[Compbench-web-devel] compbenchmarks-web/cgi-bin downloads.cgi, 1.2, 1.3
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2006-12-12 18:36:17
|
Update of /cvsroot/compbench/compbenchmarks-web/cgi-bin In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv13647 Modified Files: downloads.cgi Log Message: More details. Index: downloads.cgi =================================================================== RCS file: /cvsroot/compbench/compbenchmarks-web/cgi-bin/downloads.cgi,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** downloads.cgi 29 Nov 2006 20:08:43 -0000 1.2 --- downloads.cgi 12 Dec 2006 18:36:13 -0000 1.3 *************** *** 20,31 **** print "<h2>Downloads</h2>"; $req->delete_all(); ! print "<p>Latest compbenchmarks' package :</p> <ul> ! <li><a href='http://sourceforge.net/project/showfiles.php?group_id=150828&package_id=166676'>Sources and pre-built binaries</a></li> <li><a href='http://sourceforge.net/project/showfiles.php?group_id=150828&package_id=204979'>Technical documentation</a></li> </ul> ! <p>Misc. and older stuff :</p> <ul> ! <li><a href='http://sourceforge.net/project/showfiles.php?group_id=150828'>Main download area</a></li></ul>"; html_end(); --- 20,33 ---- print "<h2>Downloads</h2>"; $req->delete_all(); ! print "<h3>Latest compbenchmarks' packages</h3> <ul> ! <li><a href='http://sourceforge.net/project/showfiles.php?group_id=150828&package_id=166676'>Sources and pre-built x86 binaries</a> (for <a href='http://www.debian.org'>Sarge</a> and <a href='http://www.unbuntu.org'>Ubuntu</a> 6.10)</li> <li><a href='http://sourceforge.net/project/showfiles.php?group_id=150828&package_id=204979'>Technical documentation</a></li> </ul> ! <h3>Misceallenous</h3> <ul> ! <li><a href='http://sourceforge.net/project/showfiles.php?group_id=150828'>Main download area</a></li> ! <li>See the <a href='/cgi-bin/index.cgi?tab=news'>news area</a> on home page.</li> ! </ul>"; html_end(); |