Ignore:
Timestamp:
11/11/08 01:33:23 (4 years ago)
Author:
KennethLavrsen
Message:

Item109: Renaming TWikiPlugins to Plugins

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/AnyWikiDrawPlugin/lib/TWiki/Plugins/AnyWikiDrawPlugin.pm

    r527 r529  
    3030This is an empty TWiki plugin. It is a fully defined plugin, but is 
    3131disabled by default in a TWiki installation. Use it as a template 
    32 for your own plugins; see TWiki.TWikiPlugins for details. 
     32for your own plugins; see %SYSTEMWEB%.Plugins for details. 
    3333 
    3434This version of the !AnyWikiDrawPlugin documents the handlers supported 
     
    5252TWiki is tolerant of plugins that do not compile. In this case, 
    5353the failure will be silent but the plugin will not be available. 
    54 See %SYSTEMWEB%.TWikiPlugins#FAILEDPLUGINS for error messages. 
     54See [[%SYSTEMWEB%.Plugins#FAILEDPLUGINS]] for error messages. 
    5555 
    5656__NOTE:__ Defining deprecated handlers will cause the handlers to be  
    57 listed in %SYSTEMWEB%.TWikiPlugins#FAILEDPLUGINS. See 
    58 %SYSTEMWEB%.TWikiPlugins#Handlig_deprecated_functions 
     57listed in [[%SYSTEMWEB%.Plugins#FAILEDPLUGINS]]. See 
     58[[%SYSTEMWEB%.Plugins#Handlig_deprecated_functions]] 
    5959for information on regarding deprecated handlers that are defined for 
    6060compatibility with older TWiki versions. 
     
    157157    # $TWiki::cfg{Plugins}{AnyWikiDrawPlugin}{ExampleSetting} = 1; 
    158158    # Always provide a default in case the setting is not defined in 
    159     # LocalSite.cfg. See TWiki.TWikiPlugins for help in adding your plugin 
     159    # LocalSite.cfg. See %SYSTEMWEB%.Plugins for help in adding your plugin 
    160160    # configuration to the =configure= interface. 
    161161    my $setting = $TWiki::cfg{Plugins}{AnyWikiDrawPlugin}{ExampleSetting} || 0; 
Note: See TracChangeset for help on using the changeset viewer.