betz            Wed Nov  5 16:22:56 2003 EDT

  Modified files:              
    /phpdoc/en/reference/tidy   reference.xml 
  Log:
  a bit of intro,
  structure improved,
  entities for links
  
  
Index: phpdoc/en/reference/tidy/reference.xml
diff -u phpdoc/en/reference/tidy/reference.xml:1.1 
phpdoc/en/reference/tidy/reference.xml:1.2
--- phpdoc/en/reference/tidy/reference.xml:1.1  Tue Nov  4 08:26:54 2003
+++ phpdoc/en/reference/tidy/reference.xml      Wed Nov  5 16:22:56 2003
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <!-- Generated by xml_proto.php v2.0. Found in /scripts directory of phpdoc. -->
  <reference id="ref.tidy">
   <title>tidy Functions</title>
@@ -9,17 +9,26 @@
    <section id="tidy.intro">
    &reftitle.intro;
     <para>
-     This is the tidy extension.  It
-     currently only lists the proto definitions.
+     Tidy is a binding for the Tidy HTML clean and repair utility which
+     allows you to not only clean and otherwise manipluate HTML documents,
+     but also traverse the document tree.
     </para>
    </section>
+
+   <section id="tidy.requirements">
+    &reftitle.required;
+    <para>
+     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
+     on the tidy homepage <ulink url="&url.tidy;">&url.tidy;</ulink>.
+    </para>
+   </section>
+
    <section id="tidy.installation">
    &reftitle.install;
     <para>
-     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
-     on the tidy homepage http://tidy.sf.net/) and the tidy extension
-     from PECL http://pecl.php.net/
+     The tidy extension is available from PECL
+     <ulink url="&url.pecl.package;tidy">&url.pecl.package;tidy</ulink>
     </para>
    </section>
   </partintro>

Reply via email to