DokuWiki children pages plugin
conf | ||
img | ||
lang | ||
action.php | ||
LICENSE | ||
MenuItem.php | ||
plugin.info.txt | ||
README.md |
DokuWiki plugin: Children pages
For each page, this plugin adds children pages in pre-set namespaces, reachable through links in the page menu.
Installation
Requirements
git
Current stable version (2024-10-04)
Assuming the root directory of your DokuWiki installation is /srv/dokuwiki
:
DOKUWIKI_PATH=/srv/dokuwiki
REPO_URL=https://port.numenaute.org/dokuwiki/dokuwiki-plugin-childrenpages.git
git clone --branch 2024-10-04 --depth 1 "$REPO_URL" "$DOKUWIKI_PATH/lib/plugins/childrenpages"
Latest development version
Assuming the root directory of your DokuWiki installation is /srv/dokuwiki
:
DOKUWIKI_PATH=/srv/dokuwiki
REPO_URL=https://port.numenaute.org/dokuwiki/dokuwiki-plugin-childrenpages
git clone --branch master --depth 1 "$REPO_URL" "$DOKUWIKI_PATH/lib/plugins/childrenpages"
Configuration
Namespaces list
The links to children pages are generated from a list of reserved top level namespaces. Normal pages should not be created in these namespaces.
This list can be modified in DokuWiki config manager, and defaults to:
animation, gameplay, dev, talk