1
0
Fork 0
forked from github/pelican

Added another option CLEAN_URLS, to use generated files with mod_rewrite and to show nice urls to the end user.

This commit is contained in:
Alexander Artemenko 2010-12-21 00:21:29 +03:00
commit 1d74de2559
3 changed files with 13 additions and 5 deletions

View file

@ -19,6 +19,7 @@ _DEFAULT_CONFIG = {'PATH': None,
'CSS_FILE': 'main.css',
'REVERSE_ARCHIVE_ORDER': False,
'KEEP_OUTPUT_DIRECTORY': False,
'CLEAN_URLS': False, # use /blah/ instead /blah.html in urls
}
def read_settings(filename):