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