• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..19-Apr-2024-

conf/H03-May-2018-164

images/H03-May-2018-42

lang/H03-May-2018-12528

READMEH A D25-Sep-2016944 2923

action.phpH A D25-Sep-20165.5 KiB184107

plugin.info.txtH A D25-Sep-2016244 87

print.cssH A D25-Sep-201665 64

script.jsH A D25-Sep-20161.8 KiB4940

style.cssH A D25-Sep-20161.1 KiB6854

README

1Editions Plugin for DokuWiki [https://www.dokuwiki.org/plugin:editions]
2See also plugin.info.txt
3
4This plugin needs three things before you can use it:
5
61. Install the PurpleNumbers plugin [https://www.dokuwiki.org/plugin:purplenumbers]
7
82. Add a config file named `editions.conf` into the "conf" folder with edition name and language code per row, e.g.
9```
10laforgue        fr
11machen          en
12conrad          de
13```
14
153. You need to have a certain namespace and page structure, i.e.
16  a. the edition namespace (configurable via the `editionNamespace` config option)
17  b. needs sub namespaces for each edition
18  c. all page names must be the same between the different editions
19  d. all paragraphs need to be in the same order across same pages
20e.g.
21```
22edition:laforgue:001
23edition:machen:001
24edition:conrad:001
25```
26for a first chapter page
27
284. Optionally, you can add add icons for every edition to the "images" folder. See README in there.
29