NAME
Chronicle::Plugin::Generate::RSS - Generate a RSS feed for the blog.
DESCRIPTION
This module will be invoked automatically when your site is built via the on_generate
hook which Chronicle provides.
It is responsible for creating the top-level RSS-feed for your blog, which will be located at /index.rss
.
If there is a file named index.rss
in the currently-selected theme it will be used as the template for the generation of the feed, otherwise a default RSS-template will be used, which will come from this module.
METHODS
Now follows documentation on the available methods.
on_generate
The on_generate
method is automatically invoked to generate output pages. This particular plugin method is invoked after any on_initiate
methods which might be present.
This method is responsible for generating the RSS-feed of your blog site, via the theme-provided template index.rss
.
If there is no index.rss
template present in the theme then a default will be used.
LICENSE
This module is free software; you can redistribute it and/or modify it under the terms of either:
a) the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version, or
b) the Perl "Artistic License".
AUTHOR
Steve Kemp <steve@steve.org.uk>