README
1====== ZWIDoku Plugin for DokuWiki ======
2
3All documentation for the ZWIDoku Plugin is available online at:
4
5This plugin requires DokuWiki 2020 later.
6
7This version of Dir Plugin is modified to accept the argument namespacename
8to show the namespaces name instead of just "start".
9
10There's a Google Groups mailing list to discuss all issues:
11http://groups.google.com/group/dokuwiki-plugin-dir (outdated)
12
13LGPL 2 License
14
README.md
1# zwidoku
2
3ZWI maker plugin for DokuWiki
4
5## Introduction
6
7This extension exports DokuWiki (https://www.dokuwiki.org/) articles to the ZWI file format (version 1.3) used by the Encyclosphere project of the Knowledge Standards Foundation (KSF). It allows downloading ZWI files with DokuWiki articles, as well as it can be used for automatic submissions of such files to the Encyclosphere network.
8
9
10## Installation
11
12To install this plugin, go tto the DokuWiki install directory:
13
14```
15cd lib/plugins/
16git clone git@gitlab.com:ks_found/zwidoku.git
17```
18
19
20## Configuration
21
22To configure this plugin, edit getEncyc.php after the line that starts as "start configuration".
23
24
25S.Chekanov (KSF)
26