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