History: RSS Handler
Source of version: 5
Copy to clipboard
This is a ((handler)) to create RSS feeds, which then can be re-used in modules, wiki pages, etc. !Sample {CODE(caption=>YAML)} objects: - type: rss data: name: Tiki news url: http://info.tiki.org/tiki-articles_rss.php?ver=2 - type: rss data: name: Tiki forums url: http://tiki.org/tiki-forums_rss.php?ver=2 - type: rss data: name: Tiki wislist url: http://dev.tiki.org/tiki-tracker_rss.php?trackerId=5 {CODE} ! RSS Object ||__Name__|__Mandatory__|__Value__ name|yes|Feed name url|yes|URL of the RSS feed description| | show| |title|Display the feed title above the feed results | |publication_date|Display the publication date for each result ||