Difference: WebPreferences (1 vs. 26)

Revision 2608 Jun 2017 - TomCraneAdmin

Line: 1 to 1
 
META TOPICPARENT name="WebHome"

PP/Public Web Preferences

Line: 27 to 27
 
    • #Set WEBLOGOALT = Home - this site is powered by TWiki(R)

<-- Don't display the topbar Breadcrumbs in this (Public facing) web -->
Changed:
<
<
    • Set BREADCRUMBS = 0
>
>
    • Set TOPMENU_BREADCRUMBS = 0
 
  • List this web in the SiteMap. If you want the web listed, then set SITEMAPLIST to on, do not set NOSEARCHALL, and add the "what" and "use to..." description for the site map. Use links that include the name of the web, i.e. PP/Public.Topic links.
    Note: Unlike other variables, the setting of SITEMAPLIST is not inherited from parent webs. It has to be set in every web that is to be listed in the SiteMap

Revision 2508 Jun 2017 - TomCraneAdmin

Line: 1 to 1
 
META TOPICPARENT name="WebHome"

PP/Public Web Preferences

Line: 26 to 26
 
Added:
>
>
<-- Don't display the topbar Breadcrumbs in this (Public facing) web -->
    • Set BREADCRUMBS = 0
 
  • List this web in the SiteMap. If you want the web listed, then set SITEMAPLIST to on, do not set NOSEARCHALL, and add the "what" and "use to..." description for the site map. Use links that include the name of the web, i.e. PP/Public.Topic links.
    Note: Unlike other variables, the setting of SITEMAPLIST is not inherited from parent webs. It has to be set in every web that is to be listed in the SiteMap
    • Set SITEMAPLIST = on

Revision 2408 Jun 2017 - TomCraneAdmin

Line: 1 to 1
 
META TOPICPARENT name="WebHome"

PP/Public Web Preferences

Line: 34 to 34
 
    • Note: Above settings are automatically configured when you create a web

Changed:
<
<
    • Set SKIN = rhul_physics,pattern
>
>
    • Set SKIN = rhul_physics,topmenu,pattern
 
  • Exclude web from a web="all" search: (Set to on for hidden webs).
    • Set NOSEARCHALL =

Revision 2316 Dec 2012 - TomCraneAdmin

Line: 1 to 1
 
META TOPICPARENT name="WebHome"

PP/Public Web Preferences

Line: 33 to 33
 
    • Set SITEMAPUSETO =
    • Note: Above settings are automatically configured when you create a web
Added:
>
>
  • Don't include the TagMePlugin in this web's skin
    • Set SKIN = rhul_physics,pattern
 
  • Exclude web from a web="all" search: (Set to on for hidden webs).
    • Set NOSEARCHALL =
    • Note: This setting is automatically configured when you create a web

Revision 2219 Oct 2012 - convert_5facls_2esh

Line: 53 to 53
 
Changed:
<
<
>
>
 
    • Set DENYWEBRENAME =
    • Set ALLOWWEBRENAME =

Revision 2119 Oct 2012 - convert_5facls_2esh

Line: 52 to 52
 
    • Set DENYWEBVIEW =
    • Set ALLOWWEBVIEW =
    • Set DENYWEBCHANGE =
Changed:
<
<
>
>
 

Revision 2002 May 2012 - convert_5facls_2esh

Line: 17 to 17
  #b684e8 
  • Web-specific background color: (Pick a lighter one of the StandardColors).
Changed:
<
<
    • Set WEBBGCOLOR = #D0D0D0
>
>
    • Set WEBBGCOLOR = #b684e8
 
    • Note: This setting is automatically configured when you create a web

  • Image, URL and alternate tooltip text of web's logo.

Revision 1924 Apr 2012 - convert_5facls_2esh

Line: 52 to 52
 
    • Set DENYWEBVIEW =
    • Set ALLOWWEBVIEW =
    • Set DENYWEBCHANGE =
Changed:
<
<
>
>
 

Revision 1816 Apr 2012 - convert_5facls_2esh

Line: 52 to 52
 
    • Set DENYWEBVIEW =
    • Set ALLOWWEBVIEW =
    • Set DENYWEBCHANGE =
Changed:
<
<
>
>
 
    • Set DENYWEBRENAME =
    • Set ALLOWWEBRENAME =

Revision 1716 Apr 2012 - webmanip_5fw2sw_2esh

Line: 52 to 52
 
    • Set DENYWEBVIEW =
    • Set ALLOWWEBVIEW =
    • Set DENYWEBCHANGE =
