Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | Today | - | ||||
db/ | H | 28-Feb-2021 | - | 13 | 12 | |
helper/ | H | 28-Feb-2021 | - | 90 | 55 | |
meta/ | H | 28-Feb-2021 | - | 329 | 171 | |
LICENSE | H A D | 27-Feb-2021 | 17.7 KiB | 340 | 281 | |
README.md | H A D | 27-Feb-2021 | 1.1 KiB | 35 | 23 | |
action.php | H A D | 27-Feb-2021 | 2.1 KiB | 75 | 39 | |
admin.php | H A D | 27-Feb-2021 | 4.6 KiB | 147 | 105 | |
plugin.info.txt | H A D | 27-Feb-2021 | 254 | 8 | 7 |
README.md
1# Extend Page Plugin for DokuWiki 2 3Extend/Replace pages with id matching a regex by content from a different page. 4 5## Installing 6 7If you install this plugin manually, make sure it is installed in 8lib/plugins/extendpage/ - if the folder is called different it 9will not work! 10 11Please refer to http://www.dokuwiki.org/plugins for additional info 12on how to install plugins in DokuWiki. 13 14## Usage 15 16Go to the admin configuration menu and select the "Extend Page Plugin" entry. 17Add or delete entries in the table to assign page(s)/namespace(s) to be extended 18in the first column with a page to be used as extension in the third column. 19 20Use the "Position" option to specify if the extension should be prepended or 21appended to the original content or if it should replace the original content 22altogether. 23 24The syntax for the first column follows the same behavior as the [assignments in 25the struct plugin](https://www.dokuwiki.org/plugin:struct:assignments). This 26means you can do assignments either on base of the page id, or on base of 27namespaces, or use a regular expression. 28 29## Copyright 30 31Copyright (C) Frieder Schrempf <dev@fris.de> 32 33## License 34 35GPL-2.0-only, see LICENSE file