1 |
wakaba |
1.1 |
<!DOCTYPE html> |
2 |
|
|
<html lang="en"> |
3 |
|
|
<head> |
4 |
|
|
<title>Whatpm — Perl Modules for Web Hypertext Application |
5 |
wakaba |
1.2 |
Technologies (beta)</title> |
6 |
wakaba |
1.1 |
<link rel="stylesheet" href="http://suika.fam.cx/www/style/html/xhtml"> |
7 |
|
|
<link rel="license" href="#license"> |
8 |
|
|
<link rel="author" href="#author"> |
9 |
|
|
</head> |
10 |
|
|
<body> |
11 |
wakaba |
1.2 |
<h1>Whatpm (<em>beta</em>)</h1> |
12 |
wakaba |
1.1 |
|
13 |
|
|
<div class="section" id="introduction"> |
14 |
|
|
<h2>Introduction</h2> |
15 |
|
|
|
16 |
|
|
<p><dfn>Whatpm</dfn> is a set of Perl modules for |
17 |
|
|
Web hypertext application technologies.</p> |
18 |
|
|
|
19 |
|
|
<p>It currently contains two Perl modules:</p> |
20 |
|
|
|
21 |
|
|
<dl> |
22 |
|
|
<dt><a href="Whatpm/ContentType.html"><code>Whatpm::ContentType</code></a></dt> |
23 |
|
|
<dd>An implementation of HTML5 Content Type sniffing algorithm.</dd> |
24 |
|
|
<dt><a href="Whatpm/HTML.html"><code>Whatpm::HTML</code></a></dt> |
25 |
|
|
<dd>An implementation of HTML5 parsing algorithm and |
26 |
|
|
<code>innerHTML</code> serialization.</dd> |
27 |
|
|
</dl> |
28 |
|
|
</div> |
29 |
|
|
|
30 |
|
|
<div class="section" id="demo"> |
31 |
|
|
<h2>Demo</h2> |
32 |
|
|
|
33 |
|
|
<p><a href="http://suika.fam.cx/gate/2007/html/parser-interface">HTML5 parser |
34 |
|
|
demo</a></p> |
35 |
|
|
</div> |
36 |
|
|
|
37 |
|
|
<div class="section" id="download"> |
38 |
|
|
<h2>Distribution</h2> |
39 |
|
|
|
40 |
|
|
<p>Tarball will be available when setter for <code>innerHTML</code> |
41 |
|
|
is implemented.</p> |
42 |
|
|
|
43 |
|
|
<p>The development version of Whatpm may be found in the |
44 |
|
|
<a href="http://suika.fam.cx/gate/cvs/markup/html/whatpm/">CVS |
45 |
|
|
repository</a>.</p> |
46 |
|
|
|
47 |
wakaba |
1.2 |
</div> |
48 |
|
|
|
49 |
|
|
<div class="section" id="todo"> |
50 |
|
|
<h2>TO DO</h2> |
51 |
|
|
|
52 |
|
|
<ul> |
53 |
|
|
<li>Bug fix (Test results: |
54 |
|
|
<a href="t/tokenizer-result">HTML tokenization</a>, |
55 |
|
|
<a href="t/tree-construction-result">HTML tree construction</a>)</li> |
56 |
|
|
<li><code>innerHTML</code> setter</li> |
57 |
|
|
<li>Charset detection</li> |
58 |
|
|
<li><q>Whatpm</q> is a code name in fact. Please let me know |
59 |
|
|
if you have a better name.</li> |
60 |
|
|
<li>Each module has its own TO DO list.</li> |
61 |
|
|
</ul> |
62 |
wakaba |
1.1 |
</div> |
63 |
|
|
|
64 |
|
|
<div class="section" id="author"> |
65 |
|
|
<h2>Author</h2> |
66 |
|
|
|
67 |
|
|
<p><a href="http://suika.fam.cx/~wakaba/who?">Wakaba</a>.</p> |
68 |
|
|
</div> |
69 |
|
|
|
70 |
|
|
<div class="section" id="license"> |
71 |
|
|
<h2>License</h2> |
72 |
|
|
|
73 |
|
|
<p>Copyright 2007 Wakaba <w@suika.fam.cx></p> |
74 |
|
|
|
75 |
|
|
<p>This library is free software; you can redistribute it and/or modify |
76 |
|
|
it under the same terms as Perl itself.</p> |
77 |
|
|
</div> |
78 |
|
|
|
79 |
|
|
</body> |
80 |
|
|
</html> |