Name Date Size #Lines LOC

..--

css/H08-Jul-2025-8,3658,276

files/H08-Jul-2025-25,16120,623

img/H08-Jul-2025-

Html2Text.phpH A D08-Jul-202521.3 KiB661362

LICENSEH A D08-Jul-202533.7 KiB662544

READMEH A D08-Jul-2025420 148

README.mdH A D08-Jul-2025690 2613

ShortDescription.phpH A D08-Jul-20253.7 KiB13650

VERSIONHD08-Jul-20252

encycOpen.phpH A D08-Jul-20253.2 KiB11845

encycSubmit.phpH A D08-Jul-20251.6 KiB6324

getEncyc.phpH A D08-Jul-202513.1 KiB435217

html_endH A D08-Jul-202525 53

html_startH A D08-Jul-20251.5 KiB4028

manager.datH A D08-Jul-2025115 32

open_file.phpH A D08-Jul-20256.1 KiB215120

plugin.info.txtH A D08-Jul-2025210 98

utils.phpH A D08-Jul-20251.6 KiB4927

zwipush.phpH A D08-Jul-20255.5 KiB14488

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