Diff: Help/RssFeedPlugin
Differences between current version and previous revision of Help/RssFeedPlugin.
Other diffs: Previous Major Revision, Previous Author
| Newer page: | version 6 | Last edited on October 14, 2015 11:47 am | by PhilHollenback | |
| Older page: | version 5 | Last edited on February 23, 2012 2:52 pm | by PhilHollenback | Revert | 
@@ -39,16 +39,12 @@
  
  
  
 === ~PhpWikiRss feed for [[PhpWiki:RecentChanges]] === 
 {{{ 
-<<RssFeed feed=PhpWikiRss description="PhpWiki:
RecentChanges"  
-                 
url=http://phpwiki.sourceforge.net/phpwiki
/RecentChanges?format=rss>> 
+<<RssFeed feed=PhpWikiRss description="PhpWiki RecentChanges"  
+          
url=http://phpwiki.fr
/RecentChanges?format=rss>> 
 }}} 
-
 
-=== Example as sidebar box ===
 
-
 
-[[PhpWikiDemo:sidebar/]]
 
 <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  | 
If true, do not display item body (boolean)  | 
false  | 
Examples
PhpWikiRss feed for PhpWiki:RecentChanges
<<RssFeed feed=PhpWikiRss description="PhpWiki RecentChanges"
          url=http://phpwiki.fr/RecentChanges?format=rss>>

