philip          Fri Nov  7 13:14:40 2003 EDT

  Modified files:              
    /phpdoc/en  language-snippets.ent 
    /phpdoc/en/reference/image/functions        imagepsbbox.xml 
                                                imagepscopyfont.xml 
                                                imagepsencodefont.xml 
                                                imagepsextendfont.xml 
                                                imagepsfreefont.xml 
                                                imagepsloadfont.xml 
                                                imagepsslantfont.xml 
                                                imagepstext.xml 
  Log:
  Implemented the image config t1lib note as an entity (&note.config.t1lib;).
  
  
Index: phpdoc/en/language-snippets.ent
diff -u phpdoc/en/language-snippets.ent:1.58 phpdoc/en/language-snippets.ent:1.59
--- phpdoc/en/language-snippets.ent:1.58        Thu Aug 14 20:11:05 2003
+++ phpdoc/en/language-snippets.ent     Fri Nov  7 13:14:38 2003
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.58 $ -->
+<!-- $Revision: 1.59 $ -->
 
 <!ENTITY warn.experimental '<warning><simpara>This extension is
 <emphasis>EXPERIMENTAL</emphasis>. The behaviour of this extension --
@@ -88,6 +88,10 @@
 magic_quotes_gpc</link> defaults to <literal>on</literal>.  It essentially 
 runs <function>addslashes</function> on all your GET,  POST, and COOKIE data.
 You may use <function>stripslashes</function> to strip them.</para></note>'>
+
+<!ENTITY note.config.t1lib '<note><simpara>This function is only available 
+if PHP is compiled using <option role="configure">--enable-t1lib</option>.
+</simpara></note>'>
 
 <!-- Various notes -->
 <!ENTITY note.randomseed '<note><simpara>As of PHP 4.2.0, there is no need 
Index: phpdoc/en/reference/image/functions/imagepsbbox.xml
diff -u phpdoc/en/reference/image/functions/imagepsbbox.xml:1.4 
phpdoc/en/reference/image/functions/imagepsbbox.xml:1.5
--- phpdoc/en/reference/image/functions/imagepsbbox.xml:1.4     Fri Nov  7 07:46:11 
2003
+++ phpdoc/en/reference/image/functions/imagepsbbox.xml Fri Nov  7 13:14:40 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- splitted from ./en/functions/image.xml, last change in rev 1.2 -->
   <refentry id="function.imagepsbbox">
    <refnamediv>
@@ -53,12 +53,9 @@
      the angle is 0 degrees, you can expect the text to need 1 pixel
      more to every direction.
     </para>
-    <note>
-     <simpara>
-      This function is only available if PHP is compiled using
-      <option role="configure">--enable-t1lib</option>.
-     </simpara>
-    </note>
+    
+    &note.config.t1lib;
+    
     <para>
      This function returns an array containing the following elements:
      <informaltable>
Index: phpdoc/en/reference/image/functions/imagepscopyfont.xml
diff -u phpdoc/en/reference/image/functions/imagepscopyfont.xml:1.3 
phpdoc/en/reference/image/functions/imagepscopyfont.xml:1.4
--- phpdoc/en/reference/image/functions/imagepscopyfont.xml:1.3 Tue May 14 10:59:37 
2002
+++ phpdoc/en/reference/image/functions/imagepscopyfont.xml     Fri Nov  7 13:14:40 
2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/image.xml, last change in rev 1.2 -->
   <refentry id="function.imagepscopyfont">
    <refnamediv>
@@ -34,6 +34,9 @@
      function returns &false; and prints a message describing what went
      wrong.
     </para>
+    
+    &note.config.t1lib;
+    
     <para>
      See also <function>imagepsloadfont</function>.
     </para>
Index: phpdoc/en/reference/image/functions/imagepsencodefont.xml
diff -u phpdoc/en/reference/image/functions/imagepsencodefont.xml:1.4 
phpdoc/en/reference/image/functions/imagepsencodefont.xml:1.5
--- phpdoc/en/reference/image/functions/imagepsencodefont.xml:1.4       Fri Nov  7 
07:46:11 2003
+++ phpdoc/en/reference/image/functions/imagepsencodefont.xml   Fri Nov  7 13:14:40 
2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- splitted from ./en/functions/image.xml, last change in rev 1.2 -->
   <refentry id="function.imagepsencodefont">
    <refnamediv>
@@ -29,12 +29,9 @@
      to point to the right encoding file and all fonts you load will
      automatically have the right encoding.
     </para>
-    <note>
-     <simpara>
-      This function is only available if PHP is compiled using
-      <option role="configure">--enable-t1lib</option>.
-     </simpara>
-    </note>
+    
+    &note.config.t1lib;
+    
    </refsect1>
   </refentry>
 
