You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ma...@apache.org on 2013/09/26 19:19:41 UTC

docs commit: [CB-4924] show how to retrieve plugin name

Updated Branches:
  refs/heads/master ee7ab7c8b -> 375874357


[CB-4924] show how to retrieve plugin name

In the "Accessing the Feature" section for each plugin, next to the
"cordova plugin rm" command, show how to retrieve the plugin name.


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

Branch: refs/heads/master
Commit: 375874357bcac04e92c9b4986605a9cdf3eb798a
Parents: ee7ab7c
Author: Marcel Kinard <cm...@gmail.com>
Authored: Thu Sep 26 13:16:11 2013 -0400
Committer: Marcel Kinard <cm...@gmail.com>
Committed: Thu Sep 26 13:16:11 2013 -0400

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


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/37587435/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 cf57c9e..4b909b8 100644
--- a/docs/en/edge/cordova/accelerometer/accelerometer.md
+++ b/docs/en/edge/cordova/accelerometer/accelerometer.md
@@ -44,6 +44,8 @@ Use the CLI's `plugin` command, described in The Command-line
 Interface, to add or remove this feature for a project:
 
         $ cordova plugin add org.apache.cordova.device-motion
+        $ cordova plugin ls
+        [ 'org.apache.cordova.device-motion' ]
         $ cordova plugin rm org.apache.cordova.device-motion
 
 These commands apply to all targeted platforms, but modify the

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/37587435/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 0ee0ca7..beeeab0 100644
--- a/docs/en/edge/cordova/camera/camera.md
+++ b/docs/en/edge/cordova/camera/camera.md
@@ -45,6 +45,8 @@ Use the CLI's `plugin` command, described in The Command-line
 Interface, to add or remove this feature for a project:
 
         $ cordova plugin add org.apache.cordova.camera
+        $ cordova plugin ls
+        [ 'org.apache.cordova.camera' ]
         $ cordova plugin rm org.apache.cordova.camera
 
 These commands apply to all targeted platforms, but modify the

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/37587435/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 7588502..d1d1482 100755
--- a/docs/en/edge/cordova/compass/compass.md
+++ b/docs/en/edge/cordova/compass/compass.md
@@ -43,6 +43,8 @@ Use the CLI's `plugin` command, described in The Command-line
 Interface, to add or remove this feature for a project:
 
         $ cordova plugin add org.apache.cordova.device-orientation
+        $ cordova plugin ls
+        [ 'org.apache.cordova.device-orientation' ]
         $ cordova plugin rm org.apache.cordova.device-orientation
 
 These commands apply to all targeted platforms, but modify the

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/37587435/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 4aa437e..6e0b9e0 100644
--- a/docs/en/edge/cordova/connection/connection.md
+++ b/docs/en/edge/cordova/connection/connection.md
@@ -43,6 +43,8 @@ Use the CLI's `plugin` command, described in The Command-line
 Interface, to add or remove this feature for a project:
 
         $ cordova plugin add org.apache.cordova.network-information
+        $ cordova plugin ls
+        [ 'org.apache.cordova.network-information' ]
         $ cordova plugin rm org.apache.cordova.network-information
 
 These commands apply to all targeted platforms, but modify the

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/37587435/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 f055e95..039d3d9 100644
--- a/docs/en/edge/cordova/contacts/contacts.md
+++ b/docs/en/edge/cordova/contacts/contacts.md
@@ -67,6 +67,8 @@ Use the CLI's `plugin` command, described in The Command-line
 Interface, to add or remove this feature for a project:
 
         $ cordova plugin add org.apache.cordova.contacts
+        $ cordova plugin ls
+        [ 'org.apache.cordova.contacts' ]
         $ cordova plugin rm org.apache.cordova.contacts
 
 These commands apply to all targeted platforms, but modify the

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/37587435/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 74994a9..b8188f1 100644
--- a/docs/en/edge/cordova/device/device.md
+++ b/docs/en/edge/cordova/device/device.md
@@ -45,6 +45,8 @@ Use the CLI's `plugin` command, described in The Command-line
 Interface, to add or remove this feature for a project:
 
         $ cordova plugin add org.apache.cordova.device
+        $ cordova plugin ls
+        [ 'org.apache.cordova.device' ]
         $ cordova plugin rm org.apache.cordova.device
 
 These commands apply to all targeted platforms, but modify the

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/37587435/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 e13ecd2..4d870c1 100644
--- a/docs/en/edge/cordova/events/events.md
+++ b/docs/en/edge/cordova/events/events.md
@@ -48,6 +48,8 @@ command, described in The Command-line Interface, to enable or disable
 battery events:
 
         $ cordova plugin add org.apache.cordova.battery-status
