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/06/21 22:10:32 UTC

[3/5] docs commit: [CB-3827] Rename 'Getting Started' guides > 'Platform' guides

[CB-3827] Rename 'Getting Started' guides > 'Platform' guides


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

Branch: refs/heads/master
Commit: 96f146e1a267e26cd8bb91f41ed633b9f2d4807e
Parents: c2c1f42
Author: Mike Sierra <le...@gmail.com>
Authored: Fri Jun 21 10:09:14 2013 -0400
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Fri Jun 21 12:56:37 2013 -0700

----------------------------------------------------------------------
 docs/en/edge/guide/command-line/index.md          |  4 ++--
 docs/en/edge/guide/cordova-webview/android.md     |  2 +-
 .../edge/guide/getting-started/android/index.md   |  2 +-
 .../guide/getting-started/blackberry/index.md     |  2 +-
 .../guide/getting-started/blackberry10/index.md   |  2 +-
 docs/en/edge/guide/getting-started/index.md       | 18 +++++++++---------
 docs/en/edge/guide/getting-started/ios/index.md   |  4 ++--
 docs/en/edge/guide/getting-started/tizen/index.md |  2 +-
 .../edge/guide/getting-started/windows-8/index.md |  2 +-
 .../getting-started/windows-phone-7/index.md      |  2 +-
 .../getting-started/windows-phone-8/index.md      |  2 +-
 docs/en/edge/index.md                             |  2 +-
 12 files changed, 22 insertions(+), 22 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/96f146e1/docs/en/edge/guide/command-line/index.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/command-line/index.md b/docs/en/edge/guide/command-line/index.md
index 60b0690..485bdc1 100644
--- a/docs/en/edge/guide/command-line/index.md
+++ b/docs/en/edge/guide/command-line/index.md
@@ -22,8 +22,8 @@ license: Licensed to the Apache Software Foundation (ASF) under one
 Cordova now ships with a set of command-line tools that make it easier
 for you to develop cross-platform applications. You can build, clean,
 and launch an emulator with a single command. You can consider these
-instructions as an alternative to the Getting Started guides. Whereas
-the Getting Started guides help you get setup with the default IDEs and
+instructions as an alternative to the Platform Guides. Whereas
+the Platform Guides help you get setup with the default IDEs and
 tooling surrounding the platforms you are working with, the command-line
 tools aim to provide a shell-based approach to creating and working with
 Cordova projects.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/96f146e1/docs/en/edge/guide/cordova-webview/android.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/cordova-webview/android.md b/docs/en/edge/guide/cordova-webview/android.md
index dd94819..fa439fd 100644
--- a/docs/en/edge/guide/cordova-webview/android.md
+++ b/docs/en/edge/guide/cordova-webview/android.md
@@ -28,7 +28,7 @@ the `CordovaWebView` as its main view, regardless of whether the
 legacy `DroidGap` approach is used.
 
 If you're unfamiliar with Android application development, please read
-the Getting Started guide to developing a Cordova Application before
+the Android Platform Guide to developing a Cordova Application before
 attempting to include a WebView. It's not the main way to author
 Android Cordova applications. These instructions are currently manual,
 but may be eventually be automated.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/96f146e1/docs/en/edge/guide/getting-started/android/index.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/getting-started/android/index.md b/docs/en/edge/guide/getting-started/android/index.md
index d377fd1..95a72f6 100644
--- a/docs/en/edge/guide/getting-started/android/index.md
+++ b/docs/en/edge/guide/getting-started/android/index.md
@@ -17,7 +17,7 @@ license: Licensed to the Apache Software Foundation (ASF) under one
          under the License.
 ---
 
-Getting Started with Android
+Android Platform Guide
 ============================
 
 This guide describes how to set up your SDK development environment to

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/96f146e1/docs/en/edge/guide/getting-started/blackberry/index.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/getting-started/blackberry/index.md b/docs/en/edge/guide/getting-started/blackberry/index.md
index 401b0ac..e17416d 100644
--- a/docs/en/edge/guide/getting-started/blackberry/index.md
+++ b/docs/en/edge/guide/getting-started/blackberry/index.md
@@ -17,7 +17,7 @@ license: Licensed to the Apache Software Foundation (ASF) under one
          under the License.
 ---
 
