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:32 UTC

[05/31] docs commit: [CB-5122] redo intro to Install guides

[CB-5122] redo intro to Install 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/9b537246
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/9b537246
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/9b537246

Branch: refs/heads/master
Commit: 9b5372468d420dc66b5c02ce330ffc6d3ba17ec6
Parents: 76e1b4d
Author: Mike Sierra <ms...@adobe.com>
Authored: Tue Nov 5 08:38:02 2013 -0500
Committer: Mike Sierra <ms...@adobe.com>
Committed: Tue Nov 5 08:38:02 2013 -0500

----------------------------------------------------------------------
 docs/en/edge/guide/platforms/android/index.md   | 20 +++++++-----------
 docs/en/edge/guide/platforms/android/webview.md |  2 +-
 .../en/edge/guide/platforms/blackberry/index.md | 22 +++++++-------------
 .../edge/guide/platforms/blackberry10/index.md  | 14 +++++++++----
 docs/en/edge/guide/platforms/ios/index.md       | 20 +++++++-----------
 docs/en/edge/guide/platforms/tizen/index.md     |  2 +-
 docs/en/edge/guide/platforms/win8/index.md      | 20 ++++++++----------
 docs/en/edge/guide/platforms/wp8/index.md       |  2 +-
 8 files changed, 44 insertions(+), 58 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/9b537246/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 2bdb964..33b42de 100644
--- a/docs/en/edge/guide/platforms/android/index.md
+++ b/docs/en/edge/guide/platforms/android/index.md
@@ -19,19 +19,13 @@ license: Licensed to the Apache Software Foundation (ASF) under one
 
 # Android Installation Guide
 
-This guide shows how to set up your SDK development environment to
-deploy Cordova apps for Android devices. See the following for more
-detailed platform-specific information:
-
-* Android Development Guide
-* Android Configuration
-* Android WebViews
-* Android Plugins
-* Upgrading Android
-
-The command-line tools above refer to versions prior to Cordova 3.0.
-See The Command-line Interface for information about the
-current interface.
+This section shows how to set up your SDK environment to deploy
+Cordova apps for Android devices. You need to install the Android 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 comparison of the two development paths, see the
+Overview.  For details on each, see The Command-Line Interface and the
+Android Development Guide.
 
 ## Requirements and Support
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/9b537246/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 875ccaf..0123d29 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 Platform Guide and have the latest Android
+yourself with the Android Installation 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/9b537246/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 3dc68eb..dcd4a96 100644
--- a/docs/en/edge/guide/platforms/blackberry/index.md
+++ b/docs/en/edge/guide/platforms/blackberry/index.md
@@ -19,20 +19,14 @@ license: Licensed to the Apache Software Foundation (ASF) under one
 
 # BlackBerry Installation Guide
 
-This guide shows you how to set up an SDK environment to target
-applications for the BlackBerry platform prior to version 10.  If you
-want to target the most recent version, see the BlackBerry 10 Platform
-Guide.  See the following for more detailed platform-specific
-information:
-
-* BlackBerry Development Guide
-* BlackBerry Configuration
-* Upgrading BlackBerry
-* BlackBerry Plugins
-
-The command-line tools above refer to versions prior to Cordova 3.0.
-See The Command-line Interface for information about the
-current interface.
+This section 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
+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
+Guide.
 
 ## Requirements and Support
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/9b537246/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 f338ab1..fab990b 100644
--- a/docs/en/edge/guide/platforms/blackberry10/index.md
+++ b/docs/en/edge/guide/platforms/blackberry10/index.md
@@ -19,10 +19,16 @@ license: Licensed to the Apache Software Foundation (ASF) under one
 
 # BlackBerry 10 Installation Guide
 
-This guide shows how to set up your development environment to build
-and deploy Cordova apps for BlackBerry 10 devices.  For previous
-versions of BlackBerry, you need to use a different set of
-command-line tools, described in BlackBerry Platform Guide.
+This section 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.
+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
+comparison of the two development paths, see the Overview.  For
+details on each, see The Command-Line Interface and the BlackBerry 10
+Development Guide.
 
 ## Requirements
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/9b537246/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 0dbe380..e4a8b13 100644
--- a/docs/en/edge/guide/platforms/ios/index.md
+++ b/docs/en/edge/guide/platforms/ios/index.md
@@ -19,19 +19,13 @@ license: Licensed to the Apache Software Foundation (ASF) under one
 
 # iOS Installation Guide
 
-This guide shows how to set up your SDK development environment to
-deploy Cordova apps for iOS devices such as iPhone and iPad. See the
-following for more detailed platform-specific information:
-
-* iOS Configuration
-* Upgrading iOS
-* iOS WebViews
-* iOS Plugins
-* iOS Development Guide
-
-The command-line tools above refer to versions prior to Cordova 3.0.
-See The Command-line Interface for information about the
-current interface.
+This section shows how to set up your SDK environment to deploy
+Cordova apps for iOS devices. You need to install Xcode, iOS's 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 comparison of the two development paths, see the
+Overview.  For details on each, see The Command-Line Interface and the
+iOS Development Guide.
 
 ## Requirements and Support
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/9b537246/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 071ab15..212ac17 100644
--- a/docs/en/edge/guide/platforms/tizen/index.md
+++ b/docs/en/edge/guide/platforms/tizen/index.md
@@ -110,7 +110,7 @@ __Run As &rarr; Tizen Web Simulator Application__:
   ![](img/guide/platforms/tizen/connection_explorer.png)
 
 * Right-click the project in the __Project Explorer__ view, then
-  select __Run As & rarr; Tizen Web Application__:
+  select __Run As &rarr; Tizen Web Application__:
 
   ![](img/guide/platforms/tizen/runas_web_app.png)
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/9b537246/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 ee7f56c..07aeba0 100644
--- a/docs/en/edge/guide/platforms/win8/index.md
+++ b/docs/en/edge/guide/platforms/win8/index.md
@@ -19,17 +19,15 @@ license: Licensed to the Apache Software Foundation (ASF) under one
 
 # Windows 8 Installation Guide
 
-This guide shows how to set up your SDK development environment to
-deploy Cordova apps for Windows 8. See the following for more
-detailed platform-specific information:
-
-* Upgrading Windows 8
-* Windows 8 Development Guide
-
-The command-line tools above refer to versions prior to Cordova 3.0.
-See The Command-line Interface for information about the
-current interface.
-
+This section shows how to set up your SDK environment to deploy
+Cordova apps for Windows 8. You need to install Visual Studio, the
+Windows 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 comparison of the two development paths,
+see the Overview.  For details on each, see The Command-Line Interface
+and the Android Development Guide.
+
+__NOTE__:
 Microsoft deprecated the name _Metro-style apps_ in Windows 8 and
 Windows RT. MSDN now refers to this type of app as a _Windows Store_
 app, and this guide follows that convention. Also, in this guide

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/9b537246/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 7ce499e..28db2c4 100644
--- a/docs/en/edge/guide/platforms/wp8/index.md
+++ b/docs/en/edge/guide/platforms/wp8/index.md
@@ -22,7 +22,7 @@ license: Licensed to the Apache Software Foundation (ASF) under one
 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 Platform Guide.  Version 7 does not
+detailed in the Windows Phone 7 Installation 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.