User: jpmcc   
Date: 2009-09-21 16:59:03+0000
Modified:
   marketing/www/planet/atom.xml
   marketing/www/planet/index.html
   marketing/www/planet/opml.xml
   marketing/www/planet/rss10.xml
   marketing/www/planet/rss20.xml

Log:
 Planet run at Mon Sep 21 18:00:14 BST 2009

File Changes:

Directory: /marketing/www/planet/
=================================

File [changed]: atom.xml
Url: 
http://marketing.openoffice.org/source/browse/marketing/www/planet/atom.xml?r1=1.2379&r2=1.2380
Delta lines:  +69 -69
---------------------
--- atom.xml    2009-09-21 10:58:58+0000        1.2379
+++ atom.xml    2009-09-21 16:58:58+0000        1.2380
@@ -5,10 +5,66 @@
        <link rel="self" 
href="http://marketing.openoffice.org/planet/atom.xml"/>
        <link href="http://marketing.openoffice.org/planet/"/>
        <id>http://marketing.openoffice.org/planet/atom.xml</id>
-       <updated>2009-09-21T11:00:27+00:00</updated>
+       <updated>2009-09-21T17:00:27+00:00</updated>
        <generator uri="http://www.planetplanet.org/";>Planet/2.0 
+http://www.planetplanet.org</generator>
 
        <entry>
+               <title type="html">MySQL Connector/OpenOffice.org 1.0 GA</title>
+               <link 
href="http://blogs.sun.com/GullFOSS/entry/mysql_connector_for_openoffice_org"/>
+               <id>tag:google.com,2005:reader/item/7044fbbf8c760132</id>
+               <updated>2009-09-21T11:09:48+00:00</updated>
+               <content type="html">&lt;div&gt; 
+    &lt;h1&gt;MySQL Connector for OpenOffice.org 1.0 GA&lt;/h1&gt; 
+    &lt;p&gt; &lt;img border=&quot;0&quot; width=&quot;150&quot; 
height=&quot;150&quot; 
src=&quot;http://blogs.sun.com/GullFOSS/resource/sbres_1252574394_0__.jpg&quot; 
name=&quot;graphics1&quot; /&gt;MySQL Connector for OpenOffice.org 1.0 has been 
released. This first GA release supersedes any previous Alpha and Beta 
releases.&lt;/p&gt; 
+    &lt;p&gt;The driver can be used in  &lt;a 
href=&quot;http://download.openoffice.org/&quot;&gt;OpenOffice.org 
3.1.1&lt;/a&gt; and the upcoming OpenOffice.org 3.2 to connect to a MySQL 
server, versions 5.1 and later.&lt;/p&gt; 
+    &lt;p&gt;When using the MySQL Connector for OpenOffice.org, you have the 
following advantages over using the  &lt;a 
href=&quot;http://dev.mysql.com/downloads/connector/odbc&quot;&gt;MySQL 
Connector/ODBC&lt;/a&gt; or  &lt;a 
href=&quot;http://dev.mysql.com/downloads/connector/j&quot;&gt;MySQL 
Connector/J&lt;/a&gt;:&lt;/p&gt; 
+    &lt;ul&gt; 
+      &lt;li&gt; 
+        &lt;p&gt;Easy installation through the  &lt;a 
href=&quot;http://wiki.services.openoffice.org/wiki/Documentation/DevGuide/Extensions/Extension_Manager&quot;&gt;OpenOffice.org
 Extension Manager&lt;/a&gt;&lt;/p&gt; 
+      &lt;/li&gt; 
+      &lt;li&gt; 
+        &lt;p&gt;Seamless integration into OpenOffice.org&lt;/p&gt; 
+      &lt;/li&gt; 
+      &lt;li&gt; 
+        &lt;p&gt;Work on multiple MySQL schemata (databases) 
simultaneously&lt;/p&gt; 
+      &lt;/li&gt; 
+      &lt;li&gt; 
+        &lt;p&gt;Connect to MySQL servers using named pipes (Windows) or 
Sockets (Unix)&lt;/p&gt; 
+      &lt;/li&gt; 
+      &lt;li&gt; 
+        &lt;p&gt;No need to go through an additional Connector installation 
routine (ODBC/JDBC)&lt;/p&gt; 
+      &lt;/li&gt; 
+      &lt;li&gt; 
+        &lt;p&gt;No need to configure or register an additional connector 
(ODBC)&lt;/p&gt; 
+      &lt;/li&gt; 
+      &lt;li&gt; 
+        &lt;p&gt;No need to install or configure a driver manager 
(ODBC)&lt;/p&gt; 
+      &lt;/li&gt; 
+      &lt;li&gt; 
+        &lt;p&gt;No need for a Java Runtime Environment (JDBC)&lt;/p&gt; 
+      &lt;/li&gt; 
+    &lt;/ul&gt; 
+    &lt;p&gt;The driver is made available as an  &lt;a 
href=&quot;http://wiki.services.openoffice.org/wiki/Documentation/DevGuide/Extensions/Extensions&quot;&gt;OpenOffice.org
 extension&lt;/a&gt;, to be found in the OpenOffice.org Extension Repository at 
the following location:&lt;/p&gt; 
+    &lt;p&gt; &lt;a 
href=&quot;http://extensions.services.openoffice.org/project/mysql_connector&quot;&gt;http://extensions.services.openoffice.org/project/mysql_connector&lt;/a&gt;
 &lt;/p&gt; 
+    &lt;p&gt;It comes in versions for Windows, Linux Intel 32 and 64 bit, 
Solaris Sparc, Solaris Intel, and Mac OS X Intel.&lt;/p&gt; 
+    &lt;p&gt;Technically, the driver is based on  &lt;a 
href=&quot;http://dev.mysql.com/downloads/connector/cpp&quot;&gt;Connector/C++&lt;/a&gt;
 and  &lt;a 
href=&quot;http://dev.mysql.com/downloads/connector/c&quot;&gt;Connector/C&lt;/a&gt;.&lt;/p&gt;
 
+    &lt;p&gt;There is  &lt;a 
href=&quot;http://wiki.services.openoffice.org/wiki/Database/Drivers/MySQL_Native/1.0/Known_Issues&quot;&gt;one
 known issue&lt;/a&gt; in the MySQL Connector for OpenOffice.org 1.0 release. 
Fixing it would require upgrading to a new Connector/C version, which is not 
yet available. So we decided to release 1.0 despite of this known problem, 
since we're convinced that Connector/OpenOffice.org has nonetheless production 
quality, and can give you great advantages over using Connector/ODBC or 
Connector/J.&lt;/p&gt; 
+    &lt;p&gt;You might want to visit our  &lt;a 
href=&quot;http://wiki.services.openoffice.org/wiki/Database/Drivers/MySQL_Native/1.0&quot;&gt;project's
 wiki&lt;/a&gt; for a quick start and installation guide.&lt;/p&gt; 
+    &lt;p&gt;Please  &lt;a 
href=&quot;mailto:[email protected]&quot;&gt;let us know&lt;/a&gt; about 
your experiences with the connector, good or bad, so we know where we did right 
or can still improve! Enjoy!&lt;/p&gt;&lt;br /&gt; 
+  &lt;/div&gt;</content>
+               <author>
+                       <name>Frank Schönheit</name>
+                       <uri></uri>
+               </author>
+               <source>
+                       <title type="html">jpmcc's shared items in Google 
Reader</title>
+                       <link rel="self" 
href="http://www.google.co.uk/reader/public/atom/user/06203502505240591501/state/com.google/broadcast"/>
+                       
<id>tag:google.com,2005:reader/user/06203502505240591501/state/com.google/broadcast</id>
+                       <updated>2009-09-21T17:00:18+00:00</updated>
+               </source>
+       </entry>
+
+       <entry>
                <title type="html">Unified ODF Icons</title>
                <link 
