netfrag.org . TWiki . TWikiPlugins |
lib/TWiki/Plugins
directory are activated automatically unless disabled by the DISABLEDPLUGINS
preferences variable in TWikiPreferences. You can optionally list the installed plugins in the INSTALLEDPLUGINS
preferences variable. This is useful to define the sequence of plugin execution, or to specify other webs then the netfrag.org web for the plugin topics. Settings in TWikiPreferences:
Set INSTALLEDPLUGINS = DefaultPlugin, ...
Set DISABLEDPLUGINS = EmptyPlugin, ...
%ACTIVATEDPLUGINS%
variable shows all currently activated plugins. This variable is shown in TWikiPreferences for debug reasons.
web.topicname
name is used if specified in INSTALLEDPLUGINS
, then the TWiki web is searched, then the current web.
Set SHORTDESCRIPTION = Blah blah.
data/debug.txt
: (Se to 0 or 1)
Set DEBUG = 0
%<pluginname>_<var>%
, i.e. %DEFAULTPLUGIN_SHORTDESCRIPTION%
shows the description of the DefaultPlugin.
%PLUGINDESCRIPTIONS%
variable shows a bullet list with descriptions of all currently activated plugins. This variable is based on %<plugin>_SHORTDESCRIPTION%
preferences variables of individual topics and is shown in TextFormattingRules.
----- Revision r1.4 - 14 Jul 2001 - 11:08 - PeterThoeny?
|