none
[openafs-wiki.git] / TWiki / TWikiPreferences.mdwn
index 7ff6035..1da1d90 100644 (file)
@@ -14,14 +14,20 @@ The following settings are **_site-level preferences_** , e.g. affecting all use
 - Copyright notice:
   - Set WEBCOPYRIGHT = <font>Copyright © 2000 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>
 
-- Wiki webmaster email address:
-  - Set WIKIWEBMASTER = <Peter@Thoeny.com>
+- 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
 
-- Exclude web from a `web="all"` search: (Set to `on` for hidden webs; is overwritten by web preferences)
-  - Set NOSEARCHALL =
+- [[PreviewBackground]] image:
+  - Set PREVIEWBGIMAGE = ![previewbg.gif](http://www.dementia.org/twiki//view/TWiki/PreviewBackground/previewbg.gif)
+
+- Background color of non existing topic: ( default `cornsilk` or `#FFFFCE` )
+  - Set NEWTOPICBGCOLOR = #FFFFCE
+
+- Font color of non existing topic: ( default `#0000FF` )
+  - Set NEWTOPICFONTCOLOR = #0000FF
 
 - Horizontal size of text edit box: (can be overwritten by user preferences)
   - Set EDITBOXWIDTH = 70
@@ -32,15 +38,37 @@ The following settings are **_site-level preferences_** , e.g. affecting all use
 - Default state of the **_link_** check box in the attach file page. Check box is initially checked if _Set ATTACHLINKBOX = CHECKED_ , 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)
   - Set ATTACHLINKBOX =
 
+- Wiki webmaster email address:
+  - Set WIKIWEBMASTER = <webmaster@your.company>
+
+- Mail host for outgoing mail. This is used for [[TWikiNotificationOfChanges]] if Perl module <code>**Net::SMTP**</code> is installed. If not, sendmail is used instead (defined by <code>**$mailProgram**</code> in <code>**TWiki.cfg**</code>). Examples: mail.your.company, localhost
+  - Set SMTPMAILHOST = mail
+
 - http-equiv meta tags for **_view_**, **_rdiff_**, **_attach_**, **_search\*_** scripts:
   - Set HTTP\_EQUIV\_ON\_VIEW =
 
-- http-equiv meta tags for **_edit_** script. Example to expire immediately: <br />`Set HTTP_EQUIV_ON_EDIT = <meta http-equiv="Expires" content="%GMTIME{"day month, year - hour:min:sec"}% GMT">`
+- http-equiv meta tags for **_edit_** script. Example to expire immediately: <br />`Set HTTP_EQUIV_ON_EDIT = <meta http-equiv="Expires" content="%GMTIME{"$day $month, $year - $hour:$min:$sec"}% GMT">`
   - Set HTTP\_EQUIV\_ON\_EDIT =
 
 - http-equiv meta tags for **_preview_** script:
   - Set HTTP\_EQUIV\_ON\_PREVIEW =
 
+- Users or groups allowed to change this %TOPIC% topic: (I.e. [[TWikiAdminGroup]])
+  - Set ALLOWTOPICCHANGE =
+
+- Site-level preferences that are **not** allowed to be overridden by [[WebPreferences]] and user preferences:
+  - Set FINALPREFERENCES = PREVIEWBGIMAGE, WIKIWEBMASTER, MAILHOST
+
+**_Plugin Preferences:_**
+
+- Installed [[TWikiPlugins]]: To enable/disable plugins, move them between ACTIVEPLUGINS and INACTIVEPLUGINS. Specify a comma separated list of plugin topics; the name of the web **_must_** be specified (i.e. <code>**TWiki.DefaultPlugin, TWiki.AnOtherPlugin**</code>)
+  - Set ACTIVEPLUGINS = [[DefaultPlugin]]
+  - Set INACTIVEPLUGINS = [[EmptyPlugin]]
+
+- Preferences of [[DefaultPlugin]]:
+  - Allow depreciated `%INCLUDE:"topic"%` syntax: (`0` or `1`)
+    - Set DEFAULTPLUGIN\_OLDINCLUDE = 1
+
 **_Notes:_**
 
 - A preference is defined as: <br />`6 spaces * Set NAME = value`<br /> Example:
@@ -55,3 +83,4 @@ The following settings are **_site-level preferences_** , e.g. affecting all use
 - [[WebPreferences]] has preferences of the %WIKITOOLNAME%.%WEB% web.
 - [[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.