Go to file
2012-03-01 17:22:03 +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 Deal with version reporting better. 2012-03-01 17:22:03 +09:00
include report missing href & rel for link elements 2011-11-20 20:58:35 +09:00
src Deal with version reporting better. 2012-03-01 17:22:03 +09:00
test new 2011-11-17 11:44:16 +09:00
.gitignore Updated .gitignore file. 2012-02-29 01:22:23 +09:00
html5-for-html-tidy.patch-2 new 2011-11-17 11:44:16 +09:00
Makefile Deal with version reporting better. 2012-03-01 17:22:03 +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

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.