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