php-src/ext/tidy
2007-02-11 16:07:30 +00:00
..
examples Removed examples which don't actually work anymore for PHP 4, and 2004-08-28 18:10:21 +00:00
tests merge the tidyNode::getParent() patch from HEAD 2007-02-11 16:07:30 +00:00
config.m4 - Fixed bug #39935 (Extensions tidy,mcrypt,mhash,pdo_sqlite ignores 2006-12-23 17:58:47 +00:00
config.w32 export libtidy symbols 2004-03-22 23:07:55 +00:00
CREDITS Tidy Hijacked! Read all about it ;) 2003-09-20 19:45:32 +00:00
package.xml - Fix the php dependency 2004-01-15 19:33:10 +00:00
php_tidy.def Fixing static builds on windoze machines for our current lib version 2006-04-19 20:57:30 +00:00
php_tidy.h MFH: Bump year. 2007-01-01 09:36:18 +00:00
README more static keywording 2006-08-14 15:09:08 +00:00
tidy.c merge the tidyNode::getParent() patch from HEAD 2007-02-11 16:07:30 +00:00
tidy.dsp - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5 2004-01-17 13:00:38 +00:00
TODO Tons of changes for Tidy 2.0 -- output buffering, multiple documents, 2003-12-14 06:02:33 +00:00

README FOR ext/tidy by John Coggeshall <john@php.net>


Tidy is an extension based on Libtidy (http://tidy.sf.net/) and allows a PHP developer
to clean, repair, and traverse HTML, XHTML, and XML documents -- including ones with
embedded scripting languages such as PHP or ASP within them using OO constructs.