]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FAtomFeedPlugin
function _PageList_Column* are not private
[SourceForge/phpwiki.git] / pgsrc / Help%2FAtomFeedPlugin
1 Date: Fri,  7 Dec 2012 18:33:20 +0000
2 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0)
3 Content-Type: application/x-phpwiki;
4   pagename=Help%2FAtomFeedPlugin;
5   flags=PAGE_LOCKED%2CEXTERNAL_PAGE;
6   markup=2;
7   charset=UTF-8
8 Content-Transfer-Encoding: binary
9
10 The **~AtomFeed** [[Help:WikiPlugin|plugin]] displays an external Atom feed.
11
12 == Usage ==
13
14 {{{
15 <<AtomFeed url=http://example.com/feed.atom>>
16 }}}
17
18 == Arguments ==
19
20 {| class="bordered"
21 |-
22 ! Argument
23 ! Description
24 ! Default value
25 |-
26 | **url**
27 | Atom feed URL
28 | (empty)
29 |-
30 | **feed**
31 | Name of the Atom feed
32 | (empty)
33 |-
34 | **description**
35 | Description of the feed.
36 | (empty)
37 |-
38 | **maxitem**
39 | Max. number of entries (0 = unlimited)
40 | 0
41 |-
42 | **titleonly**
43 | If //true//, only displays the title of the entry (boolean)
44 | false
45 |}
46
47 == Example ==
48
49 === Atom feed for PHP News ===
50
51 {{{
52 <<AtomFeed feed=PHPNews description="PHP News"
53            url=http://www.php.net/feed.atom titleonly=true maxitem=5>>
54 }}}
55
56 == Author ==
57 * Sébastien Le Callonnec
58
59 <noinclude>
60 ----
61 [[PhpWikiDocumentation]] [[CategoryWikiPlugin]]
62 </noinclude>