/[suikacvs]/markup/html/whatpm/readme.en.html
Suika

Contents of /markup/html/whatpm/readme.en.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.4 - (hide annotations) (download) (as text)
Sun May 27 06:50:23 2007 UTC (17 years, 5 months ago) by wakaba
Branch: MAIN
Changes since 1.3: +27 -11 lines
File MIME type: text/html
++ ChangeLog	27 May 2007 06:50:20 -0000
2007-05-27  Wakaba  <wakaba@suika.fam.cx>

	* readme.en.html: Link to new modules are added.

1 wakaba 1.1 <!DOCTYPE html>
2     <html lang="en">
3     <head>
4     <title>Whatpm &mdash; 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 wakaba 1.3 <p><dfn>Whatpm</dfn> is a <em>work-in-progress</em> set of Perl modules for
17 wakaba 1.1 Web hypertext application technologies.</p>
18    
19 wakaba 1.4 <p>It currently contains six Perl modules:</p>
20 wakaba 1.1
21     <dl>
22 wakaba 1.4 <dt><a href="Whatpm/ContentChecker.html"><code>Whatpm::ContentChecker</code></a></dt>
23     <dd>A DOM5 HTML (in-memory representation of a document) conformance
24     checker.</dd>
25 wakaba 1.1 <dt><a href="Whatpm/ContentType.html"><code>Whatpm::ContentType</code></a></dt>
26     <dd>An implementation of HTML5 Content Type sniffing algorithm.</dd>
27     <dt><a href="Whatpm/HTML.html"><code>Whatpm::HTML</code></a></dt>
28     <dd>An implementation of HTML5 parsing algorithm and
29     <code>innerHTML</code> serialization.</dd>
30 wakaba 1.4 <dt><a href="Whatpm/HTMLTable.html"><code>Whatpm::HTMLTable</code></a></dt>
31     <dd>An implementation of the HTML5 table algorithm.</dd>
32     <dt><a href="Whatpm/IMTChecker.html"><code>Whatpm::IMTChecker</code></a></dt>
33     <dd>An Internet Media Type (aka MIME type) specification
34     conformance checker.</dd>
35     <dt><a href="Whatpm/URIChecker.html"><code>Whatpm::URIChecker</code></a></dt>
36     <dd>An IRI reference conformance checker.</dd>
37 wakaba 1.1 </dl>
38 wakaba 1.4
39     <p>Note that all of these modules are <em>work in progress</em>
40     and have <a href="#todo">a number of unresolved problems</a>.</p>
41 wakaba 1.1 </div>
42    
43     <div class="section" id="demo">
44     <h2>Demo</h2>
45    
46 wakaba 1.4 <ul>
47     <li><a href="http://suika.fam.cx/gate/2007/html/parser-interface">HTML5 parser
48     and checker demo</a></li>
49     <li><a href="http://suika.fam.cx/gate/2007/html/table-interface">HTML5 table
50     structure visualization demo</a></li>
51     </ul>
52 wakaba 1.1 </div>
53    
54     <div class="section" id="download">
55     <h2>Distribution</h2>
56    
57     <p>The development version of Whatpm may be found in the
58     <a href="http://suika.fam.cx/gate/cvs/markup/html/whatpm/">CVS
59     repository</a>.</p>
60    
61 wakaba 1.2 </div>
62    
63     <div class="section" id="todo">
64     <h2>TO DO</h2>
65    
66     <ul>
67     <li>Bug fix (Test results:
68 wakaba 1.3 <a href="t/content-type-result"><code>Whatpm::ContentType</code></a>,
69 wakaba 1.2 <a href="t/tokenizer-result">HTML tokenization</a>,
70 wakaba 1.3 <a href="t/tree-construction-result">HTML tree construction</a>,
71     <a href="t/content-checker-result"><code>Whatpm::ContentChecker</code></a>).</li>
72     <li>Charset detection.</li>
73 wakaba 1.4 <li>Validation for <code>meta</code>.</li>
74     <li>Validation for media queries, IRIs (against URI schemes), language tags,
75 wakaba 1.3 and so on.</li>
76 wakaba 1.4 <li>Documentations are missing for some features.</li>
77 wakaba 1.2 <li><q>Whatpm</q> is a code name in fact. Please let me know
78     if you have a better name.</li>
79 wakaba 1.3 <li>In addition, each module has its own TO DO items.
80     (Search for <q>## TODO</q> and <q>## ISSUE</q> in each module.)</li>
81 wakaba 1.2 </ul>
82 wakaba 1.1 </div>
83    
84     <div class="section" id="author">
85     <h2>Author</h2>
86    
87 wakaba 1.4 <p><a href="http://suika.fam.cx/~wakaba/who?" rel="author">Wakaba</a>.</p>
88 wakaba 1.1 </div>
89    
90     <div class="section" id="license">
91     <h2>License</h2>
92    
93 wakaba 1.4 <p>Copyright 2007 Wakaba
94     <code class="mail">&lt;<a href="mailto:w@suika.fam.cx"
95     rel="author">w@suika.fam.cx</a>></code>.</p>
96 wakaba 1.1
97     <p>This library is free software; you can redistribute it and/or modify
98     it under the same terms as Perl itself.</p>
99     </div>
100    
101     </body>
102     </html>

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24