Jonathan Rockway > Angerwhale > Angerwhale::Controller::Root

Download:
Angerwhale-0.062.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  1
View Bugs
Report a bug
Source  

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.