Changeset 529 for trunk/EmptyPlugin/lib/TWiki/Plugins/EmptyPlugin.pm
- Timestamp:
- 11/11/08 01:33:23 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/EmptyPlugin/lib/TWiki/Plugins/EmptyPlugin.pm
r527 r529 25 25 This is an empty TWiki plugin. It is a fully defined plugin, but is 26 26 disabled by default in a TWiki installation. Use it as a template 27 for your own plugins; see TWiki.TWikiPlugins for details.27 for your own plugins; see %SYSTEMWEB%.Plugins for details. 28 28 29 29 This version of the !EmptyPlugin documents the handlers supported … … 47 47 TWiki is tolerant of plugins that do not compile. In this case, 48 48 the failure will be silent but the plugin will not be available. 49 See %SYSTEMWEB%.TWikiPlugins#FAILEDPLUGINSfor error messages.49 See [[%SYSTEMWEB%.Plugins#FAILEDPLUGINS]] for error messages. 50 50 51 51 __NOTE:__ Defining deprecated handlers will cause the handlers to be 52 listed in %SYSTEMWEB%.TWikiPlugins#FAILEDPLUGINS. See53 %SYSTEMWEB%.TWikiPlugins#Handlig_deprecated_functions 52 listed in [[%SYSTEMWEB%.Plugins#FAILEDPLUGINS]]. See 53 [[%SYSTEMWEB%.Plugins#Handlig_deprecated_functions]] 54 54 for information on regarding deprecated handlers that are defined for 55 55 compatibility with older TWiki versions. … … 149 149 # $TWiki::cfg{Plugins}{EmptyPlugin}{ExampleSetting} = 1; 150 150 # Always provide a default in case the setting is not defined in 151 # LocalSite.cfg. See TWiki.TWikiPlugins for help in adding your plugin151 # LocalSite.cfg. See %SYSTEMWEB%.Plugins for help in adding your plugin 152 152 # configuration to the =configure= interface. 153 153 my $setting = $TWiki::cfg{Plugins}{EmptyPlugin}{ExampleSetting} || 0;
Note: See TracChangeset
for help on using the changeset viewer.
