The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Chronicle::Plugin::Archived - Generate dated-posts.

DESCRIPTION

This module is disabled by default.

The module allows you to created dated blog-posts. By default posts you make will be located at:

http://example.com/this_is_my_first_entry.html
http://example.com/this_is_my_second_post.html

With this plugin enabled your posts will instead be located in named sub-directories based upon the date, for example:

http://example.com/2014/09/this_is_my_first_post.html
http://example.com/2014/09/this_is_my_second_post.html

NOTE: If you enable/disable this plugin you will need to regenerate your SQLite database.

AUTHOR

Steve Kemp <steve@steve.org.uk>

COPYRIGHT AND LICENSE

Copyright (C) 2014 Steve Kemp <steve@steve.org.uk>.

This library is free software. You can modify and or distribute it under the same terms as Perl itself.