Go to file
2012-03-15 14:11:01 +09:00
build Merge pull request #1 from ermshiperete/master 2012-01-01 23:21:12 -08:00
console Deal with version reporting better. 2012-03-01 17:22:03 +09:00
experimental new 2011-11-17 11:44:16 +09:00
htmldoc More cleanup. 2012-03-01 22:57:11 +09:00
include Added --doctype=html5 option value. Fixes #17. 2012-03-15 14:11:01 +09:00
src Added --doctype=html5 option value. Fixes #17. 2012-03-15 14:11:01 +09:00
test new 2011-11-17 11:44:16 +09:00
.gitignore Added the API docs. 2012-03-01 17:54:20 +09:00
index.html Updated the docs. 2012-03-01 22:53:12 +09:00
license.html More cleanup. 2012-03-01 22:57:11 +09:00
Makefile Never automatically re-make the API docs. 2012-03-01 23:03:24 +09:00
quickref.html Added --doctype=html5 option value. Fixes #17. 2012-03-15 14:11:01 +09:00
README.html Minor edit. 2012-03-15 11:52:28 +09:00
README.md Minor edit. 2012-03-15 11:52:28 +09:00
tidy.css Made minor build changes. 2012-03-01 18:17:51 +09:00

HTML Tidy for HTML5 (experimental)

This repo is an experimental 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 more information, see w3c.github.com/tidy-html5

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.