Update of /cvsroot/compbench/compbenchmarks-web/cgi-bin
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv22238
Modified Files:
index.cgi
Log Message:
Updated description.
Index: index.cgi
===================================================================
RCS file: /cvsroot/compbench/compbenchmarks-web/cgi-bin/index.cgi,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** index.cgi 20 Sep 2006 16:44:40 -0000 1.20
--- index.cgi 24 Sep 2006 16:31:05 -0000 1.21
***************
*** 14,24 ****
html_init('index');
print "<h2>Welcome</h2>
! <p>This site is an attempt to :</p>
<ul>
! <li>provide <a href='/cgi-bin/doc.cgi?tab=package'>a package</a> to <a href='/cgi-bin/doc.cgi?tab=package#usage-download'>ease distribution</a> and <a href='/cgi-bin/doc.cgi?tab=package#usage-eval'>usage</a> of some C/C++ <a href='/cgi-bin/doc.cgi?tab=benchs'>well-known benchmarks</a></li>
! <li>give interrested audience a convenient way to <a href='/cgi-bin/browse.cgi'>browse benchmarks'</a> results through an interactive web interface.</li>
</ul>
<p>
! For now this site is dedicated to the benchmarking of GCC and espacially its embedded C and C++ compilers on Linux/x86 platform, yet others languages, compilers or platforms could be supported soon.</p>
<p>Of course, interrested people are encouraged to :</p>
<ul>
--- 14,25 ----
html_init('index');
print "<h2>Welcome</h2>
! <p>CompBenchmarks is a benchmarking environment for compilers :</p>
<ul>
! <li>It provides a <a href='/cgi-bin/doc.cgi?tab=package'>package</a> for <a href='/cgi-bin/doc.cgi?tab=package#usage-download'>downloading</a> and <a href='/cgi-bin/doc.cgi?tab=package#usage-eval'>easing usage</a> of <a href='/cgi-bin/doc.cgi?tab=benchs'>some well-known C/C++ benchmarks</a>,</li>
! <li>The package allows you to specify compilation options and compilers to use, giving results in a common format,</li>
! <li>This web-site provides a convenient <a href='/cgi-bin/browse.cgi'>browsing formular</a> to analyse imported benchmarks.</li>
</ul>
<p>
! For now, I've concentrated my efforts on benchmarking of GCC and espacially on its embedded C and C++ compilers on the Linux/x86 platform, yet support for others languages, compilers or platforms can be added.</p>
<p>Of course, interrested people are encouraged to :</p>
<ul>
|