List:Commits« Previous MessageNext Message »
From:mcbrown Date:September 5 2006 1:20pm
Subject:svn commit - mysqldoc@docsrva: r3234 - trunk/guibook
View as plain text  
Author: mcbrown
Date: 2006-09-05 15:20:08 +0200 (Tue, 05 Sep 2006)
New Revision: 3234

Log:
Changing dashes to ndash entity
Importing fixed character entities
Reformat



Modified:
   trunk/guibook/guibook.xml


Modified: trunk/guibook/guibook.xml
===================================================================
--- trunk/guibook/guibook.xml	2006-09-05 12:29:42 UTC (rev 3233)
+++ trunk/guibook/guibook.xml	2006-09-05 13:20:08 UTC (rev 3234)
Changed blocks: 3, Lines Added: 130, Lines Deleted: 62; 10273 bytes

@@ -2,8 +2,12 @@
 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" 
 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" 
 [
-    <!ENTITY % gui-common.entities    SYSTEM "../gui-common/gui-common.ent">
-    %gui-common.entities;
+  <!ENTITY % fixedchars.entities  SYSTEM "../refman-common/fixedchars.ent">
+  %fixedchars.entities;
+  <!ENTITY % urls.entities       SYSTEM "../refman-common/urls.ent">
+  %urls.entities;
+  <!ENTITY % gui-common.entities    SYSTEM "../gui-common/gui-common.ent">
+  %gui-common.entities;
 ]>
 <book id="mysql-gui-tools" lang="en">
 

@@ -23,7 +27,7 @@
     <abstract>
 
       <para>
-      This manual describes all the MySQL GUI Tools.
+        This manual describes all the MySQL GUI Tools.
       </para>
 
       <para>

@@ -41,136 +45,200 @@
   </bookinfo>
 
   <preface>
+
     <title>Preface</title>
-    
-    <para>The MySQL GUI Tools provide a suite of functionality that has been
-      designed to provide desktop applications for the administration MySQL
-      server and for building and manipulating the data within MySQL databases. </para>
-    
-    <para>This book provides a combined guide to the following tools: </para>
-    
+
+    <para>
+      The MySQL GUI Tools provide a suite of functionality that has been
+      designed to provide desktop applications for the administration
+      MySQL server and for building and manipulating the data within
+      MySQL databases.
+    </para>
+
+    <para>
+      This book provides a combined guide to the following tools:
+    </para>
+
     <itemizedlist>
-      <listitem><para><emphasis role="bold"><link linkend="administrator">MySQL
-        Administrator</link></emphasis> -
-        provides administration tools and utilities to monitor and administer
-        databases, users privileges and data within a MySQL instance.</para></listitem>
-      <listitem><para><emphasis role="bold"><link linkend="query-browser">MySQL Query Browser</link></emphasis> -
-        provides an interface for building and testing queries interactively.</para></listitem>
-      <listitem><para><emphasis role="bold"><link linkend="migration-toolkit">MySQL Migration Toolkit</link></emphasis> -
-      used to migrate existing database information to MySQL (Windows only).</para></listitem>
-      <listitem><para><emphasis role="bold"><link linkend="workbench">MySQL Workbench</link></emphasis> - a
-        database development environment where you can model your tables and
-        relationships and procuce MySQL table definitions.</para></listitem>
+
+      <listitem>
+        <para>
+          <emphasis role="bold"><link linkend="administrator">MySQL
+          Administrator</link></emphasis> &ndash; provides
+          administration tools and utilities to monitor and administer
+          databases, users privileges and data within a MySQL instance.
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          <emphasis role="bold"><link linkend="query-browser">MySQL
+          Query Browser</link></emphasis> &ndash; provides an interface
+          for building and testing queries interactively.
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          <emphasis role="bold"><link linkend="migration-toolkit">MySQL
+          Migration Toolkit</link></emphasis> &ndash; used to migrate
+          existing database information to MySQL (Windows only).
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          <emphasis role="bold"><link linkend="workbench">MySQL
+          Workbench</link></emphasis> &ndash; a database development
+          environment where you can model your tables and relationships
+          and procuce MySQL table definitions.
+        </para>
+      </listitem>
+
     </itemizedlist>
