Help/AtomFeedPlugin

Note: You are viewing an old revision of this page. View the 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

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>>

PhpWiki Warning: (2, fopen(): SSL operation failed with code 1. OpenSSL Error messages: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure, /var/www/phpwiki/lib/XmlParser.php, 160)
PhpWiki Warning: (2, fopen(): Failed to enable crypto, /var/www/phpwiki/lib/XmlParser.php, 160)
PhpWiki Warning: (2, fopen(http://www.php.net/feed.atom): failed to open stream: operation failed, /var/www/phpwiki/lib/XmlParser.php, 160)
PhpWiki Warning: (1024, Error parse url http://www.php.net/feed.atom, /var/www/phpwiki/lib/XmlParser.php, 161)

Author



Our Founder
ToolboxClick to hide/show

lib/XmlParser.php (In template 'browse' < 'body' < 'html'):160 Warning: "fopen(): SSL operation failed with code 1. OpenSSL Error messages:"

lib/XmlParser.php (In template 'browse' < 'body' < 'html'):160 Warning: "fopen(): Failed to enable crypto"

lib/XmlParser.php (In template 'browse' < 'body' < 'html'):160 Warning: "fopen(http://www.php.net/feed.atom): failed to open stream: operation failed"