No commit activity in last 3 years
No release in over 3 years
A BrowserCMS module which fetches, caches and displays RSS/Atom feeds -- now with iCalendar support!
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme
bcms_feeds
==========

This is a BrowserCMS module which fetches, caches and displays RSS/Atom feeds.

For installation instructions see http://www.browsercms.org/doc/guides/html/installing_modules.html

To incorporate a feed in your page, use a Feed Portlet. Specify the URL of the feed. SimpleRSS [http://simple-rss.rubyforge.org/] is used for parsing, and a parsed version of the feed will be available in the @feed variable. You can use the code section to manipulate this data as necessary, and the template to format it.

Feeds are cached in the database for 30 minutes. If there is a failure fetching a remote feed, the expiry time of the cached feed will be extended by 10 minutes. When fetching remote feeds, the timeout length is 10 seconds.