forked from github/pelican
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
3 lines
54 B
Python
Executable file
3 lines
54 B
Python
Executable file
#!/usr/bin/env python
|
|
from pelican import main
|
|
main()
|