NAME
Yukki::Web::View::Page - render HTML for viewing and editing wiki pages
VERSION
version 0.99_01
DESCRIPTION
Renders wiki pages.
METHODS
blank
Renders a page that links to the edit page for this location. This helps you create the links.
page_navigation
Sets up the page navigation 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.
attachment_links
render_attachment_links
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.