none
[openafs-wiki.git] / TWiki / TWikiPreferences.mdwn
index edd4f7b..8527a1c 100644 (file)
@@ -29,14 +29,21 @@ The following are **_site-level_** settings that affect all users in all webs on
 - List of selected topics in a web - the second line of the upper toolbar (usually overwritten in individual [[WebPreferences]]):
   - Set WEBTOPICLIST = [[Changes|Main/WebChanges]] | [[Index|Main/WebIndex]] | [[Search|Main/WebSearch]] | Go <input name="topic" size="16" type="text" />
 
+- Web specific background color: (is overwritten by web preferences)
+  - Set WEBBGCOLOR = #C0C0C0
+
 - Copyright notice:
-  - Set WEBCOPYRIGHT = <font>Copyright © 1999-2002 by the contributing authors. \\nAll material on this collaboration tool is the property of the contributing authors. <br /> \\nIdeas, requests, problems regarding %WIKITOOLNAME%? [Send](mailto:?subject=%WIKITOOLNAME% Feedback) feedback. </font>
+  - Set WEBCOPYRIGHT = <font>Copyright © 1999-2003 by the contributing authors. \\nAll material on this collaboration platform is the property of the contributing authors. <br /> \\nIdeas, requests, problems regarding %WIKITOOLNAME%? [Send](mailto:?subject=%WIKITOOLNAME% Feedback on %WEB%.%TOPIC%) feedback. </font>
 
 - Exclude web from a `web="all"` search: (Set to `on` for hidden webs; is overwritten by web preferences)
   - Set NOSEARCHALL =
 
-- Web specific background color: (is overwritten by web preferences)
-  - Set WEBBGCOLOR = #C0C0C0
+- 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.
+
+- 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 = %RED% **_Note:_** %ENDCOLOR% Included topic [[$topic|Main/Topic]] does not exist yet
 
 ## <a name="User Settings"></a> User Settings
 
@@ -92,6 +99,9 @@ The following are **_site-level_** settings that affect all users in all webs on
 - TWiki webmaster email address:
   - Set WIKIWEBMASTER = <webmaster@your.company>
 
+- TWiki webmaster name (first name and last name, e.g. `Fred Smith`):
+  - Set WIKIWEBMASTERNAME = TWiki Webmaster
+
 - Mail host for outgoing mail. This is used for [[WebChangesAlert]] if Perl module <code>**Net::SMTP**</code> is installed. If not, or if `SMTPMAILHOST` is empty, the external sendmail program is used instead (defined by <code>**$mailProgram**</code> in <code>**TWiki.cfg**</code>). Examples: <code>**mail.your.company**</code> or <code>**localhost**</code>
   - Set SMTPMAILHOST = mail
 
@@ -140,6 +150,12 @@ The following are **_site-level_** settings that affect all users in all webs on
 - Line break:
   - Set BR = <br />
 
+- Bullet sign:
+  - Set BULLET = •
+
+- Line break and bullet: (useful in table cells)
+  - Set BB = <br />•
+
 - Colored text: (see more [[StandardColors]]) <table border="1" cellpadding="0" cellspacing="0">
   <tr>
     <td> You type: </td>
@@ -205,6 +221,8 @@ The following are **_site-level_** settings that affect all users in all webs on
 - Set ENDCOLOR =
   - To finish colored text
 
+<a name="DocGraphics"></a>
+
 - 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 = <img src="http://www.dementia.org/twiki//view/TWiki/TWikiDocGraphics/help.gif" width="16" height="16" alt="HELP" />
   - Set I = <img src="http://www.dementia.org/twiki//view/TWiki/TWikiDocGraphics/tip.gif" width="16" height="16" alt="IDEA!" />
@@ -225,7 +243,7 @@ The following are **_site-level_** settings that affect all users in all webs on
   - Set NEWTOPICFONTCOLOR = #0000FF
 
 - [[PreviewBackground]] image:
-  - Set PREVIEWBGIMAGE = ![previewbg.gif](http://www.dementia.org/twiki//view/TWiki/PreviewBackground/previewbg.gif)
+  - Set PREVIEWBGIMAGE = ![preview2bg.gif](http://www.dementia.org/twiki//view/TWiki/PreviewBackground/preview2bg.gif)
 
 ## <a name="Access Control Settings"></a> Access Control Settings
 
@@ -256,3 +274,5 @@ You can introduce new VARIABLES and use them in your topics and templates. There
 - [[TWikiUsers]] has a list of user topics. User topics can have optional user preferences.
 - [[TWikiVariables]] has a list of common `%VARIABLES%`.
 - [[TWikiAccessControl]] explains how to restrict access by users or groups.
+
+**_Note_**: Can't edit? [View raw topic](http://www.dementia.org/twiki//view/%WEB%/%TOPIC%?raw=on)