[PHPDOC] cvs: phpdoc / README From: Hartmut Holzgraefe (hartmut <email protected>)
Date: 05/24/00

hholzgra Wed May 24 23:32:01 2000 EDT

  Modified files:
    /phpdoc README
  Log:
  changed SGML to XML
  
  
Index: phpdoc/README
diff -u phpdoc/README:1.2 phpdoc/README:1.3
--- phpdoc/README:1.2 Sun Jun 20 05:33:17 1999
+++ phpdoc/README Wed May 24 23:32:01 2000
@@ -1,17 +1,17 @@
 READ THIS FIRST
 
     This directory contains source files and a setup for converting
- PHP's SGML documentation into presentation formats like HTML and
+ PHP's XML documentation into presentation formats like HTML and
     RTF. You should not have to bother with this unless you are
     writing documentation yourself, or if you simply are curious about
- how the SGML stuff works.
+ how the XML stuff works.
 
     If you just want to read the documentation, download it from
     http://www.php.net/docs.php3
 
 INTRODUCTION
 
- All the documentation is written with SGML using the DocBook 3.0
+ All the documentation is written with XML using the DocBook 3.0
     DTD. See:
     
         http://www.oasis-open.org/docbook/
@@ -29,6 +29,9 @@
     RPMs with the necessary software can be found at
     ftp://sourceware.cygnus.com/pub/docbook-tools/
 
+ Most major linux distrobutions should already come with
+ ready to use packages.
+
 CONVENTIONS
 
     1. Insert ID attributes in all major section tags such
@@ -43,7 +46,7 @@
         like this: `ref.category'.
 
     4. The contents of examples with program listings start on column
- 0 in the SGML code.
+ 0 in the XML code.
 
     5. All examples use the <?php ... ?> form instead of <? ... ?>