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