[Compbench-web-devel] compbenchmarks-web/cgi-bin doc.cgi, 1.24, 1.25 index.cgi, 1.22, 1.23
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2006-09-26 19:56:17
|
Update of /cvsroot/compbench/compbenchmarks-web/cgi-bin In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv11767 Modified Files: doc.cgi index.cgi Log Message: HTML 4.01 compliance. Index: index.cgi =================================================================== RCS file: /cvsroot/compbench/compbenchmarks-web/cgi-bin/index.cgi,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** index.cgi 25 Sep 2006 15:45:56 -0000 1.22 --- index.cgi 26 Sep 2006 19:56:14 -0000 1.23 *************** *** 33,37 **** <ul> <li>??? : 0.2.1 suite is out with some new features and benchmarks. Site allows CSV export, improved (raw) data browsing, and brings a new look.</li> ! <li>2006-09-20 : First BETA of 0.3.0 testsuite if out. Check it on <a href='http://sourceforge.net/project/showfiles.php?group_id=150828&package_id=166676'>SourceForge download page</a>. New portal'll few online in about two weeks.</li> <li>2006-08-26 : I've decided to rewrite suite in C++, to make it more user friendly. Work in progress.</li> <li>2005-11-16 : Site updated. New benchmarks suite is coming. 7000+ results in database.</li> --- 33,37 ---- <ul> <li>??? : 0.2.1 suite is out with some new features and benchmarks. Site allows CSV export, improved (raw) data browsing, and brings a new look.</li> ! <li>2006-09-20 : First BETA of 0.3.0 testsuite if out. Check it on <a href='http://sourceforge.net/project/showfiles.php?group_id=150828&package_id=166676'>SourceForge download page</a>. New portal'll few online in about two weeks.</li> <li>2006-08-26 : I've decided to rewrite suite in C++, to make it more user friendly. Work in progress.</li> <li>2005-11-16 : Site updated. New benchmarks suite is coming. 7000+ results in database.</li> Index: doc.cgi =================================================================== RCS file: /cvsroot/compbench/compbenchmarks-web/cgi-bin/doc.cgi,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** doc.cgi 25 Sep 2006 15:45:56 -0000 1.24 --- doc.cgi 26 Sep 2006 19:56:14 -0000 1.25 *************** *** 120,129 **** </p> <p>Results use a common format that can be easily interpreted by third party applications. Results can be imported in the <a href='http://www.mysql.org'>MySQL</a> database underlaying this website. ! </p> ! <p>"; ! html_tip("For a more detailled information concerning technical aspects and implementation, see <a href='http://sourceforge.net/project/showfiles.php?group_id=150828&package_id=204979'>SourceForge project's documentation download page</a>."); ! print "</p> ! <h2>Requierements</h2> <ul> <li>A C++ Compiler or/and a C compiler (like g++ and gcc from <a href='http://gcc.gnu.org'>GCC</a>), make</li> --- 120,127 ---- </p> <p>Results use a common format that can be easily interpreted by third party applications. Results can be imported in the <a href='http://www.mysql.org'>MySQL</a> database underlaying this website. ! </p>"; ! html_tip("For a more detailled information concerning technical aspects and implementation, see <a href='http://sourceforge.net/project/showfiles.php?group_id=150828&package_id=204979'>SourceForge project's documentation download page</a>."); ! print "<h2>Requierements</h2> <ul> <li>A C++ Compiler or/and a C compiler (like g++ and gcc from <a href='http://gcc.gnu.org'>GCC</a>), make</li> *************** *** 173,182 **** <img src='/icons/compbench-config-1.png' alt='screenshot_1'> </p> - <p> "; html_tip("Uses 'Benchmarks information' in main menu to learn more about benchmarks."); ! print "</p> ! <h3>Verifying compilers/options</h3> <p> Choosing 'Compilers and options'; it summarizes which compilers and options are defined in your configurations files : --- 171,178 ---- <img src='/icons/compbench-config-1.png' alt='screenshot_1'> </p> "; html_tip("Uses 'Benchmarks information' in main menu to learn more about benchmarks."); ! print "<h3>Verifying compilers/options</h3> <p> Choosing 'Compilers and options'; it summarizes which compilers and options are defined in your configurations files : |