From 66eeae005f1d9dadc6e7797ee05770002abe60d1 Mon Sep 17 00:00:00 2001 From: PeterThoeny Date: Fri, 12 Jul 2002 07:50:00 +0000 Subject: [PATCH] none --- TWiki/TWikiPreferences.mdwn | 67 ++++++++++++++++++++++++++++++++------------- 1 file changed, 48 insertions(+), 19 deletions(-) diff --git a/TWiki/TWikiPreferences.mdwn b/TWiki/TWikiPreferences.mdwn index 28bb50d..a044a62 100644 --- a/TWiki/TWikiPreferences.mdwn +++ b/TWiki/TWikiPreferences.mdwn @@ -6,8 +6,13 @@ The following are **_site-level_** settings that affect all users in all webs on
----- +## Web Preferences -## General Preferences - -- 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]] - - %T% **NOTE:** To automatically list all non-hidden webs in alphabetical order, use the `%WEBLIST{}%` variable instead:
+%X% **NOTE:** They are typically redefined in individual WebPreferences topics - List of selected topics in a web - the second line of the upper toolbar (usually overwritten in individual [[WebPreferences]]): - - Set WEBTOPICLIST = [[Home|Main/WebHome]] | [[Changes|Main/WebChanges]] | [[Index|Main/WebIndex]] | [[Search|Main/WebSearch]] | Go + - Set WEBTOPICLIST = [[Changes|Main/WebChanges]] | [[Index|Main/WebIndex]] | [[Search|Main/WebSearch]] | Go - Copyright notice: - Set WEBCOPYRIGHT = Copyright © 1999-2002 by the contributing authors. \\nAll material on this collaboration tool is the property of the contributing authors.
\\nIdeas, requests, problems regarding %WIKITOOLNAME%? [Send](mailto:?subject=%WIKITOOLNAME% Feedback) feedback.
@@ -37,14 +38,9 @@ The following are **_site-level_** settings that affect all users in all webs on - Web specific background color: (is overwritten by web preferences) - Set WEBBGCOLOR = #C0C0C0 -- [[PreviewBackground]] image: - - Set PREVIEWBGIMAGE = ![previewbg.gif](http://www.dementia.org/twiki//view/TWiki/PreviewBackground/previewbg.gif) - -- Background color of non existing topic: ( default `cornsilk` or `#FFFFCE` ) - - Set NEWTOPICBGCOLOR = #FFFFCE +## User Settings -- Font color of non existing topic: ( default `#0000FF` ) - - Set NEWTOPICFONTCOLOR = #0000FF +%X% **NOTE:** They are typically redefined in topics of individual [[TWikiUsers]] - Horizontal size of text edit box: (can be overwritten by user preferences) - Set EDITBOXWIDTH = 70 @@ -74,6 +70,20 @@ The following are **_site-level_** settings that affect all users in all webs on * Set ATTACHEDIMAGEFORMAT = \t* $comment:
$name +## TWiki Platform Settings + +- TWiki platform name: + - Set WIKITOOLNAME = TWikibeta + +- Image, URL and alternate tooltip text of TWiki logo: (can be overwritten by web preferences) + - Set WIKILOGOIMG = ![twikiRobot46x50.gif](http://www.dementia.org/twiki//view/TWiki/TWikiLogos/twikiRobot46x50.gif) + - Set WIKILOGOURL = + - 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]] + - %T% **NOTE:** To automatically list all non-hidden webs in alphabetical order, use the `%WEBLIST{}%` variable instead:
+ ## Email Settings - TWiki webmaster email address: @@ -85,6 +95,17 @@ The following are **_site-level_** settings that affect all users in all webs on - Mail domain sending mail. SMTP requires that you identify the TWiki server sending mail. If not set, **Net::SMTP** will guess it for you. Ex: **twiki.your.company** - Set SMTPSENDERHOST = +### Email Link Settings + +- 'Mail this topic' mailto: link - can be included in topics, templates or skins + - Set MAILTHISTOPIC = [%MAILTHISTOPICTEXT%](mailto:?subject=WebHome&body=%TOPICURL%) + +- 'Mail this topic' link text + - Set MAILTHISTOPICTEXT = Send a link to this page + +- URL for current topic + - Set TOPICURL = + ## 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. @@ -124,7 +145,6 @@ The following are **_site-level_** settings that affect all users in all webs on - Set U = UPDATED - Set X = ALERT! - Set Y = DONE - - Set TLS = TWiki ID button - Colored text: (see more [[StandardColors]]) @@ -188,6 +208,15 @@ The following are **_site-level_** settings that affect all users in all webs on - Set ENDCOLOR = - To finish colored text +- Background color of non existing topic: ( default `cornsilk` or `#FFFFCE` ) + - Set NEWTOPICBGCOLOR = #FFFFCE + +- Font color of non existing topic: ( default `#0000FF` ) + - Set NEWTOPICFONTCOLOR = #0000FF + +- [[PreviewBackground]] image: + - Set PREVIEWBGIMAGE = ![previewbg.gif](http://www.dementia.org/twiki//view/TWiki/PreviewBackground/previewbg.gif) + ## Access Control Settings - Users or groups allowed to change or rename this %TOPIC% topic: (ex: [[TWikiAdminGroup]]) @@ -198,7 +227,7 @@ The following are **_site-level_** settings that affect all users in all webs on - Set ALLOWWEBMANAGE = [[TWikiAdminGroup]] - Site-level preferences that are **not** allowed to be overridden by [[WebPreferences]] and user preferences: - - Set FINALPREFERENCES = PREVIEWBGIMAGE, WIKIWEBMASTER, SMTPMAILHOST , SMTPSENDERHOST, ALLOWWEBMANAGE + - Set FINALPREFERENCES = PREVIEWBGIMAGE, WIKITOOLNAME, WIKIWEBMASTER, SMTPMAILHOST , SMTPSENDERHOST, ALLOWWEBMANAGE ## Creating New Preference Variables @@ -215,5 +244,5 @@ You can introduce new VARIABLES and use them in your topics and templates. There - [[WebPreferences]] has preferences of the %WIKITOOLNAME%.%WEB% web. - [[TWikiUsers]] has a list of user topics. User topics can have optional user preferences. -- [[TWikiVariables]] has a list of common `%VARIABLES%` . +- [[TWikiVariables]] has a list of common `%VARIABLES%`. - [[TWikiAccessControl]] explains how to restrict access by users or groups. -- 1.9.4