-Getting Started with BlackBerry
+BlackBerry Platform Guide
 ============================
 
 Cordova for BlackBerry makes use of the [BlackBerry WebWorks framework](https://bdsc.webapps.blackberry.com/html5). BlackBerry WebWorks tooling is available for Windows or Mac environments.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/96f146e1/docs/en/edge/guide/getting-started/blackberry10/index.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/getting-started/blackberry10/index.md b/docs/en/edge/guide/getting-started/blackberry10/index.md
index 9f739b2..9902522 100644
--- a/docs/en/edge/guide/getting-started/blackberry10/index.md
+++ b/docs/en/edge/guide/getting-started/blackberry10/index.md
@@ -17,7 +17,7 @@ license: Licensed to the Apache Software Foundation (ASF) under one
          under the License.
 ---
 
-Getting Started with BlackBerry 10
+BlackBerry 10 Platform Guide
 ==================================
 
 Apache Cordova is an application development platform that allows you to use common web technologies, primarily HTML5, JavaScript, and CSS, to create applications for mobile devices. Cordova uses a standard set of APIs to access common device features. Additional plugins allow you to access BlackBerry specific APIs, so that you can extend your application to tightly integrate with the BlackBerry 10 OS.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/96f146e1/docs/en/edge/guide/getting-started/index.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/getting-started/index.md b/docs/en/edge/guide/getting-started/index.md
index b88474a..6baa27d 100644
--- a/docs/en/edge/guide/getting-started/index.md
+++ b/docs/en/edge/guide/getting-started/index.md
@@ -17,7 +17,7 @@ license: Licensed to the Apache Software Foundation (ASF) under one
          under the License.
 ---
 
-Getting Started Guides
+Platform Guides
 ======================
 
 Before developing for any of the platforms listed below, install
@@ -34,11 +34,11 @@ environment to support each platform: where to obtain the SDK, how to
 set up device emulators, how to connect devices for direct testing,
 and managing signing key requirements.
 
-- Getting Started with Android (Windows, Mac, Linux)
-- Getting Started with BlackBerry (Windows, Mac)
-- Getting Started with BlackBerry 10 (Windows, Mac)
-- Getting Started with iOS (Mac)
-- Getting Started with Windows Phone 7 (Windows 7 or 8)
-- Getting Started with Windows Phone 8 (Windows 8)
-- Getting Started with Windows 8 (Windows 8)
-- Getting Started with Tizen
+- Android Platform Guide (Windows, Mac, Linux)
+- BlackBerry Platform Guide (Windows, Mac)
+- BlackBerry Platform Guide 10 (Windows, Mac)
+- iOS Platform Guide (Mac)
+- Windows Phone 7 Platform Guide (Windows 7 or 8)
+- Windows Phone 8 Platform Guide (Windows 8)
+- Windows 8 Platform Guide (Windows 8)
+- Tizen Platform Guide

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/96f146e1/docs/en/edge/guide/getting-started/ios/index.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/getting-started/ios/index.md b/docs/en/edge/guide/getting-started/ios/index.md
index 6d9e21d..0ad73b2 100644
--- a/docs/en/edge/guide/getting-started/ios/index.md
+++ b/docs/en/edge/guide/getting-started/ios/index.md
@@ -17,7 +17,7 @@ license: Licensed to the Apache Software Foundation (ASF) under one
          under the License.
 ---
 
-Getting Started with iOS
+iOS Platform Guide
 ========================
 
 ## Introduction ##
@@ -41,7 +41,7 @@ Apache Cordova is a library used to create native mobile applications using Web
 
 - **iOS Device**
 
-    You can test many of the Cordova features using the iOS simulator installed with the iOS SDK and Xcode, but you need an actual device to fully test all of the device features your applications use before submitting to the App Store.  The device must have at least iOS 5.x installed, the minimum iOS version supported as of Cordova 2.3.  Devices that support at least iOS 5 include all iPad® models, iPhone® 3GS and above, and iPod® Touch 3rd Generation or later. To install apps onto a device, you must also be a member of Apple's [iOS Developer Program](https://developer.apple.com/programs/ios/).  The program costs $99 per year. This Getting Started guide shows how to deploy the application to the iOS simulator, in which case developer program registration is not required.
+    You can test many of the Cordova features using the iOS simulator installed with the iOS SDK and Xcode, but you need an actual device to fully test all of the device features your applications use before submitting to the App Store.  The device must have at least iOS 5.x installed, the minimum iOS version supported as of Cordova 2.3.  Devices that support at least iOS 5 include all iPad® models, iPhone® 3GS and above, and iPod® Touch 3rd Generation or later. To install apps onto a device, you must also be a member of Apple's [iOS Developer Program](https://developer.apple.com/programs/ios/).  The program costs $99 per year. This platform guide shows how to deploy the application to the iOS simulator, in which case developer program registration is not required.
 
 ## Install Cordova
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/96f146e1/docs/en/edge/guide/getting-started/tizen/index.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/getting-started/tizen/index.md b/docs/en/edge/guide/getting-started/tizen/index.md
index 9da55e8..1bc6dae 100644
--- a/docs/en/edge/guide/getting-started/tizen/index.md
+++ b/docs/en/edge/guide/getting-started/tizen/index.md
@@ -17,7 +17,7 @@ license: Licensed to the Apache Software Foundation (ASF) under one
          under the License.
 ---
 
-Getting Started with Tizen
+Tizen Platform Guide
 =========================
 
 This guide describes how to set up your development environment for Cordova and run a sample application.  Note that Cordova used to be called PhoneGap, so some of the sites still use the old PhoneGap name.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/96f146e1/docs/en/edge/guide/getting-started/windows-8/index.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/getting-started/windows-8/index.md b/docs/en/edge/guide/getting-started/windows-8/index.md
index efa0fb8..b663d3a 100644
--- a/docs/en/edge/guide/getting-started/windows-8/index.md
+++ b/docs/en/edge/guide/getting-started/windows-8/index.md
@@ -17,7 +17,7 @@ license: Licensed to the Apache Software Foundation (ASF) under one
          under the License.
 ---
 
-Getting Started with Windows 8
+Windows 8 Platform Guide
 ==================================
 
 This guide describes how to set up your Cordova development

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/96f146e1/docs/en/edge/guide/getting-started/windows-phone-7/index.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/getting-started/windows-phone-7/index.md b/docs/en/edge/guide/getting-started/windows-phone-7/index.md
index 1afde83..a049fdd 100644
--- a/docs/en/edge/guide/getting-started/windows-phone-7/index.md
+++ b/docs/en/edge/guide/getting-started/windows-phone-7/index.md
@@ -17,7 +17,7 @@ license: Licensed to the Apache Software Foundation (ASF) under one
          under the License.
 ---
 
-Getting Started with Windows Phone 7
+Windows Phone 7 Platform Guide
 ==================================
 
 This guide describes how to set up your development environment for Cordova and run a sample application.  Note that Cordova used to be called PhoneGap, so some of the sites still use the old PhoneGap name.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/96f146e1/docs/en/edge/guide/getting-started/windows-phone-8/index.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/getting-started/windows-phone-8/index.md b/docs/en/edge/guide/getting-started/windows-phone-8/index.md
index 538eb0f..9829038 100644
--- a/docs/en/edge/guide/getting-started/windows-phone-8/index.md
+++ b/docs/en/edge/guide/getting-started/windows-phone-8/index.md
@@ -17,7 +17,7 @@ license: Licensed to the Apache Software Foundation (ASF) under one
          under the License.
 ---
 
-Getting Started with Windows Phone 8
+Windows Phone 8 Platform Guide
 ==================================
 
 This guide describes how to set up your development environment for Cordova and run a sample application.  Note that Cordova used to be called PhoneGap, so some of the sites still use the old PhoneGap name.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/96f146e1/docs/en/edge/index.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/index.md b/docs/en/edge/index.md
index 626bb5c..90cd846 100644
--- a/docs/en/edge/index.md
+++ b/docs/en/edge/index.md
@@ -92,7 +92,7 @@ license: Licensed to the Apache Software Foundation (ASF) under one
             <span>Start here if you are new to Cordova.</span>
         </li>
         <li>
-            <h2>Getting Started Guides</h2>
+            <h2>Platform Guides</h2>
             <span>Setup each SDK and create your first Cordova app.</span>
         </li>
         <li>