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

NAME

HiD::Generator::AtomFeed - Atom feed generator

DESCRIPTION

This Generator produces an Atom feed of your posts.

Enable it by setting the 'atom_feed' key in your config to the path where the feed should be generated.

The 'atom_feed_base' and 'atom_feed_link' keys, if they exist, will be used to add the 'rel=altertate' base link and the 'rel=self' feed link to the atom feed, respectively.

METHODS

generate

VERSION

version 1.5

AUTHOR

John SJ Anderson <genehack@genehack.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2014 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.