You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by an...@apache.org on 2013/09/24 16:15:01 UTC

[1/2] docs commit: CB-4493 forgot about these references :-S

Updated Branches:
  refs/heads/master 70a427009 -> 0fd4115e0


CB-4493 forgot about these references :-S


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

Branch: refs/heads/master
Commit: 000a06e8a0b3e5a0f6c70e8679fca4f32269fc88
Parents: bfe1370
Author: Anis Kadri <an...@apache.org>
Authored: Tue Sep 24 16:14:21 2013 +0200
Committer: Anis Kadri <an...@apache.org>
Committed: Tue Sep 24 16:14:21 2013 +0200

----------------------------------------------------------------------
 docs/en/edge/cordova/accelerometer/accelerometer.md | 4 ++--
 docs/en/edge/cordova/camera/camera.md               | 4 ++--
 docs/en/edge/cordova/compass/compass.md             | 4 ++--
 docs/en/edge/cordova/connection/connection.md       | 4 ++--
 docs/en/edge/cordova/contacts/contacts.md           | 4 ++--
 docs/en/edge/cordova/device/device.md               | 4 ++--
 docs/en/edge/cordova/events/events.md               | 4 ++--
 docs/en/edge/cordova/file/file.md                   | 8 ++++----
 docs/en/edge/cordova/geolocation/geolocation.md     | 4 ++--
 docs/en/edge/cordova/globalization/globalization.md | 4 ++--
 docs/en/edge/cordova/inappbrowser/inappbrowser.md   | 4 ++--
 docs/en/edge/cordova/media/capture/capture.md       | 4 ++--
 docs/en/edge/cordova/media/media.md                 | 2 +-
 docs/en/edge/cordova/notification/notification.md   | 8 ++++----
 docs/en/edge/cordova/splashscreen/splashscreen.md   | 4 ++--
 15 files changed, 33 insertions(+), 33 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/000a06e8/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 bb5db2b..cf57c9e 100644
--- a/docs/en/edge/cordova/accelerometer/accelerometer.md
+++ b/docs/en/edge/cordova/accelerometer/accelerometer.md
@@ -43,8 +43,8 @@ As of version 3.0, Cordova implements device-level APIs as _plugins_.
 Use the CLI's `plugin` command, described in The Command-line
 Interface, to add or remove this feature for a project:
 
-        $ cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion.git
-        $ cordova plugin rm org.apache.cordova.core.device-motion
+        $ cordova plugin add org.apache.cordova.device-motion
+        $ cordova plugin rm org.apache.cordova.device-motion
 
 These commands apply to all targeted platforms, but modify the
 platform-specific configuration settings described below:

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/000a06e8/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 0a217bc..0ee0ca7 100644
--- a/docs/en/edge/cordova/camera/camera.md
+++ b/docs/en/edge/cordova/camera/camera.md
@@ -44,8 +44,8 @@ As of version 3.0, Cordova implements device-level APIs as _plugins_.
 Use the CLI's `plugin` command, described in The Command-line
 Interface, to add or remove this feature for a project:
 
-        $ cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-camera.git
-        $ cordova plugin rm org.apache.cordova.core.camera
+        $ cordova plugin add org.apache.cordova.camera
+        $ cordova plugin rm org.apache.cordova.camera
 
 These commands apply to all targeted platforms, but modify the
 platform-specific configuration settings described below:

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/000a06e8/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 16d934a..7588502 100755
--- a/docs/en/edge/cordova/compass/compass.md
+++ b/docs/en/edge/cordova/compass/compass.md
@@ -42,8 +42,8 @@ As of version 3.0, Cordova implements device-level APIs as _plugins_.
 Use the CLI's `plugin` command, described in The Command-line
 Interface, to add or remove this feature for a project:
 
-        $ cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation.git
-        $ cordova plugin rm org.apache.cordova.core.device-orientation
+        $ cordova plugin add org.apache.cordova.device-orientation
+        $ cordova plugin rm org.apache.cordova.device-orientation
 
 These commands apply to all targeted platforms, but modify the
 platform-specific configuration settings described below:

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/000a06e8/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 8364fd5..4aa437e 100644
--- a/docs/en/edge/cordova/connection/connection.md
+++ b/docs/en/edge/cordova/connection/connection.md
@@ -42,8 +42,8 @@ As of version 3.0, Cordova implements device-level APIs as _plugins_.
 Use the CLI's `plugin` command, described in The Command-line
 Interface, to add or remove this feature for a project:
 
