archiveupload plugin by Michael Klier
Allows to extract an archive (.zip/.tgz/.tar/.tar.gz/.gz) on upload.
Last updated on 2009-05-21. Provides Action.
Compatible with DokuWiki > 2009-02-14, 2008-05-05.
| Download | plugin-archiveupload.tgz |
|---|---|
| Github URL | http://github.com/chimeric/dokuwiki-plugin-archiveupload |
Support the ongoing development of DokuWiki Plugins and Templates and buy me a coffee
(Suggested: 3€ for a regular or 5€ for big latte with caramel).
This Plugin allows you to extract an archive directly on upload. It does all the mime-type and security checks DokuWiki normally does. Currently supported archive types are: .zip .tgz .tar .tar.gz .gz. Once installed, it adds another checkbox to the upload form which, when ticked, will cause the plugin to try to extract the uploaded file as an archive.
Download the archive and unpack it into <dokuwiki>/lib/plugins.
The plugin is also available via git.
% cd <dokuwiki>/lib/plugins % git clone git://github.com/chimeric/dokuwiki-plugin-archiveupload.git archiveupload
This plugin has no configuration options.
A complete changelog can be found here.
Please report bugs and feature requests at the bug tracker.