[Mysql-cocoa-commits] CVS: Documentation/website index.html,1.18,1.19
Brought to you by:
sergecohen
From: Serge C. <ser...@us...> - 2004-03-04 22:42:44
|
Update of /cvsroot/mysql-cocoa/Documentation/website In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31471 Modified Files: index.html Log Message: Added new entries (and donation links) to the index page. Updated the html documentation of the framework. 2004-03-04; Serge Cohen. Index: index.html =================================================================== RCS file: /cvsroot/mysql-cocoa/Documentation/website/index.html,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** index.html 4 Oct 2003 10:15:18 -0000 1.18 --- index.html 4 Mar 2004 22:21:14 -0000 1.19 *************** *** 29,33 **** <a name="archive"><p>Archives of the updates can be found <a href="archives.html">here</a></p></a> ! <p><em>30 August 2003:</em> Added some comments and a last section (reloading data from the mysqldump file) to the instructions on how to install MySQL frmo sources. The file released has been updated to this new documentation as well.</p> <p><em>27 August 2003:</em> Added a documentation on how to build MySQL from sources. You will find a link to these inscription in the <a href="#docs">Documentation</a> section. Following these instructions you should be able to build MySQL server and client sides, with prebound dynamic libraries (as well as static libraries), openssl support for both server and client... and finally getting the <code>libmysqld.a</code> library which is basically a embedded MySQL server running in its own thread, so your program can contains its own server (not yet supported by SMySQL framework... but might come some time soon).</p> --- 29,39 ---- <a name="archive"><p>Archives of the updates can be found <a href="archives.html">here</a></p></a> ! <p><em>04 March 2004:</em> With the comments of Dave Winter, I have corrected the examlpe in the HTML doc, should be Ok now (except maybe a \312 character used for tabbing...). Documentation should be updated to 2.2.3 by now.</p> ! ! <p><em>01 March 2004:</em> Released version 2.2.3, correcting the InfoPlist.strings bug (in source distribution), and putting all version parameters to 2.2.3 (some were at 2.2.2, other still at 2.2.1). Source and binaries should work kind of Ok now.</p> ! ! <p><em>29 February 2004:</em> Released version 2.2.2, correcting a few bugs, unfortunately this version was not properly done in terms of framework version, class version string... So I had to make a 2.2.3 release soon after. Since today, you can donate to the project, enabling me to get a MySQL licence (so that I can provide a non GPL licence for the framework, and get another hosting for this site). If you want to donate, see link <a href="#donate">here</a>.</p> ! ! <p><em>30 August 2003:</em> Added some comments and a last section (reloading data from the mysqldump file) to the instructions on how to install MySQL from sources. The file released has been updated to this new documentation as well.</p> <p><em>27 August 2003:</em> Added a documentation on how to build MySQL from sources. You will find a link to these inscription in the <a href="#docs">Documentation</a> section. Following these instructions you should be able to build MySQL server and client sides, with prebound dynamic libraries (as well as static libraries), openssl support for both server and client... and finally getting the <code>libmysqld.a</code> library which is basically a embedded MySQL server running in its own thread, so your program can contains its own server (not yet supported by SMySQL framework... but might come some time soon).</p> *************** *** 187,193 **** --- 193,204 ---- </table> </div> + <!-- <a href="/donate/index.php?group_id=42424"><IMG src="https://images.sourceforge.net/images/project-support.jpg" alt="Donate to this project" border="0" width="88" height="32"></a></td><td valign="top"><b><a href="/donate/index.php?group_id=42424">Donate to MySQL Objective C API for Cocoa</a></b> --> <div class="center"><A href="http://sourceforge.net"> <IMG src="http://sourceforge.net/sflogo.php?group_id=42424&type=1" width="88" height="31" border="0" alt="SourceForge Logo"></A></div> + <br> + <div class="center"> + <a name="donate"><a href="http://sourceforge.net/donate/index.php?group_id=42424"><IMG src="http://images.sourceforge.net/images/project-support.jpg" alt="Donate to this project" border="0" width="88" height="32"></a> <a href="http://sourceforge.net/donate/index.php?group_id=42424">Donate to MySQL Objective C API for Cocoa</a></a> + </div> <a name="aknowledgements"><h2>Aknowledgment</h2></a> |