You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Rob Richards 0a34d10783 revert change #298288: Remove old dsp/dsw/makefile files 16 years ago
..
examples Removed examples which don't actually work anymore for PHP 4, and 22 years ago
tests Add a test for tidyNode::__construct() 16 years ago
CREDITS Tidy Hijacked! Read all about it ;) 22 years ago
README more static keywording 20 years ago
config.m4 - Fixed bug #39935 (Extensions tidy,mcrypt,mhash,pdo_sqlite ignores 19 years ago
config.w32 - first static lib then dyn or old one 18 years ago
package.xml - Fix the php dependency 22 years ago
php_tidy.def update for latest library rlease 19 years ago
php_tidy.h sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php 16 years ago
tidy.c Removed safe_mode 16 years ago
tidy.dsp - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5 22 years ago

README


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.