--- README for "rss" plugin version 0.0.3 ---
This plugin will retrieve a rss feed and displays it.
It can handle RSS 0.9x, RSS 1.0 / RDF, RSS 2.0, Atom 0.3.
The feed is displayed using
's. You can use the global style sheet or
your own style sheet to format the feed so that it looks nicely.
The rss feed parser is Informa: http://informa.sourceforge.net/
---Installation---
Put rss.zip in your {wikihome}/plugins directory and restart the webapp context or the server.
---Usage---
In a topic enter:
[]
url:{...url to rss...}
style:{...stylesheet to use...}
keep:{...time to cache this page...}
[]
---The parameters---
url: (required)
Enter the full url to the rss feed.
style: (optional)
The stylesheet to use. Place the stylesheet in the jsp directory or give a full url
to the stylesheet location.
keep: (optional)
The plugin can cache the page for some time. You can either enter the time in
minutes or you can enter a time plus a unit. Supported units are "m" (minutes),
"h" (hours), "d" (days).
---Example---
Print the feed of gizmodo and keep it cached for two hours.
[]
url:http://www.gizmodo.com/index.rdf
keep:2h
[]