pelican/pelican
Alexis Metaireau d0ec18f4db Add the ability to sort categories.
generator.categories is now a list of (category, articles) instead of a dict. This
is to avoid using ordered dicts that have been introduces in python 2.7, so we stay
as much as possible compatible with older versions.

This fixes #62. Thanks to Bruno for the report.
2011-02-01 01:57:39 +00:00
..
themes Fix notmyidea layout. This fixes #54 2011-01-12 19:08:29 +01:00
__init__.py Add the autoreload feature. This fixes #45. I've choosen to not serve the content 2011-01-12 23:45:06 +01:00
contents.py Fix translation feature. Add translation support to the notmyidea theme. 2011-01-05 16:22:52 +01:00
generators.py Add the ability to sort categories. 2011-02-01 01:57:39 +00: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 Add the ability to sort categories. 2011-02-01 01:57:39 +00:00
utils.py Add the autoreload feature. This fixes #45. I've choosen to not serve the content 2011-01-12 23:45:06 +01:00
writers.py Avoid rewriting protocol related links. 2011-01-24 01:59:09 +00:00