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 | 309 | 7 | 4 | |
config.m4 | H A D | 05-Dec-2019 | 1.5 KiB | 60 | 49 | |
config.w32 | H A D | 05-Dec-2019 | 918 | 29 | 24 | |
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.3 KiB | 61 | 24 | |
tidy.c | H A D | 05-Dec-2019 | 50 KiB | 2,015 | 1,528 |
README
1README FOR ext/tidy by John Coggeshall <john@php.net> 2 3 4Tidy is an extension based on Libtidy (http://tidy.sf.net/) and allows a PHP developer 5to clean, repair, and traverse HTML, XHTML, and XML documents -- including ones with 6embedded scripting languages such as PHP or ASP within them using OO constructs. 7