goba            Fri Apr 19 06:34:18 2002 EDT

  Added files:                 
    /phpdoc/RFC manual.xml.in 
  Log:
  Adding manual.xml.in RFC, with all the extensions grouped into sections
  and subsections
  
  

Index: phpdoc/RFC/manual.xml.in
+++ phpdoc/RFC/manual.xml.in
<?xml version='1.0' encoding='@ENCODING@' ?>
<!DOCTYPE book PUBLIC "@DOCBOOK_DOCTYPE@"
          "@srcdir@/dtds/dbxml-@DOCBOOK_VERSION@/docbookx.dtd" [

<!ENTITY % language-defs     SYSTEM "@srcdir@/@LANGDIR@/language-defs.ent">
<!ENTITY % language-snippets SYSTEM "@srcdir@/@LANGDIR@/language-snippets.ent">

%language-defs;
%language-snippets;

<!-- All global entities for the XML files -->
<!ENTITY % global.entities  SYSTEM "@srcdir@/entities/global.ent">

<!-- All entities for the FAQ section -->
<!ENTITY % faqonly.entities  SYSTEM "@srcdir@/entities/faqurls.ent">

<!-- These are language independent -->
<!ENTITY % build.version    SYSTEM "entities/version.ent">
<!ENTITY % global.chapters  SYSTEM "entities/chapters.ent">

<!-- Include all external DTD parts defined previously -->
%global.entities;
%faqonly.entities;
%global.chapters;
%build.version;

<!-- Autogenerated missing entites and IDs to make build work -->
<!ENTITY % missing-entities  SYSTEM "entities/missing-entities.ent">
%missing-entities;

<!ENTITY missing-ids SYSTEM "entities/missing-ids.xml">
]>
         
