From: Sebastien D. <sde...@us...> - 2005-02-09 10:24:01
|
Update of /cvsroot/tslogparser/web In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25317 Modified Files: downloads.php features.php Log Message: Update website to v05 Index: downloads.php =================================================================== RCS file: /cvsroot/tslogparser/web/downloads.php,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- downloads.php 12 Jan 2005 15:49:02 -0000 1.3 +++ downloads.php 9 Feb 2005 10:23:52 -0000 1.4 @@ -11,7 +11,7 @@ <tr><td> </td></tr> <tr> <td> - <p>The latest stable release is <b>0.3</b> (Jan 11, 2005).</p> + <p>The latest stable release is <b>0.5</b> (Jan 27, 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: features.php =================================================================== RCS file: /cvsroot/tslogparser/web/features.php,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- features.php 12 Jan 2005 15:49:02 -0000 1.3 +++ features.php 9 Feb 2005 10:23:52 -0000 1.4 @@ -5,7 +5,7 @@ <table border='0' width='100%'> <tr> <td bgcolor="#90ACC8"> - <h2><font color="#fffffe"> Version 0.3</font></h2> + <h2><font color="#fffffe"> Version 0.5</font></h2> </td> </tr> <tr><td> </td></tr> @@ -14,8 +14,34 @@ <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>Here is a list of new features from this release. + <p>Here is a list of new features from this release. See below for older features.</p> + <h3>Testsuite upload facility</h3> + <p>It is no more mandatory to have the testsuite files + available from the webserver filesystem.</p> + <p>The new upload facility allows the administrator to + supply the test suite release as a tar.gz file which + will be handled on the server.</p> + <p>In the current release, the archive must contain a + 'ts' directory, but in later releases more flexibility will + be added.</p> + <p> </p> + <h3>Easier Installation Procedure</h3> + <p>Since release 0.4, the <code>tslogparser</code> package + is also available as an installable RPM.</p> + <p>See INSTALL file for more information about the new + installation process.</p> + </td> + </tr> + <tr><td> </td></tr> + <tr> + <td bgcolor="#90ACC8"> + <h2><font color="#fffffe"> Version 0.3</font></h2> + </td> + </tr> + <tr><td> </td></tr> + <tr> + <td> <h3>Administration Interface</h3> <p>All database management tasks are now centralized in an administration page. From this page, you can add |