innreport generates XHTML 1.1 with CSS

Alexander Bartolich alexander.bartolich at gmx.at
Sun Jun 1 17:07:31 UTC 2008


I just sent 600 lines to inn-patches at isc.org.
This is a patch against subversion trunk.

innreport now generates XHTML 1.1 using a CSS.
- checked standard conformance with http://validator.w3.org/ and http://jigsaw.w3.org/css-validator/
- checked visual appearance with Firefox 2.0.0.14

Added four optional parameters to innreport.conf
- html_xhtml11_icon (default: http://www.w3.org/Icons/valid-xhtml11
- html_vcss_icon (default: http://jigsaw.w3.org/css-validator/images/vcss)
- html_encoding (default: ISO-8859-1)
- html_css_url

If html_css_url is not specified then a style sheet is embedded into HTML.
This default CSS keeps the old arrangement of elements but gives tables
a cleaner appearance because of "border-collapse:collapse". Header cells,
line numbers and odd/even lines are formatted with different background.

I did not touch version number and copyright notice.
Under what license is innreport, anyway?

-- 


More information about the inn-workers mailing list