mj              Mon Oct 20 04:42:23 2003 EDT

  Modified files:              
    /phpdoc/en/appendices       history.xml 
    /phpdoc/entities    global.ent 
  Log:
  * "Fix" for #25913
  
  
Index: phpdoc/en/appendices/history.xml
diff -u phpdoc/en/appendices/history.xml:1.21 phpdoc/en/appendices/history.xml:1.22
--- phpdoc/en/appendices/history.xml:1.21       Wed Jul 16 14:30:49 2003
+++ phpdoc/en/appendices/history.xml    Mon Oct 20 04:42:23 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.21 $ -->
+<!-- $Revision: 1.22 $ -->
 
 <appendix id="history">
  <title>History of PHP and related projects</title>
@@ -168,11 +168,11 @@
   <sect2 id="history.pear">
    <title>PEAR</title>
    <para>
-    PEAR, the PHP Extension and Application Repository (originally,
-    PHP Extension and Add-on Repository) is PHP's version of
-    foundation classes, and may grow in the future to be one
-    of the key ways to distribute both PHP and C-based PHP
-    extensions among developers.
+    <ulink url="&url.php.pear;">PEAR</ulink>, the PHP Extension and
+    Application Repository (originally, PHP Extension and Add-on
+    Repository) is PHP's version of foundation classes, and may grow in
+    the future to be one of the key ways to distribute both PHP and
+    C-based PHP extensions among developers.
    </para>
    <para>
     PEAR was born in discussions held in the PHP Developers'
@@ -189,15 +189,19 @@
     for database access, content caching, mathematical
     calculations, eCommerce and much more.
    </para>
+   <para>
+    More information about PEAR can be found in <ulink
+    url="&url.php.pear.manual;">the manual</ulink>.
+   </para>
   </sect2>
 
   <sect2 id="history.phpqa">
    <title>PHP Quality Assurance Initiative</title>
    <para>
-    The PHP Quality Assurance Initiative was set up in the
-    summer of 2000 in response to criticism that PHP releases
-    were not being tested well enough for production
-    environments. The team now consists of a core group of
+    The <ulink url="&url.php.prerelease;">PHP Quality Assurance
+    Initiative</ulink> was set up in the summer of 2000 in response to
+    criticism that PHP releases were not being tested well enough for
+    production environments. The team now consists of a core group of
     developers with a good understanding of the PHP code
     base. These developers spend a lot of their time
     localizing and fixing bugs within PHP. In addition
@@ -210,9 +214,9 @@
   <sect2 id="history.phpgtk">
    <title>PHP-GTK</title>
    <para>
-    PHP-GTK is the PHP solution for writing client side
-    GUI applications. Andrei Zmievski remembers the planing
-    and creation process of PHP-GTK:
+    <ulink url="&url.php.gtk;">PHP-GTK</ulink> is the PHP solution for
+    writing client side GUI applications. Andrei Zmievski remembers the
+    planing and creation process of PHP-GTK:
    </para>
    <blockquote>
     <para>
Index: phpdoc/entities/global.ent
diff -u phpdoc/entities/global.ent:1.133 phpdoc/entities/global.ent:1.134
--- phpdoc/entities/global.ent:1.133    Tue Oct 14 01:12:44 2003
+++ phpdoc/entities/global.ent  Mon Oct 20 04:42:23 2003
@@ -1,6 +1,6 @@
 <!-- -*- SGML -*-
 
- $Id: global.ent,v 1.133 2003/10/14 05:12:44 pollita Exp $
+ $Id: global.ent,v 1.134 2003/10/20 08:42:23 mj Exp $
 
  Contains global "macros" for all the XML documents.
 
@@ -66,7 +66,7 @@
 <!ENTITY url.echo-print "http://www.faqts.com/knowledge_base/view.phtml/aid/1/fid/40";>
 <!ENTITY url.emacs-src "ftp://ftp.gnu.org/pub/gnu/emacs/";>
 <!ENTITY url.emacs-nt "http://www.gnu.org/software/emacs/windows/";>
-<!ENTITY url.email.mime.pear "http://pear.php.net/Mail_Mime";>
+<!ENTITY url.email.mime.pear "http://pear.php.net/package/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.example "www.example.com">
@@ -187,7 +187,7 @@
 <!ENTITY url.pdf.phppdflib "http://www.potentialtech.com/ppl.php";>
 <!ENTITY url.pdf.ros "http://www.ros.co.nz/pdf/";>
 <!ENTITY url.pdflib.merz "http://www.pdflib.com/corporate/tm.html";>
-<!ENTITY url.pear.net-dns "http://pear.php.net/Net_DNS";>
+<!ENTITY url.pear.net-dns "http://pear.php.net/package/Net_DNS";>
 <!ENTITY url.pecl.get.win "http://snaps.php.net/win32/PECL_STABLE/";>
 <!ENTITY url.pfpro "http://www.verisign.com/products/payflow/pro/index.html";>
 <!ENTITY url.pfpro.download "https://manager.verisign.com/";>
@@ -215,6 +215,7 @@
 <!ENTITY url.php.museum "http://museum.php.net/";>
 <!ENTITY url.php.news "news://news.php.net/";>
 <!ENTITY url.php.newsweb "http://news.php.net/";>
+<!ENTITY url.php.pear.manual "http://pear.php.net/manual/";>
 <!ENTITY url.php.pear "http://pear.php.net/";>
 <!ENTITY url.php.prerelease "http://qa.php.net/";>
 <!ENTITY url.php.release1.0.0 "http://groups.google.com/[EMAIL PROTECTED]">

Reply via email to