goba Sun Nov 18 10:30:34 2001 EDT
Modified files:
/phpdoc/en/pear about.xml
/phpdoc global.ent
Log:
Adding entity...
Index: phpdoc/en/pear/about.xml
diff -u phpdoc/en/pear/about.xml:1.7 phpdoc/en/pear/about.xml:1.8
--- phpdoc/en/pear/about.xml:1.7 Sun Nov 18 10:28:26 2001
+++ phpdoc/en/pear/about.xml Sun Nov 18 10:30:34 2001
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<chapter id="pear.about">
<title>About PEAR</title>
<simpara>
@@ -10,7 +10,7 @@
<note>
<para>
A separate manual for PEAR is just forming at
- <ulink url="&url.pear.manual;">&url.pear.manual;</ulink>.
+ <ulink url="&url.php.pear.manual;">&url.php.pear.manual;</ulink>.
See that page for most actual information about PEAR.
</para>
</note>
Index: phpdoc/global.ent
diff -u phpdoc/global.ent:1.126 phpdoc/global.ent:1.127
--- phpdoc/global.ent:1.126 Fri Nov 16 12:28:59 2001
+++ phpdoc/global.ent Sun Nov 18 10:30:34 2001
@@ -1,6 +1,6 @@
<!-- -*- SGML -*-
- $Id: global.ent,v 1.126 2001/11/16 17:28:59 zak Exp $
+ $Id: global.ent,v 1.127 2001/11/18 15:30:34 goba Exp $
Contains global "macros" for all the XML documents.
@@ -133,6 +133,7 @@
<!ENTITY url.php.manual "http://www.php.net/manual/">
<!ENTITY url.php.pear "http://pear.php.net/">
<!ENTITY url.php.pear.faq "http://pear.php.net/faq.php">
+<!ENTITY url.php.pear.manual "http://pear.php.net/manual/">
<!-- Not used in the english version, only here for compatibility -->
<!ENTITY url.php.snaps.manual "http://snaps.php.net/manual/">
@@ -226,5 +227,6 @@
<!ENTITY true '<constant>TRUE</constant>'>
<!ENTITY false '<constant>FALSE</constant>'>
<!ENTITY null '<constant>NULL</constant>'>
-<!-- note: use <type>NULL</type> if you're talking about the type NULL, &null;
-if it's about the value NULL -->
+<!-- use <type>NULL</type> if you're talking about the _type_ NULL,
+ use &null; if it's about the _value_ NULL
+ -->