href="http://blogs.sun.com/GullFOSS/entry/unified_odf_icons"/>
                <id>tag:google.com,2005:reader/item/a2211455b86fffce</id>
@@ -41,7 +97,7 @@
                        <title type="html">jpmcc's shared items in Google 
Reader</title>
                        <link rel="self" 
href="http://www.google.co.uk/reader/public/atom/user/06203502505240591501/state/com.google/broadcast"/>
                        
<id>tag:google.com,2005:reader/user/06203502505240591501/state/com.google/broadcast</id>
-                       <updated>2009-09-21T11:00:17+00:00</updated>
+                       <updated>2009-09-21T17:00:18+00:00</updated>
                </source>
        </entry>
 
@@ -62,7 +118,7 @@
 Okay, sometimes you can read about Lotus Notes too</subtitle>
                        <link rel="self" 
href="http://lodahl.blogspot.com/feeds/posts/default/-/OpenOffice.org"/>
                        <id>tag:blogger.com,1999:blog-5198340507565233169</id>
-                       <updated>2009-09-19T23:00:22+00:00</updated>
+                       <updated>2009-09-21T17:00:26+00:00</updated>
                </source>
        </entry>
 
@@ -125,7 +181,7 @@
                        <title type="html">jpmcc's shared items in Google 
Reader</title>
                        <link rel="self" 
href="http://www.google.co.uk/reader/public/atom/user/06203502505240591501/state/com.google/broadcast"/>
                        
<id>tag:google.com,2005:reader/user/06203502505240591501/state/com.google/broadcast</id>
-                       <updated>2009-09-21T11:00:17+00:00</updated>
+                       <updated>2009-09-21T17:00:18+00:00</updated>
                </source>
        </entry>
 
@@ -149,7 +205,7 @@
                        <title type="html">jpmcc's shared items in Google 
Reader</title>
                        <link rel="self" 
href="http://www.google.co.uk/reader/public/atom/user/06203502505240591501/state/com.google/broadcast"/>
                        
<id>tag:google.com,2005:reader/user/06203502505240591501/state/com.google/broadcast</id>
-                       <updated>2009-09-21T11:00:17+00:00</updated>
+                       <updated>2009-09-21T17:00:18+00:00</updated>
                </source>
        </entry>
 
@@ -174,7 +230,7 @@
                        <title type="html">jpmcc's shared items in Google 
Reader</title>
                        <link rel="self" 
href="http://www.google.co.uk/reader/public/atom/user/06203502505240591501/state/com.google/broadcast"/>
                        
<id>tag:google.com,2005:reader/user/06203502505240591501/state/com.google/broadcast</id>
-                       <updated>2009-09-21T11:00:17+00:00</updated>
+                       <updated>2009-09-21T17:00:18+00:00</updated>
                </source>
        </entry>
 
@@ -195,7 +251,7 @@
 Okay, sometimes you can read about Lotus Notes too</subtitle>
                        <link rel="self" 
href="http://lodahl.blogspot.com/feeds/posts/default/-/OpenOffice.org"/>
                        <id>tag:blogger.com,1999:blog-5198340507565233169</id>
-                       <updated>2009-09-19T23:00:22+00:00</updated>
+                       <updated>2009-09-21T17:00:26+00:00</updated>
                </source>
        </entry>
 
@@ -238,7 +294,7 @@
 Okay, sometimes you can read about Lotus Notes too</subtitle>
                        <link rel="self" 
href="http://lodahl.blogspot.com/feeds/posts/default/-/OpenOffice.org"/>
                        <id>tag:blogger.com,1999:blog-5198340507565233169</id>
-                       <updated>2009-09-19T23:00:22+00:00</updated>
+                       <updated>2009-09-21T17:00:26+00:00</updated>
                </source>
        </entry>
 
@@ -261,62 +317,6 @@
                </source>
        </entry>
 
-       <entry>
-               <title type="html">MySQL Connector for OpenOffice.org 1.0 
GA</title>
-               <link 
href="http://blogs.sun.com/GullFOSS/entry/mysql_connector_for_openoffice_org"/>
-               <id>tag:google.com,2005:reader/item/7044fbbf8c760132</id>
-               <updated>2009-09-10T09:43:19+00:00</updated>
-               <content type="html">&lt;div&gt; 
-    &lt;h1&gt;MySQL Connector for OpenOffice.org 1.0 GA&lt;/h1&gt; 
-    &lt;p&gt; &lt;img height=&quot;150&quot; border=&quot;0&quot; 
width=&quot;150&quot; name=&quot;graphics1&quot; 
src=&quot;http://blogs.sun.com/GullFOSS/resource/sbres_1252574394_0__.jpg&quot; 
/&gt;MySQL Connector for OpenOffice.org 1.0 has been released. This first GA 
release supersedes any previous Alpha and Beta releases.&lt;/p&gt; 
-    &lt;p&gt;The driver can be used in  &lt;a 
href=&quot;http://download.openoffice.org/&quot;&gt;OpenOffice.org 
3.1.1&lt;/a&gt; and the upcoming OpenOffice.org 3.2 to connect to a MySQL 
server, versions 5.1 and later.&lt;/p&gt; 
-    &lt;p&gt;When using the MySQL Connector for OpenOffice.org, you have the 
following advantages over using the  &lt;a 
href=&quot;http://dev.mysql.com/downloads/connector/odbc&quot;&gt;MySQL 
Connector/ODBC&lt;/a&gt; or  &lt;a 
href=&quot;http://dev.mysql.com/downloads/connector/j&quot;&gt;MySQL 
Connector/J&lt;/a&gt;:&lt;/p&gt; 
-    &lt;ul&gt; 
-      &lt;li&gt; 
-        &lt;p&gt;Easy installation through the  &lt;a 
href=&quot;http://wiki.services.openoffice.org/wiki/Documentation/DevGuide/Extensions/Extension_Manager&quot;&gt;OpenOffice.org
 Extension Manager&lt;/a&gt;&lt;/p&gt; 
-      &lt;/li&gt; 
-      &lt;li&gt; 
-        &lt;p&gt;Seamless integration into OpenOffice.org&lt;/p&gt; 
-      &lt;/li&gt; 
-      &lt;li&gt; 
-        &lt;p&gt;Work on multiple MySQL schemata (databases) 
simultaneously&lt;/p&gt; 
-      &lt;/li&gt; 
-      &lt;li&gt; 
-        &lt;p&gt;Connect to MySQL servers using named pipes (Windows) or 
Sockets (Unix)&lt;/p&gt; 
-      &lt;/li&gt; 
-      &lt;li&gt; 
-        &lt;p&gt;No need to go through an additional Connector installation 
routine (ODBC/JDBC)&lt;/p&gt; 
-      &lt;/li&gt; 
-      &lt;li&gt; 
-        &lt;p&gt;No need to configure or register an additional connector 
(ODBC)&lt;/p&gt; 
-      &lt;/li&gt; 
-      &lt;li&gt; 
-        &lt;p&gt;No need to install or configure a driver manager 
(ODBC)&lt;/p&gt; 
-      &lt;/li&gt; 
-      &lt;li&gt; 
-        &lt;p&gt;No need for a Java Runtime Environment (JDBC)&lt;/p&gt; 
-      &lt;/li&gt; 
-    &lt;/ul&gt; 
-    &lt;p&gt;The driver is made available as an  &lt;a 
href=&quot;http://wiki.services.openoffice.org/wiki/Documentation/DevGuide/Extensions/Extensions&quot;&gt;OpenOffice.org
 extension&lt;/a&gt;, to be found in the OpenOffice.org Extension Repository at 
