Commit graph

11 commits

Author SHA1 Message Date
Alexis Metaireau
4edb5bf497 add the settings for pelican command line usage example 2011-02-14 10:42:25 +00:00
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
Alexis Metaireau
6b25943a3a Update THANKS 2010-12-15 18:09:43 +00:00
Alexis Metaireau
836d4ea117 Refactoring, Again :)
Added some more notes about how this is working on the documentation. I do think
that the overall structure is clearer now, and easiest to understand. After all,
that's how it should always be !

--HG--
rename : pelican/processors.py => pelican/generators.py
rename : pelican/generators.py => pelican/writers.py
2010-12-02 03:22:24 +00:00
Alexis Metaireau
18d5ecc364 Update TODO. 2010-11-16 15:13:10 +00:00
Alexis Metaireau
32102dae12 Fix a FAQ mistake. 2010-11-15 18:58:54 +00:00
Alexis Metaireau
da3efaa8d2 Add Jérome's ideas. 2010-11-14 22:54:03 +00:00
Alexis Metaireau
6184450b60 Adding ronny's ideas to the TODO list. 2010-11-12 20:13:33 +00:00
Alexis Metaireau
7bb0771d2b Updating thanks. 2010-11-12 02:41:33 +00:00
Alexis Metaireau
9756739386 update THANKS 2010-11-07 14:40:32 +00:00
Alexis Metaireau
f913381f59 Add a thanks file. 2010-10-30 16:43:24 +01:00