[PHP-DOC] cvs: phpdoc /en/reference/tidy configure.xml
by Nuno Lopes other posts by this author
Jul 3 2006 4:40AM messages near this date
[PHP-DOC] 1 VIP 1 0703 1
|
Re: [PHP-DOC] cvs: phpdoc /en/reference/tidy configure.xml
nlopess Mon Jul 3 11:40:03 2006 UTC
Modified files:
/phpdoc/en/reference/tidy configure.xml
Log:
fix #37991: bad link to dll download
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/tidy/configure.xml?r1=1.6&r2=1.7&diff_form
at=u
Index: phpdoc/en/reference/tidy/configure.xml
diff -u phpdoc/en/reference/tidy/configure.xml:1.6 phpdoc/en/reference/tidy/configure.xml:1.
7
--- phpdoc/en/reference/tidy/configure.xml:1.6 Thu Mar 11 12:51:27 2004
+++ phpdoc/en/reference/tidy/configure.xml Mon Jul 3 11:40:03 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<section id="tidy.installation">
&reftitle.install;
<para>
@@ -15,7 +15,7 @@
<para>
If <ulink url="&url.php.pear;"> PEAR</ulink> is available on your *nix-like
system you can use the pear installer to install the tidy extension, by the
- following command: <command> pear -v install tidy</command>.
+ following command: <command> pecl install tidy</command>.
</para>
<para>
You can always download the tar.gz package and install tidy by hand:
@@ -33,8 +33,8 @@
</example>
</para>
<para>
- Windows users can download the extension dll <filename> php_tidy.dll</filename>
- from <ulink url="&url.pecl.get.win;"> &url.pecl.get.win;</ulink>.
+ Windows users can download the extension dll from <ulink
+ url="&url.pecl.win.ext;php_tidy.dll"> &url.pecl.win.ext;php_tidy.dll</ulink>.
</para>
<para>
In PHP 5 you need only to compile using the <option
Thread:
Nuno Lopes
Hannes Magnusson
Philip Olson
|