From 8bda0760a82a5d96cd3eac5cc178344b8a82a98e Mon Sep 17 00:00:00 2001 From: PeterThoeny Date: Fri, 30 Jul 2004 07:04:53 +0000 Subject: [PATCH] none --- TWiki/TWikiPreferences.mdwn | 37 ++++++++++++++++++++++++++++--------- 1 file changed, 28 insertions(+), 9 deletions(-) diff --git a/TWiki/TWikiPreferences.mdwn b/TWiki/TWikiPreferences.mdwn index 72cefb9..af7f3f9 100644 --- a/TWiki/TWikiPreferences.mdwn +++ b/TWiki/TWikiPreferences.mdwn @@ -15,6 +15,7 @@ The following are **_site-level_** settings that affect all users in all webs on
  • HTTP-EQUIV Settings
  • +
  • Skin Settings
  • Plugins Settings
  • Miscellaneous Settings
  • Access Control Settings
  • @@ -88,7 +89,7 @@ The following are **_site-level_** settings that affect all users in all webs on ## TWiki Platform Settings -- TWiki platform name: +- TWiki site name: - Set WIKITOOLNAME = TWikibeta - Image, URL and alternate tooltip text of TWiki logo: (can be overwritten by web preferences) @@ -97,11 +98,11 @@ The following are **_site-level_** settings that affect all users in all webs on - Set WIKILOGOALT = TWiki home - List of %WIKITOOLNAME% webs - on the first line of the upper toolbar (to add a new web, see [[ManagingWebs]] and [[SiteMap]]): - - Set WIKIWEBLIST = [[Main|Main/WebHome]] | [[TWiki|TWiki/WebHome]] | [[Know|Know/WebHome]] | [[Sandbox|Sandbox/WebHome]] + - Set WIKIWEBLIST = [[Main|Main/WebHome]] | [[TWiki|TWiki/WebHome]] | [[Sandbox|Sandbox/WebHome]] - %T% **NOTE:** To automatically list all non-hidden webs in alphabetical order, use the `%WEBLIST{}%` variable instead:
    -- Skin overriding the default TWiki templates: (can be overwritten by [[WebPreferences]] and user preferences) - - Set SKIN = +- Maximum size of [[FileAttachments]] in KB, 0 for no limit: + - Set ATTACHFILESIZELIMIT = 10000 - Broadcast message for skins supporting a %BROADCASTMESSAGE% at the top of the page: (IMPORTANT: Set to empty message if not used; #Comment out unused messages) - Set BROADCASTMESSAGE = @@ -111,9 +112,6 @@ The following are **_site-level_** settings that affect all users in all webs on -- Maximum size of [[FileAttachments]] in KB, 0 for no limit: - - Set ATTACHFILESIZELIMIT = 10000 - ### Search Settings - Default type for search, one of: keyword (for search engine like syntax), regex (for [[RegularExpression]] search), or literal (for verbatim search) @@ -158,7 +156,8 @@ The following are **_site-level_** settings that affect all users in all webs on - **http-equiv** meta tags for **view**, **rdiff**, **attach**, **search\*** scripts: - * Set HTTP_EQUIV_ON_VIEW = + * #Set HTTP_EQUIV_ON_VIEW = + * Set HTTP_EQUIV_ON_VIEW = - **http-equiv** meta tags for **edit** script: @@ -168,6 +167,24 @@ The following are **_site-level_** settings that affect all users in all webs on * Set HTTP_EQUIV_ON_PREVIEW = +## Skin Settings + +- Skin overriding the default TWiki templates: (can be overwritten by [[WebPreferences]] and user preferences) + - Set SKIN = + +- Default TWiki CSS styling topics where layout and style are are defined: + - #Set TWIKILAYOUTTOPIC = [[TWikiLayout]] + - #Set TWIKISTYLETOPIC = [[TWikiStyle]] +- CSS styling topics to be defined in local webs or in user topics (these can complement or override default TWiki style topics): + - Set LAYOUTTOPIC = + - Set STYLETOPIC = + +- Use the CSS TOPIC setting above to build the URLS used in the templates + - #Set TWIKILAYOUTURL = ..//%TWIKILAYOUTTOPIC%?skin=text&contenttype=text/css + - #Set TWIKISTYLEURL = ..//%TWIKISTYLETOPIC%?skin=text&contenttype=text/css + - #Set USERLAYOUTURL = ..//%USERLAYOUTTOPIC%?skin=text&contenttype=text/css + - #Set USERSTYLEURL = ..//%USERSTYLETOPIC%?skin=text&contenttype=text/css + ## Plugins Settings - [[TWikiPlugins]] configuration: All plugin modules that exist in the `lib/TWiki/Plugins` directory are activated automatically unless disabled by DISABLEDPLUGINS. You can optionally list the installed plugins in INSTALLEDPLUGINS. This is useful to define the sequence of plugin execution, or to specify other webs then the TWiki web for the plugin topics. Specify plugins as a comma separated list of topics. @@ -214,6 +231,7 @@ The following are **_site-level_** settings that affect all users in all webs on - %GREEN% **Set GREEN = looks like this** %ENDCOLOR% - %OLIVE% **Set OLIVE = looks like this** %ENDCOLOR% - %MAROON% **Set MAROON = looks like this** %ENDCOLOR% + - %BROWN% **Set BROWN = looks like this** %ENDCOLOR% - %BLACK% **Set BLACK = looks like this** %ENDCOLOR% - %GRAY% **Set GRAY = looks like this** %ENDCOLOR% - %SILVER% **Set SILVER = looks like this** %ENDCOLOR% @@ -233,6 +251,7 @@ The following are **_site-level_** settings that affect all users in all webs on * Set GREEN = * Set OLIVE = * Set MAROON = + * Set BROWN = * Set BLACK = * Set GRAY = * Set SILVER = @@ -281,7 +300,7 @@ The following are **_site-level_** settings that affect all users in all webs on - Set TOPICOVERRIDESUSER = off - Site-level preferences that are **not** allowed to be overridden by [[WebPreferences]] and user preferences: - - Set FINALPREFERENCES = ATTACHFILESIZELIMIT, PREVIEWBGIMAGE, WIKITOOLNAME, WIKIWEBMASTER, SMTPMAILHOST, SMTPSENDERHOST, ALLOWWEBMANAGE, READTOPICPREFS, TOPICOVERRIDESUSER + - Set FINALPREFERENCES = ATTACHFILESIZELIMIT, PREVIEWBGIMAGE, WIKITOOLNAME, WIKIWEBMASTER, SMTPMAILHOST, SMTPSENDERHOST, ALLOWWEBMANAGE, READTOPICPREFS, TOPICOVERRIDESUSER, BASICSTYLETOPIC ## Creating New Preference Variables -- 1.9.4