NAME
MojoMojo::Controller::Export - Export / Import related controller
SYNOPSIS
DESCRIPTION
MojoMojo has an extensive export system. You can download all the nodes of the wiki either as preformatted HTML, for offline reading or in a raw format suitable for reimporting into another MojoMojo installation. Either way, MojoMojo will create and send you a zip file with a directory containing all the files. The name of the directory will contain a timestamp showing when the archive was made.
ACTIONS
generate_export_filename
Create the filename under which we export pages.
export_raw
This action will give you a ZIP file containing the raw wiki source for all the nodes of the wiki.
export_html (/.export_html)
This action will give you a ZIP file containing HTML formatted versions of all the nodes of the wiki.
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.