Changed:
<
<
>
>
 
    • Set DENYWEBRENAME =
    • Set ALLOWWEBRENAME =

Revision 1617 Apr 2008 - SimonGeorge

Line: 1 to 1
 
META TOPICPARENT name="WebHome"

PP/Public Web Preferences

Line: 68 to 68
 

META FILEATTACHMENT attachment="favicon.ico" attr="" comment="placeholder favicon" date="1100974473" name="favicon.ico" path="favicon.ico" size="318" tmpFilename="/var/tmp/CGItemp25580" user="TWikiContributor" version="1.1"

Revision 1525 Feb 2008 - SimonGeorge

Line: 1 to 1
 
META TOPICPARENT name="WebHome"

PP/Public Web Preferences

Line: 29 to 29
 
  • List this web in the SiteMap. If you want the web listed, then set SITEMAPLIST to on, do not set NOSEARCHALL, and add the "what" and "use to..." description for the site map. Use links that include the name of the web, i.e. PP/Public.Topic links.
    Note: Unlike other variables, the setting of SITEMAPLIST is not inherited from parent webs. It has to be set in every web that is to be listed in the SiteMap
    • Set SITEMAPLIST = on
Changed:
<
<
    • Set SITEMAPWHAT = Public Information Web
>
>
    • Set SITEMAPWHAT = Welcome Public Information
 
    • Set SITEMAPUSETO =
    • Note: Above settings are automatically configured when you create a web
Line: 52 to 52
 
    • Set DENYWEBVIEW =
    • Set ALLOWWEBVIEW =
    • Set DENYWEBCHANGE =
Changed:
<
<
    • Set ALLOWWEBCHANGE =
>
>
 
    • Set DENYWEBRENAME =
    • Set ALLOWWEBRENAME =
Line: 65 to 66
 

Help on Preferences

  • A preference setting is defined by:
    3 or 6 spaces * Set NAME = value
    Example:
    • Set WEBBGCOLOR = #FFFFC0
  • A preferences setting can be disabled with a # sign. Remove the # sign to enable a local customization. Example:
  • Preferences are used as TWikiVariables by enclosing the name in percent signs. Example:
    • When you write variable %WEBBGCOLOR% , it gets expanded to #b684e8
  • 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

Rename, Move or Delete this Web

  • Note: The PP/Public web cannot be renamed. See also: ManagingWebs
Added:
>
>
<-- custom settings 
  • Set OBFUSCATEEMAIL = on
-->
 
META FILEATTACHMENT attachment="favicon.ico" attr="" comment="placeholder favicon" date="1100974473" name="favicon.ico" path="favicon.ico" size="318" tmpFilename="/var/tmp/CGItemp25580" user="TWikiContributor" version="1.1"

Revision 1405 Dec 2007 - TwikiAdministrator

Line: 1 to 1
 
META TOPICPARENT name="WebHome"

PP/Public Web Preferences

Line: 17 to 17
  #b684e8 
  • Web-specific background color: (Pick a lighter one of the StandardColors).
Changed:
<
<
    • Set WEBBGCOLOR = #DDDDDD
>
>
    • Set WEBBGCOLOR = #D0D0D0
 
    • Note: This setting is automatically configured when you create a web

  • Image, URL and alternate tooltip text of web's logo.
Line: 29 to 29
 
  • List this web in the SiteMap. If you want the web listed, then set SITEMAPLIST to on, do not set NOSEARCHALL, and add the "what" and "use to..." description for the site map. Use links that include the name of the web, i.e. PP/Public.Topic links.
    Note: Unlike other variables, the setting of SITEMAPLIST is not inherited from parent webs. It has to be set in every web that is to be listed in the SiteMap
    • Set SITEMAPLIST = on
Changed:
<
<
    • Set SITEMAPWHAT =
>
>
    • Set SITEMAPWHAT = Public Information Web
 
    • Set SITEMAPUSETO =
    • Note: Above settings are automatically configured when you create a web

Revision 1301 Mar 2007 - TWikiContributor

Line: 1 to 1
 
META TOPICPARENT name="WebHome"

PP/Public Web Preferences

Line: 49 to 49
 
    • Set WEBFORMS =

  • Users or groups who are not / are allowed to view / change / rename topics in the PP/Public 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.
Changed:
<
<
    • #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)
Changed:
<
<
>
>
 

  • Web preferences that are not allowed to be overridden by user or topic preferences:

