Whatpm (beta)

Introduction

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

It currently contains six Perl modules:

Whatpm::ContentChecker
A DOM5 HTML (in-memory representation of a document) conformance checker.
Whatpm::ContentType
An implementation of HTML5 Content Type sniffing algorithm.
Whatpm::HTML
An implementation of HTML5 parsing algorithm and innerHTML serialization.
Whatpm::HTMLTable
An implementation of the HTML5 table algorithm.
Whatpm::IMTChecker
An Internet Media Type (aka MIME type) specification conformance checker.
Whatpm::URIChecker
An IRI reference conformance checker.

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

Demo

Distribution

The development version of Whatpm may be found in the CVS repository.

TO DO

Author

.

License

Copyright 2007 Wakaba <>.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.