[Mysql-cocoa-commits] CVS: Documentation/website/Display index.html,1.8,1.9
Brought to you by:
sergecohen
From: Serge C. <ser...@us...> - 2002-05-15 12:52:40
|
Update of /cvsroot/mysql-cocoa/Documentation/website/Display In directory usw-pr-cvs1:/tmp/cvs-serv4158/Display Modified Files: index.html Log Message: Added a pointer to the new directory containing the doc of the framework. Updated index.html of SMySQL and Display. Serge Cohen; MySQL Cocoa Project, May 15th 2002. Index: index.html =================================================================== RCS file: /cvsroot/mysql-cocoa/Documentation/website/Display/index.html,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** index.html 8 May 2002 16:46:12 -0000 1.8 --- index.html 15 May 2002 12:52:37 -0000 1.9 *************** *** 24,27 **** --- 24,28 ---- <a name="updates"><h2>Updates</h2></a> + <p><em>15 May 2002:</em> A new binary, including the latest version (0.7.0) of the framework is available for <a href="#binaries">download</a>.</p> <p><em>8 May 2002:</em> The new <a href="../index.html">framework</a> (with better character set encoding) is included. Few bugs of the applications have been fixed. You can find either the <a href="../index.html#sources">source</a> (in which case you have to compile one of the embeded version of the framework). A binary is also released <a href="#binaries">here</a>; it's a disk image (dmg) which contain the licence (GPL) and the application.</p> <p><em>14 March 2002:</em> The new version of the <a href="../index.html">SMySQL frameworks</a> includes directly the libmysqlclient in the framework. Now you don't need any more to install the MySQL client side library to run MySQL Display. Just <a href="http://ftp1.sourceforge.net/mysql-cocoa/MySQL_Display_0.1.2.dmg.gz">download</a> it from sourceforge, expand, mount the disk image and launch the application (this should be done in three double-click).</p> *************** *** 44,48 **** <li><a name="binaries">Binaries to install fast..</a></li> <ul> ! <li>Getting the MySQL Display application (alone): <a href="http://ftp1.sourceforge.net/mysql-cocoa/MySQL_Display_0.1.3.dmg.gz">Disk image</a>, MD5: 462f2cff5cc57c463418cb8af10b9f5d</li> <li>Installing the complete Client side of MySQL, and getting the MySQL Display application (as a free bonus): <a href="http://ftp1.sourceforge.net/mysql-cocoa/MySQL_Cocoa_installers_0.5.2.dmg.gz">Disk image</a>, MD5: fc88e839717d3a478fa44c56387da908</li> </ul> --- 45,49 ---- <li><a name="binaries">Binaries to install fast..</a></li> <ul> ! <li>Getting the MySQL Display application (alone): <a href="http://ftp1.sourceforge.net/mysql-cocoa/MySQL_Display_0.1.3_F0.7.0.dmg.gz">Disk image</a>, MD5: 85d0c86212f677240a14813b031ccda8 (NB:this is a stand alone application which <em>does not need</em> the libmysqlclient library).</li> <li>Installing the complete Client side of MySQL, and getting the MySQL Display application (as a free bonus): <a href="http://ftp1.sourceforge.net/mysql-cocoa/MySQL_Cocoa_installers_0.5.2.dmg.gz">Disk image</a>, MD5: fc88e839717d3a478fa44c56387da908</li> </ul> *************** *** 50,54 **** <a name="docs"><h2>Documentation</h2></a> ! <p>For documentation go to the <a href="../index.html">MySQL Project Homepage</a></p> <a name="lists"><h2>Mailing Lists</h2></a> --- 51,55 ---- <a name="docs"><h2>Documentation</h2></a> ! <p>For documentation go to the <a href="../index.html">MySQL Cocoa Project Homepage</a></p> <a name="lists"><h2>Mailing Lists</h2></a> *************** *** 65,68 **** --- 66,70 ---- <ul> <li>Serge Cohen (<a href="mailto:ser...@us...">ser...@us...</a>)</li> + <li>Bertrand Mansion (<a href="mailto:ma...@us...">ma...@us...</a>)</li> </ul> <a name="links"><h2>Links</h2></a> |