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