NEW (version 0.3): should be compatible with Zope 2.4, includes a patch to support WebDAV properly (text/html file uploads are automatically instanciated as HTMLDocuments). Also includes a few unit tests.
HTML Documents contain inert HTML code (no run time DTML expansion), with very basic skinning support: everything before (resp. after) the <body> (resp. </body>) tag is replaced by standard_html_header (resp. standard_html_footer).
HTML Documents get some of their properties from HTML meta-data: title, author, source, publisher, description...
On machine where the tidy HTML conformance testing program is installed, an extra tab is added to the management interface.
Note: this project is very similar to what is described in How-To: Applying wrappers to uploaded (FTP) HTML files but was developped independently.