replace FALLBACK_ON_FS_DATE by DEFAULT_DATE

DEFAULT_DATE allows to specify any default date as a tuple in addition to the
fallback on filesystem mtime check
This commit is contained in:
Bruno Binet 2012-07-05 00:07:01 +02:00
commit 36be150f20
2 changed files with 7 additions and 3 deletions

View file

@ -29,7 +29,7 @@ _DEFAULT_CONFIG = {'PATH': '.',
'DISPLAY_PAGES_ON_MENU': True,
'PDF_GENERATOR': False,
'DEFAULT_CATEGORY': 'misc',
'FALLBACK_ON_FS_DATE': True,
'DEFAULT_DATE': 'fs',
'WITH_FUTURE_DATES': True,
'CSS_FILE': 'main.css',
'REVERSE_ARCHIVE_ORDER': False,