- 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)
- Wiki webmaster email address:
- Mail host for outgoing mail. This is used for TWikiNotificationOfChanges if Perl module
Net::SMTP is installed. If not, sendmail is used instead (defined by $mailProgram in TWiki.cfg ). Examples: mail.your.company or localhost
- 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:
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 TWikiPreferences topic: (I.e. TWikiAdminGroup)
- 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.
TWiki.DefaultPlugin, TWiki.AnOtherPlugin )
- Preferences of DefaultPlugin:
- Allow depreciated
%INCLUDE:"topic"% syntax: (0 or 1 )
- Set DEFAULTPLUGIN_OLDINCLUDE = 1
Notes:
- A preference is defined as:
6 spaces * Set NAME = value Example:
- Preferences are used as TWikiVariables by enclosing the name in percent signs. Example:
- When you write variable
%WEBBGCOLOR% , it gets expanded to #FFD8AA .
- The sequential order of the preference settings is significant. Define preferences that use other preferences first, i.e. set
WEBCOPYRIGHT before WIKIWEBMASTER since %WEBCOPYRIGHT% uses the %WIKIWEBMASTER% variable.
- You can introduce new variables and use them in your topics and templates. There is no need to change the TWiki engine (Perl scripts).
Related Topics: |