NAME
Angerwhale::Controller::Root - Root Controller for this Catalyst based application
SYNOPSIS
See Angerwhale.
DESCRIPTION
Root Controller for this Catalyst based application.
METHODS
auto
Setup some global variables.
blog
Render the main blog page, and blog archives at http://blog/yyyy/mm/dd.
jemplate
Compile and serve jemplate templates.
default
dispatch to a date-based archive page, or show 404 if the format is wrong
not_found
Generic 404 not found page
exit
Exit for profiling tests
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.