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/HttpsRedirectPlugin/lib/TWiki/Plugins/HttpsRedirectPlugin.pm

    r527 r529  
    3131TWiki is tolerant of plugins that do not compile. In this case, 
    3232the failure will be silent but the plugin will not be available. 
    33 See %SYSTEMWEB%.TWikiPlugins#FAILEDPLUGINS for error messages. 
     33See [[%SYSTEMWEB%.Plugins#FAILEDPLUGINS]] for error messages. 
    3434 
    3535__NOTE:__ Defining deprecated handlers will cause the handlers to be  
    36 listed in %SYSTEMWEB%.TWikiPlugins#FAILEDPLUGINS. See 
    37 %SYSTEMWEB%.TWikiPlugins#Handlig_deprecated_functions 
     36listed in [[%SYSTEMWEB%.Plugins#FAILEDPLUGINS]]. See 
     37[[%SYSTEMWEB%.Plugins#Handlig_deprecated_functions]] 
    3838for information on regarding deprecated handlers that are defined for 
    3939compatibility with older TWiki versions. 
     
    137137    # $TWiki::cfg{Plugins}{HttpsRedirectPlugin}{ExampleSetting} = 1; 
    138138    # Always provide a default in case the setting is not defined in 
    139     # LocalSite.cfg. See TWiki.TWikiPlugins for help in adding your plugin 
     139    # LocalSite.cfg. See %SYSTEMWEB%.Plugins for help in adding your plugin 
    140140    # configuration to the =configure= interface. 
    141141    my $setting = $TWiki::cfg{Plugins}{HttpsRedirectPlugin}{ExampleSetting} || 0; 
Note: See TracChangeset for help on using the changeset viewer.