the following location:&lt;/p&gt; 
-    &lt;p&gt; &lt;a 
href=&quot;http://extensions.services.openoffice.org/project/mysql_connector&quot;&gt;http://extensions.services.openoffice.org/project/mysql_connector&lt;/a&gt;
 &lt;/p&gt; 
-    &lt;p&gt;It comes in versions for Windows, Linux Intel 32 and 64 bit, 
Solaris Sparc, Solaris Intel, and Mac OS X Intel.&lt;/p&gt; 
-    &lt;p&gt;Technically, the driver is based on  &lt;a 
href=&quot;http://dev.mysql.com/downloads/connector/cpp&quot;&gt;Connector/C++&lt;/a&gt;
 and  &lt;a 
href=&quot;http://dev.mysql.com/downloads/connector/c&quot;&gt;Connector/C&lt;/a&gt;.&lt;/p&gt;
 
-    &lt;p&gt;There is  &lt;a 
href=&quot;http://wiki.services.openoffice.org/wiki/Database/Drivers/MySQL_Native/1.0/Known_Issues&quot;&gt;one
 known issue&lt;/a&gt; in the MySQL Connector for OpenOffice.org 1.0 release. 
Fixing it would require upgrading to a new Connector/C version, which is not 
yet available. So we decided to release 1.0 despite of this known problem, 
since we're convinced that Connector/OpenOffice.org has nonetheless production 
quality, and can give you great advantages over using Connector/ODBC or 
Connector/J.&lt;/p&gt; 
-    &lt;p&gt;You might want to visit our  &lt;a 
href=&quot;http://wiki.services.openoffice.org/wiki/Database/Drivers/MySQL_Native/1.0&quot;&gt;project's
 wiki&lt;/a&gt; for a quick start and installation guide.&lt;/p&gt; 
-    &lt;p&gt;Please  &lt;a 
href=&quot;mailto:[email protected]&quot;&gt;let us know&lt;/a&gt; about 
your experiences with the connector, good or bad, so we know where we did right 
or can still improve! Enjoy!&lt;/p&gt;&lt;br /&gt; 
-  &lt;/div&gt;</content>
-               <author>
-                       <name>Frank Schönheit</name>
-                       <uri></uri>
-               </author>
-               <source>
-                       <title type="html">jpmcc's shared items in Google 
Reader</title>
-                       <link rel="self" 
href="http://www.google.co.uk/reader/public/atom/user/06203502505240591501/state/com.google/broadcast"/>
-                       
<id>tag:google.com,2005:reader/user/06203502505240591501/state/com.google/broadcast</id>
-                       <updated>2009-09-21T11:00:17+00:00</updated>
-               </source>
-       </entry>
-
        <entry xml:lang="en">
                <title type="html">OpenOffice.org Market Share</title>
                <link 
href="http://www.mealldubh.org/index.php/2009/09/09/openoffice-org-market-share/"/>
@@ -361,7 +361,7 @@
                        <title type="html">jpmcc's shared items in Google 
Reader</title>
                        <link rel="self" 
href="http://www.google.co.uk/reader/public/atom/user/06203502505240591501/state/com.google/broadcast"/>
                        
<id>tag:google.com,2005:reader/user/06203502505240591501/state/com.google/broadcast</id>
-                       <updated>2009-09-21T11:00:17+00:00</updated>
+                       <updated>2009-09-21T17:00:18+00:00</updated>
                </source>
        </entry>
 
@@ -385,7 +385,7 @@
                        <title type="html">jpmcc's shared items in Google 
Reader</title>
                        <link rel="self" 
href="http://www.google.co.uk/reader/public/atom/user/06203502505240591501/state/com.google/broadcast"/>
                        
<id>tag:google.com,2005:reader/user/06203502505240591501/state/com.google/broadcast</id>
-                       <updated>2009-09-21T11:00:17+00:00</updated>
+                       <updated>2009-09-21T17:00:18+00:00</updated>
                </source>
        </entry>
 
@@ -406,7 +406,7 @@
                        <title type="html">jpmcc's shared items in Google 
Reader</title>
                        <link rel="self" 
href="http://www.google.co.uk/reader/public/atom/user/06203502505240591501/state/com.google/broadcast"/>
                        
<id>tag:google.com,2005:reader/user/06203502505240591501/state/com.google/broadcast</id>
-                       <updated>2009-09-21T11:00:17+00:00</updated>
+                       <updated>2009-09-21T17:00:18+00:00</updated>
                </source>
        </entry>
 
@@ -467,7 +467,7 @@
 Okay, sometimes you can read about Lotus Notes too</subtitle>
                        <link rel="self" 
href="http://lodahl.blogspot.com/feeds/posts/default/-/OpenOffice.org"/>
                        <id>tag:blogger.com,1999:blog-5198340507565233169</id>
-                       <updated>2009-09-19T23:00:22+00:00</updated>
+                       <updated>2009-09-21T17:00:26+00:00</updated>
                </source>
        </entry>
 
@@ -549,7 +549,7 @@
                        <title type="html">jpmcc's shared items in Google 
Reader</title>
                        <link rel="self" 
href="http://www.google.co.uk/reader/public/atom/user/06203502505240591501/state/com.google/broadcast"/>
                        
<id>tag:google.com,2005:reader/user/06203502505240591501/state/com.google/broadcast</id>
-                       <updated>2009-09-21T11:00:17+00:00</updated>
+                       <updated>2009-09-21T17:00:18+00:00</updated>
                </source>
        </entry>
 

File [changed]: index.html
Url: 
http://marketing.openoffice.org/source/browse/marketing/www/planet/index.html?r1=1.2386&r2=1.2387
Delta lines:  +54 -54
---------------------
--- index.html  2009-09-21 10:58:58+0000        1.2386
+++ index.html  2009-09-21 16:58:59+0000        1.2387
@@ -36,8 +36,61 @@
 <a href="rss20.xml"><img src="rss2.gif" alt="Link to RSS 2 feed" /></a>
 </div>
 
-<p><em>Bloggings on marketing topics by project members - see <a 
href="#disclaimer">disclaimer</a>.<br />Last updated: September 21, 2009 11:00 
AM GMT</em></p>
+<p><em>Bloggings on marketing topics by project members - see <a 
href="#disclaimer">disclaimer</a>.<br />Last updated: September 21, 2009 05:00 
PM GMT</em></p>
 
