From ff7a980d9de76329cd2c38fadeac9b7565de0b0f Mon Sep 17 00:00:00 2001 From: "Michael[tm] Smith" Date: Thu, 17 Nov 2011 11:58:38 +0900 Subject: [PATCH] new --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..5e9c4f9 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# Tidy for HTML5 + +This repo is a fork of the code from [tidy.sourceforge.net][1]. This source +code in this version supports processing of HTML5 documents, using a [patch +developed by Björn Höhrmann][2]. + + [1]: http://tidy.sourceforge.net + + [2]: http://lists.w3.org/Archives/Public/www-archive/2011Nov/0007.html + +For *nix platforms, you can build and install from the source code using the +following steps. + + 1. `make -C build/gmake/` + + 2. `make install` +