Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.php.net/repository/pear/packages/HTML_Common/trunk@194802 c90b9560-bf6c-de11-be94-00142212c4b1
  • Loading branch information
Klaus Guenther committed Sep 1, 2005
1 parent dd2e720 commit 23b109e
Showing 1 changed file with 140 additions and 0 deletions.
140 changes: 140 additions & 0 deletions package2.xml
@@ -0,0 +1,140 @@
<?xml version="1.0"?>
<package packagerversion="1.4.0b1" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0
http://pear.php.net/dtd/tasks-1.0.xsd
http://pear.php.net/dtd/package-2.0
http://pear.php.net/dtd/package-2.0.xsd">
<name>HTML_Common</name>
<channel>pear.php.net</channel>
<summary>PEAR::HTML_Common is a base class for other HTML classes.</summary>
<description>The PEAR::HTML_Common package provides methods for html code display and attributes handling.
* Methods to set, remove, update html attributes.
* Handles comments in HTML code.
* Handles layout, tabs, line endings for nicer HTML code.

</description>
<lead>
<name>Klaus Guenther</name>
<user>thesaur</user>
<email>thesaur@php.net</email>
<active>yes</active>
</lead>
<lead>
<name>Alexey Borzov</name>
<user>avb</user>
<email>avb@php.net</email>
<active>yes</active>
</lead>
<lead>
<name>Bertrand Mansion</name>
<user>mansion</user>
<email>bmansion@mamasam.com</email>
<active>yes</active>
</lead>
<lead>
<name>Adam Daniel</name>
<user>adaniel</user>
<email>adaniel1@eesus.jnj.com</email> <email></email>
<active>no</active>
</lead>
<date>2005-09-01</date>
<time>13:00:00</time>
<version>
<release>1.2.2</release>
<api>1.7.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.php.net/license">PHP License</license>
<notes>Bugfix release
- fixed bug #3948 (semicolon after case in switch)
- fixed bug #3953 (outdated inline docs for a private function)
- updated some other inline docs for private functions

</notes>
<contents>
<dir name="/">
<file baseinstalldir="HTML" name="Common.php" role="php" />
</dir> <!-- / -->
</contents>
<dependencies>
<required>
<php>
<min>4.0.0</min>
</php>
<pearinstaller>
<min>1.4.0b1</min>
</pearinstaller>
</required>
</dependencies>
<phprelease />
<changelog>
<release>
<version>
<release>1.2.1</release>
<api>1.2.1</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2003-06-19</date>
<license uri="http://www.php.net/license">PHP License</license>
<notes>* Method getAttributes() can now return the attributes in a string (Alexey Borzov)

</notes>
</release>
<release>
<version>
<release>1.2</release>
<api>1.2</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2003-05-20</date>
<license uri="http://www.php.net/license">PHP License</license>
<notes>Applied patch by Klaus Guenther:
* setTab(): Allows the indent string (default: \t) to be set
* setLineEnd(): Allows the line end string (default: \n) to be set
* Allows the indent and line ending settings to be propagated to content objects

</notes>
</release>
<release>
<version>
<release>1.1</release>
<api>1.1</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2003-04-15</date>
<license uri="http://www.php.net/license">PHP License</license>
<notes>This new release optimizes HTML_Common&apos;s way to deal with attributes.
* Fix a bug in _parseAttributes when a string was passed to it (Alexey Borzov)
* Only key-value associative arrays are now used, XHTML compliant (Alexey Borzov)
* Fix a bug related to getAttribute case sensitivity detected by Ian Harder #22628 (Alexey Borzov)

</notes>
</release>
<release>
<version>
<release>1.0</release>
<api>1.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<date>2002-05-28</date>
<license uri="http://www.php.net/license">PHP License</license>
<notes>First release.

</notes>
</release>
</changelog>
</package>

0 comments on commit 23b109e

Please sign in to comment.