Plagger::Plugin::Subscription::File - Store feed URLs in a file
- module: Subscription::File
config:
file: feeds.txt
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.
Ilmari Vacklin <ilmari.vacklin@helsinki.fi>
This module is free software; you can redistribute it and/or modify it under the
same terms as Perl itself.