You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by mw...@apache.org on 2013/07/15 19:58:01 UTC

[2/6] docs commit: [CB-3962] Change 'IDE' to 'SDK'.

[CB-3962] Change 'IDE' to 'SDK'.


Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/197b50d5
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/197b50d5
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/197b50d5

Branch: refs/heads/master
Commit: 197b50d5cddf68234649c8cb6b3530d8b9e8f35a
Parents: e87624d
Author: Mike Sierra <le...@gmail.com>
Authored: Mon Jul 15 11:27:40 2013 -0400
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Mon Jul 15 10:56:09 2013 -0700

----------------------------------------------------------------------
 STYLESHEET.md                                        |  3 ++-
 docs/en/edge/guide/cli/index.md                      |  4 ++--
 docs/en/edge/guide/overview/index.md                 |  2 +-
 docs/en/edge/guide/platforms/blackberry/upgrading.md | 10 +++++-----
 docs/en/edge/guide/platforms/tizen/index.md          |  2 +-
 5 files changed, 11 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/197b50d5/STYLESHEET.md
----------------------------------------------------------------------
diff --git a/STYLESHEET.md b/STYLESHEET.md
index 9191739..63fa221 100644
--- a/STYLESHEET.md
+++ b/STYLESHEET.md
@@ -114,7 +114,8 @@ editorial guidelines.
   internal state rather than its outward appearance.)
 
 * Prefer generic "SDK" over "IDE", or "SDK tools" when referring to
