From 16985905b5ebc40a6e2c51a0000e4aaa88efe180 Mon Sep 17 00:00:00 2001 From: DanDascalescu Date: Wed, 23 Jun 2010 02:29:40 +0000 Subject: [PATCH] Item8841: remove redundant mention of integrating with =configure= in EmptyPlugin.pm git-svn-id: http://svn.foswiki.org/branches/Release01x00@7883 0b4bb1d4-4e5a-0410-9cc4-b2b747904278 --- EmptyPlugin/lib/Foswiki/Plugins/EmptyPlugin.pm | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/EmptyPlugin/lib/Foswiki/Plugins/EmptyPlugin.pm b/EmptyPlugin/lib/Foswiki/Plugins/EmptyPlugin.pm index 38bcc2867b..15d4632f67 100644 --- a/EmptyPlugin/lib/Foswiki/Plugins/EmptyPlugin.pm +++ b/EmptyPlugin/lib/Foswiki/Plugins/EmptyPlugin.pm @@ -30,19 +30,16 @@ each line of the function. For efficiency and clarity, you should only uncomment handlers you actually use. __NOTE:__ When developing a plugin it is important to remember that - Foswiki is tolerant of plugins that do not compile. In this case, the failure will be silent but the plugin will not be available. See %SYSTEMWEB%.InstalledPlugins for error messages. __NOTE:__ Foswiki:Development.StepByStepRenderingOrder helps you decide which rendering handler to use. When writing handlers, keep in mind that these may -be invoked - -on included topics. For example, if a plugin generates links to the current -topic, these need to be generated before the =afterCommonTagsHandler= is run. -After that point in the rendering loop we have lost the information that -the text had been included from another topic. +be invoked on included topics. For example, if a plugin generates links to the +current topic, these need to be generated before the =afterCommonTagsHandler= +is run. After that point in the rendering loop we have lost the information +that the text had been included from another topic. =cut @@ -127,8 +124,7 @@ sub initPlugin { # on integrating your plugin configuration with =configure=. # Always provide a default in case the setting is not defined in - # LocalSite.cfg. See %SYSTEMWEB%.Plugins for help in adding your plugin - # configuration to the =configure= interface. + # LocalSite.cfg. # my $setting = $Foswiki::cfg{Plugins}{EmptyPlugin}{ExampleSetting} || 0; # Register the _EXAMPLETAG function to handle %EXAMPLETAG{...}%