nlopess         Sat Aug  7 15:29:37 2004 EDT

  Added files:                 
    /phpdoc     install-unix.xml install-win.xml 
  Log:
  commit the xml files needed to generate the install-xx.txt files
  

http://cvs.php.net/co.php/phpdoc/install-unix.xml?r=1.1&p=1
Index: phpdoc/install-unix.xml
+++ phpdoc/install-unix.xml
<?xml version='1.0' encoding='ISO-8859-1' ?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
          "./dtds/dbxml-4.1.2/docbookx.dtd" [

<!ENTITY % language-defs     SYSTEM "./en/language-defs.ent">
<!ENTITY % language-snippets SYSTEM "./en/language-snippets.ent">

%language-defs;
%language-snippets;

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

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

%global.entities;
%global.file-entities;
%build.version;

]>

<book id="install" lang="en">
 <title>Installing PHP</title>
  &install.intro;
  &install.macos.index;
  &install.unix.index;
  &install.problems;
  &install.ini;
</book>

http://cvs.php.net/co.php/phpdoc/install-win.xml?r=1.1&p=1
Index: phpdoc/install-win.xml
+++ phpdoc/install-win.xml
<?xml version='1.0' encoding='ISO-8859-1' ?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
          "./dtds/dbxml-4.1.2/docbookx.dtd" [

<!ENTITY % language-defs     SYSTEM "./en/language-defs.ent">
<!ENTITY % language-snippets SYSTEM "./en/language-snippets.ent">

%language-defs;
%language-snippets;

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

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

%global.entities;
%global.file-entities;
%build.version;

]>


<!-- you should remove the &install.windows.building; entity from the
     en/install/windows/index.xml file to build this file -->


<book id="install" lang="en">
 <title>Installing PHP</title>
  &install.intro;
  &install.windows.index
  &install.problems;
  &install.ini;
</book>

Reply via email to