Difference: TWikiPreferences (11 vs. 12)

Revision 1214 Jul 2001 - Main.PeterThoeny

Line: 1 to 1
 TWiki Site-Level Preferences

The following settings are site-level preferences , e.g. affecting all users in all TWiki webs. These preferences can be overwritten by web preferences (topic WebPreferences in each TWiki web) and user preferences (your personal topic, i.e. TWikiGuest in the TWiki.Main web)

Line: 61 to 61
 
  • 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
    • Set SMTPMAILHOST = mail
Added:
>
>
  • 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.
 
  • http-equiv meta tags for view, rdiff, attach, search* scripts:
      * Set HTTP_EQUIV_ON_VIEW = 
Line: 83 to 89
 
    • Set FINALPREFERENCES = PREVIEWBGIMAGE, WIKIWEBMASTER, MAILHOST
Deleted:
<
<
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)
    • 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:
    6 spaces * Set NAME = value
    Example:
    • Set WEBBGCOLOR = #FFFFC0
 
This site is powered by the TWiki collaboration platformCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback
Note: Please contribute updates to this topic on TWiki.org at TWiki:TWiki.TWikiPreferences