+<h2>September 21, 2009</h2>
+<h3>
+<a href="" title="jpmcc's shared items in Google Reader">
+GullFOSS</a>&nbsp;:&nbsp;
+<a 
href="http://blogs.sun.com/GullFOSS/entry/mysql_connector_for_openoffice_org";>
+MySQL Connector/OpenOffice.org 1.0 GA</a>
+</h3>
+<p>
+<div> 
+    <h1>MySQL Connector for OpenOffice.org 1.0 GA</h1> 
+    <p> <img border="0" width="150" height="150" 
src="http://blogs.sun.com/GullFOSS/resource/sbres_1252574394_0__.jpg"; 
name="graphics1" />MySQL Connector for OpenOffice.org 1.0 has been released. 
This first GA release supersedes any previous Alpha and Beta releases.</p> 
+    <p>The driver can be used in  <a 
href="http://download.openoffice.org/";>OpenOffice.org 3.1.1</a> and the 
upcoming OpenOffice.org 3.2 to connect to a MySQL server, versions 5.1 and 
later.</p> 
+    <p>When using the MySQL Connector for OpenOffice.org, you have the 
following advantages over using the  <a 
href="http://dev.mysql.com/downloads/connector/odbc";>MySQL Connector/ODBC</a> 
or  <a href="http://dev.mysql.com/downloads/connector/j";>MySQL 
Connector/J</a>:</p> 
+    <ul> 
+      <li> 
+        <p>Easy installation through the  <a 
href="http://wiki.services.openoffice.org/wiki/Documentation/DevGuide/Extensions/Extension_Manager";>OpenOffice.org
 Extension Manager</a></p> 
+      </li> 
+      <li> 
+        <p>Seamless integration into OpenOffice.org</p> 
+      </li> 
+      <li> 
+        <p>Work on multiple MySQL schemata (databases) simultaneously</p> 
+      </li> 
+      <li> 
+        <p>Connect to MySQL servers using named pipes (Windows) or Sockets 
(Unix)</p> 
+      </li> 
+      <li> 
+        <p>No need to go through an additional Connector installation routine 
(ODBC/JDBC)</p> 
+      </li> 
+      <li> 
+        <p>No need to configure or register an additional connector (ODBC)</p> 
+      </li> 
+      <li> 
+        <p>No need to install or configure a driver manager (ODBC)</p> 
+      </li> 
+      <li> 
+        <p>No need for a Java Runtime Environment (JDBC)</p> 
+      </li> 
+    </ul> 
+    <p>The driver is made available as an  <a 
href="http://wiki.services.openoffice.org/wiki/Documentation/DevGuide/Extensions/Extensions";>OpenOffice.org
 extension</a>, to be found in the OpenOffice.org Extension Repository at the 
following location:</p> 
+    <p> <a 
href="http://extensions.services.openoffice.org/project/mysql_connector";>http://extensions.services.openoffice.org/project/mysql_connector</a>
 </p> 
+    <p>It comes in versions for Windows, Linux Intel 32 and 64 bit, Solaris 
Sparc, Solaris Intel, and Mac OS X Intel.</p> 
+    <p>Technically, the driver is based on  <a 
href="http://dev.mysql.com/downloads/connector/cpp";>Connector/C++</a> and  <a 
href="http://dev.mysql.com/downloads/connector/c";>Connector/C</a>.</p> 
+    <p>There is  <a 
href="http://wiki.services.openoffice.org/wiki/Database/Drivers/MySQL_Native/1.0/Known_Issues";>one
 known issue</a> in the MySQL Connector for OpenOffice.org 1.0 release. Fixing 
it would require upgrading to a new Connector/C version, which is not yet 
available. So we decided to release 1.0 despite of this known problem, since 
we're convinced that Connector/OpenOffice.org has nonetheless production 
quality, and can give you great advantages over using Connector/ODBC or 
Connector/J.</p> 
+    <p>You might want to visit our  <a 
href="http://wiki.services.openoffice.org/wiki/Database/Drivers/MySQL_Native/1.0";>project's
 wiki</a> for a quick start and installation guide.</p> 
+    <p>Please  <a href="mailto:[email protected]";>let us know</a> about 
your experiences with the connector, good or bad, so we know where we did right 
or can still improve! Enjoy!</p><br /> 
+  </div></p>
+<p>
+<em><a 
href="http://blogs.sun.com/GullFOSS/entry/mysql_connector_for_openoffice_org";>by
 Frank Schönheit at September 21, 2009 11:09 AM GMT</a></em>
+</p>
+<br />
+<hr />
+<br />
 <h2>September 18, 2009</h2>
 <h3>
 <a href="" title="jpmcc's shared items in Google Reader">
@@ -250,59 +303,6 @@
 <br />
 <hr />
 <br />
-<h2>September 10, 2009</h2>
-<h3>
-<a href="" title="jpmcc's shared items in Google Reader">
-GullFOSS</a>&nbsp;:&nbsp;
-<a 
href="http://blogs.sun.com/GullFOSS/entry/mysql_connector_for_openoffice_org";>
-MySQL Connector for OpenOffice.org 1.0 GA</a>
-</h3>
-<p>
-<div> 
-    <h1>MySQL Connector for OpenOffice.org 1.0 GA</h1> 
-    <p> <img height="150" border="0" width="150" name="graphics1" 
src="http://blogs.sun.com/GullFOSS/resource/sbres_1252574394_0__.jpg"; />MySQL 
Connector for OpenOffice.org 1.0 has been released. This first GA release 
supersedes any previous Alpha and Beta releases.</p> 
-    <p>The driver can be used in  <a 
href="http://download.openoffice.org/";>OpenOffice.org 3.1.1</a> and the 
upcoming OpenOffice.org 3.2 to connect to a MySQL server, versions 5.1 and 
later.</p> 
-    <p>When using the MySQL Connector for OpenOffice.org, you have the 
following advantages over using the  <a 
href="http://dev.mysql.com/downloads/connector/odbc";>MySQL Connector/ODBC</a> 
or  <a href="http://dev.mysql.com/downloads/connector/j";>MySQL 
Connector/J</a>:</p> 
-    <ul> 
-      <li> 
-        <p>Easy installation through the  <a 
href="http://wiki.services.openoffice.org/wiki/Documentation/DevGuide/Extensions/Extension_Manager";>OpenOffice.org
 Extension Manager</a></p> 
-      </li> 
-      <li> 
-        <p>Seamless integration into OpenOffice.org</p> 
-      </li> 
-      <li> 
-        <p>Work on multiple MySQL schemata (databases) simultaneously</p> 
-      </li> 
-      <li> 
-        <p>Connect to MySQL servers using named pipes (Windows) or Sockets 
(Unix)</p> 
-      </li> 
-      <li> 
-        <p>No need to go through an additional Connector installation routine 
(ODBC/JDBC)</p> 
-      </li> 
-      <li> 
-        <p>No need to configure or register an additional connector (ODBC)</p> 
-      </li> 
-      <li> 
-        <p>No need to install or configure a driver manager (ODBC)</p> 
-      </li> 
-      <li> 
-        <p>No need for a Java Runtime Environment (JDBC)</p> 
-      </li> 
-    </ul> 
-    <p>The driver is made available as an  <a 
href="http://wiki.services.openoffice.org/wiki/Documentation/DevGuide/Extensions/Extensions";>OpenOffice.org
 extension</a>, to be found in the OpenOffice.org Extension Repository at the 
following location:</p> 
-    <p> <a 
href="http://extensions.services.openoffice.org/project/mysql_connector";>http://extensions.services.openoffice.org/project/mysql_connector</a>
 </p> 
-    <p>It comes in versions for Windows, Linux Intel 32 and 64 bit, Solaris 
Sparc, Solaris Intel, and Mac OS X Intel.</p> 
-    <p>Technically, the driver is based on  <a 
href="http://dev.mysql.com/downloads/connector/cpp";>Connector/C++</a> and  <a 
href="http://dev.mysql.com/downloads/connector/c";>Connector/C</a>.</p> 
-    <p>There is  <a 
href="http://wiki.services.openoffice.org/wiki/Database/Drivers/MySQL_Native/1.0/Known_Issues";>one
 known issue</a> in the MySQL Connector for OpenOffice.org 1.0 release. Fixing 
