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
This commit is contained in:
Alexis Metaireau 2010-12-02 03:22:24 +00:00
commit 836d4ea117
12 changed files with 474 additions and 345 deletions

View file

@ -177,6 +177,10 @@ Source code
You can access the source code via mercurial at http://hg.notmyidea.org/pelican/
or via git on http://github.com/ametaireau/pelican/
If you feel hackish, have a look to the `pelican's internals explanations
<http://alexis.notmyidea.org/pelican/internals.html>`_.
Feedback !
----------