1#TemplatePagename Plugin for DokuWiki
2
3Let you configure self the wikipage which is used as template for the new
4created pages in the namespace.
5
6Some configuration examples
7 * the plugin defaults are: `c_template` and `i_template` (editable by who has write permission)
8 * or DokuWiki defaults are: `_template` and `__template` (only editable via filesystem)
9 * or use simple `template`
10 * it is now up to your choice.
11
12Be aware, when the template name starts with characters like `_` it is not
13editable online in the wiki, only by server admins via the file system.
14When you follow the [page name conventions](https://www.dokuwiki.org/pagename) people who has write permission on it
15may modify the page.
16
17
18All documentation for this plugin can be found at
19https://www.dokuwiki.org/plugin:templatepagename
20
21If you install this plugin manually, make sure it is installed in
22`lib/plugins/templatepagename/` - if the folder is called different it
23will not work!
24
25Please refer to https://www.dokuwiki.org/plugins for additional info
26on how to install plugins in DokuWiki.
27
28----
29Copyright (C) Martin <martin@sound4.biz>
30
31This program is free software; you can redistribute it and/or modify
32it under the terms of the GNU General Public License as published by
33the Free Software Foundation; version 2 of the License
34
35This program is distributed in the hope that it will be useful,
36but WITHOUT ANY WARRANTY; without even the implied warranty of
37MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
38GNU General Public License for more details.
39
40See the COPYING file in your DokuWiki folder for details
41