-        $ cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information.git
-        $ cordova plugin rm org.apache.cordova.core.network-information
+        $ cordova plugin add org.apache.cordova.network-information
+        $ cordova plugin rm org.apache.cordova.network-information
 
 These commands apply to all targeted platforms, but modify the
 platform-specific configuration settings described below:

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/000a06e8/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 1e19da9..f055e95 100644
--- a/docs/en/edge/cordova/contacts/contacts.md
+++ b/docs/en/edge/cordova/contacts/contacts.md
@@ -66,8 +66,8 @@ As of version 3.0, Cordova implements device-level APIs as _plugins_.
 Use the CLI's `plugin` command, described in The Command-line
 Interface, to add or remove this feature for a project:
 
-        $ cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts.git
-        $ cordova plugin rm org.apache.cordova.core.contacts
+        $ cordova plugin add org.apache.cordova.contacts
+        $ cordova plugin rm org.apache.cordova.contacts
 
 These commands apply to all targeted platforms, but modify the
 platform-specific configuration settings described below:

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/000a06e8/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 b1d8730..dc3af40 100644
--- a/docs/en/edge/cordova/device/device.md
+++ b/docs/en/edge/cordova/device/device.md
@@ -44,8 +44,8 @@ As of version 3.0, Cordova implements device-level APIs as _plugins_.
 Use the CLI's `plugin` command, described in The Command-line
 Interface, to add or remove this feature for a project:
 
-        $ cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-device.git
-        $ cordova plugin rm org.apache.cordova.core.device
+        $ cordova plugin add org.apache.cordova.device
+        $ cordova plugin rm org.apache.cordova.device
 
 These commands apply to all targeted platforms, but modify the
 platform-specific configuration settings described below:

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/000a06e8/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 91442e7..e13ecd2 100644
--- a/docs/en/edge/cordova/events/events.md
+++ b/docs/en/edge/cordova/events/events.md
@@ -47,8 +47,8 @@ to battery status are enabled by default.  Use the CLI's `plugin`
 command, described in The Command-line Interface, to enable or disable
 battery events:
 
-        $ cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status.git
-        $ cordova plugin rm org.apache.cordova.core.battery-status
+        $ cordova plugin add org.apache.cordova.battery-status
+        $ cordova plugin rm org.apache.cordova.battery-status
 
 These commands apply to all targeted platforms, but modify the
 platform-specific configuration settings described below:

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/000a06e8/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 b501433..e942f72 100644
--- a/docs/en/edge/cordova/file/file.md
+++ b/docs/en/edge/cordova/file/file.md
@@ -45,13 +45,13 @@ As of version 3.0, Cordova implements device-level APIs as _plugins_.
 Use the CLI's `plugin` command, described in The Command-line
 Interface, to add or remove this feature for a project:
 
-        $ cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-file.git
-        $ cordova plugin rm org.apache.cordova.core.file
+        $ cordova plugin add org.apache.cordova.file
+        $ cordova plugin rm org.apache.cordova.file
         
 To use the file-transfer plugin you must add that separately.
         
-        $ cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer.git
-        $ cordova plugin rm org.apache.cordova.core.file-transfer
+        $ cordova plugin add org.apache.cordova.file-transfer
+        $ cordova plugin rm org.apache.cordova.file-transfer
 
 These commands apply to all targeted platforms, but modify the
 platform-specific configuration settings described below:

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/000a06e8/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 77b07f8..e3aba00 100644
--- a/docs/en/edge/cordova/geolocation/geolocation.md
+++ b/docs/en/edge/cordova/geolocation/geolocation.md
@@ -71,8 +71,8 @@ As of version 3.0, Cordova implements device-level APIs as _plugins_.
 Use the CLI's `plugin` command, described in The Command-line
 Interface, to add or remove this feature for a project:
 
-        $ cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation.git
-        $ cordova plugin rm org.apache.cordova.core.geolocation
+        $ cordova plugin add org.apache.cordova.geolocation
+        $ cordova plugin rm org.apache.cordova.geolocation
 
 These commands apply to all targeted platforms, but modify the
 platform-specific configuration settings described below:

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/000a06e8/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 b5d0e59..c6242c3 100644
--- a/docs/en/edge/cordova/globalization/globalization.md
+++ b/docs/en/edge/cordova/globalization/globalization.md
@@ -55,8 +55,8 @@ As of version 3.0, Cordova implements device-level APIs as _plugins_.
 Use the CLI's `plugin` command, described in The Command-line
 Interface, to add or remove this feature for a project:
 
-        $ cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization.git
-        $ cordova plugin rm org.apache.cordova.core.globalization
+        $ cordova plugin add org.apache.cordova.globalization
+        $ cordova plugin rm org.apache.cordova.globalization
 
 These commands apply to all targeted platforms, but modify the
 platform-specific configuration settings described below:

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/000a06e8/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 714a43f..5e1e4ea 100644
--- a/docs/en/edge/cordova/inappbrowser/inappbrowser.md
+++ b/docs/en/edge/cordova/inappbrowser/inappbrowser.md
@@ -45,8 +45,8 @@ As of version 3.0, Cordova implements device-level APIs as _plugins_.
 Use the CLI's `plugin` command, described in The Command-line
 Interface, to add or remove this feature for a project:
 
