Skip to content

Commit

Permalink
prepare for new beta release
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.php.net/repository/pear/packages/HTML_Page/trunk@132812 c90b9560-bf6c-de11-be94-00142212c4b1
  • Loading branch information
Klaus Guenther committed Jun 21, 2003
1 parent 0cba154 commit ec1c4ba
Showing 1 changed file with 27 additions and 17 deletions.
44 changes: 27 additions & 17 deletions package.xml
Expand Up @@ -5,7 +5,7 @@
<summary>PEAR::HTML_Page is a base class for XHTML page generation.</summary>
<description>
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
Expand All @@ -29,24 +29,13 @@ The PEAR::HTML_Page package provides a simple interface for generating an XHTML
</maintainer>
</maintainers>
<release>
<version>2.0.0b1</version>
<date>2003-06-13</date>
<version>2.0.0b2</version>
<date>2003-06-21</date>
<state>beta</state>
<notes>
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
</notes>
<filelist>
<dir name="/" baseinstalldir="HTML">
Expand All @@ -66,6 +55,27 @@ Ideas for use:
</deps>
</release>
<changelog>
<release>
<version>2.0.0b1</version>
<date>2003-06-13</date>
<state>beta</state>
<notes>
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
</notes>
</release>
<release>
<version>1.0</version>
<date>2003-06-13</date>
Expand Down

0 comments on commit ec1c4ba

Please sign in to comment.