Synopsis
A WikiPlugin to display external RSS feeds.
Usage
<?plugin RssFeed?> <?plugin RssFeed url=http://somesite.tld/linktofeed.rss ?>
Plugin Arguments
| Argument | Default Value | Description | 
|---|---|---|
| url | (empty) | RSS Feed URL | 
| feed | (empty) | RSS Feed Name | 
| description | (empty) | Description of the RSS Feed | 
| maxitem | 0 | Max. number of entries (0 = unlimited) | 
Sourcecode (since v1.3.8):
PhpWikiCvs:lib/plugin/RssFeed.php
PhpWikiCvs:lib/RssParser.php fixed for allow_url_fopen=Off
Examples
- PhpWikiRss? _feed for 
PhpWiki:RecentChanges_ 
  <?plugin RssFeed feed=PhpWikiRss description="PhpWiki:RecentChanges"
                   url=http://phpwiki.sourceforge.net/phpwiki/RecentChanges?format=rss ?>
PhpWikiDemo:sidebar/  Example as sidebar box