pelican/pelican
Kyle Fuller a39787c1a2 Add settings to change the URL's and SAVE_AS paths
Example usage:

* ARTICLE_URL = 'posts/{date:%Y}/{date:%b}/{date:%d}/{slug}/'
* ARTICLE_SAVE_AS = 'posts/{date:%Y}/{date:%b}/{date:%d}/{slug}/index.html'

This removes CLEAN_URLS and ARTICLE_PERMALINK_STRUCTURE because these
new settings can produce the same result.
2012-03-06 16:41:35 +00:00
..
themes Create a Author class which has a url property 2012-03-06 16:39:07 +00:00
__init__.py prepare next release 2012-02-28 19:09:41 +01:00
contents.py Add settings to change the URL's and SAVE_AS paths 2012-03-06 16:41:35 +00:00
generators.py Add settings to change the URL's and SAVE_AS paths 2012-03-06 16:41:35 +00:00
log.py Sort imports and remove trailing whitespaces 2012-02-28 17:40:13 +01:00
paginator.py Removed a division by zero 2011-03-26 17:46:31 +01:00
readers.py Create a Author class which has a url property 2012-03-06 16:39:07 +00:00
rstdirectives.py Add Pygments support to the default sourcecode directive. 2011-06-18 18:59:44 +02:00
settings.py Add settings to change the URL's and SAVE_AS paths 2012-03-06 16:41:35 +00:00
utils.py Sort imports and remove trailing whitespaces 2012-02-28 17:40:13 +01:00
writers.py Sort imports and remove trailing whitespaces 2012-02-28 17:40:13 +01:00