]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FRssFeedPlugin
Use UTF-8 so that display is correct on sf.net
[SourceForge/phpwiki.git] / pgsrc / Help%2FRssFeedPlugin
1 Date: Thu, 26 Mar 2009 11:34:32 +0000
2 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124)
3 X-Rcs-Id: $Id$
4 Content-Type: application/x-phpwiki;
5   pagename=Help%2FRssFeedPlugin;
6   flags=PAGE_LOCKED;
7   markup=2;
8   charset=UTF-8
9 Content-Transfer-Encoding: binary
10
11 The **~RssFeed** [[Help:WikiPlugin|plugin]] allows to display external RSS feeds.
12
13 == Usage
14
15 {{{
16 <<RssFeed url=http://somesite.tld/linktofeed.rss>>
17 }}}
18
19 == Arguments
20
21 {| class="bordered"
22 |-
23 ! Argument
24 ! Description
25 ! Default value
26 |-
27 | url
28 | RSS Feed URL
29 | (empty)
30 |-
31 | feed
32 | RSS Feed Name
33 | (empty)
34 |-
35 | description
36 | Description of the RSS Feed
37 | (empty)
38 |-
39 | maxitem
40 | Max. number of entries (0 = unlimited)
41 | ~0
42 |}
43
44 == Examples
45
46 === ~PhpWikiRss feed for [PhpWiki:RecentChanges]
47
48 {{{
49 <<RssFeed feed=PhpWikiRss description="PhpWiki:RecentChanges"
50                  url=http://phpwiki.sourceforge.net/phpwiki/RecentChanges?format=rss>>
51 }}}
52
53 === Example as sidebar box
54
55 [PhpWikiDemo:sidebar/]
56
57 <noinclude>
58 ----
59 [[PhpWikiDocumentation]] [[CategoryWikiPlugin]]
60 </noinclude>