Changeset 882


Ignore:
Timestamp:
11/23/08 12:43:24 (3 years ago)
Author:
KennethLavrsen
Message:

Item221: Changing TWiki:Plugins to Foswiki:Extensions in .pm and DEP files

Location:
trunk
Files:
28 edited

Legend:

Unmodified
Added
Removed
  • trunk/ActionTrackerPlugin/lib/TWiki/Plugins/ActionTrackerPlugin/DEPENDENCIES

    r23 r882  
    11Time::ParseDate,>=2003.0211,cpan,Required. Available from the CPAN:Time::ParseDate archive. 
    22TWiki::Plugins,>=1.1,perl,TWiki 4 
    3 TWiki::Contrib::JSCalendarContrib,>=0.961,perl,Optional, used if installed. Used to display a neat calendar popup when editing actions. Available from the TWiki:Plugins/JSCalendarContrib repository. 
     3TWiki::Contrib::JSCalendarContrib,>=0.961,perl,Optional, used if installed. Used to display a neat calendar popup when editing actions. Available from the Foswiki:Extensions/JSCalendarContrib repository. 
  • trunk/ApprovalPlugin/lib/TWiki/Plugins/ApprovalPlugin/MANIFEST

    r31 r882  
    99data/Sandbox/ApprovalDefinitionExample.txt 0644 Example definition topic 
    1010pub/TWiki/ApprovalPlugin/ApprovalFlow.png 0644 Approval flow diagram 
    11 tools/convert.pl 0644 Coverts topics from TWiki:Plugins.WorkflowPlugin to the ApprovalPlugin (see comments in script) 
     11tools/convert.pl 0644 Coverts topics from Foswiki:Extensions.WorkflowPlugin to the ApprovalPlugin (see comments in script) 
    1212lib/TWiki/Plugins/ApprovalPlugin/Config.spec 0444 Spec file for =configure= 
  • trunk/BibliographyPlugin/lib/TWiki/Plugins/BibliographyPlugin.pm

    r803 r882  
    191191 
    192192# was startRenderingHandler before. changed to preRenderingHandler as indicated 
    193 # in TWiki:Plugins/DeprecatedHandlers. 
     193# in Foswiki:Extensions/DeprecatedHandlers. 
    194194sub preRenderingHandler 
    195195{ 
  • trunk/BlogPlugin/lib/TWiki/Plugins/BlogPlugin/DEPENDENCIES

    r48 r882  
    11TWiki::Plugins,>=1.1,perl,TWiki Dakar release. 
    2 TWiki::Plugins::AliasPlugin,>=1.2,perl,Required; download from TWiki:Plugins/AliasPlugin  
    3 TWiki::Plugins::DBCachePlugin,>=1.20,perl,Required; download from TWiki:Plugins/DBCachePlugin  
    4 TWiki::Plugins::ExtendedSelectPlugin,>=1.10,perl,Required; download from TWiki:Plugins/ExtendedSelectPlugin  
    5 TWiki::Plugins::FilterPlugin,>=0.94,perl,Required; download from TWiki:Plugins/FilterPlugin  
    6 TWiki::Plugins::GluePlugin,>=1.5,perl,Required; download from TWiki:Plugins/GluePlugin  
    7 TWiki::Plugins::HeadlinesPlugin,>=1.91,perl,Required; download from TWiki:Plugins/HeadlinesPlugin  
    8 TWiki::Plugins::IfDefinedPlugin,>0.93,perl,Required; download from TWiki:Plugins/IfDefinedPlugin  
    9 TWiki::Plugins::RedDotPlugin,>=1.35,perl,Required; download from TWiki:Plugins/RedDotPlugin  
    10 TWiki::Plugins::SpreadSheetPlugin,>=1.001,perl,Required; download from TWiki:Plugins/SpreadSheetPlugin  
    11 TWiki::Plugins::TagCloudPlugin,>=0.20,perl,Required; download from TWiki:Plugins/TagCloudPlugin  
    12 TWiki::Plugins::TimeSincePlugin,>=0.99,perl,Required; download from TWiki:Plugins/TimeSincePlugin  
    13 TWiki::Plugins::TwistyPlugin,,perl,Required; download from TWiki:Plugins/TwistyPlugin  
    14 TWiki::Plugins::UserInfoPlugin,>=1.5,perl,Optional; download from TWiki:Plugins/UserInfoPlugin  
    15 TWiki::Plugins::NatSkin,>=2.9998,perl,Recommended; download from TWiki:Plugins/NatSkin  
    16 TWiki::Plugins::ImagePlugin,>=0.3,perl,Recommended; download from TWiki:Plugins/ImagePlugin  
     2TWiki::Plugins::AliasPlugin,>=1.2,perl,Required; download from Foswiki:Extensions/AliasPlugin  
     3TWiki::Plugins::DBCachePlugin,>=1.20,perl,Required; download from Foswiki:Extensions/DBCachePlugin  
     4TWiki::Plugins::ExtendedSelectPlugin,>=1.10,perl,Required; download from Foswiki:Extensions/ExtendedSelectPlugin  
     5TWiki::Plugins::FilterPlugin,>=0.94,perl,Required; download from Foswiki:Extensions/FilterPlugin  
     6TWiki::Plugins::GluePlugin,>=1.5,perl,Required; download from Foswiki:Extensions/GluePlugin  
     7TWiki::Plugins::HeadlinesPlugin,>=1.91,perl,Required; download from Foswiki:Extensions/HeadlinesPlugin  
     8TWiki::Plugins::IfDefinedPlugin,>0.93,perl,Required; download from Foswiki:Extensions/IfDefinedPlugin  
     9TWiki::Plugins::RedDotPlugin,>=1.35,perl,Required; download from Foswiki:Extensions/RedDotPlugin  
     10TWiki::Plugins::SpreadSheetPlugin,>=1.001,perl,Required; download from Foswiki:Extensions/SpreadSheetPlugin  
     11TWiki::Plugins::TagCloudPlugin,>=0.20,perl,Required; download from Foswiki:Extensions/TagCloudPlugin  
     12TWiki::Plugins::TimeSincePlugin,>=0.99,perl,Required; download from Foswiki:Extensions/TimeSincePlugin  
     13TWiki::Plugins::TwistyPlugin,,perl,Required; download from Foswiki:Extensions/TwistyPlugin  
     14TWiki::Plugins::UserInfoPlugin,>=1.5,perl,Optional; download from Foswiki:Extensions/UserInfoPlugin  
     15TWiki::Plugins::NatSkin,>=2.9998,perl,Recommended; download from Foswiki:Extensions/NatSkin  
     16TWiki::Plugins::ImagePlugin,>=0.3,perl,Recommended; download from Foswiki:Extensions/ImagePlugin  
  • trunk/ComponentEditPlugin/lib/TWiki/Plugins/ComponentEditPlugin/DEPENDENCIES

    r67 r882  
    1 TWiki::Plugins::JSPopupPlugin,>=0.01,perl,Required. Download from TWiki:Plugins.JSPopupPlugin and install. 
     1TWiki::Plugins::JSPopupPlugin,>=0.01,perl,Required. Download from Foswiki:Extensions.JSPopupPlugin and install. 
  • trunk/DateFieldPlugin/lib/TWiki/Plugins/DateFieldPlugin/DEPENDENCIES

    r81 r882  
    1 TWiki::Contrib::JSCalendarContrib,>=7071,perl, Used to display a neat calendar popup. Available from the TWiki:Plugins/JSCalendarContrib repository. 
     1TWiki::Contrib::JSCalendarContrib,>=7071,perl, Used to display a neat calendar popup. Available from the Foswiki:Extensions/JSCalendarContrib repository. 
  • trunk/DirectedGraphWebMapPlugin/lib/TWiki/Plugins/DirectedGraphWebMapPlugin/DEPENDENCIES

    r85 r882  
    1 TWiki::Plugins::DirectedGraphPlugin,>=1.000,perl,Required; download from TWiki:Plugins/DirectedGraphPlugin 
     1TWiki::Plugins::DirectedGraphPlugin,>=1.000,perl,Required; download from Foswiki:Extensions/DirectedGraphPlugin 
  • trunk/EditHiddenTablePlugin/lib/TWiki/Plugins/EditHiddenTablePlugin/DEPENDENCIES

    r97 r882  
    1 TWiki::Contrib::JSCalendarContrib,>=1.001,perl,Required. Download and install from the TWiki:Plugins/EditContrib code library. 
     1TWiki::Contrib::JSCalendarContrib,>=1.001,perl,Required. Download and install from the Foswiki:Extensions/EditContrib code library. 
  • trunk/FlexWebListPlugin/lib/TWiki/Plugins/FlexWebListPlugin/DEPENDENCIES

    r134 r882  
    1 TWiki::Plugins::GluePlugin,>=1.5,perl,Recommended; Download from TWiki:Plugins/GluePlugin  
     1TWiki::Plugins::GluePlugin,>=1.5,perl,Recommended; Download from Foswiki:Extensions/GluePlugin  
  • trunk/FormQueryPlugin/lib/TWiki/Plugins/FormQueryPlugin/DEPENDENCIES

    r140 r882  
    1 TWiki::Contrib::DBCacheContrib,>=1.001,perl,Required. Download and install from the TWiki:Plugins/DBCacheContrib code library. 
     1TWiki::Contrib::DBCacheContrib,>=1.001,perl,Required. Download and install from the Foswiki:Extensions/DBCacheContrib code library. 
    22Time::ParseDate,>=2003.0211,cpan,Required. Available from [[http://cpan.uwinnipeg.ca/dist/Time-modules][CPAN]]. 
    33Storable,>=2.07,cpan,2.13 recommended; accelerates cache handling. Available from [[http://cpan.uwinnipeg.ca/dist/Storable][CPAN]] 
    4 TWiki::Plugins::MacrosPlugin,>=1.000,perl,Recommended; used for parameterised includes. Download from TWiki:Plugins/MacrosPlugin repository. 
     4TWiki::Plugins::MacrosPlugin,>=1.000,perl,Recommended; used for parameterised includes. Download from Foswiki:Extensions/MacrosPlugin repository. 
  • trunk/HolidaylistPlugin/lib/TWiki/Plugins/HolidaylistPlugin.pm

    r803 r882  
    15371537        return $nav; 
    15381538} 
    1539 ### dro: following code is derived from TWiki:Plugins.CalendarPlugin: 
     1539### dro: following code is derived from Foswiki:Extensions.CalendarPlugin: 
    15401540# ========================= 
    15411541sub getTopicText() { 
  • trunk/InlineEditPlugin/lib/TWiki/Plugins/InlineEditPlugin/DEPENDENCIES

    r179 r882  
    1 TWiki::Plugins::JSPopupPlugin,>=0.01,perl,Required. Download from TWiki:Plugins.JSPopupPlugin and install. 
    2 TWiki::Plugins::WysiwygPlugin,>=1.000,perl,Required. Download from TWiki:Plugins/WysiwygPlugin and install. 
     1TWiki::Plugins::JSPopupPlugin,>=0.01,perl,Required. Download from Foswiki:Extensions.JSPopupPlugin and install. 
     2TWiki::Plugins::WysiwygPlugin,>=1.000,perl,Required. Download from Foswiki:Extensions/WysiwygPlugin and install. 
    33JSON,>=1.00,CPAN,Required. install from CPAN 
  • trunk/JSPopupPlugin/lib/TWiki/Plugins/JSPopupPlugin/DEPENDENCIES

    r185 r882  
    11#JSON,>=1.00,CPAN,Required. install from CPAN 
    2 YahooUserInterfaceContrib,>=0.01,perl,Required. Download from TWiki:Plugins.YahooUserInterfaceContrib and install. 
     2YahooUserInterfaceContrib,>=0.01,perl,Required. Download from Foswiki:Extensions.YahooUserInterfaceContrib and install. 
  • trunk/LatexModePlugin/lib/TWiki/Plugins/LatexModePlugin/Parse.pm

    r194 r882  
    11941194=begin text 
    11951195 
    1196 use TWiki:Plugins.PerlDocPlugin to see a complete list of supported commands 
     1196use Foswiki:Extensions.PerlDocPlugin to see a complete list of supported commands 
    11971197 
    11981198=end text 
     
    12001200=begin man 
    12011201 
    1202 use TWiki:Plugins.PerlDocPlugin to see a complete list of supported commands 
     1202use Foswiki:Extensions.PerlDocPlugin to see a complete list of supported commands 
    12031203 
    12041204=end man 
     
    12131213      * large, small, tiny, footnotesize 
    12141214      * verb 
    1215       * bibliographystyle, bibliography (with the TWiki:Plugins.BibtexPlugin installed) 
     1215      * bibliographystyle, bibliography (with the Foswiki:Extensions.BibtexPlugin installed) 
    12161216 
    12171217   * commands with limited support 
     
    12411241C<lib/TWiki/Plugins/LatexModePlugin/> directory of your TWiki 
    12421242installation.  Documentation for the module is provided in  
    1243 C<pod> format, and can be completely viewed using the TWiki:Plugins.PerlDocPlugin  
     1243C<pod> format, and can be completely viewed using the Foswiki:Extensions.PerlDocPlugin  
    12441244or partially viewed using C<perldoc> or C<pod2text>. 
    12451245 
     
    13211321=head3 Including Graphics 
    13221322 
    1323 There are many ways to include graphics in latex files.  So, I figured the most reasonable way to support them all is to render them using the backend image rendering.  As of TWiki:Plugins.LatexModePlugin v3.3, the rendering of images in TWiki can be done dynamically using =dvipng=, =dvips=, or =pdflatex=.  So, to render images in twiki, one can  
     1323There are many ways to include graphics in latex files.  So, I figured the most reasonable way to support them all is to render them using the backend image rendering.  As of Foswiki:Extensions.LatexModePlugin v3.3, the rendering of images in TWiki can be done dynamically using =dvipng=, =dvips=, or =pdflatex=.  So, to render images in twiki, one can  
    13241324   * use the =includegraphics= command from the =graphicx= package, but do not declare the filename extension. 
    13251325   * attach the image to the topic, with the file type extension stated. <br> The Plugin recognizes .eps, .pdf, .png, and .jpg file types. 
  • trunk/MediaWikiToTWikiAddOn/lib/TWiki/Contrib/MediaWikiToTWikiAddOn/Converter.pm

    r214 r882  
    488488 
    489489############################################################################## 
    490 # tables: use TWiki:Plugins.MediaWikiTablePlugin 
     490# tables: use Foswiki:Extensions.MediaWikiTablePlugin 
    491491# TODO: argh, what about ParserFunctions: http://meta.wikimedia.org/wiki/ParserFunctions 
    492492sub convertMarkup { 
     
    712712 
    713713############################################################################## 
    714 # TODO use TWiki:Plugins.EndNotePlugin 
     714# TODO use Foswiki:Extensions.EndNotePlugin 
    715715sub handleFootNote { 
    716716  my ($this, $page, $text, $name) = @_; 
  • trunk/PerforcePlugin/lib/TWiki/Plugins/PerforcePlugin.pm

    r781 r882  
    105105#TODO: use that to test if a plugin is installed. Could be useful if we want to make use of JQueryPlugin 
    106106# 
    107 #eval "require TWiki:Plugins:OtherPlugin"; if $@ { print STDERR "Not installed" } 
     107#eval "require Foswiki:Extensions:OtherPlugin"; if $@ { print STDERR "Not installed" } 
    108108#if ($TWiki::cfg{Plugins}{OtherPlugin}{Enabled}) { print STDERR "it's enabled" } 
    109109# 
  • trunk/PingBackPlugin/lib/TWiki/Plugins/PingBackPlugin/DEPENDENCIES

    r255 r882  
    1 TWiki::Plugins::XmlRpcContrib,>=0.02,perl,Required. Download from TWiki:Plugins/XmlRpcContrib 
     1TWiki::Plugins::XmlRpcContrib,>=0.02,perl,Required. Download from Foswiki:Extensions/XmlRpcContrib 
    22RPC::XML,>=0.57,cpan,Required. Download from CPAN:RPC::XML 
    33LWP::UserAgent,>=5.803,cpan,Required. Download from CPAN:LWP::UserAgent 
  • trunk/RackPlannerPlugin/lib/TWiki/Plugins/RackPlannerPlugin/RackPlanner.pm

    r781 r882  
    793793 
    794794} 
    795 ### dro: following code is derived from TWiki:Plugins.CalendarPlugin: 
     795### dro: following code is derived from Foswiki:Extensions.CalendarPlugin: 
    796796# ========================= 
    797797sub _getTopicText() { 
  • trunk/TaskExeContrib/lib/TWiki/Contrib/TaskExeContrib/DEPENDENCIES

    r344 r882  
    33# Example: 
    44# Time::ParseDate,>=2003.0211,cpan,Required. 
    5 TWiki::Plugins::TaskExePlugin,>=latest,perl,Required. Download and install from TWiki:Plugins/TaskExePlugin  
     5TWiki::Plugins::TaskExePlugin,>=latest,perl,Required. Download and install from Foswiki:Extensions/TaskExePlugin  
    66 
    77 
  • trunk/TimeTablePlugin/lib/TWiki/Plugins/TimeTablePlugin/TimeTable.pm

    r781 r882  
    14581458} 
    14591459 
    1460 ### dro: following code is derived from TWiki:Plugins.CalendarPlugin: 
     1460### dro: following code is derived from Foswiki:Extensions.CalendarPlugin: 
    14611461# ========================= 
    14621462sub _getTopicText() { 
  • trunk/TopicClassificationAddOn/lib/TWiki/Contrib/TopicClassificationAddOn/DEPENDENCIES

    r359 r882  
    11# Dependencies for TopicClassificationAddOn 
    22 TWiki::Plugins,>=1.15,perl,TWiki 4.1 release. 
    3 TWiki::Plugins::DBCachePlugin,>=1.51-pre1,perl,Required. Download from the TWiki:Plugins/DBCachePlugin code library. 
    4 TWiki::Plugins::DBCacheContrib,>=12943-pre1,perl,Required. Download from the TWiki:Plugins/DBCacheContrib code library. 
    5 TWiki::Plugins::TopicCreatePlugin,>=1.01-pre1,perl,Required. Download from the TWiki:Plugins/TopicCreatePlugin code library. 
    6 TWiki::Plugins::TreePlugin,>=0.6-pre1,perl,Recommended. Download from the TWiki:Plugins/TreePlugin code library. 
    7 TWiki::Plugins::IfDefinedPlugin,>=0.96-pre1,perl,Required. Download from the TWiki:Plugins/IfDefinedPlugin code library. 
    8 TWiki::Plugins::FilterPlugin,>=1.10-pre1,perl,Required. Download from the TWiki:Plugins/FilterPlugin code library. 
    9 TWiki::Plugins::GluePlugin,>=1.51-pre1,perl,Required. Download from the TWiki:Plugins/GluePlugin code library. 
     3TWiki::Plugins::DBCachePlugin,>=1.51-pre1,perl,Required. Download from the Foswiki:Extensions/DBCachePlugin code library. 
     4TWiki::Plugins::DBCacheContrib,>=12943-pre1,perl,Required. Download from the Foswiki:Extensions/DBCacheContrib code library. 
     5TWiki::Plugins::TopicCreatePlugin,>=1.01-pre1,perl,Required. Download from the Foswiki:Extensions/TopicCreatePlugin code library. 
     6TWiki::Plugins::TreePlugin,>=0.6-pre1,perl,Recommended. Download from the Foswiki:Extensions/TreePlugin code library. 
     7TWiki::Plugins::IfDefinedPlugin,>=0.96-pre1,perl,Required. Download from the Foswiki:Extensions/IfDefinedPlugin code library. 
     8TWiki::Plugins::FilterPlugin,>=1.10-pre1,perl,Required. Download from the Foswiki:Extensions/FilterPlugin code library. 
     9TWiki::Plugins::GluePlugin,>=1.51-pre1,perl,Required. Download from the Foswiki:Extensions/GluePlugin code library. 
  • trunk/TwistyBundleTWiki04x00x05/lib/TWiki/Plugins/TwistyPlugin.pm

    r803 r882  
    1919---+ package TwistyPlugin 
    2020 
    21 Convenience plugin for TWiki:Plugins.TwistyContrib. 
     21Convenience plugin for Foswiki:Extensions.TwistyContrib. 
    2222It has two major features: 
    2323   * When active, the Twisty javascript library is included in every topic. 
  • trunk/TwistyBundleTWiki04x01/lib/TWiki/Plugins/TwistyPlugin.pm

    r803 r882  
    1919---+ package TwistyPlugin 
    2020 
    21 Convenience plugin for TWiki:Plugins.TwistyContrib. 
     21Convenience plugin for Foswiki:Extensions.TwistyContrib. 
    2222It has two major features: 
    2323   * When active, the Twisty javascript library is included in every topic. 
  • trunk/TwistyBundleTWiki04x02/lib/TWiki/Plugins/TwistyPlugin.pm

    r803 r882  
    1919---+ package TwistyPlugin 
    2020 
    21 Convenience plugin for TWiki:Plugins.TwistyContrib. 
     21Convenience plugin for Foswiki:Extensions.TwistyContrib. 
    2222It has two major features: 
    2323   * When active, the Twisty javascript library is included in every topic. 
  • trunk/TwistyPlugin/lib/Foswiki/Plugins/TwistyPlugin.pm

    r811 r882  
    1919---+ package TwistyPlugin 
    2020 
    21 Convenience plugin for TWiki:Plugins.TwistyContrib. 
     21Convenience plugin for Foswiki:Extensions.TwistyContrib. 
    2222It has two major features: 
    2323   * When active, the Twisty javascript library is included in every topic. 
  • trunk/WikiwygContrib/lib/TWiki/Contrib/WikiwygContrib/DEPENDENCIES

    r389 r882  
    1 TWiki::Plugins::WysiwygPlugin,>=1.000,perl,Required. Download from TWiki:Plugins/WysiwygPlugin and install. 
     1TWiki::Plugins::WysiwygPlugin,>=1.000,perl,Required. Download from Foswiki:Extensions/WysiwygPlugin and install. 
  • trunk/WorkflowReportsContrib/lib/TWiki/Contrib/WorkflowReportsContrib.pm

    r803 r882  
    2020$VERSION = '$Rev: 0$'; 
    2121$RELEASE = 'Dakar'; 
    22 $SHORTDESCRIPTION = 'Supports report generation for workflow topics (see [[TWiki:Plugins/WorkflowPlugin][WorkflowPlugin]])'; 
     22$SHORTDESCRIPTION = 'Supports report generation for workflow topics (see [[Foswiki:Extensions/WorkflowPlugin][WorkflowPlugin]])'; 
    2323 
    2424my $debugMode  = 0; 
     
    274274---++ Summary 
    275275This package is an add-on to the Workflow Plugin. 
    276 See [[TWiki:Plugins/WorkflowPlugin][WorkflowPlugin]] 
     276See [[Foswiki:Extensions/WorkflowPlugin][WorkflowPlugin]] 
    277277for an overwiew of Workflows in TWiki. 
    278278 
     
    292292---++ Acknowledgments 
    293293This contrib package is inspired by the following contributions 
    294    * [[TWiki:Plugins/WorkflowPlugin][WorkflowPlugin]] 
     294   * [[Foswiki:Extensions/WorkflowPlugin][WorkflowPlugin]] 
    295295   * WebStatistics module 
    296    * [[TWiki:Plugins/MakeCtrlTopicsListAddOn][MakeCtrlTopicsListAddOn]] 
    297    * [[TWiki:Plugins/MailerContrib][MailerContrib]] 
     296   * [[Foswiki:Extensions/MakeCtrlTopicsListAddOn][MakeCtrlTopicsListAddOn]] 
     297   * [[Foswiki:Extensions/MailerContrib][MailerContrib]] 
    298298 
    299299I would like to express my gratitude to: 
     
    395395 
    396396   * One line description: 
    397       * Set SHORTDESCRIPTION = Supports report generation for workflow topics (see [[TWiki:Plugins/WorkflowPlugin][WorkflowPlugin]]) 
     397      * Set SHORTDESCRIPTION = Supports report generation for workflow topics (see [[Foswiki:Extensions/WorkflowPlugin][WorkflowPlugin]]) 
    398398 
    399399   * Name of the perl package 
  • trunk/YetAnotherXpTrackerPlugin/lib/TWiki/Plugins/XpTrackerPlugin/DEPENDENCIES

    r399 r882  
    1 TWiki::Plugins::EditHiddenTablePlugin,>=0,perl,Required. Download and install from [[TWiki:Plugins/EditHiddenTablePlugin][plugin library]]. 
    2 TWiki::Plugins::ControlsPlugin,>=0,perl,Required. Download and install from [[TWiki:Plugins/ControlsPlugin][plugin library]]. 
     1TWiki::Plugins::EditHiddenTablePlugin,>=0,perl,Required. Download and install from [[Foswiki:Extensions/EditHiddenTablePlugin][plugin library]]. 
     2TWiki::Plugins::ControlsPlugin,>=0,perl,Required. Download and install from [[Foswiki:Extensions/ControlsPlugin][plugin library]]. 
    33HTTP::Date,>=1,cpan,Required. Available from [[http://cpan.uwinnipeg.ca/dist/Time-modules][CPAN]]. 
    44Time::CTime,>=1,cpan,Required. Available from [[http://cpan.uwinnipeg.ca/dist/Time-modules][CPAN]]. 
Note: See TracChangeset for help on using the changeset viewer.