DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:nsexport

nsexport Plugin

Compatible with DokuWiki

Elenor of Tsort

plugin Export a whole bunch of namespaces into html into a zip archive

Last updated on
2017-02-08
Provides
Action, Render
Repository
Source

This extension has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues.

Similar to offline, siteexport

Tagged with export, html, zip

The plug-in allows you to export several namespaces as HTML in a single ZIP file. It also export the linked media files in the exported document.

The export is a per-user view and handles the right permissions.

Download and Installation

A CosmoCode Plugin

Search and install the plugin using the Extension Manager. Refer to Plugins on how to install plugins manually.

Configuration

Make sure you have zip installed under /usr/bin/zip (e.g. sudo apt-get install zip when using Ubuntu)

autoexport Should the export start automatic?
packerziphtmlzip Path to a PKZip compatible zipping tool, like info zip
packerziphtmlcompress Compression strength as number from 0 to 9. 0 is store only 9 is best compression

Usage

Append a ?do=nsexport to the URL to start the plug-in.

You may want to add it in your template using:

<a href="<?php global $ID; wl($ID, array('do' => 'nsexport')) ?>">Export</a>
plugin/nsexport.txt · Last modified: 2018-12-07 10:37 by Barbara

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki