sander          Sat Jun  1 10:15:55 2002 EDT

  Modified files:              
    /phpdoc-nl/reference/array  reference.xml 
    /phpdoc-nl/reference/datetime       reference.xml 
    /phpdoc-nl/reference/http   reference.xml 
  Log:
  Sync & add revision tags
  
  
Index: phpdoc-nl/reference/array/reference.xml
diff -u phpdoc-nl/reference/array/reference.xml:1.2 
phpdoc-nl/reference/array/reference.xml:1.3
--- phpdoc-nl/reference/array/reference.xml:1.2 Tue Apr 16 20:03:03 2002
+++ phpdoc-nl/reference/array/reference.xml     Sat Jun  1 10:15:53 2002
@@ -1,4 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
+<!-- EN-Revision: 1.5 Maintainer: manuzhai Status: ready -->
  <reference id="ref.array">
   <title>Array Functies</title>
   <titleabbrev>Arrays</titleabbrev>
@@ -23,33 +24,27 @@
    </para>
 
    <section id="array.requirements">
-    <title>Benodigdheden</title>
-    <para>
-     Deze functies zijn beschikbaar als deel van een standaard module, die
-     altijd beschikbaar is.
-    </para>
+    &reftitle.required;
+    &no.requirement;
    </section>
     
    <section id="array.installation">
-    <title>Installatie</title>
-    <para>
-     Er is geen installatie nodig om deze functies te gebruiken, ze zijn deel
-     van de PHP kern.
-    </para>
+    &reftitle.install;
+    &no.config;
    </section>
 
    <section id="array.configuration">
-    <title>Runtime Configuratie</title>
-     &no.config;
+    &reftitle.runtime;
+    &no.config;
    </section>
 
    <section id="array.resources">
-    <title>Resource types</title>
-     &no.resource;
+    &reftitle.resources;
+    &no.resource;
    </section>
 
    <section id="array.constants">
-    <title>Predefined constanten</title>
+    &reftitle.constants;
     <para>
      <constant>CASE_UPPER</constant> en <constant>CASE_LOWER</constant> worden
      gebruikt bij de <function>array_change_key_case</function> functie. Ze
Index: phpdoc-nl/reference/datetime/reference.xml
diff -u phpdoc-nl/reference/datetime/reference.xml:1.2 
phpdoc-nl/reference/datetime/reference.xml:1.3
--- phpdoc-nl/reference/datetime/reference.xml:1.2      Tue Apr 16 20:03:04 2002
+++ phpdoc-nl/reference/datetime/reference.xml  Sat Jun  1 10:15:54 2002
@@ -1,8 +1,53 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
+<!-- EN-Revision: 1.3 Maintainer: derick Status: ready -->
  <reference id="ref.datetime">
-  <title>Date en Time functies</title>
-  <titleabbrev>Date/time</titleabbrev>
+  <title>Datum  en Tijd functies</title>
+  <titleabbrev>Datum/tijd</titleabbrev>
+  <partintro>
+   <section id="datetime.intro">
+    &reftitle.intro;
+    <para>
+     Je kunt deze functies gebruiken om data en tijden te behandelen.
+        Deze functies stellen je in staat om de tijd en de datum op te vragen
+        van de server waarop PHP draait. Je kunt deze functies gebruiken om 
+        tijden en data op verschillende manieren weer te geven.
+    </para>
+    <note>
+     <simpara>
+         Denk eraan dat deze functies afhangen van de locale instelling op 
+         de server. Denk vooral aan zomertijd en schrikkeljaren.
+     </simpara>
+    </note>
 
+   </section>
+   
+   <section id="datetime.required">
+    &reftitle.required;
+    &no.requirement;
+   </section>
+   
+   <section id="datetime.installation">
+    &reftitle.install;
+    &no.install;
+   </section>
+   
+   <section id="datetime.runtime">
+    &reftitle.runtime;
+    &no.config;
+   </section>
+
+   <section id="datetime.resources">
+    &reftitle.resources;
+    &no.resource;
+   </section>
+   
+   <section id="datetime.constants">
+    &reftitle.constants;
+    &no.constants;
+   </section>
+   
+  </partintro>
+  
 &reference.datetime.functions;
 
 </reference>
Index: phpdoc-nl/reference/http/reference.xml
diff -u phpdoc-nl/reference/http/reference.xml:1.2 
phpdoc-nl/reference/http/reference.xml:1.3
--- phpdoc-nl/reference/http/reference.xml:1.2  Tue Apr 16 20:03:05 2002
+++ phpdoc-nl/reference/http/reference.xml      Sat Jun  1 10:15:54 2002
@@ -1,14 +1,42 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- EN-Revision: 1.3 Maintainer: manuzhai Status: ready -->
  <reference id="ref.http">
   <title>HTTP functies</title>
   <titleabbrev>HTTP</titleabbrev>
 
   <partintro>
-   <simpara>
-    Met deze functies kun je de output die teruggezonden wordt naar de remote
-    browser manipuleren op het HTTP protocol niveau.
-   </simpara>
+   <section id="http.intro">
+   &reftitle.intro;
+    <para>
+     Met deze functies kun je de output die teruggezonden wordt naar de remote
+     browser manipuleren op het HTTP protocol niveau.
+    </para>
+   </section>
+   
+   <section id="http.requirenments">
+    &reftitle.required;
+    &no.requirement;
+   </section>
+   
+   <section id="http.installation">
+    &reftitle.install;
+    &no.install;
+   </section>
+
+   <section id="http.configuration">
+    &reftitle.runtime;
+    &no.config;
+   </section>
+
+   <section id="http.resources">
+    &reftitle.resources;
+    &no.resource;
+   </section>
+
+   <section id="http.constants">
+    &reftitle.constants;
+    &no.constants;
+   </section>
   </partintro>
 
 &reference.http.functions;


Reply via email to