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

NAME

MojoMojo::Controller::PageAdmin - MojoMojo Page Administration

SYNOPSIS

See MojoMojo

DESCRIPTION

methods for administration of pages.

METHODS

auto

Check that user is logged in and has rights to this page.

edit

This action will display the edit form, then save the previous revision, and create a new one based on the posted content. After saving, it will forward to the highlight action.

permissions

This action allows page permissions to be displayed and edited.

rollback

This action will revert a page to a older revision.

delete

This action will delete a page.

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.