How to add plugins to dokuwiki - hamstar/Braincase GitHub Wiki
Back to developer documentation
If you are looking for how to make Dokuwiki plugins see: Dokuwiki plugins
Plugins are added to Dokuwiki by the use of git submodules. If the plugin does not have a git repository available then create one for it on Github (if the licence allows it - if it doesn't it shouldn't be used in Braincase). If you can find the author on Github then add them as a collaborator on the Github repository, otherwise just email the maintainer.
Adding a submodule
You will need to be in a linux shell and at the root of the repository.
$ cd Braincase
$ git submodule add https://github.com/user/repository.git var/lib/dokuwiki/lib/plugins/<plugin-name>