Ignore:
Timestamp:
11/25/08 00:57:30 (4 years ago)
Author:
KennethLavrsen
Message:

Item221: Finish the TWiki:Codev to Foswiki:xxx conv
Had to leave a few behind in docs that were to hard to convert
old extensions that probably are out of date

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XpTrackerPlugin/data/TWiki/XpTrackerPlugin.txt

    r899 r929  
    2424There is a hierarchy of information here: 
    2525 
    26         * *Web* - the TWiki web for XP tracking. One web can be used to track multiple products. 
     26        * *Web* - the Foswiki web for XP tracking. One web can be used to track multiple products. 
    2727        * *Project* - the project being worked on for a Product. Usually this will be the next major release. Each project has a page, which contains an auto-generated summary of the project progress. 
    2828        * *Team* - Each project has one or more teams, groups of developers that work on one aspect of the project. Each team has a page which contains an auto-generated summary of the team's progress. 
     
    9999        * This version has not been checked against data from V2.0.  
    100100 
    101 ---++ Additional TWiki plugins/changes needed to get this plugin to work at its best 
     101---++ Additional Foswiki plugins/changes needed to get this plugin to work at its best 
    102102 
    103103        * The plugin should work in a standard 01Dec2001, 01Feb2003 and TWiki20040119beta TWiki install, but it is easier to use with these additional plugins: 
    104104                * Foswiki:Extensions.TablePlugin is optional but useful as it allows you to sort tabulated information by column 
    105105                * Foswiki:Extensions.EditTablePlugin is used to simplify entering of stories and tasks. The latest version (with support for the %<nop>EDITCELL% variable) is required. 
    106         * If not using the latest TWiki version, you need to apply the patch in TWiki:Codev.AfterSavePluginHandler 
    107106 
    108107---++ Plugin Installation Instructions 
    109108 
    110 __Note:__ You do not need to install anything on the browser to use this Plugin. The following instructions are for the administrator who installs the Plugin on the server where TWiki is running.  
     109__Note:__ You do not need to install anything on the browser to use this Plugin. The following instructions are for the administrator who installs the Plugin on the server where Foswiki is running.  
    111110 
    112111        * Download the ZIP file XpTrackerPlugin.zip from the Plugin web (see below) 
     
    134133| ==lib/Foswiki/Plugins/%TOPIC%.pm== | Main plugin Perl module |  
    135134| ==lib/Foswiki/Plugins/Xp/*.pm== | plugin Perl submodules |  
    136 | ==pub/TWiki/%TOPIC%/sorttable.js== | javascript used to sort tables on the client side |  
    137         * (Dakar) Visit =configure= in your TWiki installation, and enable the plugin in the {Plugins} section. 
     135| ==pub/System/%TOPIC%/sorttable.js== | javascript used to sort tables on the client side |  
     136        * (Dakar) Visit =configure= in your Foswiki installation, and enable the plugin in the {Plugins} section. 
    138137 
    139138 
Note: See TracChangeset for help on using the changeset viewer.