Author: shinz
Date: 2005-11-15 21:55:06 +0100 (Tue, 15 Nov 2005)
New Revision: 344
Log:
Unify hints to additional resources (it's an itemized list now, prefixed by a boldface Additional Resources)
Modified:
trunk/refman-5.0/connector-net.xml
trunk/refman-5.0/innodb.xml
trunk/refman-5.0/ndbcluster.xml
trunk/refman-5.0/spatial-extensions-in-mysql.xml
trunk/refman-5.0/storage-engines.xml
trunk/refman-5.1/ndbcluster.xml
Modified: trunk/refman-5.0/connector-net.xml
===================================================================
--- trunk/refman-5.0/connector-net.xml 2005-11-15 20:42:49 UTC (rev 343)
+++ trunk/refman-5.0/connector-net.xml 2005-11-15 20:55:06 UTC (rev 344)
@@ -106,16 +106,32 @@
</para>
<para>
- Community support for &connector_net; can be found through the
- forums at
- <ulink url="http://forums.mysql.com">http://forums.mysql.com</ulink>
- and through the mailing lists at
- <ulink url="http://lists.mysql.com">http://lists.mysql.com</ulink>.
- Paid support is available from MySQL AB, additional information is
- available at
- <ulink url="http://www.mysql.com/support/">http://www.mysql.com/support/</ulink>.
+ <emphasis role="bold">Additional resources</emphasis>
+ <itemizedlist>
+ <listitem>
+ <para>
+ Community support for &connector_net; can be found through the
+ forums at
+ <ulink url="http://forums.mysql.com">http://forums.mysql.com</ulink>.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Community support for &connector_net; can also be found through the
+ mailing lists at
+ <ulink url="http://lists.mysql.com">http://lists.mysql.com</ulink>.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Paid support is available from MySQL AB, additional information is
+ available at
+ <ulink url="http://www.mysql.com/support/"/>.
+ </para>
+ </listitem>
+ </itemizedlist>
</para>
-
+
<para>
This document is intended as a user's guide to &connector_net; and
not as a syntax reference. If you need detailed syntax information
Modified: trunk/refman-5.0/innodb.xml
===================================================================
--- trunk/refman-5.0/innodb.xml 2005-11-15 20:42:49 UTC (rev 343)
+++ trunk/refman-5.0/innodb.xml 2005-11-15 20:55:06 UTC (rev 344)
@@ -111,11 +111,18 @@
</para>
<para>
- For the <literal>InnoDB</literal> storage engine, there's a
- dedicated forum available on
- <ulink url="http://forums.mysql.com/list.php?22"/>.
+ <emphasis role="bold">Additional resources</emphasis>
+ <itemizedlist>
+ <listitem>
+ <para>
+ For the <literal>InnoDB</literal> storage engine, there's a
+ dedicated forum available on
+ <ulink url="http://forums.mysql.com/list.php?22"/>.
+ </para>
+ </listitem>
+ </itemizedlist>
</para>
-
+
</section>
<section id="innodb-contact-information">
Modified: trunk/refman-5.0/ndbcluster.xml
===================================================================
--- trunk/refman-5.0/ndbcluster.xml 2005-11-15 20:42:49 UTC (rev 343)
+++ trunk/refman-5.0/ndbcluster.xml 2005-11-15 20:55:06 UTC (rev 344)
@@ -51,37 +51,37 @@
</para>
<para>
- You may wish to make use of two additional online resources provided
- by MySQL AB:
+ <emphasis role="bold">Additional resources</emphasis>
+ <itemizedlist>
+ <listitem>
+ <para>
+ Answers to some commonly asked questions about Cluster may be found
+ in the <xref linkend="mysql-cluster-faq"/>.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ The MySQL Cluster mailing list:
+ <ulink url="http://lists.mysql.com/cluster"/>.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ The MySQL Cluster forum:
+ <ulink url="http://forums.mysql.com/list.php?25"/>.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ If you are new to MySQL Cluster, you may find our
+ Developer Zone article
+ <ulink url="http://dev.mysql.com/tech-resources/articles/mysql-cluster-for-two-servers.html">
+ How to set up a MySQL Cluster for two servers</ulink> to be helpful.
+ </para>
+ </listitem>
+ </itemizedlist>
</para>
-
- <itemizedlist>
-
- <listitem>
- <para>
- the MySQL Cluster
- <ulink url="http://lists.mysql.com/cluster">mailing
- list</ulink>.
- </para>
- </listitem>
-
- <listitem>
- <para>
- the <ulink url="http://forums.mysql.com/list.php?25">Cluster
- topic area</ulink> on the MySQL User Forums.
- </para>
- </listitem>
-
- </itemizedlist>
-
- <para>
- Answers to some commonly asked questions about Cluster may be found
- in the <xref linkend="mysql-cluster-faq"/>. If you are new to MySQL
- Cluster, you may also find our Developer Zone article
- <ulink url="http://dev.mysql.com/tech-resources/articles/mysql-cluster-for-two-servers.html">How
- to set up a MySQL Cluster for two servers</ulink> to be helpful.
- </para>
-
+
<section id="mysql-cluster-overview">
<title id="title-mysql-cluster-overview">&title-mysql-cluster-overview;</title>
Modified: trunk/refman-5.0/spatial-extensions-in-mysql.xml
===================================================================
--- trunk/refman-5.0/spatial-extensions-in-mysql.xml 2005-11-15 20:42:49 UTC (rev 343)
+++ trunk/refman-5.0/spatial-extensions-in-mysql.xml 2005-11-15 20:55:06 UTC (rev 344)
@@ -70,12 +70,18 @@
</itemizedlist>
<para>
- If you have questions or concerns about about the use of the spatial
- extensions to MySQL, you can discuss these in the
- <ulink url="http://forums.mysql.com/list.php?23">GIS forums</ulink>
- on our website.
+ <emphasis role="bold">Additional resources</emphasis>
+ <itemizedlist>
+ <listitem>
+ <para>
+ If you have questions or concerns about about the use of the spatial
+ extensions to MySQL, you can discuss these in the GIS forums:
+ <ulink url="http://forums.mysql.com/list.php?23"/>.
+ </para>
+ </listitem>
+ </itemizedlist>
</para>
-
+
<section id="gis-introduction">
<title id="title-gis-introduction">&title-gis-introduction;</title>
Modified: trunk/refman-5.0/storage-engines.xml
===================================================================
--- trunk/refman-5.0/storage-engines.xml 2005-11-15 20:42:49 UTC (rev 343)
+++ trunk/refman-5.0/storage-engines.xml 2005-11-15 20:55:06 UTC (rev 344)
@@ -727,11 +727,18 @@
</itemizedlist>
<para>
- For the <literal>MyISAM</literal> storage engine, there's a
- dedicated forum available on
- <ulink url="http://forums.mysql.com/list.php?21"/>.
+ <emphasis role="bold">Additional resources</emphasis>
+ <itemizedlist>
+ <listitem>
+ <para>
+ For the <literal>MyISAM</literal> storage engine, there's a
+ dedicated forum available on
+ <ulink url="http://forums.mysql.com/list.php?21"/>.
+ </para>
+ </listitem>
+ </itemizedlist>
</para>
-
+
<section id="myisam-start">
<title id="title-myisam-start">&title-myisam-start;</title>
@@ -2022,11 +2029,18 @@
</itemizedlist>
<para>
- For the <literal>MERGE</literal> storage engine, there's a
- dedicated forum available on
- <ulink url="http://forums.mysql.com/list.php?93"/>.
+ <emphasis role="bold">Additional resources</emphasis>
+ <itemizedlist>
+ <listitem>
+ <para>
+ For the <literal>MERGE</literal> storage engine, there's a
+ dedicated forum available on
+ <ulink url="http://forums.mysql.com/list.php?93"/>.
+ </para>
+ </listitem>
+ </itemizedlist>
</para>
-
+
</section>
</section>
@@ -2336,11 +2350,18 @@
</itemizedlist>
<para>
- For the <literal>MEMORY</literal> storage engine, there's a
- dedicated forum available on
- <ulink url="http://forums.mysql.com/list.php?92"/>.
+ <emphasis role="bold">Additional resources</emphasis>
+ <itemizedlist>
+ <listitem>
+ <para>
+ For the <literal>MEMORY</literal> storage engine, there's a
+ dedicated forum available on
+ <ulink url="http://forums.mysql.com/list.php?92"/>.
+ </para>
+ </listitem>
+ </itemizedlist>
</para>
-
+
</section>
<section id="bdb-storage-engine">
@@ -3295,11 +3316,18 @@
</para>
<para>
- For the <literal>FEDERATED</literal> storage engine, there's a
- dedicated forum available on
- <ulink url="http://forums.mysql.com/list.php?105"/>.
+ <emphasis role="bold">Additional resources</emphasis>
+ <itemizedlist>
+ <listitem>
+ <para>
+ For the <literal>FEDERATED</literal> storage engine, there's a
+ dedicated forum available on
+ <ulink url="http://forums.mysql.com/list.php?105"/>.
+ </para>
+ </listitem>
+ </itemizedlist>
</para>
-
+
<section id="federated-install">
<title id="title-federated-install">&title-federated-install;</title>
@@ -3537,11 +3565,18 @@
</para>
<para>
- For the <literal>FEDERATED</literal> storage engine, there's a
- dedicated forum available on
- <ulink url="http://forums.mysql.com/list.php?105"/>.
+ <emphasis role="bold">Additional resources</emphasis>
+ <itemizedlist>
+ <listitem>
+ <para>
+ For the <literal>FEDERATED</literal> storage engine, there's a
+ dedicated forum available on
+ <ulink url="http://forums.mysql.com/list.php?105"/>.
+ </para>
+ </listitem>
+ </itemizedlist>
</para>
-
+
</section>
<section id="federated-limitations">
@@ -3771,11 +3806,18 @@
</para>
<para>
- For the <literal>ARCHIVE</literal> storage engine, there's a
- dedicated forum available on
- <ulink url="http://forums.mysql.com/list.php?112"/>.
+ <emphasis role="bold">Additional resources</emphasis>
+ <itemizedlist>
+ <listitem>
+ <para>
+ For the <literal>ARCHIVE</literal> storage engine, there's a
+ dedicated forum available on
+ <ulink url="http://forums.mysql.com/list.php?112"/>.
+ </para>
+ </listitem>
+ </itemizedlist>
</para>
-
+
</section>
<section id="csv-storage-engine">
Modified: trunk/refman-5.1/ndbcluster.xml
===================================================================
--- trunk/refman-5.1/ndbcluster.xml 2005-11-15 20:42:49 UTC (rev 343)
+++ trunk/refman-5.1/ndbcluster.xml 2005-11-15 20:55:06 UTC (rev 344)
@@ -55,6 +55,12 @@
<itemizedlist>
<listitem>
<para>
+ Answers to some commonly asked questions about Cluster may be found
+ in the <xref linkend="mysql-cluster-faq"/>.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
The MySQL Cluster mailing list:
<ulink url="http://lists.mysql.com/cluster"/>.
</para>
@@ -65,17 +71,17 @@
<ulink url="http://forums.mysql.com/list.php?25"/>.
</para>
</listitem>
+ <listitem>
+ <para>
+ If you are new to MySQL Cluster, you may find our
+ Developer Zone article
+ <ulink url="http://dev.mysql.com/tech-resources/articles/mysql-cluster-for-two-servers.html">
+ How to set up a MySQL Cluster for two servers</ulink> to be helpful.
+ </para>
+ </listitem>
</itemizedlist>
</para>
- <para>
- Answers to some commonly asked questions about Cluster may be found
- in the <xref linkend="mysql-cluster-faq"/>. If you are new to MySQL
- Cluster, you may also find our Developer Zone article
- <ulink url="http://dev.mysql.com/tech-resources/articles/mysql-cluster-for-two-servers.html">How
- to set up a MySQL Cluster for two servers</ulink> to be helpful.
- </para>
-
<section id="mysql-cluster-overview">
<title id="title-mysql-cluster-overview">&title-mysql-cluster-overview;</title>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r344 - in trunk: refman-5.0 refman-5.1 | shinz | 15 Nov |