rss_page
This is a simple thing that adds a few radius tags and makes it very easy to serve RSS feeds. The assumption is that your feed has a root page: might be your blog, might be the home page if you want to serve a site feed. The feed will show everything below that page in descending order of publication date. Some tree-climbing is added to the Page class to get all the descendants of a given page and we apply some simple filters to omit non-visible and non-html pages. That is all.
| Author | William Ross |
|---|---|
| Website | http://github.com/spanner/radiant-rss_page-extension |
| Repository | git://github.com/spanner/radiant-rss_page-extension.git |
| Download | http://github.com/spanner/radiant-rss_page-extension/tarball/master |
| Supports | Radiant 0.8.1 |
| Record Created | November 9, 2009 (10 months ago) |
Installation
At the command prompt, in the root of your Radiant project, type:
script/extension install rss_page
