NAME

Angerwhale::Controller::Articles - Catalyst Controller

SYNOPSIS

See Angerwhale

Core article manager, for displaying archives, and blog pages.

DESCRIPTION

Catalyst Controller.

METHODS

article_list

Stashes all articles in reverse order.

single_article(['raw'])

Displays a single article (with comments, etc.). If 'raw' is passed as the argument, then the raw unformatted text is returned as an octet stream.

default

XXX: Fix me

Shows all articles at /articles/ or shows a single article at /articles/Article name.format(/raw)?.

AUTHOR

Jonathan Rockway

LICENSE

This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.