From: Peter Kokot Date: Fri, 6 Oct 2017 21:37:32 +0000 (+0200) Subject: Remove README from ext/tidy in favor of the PHP docs X-Git-Tag: php-7.3.0alpha1~1318 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=556e5698dd0bc93aeeca1fd61cc8931aa6529210;p=php Remove README from ext/tidy in favor of the PHP docs The tidy introduction includes an outdated link to tidy HTML library homepage, and PHP documentation presents the tidy PHP extension better instead. --- diff --git a/ext/tidy/README b/ext/tidy/README deleted file mode 100644 index 0fb6c0f035..0000000000 --- a/ext/tidy/README +++ /dev/null @@ -1,7 +0,0 @@ - -README FOR ext/tidy by John Coggeshall - - -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.