-        $ cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser.git
-        $ cordova plugin rm org.apache.cordova.core.inappbrowser
+        $ cordova plugin add org.apache.cordova.inappbrowser
+        $ cordova plugin rm org.apache.cordova.inappbrowser
 
 These commands apply to all targeted platforms, but modify the
 platform-specific configuration settings described below:

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/000a06e8/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 8ec73c0..ea5e85c 100644
--- a/docs/en/edge/cordova/media/capture/capture.md
+++ b/docs/en/edge/cordova/media/capture/capture.md
@@ -93,8 +93,8 @@ As of version 3.0, Cordova implements device-level APIs as _plugins_.
 Use the CLI's `plugin` command, described in The Command-line
 Interface, to add or remove this feature for a project:
 
-        $ cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture.git
-        $ cordova plugin rm org.apache.cordova.core.media-capture
+        $ cordova plugin add org.apache.cordova.media-capture
+        $ cordova plugin rm org.apache.cordova.media-capture
 
 These commands apply to all targeted platforms, but modify the
 platform-specific configuration settings described below:

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/000a06e8/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 dc79322..14c1122 100644
--- a/docs/en/edge/cordova/media/media.md
+++ b/docs/en/edge/cordova/media/media.md
@@ -93,7 +93,7 @@ As of version 3.0, Cordova implements device-level APIs as _plugins_.
 Use the CLI's `plugin` command, described in The Command-line
 Interface, to add or remove this feature for a project:
 
-        $ cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-media.git    
+        $ cordova plugin add org.apache.cordova.media 
 
 These commands apply to all targeted platforms, but modify the
 platform-specific configuration settings described below:

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/000a06e8/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 e6698f2..c5b2110 100644
--- a/docs/en/edge/cordova/notification/notification.md
+++ b/docs/en/edge/cordova/notification/notification.md
@@ -35,10 +35,10 @@ As of version 3.0, Cordova implements device-level APIs as _plugins_.
 Use the CLI's `plugin` command, described in The Command-line
 Interface, to add or remove this feature for a project:
 
-        $ cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration.git
-        $ cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs.git
-        $ cordova plugin rm org.apache.cordova.core.dialogs
-        $ cordova plugin rm org.apache.cordova.core.vibration
+        $ cordova plugin add org.apache.cordova.dialogs
+        $ cordova plugin add org.apache.cordova.vibration
+        $ cordova plugin rm org.apache.cordova.dialogs
+        $ cordova plugin rm org.apache.cordova.vibration
 
 These commands apply to all targeted platforms, but modify the
 platform-specific configuration settings described below:

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/000a06e8/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 50b7642..0c476a2 100644
--- a/docs/en/edge/cordova/splashscreen/splashscreen.md
+++ b/docs/en/edge/cordova/splashscreen/splashscreen.md
@@ -32,8 +32,8 @@ As of version 3.0, Cordova implements device-level APIs as _plugins_.
 Use the CLI's `plugin` command, described in The Command-line
 Interface, to add or remove this feature for a project:
 
-        $ cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen.git
-        $ cordova plugin rm org.apache.cordova.core.splashscreen
+        $ cordova plugin add org.apache.cordova.splashscreen
+        $ cordova plugin rm org.apache.cordova.splashscreen
 
 These commands apply to all targeted platforms, but modify the
 platform-specific configuration settings described below:


[2/2] docs commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/cordova-docs

Posted by an...@apache.org.
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/cordova-docs


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

Branch: refs/heads/master
Commit: 0fd4115e0ffadf16633904b4f7861414e180dcd5
Parents: 000a06e 70a4270
Author: Anis Kadri <an...@apache.org>
Authored: Tue Sep 24 16:14:27 2013 +0200
Committer: Anis Kadri <an...@apache.org>
Committed: Tue Sep 24 16:14:27 2013 +0200

----------------------------------------------------------------------
 docs/en/edge/config_ref/index.md                | 295 +++----------------
 .../edge/cordova/inappbrowser/inappbrowser.md   |   2 +-
 docs/en/edge/guide/platforms/android/config.md  | 149 ++--------
 .../edge/guide/platforms/blackberry10/config.md |  74 ++---
 docs/en/edge/guide/platforms/ios/config.md      | 293 +++---------------
 docs/en/edge/guide/platforms/wp8/config.md      |  38 ---
 6 files changed, 129 insertions(+), 722 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/0fd4115e/docs/en/edge/cordova/inappbrowser/inappbrowser.md
----------------------------------------------------------------------