diff options
Diffstat (limited to 'Interfaces/English.lproj/Help/index.html')
-rwxr-xr-x | Interfaces/English.lproj/Help/index.html | 99 |
1 files changed, 99 insertions, 0 deletions
diff --git a/Interfaces/English.lproj/Help/index.html b/Interfaces/English.lproj/Help/index.html new file mode 100755 index 00000000..265dd630 --- /dev/null +++ b/Interfaces/English.lproj/Help/index.html @@ -0,0 +1,99 @@ +<html> +<head> +<title>Sequel Pro Help</title> +<meta name="AppleTitle" content="Sequel Pro 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="sequel-pro_logo.jpg" width="60" height="60" border="0"> + </td> + <td align="left"> + <h1>Sequel Pro 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>Sequel Pro Website</b> + <br> + <font size="-1"> + <a href="http://code.google.com/p/sequel-pro/">http://code.google.com/p/sequel-pro/</a> + </font> + <br> + <br> + <hr> + <b>Developers and Contributors</b> + <br> + <font size="-1">Abhi Beckert, Matt Langtree, 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 |