goba            Tue Jun  1 16:55:12 2004 EDT

  Modified files:              
    /phpdoc     installpart.xml.in manual.xml.in 
    /phpdoc/RFC manual.xml.in 
  Log:
  fixing installpart and adding the new appendix - also updating the grouped 
manual.xml.in to the latest info
  
http://cvs.php.net/diff.php/phpdoc/installpart.xml.in?r1=1.3&r2=1.4&ty=u
Index: phpdoc/installpart.xml.in
diff -u phpdoc/installpart.xml.in:1.3 phpdoc/installpart.xml.in:1.4
--- phpdoc/installpart.xml.in:1.3       Mon Nov 11 08:19:06 2002
+++ phpdoc/installpart.xml.in   Tue Jun  1 16:55:11 2004
@@ -23,7 +23,6 @@
   &chapters.install.xitami;
   &chapters.install.otherhttpd;
   &chapters.install.problems;
-  &chapters.install.configure;
  </chapter>
 
 <!-- Keep this comment at the end of the file
http://cvs.php.net/diff.php/phpdoc/manual.xml.in?r1=1.173&r2=1.174&ty=u
Index: phpdoc/manual.xml.in
diff -u phpdoc/manual.xml.in:1.173 phpdoc/manual.xml.in:1.174
--- phpdoc/manual.xml.in:1.173  Mon May 24 17:11:36 2004
+++ phpdoc/manual.xml.in        Tue Jun  1 16:55:11 2004
@@ -2,6 +2,8 @@
 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
           "@srcdir@/dtds/dbxml-4.1.2/docbookx.dtd" [
 
+<!-- $Revision: 1.174 $ -->
+
 <!-- Add translated specific definitions and snippets -->
 <!ENTITY % language-defs     SYSTEM "@srcdir@/@LANGDIR@/language-defs.ent">
 <!ENTITY % language-snippets SYSTEM "@srcdir@/@LANGDIR@/language-snippets.ent">
@@ -224,7 +226,7 @@
  </part>
 
  &zendapi.toc;
- <part id='api'>
+ <part id="api">
   <title>&api;</title>
   <titleabbrev>&apiabbrev;</titleabbrev>
   &chapters.streams;
@@ -256,6 +258,7 @@
   &appendices.migration;
   &appendices.debugger;
   &appendices.phpdevel;
+  &appendices.configure;
   &appendices.ini;
   &appendices.aliases;
   &appendices.reserved;
http://cvs.php.net/diff.php/phpdoc/RFC/manual.xml.in?r1=1.9&r2=1.10&ty=u
Index: phpdoc/RFC/manual.xml.in
diff -u phpdoc/RFC/manual.xml.in:1.9 phpdoc/RFC/manual.xml.in:1.10
--- phpdoc/RFC/manual.xml.in:1.9        Sat May 24 02:49:01 2003
+++ phpdoc/RFC/manual.xml.in    Tue Jun  1 16:55:11 2004
@@ -2,14 +2,31 @@
 <!DOCTYPE book PUBLIC "-//PHPDocGroup//DTD DocBook XML V4.1.2-Based Variant PHPBook 
V1.0//EN"
           "@srcdir@/dtds/phpbook.dtd" [
 
+<!-- $Revision: 1.10 $ -->
+
+<!-- Add translated specific definitions and snippets -->
 <!ENTITY % language-defs     SYSTEM "@srcdir@/@LANGDIR@/language-defs.ent">
 <!ENTITY % language-snippets SYSTEM "@srcdir@/@LANGDIR@/language-snippets.ent">
+<!ENTITY % language-livedocs SYSTEM "@srcdir@/@LANGDIR@/livedocs.ent">
 
 %language-defs;
 %language-snippets;
 
+<!-- Fallback to English definitions and snippets (in case of missing translation) -->
+<!ENTITY % language-defs.default     SYSTEM "@srcdir@/en/language-defs.ent">
+<!ENTITY % language-snippets.default SYSTEM "@srcdir@/en/language-snippets.ent">
+
+%language-defs.default;
+%language-snippets.default;
+
+<!-- phpweb entities - autogenerated! -->
+<!ENTITY % phpweb.entities  SYSTEM "entities/phpweb.ent">
+
+%phpweb.entities;
+
 <!-- All global entities for the XML files -->
 <!ENTITY % global.entities  SYSTEM "@srcdir@/entities/global.ent">
+
 <!-- These are language independent -->
 <!ENTITY % build.version    SYSTEM "entities/version.ent">
 <!ENTITY % file.entities    SYSTEM "entities/file-entities.ent">
@@ -38,7 +55,6 @@
   &chapters.tutorial;
   &chapters.install; <!-- note that this is not always chapters/install.xml -->
   &chapters.config;
-  &chapters.security;
  </part>
 
  <part id="langref">
@@ -55,10 +71,16 @@
   &language.references;
  </part>
 
+ <part id="security">
+  <title>&Security;</title>
+  &security.index;
+ </part>
+
  <part id="features">
   <title>&Features;</title>
   &features.http-auth;
   &features.cookies;
+  &features.xforms;
   &features.file-upload;
   &features.remote-files;
   &features.connection-handling;
@@ -79,7 +101,7 @@
     &reference.classobj.reference;
     &reference.ctype.reference;
     &reference.funchand.reference;
-    <!-- &reference.objaggregation.reference; -->
+    &reference.objaggregation.reference;
     &reference.var.reference;
    </section>
    
@@ -111,6 +133,8 @@
     <title>Other Basic Extensions</title>
     &reference.misc.reference;
     &reference.url.reference;
+    &reference.spl.reference;
+    &reference.stream.reference;
     &reference.tokenizer.reference;
    </section>
 
@@ -145,6 +169,7 @@
     &reference.ovrimos.reference;
     &reference.pgsql.reference;
     &reference.sesam.reference;
+    &reference.sqlite.reference;
     &reference.sybase.reference;
    </section>
    
@@ -152,20 +177,29 @@
   
   <section id="refs.xml">
    <title>XML Manipulation</title>
+   &reference.dom.reference;
    &reference.domxml.reference;
    &reference.qtdom.reference;
+   &reference.simplexml.reference;
+   &reference.tidy.reference;
    &reference.wddx.reference;
    &reference.xml.reference;
-   &reference.xmlrpc.reference;
+   &reference.xsl.reference;
    &reference.xslt.reference;
   </section>
   
+  <section id="refs.webservice">
+   <title>Web Services</title>
+   &reference.soap.reference;
+   &reference.xmlrpc.reference;
+  </section>
+  
   <section id="refs.creditcard">
    <title>Credit Card Processing</title>
    &reference.ccvs.reference;
    &reference.cybercash.reference;
    &reference.pfpro.reference;
-   <!-- &reference.mcve.reference; -->
+   &reference.mcve.reference;
   </section>
   
   <section id="refs.mathcrypto">
@@ -205,6 +239,7 @@
     &reference.dir.reference;
     &reference.filesystem.reference;
     &reference.mime-magic.reference;
+    &reference.xdiff.reference;
    </section>
    
    <section id="refs.fileprocess.process">
@@ -232,6 +267,7 @@
    <section id="refs.remote.other">
     <title>Other Services</title>
     &reference.curl.reference;
+    &reference.fam.reference;
     &reference.ftp.reference;
     &reference.hw.reference;
     &reference.hwapi.reference;
@@ -243,6 +279,7 @@
     &reference.notes.reference;
     &reference.openssl.reference;
     &reference.sockets.reference;
+    &reference.tcpwrap.reference;
     &reference.yaz.reference;
     &reference.nis.reference;
     &reference.snmp.reference;
@@ -252,6 +289,7 @@
   <section id="refs.compression">
    <title>Compression Extensions</title>
    &reference.bzip2.reference;
+   &reference.lzf.reference;
    &reference.zip.reference;
    &reference.zlib.reference;
   </section>
@@ -293,12 +331,18 @@
    <section id="refs.utilspec.server">
     <title>Server Specific Extensions</title>
     &reference.apache.reference;
+    &reference.nsapi.reference;
     <!-- &reference.iisfunc.reference; -->
    </section>
   </section>
  </part>
 
  &zendapi.toc;
+ <part id="api">
+  <title>&api;</title>
+  <titleabbrev>&apiabbrev;</titleabbrev>
+  &chapters.streams;
+ </part>
 
  <part id="faq">
   <title>&FAQ;</title>
@@ -321,16 +365,24 @@
  <part id="appendixes">
   <title>&Appendixes;</title>
   &appendices.history;
+  &appendices.migration5;
   &appendices.migration4;
   &appendices.migration;
   &appendices.debugger;
   &appendices.phpdevel;
+  &appendices.configure;
+  &appendices.ini;
   &appendices.aliases;
   &appendices.reserved;
   &appendices.resources;
+  &appendices.wrappers;
+  &appendices.filters;
+  &appendices.transports;
+  &appendices.comparisons;
   &appendices.tokens;
   &appendices.about;
-  &global.function-index;      
+  &appendices.license;
+  &global.function-index;
   &missing-ids;
  </part>
 
@@ -344,8 +396,8 @@
   &chmonly.integration;
   &chmonly.skins;
   &chmonly.credits;
- </part> 
- @CHMONLY_INCL_END@ 
+ </part>
+ @CHMONLY_INCL_END@
 
 </book>
 
@@ -366,4 +418,3 @@
 sgml-local-ecat-files:nil
 End:
 -->
-

Reply via email to