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/08/01 22:21:28 UTC

[08/15] docs commit: [CB-3815] rm notes about no need for platform config; linked issue to overview tbl

[CB-3815] rm notes about no need for platform config; linked issue to overview tbl


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

Branch: refs/heads/master
Commit: 217c13549531bedb1b3e06038fd9c4aae513cdc6
Parents: 2d334ba
Author: Mike Sierra <le...@gmail.com>
Authored: Thu Aug 1 12:15:19 2013 -0400
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Thu Aug 1 13:18:24 2013 -0700

----------------------------------------------------------------------
 docs/en/edge/cordova/accelerometer/accelerometer.md | 3 ++-
 docs/en/edge/cordova/camera/camera.md               | 3 +++
 docs/en/edge/cordova/compass/compass.md             | 5 ++---
 docs/en/edge/cordova/connection/connection.md       | 3 +++
 docs/en/edge/cordova/contacts/contacts.md           | 3 +++
 docs/en/edge/cordova/device/device.md               | 5 +++--
 docs/en/edge/cordova/events/events.md               | 5 +++--
 docs/en/edge/cordova/file/file.md                   | 3 ++-
 docs/en/edge/cordova/geolocation/geolocation.md     | 3 ++-
 docs/en/edge/cordova/globalization/globalization.md | 3 +++
 docs/en/edge/cordova/inappbrowser/inappbrowser.md   | 3 +++
 docs/en/edge/cordova/media/capture/capture.md       | 3 +++
 docs/en/edge/cordova/media/media.md                 | 3 ++-
 docs/en/edge/cordova/notification/notification.md   | 5 ++---
 docs/en/edge/cordova/splashscreen/splashscreen.md   | 3 +++
 docs/en/edge/cordova/storage/storage.md             | 2 ++
 16 files changed, 41 insertions(+), 14 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/217c1354/docs/en/edge/cordova/accelerometer/accelerometer.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/cordova/accelerometer/accelerometer.md b/docs/en/edge/cordova/accelerometer/accelerometer.md
