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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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 
Note: See TracChangeset for help on using the changeset viewer.