List:Commits« Previous MessageNext Message »
From:plavin Date:October 12 2007 5:13pm
Subject:svn commit - mysqldoc@docsrva: r8080 - in trunk: userguide workbench-pro
View as plain text  
Author: plavin
Date: 2007-10-12 19:13:56 +0200 (Fri, 12 Oct 2007)
New Revision: 8080

Log:
reorganise workbench-pro


Added:
   trunk/workbench-pro/initial-startup.xml
   trunk/workbench-pro/mysql-enterprise.xml
   trunk/workbench-pro/upgrading.xml
Modified:
   trunk/userguide/introduction.xml
   trunk/workbench-pro/installing.xml
   trunk/workbench-pro/toc.txt
   trunk/workbench-pro/uninstalling.xml
   trunk/workbench-pro/workbench-pro.xml


Modified: trunk/userguide/introduction.xml
===================================================================
--- trunk/userguide/introduction.xml	2007-10-12 17:03:18 UTC (rev 8079)
+++ trunk/userguide/introduction.xml	2007-10-12 17:13:56 UTC (rev 8080)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 383 bytes

@@ -6,7 +6,7 @@
 %all.entities;
 ]>
 
-<chapter>
+<chapter id="userguide-introduction">
 <title>Introduction</title>
 
 <!-- Start Intro -->


Added: trunk/workbench-pro/initial-startup.xml
===================================================================
--- trunk/workbench-pro/initial-startup.xml	                        (rev 0)
+++ trunk/workbench-pro/initial-startup.xml	2007-10-12 17:13:56 UTC (rev 8080)
Changed blocks: 1, Lines Added: 49, Lines Deleted: 0; 1302 bytes

@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
+"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
+[
+  <!ENTITY % all.entities SYSTEM "all-entities.ent">
+  %all.entities;
+]>
+<chapter id="workbench-pro-initial-startup">
+
+  <title>&workbench_pro; Initial Start-up</title>
+  
+  <section id="workbench-pro-activation">
+    <title>Activation Procedure (commercial version)</title>
+    <para>
+      
+    </para>
+  </section>
+  
+  <section id="workbench-pro-startup-windows">
+    <title>Start-up Under Windows</title>
+    <para>
+      
+    </para>
+  </section>
+  
+  <section id="workbench-pro-startup-linux">
+    <title>Startup Under Linux</title>
+    <para>
+      
+    </para>
+  </section>
+  
+  <section id="workbench-pro-startup-osx">
+    <title>Start-up On Mac OS X</title>
+    <para>
+      
+    </para>
+  </section>
+  
+  <section id="workbench-pro-startup-options">
+    <title>Start-up Options</title>
+    
+    <para>
+      
+    </para>
+  </section>
+ 
+
+</chapter>


Modified: trunk/workbench-pro/installing.xml
===================================================================
--- trunk/workbench-pro/installing.xml	2007-10-12 17:03:18 UTC (rev 8079)
+++ trunk/workbench-pro/installing.xml	2007-10-12 17:13:56 UTC (rev 8080)
Changed blocks: 1, Lines Added: 5, Lines Deleted: 0; 490 bytes

@@ -105,6 +105,11 @@
       and double click <literal>MySQLWorkbench.exe</literal>.
     </para>
 
+    <remark>
+      [PL] When appropriate, dd sections for other OSs as described in
+      TOC.txt
+    </remark>
+
   </section>
 
 </chapter>


Added: trunk/workbench-pro/mysql-enterprise.xml
===================================================================
--- trunk/workbench-pro/mysql-enterprise.xml	                        (rev 0)
+++ trunk/workbench-pro/mysql-enterprise.xml	2007-10-12 17:13:56 UTC (rev 8080)
Changed blocks: 1, Lines Added: 60, Lines Deleted: 0; 1909 bytes

@@ -0,0 +1,60 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
+"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
+[ 
+  <!ENTITY % all.entities SYSTEM "all-entities.ent">
+  %all.entities;
+]>
+<chapter id="mysql-enterprise">
+
+<!--starting tools-->
+
+  <title>MySQL Enterprise</title>
+
+  <para>
+    A MySQL Enterprise subscription is the most comprehensive offering
+    of MySQL database software, services and support; it ensures that
+    your business achieves the highest levels of reliability, security,
+    and uptime.
+  </para>
+
+  <para>
+    An Enterprise Subscription includes:
+
+    <orderedlist>
+
+      <listitem>
+        <para>
+          The MySQL Enterprise Server &ndash; the most reliable, secure,
+          and up-to-date version of the world’s most popular open
+          source database
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          The MySQL Enterprise Monitor &ndash; An automated
+          virtual DBA assistant that monitors all your MySQL Servers
+          around-the-clock, identifies exceptions to MySQL best
+          practices, and provides expert advice on fixing any problems
+          discovered
+        </para>
+      </listitem>
+
+      <listitem>
+        <para>
+          MySQL Production Support &ndash; Technical and consultative
+          support when you need it, along with regularly scheduled
+          service packs, hot-fixes, and more
+        </para>
+      </listitem>
+
+    </orderedlist>
+  </para>
+
+  <para>
+    For more information, visit
+    <ulink url="http://www.mysql.com/enterprise"/>.
+  </para>
+
+</chapter>