-  dedicated GUI coding environments such as Eclipse.
+  dedicated GUI coding environments such as Eclipse. (OK to refer to
+  specific tools as IDEs if that's how they self-identify.)
 
 * Remove superfluous "navigate to" wherever possible, unless you need
   to `cd` to a particular directory to launch a command. Instead of

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/197b50d5/docs/en/edge/guide/cli/index.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/cli/index.md b/docs/en/edge/guide/cli/index.md
index 693d055..62761a8 100644
--- a/docs/en/edge/guide/cli/index.md
+++ b/docs/en/edge/guide/cli/index.md
@@ -25,7 +25,7 @@ various native mobile platforms using the `cordova` command-line
 interface (CLI). This tool allows you to create new projects, build
 them on different platforms, and run them within an emulator. You can
 also use the CLI to initialize project code, after which you use
-various platforms' IDEs to develop them further.
+various platforms' SDKs to develop them further.
 
 ## Prerequisites
 
@@ -187,7 +187,7 @@ this example is also targeted to a single platform:
 In this case, once you run `prepare`, you can use Apple's Xcode SDK as
 an alternative to modify and compile the platform-specific code that
 Cordova generates within `platforms/ios`. You can use the same
-approach with other platforms' IDEs.
+approach with other platforms' SDKs.
 
 <!-- NOTE: assume `ripple` command will be removed, along with `serve`
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/197b50d5/docs/en/edge/guide/overview/index.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/overview/index.md b/docs/en/edge/guide/overview/index.md
index e09148c..f138ed6 100644
--- a/docs/en/edge/guide/overview/index.md
+++ b/docs/en/edge/guide/overview/index.md
@@ -165,7 +165,7 @@ available for each mobile platform:
     </tr>
 
     <tr>
-        <th><a href="guide_platforms_index.md.html">IDE platform support</a></th>
+        <th><a href="guide_platforms_index.md.html">SDK platform support</a></th>
         <td data-col="android"    class="y"><a href="guide_platforms_android_index.md.html">         </a></td>
         <td data-col="blackberry" class="y"><a href="guide_platforms_blackberry_index.md.html">      </a></td>
         <td data-col="blackberry10" class="y"><a href="guide_platforms_blackberry10_index.md.html">      </a></td>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/197b50d5/docs/en/edge/guide/platforms/blackberry/upgrading.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/platforms/blackberry/upgrading.md b/docs/en/edge/guide/platforms/blackberry/upgrading.md
index a50cddb..df0daa7 100644
--- a/docs/en/edge/guide/platforms/blackberry/upgrading.md
+++ b/docs/en/edge/guide/platforms/blackberry/upgrading.md
@@ -27,7 +27,7 @@ This document describes the process of upgrading Cordova projects to the latest
 ### BlackBerry10 ###
 
 1. **Download and extract the Cordova 2.9.0 source** to a **permanent folder location** on your hard drive (say to ~/Cordova-2.9.0)
-2. **Quit any running IDE's** Eclipse, Momentics and the lik
+2. **Quit any running SDK tools**: Eclipse, Momentics and the like.
 3. **Navigate** to the directory where you put the downloaded source above, using a unix like terminal: **Terminal.app**, **Bash**, **Cygwin**, etc.
 4. **Create a new project**, as described in Blackberry Command-line Tools. This becomes the home of your updated project.
 5. **Copy** your projects source from the old project's /www folder to the new project's /www folder
@@ -36,7 +36,7 @@ This document describes the process of upgrading Cordova projects to the latest
 ### BlackBerryOS/Playbook ###
 
 1. **Download and extract the Cordova 2.9.0 source** to a **permanent folder location** on your hard drive (say to ~/Cordova-2.9.0)
-2. **Quit any running IDE's** Eclipse, Momentics and the like.
+2. **Quit any running SDK tools**: Eclipse, Momentics and the like.
 3. **Navigate** to the directory where you put the downloaded source above, using a unix like terminal: **Terminal.app**, **Bash**, **Cygwin**, etc.
 4. **Create a new project**, as described in iOS Command-line Tools. You need the assets from this new project.
 5. **Copy** the **www/cordova.js** file from the new project into your **www** folder, and delete your **www/cordova.js** file
@@ -53,7 +53,7 @@ BlackBerry10 uses the new CLI tooling and manages core APIs as plugins. The inst
 Also note that the cordova js script file is now called 'cordova.js' and no longer contains a version string.
 
 1. **Download and extract the Cordova 2.8.0 source** to a **permanent folder location** on your hard drive (say to ~/Cordova-2.8.0)
-2. **Quit any running IDE's** Eclipse, Momentics and the like.
+2. **Quit any running SDK tools**: Eclipse, Momentics and the like.
 3. **Navigate** to the directory where you put the downloaded source above, using a unix like terminal: **Terminal.app**, **Bash**, **Cygwin**, etc.
 4. **Create a new project**, as described in Blackberry Command-line Tools. This becomes the home of your updated project.
 5. **Copy** your projects source from the old project's /www folder to the new project's /www folder
@@ -62,7 +62,7 @@ Also note that the cordova js script file is now called 'cordova.js' and no long
 ### BlackBerryOS/Playbook ###
 
 1. **Download and extract the Cordova 2.8.0 source** to a **permanent folder location** on your hard drive (say to ~/Cordova-2.8.0)
-2. **Quit any running IDE's** Eclipse, Momentics and the like.
+2. **Quit any running SDK tools**: Eclipse, Momentics and the like.
 3. **Navigate** to the directory where you put the downloaded source above, using a unix like terminal: **Terminal.app**, **Bash**, **Cygwin**, etc.
 4. **Create a new project**, as described in iOS Command-line Tools. You need the assets from this new project.
 5. **Copy** the **www/cordova.js** file from the new project into your **www** folder, and delete your **www/cordova.js** file
@@ -74,7 +74,7 @@ Also note that the cordova js script file is now called 'cordova.js' and no long
 ## Upgrading 2.6.0 projects to 2.7.0 ##
 
 1. **Download and extract the Cordova 2.7.0 source** to a **permanent folder location** on your hard drive (say to ~/Cordova-2.7.0)
-2. **Quit any running IDE's** Eclipse, Momentics and the like.
+2. **Quit any running SDK tools**: Eclipse, Momentics and the like.
 3. **Navigate** to the directory where you put the downloaded source above, using a unix like terminal: **Terminal.app**, **Bash**, **Cygwin**, etc.
 4. **Create a new project**, as described in Blackberry Command-line Tools. You need the assets from this new project.
 5. **Copy** the **www/cordova-2.7.0.js** file from the new project into your **www** folder, and delete your **www/cordova-2.6.0.js** file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/197b50d5/docs/en/edge/guide/platforms/tizen/index.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/platforms/tizen/index.md b/docs/en/edge/guide/platforms/tizen/index.md
index 0e1cbc6..9a594a3 100644
--- a/docs/en/edge/guide/platforms/tizen/index.md
+++ b/docs/en/edge/guide/platforms/tizen/index.md
@@ -37,7 +37,7 @@ Download the Tizen SDK from
 <!--
 
 - (optional) Install Tizen Cordova template projects: copy the
-  `/templates` directory content into you Tizen Eclipse IDE web
+  `/templates` directory content into the Tizen Eclipse IDE web
   templates directory (e.g:
   `/home/my_username/tizen-sdk/IDE/Templates/web`).