Diff: Help/RssFeedPlugin

Differences between current version and predecessor to the previous major change of Help/RssFeedPlugin.

Other diffs: Previous Revision, Previous Author

Newer page: version 6 Last edited on 17 January 2022 3:00 by harold
Older page: version 5 Last edited on 25 December 2011 12:46 by harold Revert
@@ -1,47 +1,50 @@
-!! Synopsis  
+The **~RssFeed** [[Help:WikiPlugin|plugin]] allows to display external RSS feeds.  
  
-A Help:WikiPlugin to display external RSS feeds.  
+== Usage ==  
  
-!! Usage  
-<verbatim>  
- <?plugin RssFeed?>  
- <?plugin RssFeed url=http://somesite.tld/linktofeed.rss ? >  
-</verbatim>  
+{{{  
+<<RssFeed url=http://somesite.tld/linktofeed.rss> >  
+}}}  
  
-!! Plugin Arguments  
-Argument|  
- Default Value|  
- Description  
+== Arguments ==  
  
-url|  
- (empty)|  
- RSS Feed URL  
+{| class="bordered"  
+|-  
+! Argument  
+! Description  
+! Default value  
+|-  
+| ** url**  
+ | RSS Feed URL  
+| (empty)  
+ |-  
+| **feed**  
+| RSS Feed Name  
+| (empty)  
+|-  
+| **description**  
+| Description of the RSS Feed  
+| (empty)  
+|-  
+| **maxitem**  
+| Max. number of entries (0 = unlimited)  
+| 0  
+|-  
+| **titleonly**  
+| Boolean. If true, do not display item body.  
+| false  
+|}  
  
-feed|  
- (empty)|  
- RSS Feed Name  
+== Example ==  
  
-description|  
- (empty)|  
- Description of the RSS Feed  
+~PhpWikiRss feed for [[PhpWiki:RecentChanges]]  
  
-maxitem|  
- 0|  
- Max . number of entries (0 = unlimited)  
+{{{  
+<<RssFeed feed=PhpWikiRss description="PhpWiki RecentChanges"  
+ url=http://phpwiki .demo.free.fr/index.php/RecentChanges?format =rss>>  
+}}}  
  
-!! 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_  
-<verbatim>  
- <?plugin RssFeed feed=PhpWikiRss description="PhpWiki:RecentChanges"  
- url=http: //phpwiki.sourceforge.net/phpwiki/RecentChanges?format=rss ? >  
-</verbatim>  
-  
-* [PhpWikiDemo:sidebar/] _Example as sidebar box_  
-  
--------------  
-PhpWikiDocumentation Help:WikiPlugin  
+<noinclude>  
+----  
+[[PhpWikiDocumentation] ] [[CategoryWikiPlugin] ]  
+</noinclude

current version

The RssFeed plugin allows to display external RSS feeds.

Usage

<<RssFeed url=http://somesite.tld/linktofeed.rss>>

Arguments

Argument

Description

Default value

url

RSS Feed URL

(empty)

feed

RSS Feed Name

(empty)

description

Description of the RSS Feed

(empty)

maxitem

Max. number of entries (0 = unlimited)

0

titleonly

Boolean. If true, do not display item body.

false

Example

PhpWikiRss feed for PhpWiki:RecentChanges

<<RssFeed feed=PhpWikiRss description="PhpWiki RecentChanges"
          url=http://phpwiki.demo.free.fr/index.php/RecentChanges?format=rss>>