TWiki Preferences
Program-Transformation.Org
- Logo
- Set WEBLOGO = /pub/transformation.gif
- Set WEBLOGODISPLAY =
TWiki Platform Settings
- Image, URL and alternate tooltip text of TWiki logo: (can be overwritten by web preferences)
- Set WIKILOGOIMG = /pub/TWiki/TWikiLogos/twikiRobot46x50.gif
- Set WIKILOGOURL = http://TWiki.org/
- Set WIKILOGOALT = TWiki home
Shortcuts
Email and Proxy Server Settings
- TWiki webmaster email address:
- Mail host for outgoing mail. This is used for WebChangesAlert? if Perl module
Net::SMTP
is installed. If not, or if SMTPMAILHOST
is empty, the external sendmail program is used instead (defined by $mailProgram
in TWiki.cfg
). Examples: mail.your.company
or localhost
- Set SMTPMAILHOST = smtp.cs.uu.nl
- Mail domain sending mail. SMTP requires that you identify the TWiki server sending mail. If not set,
Net::SMTP
will guess it for you. Ex: twiki.your.company
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, InterwikiPlugin?
- Set DISABLEDPLUGINS = EmptyPlugin?, SmiliesPlugin?, SlideShowPlugin?, BibTexPlugin?, CommentPlugin?
- Currently activated plugins: DefaultPlugin, EditTablePlugin, InterwikiPlugin, RenderListPlugin, SpreadSheetPlugin, TablePlugin
- NOTE: You can enable/disable all plugins with the
$disableAllPlugins
flag in the lib/TWiki.cfg
file.
-- EelcoVisser - 10 Jul 2003