1
0
Fork 0
forked from github/pelican
pelican-theme/pelican
2010-12-26 23:59:30 +03:00
..
themes Add comment number support. 2010-12-19 03:34:19 +00:00
__init__.py Base routines were transformed into the class Pelican. This class could be overridden using PELICAN_CLASS option. 2010-12-25 17:26:24 +03:00
contents.py Update the documentations and fix some little things about the translation feature. 2010-12-20 22:50:54 +00:00
generators.py Custom bicycle 'update_dict' was replaced with 'collections.defaultdict'. 2010-12-26 23:59:30 +03:00
readers.py Fixed tags parsing, now it can parse tags like this "blah,minor, foo , bar". Also, code for metadata parsing was slightly refactored. 2010-12-22 01:08:23 +03:00
rstdirectives.py Add a directives file for pygments support. 2010-08-17 15:15:20 +02:00
settings.py Base routines were transformed into the class Pelican. This class could be overridden using PELICAN_CLASS option. 2010-12-25 17:26:24 +03:00
utils.py Custom bicycle 'update_dict' was replaced with 'collections.defaultdict'. 2010-12-26 23:59:30 +03:00
writers.py Feed writer was refactored to allow more granular overriding of functionality. 2010-12-25 17:58:47 +03:00