[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-cvs
Subject:    [DOC-CVS] cvs: phpdoc(REF_STRUCT_DEV) /en/reference/errorfunc constants.xml examples.xml reference.x
From:       "Hannes Magnusson" <bjori () php ! net>
Date:       2007-10-27 21:23:34
Message-ID: cvsbjori1193520214 () cvsserver
[Download RAW message or body]

bjori		Sat Oct 27 21:23:34 2007 UTC

  Modified files:              (Branch: REF_STRUCT_DEV)
    /phpdoc/en/reference/errorfunc	constants.xml examples.xml 
                                  	reference.xml 
    /phpdoc/en/reference/info	constants.xml reference.xml 
  Log:
  Upgrade markup
  
  
["bjori-20071027212334.txt" (text/plain)]

http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/errorfunc/constants.xml?r1=1.17&r2=1.17.2.1&diff_format=u
                
Index: phpdoc/en/reference/errorfunc/constants.xml
diff -u phpdoc/en/reference/errorfunc/constants.xml:1.17 \
                phpdoc/en/reference/errorfunc/constants.xml:1.17.2.1
--- phpdoc/en/reference/errorfunc/constants.xml:1.17	Wed Jun 20 22:24:23 2007
+++ phpdoc/en/reference/errorfunc/constants.xml	Sat Oct 27 21:23:34 2007
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.17 $ -->
-<section xml:id="errorfunc.constants" xmlns="http://docbook.org/ns/docbook">
+<!-- $Revision: 1.17.2.1 $ -->
+<appendix xml:id="errorfunc.constants" xmlns="http://docbook.org/ns/docbook" \
xmlns:xlink="http://www.w3.org/1999/xlink">  &reftitle.constants;
  &extension.constants.core;
   <note>
@@ -228,7 +228,7 @@
   &php.ini;, however, and that no bitwise
   operators will be understood within <filename>php3.ini</filename>.
  </para>
-</section> 
+</appendix> 
 
 <!-- Keep this comment at the end of the file
 Local variables:
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/errorfunc/examples.xml?r1=1.10&r2=1.10.2.1&diff_format=u
                
Index: phpdoc/en/reference/errorfunc/examples.xml
diff -u phpdoc/en/reference/errorfunc/examples.xml:1.10 \
                phpdoc/en/reference/errorfunc/examples.xml:1.10.2.1
--- phpdoc/en/reference/errorfunc/examples.xml:1.10	Wed Jun 20 22:24:23 2007
+++ phpdoc/en/reference/errorfunc/examples.xml	Sat Oct 27 21:23:34 2007
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.10 $ -->
-<section xml:id="errorfunc.examples" xmlns="http://docbook.org/ns/docbook">
+<!-- $Revision: 1.10.2.1 $ -->
+<appendix xml:id="errorfunc.examples" xmlns="http://docbook.org/ns/docbook" \
xmlns:xlink="http://www.w3.org/1999/xlink">  &reftitle.examples;
   <para>
    Below we can see an example of using the error handling capabilities in
@@ -121,7 +121,7 @@
     </programlisting>
    </example>
   </para>
-</section>
+</appendix>
 
 <!-- Keep this comment at the end of the file
 Local variables:
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/errorfunc/reference.xml?r1=1.8.2.1&r2=1.8.2.2&diff_format=u
                
Index: phpdoc/en/reference/errorfunc/reference.xml
diff -u phpdoc/en/reference/errorfunc/reference.xml:1.8.2.1 \
                phpdoc/en/reference/errorfunc/reference.xml:1.8.2.2
--- phpdoc/en/reference/errorfunc/reference.xml:1.8.2.1	Wed Oct  3 11:41:09 2007
+++ phpdoc/en/reference/errorfunc/reference.xml	Sat Oct 27 21:23:34 2007
@@ -1,62 +1,72 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8.2.1 $ -->
+<!-- $Revision: 1.8.2.2 $ -->
 <!-- Purpose: basic.php -->
 <!-- Membership: core -->
 
- <reference xml:id="ref.errorfunc" xmlns="http://docbook.org/ns/docbook">
-  <title>Error Handling and Logging Functions</title>
-  <titleabbrev>Errors and Logging</titleabbrev>
+<book xml:id="ref.errorfunc" xmlns="http://docbook.org/ns/docbook">
+ <title>Error Handling and Logging Functions</title>
+ <titleabbrev>Errors and Logging</titleabbrev>
+
+ <preface xml:id="errorfunc.intro">
+  &reftitle.intro;
+  <para>
+   These are functions dealing with error handling and logging. They
+   allow you to define your own error handling rules, as well as modify
+   the way the errors can be logged. This allows you to change and
+   enhance error reporting to suit your needs.
+  </para>
+  <para> 
+   With the logging functions, you can send messages directly to other
+   machines, to an email (or email to pager gateway!), to system logs,
+   etc., so you can selectively log and monitor the most important parts
+   of your applications and websites.
+  </para>
+  <para> 
+   The error reporting functions allow you to customize what level and
+   kind of error feedback is given, ranging from simple notices to customized
+   functions returned during errors. 
+  </para>
+ </preface>
+
+ <chapter xml:id="errorfunc.setup" xmlns="http://docbook.org/ns/docbook" \
xmlns:xlink="http://www.w3.org/1999/xlink"> +  <title>Installing/Configuring</title>
+ 
+  <section xml:id="errorfunc.requirements">
+   &reftitle.required;
+   &no.requirement;
+  </section>
+ 
+  <section xml:id="errorfunc.installation">
+   &reftitle.install;
+   &no.install;
+  </section>
+ 
+  &reference.errorfunc.ini;
+ 
+  <section xml:id="errorfunc.resources">
+   &reftitle.resources;
+   &no.resource;
+  </section>
+ 
+ </chapter>
+ 
+ &reference.errorfunc.constants;
+ 
+ &reference.errorfunc.examples;
 
+ <reference xml:id="functions.errorfunc" xmlns="http://docbook.org/ns/docbook">
   <partintro>
-   <section xml:id="errorfunc.intro">
-   &reftitle.intro;
-   <para>
-    These are functions dealing with error handling and logging. They
-    allow you to define your own error handling rules, as well as modify
-    the way the errors can be logged. This allows you to change and
-    enhance error reporting to suit your needs.
-   </para>
-   <para> 
-    With the logging functions, you can send messages directly to other
-    machines, to an email (or email to pager gateway!), to system logs,
-    etc., so you can selectively log and monitor the most important parts
-    of your applications and websites.
-   </para>
-   <para> 
-    The error reporting functions allow you to customize what level and
-    kind of error feedback is given, ranging from simple notices to customized
-    functions returned during errors. 
-   </para>
-   </section>
-
-   <section xml:id="errorfunc.requirements">
-    &reftitle.required;
-    &no.requirement;
-   </section>
-
-   <section xml:id="errorfunc.installation">
-    &reftitle.install;
-    &no.install;
-   </section>
-
-   &reference.errorfunc.ini;
-
-   &reference.errorfunc.constants;
-
-   &reference.errorfunc.examples;
-
-   <section xml:id="errorfunc.seealso">
    &reftitle.seealso;
     <para>
      See also <function>syslog</function>.
     </para>
-   </section>
-
   </partintro>
 
-&reference.errorfunc.functions.entities;
+  &reference.errorfunc.functions.entities;
 
  </reference>
+</book>
+
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml
@@ -78,4 +88,3 @@
 vi: ts=1 sw=1
 -->
 
-
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/info/constants.xml?r1=1.8&r2=1.8.2.1&diff_format=u
                
Index: phpdoc/en/reference/info/constants.xml
diff -u phpdoc/en/reference/info/constants.xml:1.8 \
                phpdoc/en/reference/info/constants.xml:1.8.2.1
--- phpdoc/en/reference/info/constants.xml:1.8	Wed Jun 20 22:24:47 2007
+++ phpdoc/en/reference/info/constants.xml	Sat Oct 27 21:23:34 2007
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
-<section xml:id="info.constants" xmlns="http://docbook.org/ns/docbook" \
xmlns:xlink="http://www.w3.org/1999/xlink"> +<!-- $Revision: 1.8.2.1 $ -->
+<appendix xml:id="info.constants" xmlns="http://docbook.org/ns/docbook" \
xmlns:xlink="http://www.w3.org/1999/xlink">  &reftitle.constants;
  &extension.constants.core;
    <table>
@@ -213,7 +213,7 @@
    </listitem>
   </varlistentry>
  </variablelist>
-</section>
+</appendix>
 
 <!-- Keep this comment at the end of the file
 Local variables:
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/info/reference.xml?r1=1.8.2.1&r2=1.8.2.2&diff_format=u
                
Index: phpdoc/en/reference/info/reference.xml
diff -u phpdoc/en/reference/info/reference.xml:1.8.2.1 \
                phpdoc/en/reference/info/reference.xml:1.8.2.2
--- phpdoc/en/reference/info/reference.xml:1.8.2.1	Wed Oct  3 11:41:11 2007
+++ phpdoc/en/reference/info/reference.xml	Sat Oct 27 21:23:34 2007
@@ -1,48 +1,54 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8.2.1 $ -->
+<!-- $Revision: 1.8.2.2 $ -->
 <!-- Purpose: basic.php -->
 <!-- Membership: core -->
 
- <reference xml:id="ref.info" xmlns="http://docbook.org/ns/docbook">
-  <title>PHP Options&amp;Information</title>
-  <titleabbrev>PHP Options/Info</titleabbrev>
-
-  <partintro>
-   <section xml:id="info.intro">
-   &reftitle.intro;
-   <para>
-    This functions enable you to get a lot of information about PHP itself,
-    e.g. runtime configuration, loaded extensions, version and much more.
-    You'll also find functions to set options for your running PHP.
-    The probably best known function of PHP - <function>phpinfo</function> -
-    can be found here.
-   </para>
-   </section>
-   
-   <section xml:id="info.requirements">
-    &reftitle.required;
-    &no.requirement;
-   </section>
+<book xml:id="ref.info" xmlns="http://docbook.org/ns/docbook">
+ <title>PHP Options&amp;Information</title>
+ <titleabbrev>PHP Options/Info</titleabbrev>
+
+ <preface xml:id="info.intro">
+  &reftitle.intro;
+  <para>
+   This functions enable you to get a lot of information about PHP itself,
+   e.g. runtime configuration, loaded extensions, version and much more.
+   You'll also find functions to set options for your running PHP.
+   The probably best known function of PHP - <function>phpinfo</function> -
+   can be found here.
+  </para>
+ </preface>
    
-   <section xml:id="info.installation">
-    &reftitle.install;
-     &no.install;
-   </section>
-
-   &reference.info.ini;
-
-   <section xml:id="info.resources">
-    &reftitle.resources;
-     &no.resource;
-   </section>
-
-   &reference.info.constants;
-
-  </partintro>
+ <chapter xml:id="info.setup" xmlns="http://docbook.org/ns/docbook" \
xmlns:xlink="http://www.w3.org/1999/xlink"> +  <title>Installing/Configuring</title>
+ 
+  <section xml:id="info.requirements">
+   &reftitle.required;
+   &no.requirement;
+  </section>
+ 
+  <section xml:id="info.installation">
+   &reftitle.install;
+   &no.install;
+  </section>
+ 
+  &reference.info.ini;
+ 
+  <section xml:id="info.resources">
+   &reftitle.resources;
+   &no.resource;
+  </section>
+ 
+ </chapter>
+ 
+ &reference.info.constants;
+ 
+ <reference xml:id="functions.info" xmlns="http://docbook.org/ns/docbook">
+  <title>PHP Options/Info &Functions;</title>
 
- &reference.info.functions.entities;
+  &reference.info.functions.entities;
 
  </reference>
+</book>
  
 <!-- Keep this comment at the end of the file
 Local variables:



-- 
PHP Documentation Commits Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic