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/09/13 20:10:46 UTC

[02/17] docs commit: cleanup intros to plat-specific config.xml

cleanup intros to plat-specific config.xml


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

Branch: refs/heads/master
Commit: 1b7c1d1481283f0c41fc5ffc6e27db55117be802
Parents: 0820ebc
Author: Mike Sierra <ms...@adobe.com>
Authored: Thu Sep 12 14:34:43 2013 -0400
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Fri Sep 13 11:10:30 2013 -0700

----------------------------------------------------------------------
 docs/en/edge/guide/platforms/android/config.md  |  6 +++--
 .../edge/guide/platforms/blackberry/config.md   | 16 --------------
 .../edge/guide/platforms/blackberry10/config.md | 23 ++++++++++++++++++--
 docs/en/edge/guide/platforms/ios/config.md      |  8 +++----
 4 files changed, 29 insertions(+), 24 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/1b7c1d14/docs/en/edge/guide/platforms/android/config.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/platforms/android/config.md b/docs/en/edge/guide/platforms/android/config.md
index 1d67c7c..07cae05 100644
--- a/docs/en/edge/guide/platforms/android/config.md
+++ b/docs/en/edge/guide/platforms/android/config.md
@@ -19,8 +19,10 @@ license: Licensed to the Apache Software Foundation (ASF) under one
 
 # Android Configuration
 
-The `config.xml` file controls various Cordova settings. These
-apply to each application and CordovaWebView instance.
+The `config.xml` file controls an app's basic settings that apply
+across each application and CordovaWebView instance. This section
+details preferences that only apply to Android builds. See The
+config.xml File for information about global configuration options.
 
 ## `<preference>`
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/1b7c1d14/docs/en/edge/guide/platforms/blackberry/config.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/platforms/blackberry/config.md b/docs/en/edge/guide/platforms/blackberry/config.md
index a07195e..4e212f6 100644
--- a/docs/en/edge/guide/platforms/blackberry/config.md
+++ b/docs/en/edge/guide/platforms/blackberry/config.md
@@ -25,19 +25,3 @@ as well as proprietary RIM extensions. Please see the full
 [BlackBerry WebWorks documentation regarding config.xml](https://developer.blackberry.com/html5/documentation/working_with_config_xml_file_1866970_11.html)
 for details.
 
-<!--
-
- #### Disable Cursor
-
-* `disable-cursor` with values `true` or `false`
-
-  * example: `<preference name="disable-cursor" value="true" />`
-
-  * prevents a mouse-icon/cursor from being displayed on the app -
-    desugars to `<rim:navigation />`. See [the BlackBerry
-    documentation](https://bdsc.webapps.blackberry.com/html5/documentation/ww_developing/rim_navigation_element_1582456_11.html)
-    for more details
-
-  * default is _false_
-
--->
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/1b7c1d14/docs/en/edge/guide/platforms/blackberry10/config.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/platforms/blackberry10/config.md b/docs/en/edge/guide/platforms/blackberry10/config.md
index 6e5945b..ed73427 100644
--- a/docs/en/edge/guide/platforms/blackberry10/config.md
+++ b/docs/en/edge/guide/platforms/blackberry10/config.md
@@ -19,8 +19,10 @@ license: Licensed to the Apache Software Foundation (ASF) under one
 
 # BlackBerry 10 Configuration
 
-The `config.xml` file controls various Cordova settings. These apply across the application.
-The `config.xml` file is is located in `<project folder>/<www>` directory.
+The `config.xml` file controls an app's basic settings that apply
+across each application and CordovaWebView instance. This section
+details preferences that only apply to BlackBerry 10 builds. See The
+config.xml File for information about global configuration options.
 
 ## `<preference>`
 
@@ -60,3 +62,20 @@ The available preferences are:
   distribution, you should remove this setting. This feature is intended as a
   development convenience only. In production, all URIs should be known and should be
   whitelisted using the `<access>` element. To disable, specify value as `disable`.
+
+<!--
+
+ #### Disable Cursor
+
+* `disable-cursor` with values `true` or `false`
+
+  * example: `<preference name="disable-cursor" value="true" />`
+
+  * prevents a mouse-icon/cursor from being displayed on the app -
+    desugars to `<rim:navigation />`. See [the BlackBerry
+    documentation](https://bdsc.webapps.blackberry.com/html5/documentation/ww_developing/rim_navigation_element_1582456_11.html)
+    for more details
+
+  * default is _false_
+
+-->

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/1b7c1d14/docs/en/edge/guide/platforms/ios/config.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/platforms/ios/config.md b/docs/en/edge/guide/platforms/ios/config.md
index cfc5459..652a532 100644
--- a/docs/en/edge/guide/platforms/ios/config.md
+++ b/docs/en/edge/guide/platforms/ios/config.md
@@ -19,10 +19,10 @@ license: Licensed to the Apache Software Foundation (ASF) under one
 
 # iOS Configuration
 
-The `config.xml` settings file controls various Cordova settings.
-This is application wide, and not set per CDVViewController instance.
-The `config.xml` file is located within the `<project
-folder>/<appname>` directory.
+The `config.xml` file controls an app's basic settings that apply
+across each application and CordovaWebView instance. This section
+details preferences that only apply to iOS builds. See The config.xml
+File for information about global configuration options.
 
 ## `<preference>`