Go to file
2012-03-01 23:03:24 +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 report missing href & rel for link elements 2011-11-20 20:58:35 +09:00
src Force-remake of the README.md file. 2012-03-01 23:00: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 Force remake of the quickref file also. 2012-03-01 23:02:14 +09:00
README.html Deal with version reporting better. 2012-03-01 17:22:03 +09:00
README.md Deal with version reporting better. 2012-03-01 17:22:03 +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 *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.