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 (category '/').
archives
dispatch to a date-based archive page for the main category, or show 404 if the format is wrong
not_found
Generic 404 not found page
default
404
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.