Support RSS2 feeds

This commit is contained in:
Philippe Pepiot 2010-12-01 02:48:11 +01:00
commit a8ac5c6268
3 changed files with 19 additions and 3 deletions

View file

@ -109,8 +109,10 @@ Setting name what it does ?
`STATIC_PATHS` The static paths you want to copy under "static"
`FEED` relative url to output the feed. Default is
`feeds/all.atom.xml`
`FEED_RSS` relative url to output the rss feed. Default is None (no rss)
`CATEGORY_FEED` Where to put the categories feeds. default is
`feeds/%s.atom.xml`
`CATEGORY_FEED_RSS` Where to put the categories rss feeds. default is None (no rss)
`CSS_FILE` To specify the CSS file you want to load, if it's not
the default one ('main.css')
======================= =======================================================