From: Sebastien D. <sde...@us...> - 2005-01-11 11:10:45
|
Update of /cvsroot/tslogparser/web In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32670 Modified Files: downloads.php features.php run-browse.php support.php Log Message: Update to v03 release Index: support.php =================================================================== RCS file: /cvsroot/tslogparser/web/support.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- support.php 25 Nov 2004 14:26:05 -0000 1.1.1.1 +++ support.php 11 Jan 2005 11:10:25 -0000 1.2 @@ -14,7 +14,7 @@ <p>The first place where you can find support on installation or use of the <code>tslogparser</code> tool is the dedicated mailing-list.</p> - <p>Information on subscibtion can be found + <p>Information on subscribtion can be found <a href="https://lists.sourceforge.net/lists/listinfo/tslogparser-discuss"> <i>here</i></a>.</p> <p>The mailing list archive can be found Index: downloads.php =================================================================== RCS file: /cvsroot/tslogparser/web/downloads.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- downloads.php 25 Nov 2004 14:26:06 -0000 1.1.1.1 +++ downloads.php 11 Jan 2005 11:10:25 -0000 1.2 @@ -11,7 +11,7 @@ <tr><td> </td></tr> <tr> <td> - <p>The latest stable release is <b>0.2</b> (Nov 23, 2004).</p> + <p>The latest stable release is <b>0.3</b> (Jan 11, 2005).</p> <p>It can be downloaded from <a href="http://sourceforge.net/project/showfiles.php?group_id=124567"> this place (SourceForge.net)</a>.</p> Index: run-browse.php =================================================================== RCS file: /cvsroot/tslogparser/web/run-browse.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- run-browse.php 25 Nov 2004 14:26:06 -0000 1.1.1.1 +++ run-browse.php 11 Jan 2005 11:10:25 -0000 1.2 @@ -6,7 +6,7 @@ <tr> <td bgcolor="#90ACC8"> <h2><font color="#fffffe"> - Experiencing <code>tslogparser</code></font></h2> + Experience <code>tslogparser</code></font></h2> </td> </tr> <tr><td> </td></tr> Index: features.php =================================================================== RCS file: /cvsroot/tslogparser/web/features.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- features.php 25 Nov 2004 14:26:06 -0000 1.1.1.1 +++ features.php 11 Jan 2005 11:10:25 -0000 1.2 @@ -5,16 +5,48 @@ <table border='0' width='100%'> <tr> <td bgcolor="#90ACC8"> - <h2><font color="#fffffe"> Version 0.2</font></h2> + <h2><font color="#fffffe"> Version 0.3</font></h2> </td> </tr> <tr><td> </td></tr> <tr> <td> - <p>Some screenshots of the main features are available + <p>Some screenshots of the main features are available <a href="http://sourceforge.net/project/screenshots.php?group_id=124567"> <i>here</i></a>.</p> - <p>The current release supports the following features:</p> + <p>Here is a list of new features from this release. + See below for older features.</p> + <h3>Administration Interface</h3> + <p>All database management tasks are now centralized in + an administration page. From this page, you can add + a new testsuite release, edit a testsuite comments, + delete a testsuite, add a new logfile for an existing + testsuite, edit the logfile comments, and delete the + logfile.</p> + <h3>Testsuite Extensibility (with plug-ins)</h3> + <p>The new administration interfaces uses plug-ins modules + for all the administrative tasks on a database. It becomes + very easy to add support for a new testcase; you only have + to add your new module in the modules directory.</p> + <h3>Installation and Upgrade Interface</h3> + <p>The tool is now able to create its working database structure. + You just have to tell it how to connect to your database, and + then open the installation procedure. It will take care of + everything.</p> + <p>The same module will be used on future releases when database + changes will occur. It maintains a database version number in a + configuration table.</p> + </td> + </tr> + <tr><td> </td></tr> + <tr> + <td bgcolor="#90ACC8"> + <h2><font color="#fffffe"> Version 0.2</font></h2> + </td> + </tr> + <tr><td> </td></tr> + <tr> + <td> <h3>Open POSIX TestSuite parsing</h3> <p>The system can analyse a posixtestsuite directory (what you get once you extract the downloaded archive) |