php-src/ext/tidy
2018-12-09 19:13:09 +01:00
..
examples Sync leading and final newlines in source code files 2018-10-14 12:54:08 +02:00
tests Sync leading and final newlines in *.phpt sections 2018-10-15 04:31:31 +02:00
config.m4 improve lib name guessing for newer libtidy 2016-11-09 11:28:50 +01:00
config.w32 Fix syntax error 2018-12-09 19:13:09 +01:00
CREDITS
package.xml Trim trailing whitespace in source code files 2018-10-13 14:14:50 +02:00
php_tidy.def Fix libtidy exports when ext/tidy compiled static 2018-12-09 18:59:05 +01:00
php_tidy.h year++ 2018-01-02 12:55:14 +08:00
README Sync leading and final newlines in source code files 2018-10-14 12:54:08 +02:00
tidy.c year++ 2018-01-02 12:55:14 +08: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.