--- markup/html/whatpm/readme.en.html 2007/08/25 03:04:24 1.7 +++ markup/html/whatpm/readme.en.html 2007/08/25 03:43:45 1.8 @@ -13,22 +13,27 @@

Introduction

-

Whatpm, part of -manakai, -is a work-in-progress set of Perl modules for -Web hypertext application technologies.

+

Whatpm is a work-in-progress set of Perl modules for +Web hypertext application technologies. It is part +of the manakai +project.

+
Modules
+
Whatpm::ContentChecker
A DOM5 HTML (in-memory representation of a document) conformance - checker.
+ checker with a partial support for Atom 1.0.
Whatpm::ContentType
An implementation of HTML5 Content Type sniffing algorithm.
Whatpm::HTML
-
An implementation of HTML5 parsing algorithm and - innerHTML serialization.
+
An implementation of HTML5 parsing algorithm, fragment + parsing, and fragment serialization algorithms. It can be used + to convert a string into DOM, or vice versa.
Whatpm::HTMLTable
-
An implementation of the HTML5 table algorithm.
+
An implementation of the HTML5 table algorithm. It can be + used to extract a table structure from a DOM table + element node.
Whatpm::IMTChecker
An Internet Media Type (aka MIME type) label conformance checker.
@@ -36,11 +41,20 @@
An IRI reference conformance checker.
Whatpm::XMLSerializer
A simple XML serializer.
+
+ +

Note that all of these modules are work in progress + and have a number of unresolved problems.

+ +

Note also that some modules have no documentation for now.

+ +
Documentation
+
List of error types
+
Description of errors to be notified to callback functions by Whatpm + modules.
+
- -

Note that all of these modules are work in progress -and have a number of unresolved problems.

@@ -49,6 +63,8 @@