|
< < | TWiki Site-Level Preferences |
> > | TWiki Site-Level Preferences |
| |
|
< < | The following are site-level settings that affect all users in all webs on this TWikiSite. They can be selectively overwritten on the individual web level (see WebPreferences in each web), topic level (the topic being rendered), and on the user level (create preferences in your user account topic in the Main web, ex: TWikiGuest).
- NOTE: You can lock individual settings at the site or web levels using User & Group Access Control - see section below.
|
> > | This topic defines site-level settings that apply to all users and webs on this TWikiSite.
Note: This topic should be regarded as read-only, so that upgrades can safely overwrite it without risk to your customizations.
Preference settings local to your site should be set in Main.TWikiPreferences (this topic is pointed to by {LocalSitePreferences}, which is set by the admin in the configure interface). Settings in Main.TWikiPreferences will override settings in this topic, and should be used for defining custom settings and variables. |
| |
|
> > | Read more on how to set Preferences Variables. |
| |
|
> > | |
| Default Web Preferences |
|
< < | NOTE: They are typically redefined in individual WebPreferences topics |
> > | NOTE: These are just defaults; don't change them here. Instead, add them to the WebPreferences topic in each web |
| |
|
< < |
- List of selected topics in a web - the second line of the upper toolbar (usually overwritten in individual WebPreferences):
|
> > |
- List of selected topics in a web (used in menus)
|
| |
|
< < |
- Web specific background color: (is overwritten by web preferences)
|
> > |
- Web-specific background color: (is overwritten by web preferences)
|
| |
|
> > |
- Image, URL and alternate tooltip text of web's logo.
- Set WEBLOGOIMG =
- Set WEBLOGOURL = http://TWiki.org/
- Set WEBLOGOALT = Powered by TWiki
- 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. TWiki.Topic links.
- Set SITEMAPLIST = on
- Set SITEMAPWHAT = Describe what this web does.
- Set SITEMAPUSETO = ...to do something.
|
| |
|
< < |
-
- Set WEBCOPYRIGHT = Copyright © 1999-2024 by the contributing authors. \nAll material on this collaboration platform is the property of the contributing authors.
\nIdeas, requests, problems regarding TWiki? Send feedback
|
> > |
-
- Set WEBCOPYRIGHT = 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 Note: Please contribute updates to this topic on TWiki.org at TWiki:TWiki.TWikiPreferences
|
| |
|
< < |
- Simplified Copyright notice for the WebRss feed (don't use any special characters, xml tags or WikiWords)
|
> > |
- Simplified Copyright notice for the WebRss feed (don't use any special characters, html tags, entities, wiki markup or WikiWords)
|
|
-
- Set WEBRSSCOPYRIGHT = Copyright 2024 by contributing authors
- Exclude web from a
web="all" search: (Set to on for hidden webs; is 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.
|
|
< < |
- Warn if
%INCLUDE{}% of topic fails: Fail silently (if empty or off ); output "Warning: Can't INCLUDE Topic, topic not found" (if set to on ); else, output specific text (use $topic for topic). You can override this setting by web preferences and by a warn="..." parameter in %INCLUDE{}% :
- Set INCLUDEWARNING = Note: Included topic $topic? does not exist yet
|
> > |
- Warn if
%INCLUDE{}% of topic fails: Fail silently if empty or off . Output warning message (defined in templates/oopsalerts.tmpl) if set to on . Otherwise output specific text (use $topic for topic). You can override this in web preferences, or by using a warn="..." parameter with %INCLUDE{}% :
|
|
Default User Settings |
|
-
- Set LINKTOOLTIPINFO = off
- #Set LINKTOOLTIPINFO = $username - $date - $rev: $summary
|
|
> > |
- Some skins have two editors available; the default editor, and a second editor which is usually a WYSIWYG editor (the second editor is used by hitting the WYSIWYG link in
pattern or classic skins). If COMPOSER is not set, the second editor will work the same as the default editor. If the WysiwygPlugin is installed and it is set to 'kupu' (the default), then the Kupu WYSIWYG editor will be enabled. You can change the setting to use any editor that is enabled by setting the cover parameter on the edit URL.
|
|
- Horizontal size of text edit box: (can be overwritten by user preferences)
- Vertical size of text edit box: (can be overwritten by user preferences)
|
|
< < | |
> > | |
|
- Style of text edit box. Set to
width: 99% for full window width (default; this will overwrite the EDITBOXWIDTH setting), or width: auto to disable. This setting works for IE and some other recent browsers. (can be overwritten by user preferences)
- Set EDITBOXSTYLE = width: 99%
|
|
< < |
- Default state of the Release edit lock (UnlockTopic? ) check box in preview. Checkbox is initially checked if
Set RELEASEEDITLOCKCHECKBOX = checked="checked" , or unchecked if empty. If checked, make sure to click on Edit to do more changes; do not go back in your browser to the edit page, or you risk that someone else will edit the topic at the same time: (can be overwritten by user preferences)
- Set RELEASEEDITLOCKCHECKBOX =
|
> > |
- Default state of the Force New Revision (ForceNewRevision) check box in preview. Check box is initially checked if
Set FORCENEWREVISIONCHECKBOX = checked="checked" , or unchecked if empty: (can be overwritten by user preferences)
- Set FORCENEWREVISIONCHECKBOX =
|
|
- Default state of the Minor Changes, Don't Notify (DontNotify) check box in preview. Check box is initially checked if
Set DONTNOTIFYCHECKBOX = checked="checked" , or unchecked if empty: (can be overwritten by user preferences)
|
|
- Format of file link when the link check box is checked: (can be overwritten by user preferences)
- NOTE: Keyword
$name gets expanded to filename; $comment to comment; \t to tab (3 spaces for bullets).
|
|
< < |
-
- Set ATTACHEDFILELINKFORMAT = \t* $name: $comment
|
> > |
-
- Set ATTACHEDFILELINKFORMAT = \n * $name: $comment
|
|
- Format of images when the link check box is checked: (can be overwritten by user preferences)
|
|
< < |
-
- NOTE: Keyword
$name gets expanded to filename; $comment to comment; $size to width="..." height="..." attribute of img tag; \t to tab (3 spaces for bullets).
* Set ATTACHEDIMAGEFORMAT = \t* $comment: <br />
<img src="%ATTACHURLPATH%/$name" alt="$comment" $size />
|
> > |
-
- NOTE: Keyword
$name gets expanded to filename; $comment to comment; $size to width="..." height="..." attribute of img tag; \t to tab and \n to linefeed (3 spaces for bullets).
- Set ATTACHEDIMAGEFORMAT = \n * $comment:
\n
|
| TWiki Platform Settings
|
|
< < |
- Image, URL and alternate tooltip text of TWiki logo: (can be overwritten by web preferences)
- Set WIKILOGOIMG =
|
> > |
- Image, URL and alternate tooltip text of the logo for this installation: you should change these settings for your site, or they can be overwridden in WebPreferences for individual webs by defining these variables there.
- Set WIKILOGOIMG =
|
| |
|
< < |
-
- Set WIKILOGOALT = TWiki home
|
> > |
-
- Set WIKILOGOALT = Powered by TWiki
|
| |
|
< < |
- List of TWiki webs - on the first line of the upper toolbar (to add a new web, see ManagingWebs and SiteMap):
|
> > |
- Home page of this site
- Set WIKIHOMEURL = /twiki/bin/view
- List of TWiki webs - on the first line of the upper toolbar (to add a new web, see ManagingWebs and SiteMap):
|
|
-
- Set WIKIWEBLIST = Main | TWiki | Sandbox?
- NOTE: To automatically list all non-hidden webs in alphabetical order, use the
%WEBLIST{}% variable instead:
|
|
< < | AmLegalHist | CompPrivConst | EngLegalHist | LawContempSoc | LawNetSoc | Main | TWiki |
> > | AmLegalHist | CompPrivConst | EngLegalHist | LawContempSoc | LawNetSoc | Main | TWiki |
|
- 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 =
- #Set BROADCASTMESSAGE =
|
|
< < | Edit and Attach will be disabled today between 05:00 PM and 06:00 PM PDT (00:00 to 01:00 GMT) for a scheduled TWiki maintenance. |
> > | Edit and Attach will be disabled today between 05:00 PM and 06:00 PM PDT (00:00 to 01:00 GMT) for a scheduled TWiki maintenance. |
| |
|
> > |
- Users or groups allowed to create new webs: (ex: TWikiAdminGroup)
- This has been disabled for the TWiki-4.0.0 release due to a potential security hole - you must be in the TWikiAdminGroup? to create a web
|
| Search Settings
- Default type for search, one of: keyword (for search engine like syntax), regex (for RegularExpression search), or literal (for verbatim search)
|
|
- Stop words, e.g., common words and characters to exclude from a keyword search:
- Set SEARCHSTOPWORDS = a, all, am, an, and, any, as, at, b, be, by, c, d, e, for, from, g, h, how, i, i'm, i.e., in, is, isn't, it, it's, its, j, k, l, m, n, o, of, on, or, p, q, r, s, t, that, that's, the, this, to, u, v, w, was, wasn't, what, what's, when, where, who, who's, will, with, x, y, z
|
|
< < | Email and Proxy Server Settings |
> > | E-mail Settings |
| |
|
< < |
- TWiki webmaster email address:
|
> > |
- TWiki administrator e-mail address:
|
| |
|
< < |
- TWiki webmaster name (first name and last name, e.g.
Fred Smith ):
|
> > |
- TWiki administrator name (first name and last name, e.g.
Fred Smith ):
|
|
-
- Set WIKIWEBMASTERNAME = TWiki Administrator
|
|
< < |
- Mail host for outgoing mail. This is used for WebChangesAlert if Perl module
Net::SMTP is installed. If not, or if SMTPMAILHOST is empty, the external sendmail program is used instead (defined by $mailProgram in TWiki.cfg ). Examples: mail.your.company or localhost
- 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
- Proxy Server. Some environments require outbound HTTP traffic to go through a proxy server. Set the host in PROXYHOST (example:
proxy.your.company ), and the port number in PROXYPORT (example: 8080 ). No proxy is used if PROXYHOST or PROXYPORT is empty.
- Set PROXYHOST =
- Set PROXYPORT =
Email Link Settings |
|
- 'Mail this topic' mailto: link - can be included in topics, templates or skins
|
|
< < | |
> > | |
|
- 'Mail this topic' link text
- Set MAILTHISTOPICTEXT = Send a link to this page
|
|
< < | |
> > | |
|
HTTP-EQUIV Settings |
|
< < | |
> > |
- NOTE: Changing cache behaviour with these settings should not be necessary and may cause cache-related problems (e.g. TWiki:Codev.BackFromPreviewLosesText or TWiki:Codev.RefreshEditPage). These settings do not affect proxy caches.
- NOTE: The current values of these preferences are not displayed in view mode (values are
<link> -tags).
|
|
-
http-equiv meta tags for view , rdiff , attach , search* scripts:
|
|
< < | |
|
-
- #Set HTTP_EQUIV_ON_VIEW =
|
|
< < |
|
> > | |
|
-
http-equiv meta tags for edit script:
|
|
< < | |
| |
|
< < | |
|
-
http-equiv meta tags for preview script:
|
|
< < | |
|
-
- Set HTTP_EQUIV_ON_PREVIEW =
|
|
< < | |
|
Skin Settings |
| |
|
< < |
- Using attachments for styles
DragonSkin?
- Theme: (gray, monochrome, tabstyle)
- Quicklinks headings:
- Set DS_QUICKLINKSHEADING =
- Quicklinks submenu:
|
> > |
- Default TWiki styles
- Set TWIKILAYOUTURL = /twiki/pub/TWiki/PatternSkin/layout.css
- Set TWIKISTYLEURL = /twiki/pub/TWiki/PatternSkin/style.css
- Set TWIKICOLORSURL = /twiki/pub/TWiki/PatternSkin/colors.css
- Custom overriding styles (enabled pr. default but empty, to prevent browsers from fetching %USERLAYOUTURL%-style URLs)
- Set USERLAYOUTURL =
- Set USERSTYLEURL =
- Set USERCOLORSURL =
- PatternSkin header settings
- Set WEBHEADERART = /twiki/pub/TWiki/PatternSkin/TWiki_header.gif
- Set WEBHEADERBGCOLOR = #ffffff
Skin icons
- Topic containing the icon graphics library. Icons can easily be rendered with
%ICON{name}% .
Legacy support
- Support for legacy "EDITTOPIC", used to be hard-coded, now replaced by TMPL:P conditional instantiation
- Set EDITURL = /twiki/bin/edit/TWiki/TWikiPreferences?t=1732812817
- Set EDITTOPIC = Edit
|
| 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.
- Set INSTALLEDPLUGINS = DefaultPlugin? , SpreadSheetPlugin
- Set DISABLEDPLUGINS = EmptyPlugin
- Currently activated plugins: SpreadSheetPlugin, ActionTrackerPlugin, AttachmentListPlugin, BreadCrumbsPlugin, CalendarPlugin, CommentPlugin, CompareRevisionsAddonPlugin, EditTablePlugin, FilterPlugin, FlexWebListPlugin, FootNotePlugin, GluePlugin, IfDefinedPlugin, InterwikiPlugin, JQueryPlugin, NatSkinPlugin, PreferencesPlugin, RedDotPlugin, RenderListPlugin, SlideShowPlugin, SmiliesPlugin, TablePlugin, TreeBrowserPlugin, TreePlugin, TwistyPlugin, VotePlugin, WysiwygPlugin
- NOTE: You can enable/disable all plugins with the
$disableAllPlugins flag in the lib/TWiki.cfg file.
|
> > |
- You can enable/disable Plugins using the configure interface.
- Currently activated Plugins: SpreadSheetPlugin, ActionTrackerPlugin, AttachmentListPlugin, BreadCrumbsPlugin, CalendarPlugin, CommentPlugin, CompareRevisionsAddonPlugin, EditTablePlugin, FilterPlugin, FlexWebListPlugin, FootNotePlugin, GluePlugin, IfDefinedPlugin, InterwikiPlugin, JQueryPlugin, NatSkinPlugin, PreferencesPlugin, RedDotPlugin, RenderListPlugin, SlideShowPlugin, SmiliesPlugin, TablePlugin, TreeBrowserPlugin, TreePlugin, TwistyPlugin, VotePlugin, WysiwygPlugin
- NOTE: You can enable/disable Plugins by passing a comma-separated list of Plugin names in the
debugenableplugins url parameter; for example, http://964871.nyc3kqvj.asia/twiki/bin/view/TWiki/TWikiPreferences?debugenableplugins=SmiliesPlugin will display this topic with all Plugins disabled except the SmiliesPlugin.
- Detailed diagnostics can be found in InstalledPlugins
- Legacy settings:
- Set DISABLEDPLUGINS = The DISABLEDPLUGINS variable is no longer supported
- Set INSTALLEDPLUGINS = The INSTALLEDPLUGINS variable is no longer supported. You can set the Plugins execution order using the configure interface.
|
| |
|
< < | Miscellaneous Settings |
> > | Rendering Shortcuts Settings |
| |
|
|
|
< < |
- Graphics used in TWiki documentation - view all images in TWikiDocGraphics. (There are various ways to set up common icons as text variables. This is simply one quick approach.):
- Set H =
- Set I =
- Set M =
- Set N =
- Set P =
- Set Q =
- Set S =
- Set T =
- Set U =
- Set X =
- Set Y =
|
> > |
- Graphics used in TWiki documentation - view all images in TWikiDocGraphics. (There are various ways to set up common icons as text variables. This is simply one quick approach.):
- Set H =
- Set I =
- Set M =
- Set N =
- Set P =
- Set Q =
- Set S =
- Set T =
- Set U =
- Set X =
- Set Y =
Miscellaneous Settings |
|
- Background color of non existing topic: ( default
cornsilk or #FFFFCE )
- Set NEWTOPICBGCOLOR = #FFFFCE
|
|
-
- Set PREVIEWBGIMAGE = /twiki/pub/TWiki/PreviewBackground/preview2bg.gif
|
|
< < | Access Control Settings
- Users or groups allowed to change or rename this TWikiPreferences topic: (ex: TWikiAdminGroup)
Preferences Control Settings
- Allow topic level preferences, on or off: If set to
on , topic preferences will be read, and will override any web- or site-level preferences not set as FINALPREFERENCES . By default, user preferences will override topic preferences.
- Topic level overrides user level preferences, on or off: If set to
on , topic preferences will override user preferences. The user can in turn override this behavior by setting further FINALPREFERENCES in his or her user topic.
- 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
|
| Creating New Preference Variables
You can introduce new VARIABLES and use them in your topics and templates. There is no need to change the TWiki engine (Perl scripts). |
|
- Preferences are used as TWikiVariables by enclosing the name in percent signs:
% . Example:
- When you write variable
%WEBBGCOLOR% , it gets expanded to #FFD8AA .
|
|
< < |
- The sequential order of the preference settings is significant. Define preferences that use other preferences FIRST. For example, set
WEBCOPYRIGHT before WIKIWEBMASTER since the copyright notice uses the webmaster email address.
|
> > |
- The sequential order of the preference settings is significant. Define preferences that use other preferences FIRST. For example, set
WEBCOPYRIGHT before WIKIWEBMASTER since the copyright notice uses the TWiki administrator e-mail address.
- In order to protect your custom variables from being overwritten when upgrading the TWiki.TWikiPreferences topic, it is recommended that custom variables are defined in Main.TWikiPreferences.
|
|
Related Topics |
|
< < | |
> > | |
| |
|
> > | |
| Note: Can't edit? |
|
< < | View raw topic |
> > | View raw topic |