[Mysql-cocoa-commits] CVS: Documentation/website index.html,1.7,1.8
Brought to you by:
sergecohen
From: Serge C. <ser...@us...> - 2002-02-28 11:32:45
|
Update of /cvsroot/mysql-cocoa/Documentation/website In directory usw-pr-cvs1:/tmp/cvs-serv5519/website Modified Files: index.html Log Message: Added new updates for the embeded version of the framework and the MySQL Display version using the embeded framework. Serge Cohen, 28 Feb 2002; MySQL Cocoa project. Index: index.html =================================================================== RCS file: /cvsroot/mysql-cocoa/Documentation/website/index.html,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** index.html 5 Feb 2002 17:38:52 -0000 1.7 --- index.html 28 Feb 2002 11:32:39 -0000 1.8 *************** *** 23,27 **** <!--Updates--> ! <p><em>22 January 2002:</em> Few correction to the framework (v 0.5.1 now). I finally managed to create packages, so <em>the AutoStart package finally works</em>. There is also a new package installer : <em>Install MySQL Client</em>. This will install the client side of MySQL, the minimum required to run a C (or Objective-C !!!) client on your Mac OS X system. At last (but not least), I have written a new application using the framework to display queries in a GUI <a href="Display/index.html"><em>MySQL Display</em></a>. Even if it is still very basic this is (as far as I know) the first <em>free</em> GUI for MySQL on Mac OS X. I'm sure you'll want some modification for this GUI, send your whishes on the users mailing list. <p><em>3 January 2002:</em> First release is done, still have to put this web site in place. This is an alpha release, I've not been throught extensiv testing of the API. It works Ok for the couple of test application I've done. Indeed I'm looking forward for feed back from users. <em>For the moment the AutoStart package, which starts automatically MySQL at machine booting is not ready</em> due to some problems I have with package maker...</p> --- 23,27 ---- <!--Updates--> ! <p><em>28 February 2002:</em> The framework is now ready to be embeded in the application(s) using it,I still have a problem for statically linking the libmysqlclient, so use of SMySQL framework still needs the installation of libmysqlclient.dylib (which is done by MySQL_Cocoa_installers_0.5.2.dmg.gz). Now the <a href="Display/index.html">MySQL Display</a> should run.</p> <p><em>22 January 2002:</em> Few correction to the framework (v 0.5.1 now). I finally managed to create packages, so <em>the AutoStart package finally works</em>. There is also a new package installer : <em>Install MySQL Client</em>. This will install the client side of MySQL, the minimum required to run a C (or Objective-C !!!) client on your Mac OS X system. At last (but not least), I have written a new application using the framework to display queries in a GUI <a href="Display/index.html"><em>MySQL Display</em></a>. Even if it is still very basic this is (as far as I know) the first <em>free</em> GUI for MySQL on Mac OS X. I'm sure you'll want some modification for this GUI, send your whishes on the users mailing list. <p><em>3 January 2002:</em> First release is done, still have to put this web site in place. This is an alpha release, I've not been throught extensiv testing of the API. It works Ok for the couple of test application I've done. Indeed I'm looking forward for feed back from users. <em>For the moment the AutoStart package, which starts automatically MySQL at machine booting is not ready</em> due to some problems I have with package maker...</p> *************** *** 46,52 **** <li>Binaries to install fast..</li> <ul> ! <li>Installing the Client side of MySQL, and getting the <a href="Display/index.html">MySQL Display application</a> (as a free bonus): <a href="http://ftp1.sourceforge.net/mysql-cocoa/MySQL_Cocoa_installer_0.5.1.dmg.gz">Disk image</a>, MD5: 532d506e6d08d36610fdeb74c3e889c6</li> </ul> ! <li>Mac OS X 10.1 or higher sources, version 0.5.1 r1</li> <ul> <li><a href="http://ftp1.sourceforge.net/mysql-cocoa/SMySQL_0.5.tgz">SMySQL Framework v0.5.0r1</a>, MD5: 3608e6e298cb45836f793081e6f809ab</li> --- 46,52 ---- <li>Binaries to install fast..</li> <ul> ! <li>Installing the Client side of MySQL, and getting the <a href="Display/index.html">MySQL Display application</a> (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> ! <li>Mac OS X 10.1 or higher sources, version 0.5.1 r1 (note: not up to date, see CVS for version 0.5.2)</li> <ul> <li><a href="http://ftp1.sourceforge.net/mysql-cocoa/SMySQL_0.5.tgz">SMySQL Framework v0.5.0r1</a>, MD5: 3608e6e298cb45836f793081e6f809ab</li> *************** *** 54,58 **** </ul> <ul> ! <li><a href="http://ftp1.sourceforge.net/mysql-cocoa/MySQL_Display_0.1.0.tgz">MySQL Display v0.1.0r1</a>, MD5: 90fcd9bd307b68bfab7df4aa6a2b6a1d</li> </ul> <ul> --- 54,58 ---- </ul> <ul> ! <li><a href="http://ftp1.sourceforge.net/mysql-cocoa/MySQL_Display_0.1.1.tgz">MySQL Display v0.1.1r1</a>, MD5: 159f7032d426d5bc5eb9397402925482</li> </ul> <ul> |