Diff: Help/AtomFeedPlugin

Note: You are viewing an old revision of this page. View the current version.

Differences between version 2 and previous revision of Help/AtomFeedPlugin.

Other diffs: Previous Major Revision, Previous Author

Newer page: version 2 Last edited on 22 May 2014 3:01 by harold Revert
Older page: version 1 Last edited on 17 January 2022 18:35 by harold Revert
@@ -15,24 +15,24 @@
 ! Default value 
 |- 
 | **url** 
 | Atom feed URL 
-| // empty//  
+| ( empty)  
 |- 
 | **feed** 
 | Name of the Atom feed 
-| // empty//  
+| ( empty)  
 |- 
 | **description** 
 | Description of the feed. 
-| // empty//  
+| ( empty)  
 |- 
 | **maxitem** 
 | Max. number of entries (0 = unlimited) 
 | 0 
 |- 
 | **titleonly** 
-| Boolean. If true, only displays the title of the entry.  
+| If // true// , only displays the title of the entry (boolean)  
 | false 
 |} 
  
 == Example == 
@@ -40,9 +40,9 @@
 === Atom feed for PHP News === 
  
 {{{ 
 <<AtomFeed feed=PHPNews description="PHP News" 
- url=https ://www.php.net/feed.atom titleonly=true maxitem=5>> 
+ url=http ://www.php.net/feed.atom titleonly=true maxitem=5>> 
 }}} 
  
 == Author == 
 * Sébastien Le Callonnec 

version 2

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