[Compbench-web-devel] compbenchmarks-web/cgi-bin doc.cgi, 1.40, 1.41
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2007-09-10 20:11:40
|
Update of /cvsroot/compbench/compbenchmarks-web/cgi-bin In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv2728 Modified Files: doc.cgi Log Message: For SF's TID #141819 : improving documentation (few words about Qt 4.x UI). Index: doc.cgi =================================================================== RCS file: /cvsroot/compbench/compbenchmarks-web/cgi-bin/doc.cgi,v retrieving revision 1.40 retrieving revision 1.41 diff -C2 -d -r1.40 -r1.41 *** doc.cgi 10 Sep 2007 15:46:15 -0000 1.40 --- doc.cgi 10 Sep 2007 20:11:36 -0000 1.41 *************** *** 186,192 **** 'cbm-core' => 'compbenchmarks-core', 'cbm-plan' => 'compbenchmarks-plan', ! 'perl-ui' => 'UI::Perl' }, [ 'arch', 'start', 'cbm-core', 'cbm-plan', ! 'perl-ui', 'advanced' ] ], 'benchs' => [ \%benchmarks_topics, \@benchmarks_list ] --- 186,193 ---- 'cbm-core' => 'compbenchmarks-core', 'cbm-plan' => 'compbenchmarks-plan', ! 'perl-ui' => 'UI::Perl', ! 'qt4-ui' => 'Qt 4.x Interface' }, [ 'arch', 'start', 'cbm-core', 'cbm-plan', ! 'perl-ui', 'qt4-ui', 'advanced' ] ], 'benchs' => [ \%benchmarks_topics, \@benchmarks_list ] *************** *** 250,254 **** </td></tr></table>"; print "<a name='arch-ui'></a><h3>High-level user interfaces</h3> ! <p>No GUI is available at the moment; a Qt 4.x based interface 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>"; --- 251,255 ---- </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>"; *************** *** 312,315 **** --- 313,317 ---- if ($topic eq 'perl-ui') { + html_tip("This tool is not providen in 0.5.0 branch for which a <a href='/cgi-bin/doc.cgi?tab=package&topic=qt4-ui'>Qt 4.x interface</a> is currently designed."); print "<p>compbenchmarks-ui-perl is a front-end to <i>compbenchmarks</i>. It is written in perl and uses dialog. Most of typical operations can be done with it.</p>"; print "<h3>Configuration</h3>"; *************** *** 375,378 **** --- 377,394 ---- } + if ($topic eq 'qt4-ui') { + html_tip("This GUI to libcompbenchmarks is under heavy development. See CVS on <a href='/cgi-bin/feedback.cgi'>feedback page</a>."); + print "<p>compbenchmarks-ui-qt4 is the upcoming interface for end-users. This page just presents some screenshots from its CVS repository.</p>"; + print "<h3>Screenshots</h3>"; + print "<table><tr><td> + <img src='$LT_WEB_ICONS/qt4-packages-metainfo.png' alt='Package meta-information'></td></tr> + <tr><td> + <img src='$LT_WEB_ICONS/qt4-compilers-general.png' alt='Compiler information'</td></tr> + <tr><td> + <img src='$LT_WEB_ICONS/qt4-plan-empty.png' alt='KB'</td><td> + <img src='$LT_WEB_ICONS/qt4-plan-optionzoom-popup.png' alt='KB'</td></tr> + </table>"; + } + if ($topic eq 'cbm-core') { print "<p>compbenchmarks-core allows user to install benchmarks, prepare them for ealuation, investigate on compiler options' compatibility or dependencies, and, finally, run benchmarks individually. This page will give you some clues and detail interresting points to start with compbenchmarks-core.</p>"; |