diff --git a/package.xml b/package.xml index 32c5177..720ce70 100644 --- a/package.xml +++ b/package.xml @@ -5,7 +5,7 @@ PEAR::HTML_Page is a base class for XHTML page generation. The PEAR::HTML_Page package provides a simple interface for generating an XHTML compliant page. -* supports Strict, Transitional and Frameset XHTML +* supports virtually all HTML doctypes, from HTML 2.0 through XHTML 1.1 and XHTML Basic 1.0 * global language declaration for the document * line ending styles * full META tag support @@ -29,24 +29,13 @@ The PEAR::HTML_Page package provides a simple interface for generating an XHTML - 2.0.0b1 - 2003-06-13 + 2.0.0b2 + 2003-06-21 beta -Note: This release breaks BC! - -This beta release is completely XHTML compliant, and has some great features: -* Line ending style -* Full charset support -* Doctype definitions -* Global document language -* Full META tag support, including "http-equiv" -* Suport for stylesheet declaration in the head section -* Support for linked stylesheets and scripts - -Ideas for use: -* Use to validate the output of a class for XHTML compliance -* Quick prototyping using PEAR packages is now a breeze +Bugfixes: +* 24188: Updated examples +* updated inline documentation @@ -66,6 +55,27 @@ Ideas for use: + + 2.0.0b1 + 2003-06-13 + beta + +Note: This release breaks BC! + +This beta release is completely XHTML compliant, and has some great features: +* Line ending style +* Full charset support +* Doctype definitions +* Global document language +* Full META tag support, including "http-equiv" +* Suport for stylesheet declaration in the head section +* Support for linked stylesheets and scripts + +Ideas for use: +* Use to validate the output of a class for XHTML compliance +* Quick prototyping using PEAR packages is now a breeze + + 1.0 2003-06-13