dokuwiki-plugin-childrenpages/README.md

37 lines
1 KiB
Markdown
Raw Normal View History

2020-04-02 22:14:46 +00:00
# DokuWiki plugin: Children pages
For each page, this plugin adds children pages in pre-set namespaces, reachable
2020-04-02 22:14:46 +00:00
through links in the page menu.
2020-04-03 21:04:36 +00:00
[![thumbnail]][screenshot]
[thumbnail]: img/thumbnail.png
[screenshot]: img/screenshot.png
## Installation
2020-04-03 19:59:15 +00:00
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].
2020-04-02 22:14:46 +00:00
[on the project wiki]: https://forge.dotslashplay.it/vv221/dokuwiki-childrenpages/-/wikis/home#installation-instructions