Query: mojomojo::controller::tag
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
MojoMojo::Controller::Tag(3pm) User Contributed Perl Documentation MojoMojo::Controller::Tag(3pm)NAMEMojoMojo::Controller::Tag - Tags controllerSYNOPSISHandles the following URLs /.tags/ /.list/<tag> (dispatched from Page) /.recent/<tag> (dispatched from Page)DESCRIPTIONThis controller generates a tag cloud and retrieves (all or recent) pages tagged with a given tag.ACTIONSlist This is a private action, and is dispatched from /.list when supplied with a tag argument. It will list all pages tagged with the given tag. recent This is a private action, and is dispatched from /.recent when supplied with a tag argument. It will list recent pages tagged with the given tag. tags (/.tags) Tag cloud for pages.AUTHORMarcus Ramberg <mramberg@cpan.org>LICENSEThis library is free software. You can redistribute it and/or modify it under the same terms as Perl itself. perl v5.14.2 2010-04-07 MojoMojo::Controller::Tag(3pm)