Apache Module using the Tidy Library to Clean Up HTML, XHTML, and XML
mod_tidy is a module for Apache that works as a filter that hooks
itself to HTML output. mod_tidy feeds the HTML output to TidyLib
(http://tidy.sourceforge.net/), 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 does not complain, you get your HTML data
as without mod_tidy.
To load the module into Apache, run the command "a2enmod tidy" as root.
To learn about the configuration, refer to
/usr/share/doc/packages/apache2-mod_tidy/README.
- Sources inherited from project openSUSE:12.2
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:lafenghu/apache2-mod_tidy && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
apache2-mod_tidy.changes | 0000005632 5.5 KB | |
apache2-mod_tidy.spec | 0000003362 3.28 KB | |
mod_tidy-0.5.5.tar.gz | 0000309834 303 KB | |
mod_tidy-suse-addons.tar.bz2 | 0000001367 1.33 KB |
Latest Revision
Adrian Schröter (adrianSuSE)
committed
(revision 1)
branched from openSUSE:Factory
Comments 0