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