]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FRssFeedPlugin
Do not execute example
[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.0RC1)
3 X-Rcs-Id: $Id$
4 Content-Type: application/x-phpwiki;
5   pagename=Help%2FRssFeedPlugin;
6   flags=PAGE_LOCKED%2CEXTERNAL_PAGE;
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 | **titleonly**
44 | If //true//, do not display item body (boolean)
45 | false
46 |}
47
48 == Examples ==
49
50 === ~PhpWikiRss feed for [[PhpWiki:RecentChanges]] ===
51
52 {{{
53 <<RssFeed feed=PhpWikiRss description="PhpWiki:RecentChanges"
54                  url=http://phpwiki.sourceforge.net/phpwiki/RecentChanges?format=rss>>
55 }}}
56
57 === Example as sidebar box ===
58
59 [[PhpWikiDemo:sidebar/]]
60
61 <noinclude>
62 ----
63 [[PhpWikiDocumentation]] [[CategoryWikiPlugin]]
64 </noinclude>