php-documentation-list | 2003031

[PHP-DOC] cvs: phpdoc / manual.xml.in /en language-defs.ent From: Derick Rethans (d.rethans <email protected>)
Date: 03/14/03

derick Fri Mar 14 04:21:05 2003 EDT

  Modified files:
    /phpdoc/en language-defs.ent
    /phpdoc manual.xml.in
  Log:
  - Sort out parts in the manual, the streams chapter in the PDF's index
    just looked crappy :)
  
  
Index: phpdoc/en/language-defs.ent
diff -u phpdoc/en/language-defs.ent:1.13 phpdoc/en/language-defs.ent:1.14
--- phpdoc/en/language-defs.ent:1.13 Wed Jul 31 08:14:49 2002
+++ phpdoc/en/language-defs.ent Fri Mar 14 04:21:04 2003
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.13 $ -->
+<!-- $Revision: 1.14 $ -->
 
 <!ENTITY PHPManual "PHP Manual">
 <!ENTITY Date "Date:">
@@ -11,6 +11,8 @@
 <!ENTITY PEAR "PEAR: the PHP Extension and Application Repository">
 <!ENTITY FAQ "FAQ: Frequently Asked Questions">
 <!ENTITY FAQabbrev "FAQ">
+<!ENTITY api "PHP API: Interfaces for extension writers">
+<!ENTITY apiabbrev "PHP API">
 <!ENTITY FunctionIndex "Function Index">
 <!ENTITY CHMEdition "HTML Help Edition">
 <!ENTITY ReservedConstants "Predefined Constants">
Index: phpdoc/manual.xml.in
diff -u phpdoc/manual.xml.in:1.141 phpdoc/manual.xml.in:1.142
--- phpdoc/manual.xml.in:1.141 Tue Feb 4 05:57:30 2003
+++ phpdoc/manual.xml.in Fri Mar 14 04:21:05 2003
@@ -201,7 +201,11 @@
  </part>
 
  &zendapi.toc;
- &chapters.streams;
+ <part id='api'>
+ <title>&api;</title>
+ <titleabbrev>&apiabbrev;</titleabbrev>
+ &chapters.streams;
+ </part>
 
  <part id="faq">
   <title>&FAQ;</title>

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