The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Plagger::Plugin::Subscription::File - Store feed URLs in a file

SYNOPSIS

  - module: Subscription::File
    config:
      file: feeds.txt

DESCRIPTION

This module subscribes to feed URLs from a file, where each line is one URL. Lines that start with # are ignored.The URLs can also point to HTML files, in which case feed autodiscovery will happen. The file configuration key can point to any URI supported. If a scheme is not specified, 'file' is assumed.

AUTHOR

Ilmari Vacklin <ilmari.vacklin@helsinki.fi>

SEE ALSO

Plagger

LICENSE

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.