diff options
Diffstat (limited to 'ext/tidy/README')
-rw-r--r-- | ext/tidy/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ext/tidy/README b/ext/tidy/README new file mode 100644 index 0000000..0fb6c0f --- /dev/null +++ b/ext/tidy/README @@ -0,0 +1,7 @@ + +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. |