List:Commits« Previous MessageNext Message »
From:paul Date:October 7 2007 9:48pm
Subject:svn commit - mysqldoc@docsrva: r8010 - in trunk: . mysqldoc-guide refman-4.1 refman-5.0 refman-5.1 refman-5.2
View as plain text  
Author: paul
Date: 2007-10-07 23:48:47 +0200 (Sun, 07 Oct 2007)
New Revision: 8010

Log:
 r25385@frost:  paul | 2007-10-07 16:45:05 -0500
 Fix URLs.


Modified:
   trunk/mysqldoc-guide/styleguide.xml
   trunk/refman-4.1/functions-core.xml
   trunk/refman-5.0/functions-core.xml
   trunk/refman-5.1/functions-core.xml
   trunk/refman-5.2/functions-core.xml

Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:30756
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:25384
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:20005
   + 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:30756
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:25385
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:20005


Modified: trunk/mysqldoc-guide/styleguide.xml
===================================================================
--- trunk/mysqldoc-guide/styleguide.xml	2007-10-07 21:48:32 UTC (rev 8009)
+++ trunk/mysqldoc-guide/styleguide.xml	2007-10-07 21:48:47 UTC (rev 8010)
Changed blocks: 1, Lines Added: 2, Lines Deleted: 2; 630 bytes

@@ -219,8 +219,8 @@
 
           These domain names are reserved for use in documentation and
           are not available for registration. See
-          <ulink url="http://rfc.net/rfc2606.html#s3.">RFC 2606, Section
-          3</ulink>.
+          <ulink url="http://www.faqs.org/rfcs/rfc2606.html">RFC
+          2606</ulink>, Section 3.
         </para>
       </listitem>
 


Modified: trunk/refman-4.1/functions-core.xml
===================================================================
--- trunk/refman-4.1/functions-core.xml	2007-10-07 21:48:32 UTC (rev 8009)
+++ trunk/refman-4.1/functions-core.xml	2007-10-07 21:48:47 UTC (rev 8010)
Changed blocks: 1, Lines Added: 6, Lines Deleted: 3; 1095 bytes

@@ -13690,9 +13690,12 @@
               authentication system in MySQL Server; you should
               <emphasis>not</emphasis> use it in your own applications.
               For that purpose, consider <literal>MD5()</literal> or
-              <literal>SHA1()</literal> instead. Also see RFC 2195 for
-              more information about handling passwords and
-              authentication securely in your applications.
+              <literal>SHA1()</literal> instead. Also see
+              <ulink url="http://www.faqs.org/rfcs/rfc2195.html">RFC
+              2195, section 2 (Challenge-Response Authentication
+              Mechanism (CRAM))</ulink>, for more information about
+              handling passwords and authentication securely in your
+              applications.
             </para>
           </note>
         </listitem>


Modified: trunk/refman-5.0/functions-core.xml
===================================================================
--- trunk/refman-5.0/functions-core.xml	2007-10-07 21:48:32 UTC (rev 8009)
+++ trunk/refman-5.0/functions-core.xml	2007-10-07 21:48:47 UTC (rev 8010)
Changed blocks: 1, Lines Added: 4, Lines Deleted: 4; 1082 bytes

@@ -13791,10 +13791,10 @@
               <emphasis>not</emphasis> use it in your own applications.
               For that purpose, consider <literal>MD5()</literal> or
               <literal>SHA1()</literal> instead. Also see
-              <ulink url="http://rfc.net/rfc2195.html">RFC 2195, section
-              2 (Challenge-Response Authentication Mechanism
-              (CRAM))</ulink>, for more information about handling
-              passwords and authentication securely in your
+              <ulink url="http://www.faqs.org/rfcs/rfc2195.html">RFC
+              2195, section 2 (Challenge-Response Authentication
+              Mechanism (CRAM))</ulink>, for more information about
+              handling passwords and authentication securely in your
               applications.
             </para>
           </note>


Modified: trunk/refman-5.1/functions-core.xml
===================================================================
--- trunk/refman-5.1/functions-core.xml	2007-10-07 21:48:32 UTC (rev 8009)
+++ trunk/refman-5.1/functions-core.xml	2007-10-07 21:48:47 UTC (rev 8010)
Changed blocks: 1, Lines Added: 4, Lines Deleted: 4; 1082 bytes

@@ -14663,10 +14663,10 @@
               <emphasis>not</emphasis> use it in your own applications.
               For that purpose, consider <literal>MD5()</literal> or
               <literal>SHA1()</literal> instead. Also see
-              <ulink url="http://rfc.net/rfc2195.html">RFC 2195, section
-              2 (Challenge-Response Authentication Mechanism
-              (CRAM))</ulink>, for more information about handling
-              passwords and authentication securely in your
+              <ulink url="http://www.faqs.org/rfcs/rfc2195.html">RFC
+              2195, section 2 (Challenge-Response Authentication
+              Mechanism (CRAM))</ulink>, for more information about
+              handling passwords and authentication securely in your
               applications.
             </para>
           </note>


Modified: trunk/refman-5.2/functions-core.xml
===================================================================
--- trunk/refman-5.2/functions-core.xml	2007-10-07 21:48:32 UTC (rev 8009)
+++ trunk/refman-5.2/functions-core.xml	2007-10-07 21:48:47 UTC (rev 8010)
Changed blocks: 1, Lines Added: 4, Lines Deleted: 4; 1082 bytes

@@ -14627,10 +14627,10 @@
               <emphasis>not</emphasis> use it in your own applications.
               For that purpose, consider <literal>MD5()</literal> or
               <literal>SHA1()</literal> instead. Also see
-              <ulink url="http://rfc.net/rfc2195.html">RFC 2195, section
-              2 (Challenge-Response Authentication Mechanism
-              (CRAM))</ulink>, for more information about handling
-              passwords and authentication securely in your
+              <ulink url="http://www.faqs.org/rfcs/rfc2195.html">RFC
+              2195, section 2 (Challenge-Response Authentication
+              Mechanism (CRAM))</ulink>, for more information about
+              handling passwords and authentication securely in your
               applications.
             </para>
           </note>


Thread
svn commit - mysqldoc@docsrva: r8010 - in trunk: . mysqldoc-guide refman-4.1 refman-5.0 refman-5.1 refman-5.2paul7 Oct