Update of /cvsroot/compbench/compbenchmarks-web/cgi-bin
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv7731
Modified Files:
doc.cgi
Log Message:
For SF's TID #141819 : Error on OS *libraries*.
Index: doc.cgi
===================================================================
RCS file: /cvsroot/compbench/compbenchmarks-web/cgi-bin/doc.cgi,v
retrieving revision 1.41
retrieving revision 1.42
diff -C2 -d -r1.41 -r1.42
*** doc.cgi 10 Sep 2007 20:11:36 -0000 1.41
--- doc.cgi 10 Sep 2007 20:24:16 -0000 1.42
***************
*** 248,252 ****
<img src='$LT_WEB_ICONS/compbenchmarks-arch.png' alt='Architecture overview'>
</td><td valign='top'><p><i>compbenchmarks</i> is splited in two functionnal blocks : normal users should start take a look at <a href='#arch-ui'>high-level user interfaces</a>. For more in-depth management, or if you don't have installed more user friendly applications, the <a href='#arch-core'>compbenchmark-core</a> and <a href='#arch-plan'>compbenchmark-plan</a> program are available. Finaly, the <a href='#arch-lib'>libcompbenchmarks</a> shared library and related API can be used to implement new benchmark/package support or develop your own C++/Perl wrappers (at this time).</p>
! <p>Each supported operating system, benchmark or compiler is handled through a specific, independant, shared library.</p>
</td></tr></table>";
print "<a name='arch-ui'></a><h3>High-level user interfaces</h3>
--- 248,252 ----
<img src='$LT_WEB_ICONS/compbenchmarks-arch.png' alt='Architecture overview'>
</td><td valign='top'><p><i>compbenchmarks</i> is splited in two functionnal blocks : normal users should start take a look at <a href='#arch-ui'>high-level user interfaces</a>. For more in-depth management, or if you don't have installed more user friendly applications, the <a href='#arch-core'>compbenchmark-core</a> and <a href='#arch-plan'>compbenchmark-plan</a> program are available. Finaly, the <a href='#arch-lib'>libcompbenchmarks</a> shared library and related API can be used to implement new benchmark/package support or develop your own C++/Perl wrappers (at this time).</p>
! <p>Each supported benchmark or compiler is handled through a specific, independant, shared library.</p>
</td></tr></table>";
print "<a name='arch-ui'></a><h3>High-level user interfaces</h3>
|