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