cvs: phpdoc-nl /reference/dir reference.xml /reference/dir/functions chroot.xml /reference/strings/functions htmlentities.xml htmlspecialchars.xml /reference/url reference.xml
[email protected] ("Sander Roobol")
| Newsgroups | php.doc.nl |
|---|---|
| Message-ID | <cvssander1029270141@cvsserver> |
sander Tue Aug 13 16:22:21 2002 EDT
Modified files:
/phpdoc-nl/reference/dir reference.xml
/phpdoc-nl/reference/dir/functions chroot.xml
/phpdoc-nl/reference/strings/functions htmlentities.xml
htmlspecialchars.xml
/phpdoc-nl/reference/url reference.xml
Log:
Partial sync with EN
Index: phpdoc-nl/reference/dir/reference.xml
diff -u phpdoc-nl/reference/dir/reference.xml:1.3 phpdoc-nl/reference/dir/reference.xml:1.4
--- phpdoc-nl/reference/dir/reference.xml:1.3 Sun May 26 15:11:50 2002
+++ phpdoc-nl/reference/dir/reference.xml Tue Aug 13 16:22:20 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- EN-Revision: 1.3 Maintainer: sander Status: ready -->
+<!-- EN-Revision: 1.4 Maintainer: sander Status: ready -->
<reference id="ref.dir">
<title>Directory functies</title>
<titleabbrev>Directories</titleabbrev>
@@ -12,7 +12,7 @@
</para>
</section>
- <section id="dir.requirenments">
+ <section id="dir.requirements">
&reftitle.required;
&no.requirement;
</section>
Index: phpdoc-nl/reference/dir/functions/chroot.xml
diff -u phpdoc-nl/reference/dir/functions/chroot.xml:1.2 phpdoc-nl/reference/dir/functions/chroot.xml:1.3
--- phpdoc-nl/reference/dir/functions/chroot.xml:1.2 Sun May 26 15:11:50 2002
+++ phpdoc-nl/reference/dir/functions/chroot.xml Tue Aug 13 16:22:20 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- EN-Revision: 1.2 Maintainer: sander Status: ready -->
+<!-- EN-Revision: 1.3 Maintainer: sander Status: ready -->
<refentry id="function.chroot">
<refnamediv>
<refname>chroot</refname>
@@ -25,6 +25,7 @@
plek waar deze functie nuttig is als PHP als CGI draait.
</para>
</note>
+ ¬e.no-windows;
</refsect1>
</refentry>
Index: phpdoc-nl/reference/strings/functions/htmlentities.xml
diff -u phpdoc-nl/reference/strings/functions/htmlentities.xml:1.3 phpdoc-nl/reference/strings/functions/htmlentities.xml:1.4
--- phpdoc-nl/reference/strings/functions/htmlentities.xml:1.3 Wed May 29 13:00:57 2002
+++ phpdoc-nl/reference/strings/functions/htmlentities.xml Tue Aug 13 16:22:20 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- EN-Revision: 1.5 Maintainer: sander Status: ready -->
+<!-- EN-Revision: 1.6 Maintainer: sander Status: ready -->
<refentry id="function.htmlentities">
<refnamediv>
<refname>htmlentities</refname>
@@ -57,8 +57,8 @@
</programlisting>
</example>
<para>
- Zie ook <function>htmlspecialchars</function> en
- <function>nl2br</function>.
+ Zie ook <function>get_html_translation_table</function>,
+ <function>htmlspecialchars</function> en <function>nl2br</function>.
</para>
</refsect1>
</refentry>
Index: phpdoc-nl/reference/strings/functions/htmlspecialchars.xml
diff -u phpdoc-nl/reference/strings/functions/htmlspecialchars.xml:1.2 phpdoc-nl/reference/strings/functions/htmlspecialchars.xml:1.3
--- phpdoc-nl/reference/strings/functions/htmlspecialchars.xml:1.2 Sun May 26 12:52:40 2002
+++ phpdoc-nl/reference/strings/functions/htmlspecialchars.xml Tue Aug 13 16:22:20 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- EN-Revision: 1.2 Maintainer: sander Status: ready -->
+<!-- EN-Revision: 1.3 Maintainer: sander Status: ready -->
<refentry id="function.htmlspecialchars">
<refnamediv>
<refname>htmlspecialchars</refname>
@@ -83,8 +83,8 @@
toegevoegd in PHP 4.1.0.
</para>
<para>
- Zie ook <function>htmlentities</function> en
- <function>nl2br</function>.
+ Zie ook <function>get_html_translation_table</function>,
+ <function>htmlentities</function> en <function>nl2br</function>.
</para>
</refsect1>
</refentry>
Index: phpdoc-nl/reference/url/reference.xml
diff -u phpdoc-nl/reference/url/reference.xml:1.3 phpdoc-nl/reference/url/reference.xml:1.4
--- phpdoc-nl/reference/url/reference.xml:1.3 Sat Jun 1 05:44:37 2002
+++ phpdoc-nl/reference/url/reference.xml Tue Aug 13 16:22:20 2002
@@ -1,8 +1,42 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- EN-Revision: 1.2 Maintainer: sander Status: ready -->
+<!-- EN-Revision: 1.4 Maintainer: sander Status: ready -->
<reference id="ref.url">
<title>URL Functies</title>
<titleabbrev>URLs</titleabbrev>
+
+ <section id="url.intro">
+ &reftitle.intro;
+ <para>
+ Bewerken van URL strings: coderen, decoderen en parsen.
+ </para>
+ </section>
+
+ <section id="url.requirements">
+ &reftitle.required;
+ &no.requirement;
+ </section>
+
+ <section id="url.installation">
+ &reftitle.install;
+ &no.install;
+ </section>
+
+ <section id="url.configuration">
+ &reftitle.runtime;
+ &no.config;
+ </section>
+
+ <section id="url.resources">
+ &reftitle.resources;
+ &no.resource;
+ </section>
+
+ <section id="url.constants">
+ &reftitle.constants;
+ &no.constants;
+ </section>
+
+ </partintro>
&reference.url.functions;