Update of /cvsroot/compbench/compbenchmarks-web/cgi-bin
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv4303
Modified Files:
doc.cgi
Log Message:
Icons uses $LT_WEB_ICONS.
Index: doc.cgi
===================================================================
RCS file: /cvsroot/compbench/compbenchmarks-web/cgi-bin/doc.cgi,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** doc.cgi 26 Sep 2006 19:56:14 -0000 1.25
--- doc.cgi 26 Sep 2006 21:04:34 -0000 1.26
***************
*** 12,15 ****
--- 12,16 ----
our $LT_GCC_BENCH_PACKAGE;
our $LT_GCC_BENCH_PACKAGE_BENCH;
+ our $LT_WEB_ICONS;
our $CVS_DATE = '$Date$';
***************
*** 162,166 ****
</p>
<p align='center'>
! <img src='/icons/compbench-config-0.png' alt='screenshot_0'>
</p>
<p>Downloading is performed, and files checksum is verified (MD5). Program also extract packages, pre-configure them or patch them, if needed.</p>
--- 163,167 ----
</p>
<p align='center'>
! <img src='$LT_WEB_ICONS/compbench-config-0.png' alt='screenshot_0'>
</p>
<p>Downloading is performed, and files checksum is verified (MD5). Program also extract packages, pre-configure them or patch them, if needed.</p>
***************
*** 169,173 ****
In main menu, just select 'Select benchmarks', depending of which package(s) you've installed you'll get the list of available benchmarks :</p>
<p align='center'>
! <img src='/icons/compbench-config-1.png' alt='screenshot_1'>
</p>
";
--- 170,174 ----
In main menu, just select 'Select benchmarks', depending of which package(s) you've installed you'll get the list of available benchmarks :</p>
<p align='center'>
! <img src='$LT_WEB_ICONS/compbench-config-1.png' alt='screenshot_1'>
</p>
";
***************
*** 179,183 ****
</p>
<p align='center'>
! <img src='/icons/compbench-config-2.png' alt='screenshot_2'>
</p>
<a name='usage-compile'></a>
--- 180,184 ----
</p>
<p align='center'>
! <img src='$LT_WEB_ICONS/compbench-config-2.png' alt='screenshot_2'>
</p>
<a name='usage-compile'></a>
***************
*** 188,199 ****
</p>
<p align='center'>
! <img src='/icons/compbench-config-3.png' alt='screenshot_3'>
</p>
<p align='center'>
! <img src='/icons/compbench-config-4.png' alt='screenshot_4'>
</p>
<p>./compbenchmarks-config proposes resuming of interrupted benchmark session :</p>
<p align='center'>
! <img src='/icons/compbench-config-5.png' alt='screenshot_5'>
</p>
<p>Archiving builds a gzipped-tarball suited for importing results in public database. Generated archive contains automatically-detected informations like :</p>
--- 189,200 ----
</p>
<p align='center'>
! <img src='$LT_WEB_ICONS/compbench-config-3.png' alt='screenshot_3'>
</p>
<p align='center'>
! <img src='$LT_WEB_ICONS/compbench-config-4.png' alt='screenshot_4'>
</p>
<p>./compbenchmarks-config proposes resuming of interrupted benchmark session :</p>
<p align='center'>
! <img src='$LT_WEB_ICONS/compbench-config-5.png' alt='screenshot_5'>
</p>
<p>Archiving builds a gzipped-tarball suited for importing results in public database. Generated archive contains automatically-detected informations like :</p>
|