You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by he...@apache.org on 2012/04/05 21:02:12 UTC

[24/38] [CB-229] Rename assets from PhoneGap to Cordova.

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/9b128d20/docs/en/edge/phonegap/events/events.volumedownbutton.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/phonegap/events/events.volumedownbutton.md b/docs/en/edge/phonegap/events/events.volumedownbutton.md
index ca36dc7..3a587ff 100644
--- a/docs/en/edge/phonegap/events/events.volumedownbutton.md
+++ b/docs/en/edge/phonegap/events/events.volumedownbutton.md
@@ -10,7 +10,7 @@ Details
 
 If you need to override the default volume down behaviour you can register an event listener for the 'volumedownbutton' event.
 
-Typically, you will want to attach an event listener with `document.addEventListener` once you receive the PhoneGap 'deviceready' event.
+Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova 'deviceready' event.
 
 Supported Platforms
 -------------------
@@ -33,22 +33,22 @@ Full Example
                           "http://www.w3.org/TR/html4/strict.dtd">
     <html>
       <head>
-        <title>PhoneGap Volume Down Button Example</title>
+        <title>Cordova Volume Down Button Example</title>
 
-        <script type="text/javascript" charset="utf-8" src="phonegap.js"></script>
+        <script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Call onDeviceReady when PhoneGap is loaded.
+        // Call onDeviceReady when Cordova is loaded.
         //
-        // At this point, the document has loaded but phonegap.js has not.
-        // When PhoneGap is loaded and talking with the native device,
+        // At this point, the document has loaded but cordova-1.6.0.js has not.
+        // When Cordova is loaded and talking with the native device,
         // it will call the event `deviceready`.
         //
         function onLoad() {
             document.addEventListener("deviceready", onDeviceReady, false);
         }
 
