Allow for serving feeds from a separate domain.

This (indirectly) enables support for FeedBurner. Added docs for
FeedBurner configuration. Clarify how defining the SITEURL attribute
affects URL structure. Closes #177.
This commit is contained in:
Justin Mayer 2012-03-16 20:27:26 -07:00
commit 8819d02600
5 changed files with 51 additions and 18 deletions

View file

@ -11,6 +11,7 @@ REVERSE_CATEGORY_ORDER = True
LOCALE = ""
DEFAULT_PAGINATION = 4
FEED_DOMAIN = SITEURL
FEED_RSS = 'feeds/all.rss.xml'
CATEGORY_FEED_RSS = 'feeds/%s.rss.xml'