Modified: trunk/workbench-pro/toc.txt
===================================================================
--- trunk/workbench-pro/toc.txt	2007-10-12 17:03:18 UTC (rev 8079)
+++ trunk/workbench-pro/toc.txt	2007-10-12 17:13:56 UTC (rev 8080)
Changed blocks: 2, Lines Added: 3, Lines Deleted: 3; 780 bytes

@@ -1,8 +1,8 @@
 astraia~/svn> svn co svn+ssh://shinz@stripped/svnroot/mysql-workbench-pro
 
 Table of Contents
-1. MySQL Enterprise
-2. Installation
+1. MySQL Enterprise+
+2. Installation+
 2.1. Introduction
 2.2. Installation Under Windows
 2.2.1. Using the Windows Installer

@@ -12,7 +12,7 @@
 2.3.1. Installing the Generic Tarball
 2.3.2. RPM Installation
 2.4. Installation Under Mac OS X
-3. Removing MySQL Workbench
+3. Removing MySQL Workbench+
 3.1. Uninstallation – Windows
 3.2. Uninstallation – Linux
 3.3. Uninstallation – Mac OS X


Modified: trunk/workbench-pro/uninstalling.xml
===================================================================
--- trunk/workbench-pro/uninstalling.xml	2007-10-12 17:03:18 UTC (rev 8079)
+++ trunk/workbench-pro/uninstalling.xml	2007-10-12 17:13:56 UTC (rev 8080)
Changed blocks: 2, Lines Added: 8, Lines Deleted: 2; 1120 bytes

@@ -9,11 +9,17 @@
 
   <title>Removing &workbench_pro;</title>
   
-  <section id="guitools-uninstalling-windows">
+  <section id="workbench-pro-uninstalling-windows">
     
     <title>Uninstalling &workbench_pro;</title>
     
     <para>
+      To uninstall &workbench_pro; remove the
+      <filename>C:\<replaceable>%PROGRAMFILES%</replaceable>\MySQL Workbench <replaceable>version</replaceable></filename>
+      directory and all its contents.
+    </para>
+    
+    <!--para>
       To uninstall &workbench_pro;, open the <literal>Control
         Panel</literal> and Choose <literal>Add or Remove
           Programs</literal>. Find the <literal>&workbench_pro;</literal> entry

@@ -33,7 +39,7 @@
         Removing an application manually will not remove all the files
         belonging to that application.
       </para>
-    </note>
+    </note-->
     
     </section>
 


Added: trunk/workbench-pro/upgrading.xml
===================================================================
--- trunk/workbench-pro/upgrading.xml	                        (rev 0)
+++ trunk/workbench-pro/upgrading.xml	2007-10-12 17:13:56 UTC (rev 8080)
Changed blocks: 1, Lines Added: 56, Lines Deleted: 0; 1336 bytes

@@ -0,0 +1,56 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
+"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
+[
+  <!ENTITY % all.entities SYSTEM "all-entities.ent">
+  %all.entities;
+]>
+<chapter id="upgrading-workbench-pro">
+
+  <title>Upgrading &workbench_pro;</title>
+  
+  <para>
+    
+  </para>
+  <section id="automatic-upgrade">
+    <title> Automatic Update</title>
+    <para>
+      
+    </para>
+  </section>
+  <section id="upgrading-windows">
+    <title>Upgrading – Windows</title>
+    <para>
+      
+    </para>
+  </section>
+  
+  <section id="upgrading-unix">
+    <title>Upgrading – Unix</title>
+    <para>
+      
+    </para>
+    <section id="rpm-upgrade">
+      <title>RPM Upgrade</title>
+      <para>
+        
+      </para>
+    </section>
+    
+    <section id="tarball-upgrade">
+      <title>Tarball Upgrade</title>
+      <para>
+        
+      </para>
+    </section>
+  </section>
+  
+  <section id="upgrading-osx">
+    <title>Upgrading – Mac OS X</title>
+    <para>
+      
+    </para>
+  </section>
+  
+  
+</chapter>


Modified: trunk/workbench-pro/workbench-pro.xml
===================================================================
--- trunk/workbench-pro/workbench-pro.xml	2007-10-12 17:03:18 UTC (rev 8079)
+++ trunk/workbench-pro/workbench-pro.xml	2007-10-12 17:13:56 UTC (rev 8080)
Changed blocks: 1, Lines Added: 9, Lines Deleted: 2; 1080 bytes

@@ -36,14 +36,21 @@
 
   <index/>
   
+  <xi:include href="mysql-enterprise.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
+  
   <xi:include href="installing.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
   
+  <xi:include href="uninstalling.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
+  
+  <xi:include href="upgrading.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
+  
+  <xi:include href="initial-startup.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
+  
   <xi:include href="using.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
   
   <xi:include href="grt-shell.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
   
-  <xi:include href="uninstalling.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/>
-  
+
   <!--xi:include href="change-history.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/-->
 
 </book>


Thread
svn commit - mysqldoc@docsrva: r8080 - in trunk: userguide workbench-proplavin12 Oct