Alexis Metaireau
f0651b2b68
Remove trailing slashes.
2010-12-18 20:16:48 +00:00
solsTiCe d'Hiver
99de8224bb
Change default for markup
...
* markup default are already defined in SETTINGS['MARKUP'] so there is no need to define it here
* also change a weird construct
2010-12-16 20:51:27 +01:00
Florian Preinstorfer
62bd20a844
fixed a ValueError with -k option
2010-12-15 15:56:38 +01:00
Alexis Metaireau
3c8cafdc0d
Make the long option a bit more verbose for --keep-output-directory
2010-12-15 12:45:21 +00:00
Florian Preinstorfer
1d2af7aa01
added a keep commandline switch (-k, --keep)
...
-keep output directory if keep commandline switch is provided
-added KEEP_OUTPUT_DIRECTORY to settings (default is to delete output
directory before processing)
-updated documentation
2010-12-15 09:27:51 +01:00
Alexis Metaireau
7c82f5e037
2.5.1
2010-12-13 22:46:53 +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
ebd906cd4b
Add a setup.py for packaging :)
...
--HG--
rename : pelican/pelican => bin/pelican
rename : pelican/themes/archives.html => pelican/themes/templates/archives.html
rename : pelican/themes/article.html => pelican/themes/templates/article.html
rename : pelican/themes/base.html => pelican/themes/templates/base.html
rename : pelican/themes/categories.html => pelican/themes/templates/categories.html
rename : pelican/themes/category.html => pelican/themes/templates/category.html
rename : pelican/themes/index.html => pelican/themes/templates/index.html
rename : pelican/themes/tag.html => pelican/themes/templates/tag.html
rename : pelican/themes/tags.html => pelican/themes/templates/tags.html
2010-08-19 04:23:07 +02:00