Index: phpdoc/en/reference/image/functions/imagepsextendfont.xml
diff -u phpdoc/en/reference/image/functions/imagepsextendfont.xml:1.3 
phpdoc/en/reference/image/functions/imagepsextendfont.xml:1.4
--- phpdoc/en/reference/image/functions/imagepsextendfont.xml:1.3       Fri Nov  7 
07:46:11 2003
+++ phpdoc/en/reference/image/functions/imagepsextendfont.xml   Fri Nov  7 13:14:40 
2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/image.xml, last change in rev 1.7 -->
   <refentry id="function.imagepsextendfont">
    <refnamediv>
@@ -18,12 +18,9 @@
      the value of the <parameter>extend</parameter> parameter is less
      than one you will be condensing the font.
     </para>
-    <note>
-     <simpara>
-      This function is only available if PHP is compiled using
-      <option role="configure">--enable-t1lib</option>.
-     </simpara>
-    </note>
+        
+    &note.config.t1lib;
+    
    </refsect1>
   </refentry>
 
Index: phpdoc/en/reference/image/functions/imagepsfreefont.xml
diff -u phpdoc/en/reference/image/functions/imagepsfreefont.xml:1.4 
phpdoc/en/reference/image/functions/imagepsfreefont.xml:1.5
--- phpdoc/en/reference/image/functions/imagepsfreefont.xml:1.4 Fri Nov  7 07:46:11 
2003
+++ phpdoc/en/reference/image/functions/imagepsfreefont.xml     Fri Nov  7 13:14:40 
2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- splitted from ./en/functions/image.xml, last change in rev 1.2 -->
   <refentry id="function.imagepsfreefont">
    <refnamediv>
@@ -15,12 +15,9 @@
     <para>
      <function>imagepsfreefont</function> frees memory used by a PostScript Type 1 
font.
     </para>
-    <note>
-     <simpara>
-      This function is only available if PHP is compiled using
-      <option role="configure">--enable-t1lib</option>.
-     </simpara>
-    </note>
+    
+    &note.config.t1lib;
+    
     <para>
      See also <function>imagepsloadfont</function>.
     </para>
Index: phpdoc/en/reference/image/functions/imagepsloadfont.xml
diff -u phpdoc/en/reference/image/functions/imagepsloadfont.xml:1.3 
phpdoc/en/reference/image/functions/imagepsloadfont.xml:1.4
--- phpdoc/en/reference/image/functions/imagepsloadfont.xml:1.3 Fri Nov  7 07:46:11 
2003
+++ phpdoc/en/reference/image/functions/imagepsloadfont.xml     Fri Nov  7 13:14:40 
2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/image.xml, last change in rev 1.7 -->
   <refentry id="function.imagepsloadfont">
    <refnamediv>
@@ -38,12 +38,9 @@
       </programlisting>
      </example>
     </para>
-    <note>
-     <simpara>
-      This function is only available if PHP is compiled using
-      <option role="configure">--enable-t1lib</option>.
-     </simpara>
-    </note>
+    
+    &note.config.t1lib;
+    
     <para>
      See also <function>imagepsfreefont</function>.
     </para>
Index: phpdoc/en/reference/image/functions/imagepsslantfont.xml
diff -u phpdoc/en/reference/image/functions/imagepsslantfont.xml:1.3 
phpdoc/en/reference/image/functions/imagepsslantfont.xml:1.4
--- phpdoc/en/reference/image/functions/imagepsslantfont.xml:1.3        Fri Nov  7 
07:46:11 2003
+++ phpdoc/en/reference/image/functions/imagepsslantfont.xml    Fri Nov  7 13:14:40 
2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/image.xml, last change in rev 1.2 -->
   <refentry id="function.imagepsslantfont">
    <refnamediv>
@@ -18,12 +18,9 @@
      parameter with a slant of the value of the
      <parameter>slant</parameter> parameter.
     </para>
-    <note>
-     <simpara>
-      This function is only available if PHP is compiled using
-      <option role="configure">--enable-t1lib</option>.
-     </simpara>
-    </note>
+    
+    &note.config.t1lib;
+    
    </refsect1>
   </refentry>
 
Index: phpdoc/en/reference/image/functions/imagepstext.xml
diff -u phpdoc/en/reference/image/functions/imagepstext.xml:1.6 
phpdoc/en/reference/image/functions/imagepstext.xml:1.7
--- phpdoc/en/reference/image/functions/imagepstext.xml:1.6     Fri Nov  7 07:46:11 
2003
+++ phpdoc/en/reference/image/functions/imagepstext.xml Fri Nov  7 13:14:40 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
 <!-- splitted from ./en/functions/image.xml, last change in rev 1.2 -->
   <refentry id="function.imagepstext">
    <refnamediv>
@@ -83,12 +83,9 @@
      <parameter>tightness</parameter>, <parameter>angle</parameter>
      and <parameter>antialias_steps</parameter> are optional.
     </para>
-    <note>
-     <simpara>
-      This function is only available if PHP is compiled using
-      <option role="configure">--enable-t1lib</option>.
-     </simpara>
-    </note>
+    
+    &note.config.t1lib;
+    
     <para>
      This function returns an array containing the following elements:
      <informaltable>

Reply via email to