it would require upgrading to a new Connector/C version, which is not yet 
available. So we decided to release 1.0 despite of this known problem, since 
we're convinced that Connector/OpenOffice.org has nonetheless production 
quality, and can give you great advantages over using Connector/ODBC or 
Connector/J.</p> 
-    <p>You might want to visit our  <a 
href="http://wiki.services.openoffice.org/wiki/Database/Drivers/MySQL_Native/1.0";>project's
 wiki</a> for a quick start and installation guide.</p> 
-    <p>Please  <a href="mailto:[email protected]";>let us know</a> about 
your experiences with the connector, good or bad, so we know where we did right 
or can still improve! Enjoy!</p><br /> 
-  </div></p>
-<p>
-<em><a 
href="http://blogs.sun.com/GullFOSS/entry/mysql_connector_for_openoffice_org";>by
 Frank Schönheit at September 10, 2009 09:43 AM GMT</a></em>
-</p>
-<br />
-<hr />
-<br />
 <h2>September 09, 2009</h2>
 <h3>
 <a href="http://www.mealldubh.org"; title="Meall Dubh » OpenOffice.org">

File [changed]: opml.xml
Url: 
http://marketing.openoffice.org/source/browse/marketing/www/planet/opml.xml?r1=1.2379&r2=1.2380
Delta lines:  +1 -1
-------------------
--- opml.xml    2009-09-21 10:58:58+0000        1.2379
+++ opml.xml    2009-09-21 16:58:59+0000        1.2380
@@ -2,7 +2,7 @@
 <opml version="1.1">
        <head>
                <title>Marketing Planet</title>
-               <dateModified>Mon, 21 Sep 2009 11:00:27 +0000</dateModified>
+               <dateModified>Mon, 21 Sep 2009 17:00:28 +0000</dateModified>
                <ownerName>Marketing Project</ownerName>
                <ownerEmail>[email protected]</ownerEmail>
        </head>

File [changed]: rss10.xml
Url: 
http://marketing.openoffice.org/source/browse/marketing/www/planet/rss10.xml?r1=1.837&r2=1.838
Delta lines:  +46 -46
---------------------
--- rss10.xml   2009-09-19 10:58:56+0000        1.837
+++ rss10.xml   2009-09-21 16:58:59+0000        1.838
@@ -13,6 +13,7 @@
 
        <items>
                <rdf:Seq>
+                       <rdf:li 
rdf:resource="tag:google.com,2005:reader/item/7044fbbf8c760132" />
                        <rdf:li 
rdf:resource="tag:google.com,2005:reader/item/a2211455b86fffce" />
                        <rdf:li 
rdf:resource="tag:blogger.com,1999:blog-5198340507565233169.post-4390271162595740633"
 />
                        <rdf:li 
rdf:resource="tag:google.com,2005:reader/item/118820603d821734" />
@@ -22,7 +23,6 @@
                        <rdf:li rdf:resource="http://www.mealldubh.org/?p=758"; 
/>
                        <rdf:li 
rdf:resource="tag:blogger.com,1999:blog-5198340507565233169.post-8061074245084276781"
 />
                        <rdf:li 
rdf:resource="http://www.solidoffice.com/?p=1176"; />
-                       <rdf:li 
rdf:resource="tag:google.com,2005:reader/item/7044fbbf8c760132" />
                        <rdf:li rdf:resource="http://www.mealldubh.org/?p=756"; 
/>
                        <rdf:li 
rdf:resource="tag:google.com,2005:reader/item/3e423866cd8b7ed3" />
                        <rdf:li 
rdf:resource="tag:google.com,2005:reader/item/cb362c2446de68cf" />
@@ -37,6 +37,51 @@
        </items>
 </channel>
 
+<item rdf:about="tag:google.com,2005:reader/item/7044fbbf8c760132">
+       <title>GullFOSS: MySQL Connector/OpenOffice.org 1.0 GA</title>
+       
<link>http://blogs.sun.com/GullFOSS/entry/mysql_connector_for_openoffice_org</link>
+       <content:encoded>&lt;div&gt; 
+    &lt;h1&gt;MySQL Connector for OpenOffice.org 1.0 GA&lt;/h1&gt; 
+    &lt;p&gt; &lt;img border=&quot;0&quot; width=&quot;150&quot; 
height=&quot;150&quot; 
src=&quot;http://blogs.sun.com/GullFOSS/resource/sbres_1252574394_0__.jpg&quot; 
name=&quot;graphics1&quot; /&gt;MySQL Connector for OpenOffice.org 1.0 has been 
released. This first GA release supersedes any previous Alpha and Beta 
releases.&lt;/p&gt; 
+    &lt;p&gt;The driver can be used in  &lt;a 
href=&quot;http://download.openoffice.org/&quot;&gt;OpenOffice.org 
3.1.1&lt;/a&gt; and the upcoming OpenOffice.org 3.2 to connect to a MySQL 
server, versions 5.1 and later.&lt;/p&gt; 
+    &lt;p&gt;When using the MySQL Connector for OpenOffice.org, you have the 
following advantages over using the  &lt;a 
href=&quot;http://dev.mysql.com/downloads/connector/odbc&quot;&gt;MySQL 
Connector/ODBC&lt;/a&gt; or  &lt;a 
href=&quot;http://dev.mysql.com/downloads/connector/j&quot;&gt;MySQL 
Connector/J&lt;/a&gt;:&lt;/p&gt; 
+    &lt;ul&gt; 
+      &lt;li&gt; 
+        &lt;p&gt;Easy installation through the  &lt;a 
href=&quot;http://wiki.services.openoffice.org/wiki/Documentation/DevGuide/Extensions/Extension_Manager&quot;&gt;OpenOffice.org
 Extension Manager&lt;/a&gt;&lt;/p&gt; 
+      &lt;/li&gt; 
+      &lt;li&gt; 
+        &lt;p&gt;Seamless integration into OpenOffice.org&lt;/p&gt; 
+      &lt;/li&gt; 
+      &lt;li&gt; 
+        &lt;p&gt;Work on multiple MySQL schemata (databases) 
simultaneously&lt;/p&gt; 
+      &lt;/li&gt; 
+      &lt;li&gt; 
+        &lt;p&gt;Connect to MySQL servers using named pipes (Windows) or 
Sockets (Unix)&lt;/p&gt; 
+      &lt;/li&gt; 
+      &lt;li&gt; 
+        &lt;p&gt;No need to go through an additional Connector installation 
routine (ODBC/JDBC)&lt;/p&gt; 
+      &lt;/li&gt; 
+      &lt;li&gt; 
+        &lt;p&gt;No need to configure or register an additional connector 
(ODBC)&lt;/p&gt; 
+      &lt;/li&gt; 
+      &lt;li&gt; 
+        &lt;p&gt;No need to install or configure a driver manager 
(ODBC)&lt;/p&gt; 
+      &lt;/li&gt; 
+      &lt;li&gt; 
+        &lt;p&gt;No need for a Java Runtime Environment (JDBC)&lt;/p&gt; 
+      &lt;/li&gt; 
+    &lt;/ul&gt; 
+    &lt;p&gt;The driver is made available as an  &lt;a 
href=&quot;http://wiki.services.openoffice.org/wiki/Documentation/DevGuide/Extensions/Extensions&quot;&gt;OpenOffice.org
 extension&lt;/a&gt;, to be found in the OpenOffice.org Extension Repository at 
