php-src/ext/tidy/package.xml

65 lines
1.9 KiB
XML
Raw Normal View History

2003-08-01 00:22:43 +00:00
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE package SYSTEM "../pear/package.dtd">
<package>
2003-08-06 20:17:10 +00:00
<name>tidy</name>
2003-08-01 00:22:43 +00:00
<summary>Tidy HTML Repairing and Parsing</summary>
<maintainers>
<maintainer>
<user>john</user>
<name>John Coggeshall</name>
<email>john@php.net</email>
<role>lead</role>
</maintainer>
<maintainer>
<user>iliaa</user>
<name>Ilia Alshanetsky</name>
<email>ilia@php.net</email>
<role>lead</role>
</maintainer>
2003-08-01 00:22:43 +00:00
</maintainers>
<description>
Tidy is a binding for the Tidy HTML clean and repair utility which
allows you to not only clean and otherwise manipluate HTML documents,
but also traverse the document tree using the Zend Engine 2 OO semantics.
</description>
<license>PHP</license>
<release>
2003-11-13 17:50:39 +00:00
<state>stable</state>
<version>1.0</version>
<date>2003-11-13</date>
2003-08-01 00:22:43 +00:00
<notes>
2003-11-13 17:50:39 +00:00
Fixed a few PHP5-specific bugs when working with node objects.
2003-08-01 00:22:43 +00:00
</notes>
2003-08-06 20:17:10 +00:00
<configureoptions>
<configureoption name="with-tidy" default="autodetect" prompt="Tidy library installation dir?"/>
</configureoptions>
2003-08-01 00:22:43 +00:00
<filelist>
<file role="src" name="config.m4"/>
<file role="src" name="tidy.c"/>
<file role="src" name="php_tidy.h"/>
<file role="doc" name="CREDITS"/>
2003-08-06 20:17:10 +00:00
<file role="doc" name="README"/>
2003-08-01 00:22:43 +00:00
<file role="doc" name="TODO"/>
<file role="doc" name="examples/cleanhtml.php"/>
<file role="doc" name="examples/dumpit.php"/>
<file role="doc" name="examples/urlgrab.php"/>
<file role="test" name="tests/001.phpt"/>
<file role="test" name="tests/002.phpt"/>
<file role="test" name="tests/003.phpt"/>
<file role="test" name="tests/004.phpt"/>
<file role="test" name="tests/005.phpt"/>
<file role="test" name="tests/005.html"/>
<file role="test" name="tests/006.phpt"/>
<file role="test" name="tests/007.phpt"/>
</filelist>
<deps>
2003-11-13 17:50:39 +00:00
<dep type="php" rel="ge">4.3.0</dep>
2003-08-01 00:22:43 +00:00
</deps>
</release>
</package>
<!--
vim:et:ts=1:sw=1
-->