/[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.1 by wakaba, Tue May 1 11:10:37 2007 UTC revision 1.3 by wakaba, Sun May 20 11:12:25 2007 UTC
# Line 2  Line 2 
2  <html lang="en">  <html lang="en">
3  <head>  <head>
4  <title>Whatpm &mdash; Perl Modules for Web Hypertext Application  <title>Whatpm &mdash; Perl Modules for Web Hypertext Application
5  Technologies</title>  Technologies (beta)</title>
6  <link rel="stylesheet" href="http://suika.fam.cx/www/style/html/xhtml">  <link rel="stylesheet" href="http://suika.fam.cx/www/style/html/xhtml">
7  <link rel="license" href="#license">  <link rel="license" href="#license">
8  <link rel="author" href="#author">  <link rel="author" href="#author">
9  </head>  </head>
10  <body>  <body>
11  <h1>Whatpm</h1>  <h1>Whatpm (<em>beta</em>)</h1>
12    
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>
# Line 24  Web hypertext application technologies.< Line 24  Web hypertext application technologies.<
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    
# Line 31  Web hypertext application technologies.< Line 34  Web hypertext application technologies.<
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>
46    
47  </div>  </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/content-type-result"><code>Whatpm::ContentType</code></a>,
55        <a href="t/tokenizer-result">HTML tokenization</a>,
56        <a href="t/tree-construction-result">HTML tree construction</a>,
57        <a href="t/content-checker-result"><code>Whatpm::ContentChecker</code></a>).</li>
58      <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
64        if you have a better name.</li>
65      <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>
68    </div>
69    
70  <div class="section" id="author">  <div class="section" id="author">
71  <h2>Author</h2>  <h2>Author</h2>
72    

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24