Revision 1228 Mar 2005 - TWikiContributor

Line: 1 to 1
 
META TOPICPARENT name="WebHome"

PP/Public Web Preferences

Changed:
<
<
The following settings are web preferences of the PP.Public web. These preferences overwrite the site-level preferences in TWiki.TWikiPreferences and Public.TWikiPreferences, and can be overwritten by user preferences (your personal topic, eg: TWikiGuest in the Public web).
>
>
The following settings are web preferences of the PP.Public web. These preferences overwrite the site-level preferences in TWiki.TWikiPreferences and Public.TWikiPreferences, and can be overwritten by user preferences (your personal topic, eg: TWikiGuest in the Public web).
 

Revision 1128 Mar 2005 - TWikiContributor

Line: 1 to 1
 
META TOPICPARENT name="WebHome"

PP/Public Web Preferences

Revision 1028 Mar 2005 - TWikiContributor

Line: 1 to 1
 
META TOPICPARENT name="WebHome"
Changed:
<
<

PP/Public Web Preferences

>
>

PP/Public Web Preferences

 
Changed:
<
<
The following settings are web preferences of the PP.Public web. These preferences overwrite the site-level preferences in TWikiPreferences, and can be overwritten by user preferences (your personal topic, eg: TWikiGuest in the Public web).
>
>
The following settings are web preferences of the PP.Public web. These preferences overwrite the site-level preferences in TWiki.TWikiPreferences and Public.TWikiPreferences, and can be overwritten by user preferences (your personal topic, eg: TWikiGuest in the Public web).
 
Added:
>
>
 
Changed:
<
<
Preferences:
>
>

Web Preferences Settings

 
Changed:
<
<
  • List of topics of the RHUL Physics Department TWiki.PP/Public web:
>
>
These settings override the defaults for this web only. See full list of defaults with explanation. Many of the settings below are commented out. Remove the # sign to enable a local customisation.
 
Changed:
<
<
  • Web specific background color: (Pick a lighter one of the StandardColors)
    • Set WEBBGCOLOR = #FFFED5
>
>
  • List of topics of the PP/Public web:
 
Changed:
<
<
  • List this web in the SiteMap:
    • If yes, set SITEMAPLIST to on, do not set NOSEARCHALL, 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. PP/Public.Topic links.
>
>
 #b684e8 
  • Web-specific background color: (Pick a lighter one of the StandardColors).
    • Set WEBBGCOLOR = #DDDDDD
    • Note: This setting is automatically configured when you create a web

  • Image, URL and alternate tooltip text of web's logo.
    Note: Don't add your own local logos to the TWikiLogos topic; create your own logos topic instead.

  • List this web in the SiteMap. If you want the web listed, then set SITEMAPLIST to on, do not set NOSEARCHALL, and add the "what" and "use to..." description for the site map. Use links that include the name of the web, i.e. PP/Public.Topic links.
    Note: Unlike other variables, the setting of SITEMAPLIST is not inherited from parent webs. It has to be set in every web that is to be listed in the SiteMap
 
    • Set SITEMAPLIST = on
Changed:
<
<
    • Set SITEMAPWHAT = Describe what this web does.
    • Set SITEMAPUSETO = ...to do something.
>
>
    • Set SITEMAPWHAT =
    • Set SITEMAPUSETO =
    • Note: Above settings are automatically configured when you create a web
 
Changed:
<
<
  • Exclude web from a web="all" search: (Set to on for hidden webs)
>
>
  • Exclude web from a web="all" search: (Set to on for hidden webs).
 
    • Set NOSEARCHALL =
Added:
>
>
    • Note: This setting is automatically configured when you create a web
 
  • Prevent automatic linking of WikiWords and acronyms (if set to on); link WikiWords (if empty); can be overwritten by web preferences:
Changed:
<
<
    • 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.
>
>
    • #Set NOAUTOLINK =
    • Note: You can still use the [[...][...]] syntax to link topics if you disabled WikiWord linking. The <noautolink> ... </noautolink> syntax can be used to prevents links within a block of text.
 
Changed:
<
<
  • 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)
Changed:
<
<
>
>

  • Comma separated list of forms that can be attached to topics in this web. See TWikiForms for more information.
 
    • Set WEBFORMS =
Changed:
<
<
  • Users or groups who are not / are allowed to view / change / rename topics in the PP/Public 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 PP/Public 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
 
Changed:
<
<
  • Users or groups allowed to change or rename this WebPreferences topic: (I.e. TWikiAdminGroup)
    • Set ALLOWTOPICCHANGE =