the following location:&lt;/p&gt; 
+    &lt;p&gt; &lt;a 
href=&quot;http://extensions.services.openoffice.org/project/mysql_connector&quot;&gt;http://extensions.services.openoffice.org/project/mysql_connector&lt;/a&gt;
 &lt;/p&gt; 
+    &lt;p&gt;It comes in versions for Windows, Linux Intel 32 and 64 bit, 
Solaris Sparc, Solaris Intel, and Mac OS X Intel.&lt;/p&gt; 
+    &lt;p&gt;Technically, the driver is based on  &lt;a 
href=&quot;http://dev.mysql.com/downloads/connector/cpp&quot;&gt;Connector/C++&lt;/a&gt;
 and  &lt;a 
href=&quot;http://dev.mysql.com/downloads/connector/c&quot;&gt;Connector/C&lt;/a&gt;.&lt;/p&gt;
 
+    &lt;p&gt;There is  &lt;a 
href=&quot;http://wiki.services.openoffice.org/wiki/Database/Drivers/MySQL_Native/1.0/Known_Issues&quot;&gt;one
 known issue&lt;/a&gt; in the MySQL Connector for OpenOffice.org 1.0 release. 
Fixing it would require upgrading to a new Connector/C version, which is not 
yet available. So we decided to release 1.0 despite of this known problem, 
since we're convinced that Connector/OpenOffice.org has nonetheless production 
quality, and can give you great advantages over using Connector/ODBC or 
Connector/J.&lt;/p&gt; 
+    &lt;p&gt;You might want to visit our  &lt;a 
href=&quot;http://wiki.services.openoffice.org/wiki/Database/Drivers/MySQL_Native/1.0&quot;&gt;project's
 wiki&lt;/a&gt; for a quick start and installation guide.&lt;/p&gt; 
+    &lt;p&gt;Please  &lt;a 
href=&quot;mailto:[email protected]&quot;&gt;let us know&lt;/a&gt; about 
your experiences with the connector, good or bad, so we know where we did right 
or can still improve! Enjoy!&lt;/p&gt;&lt;br /&gt; 
+  &lt;/div&gt;</content:encoded>
+       <dc:date>2009-09-21T11:09:48+00:00</dc:date>
+       <dc:creator>Frank Schönheit</dc:creator>
+</item>
 <item rdf:about="tag:google.com,2005:reader/item/a2211455b86fffce">
        <title>GullFOSS: Unified ODF Icons</title>
        <link>http://blogs.sun.com/GullFOSS/entry/unified_odf_icons</link>
@@ -178,51 +223,6 @@
        <content:encoded>&lt;p&gt;InfoWorld runs an article titled &lt;a 
href=&quot;http://infoworld.com/windows-pulse&quot;&gt;Windows Pulse: The 
Real-World State of Windows&lt;/a&gt;, in which they report the results from a 
network of machines that voluntarily downloaded a reporting application. How 
the machines were chosen was not specified, and the sample size of 20,000 may 
not provide an accurate picture of global trends, but the data shows OpenOffice 
installed on 12% of those machines, which looks like great 
progress!&lt;/p&gt;</content:encoded>
        <dc:date>2009-09-11T02:58:16+00:00</dc:date>
 </item>
-<item rdf:about="tag:google.com,2005:reader/item/7044fbbf8c760132">
-       <title>GullFOSS: MySQL Connector for OpenOffice.org 1.0 GA</title>
-       
<link>http://blogs.sun.com/GullFOSS/entry/mysql_connector_for_openoffice_org</link>
-       <content:encoded>&lt;div&gt; 
-    &lt;h1&gt;MySQL Connector for OpenOffice.org 1.0 GA&lt;/h1&gt; 
-    &lt;p&gt; &lt;img height=&quot;150&quot; border=&quot;0&quot; 
width=&quot;150&quot; name=&quot;graphics1&quot; 
src=&quot;http://blogs.sun.com/GullFOSS/resource/sbres_1252574394_0__.jpg&quot; 
/&gt;MySQL Connector for OpenOffice.org 1.0 has been released. This first GA 
release supersedes any previous Alpha and Beta releases.&lt;/p&gt; 
-    &lt;p&gt;The driver can be used in  &lt;a 
href=&quot;http://download.openoffice.org/&quot;&gt;OpenOffice.org 
3.1.1&lt;/a&gt; and the upcoming OpenOffice.org 3.2 to connect to a MySQL 
server, versions 5.1 and later.&lt;/p&gt; 
-    &lt;p&gt;When using the MySQL Connector for OpenOffice.org, you have the 
following advantages over using the  &lt;a 
href=&quot;http://dev.mysql.com/downloads/connector/odbc&quot;&gt;MySQL 
Connector/ODBC&lt;/a&gt; or  &lt;a 
href=&quot;http://dev.mysql.com/downloads/connector/j&quot;&gt;MySQL 
Connector/J&lt;/a&gt;:&lt;/p&gt; 
-    &lt;ul&gt; 
-      &lt;li&gt; 
-        &lt;p&gt;Easy installation through the  &lt;a 
href=&quot;http://wiki.services.openoffice.org/wiki/Documentation/DevGuide/Extensions/Extension_Manager&quot;&gt;OpenOffice.org
 Extension Manager&lt;/a&gt;&lt;/p&gt; 
-      &lt;/li&gt; 
-      &lt;li&gt; 
-        &lt;p&gt;Seamless integration into OpenOffice.org&lt;/p&gt; 
-      &lt;/li&gt; 
-      &lt;li&gt; 
-        &lt;p&gt;Work on multiple MySQL schemata (databases) 
simultaneously&lt;/p&gt; 
-      &lt;/li&gt; 
-      &lt;li&gt; 
-        &lt;p&gt;Connect to MySQL servers using named pipes (Windows) or 
Sockets (Unix)&lt;/p&gt; 
-      &lt;/li&gt; 
-      &lt;li&gt; 
-        &lt;p&gt;No need to go through an additional Connector installation 
routine (ODBC/JDBC)&lt;/p&gt; 
-      &lt;/li&gt; 
-      &lt;li&gt; 
-        &lt;p&gt;No need to configure or register an additional connector 
(ODBC)&lt;/p&gt; 
-      &lt;/li&gt; 
-      &lt;li&gt; 
-        &lt;p&gt;No need to install or configure a driver manager 
(ODBC)&lt;/p&gt; 
-      &lt;/li&gt; 
-      &lt;li&gt; 
-        &lt;p&gt;No need for a Java Runtime Environment (JDBC)&lt;/p&gt; 
-      &lt;/li&gt; 
-    &lt;/ul&gt; 
-    &lt;p&gt;The driver is made available as an  &lt;a 
href=&quot;http://wiki.services.openoffice.org/wiki/Documentation/DevGuide/Extensions/Extensions&quot;&gt;OpenOffice.org
 extension&lt;/a&gt;, to be found in the OpenOffice.org Extension Repository at 
the following location:&lt;/p&gt; 
-    &lt;p&gt; &lt;a 
href=&quot;http://extensions.services.openoffice.org/project/mysql_connector&quot;&gt;http://extensions.services.openoffice.org/project/mysql_connector&lt;/a&gt;
 &lt;/p&gt; 
-    &lt;p&gt;It comes in versions for Windows, Linux Intel 32 and 64 bit, 
Solaris Sparc, Solaris Intel, and Mac OS X Intel.&lt;/p&gt; 
-    &lt;p&gt;Technically, the driver is based on  &lt;a 
href=&quot;http://dev.mysql.com/downloads/connector/cpp&quot;&gt;Connector/C++&lt;/a&gt;
 and  &lt;a 
