- Timestamp:
- 11/11/08 01:33:23 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/AnyWikiDrawPlugin/lib/TWiki/Plugins/AnyWikiDrawPlugin.pm
r527 r529 30 30 This is an empty TWiki plugin. It is a fully defined plugin, but is 31 31 disabled by default in a TWiki installation. Use it as a template 32 for your own plugins; see TWiki.TWikiPlugins for details.32 for your own plugins; see %SYSTEMWEB%.Plugins for details. 33 33 34 34 This version of the !AnyWikiDrawPlugin documents the handlers supported … … 52 52 TWiki is tolerant of plugins that do not compile. In this case, 53 53 the failure will be silent but the plugin will not be available. 54 See %SYSTEMWEB%.TWikiPlugins#FAILEDPLUGINSfor error messages.54 See [[%SYSTEMWEB%.Plugins#FAILEDPLUGINS]] for error messages. 55 55 56 56 __NOTE:__ Defining deprecated handlers will cause the handlers to be 57 listed in %SYSTEMWEB%.TWikiPlugins#FAILEDPLUGINS. See58 %SYSTEMWEB%.TWikiPlugins#Handlig_deprecated_functions 57 listed in [[%SYSTEMWEB%.Plugins#FAILEDPLUGINS]]. See 58 [[%SYSTEMWEB%.Plugins#Handlig_deprecated_functions]] 59 59 for information on regarding deprecated handlers that are defined for 60 60 compatibility with older TWiki versions. … … 157 157 # $TWiki::cfg{Plugins}{AnyWikiDrawPlugin}{ExampleSetting} = 1; 158 158 # Always provide a default in case the setting is not defined in 159 # LocalSite.cfg. See TWiki.TWikiPlugins for help in adding your plugin159 # LocalSite.cfg. See %SYSTEMWEB%.Plugins for help in adding your plugin 160 160 # configuration to the =configure= interface. 161 161 my $setting = $TWiki::cfg{Plugins}{AnyWikiDrawPlugin}{ExampleSetting} || 0;
Note: See TracChangeset
for help on using the changeset viewer.
