From d1cbfea870526c7f58580f3bbc63c07c47bd81be Mon Sep 17 00:00:00 2001 From: Friedhelm Betz Date: Fri, 28 Nov 2003 01:42:15 +0000 Subject: [PATCH] separate configure.xml download link for win install instructions via pear /by hand git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@145010 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/tidy/configure.xml | 55 ++++++++++++++++++++++++++++++++++++ reference/tidy/reference.xml | 14 +++------ 2 files changed, 59 insertions(+), 10 deletions(-) create mode 100644 reference/tidy/configure.xml diff --git a/reference/tidy/configure.xml b/reference/tidy/configure.xml new file mode 100644 index 0000000000..afaf3e792c --- /dev/null +++ b/reference/tidy/configure.xml @@ -0,0 +1,55 @@ + + +
+ &reftitle.install; + + Tidy is currently available for PHP 4.3.x and PHP 5 as a PECL + extension. The tidy extension is available from PECL + &url.pecl.package;tidy. + + + If PEAR is available on your *nix-like + system you can use the pear installer to install the tidy extension, by the + following command: pear -v install tidy. + + + You can always download the tar.gz package and install tidy by hand: + + tidy install by hand + + + + + + + Windows users can download the extension dllphp_tidy.dll + from &url.pecl.get.win;. + +
+ + diff --git a/reference/tidy/reference.xml b/reference/tidy/reference.xml index 9d18d48f24..48d24cc499 100644 --- a/reference/tidy/reference.xml +++ b/reference/tidy/reference.xml @@ -1,5 +1,5 @@ - + tidy Functions @@ -18,19 +18,13 @@
&reftitle.required; - Tidy is currently available for PHP 4.3.x and PHP 5 as a PECL - extension. To use Tidy, you will need libtidy installed,available + To use Tidy, you will need libtidy installed, available on the tidy homepage &url.tidy;.
-
- &reftitle.install; - - The tidy extension is available from PECL - &url.pecl.package;tidy - -
+ &reference.tidy.configure; + &reference.tidy.functions;