2011-11-17 03:16:11 +00:00
|
|
|
<!doctype html>
|
|
|
|
<head>
|
|
|
|
<meta charset=utf8>
|
|
|
|
<title>About tidy-html5</title>
|
|
|
|
<style>
|
|
|
|
li span.note { display: block; }
|
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
|
2012-03-01 08:22:03 +00:00
|
|
|
<h1>HTML Tidy for HTML5 (experimental)</h1>
|
|
|
|
<p>This repo is an experimental fork of the code from
|
2011-11-17 03:16:11 +00:00
|
|
|
<a href="http://tidy.sourceforge.net">tidy.sourceforge.net</a>.
|
2011-11-17 07:21:24 +00:00
|
|
|
This source code in this version supports processing of HTML5 documents.
|
|
|
|
The changes for HTML5 support started from a
|
2011-11-17 03:16:11 +00:00
|
|
|
<a href="http://lists.w3.org/Archives/Public/www-archive/2011Nov/0007.html">patch developed by Björn Höhrmann</a>.</p>
|
|
|
|
|
|
|
|
<p>For *nix platforms, you can build and install from the source code using the
|
|
|
|
following steps.</p>
|
|
|
|
|
|
|
|
<ol>
|
|
|
|
<li><code>make -C build/gmake/</code></li>
|
2011-11-18 13:58:14 +00:00
|
|
|
<li><code>make install -C build/gmake/</code></li>
|
2011-11-20 11:58:13 +00:00
|
|
|
</ol>
|
|
|
|
|
2011-11-18 13:58:14 +00:00
|
|
|
<p>Note that you will either need to run <code>make install</code> as root,
|
|
|
|
or with <code>sudo make install</code>.</p>
|