The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Plagger::Plugin::Aggregator::Simple - Dumb simple aggregator

SYNOPSIS

  - module: Aggregator::Simple

DESCRIPTION

This plugin implements a Plagger dumb aggregator. It crawls subscription sequentially and parses XML feeds using XML::Feed module.

It can be also used as a base class for custom aggregators. See Plagger::Plugin::Aggregator::Xango for example.

AUTHOR

Tatsuhiko Miyagawa

SEE ALSO

Plagger, XML::Feed, XML::RSS::LibXML