|
WebPreferences 21 - 23 Jan 2008 - Main.IanSullivan
|
| | Sandbox Web Preferences
The following settings are web preferences of the Sandbox web. These preferences overwrite the site-level preferences in TWiki.TWikiPreferences and Main.TWikiPreferences, and can be overwritten by user preferences (your personal topic, eg: TWikiGuest in the Main web). | | |
- Comma separated list of forms that can be attached to topics in this web. See TWikiForms for more information.
| |
< < | | > > | | | |
- Users or groups who are not / are allowed to view / change / rename topics in the Sandbox web: (See TWikiAccessControl). Remove the # to enable any of these settings. Remember that an empty setting is a valid setting; setting DENYWEBVIEW to nothing means that anyone can view the web.
|
|
|
WebPreferences 20 - 01 Mar 2007 - Main.TWikiContributor
|
| | Sandbox Web Preferences
The following settings are web preferences of the Sandbox web. These preferences overwrite the site-level preferences in TWiki.TWikiPreferences and Main.TWikiPreferences, and can be overwritten by user preferences (your personal topic, eg: TWikiGuest in the Main web). | | |
- Users or groups who are not / are allowed to view / change / rename topics in the Sandbox web: (See TWikiAccessControl). Remove the # to enable any of these settings. Remember that an empty setting is a valid setting; setting DENYWEBVIEW to nothing means that anyone can view the web.
| |
< < |
-
- #Set DENYWEBVIEW =
- #Set ALLOWWEBVIEW =
- #Set DENYWEBCHANGE =
- #Set ALLOWWEBCHANGE = TWikiAdminGroup
- #Set DENYWEBRENAME =
- #Set ALLOWWEBRENAME = TWikiAdminGroup
| > > |
-
- Set DENYWEBVIEW =
- Set ALLOWWEBVIEW =
- Set DENYWEBCHANGE =
- Set ALLOWWEBCHANGE =
- Set DENYWEBRENAME =
- Set ALLOWWEBRENAME =
| | |
- Users or groups allowed to change or rename this WebPreferences topic: (e.g., TWikiAdminGroup)
| |
< < | | > > | | | |
- Web preferences that are not allowed to be overridden by user or topic preferences:
|
|
|
WebPreferences 17 - 22 Sep 2005 - Main.TWikiContributor
|
|
< < |
| META TOPICPARENT | name="WebHome" |
Sandbox Web Preferences | > > | Sandbox Web Preferences | | | | |
< < | The following settings are web preferences of the Sandbox web. These preferences overwrite the site-level preferences in TWikiPreferences, and can be overwritten by user preferences (your personal topic, eg: TWikiGuest in the Main web). | > > | The following settings are web preferences of the Sandbox web. These preferences overwrite the site-level preferences in TWiki.TWikiPreferences and Main.TWikiPreferences, and can be overwritten by user preferences (your personal topic, eg: TWikiGuest in the Main web). | | | | |
> > | | | | | |
< < | Preferences: | > > | Web Preferences Settings | | | | |
< < |
- List of topics of the TWiki.Sandbox web:
| > > | These settings override the defaults for this web only. See full list of defaults with explanation. | | | | |
< < |
- Web specific background color: (Pick a lighter one of the StandardColors)
| > > | | | | | |
< < |
- List this web in the SiteMap:
- If yes, Set SITEMAPLIST =
on, and add the "what" and "use to..." description for the site map. Make sure to list only links that include the name of the web, e.g. Sandbox.Topic links.
- Set SITEMAPLIST = on
| | |
-
- Set SITEMAPWHAT = Sandbox test area with all features enabled.
- Set SITEMAPUSETO = ...experiment in an unrestricted hands-on web.
| |
> > | | | | | |
< < |
- Exclude web from a
web="all" search: (Set to on for hidden webs)
- Prevent automatic linking of WikiWords and acronyms (if set to
on); link WikiWords (if empty); can be overwritten by web preferences:
- Set NOAUTOLINK =
- Note: Use the
[[...][...]] syntax to link topics in case you disabled WikiWord linking. The <noautolink> ... </noautolink> syntax can be used to prevents links within a block of text.
- Default template for new topics and form(s) for this web:
| > > |
- Default template for new topics for this web:
| | |
-
- WebTopicEditTemplate? : Default template for new topics in this web. (Site-level is used if topic does not exist)
| |
< < | | > > |
- Comma separated list of forms that can be attached to topics in this web. See TWikiForms for more information.
| | | | |
< < |
- Users or groups who are not / are allowed to view / change / rename topics in the Sandbox web: (See TWikiAccessControl)
- Set DENYWEBVIEW =
- Set ALLOWWEBVIEW =
- Set DENYWEBCHANGE =
- Set ALLOWWEBCHANGE =
- Set DENYWEBRENAME =
- Set ALLOWWEBRENAME =
| > > |
- Users or groups who are not / are allowed to view / change / rename topics in the Sandbox web: (See TWikiAccessControl). Remove the # to enable any of these settings. Remember that an empty setting is a valid setting; setting DENYWEBVIEW to nothing means that anyone can view the web.
- #Set DENYWEBVIEW =
- #Set ALLOWWEBVIEW =
- #Set DENYWEBCHANGE =
- #Set ALLOWWEBCHANGE = TWikiAdminGroup
- #Set DENYWEBRENAME =
- #Set ALLOWWEBRENAME = TWikiAdminGroup
| | | | |
< < |
- Users or groups allowed to change or rename this WebPreferences topic: (I.e. TWikiAdminGroup)
| > > |
- Users or groups allowed to change or rename this WebPreferences topic: (e.g., TWikiAdminGroup)
| | | | |
< < |
- Web preferences that are not allowed to be overridden by user preferences:
| > > |
- Web preferences that are not allowed to be overridden by user or topic preferences:
| | |
-
- Set FINALPREFERENCES = NOSEARCHALL, ATTACHFILESIZELIMIT, WIKIWEBMASTER, WEBCOPYRIGHT, WEBTOPICLIST, DENYWEBVIEW, ALLOWWEBVIEW, DENYWEBCHANGE, ALLOWWEBCHANGE, DENYWEBRENAME, ALLOWWEBRENAME
| |
< < | Notes:
- A preference is defined as:
6 spaces * Set NAME = value Example:
- Preferences are used as TWikiVariables by enclosing the name in percent signs. Example:
- When you write variable
%WEBBGCOLOR% , it gets expanded to #B9DAFF .
- The sequential order of the preference settings is significant. Define preferences that use other preferences first, i.e. set
WEBCOPYRIGHT before WIKIWEBMASTER since %WEBCOPYRIGHT% uses the %WIKIWEBMASTER% variable.
- You can introduce new preferences variables and use them in your topics and templates. There is no need to change the TWiki engine (Perl scripts).
Related Topics: | > > | Help on Preferences
- A preference setting is defined by:
3 or 6 spaces * Set NAME = value Example:
- A preferences setting can be disabled with a # sign. Remove the # sign to enable a local customisation. Example:
- Preferences are used as TWikiVariables by enclosing the name in percent signs. Example:
- When you write variable
%WEBBGCOLOR% , it gets expanded to #B9DAFF
- The sequential order of the preference settings is significant. Define preferences that use other preferences first, i.e. set
WEBCOPYRIGHT before WIKIWEBMASTER since %WEBCOPYRIGHT% uses the %WIKIWEBMASTER% variable.
- You can introduce your own preferences variables and use them in your topics and templates.
Related Topics
Tools
-
Rename, move or delete this web:
| META FILEATTACHMENT | attr="" comment="" date="1126793019" name="logo.gif" path="logo.png" size="3362" user="TWikiContributor" version="" |
| META FILEATTACHMENT | attr="" comment="" date="1125867877" name="favicon.ico" path="favicon.ico" size="1750" user="TWikiContributor" version="" |
|
|
|
WebPreferences 16 - 16 Aug 2004 - Main.PeterThoeny
|
| |
| META TOPICPARENT | name="WebHome" |
Sandbox Web Preferences | |
< < | The following settings are web preferences of the Sandbox web. These preferences overwrite the site-level preferences in TWikiPreferences, and can be overwritten by user preferences (your personal topic, i.e. TWikiGuest in the TWiki.Main web) | > > | The following settings are web preferences of the Sandbox web. These preferences overwrite the site-level preferences in TWikiPreferences, and can be overwritten by user preferences (your personal topic, eg: TWikiGuest in the Main web). | | |
Preferences: | | |
- Exclude web from a
web="all" search: (Set to on for hidden webs)
| |
> > |
- Prevent automatic linking of WikiWords and acronyms (if set to
on); link WikiWords (if empty); can be overwritten by web preferences:
- Set NOAUTOLINK =
- Note: Use the
[[...][...]] syntax to link topics in case you disabled WikiWord linking. The <noautolink> ... </noautolink> syntax can be used to prevents links within a block of text.
| | |
- 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)
- TWiki.WebTopicEditTemplate: Site-level default template
|
|
|
WebPreferences 15 - 15 Aug 2004 - Main.ArthurClemens
|
| |
| META TOPICPARENT | name="WebHome" |
Sandbox Web Preferences | | |
- Web specific background color: (Pick a lighter one of the StandardColors)
| |
< < | | > > | | | |
- List this web in the SiteMap:
- If yes, Set SITEMAPLIST =
on, and add the "what" and "use to..." description for the site map. Make sure to list only links that include the name of the web, e.g. Sandbox.Topic links.
|
|
|
WebPreferences 14 - 26 Dec 2003 - Main.PeterThoeny
|
| |
| META TOPICPARENT | name="WebHome" |
Sandbox Web Preferences | | |
- Web preferences that are not allowed to be overridden by user preferences:
| |
< < |
-
- Set FINALPREFERENCES = NOSEARCHALL, WIKIWEBMASTER, WEBCOPYRIGHT, WEBTOPICLIST, DENYWEBVIEW, ALLOWWEBVIEW, DENYWEBCHANGE, ALLOWWEBCHANGE, DENYWEBRENAME, ALLOWWEBRENAME
| > > |
-
- Set FINALPREFERENCES = NOSEARCHALL, ATTACHFILESIZELIMIT, WIKIWEBMASTER, WEBCOPYRIGHT, WEBTOPICLIST, DENYWEBVIEW, ALLOWWEBVIEW, DENYWEBCHANGE, ALLOWWEBCHANGE, DENYWEBRENAME, ALLOWWEBRENAME
| | | Notes:
- A preference is defined as:
6 spaces * Set NAME = value Example:
|
|
|
WebPreferences 13 - 20 Dec 2003 - Main.PeterThoeny
|
| |
| META TOPICPARENT | name="WebHome" |
Sandbox Web Preferences | | |
- Users or groups allowed to change or rename this WebPreferences topic: (I.e. TWikiAdminGroup)
| |
< < | | > > | | | |
- Web preferences that are not allowed to be overridden by user preferences:
- Set FINALPREFERENCES = NOSEARCHALL, WIKIWEBMASTER, WEBCOPYRIGHT, WEBTOPICLIST, DENYWEBVIEW, ALLOWWEBVIEW, DENYWEBCHANGE, ALLOWWEBCHANGE, DENYWEBRENAME, ALLOWWEBRENAME
|
|
|
WebPreferences 12 - 16 Dec 2003 - Main.PeterThoeny
|
| |
| META TOPICPARENT | name="WebHome" |
Sandbox Web Preferences | | |
- Web preferences that are not allowed to be overridden by user preferences:
| |
< < |
-
- Set FINALPREFERENCES = WEBTOPICLIST, DENYWEBVIEW, ALLOWWEBVIEW, DENYWEBCHANGE, ALLOWWEBCHANGE, DENYWEBRENAME, ALLOWWEBRENAME
| > > |
-
- Set FINALPREFERENCES = NOSEARCHALL, WIKIWEBMASTER, WEBCOPYRIGHT, WEBTOPICLIST, DENYWEBVIEW, ALLOWWEBVIEW, DENYWEBCHANGE, ALLOWWEBCHANGE, DENYWEBRENAME, ALLOWWEBRENAME
| | | Notes:
- A preference is defined as:
6 spaces * Set NAME = value Example:
|
|
|
WebPreferences 11 - 22 Mar 2003 - Main.PeterThoeny
|
| |
| META TOPICPARENT | name="WebHome" |
| |
< < | TWiki.Sandbox Web Preferences | > > | Sandbox Web Preferences | | | | |
< < | The following settings are web preferences of the TWiki.Sandbox web. These preferences overwrite the site-level preferences in TWikiPreferences, and can be overwritten by user preferences (your personal topic, i.e. TWikiGuest in the TWiki.Main web) | > > | The following settings are web preferences of the Sandbox web. These preferences overwrite the site-level preferences in TWikiPreferences, and can be overwritten by user preferences (your personal topic, i.e. TWikiGuest in the TWiki.Main web) | | |
Preferences: | | |
| |
< < |
-
- If yes, Set SITEMAPLIST =
on, and add the "what" and "use to..." description for the site map. Make sure to list only links that include the name of the web, e.g. Sandbox.Topic links.
| > > |
-
- If yes, Set SITEMAPLIST =
on, and add the "what" and "use to..." description for the site map. Make sure to list only links that include the name of the web, e.g. Sandbox.Topic links.
| | |
-
- Set SITEMAPLIST = on
- Set SITEMAPWHAT = Sandbox test area with all features enabled.
- Set SITEMAPUSETO = ...experiment in an unrestricted hands-on web.
| | | | |
< < |
- Users or groups who are not / are allowed to view / change / rename topics in the Sandbox web: (See TWikiAccessControl)
| > > |
- Users or groups who are not / are allowed to view / change / rename topics in the Sandbox web: (See TWikiAccessControl)
| | |
-
- Set DENYWEBVIEW =
- Set ALLOWWEBVIEW =
- Set DENYWEBCHANGE =
|
|
|
WebPreferences 9 - 12 Apr 2002 - Main.PeterThoeny
|
| |
| META TOPICPARENT | name="WebHome" |
TWiki.Sandbox Web Preferences | | |
- Web specific background color: (Pick a lighter one of the StandardColors)
| |
> > |
- List this web in the SiteMap:
- If yes, Set SITEMAPLIST =
on, and add the "what" and "use to..." description for the site map. Make sure to list only links that include the name of the web, e.g. Sandbox.Topic links.
- Set SITEMAPLIST = on
- Set SITEMAPWHAT = Sandbox test area with all features enabled.
- Set SITEMAPUSETO = ...experiment in an unrestricted hands-on web.
| | |
- Exclude web from a
web="all" search: (Set to on for hidden webs)
|
|
|
WebPreferences 8 - 18 Sep 2001 - Main.PeterThoeny
|
| |
| META TOPICPARENT | name="WebHome" |
TWiki.Sandbox Web Preferences | | |
- 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)
- TWiki.WebTopicEditTemplate: Site-level default template
| |
< < |
-
- TWikiFormTemplate? : How to enable form(s)
| > > | | | |
- Users or groups who are not / are allowed to view / change / rename topics in the Sandbox web: (See TWikiAccessControl)
|
|
|
WebPreferences 7 - 09 Sep 2001 - Main.PeterThoeny
|
| |
| META TOPICPARENT | name="WebHome" |
TWiki.Sandbox Web Preferences | | |
- Exclude web from a
web="all" search: (Set to on for hidden webs)
| |
> > |
- 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)
- TWiki.WebTopicEditTemplate: Site-level default template
- TWikiFormTemplate? : How to enable form(s)
- Set WEBFORMS =
| | |
- Users or groups who are not / are allowed to view / change / rename topics in the Sandbox web: (See TWikiAccessControl)
- Set DENYWEBVIEW =
- Set ALLOWWEBVIEW =
| | |
-
- Set DENYWEBRENAME =
- Set ALLOWWEBRENAME =
| |
< < |
- Users or groups allowed to change this WebPreferences topic: (I.e. TWikiAdminGroup)
| > > |
- Users or groups allowed to change or rename this WebPreferences topic: (I.e. TWikiAdminGroup)
| | | | |
> > | | | |
- Web preferences that are not allowed to be overridden by user preferences:
- Set FINALPREFERENCES = WEBTOPICLIST, DENYWEBVIEW, ALLOWWEBVIEW, DENYWEBCHANGE, ALLOWWEBCHANGE, DENYWEBRENAME, ALLOWWEBRENAME
|
|
|
WebPreferences 6 - 08 Aug 2001 - Main.PeterThoeny
|
|
< < | TWiki.Sandbox Web Preferences | > > |
| META TOPICPARENT | name="WebHome" |
TWiki.Sandbox Web Preferences | | | The following settings are web preferences of the TWiki.Sandbox web. These preferences overwrite the site-level preferences in TWikiPreferences, and can be overwritten by user preferences (your personal topic, i.e. TWikiGuest in the TWiki.Main web) | | |
- Exclude web from a
web="all" search: (Set to on for hidden webs)
| |
< < | | > > | | | | | |
< < |
- Users or groups who are not / are allowed to change topics in the Sandbox web: (See TWikiAccessControl)
| > > |
- Users or groups who are not / are allowed to view / change / rename topics in the Sandbox web: (See TWikiAccessControl)
- Set DENYWEBVIEW =
- Set ALLOWWEBVIEW =
| | |
-
- Set DENYWEBCHANGE =
- Set ALLOWWEBCHANGE =
| |
> > |
-
- Set DENYWEBRENAME =
- Set ALLOWWEBRENAME =
| | |
- Users or groups allowed to change this WebPreferences topic: (I.e. TWikiAdminGroup)
- 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:
- A preference is defined as:
6 spaces * Set NAME = value Example:
|
|
|
WebPreferences 5 - 23 Jul 2001 - Main.PeterThoeny
|
| | TWiki.Sandbox Web Preferences
The following settings are web preferences of the TWiki.Sandbox web. These preferences overwrite the site-level preferences in TWikiPreferences, and can be overwritten by user preferences (your personal topic, i.e. TWikiGuest in the TWiki.Main web) | | | Preferences:
- List of topics of the TWiki.Sandbox web:
| |
< < | | > > | | | |
- Web specific background color: (Pick a lighter one of the StandardColors)
|
|
|
WebPreferences 2 - 29 Oct 2000 - Main.PeterThoeny
|
| |
- Exclude web from a
web="all" search: (Set to on for hidden webs)
| |
> > |
- Users or groups who are not / are allowed to change topics in the Sandbox web: (See TWikiAccessControl)
- Set DENYWEBCHANGE =
- Set ALLOWWEBCHANGE =
- Users or groups allowed to change this WebPreferences topic: (I.e. TWikiAdminGroup)
- Web preferences that are not allowed to be overridden by user preferences:
- Set FINALPREFERENCES = WEBTOPICLIST, DENYWEBVIEW, ALLOWWEBVIEW, DENYWEBCHANGE, ALLOWWEBCHANGE
| | | Notes:
- A preference is defined as:
6 spaces * Set NAME = value Example:
| | | | |
> > | |
|
|
WebPreferences 1 - 19 Aug 2000 - Main.PeterThoeny
|
|
> > | TWiki.Sandbox Web Preferences
The following settings are web preferences of the TWiki.Sandbox web. These preferences overwrite the site-level preferences in TWikiPreferences, and can be overwritten by user preferences (your personal topic, i.e. TWikiGuest in the TWiki.Main web)
Preferences:
- List of topics of the TWiki.Sandbox web:
- Web specific background color:
- Exclude web from a
web="all" search: (Set to on for hidden webs)
Notes:
- A preference is defined as:
6 spaces * Set NAME = value Example:
- Preferences are used as TWikiVariables by enclosing the name in percent signs. Example:
- When you write variable
%WEBBGCOLOR% , it gets expanded to #B9DAFF .
- The sequential order of the preference settings is significant. Define preferences that use other preferences first, i.e. set
WEBCOPYRIGHT before WIKIWEBMASTER since %WEBCOPYRIGHT% uses the %WIKIWEBMASTER% variable.
- You can introduce new preferences variables and use them in your topics and templates. There is no need to change the TWiki engine (Perl scripts).
Related Topics: |
|
| Revision 21 | r21 - 23 Jan 2008 - 22:21:35 - IanSullivan |
| Revision 20 | r20 - 01 Mar 2007 - 06:32:13 - TWikiContributor |
| Revision 19 | r19 - 22 Sep 2005 - 15:03:28 - TWikiContributor |
| Revision 18 | r18 - 22 Sep 2005 - 15:03:28 - TWikiContributor |
| Revision 17 | r17 - 22 Sep 2005 - 15:03:28 - TWikiContributor |
| Revision 16 | r16 - 16 Aug 2004 - 03:16:43 - PeterThoeny? |
| Revision 15 | r15 - 15 Aug 2004 - 01:19:36 - ArthurClemens? |
| Revision 14 | r14 - 26 Dec 2003 - 02:26:13 - PeterThoeny? |
| Revision 13 | r13 - 20 Dec 2003 - 22:05:08 - PeterThoeny? |
| Revision 12 | r12 - 16 Dec 2003 - 07:33:55 - PeterThoeny? |
| Revision 11 | r11 - 22 Mar 2003 - 07:35:06 - PeterThoeny? |
| Revision 10 | r10 - 19 Jan 2003 - 21:37:35 - PeterThoeny? |
| Revision 9 | r9 - 12 Apr 2002 - 08:38:00 - PeterThoeny? |
| Revision 8 | r8 - 18 Sep 2001 - 06:39:03 - PeterThoeny? |
| Revision 7 | r7 - 09 Sep 2001 - 08:23:12 - PeterThoeny? |
| Revision 6 | r6 - 08 Aug 2001 - 05:35:12 - PeterThoeny? |
| Revision 5 | r5 - 23 Jul 2001 - 07:59:07 - PeterThoeny? |
| Revision 4 | r4 - 17 Jul 2001 - 07:48:08 - PeterThoeny? |
| Revision 3 | r3 - 08 Nov 2000 - 04:29:38 - PeterThoeny? |
| Revision 2 | r2 - 29 Oct 2000 - 06:05:32 - PeterThoeny? |
| Revision 1 | r1 - 19 Aug 2000 - 01:04:46 - PeterThoeny? |
|
|
|
 Copyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors. Ideas, requests, problems regarding TWiki? Send feedback
|
|