aboutsummaryrefslogtreecommitdiffstats
path: root/English.lproj/english_help/topics
diff options
context:
space:
mode:
authorabhibeckert <abhi@abhibeckert.com>2008-04-05 01:38:54 +0000
committerabhibeckert <abhi@abhibeckert.com>2008-04-05 01:38:54 +0000
commit9b5ac7d5073e71e4fc78ee21ba46ad3b593a3ccc (patch)
tree504e35105a667d25695bde06d888f01ef61adae0 /English.lproj/english_help/topics
parent175e96ac7aff9b9285c2c12027d554d3a825d5e9 (diff)
downloadsequelpro-9b5ac7d5073e71e4fc78ee21ba46ad3b593a3ccc.tar.gz
sequelpro-9b5ac7d5073e71e4fc78ee21ba46ad3b593a3ccc.tar.bz2
sequelpro-9b5ac7d5073e71e4fc78ee21ba46ad3b593a3ccc.zip
rename project; disable software update system (ticket #1)
Diffstat (limited to 'English.lproj/english_help/topics')
-rwxr-xr-xEnglish.lproj/english_help/topics/connect.html6
-rwxr-xr-xEnglish.lproj/english_help/topics/console.html8
-rwxr-xr-xEnglish.lproj/english_help/topics/data.html4
-rwxr-xr-xEnglish.lproj/english_help/topics/dump.html14
-rwxr-xr-xEnglish.lproj/english_help/topics/encoding.html6
-rwxr-xr-xEnglish.lproj/english_help/topics/preferences.html10
-rwxr-xr-xEnglish.lproj/english_help/topics/query.html8
-rwxr-xr-xEnglish.lproj/english_help/topics/reference.html4
-rwxr-xr-xEnglish.lproj/english_help/topics/sample_query.html4
-rwxr-xr-xEnglish.lproj/english_help/topics/sample_tables.html4
-rw-r--r--English.lproj/english_help/topics/sequel-pro_logo.jpg (renamed from English.lproj/english_help/topics/cocoamysql_logo.jpg)bin1678 -> 1678 bytes
-rwxr-xr-xEnglish.lproj/english_help/topics/syntax.html8
-rwxr-xr-xEnglish.lproj/english_help/topics/tables.html6
13 files changed, 41 insertions, 41 deletions
diff --git a/English.lproj/english_help/topics/connect.html b/English.lproj/english_help/topics/connect.html
index b32c0dc8..2fbe0864 100755
--- a/English.lproj/english_help/topics/connect.html
+++ b/English.lproj/english_help/topics/connect.html
@@ -1,6 +1,6 @@
<html>
<head>
-<title>CocoaMySQL Help - Connecting to a Database</title>
+<title>Sequel Pro Help - Connecting to a Database</title>
<meta name="AppleTitle" content="Connecting to a Database">
<meta name="AppleFont" content="Lucida Grande">
<meta ROBOTS="robots" CONTENT="anchors">
@@ -14,7 +14,7 @@
<table border="0" cellpadding="0" cellspacing="0" width="100%" height="80">
<tr>
<td align="left" valign="top" width="70">
- <img src="cocoamysql_logo.jpg" width="60" height="60" border="0">
+ <img src="sequel-pro_logo.jpg" width="60" height="60" border="0">
</td>
<td align="left"><h1>Connecting to a Database</h1>
</td>
@@ -42,7 +42,7 @@
<ul>
<li>Enter at least the host (IP or domain name). To connect to a local database, enter localhost or 127.0.0.1 as host.</li>
<li>If you enter a database, it will be selected when the connection to the server is established. Otherwise you can select one of the databases on the server afterwards.</li>
- <li>If you enter no port, CocoaMySQL uses the default port.</li>
+ <li>If you enter no port, Sequel Pro uses the default port.</li>
<li>Choose "Save to favorites..." in the favorites popup-button to save a connection. Passwords are stored in the Keychain. To edit favorites open the Preferences.</li>
<li>You can connect to multiple databases by opening a new window (Menu File > New)</li>
</ul>
diff --git a/English.lproj/english_help/topics/console.html b/English.lproj/english_help/topics/console.html
index 6bd2a8f3..1269dc38 100755
--- a/English.lproj/english_help/topics/console.html
+++ b/English.lproj/english_help/topics/console.html
@@ -1,6 +1,6 @@
<html>
<head>
-<title>CocoaMySQL Help - Actions Console</title>
+<title>Sequel Pro Help - Actions Console</title>
<meta name="AppleTitle" content="Actions Console">
<meta name="AppleFont" content="Lucida Grande">
<meta ROBOTS="robots" CONTENT="anchors">
@@ -14,7 +14,7 @@
<table border="0" cellpadding="0" cellspacing="0" width="100%" height="80">
<tr>
<td align="left" valign="top" width="70">
- <img src="cocoamysql_logo.jpg" width="60" height="60" border="0">
+ <img src="sequel-pro_logo.jpg" width="60" height="60" border="0">
</td>
<td align="left"><h1>Console</h1>
</td>
@@ -32,11 +32,11 @@
<br>
<br>
-&nbsp;The Console at the bottom of CocoaMySQL lists all of the actions you made in the current session accompanied by a timestamp.
+&nbsp;The Console at the bottom of Sequel Pro lists all of the actions you made in the current session accompanied by a timestamp.
It can be shown or hidden using the toolbar icon at the top that says "Show/Hide Console". You can also clear
the console by using the "Clear Console" button. If those two icons are not located in your toolbar then right-click
in the toolbar area and select "Customize Toolbar..." from the menu. You should then see a window
-of icons which you can add to your CocoaMySQL toolbar including the two mentioned above.
+of icons which you can add to your Sequel Pro toolbar including the two mentioned above.
<br>
<br>
diff --git a/English.lproj/english_help/topics/data.html b/English.lproj/english_help/topics/data.html
index 109e7b0c..14aaeb9f 100755
--- a/English.lproj/english_help/topics/data.html
+++ b/English.lproj/english_help/topics/data.html
@@ -1,6 +1,6 @@
<html>
<head>
-<title>CocoaMySQL Help - Data Management</title>
+<title>Sequel Pro Help - Data Management</title>
<meta name="AppleTitle" content="Data Management">
<meta name="AppleFont" content="Lucida Grande">
<meta ROBOTS="robots" CONTENT="anchors">
@@ -14,7 +14,7 @@
<table border="0" cellpadding="0" cellspacing="0" width="100%" height="80">
<tr>
<td align="left" valign="top" width="70">
- <img src="cocoamysql_logo.jpg" width="60" height="60" border="0">
+ <img src="sequel-pro_logo.jpg" width="60" height="60" border="0">
</td>
<td align="left"><h1>Data Management</h1>
</td>
diff --git a/English.lproj/english_help/topics/dump.html b/English.lproj/english_help/topics/dump.html
index f50804f1..99123b69 100755
--- a/English.lproj/english_help/topics/dump.html
+++ b/English.lproj/english_help/topics/dump.html
@@ -1,6 +1,6 @@
<html>
<head>
-<title>CocoaMySQL Help - Data Dumps</title>
+<title>Sequel Pro Help - Data Dumps</title>
<meta name="AppleTitle" content="Data Dumps">
<meta name="AppleFont" content="Lucida Grande">
<meta ROBOTS="robots" CONTENT="anchors">
@@ -14,7 +14,7 @@
<table border="0" cellpadding="0" cellspacing="0" width="100%" height="80">
<tr>
<td align="left" valign="top" width="70">
- <img src="cocoamysql_logo.jpg" width="60" height="60" border="0">
+ <img src="sequel-pro_logo.jpg" width="60" height="60" border="0">
</td>
<td align="left"><h1>Data Dumps</h1>
</td>
@@ -32,10 +32,10 @@
<br>
<br>
-&nbsp;In order to perform actions with data dumps, you must use the "File->Import; File->Export" menu options of CocoaMySQL. A variety
-of exports/dumps can be performed: CocoaMySQL dump, Export of Table Content Results (csv or xml format), Export of Custom
+&nbsp;In order to perform actions with data dumps, you must use the "File->Import; File->Export" menu options of Sequel Pro. A variety
+of exports/dumps can be performed: Sequel Pro dump, Export of Table Content Results (csv or xml format), Export of Custom
Query Results (csv or xml format), or Export of Multiple Table data (csv or xml format). On the other hand, you can only import a
-CocoaMySQL dump or a CSV file.
+Sequel Pro dump or a CSV file.
<br>
<br>
<b>CSV File Format Information</b>
@@ -61,8 +61,8 @@ CocoaMySQL dump or a CSV file.
<td bgcolor="#fff8dc" valign="top">
<font size="-1" face="Lucida Grande,Geneva,Arial">
<ul>
- <li>Choose "File->Import" from the CocoaMySQL Menu</li>
- <li>You must choose to import a CSV file (table data) or a CocoaMySQL dump (varied information)</li>
+ <li>Choose "File->Import" from the Sequel Pro Menu</li>
+ <li>You must choose to import a CSV file (table data) or a Sequel Pro dump (varied information)</li>
</ul>
</td>
</tr>
diff --git a/English.lproj/english_help/topics/encoding.html b/English.lproj/english_help/topics/encoding.html
index c824d70c..adaed683 100755
--- a/English.lproj/english_help/topics/encoding.html
+++ b/English.lproj/english_help/topics/encoding.html
@@ -1,6 +1,6 @@
<html>
<head>
-<title>CocoaMySQL Help - Text Encoding</title>
+<title>Sequel Pro Help - Text Encoding</title>
<meta name="AppleTitle" content="Text Encoding">
<meta name="AppleFont" content="Lucida Grande">
<meta ROBOTS="robots" CONTENT="anchors">
@@ -14,7 +14,7 @@
<table border="0" cellpadding="0" cellspacing="0" width="100%" height="80">
<tr>
<td align="left" valign="top" width="70">
- <img src="cocoamysql_logo.jpg" width="60" height="60" border="0">
+ <img src="sequel-pro_logo.jpg" width="60" height="60" border="0">
</td>
<td align="left"><h1>Text Encoding</h1>
</td>
@@ -43,7 +43,7 @@ are over 20 encodings for you to choose from.
<td bgcolor="#fff8dc" valign="top">
<font size="-1" face="Lucida Grande,Geneva,Arial">
<ul>
- <li>Open up the "Preferences Pane" of CocoaMySQL</li>
+ <li>Open up the "Preferences Pane" of Sequel Pro</li>
<li>From the pull-down at the bottom left of the preferences window, labelled "Default Encoding", choose an option.</li>
<li>The encoding you choose will be the default encoding for all future databases</li>
</ul>
diff --git a/English.lproj/english_help/topics/preferences.html b/English.lproj/english_help/topics/preferences.html
index 66ae21a8..0350d76b 100755
--- a/English.lproj/english_help/topics/preferences.html
+++ b/English.lproj/english_help/topics/preferences.html
@@ -1,6 +1,6 @@
<html>
<head>
-<title>CocoaMySQL Help - Setting Preferences</title>
+<title>Sequel Pro Help - Setting Preferences</title>
<meta name="AppleTitle" content="Setting Preferences">
<meta name="AppleFont" content="Lucida Grande">
<meta ROBOTS="robots" CONTENT="anchors">
@@ -14,7 +14,7 @@
<table border="0" cellpadding="0" cellspacing="0" width="100%" height="80">
<tr>
<td align="left" valign="top" width="70">
- <img src="cocoamysql_logo.jpg" width="60" height="60" border="0">
+ <img src="sequel-pro_logo.jpg" width="60" height="60" border="0">
</td>
<td align="left"><h1>Setting Preferences</h1>
</td>
@@ -38,9 +38,9 @@
<td bgcolor="#fff8dc" valign="top">
<font size="-1" face="Lucida Grande,Geneva,Arial">
<ul>
- <li>Choose if you want to reload the table after adding, editing or removing a row. If you reload it, you will be sure that the entries showed by CocoaMySQL correspond to the entries in the MySQL database, but editing tables will become slow with big tables.</li>
- <li>Choose if you want CocoaMySQL to show an error message if no rows have been affected after adding or editing a row.</li>
- <li>Choose if you want to display the values of blob and text fields (especially with big tables this can speed up the interface significantly because CocoaMySQL will load only the blob and text fields of the rows you will be editing).</li>
+ <li>Choose if you want to reload the table after adding, editing or removing a row. If you reload it, you will be sure that the entries showed by Sequel Pro correspond to the entries in the MySQL database, but editing tables will become slow with big tables.</li>
+ <li>Choose if you want Sequel Pro to show an error message if no rows have been affected after adding or editing a row.</li>
+ <li>Choose if you want to display the values of blob and text fields (especially with big tables this can speed up the interface significantly because Sequel Pro will load only the blob and text fields of the rows you will be editing).</li>
<li>Choose if you want to limit the rows returned by the MySQL server. You can limit the result to a given number of rows to speed up the interface.</li>
<li>Select a value that is displayed and used to enter NULL-values.</li>
<li>Add favorites used to quickly connect to a MySQL database. Drag&amp;drop them to change their order. Double-click to edit a favorite. Passwords are stored in the Keychain.</li>
diff --git a/English.lproj/english_help/topics/query.html b/English.lproj/english_help/topics/query.html
index 2be8ebe9..bb628047 100755
--- a/English.lproj/english_help/topics/query.html
+++ b/English.lproj/english_help/topics/query.html
@@ -1,6 +1,6 @@
<html>
<head>
-<title>CocoaMySQL Help - Performing Custom Queries</title>
+<title>Sequel Pro Help - Performing Custom Queries</title>
<meta name="AppleTitle" content="Performing Custom Queries">
<meta name="AppleFont" content="Lucida Grande">
<meta ROBOTS="robots" CONTENT="anchors">
@@ -14,7 +14,7 @@
<table border="0" cellpadding="0" cellspacing="0" width="100%" height="80">
<tr>
<td align="left" valign="top" width="70">
- <img src="cocoamysql_logo.jpg" width="60" height="60" border="0">
+ <img src="sequel-pro_logo.jpg" width="60" height="60" border="0">
</td>
<td align="left"><h1>Performing Custom Queries</h1>
</td>
@@ -45,8 +45,8 @@
<li>Under "Last Error Message" you can see the last error message returned by MySQL, if there is one.</li>
<li>Add your query to the favorites or select a favorite query with the favorites pop-up-button.</li>
<li>Select one of the last 20 queries with the history pop-up-button.</li>
- <li>You can perform custom queries out of your favorite text editor by using the services menu (Services > CocoaMySQL > Perform selection as MySQL query). CocoaMySQL uses the last opened window to perform the query.</li>
- <li>If you perferm a query out of a different text editor, be sure that CocoaMySQL is already loaded and has at least one window open.</li>
+ <li>You can perform custom queries out of your favorite text editor by using the services menu (Services > Sequel Pro > Perform selection as MySQL query). Sequel Pro uses the last opened window to perform the query.</li>
+ <li>If you perferm a query out of a different text editor, be sure that Sequel Pro is already loaded and has at least one window open.</li>
</ul>
</td>
</tr>
diff --git a/English.lproj/english_help/topics/reference.html b/English.lproj/english_help/topics/reference.html
index 532d29b4..b746bed9 100755
--- a/English.lproj/english_help/topics/reference.html
+++ b/English.lproj/english_help/topics/reference.html
@@ -1,6 +1,6 @@
<html>
<head>
-<title>CocoaMySQL Help - MySQL SQL Referernce</title>
+<title>Sequel Pro Help - MySQL SQL Referernce</title>
<meta name="AppleTitle" content="SQL Reference">
<meta name="AppleFont" content="Lucida Grande">
<meta ROBOTS="robots" CONTENT="anchors">
@@ -14,7 +14,7 @@
<table border="0" cellpadding="0" cellspacing="0" width="100%" height="80">
<tr>
<td align="left" valign="top" width="70">
- <img src="cocoamysql_logo.jpg" width="60" height="60" border="0">
+ <img src="sequel-pro_logo.jpg" width="60" height="60" border="0">
</td>
<td align="left"><h1>MySQL SQL Reference</h1>
</td>
diff --git a/English.lproj/english_help/topics/sample_query.html b/English.lproj/english_help/topics/sample_query.html
index c77723df..66b249fd 100755
--- a/English.lproj/english_help/topics/sample_query.html
+++ b/English.lproj/english_help/topics/sample_query.html
@@ -1,6 +1,6 @@
<html>
<head>
-<title>CocoaMySQL Help - SQL Query Examples</title>
+<title>Sequel Pro Help - SQL Query Examples</title>
<meta name="AppleTitle" content="SQL Query Examples">
<meta name="AppleFont" content="Lucida Grande">
<meta ROBOTS="robots" CONTENT="anchors">
@@ -14,7 +14,7 @@
<table border="0" cellpadding="0" cellspacing="0" width="100%" height="80">
<tr>
<td align="left" valign="top" width="70">
- <img src="cocoamysql_logo.jpg" width="60" height="60" border="0">
+ <img src="sequel-pro_logo.jpg" width="60" height="60" border="0">
</td>
<td align="left"><h1>SQL Query Examples</h1>
</td>
diff --git a/English.lproj/english_help/topics/sample_tables.html b/English.lproj/english_help/topics/sample_tables.html
index 908f55aa..ba61c094 100755
--- a/English.lproj/english_help/topics/sample_tables.html
+++ b/English.lproj/english_help/topics/sample_tables.html
@@ -1,6 +1,6 @@
<html>
<head>
-<title>CocoaMySQL Help - SQL Table Examples</title>
+<title>Sequel Pro Help - SQL Table Examples</title>
<meta name="AppleTitle" content="SQL Table Examples">
<meta name="AppleFont" content="Lucida Grande">
<meta ROBOTS="robots" CONTENT="anchors">
@@ -14,7 +14,7 @@
<table border="0" cellpadding="0" cellspacing="0" width="100%" height="80">
<tr>
<td align="left" valign="top" width="70">
- <img src="cocoamysql_logo.jpg" width="60" height="60" border="0">
+ <img src="sequel-pro_logo.jpg" width="60" height="60" border="0">
</td>
<td align="left"><h1>SQL Table Examples</h1>
</td>
diff --git a/English.lproj/english_help/topics/cocoamysql_logo.jpg b/English.lproj/english_help/topics/sequel-pro_logo.jpg
index 3308dc6c..3308dc6c 100644
--- a/English.lproj/english_help/topics/cocoamysql_logo.jpg
+++ b/English.lproj/english_help/topics/sequel-pro_logo.jpg
Binary files differ
diff --git a/English.lproj/english_help/topics/syntax.html b/English.lproj/english_help/topics/syntax.html
index 0aeb52ac..39c4da72 100755
--- a/English.lproj/english_help/topics/syntax.html
+++ b/English.lproj/english_help/topics/syntax.html
@@ -1,6 +1,6 @@
<html>
<head>
-<title>CocoaMySQL Help - Table Syntax Generation</title>
+<title>Sequel Pro Help - Table Syntax Generation</title>
<meta name="AppleTitle" content="Table Syntax Generation">
<meta name="AppleFont" content="Lucida Grande">
<meta ROBOTS="robots" CONTENT="anchors">
@@ -14,7 +14,7 @@
<table border="0" cellpadding="0" cellspacing="0" width="100%" height="80">
<tr>
<td align="left" valign="top" width="70">
- <img src="cocoamysql_logo.jpg" width="60" height="60" border="0">
+ <img src="sequel-pro_logo.jpg" width="60" height="60" border="0">
</td>
<td align="left"><h1>Table Syntax Generation</h1>
</td>
@@ -33,11 +33,11 @@
<br>
&nbsp;If you would like to generate a SQL output of your table's syntax (column types, sizes, keys, table name, etc..) use
-the "Create Table Syntax" icon at the top of the application in the CocoaMySQL Toolbar area. You can then use that text to
+the "Create Table Syntax" icon at the top of the application in the Sequel Pro Toolbar area. You can then use that text to
create a copy of the table in another database or it may also serve as a backup of the table's schema. If the "Create Table Syntax" icon is
not located in your toolbar then right-click
in the toolbar area and select "Customize Toolbar..." from the menu. You should then see a window
-of icons which you can add to your CocoaMySQL toolbar including the one mentioned above.
+of icons which you can add to your Sequel Pro toolbar including the one mentioned above.
<br>
<br>
diff --git a/English.lproj/english_help/topics/tables.html b/English.lproj/english_help/topics/tables.html
index 7b56fc10..3840bb26 100755
--- a/English.lproj/english_help/topics/tables.html
+++ b/English.lproj/english_help/topics/tables.html
@@ -1,6 +1,6 @@
<html>
<head>
-<title>CocoaMySQL Help - Managing Tables</title>
+<title>Sequel Pro Help - Managing Tables</title>
<meta name="AppleTitle" content="Managing Tables">
<meta name="AppleFont" content="Lucida Grande">
<meta ROBOTS="robots" CONTENT="anchors">
@@ -14,7 +14,7 @@
<table border="0" cellpadding="0" cellspacing="0" width="100%" height="80">
<tr>
<td align="left" valign="top" width="70">
- <img src="cocoamysql_logo.jpg" width="60" height="60" border="0">
+ <img src="sequel-pro_logo.jpg" width="60" height="60" border="0">
</td>
<td align="left"><h1>Managing Tables</h1>
</td>
@@ -59,7 +59,7 @@
<font size="-1" face="Lucida Grande,Geneva,Arial">
<ul>
<li>Add or remove tables with the plus- and minus-buttons.</li>
- <li>If you add a table, CocoaMySQL creates a field called "id" because a table must have at least one column. You can change or delete this field afterwards.</li>
+ <li>If you add a table, Sequel Pro creates a field called "id" because a table must have at least one column. You can change or delete this field afterwards.</li>
<li>Change the name of a table by double-clicking on it. Hit the esc-key to cancel editing.</li>
<li>Select a table and hit the copy button under the list of tables to copy it. If you mark "Copy table content", the new table will also contain all entries of the old table.</li>
</ul>