RSS Feeds

I've installed a third-party module called "totalfeeds". Hopefully it will give us some better options for getting extensive RSS feeds from across the whole site.

For example, the RSS feed from the front page now seems to give us "all site new content" RSS, rather than just the front page itself.

I've set the default feed format to be RSS 2.0.

/node/rss.xml: Is turned into default format feed for all new content
/node/rss.xml/rss: RSS feed for all new content
/node/rss.xml/atom: Atom feed for all new content

/node/[id]/feed: default feed format comment feed for Node with id [id]
/node/[id]/feed/rss: RSS comment feed for Node with id [id]
/node/[id]/feed/atom: Atom comment feed for Node with id [id]

/comment/feed: default feed format all comments feed
/comment/feed/rss: RSS all comments feed
/comment/feed/atom: Atom all comments feed

/taxonomy/term/[id]/feed: Turned into default format feed for all posts of given term
/taxonomy/term/[id]/feed/rss: RSS feed for all posts of given term
/taxonomy/term/[id]/feed/atom: Atom feed for all posts of given term