none
[openafs-wiki.git] / TWiki / TWikiPreferences.mdwn
index 39a22e5..8527a1c 100644 (file)
@@ -42,6 +42,9 @@ The following are **_site-level_** settings that affect all users in all webs on
   - 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
 
 %X% **NOTE:** They are typically redefined in topics of individual [[TWikiUsers]]
@@ -77,7 +80,7 @@ The following are **_site-level_** settings that affect all users in all webs on
 ## <a name="TWiki Platform Settings"></a> TWiki Platform Settings
 
 - TWiki platform name:
-  - Set WIKITOOLNAME = TWiki
+  - 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)
@@ -96,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
 
@@ -147,6 +153,9 @@ The following are **_site-level_** settings that affect all users in all webs on
 - 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>
@@ -265,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)