1# Add New Page Plugin for DokuWiki
2
3Copyright (c) 2006 Benjamin Santalucia <ben@santalucia.me>
4Copyright (c) 2013 Sam Wilson <sam@samwilson.id.au>
5Copyright (c) 2023 Damien Regad <dregad@mantisbt.org>
6
7The plugin lets users put *add new page* forms within pages, with optional namespace selection.
8
9## License
10
11This program is free software; you can redistribute it and/or modify
12it under the terms of the
13[GNU General Public License, version 2](https://www.gnu.org/licenses/old-licenses/gpl-2.0.html)
14or later.
15
16This program is distributed in the hope that it will be useful,
17but WITHOUT ANY WARRANTY; without even the implied warranty of
18MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19GNU General Public License for more details.
20
21## Installation and Configuration
22
23Please refer to
24[the plugin's wiki page](https://www.dokuwiki.org/plugin:addnewpage)
25for information on how to install, configure and use this plugin in DokuWiki.
26
27
28## Support
29
30Source code and support for this plugin can be found at
31<https://github.com/dregad/dokuwiki-plugin-addnewpage>
32
33## Credits
34
35The 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.
36Refer 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.
37
38In 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.
39During this time, he merged several improvements and fixes contributed by these fine people:
40
41- [Michael Braun](https://github.com/michael-dev)
42- [Róbert Toth](https://github.com/FurloSK)
43- [Gerrit Uitslag](https://github.com/klap-in) added support for newpagetemplate plugin in 2014
44- [Albert Chern](https://github.com/achern), disabling of restricted parent namespaces in 2015
45
46In May 2023, [Damien Regad](https://github.com/dregad) decided to take over the plugin's maintenance.
47
48Thanks to [all the people who contributed](https://github.com/dregad/dokuwiki-plugin-addnewpage/graphs/contributors) to this plugin over the years.
49