mirror of
https://github.com/php/php-src.git
synced 2026-03-27 17:52:16 +01:00
PEAR packaging details
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||||
<!DOCTYPE package SYSTEM "../pear/package.dtd">
|
||||
<package>
|
||||
<name>Tidy</name>
|
||||
<name>tidy</name>
|
||||
<summary>Tidy HTML Repairing and Parsing</summary>
|
||||
<maintainers>
|
||||
<maintainer>
|
||||
@@ -15,22 +15,25 @@
|
||||
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>
|
||||
<state>stable</state>
|
||||
<version>0.5</version>
|
||||
<date>TBA</date>
|
||||
<state>beta</state>
|
||||
<version>0.5.2</version>
|
||||
<date>2003-05-06</date>
|
||||
<notes>
|
||||
Initial package release.
|
||||
</notes>
|
||||
<configureoptions>
|
||||
<configureoption name="with-tidy" default="autodetect" prompt="Tidy library installation dir?"/>
|
||||
</configureoptions>
|
||||
<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"/>
|
||||
<file role="doc" name="README_TIDY"/>
|
||||
<file role="doc" name="README"/>
|
||||
<file role="doc" name="TODO"/>
|
||||
<file role="doc" name="examples/cleanhtml.php"/>
|
||||
<file role="doc" name="examples/dumpit.php"/>
|
||||
|
||||
Reference in New Issue
Block a user