You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ag...@apache.org on 2014/03/31 22:26:52 UTC

[25/31] docs commit: [CB-5122] rename platform 'Installation Guide' back to 'Platform Guide'

[CB-5122] rename platform 'Installation Guide' back to 'Platform Guide'


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

Branch: refs/heads/master
Commit: 5442a2847492d55035d56fc9f997cc8b4f82c81f
Parents: d254e14
Author: Mike Sierra <ms...@adobe.com>
Authored: Thu Nov 7 12:59:04 2013 -0500
Committer: Mike Sierra <ms...@adobe.com>
Committed: Thu Nov 7 12:59:04 2013 -0500

----------------------------------------------------------------------
 docs/en/edge/guide/platforms/android/devel.md      |  2 +-
 docs/en/edge/guide/platforms/android/index.md      |  2 +-
 docs/en/edge/guide/platforms/android/webview.md    |  2 +-
 docs/en/edge/guide/platforms/blackberry/index.md   |  4 ++--
 docs/en/edge/guide/platforms/blackberry10/index.md |  4 ++--
 docs/en/edge/guide/platforms/index.md              | 16 ++++++++--------
 docs/en/edge/guide/platforms/ios/devel.md          |  2 +-
 docs/en/edge/guide/platforms/ios/index.md          |  2 +-
 docs/en/edge/guide/platforms/tizen/index.md        |  2 +-
 docs/en/edge/guide/platforms/win8/index.md         |  2 +-
 docs/en/edge/guide/platforms/wp7/index.md          |  2 +-
 docs/en/edge/guide/platforms/wp8/devel.md          |  4 ++--
 docs/en/edge/guide/platforms/wp8/index.md          |  4 ++--
 13 files changed, 24 insertions(+), 24 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/5442a284/docs/en/edge/guide/platforms/android/devel.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/platforms/android/devel.md b/docs/en/edge/guide/platforms/android/devel.md
index 2f51eb5..e4d200e 100644
--- a/docs/en/edge/guide/platforms/android/devel.md
+++ b/docs/en/edge/guide/platforms/android/devel.md
@@ -26,7 +26,7 @@ the cross-platform CLI tool described in The Command-Line Interface.
 For example, you need to use shell tools when deploying a custom
 Cordova WebView alongside native components.  Before using either
 development path, you must first configure the Android SDK environment