href=&quot;http://dev.mysql.com/downloads/connector/c&quot;&gt;Connector/C&lt;/a&gt;.&lt;/p&gt;
 
-    &lt;p&gt;There is  &lt;a 
href=&quot;http://wiki.services.openoffice.org/wiki/Database/Drivers/MySQL_Native/1.0/Known_Issues&quot;&gt;one
 known issue&lt;/a&gt; in the MySQL Connector for OpenOffice.org 1.0 release. 
Fixing it would require upgrading to a new Connector/C version, which is not 
yet available. So we decided to release 1.0 despite of this known problem, 
since we're convinced that Connector/OpenOffice.org has nonetheless production 
quality, and can give you great advantages over using Connector/ODBC or 
Connector/J.&lt;/p&gt; 
-    &lt;p&gt;You might want to visit our  &lt;a 
href=&quot;http://wiki.services.openoffice.org/wiki/Database/Drivers/MySQL_Native/1.0&quot;&gt;project's
 wiki&lt;/a&gt; for a quick start and installation guide.&lt;/p&gt; 
-    &lt;p&gt;Please  &lt;a 
href=&quot;mailto:[email protected]&quot;&gt;let us know&lt;/a&gt; about 
your experiences with the connector, good or bad, so we know where we did right 
or can still improve! Enjoy!&lt;/p&gt;&lt;br /&gt; 
-  &lt;/div&gt;</content:encoded>
-       <dc:date>2009-09-10T09:43:19+00:00</dc:date>
-       <dc:creator>Frank Schönheit</dc:creator>
-</item>
 <item rdf:about="http://www.mealldubh.org/?p=756";>
        <title>John McCreesh: OpenOffice.org Market Share</title>
        
<link>http://www.mealldubh.org/index.php/2009/09/09/openoffice-org-market-share/</link>

File [changed]: rss20.xml
Url: 
http://marketing.openoffice.org/source/browse/marketing/www/planet/rss20.xml?r1=1.837&r2=1.838
Delta lines:  +45 -45
---------------------
--- rss20.xml   2009-09-19 10:58:56+0000        1.837
+++ rss20.xml   2009-09-21 16:58:59+0000        1.838
@@ -8,6 +8,51 @@
        <description>Marketing Planet - 
http://marketing.openoffice.org/planet/</description>
 
 <item>
+       <title>GullFOSS: MySQL Connector/OpenOffice.org 1.0 GA</title>
+       <guid>tag:google.com,2005:reader/item/7044fbbf8c760132</guid>
+       
<link>http://blogs.sun.com/GullFOSS/entry/mysql_connector_for_openoffice_org</link>
+       <description>&lt;div&gt; 
+    &lt;h1&gt;MySQL Connector for OpenOffice.org 1.0 GA&lt;/h1&gt; 
+    &lt;p&gt; &lt;img border=&quot;0&quot; width=&quot;150&quot; 
height=&quot;150&quot; 
src=&quot;http://blogs.sun.com/GullFOSS/resource/sbres_1252574394_0__.jpg&quot; 
name=&quot;graphics1&quot; /&gt;MySQL Connector for OpenOffice.org 1.0 has been 
released. This first GA release supersedes any previous Alpha and Beta 
releases.&lt;/p&gt; 
+    &lt;p&gt;The driver can be used in  &lt;a 
href=&quot;http://download.openoffice.org/&quot;&gt;OpenOffice.org 
3.1.1&lt;/a&gt; and the upcoming OpenOffice.org 3.2 to connect to a MySQL 
server, versions 5.1 and later.&lt;/p&gt; 
+    &lt;p&gt;When using the MySQL Connector for OpenOffice.org, you have the 
following advantages over using the  &lt;a 
href=&quot;http://dev.mysql.com/downloads/connector/odbc&quot;&gt;MySQL 
Connector/ODBC&lt;/a&gt; or  &lt;a 
href=&quot;http://dev.mysql.com/downloads/connector/j&quot;&gt;MySQL 
Connector/J&lt;/a&gt;:&lt;/p&gt; 
+    &lt;ul&gt; 
+      &lt;li&gt; 
+        &lt;p&gt;Easy installation through the  &lt;a 
href=&quot;http://wiki.services.openoffice.org/wiki/Documentation/DevGuide/Extensions/Extension_Manager&quot;&gt;OpenOffice.org
 Extension Manager&lt;/a&gt;&lt;/p&gt; 
+      &lt;/li&gt; 
+      &lt;li&gt; 
+        &lt;p&gt;Seamless integration into OpenOffice.org&lt;/p&gt; 
+      &lt;/li&gt; 
+      &lt;li&gt; 
+        &lt;p&gt;Work on multiple MySQL schemata (databases) 
simultaneously&lt;/p&gt; 
+      &lt;/li&gt; 
+      &lt;li&gt; 
+        &lt;p&gt;Connect to MySQL servers using named pipes (Windows) or 
Sockets (Unix)&lt;/p&gt; 
+      &lt;/li&gt; 
+      &lt;li&gt; 
+        &lt;p&gt;No need to go through an additional Connector installation 
routine (ODBC/JDBC)&lt;/p&gt; 
+      &lt;/li&gt; 
+      &lt;li&gt; 
+        &lt;p&gt;No need to configure or register an additional connector 
(ODBC)&lt;/p&gt; 
+      &lt;/li&gt; 
+      &lt;li&gt; 
+        &lt;p&gt;No need to install or configure a driver manager 
(ODBC)&lt;/p&gt; 
+      &lt;/li&gt; 
+      &lt;li&gt; 
+        &lt;p&gt;No need for a Java Runtime Environment (JDBC)&lt;/p&gt; 
+      &lt;/li&gt; 
+    &lt;/ul&gt; 
+    &lt;p&gt;The driver is made available as an  &lt;a 
href=&quot;http://wiki.services.openoffice.org/wiki/Documentation/DevGuide/Extensions/Extensions&quot;&gt;OpenOffice.org
 extension&lt;/a&gt;, to be found in the OpenOffice.org Extension Repository at 
the following location:&lt;/p&gt; 
+    &lt;p&gt; &lt;a 
href=&quot;http://extensions.services.openoffice.org/project/mysql_connector&quot;&gt;http://extensions.services.openoffice.org/project/mysql_connector&lt;/a&gt;
 &lt;/p&gt; 
+    &lt;p&gt;It comes in versions for Windows, Linux Intel 32 and 64 bit, 
Solaris Sparc, Solaris Intel, and Mac OS X Intel.&lt;/p&gt; 
+    &lt;p&gt;Technically, the driver is based on  &lt;a 
href=&quot;http://dev.mysql.com/downloads/connector/cpp&quot;&gt;Connector/C++&lt;/a&gt;
 and  &lt;a 
href=&quot;http://dev.mysql.com/downloads/connector/c&quot;&gt;Connector/C&lt;/a&gt;.&lt;/p&gt;
 
+    &lt;p&gt;There is  &lt;a 
href=&quot;http://wiki.services.openoffice.org/wiki/Database/Drivers/MySQL_Native/1.0/Known_Issues&quot;&gt;one
 known issue&lt;/a&gt; in the MySQL Connector for OpenOffice.org 1.0 release. 
