Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 05-Dec-2019 | - | ||||
examples/ | H | 05-Dec-2019 | - | |||
tests/ | H | 05-Dec-2019 | - | |||
CREDITS | H A D | 05-Dec-2019 | 39 | 3 | 2 | |
README | H A D | 05-Dec-2019 | 310 | 8 | 4 | |
config.m4 | H A D | 05-Dec-2019 | 913 | 45 | 34 | |
config.w32 | H A D | 05-Dec-2019 | 625 | 23 | 19 | |
package.xml | H A D | 05-Dec-2019 | 2 KiB | 66 | 60 | |
php_tidy.def | H A D | 05-Dec-2019 | 4.6 KiB | 291 | 290 | |
php_tidy.h | H A D | 05-Dec-2019 | 2.2 KiB | 58 | 23 | |
tidy.c | H A D | 05-Dec-2019 | 51.4 KiB | 2,002 | 1,522 | |
tidy.dsp | H A D | 05-Dec-2019 | 4.7 KiB | 109 | 94 |
README
1 2README FOR ext/tidy by John Coggeshall <john@php.net> 3 4 5Tidy is an extension based on Libtidy (http://tidy.sf.net/) and allows a PHP developer 6to clean, repair, and traverse HTML, XHTML, and XML documents -- including ones with 7embedded scripting languages such as PHP or ASP within them using OO constructs. 8