<book id="manual" lang="@LANG@">
 <title>&PHPManual;</title>

 &bookinfo;
 &preface;

 <part id="getting-started">
  <title>&GettingStarted;</title>
  &chapters.intro;
  &chapters.install; <!-- note that this is not always chapters/install.xml -->
  &chapters.config;
  &chapters.security;
 </part>

 <part id="langref">
  <title>&LanguageReference;</title>
  &language.basic-syntax;
  &language.types;
  &language.variables;
  &language.constants;
  &language.expressions;
  &language.operators;
  &language.control-structures;
  &language.functions;
  &language.oop;
  &language.references;
 </part>

 <part id="features">
  <title>&Features;</title>
  &features.error-handling;
  &features.images;
  &features.http-auth;
  &features.cookies;
  &features.file-upload;
  &features.remote-files;
  &features.connection-handling;
  &features.persistent-connections;
  &features.safe-mode;
 </part>

 <part id="funcref">
  <title>&FunctionReference;</title>

  <section id="refs.basic">
   <title>Basic PHP Extensions</title>

   <section id="refs.basic.vartype">
    <title>Variable and Type Related Extensions</title>
    &reference.array.reference;
    &reference.classobj.reference;
    &reference.ctype.reference;
    &reference.funchand.reference;
    &reference.var.reference;
   </section>
   
   <section id="refs.basic.text">
    <title>Text Processing</title>
    &reference.mbstring.reference;
    &reference.strings.reference;
    &reference.regex.reference;
    &reference.pcre.reference;
   </section>
   
   <section id="refs.basic.php">
    <title>Affecting PHP's Behaviour</title>
    &reference.overload.reference;
    &reference.errorfunc.reference;
    &reference.http.reference;
    &reference.info.reference;
    &reference.outcontrol.reference;
   </section>
   
   <section id="refs.basic.session">
    <title>Session Extensions</title>
    &reference.msession.reference; 
    &reference.muscat.reference;
    &reference.session.reference;
   </section>
   
   <section id="refs.basic.other">
    <title>Other Basic Extensions</title>
    &reference.misc.reference;
    &reference.url.reference;
   </section>

  </section>
  
  <section id="refs.database">
   <title>Database Extensions</title>
   
   <section id="refs.database.abstract">
    <title>Abstraction Layers</title>
    &reference.dba.reference;
    &reference.dbx.reference;
    &reference.uodbc.reference;
   </section>
   
   <section id="refs.database.vendors">
    <title>Vendor Specific Database Extensions</title>
    &reference.dbase.reference;
    &reference.dbm.reference;
    &reference.dbplus.reference;
    &reference.fbsql.reference;
    &reference.filepro.reference;
    &reference.ifx.reference;
    &reference.ibase.reference;
    &reference.ingres-ii.reference;
    &reference.mssql.reference;
    &reference.msql.reference;
    &reference.mysql.reference;
    &reference.oci8.reference;
    &reference.oracle.reference;
    &reference.ovrimos.reference;
    &reference.pgsql.reference;
    &reference.sesam.reference;
    &reference.sybase.reference;
   </section>
   
  </section>
  
  <section id="refs.xml">
   <title>XML Manipulation</title>
   &reference.domxml.reference;
   &reference.qtdom.reference;
   &reference.wddx.reference;
   &reference.xml.reference;
   &reference.xmlrpc.reference;
   &reference.xslt.reference;
  </section>
  
  <section id="refs.creditcard">
   <title>Credit Card Processing</title>
   &reference.ccvs.reference;
   &reference.cybercash.reference;
   &reference.cybermut.reference;
   &reference.pfpro.reference;
  </section>
  
  <section id="refs.mathcrypto">
   <title>Math and Cryptography</title>
   
   <section id="refs.mathcrypto.math">
    <title>Mathematical Extensions</title>
    &reference.bc.reference;
    &reference.gmp.reference;
    &reference.math.reference;
   </section>
   
   <section id="refs.mathcrypto.crypto">
    <title>Cryptography Extensions</title>
    &reference.crack.reference;
    &reference.mcrypt.reference;
    &reference.mhash.reference;
   </section>
  </section>
  
  <section id="refs.international">
   <title>Human Language and Character Encoding Support</title>
   &reference.fribidi.reference;
   &reference.gettext.reference;
   &reference.recode.reference;
   &reference.iconv.reference;
   &reference.aspell.reference;
   &reference.pspell.reference;
  </section>
  
  <section id="refs.fileprocess">
   <title>File System and Process Control</title>
   
   <section id="refs.fileprocess.file">
    <title>File System Related Extensions</title>
    &reference.dio.reference;
    &reference.dir.reference;
    &reference.filesystem.reference;
   </section>
   
   <section id="refs.fileprocess.process">
    <title>Process Control Extensions</title>
    &reference.posix.reference;
    &reference.pcntl.reference;
    &reference.exec.reference;
    &reference.sem.reference;
    &reference.shmop.reference;
   </section>
  </section>
  
  <section id="refs.remote">
   <title>Accessing Other Services</title>
   &reference.curl.reference;
   &reference.ftp.reference;
   &reference.hw.reference;
   &reference.ircg.reference;
   &reference.java.reference;
   &reference.ldap.reference;
   &reference.mnogosearch.reference;
   &reference.network.reference;
   &reference.notes.reference;
   &reference.openssl.reference;
   &reference.sockets.reference;
   &reference.yaz.reference;
   &reference.nis.reference;
   &reference.snmp.reference;
   
   <section id="refs.remote.mail">
    <title>Mail Related Extensions</title>
    &reference.cyrus.reference;  
    &reference.mail.reference;
    &reference.mailparse.reference;
    &reference.imap.reference;
    &reference.vpopmail.reference;
   </section>
  </section>
  
  <section id="refs.compression">
   <title>Compression Extensions</title>
   &reference.bzip2.reference;
   &reference.zip.reference;
   &reference.zlib.reference;
  </section>
  
  <section id="refs.calendar">
   <title>Calendar and Event Related Extensions</title>
   &reference.calendar.reference;
   &reference.datetime.reference;
   &reference.icap.reference;
   &reference.mcal.reference;
  </section>
  
  <section id="refs.utilspec">
   <title>Utilization Area Specific Extensions</title>
   
   <section id="refs.utilspec.nontext">
    <title>Non-Text MIME Output</title>
    &reference.cpdf.reference;
    &reference.fdf.reference;
    &reference.pdf.reference;
    &reference.image.reference;
    &reference.ming.reference;
    &reference.swf.reference;
   </section>
   
   <section id="refs.utilspec.cmdline">
    <title>Command Line Specific Extensions</title>
    &reference.ncurses.reference;
    &reference.readline.reference;
   </section>
   
   <section id="refs.utilspec.windows">
    <title>Windows Only Extensions</title>
    &reference.dotnet.reference;
    &reference.com.reference;
    &reference.w32api.reference;
    &reference.printer.reference;
   </section>
   
   <section id="refs.utilspec.server">
    <title>Server Specific Extensions</title>
    &reference.apache.reference;
   </section>
  </section>
 </part>

 &zendapi.toc;

 <part id="faq">
  <title>&FAQ;</title>
  <titleabbrev>&FAQabbrev;</titleabbrev>
  &faq.general;
  &faq.mailinglist;
  &faq.obtaining;
  &faq.databases;
  &faq.installation;
  &faq.build;
  &faq.using;
  &faq.html;
  &faq.com;
  &faq.languages;
  &faq.migration;
  &faq.migration4;
  &faq.misc;
 </part>

 <part id="appendixes">
  <title>&Appendixes;</title>
  &appendices.history;
  &appendices.commandline;
  &appendices.migration4;
  &appendices.migration;
  &appendices.debugger;
  &appendices.phpdevel;
  &appendices.aliases;
  &appendices.reserved;
  &appendices.resources;
  &appendices.about;
  &global.function-index;      
  &missing-ids;
 </part>
 
 &chmonly;

</book>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
-->

Reply via email to