summaryrefslogtreecommitdiff
path: root/Know/WebPreferences.mdwn
diff options
context:
space:
mode:
authorPeter Thoeny <web-hurd@gnu.org>2001-09-09 08:08:58 +0000
committerPeter Thoeny <web-hurd@gnu.org>2001-09-09 08:08:58 +0000
commit867c2ea36c42fa16b2cfcd3c53a53fadd41c94a4 (patch)
treea604b87f3cbb6ab7038781b28fb8db26e30e0be0 /Know/WebPreferences.mdwn
parent4b02fd298cac1d7dfbe781908e969082be761eed (diff)
none
Diffstat (limited to 'Know/WebPreferences.mdwn')
-rw-r--r--Know/WebPreferences.mdwn20
1 files changed, 14 insertions, 6 deletions
diff --git a/Know/WebPreferences.mdwn b/Know/WebPreferences.mdwn
index 389ed13c..cfa8ed82 100644
--- a/Know/WebPreferences.mdwn
+++ b/Know/WebPreferences.mdwn
@@ -10,21 +10,29 @@ The following settings are **_web preferences_** of the %WIKITOOLNAME%.%WEB% web
* Web specific background color: (Pick a lighter one of the %TWIKIWEB%.StandardColors)
* Set WEBBGCOLOR = #D0FFD0
-* Enable the form for this web: (See also %TWIKIWEB%.TWikiFormTemplate, [[WebTopicEditTemplate]])
- * Set WEBFORMS = [[WebForm]]
-
* Exclude web from a `web="all"` search: (Set to `on` for hidden webs)
* Set NOSEARCHALL =
-* Users or groups who **_are not_** / **_are_** allowed to change topics in the %WEB% web: (See %TWIKIWEB%.TWikiAccessControl)
+* Default template for new topics and form(s) for this web:
+ * [[WebTopicEditTemplate]]: Default template for new topics in this web. (Site-level is used if topic does not exist)
+ * [[TWIKIWEBWebTopicEditTemplate]]: Site-level default template
+ * %TWIKIWEB%.TWikiFormTemplate: How to enable form(s)
+ * Set WEBFORMS = [[WebForm]]
+
+* Users or groups who **_are not_** / **_are_** allowed to **_view_** / **_change_** / **_rename_** topics in the %WEB% web: (See %TWIKIWEB%.TWikiAccessControl)
+ * Set DENYWEBVIEW =
+ * Set ALLOWWEBVIEW =
* Set DENYWEBCHANGE =
* Set ALLOWWEBCHANGE =
+ * Set DENYWEBRENAME =
+ * Set ALLOWWEBRENAME =
-* Users or groups allowed to change this %TOPIC% topic: (I.e. %MAINWEB%.TWikiAdminGroup)
+* Users or groups allowed to change or rename this %TOPIC% topic: (I.e. %MAINWEB%.TWikiAdminGroup)
* Set ALLOWTOPICCHANGE =
+ * Set ALLOWTOPICRENAME =
* Web preferences that are **not** allowed to be overridden by user preferences:
- * Set FINALPREFERENCES = WEBTOPICLIST, DENYWEBVIEW, ALLOWWEBVIEW, DENYWEBCHANGE, ALLOWWEBCHANGE
+ * Set FINALPREFERENCES = WEBTOPICLIST, DENYWEBVIEW, ALLOWWEBVIEW, DENYWEBCHANGE, ALLOWWEBCHANGE, DENYWEBRENAME, ALLOWWEBRENAME
**_Notes:_**