Fixing it would require upgrading to a new Connector/C version, which is not 
yet available. So we decided to release 1.0 despite of this known problem, 
since we're convinced that Connector/OpenOffice.org has nonetheless production 
quality, and can give you great advantages over using Connector/ODBC or 
Connector/J.&lt;/p&gt; 
+    &lt;p&gt;You might want to visit our  &lt;a 
href=&quot;http://wiki.services.openoffice.org/wiki/Database/Drivers/MySQL_Native/1.0&quot;&gt;project's
 wiki&lt;/a&gt; for a quick start and installation guide.&lt;/p&gt; 
+    &lt;p&gt;Please  &lt;a 
href=&quot;mailto:[email protected]&quot;&gt;let us know&lt;/a&gt; about 
your experiences with the connector, good or bad, so we know where we did right 
or can still improve! Enjoy!&lt;/p&gt;&lt;br /&gt; 
+  &lt;/div&gt;</description>
+       <pubDate>Mon, 21 Sep 2009 11:09:48 +0000</pubDate>
+</item>
+<item>
        <title>GullFOSS: Unified ODF Icons</title>
        <guid>tag:google.com,2005:reader/item/a2211455b86fffce</guid>
        <link>http://blogs.sun.com/GullFOSS/entry/unified_odf_icons</link>
@@ -154,51 +199,6 @@
        <pubDate>Fri, 11 Sep 2009 02:58:16 +0000</pubDate>
 </item>
 <item>
-       <title>GullFOSS: MySQL Connector for OpenOffice.org 1.0 GA</title>
-       <guid>tag:google.com,2005:reader/item/7044fbbf8c760132</guid>
-       
<link>http://blogs.sun.com/GullFOSS/entry/mysql_connector_for_openoffice_org</link>
-       <description>&lt;div&gt; 
-    &lt;h1&gt;MySQL Connector for OpenOffice.org 1.0 GA&lt;/h1&gt; 
-    &lt;p&gt; &lt;img height=&quot;150&quot; border=&quot;0&quot; 
width=&quot;150&quot; name=&quot;graphics1&quot; 
src=&quot;http://blogs.sun.com/GullFOSS/resource/sbres_1252574394_0__.jpg&quot; 
/&gt;MySQL Connector for OpenOffice.org 1.0 has been released. This first GA 
release supersedes any previous Alpha and Beta releases.&lt;/p&gt; 
-    &lt;p&gt;The driver can be used in  &lt;a 
href=&quot;http://download.openoffice.org/&quot;&gt;OpenOffice.org 
3.1.1&lt;/a&gt; and the upcoming OpenOffice.org 3.2 to connect to a MySQL 
server, versions 5.1 and later.&lt;/p&gt; 
-    &lt;p&gt;When using the MySQL Connector for OpenOffice.org, you have the 
following advantages over using the  &lt;a 
href=&quot;http://dev.mysql.com/downloads/connector/odbc&quot;&gt;MySQL 
Connector/ODBC&lt;/a&gt; or  &lt;a 
href=&quot;http://dev.mysql.com/downloads/connector/j&quot;&gt;MySQL 
Connector/J&lt;/a&gt;:&lt;/p&gt; 
-    &lt;ul&gt; 
-      &lt;li&gt; 
-        &lt;p&gt;Easy installation through the  &lt;a 
href=&quot;http://wiki.services.openoffice.org/wiki/Documentation/DevGuide/Extensions/Extension_Manager&quot;&gt;OpenOffice.org
 Extension Manager&lt;/a&gt;&lt;/p&gt; 
-      &lt;/li&gt; 
-      &lt;li&gt; 
-        &lt;p&gt;Seamless integration into OpenOffice.org&lt;/p&gt; 
-      &lt;/li&gt; 
-      &lt;li&gt; 
-        &lt;p&gt;Work on multiple MySQL schemata (databases) 
simultaneously&lt;/p&gt; 
-      &lt;/li&gt; 
-      &lt;li&gt; 
-        &lt;p&gt;Connect to MySQL servers using named pipes (Windows) or 
Sockets (Unix)&lt;/p&gt; 
-      &lt;/li&gt; 
-      &lt;li&gt; 
-        &lt;p&gt;No need to go through an additional Connector installation 
routine (ODBC/JDBC)&lt;/p&gt; 
-      &lt;/li&gt; 
-      &lt;li&gt; 
-        &lt;p&gt;No need to configure or register an additional connector 
(ODBC)&lt;/p&gt; 
-      &lt;/li&gt; 
-      &lt;li&gt; 
-        &lt;p&gt;No need to install or configure a driver manager 
(ODBC)&lt;/p&gt; 
-      &lt;/li&gt; 
-      &lt;li&gt; 
-        &lt;p&gt;No need for a Java Runtime Environment (JDBC)&lt;/p&gt; 
-      &lt;/li&gt; 
-    &lt;/ul&gt; 
-    &lt;p&gt;The driver is made available as an  &lt;a 
href=&quot;http://wiki.services.openoffice.org/wiki/Documentation/DevGuide/Extensions/Extensions&quot;&gt;OpenOffice.org
 extension&lt;/a&gt;, to be found in the OpenOffice.org Extension Repository at 
the following location:&lt;/p&gt; 
-    &lt;p&gt; &lt;a 
href=&quot;http://extensions.services.openoffice.org/project/mysql_connector&quot;&gt;http://extensions.services.openoffice.org/project/mysql_connector&lt;/a&gt;
 &lt;/p&gt; 
-    &lt;p&gt;It comes in versions for Windows, Linux Intel 32 and 64 bit, 
Solaris Sparc, Solaris Intel, and Mac OS X Intel.&lt;/p&gt; 
-    &lt;p&gt;Technically, the driver is based on  &lt;a 
href=&quot;http://dev.mysql.com/downloads/connector/cpp&quot;&gt;Connector/C++&lt;/a&gt;
 and  &lt;a 
href=&quot;http://dev.mysql.com/downloads/connector/c&quot;&gt;Connector/C&lt;/a&gt;.&lt;/p&gt;
 
-    &lt;p&gt;There is  &lt;a 
href=&quot;http://wiki.services.openoffice.org/wiki/Database/Drivers/MySQL_Native/1.0/Known_Issues&quot;&gt;one
 known issue&lt;/a&gt; in the MySQL Connector for OpenOffice.org 1.0 release. 
Fixing it would require upgrading to a new Connector/C version, which is not 
yet available. So we decided to release 1.0 despite of this known problem, 
since we're convinced that Connector/OpenOffice.org has nonetheless production 
quality, and can give you great advantages over using Connector/ODBC or 
Connector/J.&lt;/p&gt; 
-    &lt;p&gt;You might want to visit our  &lt;a 
href=&quot;http://wiki.services.openoffice.org/wiki/Database/Drivers/MySQL_Native/1.0&quot;&gt;project's
 wiki&lt;/a&gt; for a quick start and installation guide.&lt;/p&gt; 
-    &lt;p&gt;Please  &lt;a 
href=&quot;mailto:[email protected]&quot;&gt;let us know&lt;/a&gt; about 
your experiences with the connector, good or bad, so we know where we did right 
or can still improve! Enjoy!&lt;/p&gt;&lt;br /&gt; 
-  &lt;/div&gt;</description>
-       <pubDate>Thu, 10 Sep 2009 09:43:19 +0000</pubDate>
-</item>
-<item>
        <title>John McCreesh: OpenOffice.org Market Share</title>
        <guid>http://www.mealldubh.org/?p=756</guid>
        
<link>http://www.mealldubh.org/index.php/2009/09/09/openoffice-org-market-share/</link>




---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to