Go to file
Geoff McLane d905b1037f Back up version to 4.9.1
Need to be able to clearly separate versions as we move forward towards
the final 5.0.0 release... Will try to remember to bump the point
as each fix is added so issue reports can be clear in which
version the problem exists.
2015-01-27 19:13:37 +01:00
build add convenient updexe.bat, until install used... 2015-01-27 18:09:32 +01:00
console make this version 5.0.0 2015-01-22 13:40:50 +01: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 make this version 5.0.0 2015-01-22 13:40:50 +01:00
src add some more messy debug output 2015-01-27 18:07:56 +01:00
test correct spelling 2015-01-24 15:34:17 +01:00
.gitignore remove some deleted folders 2015-01-23 20:29:43 +01:00
CMakeLists.txt Back up version to 4.9.1 2015-01-27 19:13:37 +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

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