1
0
Fork 0
forked from github/pelican

Set locale to default while writing RSS feeds

to always output RFC822 compatible dates. Fixes #67
This commit is contained in:
Alexis Metaireau 2011-02-09 21:17:57 +00:00
commit bbd8305310
2 changed files with 30 additions and 21 deletions

View file

@ -9,6 +9,9 @@ PDF_GENERATOR = False
REVERSE_CATEGORY_ORDER = True
LOCALE = 'fr_FR.utf8'
FEED_RSS = 'feeds/all.rss.xml'
CATEGORY_FEED_RSS = 'feeds/%s.rss.xml'
LINKS = (('Biologeek', 'http://biologeek.org'),
('Filyb', "http://filyb.info/"),
('Libert-fr', "http://www.libert-fr.com"),