/[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.2 - (hide annotations) (download) (as text)
Wed May 2 13:44:33 2007 UTC (17 years, 6 months ago) by wakaba
Branch: MAIN
Changes since 1.1: +17 -2 lines
File MIME type: text/html
++ ChangeLog	2 May 2007 13:37:34 -0000
2007-05-02  Wakaba  <wakaba@suika.fam.cx>

	* readme.en.html: TODO section is added.

++ whatpm/t/ChangeLog	2 May 2007 13:44:02 -0000
2007-05-02  Wakaba  <wakaba@suika.fam.cx>

	* .cvsignore: Result files are added.

	* HTML-tree.t: Support for document fragment tests.

	* Makefile: Generate test result files.

	* tokenizer-test-1.test: A new test to ensure that
	characters after end tag are preserved in RCDATA or CDATA
	case.

++ whatpm/Whatpm/ChangeLog	2 May 2007 13:42:17 -0000
2007-05-02  Wakaba  <wakaba@suika.fam.cx>

	* NanoDOM.pm (DOMImplementation): New class.
	(append_child): Weaken the |parent_node| reference.
	(create_element_ns, Element new): Set the |owner_document|
	reference.
	(implementation): New attribute.
	(owner_document, local_name, namespace_uri): New attributes.

	* HTML.pm.src (parse_string): Line and column numbers
	are now provided to error handler.
	(!!!parse-error): Short descriptions are added.
	(_construct_tree): Split into three methods; support
	for innerHTML mode.
	(set_inner_html): New method.

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     <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 &lt;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>

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24