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