aboutsummaryrefslogtreecommitdiff
path: root/www/mod_tidy/pkg-descr
blob: 871f7083ed9d4e2976fd19d18f3200f973b8950d (plain) (blame)
1
2
3
4
5
6
7
8
mod_tidy validates the HTML output of your apache2 webserver. So you don't need 
a separate application to check your HTML.
It works as a filter that hooks up to HTML output. mod_tidy feeds the HTML 
output to TidyLib which validates the HTML output. If TidyLib finds 
an error the client receives a HTML page with a list of all found errors. If 
TidyLib doesn't complain you will get your HTML data as without mod_tidy.

WWW: http://mod-tidy.sourceforge.net/