eschmid         Sat Jan 12 04:16:12 2002 EDT

  Modified files:              
    /phpdoc/entities    global.ent 
    /phpdoc/en/functions        mail.xml 
    /phpdoc/it/functions        mail.xml 
  Log:
  URLs should be in entities/global.ent. Changed only the en and it tree.
  
Index: phpdoc/entities/global.ent
diff -u phpdoc/entities/global.ent:1.2 phpdoc/entities/global.ent:1.3
--- phpdoc/entities/global.ent:1.2      Fri Jan 11 13:05:35 2002
+++ phpdoc/entities/global.ent  Sat Jan 12 04:16:11 2002
@@ -1,6 +1,6 @@
 <!-- -*- SGML -*-
 
- $Id: global.ent,v 1.2 2002/01/11 18:05:35 imajes Exp $
+ $Id: global.ent,v 1.3 2002/01/12 09:16:11 eschmid Exp $
 
  Contains global "macros" for all the XML documents.
 
@@ -42,6 +42,8 @@
 <!ENTITY url.e-soft "http://www.e-softinc.com/survey/data/199911/news.html#modules";>
 <!ENTITY url.emacs-src "ftp://ftp.gnu.org/pub/gnu/emacs-20.2.tar.gz";>
 <!ENTITY url.emacs-nt "http://ftp.sunet.se/pub/os/Win32/ntEmacs/docs/ntemacs.html";>
+<!ENTITY url.email.mime.pear "http://pear.php.net/get/Mail_Mime";>
+<!ENTITY url.email.mime.zend 
+"http://www.zend.com/zend/spotlight/sendmimeemailpart1.php";>
 <!ENTITY url.email.book "http://www.oreilly.com/catalog/progintemail/noframes.html";>
 <!ENTITY url.expat "http://www.jclark.com/xml/";>
 <!ENTITY url.expat.rpm "http://sourceforge.net/projects/expat/";>
Index: phpdoc/en/functions/mail.xml
diff -u phpdoc/en/functions/mail.xml:1.35 phpdoc/en/functions/mail.xml:1.36
--- phpdoc/en/functions/mail.xml:1.35   Fri Jan 11 13:05:34 2002
+++ phpdoc/en/functions/mail.xml        Sat Jan 12 04:16:11 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.35 $ -->
+<!-- $Revision: 1.36 $ -->
  <reference id="ref.mail">
   <title>Mail functions</title>
   <titleabbrev>Mail</titleabbrev>
@@ -90,8 +90,8 @@
      <parameter>to</parameter>.  Email with attachments and special
      types of content can be sent using this function. This is
      accomplished via MIME-encoding - for more information, see this
-     <ulink url="http://www.zend.com/zend/spotlight/sendmimeemailpart1.php";>
-     Zend article</ulink> or the <ulink url="http://pear.php.net/get/Mail_Mime";>
+     <ulink url="&url.email.mime.zend;">
+     Zend article</ulink> or the <ulink url="&url.email.mime.pear;">
      PEAR Mime Classes</ulink>.
      </simpara>     
      <simpara>
@@ -100,7 +100,7 @@
      <ulink url="&url.rfc2045;">RFC 2045</ulink>,
      <ulink url="&url.rfc2046;">RFC 2046</ulink>,
      <ulink url="&url.rfc2047;">RFC 2047</ulink>,
-     <ulink url="&url.rfc2048;">RFC 2048</ulink> and 
+     <ulink url="&url.rfc2048;">RFC 2048</ulink>, and 
      <ulink url="&url.rfc2049;">RFC 2049</ulink>.
     </simpara>
     <para>
Index: phpdoc/it/functions/mail.xml
diff -u phpdoc/it/functions/mail.xml:1.10 phpdoc/it/functions/mail.xml:1.11
--- phpdoc/it/functions/mail.xml:1.10   Fri Jan 11 20:50:43 2002
+++ phpdoc/it/functions/mail.xml        Sat Jan 12 04:16:12 2002
@@ -90,8 +90,8 @@
      mettendo una virgola tra ogni indirizzo in <parameter>a</parameter>. Email con 
allegati e tipi speciali di
      contenuto possono essere spedite usando questa funzione. Questo è
      possibile tramite la codifica MIME. Per maggiori informazioni, fare riferimento a
-     <ulink url="http://www.zend.com/zend/spotlight/sendmimeemailpart1.php";>
-     un articolo Zend</ulink> o alle <ulink url="http://pear.php.net/get/Mail_Mime";>
+     <ulink url="&url.email.mime.zend;">
+     un articolo Zend</ulink> o alle <ulink url="&url.email.mime.pear;">
      Classi Mime del PEAR</ulink>.
     </simpara>
      <simpara>


Reply via email to