Wiki::Toolkit::Plugin::RSS::Reader 1.5 review

Download
by rbytes.net on

Wiki::Toolkit::Plugin::RSS::Reader is a Perl module to retrieve RSS feeds for inclusion in Wiki::Toolkit nodes. Use this Wiki::Too

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

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

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

SYNOPSIS

use Wiki::Toolkit::Plugin::RSS::Reader;

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

my @items = $rss->retrieve;

USAGE

This is a plugin for Wiki::Toolkit, a toolkit for building wikis; therefore please consult the documentation for Wiki::Toolkit for relevant information. This module can, however, be used standalone if you wish.

Requirements:
Perl

Wiki::Toolkit::Plugin::RSS::Reader 1.5 keywords