Annotation of embedaddon/php/ext/tidy/package.xml, revision 1.1
1.1 ! misho 1: <?xml version="1.0" encoding="ISO-8859-1" ?>
! 2: <!DOCTYPE package SYSTEM "../pear/package.dtd">
! 3: <package>
! 4: <name>tidy</name>
! 5: <summary>Tidy HTML Repairing and Parsing</summary>
! 6: <maintainers>
! 7: <maintainer>
! 8: <user>john</user>
! 9: <name>John Coggeshall</name>
! 10: <email>john@php.net</email>
! 11: <role>lead</role>
! 12: </maintainer>
! 13: <maintainer>
! 14: <user>iliaa</user>
! 15: <name>Ilia Alshanetsky</name>
! 16: <email>ilia@php.net</email>
! 17: <role>developer</role>
! 18: </maintainer>
! 19: </maintainers>
! 20: <description>
! 21: Tidy is a binding for the Tidy HTML clean and repair utility which
! 22: allows you to not only clean and otherwise manipluate HTML documents,
! 23: but also traverse the document tree using the Zend Engine 2 OO semantics.
! 24: </description>
! 25: <license>PHP</license>
! 26: <release>
! 27: <state>beta</state>
! 28: <version>2.0dev</version>
! 29: <date>2003-11-13</date>
! 30: <notes>
! 31: Major API changes for PHP 5.0, including the re-introduction of resources, output buffering support,
! 32: dual-nature syntax (tidy_clean_repair($tidy_res) or $tidy->clean_repair()) and more.
! 33: </notes>
! 34: <configureoptions>
! 35: <configureoption name="with-tidy" default="autodetect" prompt="Tidy library installation dir?"/>
! 36: </configureoptions>
! 37: <filelist>
! 38: <file role="src" name="config.m4"/>
! 39: <file role="src" name="tidy.c"/>
! 40: <file role="src" name="php_tidy.h"/>
! 41:
! 42: <file role="doc" name="CREDITS"/>
! 43: <file role="doc" name="TODO"/>
! 44: <file role="doc" name="examples/cleanhtml.php"/>
! 45: <file role="doc" name="examples/dumpit.php"/>
! 46: <file role="doc" name="examples/urlgrab.php"/>
! 47: <file role="doc" name="libtidy.txt"/>
! 48:
! 49: <file role="test" name="tests/001.phpt"/>
! 50: <file role="test" name="tests/002.phpt"/>
! 51: <file role="test" name="tests/003.phpt"/>
! 52: <file role="test" name="tests/004.phpt"/>
! 53: <file role="test" name="tests/005.phpt"/>
! 54: <file role="test" name="tests/005.html"/>
! 55: <file role="test" name="tests/006.phpt"/>
! 56: <file role="test" name="tests/007.phpt"/>
! 57: </filelist>
! 58: <deps>
! 59: <dep type="php" rel="ge" version="5" />
! 60: </deps>
! 61: </release>
! 62: </package>
! 63: <!--
! 64: vim:et:ts=1:sw=1
! 65: -->
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>