>
>
 
Changed:
<
<
  • 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
Changed:
<
<
Notes:
  • A preference is defined as:
    6 spaces * Set NAME = value
    Example:
    • Set WEBBGCOLOR = #FFFFC0
  • Preferences are used as TWikiVariables by enclosing the name in percent signs. Example:
    • When you write variable %WEBBGCOLOR% , it gets expanded to #b684e8 .
  • 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 RHUL Physics Department TWiki engine (Perl scripts).

Related Topics:

>
>

Help on Preferences

  • A preference setting is defined by:
    3 or 6 spaces * Set NAME = value
    Example:
    • Set WEBBGCOLOR = #FFFFC0
  • A preferences setting can be disabled with a # sign. Remove the # sign to enable a local customization. Example:
  • Preferences are used as TWikiVariables by enclosing the name in percent signs. Example:
    • When you write variable %WEBBGCOLOR% , it gets expanded to #b684e8
  • 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

Rename, Move or Delete this Web

  • Note: The PP/Public web cannot be renamed. See also: ManagingWebs
 
Added:
>
>
META FILEATTACHMENT attachment="favicon.ico" attr="" comment="placeholder favicon" date="1100974473" name="favicon.ico" path="favicon.ico" size="318" tmpFilename="/var/tmp/CGItemp25580" user="TWikiContributor" version="1.1"

Revision 916 Aug 2004 - PeterThoeny

Line: 1 to 1
 
META TOPICPARENT name="WebHome"

PP/Public Web Preferences

Changed:
<
<
The following settings are web preferences of the PP.Public 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 RHUL Physics Department TWiki.Public web)
>
>
The following settings are web preferences of the PP.Public web. These preferences overwrite the site-level preferences in TWikiPreferences, and can be overwritten by user preferences (your personal topic, eg: TWikiGuest in the Public web).
 

Preferences:

Line: 22 to 22
 
  • Exclude web from a web="all" search: (Set to on for hidden webs)
    • Set NOSEARCHALL =
Added:
>
>
  • 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.
 

Revision 815 Aug 2004 - ArthurClemens

Line: 1 to 1
 
META TOPICPARENT name="WebHome"

PP/Public Web Preferences

Line: 11 to 11
 

  • Web specific background color: (Pick a lighter one of the StandardColors)
Changed:
<
<
    • Set WEBBGCOLOR = #D0D0D0
>
>
    • Set WEBBGCOLOR = #FFFED5
 
  • List this web in the SiteMap:
    • If yes, set SITEMAPLIST to on, do not set NOSEARCHALL, 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. PP/Public.Topic links.

Revision 726 Dec 2003 - PeterThoeny

Line: 1 to 1
 
META TOPICPARENT name="WebHome"

PP/Public Web Preferences

Line: 41 to 41
 

  • Web preferences that are not allowed to be overridden by user preferences:
Changed:
<
<
    • 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:

Revision 620 Dec 2003 - PeterThoeny

Line: 1 to 1
 
META TOPICPARENT name="WebHome"

PP/Public Web Preferences

Line: 38 to 38
 
  • Users or groups allowed to change or rename this WebPreferences topic: (I.e. TWikiAdminGroup)
    • Set ALLOWTOPICCHANGE =
Changed:
<
<
    • Set ALLOWTOPICRENAME =
>
>
 
  • Web preferences that are not allowed to be overridden by user preferences:
    • Set FINALPREFERENCES = NOSEARCHALL, WIKIWEBMASTER, WEBCOPYRIGHT, WEBTOPICLIST, DENYWEBVIEW, ALLOWWEBVIEW, DENYWEBCHANGE, ALLOWWEBCHANGE, DENYWEBRENAME, ALLOWWEBRENAME

Revision 516 Dec 2003 - PeterThoeny

Line: 1 to 1
 
META TOPICPARENT name="WebHome"

PP/Public Web Preferences

Line: 41 to 41
 
    • Set ALLOWTOPICRENAME =

  • Web preferences that are not allowed to be overridden by user preferences:
Changed:
<
<
    • 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:

Revision 422 Mar 2003 - PeterThoeny

Line: 1 to 1
 
META TOPICPARENT name="WebHome"
Changed:
<
<

RHUL Physics Department TWiki.PP/Public Web Preferences

>
>

PP/Public Web Preferences

 
Changed:
<
<
The following settings are web preferences of the RHUL Physics Department TWiki.PP/Public 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 RHUL Physics Department TWiki.Public web)
>
>
The following settings are web preferences of the PP.Public 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 RHUL Physics Department TWiki.Public web)
 

