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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by wakaba, Sun May 20 11:12:25 2007 UTC revision 1.4 by wakaba, Sun May 27 06:50:23 2007 UTC
# Line 16  Technologies (beta)</title> Line 16  Technologies (beta)</title>
16  <p><dfn>Whatpm</dfn> is a <em>work-in-progress</em> 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 three Perl modules:</p>  <p>It currently contains six Perl modules:</p>
20    
21  <dl>  <dl>
22    <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  <dt><a href="Whatpm/ContentType.html"><code>Whatpm::ContentType</code></a></dt>  <dt><a href="Whatpm/ContentType.html"><code>Whatpm::ContentType</code></a></dt>
26    <dd>An implementation of HTML5 Content Type sniffing algorithm.</dd>    <dd>An implementation of HTML5 Content Type sniffing algorithm.</dd>
27  <dt><a href="Whatpm/HTML.html"><code>Whatpm::HTML</code></a></dt>  <dt><a href="Whatpm/HTML.html"><code>Whatpm::HTML</code></a></dt>
28    <dd>An implementation of HTML5 parsing algorithm and    <dd>An implementation of HTML5 parsing algorithm and
29    <code>innerHTML</code> serialization.</dd>    <code>innerHTML</code> serialization.</dd>
30  <dt><a href="Whatpm/ContentChecker.html"><code>Whatpm::ContentChecker</code></a></dt>  <dt><a href="Whatpm/HTMLTable.html"><code>Whatpm::HTMLTable</code></a></dt>
31    <dd>A DOM5 HTML (in-memory representation of a document) conformance    <dd>An implementation of the HTML5 table algorithm.</dd>
32    checker.</dd>  <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  </dl>  </dl>
38    
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  </div>  </div>
42    
43  <div class="section" id="demo">  <div class="section" id="demo">
44  <h2>Demo</h2>  <h2>Demo</h2>
45    
46  <p><a href="http://suika.fam.cx/gate/2007/html/parser-interface">HTML5 parser  <ul>
47  and checker demo</a></p>  <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  </div>  </div>
53    
54  <div class="section" id="download">  <div class="section" id="download">
# Line 56  repository</a>.</p> Line 70  repository</a>.</p>
70      <a href="t/tree-construction-result">HTML tree construction</a>,      <a href="t/tree-construction-result">HTML tree construction</a>,
71      <a href="t/content-checker-result"><code>Whatpm::ContentChecker</code></a>).</li>      <a href="t/content-checker-result"><code>Whatpm::ContentChecker</code></a>).</li>
72    <li>Charset detection.</li>    <li>Charset detection.</li>
73    <li>Table validation.</li>    <li>Validation for <code>meta</code>.</li>
74    <li>Validation for <code>rel</code>, <code>meta</code>.</li>    <li>Validation for media queries, IRIs (against URI schemes), language tags,
   <li>Validation for media types, media queries, IRIs, language tags,  
75      and so on.</li>      and so on.</li>
76      <li>Documentations are missing for some features.</li>
77    <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
78      if you have a better name.</li>      if you have a better name.</li>
79    <li>In addition, each module has its own TO DO items.    <li>In addition, each module has its own TO DO items.
# Line 70  repository</a>.</p> Line 84  repository</a>.</p>
84  <div class="section" id="author">  <div class="section" id="author">
85  <h2>Author</h2>  <h2>Author</h2>
86    
87  <p><a href="http://suika.fam.cx/~wakaba/who?">Wakaba</a>.</p>  <p><a href="http://suika.fam.cx/~wakaba/who?" rel="author">Wakaba</a>.</p>
88  </div>  </div>
89    
90  <div class="section" id="license">  <div class="section" id="license">
91  <h2>License</h2>  <h2>License</h2>
92    
93  <p>Copyright 2007 Wakaba &lt;w@suika.fam.cx></p>  <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    
97  <p>This library is free software; you can redistribute it and/or modify  <p>This library is free software; you can redistribute it and/or modify
98  it under the same terms as Perl itself.</p>  it under the same terms as Perl itself.</p>

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24