[fpc-devel] fcl-web example and new testsuite website
Graeme Geldenhuys
graemeg.lists at gmail.com
Sun May 30 23:45:56 CEST 2010
On 30 May 2010 21:18, Joost van der Sluis wrote:
>
> Maybe you know this site:
> http://www.freepascal.org/testsuite/cgi-bin/testsuite.cgi with the
> results of the automatic testruns for each night.
Both look the same (because they are the same link).
More worrying is that not a single test run listed produced 0 errors. :-/
> page. But I'm not a designer, so I thought that maybe someone else had a
> better idea...
I would immediately suggest tagging the various parts of the HTML
output with <div id="xxx"> tags. This would allow a web designer or
somebody skilled with CSS to easily improve the look with little
effort. Look at the FPCUnit test output which uses XML + CSS. Or you
can transform the XML via XSLT to pre-generate HTML and CSS for the
final result.
Here is an example of pre-generated HTML+CSS from the XML output using
XSLT processing.
http://opensoft.homeip.net/tiopf/fpcunit/index64.html
--
Regards,
- Graeme -
_______________________________________________
fpGUI - a cross-platform Free Pascal GUI toolkit
http://opensoft.homeip.net/fpgui/
More information about the fpc-devel
mailing list