Diff: Help/AtomFeedPlugin

Differences between current version and predecessor to the previous major change of Help/AtomFeedPlugin.

Other diffs: Previous Revision, Previous Author

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

current version

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

Boolean. If true, only displays the title of the entry.

false

Example

Atom feed for PHP News

<<AtomFeed feed=PHPNews description="PHP News"
           url=https://www.php.net/feed.atom titleonly=true maxitem=5>>

Author

  • Sébastien Le Callonnec