<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python/pelican.git, branch theme-docs</title>
<subtitle>github.com: getpelican/pelican.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/'/>
<entry>
<title>Add Pelican theme repo link to docs</title>
<updated>2021-10-05T05:38:24+00:00</updated>
<author>
<name>Justin Mayer</name>
<email>entroP@gmail.com</email>
</author>
<published>2021-10-05T05:38:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/commit/?id=76cf879414909136a77bef846b8d71eaadd8dd48'/>
<id>76cf879414909136a77bef846b8d71eaadd8dd48</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2927 from MinchinWeb/rich-server</title>
<updated>2021-10-05T04:45:03+00:00</updated>
<author>
<name>Justin Mayer</name>
<email>entroP@gmail.com</email>
</author>
<published>2021-10-05T04:45:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/commit/?id=b5426fb0bbd25777575e554dc78ea3e16447f784'/>
<id>b5426fb0bbd25777575e554dc78ea3e16447f784</id>
<content type='text'>
Use rich logging for Pelican server</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use rich logging for Pelican server</pre>
</div>
</content>
</entry>
<entry>
<title>Listen: set minimum logging level to INFO</title>
<updated>2021-10-05T04:40:31+00:00</updated>
<author>
<name>MinchinWeb</name>
<email>w_minchin@hotmail.com</email>
</author>
<published>2021-10-02T15:55:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/commit/?id=2b631ab4d316b2bc50b3462e19e3ba0bcd7a419c'/>
<id>2b631ab4d316b2bc50b3462e19e3ba0bcd7a419c</id>
<content type='text'>
This way we can see the server requests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This way we can see the server requests.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use rich logging for Pelican server</title>
<updated>2021-10-05T04:40:31+00:00</updated>
<author>
<name>MinchinWeb</name>
<email>w_minchin@hotmail.com</email>
</author>
<published>2021-10-02T00:05:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/commit/?id=0b9a488c26ecc139b4c64b5635833ba2f410d6c0'/>
<id>0b9a488c26ecc139b4c64b5635833ba2f410d6c0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2932 from BenSturmfels/master</title>
<updated>2021-10-05T04:17:48+00:00</updated>
<author>
<name>Justin Mayer</name>
<email>entroP@gmail.com</email>
</author>
<published>2021-10-05T04:17:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/commit/?id=e2c73a0a168c7b5c75253fed8c8fc9cc45074bf5'/>
<id>e2c73a0a168c7b5c75253fed8c8fc9cc45074bf5</id>
<content type='text'>
Remove shebang lines from generated pelicanconf.py and publishconf.py</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove shebang lines from generated pelicanconf.py and publishconf.py</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2931 from avaris/server-list-files</title>
<updated>2021-10-05T04:12:04+00:00</updated>
<author>
<name>Justin Mayer</name>
<email>entroP@gmail.com</email>
</author>
<published>2021-10-05T04:12:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/commit/?id=324fcefae7ee0dd0b102e5e763e1f700aee7c2fb'/>
<id>324fcefae7ee0dd0b102e5e763e1f700aee7c2fb</id>
<content type='text'>
Adjust suffix in server to allow redirection when needed</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adjust suffix in server to allow redirection when needed</pre>
</div>
</content>
</entry>
<entry>
<title>Remove shebang lines from generated pelicanconf.py and publishconf.py.</title>
<updated>2021-10-04T23:00:48+00:00</updated>
<author>
<name>Ben Sturmfels</name>
<email>ben@sturm.com.au</email>
</author>
<published>2021-10-04T23:00:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/commit/?id=c5c74832680d5aa376a386c9519b3364087904c8'/>
<id>c5c74832680d5aa376a386c9519b3364087904c8</id>
<content type='text'>
These configuration files do not need a #! line as they are not intended to be
executed directly and are not marked as executable. (In practise this doesn't
cause any problems - it just came up in a Guix bug report because Guix
transforms the #! lines.)

The "coding: utf-8" lines are also no longer required now that Pelican is Python
3 only.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These configuration files do not need a #! line as they are not intended to be
executed directly and are not marked as executable. (In practise this doesn't
cause any problems - it just came up in a Guix bug report because Guix
transforms the #! lines.)

The "coding: utf-8" lines are also no longer required now that Pelican is Python
3 only.
</pre>
</div>
</content>
</entry>
<entry>
<title>Adjust suffix in server to allow redirection when needed</title>
<updated>2021-10-04T22:44:12+00:00</updated>
<author>
<name>Deniz Turgut</name>
<email>dturgut@gmail.com</email>
</author>
<published>2021-10-04T22:39:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/commit/?id=2d97a459024db000b5ee3b20a16176e0a12ca403'/>
<id>2d97a459024db000b5ee3b20a16176e0a12ca403</id>
<content type='text'>
Folders without index.html has to be redirected (/foo -&gt; /foo/) for
directory listing to work properly. Skip '/' suffix if original path
does not have it so that base class can return a redirect.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Folders without index.html has to be redirected (/foo -&gt; /foo/) for
directory listing to work properly. Skip '/' suffix if original path
does not have it so that base class can return a redirect.
</pre>
</div>
</content>
</entry>
<entry>
<title>Release Pelican 4.7.0</title>
<updated>2021-10-01T14:10:26+00:00</updated>
<author>
<name>botpub</name>
<email>botpub@autopub.rocks</email>
</author>
<published>2021-10-01T14:10:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/commit/?id=f862d64b7a492f2af24e1228790a1d75371a1112'/>
<id>f862d64b7a492f2af24e1228790a1d75371a1112</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare release</title>
<updated>2021-10-01T14:04:47+00:00</updated>
<author>
<name>Justin Mayer</name>
<email>entroP@gmail.com</email>
</author>
<published>2021-10-01T14:04:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/commit/?id=7dec2660fb24dd1d50d4425751dab1ec59db608c'/>
<id>7dec2660fb24dd1d50d4425751dab1ec59db608c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
