Go to file
2014-08-03 19:13:03 +02:00
build Update OLD build files for new gdoc.* source 2014-08-03 19:13:03 +02:00
console Continue to remove CVS Info from source 2014-08-03 18:46:37 +02:00
experimental new 2011-11-17 11:44:16 +09:00
htmldoc Continue to remove CVS Info from source 2014-08-03 18:46:37 +02:00
include Continue to remove CVS Info from source 2014-08-03 18:46:37 +02:00
src add diag output to file for MSVC use 2014-08-03 18:52:46 +02:00
test commence to remove CVS info from each file 2014-08-03 18:06:49 +02:00
.gitignore Add more msvc folders and files to .gitignore 2012-01-19 18:59:34 +01:00
html5-for-html-tidy.patch-2 new 2011-11-17 11:44:16 +09:00
Makefile makefile tweak 2011-11-20 19:42:28 +09:00
README.html cruft removal 2011-11-20 20:59:23 +09:00
README.md further tweak build instructions 2011-11-18 22:58:14 +09:00

Tidy for HTML5

This repo is a fork of the code from tidy.sourceforge.net. This source code in this version supports processing of HTML5 documents. The changes for HTML5 support started from a patch developed by Björn Höhrmann.

For *nix platforms, you can build and install from the source code using the following steps.

  1. make -C build/gmake/

  2. make install -C build/gmake/

Note that you will either need to run make install as root, or with sudo make install.