NAME
App::Embra::Plugin::Sitemap - adds a file which lists the pages in the site
VERSION
version 0.001
DESCRIPTION
This plugin will add a sitemap.html file to the site, with a list of links to all the HTML pages in your site.
ATTRIBUTES
filename
Name of the name to store the sitemap in. Defaults to sitemap.html.
sitemap_file
The App::Embra::File for the sitemap. It will be created automatically with the name given in "filename".
AUTHOR
Daniel Holz <dgholz@gmail.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2015 by Daniel Holz.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.