List:Commits« Previous MessageNext Message »
From:jon Date:October 4 2006 5:59pm
Subject:svn commit - mysqldoc@docsrva: r3540 - in trunk: refman-4.1 refman-5.0 refman-5.1
View as plain text  
Author: jstephens
Date: 2006-10-04 17:59:45 +0200 (Wed, 04 Oct 2006)
New Revision: 3540

Log:

"Supported Platforms" -> "Platforms On Which MySQL Is Known To Run"

Added link to Supported Platforms page on www.mysql.com.

(Philip A.)



Modified:
   trunk/refman-4.1/installing.xml
   trunk/refman-5.0/installing.xml
   trunk/refman-5.1/installing.xml


Modified: trunk/refman-4.1/installing.xml
===================================================================
--- trunk/refman-4.1/installing.xml	2006-10-04 15:08:26 UTC (rev 3539)
+++ trunk/refman-4.1/installing.xml	2006-10-04 15:59:45 UTC (rev 3540)
Changed blocks: 3, Lines Added: 17, Lines Deleted: 7; 1990 bytes

@@ -35,10 +35,11 @@
 
     <listitem>
       <para>
-        <emphasis role="bold">Determine whether your platform is
-        supported.</emphasis> Please note that not all supported systems
-        are equally suitable for running MySQL. On some platforms it is
-        much more robust and efficient than others. See
+        <emphasis role="bold">Determine whether MySQL runs, and whether
+          it is supported on your platform.</emphasis> Please note that
+        not all platforms are equally suitable for running MySQL, and
+        that not all platforms on which MySQL is known to run are
+        officially supported by MySQL AB. See 
         <xref linkend="which-os"/>, for details.
       </para>
     </listitem>

@@ -147,7 +148,7 @@
 
     <section id="which-os">
 
-      <title>Operating Systems Supported by MySQL</title>
+      <title>Operating Systems On Which MySQL Is Known To Run</title>
 
       <indexterm>
         <primary>operating systems</primary>

@@ -172,9 +173,18 @@
       </indexterm>
 
       <para>
-        This section lists the operating systems on which you can expect
-        to be able to run MySQL.
+        This section lists the operating systems on which MySQL is known
+        to run.
       </para>
+      
+      <para>
+        <emphasis role="bold">Important</emphasis>: MySQL AB does not
+        necessarily provide official support for all the platforms
+        listed in this section. For information about those platforms
+        which MySQL AB officially supports, see 
+        <ulink url="http://www.mysql.com/support/supportedplatforms.html">MySQL
+          Server Supported Platforms</ulink> on the MySQL website.
+      </para>
 
       <para>
         We use GNU Autoconf, so it is possible to port MySQL to all


Modified: trunk/refman-5.0/installing.xml
===================================================================
--- trunk/refman-5.0/installing.xml	2006-10-04 15:08:26 UTC (rev 3539)
+++ trunk/refman-5.0/installing.xml	2006-10-04 15:59:45 UTC (rev 3540)
Changed blocks: 3, Lines Added: 17, Lines Deleted: 7; 2015 bytes

@@ -50,10 +50,11 @@
 
     <listitem>
       <para>
-        <emphasis role="bold">Determine whether your platform is
-        supported.</emphasis> Please note that not all supported systems
-        are equally suitable for running MySQL. On some platforms it is
-        much more robust and efficient than others. See
+        <emphasis role="bold">Determine whether MySQL runs, and whether
+          it is supported on your platform.</emphasis> Please note that
+        not all platforms are equally suitable for running MySQL, and
+        that not all platforms on which MySQL is known to run are
+        officially supported by MySQL AB. See 
         <xref linkend="which-os"/>, for details.
       </para>
     </listitem>

@@ -163,7 +164,7 @@
 
     <section id="which-os" role="cs">
 
-      <title>Operating Systems Supported by MySQL</title>
+      <title>Operating Systems On Which MySQL Is Known To Run</title>
       &cs-only;
       <indexterm>
         <primary>operating systems</primary>

@@ -188,9 +189,18 @@
       </indexterm>
 
       <para>
-        This section lists the operating systems on which you can expect
-        to be able to run MySQL.
+        This section lists the operating systems on which MySQL is known
+        to run.
       </para>
+      
+      <para>
+        <emphasis role="bold">Important</emphasis>: MySQL AB does not
+        necessarily provide official support for all the platforms
+        listed in this section. For information about those platforms
+        which MySQL AB officially supports, see 
+        <ulink url="http://www.mysql.com/support/supportedplatforms.html">MySQL
+          Server Supported Platforms</ulink> on the MySQL website.
+      </para>
 
       <para>
         We use GNU Autoconf, so it is possible to port MySQL to all


Modified: trunk/refman-5.1/installing.xml
===================================================================
--- trunk/refman-5.1/installing.xml	2006-10-04 15:08:26 UTC (rev 3539)
+++ trunk/refman-5.1/installing.xml	2006-10-04 15:59:45 UTC (rev 3540)
Changed blocks: 3, Lines Added: 17, Lines Deleted: 7; 1990 bytes

@@ -35,10 +35,11 @@
 
     <listitem>
       <para>
-        <emphasis role="bold">Determine whether your platform is
-        supported.</emphasis> Please note that not all supported systems
-        are equally suitable for running MySQL. On some platforms it is
-        much more robust and efficient than others. See
+        <emphasis role="bold">Determine whether MySQL runs, and whether
+          it is supported on your platform.</emphasis> Please note that
+        not all platforms are equally suitable for running MySQL, and
+        that not all platforms on which MySQL is known to run are
+        officially supported by MySQL AB. See 
         <xref linkend="which-os"/>, for details.
       </para>
     </listitem>

@@ -147,7 +148,7 @@
 
     <section id="which-os">
 
-      <title>Operating Systems Supported by MySQL</title>
+      <title>Operating Systems On Which MySQL Is Known To Run</title>
 
       <indexterm>
         <primary>operating systems</primary>

@@ -172,9 +173,18 @@
       </indexterm>
 
       <para>
-        This section lists the operating systems on which you can expect
-        to be able to run MySQL.
+        This section lists the operating systems on which MySQL is known
+        to run.
       </para>
+      
+      <para>
+        <emphasis role="bold">Important</emphasis>: MySQL AB does not
+        necessarily provide official support for all the platforms
+        listed in this section. For information about those platforms
+        which MySQL AB officially supports, see 
+        <ulink url="http://www.mysql.com/support/supportedplatforms.html">MySQL
+          Server Supported Platforms</ulink> on the MySQL website.
+      </para>
 
       <para>
         We use GNU Autoconf, so it is possible to port MySQL to all


Thread
svn commit - mysqldoc@docsrva: r3540 - in trunk: refman-4.1 refman-5.0 refman-5.1jon4 Oct