]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FRssFeedPlugin
Harmonize documentation
[SourceForge/phpwiki.git] / pgsrc / Help%2FRssFeedPlugin
1 Date: Mon, 16 Jun 2008 14:15:24 +0000
2 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124)
3 X-Rcs-Id: $Id: Help%2FRssFeedPlugin,v 1.3 2008-06-18 01:12:39 vargenau Exp $
4 Content-Type: application/x-phpwiki;
5   pagename=Help%2FRssFeedPlugin;
6   flags=PAGE_LOCKED;
7   markup=2;
8   charset=iso-8859-1
9 Content-Transfer-Encoding: binary
10
11 A [plugin|Help:WikiPlugin] to display external RSS feeds.
12
13 !!!  Usage
14
15 <verbatim>
16   <?plugin RssFeed?>
17   <?plugin RssFeed url=http://somesite.tld/linktofeed.rss ?>
18 </verbatim>
19
20 !!! Arguments
21
22 Argument|
23   Default Value|
24     Description
25
26 url|
27   (empty)|
28     RSS Feed URL
29
30 feed|
31   (empty)|
32     RSS Feed Name
33
34 description|
35   (empty)|
36     Description of the RSS Feed
37
38 maxitem|
39   0|
40     Max. number of entries (0 = unlimited)
41
42 !!! Sourcecode (since v1.3.8):
43 * [PhpWikiCvs:lib/plugin/RssFeed.php]
44 * [PhpWikiCvs:lib/RssParser.php] _fixed for allow_url_fopen=Off_
45
46 !!! Examples
47
48 * PhpWikiRss _feed for PhpWiki:RecentChanges_
49 <verbatim>
50   <?plugin RssFeed feed=PhpWikiRss description="PhpWiki:RecentChanges"
51                    url=http://phpwiki.sourceforge.net/phpwiki/RecentChanges?format=rss ?>
52 </verbatim>
53
54 * [PhpWikiDemo:sidebar/]  _Example as sidebar box_
55
56 ----
57 [PhpWikiDocumentation] [CategoryWikiPlugin]