MojoMojo::Controller::Export - Export / Import related controller


MojoMojo documentation  | view source Contained in the MojoMojo distribution.

Index


NAME

Top

MojoMojo::Controller::Export - Export / Import related controller

SYNOPSIS

Top

DESCRIPTION

Top

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

Top

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

Top

Marcus Ramberg <mramberg@cpan.org>

LICENSE

Top

This library is free software. You can redistribute it and/or modify it under the same terms as Perl itself.


MojoMojo documentation  | view source Contained in the MojoMojo distribution.