+        $ cordova plugin ls
+        [ 'org.apache.cordova.battery-status' ]
         $ cordova plugin rm org.apache.cordova.battery-status
 
 These commands apply to all targeted platforms, but modify the

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/37587435/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 e942f72..fafd625 100644
--- a/docs/en/edge/cordova/file/file.md
+++ b/docs/en/edge/cordova/file/file.md
@@ -46,11 +46,15 @@ Use the CLI's `plugin` command, described in The Command-line
 Interface, to add or remove this feature for a project:
 
         $ cordova plugin add org.apache.cordova.file
+        $ cordova plugin ls
+        [ '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 org.apache.cordova.file-transfer
+        $ cordova plugin ls
+        [ 'org.apache.cordova.file-transfer' ]
         $ cordova plugin rm org.apache.cordova.file-transfer
 
 These commands apply to all targeted platforms, but modify the

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/37587435/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 e3aba00..2d9e213 100644
--- a/docs/en/edge/cordova/geolocation/geolocation.md
+++ b/docs/en/edge/cordova/geolocation/geolocation.md
@@ -72,6 +72,8 @@ Use the CLI's `plugin` command, described in The Command-line
 Interface, to add or remove this feature for a project:
 
         $ cordova plugin add org.apache.cordova.geolocation
+        $ cordova plugin ls
+        [ 'org.apache.cordova.geolocation' ]
         $ cordova plugin rm org.apache.cordova.geolocation
 
 These commands apply to all targeted platforms, but modify the

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/37587435/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 c6242c3..a2c9ec3 100644
--- a/docs/en/edge/cordova/globalization/globalization.md
+++ b/docs/en/edge/cordova/globalization/globalization.md
@@ -56,6 +56,8 @@ Use the CLI's `plugin` command, described in The Command-line
 Interface, to add or remove this feature for a project:
 
         $ cordova plugin add org.apache.cordova.globalization
+        $ cordova plugin ls
+        [ 'org.apache.cordova.globalization' ]
         $ cordova plugin rm org.apache.cordova.globalization
 
 These commands apply to all targeted platforms, but modify the

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/37587435/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 dc46053..5d217cd 100644
--- a/docs/en/edge/cordova/inappbrowser/inappbrowser.md
+++ b/docs/en/edge/cordova/inappbrowser/inappbrowser.md
@@ -46,6 +46,8 @@ Use the CLI's `plugin` command, described in The Command-line
 Interface, to add or remove this feature for a project:
 
         $ cordova plugin add org.apache.cordova.inappbrowser
+        $ cordova plugin ls
+        [ 'org.apache.cordova.inappbrowser' ]
         $ cordova plugin rm org.apache.cordova.inappbrowser
 
 These commands apply to all targeted platforms, but modify the

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/37587435/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 ea5e85c..5f0f89c 100644
--- a/docs/en/edge/cordova/media/capture/capture.md
+++ b/docs/en/edge/cordova/media/capture/capture.md
@@ -94,6 +94,8 @@ Use the CLI's `plugin` command, described in The Command-line
 Interface, to add or remove this feature for a project:
 
         $ cordova plugin add org.apache.cordova.media-capture
+        $ cordova plugin ls
+        [ 'org.apache.cordova.media-capture' ]
         $ cordova plugin rm org.apache.cordova.media-capture
 
 These commands apply to all targeted platforms, but modify the

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/37587435/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 14c1122..1c9dfc7 100644
--- a/docs/en/edge/cordova/media/media.md
+++ b/docs/en/edge/cordova/media/media.md
@@ -94,6 +94,9 @@ Use the CLI's `plugin` command, described in The Command-line
 Interface, to add or remove this feature for a project:
 
         $ cordova plugin add org.apache.cordova.media 
+        $ cordova plugin ls
+        [ 'org.apache.cordova.media' ]
+        $ cordova plugin rm 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/37587435/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 c5b2110..4380d9e 100644
--- a/docs/en/edge/cordova/notification/notification.md
+++ b/docs/en/edge/cordova/notification/notification.md
@@ -37,6 +37,9 @@ Interface, to add or remove this feature for a project:
 
         $ cordova plugin add org.apache.cordova.dialogs
         $ cordova plugin add org.apache.cordova.vibration
+        $ cordova plugin ls
+        [ 'org.apache.cordova.dialogs',
+          'org.apache.cordova.vibration' ]
         $ cordova plugin rm org.apache.cordova.dialogs
         $ cordova plugin rm org.apache.cordova.vibration
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/37587435/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 0c476a2..336efd3 100644
--- a/docs/en/edge/cordova/splashscreen/splashscreen.md
+++ b/docs/en/edge/cordova/splashscreen/splashscreen.md
@@ -33,6 +33,8 @@ Use the CLI's `plugin` command, described in The Command-line
 Interface, to add or remove this feature for a project:
 
         $ cordova plugin add org.apache.cordova.splashscreen
+        $ cordova plugin ls
+        [ 'org.apache.cordova.splashscreen' ]
         $ cordova plugin rm org.apache.cordova.splashscreen
 
 These commands apply to all targeted platforms, but modify the