Diff: Help/RssFeedPlugin

Note: You are viewing an old revision of this page. View the current version.

Differences between version 2 and previous revision of Help/RssFeedPlugin.

Other diffs: Previous Major Revision, Previous Author

Newer page: version 2 Last edited on 22 May 2014 3:01 by harold Revert
Older page: version 1 Last edited on 17 January 2022 18:35 by harold Revert
@@ -15,36 +15,40 @@
 ! Default value 
 |- 
 | **url** 
 | RSS Feed URL 
-| // empty//  
+| ( empty)  
 |- 
 | **feed** 
 | RSS Feed Name 
-| // empty//  
+| ( empty)  
 |- 
 | **description** 
 | Description of the RSS Feed 
-| // empty//  
+| ( empty)  
 |- 
 | **maxitem** 
 | Max. number of entries (0 = unlimited) 
 | 0 
 |- 
 | **titleonly** 
-| Boolean. If true, do not display item body.  
+| If // true// , do not display item body (boolean)  
 | false 
 |} 
  
-== Example == 
+== Examples == 
  
-~PhpWikiRss feed for [[PhpWiki:RecentChanges]] 
+=== ~PhpWikiRss feed for [[PhpWiki:RecentChanges]] ===  
  
 {{{ 
-<<RssFeed feed=PhpWikiRss description="PhpWiki RecentChanges"  
- url=http://phpwiki.demo .free.fr /index.php /RecentChanges?format=rss>> 
+<<RssFeed feed=PhpWikiRss description="PhpWiki: RecentChanges"  
+ url=http://phpwiki.sourceforge .net /phpwiki /RecentChanges?format=rss>> 
 }}} 
+  
+=== Example as sidebar box ===  
+  
+[[PhpWikiDemo:sidebar/]]  
  
 <noinclude> 
 ---- 
 [[PhpWikiDocumentation]] [[CategoryWikiPlugin]] 
 </noinclude> 

version 2

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

If true, do not display item body (boolean)

false

Examples

PhpWikiRss feed for PhpWiki:RecentChanges

<<RssFeed feed=PhpWikiRss description="PhpWiki:RecentChanges"
                 url=http://phpwiki.sourceforge.net/phpwiki/RecentChanges?format=rss>>

Example as sidebar box

Page name “PhpWikiDemo:sidebar/” cannot end with a slash.