-    
+
   </preface>
-  
+
   <part id="administrator">
+
     <title>&administrator;</title>
-    
+
     <xi:include href="../administrator/introduction.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
+
     <xi:include href="../administrator/installation.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
+
     <xi:include href="../administrator/starting.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
+
     <xi:include href="../administrator/main-window.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
+
     <xi:include href="../administrator/server-information.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
+
     <xi:include href="../administrator/service-control.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
+
     <xi:include href="../administrator/startup-variables.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
+
     <xi:include href="../administrator/server-connections.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
+
     <xi:include href="../administrator/user-administration.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
+
     <xi:include href="../administrator/health.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
+
     <xi:include href="../administrator/server-logs.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
+
     <xi:include href="../administrator/backup.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
+
     <xi:include href="../administrator/restore.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
+
     <xi:include href="../administrator/replication-status.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
+
     <xi:include href="../administrator/catalogs.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-    
+
   </part>
-  
-  
+
   <part id="query-browser">
+
     <title>&query_browser;</title>
-    
+
     <xi:include href="../query-browser/introduction.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
+
     <xi:include href="../query-browser/installation.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
+
     <xi:include href="../query-browser/starting.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
+
     <xi:include href="../query-browser/tour.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-    <xi:include href="../query-browser/using.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>  
 
+    <xi:include href="../query-browser/using.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
+
   </part>
-  
+
   <part id="qb-ad-options">
+
     <title>Common Administrator and Query Browser Components</title>
+
     <chapter id="mysql-gui-options">
-      
+
       <title>Options Dialog</title>
-      
-      <!--
+
+<!--
         Include sections that are shared in common between administrator and
         query-browser documents, then the final document-specific section.
       -->
-      
+
       <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../gui-common/chapter-options-introduction.xml"/>
-      
+
       <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../gui-common/chapter-options-general.xml"/>
-      
+
       <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../gui-common/chapter-options-connections.xml"/>
-      
+
       <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../gui-common/chapter-options-editors.xml"/>
-      
+
       <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
         href="../query-browser/chapter-options-query-browser.xml"/>
-      
+
       <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
         href="../administrator/chapter-options-administrator.xml"/>
-      
-      </chapter>
+
+    </chapter>
+
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../gui-common/chapter-table-editor.xml"/>
+
   </part>
-  
+
   <part id="migration-toolkit">
+
     <title>&migration_toolkit;</title>
+
     <xi:include href="../migration-toolkit/introduction.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
+
     <xi:include href="../migration-toolkit/installation.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
+
     <xi:include href="../migration-toolkit/starting.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
+
     <xi:include href="../migration-toolkit/overview.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
+
     <xi:include href="../migration-toolkit/indepth.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
+
     <xi:include href="../migration-toolkit/extending.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
+
     <xi:include href="../migration-toolkit/accessprep.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
+
   </part>
- 
-  
-<part id="workbench">
 
-<title>&workbench;</title>
+  <part id="workbench">
 
-  <xi:include href="../workbench/introduction.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="../workbench/installation.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  <xi:include href="../workbench/overview.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
+    <title>&workbench;</title>
 
-</part>
+    <xi:include href="../workbench/introduction.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
 
+    <xi:include href="../workbench/installation.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
+
+    <xi:include href="../workbench/overview.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
+
+  </part>
+
   <part id="appendices">
-  <title>Appendices</title>
-  
+
+    <title>Appendices</title>
+
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../gui-common/appendix-source-install.xml"/>
-    
+
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../gui-common/appendix-troubleshooting.xml"/>
-    
+
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../gui-common/appendix-connection-storage.xml"/>
-    
+
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../gui-common/appendix-common-files.xml"/>
-    
+
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
       href="../query-browser/xml-files.xml" />
-    
+
     <xi:include href="../administrator/xml-files.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-    
+
     <xi:include href="../administrator/tray-monitor.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-    
+
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../gui-common/appendix-third-party.xml"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../gui-common/appendix-translator-notes.xml"/>
-    
+
   </part>
-  
-  </book>
\ No newline at end of file
+
+</book>


Thread
svn commit - mysqldoc@docsrva: r3234 - trunk/guibookmcbrown5 Sep