[Compbench-web-devel] compbenchmarks-web/cgi-bin doc.cgi, 1.42, 1.43 downloads.cgi, 1.6, 1.7 index.
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2007-09-11 17:20:38
|
Update of /cvsroot/compbench/compbenchmarks-web/cgi-bin In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv17922 Modified Files: doc.cgi downloads.cgi index.cgi Log Message: For SF's TID #141819 : improving documentation. Minor/cosmetic changes. Index: index.cgi =================================================================== RCS file: /cvsroot/compbench/compbenchmarks-web/cgi-bin/index.cgi,v retrieving revision 1.35 retrieving revision 1.36 diff -C2 -d -r1.35 -r1.36 *** index.cgi 9 Sep 2007 18:18:08 -0000 1.35 --- index.cgi 11 Sep 2007 17:20:35 -0000 1.36 *************** *** 12,15 **** --- 12,16 ---- our $tab; our $CVS_DATE = '$Date$'; + our $LT_WEB_ICONS; html_init('index', undef); *************** *** 32,35 **** --- 33,37 ---- </ul> <p><a href='/cgi-bin/feedback.cgi'>Feedback</a> is welcome.</p> + <table><tr><td><img src='$LT_WEB_ICONS/qt4-plan-empty-tiny.png' alt='screenshot'></td><td><a href='/cgi-bin/doc.cgi?tab=package&topic=qt4-ui'>Qt-4.x interface</a> is coming !</td></tr></table> <p>I'd especially want to thanks <a href='mailto:kstevens715\@charter.net'>Kyle Stevens</a> for his great feedback and for his patience. Thanks again guy !</p>"; } Index: downloads.cgi =================================================================== RCS file: /cvsroot/compbench/compbenchmarks-web/cgi-bin/downloads.cgi,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** downloads.cgi 5 Sep 2007 20:41:04 -0000 1.6 --- downloads.cgi 11 Sep 2007 17:20:35 -0000 1.7 *************** *** 12,15 **** --- 12,17 ---- push(@INC, "../lib"); require "html.pl"; + + our $LT_CBM_VERSION; our $dbh; our $req; *************** *** 20,24 **** 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. A <a href='http://sourceforge.net/project/showfiles.php?group_id=150828&package_id=244860'>documentation is available</a> for beta-testers."); print "<h3>Latest CompBenchmarks' packages</h3> --- 22,26 ---- 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'>$LT_CBM_VERSION</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. A <a href='http://sourceforge.net/project/showfiles.php?group_id=150828&package_id=244860'>documentation is available</a> for beta-testers."); print "<h3>Latest CompBenchmarks' packages</h3> Index: doc.cgi =================================================================== RCS file: /cvsroot/compbench/compbenchmarks-web/cgi-bin/doc.cgi,v retrieving revision 1.42 retrieving revision 1.43 diff -C2 -d -r1.42 -r1.43 *** doc.cgi 10 Sep 2007 20:24:16 -0000 1.42 --- doc.cgi 11 Sep 2007 17:20:35 -0000 1.43 *************** *** 16,19 **** --- 16,21 ---- our $LT_GCC_BENCH_PACKAGE_BENCH; our $LT_WEB_ICONS; + our $LT_CBM_VERSION; + our $LT_TMP_DIR; our $CVS_DATE = '$Date$'; *************** *** 251,265 **** </td></tr></table>"; print "<a name='arch-ui'></a><h3>High-level user interfaces</h3> ! <p>No GUI is available at the moment; a <a href='/cgi-bin/doc.cgi?tab=package&topic=qt4-ui'>Qt 4.x based interface</a> is in active development.</p>"; print "<a name='arch-core'></a><h3>compbenchmarks-core program</h3> ! <p>This binary program <a href='/cgi-bin/doc.cgi?tab=package&topic=cbm-core'>supports</a> most of configuraiton related actions allowed by the underlaying library that. It may be needed for advanced usages (e.g. for writting a custom wrapper to evaluate benchmarks in a specific maner, not handled by providen user interfaces).</p>"; print "<a name='arch-plan'></a><h3>compbenchmarks-plan program</h3> ! <p>This binary program allows to set up benchmarking plan; that is to say, puting some compilers, options and supported benchmarks together in order to evaluate performances within different contexts automatically.</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 framework to install, optionally patch 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='/cgi-bin/doc.cgi?tab=core'>technical documention</a> presents all concepts, <a href='/cgi-bin/doc.cgi?tab=core&version=0.5.0-BETA2&target=howto_kb.html'>XML knowledge-base</a>, as well as API."); } --- 253,267 ---- </td></tr></table>"; print "<a name='arch-ui'></a><h3>High-level user interfaces</h3> ! <p>No GUI is available at the moment; a <a href='/cgi-bin/doc.cgi?tab=package&topic=qt4-ui'>Qt 4.x based interface</a> is in active development. There is also a deprecated <a href='/cgi-bin/doc.cgi?tab=package&topic=perl-ui'>Perl based interface</a> (using dialog) for 0.4.0 branch.</p>"; print "<a name='arch-core'></a><h3>compbenchmarks-core program</h3> ! <p>This binary program supports <a href='/cgi-bin/doc.cgi?tab=package&topic=cbm-core'>most of configuration related actions</a> allowed by the underlaying library. It may be needed for advanced usages (e.g. for writting a custom wrapper to evaluate benchmarks in a specific maner, not handled by providen user interfaces).</p>"; print "<a name='arch-plan'></a><h3>compbenchmarks-plan program</h3> ! <p>This binary program allows <a href='/cgi-bin/doc.cgi?tab=package&topic=cbm-plan'>to set up benchmarking plan</a>; that is to say, puting some compilers, options and supported benchmarks together in order to evaluate performances within different contexts automatically.</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 framework to install, optionally patch 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='/cgi-bin/doc.cgi?tab=core'>technical documention</a> presents all concepts, <a href='/cgi-bin/doc.cgi?tab=core&version=$LT_CBM_VERSION&target=howto_kb.html'>XML knowledge-base</a>, as well as API."); } *************** *** 413,417 **** showbindoc("compbenchmarks-core-qip.raw"); print "<p>-i means installed and -p package. You can use -a (for all) instead of -i. You can also query benchmarks with -b, in place of -p.</p>"; ! print "<p>Then, let's play a bit with CompBenchmarks' <a href='/cgi-bin/doc.cgi?tab=core&version=0.5.0-BETA2&target=howto_kb.html'>knowledge-base</a> :</p>"; showbindoc("compbenchmarks-core-qacA.raw"); print "<a name='dom-manage'><h3>Package management</h3></a> --- 415,419 ---- showbindoc("compbenchmarks-core-qip.raw"); print "<p>-i means installed and -p package. You can use -a (for all) instead of -i. You can also query benchmarks with -b, in place of -p.</p>"; ! print "<p>Then, let's play a bit with CompBenchmarks' <a href='/cgi-bin/doc.cgi?tab=core&version=$LT_CBM_VERSION&target=howto_kb.html'>knowledge-base</a> :</p>"; showbindoc("compbenchmarks-core-qacA.raw"); print "<a name='dom-manage'><h3>Package management</h3></a> *************** *** 431,435 **** <p>A plan consists of some plan specific parameters and of some objects called batchs. Each batch references a set of compilers, some benchmarks, and one or more option set. Option set is basically a list of options group. Each option group is a list of options.</p> <p>Each option group is a bunch of compiler options; batch'll take in care in option group individually, and apply all options of a given group at a time whereas option group will be used separatly.</p>"; ! print "<h3>Definied a simple plan</h3> <p>Copy/paste each line individually in a console :</p>"; showbindoc("compbenchmarks-plan-tut.raw"); --- 433,437 ---- <p>A plan consists of some plan specific parameters and of some objects called batchs. Each batch references a set of compilers, some benchmarks, and one or more option set. Option set is basically a list of options group. Each option group is a list of options.</p> <p>Each option group is a bunch of compiler options; batch'll take in care in option group individually, and apply all options of a given group at a time whereas option group will be used separatly.</p>"; ! print "<h3>Defining a simple plan</h3> <p>Copy/paste each line individually in a console :</p>"; showbindoc("compbenchmarks-plan-tut.raw"); |