NAME
MojoMojo::Controller::Attachment - Attachment 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.
-
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.