NAME
Angerwhale::Controller::Root - Root Controller for this Catalyst based application
SYNOPSIS
See Angerwhale.
DESCRIPTION
Root Controller for this Catalyst based application.
METHODS
COMPONENT
initialize the controller
auto
Handle caching
blog
Render the main blog page, and blog archives at http://blog/yyyy/mm/dd.
jemplate
Compile and serve jemplate templates.
default
global 404 page
end
Global end action (except for Angerwhale::Model::Feeds). Renders template and caches result if possible.
AUTHOR
Jonathan Rockway
LICENSE
This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.