NAME
HiD::Generator::RSSFeed - RSS feed generator
DESCRIPTION
This Generator produces an RSS feed of your posts.
Enable it by setting the 'rss_feed.generate' key in your config to 1. Also set an 'rss_feed.destination' key indicating where the feed should be generated.
You may also set optional 'rss_feed.base' and 'rss_feed.link' keys to set the 'rel=alternate' base link and the 'rel=self' link to the RSS feed, respectively.
The 'rss_feed.title' config key can be used to give the feed a title. Otherwise the site title will be used.
The 'rss_feed.posts' config key can be used to control the number of posts in the feed. It defaults to 20.
METHODS
generate
VERSION
version 1.95_90
AUTHOR
John SJ Anderson <genehack@genehack.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2015 by John SJ Anderson.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.