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

NAME

Yukki::Web::View::Page - render HTML for viewing and editing wiki pages

VERSION

version 0.991_004

DESCRIPTION

Renders wiki pages.

METHODS

blank

Renders a page that links to the edit page for this location. This helps you create the links.

standard_menu

The standard navigation menu for pages.

Modifies page navigation to add custom page views to the menu.

view

Renders a page as a view.

history

Display the history for a page.

diff

Display a diff for a file.

edit

Renders the editor for a page.

rename

Renders the rename form for a page.

remove

Renders the remove confirmation page.

attachments

Renders the attachments table.

Renders the links listed in the action column of the attachments table.

preview

Renders a preview of an edit in progress.

AUTHOR

Andrew Sterling Hanenkamp <hanenkamp@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2017 by Qubling Software LLC.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.