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
LICENSE
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.