* *[[TWiki.DefaultPlugin][DefaultPlugin ]]* optionally handles some legacy variables from older versions of TWiki. You can control this option from TWiki.TWikiPreferences. (Perl programmers can also [[#DefaultPluginAlt][add rules]] for simple custom processing.)
* =Set INSTALLEDPLUGINS = <nop>DefaultPlugin , ...=
* The settings can be retrieved as Preferences variables like =%<pluginname>_<var>%=, ex: =%<nop>DEFAULTPLUGIN_SHORTDESCRIPTION%= shows the description of the <nop>DefaultPlugin .
* =$VERSION='1.000'= is the current setting in =TWiki::Plugins.pm= and in the preinstalled system Plugins (DefaultPlugin , EmptyPlugin, InterwikiPlugin).
---+++ The <nop>DefaultPlugin Alternative
* *<nop>DefaultPlugin * can handle some outdated TWiki variables, found, for example, in sites recently updated from an old version. Settings are in DefaultPlugin topic. You can also add your own simple custom processing rules here, though in all but very simple cases, writing a new Plugin is preferable.
|
|