/[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.3 - (hide annotations) (download) (as text)
Sun May 20 11:12:25 2007 UTC (17 years, 5 months ago) by wakaba
Branch: MAIN
Changes since 1.2: +16 -10 lines
File MIME type: text/html
++ ChangeLog	20 May 2007 11:07:54 -0000
2007-05-20  Wakaba  <wakaba@suika.fam.cx>

	* readme.en.html: Updated.

++ whatpm/t/ChangeLog	20 May 2007 11:12:04 -0000
	* Makefile (content-type-files, content-checker-files): New rukes.

	* content-type-result.txt, content-checker-result.txt: New files.

	* tokenizer-result.txt, tree-construction-result.txt: New to CVS.

	* content-model-2.dat: Warnings are added to unknown attributes
	for unknown elements.  New tests for newly implemented
	attributes are added.

2007-05-20  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/ChangeLog	20 May 2007 11:10:24 -0000
	* ContentChecker.pm: Now most attributes are implemented
	or associated to some placeholder.
	($ElementDefault): Warn unknown attributes
	for unknown elements as "attribute not supported".
	($HTMLLanguageTagAttrChecker, $HTMLMQAttrChecker): New placeholders.
	($HTMLUsemapAttrChecker, $HTMLTargetAttrChecker): New checkers.
	(|a| attribute checker): Reimplemented.

2007-05-20  Wakaba  <wakaba@suika.fam.cx>

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.3 <p>It currently contains three Perl modules:</p>
20 wakaba 1.1
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 wakaba 1.3 <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 wakaba 1.1 </dl>
31     </div>
32    
33     <div class="section" id="demo">
34     <h2>Demo</h2>
35    
36     <p><a href="http://suika.fam.cx/gate/2007/html/parser-interface">HTML5 parser
37 wakaba 1.3 and checker demo</a></p>
38 wakaba 1.1 </div>
39    
40     <div class="section" id="download">
41     <h2>Distribution</h2>
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 wakaba 1.3 <a href="t/content-type-result"><code>Whatpm::ContentType</code></a>,
55 wakaba 1.2 <a href="t/tokenizer-result">HTML tokenization</a>,
56 wakaba 1.3 <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 wakaba 1.2 <li><q>Whatpm</q> is a code name in fact. Please let me know
64     if you have a better name.</li>
65 wakaba 1.3 <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 wakaba 1.2 </ul>
68 wakaba 1.1 </div>
69    
70     <div class="section" id="author">
71     <h2>Author</h2>
72    
73     <p><a href="http://suika.fam.cx/~wakaba/who?">Wakaba</a>.</p>
74     </div>
75    
76     <div class="section" id="license">
77     <h2>License</h2>
78    
79     <p>Copyright 2007 Wakaba &lt;w@suika.fam.cx></p>
80    
81     <p>This library is free software; you can redistribute it and/or modify
82     it under the same terms as Perl itself.</p>
83     </div>
84    
85     </body>
86     </html>

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24