Preferences:

Line: 14 to 14
 
    • Set WEBBGCOLOR = #D0D0D0

Changed:
<
<
    • If yes, set SITEMAPLIST to on, do not set NOSEARCHALL, 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. PP/Public.Topic links.
>
>
    • If yes, set SITEMAPLIST to on, do not set NOSEARCHALL, 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. PP/Public.Topic links.
 
    • Set SITEMAPLIST = on
    • Set SITEMAPWHAT = Describe what this web does.
    • Set SITEMAPUSETO = ...to do something.
Line: 28 to 28
 
    • TWikiForms: How to enable form(s)
    • Set WEBFORMS =
Changed:
<
<
  • Users or groups who are not / are allowed to view / change / rename topics in the PP/Public web: (See TWikiAccessControl)
>
>
  • Users or groups who are not / are allowed to view / change / rename topics in the PP/Public web: (See TWikiAccessControl)
 
    • Set DENYWEBVIEW =
    • Set ALLOWWEBVIEW =
    • Set DENYWEBCHANGE =

Revision 319 Jan 2003 - PeterThoeny

Line: 1 to 1
 
META TOPICPARENT name="WebHome"

RHUL Physics Department TWiki.PP/Public Web Preferences

Line: 8 to 8
 Preferences:

  • List of topics of the RHUL Physics Department TWiki.PP/Public web:
Changed:
<
<
>
>
 
  • Web specific background color: (Pick a lighter one of the StandardColors)
    • Set WEBBGCOLOR = #D0D0D0

Revision 212 Apr 2002 - PeterThoeny

Line: 1 to 1
 
META TOPICPARENT name="WebHome"

RHUL Physics Department TWiki.PP/Public Web Preferences

Line: 13 to 13
 
  • Web specific background color: (Pick a lighter one of the StandardColors)
    • Set WEBBGCOLOR = #D0D0D0
Added:
>
>
  • List this web in the SiteMap:
    • If yes, set SITEMAPLIST to on, do not set NOSEARCHALL, 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. PP/Public.Topic links.
    • Set SITEMAPLIST = on
    • Set SITEMAPWHAT = Describe what this web does.
    • Set SITEMAPUSETO = ...to do something.
 
  • Exclude web from a web="all" search: (Set to on for hidden webs)
    • Set NOSEARCHALL =

Revision 118 Sep 2001 - PeterThoeny

Line: 1 to 1
Added:
>
>
META TOPICPARENT name="WebHome"

RHUL Physics Department TWiki.PP/Public Web Preferences

The following settings are web preferences of the RHUL Physics Department TWiki.PP/Public 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 RHUL Physics Department TWiki.Public web)

Preferences:

  • List of topics of the RHUL Physics Department TWiki.PP/Public web:

  • Web specific background color: (Pick a lighter one of the StandardColors)
    • Set WEBBGCOLOR = #D0D0D0

  • Exclude web from a web="all" search: (Set to on for hidden webs)
    • Set NOSEARCHALL =

  • Users or groups who are not / are allowed to view / change / rename topics in the PP/Public web: (See TWikiAccessControl)
    • Set DENYWEBVIEW =
    • Set ALLOWWEBVIEW =
    • Set DENYWEBCHANGE =
    • Set ALLOWWEBCHANGE =
    • Set DENYWEBRENAME =
    • Set ALLOWWEBRENAME =

  • Users or groups allowed to change or rename this WebPreferences topic: (I.e. TWikiAdminGroup)
    • Set ALLOWTOPICCHANGE =
    • Set ALLOWTOPICRENAME =

  • Web preferences that are not allowed to be overridden by user preferences:
    • Set FINALPREFERENCES = WEBTOPICLIST, DENYWEBVIEW, ALLOWWEBVIEW, DENYWEBCHANGE, ALLOWWEBCHANGE, DENYWEBRENAME, ALLOWWEBRENAME

Notes:

  • A preference is defined as:
    6 spaces * Set NAME = value
    Example:
    • Set WEBBGCOLOR = #FFFFC0
  • Preferences are used as TWikiVariables by enclosing the name in percent signs. Example:
    • When you write variable %WEBBGCOLOR% , it gets expanded to #b684e8 .
  • 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 RHUL Physics Department TWiki engine (Perl scripts).

Related Topics:

 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding RHUL Physics Department TWiki? Send feedback