plugin safe/rebuild controls
[ikiwiki] / doc / plugins / websetup.mdwn
1 [[!template id=plugin name=websetup core=0 author="[[Joey]]"]]
2 [[!tag type/useful]]
3
4 This plugin allows wiki admins to configure the wiki using a web interface,
5 rather than editing the setup file directly. A "Wiki Setup" button is added
6 to the admins' preferences page.
7
8 Most settings can be modified using the web interface. Plugins can be
9 enabled and disabled using it too. Some settings are not considered safe
10 enough to be manipulated over the web; these are still shown, by default,
11 but cannot be modified. To hide them, set `websetup_show_unsafe` to false
12 in the setup file. A few settings have too complex a data type to be
13 configured via the web.
14
15 Plugins that should not be enabled/disabled via the web interface can be
16 listed in `websetup_force_plugins` in the setup file.