The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

MojoMojo::Controller::Tag - Tags controller

SYNOPSIS

Handles urls like /.recent/macro /.list/flooobs /.recent/flood

DESCRIPTION

This controller handles tag-related actions

ACTIONS

list

This is a private action, and is dispatched from /.list when it's supplied with a tag argument. it will list all pages belonging to a certain tag.

recent

This is a private action, and is dispatched from /.recent when it's supplied with a tag argument. it will list recent pages belonging to a certain tag.

tags (/.tags)

tag cloud for pages.

AUTHOR

Marcus Ramberg <mramberg@cpan.org>

LICENSE

This library is free software . You can redistribute it and/or modify it under the same terms as perl itself.