Go to file
Geoff McLane 0fc8029600 adjust the version 2015-01-20 18:09:01 +01:00
build trash lots of old build stuff 2014-12-05 18:51:26 +01:00
console Remove append to log for debug 2014-09-14 20:52:30 +02:00
experimental new 2011-11-17 11:44:16 +09:00
htmldoc some documentation updates, but not checked 2014-08-03 19:25:09 +02:00
include merge with with balthisar/tidy-html5 repo 2015-01-18 12:25:20 +01:00
src add allowfullscreen attribute exception 2015-01-18 20:59:27 +01:00
test add cmd file to test one html file 2014-11-27 16:41:42 +01:00
.gitignore merge with with balthisar/tidy-html5 repo 2015-01-18 12:25:20 +01:00
CMakeLists.txt adjust the version 2015-01-20 18:09:01 +01:00
README.html continue process of cleaning up build instructions 2014-12-05 18:43:42 +01:00
README.md some relining 2014-12-05 18:01:16 +01:00
html5-for-html-tidy.patch-2 new 2011-11-17 11:44:16 +09:00

README.md

HTML Tidy with HTML5 support

This repo is a fork of the code from w3c.github.com/tidy-html5, which itself is a fork of 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

Build the tidy library and command line tool

  1. cd build/cmake

  2. cmake ../.. [-DCMAKE_INSTALL_PREFIX=/path/for/install]

  3. Windows: cmake --build . --config Release
    Unix/OSX: make

  4. Install, if desired
    Windows: cmake --build . --config Release --target INSTALL
    UNix/OSX: [sudo] make install

;eof