betz            Mon May  6 06:53:56 2002 EDT

  Modified files:              
    /phpdoc/en/reference/gettext        reference.xml 
  Log:
  new structure and some links
  
Index: phpdoc/en/reference/gettext/reference.xml
diff -u phpdoc/en/reference/gettext/reference.xml:1.2 
phpdoc/en/reference/gettext/reference.xml:1.3
--- phpdoc/en/reference/gettext/reference.xml:1.2       Mon Apr 15 14:56:39 2002
+++ phpdoc/en/reference/gettext/reference.xml   Mon May  6 06:53:56 2002
@@ -1,16 +1,53 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
  <reference id="ref.gettext">
   <title>Gettext</title>
   <titleabbrev>gettext</titleabbrev>
 
   <partintro>
-   <simpara>
-    The gettext functions implement a NLS (Native Language Support)
-    API which can be used to internationalize your PHP applications.
-    Please see the gettext documentation from your system for a thorough
-    explanation of these functions.
-   </simpara>
+   <section id="gettext.intro">
+   &reftitle.intro;
+    <simpara>
+     The gettext functions implement a NLS (Native Language Support)
+     API which can be used to internationalize your PHP applications.
+     Please see the gettext documentation from your system for a thorough
+     explanation of these functions or view the docs at
+     <ulink url="&url.gettext.docs;">&url.gettext.docs;</ulink>.
+    </simpara>
+   </section>
+
+   <section id="gettext.requirenments">
+    &reftitle.required;
+    <para>
+     To use this functions you must download and install the GNU gettext
+     package from <ulink url="&url.gettext;">&url.gettext;</ulink>
+    </para>
+   </section>
+
+   <section id="gettext.installation">
+    &reftitle.install;
+    <para>
+     To include GNU gettext support in your PHP build you must add the option
+     <option role="configure">--with-gettext[=DIR]</option> where DIR is the
+     gettext install directory, defaults to /usr/local.
+    </para>
+   </section>
+
+   <section id="gettext.configuration">
+    &reftitle.runtime;
+    &no.config;
+   </section>
+
+   <section id="gettext.resources">
+    &reftitle.resources;
+    &no.resource;
+   </section>
+
+   <section id="gettext.constants">
+    &reftitle.constants;
+    &no.constants;
+   </section>
+
   </partintro>
 
 &reference.gettext.functions;


Reply via email to