Updated version and quickref.

This commit is contained in:
Michael[tm] Smith 2012-03-15 11:15:11 +09:00
parent bf1c2f67a9
commit a1bb2d24b1
3 changed files with 29 additions and 6 deletions

View file

@ -2,8 +2,7 @@
This repo is an experimental fork of the code from [tidy.sourceforge.net][1]. This repo is an experimental fork of the code from [tidy.sourceforge.net][1].
This source code in this version supports processing of HTML5 documents. The This source code in this version supports processing of HTML5 documents. The
changes for HTML5 support started from a [patch developed by Björn changes for HTML5 support started from a [patch developed by Björn Höhrmann][2].
Höhrmann][2].
[1]: http://tidy.sourceforge.net [1]: http://tidy.sourceforge.net
@ -16,6 +15,6 @@ following steps.
2. `make install -C build/gmake/` 2. `make install -C build/gmake/`
Note that you will either need to run `make install` as root, or with `sudo Note that you will either need to run `make install` as root, or with `sudo make
make install`. install`.

View file

@ -8,7 +8,7 @@
<body> <body>
<h1 id="top">Quick Reference</h1> <h1 id="top">Quick Reference</h1>
<h2>HTML Tidy Configuration Options</h2> <h2>HTML Tidy Configuration Options</h2>
<p>Version: <a href="https://github.com/w3c/tidy-html5/tree/f2825b9">https://github.com/w3c/tidy-html5/tree/f2825b9</a></p> <p>Version: <a href="https://github.com/w3c/tidy-html5/tree/bf1c2f6">https://github.com/w3c/tidy-html5/tree/bf1c2f6</a></p>
<p> <p>
<a class="h3" href="#MarkupHeader">HTML, XHTML, XML</a> <a class="h3" href="#MarkupHeader">HTML, XHTML, XML</a>
<br /> <br />
@ -111,6 +111,13 @@
<td>DocType</td> <td>DocType</td>
<td>auto</td> <td>auto</td>
</tr> </tr>
<tr>
<td>
<a href="#drop-empty-elements">drop-empty-elements</a>
</td>
<td>Boolean</td>
<td>yes</td>
</tr>
<tr> <tr>
<td> <td>
<a href="#drop-empty-paras">drop-empty-paras</a> <a href="#drop-empty-paras">drop-empty-paras</a>
@ -910,6 +917,23 @@
<tr> <tr>
<td>&#160;</td> <td>&#160;</td>
</tr> </tr>
<tr>
<td class="tabletitle" valign="top" id="drop-empty-elements">drop-empty-elements</td>
<td class="tabletitlelink" valign="top" align="right">
<a href="#top">Top</a>
</td>
</tr>
<tr>
<td valign="top">Type: <strong>Boolean</strong><br />
Default: <strong>yes</strong><br />Example: <strong>y/n, yes/no, t/f, true/false, 1/0</strong></td>
<td align="right" valign="top"></td>
</tr>
<tr>
<td colspan="2">This option specifies if Tidy should discard empty elements. </td>
</tr>
<tr>
<td>&#160;</td>
</tr>
<tr> <tr>
<td class="tabletitle" valign="top" id="drop-empty-paras">drop-empty-paras</td> <td class="tabletitle" valign="top" id="drop-empty-paras">drop-empty-paras</td>
<td class="tabletitlelink" valign="top" align="right"> <td class="tabletitlelink" valign="top" align="right">

View file

@ -1 +1 @@
static const char TY_(release_date)[] = "https://github.com/w3c/tidy-html5/tree/f2825b9"; static const char TY_(release_date)[] = "https://github.com/w3c/tidy-html5/tree/bf1c2f6";