--- markup/html/whatpm/readme.en.html 2007/11/04 04:15:06 1.14 +++ markup/html/whatpm/readme.en.html 2007/11/04 11:49:44 1.15 @@ -13,14 +13,19 @@

Introduction

-

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

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

Modules
+
Whatpm::CacheManifest
+
An + HTML5 + cache manifest parser.
Whatpm::ContentChecker
A DOM5 HTML (in-memory representation of a document) conformance checker with a partial support for Atom 1.0. (See also @@ -37,10 +42,11 @@
Whatpm::CSS::Tokenizer
A CSS tokenizer. (See also demo.)
Whatpm::HTML
-
An implementation of HTML5 parsing algorithm, fragment +
An implementation of HTML5 document parsing, fragment parsing, and fragment serialization algorithms. It can be used - to convert a string into DOM, or vice versa. - (See also demo.)
+ to convert a string into a DOM, or + vice versa. (See also + demo.)
Whatpm::HTMLTable
An implementation of the HTML5 table algorithm. It can be used to extract a table structure from a DOM table @@ -114,30 +120,33 @@
Perl 5.8 or later
-
It is recommended to use newer release of Perl 5.8 or later.
+
It is recommended to use newer stable release of Perl 5.8 (or + later).
Message::IMT::InternetMediaType
-
Whatpm::IMTChecker depends on +
Module Whatpm::IMTChecker depends on Message::IMT::InternetMediaType, which is part of manakai.
Message::URI::URIReference
-
Whatpm::URIChecker depends on - Message::URI::URIReference, which is part of +
Modules Whatpm::URIChecker and + Whatpm::CacheManifest depend on + Message::URI::URIReference, + which is part of manakai.
manakai charlib
-
Whatpm::Charset::DeocdeHandle depends on +
Module Whatpm::Charset::DeocdeHandle depends on modules in manakai - charlib for decoding Japanese character encodings. + charlib for decoding of Japanese character encodings. See the documentation for manakai charlib for more information.
Message::DOM::DOMImplementation and related modules
-
Testing for Whatpm::ContentChecker +
Testing for module Whatpm::ContentChecker depends on Message::DOM::DOMImplementation and related modules in manakai. They are not required in practice.
JSON
-
Testing for Whatpm::HTML and +
Testing for modules Whatpm::HTML and Whatpm::CSS::Tokenizer depends on JSON and related modules. They are not required in practice.