CGI::Wiki::Plugin::RSS::Reader 1.4 review
Download
|
|
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 search tags