other versions
- buster 1.12+dfsg-1
MojoMojo::Formatter::Redirect(3pm) | User Contributed Perl Documentation | MojoMojo::Formatter::Redirect(3pm) |
NAME¶
MojoMojo::Formatter::Redirect - Handles {{redirect /path}}DESCRIPTION¶
Redirect to another page. Useful if your URL changes and you want to make sure bookmarked URLs will still work: "/help/tutrial" could contain: "{{redirect /help/tutorial}}"To edit a page that redirects, surf to $page_URL . '.edit' See also http://mojomojo.ideascale.com/akira/dtd/6415-2416
METHODS¶
format_content_order¶
Format order can be 1-99. The Redirect formatter runs first.format_content¶
Calls the formatter. Takes a ref to the content as well as the context object.SEE ALSO¶
MojoMojo, Module::Pluggable::Ordered, URI::FetchAUTHORS¶
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.2018-01-13 | perl v5.26.1 |