aboutsummaryrefslogtreecommitdiffstats
path: root/English.lproj/english_help/index.html
diff options
context:
space:
mode:
authorabhibeckert <abhi@abhibeckert.com>2008-04-04 11:37:36 +0000
committerabhibeckert <abhi@abhibeckert.com>2008-04-04 11:37:36 +0000
commit0f586da34dac2c764a12055158e4929cf69340a1 (patch)
treebca3868c9715a10c08017a0a7b6d5148f8bd3556 /English.lproj/english_help/index.html
parent5fb284b7c12887b8eea6c3a02fa83abf50793992 (diff)
downloadsequelpro-0f586da34dac2c764a12055158e4929cf69340a1.tar.gz
sequelpro-0f586da34dac2c764a12055158e4929cf69340a1.tar.bz2
sequelpro-0f586da34dac2c764a12055158e4929cf69340a1.zip
Initial import from (slightly modified) CocoaMySQL v0.7b4
Diffstat (limited to 'English.lproj/english_help/index.html')
-rwxr-xr-xEnglish.lproj/english_help/index.html101
1 files changed, 101 insertions, 0 deletions
diff --git a/English.lproj/english_help/index.html b/English.lproj/english_help/index.html
new file mode 100755
index 00000000..11d70d7f
--- /dev/null
+++ b/English.lproj/english_help/index.html
@@ -0,0 +1,101 @@
+<html>
+<head>
+<title>CocoaMySQL Help</title>
+<meta name="AppleTitle" content="CocoaMySQL Help">
+<meta NAME="AppleIcon" CONTENT="icon.gif">
+<meta name="AppleFont" content="Lucida Grande">
+<meta ROBOTS="robots" CONTENT="anchors">
+</head>
+<body text="#000000" link="#0000FF" alink="#0000FF" vlink="#0000FF" topmargin="0" leftmargin="0" marginwidth="0" marginheight="0">
+
+<font face="Lucida Grande,Geneva,Arial" size="-1">
+
+<br>
+
+<table border="0" cellpadding="0" cellspacing="0" width="100%" height="70">
+ <tr>
+ <td align="left" valign="top" width="70">
+ <img src="cocoamysql_logo.jpg" width="60" height="60" border="0">
+ </td>
+ <td align="left">
+ <h1>CocoaMySQL Help</h1>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="2">
+ <img src="bar.gif" width="100%" height="20">
+ </td>
+ </tr>
+</table>
+
+<br>
+
+<table border="0" cellpadding="2" cellspacing="2" width="100%">
+ <tr>
+ <td width="50%" valign="top">
+ <font face="Lucida Grande,Geneva,Arial">
+ <b>Topics</b>
+ <br>
+ <font size="-1">
+ <a href="topics/connect.html">Connecting to a Database</a>
+ <br>
+ <a href="topics/tables.html">Managing Tables (Creation, Deletion, Changes)</a>
+ <br>
+ <a href="topics/data.html">Data Management</a>
+ <br>
+ <a href="topics/query.html">Performing Custom Queries</a>
+ <br>
+ <a href="topics/dump.html">Data Dumps (CSV, XML)</a>
+ <br>
+ <a href="topics/preferences.html">Setting Preferences</a>
+ <br>
+ <a href="topics/console.html">Console</a>
+ <br>
+ <a href="topics/encoding.html">Encoding</a>
+ <br>
+ <a href="topics/syntax.html">Table Syntax Generation</a>
+ <br>
+ <a href="topics/sample_tables.html">SQL Table examples</a>
+ <br>
+ <a href="topics/sample_query.html">SQL Query examples</a>
+ <br>
+ <a href="topics/reference.html">MySQL SQL Reference</a>
+ <br>
+ </font>
+ </font>
+ </td>
+ <td width="50%" valign="top">
+ <font face="Lucida Grande,Geneva,Arial">
+ <b>CocoaMySQL Websites</b>
+ <br>
+ <font size="-1">
+ <a href="http://cocoamysql.sourceforge.net/">http://cocoamysql.sourceforge.net/</a>
+ <br>
+ <a href="http://sourceforge.net/projects/cocoamysql/">http://sourceforge.net/projects/cocoamysql/</a>
+ </font>
+ <br>
+ <br>
+ <hr>
+ <b>Developers and Contributors</b>
+ <br>
+ <font size="-1">Lorenz Textor, Jeff Skrysak, Walter Lee Davis, Tristan O'Tierney, Kotaro Funakoshi, David Buxton, Stuart B. Glenn, Jason Hallford, <a href="http://www.snowhouse.co.uk/">snowhouse</a>, <a href="http://mysql-cocoa.sourceforge.net/">MySQL Cocoa project</a></font>
+ <br>
+ <br>
+ <hr>
+ <b>MySQL Websites</b>
+ <br>
+ <font size="-1">
+ <a href="http://www.mysql.com/">http://www.mysql.com/</a>
+ <br>
+ <a href="http://www.serverlogistics.com/mysql.php">http://www.serverlogistics.com/mysql.php</a>
+ </font>
+ <br>
+ </font>
+ </td>
+ </tr>
+</table>
+
+</font>
+
+</body>
+</html> \ No newline at end of file