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 filename of the directory will contain a timestamp showing when the archive was made.
ACTIONS
- 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 marcus@thefeed.no
LICENSE
This library is free software . You can redistribute it and/or modify it under the same terms as perl itself.