List:Commits« Previous MessageNext Message »
From:plavin Date:October 10 2006 3:45pm
Subject:svn commit - mysqldoc@docsrva: r3593 - trunk/gui-common
View as plain text  
Author: plavin
Date: 2006-10-10 17:45:19 +0200 (Tue, 10 Oct 2006)
New Revision: 3593

Log:
Use the urls entity file

Modified:
   trunk/gui-common/installation-all.xml


Modified: trunk/gui-common/installation-all.xml
===================================================================
--- trunk/gui-common/installation-all.xml	2006-10-10 14:01:24 UTC (rev 3592)
+++ trunk/gui-common/installation-all.xml	2006-10-10 15:45:19 UTC (rev 3593)
Changed blocks: 5, Lines Added: 7, Lines Deleted: 4; 1770 bytes

@@ -6,6 +6,9 @@
     %fixedchars.entities;
     <!ENTITY % gui-common.entities    SYSTEM "../gui-common/gui-common.ent">
     %gui-common.entities;
+    <!ENTITY % urls.entities  SYSTEM "../refman-common/urls.ent">
+    %urls.entities;
+    
     ]>
 <chapter id="guitools-general">
   

@@ -18,7 +21,7 @@
     <para>
       &gui_tools; run on Windows, Linux, and Mac OS X. You can find
       &gui_tools; for the operating system of your choice on the
-      <ulink url="http://dev.mysql.com/downloads/gui-tools/5.0.html">&gui_tools;
+      <ulink url="&base-url-downloads;/gui-tools/5.0.html">&gui_tools;
         Downloads</ulink> page.
     </para>
     

@@ -250,7 +253,7 @@
       </para>
       
       <programlisting>
-shell &gt; rpm -Uv mysql-*.rpm
+shell&gt; rpm -Uv mysql-*.rpm
 </programlisting>
       
       <para>

@@ -270,7 +273,7 @@
       </para>
       
       <programlisting>
-shell &gt; rpm -iv mysql-gui-tools<replaceable>version</replaceable>.rpm mysql-administrator<replaceable>version</replaceable>.rpm 
+shell&gt; rpm -iv mysql-gui-tools<replaceable>version</replaceable>.rpm mysql-administrator<replaceable>version</replaceable>.rpm 
 </programlisting>
         
       <para>

@@ -290,7 +293,7 @@
       
       <para>
         See the
-        <ulink url="http://dev.mysql.com/downloads/gui-tools/5.0.html">&gui_tools;
+        <ulink url="&base-url-downloads;/gui-tools/5.0.html">&gui_tools;
           Downloads</ulink> page for the most up-to-date listing of the
         various RPM packages available.
       </para>


Thread
svn commit - mysqldoc@docsrva: r3593 - trunk/gui-commonplavin10 Oct