]> granicus.if.org Git - php/commitdiff
Remove README from ext/tidy in favor of the PHP docs
authorPeter Kokot <peterkokot@gmail.com>
Fri, 6 Oct 2017 21:37:32 +0000 (23:37 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Sun, 8 Oct 2017 12:43:43 +0000 (14:43 +0200)
The tidy introduction includes an outdated link to tidy HTML library homepage,
and PHP documentation presents the tidy PHP extension better instead.

ext/tidy/README [deleted file]

diff --git a/ext/tidy/README b/ext/tidy/README
deleted file mode 100644 (file)
index 0fb6c0f..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-
-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.