[PHP-DOC] cvs: phpdoc / Makefile.in global.ent manual.xml.in /en chapters.ent /en/functions curl.xml From: Jesus M. Castagnetto (jesusmc <email protected>)
Date: 07/26/00

jmcastagnetto Wed Jul 26 00:33:01 2000 EDT

  Modified files:
    /phpdoc Makefile.in global.ent manual.xml.in
    /phpdoc/en chapters.ent
    /phpdoc/en/functions curl.xml
  Log:
  Added references to the new curl module in the config files and
  entities. Fixed missing <partintro> tag in curl.xml
  
  
Index: phpdoc/Makefile.in
diff -u phpdoc/Makefile.in:1.39 phpdoc/Makefile.in:1.40
--- phpdoc/Makefile.in:1.39 Fri Jul 14 19:38:26 2000
+++ phpdoc/Makefile.in Wed Jul 26 00:33:00 2000
@@ -26,7 +26,7 @@
 # +----------------------------------------------------------------------+
 
 #
-# $Id: Makefile.in,v 1.39 2000/07/15 02:38:26 david Exp $
+# $Id: Makefile.in,v 1.40 2000/07/26 07:33:00 jmcastagnetto Exp $
 #
 
 VPATH= <email protected>@
@@ -93,6 +93,7 @@
         $(LANG)/functions/bc.xml \
         $(LANG)/functions/com.xml \
         $(LANG)/functions/classobj.xml \
+ $(LANG)/functions/curl.xml \
         $(LANG)/functions/cybercash.xml \
         $(LANG)/functions/domxml.xml \
         $(LANG)/functions/datetime.xml \
Index: phpdoc/global.ent
diff -u phpdoc/global.ent:1.36 phpdoc/global.ent:1.37
--- phpdoc/global.ent:1.36 Fri Jul 14 19:38:26 2000
+++ phpdoc/global.ent Wed Jul 26 00:33:00 2000
@@ -1,6 +1,6 @@
 <!-- -*- SGML -*-
 
- $Id: global.ent,v 1.36 2000/07/15 02:38:26 david Exp $
+ $Id: global.ent,v 1.37 2000/07/26 07:33:00 jmcastagnetto Exp $
 
  Contains global "macros" for all the SGML documents.
 
@@ -16,7 +16,8 @@
 <!ENTITY url.cdb "http://pobox.com/~djb/cdb.html">
 <!ENTITY url.cgispec "http://hoohoo.ncsa.uiuc.edu/cgi/env.html">
 <!ENTITY url.cgispecs "http://hoohoo.ncsa.uiuc.edu/cgi/">
-<!ENTITY url.cpdf "http://www.fastio.com">
+<!ENTITY url.cpdf "http://www.fastio.com/">
+<!ENTITY url.curl "http://curl.haxx.se/">
 <!ENTITY url.dbstyle "http://nwalsh.com/docbook/dsssl/">
 <!ENTITY url.docbook "http://www.ora.com/davenport/">
 <!ENTITY url.docbook.xml "http://www.nwalsh.com/docbook/xml/">
Index: phpdoc/manual.xml.in
diff -u phpdoc/manual.xml.in:1.16 phpdoc/manual.xml.in:1.17
--- phpdoc/manual.xml.in:1.16 Sat Jul 22 03:09:21 2000
+++ phpdoc/manual.xml.in Wed Jul 26 00:33:00 2000
@@ -98,6 +98,7 @@
   &reference.com;
   &reference.classobj;
   &reference.cpdf;
+ &reference.curl;
   &reference.cybercash;
 
   &reference.dba;
Index: phpdoc/en/chapters.ent
diff -u phpdoc/en/chapters.ent:1.11 phpdoc/en/chapters.ent:1.12
--- phpdoc/en/chapters.ent:1.11 Sun Jul 16 09:02:54 2000
+++ phpdoc/en/chapters.ent Wed Jul 26 00:33:00 2000
@@ -33,6 +33,7 @@
 <!ENTITY reference.com SYSTEM "functions/com.xml">
 <!ENTITY reference.classobj SYSTEM "functions/classobj.xml">
 <!ENTITY reference.cpdf SYSTEM "functions/cpdf.xml">
+<!ENTITY reference.curl SYSTEM "functions/curl.xml">
 <!ENTITY reference.cybercash SYSTEM "functions/cybercash.xml">
 <!ENTITY reference.datetime SYSTEM "functions/datetime.xml">
 <!ENTITY reference.dbase SYSTEM "functions/dbase.xml">
Index: phpdoc/en/functions/curl.xml
diff -u phpdoc/en/functions/curl.xml:1.5 phpdoc/en/functions/curl.xml:1.6
--- phpdoc/en/functions/curl.xml:1.5 Tue Jul 25 22:23:24 2000
+++ phpdoc/en/functions/curl.xml Wed Jul 26 00:33:00 2000
@@ -1,6 +1,7 @@
  <reference id="ref.curl">
   <title>CURL, Client URL Library functions</title>
   <titleabbrev>CURL</titleabbrev>
+ <partintro id="curl.partintro">
    <para>
     PHP supports libcurl, a library, created by Daniel Stenberg, that allows
     you to connect and communicate to many different types of servers with many