Help/AtomFeedPlugin
The AtomFeed plugin displays an external Atom feed.
Usage
<<AtomFeed url=http://example.com/feed.atom>>
Arguments
Argument  | 
Description  | 
Default value  | 
|---|---|---|
url  | 
Atom feed URL  | 
(empty)  | 
feed  | 
Name of the Atom feed  | 
(empty)  | 
description  | 
Description of the feed.  | 
(empty)  | 
maxitem  | 
Max. number of entries (0 = unlimited)  | 
0  | 
titleonly  | 
If true, only displays the title of the entry (boolean)  | 
false  | 
Example
Atom feed for PHP News
<<AtomFeed feed=PHPNews description="PHP News"
           url=http://www.php.net/feed.atom titleonly=true maxitem=5>>
Author
- Sébastien Le Callonnec
 

