summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Thoeny <web-hurd@gnu.org>2001-08-08 05:38:59 +0000
committerPeter Thoeny <web-hurd@gnu.org>2001-08-08 05:38:59 +0000
commit92eb264b43e1cb04a2fc9ff8dfd84261a1dd1d58 (patch)
tree05d52cf1f0aa16c221c412b501a0846e983b6756
parent8c52864ae594aab43aef4f9a1da136daa03c876a (diff)
none
-rw-r--r--TWiki/WebPreferences.mdwn12
1 files changed, 8 insertions, 4 deletions
diff --git a/TWiki/WebPreferences.mdwn b/TWiki/WebPreferences.mdwn
index 30e7cac4..c5cfb0c9 100644
--- a/TWiki/WebPreferences.mdwn
+++ b/TWiki/WebPreferences.mdwn
@@ -1,4 +1,4 @@
-**%WIKITOOLNAME%.%WEB% Web Preferences**
+## <a name="_WIKITOOLNAME_WEB_Web_Preference"> %WIKITOOLNAME%.%WEB% Web Preferences </a>
The following settings are **_web preferences_** of the %WIKITOOLNAME%.%WEB% web. These preferences overwrite the **_site-level preferences_** in %TWIKIWEB%.%WIKIPREFSTOPIC%, and can be overwritten by **_user preferences_** (your personal topic, i.e. %MAINWEB%.TWikiGuest in the %WIKITOOLNAME%.%MAINWEB% web)
@@ -13,15 +13,19 @@ The following settings are **_web preferences_** of the %WIKITOOLNAME%.%WEB% web
* 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)
+* 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)
* Set ALLOWTOPICCHANGE =
* 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:_**
@@ -36,5 +40,5 @@ The following settings are **_web preferences_** of the %WIKITOOLNAME%.%WEB% web
* %TWIKIWEB%.%WIKIPREFSTOPIC% has site-level preferences.
* %MAINWEB%.%WIKIUSERSTOPIC% has a list of user topics. User topics can have optional user preferences.
-* %TWIKIWEB%.TWikiVariables has a list of common <code>%VARIABLES%</code> .
+* %TWIKIWEB%.TWikiVariables has a list of common <code>%VARIABLES%</code>.
* %TWIKIWEB%.TWikiAccessControl explains how to restrict access by users or groups.