Go to file
2014-08-03 19:31:32 +02:00
build some documentation updates, but not checked 2014-08-03 19:25:09 +02:00
console Continue to remove CVS Info from source 2014-08-03 18:46:37 +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 Continue to remove CVS Info from source 2014-08-03 18:46:37 +02:00
src add diag output to file for MSVC use 2014-08-03 18:52:46 +02:00
test commence to remove CVS info from each file 2014-08-03 18:06:49 +02:00
.gitignore Add more msvc folders and files to .gitignore 2012-01-19 18:59:34 +01:00
html5-for-html-tidy.patch-2 new 2011-11-17 11:44:16 +09:00
Makefile Another OLD Makefile update 2014-08-03 19:26:43 +02:00
README.html More documentation updates, but to be corrected later 2014-08-03 19:31:32 +02:00
README.md More documentation updates, but to be corrected later 2014-08-03 19:31:32 +02: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

Building the tidy command-line tool

For Linux/BSD/OSX platforms, you can build and install the tidy command-line tool 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.

Building the libtidy shared library

For Linux/BSD/OSX platforms, you can build and install the tidylib shared library (for use in building other applications) from the source code using the following steps.

  1. sh build/gnuauto/setup.sh && ./configure && make

  2. make install

Note that you will either need to run make install as root, or with sudo make install.