Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | Today | - | ||||
conf/ | H | 26-Jan-2022 | - | 22 | 12 | |
images/ | H | 26-Jan-2022 | - | 3 | 3 | |
lang/ | H | 26-Jan-2022 | - | 169 | 76 | |
DeletePageButton.php | H A D | 25-Jan-2022 | 1.4 KiB | 58 | 22 | |
LICENSE | H A D | 25-Jan-2022 | 17.6 KiB | 339 | 281 | |
NewFolderButton.php | H A D | 25-Jan-2022 | 1.2 KiB | 51 | 22 | |
NewPageButton.php | H A D | 25-Jan-2022 | 1.2 KiB | 51 | 22 | |
README.md | H A D | 25-Jan-2022 | 1.5 KiB | 49 | 32 | |
action.php | H A D | 25-Jan-2022 | 5 KiB | 173 | 80 | |
docker-compose.yml | H A D | 25-Jan-2022 | 197 | 12 | 10 | |
plugin.info.txt | H A D | 25-Jan-2022 | 256 | 8 | 7 | |
script.js | H A D | 25-Jan-2022 | 7.3 KiB | 186 | 150 |
README.md
1# Page Buttons Plugin for DokuWiki 2 3The plugin adds a few Page Menu buttons to perform useful actions: 4 5* _Delete Page_ - Deletes the current page 6* _New Page_ - Creates a 'subpage' under the current namespace 7* _New Folder_ - Creates a 'subfolder' under the current namespace 8 9![Screenshot](images/screenshot.png) 10 11## License 12 13This program is free software; you can redistribute it and/or modify 14it under the terms of the 15[GNU General Public License, version 2](https://www.gnu.org/licenses/old-licenses/gpl-2.0.html) 16or later. 17 18This program is distributed in the hope that it will be useful, 19but WITHOUT ANY WARRANTY; without even the implied warranty of 20MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 21GNU General Public License for more details. 22 23## Installation and Configuration 24 25If you install this plugin manually, make sure it is installed in 26`lib/plugins/pagebuttons/` - if the folder is called differently, 27it will not work! 28 29## Compatibility 30 31This plugin has been developped and tested with DokuWiki release 32*2018-04-22b "Greebo"* and should work with later versions as well. 33 34Earlier releases are not supported. 35 36## Support 37 38Source code and support for this plugin can be found at 39https://github.com/SoarinFerret/dokuwiki-plugin-pagebuttons 40 41## Credits 42 43Icons: 44* https://materialdesignicons.com/icon/trash-can-outline 45* https://materialdesignicons.com/icon/folder-plus-outline 46* https://materialdesignicons.com/icon/file-plus-outline 47 48 49Built off the work provided here: https://github.com/dregad/dokuwiki-plugin-deletepagebutton