1# Add New Page (Deluxe) Plugin for DokuWiki
2
3Copyright (c) 2024 Bjoern Ellebrecht <dokuwiki.development@c0de8.com>
4
5(forked from Damien Regad https://github.com/dregad/dokuwiki-plugin-addnewpage)
6
7The plugin lets users put *add new page* (deluxe version) forms within pages,
8with optional namespace selection.
9
10## License
11
12This program is free software; you can redistribute it and/or modify
13it under the terms of the
14[GNU General Public License, version 2](https://www.gnu.org/licenses/old-licenses/gpl-2.0.html)
15or later.
16
17This program is distributed in the hope that it will be useful,
18but WITHOUT ANY WARRANTY; without even the implied warranty of
19MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20GNU General Public License for more details.
21
22## Installation and Configuration
23
24Please refer to
25[the plugin's wiki page](https://www.dokuwiki.org/plugin:addnewpage)
26for information on how to install, configure and use this plugin in DokuWiki.
27
28
29## Support
30
31Source code and support for this plugin can be found at
32<https://github.com/C0DE8/dokuwiki-plugin-addnewpage>
33
34## Credits
35
36The plugin was originally written by [Benjamin Santalucia](https://github.com/ben8p) (aka iDo) in 2006. It was forked after the 2009-02-14 release of Dokuwiki, and moved to GitHub by [Robert McLeod](https://github.com/hamstar) in 2012.
37Refer to the [Legacy Releases section](https://www.dokuwiki.org/plugin:addnewpage#legacy_releases) in the plugin's home page for details on what happened in those early, pre-GitHub years.
38
39In 2013, [Sam Wilson](https://github.com/samwilson) picked up the plugin's maintenance and actively supported it until he stopped using DokuWiki at the end of 2016.
40During this time, he merged several improvements and fixes contributed by these fine people:
41
42- [Michael Braun](https://github.com/michael-dev)
43- [Róbert Toth](https://github.com/FurloSK)
44- [Gerrit Uitslag](https://github.com/klap-in) added support for newpagetemplate plugin in 2014
45- [Albert Chern](https://github.com/achern), disabling of restricted parent namespaces in 2015
46
47In May 2023, [Damien Regad](https://github.com/dregad) decided to take over the plugin's maintenance.
48
49Forked from [Bjoern Ellebrecht](https://github.com/c0de8) in February 2024 to create an deluxe version.
50
51Thanks to [all the people who contributed](https://github.com/dregad/dokuwiki-plugin-addnewpage/graphs/contributors) to this plugin over the years.
52