[Compbench-web-devel] compbenchmarks-web/cgi-bin doc.cgi, 1.39, 1.40
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2007-09-10 15:46:34
|
Update of /cvsroot/compbench/compbenchmarks-web/cgi-bin In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv29639 Modified Files: doc.cgi Log Message: For SF's TID #141819 : Few links fixed. Index: doc.cgi =================================================================== RCS file: /cvsroot/compbench/compbenchmarks-web/cgi-bin/doc.cgi,v retrieving revision 1.39 retrieving revision 1.40 diff -C2 -d -r1.39 -r1.40 *** doc.cgi 9 Sep 2007 20:57:14 -0000 1.39 --- doc.cgi 10 Sep 2007 15:46:15 -0000 1.40 *************** *** 260,264 **** <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='http://sourceforge.net/project/showfiles.php?group_id=150828&package_id=204979'>technical documention</a> presents all concepts, as well as API."); } --- 260,264 ---- <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."); } *************** *** 397,401 **** 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' knowledge-base :</p>"; showbindoc("compbenchmarks-core-qacA.raw"); print "<a name='dom-manage'><h3>Package management</h3></a> --- 397,401 ---- 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> |