goba            Fri Feb  8 09:12:05 2002 EDT

  Modified files:              
    /phpdoc/en/chapters config.xml 
    /phpdoc/en/functions        mnogosearch.xml image.xml strings.xml 
  Log:
  Removing exotic tags, replace them with more common ones.
  Eg use <varname> instead of <symbol> for PHP variable names.
  
  
Index: phpdoc/en/chapters/config.xml
diff -u phpdoc/en/chapters/config.xml:1.38 phpdoc/en/chapters/config.xml:1.39
--- phpdoc/en/chapters/config.xml:1.38  Thu Feb  7 18:44:11 2002
+++ phpdoc/en/chapters/config.xml       Fri Feb  8 09:12:04 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.38 $ -->
+<!-- $Revision: 1.39 $ -->
  <chapter id="configuration">
   <title>Configuration</title>
 
@@ -686,7 +686,7 @@
        <listitem>
         <para>
          If enabled, the last error message will always be present in the
-         global variable <symbol>$php_errormsg</symbol>.</para>
+         global variable <varname>$php_errormsg</varname>.</para>
        </listitem>
       </varlistentry>
 
Index: phpdoc/en/functions/mnogosearch.xml
diff -u phpdoc/en/functions/mnogosearch.xml:1.34 
phpdoc/en/functions/mnogosearch.xml:1.35
--- phpdoc/en/functions/mnogosearch.xml:1.34    Sat Feb  2 10:36:04 2002
+++ phpdoc/en/functions/mnogosearch.xml Fri Feb  8 09:12:04 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.34 $ -->
+<!-- $Revision: 1.35 $ -->
 <reference id="ref.mnogo">
  <title>mnoGoSearch Functions</title>
  <titleabbrev>mnoGoSearch</titleabbrev>
@@ -1230,7 +1230,7 @@
       UDM_PARAM_VARDIR - specifies a custom path to directory where indexer 
       stores data when using built-in database and in cache mode.
       By default <literal>/var</literal> directory of
-      <application>mnoGoSearch</application> installation is used. Can have 
+      mnoGoSearch installation is used. Can have 
       only string values. The parameter is available in PHP 4.1.0 or later.
      </simpara>
     </listitem>
@@ -1239,7 +1239,7 @@
       UDM_PARAM_VARDIR - specifies a custom path to directory where indexer 
       stores data when using built-in database and in cache mode.
       By default <literal>/var</literal> directory of
-      <application>mnoGoSearch</application> installation is used. Can have 
+      mnoGoSearch installation is used. Can have 
       only string values. The parameter is available in PHP 4.1.0 or later.
      </simpara>
     </listitem>
Index: phpdoc/en/functions/image.xml
diff -u phpdoc/en/functions/image.xml:1.75 phpdoc/en/functions/image.xml:1.76
--- phpdoc/en/functions/image.xml:1.75  Sat Feb  2 10:36:00 2002
+++ phpdoc/en/functions/image.xml       Fri Feb  8 09:12:05 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.75 $ -->
+<!-- $Revision: 1.76 $ -->
 <reference id="ref.image">
  <title>Image functions</title>
  <titleabbrev>Image</titleabbrev>
@@ -53,7 +53,7 @@
     <acronym>PSD</acronym> or <acronym>BMP</acronym> image file and
     return the dimensions along with the file type and a height/width
     text string to be used inside a normal <acronym>HTML</acronym>
-    <sgmltag>IMG</sgmltag> tag.
+    <literal>IMG</literal> tag.
    </para>
    <para>
     Returns an array with 4 elements. Index 0 contains the width of
Index: phpdoc/en/functions/strings.xml
diff -u phpdoc/en/functions/strings.xml:1.159 phpdoc/en/functions/strings.xml:1.160
--- phpdoc/en/functions/strings.xml:1.159       Fri Feb  8 06:25:51 2002
+++ phpdoc/en/functions/strings.xml     Fri Feb  8 09:12:05 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.159 $ -->
+<!-- $Revision: 1.160 $ -->
  <reference id="ref.strings">
   <title>String functions</title>
   <titleabbrev>Strings</titleabbrev>
@@ -685,10 +685,9 @@
 ]]>
       </programlisting>
      </example>
-     The <literal>$encoded</literal> variable will now contain: "Hallo
-     &amp;<sgmltag>amp</sgmltag>;
-     &amp;<sgmltag>lt</sgmltag>;Frau&amp;<sgmltag>gt</sgmltag>;
-     &amp;<sgmltag>amp</sgmltag>; Kr&amp;<sgmltag>auml</sgmltag>;mer".
+     The <literal>$encoded</literal> variable will now contain: 
+     <literal>"Hallo &amp;amp; &amp;lt;Frau&amp;gt; &amp;amp;
+     Kr&amp;auml;mer".</literal>
     </para>
     <para>
      The cool thing is using <function>array_flip</function> to change


Reply via email to