13 |
<div class="section" id="introduction"> |
<div class="section" id="introduction"> |
14 |
<h2>Introduction</h2> |
<h2>Introduction</h2> |
15 |
|
|
16 |
<p><dfn>Whatpm</dfn> is a set of Perl modules for |
<p><dfn>Whatpm</dfn> is a <em>work-in-progress</em> set of Perl modules for |
17 |
Web hypertext application technologies.</p> |
Web hypertext application technologies.</p> |
18 |
|
|
19 |
<p>It currently contains two Perl modules:</p> |
<p>It currently contains three Perl modules:</p> |
20 |
|
|
21 |
<dl> |
<dl> |
22 |
<dt><a href="Whatpm/ContentType.html"><code>Whatpm::ContentType</code></a></dt> |
<dt><a href="Whatpm/ContentType.html"><code>Whatpm::ContentType</code></a></dt> |
24 |
<dt><a href="Whatpm/HTML.html"><code>Whatpm::HTML</code></a></dt> |
<dt><a href="Whatpm/HTML.html"><code>Whatpm::HTML</code></a></dt> |
25 |
<dd>An implementation of HTML5 parsing algorithm and |
<dd>An implementation of HTML5 parsing algorithm and |
26 |
<code>innerHTML</code> serialization.</dd> |
<code>innerHTML</code> serialization.</dd> |
27 |
|
<dt><a href="Whatpm/ContentChecker.html"><code>Whatpm::ContentChecker</code></a></dt> |
28 |
|
<dd>A DOM5 HTML (in-memory representation of a document) conformance |
29 |
|
checker.</dd> |
30 |
</dl> |
</dl> |
31 |
</div> |
</div> |
32 |
|
|
34 |
<h2>Demo</h2> |
<h2>Demo</h2> |
35 |
|
|
36 |
<p><a href="http://suika.fam.cx/gate/2007/html/parser-interface">HTML5 parser |
<p><a href="http://suika.fam.cx/gate/2007/html/parser-interface">HTML5 parser |
37 |
demo</a></p> |
and checker demo</a></p> |
38 |
</div> |
</div> |
39 |
|
|
40 |
<div class="section" id="download"> |
<div class="section" id="download"> |
41 |
<h2>Distribution</h2> |
<h2>Distribution</h2> |
42 |
|
|
|
<p>Tarball will be available when setter for <code>innerHTML</code> |
|
|
is implemented.</p> |
|
|
|
|
43 |
<p>The development version of Whatpm may be found in the |
<p>The development version of Whatpm may be found in the |
44 |
<a href="http://suika.fam.cx/gate/cvs/markup/html/whatpm/">CVS |
<a href="http://suika.fam.cx/gate/cvs/markup/html/whatpm/">CVS |
45 |
repository</a>.</p> |
repository</a>.</p> |
51 |
|
|
52 |
<ul> |
<ul> |
53 |
<li>Bug fix (Test results: |
<li>Bug fix (Test results: |
54 |
|
<a href="t/content-type-result"><code>Whatpm::ContentType</code></a>, |
55 |
<a href="t/tokenizer-result">HTML tokenization</a>, |
<a href="t/tokenizer-result">HTML tokenization</a>, |
56 |
<a href="t/tree-construction-result">HTML tree construction</a>)</li> |
<a href="t/tree-construction-result">HTML tree construction</a>, |
57 |
<li><code>innerHTML</code> setter</li> |
<a href="t/content-checker-result"><code>Whatpm::ContentChecker</code></a>).</li> |
58 |
<li>Charset detection</li> |
<li>Charset detection.</li> |
59 |
|
<li>Table validation.</li> |
60 |
|
<li>Validation for <code>rel</code>, <code>meta</code>.</li> |
61 |
|
<li>Validation for media types, media queries, IRIs, language tags, |
62 |
|
and so on.</li> |
63 |
<li><q>Whatpm</q> is a code name in fact. Please let me know |
<li><q>Whatpm</q> is a code name in fact. Please let me know |
64 |
if you have a better name.</li> |
if you have a better name.</li> |
65 |
<li>Each module has its own TO DO list.</li> |
<li>In addition, each module has its own TO DO items. |
66 |
|
(Search for <q>## TODO</q> and <q>## ISSUE</q> in each module.)</li> |
67 |
</ul> |
</ul> |
68 |
</div> |
</div> |
69 |
|
|