1 rizwank 1.1 %META:TOPICINFO{author="RizwanKassim" date="1105751628" format="1.0" version="1.79"}%
2 ---+!! %WIKITOOLNAME% Site-Level Preferences
3
4 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 %WEBPREFSTOPIC% in each web), __topic level__ (the topic being rendered), and on the __user level__ (create preferences in your user account topic in the %MAINWEB% web, ex: %WIKIUSERNAME%).
5
6 %X% __NOTE:__ You can lock individual settings at the site or web levels using User & Group Access Control - see section below.
7 %TOC%
8
9
10 ---++ Rendering Shortcuts
11
12 %X% __NOTE:__ These settings complement the TWikiShorthands and TextFormattingRules
13
14 * Line break: (use =%<nop>BR%= in TWiki tables and bullets)
15 * Set BR = <br />
16
17 * Bullet sign: (use =%<nop>BULLET%= in TWiki tables)
18 * Set BULLET = •
19
20 * Line break and bullet with different levels of indentation:
21 * Set BB = <br />•
22 rizwank 1.1 * Set BB2 = <br /> •
23 * Set BB3 = <br /> •
24 * Set BB4 = <br /> •
25
26 * Colored text: (see more StandardColors)
27 | You type: | =%<nop>RED% red text %<nop>ENDCOLOR% and %<nop>GREEN% green text %<nop>ENDCOLOR%= |
28 | You get: | %RED% red text %ENDCOLOR% and %GREEN% green text %ENDCOLOR% |
29 * __Note:__ =%<color>%= text must end with =%<nop>ENDCOLOR%=. If you want to switch from one color to another one you first need to end the active color with =%<nop>ENDCOLOR%=, e.g. write =%<nop>RED% some text %<nop>ENDCOLOR% %<nop>GREEN% more text %<nop>ENDCOLOR%=.
30 <!-- Two sets of colors follow: Color test and color setting -->
31 * %YELLOW% *Set YELLOW = looks like this* %ENDCOLOR%
32 * %ORANGE% *Set ORANGE = looks like this* %ENDCOLOR%
33 * %RED% *Set RED = looks like this* %ENDCOLOR%
34 * %PINK% *Set PINK = looks like this* %ENDCOLOR%
35 * %PURPLE% *Set PURPLE = looks like this* %ENDCOLOR%
36 * %TEAL% *Set TEAL = looks like this* %ENDCOLOR%
37 * %NAVY% *Set NAVY = looks like this* %ENDCOLOR%
38 * %BLUE% *Set BLUE = looks like this* %ENDCOLOR%
39 * %AQUA% *Set AQUA = looks like this* %ENDCOLOR%
40 * %LIME% *Set LIME = looks like this* %ENDCOLOR%
41 * %GREEN% *Set GREEN = looks like this* %ENDCOLOR%
42 * %OLIVE% *Set OLIVE = looks like this* %ENDCOLOR%
43 rizwank 1.1 * %MAROON% *Set MAROON = looks like this* %ENDCOLOR%
44 * %BROWN% *Set BROWN = looks like this* %ENDCOLOR%
45 * %BLACK% *Set BLACK = looks like this* %ENDCOLOR%
46 * %GRAY% *Set GRAY = looks like this* %ENDCOLOR%
47 * %SILVER% *Set SILVER = looks like this* %ENDCOLOR%
48 * <span style='background : #808080;'>%WHITE% *Set WHITE = looks like this (with gray background)* %ENDCOLOR%</span>
49 * The following color settings are enclosed in verbatim tags to avoid incorrect nesting of XHTML tags:
50 <verbatim>
51 * Set YELLOW = <font color="#ffff00">
52 * Set ORANGE = <font color="#ff6600">
53 * Set RED = <font color="#ff0000">
54 * Set PINK = <font color="#ff00ff">
55 * Set PURPLE = <font color="#800080">
56 * Set TEAL = <font color="#008080">
57 * Set NAVY = <font color="#000080">
58 * Set BLUE = <font color="#0000ff">
59 * Set AQUA = <font color="#00ffff">
60 * Set LIME = <font color="#00ff00">
61 * Set GREEN = <font color="#008000">
62 * Set OLIVE = <font color="#808000">
63 * Set MAROON = <font color="#800000">
64 rizwank 1.1 * Set BROWN = <font color="#996633">
65 * Set BLACK = <font color="#000000">
66 * Set GRAY = <font color="#808080">
67 * Set SILVER = <font color="#c0c0c0">
68 * Set WHITE = <font color="#ffffff">
69 * Set ENDCOLOR = </font>
70 </verbatim>
71
72 #DocGraphics
73 * Graphics used in TWiki documentation - view all images in %TWIKIWEB%.TWikiDocGraphics. _(There are various ways to set up common icons as text variables. This is simply one quick approach.)_:
74 * Set H = <img src="%PUBURL%/%TWIKIWEB%/TWikiDocGraphics/help.gif" border="0" alt="HELP" width="16" height="16" />
75 * Set I = <img src="%PUBURL%/%TWIKIWEB%/TWikiDocGraphics/tip.gif" border="0" alt="IDEA!" width="16" height="16" />
76 * Set M = <img src="%PUBURL%/%TWIKIWEB%/TWikiDocGraphics/arrowright.gif" border="0" alt="MOVED TO..." width="16" height="16" />
77 * Set N = <img src="%PUBURL%/%TWIKIWEB%/TWikiDocGraphics/new.gif" border="0" alt="NEW" width="28" height="8" />
78 * Set P = <img src="%PUBURL%/%TWIKIWEB%/TWikiDocGraphics/pencil.gif" border="0" alt="REFACTOR" width="16" height="16" />
79 * Set Q = <img src="%PUBURL%/%TWIKIWEB%/TWikiDocGraphics/help.gif" border="0" alt="QUESTION?" width="16" height="16" />
80 * Set S = <img src="%PUBURL%/%TWIKIWEB%/TWikiDocGraphics/starred.gif" border="0" alt="PICK" width="16" height="16" />
81 * Set T = <img src="%PUBURL%/%TWIKIWEB%/TWikiDocGraphics/tip.gif" border="0" alt="TIP" width="16" height="16" />
82 * Set U = <img src="%PUBURL%/%TWIKIWEB%/TWikiDocGraphics/updated.gif" border="0" alt="UPDATED" width="56" height="8" />
83 * Set X = <img src="%PUBURL%/%TWIKIWEB%/TWikiDocGraphics/warning.gif" border="0" alt="ALERT!" width="16" height="16" />
84 * Set Y = <img src="%PUBURL%/%TWIKIWEB%/TWikiDocGraphics/choice-yes.gif" border="0" alt="DONE" width="16" height="16" />
85 rizwank 1.1
86
87
88
89
90 ---++ Default Web Preferences
91
92 %X% __NOTE:__ They are typically redefined in individual <nop>WebPreferences topics
93
94 * List of selected topics in a web - the second line of the upper toolbar (usually overwritten in individual %WEBPREFSTOPIC%):
95 * Set WEBTOPICLIST = [[WebChanges][Changes]] %SEP% [[WebIndex][Index]] %SEP% [[WebSearch][Search]] %SEP% Go <input type="text" name="topic" size="16" />
96
97 * Web specific background color: (is overwritten by web preferences)
98 * Set WEBBGCOLOR = #FFD8AA
99
100 * Copyright notice:
101 * Set WEBCOPYRIGHT = Copyright © 1999-%GMTIME{"$year"}% by the contributing authors. \nAll material on this collaboration platform is the property of the contributing authors. <br /> \nIdeas, requests, problems regarding %WIKITOOLNAME%? <a href="mailto:%WIKIWEBMASTER%?subject=%WIKITOOLNAME% Feedback on %INCLUDINGWEB%.%INCLUDINGTOPIC%">Send feedback</a>
102
103 * Simplified Copyright notice for the WebRss feed (don't use any special characters, xml tags or WikiWords)
104 * Set WEBRSSCOPYRIGHT = Copyright %GMTIME{"$year"}% by contributing authors
105
106 rizwank 1.1 * Exclude web from a =web="all"= search: (Set to =on= for hidden webs; is overwritten by web preferences)
107 * Set NOSEARCHALL =
108
109 * Prevent automatic linking of [[%TWIKIWEB%.WikiWords][WikiWords]] and acronyms (if set to =on=); link <nop>WikiWords (if empty); can be overwritten by web preferences:
110 * Set NOAUTOLINK =
111 * __Note:__ Use the =[<nop>[...][...]]= syntax to link topics in case you disabled <nop>WikiWord linking. The =<noautolink> ... </noautolink>= syntax can be used to prevents links within a block of text.
112
113 * Warn if =%<nop>INCLUDE{}%= of topic fails: Fail silently (if empty or =off=); output "Warning: Can't INCLUDE <nop>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 =%<nop>INCLUDE{}%= :
114 * Set INCLUDEWARNING = %RED% __Note:__ %ENDCOLOR% Included topic [[$topic]] does not exist yet
115
116
117 ---++ Default User Settings
118
119 %X% __NOTE:__ They are typically redefined in topics of individual %MAINWEB%.TWikiUsers
120
121 * Show tool-tip topic info on mouse-over of WikiWord links. Setting can be on, off, or customized. An empty setting or off setting disables the tool-tips (for better performance). The setting can contain $summary to show the topic summary, $date for the last change date, $rev for the revision, $username for the login name of the last editor, $wikiname for the <nop>WikiName, $wikiusername for <nop>%MAINWEB%.WikiName, $topic for the topic name, and $web for the web name
122 * #Set LINKTOOLTIPINFO = off
123 * Set LINKTOOLTIPINFO = $username - $date - $rev: $summary
124
125 * Horizontal size of text edit box: (can be overwritten by user preferences)
126 * Set EDITBOXWIDTH = 70
127 rizwank 1.1
128 * Vertical size of text edit box: (can be overwritten by user preferences)
129 * Set EDITBOXHEIGHT = 15
130
131 * 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)
132 * Set EDITBOXSTYLE = width: 99%
133
134 * 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 <u>Edit</u> 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)
135 * Set RELEASEEDITLOCKCHECKBOX =
136
137 * 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)
138 * Set DONTNOTIFYCHECKBOX =
139
140 * Default state of the __link__ check box in the attach file page. Checkbox is initially checked if =Set ATTACHLINKBOX = checked="checked"=, or unchecked if empty (=Set ATTACHLINKBOX ==). If checked, a link is created to the attached file at the end of the topic: (can be overwritten by user preferences)
141 * Set ATTACHLINKBOX =
142
143 * Format of file link when the __link__ check box is checked: (can be overwritten by user preferences)
144 * %H% *NOTE:* Keyword ==$name== gets expanded to filename; ==$comment== to comment; ==\t== to tab (3 spaces for bullets).
145 * Set ATTACHEDFILELINKFORMAT = \t* [[%ATTACHURL%/$name][$name]]: $comment
146
147 * Format of images when the __link__ check box is checked: (can be overwritten by user preferences)
148 rizwank 1.1 * %H% *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).
149 <verbatim>
150 * Set ATTACHEDIMAGEFORMAT = \t* $comment: <br />
151 <img src="%ATTACHURLPATH%/$name" alt="$comment" $size />
152 </verbatim>
153
154
155 ---++ TWiki Platform Settings
156
157 * TWiki site name:
158 * Set WIKITOOLNAME = TWiki
159
160 * Image, URL and alternate tooltip text of TWiki logo: (can be overwritten by web preferences)
161 * Set WIKILOGOIMG = %PUBURL%/%TWIKIWEB%/TWikiLogos/twikiRobot46x50.gif
162 * Set WIKILOGOURL = http://TWiki.org/
163 * Set WIKILOGOALT = TWiki home
164
165 * List of %WIKITOOLNAME% webs - on the first line of the upper toolbar (to add a new web, see ManagingWebs and %TWIKIWEB%.SiteMap):
166 * Set WIKIWEBLIST = [[%MAINWEB%.%HOMETOPIC%][%MAINWEB%]] %SEP% [[%TWIKIWEB%.%HOMETOPIC%][%TWIKIWEB%]] %SEP% [[Sandbox.%HOMETOPIC%][Sandbox]]
167 * %T% *NOTE:* To automatically list all non-hidden webs in alphabetical order, use the =%<nop>WEBLIST{}%= variable instead: <br />
168 %WEBLIST{"[[$name.%HOMETOPIC%][$name]]" separator=" %SEP% "}%
169 rizwank 1.1
170 * Maximum size of %TWIKIWEB%.FileAttachments in KB, 0 for no limit:
171 * Set ATTACHFILESIZELIMIT = 10000
172
173 * Broadcast message for skins supporting a %<nop>BROADCASTMESSAGE% at the top of the page: (IMPORTANT: Set to empty message if not used; #Comment out unused messages)
174 * Set BROADCASTMESSAGE =
175 * #Set BROADCASTMESSAGE = <table border="0" cellpadding="3" cellspacing="0" width="100%"><tr><td bgcolor="yellow"><font color="red"><strong>NOTE:</strong></font><font size="-1">
176 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 %WIKITOOLNAME% maintenance.
177 </font></td></tr></table>
178 * If you use PatternSkin:
179 * #Set BROADCASTMESSAGE = <div class="twikiBroadcastMessage"> *NOTE:* 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 %WIKITOOLNAME% maintenance.</div>
180
181
182 ---+++ Search Settings
183
184 * Default type for search, one of: keyword (for search engine like syntax), regex (for RegularExpression search), or literal (for verbatim search)
185 * Set SEARCHDEFAULTTTYPE = keyword
186 * Default for =%<nop>SEARCH{}%= variable, one of: keyword, regex, or literal
187 * Set SEARCHVARDEFAULTTYPE = literal
188 * Stop words, e.g., common words and characters to exclude from a keyword search:
189 * 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
190 rizwank 1.1
191
192 ---+++ Email and Proxy Server Settings
193
194 * TWiki webmaster email address:
195 * Set WIKIWEBMASTER = rizwan(NOSPAM)k@geekymedia.com
196
197 * TWiki webmaster name (first name and last name, e.g. =Fred Smith=):
198 * Set WIKIWEBMASTERNAME = Rizwan Kassim
199
200 * 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==
201 * Set SMTPMAILHOST = mail.geekymedia.com
202
203 * 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==
204 * Set SMTPSENDERHOST = geekymedia.com
205
206 * 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.
207 * Set PROXYHOST =
208 * Set PROXYPORT =
209
210
211 rizwank 1.1 ---+++ Email Link Settings
212
213 * 'Mail this topic' mailto: link - can be included in topics, templates or skins
214 * Set MAILTHISTOPIC = [[mailto:?subject=%BASETOPIC%&body=%TOPICURL% %MAILTHISTOPICTEXT%]]
215
216 * 'Mail this topic' link text
217 * Set MAILTHISTOPICTEXT = Send a link to this page
218
219 * URL for current topic
220 * Set TOPICURL = %SCRIPTURL%/view%SCRIPTSUFFIX%/%WEB%/%BASETOPIC%
221
222
223 ---+++ HTTP-<nop>EQUIV Settings
224
225 * %T% *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.
226
227 * ==http-equiv== meta tags for ==view==, ==rdiff==, ==attach==, ==search*== scripts:
228 <verbatim>
229 * #Set HTTP_EQUIV_ON_VIEW =
230 * Set HTTP_EQUIV_ON_VIEW = <link rel="alternate" type="application/rss+xml" title="RSS Feed" href="%SCRIPTURL%/view%SCRIPTSUFFIX%/%WEB%/WebRss?skin=rss&contenttype=text/xml" />
231 </verbatim>
232 rizwank 1.1
233 * ==http-equiv== meta tags for ==edit== script:
234 <verbatim>
235 * Set HTTP_EQUIV_ON_EDIT =
236 </verbatim>
237
238 * ==http-equiv== meta tags for ==preview== script:
239 <verbatim>
240 * Set HTTP_EQUIV_ON_PREVIEW =
241 </verbatim>
242
243
244 ---+++ Miscellaneous Platform Settings
245
246 * Background color of non existing topic: ( default =cornsilk= or =#FFFFCE= )
247 * Set NEWTOPICBGCOLOR = #FFFFCE
248
249 * Font color of non existing topic: ( default =#0000FF= )
250 * Set NEWTOPICFONTCOLOR = #0000FF
251
252 * Link symbol of non existing topic: ( default =<sup>?</sup>= )
253 rizwank 1.1 * Set NEWTOPICLINKSYMBOL = <sup>?</sup>
254
255 * %TWIKIWEB%.PreviewBackground image:
256 * Set PREVIEWBGIMAGE = %PUBURLPATH%/%TWIKIWEB%/PreviewBackground/preview2bg.gif
257
258
259 ---++ Skin Settings
260
261 * Skin overriding the default TWiki templates: (can be overwritten by WebPreferences and user preferences)
262 * Set SKIN = pattern
263
264 * __Note:__ See TWikiSkinBrowser for currently installed skins
265
266 ---+++ PatternSkin
267
268 * Using attachments for styles
269 * Set TWIKILAYOUTURL = %PUBURL%/%TWIKIWEB%/PatternSkin/layout.css
270 * Set TWIKISTYLEURL = %PUBURL%/%TWIKIWEB%/PatternSkin/style.css
271 * Set USERLAYOUTURL = %PUBURL%/%TWIKIWEB%/PatternSkin/empty.css
272 * Set USERSTYLEURL = %PUBURL%/%TWIKIWEB%/PatternSkin/empty.css
273
274 rizwank 1.1 ---+++ DragonSkin
275
276 * Theme: (gray, monochrome, tabstyle)
277 * Set DS_THEME = gray
278 * Quicklinks headings:
279 * Set DS_QUICKLINKSHEADING =
280 * Quicklinks submenu:
281 * Set DS_QUICKLINKS =
282
283
284 ---++ Plugins Settings
285
286 * 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 %TWIKIWEB% web for the plugin topics. Specify plugins as a comma separated list of topics.
287 * Set INSTALLEDPLUGINS = TWiki.DefaultPlugin, SpreadSheetPlugin
288 * Set DISABLEDPLUGINS = EmptyPlugin
289 * Currently activated plugins: %ACTIVATEDPLUGINS%
290 * %T% *NOTE:* You can enable/disable all plugins with the ==$disableAllPlugins== flag in the ==lib/TWiki.cfg== file.
291
292
293 ---++ Access Control Settings
294
295 rizwank 1.1 * Users or groups allowed to change or rename this <nop>%TOPIC% topic: (ex: %MAINWEB%.TWikiAdminGroup)
296 * Set ALLOWTOPICCHANGE = %MAINWEB%.TWikiAdminGroup
297 * Set ALLOWTOPICRENAME = %MAINWEB%.TWikiAdminGroup
298
299 * Users or groups allowed to [[%TWIKIWEB%.ManagingWebs][create new webs]]: (ex: %MAINWEB%.TWikiAdminGroup)
300 * Set ALLOWWEBMANAGE = %MAINWEB%.TWikiAdminGroup
301
302
303 ---++ Preferences Control Settings
304
305 * 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.
306 * Set READTOPICPREFS = on
307
308 * 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.
309 * Set TOPICOVERRIDESUSER = off
310
311 * Site-level preferences that are *not* allowed to be overridden by %WEBPREFSTOPIC% and user preferences:
312 * Set FINALPREFERENCES = ATTACHFILESIZELIMIT, PREVIEWBGIMAGE, WIKITOOLNAME, WIKIWEBMASTER, SMTPMAILHOST, SMTPSENDERHOST, ALLOWWEBMANAGE, READTOPICPREFS, TOPICOVERRIDESUSER
313
314
315 ---++ Creating New Preference Variables
316 rizwank 1.1
317 You can introduce new VARIABLES and use them in your topics and templates. There is no need to change the TWiki engine (Perl scripts).
318 * A preference is defined in a TWikiShorthand bullet item: ==[3 spaces] * [space] Set NAME = value== <br /> Example (as a nested bullet item, indented 6 spaces):
319 * S<nop>et WEBBGCOLOR = #FFFFC0
320 * Preferences are used as %TWIKIWEB%.TWikiVariables by enclosing the name in percent signs: ==%==. Example:
321 * When you write variable ==%WEB<nop>BGCOLOR%==, it gets expanded to =%WEBBGCOLOR%= .
322
323 * %X% The sequential order of the preference settings is significant. Define preferences that use other preferences FIRST. For example, set ==<nop>WEBCOPYRIGHT== before ==<nop>WIKIWEBMASTER== since the copyright notice uses the webmaster email address.
324
325
326 ---++ Related Topics
327
328 * %WEBPREFSTOPIC% has preferences of the %WIKITOOLNAME%.%WEB% web.
329 * %MAINWEB%.%WIKIUSERSTOPIC% has a list of user topics. User topics can have optional user preferences.
330 * %TWIKIWEB%.TWikiVariables has a list of common =%<nop>VARIABLES%=.
331 * %TWIKIWEB%.TWikiAccessControl explains how to restrict access by users or groups.
332
333 __Note__: Can't edit?
334 [[%SCRIPTURL%/view%SCRIPTSUFFIX%/%WEB%/%TOPIC%?raw=on][View raw topic]]
335
|