-        // PhoneGap is loaded and it is now safe to make calls PhoneGap methods
+        // Cordova is loaded and it is now safe to make calls Cordova methods
         //
         function onDeviceReady() {
             // Register the event listener

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/9b128d20/docs/en/edge/phonegap/events/events.volumeupbutton.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/phonegap/events/events.volumeupbutton.md b/docs/en/edge/phonegap/events/events.volumeupbutton.md
index 92a15fb..2f92a6c 100644
--- a/docs/en/edge/phonegap/events/events.volumeupbutton.md
+++ b/docs/en/edge/phonegap/events/events.volumeupbutton.md
@@ -10,7 +10,7 @@ Details
 
 If you need to override the default volume up behaviour you can register an event listener for the 'volumeupbutton' event.
 
-Typically, you will want to attach an event listener with `document.addEventListener` once you receive the PhoneGap 'deviceready' event.
+Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova 'deviceready' event.
 
 Supported Platforms
 -------------------
@@ -33,22 +33,22 @@ Full Example
                           "http://www.w3.org/TR/html4/strict.dtd">
     <html>
       <head>
-        <title>PhoneGap Volume Up Button Example</title>
+        <title>Cordova Volume Up Button Example</title>
 
-        <script type="text/javascript" charset="utf-8" src="phonegap.js"></script>
+        <script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Call onDeviceReady when PhoneGap is loaded.
+        // Call onDeviceReady when Cordova is loaded.
         //
-        // At this point, the document has loaded but phonegap.js has not.
-        // When PhoneGap is loaded and talking with the native device,
+        // At this point, the document has loaded but cordova-1.6.0.js has not.
+        // When Cordova is loaded and talking with the native device,
         // it will call the event `deviceready`.
         //
         function onLoad() {
             document.addEventListener("deviceready", onDeviceReady, false);
         }
 
-        // PhoneGap is loaded and it is now safe to make calls PhoneGap methods
+        // Cordova is loaded and it is now safe to make calls Cordova methods
         //
         function onDeviceReady() {
             // Register the event listener

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/9b128d20/docs/en/edge/phonegap/file/directoryentry/directoryentry.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/phonegap/file/directoryentry/directoryentry.md b/docs/en/edge/phonegap/file/directoryentry/directoryentry.md
index d730f88..a73f5ce 100644
--- a/docs/en/edge/phonegap/file/directoryentry/directoryentry.md
+++ b/docs/en/edge/phonegap/file/directoryentry/directoryentry.md
@@ -11,7 +11,7 @@ Properties
 - __name:__ The name of the DirectoryEntry, excluding the path leading to it. _(DOMString)_
 - __fullPath:__ The full absolute path from the root to the DirectoryEntry. _(DOMString)_
 
-NOTE: The following attributes are defined by the W3C specification, but are __not supported__ by PhoneGap:
+NOTE: The following attributes are defined by the W3C specification, but are __not supported__ by Cordova:
 
 - __filesystem:__ The file system on which the DirectoryEntry resides. _(FileSystem)_ 
 

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/9b128d20/docs/en/edge/phonegap/file/fileentry/fileentry.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/phonegap/file/fileentry/fileentry.md b/docs/en/edge/phonegap/file/fileentry/fileentry.md
index 62b04ff..18eb359 100644
--- a/docs/en/edge/phonegap/file/fileentry/fileentry.md
+++ b/docs/en/edge/phonegap/file/fileentry/fileentry.md
@@ -11,7 +11,7 @@ Properties
 - __name:__ The name of the FileEntry, excluding the path leading to it. _(DOMString)_
 - __fullPath:__ The full absolute path from the root to the FileEntry. _(DOMString)_
 
-NOTE: The following attributes are defined by the W3C specification, but are __not supported__ by PhoneGap:
+NOTE: The following attributes are defined by the W3C specification, but are __not supported__ by Cordova:
 
 - __filesystem:__ The file system on which the FileEntry resides. _(FileSystem)_
 

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/9b128d20/docs/en/edge/phonegap/file/filereader/filereader.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/phonegap/file/filereader/filereader.md b/docs/en/edge/phonegap/file/filereader/filereader.md
index c8bfbc8..003098e 100644
--- a/docs/en/edge/phonegap/file/filereader/filereader.md
+++ b/docs/en/edge/phonegap/file/filereader/filereader.md
@@ -114,16 +114,16 @@ Full Example
       <head>
         <title>FileReader Example</title>
 
-        <script type="text/javascript" charset="utf-8" src="phonegap.js"></script>
+        <script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Wait for PhoneGap to load
+        // Wait for Cordova to load
         //
         function onLoad() {
             document.addEventListener("deviceready", onDeviceReady, false);
         }
 
-        // PhoneGap is ready
+        // Cordova is ready
         //
         function onDeviceReady() {
 			window.requestFileSystem(LocalFileSystem.PERSISTENT, 0, gotFS, fail);

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/9b128d20/docs/en/edge/phonegap/file/filesystem/filesystem.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/phonegap/file/filesystem/filesystem.md b/docs/en/edge/phonegap/file/filesystem/filesystem.md
index 68aad43..9047489 100644
--- a/docs/en/edge/phonegap/file/filesystem/filesystem.md
+++ b/docs/en/edge/phonegap/file/filesystem/filesystem.md
@@ -41,14 +41,14 @@ Full Example
       <head>
         <title>File System Example</title>
 
-        <script type="text/javascript" charset="utf-8" src="phonegap.js"></script>
+        <script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Wait for PhoneGap to load
+        // Wait for Cordova to load
         //
         document.addEventListener("deviceready", onDeviceReady, false);
 
-        // PhoneGap is ready
+        // Cordova is ready
         //
         function onDeviceReady() {
 			window.requestFileSystem(LocalFileSystem.PERSISTENT, 0, onFileSystemSuccess, fail);

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/9b128d20/docs/en/edge/phonegap/file/filetransfer/filetransfer.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/phonegap/file/filetransfer/filetransfer.md b/docs/en/edge/phonegap/file/filetransfer/filetransfer.md
index 85cdff5..9035cca 100644
--- a/docs/en/edge/phonegap/file/filetransfer/filetransfer.md
+++ b/docs/en/edge/phonegap/file/filetransfer/filetransfer.md
@@ -76,14 +76,14 @@ __Full Example__
     <head>
         <title>File Transfer Example</title>
     
-        <script type="text/javascript" charset="utf-8" src="phonegap.0.9.4.min.js"></script>
+        <script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"></script>
         <script type="text/javascript" charset="utf-8">
             
-            // Wait for PhoneGap to load
+            // Wait for Cordova to load
             //
             document.addEventListener("deviceready", onDeviceReady, false);
             
-            // PhoneGap is ready
+            // Cordova is ready
             //
             function onDeviceReady() {
                 

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/9b128d20/docs/en/edge/phonegap/file/filewriter/filewriter.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/phonegap/file/filewriter/filewriter.md b/docs/en/edge/phonegap/file/filewriter/filewriter.md
index c8d220d..c437740 100644
--- a/docs/en/edge/phonegap/file/filewriter/filewriter.md
+++ b/docs/en/edge/phonegap/file/filewriter/filewriter.md
@@ -125,14 +125,14 @@ Full Example
       <head>
         <title>FileWriter Example</title>
     
-        <script type="text/javascript" charset="utf-8" src="phonegap.js"></script>
+        <script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"></script>
         <script type="text/javascript" charset="utf-8">
     
-        // Wait for PhoneGap to load
+        // Wait for Cordova to load
         //
         document.addEventListener("deviceready", onDeviceReady, false);
     
-        // PhoneGap is ready
+        // Cordova is ready
         //
         function onDeviceReady() {
             window.requestFileSystem(LocalFileSystem.PERSISTENT, 0, gotFS, fail);

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/9b128d20/docs/en/edge/phonegap/file/localfilesystem/localfilesystem.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/phonegap/file/localfilesystem/localfilesystem.md b/docs/en/edge/phonegap/file/localfilesystem/localfilesystem.md
index ccd0b2c..9d9de29 100644
--- a/docs/en/edge/phonegap/file/localfilesystem/localfilesystem.md
+++ b/docs/en/edge/phonegap/file/localfilesystem/localfilesystem.md
@@ -56,14 +56,14 @@ Full Example
       <head>
         <title>Local File System Example</title>
 
-        <script type="text/javascript" charset="utf-8" src="phonegap.js"></script>
+        <script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Wait for PhoneGap to load
+        // Wait for Cordova to load
         //
         document.addEventListener("deviceready", onDeviceReady, false);
 
-        // PhoneGap is ready
+        // Cordova is ready
         //
         function onDeviceReady() {
 			window.requestFileSystem(LocalFileSystem.PERSISTENT, 0, onFileSystemSuccess, fail);

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/9b128d20/docs/en/edge/phonegap/geolocation/Coordinates/coordinates.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/phonegap/geolocation/Coordinates/coordinates.md b/docs/en/edge/phonegap/geolocation/Coordinates/coordinates.md
index c4ec1c5..468037d 100644
--- a/docs/en/edge/phonegap/geolocation/Coordinates/coordinates.md
+++ b/docs/en/edge/phonegap/geolocation/Coordinates/coordinates.md
@@ -17,7 +17,7 @@ Properties
 Description
 -----------
 
-The `Coordinates` object is created and populated by PhoneGap, and attached to the `Position` object. The `Position` object is then returned to the user through a callback function.
+The `Coordinates` object is created and populated by Cordova, and attached to the `Position` object. The `Position` object is then returned to the user through a callback function.
 
 Supported Platforms
 -------------------
@@ -59,14 +59,14 @@ Full Example
     <html>
       <head>
         <title>Geolocation Position Example</title>
-        <script type="text/javascript" charset="utf-8" src="phonegap.js"></script>
+        <script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Set an event to wait for PhoneGap to load
+        // Set an event to wait for Cordova to load
         //
         document.addEventListener("deviceready", onDeviceReady, false);
 
-        // PhoneGap is loaded and Ready
+        // Cordova is loaded and Ready
         //
         function onDeviceReady() {
             navigator.geolocation.getCurrentPosition(onSuccess, onError);

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/9b128d20/docs/en/edge/phonegap/geolocation/Position/position.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/phonegap/geolocation/Position/position.md b/docs/en/edge/phonegap/geolocation/Position/position.md
index 5702764..d410036 100644
--- a/docs/en/edge/phonegap/geolocation/Position/position.md
+++ b/docs/en/edge/phonegap/geolocation/Position/position.md
@@ -12,7 +12,7 @@ Properties
 Description
 -----------
 
-The `Position` object is created and populated by PhoneGap, and returned to the user through a callback function.
+The `Position` object is created and populated by Cordova, and returned to the user through a callback function.
 
 Supported Platforms
 -------------------
@@ -56,14 +56,14 @@ Full Example
       <head>
         <title>Device Properties Example</title>
 
-        <script type="text/javascript" charset="utf-8" src="phonegap.js"></script>
+        <script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Wait for PhoneGap to load
+        // Wait for Cordova to load
         //
         document.addEventListener("deviceready", onDeviceReady, false);
 
-        // PhoneGap is ready
+        // Cordova is ready
         //
         function onDeviceReady() {
             navigator.geolocation.getCurrentPosition(onSuccess, onError);

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/9b128d20/docs/en/edge/phonegap/geolocation/geolocation.clearWatch.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/phonegap/geolocation/geolocation.clearWatch.md b/docs/en/edge/phonegap/geolocation/geolocation.clearWatch.md
index 95e4ce8..2b9c24d 100644
--- a/docs/en/edge/phonegap/geolocation/geolocation.clearWatch.md
+++ b/docs/en/edge/phonegap/geolocation/geolocation.clearWatch.md
@@ -44,16 +44,16 @@ Full Example
       <head>
         <title>Device Properties Example</title>
 
-        <script type="text/javascript" charset="utf-8" src="phonegap.js"></script>
+        <script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Wait for PhoneGap to load
+        // Wait for Cordova to load
         //
         document.addEventListener("deviceready", onDeviceReady, false);
 
         var watchID = null;
 
-        // PhoneGap is ready
+        // Cordova is ready
         //
         function onDeviceReady() {
             // Update every 3 seconds

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/9b128d20/docs/en/edge/phonegap/geolocation/geolocation.getCurrentPosition.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/phonegap/geolocation/geolocation.getCurrentPosition.md b/docs/en/edge/phonegap/geolocation/geolocation.getCurrentPosition.md
index d79b23c..b41ad03 100644
--- a/docs/en/edge/phonegap/geolocation/geolocation.getCurrentPosition.md
+++ b/docs/en/edge/phonegap/geolocation/geolocation.getCurrentPosition.md
@@ -64,14 +64,14 @@ Full Example
       <head>
         <title>Device Properties Example</title>
 
-        <script type="text/javascript" charset="utf-8" src="phonegap.js"></script>
+        <script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Wait for PhoneGap to load
+        // Wait for Cordova to load
         //
         document.addEventListener("deviceready", onDeviceReady, false);
 
-        // PhoneGap is ready
+        // Cordova is ready
         //
         function onDeviceReady() {
             navigator.geolocation.getCurrentPosition(onSuccess, onError);

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/9b128d20/docs/en/edge/phonegap/geolocation/geolocation.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/phonegap/geolocation/geolocation.md b/docs/en/edge/phonegap/geolocation/geolocation.md
index 79e0561..08428fd 100644
--- a/docs/en/edge/phonegap/geolocation/geolocation.md
+++ b/docs/en/edge/phonegap/geolocation/geolocation.md
@@ -5,7 +5,7 @@ Geolocation
 
 Geolocation provides location information for the device, such as latitude and longitude. Common sources of location information include Global Positioning System (GPS) and location inferred from network signals such as IP address, RFID, WiFi and Bluetooth MAC addresses, and GSM/CDMA cell IDs. No guarantee is given that the API returns the device's actual location. 
 
-This API is based on the [W3C Geo location API Specification](http://dev.w3.org/geo/api/spec-source.html).  Some devices already provide an implementation of this spec.  For those devices, the built-in support is used instead of replacing it with PhoneGap's implementation.  For devices that don't have geolocation support, PhoneGap's implementation should be compatible with the W3C specification.
+This API is based on the [W3C Geo location API Specification](http://dev.w3.org/geo/api/spec-source.html).  Some devices already provide an implementation of this spec.  For those devices, the built-in support is used instead of replacing it with Cordova's implementation.  For devices that don't have geolocation support, Cordova's implementation should be compatible with the W3C specification.
 
 Methods
 -------

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/9b128d20/docs/en/edge/phonegap/geolocation/geolocation.watchPosition.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/phonegap/geolocation/geolocation.watchPosition.md b/docs/en/edge/phonegap/geolocation/geolocation.watchPosition.md
index d1cc895..a6ae796 100644
--- a/docs/en/edge/phonegap/geolocation/geolocation.watchPosition.md
+++ b/docs/en/edge/phonegap/geolocation/geolocation.watchPosition.md
@@ -67,16 +67,16 @@ Full Example
       <head>
         <title>Device Properties Example</title>
 
-        <script type="text/javascript" charset="utf-8" src="phonegap.js"></script>
+        <script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Wait for PhoneGap to load
+        // Wait for Cordova to load
         //
         document.addEventListener("deviceready", onDeviceReady, false);
 
         var watchID = null;
 
-        // PhoneGap is ready
+        // Cordova is ready
         //
         function onDeviceReady() {
             // Update every 3 seconds

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/9b128d20/docs/en/edge/phonegap/media/capture/captureAudio.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/phonegap/media/capture/captureAudio.md b/docs/en/edge/phonegap/media/capture/captureAudio.md
index 76abe72..3eb17c2 100644
--- a/docs/en/edge/phonegap/media/capture/captureAudio.md
+++ b/docs/en/edge/phonegap/media/capture/captureAudio.md
@@ -52,7 +52,7 @@ Full Example
       <head>
         <title>Capture Audio</title>
 
-        <script type="text/javascript" charset="utf-8" src="phonegap.js"></script>
+        <script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"></script>
         <script type="text/javascript" charset="utf-8" src="json2.js"></script>
         <script type="text/javascript" charset="utf-8">
 
@@ -108,7 +108,7 @@ Full Example
 BlackBerry WebWorks Quirks
 --------------------------
 
-- PhoneGap for BlackBerry WebWorks attempts to launch the __Voice Notes Recorder__ application, provided by RIM, to capture the audio recordings.  The developer will receive a CaptureError.`CAPTURE_NOT_SUPPORTED` error code if the application is not installed on the device.
+- Cordova for BlackBerry WebWorks attempts to launch the __Voice Notes Recorder__ application, provided by RIM, to capture the audio recordings.  The developer will receive a CaptureError.`CAPTURE_NOT_SUPPORTED` error code if the application is not installed on the device.
 
 iOS Quirks
 ----------

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/9b128d20/docs/en/edge/phonegap/media/capture/captureImage.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/phonegap/media/capture/captureImage.md b/docs/en/edge/phonegap/media/capture/captureImage.md
index 9e89107..e563d69 100644
--- a/docs/en/edge/phonegap/media/capture/captureImage.md
+++ b/docs/en/edge/phonegap/media/capture/captureImage.md
@@ -52,7 +52,7 @@ Full Example
       <head>
         <title>Capture Image</title>
 
-        <script type="text/javascript" charset="utf-8" src="phonegap.js"></script>
+        <script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"></script>
         <script type="text/javascript" charset="utf-8" src="json2.js"></script>
         <script type="text/javascript" charset="utf-8">
 

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/9b128d20/docs/en/edge/phonegap/media/capture/captureVideo.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/phonegap/media/capture/captureVideo.md b/docs/en/edge/phonegap/media/capture/captureVideo.md
index 17f4dfd..b0162b3 100644
--- a/docs/en/edge/phonegap/media/capture/captureVideo.md
+++ b/docs/en/edge/phonegap/media/capture/captureVideo.md
@@ -52,7 +52,7 @@ Full Example
       <head>
         <title>Capture Video</title>
 
-        <script type="text/javascript" charset="utf-8" src="phonegap.js"></script>
+        <script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"></script>
         <script type="text/javascript" charset="utf-8" src="json2.js"></script>
         <script type="text/javascript" charset="utf-8">
 
@@ -108,4 +108,4 @@ Full Example
 BlackBerry WebWorks Quirks
 --------------------------
 
-- PhoneGap for BlackBerry WebWorks attempts to launch the __Video Recorder__ application, provided by RIM, to capture the video recordings.  The developer will receive a CaptureError.`CAPTURE_NOT_SUPPORTED` error code if the application is not installed on the device.
+- Cordova for BlackBerry WebWorks attempts to launch the __Video Recorder__ application, provided by RIM, to capture the video recordings.  The developer will receive a CaptureError.`CAPTURE_NOT_SUPPORTED` error code if the application is not installed on the device.

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/9b128d20/docs/en/edge/phonegap/media/media.getCurrentPosition.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/phonegap/media/media.getCurrentPosition.md b/docs/en/edge/phonegap/media/media.getCurrentPosition.md
index d9ea4e2..3060b63 100644
--- a/docs/en/edge/phonegap/media/media.getCurrentPosition.md
+++ b/docs/en/edge/phonegap/media/media.getCurrentPosition.md
@@ -57,14 +57,14 @@ Full Example
           <head>
             <title>Media Example</title>
         
-            <script type="text/javascript" charset="utf-8" src="phonegap.js"></script>
+            <script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"></script>
             <script type="text/javascript" charset="utf-8">
         
-            // Wait for PhoneGap to load
+            // Wait for Cordova to load
             //
             document.addEventListener("deviceready", onDeviceReady, false);
         
-            // PhoneGap is ready
+            // Cordova is ready
             //
             function onDeviceReady() {
                 playAudio("http://audio.ibeat.org/content/p1rj1s/p1rj1s_-_rockGuitar.mp3");

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/9b128d20/docs/en/edge/phonegap/media/media.getDuration.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/phonegap/media/media.getDuration.md b/docs/en/edge/phonegap/media/media.getDuration.md
index 91b18fa..10f3824 100644
--- a/docs/en/edge/phonegap/media/media.getDuration.md
+++ b/docs/en/edge/phonegap/media/media.getDuration.md
@@ -49,14 +49,14 @@ Full Example
           <head>
             <title>Media Example</title>
         
-            <script type="text/javascript" charset="utf-8" src="phonegap.js"></script>
+            <script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"></script>
             <script type="text/javascript" charset="utf-8">
         
-            // Wait for PhoneGap to load
+            // Wait for Cordova to load
             //
             document.addEventListener("deviceready", onDeviceReady, false);
         
-            // PhoneGap is ready
+            // Cordova is ready
             //
             function onDeviceReady() {
                 playAudio("http://audio.ibeat.org/content/p1rj1s/p1rj1s_-_rockGuitar.mp3");

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/9b128d20/docs/en/edge/phonegap/media/media.pause.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/phonegap/media/media.pause.md b/docs/en/edge/phonegap/media/media.pause.md
index 2b18b8b..24702c9 100644
--- a/docs/en/edge/phonegap/media/media.pause.md
+++ b/docs/en/edge/phonegap/media/media.pause.md
@@ -54,14 +54,14 @@ Full Example
           <head>
             <title>Media Example</title>
         
-            <script type="text/javascript" charset="utf-8" src="phonegap.js"></script>
+            <script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"></script>
             <script type="text/javascript" charset="utf-8">
         
-            // Wait for PhoneGap to load
+            // Wait for Cordova to load
             //
             document.addEventListener("deviceready", onDeviceReady, false);
         
-            // PhoneGap is ready
+            // Cordova is ready
             //
             function onDeviceReady() {
                 playAudio("http://audio.ibeat.org/content/p1rj1s/p1rj1s_-_rockGuitar.mp3");

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/9b128d20/docs/en/edge/phonegap/media/media.play.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/phonegap/media/media.play.md b/docs/en/edge/phonegap/media/media.play.md
index f8df01a..aea4917 100644
--- a/docs/en/edge/phonegap/media/media.play.md
+++ b/docs/en/edge/phonegap/media/media.play.md
@@ -49,14 +49,14 @@ Full Example
           <head>
             <title>Media Example</title>
         
-            <script type="text/javascript" charset="utf-8" src="phonegap.js"></script>
+            <script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"></script>
             <script type="text/javascript" charset="utf-8">
         
-            // Wait for PhoneGap to load
+            // Wait for Cordova to load
             //
             document.addEventListener("deviceready", onDeviceReady, false);
         
-            // PhoneGap is ready
+            // Cordova is ready
             //
             function onDeviceReady() {
                 playAudio("http://audio.ibeat.org/content/p1rj1s/p1rj1s_-_rockGuitar.mp3");

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/9b128d20/docs/en/edge/phonegap/media/media.release.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/phonegap/media/media.release.md b/docs/en/edge/phonegap/media/media.release.md
index 22737e1..87eb8fd 100644
--- a/docs/en/edge/phonegap/media/media.release.md
+++ b/docs/en/edge/phonegap/media/media.release.md
@@ -38,14 +38,14 @@ Full Example
           <head>
             <title>Media Example</title>
         
-            <script type="text/javascript" charset="utf-8" src="phonegap.js"></script>
+            <script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"></script>
             <script type="text/javascript" charset="utf-8">
         
-            // Wait for PhoneGap to load
+            // Wait for Cordova to load
             //
             document.addEventListener("deviceready", onDeviceReady, false);
         
-            // PhoneGap is ready
+            // Cordova is ready
             //
             function onDeviceReady() {
                 playAudio("http://audio.ibeat.org/content/p1rj1s/p1rj1s_-_rockGuitar.mp3");

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/9b128d20/docs/en/edge/phonegap/media/media.seekTo.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/phonegap/media/media.seekTo.md b/docs/en/edge/phonegap/media/media.seekTo.md
index 4921195..55061b9 100644
--- a/docs/en/edge/phonegap/media/media.seekTo.md
+++ b/docs/en/edge/phonegap/media/media.seekTo.md
@@ -45,14 +45,14 @@ Full Example
           <head>
             <title>Media Example</title>
         
-            <script type="text/javascript" charset="utf-8" src="phonegap.js"></script>
+            <script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"></script>
             <script type="text/javascript" charset="utf-8">
         
-            // Wait for PhoneGap to load
+            // Wait for Cordova to load
             //
             document.addEventListener("deviceready", onDeviceReady, false);
         
-            // PhoneGap is ready
+            // Cordova is ready
             //
             function onDeviceReady() {
                 playAudio("http://audio.ibeat.org/content/p1rj1s/p1rj1s_-_rockGuitar.mp3");

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/9b128d20/docs/en/edge/phonegap/media/media.startRecord.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/phonegap/media/media.startRecord.md b/docs/en/edge/phonegap/media/media.startRecord.md
index 2978800..17470d9 100644
--- a/docs/en/edge/phonegap/media/media.startRecord.md
+++ b/docs/en/edge/phonegap/media/media.startRecord.md
@@ -49,10 +49,10 @@ Full Example
       <head>
         <title>Device Properties Example</title>
 
-        <script type="text/javascript" charset="utf-8" src="phonegap.js"></script>
+        <script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Wait for PhoneGap to load
+        // Wait for Cordova to load
         //
         document.addEventListener("deviceready", onDeviceReady, false);
 
@@ -77,7 +77,7 @@ Full Example
             }, 1000);
         }
 
-        // PhoneGap is ready
+        // Cordova is ready
         //
         function onDeviceReady() {
             recordAudio();

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/9b128d20/docs/en/edge/phonegap/media/media.stop.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/phonegap/media/media.stop.md b/docs/en/edge/phonegap/media/media.stop.md
index f708bf7..b3cba21 100644
--- a/docs/en/edge/phonegap/media/media.stop.md
+++ b/docs/en/edge/phonegap/media/media.stop.md
@@ -53,14 +53,14 @@ Full Example
           <head>
             <title>Media Example</title>
         
-            <script type="text/javascript" charset="utf-8" src="phonegap.js"></script>
+            <script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"></script>
             <script type="text/javascript" charset="utf-8">
         
-            // Wait for PhoneGap to load
+            // Wait for Cordova to load
             //
             document.addEventListener("deviceready", onDeviceReady, false);
         
-            // PhoneGap is ready
+            // Cordova is ready
             //
             function onDeviceReady() {
                 playAudio("http://audio.ibeat.org/content/p1rj1s/p1rj1s_-_rockGuitar.mp3");

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/9b128d20/docs/en/edge/phonegap/media/media.stopRecord.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/phonegap/media/media.stopRecord.md b/docs/en/edge/phonegap/media/media.stopRecord.md
index 8ccf9e0..7dbd674 100644
--- a/docs/en/edge/phonegap/media/media.stopRecord.md
+++ b/docs/en/edge/phonegap/media/media.stopRecord.md
@@ -54,10 +54,10 @@ Full Example
       <head>
         <title>Device Properties Example</title>
 
-        <script type="text/javascript" charset="utf-8" src="phonegap.js"></script>
+        <script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Wait for PhoneGap to load
+        // Wait for Cordova to load
         //
         document.addEventListener("deviceready", onDeviceReady, false);
 
@@ -82,7 +82,7 @@ Full Example
             }, 1000);
         }
 
-        // PhoneGap is ready
+        // Cordova is ready
         //
         function onDeviceReady() {
             recordAudio();

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/9b128d20/docs/en/edge/phonegap/notification/notification.alert.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/phonegap/notification/notification.alert.md b/docs/en/edge/phonegap/notification/notification.alert.md
index 925c67a..59be7f7 100644
--- a/docs/en/edge/phonegap/notification/notification.alert.md
+++ b/docs/en/edge/phonegap/notification/notification.alert.md
@@ -13,7 +13,7 @@ Shows a custom alert or dialog box.
 Description
 -----------
 
-Most PhoneGap implementations use a native dialog box for this feature.  However, some platforms simply use the browser's `alert` function, which is typically less customizable.
+Most Cordova implementations use a native dialog box for this feature.  However, some platforms simply use the browser's `alert` function, which is typically less customizable.
 
 Supported Platforms
 -------------------
@@ -52,14 +52,14 @@ Full Example
       <head>
         <title>Notification Example</title>
 
-        <script type="text/javascript" charset="utf-8" src="phonegap.js"></script>
+        <script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Wait for PhoneGap to load
+        // Wait for Cordova to load
         //
         document.addEventListener("deviceready", onDeviceReady, false);
 
-        // PhoneGap is ready
+        // Cordova is ready
         //
         function onDeviceReady() {
             // Empty

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/9b128d20/docs/en/edge/phonegap/notification/notification.beep.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/phonegap/notification/notification.beep.md b/docs/en/edge/phonegap/notification/notification.beep.md
index 4f97a05..2669ec2 100644
--- a/docs/en/edge/phonegap/notification/notification.beep.md
+++ b/docs/en/edge/phonegap/notification/notification.beep.md
@@ -30,14 +30,14 @@ Full Example
       <head>
         <title>Notification Example</title>
 
-        <script type="text/javascript" charset="utf-8" src="phonegap.js"></script>
+        <script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Wait for PhoneGap to load
+        // Wait for Cordova to load
         //
         document.addEventListener("deviceready", onDeviceReady, false);
 
-        // PhoneGap is ready
+        // Cordova is ready
         //
         function onDeviceReady() {
             // Empty
@@ -84,11 +84,11 @@ iPhone Quirks
 
 - Ignores the beep count argument.
 - There is no native beep API for iPhone.
-  - PhoneGap implements beep by playing an audio file via the media API.
+  - Cordova implements beep by playing an audio file via the media API.
   - The user must provide a file with the desired beep tone.
   - This file must be less than 30 seconds long, located in the www/ root, and must be named `beep.wav`.
 
 Windows Phone 7 Quirks
 -------------
 
-- WP7 PhoneGap lib includes a generic beep file that is used. 
+- WP7 Cordova lib includes a generic beep file that is used. 

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/9b128d20/docs/en/edge/phonegap/notification/notification.confirm.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/phonegap/notification/notification.confirm.md b/docs/en/edge/phonegap/notification/notification.confirm.md
index 3cb8dea..dd45ccd 100755
--- a/docs/en/edge/phonegap/notification/notification.confirm.md
+++ b/docs/en/edge/phonegap/notification/notification.confirm.md
@@ -50,14 +50,14 @@ Full Example
       <head>
         <title>Notification Example</title>
 
-        <script type="text/javascript" charset="utf-8" src="phonegap.js"></script>
+        <script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Wait for PhoneGap to load
+        // Wait for Cordova to load
         //
         document.addEventListener("deviceready", onDeviceReady, false);
 
-        // PhoneGap is ready
+        // Cordova is ready
         //
         function onDeviceReady() {
             // Empty

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/9b128d20/docs/en/edge/phonegap/notification/notification.vibrate.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/phonegap/notification/notification.vibrate.md b/docs/en/edge/phonegap/notification/notification.vibrate.md
index c556d3a..aa92848 100644
--- a/docs/en/edge/phonegap/notification/notification.vibrate.md
+++ b/docs/en/edge/phonegap/notification/notification.vibrate.md
@@ -31,14 +31,14 @@ Full Example
       <head>
         <title>Notification Example</title>
 
-        <script type="text/javascript" charset="utf-8" src="phonegap.js"></script>
+        <script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Wait for PhoneGap to load
+        // Wait for Cordova to load
         //
         document.addEventListener("deviceready", onDeviceReady, false);
 
-        // PhoneGap is ready
+        // Cordova is ready
         //
         function onDeviceReady() {
             // Empty

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/9b128d20/docs/en/edge/phonegap/storage/database/database.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/phonegap/storage/database/database.md b/docs/en/edge/phonegap/storage/database/database.md
index 445a43c..9643375 100644
--- a/docs/en/edge/phonegap/storage/database/database.md
+++ b/docs/en/edge/phonegap/storage/database/database.md
@@ -38,13 +38,13 @@ Transaction Quick Example
 		alert("success!");
 	}
 	
-	var db = window.openDatabase("Database", "1.0", "PhoneGap Demo", 200000);
+	var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
 	db.transaction(populateDB, errorCB, successCB);
 
 Change Version Quick Example
 -------------------
 
-	var db = window.openDatabase("Database", "1.0", "PhoneGap Demo", 200000);
+	var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
 	db.changeVersion("1.0", "1.1");
 
 Full Example
@@ -55,17 +55,17 @@ Full Example
       <head>
         <title>Contact Example</title>
 
-        <script type="text/javascript" charset="utf-8" src="phonegap.js"></script>
+        <script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Wait for PhoneGap to load
+        // Wait for Cordova to load
         //
         document.addEventListener("deviceready", onDeviceReady, false);
 
-        // PhoneGap is ready
+        // Cordova is ready
         //
         function onDeviceReady() {
-			var db = window.openDatabase("Database", "1.0", "PhoneGap Demo", 200000);
+			var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
 			db.transaction(populateDB, errorCB, successCB);
         }
 		

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/9b128d20/docs/en/edge/phonegap/storage/localstorage/localstorage.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/phonegap/storage/localstorage/localstorage.md b/docs/en/edge/phonegap/storage/localstorage/localstorage.md
index ab3a183..b8601ec 100644
--- a/docs/en/edge/phonegap/storage/localstorage/localstorage.md
+++ b/docs/en/edge/phonegap/storage/localstorage/localstorage.md
@@ -60,14 +60,14 @@ Full Example
       <head>
         <title>Contact Example</title>
 
-        <script type="text/javascript" charset="utf-8" src="phonegap.js"></script>
+        <script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Wait for PhoneGap to load
+        // Wait for Cordova to load
         //
         document.addEventListener("deviceready", onDeviceReady, false);
 
-        // PhoneGap is ready
+        // Cordova is ready
         //
         function onDeviceReady() {
 			window.localStorage.setItem("key", "value");

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/9b128d20/docs/en/edge/phonegap/storage/parameters/display_name.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/phonegap/storage/parameters/display_name.md b/docs/en/edge/phonegap/storage/parameters/display_name.md
index 2adf459..cf99b51 100644
--- a/docs/en/edge/phonegap/storage/parameters/display_name.md
+++ b/docs/en/edge/phonegap/storage/parameters/display_name.md
@@ -1,4 +1,4 @@
-display_name
+database_displayname
 ==================
 
 The display name of the database.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/9b128d20/docs/en/edge/phonegap/storage/parameters/name.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/phonegap/storage/parameters/name.md b/docs/en/edge/phonegap/storage/parameters/name.md
index 49e5afa..6184633 100644
--- a/docs/en/edge/phonegap/storage/parameters/name.md
+++ b/docs/en/edge/phonegap/storage/parameters/name.md
@@ -1,4 +1,4 @@
-name
+database_name
 ============
 
 The name of the database.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/9b128d20/docs/en/edge/phonegap/storage/parameters/size.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/phonegap/storage/parameters/size.md b/docs/en/edge/phonegap/storage/parameters/size.md
index 78f66ab..1e96ccc 100644
--- a/docs/en/edge/phonegap/storage/parameters/size.md
+++ b/docs/en/edge/phonegap/storage/parameters/size.md
@@ -1,4 +1,4 @@
-size
+database_size
 ==============
 
 The size of the database in bytes.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/9b128d20/docs/en/edge/phonegap/storage/parameters/version.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/phonegap/storage/parameters/version.md b/docs/en/edge/phonegap/storage/parameters/version.md
index fb6c5e1..712dc78 100644
--- a/docs/en/edge/phonegap/storage/parameters/version.md
+++ b/docs/en/edge/phonegap/storage/parameters/version.md
@@ -1,4 +1,4 @@
-version
+database_version
 =============
 
 The version of the database.

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/9b128d20/docs/en/edge/phonegap/storage/sqlresultset/sqlresultset.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/phonegap/storage/sqlresultset/sqlresultset.md b/docs/en/edge/phonegap/storage/sqlresultset/sqlresultset.md
index bdc70b7..4fb46c8 100644
--- a/docs/en/edge/phonegap/storage/sqlresultset/sqlresultset.md
+++ b/docs/en/edge/phonegap/storage/sqlresultset/sqlresultset.md
@@ -42,7 +42,7 @@ Execute SQL Quick Example
 		alert("Error processing SQL: "+err.code);
 	}
 	
-	var db = window.openDatabase("Database", "1.0", "PhoneGap Demo", 200000);
+	var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
 	db.transaction(queryDB, errorCB);
 
 Full Example
@@ -53,10 +53,10 @@ Full Example
       <head>
         <title>Contact Example</title>
 
-        <script type="text/javascript" charset="utf-8" src="phonegap.js"></script>
+        <script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Wait for PhoneGap to load
+        // Wait for Cordova to load
         //
         document.addEventListener("deviceready", onDeviceReady, false);
 
@@ -95,14 +95,14 @@ Full Example
 		// Transaction success callback
 		//
 		function successCB() {
-			var db = window.openDatabase("Database", "1.0", "PhoneGap Demo", 200000);
+			var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
 			db.transaction(queryDB, errorCB);
 		}
 
-		// PhoneGap is ready
+		// Cordova is ready
 		//
 		function onDeviceReady() {
-			var db = window.openDatabase("Database", "1.0", "PhoneGap Demo", 200000);
+			var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
 			db.transaction(populateDB, errorCB, successCB);
 		}
 	

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/9b128d20/docs/en/edge/phonegap/storage/sqlresultsetlist/sqlresultsetlist.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/phonegap/storage/sqlresultsetlist/sqlresultsetlist.md b/docs/en/edge/phonegap/storage/sqlresultsetlist/sqlresultsetlist.md
index cff4faa..b934519 100644
--- a/docs/en/edge/phonegap/storage/sqlresultsetlist/sqlresultsetlist.md
+++ b/docs/en/edge/phonegap/storage/sqlresultsetlist/sqlresultsetlist.md
@@ -44,7 +44,7 @@ Execute SQL Quick Example
 		alert("Error processing SQL: "+err.code);
 	}
 	
-	var db = window.openDatabase("Database", "1.0", "PhoneGap Demo", 200000);
+	var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
 	db.transaction(queryDB, errorCB);
 
 Full Example
@@ -55,10 +55,10 @@ Full Example
       <head>
         <title>Contact Example</title>
 
-        <script type="text/javascript" charset="utf-8" src="phonegap.js"></script>
+        <script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Wait for PhoneGap to load
+        // Wait for Cordova to load
         //
         document.addEventListener("deviceready", onDeviceReady, false);
 
@@ -96,11 +96,11 @@ Full Example
 		// Transaction success callback
 		//
 		function successCB() {
-			var db = window.openDatabase("Database", "1.0", "PhoneGap Demo", 200000);
+			var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
 			db.transaction(queryDB, errorCB);
 		}
 
-		// PhoneGap is ready
+		// Cordova is ready
 		//
 		function onDeviceReady() {
 			var db = window.openDatabase("Database", "1.0", "PhoneGap Demo", 200000);

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/9b128d20/docs/en/edge/phonegap/storage/sqltransaction/sqltransaction.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/phonegap/storage/sqltransaction/sqltransaction.md b/docs/en/edge/phonegap/storage/sqltransaction/sqltransaction.md
index 07403dc..20989c8 100644
--- a/docs/en/edge/phonegap/storage/sqltransaction/sqltransaction.md
+++ b/docs/en/edge/phonegap/storage/sqltransaction/sqltransaction.md
@@ -38,7 +38,7 @@ Execute SQL Quick Example
 		alert("success!");
 	}
 	
-	var db = window.openDatabase("Database", "1.0", "PhoneGap Demo", 200000);
+	var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
 	db.transaction(populateDB, errorCB, successCB);
 
 Full Example
@@ -49,17 +49,17 @@ Full Example
       <head>
         <title>Contact Example</title>
 
-        <script type="text/javascript" charset="utf-8" src="phonegap.js"></script>
+        <script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Wait for PhoneGap to load
+        // Wait for Cordova to load
         //
         document.addEventListener("deviceready", onDeviceReady, false);
 
-        // PhoneGap is ready
+        // Cordova is ready
         //
         function onDeviceReady() {
-			var db = window.openDatabase("Database", "1.0", "PhoneGap Demo", 200000);
+			var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
 			db.transaction(populateDB, errorCB, successCB);
         }
 		

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/9b128d20/docs/en/edge/phonegap/storage/storage.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/phonegap/storage/storage.md b/docs/en/edge/phonegap/storage/storage.md
index cc24a79..1ce586e 100644
--- a/docs/en/edge/phonegap/storage/storage.md
+++ b/docs/en/edge/phonegap/storage/storage.md
@@ -3,7 +3,7 @@ Storage
 
 > Provides access to the devices storage options.  
 
-This API is based on the [W3C Web SQL Database Specification](http://dev.w3.org/html5/webdatabase/) and [W3C Web Storage API Specification](http://dev.w3.org/html5/webstorage/). Some devices already provide an implementation of this spec. For those devices, the built-in support is used instead of replacing it with PhoneGap's implementation. For devices that don't have storage support, PhoneGap's implementation should be compatible with the W3C specification.
+This API is based on the [W3C Web SQL Database Specification](http://dev.w3.org/html5/webdatabase/) and [W3C Web Storage API Specification](http://dev.w3.org/html5/webstorage/). Some devices already provide an implementation of this spec. For those devices, the built-in support is used instead of replacing it with Cordova's implementation. For devices that don't have storage support, Cordova's implementation should be compatible with the W3C specification.
 
 Methods
 -------
@@ -13,10 +13,10 @@ Methods
 Arguments
 ---------
 
-- name
-- version
-- display_name
-- size
+- database_name
+- database_version
+- database_displayname
+- database_size
 
 Objects
 -------

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/9b128d20/docs/en/edge/phonegap/storage/storage.opendatabase.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/phonegap/storage/storage.opendatabase.md b/docs/en/edge/phonegap/storage/storage.opendatabase.md
index fa63748..7493081 100644
--- a/docs/en/edge/phonegap/storage/storage.opendatabase.md
+++ b/docs/en/edge/phonegap/storage/storage.opendatabase.md
@@ -3,7 +3,7 @@ openDatabase
 
 Returns a new Database object.
 
-    var dbShell = window.openDatabase(name, version, display_name, size);
+    var dbShell = window.openDatabase(database_name, database_version, database_displayname, database_size);
 
 Description
 -----------
@@ -32,14 +32,14 @@ Full Example
       <head>
         <title>Contact Example</title>
 
-        <script type="text/javascript" charset="utf-8" src="phonegap.js"></script>
+        <script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Wait for PhoneGap to load
+        // Wait for Cordova to load
         //
         document.addEventListener("deviceready", onDeviceReady, false);
 
-        // PhoneGap is ready
+        // Cordova is ready
         //
         function onDeviceReady() {
 			var db = window.openDatabase("test", "1.0", "Test DB", 1000000);

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/9b128d20/lib/phonegap/jodoc.rb
----------------------------------------------------------------------
diff --git a/lib/phonegap/jodoc.rb b/lib/phonegap/jodoc.rb
index e817b80..19c63b4 100644
--- a/lib/phonegap/jodoc.rb
+++ b/lib/phonegap/jodoc.rb
@@ -27,7 +27,7 @@ class JoDoc
 
     # Run joDoc
     FileUtils.cd @input_directory do
-      `jodoc --output #{@output_directory} --title "PhoneGap API Documentation" --template #{@output_directory}/index.html ./ 2> /dev/null`
+        `jodoc --output #{@output_directory} --title "Cordova API Documentation" --template #{@output_directory}/index.html ./ 2> /dev/null`
     end
   end
   

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/9b128d20/lib/phonegap_docs.rb
----------------------------------------------------------------------
diff --git a/lib/phonegap_docs.rb b/lib/phonegap_docs.rb
index f95727c..543a5a1 100644
--- a/lib/phonegap_docs.rb
+++ b/lib/phonegap_docs.rb
@@ -52,7 +52,7 @@ class PhoneGapDocs
 
         copy_directory(input_path, @working_directory)
 
-        puts " => Generating the PhoneGap Documentation for #{version_dir}-#{language_dir}..."
+        puts " => Generating the Cordova Documentation for #{version_dir}-#{language_dir}..."
         generated_path = after_jodoc(jodocify(before_jodoc(@working_directory, options), options), options)
 
         move_directory(generated_path, output_path)

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/9b128d20/template/docs/default/index.html
----------------------------------------------------------------------
diff --git a/template/docs/default/index.html b/template/docs/default/index.html
index cbc116d..2d88bfe 100644
--- a/template/docs/default/index.html
+++ b/template/docs/default/index.html
@@ -5,7 +5,7 @@
         <meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no, width=device-width">
         <meta name="generator" content="joDoc">
 
-        <title>PhoneGap API Documentation</title>
+        <title>Cordova API Documentation</title>
 
         <link rel="stylesheet" type="text/css" href="index.css">
         <link rel="stylesheet" type="text/css" href="mobile.css" media="only screen and (max-device-width: 1024px)">
@@ -13,7 +13,7 @@
     </head>
     <body>
         <div id="header">
-            <h1><a href="index.html">Phone<strong>Gap</strong> Documentation</a></h1>
+            <h1><a href="index.html"><strong>Cordova</strong> Documentation</a></h1>
             <small>
                 <select></select>
             </small>

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/9b128d20/template/docs/es/index.html
----------------------------------------------------------------------
diff --git a/template/docs/es/index.html b/template/docs/es/index.html
index 7a7895f..a855a73 100644
--- a/template/docs/es/index.html
+++ b/template/docs/es/index.html
@@ -5,7 +5,7 @@
         <meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no, width=device-width">
         <meta name="generator" content="joDoc">
 
-        <title>Documentacion API PhoneGap</title>
+        <title>Documentacion API Cordova</title>
 
         <link rel="stylesheet" type="text/css" href="index.css">
         <link rel="stylesheet" type="text/css" href="mobile.css" media="only screen and (max-device-width: 1024px)">
@@ -13,7 +13,7 @@
     </head>
     <body>
         <div id="header">
-            <h1><a href="index.html">Documentación Phone<strong>Gap</strong></a></h1>
+            <h1><a href="index.html">Documentación <strong>Cordova</strong></a></h1>
             <small>
                 <select></select>
             </small>

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/9b128d20/template/docs/fr/index.html
----------------------------------------------------------------------
diff --git a/template/docs/fr/index.html b/template/docs/fr/index.html
index 0fa972b..0afab31 100644
--- a/template/docs/fr/index.html
+++ b/template/docs/fr/index.html
@@ -5,7 +5,7 @@
         <meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no, width=device-width">
         <meta name="generator" content="joDoc">
 
-        <title>Documentation API PhoneGap</title>
+        <title>Documentation API Cordova</title>
 
         <link rel="stylesheet" type="text/css" href="index.css">
         <link rel="stylesheet" type="text/css" href="mobile.css" media="only screen and (max-device-width: 1024px)">
@@ -13,7 +13,7 @@
     </head>
     <body>
         <div id="header">
-            <h1><a href="index.html">Documentation Phone<strong>Gap</strong></a></h1>
+            <h1><a href="index.html">Documentation <strong>Cordova</strong></a></h1>
             <small>
                 <select></select>
             </small>

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/9b128d20/template/docs/jp/index.html
----------------------------------------------------------------------
diff --git a/template/docs/jp/index.html b/template/docs/jp/index.html
index cbc116d..2d88bfe 100644
--- a/template/docs/jp/index.html
+++ b/template/docs/jp/index.html
@@ -5,7 +5,7 @@
         <meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no, width=device-width">
         <meta name="generator" content="joDoc">
 
-        <title>PhoneGap API Documentation</title>
+        <title>Cordova API Documentation</title>
 
         <link rel="stylesheet" type="text/css" href="index.css">
         <link rel="stylesheet" type="text/css" href="mobile.css" media="only screen and (max-device-width: 1024px)">
@@ -13,7 +13,7 @@
     </head>
     <body>
         <div id="header">
-            <h1><a href="index.html">Phone<strong>Gap</strong> Documentation</a></h1>
+            <h1><a href="index.html"><strong>Cordova</strong> Documentation</a></h1>
             <small>
                 <select></select>
             </small>