This website requires JavaScript.
Explore
Help
Sign in
weeheavy
/
pelican-theme
Watch
1
Star
0
Fork
You've already forked pelican-theme
0
forked from
github/pelican
Code
Pull requests
Activity
1edbe044a2
pelican-theme
/
bin
/
pelican
3 lines
54 B
Text
Raw
Normal View
History
Unescape
Escape
Welcome Pelican 2.0 ! Refactoring of the internals to be more extensible. --HG-- rename : pelican/bloggenerator.py => pelican/generators.py
2010-10-30 00:56:40 +01:00
#!/usr/bin/env python
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
from pelican import main
main()
Copy permalink