Update of /cvsroot/compbench/compbenchmarks-web/cgi-bin
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv828
Modified Files:
downloads.cgi
Log Message:
Minors change to introduce 0.5.0-BETA2.
Index: downloads.cgi
===================================================================
RCS file: /cvsroot/compbench/compbenchmarks-web/cgi-bin/downloads.cgi,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** downloads.cgi 18 Dec 2006 17:44:15 -0000 1.4
--- downloads.cgi 3 Sep 2007 15:49:06 -0000 1.5
***************
*** 20,31 ****
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>, <a href='http://www.unbuntu.org'>Ubuntu</a> >=6.10, and <a href='http://www.opensuse.org'>openSUSE</a> >=10.2)</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>";
--- 20,33 ----
print "<h2>Downloads</h2>";
$req->delete_all();
! html_tip("As proposed packages are about 6 months old, I strongly encourage interested people to <a href='http://sourceforge.net/cvs/?group_id=150828'>checkout/use CVS</a> CompBenchmarks++ module or download <a href='http://sourceforge.net/project/showfiles.php?group_id=150828'>0.5.0-BETA2</a>, which brings <b>many</b> new features and bug fixes. Yet, portal is not ready for <a href='/cgi-bin/browse.cgi'>importing your results</a> if you use this package.");
!
! 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> - Choose 0.4.0 for stable release - (for <a href='http://www.debian.org'>Sarge</a>, <a href='http://www.unbuntu.org'>Ubuntu</a> >=6.10, and <a href='http://www.opensuse.org'>openSUSE</a> >=10.2)</li>
! <li><a href='http://sourceforge.net/project/showfiles.php?group_id=150828&package_id=204979'>C++ documentations</a></li>
</ul>
<h3>Misceallenous</h3>
<ul>
! <li><a href='http://sourceforge.net/project/showfiles.php?group_id=150828'>Main download area</a> (old stuff)</li>
<li>See the <a href='/cgi-bin/index.cgi?tab=news'>news area</a> on home page.</li>
</ul>";
|