diff options
Diffstat (limited to 'English.lproj/english_help/index.html')
-rwxr-xr-x | English.lproj/english_help/index.html | 99 |
1 files changed, 0 insertions, 99 deletions
diff --git a/English.lproj/english_help/index.html b/English.lproj/english_help/index.html deleted file mode 100755 index 265dd630..00000000 --- a/English.lproj/english_help/index.html +++ /dev/null @@ -1,99 +0,0 @@ -<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 |