[Compbench-web-devel] compbenchmarks-web/cgi-bin doc.cgi, 1.31, 1.32
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2006-11-29 21:24:37
|
Update of /cvsroot/compbench/compbenchmarks-web/cgi-bin In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv20027 Modified Files: doc.cgi Log Message: HTML conformance. Index: doc.cgi =================================================================== RCS file: /cvsroot/compbench/compbenchmarks-web/cgi-bin/doc.cgi,v retrieving revision 1.31 retrieving revision 1.32 diff -C2 -d -r1.31 -r1.32 *** doc.cgi 29 Nov 2006 19:28:30 -0000 1.31 --- doc.cgi 29 Nov 2006 21:24:34 -0000 1.32 *************** *** 136,152 **** </ul>"; print "<h3>Architecture</h3> ! <table cellpadding='5'><tr><td valign='top'> <img src='$LT_WEB_ICONS/compbenchmarks-arch.png' alt='Architecture overview'> ! </td><p><td valign='top'><i>compbenchmarks</i> is splited in three functionnal blocks (since 0.3.3) : normal users should start take a look at <a href='#arch-ui'>high-level user interfaces</a>. For more in-depth management, the <a href='#arch-core'>compbenchmark-core</a> program is adviced. Finaly, the <a href='#arch-lib'>libcompbenchmarks</a> shared library and related API can be used to implement new benchmark/package support.</p> <p>Each supported benchmark is handled through a specific, independant, shared library.</p> </td></tr></table>"; ! print "<a name='arch-ui'><h3>High-level user interfaces</h3></a> <p>At this time only <a href='/cgi-bin/doc.cgi?tab=package&topic=perl-ui'>compbenchmarks-ui-perl</a>, which uses dialog (ncurses) is working. It can be used to do classic operations, such as configuring, managing, and runing benchmarks.</p>"; ! print "<a name='arch-core'><h3>compbenchmarks-core program</h3></a> <p>This binary program supports all actions providen by the underlaying library. It may be needed for <a href='/cgi-bin/doc.cgi?tab=package&topic=usage'>advanced usages</a> (e.g. for writting a wrapper to evaluate benchmarks in a specific maner, not handled by user interfaces)</p>"; ! print "<a name='arch-lib'><h3>libcompbenchmarks</h3></a> <p>This is the underlaying library for the <i>compbenchmarks</i> package. It holds generic methods to download packages, basic frameworks to install and configure them, etc. If you are interested in how to use it in your own program or if you want to make a new benchmark/package supported, you'll need to use it.</p>"; ! html_tip("The <a href='http://sourceforge.net/project/showfiles.php?group_id=150828&package_id=204979'>technical documention</a> presents all concepts, as well as API."); } --- 136,152 ---- </ul>"; print "<h3>Architecture</h3> ! <table cellpadding='5' summary='description'><tr><td valign='top'> <img src='$LT_WEB_ICONS/compbenchmarks-arch.png' alt='Architecture overview'> ! </td><td valign='top'><p><i>compbenchmarks</i> is splited in three functionnal blocks (since 0.3.3) : normal users should start take a look at <a href='#arch-ui'>high-level user interfaces</a>. For more in-depth management, the <a href='#arch-core'>compbenchmark-core</a> program is adviced. Finaly, the <a href='#arch-lib'>libcompbenchmarks</a> shared library and related API can be used to implement new benchmark/package support.</p> <p>Each supported benchmark is handled through a specific, independant, shared library.</p> </td></tr></table>"; ! print "<a name='arch-ui'></a><h3>High-level user interfaces</h3>< <p>At this time only <a href='/cgi-bin/doc.cgi?tab=package&topic=perl-ui'>compbenchmarks-ui-perl</a>, which uses dialog (ncurses) is working. It can be used to do classic operations, such as configuring, managing, and runing benchmarks.</p>"; ! print "<a name='arch-core'></a><h3>compbenchmarks-core program</h3> <p>This binary program supports all actions providen by the underlaying library. It may be needed for <a href='/cgi-bin/doc.cgi?tab=package&topic=usage'>advanced usages</a> (e.g. for writting a wrapper to evaluate benchmarks in a specific maner, not handled by user interfaces)</p>"; ! print "<a name='arch-lib'></a><h3>libcompbenchmarks</h3> <p>This is the underlaying library for the <i>compbenchmarks</i> package. It holds generic methods to download packages, basic frameworks to install and configure them, etc. If you are interested in how to use it in your own program or if you want to make a new benchmark/package supported, you'll need to use it.</p>"; ! html_tip("The <a href='http://sourceforge.net/project/showfiles.php?group_id=150828&package_id=204979'>technical documention</a> presents all concepts, as well as API."); } *************** *** 247,253 **** } if ($topic eq 'advanced') { ! print "<p>When embedded <i>compbenchmarks</i>' <a href='/cgi-bin/doc.cgi?tab=package&topic=arch#arch-ui'>user interfaces</a> are not suffiscient, the program <i>compbenchmarks-core</i> may be found useful.</p> <h3>Installing a package/benchmark from a local file</h3> ! <p>When a package is not accessible anymore on the Internet (e.g; through the <a href=/cgi-bin/doc.cgi?tab=package&topic=perl-ui#usage-download'>download/install menu</a> of <a href='/cgi-bin/doc.cgi?tab=package&topic=perl-ui'>compbenchmarks-ui-perl</a>), it can be fetched from a local file :</p> <code> \$ compbenchmarks-core --fetch benchpp-whetstone bench++.tar.gz --- 247,253 ---- } if ($topic eq 'advanced') { ! print "<p>When embedded <i>compbenchmarks</i> <a href='/cgi-bin/doc.cgi?tab=package&topic=arch#arch-ui'>user interfaces</a> are not suffiscient, the program <i>compbenchmarks-core</i> may be found useful.</p> <h3>Installing a package/benchmark from a local file</h3> ! <p>When a package is not accessible anymore on the Internet (e.g; through the <a href='/cgi-bin/doc.cgi?tab=package&topic=perl-ui#usage-download'>install menu</a> of <a href='/cgi-bin/doc.cgi?tab=package&topic=perl-ui'>compbenchmarks-ui-perl</a>), it can be fetched from a local file :</p> <code> \$ compbenchmarks-core --fetch benchpp-whetstone bench++.tar.gz |