php-src/ext/tidy
Michael Wallner 11d24c1593 * implement new output API, fixing some bugs and implementing some feature
requests--let's see what I can dig out of the bugtracker for NEWS--
  and while crossing the road:
   * implemented new zlib API
   * fixed up ext/tidy (what was "s&" in zend_parse_parameters() supposed to do?)

Thanks to Jani and Felipe for pioneering.
2010-05-31 10:29:43 +00:00
..
examples Removed examples which don't actually work anymore for PHP 4, and 2004-08-28 18:10:21 +00:00
tests Add a test for tidyNode::__construct() 2009-12-29 16:06:27 +00:00
config.m4 - Fixed bug #39935 (Extensions tidy,mcrypt,mhash,pdo_sqlite ignores 2006-12-23 17:58:47 +00:00
config.w32 - MFH: first static lib then dyn or old one 2008-08-01 11:21:50 +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 update for latest library rlease 2007-07-17 10:29:32 +00:00
php_tidy.h * implement new output API, fixing some bugs and implementing some feature 2010-05-31 10:29:43 +00:00
README more static keywording 2006-08-14 15:09:08 +00:00
tidy.c * implement new output API, fixing some bugs and implementing some feature 2010-05-31 10:29:43 +00:00
tidy.dsp revert change #298288: Remove old dsp/dsw/makefile files 2010-04-28 14:41:51 +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.