<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python/pelican.git/THANKS, branch draft-tz</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>Initial pass of removing Python 2 support</title>
<updated>2019-11-25T21:16:41+00:00</updated>
<author>
<name>Kevin Yap</name>
<email>me@kevinyap.ca</email>
</author>
<published>2019-11-06T07:17:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/commit/?id=1e0e541b575a377efa31b01bb13a60bb8c890d61'/>
<id>1e0e541b575a377efa31b01bb13a60bb8c890d61</id>
<content type='text'>
This commit removes Six as a dependency for Pelican, replacing the
relevant aliases with the proper Python 3 imports. It also removes
references to Python 2 logic that did not require Six.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit removes Six as a dependency for Pelican, replacing the
relevant aliases with the proper Python 3 imports. It also removes
references to Python 2 logic that did not require Six.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove Python 2.7 support from settings</title>
<updated>2019-11-05T20:04:56+00:00</updated>
<author>
<name>Paolo Melchiorre</name>
<email>paolo@20tab.com</email>
</author>
<published>2019-11-05T20:04:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/commit/?id=ae73d063016d4de013eb3da2d0d6d4d6510cddd7'/>
<id>ae73d063016d4de013eb3da2d0d6d4d6510cddd7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update http:// links to https:// where appropriate</title>
<updated>2019-04-25T13:08:04+00:00</updated>
<author>
<name>Justin Mayer</name>
<email>entroP@gmail.com</email>
</author>
<published>2019-04-25T13:08:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/commit/?id=e6ecefb5948a6d634245394d4c1d07aab72cf5d1'/>
<id>e6ecefb5948a6d634245394d4c1d07aab72cf5d1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert FEED settings from `%s` to `{slug}` redux (#2432)</title>
<updated>2018-11-03T15:12:20+00:00</updated>
<author>
<name>MinchinWeb</name>
<email>w_minchin@hotmail.com</email>
</author>
<published>2018-11-03T15:12:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/commit/?id=3a0add4b6e66fe08e9f5710f98235491c09e4f81'/>
<id>3a0add4b6e66fe08e9f5710f98235491c09e4f81</id>
<content type='text'>
* Convert FEED settings from `%s` to `{slug}` redux

Closes #2106, Closes #2383</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Convert FEED settings from `%s` to `{slug}` redux

Closes #2106, Closes #2383</pre>
</div>
</content>
</entry>
<entry>
<title>doc: updates MARKDOWN</title>
<updated>2016-11-02T20:11:42+00:00</updated>
<author>
<name>Bernhard Scheirle</name>
<email>bernhard+git@scheirle.de</email>
</author>
<published>2016-11-01T12:02:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/commit/?id=114e64dcf7e65145bc2b79afcb3df939c4f0cb4f'/>
<id>114e64dcf7e65145bc2b79afcb3df939c4f0cb4f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Made name of blogroll/social widgets configurable.</title>
<updated>2015-10-11T18:14:14+00:00</updated>
<author>
<name>Ben Rosser</name>
<email>rosser.bjr@gmail.com</email>
</author>
<published>2015-09-21T04:15:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/commit/?id=a670a3e0409719779d6dbe5939e6c39836e6162b'/>
<id>a670a3e0409719779d6dbe5939e6c39836e6162b</id>
<content type='text'>
The BLOGROLL_WIDGET_NAME and SOCIAL_WIDGET_NAME settings are now
respected by notmyidea if they are specified in your config file.
They override the default names of "blogroll" and "links" in the
notmyidea theme.

Used default() in template to simplify template code.

Renaming BLOGROLL setting to LINKS, changed default also.

Updated tests to check 'links' instead of 'blogroll'.

Whoops; links, not link.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The BLOGROLL_WIDGET_NAME and SOCIAL_WIDGET_NAME settings are now
respected by notmyidea if they are specified in your config file.
They override the default names of "blogroll" and "links" in the
notmyidea theme.

Used default() in template to simplify template code.

Renaming BLOGROLL setting to LINKS, changed default also.

Updated tests to check 'links' instead of 'blogroll'.

Whoops; links, not link.
</pre>
</div>
</content>
</entry>
<entry>
<title>minor spelling fixes</title>
<updated>2014-09-16T00:29:00+00:00</updated>
<author>
<name>Carlos E. Garcia</name>
<email>carlos@cgarcia.org</email>
</author>
<published>2014-09-16T00:29:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/commit/?id=f5775bcba0c94ed83531df62e29c0efbb5fdeeef'/>
<id>f5775bcba0c94ed83531df62e29c0efbb5fdeeef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Document video support in Markdown and reST.</title>
<updated>2013-10-25T08:52:13+00:00</updated>
<author>
<name>Kevin Deldycke</name>
<email>kevin@deldycke.com</email>
</author>
<published>2013-10-21T21:38:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/commit/?id=6c808e426fe5287b49fdd6a56067aa90eaaba963'/>
<id>6c808e426fe5287b49fdd6a56067aa90eaaba963</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add new contributors to THANKS</title>
<updated>2013-04-23T15:09:50+00:00</updated>
<author>
<name>Justin Mayer</name>
<email>entroP@gmail.com</email>
</author>
<published>2013-04-23T15:09:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/commit/?id=63ddcf22d99b0bb453c2d2f1b4d25d4e37e687a8'/>
<id>63ddcf22d99b0bb453c2d2f1b4d25d4e37e687a8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add contributors to THANKS. Minor language edits.</title>
<updated>2013-04-13T04:47:54+00:00</updated>
<author>
<name>Justin Mayer</name>
<email>entroP@gmail.com</email>
</author>
<published>2013-04-13T04:47:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python/pelican.git/commit/?id=091007ddf72a9e2724711d6d8b1309d81d8dafae'/>
<id>091007ddf72a9e2724711d6d8b1309d81d8dafae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
