DokuWiki children pages plugin
Find a file
2020-04-03 22:13:43 +02:00
conf Move list of namespaces used for children pages to a configurable array 2020-04-03 02:08:40 +02:00
lang/en Move list of namespaces used for children pages to a configurable array 2020-04-03 02:08:40 +02:00
action.php Ensure compatibility with "translation" plugin 2020-04-03 22:13:43 +02:00
LICENSE Initialize repository with plugin license 2020-03-30 22:51:58 +02:00
MenuItem.php Ensure compatibility with "translation" plugin 2020-04-03 22:13:43 +02:00
plugin.info.txt Rename plugin and update description 2020-04-03 00:14:46 +02:00
README.md Add installation instructions 2020-04-03 21:59:15 +02:00

DokuWiki plugin: Children pages

For each page, this plugin adds children pages in pre-set namespaces, reachable through links in the page menu.

Installation

Right now, only installation of the current development version through git is available. Alternatives will be proposed once we start releasing stable versions.

Installation using git

Requirements

  • git

Latest development version

Assuming the root directory of your DokuWiki installation is /srv/dokuwiki:

DOKUWIKI_PATH=/srv/dokuwiki
REPO_URL=https://forge.dotslashplay.it/vv221/dokuwiki-childrenpages.git
git clone --branch master --depth 1 "$REPO_URL" "$DOKUWIKI_PATH/lib/plugins/childrenpages"

Developers instructions

Up-to-date installation instructions for developers can be found on the project wiki.