index 9177ff3..820a021 100644
--- a/docs/en/edge/cordova/accelerometer/accelerometer.md
+++ b/docs/en/edge/cordova/accelerometer/accelerometer.md
@@ -84,4 +84,5 @@ platform-specific configuration settings described below:
 
   Reference: [Application Manifest for Windows Phone](http://msdn.microsoft.com/en-us/library/ff769509%28v=vs.92%29.aspx)
 
-* Tizen (no special permissions required)
+Some platforms may support this feature without requiring any special
+configuration.  See Platform Support for an overview.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/217c1354/docs/en/edge/cordova/camera/camera.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/cordova/camera/camera.md b/docs/en/edge/cordova/camera/camera.md
index 10d3c6b..3e944c8 100644
--- a/docs/en/edge/cordova/camera/camera.md
+++ b/docs/en/edge/cordova/camera/camera.md
@@ -87,3 +87,6 @@ platform-specific configuration settings described below:
         <feature name="http://tizen.org/api/application.launch" required="true"/>
 
   Reference: [Application Manifest for Tizen Web Application](https://developer.tizen.org/help/topic/org.tizen.help.gs/Creating%20a%20Project.html?path=0_1_1_3#8814682_CreatingaProject-EditingconfigxmlFeatures)
+
+Some platforms may support this feature without requiring any special
+configuration.  See Platform Support for an overview.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/217c1354/docs/en/edge/cordova/compass/compass.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/cordova/compass/compass.md b/docs/en/edge/cordova/compass/compass.md
index ff98fc9..fd59c2e 100755
--- a/docs/en/edge/cordova/compass/compass.md
+++ b/docs/en/edge/cordova/compass/compass.md
@@ -57,8 +57,6 @@ platform-specific configuration settings described below:
             <param name="android-package" value="org.apache.cordova.CompassListener" />
         </feature>
 
-* BlackBerry WebWorks (no special permissions required)
-
 * iOS (in `config.xml`)
 
         <feature name="Compass">
@@ -73,4 +71,5 @@ platform-specific configuration settings described below:
 
   Reference: [Application Manifest for Windows Phone](http://msdn.microsoft.com/en-us/library/ff769509%28v=vs.92%29.aspx)
 
-* Tizen (no special permissions required)
+Some platforms may support this feature without requiring any special
+configuration.  See Platform Support for an overview.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/217c1354/docs/en/edge/cordova/connection/connection.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/cordova/connection/connection.md b/docs/en/edge/cordova/connection/connection.md
index 6c5cb24..f259d83 100644
--- a/docs/en/edge/cordova/connection/connection.md
+++ b/docs/en/edge/cordova/connection/connection.md
@@ -89,3 +89,6 @@ platform-specific configuration settings described below:
         <feature name="http://tizen.org/api/systeminfo" required="true"/>
 
   Reference: [Application Manifest for Tizen Web Application](https://developer.tizen.org/help/topic/org.tizen.help.gs/Creating%20a%20Project.html?path=0_1_1_3#8814682_CreatingaProject-EditingconfigxmlFeatures)
+
+Some platforms may support this feature without requiring any special
+configuration.  See Platform Support for an overview.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/217c1354/docs/en/edge/cordova/contacts/contacts.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/cordova/contacts/contacts.md b/docs/en/edge/cordova/contacts/contacts.md
index 3147238..9bfb848 100644
--- a/docs/en/edge/cordova/contacts/contacts.md
+++ b/docs/en/edge/cordova/contacts/contacts.md
@@ -100,3 +100,6 @@ platform-specific configuration settings described below:
         </Capabilities>
 
   Reference: [Application Manifest for Windows Phone](http://msdn.microsoft.com/en-us/library/ff769509%28v=vs.92%29.aspx)
+
+Some platforms may support this feature without requiring any special
+configuration.  See Platform Support for an overview.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/217c1354/docs/en/edge/cordova/device/device.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/cordova/device/device.md b/docs/en/edge/cordova/device/device.md
index 6885435..0c9e5f0 100644
--- a/docs/en/edge/cordova/device/device.md
+++ b/docs/en/edge/cordova/device/device.md
@@ -76,8 +76,6 @@ platform-specific configuration settings described below:
             <rim:permit>read_device_identifying_information</rim:permit>
         </rim:permissions>
 
-* iOS (no special permissions required)
-
 * Windows Phone (in `Properties/WPAppManifest.xml`)
 
         <Capabilities>
@@ -93,3 +91,6 @@ platform-specific configuration settings described below:
         <feature name="http://tizen.org/api/systeminfo" required="true"/>
 
   Reference: [Application Manifest for Tizen Web Application](https://developer.tizen.org/help/topic/org.tizen.help.gs/Creating%20a%20Project.html?path=0_1_1_3#8814682_CreatingaProject-EditingconfigxmlFeatures)
+
+Some platforms may support this feature without requiring any special
+configuration.  See Platform Support for an overview.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/217c1354/docs/en/edge/cordova/events/events.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/cordova/events/events.md b/docs/en/edge/cordova/events/events.md
index 62ecb1e..e159ba8 100644
--- a/docs/en/edge/cordova/events/events.md
+++ b/docs/en/edge/cordova/events/events.md
@@ -83,10 +83,11 @@ platform-specific configuration settings described below:
             <param name="ios-package" value="CDVBattery" />
         </feature>
 
-* Windows Phone (no special permissions required)
-
 * Tizen (in `config.xml`)
 
         <feature name="http://tizen.org/api/systeminfo" required="true"/>
 
   Reference: [Application Manifest for Tizen Web Application](https://developer.tizen.org/help/topic/org.tizen.help.gs/Creating%20a%20Project.html?path=0_1_1_3#8814682_CreatingaProject-EditingconfigxmlFeatures)
+
+Some platforms may support this feature without requiring any special
+configuration.  See Platform Support for an overview.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/217c1354/docs/en/edge/cordova/file/file.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/cordova/file/file.md b/docs/en/edge/cordova/file/file.md
index 7d86278..64ad381 100644
--- a/docs/en/edge/cordova/file/file.md
+++ b/docs/en/edge/cordova/file/file.md
@@ -93,4 +93,5 @@ platform-specific configuration settings described below:
             <param name="ios-package" value="CDVFileTransfer" />
         </feature>
 
-* Windows Phone (no special permissions required)
+Some platforms may support this feature without requiring any special
+configuration.  See Platform Support for an overview.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/217c1354/docs/en/edge/cordova/geolocation/geolocation.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/cordova/geolocation/geolocation.md b/docs/en/edge/cordova/geolocation/geolocation.md
index 4e4f37f..4b657c7 100644
--- a/docs/en/edge/cordova/geolocation/geolocation.md
+++ b/docs/en/edge/cordova/geolocation/geolocation.md
@@ -106,4 +106,5 @@ platform-specific configuration settings described below:
 
   Reference: [Application Manifest for Windows Phone](http://msdn.microsoft.com/en-us/library/ff769509%28v=vs.92%29.aspx)
 
-* Tizen (no special permissions required)
+Some platforms may support this feature without requiring any special
+configuration.  See Platform Support for an overview.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/217c1354/docs/en/edge/cordova/globalization/globalization.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/cordova/globalization/globalization.md b/docs/en/edge/cordova/globalization/globalization.md
index 81fec2d..7d7309c 100644
--- a/docs/en/edge/cordova/globalization/globalization.md
+++ b/docs/en/edge/cordova/globalization/globalization.md
@@ -70,3 +70,6 @@ platform-specific configuration settings described below:
         <feature name="Globalization">
             <param name="android-package" value="org.apache.cordova.Globalization" />
         </feature>
+
+Some platforms may support this feature without requiring any special
+configuration.  See Platform Support for an overview.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/217c1354/docs/en/edge/cordova/inappbrowser/inappbrowser.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/cordova/inappbrowser/inappbrowser.md b/docs/en/edge/cordova/inappbrowser/inappbrowser.md
index b868fb3..be3f439 100644
--- a/docs/en/edge/cordova/inappbrowser/inappbrowser.md
+++ b/docs/en/edge/cordova/inappbrowser/inappbrowser.md
@@ -67,6 +67,9 @@ platform-specific configuration settings described below:
 
         <feature name="InAppBrowser" />
 
+Some platforms may support this feature without requiring any special
+configuration.  See Platform Support for an overview.
+
 addEventListener
 ================
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/217c1354/docs/en/edge/cordova/media/capture/capture.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/cordova/media/capture/capture.md b/docs/en/edge/cordova/media/capture/capture.md
index 237d78f..d645063 100644
--- a/docs/en/edge/cordova/media/capture/capture.md
+++ b/docs/en/edge/cordova/media/capture/capture.md
@@ -130,3 +130,6 @@ platform-specific configuration settings described below:
             <Capability Name="ID_CAP_ISV_CAMERA" />
             <Capability Name="ID_CAP_CAMERA" />
         </Capabilities>
+
+Some platforms may support this feature without requiring any special
+configuration.  See Platform Support for an overview.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/217c1354/docs/en/edge/cordova/media/media.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/cordova/media/media.md b/docs/en/edge/cordova/media/media.md
index 8a27f14..1c0edeb 100644
--- a/docs/en/edge/cordova/media/media.md
+++ b/docs/en/edge/cordova/media/media.md
@@ -141,7 +141,8 @@ platform-specific configuration settings described below:
 
   Reference: [Application Manifest for Windows Phone](http://msdn.microsoft.com/en-us/library/ff769509%28v=vs.92%29.aspx)
 
-* Tizen (no special permissions required)
+Some platforms may support this feature without requiring any special
+configuration.  See Platform Support for an overview.
 
 ### Windows Phone Quirks
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/217c1354/docs/en/edge/cordova/notification/notification.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/cordova/notification/notification.md b/docs/en/edge/cordova/notification/notification.md
index 975ece0..2f09a63 100644
--- a/docs/en/edge/cordova/notification/notification.md
+++ b/docs/en/edge/cordova/notification/notification.md
@@ -71,6 +71,5 @@ platform-specific configuration settings described below:
             <param name="ios-package" value="CDVNotification" />
         </feature>
 
-* Windows Phone (no special permissions required)
-
-* Tizen (no special permissions required)
+Some platforms may support this feature without requiring any special
+configuration.  See Platform Support for an overview.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/217c1354/docs/en/edge/cordova/splashscreen/splashscreen.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/cordova/splashscreen/splashscreen.md b/docs/en/edge/cordova/splashscreen/splashscreen.md
index 15914d0..2c86114 100644
--- a/docs/en/edge/cordova/splashscreen/splashscreen.md
+++ b/docs/en/edge/cordova/splashscreen/splashscreen.md
@@ -52,6 +52,9 @@ platform-specific configuration settings described below:
             <param name="ios-package" value="CDVSplashScreen" />
         </feature>
 
+Some platforms may support this feature without requiring any special
+configuration.  See Platform Support for an overview.
+
 Setup
 -----
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/217c1354/docs/en/edge/cordova/storage/storage.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/cordova/storage/storage.md b/docs/en/edge/cordova/storage/storage.md
index 0e93244..366f613 100644
--- a/docs/en/edge/cordova/storage/storage.md
+++ b/docs/en/edge/cordova/storage/storage.md
@@ -81,3 +81,5 @@ required:
 
         <feature id="blackberry.widgetcache" required="true" version="1.0.0.0" />
 
+Some platforms may support this feature without requiring any special
+configuration.  See Platform Support for an overview.