selfthinker / dokuwiki_plugin_editions

DokuWiki plugin to compare several editions of the same text in different versions or languages

Home Page:https://www.dokuwiki.org/plugin:editions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Editions Plugin for DokuWiki [https://www.dokuwiki.org/plugin:editions]
See also plugin.info.txt

This plugin needs three things before you can use it:

1. Install the PurpleNumbers plugin [https://www.dokuwiki.org/plugin:purplenumbers]

2. Add a config file named `editions.conf` into the "conf" folder with edition name and language code per row, e.g.
```
laforgue        fr
machen          en
conrad          de
```

3. You need to have a certain namespace and page structure, i.e.
  a. the edition namespace (configurable via the `editionNamespace` config option)
  b. needs sub namespaces for each edition
  c. all page names must be the same between the different editions
  d. all paragraphs need to be in the same order across same pages
e.g.
```
edition:laforgue:001
edition:machen:001
edition:conrad:001
```
for a first chapter page

4. Optionally, you can add add icons for every edition to the "images" folder. See README in there.

About

DokuWiki plugin to compare several editions of the same text in different versions or languages

https://www.dokuwiki.org/plugin:editions


Languages

Language:PHP 76.2%Language:JavaScript 14.5%Language:CSS 9.4%