summaryrefslogtreecommitdiff
path: root/doc/plugins/websetup.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-08-02 23:54:19 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-08-02 23:54:19 -0400
commit194417a3ca02aef4980c72c61d87597946fdd0e3 (patch)
treef26f530f7072651c261cccf13192f618df155124 /doc/plugins/websetup.mdwn
parent7baa6320e0dfb97bde1af3a3bbc46ace53f19093 (diff)
add
Diffstat (limited to 'doc/plugins/websetup.mdwn')
-rw-r--r--doc/plugins/websetup.mdwn19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/plugins/websetup.mdwn b/doc/plugins/websetup.mdwn
new file mode 100644
index 000000000..1e4ed4d0c
--- /dev/null
+++ b/doc/plugins/websetup.mdwn
@@ -0,0 +1,19 @@
+[[!template id=plugin name=websetup core=0 author="[[Joey]]"]]
+[[!tag type/useful]]
+
+This plugin allows wiki admins to configure the wiki using a web interface,
+rather than editing the setup file directly. A "Wiki Setup" button is added to the
+admins' preferences page.
+
+Most settings can be modified using the web interface. Some settings are
+not considered safe enough to be manipulated over the web; these are still
+shown, by default, but cannot be modified. To hide them, set `websetup_show_unsafe`
+to false in the setup file. A few settings have too complex a data type
+to be configured via the web.
+
+The web interface can also be used to enable and disable plugins, with
+limitations. The plugin for the [[revision_control_system|rcs]] being used
+cannot be enabled/disabled, and no other rcs plugins can be enabled. A few
+problematic/unsafe plugins are also blacklisted from being enabled. Other
+plugins that should not be enabled/disabled via the web interface can be
+listed in `websetup_force_plugins` in the setup file.