-as described in the Android Installation Guide.
+as described in the Android Platform Guide.
 
 To enable shell tools for Android, download Cordova from
 [cordova.apache.org](http://cordova.apache.org). The download contains

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/5442a284/docs/en/edge/guide/platforms/android/index.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/platforms/android/index.md b/docs/en/edge/guide/platforms/android/index.md
index bd0293f..b65c814 100644
--- a/docs/en/edge/guide/platforms/android/index.md
+++ b/docs/en/edge/guide/platforms/android/index.md
@@ -17,7 +17,7 @@ license: Licensed to the Apache Software Foundation (ASF) under one
          under the License.
 ---
 
-# Android Installation Guide
+# Android Platform Guide
 
 This guide shows how to set up your SDK environment to deploy Cordova
 apps for Android devices, and how to optionally use Android-centered

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/5442a284/docs/en/edge/guide/platforms/android/webview.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/platforms/android/webview.md b/docs/en/edge/guide/platforms/android/webview.md
index 0f14597..78801cc 100644
--- a/docs/en/edge/guide/platforms/android/webview.md
+++ b/docs/en/edge/guide/platforms/android/webview.md
@@ -24,7 +24,7 @@ within a larger Android application. For details on how these
 components can communicate with each other, see Application Plugins.
 
 If you're unfamiliar with Android, you should first familiarize
-yourself with the Android Installation Guide and have the latest Android
+yourself with the Android Platform Guide and have the latest Android
 SDK installed before you attempt the more unusual development option
 of embedding a WebView.  Starting with Cordova 1.9, the Android
 platform relies on a `CordovaWebView` component, which builds on a

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/5442a284/docs/en/edge/guide/platforms/blackberry/index.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/platforms/blackberry/index.md b/docs/en/edge/guide/platforms/blackberry/index.md
index 651d123..64379d6 100644
--- a/docs/en/edge/guide/platforms/blackberry/index.md
+++ b/docs/en/edge/guide/platforms/blackberry/index.md
@@ -17,12 +17,12 @@ license: Licensed to the Apache Software Foundation (ASF) under one
          under the License.
 ---
 
-# BlackBerry Installation Guide
+# BlackBerry Platform Guide
 
 This guide shows how to set up your SDK environment to deploy
 Cordova apps for BlackBerry devices prior to BlackBerry version 10.
 For BlackBerry 10, you need to use a different SDK environment,
-described in the BlackBerry 10 Installation Guide. You can't use the
+described in the BlackBerry 10 Platform Guide. You can't use the
 Cordova CLI (described in The Command-Line Interface) for development
 prior to version 10. Instead, you develop with a set of
 platform-centered shell tools described in BlackBerry Development

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/5442a284/docs/en/edge/guide/platforms/blackberry10/index.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/platforms/blackberry10/index.md b/docs/en/edge/guide/platforms/blackberry10/index.md
index 4567087..227c686 100644
--- a/docs/en/edge/guide/platforms/blackberry10/index.md
+++ b/docs/en/edge/guide/platforms/blackberry10/index.md
@@ -17,12 +17,12 @@ license: Licensed to the Apache Software Foundation (ASF) under one
          under the License.
 ---
 
-# BlackBerry 10 Installation Guide
+# BlackBerry 10 Platform Guide
 
 This guide shows how to set up your SDK environment to deploy
 Cordova apps for BlackBerry 10 devices.  For previous versions of
 BlackBerry, you need to use a different SDK environment and set of
-command-line tools, described in the BlackBerry Installation Guide.
+command-line tools, described in the BlackBerry Platform Guide.
 For BlackBerry 10, you need to install the SDK regardless of whether
 you want to use the cross-platform Cordova CLI for development, or a
 narrower set of platform-centered command-line tools.  For a

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/5442a284/docs/en/edge/guide/platforms/index.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/platforms/index.md b/docs/en/edge/guide/platforms/index.md
index a8c7a0a..dcd7868 100644
--- a/docs/en/edge/guide/platforms/index.md
+++ b/docs/en/edge/guide/platforms/index.md
@@ -39,7 +39,7 @@ a lower-level alternative to the `cordova` command-line utility.
 
 ## Android
 
-* Android Installation Guide
+* Android Platform Guide
 * Android Development Guide
 * Android Configuration
 * Android Plugins
@@ -48,21 +48,21 @@ a lower-level alternative to the `cordova` command-line utility.
 
 ## BlackBerry
 
-* BlackBerry Installation Guide
+* BlackBerry Platform Guide
 * BlackBerry Development Guide
 * BlackBerry Configuration
 * Upgrading BlackBerry
 
 ## BlackBerry 10
 
-* BlackBerry 10 Installation Guide
+* BlackBerry 10 Platform Guide
 * BlackBerry 10 Development Guide
 * BlackBerry Configuration
 * BlackBerry 10 Plugins
 
 ## iOS
 
-* iOS Installation Guide
+* iOS Platform Guide
 * iOS Development Guide
 * iOS Configuration
 * iOS Plugins
@@ -71,18 +71,18 @@ a lower-level alternative to the `cordova` command-line utility.
 
 ## Windows Phone
 
-* Windows Phone 8 Installation Guide
-* Windows Phone 7 Installation Guide
+* Windows Phone 8 Platform Guide
+* Windows Phone 7 Platform Guide
 * Windows Phone Development Guide
 * Upgrading Windows Phone
 
 ## Windows 8
 
-* Windows 8 Installation Guide
+* Windows 8 Platform Guide
 * Windows 8 Development Guide
 * Upgrading Windows 8
 
 ## Tizen
 
-* Tizen Installation Guide
+* Tizen Platform Guide
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/5442a284/docs/en/edge/guide/platforms/ios/devel.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/platforms/ios/devel.md b/docs/en/edge/guide/platforms/ios/devel.md
index 60814b2..73cfd26 100644
--- a/docs/en/edge/guide/platforms/ios/devel.md
+++ b/docs/en/edge/guide/platforms/ios/devel.md
@@ -26,7 +26,7 @@ than the cross-platform CLI tool described in The Command-Line
 Interface.  For example, you need to use shell tools when deploying a
 custom Cordova WebView alongside native components. Before using
 either development path, you must first configure the SDK environment
-as described in the iOS Installation Guide.  These tools rely upon
+as described in the iOS Platform Guide.  These tools rely upon
 Xcode's command-line tools such as `xcode-select` and `xcodebuild`.
 
 To enable shell tools for iOS, download Cordova from

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/5442a284/docs/en/edge/guide/platforms/ios/index.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/platforms/ios/index.md b/docs/en/edge/guide/platforms/ios/index.md
index 08fb643..bc8bd4c 100644
--- a/docs/en/edge/guide/platforms/ios/index.md
+++ b/docs/en/edge/guide/platforms/ios/index.md
@@ -17,7 +17,7 @@ license: Licensed to the Apache Software Foundation (ASF) under one
          under the License.
 ---
 
-# iOS Installation Guide
+# iOS Platform Guide
 
 This guide shows how to set up your SDK environment to deploy
 Cordova apps for iOS devices. You need to install Xcode, iOS's SDK,

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/5442a284/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 212ac17..58d0566 100644
--- a/docs/en/edge/guide/platforms/tizen/index.md
+++ b/docs/en/edge/guide/platforms/tizen/index.md
@@ -17,7 +17,7 @@ license: Licensed to the Apache Software Foundation (ASF) under one
          under the License.
 ---
 
-# Tizen Installation Guide
+# Tizen Platform Guide
 
 This guide describes how to set up your SDK development environment to
 deploy Cordova apps for devices running the Tizen operating system.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/5442a284/docs/en/edge/guide/platforms/win8/index.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/platforms/win8/index.md b/docs/en/edge/guide/platforms/win8/index.md
index 34cdfed..46d7345 100644
--- a/docs/en/edge/guide/platforms/win8/index.md
+++ b/docs/en/edge/guide/platforms/win8/index.md
@@ -17,7 +17,7 @@ license: Licensed to the Apache Software Foundation (ASF) under one
          under the License.
 ---
 
-# Windows 8 Installation Guide
+# Windows 8 Platform Guide
 
 This guide shows how to set up your SDK environment to deploy
 Cordova apps for Windows 8. You need to install Visual Studio, the

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/5442a284/docs/en/edge/guide/platforms/wp7/index.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/platforms/wp7/index.md b/docs/en/edge/guide/platforms/wp7/index.md
index f91e455..c5935df 100644
--- a/docs/en/edge/guide/platforms/wp7/index.md
+++ b/docs/en/edge/guide/platforms/wp7/index.md
@@ -17,7 +17,7 @@ license: Licensed to the Apache Software Foundation (ASF) under one
          under the License.
 ---
 
-# Windows Phone 7 Installation Guide
+# Windows Phone 7 Platform Guide
 
 This guide shows how to set up your SDK development environment to
 deploy Cordova apps for Windows Phone 7 devices.  Apps also run on

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/5442a284/docs/en/edge/guide/platforms/wp8/devel.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/platforms/wp8/devel.md b/docs/en/edge/guide/platforms/wp8/devel.md
index 8065ca2..e651926 100644
--- a/docs/en/edge/guide/platforms/wp8/devel.md
+++ b/docs/en/edge/guide/platforms/wp8/devel.md
@@ -25,8 +25,8 @@ development path, discussed in the Overview, may offer you a greater
 range of development options for the Windows Phone platform than the
 cross-platform CLI tool described in The Command-Line Interface.
 Before using either development path, you must first configure the SDK
-environment as described in the Windows Phone 7 Installation Guide or
-the Windows Phone 8 Installation Guide.
+environment as described in the Windows Phone 7 Platform Guide or
+the Windows Phone 8 Platform Guide.
 
 To enable shell tools for Windows Phone development, download Cordova
 from [cordova.apache.org](http://cordova.apache.org). The download

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/5442a284/docs/en/edge/guide/platforms/wp8/index.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/platforms/wp8/index.md b/docs/en/edge/guide/platforms/wp8/index.md
index 28db2c4..2cd5eba 100644
--- a/docs/en/edge/guide/platforms/wp8/index.md
+++ b/docs/en/edge/guide/platforms/wp8/index.md
@@ -17,12 +17,12 @@ license: Licensed to the Apache Software Foundation (ASF) under one
          under the License.
 ---
 
-# Windows Phone 8 Installation Guide
+# Windows Phone 8 Platform Guide
 
 This guide shows how to set up your SDK development environment to
 deploy Cordova apps for Windows Phone 8 devices. If you want to target
 both 7.5 and 8 devices, develop for Windows Phone 7 instead as
-detailed in the Windows Phone 7 Installation Guide.  Version 7 does not
+detailed in the Windows Phone 7 Platform Guide.  Version 7 does not
 have all the advanced features included in Internet Explorer 10, but
 implements the same set of APIs. Windows Phone 8 apps do _not_ run on
 Windows Phone 7 devices.