37 |
|
|
38 |
<ul> |
<ul> |
39 |
|
|
40 |
|
<li><tiem>2009-01-12</time>: <a href="#bts">The bug tacking system</a> |
41 |
|
ia available. |
42 |
|
|
43 |
<li><time>2008-10-21</time>: <a href="#module-whatpm-xml-parser">An |
<li><time>2008-10-21</time>: <a href="#module-whatpm-xml-parser">An |
44 |
XML parser with non-draconian error handling</a> released. |
XML parser with non-draconian error handling</a> released. |
45 |
(Documentation is not available yet.) |
(Documentation is not available yet.) |
54 |
<p>Note that all of these modules are <em>work in progress</em> |
<p>Note that all of these modules are <em>work in progress</em> |
55 |
and have <a href="#todo">a number of unresolved problems</a>.</p> |
and have <a href="#todo">a number of unresolved problems</a>.</p> |
56 |
|
|
57 |
<p>Note also that some modules have no documentation for now.</p> |
<p>Note also that some modules have no documentation yet. |
58 |
|
|
59 |
<div class=section id=modules-html-xml> |
<div class=section id=modules-html-xml> |
60 |
<h3>Modules for HTML and XML</h3> |
<h3>Modules for HTML and XML</h3> |
121 |
|
|
122 |
</dl> |
</dl> |
123 |
|
|
124 |
<p>Currently, conformance checking of HTML/XHTML and Atom documents |
<p>For these modules, a DOM implementation that supports <a |
125 |
is supported. |
href="http://suika.fam.cx/gate/2005/sw/manakai/DOM%20Perl%20Binding">the |
126 |
|
manakai's Perl binding</a> of DOM is necessary to represent a document |
127 |
<p>For these modules, a DOM implementation that supports the manakai's |
in memory. The <a |
|
Perl binding<!-- @@ TODO: ref --> of DOM is necessary to represent a |
|
|
document in memory. The <a |
|
128 |
href="http://suika.fam.cx/www/manakai-core/doc/web/">manakai-core</a> |
href="http://suika.fam.cx/www/manakai-core/doc/web/">manakai-core</a> |
129 |
package contains such an implementation, |
package contains such an implementation, |
130 |
<code>Message::DOM::Implementation</code><!-- @@ TODO: ref -->, but it |
<code>Message::DOM::Implementation</code><!-- @@ TODO: ref -->, but it |
400 |
WebIDL ECMAScript binding test suite generator. |
WebIDL ECMAScript binding test suite generator. |
401 |
|
|
402 |
</ul> |
</ul> |
403 |
|
|
404 |
|
<p>See also <a |
405 |
|
href="http://suika.fam.cx/www/manakai-core/doc/web/#applications">a |
406 |
|
list of applications using modules in the manakai-core package</a>; |
407 |
|
some of them indirectly use Whatpm modules via DOM interfaces provided |
408 |
|
by <a |
409 |
|
href="http://suika.fam.cx/www/manakai-core/doc/web/">manakai-core</a>. |
410 |
|
|
411 |
</div> |
</div> |
412 |
|
|
413 |
<div class="section" id="dependency"> |
<div class="section" id="dependency"> |
510 |
<li>In addition, each module has its own TO DO items. |
<li>In addition, each module has its own TO DO items. |
511 |
(Search for <q>## TODO</q> and <q>## ISSUE</q> in each module.)</li> |
(Search for <q>## TODO</q> and <q>## ISSUE</q> in each module.)</li> |
512 |
</ul> |
</ul> |
513 |
|
|
514 |
|
<p id=bts>See also <a href="http://manakai.g.hatena.ne.jp/task/">the |
515 |
|
bug tracking system</a>. |
516 |
|
|
517 |
</div> |
</div> |
518 |
|
|
519 |
<div class=section id=acknowledgments> |
<div class=section id=acknowledgments> |
534 |
<div class="section" id="license"> |
<div class="section" id="license"> |
535 |
<h2>License</h2> |
<h2>License</h2> |
536 |
|
|
537 |
<p>Copyright 2007$B!>(B2008 Wakaba |
<p>Copyright 2007$B!>(B2009 Wakaba <code class="mail"><<a |
538 |
<code class="mail"><<a href="mailto:w@suika.fam.cx" |
href="mailto:w@suika.fam.cx" |
539 |
rel="author">w@suika.fam.cx</a>></code>.</p> |
rel="author">w@suika.fam.cx</a>></code>.</p> |
540 |
|
|
541 |
<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 |
542 |
it under the same terms as Perl itself.</p> |
modify it under the same terms as Perl itself. |
|
</div> |
|
543 |
|
|
544 |
</body> |
</div> |
|
</html> |
|