none
[openafs-wiki.git] / TWiki / TWikiPreferences.mdwn
index 075ae0d..e81f523 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)
@@ -91,11 +94,22 @@ The following are **_site-level_** settings that affect all users in all webs on
 - Skin overriding the default TWiki templates: (can be overwritten by [[WebPreferences]] and user preferences)
   - Set SKIN =
 
+- 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 = <table border="0" cellpadding="3" cellspacing="0" width="100%">
+  <tr>
+    <td bgcolor="yellow"><font color="red"><strong>NOTE:</strong></font><font size="-1"> 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. </font></td>
+  </tr>
+</table>
+
 ## <a name="Email and Proxy Server Settings"></a> Email and Proxy Server Settings
 
 - 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
 
@@ -120,7 +134,7 @@ The following are **_site-level_** settings that affect all users in all webs on
 ## <a name="Plugins Settings"></a> 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]]
+  - Set INSTALLEDPLUGINS = [[DefaultPlugin]], [[SpreadSheetPlugin]]
   - Set DISABLEDPLUGINS = [[EmptyPlugin]]
   - Currently activated plugins: [[SpreadSheetPlugin]], [[CommentPlugin]], [[EditTablePlugin]], [[InterwikiPlugin]], [[PreferencesPlugin]], [[SlideShowPlugin]], [[SmiliesPlugin]], [[TablePlugin]], [[TwistyPlugin]]
   - %T% **NOTE:** You can enable/disable all plugins with the <code>**$disableAllPlugins**</code> flag in the <code>**lib/TWiki.cfg**</code> file.