CGI::Wiki::Plugin::RSS::Reader 1.4 review

Download
by rbytes.net on

License: Perl Artistic License
File size: 3K
Developer: Earle Martin
0 stars award from rbytes.net

CGI::Wiki::Plugin::RSS::Reader is a Perl module retrieve RSS feeds for inclusion in CGI::Wiki nodes.

Use this CGI::Wiki plugin to retrieve an RSS feed from a given URL so that you can include it in a wiki node.

SYNOPSIS

use CGI::Wiki::Plugin::RSS::Reader;

my $rss = CGI::Wiki::Plugin::RSS::Reader->new(
url => 'http://example.com/feed.rss'
);

my @items = $rss->retrieve;

Requirements:
Perl

CGI::Wiki::Plugin::RSS::Reader 1.4 keywords