You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by db...@apache.org on 2015/09/11 06:40:45 UTC

[01/51] [partial] docs commit: Reverting autolinking change because of inconsistencies.

Repository: cordova-docs
Updated Branches:
  refs/heads/cordova-website b1f0d2935 -> af6a5545b


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.9.0/cordova/compass/compass.getCurrentHeading.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.9.0/cordova/compass/compass.getCurrentHeading.md b/www/docs/en/1.9.0/cordova/compass/compass.getCurrentHeading.md
index a8ae7c7..fd4ab2e 100644
--- a/www/docs/en/1.9.0/cordova/compass/compass.getCurrentHeading.md
+++ b/www/docs/en/1.9.0/cordova/compass/compass.getCurrentHeading.md
@@ -23,14 +23,14 @@ compass.getCurrentHeading
 
 Get the current compass heading.
 
-    navigator.compass.getCurrentHeading(<a href="parameters/compassSuccess.html">compassSuccess</a>, <a href="parameters/compassError.html">compassError</a>, <a href="parameters/compassOptions.html">compassOptions</a>);
+    navigator.compass.getCurrentHeading(compassSuccess, compassError, compassOptions);
 
 Description
 -----------
 
 The compass is a sensor that detects the direction or heading that the device is pointed.  It measures the heading in degrees from 0 to 359.99.
 
-The compass heading information is returned via a <a href="compass.html">Compass</a>Heading object using the `<a href="parameters/compassSuccess.html">compassSuccess</a>` callback function.
+The compass heading information is returned via a CompassHeading object using the `compassSuccess` callback function.
 
 Supported Platforms
 -------------------
@@ -41,7 +41,7 @@ Supported Platforms
 - Bada 1.2 & 2.x
 - webOS
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     function onSuccess(heading) {
@@ -49,29 +49,29 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
     };
 
     function onError(error) {
-        alert('<a href="<a href="parameters/compassError.html">compassError</a>/<a href="parameters/compassError.html">compassError</a>.html"><a href="compass.html">Compass</a>Error</a>: ' + error.code);
+        alert('CompassError: ' + error.code);
     };
 
     navigator.compass.getCurrentHeading(onSuccess, onError);
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="compass.html">Compass</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Compass Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.9.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             navigator.compass.getCurrentHeading(onSuccess, onError);
         }
     
@@ -83,14 +83,14 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
     
         // onError: Failed to get the heading
         //
-        function onError(<a href="parameters/compassError.html">compassError</a>) {
-            alert('<a href="compass.html">Compass</a> Error: ' + <a href="parameters/compassError.html">compassError</a>.code);
+        function onError(compassError) {
+            alert('Compass Error: ' + compassError.code);
         }
 
         </script>
       </head>
       <body>
-        <h1><a href="../storage/storage.opendatabase.html">Example</a></h1>
+        <h1>Example</h1>
         <p>getCurrentHeading</p>
       </body>
     </html>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[45/51] [partial] docs commit: Reverting autolinking change because of inconsistencies.

Posted by db...@apache.org.
http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/media/capture/capture.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/media/capture/capture.md b/www/docs/de/3.1.0/cordova/media/capture/capture.md
index 6915aad..6467ee2 100644
--- a/www/docs/de/3.1.0/cordova/media/capture/capture.md
+++ b/www/docs/de/3.1.0/cordova/media/capture/capture.md
@@ -20,28 +20,28 @@ license: >
 
 # Erfassen
 
-> Ermöglicht den Zugriff auf des <a href="../../device/device.html">Gerät</a>s Audio-, Bild- und video-Capture-Funktionen.
+> Ermöglicht den Zugriff auf des Geräts Audio-, Bild- und video-Capture-Funktionen.
 
-**Wichtige Datenschutzhinweis:** Erfassung und Verwendung von Bildern, Video oder Audio von <a href="../../camera/camera.html">Kamera</a> oder das Mikrofon des <a href="../../device/device.html">Gerät</a>s wirft wichtige Datenschutzprobleme. Ihre app-Datenschutzerklärung sollten besprechen, wie die app solche Sensoren verwendet und ob die aufgezeichneten Daten mit irgendwelchen anderen Parteien geteilt werden. Außerdem, wenn die app-Nutzung der <a href="../../camera/camera.html">Kamera</a> oder Mikrofon in der Benutzeroberfläche nicht offensichtlich ist, sollten Sie bereitstellen eine just-in-Time-Bekanntmachung vor Ihrer Anwendung den Zugriff auf die <a href="../../camera/camera.html">Kamera</a> oder das Mikrofon (wenn das Betriebssystem des <a href="../../device/device.html">Gerät</a>s bereits tun nicht). Diese <a href="../../notification/notification.html">Benachrichtigung</a> sollte der gleichen Informationen, die vorstehend, sowie die Zustimmung des Benutzers (z.B. durch P
 räsentation Entscheidungen für das **OK** und **Nein danke**). Beachten Sie, dass einige app-Marktplätze können Ihre app eine Frist von just-in-Time und Erlaubnis des Benutzers vor dem Zugriff auf die <a href="../../camera/camera.html">Kamera</a> oder das Mikrofon einholen. Weitere Informationen finden Sie in der <a href="../../../guide/appdev/privacy/index.html">Datenschutz-Guide</a>.
+**Wichtige Datenschutzhinweis:** Erfassung und Verwendung von Bildern, Video oder Audio von Kamera oder das Mikrofon des Geräts wirft wichtige Datenschutzprobleme. Ihre app-Datenschutzerklärung sollten besprechen, wie die app solche Sensoren verwendet und ob die aufgezeichneten Daten mit irgendwelchen anderen Parteien geteilt werden. Außerdem, wenn die app-Nutzung der Kamera oder Mikrofon in der Benutzeroberfläche nicht offensichtlich ist, sollten Sie bereitstellen eine just-in-Time-Bekanntmachung vor Ihrer Anwendung den Zugriff auf die Kamera oder das Mikrofon (wenn das Betriebssystem des Geräts bereits tun nicht). Diese Benachrichtigung sollte der gleichen Informationen, die vorstehend, sowie die Zustimmung des Benutzers (z.B. durch Präsentation Entscheidungen für das **OK** und **Nein danke**). Beachten Sie, dass einige app-Marktplätze können Ihre app eine Frist von just-in-Time und Erlaubnis des Benutzers vor dem Zugriff auf die Kamera oder das Mikrofon einholen. Weiter
 e Informationen finden Sie in der Datenschutz-Guide.
 
 ## Objekte
 
 *   Erfassen
-*   <a href="captureAudioOptions.html">CaptureAudioOptions</a>
-*   <a href="captureImageOptions.html">CaptureImageOptions</a>
-*   <a href="captureVideoOptions.html">CaptureVideoOptions</a>
+*   CaptureAudioOptions
+*   CaptureImageOptions
+*   CaptureVideoOptions
 *   CaptureCallback
-*   <a href="<a href="CaptureError.html">CaptureError</a>CB.html"><a href="CaptureError.html">CaptureError</a>CB</a>
-*   <a href="ConfigurationData.html">ConfigurationData</a>
-*   <a href="MediaFile.html">MediaFile</a>
-*   <a href="MediaFile.html">MediaFile</a>Data
+*   CaptureErrorCB
+*   ConfigurationData
+*   MediaFile
+*   MediaFileData
 
 ## Methoden
 
-*   <a href="captureAudio.html">capture.captureAudio</a>
-*   <a href="captureImage.html">capture.captureImage</a>
-*   <a href="captureVideo.html">capture.captureVideo</a>
-*   <a href="<a href="MediaFile.html">MediaFile</a>.getFormatData.html"><a href="MediaFile.html">MediaFile</a>.getFormatData</a>
+*   capture.captureAudio
+*   capture.captureImage
+*   capture.captureVideo
+*   MediaFile.getFormatData
 
 ## Anwendungsbereich
 
@@ -53,19 +53,19 @@ The `capture` object is assigned to the `navigator.device` object, and therefore
 
 ## Eigenschaften
 
-*   **SupportedAudioModes**: die Audio-Aufnahme vom <a href="../../device/device.html">Gerät</a> unterstützten Formate. (<a href="ConfigurationData.html">ConfigurationData</a>[])
+*   **SupportedAudioModes**: die Audio-Aufnahme vom Gerät unterstützten Formate. (ConfigurationData[])
 
-*   **SupportedImageModes**: die Aufnahme Bildgrößen und Formaten, die von dem <a href="../../device/device.html">Gerät</a> unterstützt. (<a href="ConfigurationData.html">ConfigurationData</a>[])
+*   **SupportedImageModes**: die Aufnahme Bildgrößen und Formaten, die von dem Gerät unterstützt. (ConfigurationData[])
 
-*   **SupportedVideoModes**: die Aufnahme Bildschirmauflösungen und Formate, die vom <a href="../../device/device.html">Gerät</a> unterstützt. (<a href="ConfigurationData.html">ConfigurationData</a>[])
+*   **SupportedVideoModes**: die Aufnahme Bildschirmauflösungen und Formate, die vom Gerät unterstützt. (ConfigurationData[])
 
 ## Methoden
 
-*   `<a href="captureAudio.html">capture.captureAudio</a>`: Starten Sie das <a href="../../device/device.html">Gerät</a> audio-Recording-Anwendung aufzeichnen von audio-Clips.
+*   `capture.captureAudio`: Starten Sie das Gerät audio-Recording-Anwendung aufzeichnen von audio-Clips.
 
-*   `<a href="captureImage.html">capture.captureImage</a>`: Starten Sie das <a href="../../device/device.html">Gerät</a>-<a href="../../camera/camera.html">Kamera</a>-Anwendung um Fotos zu machen.
+*   `capture.captureImage`: Starten Sie das Gerät-Kamera-Anwendung um Fotos zu machen.
 
-*   `<a href="captureVideo.html">capture.captureVideo</a>`: Starten des <a href="../../device/device.html">Gerät</a>s Videorecorder zum Aufzeichnen von Videos.
+*   `capture.captureVideo`: Starten des Geräts Videorecorder zum Aufzeichnen von Videos.
 
 ## Unterstützte Plattformen
 
@@ -77,7 +77,7 @@ The `capture` object is assigned to the `navigator.device` object, and therefore
 
 ## Zugriff auf die Funktion
 
-Ab Version 3.0 implementiert Cordova <a href="../../device/device.html">Gerät</a>eebene APIs als *Plugins*. Verwenden Sie der CLI `plugin` Befehl, beschrieben in der Command-Line Interface, hinzufügen oder Entfernen dieses Feature für ein Projekt:
+Ab Version 3.0 implementiert Cordova Geräteebene APIs als *Plugins*. Verwenden Sie der CLI `plugin` Befehl, beschrieben in der Command-Line Interface, hinzufügen oder Entfernen dieses Feature für ein Projekt:
 
         $ cordova plugin add org.apache.cordova.media-capture
         $ cordova plugin ls
@@ -129,4 +129,4 @@ Diese Befehle gelten für alle Zielplattformen, aber die unten beschriebenen Pla
         </Capabilities>
         
 
-Einige Plattformen können dieses Feature unterstützen, ohne dass eine besondere Konfiguration. Finden Sie unter *Plattform-Unterstützung* in der <a href="../../../guide/overview/index.html">Übersicht</a>.
\ No newline at end of file
+Einige Plattformen können dieses Feature unterstützen, ohne dass eine besondere Konfiguration. Finden Sie unter *Plattform-Unterstützung* in der Übersicht.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/media/capture/captureAudio.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/media/capture/captureAudio.md b/www/docs/de/3.1.0/cordova/media/capture/captureAudio.md
index 218ad63..0d154e6 100644
--- a/www/docs/de/3.1.0/cordova/media/capture/captureAudio.md
+++ b/www/docs/de/3.1.0/cordova/media/capture/captureAudio.md
@@ -20,20 +20,20 @@ license: >
 
 # capture.captureAudio
 
-> Die audio-Recorder-Anwendung starten und geben Informationen über aufgenommene audio-Clip-<a href="../../file/fileobj/fileobj.html">Datei</a>en zurück.
+> Die audio-Recorder-Anwendung starten und geben Informationen über aufgenommene audio-Clip-Dateien zurück.
 
     navigator.device.capture.captureAudio(
-        <a href="CaptureCB.html">CaptureCB</a> captureSuccess, <a href="<a href="CaptureError.html">CaptureError</a>CB.html"><a href="CaptureError.html">CaptureError</a>CB</a> captureError,  [<a href="captureAudioOptions.html">CaptureAudioOptions</a> options]
+        CaptureCB captureSuccess, CaptureErrorCB captureError,  [CaptureAudioOptions options]
     );
     
 
 ## Beschreibung
 
-Beginnt einen asynchronen Vorgang, Audioaufnahmen, die audio-Aufnahme-Standardanwendung des <a href="../../device/device.html">Gerät</a>s erfassen. Die Operation erlaubt dem Benutzer des <a href="../../device/device.html">Gerät</a>s, mehrere Aufnahmen in einer einzigen Sitzung zu erfassen.
+Beginnt einen asynchronen Vorgang, Audioaufnahmen, die audio-Aufnahme-Standardanwendung des Geräts erfassen. Die Operation erlaubt dem Benutzer des Geräts, mehrere Aufnahmen in einer einzigen Sitzung zu erfassen.
 
-Der Capture-Vorgang endet, wenn entweder vom Benutzer beendet die Audio wird-recording-Anwendung oder die maximale Anzahl der Aufnahmen, die festgelegten `<a href="captureAudioOptions.html">CaptureAudioOptions</a>.limit` erreicht ist. Wenn keine `limit` Parameterwert angegeben ist, wird standardmaessig eins (1) und der Capture-Vorgang beendet, nachdem der Benutzer ein einzelnes audio-Clips aufgezeichnet.
+Der Capture-Vorgang endet, wenn entweder vom Benutzer beendet die Audio wird-recording-Anwendung oder die maximale Anzahl der Aufnahmen, die festgelegten `CaptureAudioOptions.limit` erreicht ist. Wenn keine `limit` Parameterwert angegeben ist, wird standardmaessig eins (1) und der Capture-Vorgang beendet, nachdem der Benutzer ein einzelnes audio-Clips aufgezeichnet.
 
-Wenn der Capture-Vorgang abgeschlossen ist, die `CaptureCallback` führt mit einer Reihe von `<a href="MediaFile.html">MediaFile</a>` Objekten beschreiben jedes audio-Clip-<a href="../../file/fileobj/fileobj.html">Datei</a> erfasst. Wenn der Benutzer den Vorgang beendet wird, bevor ein Audioclip erfasst wird, die `<a href="CaptureError.html">CaptureError</a>Callback` führt mit einem `<a href="CaptureError.html">CaptureError</a>` -Objekt, mit der `<a href="CaptureError.html">CaptureError</a>.CAPTURE_NO_MEDIA_FILES` Fehlercode.
+Wenn der Capture-Vorgang abgeschlossen ist, die `CaptureCallback` führt mit einer Reihe von `MediaFile` Objekten beschreiben jedes audio-Clip-Datei erfasst. Wenn der Benutzer den Vorgang beendet wird, bevor ein Audioclip erfasst wird, die `CaptureErrorCallback` führt mit einem `CaptureError` -Objekt, mit der `CaptureError.CAPTURE_NO_MEDIA_FILES` Fehlercode.
 
 ## Unterstützte Plattformen
 
@@ -100,7 +100,7 @@ Wenn der Capture-Vorgang abgeschlossen ist, die `CaptureCallback` führt mit ein
     
         // Upload files to server
         function uploadFile(mediaFile) {
-            var ft = new <a href="../../file/filetransfer/filetransfer.html">FileTransfer</a>(),
+            var ft = new FileTransfer(),
                 path = mediaFile.fullPath,
                 name = mediaFile.name;
     
@@ -126,7 +126,7 @@ Wenn der Capture-Vorgang abgeschlossen ist, die `CaptureCallback` führt mit ein
 
 ## BlackBerry WebWorks Macken
 
-*   Cordova für BlackBerry WebWorks versucht **Voice Notes Recorder** Starten der Anwendung, bereitgestellt durch RIM, Audioaufnahmen zu erfassen. Die app erhält eine `<a href="CaptureError.html">CaptureError</a>.CAPTURE_NOT_SUPPORTED` Fehlercode, wenn die Anwendung nicht auf dem <a href="../../device/device.html">Gerät</a> installiert ist.
+*   Cordova für BlackBerry WebWorks versucht **Voice Notes Recorder** Starten der Anwendung, bereitgestellt durch RIM, Audioaufnahmen zu erfassen. Die app erhält eine `CaptureError.CAPTURE_NOT_SUPPORTED` Fehlercode, wenn die Anwendung nicht auf dem Gerät installiert ist.
 
 ## iOS Macken
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/media/capture/captureAudioOptions.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/media/capture/captureAudioOptions.md b/www/docs/de/3.1.0/cordova/media/capture/captureAudioOptions.md
index f5c6518..4501ff2 100644
--- a/www/docs/de/3.1.0/cordova/media/capture/captureAudioOptions.md
+++ b/www/docs/de/3.1.0/cordova/media/capture/captureAudioOptions.md
@@ -24,7 +24,7 @@ license: >
 
 ## Eigenschaften
 
-*   **Limit**: die maximale Anzahl von audio-Clips kann Benutzer des <a href="../../device/device.html">Gerät</a>s in einem einzigen Capture-Vorgang aufzeichnen. Der Wert muss größer als oder gleich 1 (Standardwert 1).
+*   **Limit**: die maximale Anzahl von audio-Clips kann Benutzer des Geräts in einem einzigen Capture-Vorgang aufzeichnen. Der Wert muss größer als oder gleich 1 (Standardwert 1).
 
 *   **Dauer**: die maximale Dauer eines audio-sound-Clips, in Sekunden.
 
@@ -33,7 +33,7 @@ license: >
     // limit capture operation to 3 media files, no longer than 10 seconds each
     var options = { limit: 3, duration: 10 };
     
-    navigator.device.<a href="captureAudio.html">capture.captureAudio</a>(captureSuccess, captureError, options);
+    navigator.device.capture.captureAudio(captureSuccess, captureError, options);
     
 
 ## Android Macken

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/media/capture/captureImage.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/media/capture/captureImage.md b/www/docs/de/3.1.0/cordova/media/capture/captureImage.md
index 08f926c..99dbf1a 100644
--- a/www/docs/de/3.1.0/cordova/media/capture/captureImage.md
+++ b/www/docs/de/3.1.0/cordova/media/capture/captureImage.md
@@ -20,20 +20,20 @@ license: >
 
 # capture.captureImage
 
-> Starten Sie die <a href="../../camera/camera.html">Kamera</a>anwendung und geben Informationen über aufgenommene Bild-<a href="../../file/fileobj/fileobj.html">Datei</a>en zurück.
+> Starten Sie die Kameraanwendung und geben Informationen über aufgenommene Bild-Dateien zurück.
 
     navigator.device.capture.captureImage(
-        <a href="CaptureCB.html">CaptureCB</a> captureSuccess, <a href="<a href="CaptureError.html">CaptureError</a>CB.html"><a href="CaptureError.html">CaptureError</a>CB</a> captureError, [<a href="captureImageOptions.html">CaptureImageOptions</a> options]
+        CaptureCB captureSuccess, CaptureErrorCB captureError, [CaptureImageOptions options]
     );
     
 
 ## Beschreibung
 
-Beginnt einen asynchronen Vorgang, um Aufnahmen mit <a href="../../camera/camera.html">Kamera</a>-Anwendung des <a href="../../device/device.html">Gerät</a>s. Die Operation erlaubt Benutzern, mehr als ein Bild in einer einzigen Sitzung zu erfassen.
+Beginnt einen asynchronen Vorgang, um Aufnahmen mit Kamera-Anwendung des Geräts. Die Operation erlaubt Benutzern, mehr als ein Bild in einer einzigen Sitzung zu erfassen.
 
-Der Capture-Vorgang endet entweder, wenn der Benutzer schließt die <a href="../../camera/camera.html">Kamera</a>anwendung oder die maximale Anzahl an Aufnahmen von angegebenen `<a href="captureAudioOptions.html">CaptureAudioOptions</a>.limit` erreicht ist. Wenn keine `limit` angegeben ist, wird standardmaessig eins (1) und der Capture-Vorgang beendet, nachdem der Benutzer ein einzelnes Bild erfasst.
+Der Capture-Vorgang endet entweder, wenn der Benutzer schließt die Kameraanwendung oder die maximale Anzahl an Aufnahmen von angegebenen `CaptureAudioOptions.limit` erreicht ist. Wenn keine `limit` angegeben ist, wird standardmaessig eins (1) und der Capture-Vorgang beendet, nachdem der Benutzer ein einzelnes Bild erfasst.
 
-Wenn der Capture-Vorgang abgeschlossen ist, ruft es die `<a href="CaptureCB.html">CaptureCB</a>` Rückruf mit einem Array von `<a href="MediaFile.html">MediaFile</a>` Objekten beschreibt jede aufgenommene Bild-<a href="../../file/fileobj/fileobj.html">Datei</a>. Wenn der Benutzer den Vorgang vor dem Aufzeichnen eines Abbilds beendet die `<a href="<a href="CaptureError.html">CaptureError</a>CB.html"><a href="CaptureError.html">CaptureError</a>CB</a>` Rückruf führt mit einem `<a href="CaptureError.html">CaptureError</a>` Objekt mit eine `<a href="CaptureError.html">CaptureError</a>.CAPTURE_NO_MEDIA_FILES` Fehlercode.
+Wenn der Capture-Vorgang abgeschlossen ist, ruft es die `CaptureCB` Rückruf mit einem Array von `MediaFile` Objekten beschreibt jede aufgenommene Bild-Datei. Wenn der Benutzer den Vorgang vor dem Aufzeichnen eines Abbilds beendet die `CaptureErrorCB` Rückruf führt mit einem `CaptureError` Objekt mit eine `CaptureError.CAPTURE_NO_MEDIA_FILES` Fehlercode.
 
 ## Unterstützte Plattformen
 
@@ -45,7 +45,7 @@ Wenn der Capture-Vorgang abgeschlossen ist, ruft es die `<a href="CaptureCB.html
 
 ## Windows Phone 7 Macken
 
-Die native <a href="../../camera/camera.html">Kamera</a>anwendung aufrufen, während Ihr <a href="../../device/device.html">Gerät</a> via Zune angeschlossen ist, funktioniert nicht, und die Fehler-Callback führt.
+Die native Kameraanwendung aufrufen, während Ihr Gerät via Zune angeschlossen ist, funktioniert nicht, und die Fehler-Callback führt.
 
 ## Kleines Beispiel
 
@@ -104,7 +104,7 @@ Die native <a href="../../camera/camera.html">Kamera</a>anwendung aufrufen, wäh
     
         // Upload files to server
         function uploadFile(mediaFile) {
-            var ft = new <a href="../../file/filetransfer/filetransfer.html">FileTransfer</a>(),
+            var ft = new FileTransfer(),
                 path = mediaFile.fullPath,
                 name = mediaFile.name;
     

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/media/capture/captureImageOptions.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/media/capture/captureImageOptions.md b/www/docs/de/3.1.0/cordova/media/capture/captureImageOptions.md
index 44bffe8..be02704 100644
--- a/www/docs/de/3.1.0/cordova/media/capture/captureImageOptions.md
+++ b/www/docs/de/3.1.0/cordova/media/capture/captureImageOptions.md
@@ -31,7 +31,7 @@ license: >
     // limit capture operation to 3 images
     var options = { limit: 3 };
     
-    navigator.device.<a href="captureImage.html">capture.captureImage</a>(captureSuccess, captureError, options);
+    navigator.device.capture.captureImage(captureSuccess, captureError, options);
     
 
 ## iOS Macken

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/media/capture/captureVideo.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/media/capture/captureVideo.md b/www/docs/de/3.1.0/cordova/media/capture/captureVideo.md
index 403092c..8f8e3f9 100644
--- a/www/docs/de/3.1.0/cordova/media/capture/captureVideo.md
+++ b/www/docs/de/3.1.0/cordova/media/capture/captureVideo.md
@@ -20,20 +20,20 @@ license: >
 
 # capture.captureVideo
 
-> Die Videorecorder-Anwendung starten und geben Informationen zu aufgezeichneten video-Clip-<a href="../../file/fileobj/fileobj.html">Datei</a>en zurück.
+> Die Videorecorder-Anwendung starten und geben Informationen zu aufgezeichneten video-Clip-Dateien zurück.
 
     navigator.device.capture.captureVideo(
-        <a href="CaptureCB.html">CaptureCB</a> captureSuccess, <a href="<a href="CaptureError.html">CaptureError</a>CB.html"><a href="CaptureError.html">CaptureError</a>CB</a> captureError, [<a href="captureVideoOptions.html">CaptureVideoOptions</a> options]
+        CaptureCB captureSuccess, CaptureErrorCB captureError, [CaptureVideoOptions options]
     );
     
 
 ## Beschreibung
 
-Beginnt einen asynchronen Vorgang um Videoaufnahmen mit Videoaufzeichnung-Anwendung des <a href="../../device/device.html">Gerät</a>s zu erfassen. Die Operation ermöglicht dem Benutzer, mehrere Aufnahmen in einer einzigen Sitzung zu erfassen.
+Beginnt einen asynchronen Vorgang um Videoaufnahmen mit Videoaufzeichnung-Anwendung des Geräts zu erfassen. Die Operation ermöglicht dem Benutzer, mehrere Aufnahmen in einer einzigen Sitzung zu erfassen.
 
-Der Capture-Vorgang endet, wenn entweder vom Benutzer beendet wird, die video-Aufnahme-Anwendung oder die maximale Anzahl an Aufnahmen von angegebenen `<a href="captureVideoOptions.html">CaptureVideoOptions</a>.limit` erreicht ist. Wenn keine `limit` Parameterwert angegeben ist, wird standardmaessig eins (1) und der Capture-Vorgang beendet, nachdem der Benutzer einen einzelnen video Clip aufgezeichnet.
+Der Capture-Vorgang endet, wenn entweder vom Benutzer beendet wird, die video-Aufnahme-Anwendung oder die maximale Anzahl an Aufnahmen von angegebenen `CaptureVideoOptions.limit` erreicht ist. Wenn keine `limit` Parameterwert angegeben ist, wird standardmaessig eins (1) und der Capture-Vorgang beendet, nachdem der Benutzer einen einzelnen video Clip aufgezeichnet.
 
-Wenn der Capture-Vorgang abgeschlossen ist, es der `<a href="CaptureCB.html">CaptureCB</a>` Rückruf führt mit einer Reihe von `<a href="MediaFile.html">MediaFile</a>` Objekten beschreiben jedes video-Clip-<a href="../../file/fileobj/fileobj.html">Datei</a> erfasst. Wenn der Benutzer den Vorgang vor dem <a href="capture.html">Erfassen</a> eines Videoclips, beendet die `<a href="<a href="CaptureError.html">CaptureError</a>CB.html"><a href="CaptureError.html">CaptureError</a>CB</a>` Rückruf führt mit ein `<a href="CaptureError.html">CaptureError</a>` Objekt mit eine `<a href="CaptureError.html">CaptureError</a>.CAPTURE_NO_MEDIA_FILES` Fehlercode.
+Wenn der Capture-Vorgang abgeschlossen ist, es der `CaptureCB` Rückruf führt mit einer Reihe von `MediaFile` Objekten beschreiben jedes video-Clip-Datei erfasst. Wenn der Benutzer den Vorgang vor dem Erfassen eines Videoclips, beendet die `CaptureErrorCB` Rückruf führt mit ein `CaptureError` Objekt mit eine `CaptureError.CAPTURE_NO_MEDIA_FILES` Fehlercode.
 
 ## Unterstützte Plattformen
 
@@ -100,7 +100,7 @@ Wenn der Capture-Vorgang abgeschlossen ist, es der `<a href="CaptureCB.html">Cap
     
         // Upload files to server
         function uploadFile(mediaFile) {
-            var ft = new <a href="../../file/filetransfer/filetransfer.html">FileTransfer</a>(),
+            var ft = new FileTransfer(),
                 path = mediaFile.fullPath,
                 name = mediaFile.name;
     
@@ -126,4 +126,4 @@ Wenn der Capture-Vorgang abgeschlossen ist, es der `<a href="CaptureCB.html">Cap
 
 ## BlackBerry WebWorks Macken
 
-*   Cordova für BlackBerry WebWorks versucht, **Video-Recorder** Starten der Anwendung, bereitgestellt durch RIM, Videoaufnahmen zu erfassen. Die app erhält eine `<a href="CaptureError.html">CaptureError</a>.CAPTURE_NOT_SUPPORTED` Fehlercode, wenn die Anwendung nicht auf dem <a href="../../device/device.html">Gerät</a> installiert ist.
\ No newline at end of file
+*   Cordova für BlackBerry WebWorks versucht, **Video-Recorder** Starten der Anwendung, bereitgestellt durch RIM, Videoaufnahmen zu erfassen. Die app erhält eine `CaptureError.CAPTURE_NOT_SUPPORTED` Fehlercode, wenn die Anwendung nicht auf dem Gerät installiert ist.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/media/capture/captureVideoOptions.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/media/capture/captureVideoOptions.md b/www/docs/de/3.1.0/cordova/media/capture/captureVideoOptions.md
index 9b312d8..bfef8b0 100644
--- a/www/docs/de/3.1.0/cordova/media/capture/captureVideoOptions.md
+++ b/www/docs/de/3.1.0/cordova/media/capture/captureVideoOptions.md
@@ -24,7 +24,7 @@ license: >
 
 ## Eigenschaften
 
-*   **Limit**: die maximale Anzahl von video-Clips des <a href="../../device/device.html">Gerät</a>s Benutzer kann in einem einzigen Capture-Vorgang erfassen. Der Wert muss größer als oder gleich 1 (Standardwert 1).
+*   **Limit**: die maximale Anzahl von video-Clips des Geräts Benutzer kann in einem einzigen Capture-Vorgang erfassen. Der Wert muss größer als oder gleich 1 (Standardwert 1).
 
 *   **Dauer**: die maximale Dauer eines Videoclips in Sekunden.
 
@@ -33,7 +33,7 @@ license: >
     // limit capture operation to 3 video clips
     var options = { limit: 3 };
     
-    navigator.device.<a href="captureVideo.html">capture.captureVideo</a>(captureSuccess, captureError, options);
+    navigator.device.capture.captureVideo(captureSuccess, captureError, options);
     
 
 ## BlackBerry WebWorks Macken

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/media/media.getCurrentPosition.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/media/media.getCurrentPosition.md b/www/docs/de/3.1.0/cordova/media/media.getCurrentPosition.md
index c650368..fa977a4 100644
--- a/www/docs/de/3.1.0/cordova/media/media.getCurrentPosition.md
+++ b/www/docs/de/3.1.0/cordova/media/media.getCurrentPosition.md
@@ -18,22 +18,22 @@ license: >
     under the License.
 ---
 
-# media.getCurrent<a href="../geolocation/Position/position.html">Position</a>
+# media.getCurrentPosition
 
-Gibt die aktuelle <a href="../geolocation/Position/position.html">Position</a> in einer Audiodatei.
+Gibt die aktuelle Position in einer Audiodatei.
 
-    media.getCurrent<a href="../geolocation/Position/position.html">Position</a>(mediaSuccess, [mediaError]);
+    media.getCurrentPosition(mediaSuccess, [mediaError]);
     
 
 ## Parameter
 
-*   **MediaSuccess**: der Rückruf, der die aktuelle <a href="../geolocation/Position/position.html">Position</a> in Sekunden übergeben wird.
+*   **MediaSuccess**: der Rückruf, der die aktuelle Position in Sekunden übergeben wird.
 
-*   **<a href="Parameters/mediaError.html"><a href="media.html">Medien</a>fehler</a>**: (Optional) der Rückruf ausgeführt, wenn ein Fehler auftritt.
+*   **Medienfehler**: (Optional) der Rückruf ausgeführt, wenn ein Fehler auftritt.
 
 ## Beschreibung
 
-Eine asynchrone Funktion, die die aktuelle <a href="../geolocation/Position/position.html">Position</a> der zugrunde liegenden Audiodatei der zurückgibt ein `Media` Objekt. Aktualisiert auch die `Media` des Objekts `position` Parameter.
+Eine asynchrone Funktion, die die aktuelle Position der zugrunde liegenden Audiodatei der zurückgibt ein `Media` Objekt. Aktualisiert auch die `Media` des Objekts `position` Parameter.
 
 ## Unterstützte Plattformen
 
@@ -58,7 +58,7 @@ Eine asynchrone Funktion, die die aktuelle <a href="../geolocation/Position/posi
     // Update media position every second
     var mediaTimer = setInterval(function () {
         // get media position
-        my_media.getCurrent<a href="../geolocation/Position/position.html">Position</a>(
+        my_media.getCurrentPosition(
             // success callback
             function (position) {
                 if (position > -1) {
@@ -79,14 +79,14 @@ Eine asynchrone Funktion, die die aktuelle <a href="../geolocation/Position/posi
                       "http://www.w3.org/TR/html4/strict.dtd">
         <html>
           <head>
-            <title>Media <a href="../storage/storage.opendatabase.html">Example</a></title>
+            <title>Media Example</title>
     
             <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
             <script type="text/javascript" charset="utf-8">
     
             // Wait for device API libraries to load
             //
-            document.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>("<a href="../events/events.deviceready.html">deviceready</a>", onDeviceReady, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
     
             // device APIs are available
             //
@@ -112,17 +112,17 @@ Eine asynchrone Funktion, die die aktuelle <a href="../geolocation/Position/posi
                 if (mediaTimer == null) {
                     mediaTimer = setInterval(function() {
                         // get my_media position
-                        my_media.getCurrent<a href="../geolocation/Position/position.html">Position</a>(
+                        my_media.getCurrentPosition(
                             // success callback
                             function(position) {
                                 if (position > -1) {
-                                    setAudio<a href="../geolocation/Position/position.html">Position</a>((position) + " sec");
+                                    setAudioPosition((position) + " sec");
                                 }
                             },
                             // error callback
                             function(e) {
                                 console.log("Error getting pos=" + e);
-                                setAudio<a href="../geolocation/Position/position.html">Position</a>("Error: " + e);
+                                setAudioPosition("Error: " + e);
                             }
                         );
                     }, 1000);
@@ -141,7 +141,7 @@ Eine asynchrone Funktion, die die aktuelle <a href="../geolocation/Position/posi
             //
             function stopAudio() {
                 if (my_media) {
-                    my_<a href="media.stop.html">media.stop</a>();
+                    my_media.stop();
                 }
                 clearInterval(mediaTimer);
                 mediaTimer = null;
@@ -162,7 +162,7 @@ Eine asynchrone Funktion, die die aktuelle <a href="../geolocation/Position/posi
     
             // Set audio position
             //
-            function setAudio<a href="../geolocation/Position/position.html">Position</a>(position) {
+            function setAudioPosition(position) {
                 document.getElementById('audio_position').innerHTML = position;
             }
     

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/media/media.getDuration.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/media/media.getDuration.md b/www/docs/de/3.1.0/cordova/media/media.getDuration.md
index d8c75a0..93f181d 100644
--- a/www/docs/de/3.1.0/cordova/media/media.getDuration.md
+++ b/www/docs/de/3.1.0/cordova/media/media.getDuration.md
@@ -65,14 +65,14 @@ Die `media.getDuration` -Methode führt synchron, die Dauer der Audiodatei in Se
                               "http://www.w3.org/TR/html4/strict.dtd">
         <html>
           <head>
-            <title>Media <a href="../storage/storage.opendatabase.html">Example</a></title>
+            <title>Media Example</title>
     
             <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
             <script type="text/javascript" charset="utf-8">
     
             // Wait for device API libraries to load
             //
-            document.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>("<a href="../events/events.deviceready.html">deviceready</a>", onDeviceReady, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
     
             // device APIs are available
             //
@@ -98,17 +98,17 @@ Die `media.getDuration` -Methode führt synchron, die Dauer der Audiodatei in Se
                 if (mediaTimer == null) {
                     mediaTimer = setInterval(function() {
                         // get my_media position
-                        my_media.getCurrent<a href="../geolocation/Position/position.html">Position</a>(
+                        my_media.getCurrentPosition(
                             // success callback
                             function(position) {
                                 if (position > -1) {
-                                    setAudio<a href="../geolocation/Position/position.html">Position</a>((position) + " sec");
+                                    setAudioPosition((position) + " sec");
                                 }
                             },
                             // error callback
                             function(e) {
                                 console.log("Error getting pos=" + e);
-                                setAudio<a href="../geolocation/Position/position.html">Position</a>("Error: " + e);
+                                setAudioPosition("Error: " + e);
                             }
                         );
                     }, 1000);
@@ -127,7 +127,7 @@ Die `media.getDuration` -Methode führt synchron, die Dauer der Audiodatei in Se
             //
             function stopAudio() {
                 if (my_media) {
-                    my_<a href="media.stop.html">media.stop</a>();
+                    my_media.stop();
                 }
                 clearInterval(mediaTimer);
                 mediaTimer = null;
@@ -148,7 +148,7 @@ Die `media.getDuration` -Methode führt synchron, die Dauer der Audiodatei in Se
     
             // Set audio position
             //
-            function setAudio<a href="../geolocation/Position/position.html">Position</a>(position) {
+            function setAudioPosition(position) {
                 document.getElementById('audio_position').innerHTML = position;
             }
     

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/media/media.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/media/media.md b/www/docs/de/3.1.0/cordova/media/media.md
index 41d54ec..720f52f 100644
--- a/www/docs/de/3.1.0/cordova/media/media.md
+++ b/www/docs/de/3.1.0/cordova/media/media.md
@@ -20,7 +20,7 @@ license: >
 
 # Medien
 
-> Das `Media` Objekt bietet die Möglichkeit zum Aufzeichnen und Wiedergeben von audio-<a href="../file/fileobj/fileobj.html">Datei</a>en auf einem <a href="../device/device.html">Gerät</a>.
+> Das `Media` Objekt bietet die Möglichkeit zum Aufzeichnen und Wiedergeben von audio-Dateien auf einem Gerät.
 
     var media = new Media(src, mediaSuccess, [mediaError], [mediaStatus]);
     
@@ -33,7 +33,7 @@ license: >
 
 *   **MediaSuccess**: (Optional) der Rückruf, der nach dem führt ein `Media` -Objekt abgeschlossen hat, die aktuelle Wiedergabe, Aufzeichnung oder Stop-Action. *(Funktion)*
 
-*   **<a href="Parameters/mediaError.html">Medienfehler</a>**: (Optional) der Rückruf, der ausgeführt wird, wenn ein Fehler auftritt. *(Funktion)*
+*   **Medienfehler**: (Optional) der Rückruf, der ausgeführt wird, wenn ein Fehler auftritt. *(Funktion)*
 
 *   **MediaStatus**: (Optional) der Rückruf, der ausgeführt wird, um Statusänderungen anzugeben. *(Funktion)*
 
@@ -49,31 +49,31 @@ Die folgenden Konstanten werden gemeldet, als einzigem Parameter an die `mediaSt
 
 ## Methoden
 
-*   `media.getCurrent<a href="../geolocation/Position/position.html">Position</a>`: Gibt die aktuelle <a href="../geolocation/Position/position.html">Position</a> in einer Audiodatei.
+*   `media.getCurrentPosition`: Gibt die aktuelle Position in einer Audiodatei.
 
-*   `<a href="media.getDuration.html">media.getDuration</a>`: Gibt die Dauer einer Audiodatei.
+*   `media.getDuration`: Gibt die Dauer einer Audiodatei.
 
 *   `media.play`: Starten Sie oder fortsetzen Sie der Wiedergabe einer Audiodatei.
 
-*   `media.pause`: <a href="../events/events.pause.html">Anhalten</a> der Wiedergabe einer Audiodatei.
+*   `media.pause`: Anhalten der Wiedergabe einer Audiodatei.
 
-*   `<a href="media.release.html">media.release</a>`: Das zugrunde liegende Betriebssystem audio Ressourcen frei.
+*   `media.release`: Das zugrunde liegende Betriebssystem audio Ressourcen frei.
 
-*   `<a href="media.seekTo.html">media.seekTo</a>`: Verschiebt die <a href="../geolocation/Position/position.html">Position</a> innerhalb der audio-<a href="../file/fileobj/fileobj.html">Datei</a>.
+*   `media.seekTo`: Verschiebt die Position innerhalb der audio-Datei.
 
-*   `<a href="media.setVolume.html">media.setVolume</a>`: Stellen Sie die Lautstärke für die Audiowiedergabe.
+*   `media.setVolume`: Stellen Sie die Lautstärke für die Audiowiedergabe.
 
-*   `<a href="media.startRecord.html">media.startRecord</a>`: Starten der Aufnahme einer audio-<a href="../file/fileobj/fileobj.html">Datei</a>.
+*   `media.startRecord`: Starten der Aufnahme einer audio-Datei.
 
-*   `<a href="media.stop.html">media.stop</a>Record`: Stoppen Sie die Aufnahme einer audio-<a href="../file/fileobj/fileobj.html">Datei</a>.
+*   `media.stopRecord`: Stoppen Sie die Aufnahme einer audio-Datei.
 
-*   `<a href="media.stop.html">media.stop</a>`: Abspielen einer Audiodatei zu stoppen.
+*   `media.stop`: Abspielen einer Audiodatei zu stoppen.
 
 ## Zusätzliche ReadOnly-Parameter
 
-*   **<a href="../geolocation/Position/position.html">Position</a>**: die <a href="../geolocation/Position/position.html">Position</a> innerhalb der audio-Wiedergabe in Sekunden.
+*   **Position**: die Position innerhalb der audio-Wiedergabe in Sekunden.
     
-    *   Nicht während des Spiels automatisch aktualisiert; Rufen Sie `getCurrent<a href="../geolocation/Position/position.html">Position</a>` zu aktualisieren.
+    *   Nicht während des Spiels automatisch aktualisiert; Rufen Sie `getCurrentPosition` zu aktualisieren.
 
 *   **Dauer**: die Dauer der Medien, in Sekunden.
 
@@ -88,7 +88,7 @@ Die folgenden Konstanten werden gemeldet, als einzigem Parameter an die `mediaSt
 
 ## Zugriff auf die Funktion
 
-Ab Version 3.0 implementiert Cordova <a href="../device/device.html">Gerät</a>eebene APIs als *Plugins*. Verwenden Sie der CLI `plugin` Befehl, beschrieben in der Command-Line Interface, hinzufügen oder Entfernen dieses Feature für ein Projekt:
+Ab Version 3.0 implementiert Cordova Geräteebene APIs als *Plugins*. Verwenden Sie der CLI `plugin` Befehl, beschrieben in der Command-Line Interface, hinzufügen oder Entfernen dieses Feature für ein Projekt:
 
         $ Cordova Plugin hinzufügen org.apache.cordova.media $ Cordova Plugin ls ['org.apache.cordova.media'] $ Cordova Plugin Rm org.apache.cordova.media
      
@@ -138,7 +138,7 @@ Diese Befehle gelten für alle Zielplattformen, aber die unten beschriebenen Pla
 
  [1]: http://msdn.microsoft.com/en-us/library/ff769509%28v=vs.92%29.aspx
 
-Einige Plattformen können dieses Feature unterstützen, ohne dass eine besondere Konfiguration. Finden Sie unter *Plattform-Unterstützung* in der <a href="../../guide/overview/index.html">Übersicht</a>.
+Einige Plattformen können dieses Feature unterstützen, ohne dass eine besondere Konfiguration. Finden Sie unter *Plattform-Unterstützung* in der Übersicht.
 
 ### Windows Phone Macken
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/media/media.pause.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/media/media.pause.md b/www/docs/de/3.1.0/cordova/media/media.pause.md
index e2878ca..cdf10e0 100644
--- a/www/docs/de/3.1.0/cordova/media/media.pause.md
+++ b/www/docs/de/3.1.0/cordova/media/media.pause.md
@@ -67,14 +67,14 @@ Die `media.pause` -Methode führt synchron und Pausen, Abspielen einer Audiodate
                               "http://www.w3.org/TR/html4/strict.dtd">
         <html>
           <head>
-            <title>Media <a href="../storage/storage.opendatabase.html">Example</a></title>
+            <title>Media Example</title>
     
             <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
             <script type="text/javascript" charset="utf-8">
     
             // Wait for device API libraries to load
             //
-            document.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>("<a href="../events/events.deviceready.html">deviceready</a>", onDeviceReady, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
     
             // device APIs are available
             //
@@ -100,17 +100,17 @@ Die `media.pause` -Methode führt synchron und Pausen, Abspielen einer Audiodate
                 if (mediaTimer == null) {
                     mediaTimer = setInterval(function() {
                         // get my_media position
-                        my_media.getCurrent<a href="../geolocation/Position/position.html">Position</a>(
+                        my_media.getCurrentPosition(
                             // success callback
                             function(position) {
                                 if (position > -1) {
-                                    setAudio<a href="../geolocation/Position/position.html">Position</a>((position) + " sec");
+                                    setAudioPosition((position) + " sec");
                                 }
                             },
                             // error callback
                             function(e) {
                                 console.log("Error getting pos=" + e);
-                                setAudio<a href="../geolocation/Position/position.html">Position</a>("Error: " + e);
+                                setAudioPosition("Error: " + e);
                             }
                         );
                     }, 1000);
@@ -129,7 +129,7 @@ Die `media.pause` -Methode führt synchron und Pausen, Abspielen einer Audiodate
             //
             function stopAudio() {
                 if (my_media) {
-                    my_<a href="media.stop.html">media.stop</a>();
+                    my_media.stop();
                 }
                 clearInterval(mediaTimer);
                 mediaTimer = null;
@@ -150,7 +150,7 @@ Die `media.pause` -Methode führt synchron und Pausen, Abspielen einer Audiodate
     
             // Set audio position
             //
-            function setAudio<a href="../geolocation/Position/position.html">Position</a>(position) {
+            function setAudioPosition(position) {
                 document.getElementById('audio_position').innerHTML = position;
             }
     

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/media/media.play.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/media/media.play.md b/www/docs/de/3.1.0/cordova/media/media.play.md
index 93192d8..282ecf8 100644
--- a/www/docs/de/3.1.0/cordova/media/media.play.md
+++ b/www/docs/de/3.1.0/cordova/media/media.play.md
@@ -65,14 +65,14 @@ Die `media.play` -Methode führt synchron, und startet oder setzt fort, Abspiele
                               "http://www.w3.org/TR/html4/strict.dtd">
         <html>
           <head>
-            <title>Media <a href="../storage/storage.opendatabase.html">Example</a></title>
+            <title>Media Example</title>
     
             <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
             <script type="text/javascript" charset="utf-8">
     
             // Wait for device API libraries to load
             //
-            document.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>("<a href="../events/events.deviceready.html">deviceready</a>", onDeviceReady, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
     
             // device APIs are available
             //
@@ -99,17 +99,17 @@ Die `media.play` -Methode führt synchron, und startet oder setzt fort, Abspiele
                 if (mediaTimer == null) {
                     mediaTimer = setInterval(function() {
                         // get my_media position
-                        my_media.getCurrent<a href="../geolocation/Position/position.html">Position</a>(
+                        my_media.getCurrentPosition(
                             // success callback
                             function(position) {
                                 if (position > -1) {
-                                    setAudio<a href="../geolocation/Position/position.html">Position</a>((position) + " sec");
+                                    setAudioPosition((position) + " sec");
                                 }
                             },
                             // error callback
                             function(e) {
                                 console.log("Error getting pos=" + e);
-                                setAudio<a href="../geolocation/Position/position.html">Position</a>("Error: " + e);
+                                setAudioPosition("Error: " + e);
                             }
                         );
                     }, 1000);
@@ -128,7 +128,7 @@ Die `media.play` -Methode führt synchron, und startet oder setzt fort, Abspiele
             //
             function stopAudio() {
                 if (my_media) {
-                    my_<a href="media.stop.html">media.stop</a>();
+                    my_media.stop();
                 }
                 clearInterval(mediaTimer);
                 mediaTimer = null;
@@ -149,7 +149,7 @@ Die `media.play` -Methode führt synchron, und startet oder setzt fort, Abspiele
     
             // Set audio position
             //
-            function setAudio<a href="../geolocation/Position/position.html">Position</a>(position) {
+            function setAudioPosition(position) {
                 document.getElementById('audio_position').innerHTML = position;
             }
     
@@ -166,11 +166,11 @@ Die `media.play` -Methode führt synchron, und startet oder setzt fort, Abspiele
 
 ## BlackBerry WebWorks Macken
 
-*   BlackBerry-<a href="../device/device.html">Gerät</a>e unterstützen eine begrenzte Anzahl von gleichzeitigen Audiokanäle. CDMA-<a href="../device/device.html">Gerät</a>e unterstützen nur einen einzigen audio-Kanal. Andere <a href="../device/device.html">Gerät</a>e unterstützen bis zu zwei simultane Kanäle. Der Versuch, weitere audio-<a href="../file/fileobj/fileobj.html">Datei</a>en als der unterstützten Betrag zu spielen führt zu vorherige Wiedergabe gestoppt wird.
+*   BlackBerry-Geräte unterstützen eine begrenzte Anzahl von gleichzeitigen Audiokanäle. CDMA-Geräte unterstützen nur einen einzigen audio-Kanal. Andere Geräte unterstützen bis zu zwei simultane Kanäle. Der Versuch, weitere audio-Dateien als der unterstützten Betrag zu spielen führt zu vorherige Wiedergabe gestoppt wird.
 
 ## iOS Macken
 
-*   **NumberOfLoops**: übergeben Sie diese Option, um die `play` -Methode können Sie die Anzahl der angeben soll die <a href="media.html">Medien</a>datei ausspielen, z.B.:
+*   **NumberOfLoops**: übergeben Sie diese Option, um die `play` -Methode können Sie die Anzahl der angeben soll die Mediendatei ausspielen, z.B.:
     
         var myMedia = new Media("http://audio.ibeat.org/content/p1rj1s/p1rj1s_-_rockGuitar.mp3")
         myMedia.play({ numberOfLoops: 2 })
@@ -182,7 +182,7 @@ Die `media.play` -Methode führt synchron, und startet oder setzt fort, Abspiele
         myMedia.play({ playAudioWhenScreenIsLocked : false })
         
 
-*   **Reihenfolge der <a href="../file/fileobj/fileobj.html">Datei</a>suche**: Wenn nur ein <a href="../file/fileobj/fileobj.html">Datei</a>name oder Pfad angegeben wird, sucht iOS in das `www` Verzeichnis für die <a href="../file/fileobj/fileobj.html">Datei</a>, dann in der Anwendung `documents/tmp` Verzeichnis:
+*   **Reihenfolge der Dateisuche**: Wenn nur ein Dateiname oder Pfad angegeben wird, sucht iOS in das `www` Verzeichnis für die Datei, dann in der Anwendung `documents/tmp` Verzeichnis:
     
         var myMedia = new Media("audio/beer.mp3")
         myMedia.play()  // first looks for file in www/audio/beer.mp3 then in <application>/documents/tmp/audio/beer.mp3
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/media/media.release.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/media/media.release.md b/www/docs/de/3.1.0/cordova/media/media.release.md
index acd6274..bdbbbc0 100644
--- a/www/docs/de/3.1.0/cordova/media/media.release.md
+++ b/www/docs/de/3.1.0/cordova/media/media.release.md
@@ -27,7 +27,7 @@ Das zugrunde liegende Betriebssystem audio Ressourcen frei.
 
 ## Beschreibung
 
-Die `media.release` -Methode führt synchron, das zugrunde liegende Betriebssystem audio Ressourcen freizugeben. Dies ist besonders wichtig für Android, da gibt es eine begrenzte Anzahl von OpenCore-Instanzen für die <a href="media.html">Medien</a>wiedergabe. Anwendungen rufen die `release` -Funktion für alle `Media` Ressource, die nicht mehr benötigt wird.
+Die `media.release` -Methode führt synchron, das zugrunde liegende Betriebssystem audio Ressourcen freizugeben. Dies ist besonders wichtig für Android, da gibt es eine begrenzte Anzahl von OpenCore-Instanzen für die Medienwiedergabe. Anwendungen rufen die `release` -Funktion für alle `Media` Ressource, die nicht mehr benötigt wird.
 
 ## Unterstützte Plattformen
 
@@ -45,7 +45,7 @@ Die `media.release` -Methode führt synchron, das zugrunde liegende Betriebssyst
     var my_media = new Media(src, onSuccess, onError);
     
     my_media.play();
-    my_<a href="media.stop.html">media.stop</a>();
+    my_media.stop();
     my_media.release();
     
 
@@ -55,14 +55,14 @@ Die `media.release` -Methode führt synchron, das zugrunde liegende Betriebssyst
                               "http://www.w3.org/TR/html4/strict.dtd">
         <html>
           <head>
-            <title>Media <a href="../storage/storage.opendatabase.html">Example</a></title>
+            <title>Media Example</title>
     
             <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
             <script type="text/javascript" charset="utf-8">
     
             // Wait for device API libraries to load
             //
-            document.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>("<a href="../events/events.deviceready.html">deviceready</a>", onDeviceReady, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
     
             // device APIs are available
             //
@@ -88,17 +88,17 @@ Die `media.release` -Methode führt synchron, das zugrunde liegende Betriebssyst
                 if (mediaTimer == null) {
                     mediaTimer = setInterval(function() {
                         // get my_media position
-                        my_media.getCurrent<a href="../geolocation/Position/position.html">Position</a>(
+                        my_media.getCurrentPosition(
                             // success callback
                             function(position) {
                                 if (position > -1) {
-                                    setAudio<a href="../geolocation/Position/position.html">Position</a>((position) + " sec");
+                                    setAudioPosition((position) + " sec");
                                 }
                             },
                             // error callback
                             function(e) {
                                 console.log("Error getting pos=" + e);
-                                setAudio<a href="../geolocation/Position/position.html">Position</a>("Error: " + e);
+                                setAudioPosition("Error: " + e);
                             }
                         );
                     }, 1000);
@@ -117,7 +117,7 @@ Die `media.release` -Methode führt synchron, das zugrunde liegende Betriebssyst
             //
             function stopAudio() {
                 if (my_media) {
-                    my_<a href="media.stop.html">media.stop</a>();
+                    my_media.stop();
                 }
                 clearInterval(mediaTimer);
                 mediaTimer = null;
@@ -138,7 +138,7 @@ Die `media.release` -Methode führt synchron, das zugrunde liegende Betriebssyst
     
             // Set audio position
             //
-            function setAudio<a href="../geolocation/Position/position.html">Position</a>(position) {
+            function setAudioPosition(position) {
                 document.getElementById('audio_position').innerHTML = position;
             }
     

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/media/media.seekTo.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/media/media.seekTo.md b/www/docs/de/3.1.0/cordova/media/media.seekTo.md
index aa27ba0..b004bb0 100644
--- a/www/docs/de/3.1.0/cordova/media/media.seekTo.md
+++ b/www/docs/de/3.1.0/cordova/media/media.seekTo.md
@@ -20,18 +20,18 @@ license: >
 
 # media.seekTo
 
-Legt die aktuelle <a href="../geolocation/Position/position.html">Position</a> in einer Audiodatei.
+Legt die aktuelle Position in einer Audiodatei.
 
     media.seekTo(milliseconds);
     
 
 ## Parameter
 
-*   **Millisekunden**: die <a href="../geolocation/Position/position.html">Position</a> die Wiedergabeposition innerhalb des Audiotracks in Millisekunden festgelegt.
+*   **Millisekunden**: die Position die Wiedergabeposition innerhalb des Audiotracks in Millisekunden festgelegt.
 
 ## Beschreibung
 
-Die `media.seekTo` führt asynchron, aktualisieren die aktuelle Wiedergabeposition innerhalb einer audio-<a href="../file/fileobj/fileobj.html">Datei</a> verweist ein `Media` Objekt. Aktualisiert auch die `Media` des Objekts `position` Parameter.
+Die `media.seekTo` führt asynchron, aktualisieren die aktuelle Wiedergabeposition innerhalb einer audio-Datei verweist ein `Media` Objekt. Aktualisiert auch die `Media` des Objekts `position` Parameter.
 
 ## Unterstützte Plattformen
 
@@ -60,14 +60,14 @@ Die `media.seekTo` führt asynchron, aktualisieren die aktuelle Wiedergabepositi
                               "http://www.w3.org/TR/html4/strict.dtd">
         <html>
           <head>
-            <title>Media <a href="../storage/storage.opendatabase.html">Example</a></title>
+            <title>Media Example</title>
     
             <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
             <script type="text/javascript" charset="utf-8">
     
             // Wait for device API libraries to load
             //
-            document.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>("<a href="../events/events.deviceready.html">deviceready</a>", onDeviceReady, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
     
             // device APIs are available
             //
@@ -92,11 +92,11 @@ Die `media.seekTo` führt asynchron, aktualisieren die aktuelle Wiedergabepositi
                 // Update media position every second
                 mediaTimer = setInterval(function() {
                     // get media position
-                    my_media.getCurrent<a href="../geolocation/Position/position.html">Position</a>(
+                    my_media.getCurrentPosition(
                         // success callback
                         function(position) {
                             if (position > -1) {
-                                setAudio<a href="../geolocation/Position/position.html">Position</a>(position + " sec");
+                                setAudioPosition(position + " sec");
                             }
                         },
                         // error callback
@@ -116,7 +116,7 @@ Die `media.seekTo` führt asynchron, aktualisieren die aktuelle Wiedergabepositi
             //
             function stopAudio() {
                 if (my_media) {
-                    my_<a href="media.stop.html">media.stop</a>();
+                    my_media.stop();
                 }
                 clearInterval(mediaTimer);
                 mediaTimer = null;
@@ -137,7 +137,7 @@ Die `media.seekTo` führt asynchron, aktualisieren die aktuelle Wiedergabepositi
     
             // Set audio position
             //
-            function setAudio<a href="../geolocation/Position/position.html">Position</a>(position) {
+            function setAudioPosition(position) {
                 document.getElementById('audio_position').innerHTML = position;
             }
     
@@ -153,4 +153,4 @@ Die `media.seekTo` führt asynchron, aktualisieren die aktuelle Wiedergabepositi
 
 ## BlackBerry WebWorks Macken
 
-*   BlackBerry OS 5-<a href="../device/device.html">Gerät</a>en unterstützt nicht.
\ No newline at end of file
+*   BlackBerry OS 5-Geräten unterstützt nicht.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/media/media.setVolume.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/media/media.setVolume.md b/www/docs/de/3.1.0/cordova/media/media.setVolume.md
index 3deb849..ac2565d 100644
--- a/www/docs/de/3.1.0/cordova/media/media.setVolume.md
+++ b/www/docs/de/3.1.0/cordova/media/media.setVolume.md
@@ -20,7 +20,7 @@ license: >
 
 # media.setVolume
 
-Stellen Sie die Lautstärke für eine audio-<a href="../file/fileobj/fileobj.html">Datei</a>.
+Stellen Sie die Lautstärke für eine audio-Datei.
 
     media.setVolume(volume);
     
@@ -75,14 +75,14 @@ Funktion `media.setVolume` ist eine asynchrone Funktion, die die Lautstärke wä
                               "http://www.w3.org/TR/html4/strict.dtd">
         <html>
           <head>
-            <title>Media <a href="../storage/storage.opendatabase.html">Example</a></title>
+            <title>Media Example</title>
     
             <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
             <script type="text/javascript" charset="utf-8">
     
             // Wait for Cordova to load
             //
-            document.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>("<a href="../events/events.deviceready.html">deviceready</a>", onDeviceReady, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
     
             // Cordova is ready
             //
@@ -108,17 +108,17 @@ Funktion `media.setVolume` ist eine asynchrone Funktion, die die Lautstärke wä
                 if (mediaTimer == null) {
                     mediaTimer = setInterval(function() {
                         // get my_media position
-                        my_media.getCurrent<a href="../geolocation/Position/position.html">Position</a>(
+                        my_media.getCurrentPosition(
                             // success callback
                             function(position) {
                                 if (position > -1) {
-                                    setAudio<a href="../geolocation/Position/position.html">Position</a>((position) + " sec");
+                                    setAudioPosition((position) + " sec");
                                 }
                             },
                             // error callback
                             function(e) {
                                 console.log("Error getting pos=" + e);
-                                setAudio<a href="../geolocation/Position/position.html">Position</a>("Error: " + e);
+                                setAudioPosition("Error: " + e);
                             }
                         );
                     }, 1000);
@@ -137,7 +137,7 @@ Funktion `media.setVolume` ist eine asynchrone Funktion, die die Lautstärke wä
             //
             function stopAudio() {
                 if (my_media) {
-                    my_<a href="media.stop.html">media.stop</a>();
+                    my_media.stop();
                 }
                 clearInterval(mediaTimer);
                 mediaTimer = null;
@@ -158,7 +158,7 @@ Funktion `media.setVolume` ist eine asynchrone Funktion, die die Lautstärke wä
     
             // Set audio position
             //
-            function setAudio<a href="../geolocation/Position/position.html">Position</a>(position) {
+            function setAudioPosition(position) {
                 document.getElementById('audio_position').innerHTML = position;
             }
     

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/media/media.startRecord.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/media/media.startRecord.md b/www/docs/de/3.1.0/cordova/media/media.startRecord.md
index ccbde73..0ba4653 100644
--- a/www/docs/de/3.1.0/cordova/media/media.startRecord.md
+++ b/www/docs/de/3.1.0/cordova/media/media.startRecord.md
@@ -20,14 +20,14 @@ license: >
 
 # media.startRecord
 
-Beginnt mit der Aufnahme einer audio-<a href="../file/fileobj/fileobj.html">Datei</a>.
+Beginnt mit der Aufnahme einer audio-Datei.
 
     media.startRecord();
     
 
 ## Beschreibung
 
-Die `media.startRecord` -Methode führt synchron, startet eine Aufnahme für eine audio-<a href="../file/fileobj/fileobj.html">Datei</a>.
+Die `media.startRecord` -Methode führt synchron, startet eine Aufnahme für eine audio-Datei.
 
 ## Unterstützte Plattformen
 
@@ -64,14 +64,14 @@ Die `media.startRecord` -Methode führt synchron, startet eine Aufnahme für ein
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Device Properties <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Device Properties Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
     
         // Wait for device API libraries to load
         //
-        document.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>("<a href="../events/events.deviceready.html">deviceready</a>", onDeviceReady, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
     
         // Record audio
         //
@@ -86,7 +86,7 @@ Die `media.startRecord` -Methode führt synchron, startet eine Aufnahme für ein
             var recTime = 0;
             var recInterval = setInterval(function() {
                 recTime = recTime + 1;
-                setAudio<a href="../geolocation/Position/position.html">Position</a>(recTime + " sec");
+                setAudioPosition(recTime + " sec");
                 if (recTime >= 10) {
                     clearInterval(recInterval);
                     mediaRec.stopRecord();
@@ -115,7 +115,7 @@ Die `media.startRecord` -Methode führt synchron, startet eine Aufnahme für ein
     
         // Set audio position
         //
-        function setAudio<a href="../geolocation/Position/position.html">Position</a>(position) {
+        function setAudioPosition(position) {
             document.getElementById('audio_position').innerHTML = position;
         }
     
@@ -130,23 +130,23 @@ Die `media.startRecord` -Methode führt synchron, startet eine Aufnahme für ein
 
 ## Android Macken
 
-*   Android-<a href="../device/device.html">Gerät</a>e aufnehmen Audio im Adaptive Sprachcodecs Format. Die angegebene <a href="../file/fileobj/fileobj.html">Datei</a> sollte mit einer Endung *.amr* enden.
+*   Android-Geräte aufnehmen Audio im Adaptive Sprachcodecs Format. Die angegebene Datei sollte mit einer Endung *.amr* enden.
 
 ## BlackBerry WebWorks Macken
 
-*   BlackBerry-<a href="../device/device.html">Gerät</a>e aufnehmen Audio im Adaptive Sprachcodecs Format. Die angegebene <a href="../file/fileobj/fileobj.html">Datei</a> muss mit der Erweiterung *.amr* enden.
+*   BlackBerry-Geräte aufnehmen Audio im Adaptive Sprachcodecs Format. Die angegebene Datei muss mit der Erweiterung *.amr* enden.
 
 ## iOS Macken
 
-*   iOS nur Datensätze, die <a href="../file/fileobj/fileobj.html">Datei</a>en des Typs *WAV* und gibt ein Fehler, wenn die <a href="../file/fileobj/fileobj.html">Datei</a>namen-Erweiterung ist richtig nicht.
+*   iOS nur Datensätze, die Dateien des Typs *WAV* und gibt ein Fehler, wenn die Dateinamen-Erweiterung ist richtig nicht.
 
-*   Wenn ein vollständiger Pfad nicht angegeben ist, wird die Aufzeichnung in der Anwendung platziert `documents/tmp` Verzeichnis. Erreichbar über die `File` -API verwenden `<a href="../file/localfilesystem/localfilesystem.html">LocalFileSystem</a>.TEMPORARY` . Allen Unterverzeichnissen in Rekordzeit angegeben muss bereits vorhanden sein.
+*   Wenn ein vollständiger Pfad nicht angegeben ist, wird die Aufzeichnung in der Anwendung platziert `documents/tmp` Verzeichnis. Erreichbar über die `File` -API verwenden `LocalFileSystem.TEMPORARY` . Allen Unterverzeichnissen in Rekordzeit angegeben muss bereits vorhanden sein.
 
-*   <a href="../file/fileobj/fileobj.html">Datei</a>en können aufgezeichnet und spielte mit die Dokumenten URI zurück:
+*   Dateien können aufgezeichnet und spielte mit die Dokumenten URI zurück:
     
         var myMedia = new Media("documents://beer.mp3")
         
 
 ## Tizen Macken
 
-*   Tizen <a href="../device/device.html">Gerät</a>en unterstützt nicht.
\ No newline at end of file
+*   Tizen Geräten unterstützt nicht.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/media/media.stop.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/media/media.stop.md b/www/docs/de/3.1.0/cordova/media/media.stop.md
index dc873b3..01c0217 100644
--- a/www/docs/de/3.1.0/cordova/media/media.stop.md
+++ b/www/docs/de/3.1.0/cordova/media/media.stop.md
@@ -71,14 +71,14 @@ Die `media.stop` -Methode führt synchron zum Abspielen einer Audiodatei zu stop
                               "http://www.w3.org/TR/html4/strict.dtd">
         <html>
           <head>
-            <title>Media <a href="../storage/storage.opendatabase.html">Example</a></title>
+            <title>Media Example</title>
     
             <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
             <script type="text/javascript" charset="utf-8">
     
             // Wait for device API libraries to load
             //
-            document.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>("<a href="../events/events.deviceready.html">deviceready</a>", onDeviceReady, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
     
             // device APIs are available
             //
@@ -104,17 +104,17 @@ Die `media.stop` -Methode führt synchron zum Abspielen einer Audiodatei zu stop
                 if (mediaTimer == null) {
                     mediaTimer = setInterval(function() {
                         // get my_media position
-                        my_media.getCurrent<a href="../geolocation/Position/position.html">Position</a>(
+                        my_media.getCurrentPosition(
                             // success callback
                             function(position) {
                                 if (position > -1) {
-                                    setAudio<a href="../geolocation/Position/position.html">Position</a>((position) + " sec");
+                                    setAudioPosition((position) + " sec");
                                 }
                             },
                             // error callback
                             function(e) {
                                 console.log("Error getting pos=" + e);
-                                setAudio<a href="../geolocation/Position/position.html">Position</a>("Error: " + e);
+                                setAudioPosition("Error: " + e);
                             }
                         );
                     }, 1000);
@@ -154,7 +154,7 @@ Die `media.stop` -Methode führt synchron zum Abspielen einer Audiodatei zu stop
     
             // Set audio position
             //
-            function setAudio<a href="../geolocation/Position/position.html">Position</a>(position) {
+            function setAudioPosition(position) {
                 document.getElementById('audio_position').innerHTML = position;
             }
     

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/media/media.stopRecord.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/media/media.stopRecord.md b/www/docs/de/3.1.0/cordova/media/media.stopRecord.md
index 85a74b3..a0b1c8c 100644
--- a/www/docs/de/3.1.0/cordova/media/media.stopRecord.md
+++ b/www/docs/de/3.1.0/cordova/media/media.stopRecord.md
@@ -18,16 +18,16 @@ license: >
     under the License.
 ---
 
-# <a href="media.stop.html">media.stop</a>Record
+# media.stopRecord
 
-Stoppt die Aufnahme einer audio-<a href="../file/fileobj/fileobj.html">Datei</a>.
+Stoppt die Aufnahme einer audio-Datei.
 
-    <a href="media.stop.html">media.stop</a>Record();
+    media.stopRecord();
     
 
 ## Beschreibung
 
-Die `<a href="media.stop.html">media.stop</a>Record` -Methode führt synchron, Aufnahme einer audio-<a href="../file/fileobj/fileobj.html">Datei</a> beenden.
+Die `media.stopRecord` -Methode führt synchron, Aufnahme einer audio-Datei beenden.
 
 ## Unterstützte Plattformen
 
@@ -70,14 +70,14 @@ Die `<a href="media.stop.html">media.stop</a>Record` -Methode führt synchron, A
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Device Properties <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Device Properties Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
     
         // Wait for device API libraries to load
         //
-        document.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>("<a href="../events/events.deviceready.html">deviceready</a>", onDeviceReady, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
     
         // Record audio
         //
@@ -92,7 +92,7 @@ Die `<a href="media.stop.html">media.stop</a>Record` -Methode führt synchron, A
             var recTime = 0;
             var recInterval = setInterval(function() {
                 recTime = recTime + 1;
-                setAudio<a href="../geolocation/Position/position.html">Position</a>(recTime + " sec");
+                setAudioPosition(recTime + " sec");
                 if (recTime >= 10) {
                     clearInterval(recInterval);
                     mediaRec.stopRecord();
@@ -121,7 +121,7 @@ Die `<a href="media.stop.html">media.stop</a>Record` -Methode führt synchron, A
     
         // Set audio position
         //
-        function setAudio<a href="../geolocation/Position/position.html">Position</a>(position) {
+        function setAudioPosition(position) {
             document.getElementById('audio_position').innerHTML = position;
         }
     
@@ -136,4 +136,4 @@ Die `<a href="media.stop.html">media.stop</a>Record` -Methode führt synchron, A
 
 ## Tizen Macken
 
-*   Tizen <a href="../device/device.html">Gerät</a>en unterstützt nicht.
\ No newline at end of file
+*   Tizen Geräten unterstützt nicht.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/notification/notification.alert.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/notification/notification.alert.md b/www/docs/de/3.1.0/cordova/notification/notification.alert.md
index 8e0396f..f8e8306 100644
--- a/www/docs/de/3.1.0/cordova/notification/notification.alert.md
+++ b/www/docs/de/3.1.0/cordova/notification/notification.alert.md
@@ -67,14 +67,14 @@ Die meisten Implementierungen von Cordova ein native Dialogfeld für dieses Feat
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Notification <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Notification Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
     
         // Wait for device API libraries to load
         //
-        document.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>("<a href="../events/events.deviceready.html">deviceready</a>", onDeviceReady, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
     
         // device APIs are available
         //
@@ -108,7 +108,7 @@ Die meisten Implementierungen von Cordova ein native Dialogfeld für dieses Feat
 
 ## Windows Phone 7 und 8 Macken
 
-*   Es gibt keine eingebaute <a href="../storage/database/database.html">Datenbank</a>suchroutine-Warnung, aber Sie können binden, wie folgt zu nennen `alert()` im globalen Gültigkeitsbereich:
+*   Es gibt keine eingebaute Datenbanksuchroutine-Warnung, aber Sie können binden, wie folgt zu nennen `alert()` im globalen Gültigkeitsbereich:
     
         window.alert = navigator.notification.alert;
         

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/notification/notification.beep.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/notification/notification.beep.md b/www/docs/de/3.1.0/cordova/notification/notification.beep.md
index b11fd1e..0410462 100644
--- a/www/docs/de/3.1.0/cordova/notification/notification.beep.md
+++ b/www/docs/de/3.1.0/cordova/notification/notification.beep.md
@@ -20,7 +20,7 @@ license: >
 
 # Notification.Beep
 
-Das <a href="../device/device.html">Gerät</a> spielt einen Signalton sound.
+Das Gerät spielt einen Signalton sound.
 
     navigator.notification.beep(times);
     
@@ -46,14 +46,14 @@ Das <a href="../device/device.html">Gerät</a> spielt einen Signalton sound.
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Notification <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Notification Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
     
         // Wait for device API libraries to load
         //
-        document.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>("<a href="../events/events.deviceready.html">deviceready</a>", onDeviceReady, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
     
         // device APIs are available
         //
@@ -95,14 +95,14 @@ Das <a href="../device/device.html">Gerät</a> spielt einen Signalton sound.
 
 ## Android Macken
 
-*   Android spielt die Standardeinstellung **<a href="notification.html">Benachrichtigung</a> Klingelton** unter **Einstellungen/Sound & Display** -Panel angegeben.
+*   Android spielt die Standardeinstellung **Benachrichtigung Klingelton** unter **Einstellungen/Sound & Display** -Panel angegeben.
 
 ## Windows Phone 7 und 8 Macken
 
-*   Stützt sich auf eine generische Piepton-<a href="../file/fileobj/fileobj.html">Datei</a> aus Cordova-Distribution.
+*   Stützt sich auf eine generische Piepton-Datei aus Cordova-Distribution.
 
 ## Tizen Macken
 
-*   Tizen implementiert Signaltöne durch Abspielen einer Audiodatei über die <a href="../media/media.html">Medien</a> API.
+*   Tizen implementiert Signaltöne durch Abspielen einer Audiodatei über die Medien API.
 
-*   Die Beep-<a href="../file/fileobj/fileobj.html">Datei</a> muss kurz sein, befinden muss einem `sounds` Unterverzeichnis des Stammverzeichnisses der Anwendung, und muss den Namen`beep.wav`.
\ No newline at end of file
+*   Die Beep-Datei muss kurz sein, befinden muss einem `sounds` Unterverzeichnis des Stammverzeichnisses der Anwendung, und muss den Namen`beep.wav`.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/notification/notification.confirm.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/notification/notification.confirm.md b/www/docs/de/3.1.0/cordova/notification/notification.confirm.md
index b2102db..a1a9540 100644
--- a/www/docs/de/3.1.0/cordova/notification/notification.confirm.md
+++ b/www/docs/de/3.1.0/cordova/notification/notification.confirm.md
@@ -76,14 +76,14 @@ Der Rückruf dauert das Argument `buttonIndex` *(Anzahl)*, die der Index der Sch
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Notification <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Notification Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
     
         // Wait for device API libraries to load
         //
-        document.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>("<a href="../events/events.deviceready.html">deviceready</a>", onDeviceReady, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
     
         // device APIs are available
         //

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/notification/notification.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/notification/notification.md b/www/docs/de/3.1.0/cordova/notification/notification.md
index f670ba2..f158fca 100644
--- a/www/docs/de/3.1.0/cordova/notification/notification.md
+++ b/www/docs/de/3.1.0/cordova/notification/notification.md
@@ -20,19 +20,19 @@ license: >
 
 # Benachrichtigung
 
-> Visueller, akustischer und taktiler <a href="../device/device.html">Gerät</a>ebenachrichtigungen.
+> Visueller, akustischer und taktiler Gerätebenachrichtigungen.
 
 ## Methoden
 
-*   `<a href="notification.alert.html">Notification.Alert</a>`
-*   `<a href="notification.confirm.html">Notification.Confirm</a>`
-*   `<a href="notification.prompt.html">Notification.prompt</a>`
-*   `<a href="notification.beep.html">Notification.Beep</a>`
-*   `<a href="notification.vibrate.html">Notification.Vibrate</a>`
+*   `Notification.Alert`
+*   `Notification.Confirm`
+*   `Notification.prompt`
+*   `Notification.Beep`
+*   `Notification.Vibrate`
 
 ## Zugriff auf die Funktion
 
-Ab Version 3.0 implementiert Cordova <a href="../device/device.html">Gerät</a>eebene APIs als *Plugins*. Verwenden Sie der CLI `plugin` Befehl, beschrieben in der Command-Line Interface, hinzufügen oder Entfernen dieses Feature für ein Projekt:
+Ab Version 3.0 implementiert Cordova Geräteebene APIs als *Plugins*. Verwenden Sie der CLI `plugin` Befehl, beschrieben in der Command-Line Interface, hinzufügen oder Entfernen dieses Feature für ein Projekt:
 
         $ cordova plugin add org.apache.cordova.dialogs
         $ cordova plugin add org.apache.cordova.vibration
@@ -74,4 +74,4 @@ Diese Befehle gelten für alle Zielplattformen, aber die unten beschriebenen Pla
         </feature>
         
 
-Einige Plattformen können dieses Feature unterstützen, ohne dass eine besondere Konfiguration. Finden Sie unter *Plattform-Unterstützung* in der <a href="../../guide/overview/index.html">Übersicht</a>.
\ No newline at end of file
+Einige Plattformen können dieses Feature unterstützen, ohne dass eine besondere Konfiguration. Finden Sie unter *Plattform-Unterstützung* in der Übersicht.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/notification/notification.prompt.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/notification/notification.prompt.md b/www/docs/de/3.1.0/cordova/notification/notification.prompt.md
index 36b65d9..8870403 100644
--- a/www/docs/de/3.1.0/cordova/notification/notification.prompt.md
+++ b/www/docs/de/3.1.0/cordova/notification/notification.prompt.md
@@ -77,14 +77,14 @@ Die `promptCallback` wird ausgeführt, wenn der Benutzer eine der Schaltflächen
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Notification Prompt Dialog <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Notification Prompt Dialog Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
     
         // Wait for device API libraries to load
         //
-        document.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>("<a href="../events/events.deviceready.html">deviceready</a>", onDeviceReady, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
     
         // device APIs are available
         //
@@ -121,4 +121,4 @@ Die `promptCallback` wird ausgeführt, wenn der Benutzer eine der Schaltflächen
 
 *   Android unterstützt maximal drei Schaltflächen und mehr als das ignoriert.
 
-*   Auf Android 3.0 und höher, werden die Schaltflächen in umgekehrter Reihenfolge für <a href="../device/device.html">Gerät</a>e angezeigt, die das Holo-Design verwenden.
\ No newline at end of file
+*   Auf Android 3.0 und höher, werden die Schaltflächen in umgekehrter Reihenfolge für Geräte angezeigt, die das Holo-Design verwenden.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/notification/notification.vibrate.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/notification/notification.vibrate.md b/www/docs/de/3.1.0/cordova/notification/notification.vibrate.md
index fe34991..bb43cd9 100644
--- a/www/docs/de/3.1.0/cordova/notification/notification.vibrate.md
+++ b/www/docs/de/3.1.0/cordova/notification/notification.vibrate.md
@@ -20,12 +20,12 @@ license: >
 
 # Notification.Vibrate
 
-Vibriert das <a href="../device/device.html">Gerät</a> für den angegebenen Zeitraum.
+Vibriert das Gerät für den angegebenen Zeitraum.
 
     navigator.notification.vibrate(milliseconds)
     
 
-*   **Zeit**: Millisekunden Vibrieren des <a href="../device/device.html">Gerät</a>s, wobei 1000 Millisekunden entspricht 1 Sekunde. *(Anzahl)*
+*   **Zeit**: Millisekunden Vibrieren des Geräts, wobei 1000 Millisekunden entspricht 1 Sekunde. *(Anzahl)*
 
 ## Unterstützte Plattformen
 
@@ -46,14 +46,14 @@ Vibriert das <a href="../device/device.html">Gerät</a> für den angegebenen Zei
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Notification <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Notification Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
     
         // Wait for device API libraries to load
         //
-        document.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>("<a href="../events/events.deviceready.html">deviceready</a>", onDeviceReady, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
     
         // device APIs are available
         //

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/splashscreen/splashscreen.hide.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/splashscreen/splashscreen.hide.md b/www/docs/de/3.1.0/cordova/splashscreen/splashscreen.hide.md
index e9d0b68..92861b1 100644
--- a/www/docs/de/3.1.0/cordova/splashscreen/splashscreen.hide.md
+++ b/www/docs/de/3.1.0/cordova/splashscreen/splashscreen.hide.md
@@ -18,9 +18,9 @@ license: >
     under the License.
 ---
 
-# <a href="splashscreen.html">SplashScreen</a>.Hide
+# SplashScreen.Hide
 
-<a href="../inappbrowser/inappbrowser.html">Schließen</a> Sie den Splash-Screen.
+Schließen Sie den Splash-Screen.
 
     navigator.splashscreen.hide();
     
@@ -47,14 +47,14 @@ Diese Methode weist Begrüßungsbildschirm der Anwendung.
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Splashscreen <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Splashscreen Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
     
         // Wait for device API libraries to load
         //
-        document.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>("<a href="../events/events.deviceready.html">deviceready</a>", onDeviceReady, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
     
         // device APIs are available
         //
@@ -65,14 +65,14 @@ Diese Methode weist Begrüßungsbildschirm der Anwendung.
         </script>
       </head>
       <body>
-        <h1><a href="../storage/storage.opendatabase.html">Example</a></h1>
+        <h1>Example</h1>
       </body>
     </html>
     
 
 ## iOS Quirk
 
-Die `config.xml` <a href="../file/fileobj/fileobj.html">Datei</a> `AutoHide<a href="splashscreen.html">SplashScreen</a>` muss `false` . Verstecken den Splash-Screen für zwei Sekunden Verzögerung, fügen Sie einen Timer wie die folgende in der `<a href="../events/events.deviceready.html">deviceready</a>` -Ereignishandler:
+Die `config.xml` Datei `AutoHideSplashScreen` muss `false` . Verstecken den Splash-Screen für zwei Sekunden Verzögerung, fügen Sie einen Timer wie die folgende in der `deviceready` -Ereignishandler:
 
         setTimeout(function() {
             navigator.splashscreen.hide();

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/splashscreen/splashscreen.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/splashscreen/splashscreen.md b/www/docs/de/3.1.0/cordova/splashscreen/splashscreen.md
index 30202e1..cc0f970 100644
--- a/www/docs/de/3.1.0/cordova/splashscreen/splashscreen.md
+++ b/www/docs/de/3.1.0/cordova/splashscreen/splashscreen.md
@@ -24,12 +24,12 @@ license: >
 
 ## Methoden
 
-*   <a href="splashscreen.show.html">SplashScreen.Show</a>
-*   <a href="splashscreen.hide.html">SplashScreen.Hide</a>
+*   SplashScreen.Show
+*   SplashScreen.Hide
 
 ## Zugriff auf die Funktion
 
-Ab Version 3.0 implementiert Cordova <a href="../device/device.html">Gerät</a>eebene APIs als *Plugins*. Verwenden Sie der CLI `plugin` Befehl, beschrieben in der Command-Line Interface, hinzufügen oder Entfernen dieses Feature für ein Projekt:
+Ab Version 3.0 implementiert Cordova Geräteebene APIs als *Plugins*. Verwenden Sie der CLI `plugin` Befehl, beschrieben in der Command-Line Interface, hinzufügen oder Entfernen dieses Feature für ein Projekt:
 
         $ cordova plugin add org.apache.cordova.splashscreen
         $ cordova plugin ls
@@ -53,6 +53,6 @@ Diese Befehle gelten für alle Zielplattformen, aber die unten beschriebenen Pla
         </feature>
         
 
-Einige Plattformen können dieses Feature unterstützen, ohne dass eine besondere Konfiguration. Finden Sie unter *Plattform-Unterstützung* in der <a href="../../guide/overview/index.html">Übersicht</a>.
+Einige Plattformen können dieses Feature unterstützen, ohne dass eine besondere Konfiguration. Finden Sie unter *Plattform-Unterstützung* in der Übersicht.
 
-Informationen zum konfiguriert diese Bilder finden Sie unter <a href="../../config_ref/images.html">Symbole und Splash-Screens</a>.
\ No newline at end of file
+Informationen zum konfiguriert diese Bilder finden Sie unter Symbole und Splash-Screens.
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[38/51] [partial] docs commit: Reverting autolinking change because of inconsistencies.

Posted by db...@apache.org.
http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.4.0/guide/platforms/ios/upgrading.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.4.0/guide/platforms/ios/upgrading.md b/www/docs/de/3.4.0/guide/platforms/ios/upgrading.md
index 89c2128..17ce51d 100644
--- a/www/docs/de/3.4.0/guide/platforms/ios/upgrading.md
+++ b/www/docs/de/3.4.0/guide/platforms/ios/upgrading.md
@@ -83,7 +83,7 @@ platform add ios`.
 
 ## Upgrade 2.9.0 Projekte 3.0.0
 
-1.  Herunterladen Sie und extrahieren Sie die Cordova 3.0.0-Quelle zu einem permanenten <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrer Festplatte, zum Beispiel in`~/Documents/Cordova-3.0.0`.
+1.  Herunterladen Sie und extrahieren Sie die Cordova 3.0.0-Quelle zu einem permanenten Speicherort auf Ihrer Festplatte, zum Beispiel in`~/Documents/Cordova-3.0.0`.
 
 2.  Beenden Sie Xcode, wenn es geöffnet ist.
 
@@ -101,7 +101,7 @@ platform add ios`.
 
 ## Upgrade 2.8.0 Projekte 2.9.0
 
-1.  Herunterladen Sie und extrahieren Sie die Cordova 2.9.0-Quelle zu einem permanenten <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrer Festplatte, zum Beispiel in`~/Documents/Cordova-2.9.0`.
+1.  Herunterladen Sie und extrahieren Sie die Cordova 2.9.0-Quelle zu einem permanenten Speicherort auf Ihrer Festplatte, zum Beispiel in`~/Documents/Cordova-2.9.0`.
 
 2.  Beenden Sie Xcode, wenn es geöffnet ist.
 
@@ -117,7 +117,7 @@ platform add ios`.
 
 ## Upgrade 2.7.0 Projekte 2.8.0
 
-1.  Herunterladen Sie und extrahieren Sie die Cordova 2.8.0-Quelle zu einem permanenten <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrer Festplatte, zum Beispiel in`~/Documents/Cordova-2.8.0`.
+1.  Herunterladen Sie und extrahieren Sie die Cordova 2.8.0-Quelle zu einem permanenten Speicherort auf Ihrer Festplatte, zum Beispiel in`~/Documents/Cordova-2.8.0`.
 
 2.  Beenden Sie Xcode, wenn es geöffnet ist.
 
@@ -158,7 +158,7 @@ platform add ios`.
 
 ## Upgrade 2.6.0 Projekte 2.7.0
 
-1.  Herunterladen Sie und extrahieren Sie die Cordova 2.7.0-Quelle zu einem permanenten <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrer Festplatte, zum Beispiel in`~/Documents/Cordova-2.7.0`.
+1.  Herunterladen Sie und extrahieren Sie die Cordova 2.7.0-Quelle zu einem permanenten Speicherort auf Ihrer Festplatte, zum Beispiel in`~/Documents/Cordova-2.7.0`.
 
 2.  Beenden Sie Xcode, wenn es geöffnet ist.
 
@@ -181,7 +181,7 @@ platform add ios`.
 
 ## Upgrade 2.5.0 Projekte 2.6.0
 
-1.  Herunterladen Sie und extrahieren Sie die Cordova 2.6.0-Quelle zu einem permanenten <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrer Festplatte, zum Beispiel in`~/Documents/Cordova-2.6.0`.
+1.  Herunterladen Sie und extrahieren Sie die Cordova 2.6.0-Quelle zu einem permanenten Speicherort auf Ihrer Festplatte, zum Beispiel in`~/Documents/Cordova-2.6.0`.
 
 2.  Beenden Sie Xcode, wenn es geöffnet ist.
 
@@ -212,7 +212,7 @@ platform add ios`.
 
 ## Upgrade 2.4.0 Projekte 2.5.0
 
-1.  Herunterladen Sie und extrahieren Sie die Cordova 2.5.0-Quelle zu einem permanenten <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrer Festplatte, zum Beispiel in`~/Documents/Cordova-2.5.0`.
+1.  Herunterladen Sie und extrahieren Sie die Cordova 2.5.0-Quelle zu einem permanenten Speicherort auf Ihrer Festplatte, zum Beispiel in`~/Documents/Cordova-2.5.0`.
 
 2.  Beenden Sie Xcode, wenn es geöffnet ist.
 
@@ -243,7 +243,7 @@ platform add ios`.
 
 ## Upgrade 2.3.0 Projekte 2.4.0
 
-1.  Herunterladen Sie und extrahieren Sie die Cordova 2.4.0-Quelle zu einem permanenten <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrer Festplatte, zum Beispiel in`~/Documents/Cordova-2.4.0`.
+1.  Herunterladen Sie und extrahieren Sie die Cordova 2.4.0-Quelle zu einem permanenten Speicherort auf Ihrer Festplatte, zum Beispiel in`~/Documents/Cordova-2.4.0`.
 
 2.  Beenden Sie Xcode, wenn es geöffnet ist.
 
@@ -274,7 +274,7 @@ platform add ios`.
 
 ## Upgrade 2.2.0 Projekte 2.3.0
 
-1.  Herunterladen Sie und extrahieren Sie die Cordova 2.3.0-Quelle zu einem permanenten <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrer Festplatte, zum Beispiel in`~/Documents/Cordova-2.3.0`.
+1.  Herunterladen Sie und extrahieren Sie die Cordova 2.3.0-Quelle zu einem permanenten Speicherort auf Ihrer Festplatte, zum Beispiel in`~/Documents/Cordova-2.3.0`.
 
 2.  Beenden Sie Xcode, wenn es geöffnet ist.
 
@@ -309,7 +309,7 @@ platform add ios`.
 
 ## Upgrade 2.1.0 Projekte 2.2.0
 
-1.  Herunterladen Sie und extrahieren Sie die Cordova 2.2.0-Quelle zu einem permanenten <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrer Festplatte, zum Beispiel in`~/Documents/Cordova-2.2.0`.
+1.  Herunterladen Sie und extrahieren Sie die Cordova 2.2.0-Quelle zu einem permanenten Speicherort auf Ihrer Festplatte, zum Beispiel in`~/Documents/Cordova-2.2.0`.
 
 2.  Beenden Sie Xcode, wenn es geöffnet ist.
 
@@ -330,7 +330,7 @@ platform add ios`.
 9.  Anschließend aktualisieren Ihre `CordovaLib` Teilprojekt Verweis. Beginnend mit Cordova 2.1.0, wir verwenden nicht die CORDOVALIB Xcode-Variable nicht mehr wo verweisen auf `CordovaLib` befindet, der Verweis ist eine absolute Dateiverweis jetzt.
     
     1.  Terminal.app starten
-    2.  Gehen Sie zu dem <a href="../../../cordova/storage/storage.html">Speicher</a>ort, wo Sie Cordova installiert (siehe Schritt 1), in der `bin` Unterverzeichnis
+    2.  Gehen Sie zu dem Speicherort, wo Sie Cordova installiert (siehe Schritt 1), in der `bin` Unterverzeichnis
     3.  Führen Sie das Skript unten, wo der erste Parameter ist der Pfad zu Ihrem Projekts `.xcodeproj` Datei:
         
         `update_cordova_subproject path/to/your/project/xcodeproj`
@@ -341,7 +341,7 @@ platform add ios`.
 
 Mit Cordova 2.1.0 `CordovaLib` zur **Automatischen Reference Counting (ARC)**verwenden aktualisiert wurde. Sie nicht müssen upgrade auf **ARC** mithilfe von CordovaLib, aber wenn Sie, aktualisieren Sie das Projekt zur Verwendung von **ARC möchten**, verwenden Sie bitte den Xcode-Migrations-Assistenten aus dem Menü: **Bearbeiten → → umgestalten Convert in Objective-C-Bogen...**, libCordova.a aufzuheben, dann führen Sie den Assistenten bis zum Abschluss.
 
-1.  Herunterladen Sie und extrahieren Sie die Cordova 2.1.0-Quelle zu einem permanenten <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrer Festplatte, zum Beispiel in`~/Documents/Cordova-2.1.0`.
+1.  Herunterladen Sie und extrahieren Sie die Cordova 2.1.0-Quelle zu einem permanenten Speicherort auf Ihrer Festplatte, zum Beispiel in`~/Documents/Cordova-2.1.0`.
 
 2.  Beenden Sie Xcode, wenn es geöffnet ist.
 
@@ -369,7 +369,7 @@ Mit Cordova 2.1.0 `CordovaLib` zur **Automatischen Reference Counting (ARC)**ver
 11. Anschließend aktualisieren Ihre `CordovaLib` Teilprojekt Verweis. Beginnend mit Cordova 2.1.0, wir verwenden nicht die CORDOVALIB Xcode-Variable nicht mehr wo verweisen auf `CordovaLib` befindet, der Verweis ist eine absolute Dateiverweis jetzt.
     
     1.  Terminal.app starten
-    2.  Gehen Sie zu dem <a href="../../../cordova/storage/storage.html">Speicher</a>ort, wo Sie Cordova installiert (siehe Schritt 1), in der `bin` Unterverzeichnis
+    2.  Gehen Sie zu dem Speicherort, wo Sie Cordova installiert (siehe Schritt 1), in der `bin` Unterverzeichnis
     3.  Führen Sie das Skript unten, wo der erste Parameter ist der Pfad zu Ihrem Projekts `.xcodeproj` Datei:
         
         `Update_cordova_subproject Pfad/zu/Ihrem/Projekt/xcodeproj`

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.4.0/guide/platforms/win8/index.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.4.0/guide/platforms/win8/index.md b/www/docs/de/3.4.0/guide/platforms/win8/index.md
index 609f0e0..89c792b 100644
--- a/www/docs/de/3.4.0/guide/platforms/win8/index.md
+++ b/www/docs/de/3.4.0/guide/platforms/win8/index.md
@@ -22,12 +22,12 @@ license: >
 
 Diese Anleitung zeigt Ihre Entwicklungsumgebung SDK einrichten, Cordova apps für Windows 8 bereitstellen. Finden Sie im folgenden detaillierte Plattform-spezifischen Informationen:
 
-*   <a href="upgrading.html">Aktualisieren von Windows 8</a>
-*   <a href="tools.html">Windows 8-Befehlszeilentools</a>
+*   Aktualisieren von Windows 8
+*   Windows 8-Befehlszeilentools
 
 Die Befehlszeilentools, die oben beziehen sich auf Versionen vor 3.0 Cordova. Informationen über die aktuelle Schnittstelle finden Sie unter The Command-Line Interface.
 
-Microsoft als veraltet markiert den Namen *Metro-Style apps* in Windows 8 und Windows RT. MSDN bezieht sich jetzt auf diese app als ein *Windows-<a href="../../../cordova/storage/storage.html">Speicher</a>* -app, und dieser Anleitung folgt dieser Konvention. Darüber hinaus bedeutet in diesem Handbuch *Windows 8* Windows 8 und Windows RT.
+Microsoft als veraltet markiert den Namen *Metro-Style apps* in Windows 8 und Windows RT. MSDN bezieht sich jetzt auf diese app als ein *Windows-Speicher* -app, und dieser Anleitung folgt dieser Konvention. Darüber hinaus bedeutet in diesem Handbuch *Windows 8* Windows 8 und Windows RT.
 
 ## Anforderungen
 
@@ -81,13 +81,13 @@ Sie können bereits mit der *HTML/JavaScript verfolgen* in Windows Store apps ve
             <script src="/js/default.js"></script>
         
 
-*   Hinzufügen einer `<a href="../../../cordova/events/events.deviceready.html">deviceready</a>` Handler veranschaulicht Cordova arbeitet:
+*   Hinzufügen einer `deviceready` Handler veranschaulicht Cordova arbeitet:
     
         <body>
             <p>Content goes here</p>
             <script type="text/javascript">
                 console.log("Subscribing...");
-                document.addEventListener("<a href="../../../cordova/events/events.deviceready.html">deviceready</a>", function () {
+                document.addEventListener("deviceready", function () {
                     navigator.notification.alert("The device is ready!");
                 });
             </script>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.4.0/guide/platforms/win8/tools.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.4.0/guide/platforms/win8/tools.md b/www/docs/de/3.4.0/guide/platforms/win8/tools.md
index 23a3f07..7579267 100644
--- a/www/docs/de/3.4.0/guide/platforms/win8/tools.md
+++ b/www/docs/de/3.4.0/guide/platforms/win8/tools.md
@@ -24,7 +24,7 @@ Die `cordova` Befehlszeilen-Dienstprogramm ist ein High-Level Tool, das Ihnen er
 
  [1]: http://cordova.apache.org
 
-Informationen über die Low-Level-Befehlszeilenschnittstelle, die Plugins ermöglicht, finden Sie unter Verwendung von Plugman zu Plugins verwalten. Eine <a href="../../overview/index.html">Übersicht</a> finden Sie unter Application Plugins.
+Informationen über die Low-Level-Befehlszeilenschnittstelle, die Plugins ermöglicht, finden Sie unter Verwendung von Plugman zu Plugins verwalten. Eine Übersicht finden Sie unter Application Plugins.
 
 ## Windows 8
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.4.0/guide/platforms/wp7/index.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.4.0/guide/platforms/wp7/index.md b/www/docs/de/3.4.0/guide/platforms/wp7/index.md
index 1e391f8..3697828 100644
--- a/www/docs/de/3.4.0/guide/platforms/wp7/index.md
+++ b/www/docs/de/3.4.0/guide/platforms/wp7/index.md
@@ -24,9 +24,9 @@ Diese Anleitung zeigt Ihre Entwicklungsumgebung SDK einrichten, Cordova apps fü
 
 Finden Sie im folgenden detaillierte Plattform-spezifischen Informationen, die für beide Versionen gilt:
 
-*   <a href="../wp8/upgrading.html">Aktualisieren von Windows Phone</a>
-*   <a href="../wp8/plugin.html">Windows Phone Plugins</a>
-*   <a href="../wp8/tools.html">Windows Phone Befehlszeilentools</a>
+*   Aktualisieren von Windows Phone
+*   Windows Phone Plugins
+*   Windows Phone Befehlszeilentools
 
 Die Befehlszeilentools, die oben beziehen sich auf Versionen vor 3.0 Cordova. Informationen über die aktuelle Schnittstelle finden Sie unter The Command-Line Interface.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.4.0/guide/platforms/wp8/index.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.4.0/guide/platforms/wp8/index.md b/www/docs/de/3.4.0/guide/platforms/wp8/index.md
index cb7997f..7e98174 100644
--- a/www/docs/de/3.4.0/guide/platforms/wp8/index.md
+++ b/www/docs/de/3.4.0/guide/platforms/wp8/index.md
@@ -20,13 +20,13 @@ license: >
 
 # Handbuch für die Plattform von Windows Phone-8
 
-Diese Anleitung zeigt Ihre Entwicklungsumgebung SDK einrichten, Cordova apps für Windows Phone 8 Geräte bereitstellen. Wenn Sie 7,5 und 8 Geräte ansprechen möchten, entwickeln Sie für Windows Phone 7 statt wie in der <a href="../wp7/index.html">Windows Phone 7 Plattform Guide</a> detailliert dargestellt. Version 7 verfügt nicht über die erweiterten Funktionen in Internet Explorer 10 enthalten, aber den gleichen Satz von APIs implementiert. Windows Phone 8 apps tun *nicht* laufen auf Windows Phone 7 Geräte.
+Diese Anleitung zeigt Ihre Entwicklungsumgebung SDK einrichten, Cordova apps für Windows Phone 8 Geräte bereitstellen. Wenn Sie 7,5 und 8 Geräte ansprechen möchten, entwickeln Sie für Windows Phone 7 statt wie in der Windows Phone 7 Plattform Guide detailliert dargestellt. Version 7 verfügt nicht über die erweiterten Funktionen in Internet Explorer 10 enthalten, aber den gleichen Satz von APIs implementiert. Windows Phone 8 apps tun *nicht* laufen auf Windows Phone 7 Geräte.
 
 Finden Sie im folgenden detaillierte Plattform-spezifischen Informationen, die für beide Versionen gilt:
 
-*   <a href="upgrading.html">Aktualisieren von Windows Phone</a>
-*   <a href="plugin.html">Windows Phone Plugins</a>
-*   <a href="tools.html">Windows Phone Befehlszeilentools</a>
+*   Aktualisieren von Windows Phone
+*   Windows Phone Plugins
+*   Windows Phone Befehlszeilentools
 
 Die Befehlszeilentools, die oben beziehen sich auf Versionen vor 3.0 Cordova. Informationen über die aktuelle Schnittstelle finden Sie unter The Command-Line Interface.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.4.0/guide/platforms/wp8/plugin.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.4.0/guide/platforms/wp8/plugin.md b/www/docs/de/3.4.0/guide/platforms/wp8/plugin.md
index 37c65ef..cbefd79 100644
--- a/www/docs/de/3.4.0/guide/platforms/wp8/plugin.md
+++ b/www/docs/de/3.4.0/guide/platforms/wp8/plugin.md
@@ -144,7 +144,7 @@ Bei der Interpretation der Argumente, `try` / `catch` Blöcke zu helfen, schlech
 
 ## Plugin XML
 
-Die folgenden veranschaulicht die `plugin.xml` Datei, um ein Plugin Quellcode Dateien auf der Windows Phone Plattform anzugeben. Details zu den verfügbaren Optionen finden Sie unter Application Plugins für einen Überblick und <a href="../../../plugin_ref/spec.html">Plugin-Spezifikation</a>.
+Die folgenden veranschaulicht die `plugin.xml` Datei, um ein Plugin Quellcode Dateien auf der Windows Phone Plattform anzugeben. Details zu den verfügbaren Optionen finden Sie unter Application Plugins für einen Überblick und Plugin-Spezifikation.
 
 *   Das `<source-file>` -Element definiert alle Plugin-Ressourcen, z. B. *CS*, *XAML*, *. xaml.cs*, und *dll* -Dateien und Bild-Assets.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.4.0/guide/platforms/wp8/tools.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.4.0/guide/platforms/wp8/tools.md b/www/docs/de/3.4.0/guide/platforms/wp8/tools.md
index 7ff3ff7..69c6fb6 100644
--- a/www/docs/de/3.4.0/guide/platforms/wp8/tools.md
+++ b/www/docs/de/3.4.0/guide/platforms/wp8/tools.md
@@ -24,7 +24,7 @@ Die `cordova` Befehlszeilen-Dienstprogramm ist ein High-Level Tool, das Ihnen er
 
  [1]: http://cordova.apache.org
 
-Informationen über die Low-Level-Befehlszeilenschnittstelle, die Plugins ermöglicht, finden Sie unter Verwendung von Plugman zu Plugins verwalten. Eine <a href="../../overview/index.html">Übersicht</a> finden Sie unter Application Plugins.
+Informationen über die Low-Level-Befehlszeilenschnittstelle, die Plugins ermöglicht, finden Sie unter Verwendung von Plugman zu Plugins verwalten. Eine Übersicht finden Sie unter Application Plugins.
 
 ## Windows Phone
 
@@ -56,7 +56,7 @@ Führen Sie den `create` Befehl, der vorhandenen Pfad für das Projekt, die Reve
     >.\wp8\bin\create PathToNewProject [ PackageName ] [ AppName ]
     
     >PathToNewProject : The path to where you wish to create the project
-    >PackageName      : The namespace for the project (default is Cordova.<a href="../../../cordova/storage/storage.opendatabase.html">Example</a>)
+    >PackageName      : The namespace for the project (default is Cordova.Example)
     >AppName          : The name of the application (default is CordovaWP8AppProj or CordovaWP7AppProj)
     
     >examples:

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.4.0/guide/support/index.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.4.0/guide/support/index.md b/www/docs/de/3.4.0/guide/support/index.md
index fb75ee0..534797d 100644
--- a/www/docs/de/3.4.0/guide/support/index.md
+++ b/www/docs/de/3.4.0/guide/support/index.md
@@ -443,7 +443,7 @@ Im folgenden wird die Gruppe von Entwicklungs-Tools und APIs verfügbar-Gerät f
       
       <tr>
         <th>
-          <a href="cordova_events_events.md.html"><a href="../../cordova/events/events.html">Veranstaltungen</a></a>
+          <a href="cordova_events_events.md.html">Veranstaltungen</a>
         </th>
         
         <td data-col="amazon-fireos" class="y">
@@ -724,7 +724,7 @@ Im folgenden wird die Gruppe von Entwicklungs-Tools und APIs verfügbar-Gerät f
       
       <tr>
         <th>
-          <a href="cordova_storage_storage.md.html"><a href="../../cordova/storage/storage.html">Speicher</a></a>
+          <a href="cordova_storage_storage.md.html">Speicher</a>
         </th>
         
         <td data-col="amazon-fireos" class="y">

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.4.0/index.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.4.0/index.md b/www/docs/de/3.4.0/index.md
index 8e36b9f..bdce1a1 100644
--- a/www/docs/de/3.4.0/index.md
+++ b/www/docs/de/3.4.0/index.md
@@ -26,87 +26,87 @@ license: >
   <ul>
     <li>
       <h2>
-        <a href="guide/overview/index.html">Übersicht</a>
+        Übersicht
       </h2>
       
       <span>Beginnen Sie hier, wenn Sie Cordova Neuland.</span>
     </li>
     <li>
       <h2>
-        <a href="guide/support/index.html">Plattformunterstützung</a>
+        Plattformunterstützung
       </h2>
       
       <span>Kompatibilitätstabelle für alle wichtigen Funktionen.</span>
     </li>
     <li>
       <h2>
-        <a href="guide/cli/index.html">Die Befehlszeilenschnittstelle</a>
+        Die Befehlszeilenschnittstelle
       </h2>
       
       <span>Erstellen, erstellen und Bereitstellen von der Befehlszeile aus.</span>
     </li>
     <li>
       <h2>
-        <a href="guide/platforms/index.html">Plattform-Guides</a>
+        Plattform-Guides
       </h2>
       
       <span>Jede SDK und Update Projekte</span>
     </li>
     <li>
       <h2>
-        <a href="plugin_ref/plugman.html">Plugins verwalten mithilfe Plugman</a>
+        Plugins verwalten mithilfe Plugman
       </h2>
       
       <span>Verwenden Plugman zum Verwalten von Plugins ohne CLI</span>
     </li>
     <li>
       <h2>
-        <a href="config_ref/index.html">Die Datei config.xml</a> Datei
+        Die Datei config.xml Datei
       </h2>
       
       <span>Die Features Ihrer Anwendung anpassen.</span>
     </li>
     <li>
       <h2>
-        <a href="config_ref/images.html">Symbole und Splash-Screens</a>
+        Symbole und Splash-Screens
       </h2>
       
       <span>Die app Anzeigen von Bildern anpassen.</span>
     </li>
     <li>
       <h2>
-        <a href="guide/hybrid/webviews/index.html">Einbetten von Webansichten für</a>
+        Einbetten von Webansichten für
       </h2>
       
       <span>Implementieren Sie die Cordova WebView in Ihrem Projekt.</span>
     </li>
     <li>
       <h2>
-        <a href="guide/hybrid/plugins/index.html">Plugin-Entwicklung-Guide</a>
+        Plugin-Entwicklung-Guide
       </h2>
       
       <span>Entwickeln Sie Ihre erste Plugin.</span>
     </li>
     <li>
       <h2>
-        <a href="guide/appdev/privacy/index.html">Datenschutz-Guide</a>
+        Datenschutz-Guide
       </h2>
       
       <span>Erfahren Sie mehr über wichtige mobile Datenschutzprobleme.</span>
     </li>
     <li>
       <h2>
-        <a href="guide/appdev/whitelist/index.html">Whitelist-Guide</a>
+        Whitelist-Guide
       </h2>
       
       <span>Gewähren Sie eine Anwendungszugriff auf externe Ressourcen.</span>
     </li>
     <li>
       <h2>
-        <a href="cordova/storage/storage.html">Speicher</a>
+        Speicher
       </h2>
       
-      <span>Eine <a href="guide/overview/index.html">Übersicht</a> über native Storage-Optionen.</span>
+      <span>Eine Übersicht über native Storage-Optionen.</span>
     </li>
     <li>
       <h2>
@@ -124,14 +124,14 @@ license: >
   <ul>
     <li>
       <h2>
-        <a href="cordova/events/events.html">Veranstaltungen</a>
+        Veranstaltungen
       </h2>
       
       <span>Haken Sie in systemeigene Ereignisse durch JavaScript.</span>
     </li>
     <li>
       <h2>
-        <a href="cordova/plugins/pluginapis.html">Plugin APIs</a>
+        Plugin APIs
       </h2>
       
       <span>Entdecken Sie, welche Plugins Cordova zur Verwendung in Ihrem Projekt verfügbar sind.</span>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.4.0/plugin_ref/plugman.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.4.0/plugin_ref/plugman.md b/www/docs/de/3.4.0/plugin_ref/plugman.md
index 2c1cd58..f64003f 100644
--- a/www/docs/de/3.4.0/plugin_ref/plugman.md
+++ b/www/docs/de/3.4.0/plugin_ref/plugman.md
@@ -64,7 +64,7 @@ Weitere Parameter:
 
 *   `--plugins_dir`standardmaessig `<project>/cordova/plugins` , aber kann jedes Verzeichnis ein Unterverzeichnis für jeden abgerufenen Plugin.
 *   `--www`der Standardwert ist des Projekts `www` Ordnerspeicherort, kann jedoch jedes Verzeichnis, das als Cordova Projekt Anwendung Web Vermögenswerte verwendet werden.
-*   `--variable`ermöglicht es, bestimmte Variablen zum Zeitpunkt der Installation notwendig für bestimmte Plugins, die die API-Schlüssel oder andere benutzerdefinierte, benutzerdefinierte Parameter angeben. Finden Sie die [<a href="spec.html">Plugin-Spezifikation</a>][4] für weitere Informationen.
+*   `--variable`ermöglicht es, bestimmte Variablen zum Zeitpunkt der Installation notwendig für bestimmte Plugins, die die API-Schlüssel oder andere benutzerdefinierte, benutzerdefinierte Parameter angeben. Finden Sie die [Plugin-Spezifikation][4] für weitere Informationen.
 
  [4]: plugin_spec.md
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.4.0/plugin_ref/spec.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.4.0/plugin_ref/spec.md b/www/docs/de/3.4.0/plugin_ref/spec.md
index 72353b5..88156e6 100644
--- a/www/docs/de/3.4.0/plugin_ref/spec.md
+++ b/www/docs/de/3.4.0/plugin_ref/spec.md
@@ -262,7 +262,7 @@ Die `<source-file>` Element identifiziert ausführbare Quellcodes, die in ein Pr
 
 Es unterstützt die folgenden Attribute:
 
-*   `src`(erforderlich): <a href="../cordova/storage/storage.html">Speicher</a>ort der Datei relativ zum `plugin.xml` . Wenn die `src` Datei nicht gefunden, Plugman beendet und kehrt die Installation, gibt eine Benachrichtigung über das Problem und beendet mit einem NULL-Code.
+*   `src`(erforderlich): Speicherort der Datei relativ zum `plugin.xml` . Wenn die `src` Datei nicht gefunden, Plugman beendet und kehrt die Installation, gibt eine Benachrichtigung über das Problem und beendet mit einem NULL-Code.
 
 *   `target-dir`: Ein Verzeichnis, in dem die Dateien sollen, relativ zum Stammverzeichnis des Projektes Cordova kopiert werden. In der Praxis ist das wichtigste für Java-basierte Plattformen, wo eine Datei in die `com.alunny.foo` Paket muss in das `com/alunny/foo` Verzeichnis. Für Plattformen, wo das Quellverzeichnis nicht wichtig ist, sollte dieses Attribut weggelassen werden.
     
@@ -310,7 +310,7 @@ Es unterstützt die folgenden Attribute:
     
     Das Ziel kann Platzhalter enthalten ( `*` ) Elemente. In diesem Fall Plugman rekursiv durchsucht die Verzeichnisstruktur des Projekts und verwendet die erste Übereinstimmung.
     
-    Auf iOS, der <a href="../cordova/storage/storage.html">Speicher</a>ort der Konfigurationsdateien relativ zum Stammverzeichnis des Projekt-Verzeichnis ist nicht bekannt, also ein Ziel angeben `config.xml` löst in`cordova-ios-project/MyAppName/config.xml`.
+    Auf iOS, der Speicherort der Konfigurationsdateien relativ zum Stammverzeichnis des Projekt-Verzeichnis ist nicht bekannt, also ein Ziel angeben `config.xml` löst in`cordova-ios-project/MyAppName/config.xml`.
     
     Wenn die angegebene Datei nicht vorhanden ist, wird das Tool ignoriert die Konfigurationsänderung und wird die Installation fortgesetzt.
 
@@ -362,7 +362,7 @@ Wie Quelle, Ressourcen- und Header-Dateien, aber speziell für Plattformen wie B
 
 Unterstützte Attribute:
 
-*   `src`(erforderlich): der <a href="../cordova/storage/storage.html">Speicher</a>ort der Datei relativ zum `plugin.xml` . Wenn `src` nicht auffindbar, Plugman beendet und kehrt die Installation Probleme eine Warnung über das Problem und beendet mit einem NULL-Code.
+*   `src`(erforderlich): der Speicherort der Datei relativ zum `plugin.xml` . Wenn `src` nicht auffindbar, Plugman beendet und kehrt die Installation Probleme eine Warnung über das Problem und beendet mit einem NULL-Code.
 
 *   `arch`: Die Architektur, für die die `.so` Datei erstellt wurde, entweder `device` oder`simulator`.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.5.0/config_ref/images.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.5.0/config_ref/images.md b/www/docs/de/3.5.0/config_ref/images.md
index 3cb8a6a..aefd37a 100644
--- a/www/docs/de/3.5.0/config_ref/images.md
+++ b/www/docs/de/3.5.0/config_ref/images.md
@@ -150,7 +150,7 @@ Die erste Zeile legt das Bild fest als den Begrüßungsbildschirm anzuzeigen. Di
 
 Der zweiten Zeile wird die Standardverzögerung der Splashscreen in Millisekunden wie lange angezeigt wird. Dies sollte die maximale erwartete Startzeit. Der Standardwert für SplashScreenDelay ist 3000 ms.
 
-Schließlich sollte der Begrüßungsbildschirm vorhanden nur so lange wie nötig sein. Wenn Ihre app begonnen hat und die Webview geladen hat, sollte Ihre Anwendung den Splash-Screen ausblenden, sodass Hauptansicht angezeigt wird. Da die Startzeit der app ziemlich aufgrund zahlreicher Faktoren variieren, es wird empfohlen, Ihre Anwendung explizit aufrufen `navigator.splashscreen.hide()` in der Javascript-Methode, die auf reagiert das `<a href="../cordova/events/events.deviceready.html">deviceready</a>` Ereignis. Ansonsten werden der Splash-Screen für den SplashScreenDelay-Wert angezeigt, die Sie oben konfiguriert. Diese ereignisgesteuerten Ansatz wird dringend empfohlen, im Vergleich mit den Splash-Screen sichtbar für immer eine feste Laufzeit.
+Schließlich sollte der Begrüßungsbildschirm vorhanden nur so lange wie nötig sein. Wenn Ihre app begonnen hat und die Webview geladen hat, sollte Ihre Anwendung den Splash-Screen ausblenden, sodass Hauptansicht angezeigt wird. Da die Startzeit der app ziemlich aufgrund zahlreicher Faktoren variieren, es wird empfohlen, Ihre Anwendung explizit aufrufen `navigator.splashscreen.hide()` in der Javascript-Methode, die auf reagiert das `deviceready` Ereignis. Ansonsten werden der Splash-Screen für den SplashScreenDelay-Wert angezeigt, die Sie oben konfiguriert. Diese ereignisgesteuerten Ansatz wird dringend empfohlen, im Vergleich mit den Splash-Screen sichtbar für immer eine feste Laufzeit.
 
 ## Splash-Screens für die iOS-Plattform
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.5.0/config_ref/index.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.5.0/config_ref/index.md b/www/docs/de/3.5.0/config_ref/index.md
index ab77265..585832a 100644
--- a/www/docs/de/3.5.0/config_ref/index.md
+++ b/www/docs/de/3.5.0/config_ref/index.md
@@ -40,11 +40,11 @@ Wenn die CLI ein Projekt erstellen, werden in verschiedenen Versionen dieser Dat
 
 Dieser Abschnitt beschreibt globale und Cross-Plattform-Konfigurationsoptionen. Finden Sie in den folgenden Abschnitten für Plattform-spezifische Optionen:
 
-*   <a href="../guide/platforms/ios/config.html">iOS Konfiguration</a>
+*   iOS Konfiguration
 *   Android Konfiguration
-*   <a href="../guide/platforms/blackberry10/config.html">BlackBerry 10 Konfiguration</a>
+*   BlackBerry 10 Konfiguration
 
-Neben der verschiedenen Konfigurationsoptionen unten können Sie auch eine Anwendung Kernsatz von Bildern für jede Zielplattform konfigurieren. Weitere Informationen finden Sie unter <a href="images.html">Symbole und Splash-Screens</a>.
+Neben der verschiedenen Konfigurationsoptionen unten können Sie auch eine Anwendung Kernsatz von Bildern für jede Zielplattform konfigurieren. Weitere Informationen finden Sie unter Symbole und Splash-Screens.
 
 ## Kern-Konfigurationselemente
 
@@ -53,7 +53,7 @@ In diesem Beispiel wird den Standardwert `config.xml` erzeugt durch der CLI `cre
         <widget id="com.example.hello" version="0.0.1">
             <name>HelloWorld</name>
             <description>
-                A sample Apache Cordova application that responds to the <a href="../cordova/events/events.deviceready.html">deviceready</a> event.
+                A sample Apache Cordova application that responds to the deviceready event.
             </description>
             <author email="dev@callback.apache.org" href="http://cordova.io">
                 Apache Cordova Team
@@ -73,7 +73,7 @@ Die folgenden Konfigurationselemente in der obersten Ebene angezeigt `config.xml
 
 *   Der optionale `<content>` -Element definiert die app Startseite in der obersten Ebene Webverzeichnis Vermögenswerte. Der Standardwert ist `index.html` , die üblicherweise in einem Projekt angezeigt wird, ist der obersten Ebene `www` Verzeichnis.
 
-*   `<access>`Elemente definieren den Satz der externen Domänen, die, denen die app erlaubt ist, zu kommunizieren. Der Standardwert, der oben gezeigten ermöglicht es, jeden beliebigen Server zugreifen. Finden Sie im Domain-<a href="../guide/appdev/whitelist/index.html">Whitelist-Guide</a> für Details.
+*   `<access>`Elemente definieren den Satz der externen Domänen, die, denen die app erlaubt ist, zu kommunizieren. Der Standardwert, der oben gezeigten ermöglicht es, jeden beliebigen Server zugreifen. Finden Sie im Domain-Whitelist-Guide für Details.
 
 *   Die `<preference>` Tag stellt verschiedene Optionen als Paare von `name` / `value` Attribute. Jede Vorliebe `name` ist case-insensitive. Viele Einstellungen sind nur für bestimmte Plattformen, wie oben auf dieser Seite aufgeführt. In den folgenden Abschnitten beschreiben die Einstellungen, die für mehrere Plattformen gelten.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.5.0/cordova/events/events.backbutton.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.5.0/cordova/events/events.backbutton.md b/www/docs/de/3.5.0/cordova/events/events.backbutton.md
index 93fee24..8a18520 100644
--- a/www/docs/de/3.5.0/cordova/events/events.backbutton.md
+++ b/www/docs/de/3.5.0/cordova/events/events.backbutton.md
@@ -27,7 +27,7 @@ Das Ereignis wird ausgelöst, wenn der Benutzer den "zurück"-Button drückt.
 
 ## Details
 
-Um das zurück-Button Standardverhalten überschreiben, registriert einen Ereignis-Listener für das `backbutton` Ereignis in der Regel durch den Aufruf `document.addEventListener` sobald Sie erhalten die `<a href="events.deviceready.html">deviceready</a>` Ereignis. Es ist nicht mehr notwendig, jede andere Methode zum Überschreiben der zurück-Button aufrufen.
+Um das zurück-Button Standardverhalten überschreiben, registriert einen Ereignis-Listener für das `backbutton` Ereignis in der Regel durch den Aufruf `document.addEventListener` sobald Sie erhalten die `deviceready` Ereignis. Es ist nicht mehr notwendig, jede andere Methode zum Überschreiben der zurück-Button aufrufen.
 
 ## Unterstützte Plattformen
 
@@ -50,7 +50,7 @@ Um das zurück-Button Standardverhalten überschreiben, registriert einen Ereign
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Back Button <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Back Button Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
@@ -58,7 +58,7 @@ Um das zurück-Button Standardverhalten überschreiben, registriert einen Ereign
         // Wait for device API libraries to load
         //
         function onLoad() {
-            document.addEventListener("<a href="events.deviceready.html">deviceready</a>", onDeviceReady, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
     
         // device APIs are available

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.5.0/cordova/events/events.deviceready.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.5.0/cordova/events/events.deviceready.md b/www/docs/de/3.5.0/cordova/events/events.deviceready.md
index d45547b..5bda585 100644
--- a/www/docs/de/3.5.0/cordova/events/events.deviceready.md
+++ b/www/docs/de/3.5.0/cordova/events/events.deviceready.md
@@ -59,7 +59,7 @@ Das `deviceready` Ereignis verhält sich etwas anders als von anderen. Ein Ereig
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Device Ready <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Device Ready Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.5.0/cordova/events/events.endcallbutton.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.5.0/cordova/events/events.endcallbutton.md b/www/docs/de/3.5.0/cordova/events/events.endcallbutton.md
index e4502bc..05f2f3c 100644
--- a/www/docs/de/3.5.0/cordova/events/events.endcallbutton.md
+++ b/www/docs/de/3.5.0/cordova/events/events.endcallbutton.md
@@ -29,7 +29,7 @@ Dieses Ereignis wird ausgelöst, wenn der Benutzer die End-Call-Taste drückt.
 
 Das Ereignis überschreibt das Standardverhalten des End-Aufruf.
 
-Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal einen Ereignis-Listener hinzufügen das `<a href="events.deviceready.html">deviceready</a>` -Ereignis ausgelöst.
+Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal einen Ereignis-Listener hinzufügen das `deviceready` -Ereignis ausgelöst.
 
 ## Unterstützte Plattformen
 
@@ -50,7 +50,7 @@ Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal ei
                           "http://www.w3.org/TR/html4/strict.dtd">
     <html>
       <head>
-        <title>End Call Button <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>End Call Button Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
@@ -58,7 +58,7 @@ Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal ei
         // Wait for device API libraries to load
         //
         function onLoad() {
-            document.addEventListener("<a href="events.deviceready.html">deviceready</a>", onDeviceReady, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
     
         // device APIs are available

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.5.0/cordova/events/events.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.5.0/cordova/events/events.md b/www/docs/de/3.5.0/cordova/events/events.md
index 6b41125..1a5e875 100644
--- a/www/docs/de/3.5.0/cordova/events/events.md
+++ b/www/docs/de/3.5.0/cordova/events/events.md
@@ -24,16 +24,16 @@ license: >
 
 ## Ereignistypen
 
-*   <a href="events.deviceready.html">deviceready</a>
-*   <a href="events.pause.html">Anhalten</a>
-*   <a href="events.resume.html">Lebenslauf</a>
-*   <a href="events.backbutton.html">backbutton</a>
-*   <a href="events.menubutton.html">menubutton</a>
-*   <a href="events.searchbutton.html">searchbutton</a>
-*   <a href="events.startcallbutton.html">startcallbutton</a>
-*   <a href="events.endcallbutton.html">endcallbutton</a>
-*   <a href="events.volumedownbutton.html">volumedownbutton</a>
-*   <a href="events.volumeupbutton.html">volumeupbutton</a>
+*   deviceready
+*   Anhalten
+*   Lebenslauf
+*   backbutton
+*   menubutton
+*   searchbutton
+*   startcallbutton
+*   endcallbutton
+*   volumedownbutton
+*   volumeupbutton
 
 ## Ereignisse, die von den [org.apache.cordova.battery-Status][1] hinzugefügt
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.5.0/cordova/events/events.menubutton.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.5.0/cordova/events/events.menubutton.md b/www/docs/de/3.5.0/cordova/events/events.menubutton.md
index 3f1ac8c..243228e 100644
--- a/www/docs/de/3.5.0/cordova/events/events.menubutton.md
+++ b/www/docs/de/3.5.0/cordova/events/events.menubutton.md
@@ -29,7 +29,7 @@ Das Ereignis wird ausgelöst, wenn der Benutzer die Menü-Taste drückt.
 
 Anwenden eines Event-handlers überschreibt das Standardverhalten der Menü-Taste.
 
-Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal einen Ereignis-Listener hinzufügen das `<a href="events.deviceready.html">deviceready</a>` -Ereignis ausgelöst.
+Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal einen Ereignis-Listener hinzufügen das `deviceready` -Ereignis ausgelöst.
 
 ## Unterstützte Plattformen
 
@@ -52,7 +52,7 @@ Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal ei
                           "http://www.w3.org/TR/html4/strict.dtd">
     <html>
       <head>
-        <title>Menu Button <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Menu Button Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
@@ -60,7 +60,7 @@ Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal ei
         // Wait for device API libraries to load
         //
         function onLoad() {
-            document.addEventListener("<a href="events.deviceready.html">deviceready</a>", onDeviceReady, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
     
         // device APIs are available

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.5.0/cordova/events/events.pause.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.5.0/cordova/events/events.pause.md b/www/docs/de/3.5.0/cordova/events/events.pause.md
index ef8bed9..a1f391e 100644
--- a/www/docs/de/3.5.0/cordova/events/events.pause.md
+++ b/www/docs/de/3.5.0/cordova/events/events.pause.md
@@ -29,7 +29,7 @@ Das Ereignis wird ausgelöst, wenn eine Anwendung in den Hintergrund gelegt wird
 
 Das `pause` -Ereignis wird ausgelöst, wenn die einheitlichen Plattform die Anwendung in den Hintergrund, in der Regel, setzt wenn der Benutzer zu einer anderen Anwendung wechselt.
 
-Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal einen Ereignis-Listener hinzufügen das `<a href="events.deviceready.html">deviceready</a>` -Ereignis ausgelöst.
+Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal einen Ereignis-Listener hinzufügen das `deviceready` -Ereignis ausgelöst.
 
 ## Unterstützte Plattformen
 
@@ -54,7 +54,7 @@ Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal ei
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Pause <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Pause Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
@@ -62,7 +62,7 @@ Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal ei
         // Wait for device API libraries to load
         //
         function onLoad() {
-            document.addEventListener("<a href="events.deviceready.html">deviceready</a>", onDeviceReady, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
     
         // device APIs are available

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.5.0/cordova/events/events.resume.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.5.0/cordova/events/events.resume.md b/www/docs/de/3.5.0/cordova/events/events.resume.md
index d6e6d7e..ac6e17f 100644
--- a/www/docs/de/3.5.0/cordova/events/events.resume.md
+++ b/www/docs/de/3.5.0/cordova/events/events.resume.md
@@ -29,7 +29,7 @@ Das Ereignis wird ausgelöst, wenn eine Anwendung aus dem Hintergrund abgerufen
 
 Das `resume` -Ereignis wird ausgelöst, wenn die native Plattform die Anwendung aus dem Hintergrund zieht.
 
-Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal einen Ereignis-Listener hinzufügen das `<a href="events.deviceready.html">deviceready</a>` -Ereignis ausgelöst.
+Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal einen Ereignis-Listener hinzufügen das `deviceready` -Ereignis ausgelöst.
 
 ## Unterstützte Plattformen
 
@@ -54,7 +54,7 @@ Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal ei
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Resume <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Resume Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
@@ -62,7 +62,7 @@ Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal ei
         // Wait for device API libraries to load
         //
         function onLoad() {
-            document.addEventListener("<a href="events.deviceready.html">deviceready</a>", onDeviceReady, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
     
         // device APIs are available

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.5.0/cordova/events/events.searchbutton.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.5.0/cordova/events/events.searchbutton.md b/www/docs/de/3.5.0/cordova/events/events.searchbutton.md
index ef1edbf..bc165af 100644
--- a/www/docs/de/3.5.0/cordova/events/events.searchbutton.md
+++ b/www/docs/de/3.5.0/cordova/events/events.searchbutton.md
@@ -29,7 +29,7 @@ Das Ereignis wird ausgelöst, wenn der Benutzer die Schaltfläche Suchen auf And
 
 Wenn Sie das Standardverhalten für die Schaltfläche von Suche auf Android überschreiben möchten können Sie einen Ereignis-Listener für das Ereignis 'Searchbutton' registrieren.
 
-Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal einen Ereignis-Listener hinzufügen das `<a href="events.deviceready.html">deviceready</a>` -Ereignis ausgelöst.
+Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal einen Ereignis-Listener hinzufügen das `deviceready` -Ereignis ausgelöst.
 
 ## Unterstützte Plattformen
 
@@ -50,7 +50,7 @@ Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal ei
                           "http://www.w3.org/TR/html4/strict.dtd">
     <html>
       <head>
-        <title>Search Button <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Search Button Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
@@ -58,7 +58,7 @@ Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal ei
         // Wait for device API libraries to load
         //
         function onLoad() {
-            document.addEventListener("<a href="events.deviceready.html">deviceready</a>", onDeviceReady, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
     
         // device APIs are available

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.5.0/cordova/events/events.startcallbutton.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.5.0/cordova/events/events.startcallbutton.md b/www/docs/de/3.5.0/cordova/events/events.startcallbutton.md
index ba139df..2968fb8 100644
--- a/www/docs/de/3.5.0/cordova/events/events.startcallbutton.md
+++ b/www/docs/de/3.5.0/cordova/events/events.startcallbutton.md
@@ -29,7 +29,7 @@ Das Ereignis wird ausgelöst, wenn der Benutzer die Startschaltfläche drückt.
 
 Wenn Sie das Start-Aufruf Standardverhalten überschreiben möchten registrieren Sie einen Ereignis-Listener für das `startcallbutton` Ereignis.
 
-Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal einen Ereignis-Listener hinzufügen das `<a href="events.deviceready.html">deviceready</a>` -Ereignis ausgelöst.
+Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal einen Ereignis-Listener hinzufügen das `deviceready` -Ereignis ausgelöst.
 
 ## Unterstützte Plattformen
 
@@ -50,7 +50,7 @@ Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal ei
                           "http://www.w3.org/TR/html4/strict.dtd">
     <html>
       <head>
-        <title>Start Call Button <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Start Call Button Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
@@ -58,7 +58,7 @@ Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal ei
         // Wait for device API libraries to load
         //
         function onLoad() {
-            document.addEventListener("<a href="events.deviceready.html">deviceready</a>", onDeviceReady, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
     
         // device APIs are available

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.5.0/cordova/events/events.volumedownbutton.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.5.0/cordova/events/events.volumedownbutton.md b/www/docs/de/3.5.0/cordova/events/events.volumedownbutton.md
index d102f7f..19a239a 100644
--- a/www/docs/de/3.5.0/cordova/events/events.volumedownbutton.md
+++ b/www/docs/de/3.5.0/cordova/events/events.volumedownbutton.md
@@ -29,7 +29,7 @@ Das Ereignis wird ausgelöst, wenn der Benutzer die Lautstärke-Taste drückt.
 
 Wenn Sie die Standard-Lautstärke reduzieren Verhalten überschreiben müssen erfassen Sie einen Ereignis-Listener für das `volumedownbutton` Ereignis.
 
-Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal einen Ereignis-Listener hinzufügen das `<a href="events.deviceready.html">deviceready</a>` -Ereignis ausgelöst.
+Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal einen Ereignis-Listener hinzufügen das `deviceready` -Ereignis ausgelöst.
 
 ## Unterstützte Plattformen
 
@@ -50,7 +50,7 @@ Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal ei
                           "http://www.w3.org/TR/html4/strict.dtd">
     <html>
       <head>
-        <title>Volume Down Button <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Volume Down Button Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
@@ -58,7 +58,7 @@ Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal ei
         // Wait for device API libraries to load
         //
         function onLoad() {
-            document.addEventListener("<a href="events.deviceready.html">deviceready</a>", onDeviceReady, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
     
         // device APIs are available

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.5.0/cordova/events/events.volumeupbutton.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.5.0/cordova/events/events.volumeupbutton.md b/www/docs/de/3.5.0/cordova/events/events.volumeupbutton.md
index 1e131e4..99343d5 100644
--- a/www/docs/de/3.5.0/cordova/events/events.volumeupbutton.md
+++ b/www/docs/de/3.5.0/cordova/events/events.volumeupbutton.md
@@ -29,7 +29,7 @@ Das Ereignis wird ausgelöst, wenn der Benutzer die Lauter Taste drückt.
 
 Wenn Sie die Standard-Lautstärke erhöhen Verhalten überschreiben müssen registrieren Sie einen Ereignis-Listener für das `volumeupbutton` Ereignis.
 
-Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal einen Ereignis-Listener hinzufügen das `<a href="events.deviceready.html">deviceready</a>` -Ereignis ausgelöst.
+Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal einen Ereignis-Listener hinzufügen das `deviceready` -Ereignis ausgelöst.
 
 ## Unterstützte Plattformen
 
@@ -50,7 +50,7 @@ Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal ei
                           "http://www.w3.org/TR/html4/strict.dtd">
     <html>
       <head>
-        <title>Volume Up Button <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Volume Up Button Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
@@ -58,7 +58,7 @@ Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal ei
         // Wait for device API libraries to load
         //
         function onLoad() {
-            document.addEventListener("<a href="events.deviceready.html">deviceready</a>", onDeviceReady, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
     
         // device APIs are available

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.5.0/cordova/storage/database/database.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.5.0/cordova/storage/database/database.md b/www/docs/de/3.5.0/cordova/storage/database/database.md
index 1030ec9..1084d9a 100644
--- a/www/docs/de/3.5.0/cordova/storage/database/database.md
+++ b/www/docs/de/3.5.0/cordova/storage/database/database.md
@@ -30,7 +30,7 @@ Ermöglicht den Zugriff auf eine SQL-Datenbank.
 
 ## Informationen
 
-Die `window.<a href="../storage.opendatabase.html">openDatabase</a>()` -Methode gibt ein `Database` Objekt.
+Die `window.openDatabase()` -Methode gibt ein `Database` Objekt.
 
 ## Unterstützte Plattformen
 
@@ -56,13 +56,13 @@ Die `window.<a href="../storage.opendatabase.html">openDatabase</a>()` -Methode
         alert("success!");
     }
     
-    var db = window.<a href="../storage.opendatabase.html">openDatabase</a>("Database", "1.0", "Cordova Demo", 200000);
+    var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
     db.transaction(populateDB, errorCB, successCB);
     
 
 ## Änderung Version kleines Beispiel
 
-    var db = window.<a href="../storage.opendatabase.html">openDatabase</a>("Database", "1.0", "Cordova Demo", 200000);
+    var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
     db.changeVersion("1.0", "1.1");
     
 
@@ -71,19 +71,19 @@ Die `window.<a href="../storage.opendatabase.html">openDatabase</a>()` -Methode
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Storage <a href="../storage.opendatabase.html">Example</a></title>
+        <title>Storage Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
     
         // Wait for device API libraries to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", onDeviceReady, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
     
         // device APIs are available
         //
         function onDeviceReady() {
-            var db = window.<a href="../storage.opendatabase.html">openDatabase</a>("Database", "1.0", "Cordova Demo", 200000);
+            var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
             db.transaction(populateDB, errorCB, successCB);
         }
     
@@ -111,7 +111,7 @@ Die `window.<a href="../storage.opendatabase.html">openDatabase</a>()` -Methode
         </script>
       </head>
       <body>
-        <h1><a href="../storage.opendatabase.html">Example</a></h1>
+        <h1>Example</h1>
         <p>Database</p>
       </body>
     </html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.5.0/cordova/storage/localstorage/localstorage.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.5.0/cordova/storage/localstorage/localstorage.md b/www/docs/de/3.5.0/cordova/storage/localstorage/localstorage.md
index 9755e8f..92bddcf 100644
--- a/www/docs/de/3.5.0/cordova/storage/localstorage/localstorage.md
+++ b/www/docs/de/3.5.0/cordova/storage/localstorage/localstorage.md
@@ -20,7 +20,7 @@ license: >
 
 # localStorage
 
-Ermöglicht den Zugriff auf die W3C [Web-<a href="../storage.html">Speicher</a>schnittstelle][1]
+Ermöglicht den Zugriff auf die W3C [Web-Speicherschnittstelle][1]
 
  [1]: http://dev.w3.org/html5/webstorage/#the-localstorage-attribute
 
@@ -42,7 +42,7 @@ Ermöglicht den Zugriff auf die W3C [Web-<a href="../storage.html">Speicher</a>s
 
 ## Informationen
 
-Die `window.localStorage` -Schnittstelle implementiert die W3C [Web-<a href="../storage.html">Speicher</a>schnittstelle][2]. Eine app kann damit um persistente Daten mithilfe von Schlüssel-Wert-Paaren zu speichern. Die `window.sessionStorage` Schnittstelle funktioniert genauso in jeder Hinsicht, es sei denn, dass alle Daten jedes Mal die app schließt deaktiviert ist. Jede <a href="../database/database.html">Datenbank</a> bietet einen separaten Namespace.
+Die `window.localStorage` -Schnittstelle implementiert die W3C [Web-Speicherschnittstelle][2]. Eine app kann damit um persistente Daten mithilfe von Schlüssel-Wert-Paaren zu speichern. Die `window.sessionStorage` Schnittstelle funktioniert genauso in jeder Hinsicht, es sei denn, dass alle Daten jedes Mal die app schließt deaktiviert ist. Jede Datenbank bietet einen separaten Namespace.
 
  [2]: http://dev.w3.org/html5/webstorage/
 
@@ -85,14 +85,14 @@ Die `window.localStorage` -Schnittstelle implementiert die W3C [Web-<a href="../
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Storage <a href="../storage.opendatabase.html">Example</a></title>
+        <title>Storage Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
     
         // Wait for device API libraries to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", onDeviceReady, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
     
         // device APIs are available
         //
@@ -111,7 +111,7 @@ Die `window.localStorage` -Schnittstelle implementiert die W3C [Web-<a href="../
         </script>
       </head>
       <body>
-        <h1><a href="../storage.opendatabase.html">Example</a></h1>
+        <h1>Example</h1>
         <p>localStorage</p>
       </body>
     </html>
@@ -119,4 +119,4 @@ Die `window.localStorage` -Schnittstelle implementiert die W3C [Web-<a href="../
 
 ## Windows Phone 7 Macken
 
-Punktnotation ist *nicht* für Windows Phone 7 verfügbar. Verwenden Sie `setItem` oder `getItem` , anstatt auf Tasten direkt aus dem <a href="../storage.html">Speicher</a>objekt, wie z.B.`window.localStorage.someKey`.
\ No newline at end of file
+Punktnotation ist *nicht* für Windows Phone 7 verfügbar. Verwenden Sie `setItem` oder `getItem` , anstatt auf Tasten direkt aus dem Speicherobjekt, wie z.B.`window.localStorage.someKey`.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.5.0/cordova/storage/parameters/display_name.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.5.0/cordova/storage/parameters/display_name.md b/www/docs/de/3.5.0/cordova/storage/parameters/display_name.md
index a45cfa4..6d8c773 100644
--- a/www/docs/de/3.5.0/cordova/storage/parameters/display_name.md
+++ b/www/docs/de/3.5.0/cordova/storage/parameters/display_name.md
@@ -20,4 +20,4 @@ license: >
 
 # database_displayname
 
-Der Anzeigename der <a href="../database/database.html">Datenbank</a>.
\ No newline at end of file
+Der Anzeigename der Datenbank.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.5.0/cordova/storage/parameters/name.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.5.0/cordova/storage/parameters/name.md b/www/docs/de/3.5.0/cordova/storage/parameters/name.md
index 3964838..a2a0889 100644
--- a/www/docs/de/3.5.0/cordova/storage/parameters/name.md
+++ b/www/docs/de/3.5.0/cordova/storage/parameters/name.md
@@ -20,4 +20,4 @@ license: >
 
 # database_name
 
-Der Name der <a href="../database/database.html">Datenbank</a>.
\ No newline at end of file
+Der Name der Datenbank.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.5.0/cordova/storage/parameters/size.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.5.0/cordova/storage/parameters/size.md b/www/docs/de/3.5.0/cordova/storage/parameters/size.md
index 8ec6c1b..84ed02c 100644
--- a/www/docs/de/3.5.0/cordova/storage/parameters/size.md
+++ b/www/docs/de/3.5.0/cordova/storage/parameters/size.md
@@ -20,4 +20,4 @@ license: >
 
 # database_size
 
-Die Grösse der <a href="../database/database.html">Datenbank</a> in Bytes.
\ No newline at end of file
+Die Grösse der Datenbank in Bytes.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.5.0/cordova/storage/parameters/version.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.5.0/cordova/storage/parameters/version.md b/www/docs/de/3.5.0/cordova/storage/parameters/version.md
index 3a959ca..ee4cb8c 100644
--- a/www/docs/de/3.5.0/cordova/storage/parameters/version.md
+++ b/www/docs/de/3.5.0/cordova/storage/parameters/version.md
@@ -20,4 +20,4 @@ license: >
 
 # database_version
 
-Die Version der <a href="../database/database.html">Datenbank</a>.
\ No newline at end of file
+Die Version der Datenbank.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.5.0/cordova/storage/sqlerror/sqlerror.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.5.0/cordova/storage/sqlerror/sqlerror.md b/www/docs/de/3.5.0/cordova/storage/sqlerror/sqlerror.md
index 4d3a1db..3ac441b 100644
--- a/www/docs/de/3.5.0/cordova/storage/sqlerror/sqlerror.md
+++ b/www/docs/de/3.5.0/cordova/storage/sqlerror/sqlerror.md
@@ -41,4 +41,4 @@ A `SQLError` Objekt wird ausgelöst, wenn ein Fehler auftritt.
 
 ## Beschreibung
 
-Das `SQLError` Objekt wird ausgelöst, wenn ein Fehler auftritt, wenn eine <a href="../database/database.html">Datenbank</a> zu manipulieren.
\ No newline at end of file
+Das `SQLError` Objekt wird ausgelöst, wenn ein Fehler auftritt, wenn eine Datenbank zu manipulieren.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.5.0/cordova/storage/sqlresultset/sqlresultset.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.5.0/cordova/storage/sqlresultset/sqlresultset.md b/www/docs/de/3.5.0/cordova/storage/sqlresultset/sqlresultset.md
index c0b099e..bff869d 100644
--- a/www/docs/de/3.5.0/cordova/storage/sqlresultset/sqlresultset.md
+++ b/www/docs/de/3.5.0/cordova/storage/sqlresultset/sqlresultset.md
@@ -20,19 +20,19 @@ license: >
 
 # SQLResultSet
 
-Wenn eine `<a href="../sqltransaction/sqltransaction.html">SQLTransaction</a>` des Objekts `executeSql` -Methode wird aufgerufen, der angegebene Rückruf führt mit einem `SQLResultSet` Parameter.
+Wenn eine `SQLTransaction` des Objekts `executeSql` -Methode wird aufgerufen, der angegebene Rückruf führt mit einem `SQLResultSet` Parameter.
 
 ## Eigenschaften
 
-*   **InsertId**: die Zeilen-ID der Zeile, die die `SQLResultSet` des Objekts-SQL-Anweisung, die in die <a href="../database/database.html">Datenbank</a> eingefügt.
+*   **InsertId**: die Zeilen-ID der Zeile, die die `SQLResultSet` des Objekts-SQL-Anweisung, die in die Datenbank eingefügt.
 
 *   **RowsAffected**: die Anzahl der Zeilen geändert werden, indem die SQL-Anweisung, die 0 (null), wenn die Anweisung keine Zeilen nicht ausgewirkt hat.
 
-*   **Zeilen**: eine `<a href="../sqlresultsetrowlist/sqlresultsetrowlist.html">SQLResultSetRowList</a>` , die die zurückgegebenen Zeilen darstellen, empty, wenn keine Zeilen zurückgegeben werden.
+*   **Zeilen**: eine `SQLResultSetRowList` , die die zurückgegebenen Zeilen darstellen, empty, wenn keine Zeilen zurückgegeben werden.
 
 ## Informationen
 
-Wenn eine `<a href="../sqltransaction/sqltransaction.html">SQLTransaction</a>` des Objekts `executeSql` -Methode wird aufgerufen, der angegebene Rückruf führt mit einer `SQLResultSet` Parameter mit den drei Eigenschaften:
+Wenn eine `SQLTransaction` des Objekts `executeSql` -Methode wird aufgerufen, der angegebene Rückruf führt mit einer `SQLResultSet` Parameter mit den drei Eigenschaften:
 
 *   Die `insertId` gibt die Zeilennummer einer successly SQL-Einfügung-Anweisung zurück. Wenn die SQL keine Zeilen einfügen wird die `insertId` nicht festgelegt.
 
@@ -68,7 +68,7 @@ Wenn eine `<a href="../sqltransaction/sqltransaction.html">SQLTransaction</a>` d
         alert("Error processing SQL: "+err.code);
     }
     
-    var db = window.<a href="../storage.opendatabase.html">openDatabase</a>("Database", "1.0", "Cordova Demo", 200000);
+    var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
     db.transaction(queryDB, errorCB);
     
 
@@ -77,14 +77,14 @@ Wenn eine `<a href="../sqltransaction/sqltransaction.html">SQLTransaction</a>` d
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Storage <a href="../storage.opendatabase.html">Example</a></title>
+        <title>Storage Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
     
         // Wait for device API libraries to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", onDeviceReady, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
     
         // Populate the database
         //
@@ -123,21 +123,21 @@ Wenn eine `<a href="../sqltransaction/sqltransaction.html">SQLTransaction</a>` d
         // Transaction success callback
         //
         function successCB() {
-            var db = window.<a href="../storage.opendatabase.html">openDatabase</a>("Database", "1.0", "Cordova Demo", 200000);
+            var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
             db.transaction(queryDB, errorCB);
         }
     
         // device APIs are available
         //
         function onDeviceReady() {
-            var db = window.<a href="../storage.opendatabase.html">openDatabase</a>("Database", "1.0", "Cordova Demo", 200000);
+            var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
             db.transaction(populateDB, errorCB, successCB);
         }
     
         </script>
       </head>
       <body>
-        <h1><a href="../storage.opendatabase.html">Example</a></h1>
+        <h1>Example</h1>
         <p>Database</p>
       </body>
     </html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.5.0/cordova/storage/sqlresultsetrowlist/sqlresultsetrowlist.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.5.0/cordova/storage/sqlresultsetrowlist/sqlresultsetrowlist.md b/www/docs/de/3.5.0/cordova/storage/sqlresultsetrowlist/sqlresultsetrowlist.md
index af0dfdf..be3e61e 100644
--- a/www/docs/de/3.5.0/cordova/storage/sqlresultsetrowlist/sqlresultsetrowlist.md
+++ b/www/docs/de/3.5.0/cordova/storage/sqlresultsetrowlist/sqlresultsetrowlist.md
@@ -18,9 +18,9 @@ license: >
     under the License.
 ---
 
-# <a href="../sqlresultset/sqlresultset.html">SQLResultSet</a>RowList
+# SQLResultSetRowList
 
-Eine der Eigenschaften von den `<a href="../sqlresultset/sqlresultset.html">SQLResultSet</a>` mit den Zeilen aus einer SQL-Abfrage zurückgegeben.
+Eine der Eigenschaften von den `SQLResultSet` mit den Zeilen aus einer SQL-Abfrage zurückgegeben.
 
 ## Eigenschaften
 
@@ -32,7 +32,7 @@ Eine der Eigenschaften von den `<a href="../sqlresultset/sqlresultset.html">SQLR
 
 ## Informationen
 
-Die `<a href="../sqlresultset/sqlresultset.html">SQLResultSet</a>RowList` enthält die Daten aus einer SQL zurückgegeben `select` Anweisung. Das Objekt enthält eine `length` Eigenschaft, die angibt, wie viele Zeilen der `select` Anweisung zurückgegeben. Um eine Zeile mit Daten abzurufen, rufen Sie die `item` -Methode, um einen Index angeben. Es gibt eine JavaScript `Object` deren Eigenschaften sind die <a href="../database/database.html">Datenbank</a>spalten der `select` Anweisung ausgeführt wurde.
+Die `SQLResultSetRowList` enthält die Daten aus einer SQL zurückgegeben `select` Anweisung. Das Objekt enthält eine `length` Eigenschaft, die angibt, wie viele Zeilen der `select` Anweisung zurückgegeben. Um eine Zeile mit Daten abzurufen, rufen Sie die `item` -Methode, um einen Index angeben. Es gibt eine JavaScript `Object` deren Eigenschaften sind die Datenbankspalten der `select` Anweisung ausgeführt wurde.
 
 ## Unterstützte Plattformen
 
@@ -59,7 +59,7 @@ Die `<a href="../sqlresultset/sqlresultset.html">SQLResultSet</a>RowList` enthä
             alert("Error processing SQL: "+err.code);
         }
     
-        var db = window.<a href="../storage.opendatabase.html">openDatabase</a>("Database", "1.0", "Cordova Demo", 200000);
+        var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
         db.transaction(queryDB, errorCB);
     
 
@@ -68,14 +68,14 @@ Die `<a href="../sqlresultset/sqlresultset.html">SQLResultSet</a>RowList` enthä
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Storage <a href="../storage.opendatabase.html">Example</a></title>
+        <title>Storage Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
     
         // Wait for device API libraries to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", onDeviceReady, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
     
         // Populate the database
         //
@@ -111,21 +111,21 @@ Die `<a href="../sqlresultset/sqlresultset.html">SQLResultSet</a>RowList` enthä
         // Transaction success callback
         //
         function successCB() {
-            var db = window.<a href="../storage.opendatabase.html">openDatabase</a>("Database", "1.0", "Cordova Demo", 200000);
+            var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
             db.transaction(queryDB, errorCB);
         }
     
         // device APIs are available
         //
         function onDeviceReady() {
-            var db = window.<a href="../storage.opendatabase.html">openDatabase</a>("Database", "1.0", "Cordova Demo", 200000);
+            var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
             db.transaction(populateDB, errorCB, successCB);
         }
     
         </script>
       </head>
       <body>
-        <h1><a href="../storage.opendatabase.html">Example</a></h1>
+        <h1>Example</h1>
         <p>Database</p>
       </body>
     </html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.5.0/cordova/storage/sqltransaction/sqltransaction.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.5.0/cordova/storage/sqltransaction/sqltransaction.md b/www/docs/de/3.5.0/cordova/storage/sqltransaction/sqltransaction.md
index c40e62c..7aada79 100644
--- a/www/docs/de/3.5.0/cordova/storage/sqltransaction/sqltransaction.md
+++ b/www/docs/de/3.5.0/cordova/storage/sqltransaction/sqltransaction.md
@@ -20,7 +20,7 @@ license: >
 
 # SQLTransaction
 
-Ermöglicht die Ausführung von SQL-Anweisungen für die <a href="../database/database.html">Datenbank</a>.
+Ermöglicht die Ausführung von SQL-Anweisungen für die Datenbank.
 
 ## Methoden
 
@@ -54,7 +54,7 @@ Aufrufen einer `Database` -Methode des Objekts Transaktion, Pässe ein `SQLTrans
         alert("success!");
     }
     
-    var db = window.<a href="../storage.opendatabase.html">openDatabase</a>("Database", "1.0", "Cordova Demo", 200000);
+    var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
     db.transaction(populateDB, errorCB, successCB);
     
 
@@ -63,19 +63,19 @@ Aufrufen einer `Database` -Methode des Objekts Transaktion, Pässe ein `SQLTrans
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Storage <a href="../storage.opendatabase.html">Example</a></title>
+        <title>Storage Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
     
         // Wait for device API libraries to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", onDeviceReady, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
     
         // device APIs are available
         //
         function onDeviceReady() {
-            var db = window.<a href="../storage.opendatabase.html">openDatabase</a>("Database", "1.0", "Cordova Demo", 200000);
+            var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
             db.transaction(populateDB, errorCB, successCB);
         }
     
@@ -103,7 +103,7 @@ Aufrufen einer `Database` -Methode des Objekts Transaktion, Pässe ein `SQLTrans
         </script>
       </head>
       <body>
-        <h1><a href="../storage.opendatabase.html">Example</a></h1>
+        <h1>Example</h1>
         <p>SQLTransaction</p>
       </body>
     </html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.5.0/cordova/storage/storage.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.5.0/cordova/storage/storage.md b/www/docs/de/3.5.0/cordova/storage/storage.md
index e40f13f..1817b97 100644
--- a/www/docs/de/3.5.0/cordova/storage/storage.md
+++ b/www/docs/de/3.5.0/cordova/storage/storage.md
@@ -20,9 +20,9 @@ license: >
 
 # Speicher
 
-> Eine <a href="../../guide/overview/index.html">Übersicht</a> über Storage-Optionen für Cordova.
+> Eine Übersicht über Storage-Optionen für Cordova.
 
-Mehrere Speicher-APIs sind für Cordova-Anwendungen verfügbar. Finden Sie unter [html5rocks][1]. eine vollständigere <a href="../../guide/overview/index.html">Übersicht</a> und Beispiele.
+Mehrere Speicher-APIs sind für Cordova-Anwendungen verfügbar. Finden Sie unter [html5rocks][1]. eine vollständigere Übersicht und Beispiele.
 
  [1]: http://www.html5rocks.com/en/features/storage
 
@@ -32,11 +32,11 @@ Auch bekannt als *web-Speicher*, *einfache Lagerung*, oder durch seine Alternati
 
  [2]: http://www.w3.org/TR/webstorage/
 
-**Windows Phone 7 Quirk**: Dot Notation ist *nicht* möglich, so sicher sein, verwenden Sie `setItem` oder `getItem` eher als Zugriffstasten direkt aus dem Speicherobjekt, wie in`window.<a href="localstorage/localstorage.html">localStorage</a>.someKey`.
+**Windows Phone 7 Quirk**: Dot Notation ist *nicht* möglich, so sicher sein, verwenden Sie `setItem` oder `getItem` eher als Zugriffstasten direkt aus dem Speicherobjekt, wie in`window.localStorage.someKey`.
 
 ## WebSQL
 
-Diese API ist verfügbar in den zugrunde liegenden WebView. Der [Web SQL Database-Spezifikation][3] bietet Zugriff auf weitere vollwertige <a href="database/database.html">Datenbank</a>tabellen über SQL-Abfragen.
+Diese API ist verfügbar in den zugrunde liegenden WebView. Der [Web SQL Database-Spezifikation][3] bietet Zugriff auf weitere vollwertige Datenbanktabellen über SQL-Abfragen.
 
  [3]: http://dev.w3.org/html5/webdatabase/
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.5.0/cordova/storage/storage.opendatabase.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.5.0/cordova/storage/storage.opendatabase.md b/www/docs/de/3.5.0/cordova/storage/storage.opendatabase.md
index 3ddaf5f..496abc4 100644
--- a/www/docs/de/3.5.0/cordova/storage/storage.opendatabase.md
+++ b/www/docs/de/3.5.0/cordova/storage/storage.opendatabase.md
@@ -22,12 +22,12 @@ license: >
 
 Gibt eine neue `Database` Objekt.
 
-    var dbShell = window.openDatabase(<a href="parameters/name.html">database_name</a>, <a href="parameters/version.html">database_version</a>, <a href="parameters/display_name.html">database_displayname</a>, <a href="parameters/size.html">database_size</a>);
+    var dbShell = window.openDatabase(database_name, database_version, database_displayname, database_size);
     
 
 ## Beschreibung
 
-Die Methode erstellt eine neue SQL-Lite <a href="database/database.html">Datenbank</a> und gibt ein `Database` -Objekt, das Manipulation der Daten ermöglicht.
+Die Methode erstellt eine neue SQL-Lite Datenbank und gibt ein `Database` -Objekt, das Manipulation der Daten ermöglicht.
 
 ## Unterstützte Plattformen
 
@@ -53,7 +53,7 @@ Die Methode erstellt eine neue SQL-Lite <a href="database/database.html">Datenba
     
         // Wait for device API libraries to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", onDeviceReady, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
     
         // device APIs are available
         //

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.5.0/guide/appdev/privacy/index.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.5.0/guide/appdev/privacy/index.md b/www/docs/de/3.5.0/guide/appdev/privacy/index.md
index 7aeeabe..47ab1d8 100644
--- a/www/docs/de/3.5.0/guide/appdev/privacy/index.md
+++ b/www/docs/de/3.5.0/guide/appdev/privacy/index.md
@@ -26,7 +26,7 @@ Leitfaden zur mobilen app Privatsphäre sollte eine *Grundierung* auf einige der
 
 *   **Privacy Policy**: Sie app sollte eine Datenschutzerklärung, die Themen wie welche Art von Informationen sammelt Ihre app von oder zu den Benutzern, wie diese Informationen verwendet werden, mit denen es geteilt ist, und wie Benutzer datenschutzrelevante Entscheidungen innerhalb der app machen können. Um Verständnis zu erleichtern, sollten Sie verwenden Klartext und vermeiden Fachjargon. Sie sollten Ihre Datenschutzrichtlinien für Benutzer überprüfen Sie vor dem Download, wie z. B. in der app-Beschreibung in der app-Marktplatz verfügbar machen. Darüber hinaus sollten Sie Ihre Datenschutzerklärung innerhalb der app selbst zur Verfügung stellen. Die geringe Größe von Handy-Displays schafft Herausforderungen für Anzeigen von Datenschutzrichtlinien für Benutzer. Ziehen Sie Entwicklung einer *Kurzform* der Politik mit den wichtigsten Informationen in Betracht, und geben Sie dann einen Link zu der "Langform" Politik für mehr Details interessiert. Mehrere Gruppen versuc
 hen, Icon-basierter Standards für die Datenschutz-Praktiken, die Sie betrachten wünschen können, sobald diese Standards ältere Kommunikation entwickeln.
 
-*   **Sammlung vertraulicher Informationen**: eine app-Sammlung von sensiblen persönlichen Informationen wichtig Datenschutz Bedenken. Beispiele für sensible persönliche Daten Finanzinformationen, Gesundheit Informationen und Daten von Kindern. Darüber hinaus Informationen aus bestimmten Sensoren und <a href="../../../cordova/storage/database/database.html">Datenbank</a>en, die in der Regel auf mobilen Geräten und Tabletten, wie Geolocation-Informationen, Kontakte/Telefonbuch, Mikrofon/Kamera und gespeicherte Bilder oder Videos gefunden. Die folgenden Dokumentationsseiten für weitere Informationen siehe: [Kamera][1]"," [erfassen][2]"," [Kontakte][3]"und" [Geolocation][4]. Im Allgemeinen sollten Sie erhalten die Berechtigung eines Benutzers ausdrücklich vor der Erhebung sensiblen Informationen und, wenn möglich, einen Kontrollmechanismus, der einem Benutzer ermöglicht, Berechtigungen zu ändern. App Betriebssystemen kann in einigen Fällen durch Vorlage von just-in-Time-Dial
 ogfelder, die Zustimmung des Benutzers vor Auflistung Fragen helfen. Sollten Sie in diesen Fällen nutzen jede Gelegenheit zum Anpassen des Text im Dialog zu klären, wie die app verwendet und gegebenenfalls diese Informationen teilt.
+*   **Sammlung vertraulicher Informationen**: eine app-Sammlung von sensiblen persönlichen Informationen wichtig Datenschutz Bedenken. Beispiele für sensible persönliche Daten Finanzinformationen, Gesundheit Informationen und Daten von Kindern. Darüber hinaus Informationen aus bestimmten Sensoren und Datenbanken, die in der Regel auf mobilen Geräten und Tabletten, wie Geolocation-Informationen, Kontakte/Telefonbuch, Mikrofon/Kamera und gespeicherte Bilder oder Videos gefunden. Die folgenden Dokumentationsseiten für weitere Informationen siehe: [Kamera][1]"," [erfassen][2]"," [Kontakte][3]"und" [Geolocation][4]. Im Allgemeinen sollten Sie erhalten die Berechtigung eines Benutzers ausdrücklich vor der Erhebung sensiblen Informationen und, wenn möglich, einen Kontrollmechanismus, der einem Benutzer ermöglicht, Berechtigungen zu ändern. App Betriebssystemen kann in einigen Fällen durch Vorlage von just-in-Time-Dialogfelder, die Zustimmung des Benutzers vor Auflistung Fragen h
 elfen. Sollten Sie in diesen Fällen nutzen jede Gelegenheit zum Anpassen des Text im Dialog zu klären, wie die app verwendet und gegebenenfalls diese Informationen teilt.
 
 *   **Vermeidung von Benutzer-Überraschung**: Wenn Ihre app sammelt oder Informationen in einer Weise, die möglicherweise überraschend für Benutzer im Lichte der Hauptzweck Ihrer Anwendung (z. B. ein Musik-Player, der auf die gespeicherten Bilder zugreift) verwendet, sollten Sie ähnliche Schritte wie bei der Auflistung von sensiblen persönlichen Informationen nehmen. Das heißt, sollten Sie dringend die Verwendung von just-in-Time-Dialogfelder informieren des Benutzers über die Sammlung oder Verwendung dieser Informationen und gegebenenfalls ein entsprechenden Datenschutz-Steuerelement bereitstellen.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.5.0/guide/cli/index.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.5.0/guide/cli/index.md b/www/docs/de/3.5.0/guide/cli/index.md
index 6ff4213..aa4c4ad 100644
--- a/www/docs/de/3.5.0/guide/cli/index.md
+++ b/www/docs/de/3.5.0/guide/cli/index.md
@@ -20,7 +20,7 @@ license: >
 
 # Die Befehlszeilenschnittstelle
 
-Diese Anleitung zeigt Ihnen, wie Anwendungen zu erstellen und auf verschiedene native mobile Plattformen mit Bereitstellen der `cordova` Befehlszeilenschnittstelle (CLI). Mit diesem Tool können Sie neue Projekte erstellen und bauen sie auf verschiedenen Plattformen laufen auf echten Geräten oder innerhalb von Emulatoren. Die CLI ist das wichtigste Hilfsmittel für die Cross-Plattform-Workflow verwenden (siehe die <a href="../overview/index.html">Übersicht</a> für eine Beschreibung der verschiedenen Workflows). Allerdings können Sie auch die CLI Projektcode, initialisiert werden, nach dem Sie verschiedene Plattformen SDKs und Shell-Hilfsmittel für die weitere Entwicklung verwenden.
+Diese Anleitung zeigt Ihnen, wie Anwendungen zu erstellen und auf verschiedene native mobile Plattformen mit Bereitstellen der `cordova` Befehlszeilenschnittstelle (CLI). Mit diesem Tool können Sie neue Projekte erstellen und bauen sie auf verschiedenen Plattformen laufen auf echten Geräten oder innerhalb von Emulatoren. Die CLI ist das wichtigste Hilfsmittel für die Cross-Plattform-Workflow verwenden (siehe die Übersicht für eine Beschreibung der verschiedenen Workflows). Allerdings können Sie auch die CLI Projektcode, initialisiert werden, nach dem Sie verschiedene Plattformen SDKs und Shell-Hilfsmittel für die weitere Entwicklung verwenden.
 
 ## Voraussetzungen
 
@@ -122,7 +122,7 @@ Lesen Sie weiter, wenn Sie das plattformübergreifende Workflow-Konzept (CLI) f
 
 ## Die App zu bauen
 
-In der Standardeinstellung der `cordova create` Skript generiert eine Skeletts Web-basierte Anwendung, deren Homepage des Projekts ist `www/index.html` Datei. Diese Anwendung zu bearbeiten, aber Sie wollen, aber Initialisierungen werden, als Teil angegeben sollte der `<a href="../../cordova/events/events.deviceready.html">deviceready</a>` -Ereignishandler, standardmäßig von verwiesen`www/js/index.js`.
+In der Standardeinstellung der `cordova create` Skript generiert eine Skeletts Web-basierte Anwendung, deren Homepage des Projekts ist `www/index.html` Datei. Diese Anwendung zu bearbeiten, aber Sie wollen, aber Initialisierungen werden, als Teil angegeben sollte der `deviceready` -Ereignishandler, standardmäßig von verwiesen`www/js/index.js`.
 
 Führen Sie den folgenden Befehl, um das Projekt iterativ zu erstellen:
 
@@ -199,7 +199,7 @@ Hier sind Beispiele für die Verwendung der CLI die app Features hinzugefügt:
         $ cordova plugin add org.apache.cordova.device
         
 
-*   Netzwerkverbindung und Batterie-<a href="../../cordova/events/events.html">Veranstaltungen</a>:
+*   Netzwerkverbindung und Batterie-Veranstaltungen:
     
         $ cordova plugin add org.apache.cordova.network-information
         $ cordova plugin add org.apache.cordova.battery-status
@@ -331,7 +331,7 @@ Stattdessen der obersten Ebene `merges` Verzeichnis bietet Ihnen einen Ort zu ge
 
 Wenn Sie das Projekt neu erstellen, verfügt die Android Version die benutzerdefinierte Schriftgröße, während andere unverändert bleiben.
 
-Sie können auch `merges` hinzufügen, Dateien nicht vorhanden, im Original `www` Verzeichnis. Beispielsweise eine app kann integrieren eine *Zurück-Schaltfläche* Grafik in die iOS-Benutzeroberfläche, gespeichert `merges/ios/img/back_button.png` , während die Android Version stattdessen erfassen kann `<a href="../../cordova/events/events.backbutton.html">backbutton</a>` Ereignisse über die entsprechende Taste.
+Sie können auch `merges` hinzufügen, Dateien nicht vorhanden, im Original `www` Verzeichnis. Beispielsweise eine app kann integrieren eine *Zurück-Schaltfläche* Grafik in die iOS-Benutzeroberfläche, gespeichert `merges/ios/img/back_button.png` , während die Android Version stattdessen erfassen kann `backbutton` Ereignisse über die entsprechende Taste.
 
 ## Hilfebefehle
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.5.0/guide/hybrid/plugins/index.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.5.0/guide/hybrid/plugins/index.md b/www/docs/de/3.5.0/guide/hybrid/plugins/index.md
index e0ac23b..c8cb756 100644
--- a/www/docs/de/3.5.0/guide/hybrid/plugins/index.md
+++ b/www/docs/de/3.5.0/guide/hybrid/plugins/index.md
@@ -35,7 +35,7 @@ Anwendungsentwickler verwenden der CLI `plugin add` Befehl (beschrieben in The C
         $ cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-device.git
     
 
-Das Plugin Repository muss eine Top-Level-Funktion `plugin.xml` manifest-Datei. Es gibt viele Möglichkeiten um diese Datei zu konfigurieren, die Informationen für die in der <a href="../../../plugin_ref/spec.html">Plugin-Spezifikation</a> verfügbar sind. Diese gekürzte Version von der `Device` Plugin bietet ein einfaches Beispiel, als Vorbild zu verwenden:
+Das Plugin Repository muss eine Top-Level-Funktion `plugin.xml` manifest-Datei. Es gibt viele Möglichkeiten um diese Datei zu konfigurieren, die Informationen für die in der Plugin-Spezifikation verfügbar sind. Diese gekürzte Version von der `Device` Plugin bietet ein einfaches Beispiel, als Vorbild zu verwenden:
 
         <?xml version="1.0" encoding="UTF-8"?>
         <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
@@ -131,11 +131,11 @@ Der Erfolg-Rückruf übergebenen `exec` ist lediglich ein Verweis auf die Callba
 
 Wenn Sie JavaScript für Ihr Plugin definieren, müssen Sie es mit mindestens einem nativen Implementierung zu ergänzen. Details für jede Plattform sind unten aufgeführt, und jede baut auf dem einfachen Echo-Plugin-Beispiel oben:
 
-*   <a href="../../platforms/amazonfireos/plugin.html">Amazon Fire OS Plugins</a>
-*   <a href="../../platforms/android/plugin.html">Android Plugins</a>
-*   <a href="../../platforms/ios/plugin.html">iOS Plugins</a>
-*   <a href="../../platforms/blackberry10/plugin.html">BlackBerry 10 Plugins</a>
-*   <a href="../../platforms/wp8/plugin.html">Windows Phone Plugins</a>
+*   Amazon Fire OS Plugins
+*   Android Plugins
+*   iOS Plugins
+*   BlackBerry 10 Plugins
+*   Windows Phone Plugins
 
 Tizen-Plattform unterstützt keine Plugins.
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[41/51] [partial] docs commit: Reverting autolinking change because of inconsistencies.

Posted by db...@apache.org.
http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/guide/platforms/ios/tools.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/guide/platforms/ios/tools.md b/www/docs/de/3.1.0/guide/platforms/ios/tools.md
index 8bf535c..0f8881b 100644
--- a/www/docs/de/3.1.0/guide/platforms/ios/tools.md
+++ b/www/docs/de/3.1.0/guide/platforms/ios/tools.md
@@ -20,7 +20,7 @@ license: >
 
 # iOS-Befehlszeilenprogrammen
 
-Die `cordova` Befehlszeilen-Dienstprogramm ist ein High-Level Tool, das Ihnen erlaubt, Anwendungen auf mehreren Plattformen gleichzeitig zu erstellen. Eine ältere Version von Cordova Rahmen bietet Gruppen von Befehlszeilentools, die spezifisch für jede Plattform. Wenn sie als Alternative zu den CLI verwenden möchten, müssen Sie diese Version von Cordova von [cordova.apache.org][1]herunterladen. Der Download enthält separate Archiv für jede Plattform. Erweitern Sie die gewünschte Ziel-Plattform. Die hier beschriebenen Tools sind in der Regel in der obersten Ebene `bin` Verzeichnis, sonst finden Sie in die **README** -<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> ausführlichere Wegbeschreibung.
+Die `cordova` Befehlszeilen-Dienstprogramm ist ein High-Level Tool, das Ihnen erlaubt, Anwendungen auf mehreren Plattformen gleichzeitig zu erstellen. Eine ältere Version von Cordova Rahmen bietet Gruppen von Befehlszeilentools, die spezifisch für jede Plattform. Wenn sie als Alternative zu den CLI verwenden möchten, müssen Sie diese Version von Cordova von [cordova.apache.org][1]herunterladen. Der Download enthält separate Archiv für jede Plattform. Erweitern Sie die gewünschte Ziel-Plattform. Die hier beschriebenen Tools sind in der Regel in der obersten Ebene `bin` Verzeichnis, sonst finden Sie in die **README** -Datei ausführlichere Wegbeschreibung.
 
  [1]: http://cordova.apache.org
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/guide/platforms/ios/upgrading.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/guide/platforms/ios/upgrading.md b/www/docs/de/3.1.0/guide/platforms/ios/upgrading.md
index fb78935..a6f2319 100644
--- a/www/docs/de/3.1.0/guide/platforms/ios/upgrading.md
+++ b/www/docs/de/3.1.0/guide/platforms/ios/upgrading.md
@@ -38,7 +38,7 @@ Führen Sie für CLI-Projekte:
 
 ### iOS 7 Fragen
 
-    1. Entfernen Sie die Werte "Breite = <a href="../../../cordova/device/device.html">Gerät</a>e-Breite, Höhe = Device-Height" entnehmen Sie Ihre Meta-Tag "Viewport" Attribut in der <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> "index.html", https://issues.apache.org/jira/browse/CB-4323 2. Aktualisieren Sie Ihre <a href="../../../cordova/media/media.html">Medien</a>, <a href="../../../cordova/media/media.html">Medien</a>-Capture und Splashscreen Core-Plugins für iOS 7 Unterstützung
+    1. Entfernen Sie die Werte "Breite = Geräte-Breite, Höhe = Device-Height" entnehmen Sie Ihre Meta-Tag "Viewport" Attribut in der Datei "index.html", https://issues.apache.org/jira/browse/CB-4323 2. Aktualisieren Sie Ihre Medien, Medien-Capture und Splashscreen Core-Plugins für iOS 7 Unterstützung
     
 
 ### Xcode 5 Fragen
@@ -55,7 +55,7 @@ platform add ios`.
 
 3.  Kopieren Sie den Inhalt des Projekts `www` Verzeichnis in das `www` Verzeichnis im Stammverzeichnis des Projektes Cordova, die Sie gerade erstellt haben.
 
-4.  Kopieren oder nativen Vermögen aus dem ursprünglichen Projekt zu überschreiben ( `Resources` usw.), die sicher um jede neuen <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>en zu den `.xcodeproj` Projekt. Das iOS-Projekt erstellt, in das `platforms\ios` Verzeichnis.
+4.  Kopieren oder nativen Vermögen aus dem ursprünglichen Projekt zu überschreiben ( `Resources` usw.), die sicher um jede neuen Dateien zu den `.xcodeproj` Projekt. Das iOS-Projekt erstellt, in das `platforms\ios` Verzeichnis.
 
 5.  Kopie Ihrer `config.xml` in das `www` Verzeichnis und entfernen Sie alle Plugin-Definitionen. Ändern Sie die Einstellungen hier anstelle des Plattform-Verzeichnisses.
 
@@ -65,7 +65,7 @@ platform add ios`.
 
 ## Upgrade 2.9.0 Projekte 3.0.0
 
-1.  Herunterladen Sie und extrahieren Sie die Cordova 3.0.0-Quelle zu einem permanenten <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrer Festplatte, zum Beispiel in`~/Documents/Cordova-3.0.0`.
+1.  Herunterladen Sie und extrahieren Sie die Cordova 3.0.0-Quelle zu einem permanenten Speicherort auf Ihrer Festplatte, zum Beispiel in`~/Documents/Cordova-3.0.0`.
 
 2.  Beenden Sie Xcode, wenn es geöffnet ist.
 
@@ -73,9 +73,9 @@ platform add ios`.
 
 4.  Erstellen Sie ein neues Projekt, wie in iOS Command-Line Tools beschrieben. Sie benötigen die Vermögen aus diesem neuen Projekt.
 
-5.  Kopie der `www/cordova.js` (Beachten Sie, dass es muss ein Version-Suffix nicht mehr, die Version ist in der <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> selbst in der Kopfzeile) <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> aus dem neuen Projekt in Ihr `www` Verzeichnis und löschen Ihre `www/cordova.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+5.  Kopie der `www/cordova.js` (Beachten Sie, dass es muss ein Version-Suffix nicht mehr, die Version ist in der Datei selbst in der Kopfzeile) Datei aus dem neuen Projekt in Ihr `www` Verzeichnis und löschen Ihre `www/cordova.js` Datei.
 
-6.  Aktualisieren von Cordova Skriptverweis in Ihre `www/index.html` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> (und alle anderen <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>en, die den Skriptverweis enthalten) auf die neue hinzu `cordova.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+6.  Aktualisieren von Cordova Skriptverweis in Ihre `www/index.html` Datei (und alle anderen Dateien, die den Skriptverweis enthalten) auf die neue hinzu `cordova.js` Datei.
 
 7.  Löschen Sie Ihre `CordovaLib` Verzeichnis, und kopieren die `CordovaLib` Verzeichnis des neuen Projekts in Ihrem Projekt-Root-Verzeichnis.
 
@@ -83,7 +83,7 @@ platform add ios`.
 
 ## Upgrade 2.8.0 Projekte 2.9.0
 
-1.  Herunterladen Sie und extrahieren Sie die Cordova 2.9.0-Quelle zu einem permanenten <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrer Festplatte, zum Beispiel in`~/Documents/Cordova-2.9.0`.
+1.  Herunterladen Sie und extrahieren Sie die Cordova 2.9.0-Quelle zu einem permanenten Speicherort auf Ihrer Festplatte, zum Beispiel in`~/Documents/Cordova-2.9.0`.
 
 2.  Beenden Sie Xcode, wenn es geöffnet ist.
 
@@ -91,15 +91,15 @@ platform add ios`.
 
 4.  Erstellen Sie ein neues Projekt, wie in iOS Command-Line Tools beschrieben. Sie benötigen die Vermögen aus diesem neuen Projekt.
 
-5.  Kopie der `www/cordova.js` (Beachten Sie, dass es muss ein Version-Suffix nicht mehr, die Version ist in der <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> selbst in der Kopfzeile) <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> aus dem neuen Projekt in Ihr `www` Verzeichnis und löschen Ihre `www/cordova.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+5.  Kopie der `www/cordova.js` (Beachten Sie, dass es muss ein Version-Suffix nicht mehr, die Version ist in der Datei selbst in der Kopfzeile) Datei aus dem neuen Projekt in Ihr `www` Verzeichnis und löschen Ihre `www/cordova.js` Datei.
 
-6.  Aktualisieren von Cordova Skriptverweis in Ihre `www/index.html` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> (und alle anderen <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>en, die den Skriptverweis enthalten) auf die neue hinzu `cordova.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+6.  Aktualisieren von Cordova Skriptverweis in Ihre `www/index.html` Datei (und alle anderen Dateien, die den Skriptverweis enthalten) auf die neue hinzu `cordova.js` Datei.
 
 7.  Löschen Sie Ihre `CordovaLib` Verzeichnis, und kopieren die `CordovaLib` Verzeichnis des neuen Projekts in Ihrem Projekt-Root-Verzeichnis.
 
 ## Upgrade 2.7.0 Projekte 2.8.0
 
-1.  Herunterladen Sie und extrahieren Sie die Cordova 2.8.0-Quelle zu einem permanenten <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrer Festplatte, zum Beispiel in`~/Documents/Cordova-2.8.0`.
+1.  Herunterladen Sie und extrahieren Sie die Cordova 2.8.0-Quelle zu einem permanenten Speicherort auf Ihrer Festplatte, zum Beispiel in`~/Documents/Cordova-2.8.0`.
 
 2.  Beenden Sie Xcode, wenn es geöffnet ist.
 
@@ -107,9 +107,9 @@ platform add ios`.
 
 4.  Erstellen Sie ein neues Projekt, wie in iOS Command-Line Tools beschrieben. Sie benötigen die Vermögen aus diesem neuen Projekt.
 
-5.  Kopie der `www/cordova.js` (Beachten Sie, dass es muss ein Version-Suffix nicht mehr, die Version ist in der <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> selbst in der Kopfzeile) <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> aus dem neuen Projekt in Ihr `www` Verzeichnis und löschen Ihre `www/cordova-2.7.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+5.  Kopie der `www/cordova.js` (Beachten Sie, dass es muss ein Version-Suffix nicht mehr, die Version ist in der Datei selbst in der Kopfzeile) Datei aus dem neuen Projekt in Ihr `www` Verzeichnis und löschen Ihre `www/cordova-2.7.0.js` Datei.
 
-6.  Aktualisieren von Cordova Skriptverweis in Ihre `www/index.html` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> (und alle anderen <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>en, die den Skriptverweis enthalten) auf die neue hinzu `cordova.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+6.  Aktualisieren von Cordova Skriptverweis in Ihre `www/index.html` Datei (und alle anderen Dateien, die den Skriptverweis enthalten) auf die neue hinzu `cordova.js` Datei.
 
 7.  Aktualisieren `<plugin>` Markierungen, die in Ihrer `config.xml` zu `<feature>` Markierungen. Beachten Sie, dass die vorhandenen `<plugin>` Tags noch funktionieren, aber sind veraltet. Sie können diese Informationen in der `config.xml` für ein neues Projekt. Zum Beispiel:
     
@@ -123,15 +123,15 @@ platform add ios`.
         OpenAL ImageIO
         
 
-10. Aktualisieren Sie Ihr Projektziel **Buildeinstellungen**. Unter **<a href="../../../cordova/connection/connection.html">Verbindung</a> → Sonstiges Linker-<a href="../../../cordova/file/flags/flags.html">Flags</a>**, bearbeiten **"- Obj - C"** zu **"-ObjC"**.
+10. Aktualisieren Sie Ihr Projektziel **Buildeinstellungen**. Unter **Verbindung → Sonstiges Linker-Flags**, bearbeiten **"- Obj - C"** zu **"-ObjC"**.
 
-11. Aktualisieren Sie Ihr Projektziel **Buildeinstellungen**. Ändern Sie unter **<a href="../../../cordova/connection/connection.html">Verbindung</a> → Sonstiges Linker-<a href="../../../cordova/file/flags/flags.html">Flags</a>**, **"-All_load"** zu `-force\_load ${BUILT\_PRODUCTS\_DIR}/libCordova.a` . Sie müssten nur, dies zu tun, haben Sie das Problem in definierten [dieses Problem.][1].
+11. Aktualisieren Sie Ihr Projektziel **Buildeinstellungen**. Ändern Sie unter **Verbindung → Sonstiges Linker-Flags**, **"-All_load"** zu `-force\_load ${BUILT\_PRODUCTS\_DIR}/libCordova.a` . Sie müssten nur, dies zu tun, haben Sie das Problem in definierten [dieses Problem.][1].
 
  [1]: https://issues.apache.org/jira/browse/CB-3458
 
 ## Upgrade 2.6.0 Projekte 2.7.0
 
-1.  Herunterladen Sie und extrahieren Sie die Cordova 2.7.0-Quelle zu einem permanenten <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrer Festplatte, zum Beispiel in`~/Documents/Cordova-2.7.0`.
+1.  Herunterladen Sie und extrahieren Sie die Cordova 2.7.0-Quelle zu einem permanenten Speicherort auf Ihrer Festplatte, zum Beispiel in`~/Documents/Cordova-2.7.0`.
 
 2.  Beenden Sie Xcode, wenn es geöffnet ist.
 
@@ -139,13 +139,13 @@ platform add ios`.
 
 4.  Erstellen Sie ein neues Projekt, wie in iOS Command-Line Tools beschrieben. Sie benötigen die Vermögen aus diesem neuen Projekt.
 
-5.  Kopie der `www/cordova-2.7.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> aus dem neuen Projekt in Ihr `www` Verzeichnis und löschen Ihre `www/cordova-2.6.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+5.  Kopie der `www/cordova-2.7.0.js` Datei aus dem neuen Projekt in Ihr `www` Verzeichnis und löschen Ihre `www/cordova-2.6.0.js` Datei.
 
-6.  Aktualisieren von Cordova Skriptverweis in Ihre `www/index.html` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> (und alle anderen <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>en, die den Skriptverweis enthalten) auf die neue hinzu `cordova-2.7.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+6.  Aktualisieren von Cordova Skriptverweis in Ihre `www/index.html` Datei (und alle anderen Dateien, die den Skriptverweis enthalten) auf die neue hinzu `cordova-2.7.0.js` Datei.
 
-7.  Aktualisieren (oder zu ersetzen, wenn Sie die <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> nie geändert) Ihre `AppDelegate.m` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> entsprechend von dem neuen Projekt (siehe [diese Diff][2]).
+7.  Aktualisieren (oder zu ersetzen, wenn Sie die Datei nie geändert) Ihre `AppDelegate.m` Datei entsprechend von dem neuen Projekt (siehe [diese Diff][2]).
 
-8.  In der `config.xml` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>, [Entfernen Sie diese Zeile][3].
+8.  In der `config.xml` Datei, [Entfernen Sie diese Zeile][3].
 
 9.  Löschen Sie Ihre `CordovaLib` Verzeichnis, und kopieren die `CordovaLib` Verzeichnis des neuen Projekts in Ihrem Projekt-Root-Verzeichnis.
 
@@ -154,7 +154,7 @@ platform add ios`.
 
 ## Upgrade 2.5.0 Projekte 2.6.0
 
-1.  Herunterladen Sie und extrahieren Sie die Cordova 2.6.0-Quelle zu einem permanenten <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrer Festplatte, zum Beispiel in`~/Documents/Cordova-2.6.0`.
+1.  Herunterladen Sie und extrahieren Sie die Cordova 2.6.0-Quelle zu einem permanenten Speicherort auf Ihrer Festplatte, zum Beispiel in`~/Documents/Cordova-2.6.0`.
 
 2.  Beenden Sie Xcode, wenn es geöffnet ist.
 
@@ -162,19 +162,19 @@ platform add ios`.
 
 4.  Erstellen Sie ein neues Projekt, wie in iOS Command-Line Tools beschrieben. Sie benötigen die Vermögen aus diesem neuen Projekt.
 
-5.  Kopieren Sie das Projekt `www/cordova-2.6.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> in Ihr `www` Verzeichnis, und Löschen der `www/cordova-2.5.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+5.  Kopieren Sie das Projekt `www/cordova-2.6.0.js` Datei in Ihr `www` Verzeichnis, und Löschen der `www/cordova-2.5.0.js` Datei.
 
-6.  Aktualisieren von Cordova Skriptverweis in Ihre `www/index.html` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> (zusammen mit anderen <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>en, die das Skript verweisen) zum Verweisen auf die neue `cordova-2.6.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+6.  Aktualisieren von Cordova Skriptverweis in Ihre `www/index.html` Datei (zusammen mit anderen Dateien, die das Skript verweisen) zum Verweisen auf die neue `cordova-2.6.0.js` Datei.
 
-7.  Aktualisieren (oder zu ersetzen, wenn Sie die <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> nie geändert) Ihre `AppDelegate.m` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> entsprechend von dem neuen Projekt (siehe [diese Diff][4]).
+7.  Aktualisieren (oder zu ersetzen, wenn Sie die Datei nie geändert) Ihre `AppDelegate.m` Datei entsprechend von dem neuen Projekt (siehe [diese Diff][4]).
 
-8.  In der `config.xml` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>, [fügen Sie diese neue Linie][5].
+8.  In der `config.xml` Datei, [fügen Sie diese neue Linie][5].
 
-9.  In der `config.xml` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>, [fügen Sie diese neue Linie][6].
+9.  In der `config.xml` Datei, [fügen Sie diese neue Linie][6].
 
-10. In der `config.xml` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>, [UIWebViewBounce, DisallowOverscroll, geändert wurde und Standardwerte sind unterschiedlich][7].
+10. In der `config.xml` Datei, [UIWebViewBounce, DisallowOverscroll, geändert wurde und Standardwerte sind unterschiedlich][7].
 
-11. In der `config.xml` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>, die `EnableLocation` Präferenz ist veraltet.
+11. In der `config.xml` Datei, die `EnableLocation` Präferenz ist veraltet.
 
 12. Löschen Sie Ihre `CordovaLib` Verzeichnis, und kopieren die `CordovaLib` Verzeichnis des neuen Projekts in Ihrem Projekt-Root-Verzeichnis.
 
@@ -185,7 +185,7 @@ platform add ios`.
 
 ## Upgrade 2.4.0 Projekte 2.5.0
 
-1.  Herunterladen Sie und extrahieren Sie die Cordova 2.5.0-Quelle zu einem permanenten <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrer Festplatte, zum Beispiel in`~/Documents/Cordova-2.5.0`.
+1.  Herunterladen Sie und extrahieren Sie die Cordova 2.5.0-Quelle zu einem permanenten Speicherort auf Ihrer Festplatte, zum Beispiel in`~/Documents/Cordova-2.5.0`.
 
 2.  Beenden Sie Xcode, wenn es geöffnet ist.
 
@@ -193,17 +193,17 @@ platform add ios`.
 
 4.  Erstellen Sie ein neues Projekt, wie in iOS Command-Line Tools beschrieben. Sie benötigen die Vermögen aus diesem neuen Projekt.
 
-5.  Kopie der `www/cordova-2.5.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> aus dem neuen Projekt in Ihrem `www` -Verzeichnis und löschen Ihre `www/cordova-2.4.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+5.  Kopie der `www/cordova-2.5.0.js` Datei aus dem neuen Projekt in Ihrem `www` -Verzeichnis und löschen Ihre `www/cordova-2.4.0.js` Datei.
 
-6.  Aktualisieren von Cordova Skriptverweis in Ihre `www/index.html` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> (und alle anderen <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>en, die den Skriptverweis enthalten) auf die neue hinzu `cordova-2.5.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+6.  Aktualisieren von Cordova Skriptverweis in Ihre `www/index.html` Datei (und alle anderen Dateien, die den Skriptverweis enthalten) auf die neue hinzu `cordova-2.5.0.js` Datei.
 
-7.  Aktualisieren (oder zu ersetzen, wenn Sie die <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> nie geändert) Ihre `AppDelegate.m` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> entsprechend von dem neuen Projekt (siehe [diese Diff][8]).
+7.  Aktualisieren (oder zu ersetzen, wenn Sie die Datei nie geändert) Ihre `AppDelegate.m` Datei entsprechend von dem neuen Projekt (siehe [diese Diff][8]).
 
-8.  In der `config.xml` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>, [fügen Sie diese neuen Zeilen][9].
+8.  In der `config.xml` Datei, [fügen Sie diese neuen Zeilen][9].
 
-9.  In Ihrem `config.xml` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>, [das Root-Element zu bearbeiten, ändern sie von Cordova, Widget][10].
+9.  In Ihrem `config.xml` Datei, [das Root-Element zu bearbeiten, ändern sie von Cordova, Widget][10].
 
-10. In der `config.xml` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>, [Entfernen Sie die Voreinstellung "OpenAllWhitelistURLsInWebView"][11].
+10. In der `config.xml` Datei, [Entfernen Sie die Voreinstellung "OpenAllWhitelistURLsInWebView"][11].
 
 11. Löschen Sie Ihre `cordova` Verzeichnis, und kopieren die `cordova` Verzeichnis des neuen Projekts in Ihrem Projekt-Root-Verzeichnis. In 2.5.0 hat dieses Skripts aktualisiert.
 
@@ -216,7 +216,7 @@ platform add ios`.
 
 ## Upgrade 2.3.0 Projekte 2.4.0
 
-1.  Herunterladen Sie und extrahieren Sie die Cordova 2.4.0-Quelle zu einem permanenten <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrer Festplatte, zum Beispiel in`~/Documents/Cordova-2.4.0`.
+1.  Herunterladen Sie und extrahieren Sie die Cordova 2.4.0-Quelle zu einem permanenten Speicherort auf Ihrer Festplatte, zum Beispiel in`~/Documents/Cordova-2.4.0`.
 
 2.  Beenden Sie Xcode, wenn es geöffnet ist.
 
@@ -224,15 +224,15 @@ platform add ios`.
 
 4.  Erstellen Sie ein neues Projekt, wie in iOS Command-Line Tools beschrieben. Sie benötigen die Vermögen aus diesem neuen Projekt.
 
-5.  Kopie der `www/cordova-2.4.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> aus dem neuen Projekt in Ihr `www` Verzeichnis und löschen Ihre `www/cordova-2.3.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+5.  Kopie der `www/cordova-2.4.0.js` Datei aus dem neuen Projekt in Ihr `www` Verzeichnis und löschen Ihre `www/cordova-2.3.0.js` Datei.
 
-6.  Aktualisieren von Cordova Skriptverweis in Ihre `www/index.html` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> (und alle anderen <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>en, die den Skriptverweis enthalten) auf die neue hinzu `cordova-2.4.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+6.  Aktualisieren von Cordova Skriptverweis in Ihre `www/index.html` Datei (und alle anderen Dateien, die den Skriptverweis enthalten) auf die neue hinzu `cordova-2.4.0.js` Datei.
 
-7.  Aktualisieren (oder zu ersetzen, wenn Sie die <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>en nie geändert) Ihre `MainViewController.m` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> entsprechend von dem neuen Projekt (siehe [diese Diff][12]).
+7.  Aktualisieren (oder zu ersetzen, wenn Sie die Dateien nie geändert) Ihre `MainViewController.m` Datei entsprechend von dem neuen Projekt (siehe [diese Diff][12]).
 
-8.  Aktualisieren (oder zu ersetzen, wenn Sie die <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> nie geändert) Ihre `AppDelegate.m` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> entsprechend von dem neuen Projekt (siehe [diese Diff][13]).
+8.  Aktualisieren (oder zu ersetzen, wenn Sie die Datei nie geändert) Ihre `AppDelegate.m` Datei entsprechend von dem neuen Projekt (siehe [diese Diff][13]).
 
-9.  In der `config.xml` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>, [fügen Sie diese neue Linie][14].
+9.  In der `config.xml` Datei, [fügen Sie diese neue Linie][14].
 
 10. Löschen Sie Ihre `cordova` Verzeichnis, und kopieren die `cordova` Verzeichnis des neuen Projekts in Ihrem Projekt-Root-Verzeichnis. In 2.4.0 hat dieses Skripts fest.
 
@@ -247,7 +247,7 @@ platform add ios`.
 
 ## Upgrade 2.2.0 Projekte 2.3.0
 
-1.  Herunterladen Sie und extrahieren Sie die Cordova 2.3.0-Quelle zu einem permanenten <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrer Festplatte, zum Beispiel in`~/Documents/Cordova-2.3.0`.
+1.  Herunterladen Sie und extrahieren Sie die Cordova 2.3.0-Quelle zu einem permanenten Speicherort auf Ihrer Festplatte, zum Beispiel in`~/Documents/Cordova-2.3.0`.
 
 2.  Beenden Sie Xcode, wenn es geöffnet ist.
 
@@ -255,34 +255,34 @@ platform add ios`.
 
 4.  Erstellen Sie ein neues Projekt, wie in iOS Command-Line Tools beschrieben. Sie benötigen die Vermögen aus diesem neuen Projekt.
 
-5.  Kopie der `www/cordova-2.3.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> aus dem neuen Projekt in Ihr `www` Verzeichnis und löschen Ihre `www/cordova-2.2.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+5.  Kopie der `www/cordova-2.3.0.js` Datei aus dem neuen Projekt in Ihr `www` Verzeichnis und löschen Ihre `www/cordova-2.2.0.js` Datei.
 
-6.  Aktualisieren von Cordova Skriptverweis in Ihre `www/index.html` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> (und alle anderen <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>en, die den Skriptverweis enthalten) auf die neue hinzu `cordova-2.3.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+6.  Aktualisieren von Cordova Skriptverweis in Ihre `www/index.html` Datei (und alle anderen Dateien, die den Skriptverweis enthalten) auf die neue hinzu `cordova-2.3.0.js` Datei.
 
-7.  Aktualisieren (oder zu ersetzen, wenn Sie die <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> nie geändert) Ihre `MainViewController.m` nach von dem neuen Projekt.
+7.  Aktualisieren (oder zu ersetzen, wenn Sie die Datei nie geändert) Ihre `MainViewController.m` nach von dem neuen Projekt.
 
 8.  Löschen Sie Ihre `cordova` Verzeichnis, und kopieren die `cordova` Verzeichnis des neuen Projekts in Ihrem Projekt-Root-Verzeichnis. In 2.3.0 hat das neue Skripte.
 
 9.  Löschen Sie Ihre `CordovaLib` Verzeichnis, und kopieren die `CordovaLib` Verzeichnis des neuen Projekts in Ihrem Projekt-Root-Verzeichnis.
 
-10. Konvertieren Ihrer `Cordova.plist` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> zu `config.xml` , durch Ausführen des Skripts `bin/cordova\_plist\_to\_config\_xml` auf Ihre Projektdatei.
+10. Konvertieren Ihrer `Cordova.plist` Datei zu `config.xml` , durch Ausführen des Skripts `bin/cordova\_plist\_to\_config\_xml` auf Ihre Projektdatei.
 
-11. Fügen Sie das <a href="../../../cordova/inappbrowser/inappbrowser.html">InAppBrowser</a>-Plugin, um Ihre `config.xml` , durch Hinzufügen von diesem Tag unter `<cordova><plugins>` :
+11. Fügen Sie das InAppBrowser-Plugin, um Ihre `config.xml` , durch Hinzufügen von diesem Tag unter `<cordova><plugins>` :
     
-        < Plugin Name = "<a href="../../../cordova/inappbrowser/inappbrowser.html">InAppBrowser</a>" Value = "CDV<a href="../../../cordova/inappbrowser/inappbrowser.html">InAppBrowser</a>" / >
+        < Plugin Name = "InAppBrowser" Value = "CDVInAppBrowser" / >
         
 
-12. Beachten Sie, dass Objective-C-Plugins *nicht* auf der weißen Liste mehr sind. Zur weißen Liste Ihre <a href="../../../cordova/connection/connection.html">Verbindung</a>en mit der app-Whitelist, Sie müssen die `User-Agent` die <a href="../../../cordova/connection/connection.html">Verbindung</a> mit der gleichen User-Agent als die wichtigsten Cordova WebView-Header. Erhalten Sie durch den Zugriff auf die `userAgent` Eigenschaft aus den wichtigsten anzeigen-Controller. Die wichtigste View-Controller (CDVViewController) hat auch eine `URLisAllowed` Methode, damit Sie prüfen, ob eine URL die Whitelist übergeben wird.
+12. Beachten Sie, dass Objective-C-Plugins *nicht* auf der weißen Liste mehr sind. Zur weißen Liste Ihre Verbindungen mit der app-Whitelist, Sie müssen die `User-Agent` die Verbindung mit der gleichen User-Agent als die wichtigsten Cordova WebView-Header. Erhalten Sie durch den Zugriff auf die `userAgent` Eigenschaft aus den wichtigsten anzeigen-Controller. Die wichtigste View-Controller (CDVViewController) hat auch eine `URLisAllowed` Methode, damit Sie prüfen, ob eine URL die Whitelist übergeben wird.
 
-13. <a href="../../../cordova/device/device.html">Gerät</a>e API-Änderungen:
+13. Geräte API-Änderungen:
     
-    *   Für iOS, <a href="../../../cordova/device/device.platform.html">device.platform</a> zurückgeben verwendet `iPhone` , `iPad` oder `iPod Touch` , jetzt es gibt (richtig)`iOS`.
-    *   Für iOS, <a href="../../../cordova/device/device.name.html">device.name</a> (veraltet für alle Plattformen) verwendet, um den Namen von dem <a href="../../../cordova/device/device.html">Gerät</a> des Benutzers zurückzugeben (z.B. ' Shazrons iPhone 5 '); Jetzt gibt es was <a href="../../../cordova/device/device.platform.html">device.platform</a> zurückgegeben: `iPhone` , `iPad` oder`iPod Touch`.
-    *   Für alle Plattformen gibt es eine neue Eigenschaft namens <a href="../../../cordova/device/device.model.html">device.model</a>; Dies gibt das jeweilige <a href="../../../cordova/device/device.html">Gerät</a>emodell, z.B. `iPad2,5` (für andere Plattformen gibt das was <a href="../../../cordova/device/device.name.html">device.name</a> zurückgegeben).
+    *   Für iOS, device.platform zurückgeben verwendet `iPhone` , `iPad` oder `iPod Touch` , jetzt es gibt (richtig)`iOS`.
+    *   Für iOS, device.name (veraltet für alle Plattformen) verwendet, um den Namen von dem Gerät des Benutzers zurückzugeben (z.B. ' Shazrons iPhone 5 '); Jetzt gibt es was device.platform zurückgegeben: `iPhone` , `iPad` oder`iPod Touch`.
+    *   Für alle Plattformen gibt es eine neue Eigenschaft namens device.model; Dies gibt das jeweilige Gerätemodell, z.B. `iPad2,5` (für andere Plattformen gibt das was device.name zurückgegeben).
 
 ## Upgrade 2.1.0 Projekte 2.2.0
 
-1.  Herunterladen Sie und extrahieren Sie die Cordova 2.2.0-Quelle zu einem permanenten <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrer Festplatte, zum Beispiel in`~/Documents/Cordova-2.2.0`.
+1.  Herunterladen Sie und extrahieren Sie die Cordova 2.2.0-Quelle zu einem permanenten Speicherort auf Ihrer Festplatte, zum Beispiel in`~/Documents/Cordova-2.2.0`.
 
 2.  Beenden Sie Xcode, wenn es geöffnet ist.
 
@@ -290,31 +290,31 @@ platform add ios`.
 
 4.  Erstellen Sie ein neues Projekt, wie in iOS Command-Line Tools beschrieben. Sie benötigen die Vermögen aus diesem neuen Projekt.
 
-5.  Kopie der `www/cordova-2.2.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> aus dem neuen Projekt in Ihr `www` Verzeichnis und löschen Ihre `www/cordova-2.1.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+5.  Kopie der `www/cordova-2.2.0.js` Datei aus dem neuen Projekt in Ihr `www` Verzeichnis und löschen Ihre `www/cordova-2.1.0.js` Datei.
 
-6.  Aktualisieren von Cordova Skriptverweis in Ihre `www/index.html` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> (und alle anderen <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>en, die den Skriptverweis enthalten) auf die neue hinzu `cordova-2.2.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+6.  Aktualisieren von Cordova Skriptverweis in Ihre `www/index.html` Datei (und alle anderen Dateien, die den Skriptverweis enthalten) auf die neue hinzu `cordova-2.2.0.js` Datei.
 
-7.  Aktualisieren (oder zu ersetzen, wenn Sie die <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> nie geändert) Ihre `MainViewController.m` nach von dem neuen Projekt:
+7.  Aktualisieren (oder zu ersetzen, wenn Sie die Datei nie geändert) Ihre `MainViewController.m` nach von dem neuen Projekt:
     
     *   Aktualisiert → ViewWillAppear
 
 8.  Kopie der `cordova` Verzeichnis des neuen Projekts in Ihrem Projekt-Root-Verzeichnis. Im 2.2.0 hat dies ein aktualisiertes 'emulieren' Skript.
 
-9.  Anschließend aktualisieren Ihre `CordovaLib` Teilprojekt Verweis. Beginnend mit Cordova 2.1.0, wir verwenden nicht die CORDOVALIB Xcode-Variable nicht mehr wo verweisen auf `CordovaLib` befindet, der Verweis ist eine absolute <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>verweis jetzt.
+9.  Anschließend aktualisieren Ihre `CordovaLib` Teilprojekt Verweis. Beginnend mit Cordova 2.1.0, wir verwenden nicht die CORDOVALIB Xcode-Variable nicht mehr wo verweisen auf `CordovaLib` befindet, der Verweis ist eine absolute Dateiverweis jetzt.
     
     1.  Terminal.app starten
-    2.  Gehen Sie zu dem <a href="../../../cordova/storage/storage.html">Speicher</a>ort, wo Sie Cordova installiert (siehe Schritt 1), in der `bin` Unterverzeichnis
-    3.  Führen Sie das Skript unten, wo der erste Parameter ist der Pfad zu Ihrem Projekts `.xcodeproj` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>:
+    2.  Gehen Sie zu dem Speicherort, wo Sie Cordova installiert (siehe Schritt 1), in der `bin` Unterverzeichnis
+    3.  Führen Sie das Skript unten, wo der erste Parameter ist der Pfad zu Ihrem Projekts `.xcodeproj` Datei:
         
         `Update_cordova_subproject Pfad/zu/Ihrem/Projekt/xcodeproj`
 
-**Hinweis:** In 2.2.0 das `bin/create` Skript-Kopie in der `CordovaLib` Teilprojekt in Ihr Projekt. Um die gleiche Art der Installation haben, kopieren Sie einfach in der rechten `CordovaLib` in Ihr Projektverzeichnis, und Update der `CordovaLib` Teilprojekt Lage (bezogen auf "Projekt") in der Xcode-<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>-Inspektor.
+**Hinweis:** In 2.2.0 das `bin/create` Skript-Kopie in der `CordovaLib` Teilprojekt in Ihr Projekt. Um die gleiche Art der Installation haben, kopieren Sie einfach in der rechten `CordovaLib` in Ihr Projektverzeichnis, und Update der `CordovaLib` Teilprojekt Lage (bezogen auf "Projekt") in der Xcode-Datei-Inspektor.
 
 ## Upgrade 2.0.0 Projekte auf 2.1.0
 
 Mit Cordova 2.1.0 `CordovaLib` zur **Automatischen Reference Counting (ARC)**verwenden aktualisiert wurde. Sie nicht müssen upgrade auf **ARC** mithilfe von CordovaLib, aber wenn Sie, aktualisieren Sie das Projekt zur Verwendung von **ARC möchten**, verwenden Sie bitte den Xcode-Migrations-Assistenten aus dem Menü: **Bearbeiten → → umgestalten Convert in Objective-C-Bogen...**, libCordova.a aufzuheben, dann führen Sie den Assistenten bis zum Abschluss.
 
-1.  Herunterladen Sie und extrahieren Sie die Cordova 2.1.0-Quelle zu einem permanenten <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrer Festplatte, zum Beispiel in`~/Documents/Cordova-2.1.0`.
+1.  Herunterladen Sie und extrahieren Sie die Cordova 2.1.0-Quelle zu einem permanenten Speicherort auf Ihrer Festplatte, zum Beispiel in`~/Documents/Cordova-2.1.0`.
 
 2.  Beenden Sie Xcode, wenn es geöffnet ist.
 
@@ -322,28 +322,28 @@ Mit Cordova 2.1.0 `CordovaLib` zur **Automatischen Reference Counting (ARC)**ver
 
 4.  Erstellen Sie ein neues Projekt, wie in iOS Command-Line Tools beschrieben. Sie benötigen die Vermögen aus diesem neuen Projekt.
 
-5.  Kopie der `www/cordova-2.1.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> aus dem neuen Projekt in Ihr `www` Verzeichnis und löschen Ihre `www/cordova-2.0.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+5.  Kopie der `www/cordova-2.1.0.js` Datei aus dem neuen Projekt in Ihr `www` Verzeichnis und löschen Ihre `www/cordova-2.0.0.js` Datei.
 
-6.  Aktualisieren von Cordova Skriptverweis in Ihre `www/index.html` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> (und alle anderen <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>en, die den Skriptverweis enthalten) auf die neue hinzu `cordova-2.1.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+6.  Aktualisieren von Cordova Skriptverweis in Ihre `www/index.html` Datei (und alle anderen Dateien, die den Skriptverweis enthalten) auf die neue hinzu `cordova-2.1.0.js` Datei.
 
-7.  Aktualisieren (oder zu ersetzen, wenn Sie die <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> nie geändert) Ihre `AppDelegate.m` nach von dem neuen Projekt:
+7.  Aktualisieren (oder zu ersetzen, wenn Sie die Datei nie geändert) Ihre `AppDelegate.m` nach von dem neuen Projekt:
     
     *   Bearbeitet → Anwendung: DidFinishLaunchingWithOptions:
     *   Hinzugefügt → Anwendung: SupportedInterfaceOrientationsForWindow:
 
-8.  Aktualisieren (oder zu ersetzen, wenn Sie die <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> nie geändert) Ihre `MainViewController.m` nach von dem neuen Projekt:
+8.  Aktualisieren (oder zu ersetzen, wenn Sie die Datei nie geändert) Ihre `MainViewController.m` nach von dem neuen Projekt:
     
     *   Hinzugefügt → ViewWillAppear
 
 9.  Kopie der `cordova` Verzeichnis des neuen Projekts in Ihrem Projekt-Root-Verzeichnis. Im 2.1.0 hat dies die aktualisierte Skripts um Pfade mit Leerzeichen zu unterstützen.
 
-10. Entfernen Sie die `VERSION` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> Verweis aus dem Projekt (*nicht* die in`CordovaLib`).
+10. Entfernen Sie die `VERSION` Datei Verweis aus dem Projekt (*nicht* die in`CordovaLib`).
 
-11. Anschließend aktualisieren Ihre `CordovaLib` Teilprojekt Verweis. Beginnend mit Cordova 2.1.0, wir verwenden nicht die CORDOVALIB Xcode-Variable nicht mehr wo verweisen auf `CordovaLib` befindet, der Verweis ist eine absolute <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>verweis jetzt.
+11. Anschließend aktualisieren Ihre `CordovaLib` Teilprojekt Verweis. Beginnend mit Cordova 2.1.0, wir verwenden nicht die CORDOVALIB Xcode-Variable nicht mehr wo verweisen auf `CordovaLib` befindet, der Verweis ist eine absolute Dateiverweis jetzt.
     
     1.  Terminal.app starten
-    2.  Gehen Sie zu dem <a href="../../../cordova/storage/storage.html">Speicher</a>ort, wo Sie Cordova installiert (siehe Schritt 1), in der `bin` Unterverzeichnis
-    3.  Führen Sie das Skript unten, wo der erste Parameter ist der Pfad zu Ihrem Projekts `.xcodeproj` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>:
+    2.  Gehen Sie zu dem Speicherort, wo Sie Cordova installiert (siehe Schritt 1), in der `bin` Unterverzeichnis
+    3.  Führen Sie das Skript unten, wo der erste Parameter ist der Pfad zu Ihrem Projekts `.xcodeproj` Datei:
         
         `Update_cordova_subproject Pfad/zu/Ihrem/Projekt/xcodeproj`
 
@@ -353,13 +353,13 @@ Mit Cordova 2.1.0 `CordovaLib` zur **Automatischen Reference Counting (ARC)**ver
 
 2.  Erstellen Sie ein neues Projekt, wie in iOS Command-Line Tools beschrieben. Sie benötigen die Vermögen aus diesem neuen Projekt.
 
-3.  Kopie der `www/cordova-2.0.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> aus dem neuen Projekt in Ihr `www` Verzeichnis und löschen Ihre `www/cordova-1.9.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+3.  Kopie der `www/cordova-2.0.0.js` Datei aus dem neuen Projekt in Ihr `www` Verzeichnis und löschen Ihre `www/cordova-1.9.0.js` Datei.
 
-4.  Aktualisieren von Cordova Skriptverweis in Ihre `www/index.html` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> (und alle anderen <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>en, die den Skriptverweis enthalten) auf die neue hinzu `cordova-2.0.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+4.  Aktualisieren von Cordova Skriptverweis in Ihre `www/index.html` Datei (und alle anderen Dateien, die den Skriptverweis enthalten) auf die neue hinzu `cordova-2.0.0.js` Datei.
 
 5.  Kopie der `cordova` Verzeichnis des neuen Projekts in Ihrem Projekt-Root-Verzeichnis (wenn Sie möchten, dass die Projekt-Befehlszeilen-Tools).
 
-6.  Fügen Sie einen neuen Eintrag unter `Plugins` in Ihrem `Cordova.plist` -<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> unter der **Hilfsdateien** -Gruppe. Der Schlüssel ist `Device` und der Wert ist`CDVDevice`.
+6.  Fügen Sie einen neuen Eintrag unter `Plugins` in Ihrem `Cordova.plist` -Datei unter der **Hilfsdateien** -Gruppe. Der Schlüssel ist `Device` und der Wert ist`CDVDevice`.
 
 7.  Entfernen`Cordova.framework`.
 
@@ -371,7 +371,7 @@ Mit Cordova 2.1.0 `CordovaLib` zur **Automatischen Reference Counting (ARC)**ver
 
 11. Suchen Sie das `CordovaLib` -Verzeichnis, das auf Ihrer Festplatte unter Ihrem Benutzerordner installiert wurde `Documents` Unterverzeichnis.
 
-12. Suchen Sie die `CordovaLib.xcodeproj` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> das `CordovaLib` Verzeichnis, dann per Drag & Drop die <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> in Ihr Projekt. Es sollte als ein Teilprojekt angezeigt.
+12. Suchen Sie die `CordovaLib.xcodeproj` Datei das `CordovaLib` Verzeichnis, dann per Drag & Drop die Datei in Ihr Projekt. Es sollte als ein Teilprojekt angezeigt.
 
 13. Erstellen Sie das Projekt, solltest du einige Fehler im Zusammenhang mit `#import` Richtlinien.
 
@@ -403,19 +403,19 @@ Mit Cordova 2.1.0 `CordovaLib` zur **Automatischen Reference Counting (ARC)**ver
 
 22. Wählen Sie das **Symbol "Projekt"** in der Projekt-Navigator, wählen Sie das Projekt **Target**, dann wählen Sie die Registerkarte **Einstellungen erstellen** .
 
-23. Suchen Sie nach **Anderen Linker-<a href="../../../cordova/file/flags/flags.html">Flags</a>**, und addieren Sie die Werte **-All_load** und **- Obj-C**.
+23. Suchen Sie nach **Anderen Linker-Flags**, und addieren Sie die Werte **-All_load** und **- Obj-C**.
 
 24. Erweitern Sie die `CordovaLib` Teilprojekt.
 
-25. Suchen Sie die `VERSION` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>, ziehen Sie es in Ihr Haupt-Projekt (wir möchten einen Link zu ihr, keine Kopie erstellen).
+25. Suchen Sie die `VERSION` Datei, ziehen Sie es in Ihr Haupt-Projekt (wir möchten einen Link zu ihr, keine Kopie erstellen).
 
 26. Aktivieren Sie das Optionsfeld **erstellen Gruppen für alle hinzugefügten Ordner** , und wählen Sie die Schaltfläche **Fertig stellen** .
 
-27. Wählen Sie die `VERSION` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>, die Sie nur in einem vorherigen Schritt gezogen.
+27. Wählen Sie die `VERSION` Datei, die Sie nur in einem vorherigen Schritt gezogen.
 
-28. Geben Sie die **Option-Befehl-1** -Tastenkombination zum Anzeigen der **<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> Inspector** (oder Menuitem **anzeigen → Dienstprogramme → "<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>-Informationen einblenden"**).
+28. Geben Sie die **Option-Befehl-1** -Tastenkombination zum Anzeigen der **Datei Inspector** (oder Menuitem **anzeigen → Dienstprogramme → "Datei-Informationen einblenden"**).
 
-29. Wählen Sie **relativ zum CORDOVALIB** in der **<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>-Inspektor** für die Drop-Down-Menü für **Lage**.
+29. Wählen Sie **relativ zum CORDOVALIB** in der **Datei-Inspektor** für die Drop-Down-Menü für **Lage**.
 
 30. Legen Sie die Voreinstellung "Xcode" **Xcode "Einstellungen" → Standorte → abgeleitete Daten → Advanced...** auf **Unique**, damit die einheitliche Header gefunden werden können.
 
@@ -430,7 +430,7 @@ Mit Cordova 2.1.0 `CordovaLib` zur **Automatischen Reference Counting (ARC)**ver
         "$(BUILT_PRODUCTS_DIR)"
         
 
-33. Suche nach **anderen Linker-<a href="../../../cordova/file/flags/flags.html">Flags</a>**. Fügen Sie diesen Wert für diese Einstellung:
+33. Suche nach **anderen Linker-Flags**. Fügen Sie diesen Wert für diese Einstellung:
     
         -Weak_framework CoreFoundation
         
@@ -449,9 +449,9 @@ Mit Cordova 2.1.0 `CordovaLib` zur **Automatischen Reference Counting (ARC)**ver
 
 2.  Erstellen Sie ein neues Projekt. Sie benötigen einen Teil der Vermögensgegenstände aus diesem neuen Projekt.
 
-3.  Kopie der `www/cordova-1.9.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> aus dem neuen Projekt in Ihr `www` Verzeichnis und löschen Ihre `www/cordova-1.8.x.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+3.  Kopie der `www/cordova-1.9.0.js` Datei aus dem neuen Projekt in Ihr `www` Verzeichnis und löschen Ihre `www/cordova-1.8.x.js` Datei.
 
-4.  Aktualisieren von Cordova Skriptverweis in Ihre `www/index.html` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> (und alle anderen <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>en, die den Skriptverweis enthalten) auf die neue hinzu `cordova-1.9.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+4.  Aktualisieren von Cordova Skriptverweis in Ihre `www/index.html` Datei (und alle anderen Dateien, die den Skriptverweis enthalten) auf die neue hinzu `cordova-1.9.0.js` Datei.
 
 **Hinweis:** 1.9.0 unterstützt das neue `BackupWebStorage` boolesche `Cordova.plist` Einstellung. Es ist standardmäßig aktiviert, so legen Sie es auf `false` , besonders auf iOS 6 deaktivieren. Finden Sie unter [Release Notes: Safari und UIKit Abschnitt][16]
 
@@ -463,9 +463,9 @@ Mit Cordova 2.1.0 `CordovaLib` zur **Automatischen Reference Counting (ARC)**ver
 
 2.  Erstellen Sie ein neues Projekt. Sie benötigen einen Teil der Vermögensgegenstände aus diesem neuen Projekt.
 
-3.  Kopie der `www/cordova-1.8.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> aus dem neuen Projekt in Ihr `www` Verzeichnis und löschen Ihre `www/cordova-1.7.x.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+3.  Kopie der `www/cordova-1.8.0.js` Datei aus dem neuen Projekt in Ihr `www` Verzeichnis und löschen Ihre `www/cordova-1.7.x.js` Datei.
 
-4.  Aktualisieren von Cordova Skriptverweis in Ihre `www/index.html` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> (und alle anderen <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>en, die den Skriptverweis enthalten) auf die neue hinzu `cordova-1.8.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+4.  Aktualisieren von Cordova Skriptverweis in Ihre `www/index.html` Datei (und alle anderen Dateien, die den Skriptverweis enthalten) auf die neue hinzu `cordova-1.8.0.js` Datei.
 
 Wollen Sie über die Verwendung der API zu erfassen, benötigen Sie die neue **iPad Retina-Display** -Vermögen:
 
@@ -481,9 +481,9 @@ Wollen Sie über die Verwendung der API zu erfassen, benötigen Sie die neue **i
 
 2.  Erstellen Sie ein neues Projekt. Sie benötigen einen Teil der Vermögensgegenstände aus diesem neuen Projekt.
 
-3.  Kopie der `www/cordova-1.7.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> aus dem neuen Projekt in Ihr `www` Verzeichnis und löschen Ihre `www/cordova-1.6.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+3.  Kopie der `www/cordova-1.7.0.js` Datei aus dem neuen Projekt in Ihr `www` Verzeichnis und löschen Ihre `www/cordova-1.6.0.js` Datei.
 
-4.  Aktualisieren von Cordova Skriptverweis in Ihre `www/index.html` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> (und alle anderen <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>en, die den Skriptverweis enthalten) auf die neue hinzu `cordova-1.7.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+4.  Aktualisieren von Cordova Skriptverweis in Ihre `www/index.html` Datei (und alle anderen Dateien, die den Skriptverweis enthalten) auf die neue hinzu `cordova-1.7.0.js` Datei.
 
 ## Upgrade 1.5.0 Projekte 1.6.x
 
@@ -493,24 +493,24 @@ Wollen Sie über die Verwendung der API zu erfassen, benötigen Sie die neue **i
 
 3.  Erstellen Sie ein neues Projekt. Sie benötigen einen Teil der Vermögensgegenstände aus diesem neuen Projekt.
 
-4.  Kopieren Sie diese <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>en aus dem neuen Projekt in Ihr 1.5.0-based-Projekt-Verzeichnis auf der Festplatte ersetzt alle alten <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>en (sichern Sie Ihre <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>en zuerst aus Schritt 2 oben):
+4.  Kopieren Sie diese Dateien aus dem neuen Projekt in Ihr 1.5.0-based-Projekt-Verzeichnis auf der Festplatte ersetzt alle alten Dateien (sichern Sie Ihre Dateien zuerst aus Schritt 2 oben):
     
         AppDelegate.h AppDelegate.m MainViewController.h MainViewController.m Cordova.plist
         
 
-5.  Fügen Sie die neue `MainViewController` und `AppDelegate` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>en in das Xcode-Projekt.
+5.  Fügen Sie die neue `MainViewController` und `AppDelegate` Dateien in das Xcode-Projekt.
 
-6.  Kopie der `www/cordova-1.6.1.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> aus dem neuen Projekt in Ihr `www` Verzeichnis und löschen Ihre `www/cordova-1.5.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+6.  Kopie der `www/cordova-1.6.1.js` Datei aus dem neuen Projekt in Ihr `www` Verzeichnis und löschen Ihre `www/cordova-1.5.0.js` Datei.
 
-7.  Aktualisieren von Cordova Skriptverweis in Ihre `www/index.html` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> (und alle anderen <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>en, die den Skriptverweis enthalten) auf die neue hinzu `cordova-1.6.1.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+7.  Aktualisieren von Cordova Skriptverweis in Ihre `www/index.html` Datei (und alle anderen Dateien, die den Skriptverweis enthalten) auf die neue hinzu `cordova-1.6.1.js` Datei.
 
-8.  Fügen Sie das neue `Cordova.plist` -<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> in Ihrem Projekt. Dies ist notwendig, da die Core-Plugin-Dienst-Namen ändern müssen, um die für eine einheitliche Cordova JavaScript-<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> (von Android und BlackBerry, übereinstimmen`cordova-js`).
+8.  Fügen Sie das neue `Cordova.plist` -Datei in Ihrem Projekt. Dies ist notwendig, da die Core-Plugin-Dienst-Namen ändern müssen, um die für eine einheitliche Cordova JavaScript-Datei (von Android und BlackBerry, übereinstimmen`cordova-js`).
 
 9.  Alle Einstellungen, **Plugins** und **ExternalHosts** Einträge, die Sie in Ihrem **gesicherten Cordova.plist** in das neue hatten zu integrieren`Cordova.plist`.
 
-10. Integrieren Sie Projekt-spezifischen Code, die Sie in Ihrem gesicherten `AppDelegate.h` und `AppDelegate.m` in die neuen AppDelegate-<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>en. `UIWebViewDelegate`Oder `CDVCommandDelegate` code in `AppDelegate.m` müssen in `MainViewController.m` jetzt (siehe Abschnitte in der <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> auskommentiert).
+10. Integrieren Sie Projekt-spezifischen Code, die Sie in Ihrem gesicherten `AppDelegate.h` und `AppDelegate.m` in die neuen AppDelegate-Dateien. `UIWebViewDelegate`Oder `CDVCommandDelegate` code in `AppDelegate.m` müssen in `MainViewController.m` jetzt (siehe Abschnitte in der Datei auskommentiert).
 
-11. Integrieren Sie Projekt-spezifischen Code, die Sie in Ihrem gesicherten `MainViewController.h` und `MainViewController.m` in die neuen MainViewController-<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>en.
+11. Integrieren Sie Projekt-spezifischen Code, die Sie in Ihrem gesicherten `MainViewController.h` und `MainViewController.m` in die neuen MainViewController-Dateien.
 
 12. Klicken Sie auf das Projektsymbol in der Projekt-Navigator, wählen Sie das **Projekt**, dann wählen Sie die Registerkarte **Einstellungen erstellen** .
 
@@ -524,37 +524,37 @@ Wollen Sie über die Verwendung der API zu erfassen, benötigen Sie die neue **i
 
 2.  Erstellen Sie ein neues Projekt, und führen Sie es einmal. Sie benötigen einen Teil der Vermögensgegenstände aus diesem neuen Projekt.
 
-3.  Kopie der `www/cordova-1.5.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> aus dem neuen Projekt in Ihr `www` Verzeichnis und löschen Ihre `www/phonegap-1.4.x.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+3.  Kopie der `www/cordova-1.5.0.js` Datei aus dem neuen Projekt in Ihr `www` Verzeichnis und löschen Ihre `www/phonegap-1.4.x.js` Datei.
 
-4.  Aktualisieren von Cordova Skriptverweis in Ihre `www/index.html` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> (und alle anderen <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>en, die den Skriptverweis enthalten) auf die neue Cordova hinzu `cordova-1.5.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+4.  Aktualisieren von Cordova Skriptverweis in Ihre `www/index.html` Datei (und alle anderen Dateien, die den Skriptverweis enthalten) auf die neue Cordova hinzu `cordova-1.5.0.js` Datei.
 
 5.  Finden Sie `PhoneGap.framework` in Ihrem Projekt-Navigator, wählen Sie es.
 
 6.  Geben Sie den Schlüssel **Löschen** und Löschen der `PhoneGap.framework` Verweis in der Projekt-Navigator.
 
-7.  Geben Sie die **Option-Befehl-A** -Tastenkombination, die drop-down-ein Blatt zu dem Projekt (die **<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>en hinzufügen...** -Blatt) <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>en hinzufügen sollten. Stellen Sie sicher, dass das Optionsfeld **erstellt Gruppen für alle hinzugefügten Ordner** ausgewählt ist.
+7.  Geben Sie die **Option-Befehl-A** -Tastenkombination, die drop-down-ein Blatt zu dem Projekt (die **Dateien hinzufügen...** -Blatt) Dateien hinzufügen sollten. Stellen Sie sicher, dass das Optionsfeld **erstellt Gruppen für alle hinzugefügten Ordner** ausgewählt ist.
 
 8.  Geben Sie die Tastenkombination **Umschalt-Befehl-G** , drop-down-ein weiteres Blatt für Sie zu einem Ordner gehen sollte (die **gehen in den Ordner:** Blatt).
 
 9.  Geben Sie `/Users/Shared/Cordova/Frameworks/Cordova.framework` in die **gehen in den Ordner:** Blatt und drücken Sie dann die Schaltfläche " **Go** ".
 
-10. Drücken Sie die Taste " **Hinzufügen** " in dem **<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>en hinzufügen...** -Blatt.
+10. Drücken Sie die Taste " **Hinzufügen** " in dem **Dateien hinzufügen...** -Blatt.
 
 11. Wählen Sie `Cordova.framework` in der Projektnavigator.
 
-12. Geben Sie die **Option-Befehl-1** -Tastenkombination zum Anzeigen der **<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> Inspector**.
+12. Geben Sie die **Option-Befehl-1** -Tastenkombination zum Anzeigen der **Datei Inspector**.
 
-13. Wählen Sie **Absoluter Pfad** in der **<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>-Inspektor** für die Drop-Down-Menü für **Standort**.
+13. Wählen Sie **Absoluter Pfad** in der **Datei-Inspektor** für die Drop-Down-Menü für **Standort**.
 
-14. Geben Sie die **Option-Befehl-A** -Tastenkombination, die drop-down-ein Blatt zu dem Projekt (die **<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>en hinzufügen...** -Blatt) <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>en hinzufügen sollten. Stellen Sie sicher, dass das Optionsfeld **erstellt Gruppen für alle hinzugefügten Ordner** ausgewählt ist.
+14. Geben Sie die **Option-Befehl-A** -Tastenkombination, die drop-down-ein Blatt zu dem Projekt (die **Dateien hinzufügen...** -Blatt) Dateien hinzufügen sollten. Stellen Sie sicher, dass das Optionsfeld **erstellt Gruppen für alle hinzugefügten Ordner** ausgewählt ist.
 
 15. Geben Sie die Tastenkombination **Umschalt-Befehl-G** , drop-down-ein weiteres Blatt für Sie zu einem Ordner gehen sollte (die **gehen in den Ordner:** Blatt).
 
 16. Geben Sie `~/Documents/CordovaLib/Classes/deprecated` in die **gehen in den Ordner:** Blatt und drücken Sie dann die Schaltfläche " **Go** ".
 
-17. Drücken Sie die Taste " **Hinzufügen** " in dem **<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>en hinzufügen...** -Blatt.
+17. Drücken Sie die Taste " **Hinzufügen** " in dem **Dateien hinzufügen...** -Blatt.
 
-18. In Ihrem `AppDelegate.h` , `AppDelegate.m` , und `MainViewController.h` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>en, ersetzen die gesamte `#ifdef PHONEGAP_FRAMEWORK` -block mit:
+18. In Ihrem `AppDelegate.h` , `AppDelegate.m` , und `MainViewController.h` Dateien, ersetzen die gesamte `#ifdef PHONEGAP_FRAMEWORK` -block mit:
     
         #import "CDVDeprecated.h"
         
@@ -575,7 +575,7 @@ Wollen Sie über die Verwendung der API zu erfassen, benötigen Sie die neue **i
 
 26. Ersetzen Sie alle Vorkommen von **PhoneGap** mit **Cordova**.
 
-27. Finden Sie Ihre `PhoneGap.plist` in der Projekt-Navigator <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>, und klicken Sie auf den <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>namen eingeben Name Bearbeitungsmodus.
+27. Finden Sie Ihre `PhoneGap.plist` in der Projekt-Navigator Datei, und klicken Sie auf den Dateinamen eingeben Name Bearbeitungsmodus.
 
 28. Benennen Sie `PhoneGap.plist` auf`Cordova.plist`.
 
@@ -597,13 +597,13 @@ Wollen Sie über die Verwendung der API zu erfassen, benötigen Sie die neue **i
 
 3.  Erstellen Sie ein neues Projekt. Sie benötigen einen Teil der Vermögensgegenstände aus diesem neuen Projekt.
 
-4.  Kopie der `MainViewController.m` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> aus dem neuen Projekt in das 1.4.0-based-Projekt-Verzeichnis auf der Festplatte, die alte <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> ersetzen (backup Ihrer <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>en zuerst aus Schritt 2 oben).
+4.  Kopie der `MainViewController.m` Datei aus dem neuen Projekt in das 1.4.0-based-Projekt-Verzeichnis auf der Festplatte, die alte Datei ersetzen (backup Ihrer Dateien zuerst aus Schritt 2 oben).
 
-5.  Fügen Sie die `MainViewController.m` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> in das Xcode-Projekt.
+5.  Fügen Sie die `MainViewController.m` Datei in das Xcode-Projekt.
 
-6.  Integrieren Sie Projekt-spezifischen Code, die Sie in Ihrem gesicherten `MainViewController.m` in die neue <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+6.  Integrieren Sie Projekt-spezifischen Code, die Sie in Ihrem gesicherten `MainViewController.m` in die neue Datei.
 
-7.  Aktualisierung der `phonegap-1.4.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> ist optional, in der JavaScript zwischen 1.4.0 und 1.4.1 hat sich nichts geändert.
+7.  Aktualisierung der `phonegap-1.4.0.js` Datei ist optional, in der JavaScript zwischen 1.4.0 und 1.4.1 hat sich nichts geändert.
 
 ## Upgrade 1.3.0 Projekte 1.4.0
 
@@ -613,20 +613,20 @@ Wollen Sie über die Verwendung der API zu erfassen, benötigen Sie die neue **i
 
 3.  Erstellen Sie ein neues Projekt. Sie benötigen einen Teil der Vermögensgegenstände aus diesem neuen Projekt.
 
-4.  Kopieren Sie diese <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>en aus dem neuen Projekt in Ihr 1.3.0-based-Projekt-Verzeichnis auf der Festplatte ersetzt alle alten <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>en (sichern Sie Ihre <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>en zuerst aus Schritt 2 oben):
+4.  Kopieren Sie diese Dateien aus dem neuen Projekt in Ihr 1.3.0-based-Projekt-Verzeichnis auf der Festplatte ersetzt alle alten Dateien (sichern Sie Ihre Dateien zuerst aus Schritt 2 oben):
     
         AppDelegate.h AppDelegate.m MainViewController.h MainViewController.m MainViewController.xib
         
 
-5.  Fügen Sie alle die `MainViewController` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>en in das Xcode-Projekt.
+5.  Fügen Sie alle die `MainViewController` Dateien in das Xcode-Projekt.
 
-6.  Kopie der `www/phonegap-1.4.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> aus dem neuen Projekt in Ihr `www` Verzeichnis und löschen Ihre `www/phonegap-1.3.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+6.  Kopie der `www/phonegap-1.4.0.js` Datei aus dem neuen Projekt in Ihr `www` Verzeichnis und löschen Ihre `www/phonegap-1.3.0.js` Datei.
 
-7.  Aktualisieren von Cordova Skriptverweis in Ihre `www/index.html` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> (und alle anderen <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>en, die den Skriptverweis enthalten) auf die neue hinzu `phonegap-1.4.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+7.  Aktualisieren von Cordova Skriptverweis in Ihre `www/index.html` Datei (und alle anderen Dateien, die den Skriptverweis enthalten) auf die neue hinzu `phonegap-1.4.0.js` Datei.
 
-8.  Fügen Sie einen neuen Eintrag unter `Plugins` in der `PhoneGap.plist` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>. Der Schlüssel ist `com.phonegap.battery` und der Wert ist`PGBattery`.
+8.  Fügen Sie einen neuen Eintrag unter `Plugins` in der `PhoneGap.plist` Datei. Der Schlüssel ist `com.phonegap.battery` und der Wert ist`PGBattery`.
 
-9.  Integrieren Sie Projekt-spezifischen Code, die Sie in Ihrem gesicherten `AppDelegate.h` und `AppDelegate.m` in die neuen AppDelegate-<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>en.
+9.  Integrieren Sie Projekt-spezifischen Code, die Sie in Ihrem gesicherten `AppDelegate.h` und `AppDelegate.m` in die neuen AppDelegate-Dateien.
 
 ## Upgrade 1.2.0 Projekte 1.3.0
 
@@ -636,20 +636,20 @@ Wollen Sie über die Verwendung der API zu erfassen, benötigen Sie die neue **i
 
 3.  Erstellen Sie ein neues Projekt. Sie benötigen einen Teil der Vermögensgegenstände aus diesem neuen Projekt.
 
-4.  Kopieren Sie diese <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>en aus dem neuen Projekt in Ihr 1.2.0-based-Projekt-Verzeichnis auf der Festplatte ersetzt alle alten <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>en (sichern Sie Ihre <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>en zuerst aus Schritt 2 oben):
+4.  Kopieren Sie diese Dateien aus dem neuen Projekt in Ihr 1.2.0-based-Projekt-Verzeichnis auf der Festplatte ersetzt alle alten Dateien (sichern Sie Ihre Dateien zuerst aus Schritt 2 oben):
     
         AppDelegate.h AppDelegate.m MainViewController.h MainViewController.m MainViewController.xib
         
 
-5.  Fügen Sie alle die `MainViewController` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>en in das Xcode-Projekt.
+5.  Fügen Sie alle die `MainViewController` Dateien in das Xcode-Projekt.
 
-6.  Kopie der `www/phonegap-1.3.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> aus dem neuen Projekt in Ihr `www` Verzeichnis und löschen Ihre `www/phonegap-1.2.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+6.  Kopie der `www/phonegap-1.3.0.js` Datei aus dem neuen Projekt in Ihr `www` Verzeichnis und löschen Ihre `www/phonegap-1.2.0.js` Datei.
 
-7.  Aktualisieren von Cordova Skriptverweis in Ihre `www/index.html` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> (und alle anderen <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>en, die den Skriptverweis enthalten) auf die neue hinzu `phonegap-1.3.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+7.  Aktualisieren von Cordova Skriptverweis in Ihre `www/index.html` Datei (und alle anderen Dateien, die den Skriptverweis enthalten) auf die neue hinzu `phonegap-1.3.0.js` Datei.
 
-8.  Fügen Sie einen neuen Eintrag unter `Plugins` in der `PhoneGap.plist` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>. Der Schlüssel ist `com.phonegap.battery` und der Wert ist`PGBattery`.
+8.  Fügen Sie einen neuen Eintrag unter `Plugins` in der `PhoneGap.plist` Datei. Der Schlüssel ist `com.phonegap.battery` und der Wert ist`PGBattery`.
 
-9.  Integrieren Sie Projekt-spezifischen Code, die Sie in Ihrem gesicherten `AppDelegate.h` und `AppDelegate.m` in die neuen AppDelegate-<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>en.
+9.  Integrieren Sie Projekt-spezifischen Code, die Sie in Ihrem gesicherten `AppDelegate.h` und `AppDelegate.m` in die neuen AppDelegate-Dateien.
 
 ## Upgrade 1.1.0 Projekte 1.2.0
 
@@ -659,20 +659,20 @@ Wollen Sie über die Verwendung der API zu erfassen, benötigen Sie die neue **i
 
 3.  Erstellen Sie ein neues Projekt. Sie benötigen einen Teil der Vermögensgegenstände aus diesem neuen Projekt.
 
-4.  Kopieren Sie diese <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>en aus dem neuen Projekt in Ihr 1.1.0-based-Projekt-Verzeichnis auf der Festplatte ersetzt alle alten <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>en (sichern Sie Ihre <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>en zuerst aus Schritt 2 oben):
+4.  Kopieren Sie diese Dateien aus dem neuen Projekt in Ihr 1.1.0-based-Projekt-Verzeichnis auf der Festplatte ersetzt alle alten Dateien (sichern Sie Ihre Dateien zuerst aus Schritt 2 oben):
     
         AppDelegate.h AppDelegate.m MainViewController.h MainViewController.m MainViewController.xib
         
 
-5.  Fügen Sie alle die `MainViewController` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>en in das Xcode-Projekt.
+5.  Fügen Sie alle die `MainViewController` Dateien in das Xcode-Projekt.
 
-6.  Kopie der `www/phonegap-1.2.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> aus dem neuen Projekt in Ihr `www` Verzeichnis und löschen Ihre `www/phonegap-1.1.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+6.  Kopie der `www/phonegap-1.2.0.js` Datei aus dem neuen Projekt in Ihr `www` Verzeichnis und löschen Ihre `www/phonegap-1.1.0.js` Datei.
 
-7.  Aktualisieren von Cordova Skriptverweis in Ihre `www/index.html` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> (und alle anderen <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>en, die den Skriptverweis enthalten) auf die neue hinzu `phonegap-1.2.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+7.  Aktualisieren von Cordova Skriptverweis in Ihre `www/index.html` Datei (und alle anderen Dateien, die den Skriptverweis enthalten) auf die neue hinzu `phonegap-1.2.0.js` Datei.
 
-8.  Fügen Sie einen neuen Eintrag unter `Plugins` in der `PhoneGap.plist` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>. Der Schlüssel ist `com.phonegap.battery` und der Wert ist`PGBattery`.
+8.  Fügen Sie einen neuen Eintrag unter `Plugins` in der `PhoneGap.plist` Datei. Der Schlüssel ist `com.phonegap.battery` und der Wert ist`PGBattery`.
 
-9.  Integrieren Sie Projekt-spezifischen Code, die Sie in Ihrem gesicherten `AppDelegate.h` und `AppDelegate.m` in die neuen AppDelegate-<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>en.
+9.  Integrieren Sie Projekt-spezifischen Code, die Sie in Ihrem gesicherten `AppDelegate.h` und `AppDelegate.m` in die neuen AppDelegate-Dateien.
 
 ## Upgrade 1.0.0 auf 1.1.0 Projekte
 
@@ -682,20 +682,20 @@ Wollen Sie über die Verwendung der API zu erfassen, benötigen Sie die neue **i
 
 3.  Erstellen Sie ein neues Projekt. Sie benötigen einen Teil der Vermögensgegenstände aus diesem neuen Projekt.
 
-4.  Kopieren Sie diese <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>en aus dem neuen Projekt in Ihr 1.0.0-based-Projekt-Verzeichnis auf der Festplatte ersetzt alle alten <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>en (sichern Sie Ihre <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>en zuerst aus Schritt 2 oben):
+4.  Kopieren Sie diese Dateien aus dem neuen Projekt in Ihr 1.0.0-based-Projekt-Verzeichnis auf der Festplatte ersetzt alle alten Dateien (sichern Sie Ihre Dateien zuerst aus Schritt 2 oben):
     
         AppDelegate.h AppDelegate.m MainViewController.h MainViewController.m MainViewController.xib
         
 
-5.  Fügen Sie alle die `MainViewController` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>en in das Xcode-Projekt.
+5.  Fügen Sie alle die `MainViewController` Dateien in das Xcode-Projekt.
 
-6.  Kopie der `www/phonegap-1.1.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> aus dem neuen Projekt in Ihr `www` Verzeichnis und löschen Ihre `www/phonegap-1.0.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+6.  Kopie der `www/phonegap-1.1.0.js` Datei aus dem neuen Projekt in Ihr `www` Verzeichnis und löschen Ihre `www/phonegap-1.0.0.js` Datei.
 
-7.  Aktualisieren von Cordova Skriptverweis in Ihre `www/index.html` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> (und alle anderen <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>en, die den Skriptverweis enthalten) auf die neue hinzu `phonegap-1.1.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+7.  Aktualisieren von Cordova Skriptverweis in Ihre `www/index.html` Datei (und alle anderen Dateien, die den Skriptverweis enthalten) auf die neue hinzu `phonegap-1.1.0.js` Datei.
 
-8.  Fügen Sie einen neuen Eintrag unter `Plugins` in der `PhoneGap.plist` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>. Der Schlüssel ist `com.phonegap.battery` und der Wert ist`PGBattery`.
+8.  Fügen Sie einen neuen Eintrag unter `Plugins` in der `PhoneGap.plist` Datei. Der Schlüssel ist `com.phonegap.battery` und der Wert ist`PGBattery`.
 
-9.  Integrieren Sie Projekt-spezifischen Code, die Sie in Ihrem gesicherten `AppDelegate.h` und `AppDelegate.m` in die neuen AppDelegate-<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>en.
+9.  Integrieren Sie Projekt-spezifischen Code, die Sie in Ihrem gesicherten `AppDelegate.h` und `AppDelegate.m` in die neuen AppDelegate-Dateien.
 
 ## Upgrade 0.9.6 Projekte 1.0.0
 
@@ -705,17 +705,17 @@ Wollen Sie über die Verwendung der API zu erfassen, benötigen Sie die neue **i
 
 3.  Erstellen Sie ein neues Projekt. Sie benötigen einen Teil der Vermögensgegenstände aus diesem neuen Projekt.
 
-4.  Kopieren Sie diese <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>en aus dem neuen Projekt in Ihr 0.9.6-based-Projekt-Verzeichnis auf der Festplatte ersetzt alle alten <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>en (sichern Sie Ihre <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>en zuerst aus Schritt 2 oben):
+4.  Kopieren Sie diese Dateien aus dem neuen Projekt in Ihr 0.9.6-based-Projekt-Verzeichnis auf der Festplatte ersetzt alle alten Dateien (sichern Sie Ihre Dateien zuerst aus Schritt 2 oben):
     
         AppDelegate.h AppDelegate.m MainViewController.h MainViewController.m MainViewController.xib
         
 
-5.  Fügen Sie alle die `MainViewController` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>en in das Xcode-Projekt.
+5.  Fügen Sie alle die `MainViewController` Dateien in das Xcode-Projekt.
 
-6.  Kopie der `www/phonegap-1.0.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> aus dem neuen Projekt in Ihr `www` Verzeichnis und löschen Ihre `www/phonegap-0.9.6.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+6.  Kopie der `www/phonegap-1.0.0.js` Datei aus dem neuen Projekt in Ihr `www` Verzeichnis und löschen Ihre `www/phonegap-0.9.6.js` Datei.
 
-7.  Aktualisieren von Cordova Skriptverweis in Ihre `www/index.html` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> (und alle anderen <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>en, die den Skriptverweis enthalten) auf die neue hinzu `phonegap-1.0.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+7.  Aktualisieren von Cordova Skriptverweis in Ihre `www/index.html` Datei (und alle anderen Dateien, die den Skriptverweis enthalten) auf die neue hinzu `phonegap-1.0.0.js` Datei.
 
-8.  Fügen Sie einen neuen Eintrag unter `Plugins` in der `PhoneGap.plist` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>. Der Schlüssel ist `com.phonegap.battery` und der Wert ist`PGBattery`.
+8.  Fügen Sie einen neuen Eintrag unter `Plugins` in der `PhoneGap.plist` Datei. Der Schlüssel ist `com.phonegap.battery` und der Wert ist`PGBattery`.
 
-9.  Integrieren Sie Projekt-spezifischen Code, die Sie in Ihrem gesicherten `AppDelegate.h` und `AppDelegate.m` in die neuen AppDelegate-<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>en.
\ No newline at end of file
+9.  Integrieren Sie Projekt-spezifischen Code, die Sie in Ihrem gesicherten `AppDelegate.h` und `AppDelegate.m` in die neuen AppDelegate-Dateien.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/guide/platforms/ios/webview.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/guide/platforms/ios/webview.md b/www/docs/de/3.1.0/guide/platforms/ios/webview.md
index 87fa3bc..e21192f 100644
--- a/www/docs/de/3.1.0/guide/platforms/ios/webview.md
+++ b/www/docs/de/3.1.0/guide/platforms/ios/webview.md
@@ -32,33 +32,33 @@ Cordova 2.0.0 und nachfolgende Versionen unterstützen nur die Teilprojekt-basie
 
 *   Xcode 4.5 oder höher
 
-*   `config.xml`<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> (aus einem neu erstellten iOS-Projekt)
+*   `config.xml`Datei (aus einem neu erstellten iOS-Projekt)
 
 ## Hinzufügen von Cleaver zum Xcode Projekt (CordovaLib-Teilprojekt)
 
-1.  Herunterladen Sie und extrahieren Sie die Cordova-Quelle zu einem permanenten <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrer Festplatte, zum Beispiel in`~/Documents/Cordova`.
+1.  Herunterladen Sie und extrahieren Sie die Cordova-Quelle zu einem permanenten Speicherort auf Ihrer Festplatte, zum Beispiel in`~/Documents/Cordova`.
 
 2.  Beenden Sie Xcode, wenn es geöffnet ist.
 
 3.  Terminal.app verwenden, navigieren Sie zu dem Verzeichnis, in dem Sie die heruntergeladene Quelle oben setzen.
 
-4.  Kopie der `config.xml` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> in das Projektverzeichnis auf der Festplatte (siehe die oben genannten Voraussetzungen).
+4.  Kopie der `config.xml` Datei in das Projektverzeichnis auf der Festplatte (siehe die oben genannten Voraussetzungen).
 
-5.  Drag & drop die `config.xml` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> in das Projekt-Navigator Xcode.
+5.  Drag & drop die `config.xml` Datei in das Projekt-Navigator Xcode.
 
 6.  Wählen Sie das Optionsfeld **erstellen Gruppen für alle hinzugefügten Ordner** und drücken Sie die Taste **Beenden**.
 
-7.  Drag & drop die `CordovaLib.xcodeproj` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> in das Projekt-Navigator Xcode (aus dem ständigen Verzeichnis Lage oben, und es sollte in der `CordovaLib` Unterverzeichnis).
+7.  Drag & drop die `CordovaLib.xcodeproj` Datei in das Projekt-Navigator Xcode (aus dem ständigen Verzeichnis Lage oben, und es sollte in der `CordovaLib` Unterverzeichnis).
 
 8.  Select `CordovaLib.xcodeproj` in the Project Navigator.
 
-9.  Geben Sie die **Option-Befehl-1** -Tastenkombination, um die **<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> Inspector** -Serie.
+9.  Geben Sie die **Option-Befehl-1** -Tastenkombination, um die **Datei Inspector** -Serie.
 
-10. Wählen Sie **Relative Gruppe** im **<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>-Inspektor** für die Drop-Down-Menü für **Lage**.
+10. Wählen Sie **Relative Gruppe** im **Datei-Inspektor** für die Drop-Down-Menü für **Lage**.
 
 11. Wählen Sie das **Symbol "Projekt"** in der Projekt-Navigator, wählen Sie Ihr **Ziel**, dann wählen Sie die Registerkarte **Einstellungen erstellen** .
 
-12. Fügen Sie `-all_load` und `-Obj-C` für den Wert **Anderer Linker-<a href="../../../cordova/file/flags/flags.html">Flags</a>** .
+12. Fügen Sie `-all_load` und `-Obj-C` für den Wert **Anderer Linker-Flags** .
 
 13. Klicken Sie auf das **Symbol "Projekt"** in der Projekt-Navigator, wählen Sie Ihr **Ziel**, dann wählen Sie die Registerkarte **Build Phasen** .
 
@@ -126,9 +126,9 @@ Cordova 2.0.0 und nachfolgende Versionen unterstützen nur die Teilprojekt-basie
         <content src="http://apache.org" />
         
 
-5.  (*OPTIONAL*) Festlegen der `use<a href="../../../cordova/splashscreen/splashscreen.html">SplashScreen</a>` -Eigenschaft (standardmäßig `NO` ):
+5.  (*OPTIONAL*) Festlegen der `useSplashScreen` -Eigenschaft (standardmäßig `NO` ):
     
-        viewController.use<a href="../../../cordova/splashscreen/splashscreen.html">SplashScreen</a> = YES;
+        viewController.useSplashScreen = YES;
         
 
 6.  Legen Sie den **Ansicht-Frame** (immer gesetzt dies als die letzte Eigenschaft):

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/guide/platforms/tizen/index.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/guide/platforms/tizen/index.md b/www/docs/de/3.1.0/guide/platforms/tizen/index.md
index aaf4a97..f37ecf4 100644
--- a/www/docs/de/3.1.0/guide/platforms/tizen/index.md
+++ b/www/docs/de/3.1.0/guide/platforms/tizen/index.md
@@ -20,13 +20,13 @@ license: >
 
 # Tizen Plattform Guide
 
-Diese Anleitung beschreibt zum Einrichten Ihrer Entwicklungsumgebung SDK Cordova apps für <a href="../../../cordova/device/device.html">Gerät</a>e mit dem Betriebssystem Tizen bereitstellen.
+Diese Anleitung beschreibt zum Einrichten Ihrer Entwicklungsumgebung SDK Cordova apps für Geräte mit dem Betriebssystem Tizen bereitstellen.
 
 ## Anforderungen und Unterstützung
 
 Tizen SDK erfordert Linux Ubuntu 10.04/10.10/11.04/11.10 (32-Bit) oder Windows XP SP3/7 (32-Bit).
 
-Entwickler sollten verwenden die `cordova` in <a href="../../../cordova/connection/connection.html">Verbindung</a> mit dem Tizen-SDK-Dienstprogramm. Finden Sie die Command-Line Interface Informationen zum Installieren, fügen Sie Projekte, dann erstellen und Bereitstellen eines Projekts.
+Entwickler sollten verwenden die `cordova` in Verbindung mit dem Tizen-SDK-Dienstprogramm. Finden Sie die Command-Line Interface Informationen zum Installieren, fügen Sie Projekte, dann erstellen und Bereitstellen eines Projekts.
 
 ## Das SDK installieren
 
@@ -62,7 +62,7 @@ Laden Sie die Tizen-SDK von [tizen.org][1].
 
 1.  Starten Sie Tizen Eclipse IDE.
 
-2.  Wählen Sie **<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> → importieren → Tizen Web-Projekt**:
+2.  Wählen Sie **Datei → importieren → Tizen Web-Projekt**:
     
     ![][2]
 
@@ -90,7 +90,7 @@ Um das Projekt neu erstellen, mit der rechten Maustaste in der **Projekt-Explore
 
  [5]: img/guide/platforms/tizen/build_project.png
 
-Eine Widget-Paket-<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> z. B. *hello.wgt* sollte im Root-Verzeichnis des Projekts erzeugen.
+Eine Widget-Paket-Datei z. B. *hello.wgt* sollte im Root-Verzeichnis des Projekts erzeugen.
 
 ## Bereitstellen auf Emulator
 
@@ -100,11 +100,11 @@ Maustaste auf das Projekt in der **Projekt-Explorer** -Ansicht, und wählen Sie
 
  [6]: img/guide/platforms/tizen/runas_web_sim_app.png
 
-## Bereitstellung auf <a href="../../../cordova/device/device.html">Gerät</a>
+## Bereitstellung auf Gerät
 
-*   Stellen Sie sicher, dass das <a href="../../../cordova/device/device.html">Gerät</a> ordnungsgemäß gestartet, verbunden und konfiguriert ist. Die **Datums- und** Zeiteinstellungen müssen richtig eingestellt sein.
+*   Stellen Sie sicher, dass das Gerät ordnungsgemäß gestartet, verbunden und konfiguriert ist. Die **Datums- und** Zeiteinstellungen müssen richtig eingestellt sein.
 
-*   Verwenden Sie die **<a href="../../../cordova/connection/connection.html">Verbindung</a> Explorer** -Ansicht, um das Weitergabeziel Anwendung wählen: **Fenster → Show View → <a href="../../../cordova/connection/connection.html">Verbindung</a> Explorer**.
+*   Verwenden Sie die **Verbindung Explorer** -Ansicht, um das Weitergabeziel Anwendung wählen: **Fenster → Show View → Verbindung Explorer**.
     
     ![][7]
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/guide/platforms/win8/index.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/guide/platforms/win8/index.md b/www/docs/de/3.1.0/guide/platforms/win8/index.md
index af2698b..a00eddf 100644
--- a/www/docs/de/3.1.0/guide/platforms/win8/index.md
+++ b/www/docs/de/3.1.0/guide/platforms/win8/index.md
@@ -22,12 +22,12 @@ license: >
 
 Diese Anleitung zeigt Ihre Entwicklungsumgebung SDK einrichten, Cordova apps für Windows 8 bereitstellen. Finden Sie im folgenden detaillierte Plattform-spezifischen Informationen:
 
-*   <a href="upgrading.html">Aktualisieren von Windows 8</a>
-*   <a href="tools.html">Windows 8-Befehlszeilentools</a>
+*   Aktualisieren von Windows 8
+*   Windows 8-Befehlszeilentools
 
 Die Befehlszeilentools, die oben beziehen sich auf Versionen vor 3.0 Cordova. Informationen über die aktuelle Schnittstelle finden Sie unter The Command-Line Interface.
 
-Microsoft als veraltet markiert den Namen *Metro-Style apps* in Windows 8 und Windows RT. MSDN bezieht sich jetzt auf diese app als ein *Windows-<a href="../../../cordova/storage/storage.html">Speicher</a>* -app, und dieser Anleitung folgt dieser Konvention. Darüber hinaus bedeutet in diesem Handbuch *Windows 8* Windows 8 und Windows RT.
+Microsoft als veraltet markiert den Namen *Metro-Style apps* in Windows 8 und Windows RT. MSDN bezieht sich jetzt auf diese app als ein *Windows-Speicher* -app, und dieser Anleitung folgt dieser Konvention. Darüber hinaus bedeutet in diesem Handbuch *Windows 8* Windows 8 und Windows RT.
 
 ## 1. Anforderungen
 
@@ -58,13 +58,13 @@ Sie können bereits mit der *HTML/JavaScript verfolgen* in Windows Store apps ve
     
     ![][4]
 
-*   Microsoft weiterhin verwenden Sie `default.html` als die Standard-Homepage, aber die meisten Web-Entwickler verwenden `index.html` . (Außerdem ist es wahrscheinlich, dass in anderen Varianten Ihres Projekts Plattform Sie verwenden `index.html` als Namen für Ihre Standard-Seite.) Dieses, im Projektmappen-Explorer umbenennen Regeln die `default.html` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> zu `index.html` . Doppelklicken Sie auf die `package.appxmanifest` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> und ändern Sie den Wert **Start Page** zu`index.html`.
+*   Microsoft weiterhin verwenden Sie `default.html` als die Standard-Homepage, aber die meisten Web-Entwickler verwenden `index.html` . (Außerdem ist es wahrscheinlich, dass in anderen Varianten Ihres Projekts Plattform Sie verwenden `index.html` als Namen für Ihre Standard-Seite.) Dieses, im Projektmappen-Explorer umbenennen Regeln die `default.html` Datei zu `index.html` . Doppelklicken Sie auf die `package.appxmanifest` Datei und ändern Sie den Wert **Start Page** zu`index.html`.
     
     ![][5]
 
-*   Gehören `cordova.js` in Ihrem Projekt, der rechten Maustaste auf das `js` Verzeichnis im Projektmappen-Explorer und wählen Sie **→ Neues Element hinzufügen**. Suchen Sie die `cordova.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> das `lib\windows-8` Verzeichnis oben erwähnt.
+*   Gehören `cordova.js` in Ihrem Projekt, der rechten Maustaste auf das `js` Verzeichnis im Projektmappen-Explorer und wählen Sie **→ Neues Element hinzufügen**. Suchen Sie die `cordova.js` Datei das `lib\windows-8` Verzeichnis oben erwähnt.
 
-*   Bearbeiten Sie den Code für `index.html` . Fügen Sie einen Verweis auf `cordova.js` . Sie können dies tun, manuell oder durch Ziehen der <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> im Projektmappen-Explorer.
+*   Bearbeiten Sie den Code für `index.html` . Fügen Sie einen Verweis auf `cordova.js` . Sie können dies tun, manuell oder durch Ziehen der Datei im Projektmappen-Explorer.
 
  [4]: img/guide/platforms/win8/wsnewproject.png
  [5]: img/guide/platforms/win8/wschangemanifest.png
@@ -94,7 +94,7 @@ Sie können bereits mit der *HTML/JavaScript verfolgen* in Windows Store apps ve
         <script type="text/javascript">
     
             console.log("Subscribing...");
-            document.<a href="../../../cordova/inappbrowser/inappbrowser.html">addEventListener</a>("<a href="../../../cordova/events/events.deviceready.html">deviceready</a>", function () {
+            document.addEventListener("deviceready", function () {
     
                 navigator.notification.alert("The device is ready!");
     

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/guide/platforms/win8/tools.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/guide/platforms/win8/tools.md b/www/docs/de/3.1.0/guide/platforms/win8/tools.md
index 687e48e..172a221 100644
--- a/www/docs/de/3.1.0/guide/platforms/win8/tools.md
+++ b/www/docs/de/3.1.0/guide/platforms/win8/tools.md
@@ -20,7 +20,7 @@ license: >
 
 # Windows 8-Befehlszeilentools
 
-Die `cordova` Befehlszeilen-Dienstprogramm ist ein High-Level Tool, das Ihnen erlaubt, Anwendungen auf mehreren Plattformen gleichzeitig zu erstellen. Eine ältere Version von Cordova Rahmen bietet Gruppen von Befehlszeilentools, die spezifisch für jede Plattform. Wenn sie als Alternative zu den CLI verwenden möchten, müssen Sie diese Version von Cordova von [cordova.apache.org][1]herunterladen. Der Download enthält separate Archiv für jede Plattform. Erweitern Sie die gewünschte Ziel-Plattform. Die hier beschriebenen Tools sind in der Regel in der obersten Ebene `bin` Verzeichnis, sonst finden Sie in die **README** -<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> ausführlichere Wegbeschreibung.
+Die `cordova` Befehlszeilen-Dienstprogramm ist ein High-Level Tool, das Ihnen erlaubt, Anwendungen auf mehreren Plattformen gleichzeitig zu erstellen. Eine ältere Version von Cordova Rahmen bietet Gruppen von Befehlszeilentools, die spezifisch für jede Plattform. Wenn sie als Alternative zu den CLI verwenden möchten, müssen Sie diese Version von Cordova von [cordova.apache.org][1]herunterladen. Der Download enthält separate Archiv für jede Plattform. Erweitern Sie die gewünschte Ziel-Plattform. Die hier beschriebenen Tools sind in der Regel in der obersten Ebene `bin` Verzeichnis, sonst finden Sie in die **README** -Datei ausführlichere Wegbeschreibung.
 
  [1]: http://cordova.apache.org
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/guide/platforms/win8/upgrading.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/guide/platforms/win8/upgrading.md b/www/docs/de/3.1.0/guide/platforms/win8/upgrading.md
index 5f58fd1..a19ceb9 100644
--- a/www/docs/de/3.1.0/guide/platforms/win8/upgrading.md
+++ b/www/docs/de/3.1.0/guide/platforms/win8/upgrading.md
@@ -32,7 +32,7 @@ Die folgenden Befehle sollten aus innerhalb von Visual Studio gewiss geschehen,
 
 1.  Entfernen von `cordova-2.8.0.js` aus des Projekts `www` Verzeichnis.
 
-2.  Fügen Sie `cordova.js` -<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> von der Quelle auf des Projekts `www` Verzeichnis. (Beachten Sie, dass die <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> nicht mehr eine Versionsnummer im <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>namen enthält.)
+2.  Fügen Sie `cordova.js` -Datei von der Quelle auf des Projekts `www` Verzeichnis. (Beachten Sie, dass die Datei nicht mehr eine Versionsnummer im Dateinamen enthält.)
 
 3.  Erstellen und testen!
 
@@ -42,6 +42,6 @@ Die folgenden Befehle sollten aus innerhalb von Visual Studio gewiss geschehen,
 
 1.  Entfernen von `cordova-2.7.0.js` aus des Projekts `www` Verzeichnis.
 
-2.  Fügen Sie `cordova.js` -<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> von der Quelle auf des Projekts `www` Verzeichnis. (Beachten Sie, dass die <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> nicht mehr eine Versionsnummer im <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>namen enthält.)
+2.  Fügen Sie `cordova.js` -Datei von der Quelle auf des Projekts `www` Verzeichnis. (Beachten Sie, dass die Datei nicht mehr eine Versionsnummer im Dateinamen enthält.)
 
 3.  Erstellen und testen!
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[29/51] [partial] docs commit: Reverting autolinking change because of inconsistencies.

Posted by db...@apache.org.
http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/media/capture/captureVideo.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/media/capture/captureVideo.md b/www/docs/en/1.5.0/phonegap/media/capture/captureVideo.md
index 23256bf..46e3184 100644
--- a/www/docs/en/1.5.0/phonegap/media/capture/captureVideo.md
+++ b/www/docs/en/1.5.0/phonegap/media/capture/captureVideo.md
@@ -24,7 +24,7 @@ capture.captureVideo
 > Start the video recorder application and return information about captured video clip file(s).
 
     navigator.device.capture.captureVideo( 
-	    <a href="<a href="capture.html">Capture</a>CB.html"><a href="capture.html">Capture</a>CB</a> captureSuccess, <a href="capture.html">Capture</a>ErrorCB captureError, [<a href="capture.html">Capture</a>VideoOptions options]
+	    CaptureCB captureSuccess, CaptureErrorCB captureError, [CaptureVideoOptions options]
 	);
 
 Description
@@ -32,9 +32,9 @@ Description
 
 This method starts an asynchronous operation to capture video recordings using the device video recording application.  The operation allows the device user to capture multiple recordings in a single session.
 
-The capture operation ends when either the user exits the video recording application, or the maximum number of recordings, specified by the __limit__ parameter in <a href="capture.html">Capture</a>VideoOptions, has been reached.  If no value is provided for the __limit__ parameter, a default value of one (1) is used, and the capture operation will terminate after the user records a single video clip.
+The capture operation ends when either the user exits the video recording application, or the maximum number of recordings, specified by the __limit__ parameter in CaptureVideoOptions, has been reached.  If no value is provided for the __limit__ parameter, a default value of one (1) is used, and the capture operation will terminate after the user records a single video clip.
 
-When the capture operation is finished, it will invoke the <a href="<a href="capture.html">Capture</a>CB.html"><a href="capture.html">Capture</a>CB</a> callback with an array of <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a> objects describing each captured video clip file.  If the operation is terminated by the user before an video clip is captured, the <a href="capture.html">Capture</a>ErrorCB callback will be invoked with a <a href="capture.html">Capture</a>Error object with the <a href="capture.html">Capture</a>Error.`CAPTURE_NO_MEDIA_FILES` error code.
+When the capture operation is finished, it will invoke the CaptureCB callback with an array of MediaFile objects describing each captured video clip file.  If the operation is terminated by the user before an video clip is captured, the CaptureErrorCB callback will be invoked with a CaptureError object with the CaptureError.`CAPTURE_NO_MEDIA_FILES` error code.
 
 Supported Platforms
 -------------------
@@ -44,33 +44,33 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // capture callback
-    var captureSuccess = function(media<a href="../../file/fileobj/fileobj.html">File</a>s) {
+    var captureSuccess = function(mediaFiles) {
         var i, path, len;
-        for (i = 0, len = media<a href="../../file/fileobj/fileobj.html">File</a>s.length; i < len; i += 1) {
-            path = media<a href="../../file/fileobj/fileobj.html">File</a>s[i].fullPath;
+        for (i = 0, len = mediaFiles.length; i < len; i += 1) {
+            path = mediaFiles[i].fullPath;
             // do something interesting with the file
         }
     };
 
     // capture error callback
     var captureError = function(error) {
-        navigator.<a href="../../notification/notification.alert.html">notification.alert</a>('Error code: ' + error.code, null, '<a href="capture.html">Capture</a> Error');
+        navigator.notification.alert('Error code: ' + error.code, null, 'Capture Error');
     };
 
     // start video capture
     navigator.device.capture.captureVideo(captureSuccess, captureError, {limit:2});
 
-Full <a href="../../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="capture.html">Capture</a> Video</title>
+        <title>Capture Video</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.5.0.js"></script>
         <script type="text/javascript" charset="utf-8" src="json2.js"></script>
@@ -78,10 +78,10 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
 
         // Called when capture operation is finished
         //
-        function captureSuccess(media<a href="../../file/fileobj/fileobj.html">File</a>s) {
+        function captureSuccess(mediaFiles) {
             var i, len;
-            for (i = 0, len = media<a href="../../file/fileobj/fileobj.html">File</a>s.length; i < len; i += 1) {
-                upload<a href="../../file/fileobj/fileobj.html">File</a>(media<a href="../../file/fileobj/fileobj.html">File</a>s[i]);
+            for (i = 0, len = mediaFiles.length; i < len; i += 1) {
+                uploadFile(mediaFiles[i]);
             }	    
         }
 
@@ -89,7 +89,7 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
         // 
         function captureError(error) {
 	        var msg = 'An error occurred during capture: ' + error.code;
-            navigator.<a href="../../notification/notification.alert.html">notification.alert</a>(msg, null, 'Uh oh!');
+            navigator.notification.alert(msg, null, 'Uh oh!');
         }
 
         // A button will call this function
@@ -101,10 +101,10 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
         }
 
         // Upload files to server
-        function upload<a href="../../file/fileobj/fileobj.html">File</a>(media<a href="../../file/fileobj/fileobj.html">File</a>) {
-            var ft = new <a href="../../file/filetransfer/filetransfer.html"><a href="../../file/fileobj/fileobj.html">File</a>Transfer</a>(),
-                path = media<a href="../../file/fileobj/fileobj.html">File</a>.fullPath,
-                <a href="../../storage/parameters/name.html">name</a> = media<a href="../../file/fileobj/fileobj.html">File</a>.<a href="../../storage/parameters/name.html">name</a>;
+        function uploadFile(mediaFile) {
+            var ft = new FileTransfer(),
+                path = mediaFile.fullPath,
+                name = mediaFile.name;
 
             ft.upload(path,
                 "http://my.domain.com/upload.php",
@@ -115,17 +115,17 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
                 function(error) {
                     console.log('Error uploading file ' + path + ': ' + error.code);
                 },
-                { fileName: <a href="../../storage/parameters/name.html">name</a> });   
+                { fileName: name });   
         }
 
         </script>
         </head>
         <body>
-            <button onclick="captureVideo();"><a href="capture.html">Capture</a> Video</button> <br>
+            <button onclick="captureVideo();">Capture Video</button> <br>
         </body>
     </html>
 
 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 <a href="capture.html">Capture</a>Error.`CAPTURE_NOT_SUPPORTED` error code if the application is not installed on the device.
+- 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.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/media/capture/captureVideoOptions.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/media/capture/captureVideoOptions.md b/www/docs/en/1.5.0/phonegap/media/capture/captureVideoOptions.md
index b7e4c20..29667ad 100644
--- a/www/docs/en/1.5.0/phonegap/media/capture/captureVideoOptions.md
+++ b/www/docs/en/1.5.0/phonegap/media/capture/captureVideoOptions.md
@@ -18,7 +18,7 @@ license: >
     under the License.
 ---
 
-<a href="capture.html">Capture</a>VideoOptions
+CaptureVideoOptions
 ===================
 
 > Encapsulates video capture configuration options.
@@ -30,31 +30,31 @@ Properties
 - __duration:__ The maximum duration of a video clip, in seconds.
 - __mode:__ The selected video capture mode.  The value must match one of the elements in `capture.supportedVideoModes`.
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // limit capture operation to 3 video clips
     var options = { limit: 3 };
 
-    navigator.device.<a href="captureVideo.html">capture.captureVideo</a>(captureSuccess, captureError, options);
+    navigator.device.capture.captureVideo(captureSuccess, captureError, options);
 
 Android Quirks
 --------------
 
 - The __duration__ parameter is not supported.  Recording lengths cannot be limited programmatically.
-- The __mode__ parameter is not supported.  The video <a href="../../storage/parameters/size.html">size</a> and format cannot be altered programmatically; however, these parameters can be changed by the device user. By default, videos are recorded in 3GPP (video/3gpp) format.
+- The __mode__ parameter is not supported.  The video size and format cannot be altered programmatically; however, these parameters can be changed by the device user. By default, videos are recorded in 3GPP (video/3gpp) format.
 
 
 BlackBerry WebWorks Quirks
 --------------------------
 
 - The __duration__ parameter is not supported.  Recording lengths cannot be limited programmatically.
-- The __mode__ parameter is not supported.  The video <a href="../../storage/parameters/size.html">size</a> and format cannot be altered programmatically; however, these parameters can be changed by the device user. By default, videos are recorded in 3GPP (video/3gpp) format.
+- The __mode__ parameter is not supported.  The video size and format cannot be altered programmatically; however, these parameters can be changed by the device user. By default, videos are recorded in 3GPP (video/3gpp) format.
 
 iOS Quirks
 ----------
 
 - The __limit__ parameter is not supported.  One video is recorded per invocation.
 - The __duration__ parameter is not supported.  Recording lengths cannot be limited programmatically.
-- The __mode__ parameter is not supported.  The video <a href="../../storage/parameters/size.html">size</a> and format cannot be altered programmatically. By default, videos are recorded in MOV (video/quicktime) format.
+- The __mode__ parameter is not supported.  The video size and format cannot be altered programmatically. By default, videos are recorded in MOV (video/quicktime) format.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/media/media.getCurrentPosition.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/media/media.getCurrentPosition.md b/www/docs/en/1.5.0/phonegap/media/media.getCurrentPosition.md
index 2793b72..938d2e5 100644
--- a/www/docs/en/1.5.0/phonegap/media/media.getCurrentPosition.md
+++ b/www/docs/en/1.5.0/phonegap/media/media.getCurrentPosition.md
@@ -18,23 +18,23 @@ license: >
     under the License.
 ---
 
-media.getCurrent<a href="../geolocation/Position/position.html">Position</a>
+media.getCurrentPosition
 ========================
 
 Returns the current position within an audio file.
 
-    media.getCurrent<a href="../geolocation/Position/position.html">Position</a>(mediaSuccess, [<a href="Parameters/mediaError.html">mediaError</a>]);
+    media.getCurrentPosition(mediaSuccess, [mediaError]);
 
 Parameters
 ----------
 
 - __mediaSuccess__: The callback that is called with the current position in seconds.
-- __<a href="Parameters/mediaError.html">mediaError</a>__: (Optional) The callback that is called if there was an error.
+- __mediaError__: (Optional) The callback that is called if there was an error.
 
 Description
 -----------
 
-Function `media.getCurrent<a href="../geolocation/Position/position.html">Position</a>` is an asynchronous function that returns the current position of the underlying audio file of a <a href="media.html">Media</a> object. Also updates the ___position__ parameter within the <a href="media.html">Media</a> object. 
+Function `media.getCurrentPosition` is an asynchronous function that returns the current position of the underlying audio file of a Media object. Also updates the ___position__ parameter within the Media object. 
 
 Supported Platforms
 -------------------
@@ -43,17 +43,17 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
     
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
         // Audio player
         //
-        var my_media = new <a href="media.html">Media</a>(src, onSuccess, onError);
+        var my_media = new Media(src, onSuccess, onError);
 
         // Update media position every second
         var mediaTimer = setInterval(function() {
             // get media position
-            my_media.getCurrent<a href="../geolocation/Position/position.html">Position</a>(
+            my_media.getCurrentPosition(
                 // success callback
                 function(position) {
                     if (position > -1) {
@@ -68,25 +68,25 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         }, 1000);
 
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
         <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
                       "http://www.w3.org/TR/html4/strict.dtd">
         <html>
           <head>
-            <title><a href="media.html">Media</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+            <title>Media Example</title>
         
             <script type="text/javascript" charset="utf-8" src="cordova-1.5.0.js"></script>
             <script type="text/javascript" charset="utf-8">
         
             // Wait for PhoneGap to load
             //
-            document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         
             // PhoneGap is ready
             //
-            function on<a href="../device/device.html">Device</a>Ready() {
+            function onDeviceReady() {
                 playAudio("http://audio.ibeat.org/content/p1rj1s/p1rj1s_-_rockGuitar.mp3");
             }
         
@@ -98,27 +98,27 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             // Play audio
             //
             function playAudio(src) {
-                // Create <a href="media.html">Media</a> object from src
-                my_media = new <a href="media.html">Media</a>(src, onSuccess, onError);
+                // Create Media object from src
+                my_media = new Media(src, onSuccess, onError);
         
                 // Play audio
-                my_<a href="media.play.html">media.play</a>();
+                my_media.play();
         
                 // Update my_media position every second
                 if (mediaTimer == null) {
                     mediaTimer = setInterval(function() {
                         // get my_media position
-                        my_media.getCurrent<a href="../geolocation/Position/position.html">Position</a>(
+                        my_media.getCurrentPosition(
                             // success callback
                             function(position) {
                                 if (position > -1) {
-                                    setAudio<a href="../geolocation/Position/position.html">Position</a>((position) + " sec");
+                                    setAudioPosition((position) + " sec");
                                 }
                             },
                             // error callback
                             function(e) {
                                 console.log("Error getting pos=" + e);
-                                setAudio<a href="../geolocation/Position/position.html">Position</a>("Error: " + e);
+                                setAudioPosition("Error: " + e);
                             }
                         );
                     }, 1000);
@@ -127,9 +127,9 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         
             // Pause audio
             // 
-            function <a href="../events/events.pause.html">pause</a>Audio() {
+            function pauseAudio() {
                 if (my_media) {
-                    my_media.<a href="../events/events.pause.html">pause</a>();
+                    my_media.pause();
                 }
             }
         
@@ -137,7 +137,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             // 
             function stopAudio() {
                 if (my_media) {
-                    my_<a href="media.stop.html">media.stop</a>();
+                    my_media.stop();
                 }
                 clearInterval(mediaTimer);
                 mediaTimer = null;
@@ -158,7 +158,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         
             // Set audio position
             // 
-            function setAudio<a href="../geolocation/Position/position.html">Position</a>(position) {
+            function setAudioPosition(position) {
                 document.getElementById('audio_position').innerHTML = position;
             }
         
@@ -166,7 +166,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
           </head>
           <body>
             <a href="#" class="btn large" onclick="playAudio('http://audio.ibeat.org/content/p1rj1s/p1rj1s_-_rockGuitar.mp3');">Play Audio</a>
-            <a href="#" class="btn large" onclick="<a href="../events/events.pause.html">pause</a>Audio();">Pause Playing Audio</a>
+            <a href="#" class="btn large" onclick="pauseAudio();">Pause Playing Audio</a>
             <a href="#" class="btn large" onclick="stopAudio();">Stop Playing Audio</a>
             <p id="audio_position"></p>
           </body>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/media/media.getDuration.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/media/media.getDuration.md b/www/docs/en/1.5.0/phonegap/media/media.getDuration.md
index 2fb4906..e4efa7e 100644
--- a/www/docs/en/1.5.0/phonegap/media/media.getDuration.md
+++ b/www/docs/en/1.5.0/phonegap/media/media.getDuration.md
@@ -38,12 +38,12 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
     
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
         // Audio player
         //
-        var my_media = new <a href="media.html">Media</a>(src, onSuccess, onError);
+        var my_media = new Media(src, onSuccess, onError);
 
         // Get duration
         var counter = 0;
@@ -60,25 +60,25 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
        }, 100);
 
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
         <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
                               "http://www.w3.org/TR/html4/strict.dtd">
         <html>
           <head>
-            <title><a href="media.html">Media</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+            <title>Media Example</title>
         
             <script type="text/javascript" charset="utf-8" src="cordova-1.5.0.js"></script>
             <script type="text/javascript" charset="utf-8">
         
             // Wait for PhoneGap to load
             //
-            document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         
             // PhoneGap is ready
             //
-            function on<a href="../device/device.html">Device</a>Ready() {
+            function onDeviceReady() {
                 playAudio("http://audio.ibeat.org/content/p1rj1s/p1rj1s_-_rockGuitar.mp3");
             }
         
@@ -90,27 +90,27 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             // Play audio
             //
             function playAudio(src) {
-                // Create <a href="media.html">Media</a> object from src
-                my_media = new <a href="media.html">Media</a>(src, onSuccess, onError);
+                // Create Media object from src
+                my_media = new Media(src, onSuccess, onError);
         
                 // Play audio
-                my_<a href="media.play.html">media.play</a>();
+                my_media.play();
         
                 // Update my_media position every second
                 if (mediaTimer == null) {
                     mediaTimer = setInterval(function() {
                         // get my_media position
-                        my_media.getCurrent<a href="../geolocation/Position/position.html">Position</a>(
+                        my_media.getCurrentPosition(
                             // success callback
                             function(position) {
                                 if (position > -1) {
-                                    setAudio<a href="../geolocation/Position/position.html">Position</a>((position) + " sec");
+                                    setAudioPosition((position) + " sec");
                                 }
                             },
                             // error callback
                             function(e) {
                                 console.log("Error getting pos=" + e);
-                                setAudio<a href="../geolocation/Position/position.html">Position</a>("Error: " + e);
+                                setAudioPosition("Error: " + e);
                             }
                         );
                     }, 1000);
@@ -119,9 +119,9 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         
             // Pause audio
             // 
-            function <a href="../events/events.pause.html">pause</a>Audio() {
+            function pauseAudio() {
                 if (my_media) {
-                    my_media.<a href="../events/events.pause.html">pause</a>();
+                    my_media.pause();
                 }
             }
         
@@ -129,7 +129,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             // 
             function stopAudio() {
                 if (my_media) {
-                    my_<a href="media.stop.html">media.stop</a>();
+                    my_media.stop();
                 }
                 clearInterval(mediaTimer);
                 mediaTimer = null;
@@ -150,7 +150,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         
             // Set audio position
             // 
-            function setAudio<a href="../geolocation/Position/position.html">Position</a>(position) {
+            function setAudioPosition(position) {
                 document.getElementById('audio_position').innerHTML = position;
             }
         
@@ -158,7 +158,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
           </head>
           <body>
             <a href="#" class="btn large" onclick="playAudio('http://audio.ibeat.org/content/p1rj1s/p1rj1s_-_rockGuitar.mp3');">Play Audio</a>
-            <a href="#" class="btn large" onclick="<a href="../events/events.pause.html">pause</a>Audio();">Pause Playing Audio</a>
+            <a href="#" class="btn large" onclick="pauseAudio();">Pause Playing Audio</a>
             <a href="#" class="btn large" onclick="stopAudio();">Stop Playing Audio</a>
             <p id="audio_position"></p>
           </body>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/media/media.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/media/media.md b/www/docs/en/1.5.0/phonegap/media/media.md
index 53c2c4c..1094fb8 100644
--- a/www/docs/en/1.5.0/phonegap/media/media.md
+++ b/www/docs/en/1.5.0/phonegap/media/media.md
@@ -23,7 +23,7 @@ Media
 
 > The `Media` object provides the ability to record and play back audio files on a device. 
 
-    var media = new Media(src, mediaSuccess, [<a href="Parameters/mediaError.html">mediaError</a>], [mediaStatus]);
+    var media = new Media(src, mediaSuccess, [mediaError], [mediaStatus]);
 
 
 Note: The current implementation does not adhere to a W3C specification for media capture, and is provided for convenience only.  A future implementation will adhere to the latest W3C specification and may deprecate the current APIs.
@@ -33,26 +33,26 @@ Parameters
 
 - __src__: A URI containing the audio content. _(DOMString)_
 - __mediaSuccess__: (Optional) The callback that is invoked after a Media object has completed the current play/record or stop action. _(Function)_
-- __<a href="Parameters/mediaError.html">mediaError</a>__: (Optional) The callback that is invoked if there was an error. _(Function)_
+- __mediaError__: (Optional) The callback that is invoked if there was an error. _(Function)_
 - __mediaStatus__: (Optional) The callback that is invoked to indicate status changes. _(Function)_
 
 Methods
 -------
 
-- media.getCurrent<a href="../geolocation/Position/position.html">Position</a>: Returns the current position within an audio file.
-- <a href="media.getDuration.html">media.getDuration</a>: Returns the duration of an audio file.
-- <a href="media.play.html">media.play</a>: Start or <a href="../events/events.resume.html">resume</a> playing audio file.
-- media.<a href="../events/events.pause.html">pause</a>: Pause playing audio file.
-- <a href="media.release.html">media.release</a>: Releases the underlying OS'es audio resources.
-- <a href="media.seekTo.html">media.seekTo</a>: Moves the position within the audio file.
-- <a href="media.startRecord.html">media.startRecord</a>: Start recording audio file.
-- <a href="media.stop.html">media.stop</a>Record: Stop recording audio file.
-- <a href="media.stop.html">media.stop</a>: Stop playing audio file.
+- media.getCurrentPosition: Returns the current position within an audio file.
+- media.getDuration: Returns the duration of an audio file.
+- media.play: Start or resume playing audio file.
+- media.pause: Pause playing audio file.
+- media.release: Releases the underlying OS'es audio resources.
+- media.seekTo: Moves the position within the audio file.
+- media.startRecord: Start recording audio file.
+- media.stopRecord: Stop recording audio file.
+- media.stop: Stop playing audio file.
 
 Additional ReadOnly Parameters
 ---------------------
 
-- ___position__: The position within the audio playback in seconds.  Not automatically updated during play, call getCurrent<a href="../geolocation/Position/position.html">Position</a> to update.
+- ___position__: The position within the audio playback in seconds.  Not automatically updated during play, call getCurrentPosition to update.
 - ___duration__: The duration of the media in seconds.
 
 Supported Platforms

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/media/media.pause.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/media/media.pause.md b/www/docs/en/1.5.0/phonegap/media/media.pause.md
index e634d4c..22a4fc4 100644
--- a/www/docs/en/1.5.0/phonegap/media/media.pause.md
+++ b/www/docs/en/1.5.0/phonegap/media/media.pause.md
@@ -18,18 +18,18 @@ license: >
     under the License.
 ---
 
-media.<a href="../events/events.pause.html">pause</a>
+media.pause
 ===========
 
 Pauses playing an audio file.
 
-    media.<a href="../events/events.pause.html">pause</a>();
+    media.pause();
 
 
 Description
 -----------
 
-Function `media.<a href="../events/events.pause.html">pause</a>` is a synchronous function that <a href="../events/events.pause.html">pause</a>s playing an audio file.
+Function `media.pause` is a synchronous function that pauses playing an audio file.
 
 Supported Platforms
 -------------------
@@ -38,14 +38,14 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
     
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // Play audio
     //
     function playAudio(url) {
         // Play the audio file at url
-        var my_media = new <a href="media.html">Media</a>(url,
+        var my_media = new Media(url,
             // success callback
             function() {
                 console.log("playAudio():Audio Success");
@@ -56,34 +56,34 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         });
 
         // Play audio
-        my_<a href="media.play.html">media.play</a>();
+        my_media.play();
 
         // Pause after 10 seconds
         setTimeout(function() {
-            media.<a href="../events/events.pause.html">pause</a>();
+            media.pause();
         }, 10000);        
     }
 
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
         <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
                               "http://www.w3.org/TR/html4/strict.dtd">
         <html>
           <head>
-            <title><a href="media.html">Media</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+            <title>Media Example</title>
         
             <script type="text/javascript" charset="utf-8" src="cordova-1.5.0.js"></script>
             <script type="text/javascript" charset="utf-8">
         
             // Wait for PhoneGap to load
             //
-            document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         
             // PhoneGap is ready
             //
-            function on<a href="../device/device.html">Device</a>Ready() {
+            function onDeviceReady() {
                 playAudio("http://audio.ibeat.org/content/p1rj1s/p1rj1s_-_rockGuitar.mp3");
             }
         
@@ -95,27 +95,27 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             // Play audio
             //
             function playAudio(src) {
-                // Create <a href="media.html">Media</a> object from src
-                my_media = new <a href="media.html">Media</a>(src, onSuccess, onError);
+                // Create Media object from src
+                my_media = new Media(src, onSuccess, onError);
         
                 // Play audio
-                my_<a href="media.play.html">media.play</a>();
+                my_media.play();
         
                 // Update my_media position every second
                 if (mediaTimer == null) {
                     mediaTimer = setInterval(function() {
                         // get my_media position
-                        my_media.getCurrent<a href="../geolocation/Position/position.html">Position</a>(
+                        my_media.getCurrentPosition(
                             // success callback
                             function(position) {
                                 if (position > -1) {
-                                    setAudio<a href="../geolocation/Position/position.html">Position</a>((position) + " sec");
+                                    setAudioPosition((position) + " sec");
                                 }
                             },
                             // error callback
                             function(e) {
                                 console.log("Error getting pos=" + e);
-                                setAudio<a href="../geolocation/Position/position.html">Position</a>("Error: " + e);
+                                setAudioPosition("Error: " + e);
                             }
                         );
                     }, 1000);
@@ -124,9 +124,9 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         
             // Pause audio
             // 
-            function <a href="../events/events.pause.html">pause</a>Audio() {
+            function pauseAudio() {
                 if (my_media) {
-                    my_media.<a href="../events/events.pause.html">pause</a>();
+                    my_media.pause();
                 }
             }
         
@@ -134,7 +134,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             // 
             function stopAudio() {
                 if (my_media) {
-                    my_<a href="media.stop.html">media.stop</a>();
+                    my_media.stop();
                 }
                 clearInterval(mediaTimer);
                 mediaTimer = null;
@@ -155,7 +155,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         
             // Set audio position
             // 
-            function setAudio<a href="../geolocation/Position/position.html">Position</a>(position) {
+            function setAudioPosition(position) {
                 document.getElementById('audio_position').innerHTML = position;
             }
         
@@ -163,7 +163,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
           </head>
           <body>
             <a href="#" class="btn large" onclick="playAudio('http://audio.ibeat.org/content/p1rj1s/p1rj1s_-_rockGuitar.mp3');">Play Audio</a>
-            <a href="#" class="btn large" onclick="<a href="../events/events.pause.html">pause</a>Audio();">Pause Playing Audio</a>
+            <a href="#" class="btn large" onclick="pauseAudio();">Pause Playing Audio</a>
             <a href="#" class="btn large" onclick="stopAudio();">Stop Playing Audio</a>
             <p id="audio_position"></p>
           </body>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/media/media.play.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/media/media.play.md b/www/docs/en/1.5.0/phonegap/media/media.play.md
index 3a81131..6913f9c 100644
--- a/www/docs/en/1.5.0/phonegap/media/media.play.md
+++ b/www/docs/en/1.5.0/phonegap/media/media.play.md
@@ -21,7 +21,7 @@ license: >
 media.play
 ==========
 
-Starts or <a href="../events/events.resume.html">resume</a>s playing an audio file.
+Starts or resumes playing an audio file.
 
     media.play();
 
@@ -29,7 +29,7 @@ Starts or <a href="../events/events.resume.html">resume</a>s playing an audio fi
 Description
 -----------
 
-Function `media.play` is a synchronous function that starts or <a href="../events/events.resume.html">resume</a>s playing an audio file.
+Function `media.play` is a synchronous function that starts or resumes playing an audio file.
 
 Supported Platforms
 -------------------
@@ -38,14 +38,14 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
     
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // Play audio
     //
     function playAudio(url) {
         // Play the audio file at url
-        var my_media = new <a href="media.html">Media</a>(url,
+        var my_media = new Media(url,
             // success callback
             function() {
                 console.log("playAudio():Audio Success");
@@ -60,25 +60,25 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
     }
 
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
         <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
                               "http://www.w3.org/TR/html4/strict.dtd">
         <html>
           <head>
-            <title><a href="media.html">Media</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+            <title>Media Example</title>
         
             <script type="text/javascript" charset="utf-8" src="cordova-1.5.0.js"></script>
             <script type="text/javascript" charset="utf-8">
         
             // Wait for PhoneGap to load
             //
-            document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         
             // PhoneGap is ready
             //
-            function on<a href="../device/device.html">Device</a>Ready() {
+            function onDeviceReady() {
                 playAudio("http://audio.ibeat.org/content/p1rj1s/p1rj1s_-_rockGuitar.mp3");
             }
         
@@ -91,8 +91,8 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             //
             function playAudio(src) {
             	if (my_media == null) {
-                	// Create <a href="media.html">Media</a> object from src
-                	my_media = new <a href="media.html">Media</a>(src, onSuccess, onError);
+                	// Create Media object from src
+                	my_media = new Media(src, onSuccess, onError);
             	} // else play current audio
                 // Play audio
                 my_media.play();
@@ -101,17 +101,17 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
                 if (mediaTimer == null) {
                     mediaTimer = setInterval(function() {
                         // get my_media position
-                        my_media.getCurrent<a href="../geolocation/Position/position.html">Position</a>(
+                        my_media.getCurrentPosition(
                             // success callback
                             function(position) {
                                 if (position > -1) {
-                                    setAudio<a href="../geolocation/Position/position.html">Position</a>((position) + " sec");
+                                    setAudioPosition((position) + " sec");
                                 }
                             },
                             // error callback
                             function(e) {
                                 console.log("Error getting pos=" + e);
-                                setAudio<a href="../geolocation/Position/position.html">Position</a>("Error: " + e);
+                                setAudioPosition("Error: " + e);
                             }
                         );
                     }, 1000);
@@ -120,9 +120,9 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         
             // Pause audio
             // 
-            function <a href="../events/events.pause.html">pause</a>Audio() {
+            function pauseAudio() {
                 if (my_media) {
-                    my_media.<a href="../events/events.pause.html">pause</a>();
+                    my_media.pause();
                 }
             }
         
@@ -130,7 +130,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             // 
             function stopAudio() {
                 if (my_media) {
-                    my_<a href="media.stop.html">media.stop</a>();
+                    my_media.stop();
                 }
                 clearInterval(mediaTimer);
                 mediaTimer = null;
@@ -151,7 +151,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         
             // Set audio position
             // 
-            function setAudio<a href="../geolocation/Position/position.html">Position</a>(position) {
+            function setAudioPosition(position) {
                 document.getElementById('audio_position').innerHTML = position;
             }
         
@@ -159,7 +159,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
           </head>
           <body>
             <a href="#" class="btn large" onclick="playAudio('http://audio.ibeat.org/content/p1rj1s/p1rj1s_-_rockGuitar.mp3');">Play Audio</a>
-            <a href="#" class="btn large" onclick="<a href="../events/events.pause.html">pause</a>Audio();">Pause Playing Audio</a>
+            <a href="#" class="btn large" onclick="pauseAudio();">Pause Playing Audio</a>
             <a href="#" class="btn large" onclick="stopAudio();">Stop Playing Audio</a>
             <p id="audio_position"></p>
           </body>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/media/media.release.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/media/media.release.md b/www/docs/en/1.5.0/phonegap/media/media.release.md
index 235f613..5622d13 100644
--- a/www/docs/en/1.5.0/phonegap/media/media.release.md
+++ b/www/docs/en/1.5.0/phonegap/media/media.release.md
@@ -29,7 +29,7 @@ Releases the underlying operating systems audio resources.
 Description
 -----------
 
-Function `media.release` is a synchronous function that releases the underlying operating systems audio resources.  This function is particularly important for Android as there are a finite amount of OpenCore instances for media playback.  Developers should call the 'release' function when they no longer need the <a href="media.html">Media</a> resource.
+Function `media.release` is a synchronous function that releases the underlying operating systems audio resources.  This function is particularly important for Android as there are a finite amount of OpenCore instances for media playback.  Developers should call the 'release' function when they no longer need the Media resource.
 
 Supported Platforms
 -------------------
@@ -38,36 +38,36 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
     
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
         // Audio player
         //
-        var my_media = new <a href="media.html">Media</a>(src, onSuccess, onError);
+        var my_media = new Media(src, onSuccess, onError);
         
-        my_<a href="media.play.html">media.play</a>();
-        my_<a href="media.stop.html">media.stop</a>();
+        my_media.play();
+        my_media.stop();
         my_media.release();
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
         <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
                               "http://www.w3.org/TR/html4/strict.dtd">
         <html>
           <head>
-            <title><a href="media.html">Media</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+            <title>Media Example</title>
         
             <script type="text/javascript" charset="utf-8" src="cordova-1.5.0.js"></script>
             <script type="text/javascript" charset="utf-8">
         
             // Wait for PhoneGap to load
             //
-            document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         
             // PhoneGap is ready
             //
-            function on<a href="../device/device.html">Device</a>Ready() {
+            function onDeviceReady() {
                 playAudio("http://audio.ibeat.org/content/p1rj1s/p1rj1s_-_rockGuitar.mp3");
             }
         
@@ -79,27 +79,27 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             // Play audio
             //
             function playAudio(src) {
-                // Create <a href="media.html">Media</a> object from src
-                my_media = new <a href="media.html">Media</a>(src, onSuccess, onError);
+                // Create Media object from src
+                my_media = new Media(src, onSuccess, onError);
         
                 // Play audio
-                my_<a href="media.play.html">media.play</a>();
+                my_media.play();
         
                 // Update my_media position every second
                 if (mediaTimer == null) {
                     mediaTimer = setInterval(function() {
                         // get my_media position
-                        my_media.getCurrent<a href="../geolocation/Position/position.html">Position</a>(
+                        my_media.getCurrentPosition(
                             // success callback
                             function(position) {
                                 if (position > -1) {
-                                    setAudio<a href="../geolocation/Position/position.html">Position</a>((position) + " sec");
+                                    setAudioPosition((position) + " sec");
                                 }
                             },
                             // error callback
                             function(e) {
                                 console.log("Error getting pos=" + e);
-                                setAudio<a href="../geolocation/Position/position.html">Position</a>("Error: " + e);
+                                setAudioPosition("Error: " + e);
                             }
                         );
                     }, 1000);
@@ -108,9 +108,9 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         
             // Pause audio
             // 
-            function <a href="../events/events.pause.html">pause</a>Audio() {
+            function pauseAudio() {
                 if (my_media) {
-                    my_media.<a href="../events/events.pause.html">pause</a>();
+                    my_media.pause();
                 }
             }
         
@@ -118,7 +118,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             // 
             function stopAudio() {
                 if (my_media) {
-                    my_<a href="media.stop.html">media.stop</a>();
+                    my_media.stop();
                 }
                 clearInterval(mediaTimer);
                 mediaTimer = null;
@@ -139,7 +139,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         
             // Set audio position
             // 
-            function setAudio<a href="../geolocation/Position/position.html">Position</a>(position) {
+            function setAudioPosition(position) {
                 document.getElementById('audio_position').innerHTML = position;
             }
         
@@ -147,7 +147,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
           </head>
           <body>
             <a href="#" class="btn large" onclick="playAudio('http://audio.ibeat.org/content/p1rj1s/p1rj1s_-_rockGuitar.mp3');">Play Audio</a>
-            <a href="#" class="btn large" onclick="<a href="../events/events.pause.html">pause</a>Audio();">Pause Playing Audio</a>
+            <a href="#" class="btn large" onclick="pauseAudio();">Pause Playing Audio</a>
             <a href="#" class="btn large" onclick="stopAudio();">Stop Playing Audio</a>
             <p id="audio_position"></p>
           </body>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/media/media.seekTo.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/media/media.seekTo.md b/www/docs/en/1.5.0/phonegap/media/media.seekTo.md
index 133e10e..fbdd9a5 100644
--- a/www/docs/en/1.5.0/phonegap/media/media.seekTo.md
+++ b/www/docs/en/1.5.0/phonegap/media/media.seekTo.md
@@ -34,7 +34,7 @@ Parameters
 Description
 -----------
 
-Function `media.seekTo` is an asynchronous function that updates the current position of the underlying audio file of a <a href="media.html">Media</a> object. Also updates the ___position__ parameter within the <a href="media.html">Media</a> object. 
+Function `media.seekTo` is an asynchronous function that updates the current position of the underlying audio file of a Media object. Also updates the ___position__ parameter within the Media object. 
 
 Supported Platforms
 -------------------
@@ -43,38 +43,38 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
     
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
         // Audio player
         //
-        var my_media = new <a href="media.html">Media</a>(src, onSuccess, onError);
-		my_<a href="media.play.html">media.play</a>();
+        var my_media = new Media(src, onSuccess, onError);
+		my_media.play();
         // SeekTo to 10 seconds after 5 seconds
         setTimeout(function() {
             my_media.seekTo(10000);
         }, 5000);
 
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
         <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
                       "http://www.w3.org/TR/html4/strict.dtd">
         <html>
           <head>
-            <title><a href="media.html">Media</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+            <title>Media Example</title>
         
             <script type="text/javascript" charset="utf-8" src="cordova-1.5.0.js"></script>
             <script type="text/javascript" charset="utf-8">
         
             // Wait for PhoneGap to load
             //
-            document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         
             // PhoneGap is ready
             //
-            function on<a href="../device/device.html">Device</a>Ready() {
+            function onDeviceReady() {
                 playAudio("http://audio.ibeat.org/content/p1rj1s/p1rj1s_-_rockGuitar.mp3");
             }
         
@@ -86,19 +86,19 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             // Play audio
             //
             function playAudio(src) {
-                // Create <a href="media.html">Media</a> object from src
-                my_media = new <a href="media.html">Media</a>(src, onSuccess, onError);
+                // Create Media object from src
+                my_media = new Media(src, onSuccess, onError);
         
                 // Play audio
-                my_<a href="media.play.html">media.play</a>();
+                my_media.play();
                 // Update media position every second
         		mediaTimer = setInterval(function() {
             		// get media position
-           			my_media.getCurrent<a href="../geolocation/Position/position.html">Position</a>(
+           			my_media.getCurrentPosition(
                 		// success callback
                 		function(position) {
                     		if (position > -1) {
-                        		setAudio<a href="../geolocation/Position/position.html">Position</a>(position + " sec");
+                        		setAudioPosition(position + " sec");
                     		}
                 		},
                 		// error callback
@@ -117,7 +117,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             // 
             function stopAudio() {
                 if (my_media) {
-                    my_<a href="media.stop.html">media.stop</a>();
+                    my_media.stop();
                 }
                 clearInterval(mediaTimer);
                 mediaTimer = null;
@@ -138,7 +138,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         
             // Set audio position
             // 
-            function setAudio<a href="../geolocation/Position/position.html">Position</a>(position) {
+            function setAudioPosition(position) {
                 document.getElementById('audio_position').innerHTML = position;
             }
         

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/media/media.startRecord.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/media/media.startRecord.md b/www/docs/en/1.5.0/phonegap/media/media.startRecord.md
index 56522e7..d8fe2a0 100644
--- a/www/docs/en/1.5.0/phonegap/media/media.startRecord.md
+++ b/www/docs/en/1.5.0/phonegap/media/media.startRecord.md
@@ -38,14 +38,14 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
     
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // Record audio
     // 
     function recordAudio() {
         var src = "myrecording.mp3";
-        var mediaRec = new <a href="media.html">Media</a>(src,
+        var mediaRec = new Media(src,
             // success callback
             function() {
                 console.log("recordAudio():Audio Success");
@@ -61,26 +61,26 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
     }
 
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../device/device.html">Device</a> Properties <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Device Properties Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.5.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for PhoneGap to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Record audio
         // 
         function recordAudio() {
             var src = "myrecording.mp3";
-            var mediaRec = new <a href="media.html">Media</a>(src, onSuccess, onError);
+            var mediaRec = new Media(src, onSuccess, onError);
 
             // Record audio
             mediaRec.startRecord();
@@ -89,7 +89,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             var recTime = 0;
             var recInterval = setInterval(function() {
                 recTime = recTime + 1;
-                setAudio<a href="../geolocation/Position/position.html">Position</a>(recTime + " sec");
+                setAudioPosition(recTime + " sec");
                 if (recTime >= 10) {
                     clearInterval(recInterval);
                     mediaRec.stopRecord();
@@ -99,7 +99,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
 
         // PhoneGap is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             recordAudio();
         }
     
@@ -118,7 +118,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
 
         // Set audio position
         // 
-        function setAudio<a href="../geolocation/Position/position.html">Position</a>(position) {
+        function setAudioPosition(position) {
             document.getElementById('audio_position').innerHTML = position;
         }
 
@@ -134,4 +134,4 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
 iOS Quirks
 ----------
 
-- The file to record to must already exist and should be of type .wav. The <a href="../file/fileobj/fileobj.html">File</a> API's can be used to create the file.
+- The file to record to must already exist and should be of type .wav. The File API's can be used to create the file.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/media/media.stop.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/media/media.stop.md b/www/docs/en/1.5.0/phonegap/media/media.stop.md
index 75e7d81..8000955 100644
--- a/www/docs/en/1.5.0/phonegap/media/media.stop.md
+++ b/www/docs/en/1.5.0/phonegap/media/media.stop.md
@@ -38,14 +38,14 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
     
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // Play audio
     //
     function playAudio(url) {
         // Play the audio file at url
-        var my_media = new <a href="media.html">Media</a>(url,
+        var my_media = new Media(url,
             // success callback
             function() {
                 console.log("playAudio():Audio Success");
@@ -56,7 +56,7 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         });
 
         // Play audio
-        my_<a href="media.play.html">media.play</a>();
+        my_media.play();
 
         // Pause after 10 seconds
         setTimeout(function() {
@@ -64,25 +64,25 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         }, 10000);        
     }
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
         <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
                               "http://www.w3.org/TR/html4/strict.dtd">
         <html>
           <head>
-            <title><a href="media.html">Media</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+            <title>Media Example</title>
         
             <script type="text/javascript" charset="utf-8" src="cordova-1.5.0.js"></script>
             <script type="text/javascript" charset="utf-8">
         
             // Wait for PhoneGap to load
             //
-            document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         
             // PhoneGap is ready
             //
-            function on<a href="../device/device.html">Device</a>Ready() {
+            function onDeviceReady() {
                 playAudio("http://audio.ibeat.org/content/p1rj1s/p1rj1s_-_rockGuitar.mp3");
             }
         
@@ -94,27 +94,27 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             // Play audio
             //
             function playAudio(src) {
-                // Create <a href="media.html">Media</a> object from src
-                my_media = new <a href="media.html">Media</a>(src, onSuccess, onError);
+                // Create Media object from src
+                my_media = new Media(src, onSuccess, onError);
         
                 // Play audio
-                my_<a href="media.play.html">media.play</a>();
+                my_media.play();
         
                 // Update my_media position every second
                 if (mediaTimer == null) {
                     mediaTimer = setInterval(function() {
                         // get my_media position
-                        my_media.getCurrent<a href="../geolocation/Position/position.html">Position</a>(
+                        my_media.getCurrentPosition(
                             // success callback
                             function(position) {
                                 if (position > -1) {
-                                    setAudio<a href="../geolocation/Position/position.html">Position</a>((position) + " sec");
+                                    setAudioPosition((position) + " sec");
                                 }
                             },
                             // error callback
                             function(e) {
                                 console.log("Error getting pos=" + e);
-                                setAudio<a href="../geolocation/Position/position.html">Position</a>("Error: " + e);
+                                setAudioPosition("Error: " + e);
                             }
                         );
                     }, 1000);
@@ -123,9 +123,9 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         
             // Pause audio
             // 
-            function <a href="../events/events.pause.html">pause</a>Audio() {
+            function pauseAudio() {
                 if (my_media) {
-                    my_media.<a href="../events/events.pause.html">pause</a>();
+                    my_media.pause();
                 }
             }
         
@@ -154,7 +154,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         
             // Set audio position
             // 
-            function setAudio<a href="../geolocation/Position/position.html">Position</a>(position) {
+            function setAudioPosition(position) {
                 document.getElementById('audio_position').innerHTML = position;
             }
         
@@ -162,7 +162,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
           </head>
           <body>
             <a href="#" class="btn large" onclick="playAudio('http://audio.ibeat.org/content/p1rj1s/p1rj1s_-_rockGuitar.mp3');">Play Audio</a>
-            <a href="#" class="btn large" onclick="<a href="../events/events.pause.html">pause</a>Audio();">Pause Playing Audio</a>
+            <a href="#" class="btn large" onclick="pauseAudio();">Pause Playing Audio</a>
             <a href="#" class="btn large" onclick="stopAudio();">Stop Playing Audio</a>
             <p id="audio_position"></p>
           </body>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/media/media.stopRecord.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/media/media.stopRecord.md b/www/docs/en/1.5.0/phonegap/media/media.stopRecord.md
index 61f169a..62d1ca0 100644
--- a/www/docs/en/1.5.0/phonegap/media/media.stopRecord.md
+++ b/www/docs/en/1.5.0/phonegap/media/media.stopRecord.md
@@ -18,18 +18,18 @@ license: >
     under the License.
 ---
 
-<a href="media.stop.html">media.stop</a>Record
+media.stopRecord
 ================
 
 Stops recording an audio file.
 
-    <a href="media.stop.html">media.stop</a>Record();
+    media.stopRecord();
 
 
 Description
 -----------
 
-Function `<a href="media.stop.html">media.stop</a>Record` is a synchronous function that stops recording an audio file.
+Function `media.stopRecord` is a synchronous function that stops recording an audio file.
 
 Supported Platforms
 -------------------
@@ -38,14 +38,14 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
     
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // Record audio
     // 
     function recordAudio() {
         var src = "myrecording.mp3";
-        var mediaRec = new <a href="media.html">Media</a>(src,
+        var mediaRec = new Media(src,
             // success callback
             function() {
                 console.log("recordAudio():Audio Success");
@@ -66,26 +66,26 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
     }
 
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../device/device.html">Device</a> Properties <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Device Properties Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.5.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for PhoneGap to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Record audio
         // 
         function recordAudio() {
             var src = "myrecording.mp3";
-            var mediaRec = new <a href="media.html">Media</a>(src, onSuccess, onError);
+            var mediaRec = new Media(src, onSuccess, onError);
 
             // Record audio
             mediaRec.startRecord();
@@ -94,7 +94,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             var recTime = 0;
             var recInterval = setInterval(function() {
                 recTime = recTime + 1;
-                setAudio<a href="../geolocation/Position/position.html">Position</a>(recTime + " sec");
+                setAudioPosition(recTime + " sec");
                 if (recTime >= 10) {
                     clearInterval(recInterval);
                     mediaRec.stopRecord();
@@ -104,7 +104,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
 
         // PhoneGap is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             recordAudio();
         }
     
@@ -123,7 +123,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
 
         // Set audio position
         // 
-        function setAudio<a href="../geolocation/Position/position.html">Position</a>(position) {
+        function setAudioPosition(position) {
             document.getElementById('audio_position').innerHTML = position;
         }
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/notification/notification.alert.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/notification/notification.alert.md b/www/docs/en/1.5.0/phonegap/notification/notification.alert.md
index dc97021..68415e5 100644
--- a/www/docs/en/1.5.0/phonegap/notification/notification.alert.md
+++ b/www/docs/en/1.5.0/phonegap/notification/notification.alert.md
@@ -28,7 +28,7 @@ Shows a custom alert or dialog box.
 - __message:__ Dialog message (`String`)
 - __alertCallback:__ Callback to invoke when alert dialog is dismissed. (`Function`)
 - __title:__ Dialog title (`String`) (Optional, Default: "Alert")
-- __buttonName:__ Button <a href="../storage/parameters/name.html">name</a> (`String`) (Optional, Default: "OK")
+- __buttonName:__ Button name (`String`) (Optional, Default: "OK")
     
 Description
 -----------
@@ -44,7 +44,7 @@ Supported Platforms
 - iPhone
 - Windows Phone 7 ( Mango )
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // Android / BlackBerry WebWorks (OS 5.0 and higher) / iPhone
@@ -64,24 +64,24 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
     //
     navigator.notification.alert('You are the winner!');
         
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="notification.html">Notification</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Notification Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.5.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for PhoneGap to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // PhoneGap is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             // Empty
         }
     
@@ -111,4 +111,4 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
 Windows Phone 7 Quirks
 -------------
 
-- Ignores button <a href="../storage/parameters/name.html">name</a>s, always uses 'OK' 
\ No newline at end of file
+- Ignores button names, always uses 'OK' 
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/notification/notification.beep.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/notification/notification.beep.md b/www/docs/en/1.5.0/phonegap/notification/notification.beep.md
index a291dfd..4d0c0c1 100644
--- a/www/docs/en/1.5.0/phonegap/notification/notification.beep.md
+++ b/www/docs/en/1.5.0/phonegap/notification/notification.beep.md
@@ -36,37 +36,37 @@ Supported Platforms
 - iPhone
 - Windows Phone 7 ( Mango )
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // Beep twice!
     navigator.notification.beep(2);
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="notification.html">Notification</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Notification Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.5.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for PhoneGap to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // PhoneGap is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             // Empty
         }
 
         // Show a custom alert
         //
         function showAlert() {
-		    navigator.<a href="notification.alert.html">notification.alert</a>(
+		    navigator.notification.alert(
 		        'You are the winner!',  // message
 		        'Game Over',            // title
 		        'Done'                  // buttonName
@@ -82,7 +82,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         // Vibrate for 2 seconds
         //
         function vibrate() {
-            navigator.<a href="notification.vibrate.html">notification.vibrate</a>(2000);
+            navigator.notification.vibrate(2000);
         }
 
         </script>
@@ -97,7 +97,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
 Android Quirks
 --------------
 
-- Android plays the default "<a href="notification.html">Notification</a> ringtone" specified under the "Settings/Sound & Display" panel.
+- Android plays the default "Notification ringtone" specified under the "Settings/Sound & Display" panel.
 
 iPhone Quirks
 -------------
@@ -106,7 +106,7 @@ iPhone Quirks
 - There is no native beep API for iPhone.
   - PhoneGap 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 <a href="../storage/parameters/name.html">name</a>d `beep.wav`.
+  - This file must be less than 30 seconds long, located in the www/ root, and must be named `beep.wav`.
 
 Windows Phone 7 Quirks
 -------------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/notification/notification.confirm.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/notification/notification.confirm.md b/www/docs/en/1.5.0/phonegap/notification/notification.confirm.md
index c1ca458..731d4cc 100644
--- a/www/docs/en/1.5.0/phonegap/notification/notification.confirm.md
+++ b/www/docs/en/1.5.0/phonegap/notification/notification.confirm.md
@@ -43,7 +43,7 @@ Supported Platforms
 - iPhone
 - Windows Phone 7 ( Mango )
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
 	// process the confirmation dialog result
@@ -62,24 +62,24 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         );
     }
         
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="notification.html">Notification</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Notification Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.5.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for PhoneGap to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // PhoneGap is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             // Empty
         }
     
@@ -109,4 +109,4 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
 Windows Phone 7 Quirks
 -------------
 
-- Ignores button <a href="../storage/parameters/name.html">name</a>s, always 'OK|Cancel'
\ No newline at end of file
+- Ignores button names, always 'OK|Cancel'
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/notification/notification.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/notification/notification.md b/www/docs/en/1.5.0/phonegap/notification/notification.md
index 5a0efa2..f337c57 100644
--- a/www/docs/en/1.5.0/phonegap/notification/notification.md
+++ b/www/docs/en/1.5.0/phonegap/notification/notification.md
@@ -26,7 +26,7 @@ Notification
 Methods
 -------
 
-- <a href="notification.alert.html">notification.alert</a>
-- <a href="notification.confirm.html">notification.confirm</a>
-- <a href="notification.beep.html">notification.beep</a>
-- <a href="notification.vibrate.html">notification.vibrate</a>
\ No newline at end of file
+- notification.alert
+- notification.confirm
+- notification.beep
+- notification.vibrate
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/notification/notification.vibrate.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/notification/notification.vibrate.md b/www/docs/en/1.5.0/phonegap/notification/notification.vibrate.md
index df8f5ee..5d19e43 100644
--- a/www/docs/en/1.5.0/phonegap/notification/notification.vibrate.md
+++ b/www/docs/en/1.5.0/phonegap/notification/notification.vibrate.md
@@ -36,38 +36,38 @@ Supported Platforms
 - iPhone
 - Windows Phone 7
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // Vibrate for 2.5 seconds
     //
     navigator.notification.vibrate(2500);
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
     
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="notification.html">Notification</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Notification Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.5.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for PhoneGap to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // PhoneGap is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             // Empty
         }
     
         // Show a custom alert
         //
         function showAlert() {
-		    navigator.<a href="notification.alert.html">notification.alert</a>(
+		    navigator.notification.alert(
 		        'You are the winner!',  // message
 		        'Game Over',            // title
 		        'Done'                  // buttonName
@@ -77,7 +77,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         // Beep three times
         //
         function playBeep() {
-            navigator.<a href="notification.beep.html">notification.beep</a>(3);
+            navigator.notification.beep(3);
         }
     
         // Vibrate for 2 seconds

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/storage/database/database.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/storage/database/database.md b/www/docs/en/1.5.0/phonegap/storage/database/database.md
index dec1fe1..aa0ccf8 100644
--- a/www/docs/en/1.5.0/phonegap/storage/database/database.md
+++ b/www/docs/en/1.5.0/phonegap/storage/database/database.md
@@ -27,12 +27,12 @@ Methods
 -------
 
 - __transaction__: Runs a database transaction. 
-- __changeVersion__: method allows scripts to atomically verify the <a href="../parameters/version.html">version</a> number and change it at the same time as doing a schema update. 
+- __changeVersion__: method allows scripts to atomically verify the version number and change it at the same time as doing a schema update. 
 
 Details
 -------
 
-A Database object is returned from a call to `window.<a href="../storage.opendatabase.html">openDatabase</a>()`.
+A Database object is returned from a call to `window.openDatabase()`.
 
 Supported Platforms
 -------------------
@@ -41,7 +41,7 @@ Supported Platforms
 - BlackBerry WebWorks (OS 6.0 and higher)
 - iPhone
 
-Transaction Quick <a href="../storage.opendatabase.html">Example</a>
+Transaction Quick Example
 ------------------
 	function populateDB(tx) {
 		 tx.executeSql('DROP TABLE IF EXISTS DEMO');
@@ -58,34 +58,34 @@ Transaction Quick <a href="../storage.opendatabase.html">Example</a>
 		alert("success!");
 	}
 	
-	var db = window.<a href="../storage.opendatabase.html">openDatabase</a>("Database", "1.0", "PhoneGap Demo", 200000);
+	var db = window.openDatabase("Database", "1.0", "PhoneGap Demo", 200000);
 	db.transaction(populateDB, errorCB, successCB);
 
-Change Version Quick <a href="../storage.opendatabase.html">Example</a>
+Change Version Quick Example
 -------------------
 
-	var db = window.<a href="../storage.opendatabase.html">openDatabase</a>("Database", "1.0", "PhoneGap Demo", 200000);
+	var db = window.openDatabase("Database", "1.0", "PhoneGap Demo", 200000);
 	db.changeVersion("1.0", "1.1");
 
-Full <a href="../storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../../contacts/Contact/contact.html">Contact</a> <a href="../storage.opendatabase.html">Example</a></title>
+        <title>Contact Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.5.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for PhoneGap to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // PhoneGap is ready
         //
-        function on<a href="../../device/device.html">Device</a>Ready() {
-			var db = window.<a href="../storage.opendatabase.html">openDatabase</a>("Database", "1.0", "PhoneGap Demo", 200000);
+        function onDeviceReady() {
+			var db = window.openDatabase("Database", "1.0", "PhoneGap Demo", 200000);
 			db.transaction(populateDB, errorCB, successCB);
         }
 		
@@ -113,7 +113,7 @@ Full <a href="../storage.opendatabase.html">Example</a>
         </script>
       </head>
       <body>
-        <h1><a href="../storage.opendatabase.html">Example</a></h1>
+        <h1>Example</h1>
         <p>Database</p>
       </body>
     </html>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/storage/localstorage/localstorage.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/storage/localstorage/localstorage.md b/www/docs/en/1.5.0/phonegap/storage/localstorage/localstorage.md
index 307e70b..6fcc2e7 100644
--- a/www/docs/en/1.5.0/phonegap/storage/localstorage/localstorage.md
+++ b/www/docs/en/1.5.0/phonegap/storage/localstorage/localstorage.md
@@ -18,17 +18,17 @@ license: >
     under the License.
 ---
 
-local<a href="../storage.html">Storage</a>
+localStorage
 ===============
 
-Provides access to a W3C <a href="../storage.html">Storage</a> interface (http://dev.w3.org/html5/webstorage/#the-localstorage-attribute)
+Provides access to a W3C Storage interface (http://dev.w3.org/html5/webstorage/#the-localstorage-attribute)
 
-    var storage = window.local<a href="../storage.html">Storage</a>;
+    var storage = window.localStorage;
 
 Methods
 -------
 
-- __key__: Returns the <a href="../parameters/name.html">name</a> of the key at the position specified. 
+- __key__: Returns the name of the key at the position specified. 
 - __getItem__: Returns the item identified by it's key.
 - __setItem__: Saves and item at the key provided.
 - __removeItem__: Removes the item identified by it's key.
@@ -37,7 +37,7 @@ Methods
 Details
 -----------
 
-local<a href="../storage.html">Storage</a> provides an interface to a W3C <a href="../storage.html">Storage</a> interface.  It allows one to save data as key-value pairs.
+localStorage provides an interface to a W3C Storage interface.  It allows one to save data as key-value pairs.
 
 Supported Platforms
 -------------------
@@ -46,66 +46,66 @@ Supported Platforms
 - BlackBerry WebWorks (OS 6.0 and higher)
 - iPhone
 
-Key Quick <a href="../storage.opendatabase.html">Example</a>
+Key Quick Example
 -------------
 
-    var keyName = window.local<a href="../storage.html">Storage</a>.key(0);
+    var keyName = window.localStorage.key(0);
 
-Set Item Quick <a href="../storage.opendatabase.html">Example</a>
+Set Item Quick Example
 -------------
 
-    window.local<a href="../storage.html">Storage</a>.setItem("key", "value");
+    window.localStorage.setItem("key", "value");
 
-Get Item Quick <a href="../storage.opendatabase.html">Example</a>
+Get Item Quick Example
 -------------
 
-	var value = window.local<a href="../storage.html">Storage</a>.getItem("key");
+	var value = window.localStorage.getItem("key");
 	// value is now equal to "value"
 
-Remove Item Quick <a href="../storage.opendatabase.html">Example</a>
+Remove Item Quick Example
 -------------
 
-	window.local<a href="../storage.html">Storage</a>.removeItem("key");
+	window.localStorage.removeItem("key");
 
-Clear Quick <a href="../storage.opendatabase.html">Example</a>
+Clear Quick Example
 -------------
 
-	window.local<a href="../storage.html">Storage</a>.clear();
+	window.localStorage.clear();
 
-Full <a href="../storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../../contacts/Contact/contact.html">Contact</a> <a href="../storage.opendatabase.html">Example</a></title>
+        <title>Contact Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.5.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for PhoneGap to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // PhoneGap is ready
         //
-        function on<a href="../../device/device.html">Device</a>Ready() {
-			window.local<a href="../storage.html">Storage</a>.setItem("key", "value");
-			var key<a href="../parameters/name.html">name</a> = window.local<a href="../storage.html">Storage</a>.key(i);
-			// key<a href="../parameters/name.html">name</a> is now equal to "key"
-			var value = window.local<a href="../storage.html">Storage</a>.getItem("key");
+        function onDeviceReady() {
+			window.localStorage.setItem("key", "value");
+			var keyname = window.localStorage.key(i);
+			// keyname is now equal to "key"
+			var value = window.localStorage.getItem("key");
 			// value is now equal to "value"
-			window.local<a href="../storage.html">Storage</a>.removeItem("key");
-			window.local<a href="../storage.html">Storage</a>.setItem("key2", "value2");
-			window.local<a href="../storage.html">Storage</a>.clear();
-			// local<a href="../storage.html">Storage</a> is now empty
+			window.localStorage.removeItem("key");
+			window.localStorage.setItem("key2", "value2");
+			window.localStorage.clear();
+			// localStorage is now empty
         }
     
 
         </script>
       </head>
       <body>
-        <h1><a href="../storage.opendatabase.html">Example</a></h1>
-        <p>local<a href="../storage.html">Storage</a></p>
+        <h1>Example</h1>
+        <p>localStorage</p>
       </body>
     </html>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/storage/parameters/display_name.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/storage/parameters/display_name.md b/www/docs/en/1.5.0/phonegap/storage/parameters/display_name.md
index 362e188..bd9320e 100644
--- a/www/docs/en/1.5.0/phonegap/storage/parameters/display_name.md
+++ b/www/docs/en/1.5.0/phonegap/storage/parameters/display_name.md
@@ -18,7 +18,7 @@ license: >
     under the License.
 ---
 
-display_<a href="name.html">name</a>
+display_name
 ==================
 
-The display <a href="name.html">name</a> of the database.
\ No newline at end of file
+The display name of the database.
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[12/51] [partial] docs commit: Reverting autolinking change because of inconsistencies.

Posted by db...@apache.org.
http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/camera/parameter/cameraSuccess.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/camera/parameter/cameraSuccess.md b/www/docs/en/1.8.0/cordova/camera/parameter/cameraSuccess.md
index 6083130..ec04795 100644
--- a/www/docs/en/1.8.0/cordova/camera/parameter/cameraSuccess.md
+++ b/www/docs/en/1.8.0/cordova/camera/parameter/cameraSuccess.md
@@ -30,9 +30,9 @@ onSuccess callback function that provides the image data.
 Parameters
 ----------
 
-- __imageData:__ Base64 encoding of the image data, OR the image file URI, depending on `<a href="cameraOptions.html">cameraOptions</a>` used. (`String`)
+- __imageData:__ Base64 encoding of the image data, OR the image file URI, depending on `cameraOptions` used. (`String`)
 
-<a href="../../storage/storage.opendatabase.html">Example</a>
+Example
 -------
 
     // Show image

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/compass/compass.clearWatch.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/compass/compass.clearWatch.md b/www/docs/en/1.8.0/cordova/compass/compass.clearWatch.md
index dadd0e6..4b327bb 100644
--- a/www/docs/en/1.8.0/cordova/compass/compass.clearWatch.md
+++ b/www/docs/en/1.8.0/cordova/compass/compass.clearWatch.md
@@ -25,7 +25,7 @@ Stop watching the compass referenced by the watch ID parameter.
 
     navigator.compass.clearWatch(watchID);
 
-- __watchID__: The ID returned by `<a href="compass.watchHeading.html">compass.watchHeading</a>`.
+- __watchID__: The ID returned by `compass.watchHeading`.
 
 Supported Platforms
 -------------------
@@ -36,22 +36,22 @@ Supported Platforms
 - Bada 1.2 & 2.x
 - webOS
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
-    var watchID = navigator.<a href="compass.watchHeading.html">compass.watchHeading</a>(onSuccess, onError, options);
+    var watchID = navigator.compass.watchHeading(onSuccess, onError, options);
     
     // ... later on ...
     
     navigator.compass.clearWatch(watchID);
     
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="compass.html">Compass</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Compass Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.0.js"></script>
         <script type="text/javascript" charset="utf-8">
@@ -61,11 +61,11 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             startWatch();
         }
 
@@ -76,7 +76,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             // Update compass every 3 seconds
             var options = { frequency: 3000 };
             
-            watchID = navigator.<a href="compass.watchHeading.html">compass.watchHeading</a>(onSuccess, onError, options);
+            watchID = navigator.compass.watchHeading(onSuccess, onError, options);
         }
         
         // Stop watching the compass
@@ -97,8 +97,8 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
 
         // onError: Failed to get the heading
         //
-        function onError(<a href="parameters/compassError.html">compassError</a>) {
-            alert('<a href="compass.html">Compass</a> error: ' + <a href="parameters/compassError.html">compassError</a>.code);
+        function onError(compassError) {
+            alert('Compass error: ' + compassError.code);
         }
 
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/compass/compass.clearWatchFilter.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/compass/compass.clearWatchFilter.md b/www/docs/en/1.8.0/cordova/compass/compass.clearWatchFilter.md
index 9cf3e19..276c11f 100644
--- a/www/docs/en/1.8.0/cordova/compass/compass.clearWatchFilter.md
+++ b/www/docs/en/1.8.0/cordova/compass/compass.clearWatchFilter.md
@@ -18,7 +18,7 @@ license: >
     under the License.
 ---
 
-<a href="compass.clearWatch.html">compass.clearWatch</a>Filter
+compass.clearWatchFilter
 ========================
 
-No longer supported as of 1.6.  See `<a href="compass.clearWatch.html">compass.clearWatch</a>`.
\ No newline at end of file
+No longer supported as of 1.6.  See `compass.clearWatch`.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/compass/compass.getCurrentHeading.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/compass/compass.getCurrentHeading.md b/www/docs/en/1.8.0/cordova/compass/compass.getCurrentHeading.md
index 0ddc573..ff989e7 100644
--- a/www/docs/en/1.8.0/cordova/compass/compass.getCurrentHeading.md
+++ b/www/docs/en/1.8.0/cordova/compass/compass.getCurrentHeading.md
@@ -23,14 +23,14 @@ compass.getCurrentHeading
 
 Get the current compass heading.
 
-    navigator.compass.getCurrentHeading(<a href="parameters/compassSuccess.html">compassSuccess</a>, <a href="parameters/compassError.html">compassError</a>, <a href="parameters/compassOptions.html">compassOptions</a>);
+    navigator.compass.getCurrentHeading(compassSuccess, compassError, compassOptions);
 
 Description
 -----------
 
 The compass is a sensor that detects the direction or heading that the device is pointed.  It measures the heading in degrees from 0 to 359.99.
 
-The compass heading information is returned via a <a href="compass.html">Compass</a>Heading object using the `<a href="parameters/compassSuccess.html">compassSuccess</a>` callback function.
+The compass heading information is returned via a CompassHeading object using the `compassSuccess` callback function.
 
 Supported Platforms
 -------------------
@@ -41,7 +41,7 @@ Supported Platforms
 - Bada 1.2 & 2.x
 - webOS
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     function onSuccess(heading) {
@@ -49,29 +49,29 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
     };
 
     function onError(error) {
-        alert('<a href="<a href="parameters/compassError.html">compassError</a>/<a href="parameters/compassError.html">compassError</a>.html"><a href="compass.html">Compass</a>Error</a>: ' + error.code);
+        alert('CompassError: ' + error.code);
     };
 
     navigator.compass.getCurrentHeading(onSuccess, onError);
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="compass.html">Compass</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Compass Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             navigator.compass.getCurrentHeading(onSuccess, onError);
         }
     
@@ -83,14 +83,14 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
     
         // onError: Failed to get the heading
         //
-        function onError(<a href="parameters/compassError.html">compassError</a>) {
-            alert('<a href="compass.html">Compass</a> Error: ' + <a href="parameters/compassError.html">compassError</a>.code);
+        function onError(compassError) {
+            alert('Compass Error: ' + compassError.code);
         }
 
         </script>
       </head>
       <body>
-        <h1><a href="../storage/storage.opendatabase.html">Example</a></h1>
+        <h1>Example</h1>
         <p>getCurrentHeading</p>
       </body>
     </html>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/compass/compass.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/compass/compass.md b/www/docs/en/1.8.0/cordova/compass/compass.md
index 3e0651e..c560ffd 100644
--- a/www/docs/en/1.8.0/cordova/compass/compass.md
+++ b/www/docs/en/1.8.0/cordova/compass/compass.md
@@ -26,19 +26,19 @@ Compass
 Methods
 -------
 
-- <a href="compass.getCurrentHeading.html">compass.getCurrentHeading</a>
-- <a href="compass.watchHeading.html">compass.watchHeading</a>
-- <a href="compass.clearWatch.html">compass.clearWatch</a>
-- <a href="<a href="compass.watchHeading.html">compass.watchHeading</a>Filter.html"><a href="compass.watchHeading.html">compass.watchHeading</a>Filter</a> 	(obsolete)
-- <a href="<a href="compass.clearWatch.html">compass.clearWatch</a>Filter.html"><a href="compass.clearWatch.html">compass.clearWatch</a>Filter</a>		(obsolete)
+- compass.getCurrentHeading
+- compass.watchHeading
+- compass.clearWatch
+- compass.watchHeadingFilter 	(obsolete)
+- compass.clearWatchFilter		(obsolete)
 
 Arguments
 ---------
 
-- <a href="parameters/compassSuccess.html">compassSuccess</a>
-- <a href="parameters/compassError.html">compassError</a>
-- <a href="parameters/compassOptions.html">compassOptions</a>
-- <a href="parameters/compassHeading.html">compassHeading</a>
+- compassSuccess
+- compassError
+- compassOptions
+- compassHeading
 
 Permissions
 -----------
@@ -59,7 +59,7 @@ Permissions
 
 ### iOS
 
-#### App/Supporting <a href="../file/fileobj/fileobj.html">File</a>s/Cordova.plist
+#### App/Supporting Files/Cordova.plist
 
     <key>Plugins</key>
     <dict>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/compass/compass.watchHeading.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/compass/compass.watchHeading.md b/www/docs/en/1.8.0/cordova/compass/compass.watchHeading.md
index ce19bd4..4ebe4af 100644
--- a/www/docs/en/1.8.0/cordova/compass/compass.watchHeading.md
+++ b/www/docs/en/1.8.0/cordova/compass/compass.watchHeading.md
@@ -23,16 +23,16 @@ compass.watchHeading
 
 At a regular interval, get the compass heading in degrees.
 
-    var watchID = navigator.compass.watchHeading(<a href="parameters/compassSuccess.html">compassSuccess</a>, <a href="parameters/compassError.html">compassError</a>, [<a href="parameters/compassOptions.html">compassOptions</a>]);
+    var watchID = navigator.compass.watchHeading(compassSuccess, compassError, [compassOptions]);
                                                            
 Description
 -----------
 
 The compass is a sensor that detects the direction or heading that the device is pointed.  It measures the heading in degrees from 0 to 359.99.
 
-The `compass.watchHeading` gets the device's current heading at a regular interval. Each time the heading is retrieved, the `headingSuccess` callback function is executed. Specify the interval in milliseconds via the `frequency` parameter in the `<a href="parameters/compassOptions.html">compassOptions</a>` object.
+The `compass.watchHeading` gets the device's current heading at a regular interval. Each time the heading is retrieved, the `headingSuccess` callback function is executed. Specify the interval in milliseconds via the `frequency` parameter in the `compassOptions` object.
 
-The returned watch ID references references the compass watch interval. The watch ID can be used with `<a href="compass.clearWatch.html">compass.clearWatch</a>` to stop watching the compass.
+The returned watch ID references references the compass watch interval. The watch ID can be used with `compass.clearWatch` to stop watching the compass.
 
 Supported Platforms
 -------------------
@@ -44,7 +44,7 @@ Supported Platforms
 - webOS
 
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     function onSuccess(heading) {
@@ -52,21 +52,21 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         element.innerHTML = 'Heading: ' + heading.magneticHeading;
     };
 
-    function onError(<a href="parameters/compassError.html">compassError</a>) {
-            alert('<a href="compass.html">Compass</a> error: ' + <a href="parameters/compassError.html">compassError</a>.code);
+    function onError(compassError) {
+            alert('Compass error: ' + compassError.code);
     };
 
     var options = { frequency: 3000 };  // Update every 3 seconds
     
     var watchID = navigator.compass.watchHeading(onSuccess, onError, options);
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="compass.html">Compass</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Compass Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.0.js"></script>
         <script type="text/javascript" charset="utf-8">
@@ -76,11 +76,11 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             startWatch();
         }
 
@@ -98,7 +98,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         //
         function stopWatch() {
             if (watchID) {
-                navigator.<a href="compass.clearWatch.html">compass.clearWatch</a>(watchID);
+                navigator.compass.clearWatch(watchID);
                 watchID = null;
             }
         }
@@ -112,8 +112,8 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
 
         // onError: Failed to get the heading
         //
-        function onError(<a href="parameters/compassError.html">compassError</a>) {
-            alert('<a href="compass.html">Compass</a> error: ' + <a href="parameters/compassError.html">compassError</a>.code);
+        function onError(compassError) {
+            alert('Compass error: ' + compassError.code);
         }
 
         </script>
@@ -128,6 +128,6 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
 iOS Quirks
 --------------
 
-In iOS `compass.watchHeading` can also get the device's current heading when it changes by a specified number of degrees. Each time the heading changes by the specified number of degrees or more, the `headingSuccess` callback function is called. Specify the degrees of change via the `filter` parameter in the `<a href="parameters/compassOptions.html">compassOptions</a>` object.  Clear the watch as normal by passing the returned watch ID to `<a href="compass.clearWatch.html">compass.clearWatch</a>`.  This functionality replaces the previously separate, iOS only functions, watchHeadingFilter and clearWatchFilter, which were removed in 1.6.
+In iOS `compass.watchHeading` can also get the device's current heading when it changes by a specified number of degrees. Each time the heading changes by the specified number of degrees or more, the `headingSuccess` callback function is called. Specify the degrees of change via the `filter` parameter in the `compassOptions` object.  Clear the watch as normal by passing the returned watch ID to `compass.clearWatch`.  This functionality replaces the previously separate, iOS only functions, watchHeadingFilter and clearWatchFilter, which were removed in 1.6.
 
 In iOS only one watchHeading can be in effect at one time.  If a watchHeading via filter is in effect, calling getCurrentHeading or watchHeading will use the existing filter value for specifying heading changes. On iOS watching heading changes via a filter is more efficient than via time.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/compass/compass.watchHeadingFilter.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/compass/compass.watchHeadingFilter.md b/www/docs/en/1.8.0/cordova/compass/compass.watchHeadingFilter.md
index f05a774..991da30 100644
--- a/www/docs/en/1.8.0/cordova/compass/compass.watchHeadingFilter.md
+++ b/www/docs/en/1.8.0/cordova/compass/compass.watchHeadingFilter.md
@@ -18,7 +18,7 @@ license: >
     under the License.
 ---
 
-<a href="compass.watchHeading.html">compass.watchHeading</a>Filter
+compass.watchHeadingFilter
 ==========================
 
-No longer supported as of 1.6, see `<a href="compass.watchHeading.html">compass.watchHeading</a>` for equivalent functionality.
+No longer supported as of 1.6, see `compass.watchHeading` for equivalent functionality.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/compass/compassError/compassError.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/compass/compassError/compassError.md b/www/docs/en/1.8.0/cordova/compass/compassError/compassError.md
index e356b45..20d01c5 100644
--- a/www/docs/en/1.8.0/cordova/compass/compassError/compassError.md
+++ b/www/docs/en/1.8.0/cordova/compass/compassError/compassError.md
@@ -18,10 +18,10 @@ license: >
     under the License.
 ---
 
-<a href="../compass.html">Compass</a>Error
+CompassError
 ==========
 
-A `<a href="../compass.html">Compass</a>Error` object is returned to the `<a href="../parameters/compassError.html">compassError</a>` callback function when an error occurs.
+A `CompassError` object is returned to the `compassError` callback function when an error occurs.
 
 Properties
 ----------
@@ -30,12 +30,12 @@ Properties
 
 Constants
 ---------
-- `<a href="../compass.html">Compass</a>Error.COMPASS_INTERNAL_ERR` 
-- `<a href="../compass.html">Compass</a>Error.COMPASS_NOT_SUPPORTED`
+- `CompassError.COMPASS_INTERNAL_ERR` 
+- `CompassError.COMPASS_NOT_SUPPORTED`
 
 Description
 -----------
 
-The `<a href="../compass.html">Compass</a>Error` object is returned to the user through the `<a href="../parameters/compassError.html">compassError</a>` callback function when an error occurs.
+The `CompassError` object is returned to the user through the `compassError` callback function when an error occurs.
 
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/compass/parameters/compassError.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/compass/parameters/compassError.md b/www/docs/en/1.8.0/cordova/compass/parameters/compassError.md
index 44700bc..3d2f523 100644
--- a/www/docs/en/1.8.0/cordova/compass/parameters/compassError.md
+++ b/www/docs/en/1.8.0/cordova/compass/parameters/compassError.md
@@ -23,9 +23,9 @@ compassError
 
 onError callback function for compass functions. 
 
-<a href="../../storage/storage.opendatabase.html">Example</a>
+Example
 -------
 
-function(<a href="../compassError/compassError.html"><a href="../compass.html">Compass</a>Error</a>) {
+function(CompassError) {
     // Handle the error
 }

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/compass/parameters/compassHeading.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/compass/parameters/compassHeading.md b/www/docs/en/1.8.0/cordova/compass/parameters/compassHeading.md
index 8293202..adae2f6 100644
--- a/www/docs/en/1.8.0/cordova/compass/parameters/compassHeading.md
+++ b/www/docs/en/1.8.0/cordova/compass/parameters/compassHeading.md
@@ -21,7 +21,7 @@ license: >
 compassHeading
 ==========
 
-A `<a href="../compass.html">Compass</a>Heading` object is returned to the `<a href="compassSuccess.html">compassSuccess</a>` callback function when an error occurs.
+A `CompassHeading` object is returned to the `compassSuccess` callback function when an error occurs.
 
 Properties
 ----------
@@ -33,7 +33,7 @@ Properties
 Description
 -----------
 
-The `<a href="../compass.html">Compass</a>Heading` object is returned to the user through the `<a href="compassSuccess.html">compassSuccess</a>` callback function.
+The `CompassHeading` object is returned to the user through the `compassSuccess` callback function.
 
 Android Quirks
 --------------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/compass/parameters/compassSuccess.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/compass/parameters/compassSuccess.md b/www/docs/en/1.8.0/cordova/compass/parameters/compassSuccess.md
index 015bb3f..a9bc5ff 100644
--- a/www/docs/en/1.8.0/cordova/compass/parameters/compassSuccess.md
+++ b/www/docs/en/1.8.0/cordova/compass/parameters/compassSuccess.md
@@ -21,7 +21,7 @@ license: >
 compassSuccess
 ==============
 
-onSuccess callback function that provides the compass heading information via a <a href="compassHeading.html">compassHeading</a> object.
+onSuccess callback function that provides the compass heading information via a compassHeading object.
 
     function(heading) {
         // Do something
@@ -31,9 +31,9 @@ Parameters
 ----------
 
 
-- __heading:__ The heading information. _(<a href="compassHeading.html">compassHeading</a>)_
+- __heading:__ The heading information. _(compassHeading)_
 
-<a href="../../storage/storage.opendatabase.html">Example</a>
+Example
 -------
 
     function onSuccess(heading) {

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/connection/connection.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/connection/connection.md b/www/docs/en/1.8.0/cordova/connection/connection.md
index a39bb77..dd275b5 100644
--- a/www/docs/en/1.8.0/cordova/connection/connection.md
+++ b/www/docs/en/1.8.0/cordova/connection/connection.md
@@ -28,7 +28,7 @@ This object is accessed under the `navigator.network` interface.
 Properties
 ----------
 
-- <a href="connection.type.html">connection.type</a>
+- connection.type
 
 Constants
 ---------
@@ -70,7 +70,7 @@ Permissions
 
 ### iOS
 
-#### App/Supporting <a href="../file/fileobj/fileobj.html">File</a>s/Cordova.plist
+#### App/Supporting Files/Cordova.plist
 
     <key>Plugins</key>
     <dict>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/connection/connection.type.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/connection/connection.type.md b/www/docs/en/1.8.0/cordova/connection/connection.type.md
index 71dd901..4bf956c 100644
--- a/www/docs/en/1.8.0/cordova/connection/connection.type.md
+++ b/www/docs/en/1.8.0/cordova/connection/connection.type.md
@@ -38,60 +38,60 @@ Supported Platforms
 - Bada 2.x
 - webOS
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
-    function check<a href="connection.html">Connection</a>() {
+    function checkConnection() {
         var networkState = navigator.network.connection.type;
         
         var states = {};
-        states[<a href="connection.html">Connection</a>.UNKNOWN]	= 'Unknown connection';
-        states[<a href="connection.html">Connection</a>.ETHERNET]	= 'Ethernet connection';
-        states[<a href="connection.html">Connection</a>.WIFI]   	= 'WiFi connection';
-        states[<a href="connection.html">Connection</a>.CELL_2G]	= 'Cell 2G connection';
-        states[<a href="connection.html">Connection</a>.CELL_3G]	= 'Cell 3G connection';
-        states[<a href="connection.html">Connection</a>.CELL_4G]	= 'Cell 4G connection';
-        states[<a href="connection.html">Connection</a>.NONE]   	= 'No network connection';
+        states[Connection.UNKNOWN]	= 'Unknown connection';
+        states[Connection.ETHERNET]	= 'Ethernet connection';
+        states[Connection.WIFI]   	= 'WiFi connection';
+        states[Connection.CELL_2G]	= 'Cell 2G connection';
+        states[Connection.CELL_3G]	= 'Cell 3G connection';
+        states[Connection.CELL_4G]	= 'Cell 4G connection';
+        states[Connection.NONE]   	= 'No network connection';
     
-        alert('<a href="connection.html">Connection</a> type: ' + states[networkState]);
+        alert('Connection type: ' + states[networkState]);
     }
     
-    check<a href="connection.html">Connection</a>();
+    checkConnection();
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title>navigator.network.connection.type <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>navigator.network.connection.type Example</title>
         
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.0.js"></script>
         <script type="text/javascript" charset="utf-8">
             
         // Wait for Cordova to load
         // 
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
         
         // Cordova is loaded and it is now safe to make calls Cordova methods
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
-            check<a href="connection.html">Connection</a>();
+        function onDeviceReady() {
+            checkConnection();
         }
         
-	    function check<a href="connection.html">Connection</a>() {
+	    function checkConnection() {
 	        var networkState = navigator.network.connection.type;
 
 	        var states = {};
-	        states[<a href="connection.html">Connection</a>.UNKNOWN]	= 'Unknown connection';
-	        states[<a href="connection.html">Connection</a>.ETHERNET]	= 'Ethernet connection';
-	        states[<a href="connection.html">Connection</a>.WIFI]   	= 'WiFi connection';
-	        states[<a href="connection.html">Connection</a>.CELL_2G]	= 'Cell 2G connection';
-	        states[<a href="connection.html">Connection</a>.CELL_3G]	= 'Cell 3G connection';
-	        states[<a href="connection.html">Connection</a>.CELL_4G]	= 'Cell 4G connection';
-	        states[<a href="connection.html">Connection</a>.NONE]   	= 'No network connection';
-
-	        alert('<a href="connection.html">Connection</a> type: ' + states[networkState]);
+	        states[Connection.UNKNOWN]	= 'Unknown connection';
+	        states[Connection.ETHERNET]	= 'Ethernet connection';
+	        states[Connection.WIFI]   	= 'WiFi connection';
+	        states[Connection.CELL_2G]	= 'Cell 2G connection';
+	        states[Connection.CELL_3G]	= 'Cell 3G connection';
+	        states[Connection.CELL_4G]	= 'Cell 4G connection';
+	        states[Connection.NONE]   	= 'No network connection';
+
+	        alert('Connection type: ' + states[networkState]);
 	    }
         
         </script>
@@ -105,13 +105,13 @@ iOS Quirks
 ----------
 
 - iOS cannot detect the type of cellular network connection.
-    - `navigator.network.connection.type` is set to `<a href="connection.html">Connection</a>.CELL_2G` for all cellular data.
+    - `navigator.network.connection.type` is set to `Connection.CELL_2G` for all cellular data.
 
 Bada Quirks
 -----------
 
 - Bada can only detect a WiFi or cellular connection.
-    - `navigator.network.connection.type` is set to `<a href="connection.html">Connection</a>.CELL_2G` for all cellular data.
+    - `navigator.network.connection.type` is set to `Connection.CELL_2G` for all cellular data.
 
 webOS Quirks
 ------------
@@ -121,4 +121,4 @@ webOS Quirks
 Windows Phone Quirks
 --------------------
 
-- Windows Phone Emulator always detects `navigator.network.connection.type` as `<a href="connection.html">Connection</a>.UNKNOWN`.
+- Windows Phone Emulator always detects `navigator.network.connection.type` as `Connection.UNKNOWN`.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/contacts/Contact/contact.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/contacts/Contact/contact.md b/www/docs/en/1.8.0/cordova/contacts/Contact/contact.md
index 660e779..f55c209 100644
--- a/www/docs/en/1.8.0/cordova/contacts/Contact/contact.md
+++ b/www/docs/en/1.8.0/cordova/contacts/Contact/contact.md
@@ -28,31 +28,31 @@ Properties
 
 - __id:__ A globally unique identifier. _(DOMString)_
 - __displayName:__ The name of this Contact, suitable for display to end-users. _(DOMString)_
-- __name:__ An object containing all components of a persons name. _(<a href="../ContactName/contactname.html">ContactName</a>)_
+- __name:__ An object containing all components of a persons name. _(ContactName)_
 - __nickname:__ A casual name to address the contact by. _(DOMString)_
-- __phoneNumbers:__ An array of all the contact's phone numbers. _(<a href="../ContactField/contactfield.html">ContactField</a>[])_
-- __emails:__ An array of all the contact's email addresses. _(<a href="../ContactField/contactfield.html">ContactField</a>[])_
-- __addresses:__ An array of all the contact's addresses. _(<a href="../ContactAddress/contactaddress.html">ContactAddress</a>[])_
-- __ims:__ An array of all the contact's IM addresses. _(<a href="../ContactField/contactfield.html">ContactField</a>[])_
-- __organizations:__ An array of all the contact's organizations. _(<a href="../ContactOrganization/contactorganization.html">ContactOrganization</a>[])_
+- __phoneNumbers:__ An array of all the contact's phone numbers. _(ContactField[])_
+- __emails:__ An array of all the contact's email addresses. _(ContactField[])_
+- __addresses:__ An array of all the contact's addresses. _(ContactAddress[])_
+- __ims:__ An array of all the contact's IM addresses. _(ContactField[])_
+- __organizations:__ An array of all the contact's organizations. _(ContactOrganization[])_
 - __birthday:__ The birthday of the contact. _(Date)_
 - __note:__ A note about the contact. _(DOMString)_
-- __photos:__ An array of the contact's photos. _(<a href="../ContactField/contactfield.html">ContactField</a>[])_
-- __categories:__  An array of all the contacts user defined categories. _(<a href="../ContactField/contactfield.html">ContactField</a>[])_
-- __urls:__  An array of web pages associated to the contact. _(<a href="../ContactField/contactfield.html">ContactField</a>[])_
+- __photos:__ An array of the contact's photos. _(ContactField[])_
+- __categories:__  An array of all the contacts user defined categories. _(ContactField[])_
+- __urls:__  An array of web pages associated to the contact. _(ContactField[])_
 
 Methods
 -------
 
 - __clone__: Returns a new Contact object that is a deep copy of the calling object, with the id property set to `null`. 
-- __remove__: Removes the contact from the device contacts database.  An error callback is called with a `<a href="../ContactError/<a href="../parameters/contactError.html">contactError</a>.html">ContactError</a>` object if the removal is unsuccessful.
+- __remove__: Removes the contact from the device contacts database.  An error callback is called with a `ContactError` object if the removal is unsuccessful.
 - __save__: Saves a new contact to the device contacts database, or updates an existing contact if a contact with the same __id__ already exists.
 
 
 Details
 -------
 
-The `Contact` object represents a user contact.  <a href="../contacts.html">Contacts</a> can be created, saved to, or removed from the device contacts database.  <a href="../contacts.html">Contacts</a> can also be retrieved (individually or in bulk) from the database by invoking the `<a href="../contacts.find.html">contacts.find</a>` method.
+The `Contact` object represents a user contact.  Contacts can be created, saved to, or removed from the device contacts database.  Contacts can also be retrieved (individually or in bulk) from the database by invoking the `contacts.find` method.
 
 _Note: Not all of the above contact fields are supported on every device platform.  Please check each platform's Quirks section for information about which fields are supported._
 
@@ -64,24 +64,24 @@ Supported Platforms
 - iOS
 - Bada 1.2 & 2.0
 
-Save Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Save Quick Example
 ------------------
 
 	function onSuccess(contact) {
 		alert("Save Success");
 	};
 
-	function onError(<a href="../parameters/contactError.html">contactError</a>) {
-		alert("Error = " + <a href="../parameters/contactError.html">contactError</a>.code);
+	function onError(contactError) {
+		alert("Error = " + contactError.code);
 	};
 
 	// create a new contact object
-    var contact = navigator.<a href="../contacts.create.html">contacts.create</a>();
+    var contact = navigator.contacts.create();
 	contact.displayName = "Plumber";
 	contact.nickname = "Plumber"; 		//specify both to support all devices
 	
 	// populate some fields
-	var name = new <a href="../ContactName/contactname.html">ContactName</a>();
+	var name = new ContactName();
 	name.givenName = "Jane";
 	name.familyName = "Doe";
 	contact.name = name;
@@ -89,7 +89,7 @@ Save Quick <a href="../../storage/storage.opendatabase.html">Example</a>
 	// save to device
 	contact.save(onSuccess,onError);
 
-Clone Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Clone Quick Example
 -------------------
 
 	// clone the contact object
@@ -98,43 +98,43 @@ Clone Quick <a href="../../storage/storage.opendatabase.html">Example</a>
 	console.log("Original contact name = " + contact.name.givenName);
 	console.log("Cloned contact name = " + clone.name.givenName); 
 
-Remove Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Remove Quick Example
 --------------------
 
     function onSuccess() {
         alert("Removal Success");
     };
 
-    function onError(<a href="../parameters/contactError.html">contactError</a>) {
-        alert("Error = " + <a href="../parameters/contactError.html">contactError</a>.code);
+    function onError(contactError) {
+        alert("Error = " + contactError.code);
     };
 
 	// remove the contact from the device
 	contact.remove(onSuccess,onError);
 
-Full <a href="../../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Contact <a href="../../storage/storage.opendatabase.html">Example</a></title>
+        <title>Contact Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
 		    // create
-		    var contact = navigator.<a href="../contacts.create.html">contacts.create</a>();
+		    var contact = navigator.contacts.create();
 			contact.displayName = "Plumber";
 			contact.nickname = "Plumber"; 		//specify both to support all devices
-			var name = new <a href="../ContactName/contactname.html">ContactName</a>();
+			var name = new ContactName();
 			name.givenName = "Jane";
 			name.familyName = "Doe";
 			contact.name = name;
@@ -160,8 +160,8 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
     
         // onSaveError: Failed to get the contacts
         //
-        function onSaveError(<a href="../parameters/contactError.html">contactError</a>) {
-			alert("Error = " + <a href="../parameters/contactError.html">contactError</a>.code);
+        function onSaveError(contactError) {
+			alert("Error = " + contactError.code);
         }
         
         // onRemoveSuccess: Get a snapshot of the current contacts
@@ -172,15 +172,15 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
     
         // onRemoveError: Failed to get the contacts
         //
-        function onRemoveError(<a href="../parameters/contactError.html">contactError</a>) {
-			alert("Error = " + <a href="../parameters/contactError.html">contactError</a>.code);
+        function onRemoveError(contactError) {
+			alert("Error = " + contactError.code);
         }
 
         </script>
       </head>
       <body>
-        <h1><a href="../../storage/storage.opendatabase.html">Example</a></h1>
-        <p>Find <a href="../contacts.html">Contacts</a></p>
+        <h1>Example</h1>
+        <p>Find Contacts</p>
       </body>
     </html>
 
@@ -217,9 +217,9 @@ BlackBerry WebWorks (OS 5.0 and higher) Quirks
 
 iOS Quirks
 ----------
-- __displayName:__ This property is not supported by iOS and will be returned as `null` unless there is no <a href="../ContactName/contactname.html">ContactName</a> specified.  If there is no <a href="../ContactName/contactname.html">ContactName</a>, then composite name, __nickname__ or "" is returned for __displayName__, respectively. 
+- __displayName:__ This property is not supported by iOS and will be returned as `null` unless there is no ContactName specified.  If there is no ContactName, then composite name, __nickname__ or "" is returned for __displayName__, respectively. 
 - __birthday:__ For input, this property must be provided as a JavaScript Date object. It is returned as a JavaScript Date object.
-- __photos:__ Returned Photo is stored in the application's temporary directory and a <a href="../../file/fileobj/fileobj.html">File</a> URL to photo is returned.  Contents of temporary folder is deleted when application exits. 
+- __photos:__ Returned Photo is stored in the application's temporary directory and a File URL to photo is returned.  Contents of temporary folder is deleted when application exits. 
 - __categories:__  This property is not currently supported and will always be returned as `null`.
 
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/contacts/ContactAddress/contactaddress.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/contacts/ContactAddress/contactaddress.md b/www/docs/en/1.8.0/cordova/contacts/ContactAddress/contactaddress.md
index cfde998..af44b10 100644
--- a/www/docs/en/1.8.0/cordova/contacts/ContactAddress/contactaddress.md
+++ b/www/docs/en/1.8.0/cordova/contacts/ContactAddress/contactaddress.md
@@ -18,14 +18,14 @@ license: >
     under the License.
 ---
 
-<a href="../Contact/contact.html">Contact</a>Address
+ContactAddress
 ==============
 
-Contains address properties for a `<a href="../Contact/contact.html">Contact</a>` object.
+Contains address properties for a `Contact` object.
 
 Properties
 ----------
-- __pref:__ Set to `true` if this `<a href="../Contact/contact.html">Contact</a>Address` contains the user's preferred value. _(boolean)_
+- __pref:__ Set to `true` if this `ContactAddress` contains the user's preferred value. _(boolean)_
 - __type:__ A string that tells you what type of field this is (example: 'home'). _(DOMString)
 - __formatted:__ The full address formatted for display. _(DOMString)_
 - __streetAddress:__ The full street address. _(DOMString)_
@@ -37,7 +37,7 @@ Properties
 Details
 -------
 
-The `<a href="../Contact/contact.html">Contact</a>Address` object stores the properties of a single address of a contact.  A `<a href="../Contact/contact.html">Contact</a>` object can have one or more addresses in a  `<a href="../Contact/contact.html">Contact</a>Address[]` array. 
+The `ContactAddress` object stores the properties of a single address of a contact.  A `Contact` object can have one or more addresses in a  `ContactAddress[]` array. 
 
 Supported Platforms
 -------------------
@@ -47,7 +47,7 @@ Supported Platforms
 - iOS
 - Bada 1.2 & 2.0
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
 	// display the address information for all contacts
@@ -66,39 +66,39 @@ Quick <a href="../../storage/storage.opendatabase.html">Example</a>
 		}
     };
 
-    function onError(<a href="../parameters/contactError.html">contactError</a>) {
+    function onError(contactError) {
         alert('onError!');
     };
 
     // find all contacts
-    var options = new <a href="../Contact/contact.html">Contact</a>FindOptions();
+    var options = new ContactFindOptions();
 	options.filter=""; 
 	var filter = ["displayName","addresses"];
-    navigator.<a href="../contacts.find.html">contacts.find</a>(filter, onSuccess, onError, options);
+    navigator.contacts.find(filter, onSuccess, onError, options);
 
-Full <a href="../../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../Contact/contact.html">Contact</a> <a href="../../storage/storage.opendatabase.html">Example</a></title>
+        <title>Contact Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
 		    // find all contacts
-		    var options = new <a href="../Contact/contact.html">Contact</a>FindOptions();
+		    var options = new ContactFindOptions();
 			options.filter=""; 
 			var filter = ["displayName","addresses"];
-		    navigator.<a href="../contacts.find.html">contacts.find</a>(filter, onSuccess, onError, options);
+		    navigator.contacts.find(filter, onSuccess, onError, options);
         }
     
         // onSuccess: Get a snapshot of the current contacts
@@ -121,15 +121,15 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
     
         // onError: Failed to get the contacts
         //
-        function onError(<a href="../parameters/contactError.html">contactError</a>) {
+        function onError(contactError) {
             alert('onError!');
         }
 
         </script>
       </head>
       <body>
-        <h1><a href="../../storage/storage.opendatabase.html">Example</a></h1>
-        <p>Find <a href="../Contact/contact.html">Contact</a>s</p>
+        <h1>Example</h1>
+        <p>Find Contacts</p>
       </body>
     </html>
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/contacts/ContactError/contactError.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/contacts/ContactError/contactError.md b/www/docs/en/1.8.0/cordova/contacts/ContactError/contactError.md
index ad3bc3d..b0f07c8 100644
--- a/www/docs/en/1.8.0/cordova/contacts/ContactError/contactError.md
+++ b/www/docs/en/1.8.0/cordova/contacts/ContactError/contactError.md
@@ -18,10 +18,10 @@ license: >
     under the License.
 ---
 
-<a href="../Contact/contact.html">Contact</a>Error
+ContactError
 ========
 
-A `<a href="../Contact/contact.html">Contact</a>Error` object is returned to the `<a href="../parameters/contactError.html">contactError</a>` callback when an error occurs.
+A `ContactError` object is returned to the `contactError` callback when an error occurs.
 
 Properties
 ----------
@@ -31,16 +31,16 @@ Properties
 Constants
 ---------
 
-- `<a href="../Contact/contact.html">Contact</a>Error.UNKNOWN_ERROR`
-- `<a href="../Contact/contact.html">Contact</a>Error.INVALID_ARGUMENT_ERROR`
-- `<a href="../Contact/contact.html">Contact</a>Error.TIMEOUT_ERROR`
-- `<a href="../Contact/contact.html">Contact</a>Error.PENDING_OPERATION_ERROR`
-- `<a href="../Contact/contact.html">Contact</a>Error.IO_ERROR`
-- `<a href="../Contact/contact.html">Contact</a>Error.NOT_SUPPORTED_ERROR`
-- `<a href="../Contact/contact.html">Contact</a>Error.PERMISSION_DENIED_ERROR`
+- `ContactError.UNKNOWN_ERROR`
+- `ContactError.INVALID_ARGUMENT_ERROR`
+- `ContactError.TIMEOUT_ERROR`
+- `ContactError.PENDING_OPERATION_ERROR`
+- `ContactError.IO_ERROR`
+- `ContactError.NOT_SUPPORTED_ERROR`
+- `ContactError.PERMISSION_DENIED_ERROR`
 
 Description
 -----------
 
-The `<a href="../Contact/contact.html">Contact</a>Error` object is returned to the user through the `<a href="../parameters/contactError.html">contactError</a>` callback function when an error occurs.
+The `ContactError` object is returned to the user through the `contactError` callback function when an error occurs.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/contacts/ContactField/contactfield.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/contacts/ContactField/contactfield.md b/www/docs/en/1.8.0/cordova/contacts/ContactField/contactfield.md
index 4ec2dbc..7482187 100644
--- a/www/docs/en/1.8.0/cordova/contacts/ContactField/contactfield.md
+++ b/www/docs/en/1.8.0/cordova/contacts/ContactField/contactfield.md
@@ -18,24 +18,24 @@ license: >
     under the License.
 ---
 
-<a href="../Contact/contact.html">Contact</a>Field
+ContactField
 ============
 
-Supports generic fields in a `<a href="../Contact/contact.html">Contact</a>` object.  Some properties that are stored as `<a href="../Contact/contact.html">Contact</a>Field` objects include email addresses, phone numbers, and urls.
+Supports generic fields in a `Contact` object.  Some properties that are stored as `ContactField` objects include email addresses, phone numbers, and urls.
 
 Properties
 ----------
 
 - __type:__ A string that tells you what type of field this is (example: 'home'). _(DOMString)_
 - __value:__ The value of the field (such as a phone number or email address). _(DOMString)_
-- __pref:__ Set to `true` if this `<a href="../Contact/contact.html">Contact</a>Field` contains the user's preferred value. _(boolean)_
+- __pref:__ Set to `true` if this `ContactField` contains the user's preferred value. _(boolean)_
 
 Details
 -------
 
-The `<a href="../Contact/contact.html">Contact</a>Field` object is a reusable component that is used to support contact fields in a generic fashion.  Each `<a href="../Contact/contact.html">Contact</a>Field` object contains a value property, a type property, and a pref property.  A `<a href="../Contact/contact.html">Contact</a>` object stores several properties in `<a href="../Contact/contact.html">Contact</a>Field[]` arrays, such as phone numbers and email addresses.
+The `ContactField` object is a reusable component that is used to support contact fields in a generic fashion.  Each `ContactField` object contains a value property, a type property, and a pref property.  A `Contact` object stores several properties in `ContactField[]` arrays, such as phone numbers and email addresses.
 
-In most instances, there are no pre-determined values for the __type__ attribute of a `<a href="../Contact/contact.html">Contact</a>Field` object.  For example, a phone number can have __type__ values of 'home', 'work', 'mobile', 'iPhone', or any other value that is supported by the contact database on a particular device platform.  However, in the case of the `<a href="../Contact/contact.html">Contact</a>` __photos__ field, Cordova makes use of the __type__ field to indicate the format of the returned image.  Cordova will return __type: 'url'__ when the __value__ attribute contains a URL to the photo image, or __type: 'base64'__ when the returned __value__ attribute contains a Base64 encoded image string.
+In most instances, there are no pre-determined values for the __type__ attribute of a `ContactField` object.  For example, a phone number can have __type__ values of 'home', 'work', 'mobile', 'iPhone', or any other value that is supported by the contact database on a particular device platform.  However, in the case of the `Contact` __photos__ field, Cordova makes use of the __type__ field to indicate the format of the returned image.  Cordova will return __type: 'url'__ when the __value__ attribute contains a URL to the photo image, or __type: 'base64'__ when the returned __value__ attribute contains a Base64 encoded image string.
 
 Supported Platforms
 -------------------
@@ -45,58 +45,58 @@ Supported Platforms
 - iOS
 - Bada 1.2 & 2.0
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
 	// create a new contact
-	var contact = navigator.<a href="../contacts.create.html">contacts.create</a>();
+	var contact = navigator.contacts.create();
 	
-	// store contact phone numbers in <a href="../Contact/contact.html">Contact</a>Field[]
+	// store contact phone numbers in ContactField[]
 	var phoneNumbers = [];
-	phoneNumbers[0] = new <a href="../Contact/contact.html">Contact</a>Field('work', '212-555-1234', false);
-	phoneNumbers[1] = new <a href="../Contact/contact.html">Contact</a>Field('mobile', '917-555-5432', true); // preferred number
-	phoneNumbers[2] = new <a href="../Contact/contact.html">Contact</a>Field('home', '203-555-7890', false);
+	phoneNumbers[0] = new ContactField('work', '212-555-1234', false);
+	phoneNumbers[1] = new ContactField('mobile', '917-555-5432', true); // preferred number
+	phoneNumbers[2] = new ContactField('home', '203-555-7890', false);
 	contact.phoneNumbers = phoneNumbers;
 	
 	// save the contact
 	contact.save();
 
-Full <a href="../../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../Contact/contact.html">Contact</a> <a href="../../storage/storage.opendatabase.html">Example</a></title>
+        <title>Contact Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
 			// create a new contact
-			var contact = navigator.<a href="../contacts.create.html">contacts.create</a>();
+			var contact = navigator.contacts.create();
 
-			// store contact phone numbers in <a href="../Contact/contact.html">Contact</a>Field[]
+			// store contact phone numbers in ContactField[]
 			var phoneNumbers = [];
-			phoneNumbers[0] = new <a href="../Contact/contact.html">Contact</a>Field('work', '212-555-1234', false);
-			phoneNumbers[1] = new <a href="../Contact/contact.html">Contact</a>Field('mobile', '917-555-5432', true); // preferred number
-			phoneNumbers[2] = new <a href="../Contact/contact.html">Contact</a>Field('home', '203-555-7890', false);
+			phoneNumbers[0] = new ContactField('work', '212-555-1234', false);
+			phoneNumbers[1] = new ContactField('mobile', '917-555-5432', true); // preferred number
+			phoneNumbers[2] = new ContactField('home', '203-555-7890', false);
 			contact.phoneNumbers = phoneNumbers;
 
 			// save the contact
 			contact.save();
 
 			// search contacts, returning display name and phone numbers
-			var options = new <a href="../Contact/contact.html">Contact</a>FindOptions();
+			var options = new ContactFindOptions();
 			options.filter="";
 			filter = ["displayName","phoneNumbers"];
-			navigator.<a href="../contacts.find.html">contacts.find</a>(filter, onSuccess, onError, options);
+			navigator.contacts.find(filter, onSuccess, onError, options);
         }
     
         // onSuccess: Get a snapshot of the current contacts
@@ -114,15 +114,15 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
     
         // onError: Failed to get the contacts
         //
-        function onError(<a href="../parameters/contactError.html">contactError</a>) {
+        function onError(contactError) {
             alert('onError!');
         }
 
         </script>
       </head>
       <body>
-        <h1><a href="../../storage/storage.opendatabase.html">Example</a></h1>
-        <p>Find <a href="../Contact/contact.html">Contact</a>s</p>
+        <h1>Example</h1>
+        <p>Find Contacts</p>
       </body>
     </html>
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/contacts/ContactFindOptions/contactfindoptions.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/contacts/ContactFindOptions/contactfindoptions.md b/www/docs/en/1.8.0/cordova/contacts/ContactFindOptions/contactfindoptions.md
index ac3f031..513fd9a 100644
--- a/www/docs/en/1.8.0/cordova/contacts/ContactFindOptions/contactfindoptions.md
+++ b/www/docs/en/1.8.0/cordova/contacts/ContactFindOptions/contactfindoptions.md
@@ -18,10 +18,10 @@ license: >
     under the License.
 ---
 
-<a href="../Contact/contact.html">Contact</a>FindOptions
+ContactFindOptions
 ==================
 
-Contains properties that can be used to filter the results of a `<a href="../contacts.find.html">contacts.find</a>` operation.
+Contains properties that can be used to filter the results of a `contacts.find` operation.
 
 Properties
 ----------
@@ -38,7 +38,7 @@ Supported Platforms
 - iOS
 - Bada 1.2 & 2.0
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
 	// success callback
@@ -49,45 +49,45 @@ Quick <a href="../../storage/storage.opendatabase.html">Example</a>
     };
 
 	// error callback
-    function onError(<a href="../parameters/contactError.html">contactError</a>) {
+    function onError(contactError) {
         alert('onError!');
     };
 
 	// specify contact search criteria
-    var options = new <a href="../Contact/contact.html">Contact</a>FindOptions();
+    var options = new ContactFindOptions();
 	options.filter="";			// empty search string returns all contacts
 	options.multiple=true;		// return multiple results
 	filter = ["displayName"];	// return contact.displayName field
 	
 	// find contacts
-    navigator.<a href="../contacts.find.html">contacts.find</a>(filter, onSuccess, onError, options);
+    navigator.contacts.find(filter, onSuccess, onError, options);
 
-Full <a href="../../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../Contact/contact.html">Contact</a> <a href="../../storage/storage.opendatabase.html">Example</a></title>
+        <title>Contact Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
 			// specify contact search criteria
-		    var options = new <a href="../Contact/contact.html">Contact</a>FindOptions();
+		    var options = new ContactFindOptions();
 			options.filter="";			// empty search string returns all contacts
 			options.multiple=true;		// return multiple results
 			filter = ["displayName"];	// return contact.displayName field
 
 			// find contacts
-		    navigator.<a href="../contacts.find.html">contacts.find</a>(filter, onSuccess, onError, options);
+		    navigator.contacts.find(filter, onSuccess, onError, options);
         }
     
         // onSuccess: Get a snapshot of the current contacts
@@ -100,15 +100,15 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
     
         // onError: Failed to get the contacts
         //
-        function onError(<a href="../parameters/contactError.html">contactError</a>) {
+        function onError(contactError) {
             alert('onError!');
         }
 
         </script>
       </head>
       <body>
-        <h1><a href="../../storage/storage.opendatabase.html">Example</a></h1>
-        <p>Find <a href="../Contact/contact.html">Contact</a>s</p>
+        <h1>Example</h1>
+        <p>Find Contacts</p>
       </body>
     </html>
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/contacts/ContactName/contactname.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/contacts/ContactName/contactname.md b/www/docs/en/1.8.0/cordova/contacts/ContactName/contactname.md
index 05fa668..c3d8d9c 100644
--- a/www/docs/en/1.8.0/cordova/contacts/ContactName/contactname.md
+++ b/www/docs/en/1.8.0/cordova/contacts/ContactName/contactname.md
@@ -18,10 +18,10 @@ license: >
     under the License.
 ---
 
-<a href="../Contact/contact.html">Contact</a>Name
+ContactName
 ===========
 
-Contains name properties of a `<a href="../Contact/contact.html">Contact</a>` object.
+Contains name properties of a `Contact` object.
 
 Properties
 ----------
@@ -36,7 +36,7 @@ Properties
 Details
 -------
 
-The `<a href="../Contact/contact.html">Contact</a>Name` object stores name properties of a contact.
+The `ContactName` object stores name properties of a contact.
 
 Supported Platforms
 -------------------
@@ -46,7 +46,7 @@ Supported Platforms
 - iOS
 - Bada 1.2 & 2.0
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     function onSuccess(contacts) {
@@ -60,37 +60,37 @@ Quick <a href="../../storage/storage.opendatabase.html">Example</a>
 		}
     };
 
-    function onError(<a href="../parameters/contactError.html">contactError</a>) {
+    function onError(contactError) {
         alert('onError!');
     };
 
-    var options = new <a href="../Contact/contact.html">Contact</a>FindOptions();
+    var options = new ContactFindOptions();
 	options.filter="";
 	filter = ["displayName","name"];
-    navigator.<a href="../contacts.find.html">contacts.find</a>(filter, onSuccess, onError, options);
+    navigator.contacts.find(filter, onSuccess, onError, options);
 
-Full <a href="../../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../Contact/contact.html">Contact</a> <a href="../../storage/storage.opendatabase.html">Example</a></title>
+        <title>Contact Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../../device/device.html">Device</a>Ready() {
-			var options = new <a href="../Contact/contact.html">Contact</a>FindOptions();
+        function onDeviceReady() {
+			var options = new ContactFindOptions();
 			options.filter="";
 			filter = ["displayName","name"];
-			navigator.<a href="../contacts.find.html">contacts.find</a>(filter, onSuccess, onError, options);
+			navigator.contacts.find(filter, onSuccess, onError, options);
         }
     
         // onSuccess: Get a snapshot of the current contacts
@@ -108,15 +108,15 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
     
         // onError: Failed to get the contacts
         //
-        function onError(<a href="../parameters/contactError.html">contactError</a>) {
+        function onError(contactError) {
             alert('onError!');
         }
 
         </script>
       </head>
       <body>
-        <h1><a href="../../storage/storage.opendatabase.html">Example</a></h1>
-        <p>Find <a href="../Contact/contact.html">Contact</a>s</p>
+        <h1>Example</h1>
+        <p>Find Contacts</p>
       </body>
     </html>
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/contacts/ContactOrganization/contactorganization.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/contacts/ContactOrganization/contactorganization.md b/www/docs/en/1.8.0/cordova/contacts/ContactOrganization/contactorganization.md
index 8098132..24c6757 100644
--- a/www/docs/en/1.8.0/cordova/contacts/ContactOrganization/contactorganization.md
+++ b/www/docs/en/1.8.0/cordova/contacts/ContactOrganization/contactorganization.md
@@ -18,14 +18,14 @@ license: >
     under the License.
 ---
 
-<a href="../Contact/contact.html">Contact</a>Organization
+ContactOrganization
 ===================
 
-Contains organization properties of a `<a href="../Contact/contact.html">Contact</a>` object.
+Contains organization properties of a `Contact` object.
 
 Properties
 ----------
-- __pref:__ Set to `true` if this `<a href="../Contact/contact.html">Contact</a>Organization` contains the user's preferred value. _(boolean)_
+- __pref:__ Set to `true` if this `ContactOrganization` contains the user's preferred value. _(boolean)_
 - __type:__ A string that tells you what type of field this is (example: 'home'). _(DOMString)
 - __name:__ The name of the organization. _(DOMString)_
 - __department:__ The department the contract works for. _(DOMString)_
@@ -34,7 +34,7 @@ Properties
 Details
 -------
 
-The `<a href="../Contact/contact.html">Contact</a>Organization` object stores a contact's organization properties.  A `<a href="../Contact/contact.html">Contact</a>` object stores one or more `<a href="../Contact/contact.html">Contact</a>Organization` objects in an array. 
+The `ContactOrganization` object stores a contact's organization properties.  A `Contact` object stores one or more `ContactOrganization` objects in an array. 
 
 Supported Platforms
 -------------------
@@ -44,7 +44,7 @@ Supported Platforms
 - iOS
 - Bada 1.2
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     function onSuccess(contacts) {
@@ -59,37 +59,37 @@ Quick <a href="../../storage/storage.opendatabase.html">Example</a>
 		}
     };
 
-    function onError(<a href="../parameters/contactError.html">contactError</a>) {
+    function onError(contactError) {
         alert('onError!');
     };
 
-    var options = new <a href="../Contact/contact.html">Contact</a>FindOptions();
+    var options = new ContactFindOptions();
 	options.filter="";
 	filter = ["displayName","organizations"];
-    navigator.<a href="../contacts.find.html">contacts.find</a>(filter, onSuccess, onError, options);
+    navigator.contacts.find(filter, onSuccess, onError, options);
 
-Full <a href="../../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../Contact/contact.html">Contact</a> <a href="../../storage/storage.opendatabase.html">Example</a></title>
+        <title>Contact Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../../device/device.html">Device</a>Ready() {
-			var options = new <a href="../Contact/contact.html">Contact</a>FindOptions();
+        function onDeviceReady() {
+			var options = new ContactFindOptions();
 			options.filter="";
 			filter = ["displayName","organizations"];
-			navigator.<a href="../contacts.find.html">contacts.find</a>(filter, onSuccess, onError, options);
+			navigator.contacts.find(filter, onSuccess, onError, options);
         }
     
         // onSuccess: Get a snapshot of the current contacts
@@ -108,15 +108,15 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
     
         // onError: Failed to get the contacts
         //
-        function onError(<a href="../parameters/contactError.html">contactError</a>) {
+        function onError(contactError) {
             alert('onError!');
         }
 
         </script>
       </head>
       <body>
-        <h1><a href="../../storage/storage.opendatabase.html">Example</a></h1>
-        <p>Find <a href="../Contact/contact.html">Contact</a>s</p>
+        <h1>Example</h1>
+        <p>Find Contacts</p>
       </body>
     </html>
 	
@@ -151,4 +151,4 @@ iOS Quirks
 
 Bada 2.0 Quirks
 ---------------
-- <a href="../Contact/contact.html">Contact</a>Organization not supported
+- ContactOrganization not supported

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/contacts/contacts.create.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/contacts/contacts.create.md b/www/docs/en/1.8.0/cordova/contacts/contacts.create.md
index cabe735..f20ec27 100644
--- a/www/docs/en/1.8.0/cordova/contacts/contacts.create.md
+++ b/www/docs/en/1.8.0/cordova/contacts/contacts.create.md
@@ -21,16 +21,16 @@ license: >
 contacts.create
 ===============
 
-Returns a new <a href="Contact/contact.html">Contact</a> object.
+Returns a new Contact object.
 
     var contact = navigator.contacts.create(properties);
 
 Description
 -----------
 
-contacts.create is a synchronous function that returns a new `<a href="Contact/contact.html">Contact</a>` object.
+contacts.create is a synchronous function that returns a new `Contact` object.
 
-This method does not persist the <a href="Contact/contact.html">Contact</a> object to the device contacts database.  To persist the <a href="Contact/contact.html">Contact</a> object to the device, invoke the `<a href="Contact/contact.html">Contact</a>.save` method.
+This method does not persist the Contact object to the device contacts database.  To persist the Contact object to the device, invoke the `Contact.save` method.
 
 Supported Platforms
 -------------------
@@ -40,39 +40,39 @@ Supported Platforms
 - iOS
 - Bada 1.2 & 2.0
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
-    var my<a href="Contact/contact.html">Contact</a> = navigator.contacts.create({"displayName": "Test User"});
+    var myContact = navigator.contacts.create({"displayName": "Test User"});
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="Contact/contact.html">Contact</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Contact Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
-			var my<a href="Contact/contact.html">Contact</a> = navigator.contacts.create({"displayName": "Test User"});
-			my<a href="Contact/contact.html">Contact</a>.note = "This contact has a note.";
-			console.log("The contact, " + my<a href="Contact/contact.html">Contact</a>.displayName + ", note: " + my<a href="Contact/contact.html">Contact</a>.note);
+        function onDeviceReady() {
+			var myContact = navigator.contacts.create({"displayName": "Test User"});
+			myContact.note = "This contact has a note.";
+			console.log("The contact, " + myContact.displayName + ", note: " + myContact.note);
         }
     
 
         </script>
       </head>
       <body>
-        <h1><a href="../storage/storage.opendatabase.html">Example</a></h1>
-        <p>Create <a href="Contact/contact.html">Contact</a></p>
+        <h1>Example</h1>
+        <p>Create Contact</p>
       </body>
     </html>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/contacts/contacts.find.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/contacts/contacts.find.md b/www/docs/en/1.8.0/cordova/contacts/contacts.find.md
index b1a9fe2..974bb37 100644
--- a/www/docs/en/1.8.0/cordova/contacts/contacts.find.md
+++ b/www/docs/en/1.8.0/cordova/contacts/contacts.find.md
@@ -21,26 +21,26 @@ license: >
 contacts.find
 =============
 
-Queries the device contacts database and returns one or more `<a href="Contact/contact.html">Contact</a>` objects, each containing the fields specified.
+Queries the device contacts database and returns one or more `Contact` objects, each containing the fields specified.
 
-    navigator.contacts.find(<a href="parameters/contactFields.html">contactFields</a>, <a href="parameters/contactSuccess.html">contactSuccess</a>, <a href="parameters/contactError.html">contactError</a>, <a href="parameters/contactFindOptions.html">contactFindOptions</a>);
+    navigator.contacts.find(contactFields, contactSuccess, contactError, contactFindOptions);
 
 Description
 -----------
 
-contacts.find is an asynchronous function that queries the device contacts database and returns an array of `<a href="Contact/contact.html">Contact</a>` objects.  The resulting objects are passed to the `<a href="parameters/contactSuccess.html">contactSuccess</a>` callback function specified by the __<a href="parameters/contactSuccess.html">contactSuccess</a>__ parameter.  
+contacts.find is an asynchronous function that queries the device contacts database and returns an array of `Contact` objects.  The resulting objects are passed to the `contactSuccess` callback function specified by the __contactSuccess__ parameter.  
 
-Users must specify the contact fields to be used as a search qualifier in the __<a href="parameters/contactFields.html">contactFields</a>__ parameter.  Only the fields specified in the __<a href="parameters/contactFields.html">contactFields</a>__ parameter will be returned as properties of the `<a href="Contact/contact.html">Contact</a>` objects that are passed to the __<a href="parameters/contactSuccess.html">contactSuccess</a>__ callback function.  A zero-length __<a href="parameters/contactFields.html">contactFields</a>__ parameter will result in an array of `<a href="Contact/contact.html">Contact</a>` objects with only the `id` property populated. A __<a href="parameters/contactFields.html">contactFields</a>__ value of ["*"] will return all contact fields. 
+Users must specify the contact fields to be used as a search qualifier in the __contactFields__ parameter.  Only the fields specified in the __contactFields__ parameter will be returned as properties of the `Contact` objects that are passed to the __contactSuccess__ callback function.  A zero-length __contactFields__ parameter will result in an array of `Contact` objects with only the `id` property populated. A __contactFields__ value of ["*"] will return all contact fields. 
 
-The __<a href="parameters/contactFindOptions.html">contactFindOptions</a>.filter__ string can be used as a search filter when querying the contacts database.  If provided, a case-insensitive, partial value match is applied to each field specified in the __<a href="parameters/contactFields.html">contactFields</a>__ parameter.  If a match is found in a comparison with _any_ of the specified fields, the contact is returned.
+The __contactFindOptions.filter__ string can be used as a search filter when querying the contacts database.  If provided, a case-insensitive, partial value match is applied to each field specified in the __contactFields__ parameter.  If a match is found in a comparison with _any_ of the specified fields, the contact is returned.
 
 Parameters
 ----------
 
-- __<a href="parameters/contactFields.html">contactFields</a>:__ <a href="Contact/contact.html">Contact</a> fields to be used as search qualifier. Only these fields will have values in the resulting `<a href="Contact/contact.html">Contact</a>` objects. _(DOMString[])_ [Required]
-- __<a href="parameters/contactSuccess.html">contactSuccess</a>:__ Success callback function that is invoked with the contacts returned from the contacts database. [Required]
-- __<a href="parameters/contactError.html">contactError</a>:__ Error callback function. Invoked when error occurs. [Optional]
-- __<a href="parameters/contactFindOptions.html">contactFindOptions</a>:__ Search options to filter contacts. [Optional]
+- __contactFields:__ Contact fields to be used as search qualifier. Only these fields will have values in the resulting `Contact` objects. _(DOMString[])_ [Required]
+- __contactSuccess:__ Success callback function that is invoked with the contacts returned from the contacts database. [Required]
+- __contactError:__ Error callback function. Invoked when error occurs. [Optional]
+- __contactFindOptions:__ Search options to filter contacts. [Optional]
 
 Supported Platforms
 -------------------
@@ -50,43 +50,43 @@ Supported Platforms
 - iOS
 - Bada 1.2 & 2.0
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     function onSuccess(contacts) {
         alert('Found ' + contacts.length + ' contacts.');
     };
 
-    function onError(<a href="parameters/contactError.html">contactError</a>) {
+    function onError(contactError) {
         alert('onError!');
     };
 
     // find all contacts with 'Bob' in any name field
-    var options = new <a href="Contact/contact.html">Contact</a>FindOptions();
+    var options = new ContactFindOptions();
 	options.filter="Bob"; 
 	var fields = ["displayName", "name"];
     navigator.contacts.find(fields, onSuccess, onError, options);
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="Contact/contact.html">Contact</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Contact Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
 		    // find all contacts with 'Bob' in any name field
-		    var options = new <a href="Contact/contact.html">Contact</a>FindOptions();
+		    var options = new ContactFindOptions();
 			options.filter="Bob"; 
 			var fields = ["displayName", "name"];
 		    navigator.contacts.find(fields, onSuccess, onError, options);
@@ -102,15 +102,15 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
     
         // onError: Failed to get the contacts
         //
-        function onError(<a href="parameters/contactError.html">contactError</a>) {
+        function onError(contactError) {
             alert('onError!');
         }
 
         </script>
       </head>
       <body>
-        <h1><a href="../storage/storage.opendatabase.html">Example</a></h1>
-        <p>Find <a href="Contact/contact.html">Contact</a>s</p>
+        <h1>Example</h1>
+        <p>Find Contacts</p>
       </body>
     </html>
     

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/contacts/contacts.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/contacts/contacts.md b/www/docs/en/1.8.0/cordova/contacts/contacts.md
index ff5c180..34346f0 100644
--- a/www/docs/en/1.8.0/cordova/contacts/contacts.md
+++ b/www/docs/en/1.8.0/cordova/contacts/contacts.md
@@ -18,7 +18,7 @@ license: >
     under the License.
 ---
 
-<a href="Contact/contact.html">Contact</a>s
+Contacts
 ========
 
 > The `contacts` object provides access to the device contacts database.
@@ -26,27 +26,27 @@ license: >
 Methods
 -------
 
-- <a href="contacts.create.html">contacts.create</a>
-- <a href="contacts.find.html">contacts.find</a>
+- contacts.create
+- contacts.find
 
 Arguments
 ---------
 
-- <a href="parameters/contactFields.html">contactFields</a>
-- <a href="parameters/contactSuccess.html">contactSuccess</a>
-- <a href="parameters/contactError.html">contactError</a>
-- <a href="parameters/contactFindOptions.html">contactFindOptions</a>
+- contactFields
+- contactSuccess
+- contactError
+- contactFindOptions
 
 Objects
 -------
 
-- <a href="Contact/contact.html">Contact</a>
-- <a href="Contact/contact.html">Contact</a>Name
-- <a href="Contact/contact.html">Contact</a>Field
-- <a href="Contact/contact.html">Contact</a>Address
-- <a href="Contact/contact.html">Contact</a>Organization
-- <a href="Contact/contact.html">Contact</a>FindOptions
-- <a href="Contact/contact.html">Contact</a>Error
+- Contact
+- ContactName
+- ContactField
+- ContactAddress
+- ContactOrganization
+- ContactFindOptions
+- ContactError
 
 Permissions
 -----------
@@ -55,7 +55,7 @@ Permissions
 
 #### app/res/xml/plugins.xml
 
-    <plugin name="<a href="Contact/contact.html">Contact</a>s" value="org.apache.cordova.<a href="Contact/contact.html">Contact</a>Manager" />
+    <plugin name="Contacts" value="org.apache.cordova.ContactManager" />
 
 #### app/AndroidManifest.xml
 
@@ -75,23 +75,23 @@ Permissions
 
 #### www/plugins.xml
 
-    <plugin name="<a href="Contact/contact.html">Contact</a>" value="org.apache.cordova.pim.<a href="Contact/contact.html">Contact</a>" />
+    <plugin name="Contact" value="org.apache.cordova.pim.Contact" />
 
 #### www/config.xml
 
     <feature id="blackberry.find"        required="true" version="1.0.0.0" />
     <feature id="blackberry.identity"    required="true" version="1.0.0.0" />
     <feature id="blackberry.pim.Address" required="true" version="1.0.0.0" />
-    <feature id="blackberry.pim.<a href="Contact/contact.html">Contact</a>" required="true" version="1.0.0.0" />
+    <feature id="blackberry.pim.Contact" required="true" version="1.0.0.0" />
 
 ### iOS
 
-#### App/Supporting <a href="../file/fileobj/fileobj.html">File</a>s/Cordova.plist
+#### App/Supporting Files/Cordova.plist
 
     <key>Plugins</key>
     <dict>
-        <key><a href="Contact/contact.html">Contact</a>s</key>
-        <string>CDV<a href="Contact/contact.html">Contact</a>s</string>
+        <key>Contacts</key>
+        <string>CDVContacts</string>
     </dict>
 
 ### webOS

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/contacts/parameters/contactFields.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/contacts/parameters/contactFields.md b/www/docs/en/1.8.0/cordova/contacts/parameters/contactFields.md
index 487c226..1951960 100644
--- a/www/docs/en/1.8.0/cordova/contacts/parameters/contactFields.md
+++ b/www/docs/en/1.8.0/cordova/contacts/parameters/contactFields.md
@@ -21,6 +21,6 @@ license: >
 contactFields
 =============
 
-Required parameter of the `<a href="../contacts.find.html">contacts.find</a>` method.  Use this parameter to specify which fields should be included in the `<a href="../Contact/contact.html">Contact</a>` objects resulting from a find operation.
+Required parameter of the `contacts.find` method.  Use this parameter to specify which fields should be included in the `Contact` objects resulting from a find operation.
 
     ["name", "phoneNumbers", "emails"]

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/contacts/parameters/contactFindOptions.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/contacts/parameters/contactFindOptions.md b/www/docs/en/1.8.0/cordova/contacts/parameters/contactFindOptions.md
index 9d92f9c..f2f3e12 100644
--- a/www/docs/en/1.8.0/cordova/contacts/parameters/contactFindOptions.md
+++ b/www/docs/en/1.8.0/cordova/contacts/parameters/contactFindOptions.md
@@ -21,7 +21,7 @@ license: >
 contactFindOptions
 ==================
 
-Optional parameter of the `<a href="../contacts.find.html">contacts.find</a>` method.  Use this parameter to filter the contacts returned from the contacts database.
+Optional parameter of the `contacts.find` method.  Use this parameter to filter the contacts returned from the contacts database.
 
     { 
 		filter: "",

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/contacts/parameters/contactSuccess.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/contacts/parameters/contactSuccess.md b/www/docs/en/1.8.0/cordova/contacts/parameters/contactSuccess.md
index 0394b6d..925105f 100644
--- a/www/docs/en/1.8.0/cordova/contacts/parameters/contactSuccess.md
+++ b/www/docs/en/1.8.0/cordova/contacts/parameters/contactSuccess.md
@@ -21,7 +21,7 @@ license: >
 contactSuccess
 ==============
 
-Success callback function that provides the `<a href="../Contact/contact.html">Contact</a>` array resulting from a `<a href="../contacts.find.html">contacts.find</a>` operation.
+Success callback function that provides the `Contact` array resulting from a `contacts.find` operation.
 
     function(contacts) {
         // Do something
@@ -30,9 +30,9 @@ Success callback function that provides the `<a href="../Contact/contact.html">C
 Parameters
 ----------
 
-- __contacts:__ The contact array resulting from a find operation. (`<a href="../Contact/contact.html">Contact</a>`)
+- __contacts:__ The contact array resulting from a find operation. (`Contact`)
 
-<a href="../../storage/storage.opendatabase.html">Example</a>
+Example
 -------
 
     function contactSuccess(contacts) {

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/device/device.cordova.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/device/device.cordova.md b/www/docs/en/1.8.0/cordova/device/device.cordova.md
index 6015bff..42fdf75 100644
--- a/www/docs/en/1.8.0/cordova/device/device.cordova.md
+++ b/www/docs/en/1.8.0/cordova/device/device.cordova.md
@@ -39,36 +39,36 @@ Supported Platforms
 - Windows Phone 7 ( Mango )
 - Bada 1.2 & 2.x
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     var name = device.cordova;
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="device.html">Device</a> Properties <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Device Properties Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="device.html">Device</a>Ready() {
+        function onDeviceReady() {
             var element = document.getElementById('deviceProperties');
     
-            element.innerHTML = '<a href="device.html">Device</a> Name: '     + <a href="device.name.html">device.name</a>     + '<br />' + 
-                                '<a href="device.html">Device</a> Cordova: '  + device.cordova  + '<br />' + 
-                                '<a href="device.html">Device</a> Platform: ' + <a href="device.platform.html">device.platform</a> + '<br />' + 
-                                '<a href="device.html">Device</a> UUID: '     + <a href="device.uuid.html">device.uuid</a>     + '<br />' + 
-                                '<a href="device.html">Device</a> Version: '  + <a href="device.version.html">device.version</a>  + '<br />';
+            element.innerHTML = 'Device Name: '     + device.name     + '<br />' + 
+                                'Device Cordova: '  + device.cordova  + '<br />' + 
+                                'Device Platform: ' + device.platform + '<br />' + 
+                                'Device UUID: '     + device.uuid     + '<br />' + 
+                                'Device Version: '  + device.version  + '<br />';
         }
 
         </script>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/device/device.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/device/device.md b/www/docs/en/1.8.0/cordova/device/device.md
index 5a85b38..48fdceb 100644
--- a/www/docs/en/1.8.0/cordova/device/device.md
+++ b/www/docs/en/1.8.0/cordova/device/device.md
@@ -26,11 +26,11 @@ Device
 Properties
 ----------
 
-- <a href="device.name.html">device.name</a>
-- <a href="device.cordova.html">device.cordova</a>
-- <a href="device.platform.html">device.platform</a>
-- <a href="device.uuid.html">device.uuid</a>
-- <a href="device.version.html">device.version</a>
+- device.name
+- device.cordova
+- device.platform
+- device.uuid
+- device.version
 
 Variable Scope
 --------------
@@ -38,8 +38,8 @@ Variable Scope
 Since `device` is assigned to the `window` object, it is implicitly in the global scope.
 
     // These reference the same `device`
-    var phoneName = window.<a href="device.name.html">device.name</a>;
-    var phoneName = <a href="device.name.html">device.name</a>;
+    var phoneName = window.device.name;
+    var phoneName = device.name;
 
 Permissions
 -----------


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[08/51] [partial] docs commit: Reverting autolinking change because of inconsistencies.

Posted by db...@apache.org.
http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/media/media.release.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/media/media.release.md b/www/docs/en/1.8.0/cordova/media/media.release.md
index dd000f6..a484d1e 100644
--- a/www/docs/en/1.8.0/cordova/media/media.release.md
+++ b/www/docs/en/1.8.0/cordova/media/media.release.md
@@ -29,7 +29,7 @@ Releases the underlying operating systems audio resources.
 Description
 -----------
 
-Function `media.release` is a synchronous function that releases the underlying operating systems audio resources.  This function is particularly important for Android as there are a finite amount of OpenCore instances for media playback.  Developers should call the 'release' function when they no longer need the <a href="media.html">Media</a> resource.
+Function `media.release` is a synchronous function that releases the underlying operating systems audio resources.  This function is particularly important for Android as there are a finite amount of OpenCore instances for media playback.  Developers should call the 'release' function when they no longer need the Media resource.
 
 Supported Platforms
 -------------------
@@ -39,36 +39,36 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
     
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
         // Audio player
         //
-        var my_media = new <a href="media.html">Media</a>(src, onSuccess, onError);
+        var my_media = new Media(src, onSuccess, onError);
         
-        my_<a href="media.play.html">media.play</a>();
-        my_<a href="media.stop.html">media.stop</a>();
+        my_media.play();
+        my_media.stop();
         my_media.release();
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
         <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
                               "http://www.w3.org/TR/html4/strict.dtd">
         <html>
           <head>
-            <title><a href="media.html">Media</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+            <title>Media Example</title>
         
             <script type="text/javascript" charset="utf-8" src="cordova-1.8.0.js"></script>
             <script type="text/javascript" charset="utf-8">
         
             // Wait for Cordova to load
             //
-            document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         
             // Cordova is ready
             //
-            function on<a href="../device/device.html">Device</a>Ready() {
+            function onDeviceReady() {
                 playAudio("http://audio.ibeat.org/content/p1rj1s/p1rj1s_-_rockGuitar.mp3");
             }
         
@@ -80,27 +80,27 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             // Play audio
             //
             function playAudio(src) {
-                // Create <a href="media.html">Media</a> object from src
-                my_media = new <a href="media.html">Media</a>(src, onSuccess, onError);
+                // Create Media object from src
+                my_media = new Media(src, onSuccess, onError);
         
                 // Play audio
-                my_<a href="media.play.html">media.play</a>();
+                my_media.play();
         
                 // Update my_media position every second
                 if (mediaTimer == null) {
                     mediaTimer = setInterval(function() {
                         // get my_media position
-                        my_media.getCurrent<a href="../geolocation/Position/position.html">Position</a>(
+                        my_media.getCurrentPosition(
                             // success callback
                             function(position) {
                                 if (position > -1) {
-                                    setAudio<a href="../geolocation/Position/position.html">Position</a>((position) + " sec");
+                                    setAudioPosition((position) + " sec");
                                 }
                             },
                             // error callback
                             function(e) {
                                 console.log("Error getting pos=" + e);
-                                setAudio<a href="../geolocation/Position/position.html">Position</a>("Error: " + e);
+                                setAudioPosition("Error: " + e);
                             }
                         );
                     }, 1000);
@@ -109,9 +109,9 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         
             // Pause audio
             // 
-            function <a href="../events/events.pause.html">pause</a>Audio() {
+            function pauseAudio() {
                 if (my_media) {
-                    my_media.<a href="../events/events.pause.html">pause</a>();
+                    my_media.pause();
                 }
             }
         
@@ -119,7 +119,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             // 
             function stopAudio() {
                 if (my_media) {
-                    my_<a href="media.stop.html">media.stop</a>();
+                    my_media.stop();
                 }
                 clearInterval(mediaTimer);
                 mediaTimer = null;
@@ -140,7 +140,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         
             // Set audio position
             // 
-            function setAudio<a href="../geolocation/Position/position.html">Position</a>(position) {
+            function setAudioPosition(position) {
                 document.getElementById('audio_position').innerHTML = position;
             }
         
@@ -148,7 +148,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
           </head>
           <body>
             <a href="#" class="btn large" onclick="playAudio('http://audio.ibeat.org/content/p1rj1s/p1rj1s_-_rockGuitar.mp3');">Play Audio</a>
-            <a href="#" class="btn large" onclick="<a href="../events/events.pause.html">pause</a>Audio();">Pause Playing Audio</a>
+            <a href="#" class="btn large" onclick="pauseAudio();">Pause Playing Audio</a>
             <a href="#" class="btn large" onclick="stopAudio();">Stop Playing Audio</a>
             <p id="audio_position"></p>
           </body>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/media/media.seekTo.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/media/media.seekTo.md b/www/docs/en/1.8.0/cordova/media/media.seekTo.md
index 74d1ac3..0b54682 100644
--- a/www/docs/en/1.8.0/cordova/media/media.seekTo.md
+++ b/www/docs/en/1.8.0/cordova/media/media.seekTo.md
@@ -34,7 +34,7 @@ Parameters
 Description
 -----------
 
-Function `media.seekTo` is an asynchronous function that updates the current position of the underlying audio file of a <a href="media.html">Media</a> object. Also updates the ___position__ parameter within the <a href="media.html">Media</a> object. 
+Function `media.seekTo` is an asynchronous function that updates the current position of the underlying audio file of a Media object. Also updates the ___position__ parameter within the Media object. 
 
 Supported Platforms
 -------------------
@@ -44,38 +44,38 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
     
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
         // Audio player
         //
-        var my_media = new <a href="media.html">Media</a>(src, onSuccess, onError);
-		my_<a href="media.play.html">media.play</a>();
+        var my_media = new Media(src, onSuccess, onError);
+		my_media.play();
         // SeekTo to 10 seconds after 5 seconds
         setTimeout(function() {
             my_media.seekTo(10000);
         }, 5000);
 
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
         <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
                       "http://www.w3.org/TR/html4/strict.dtd">
         <html>
           <head>
-            <title><a href="media.html">Media</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+            <title>Media Example</title>
         
             <script type="text/javascript" charset="utf-8" src="cordova-1.8.0.js"></script>
             <script type="text/javascript" charset="utf-8">
         
             // Wait for Cordova to load
             //
-            document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         
             // Cordova is ready
             //
-            function on<a href="../device/device.html">Device</a>Ready() {
+            function onDeviceReady() {
                 playAudio("http://audio.ibeat.org/content/p1rj1s/p1rj1s_-_rockGuitar.mp3");
             }
         
@@ -87,19 +87,19 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             // Play audio
             //
             function playAudio(src) {
-                // Create <a href="media.html">Media</a> object from src
-                my_media = new <a href="media.html">Media</a>(src, onSuccess, onError);
+                // Create Media object from src
+                my_media = new Media(src, onSuccess, onError);
         
                 // Play audio
-                my_<a href="media.play.html">media.play</a>();
+                my_media.play();
                 // Update media position every second
         		mediaTimer = setInterval(function() {
             		// get media position
-           			my_media.getCurrent<a href="../geolocation/Position/position.html">Position</a>(
+           			my_media.getCurrentPosition(
                 		// success callback
                 		function(position) {
                     		if (position > -1) {
-                        		setAudio<a href="../geolocation/Position/position.html">Position</a>(position + " sec");
+                        		setAudioPosition(position + " sec");
                     		}
                 		},
                 		// error callback
@@ -118,7 +118,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             // 
             function stopAudio() {
                 if (my_media) {
-                    my_<a href="media.stop.html">media.stop</a>();
+                    my_media.stop();
                 }
                 clearInterval(mediaTimer);
                 mediaTimer = null;
@@ -139,7 +139,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         
             // Set audio position
             // 
-            function setAudio<a href="../geolocation/Position/position.html">Position</a>(position) {
+            function setAudioPosition(position) {
                 document.getElementById('audio_position').innerHTML = position;
             }
         

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/media/media.startRecord.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/media/media.startRecord.md b/www/docs/en/1.8.0/cordova/media/media.startRecord.md
index ef6ed12..301cd36 100644
--- a/www/docs/en/1.8.0/cordova/media/media.startRecord.md
+++ b/www/docs/en/1.8.0/cordova/media/media.startRecord.md
@@ -39,14 +39,14 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
     
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // Record audio
     // 
     function recordAudio() {
         var src = "myrecording.mp3";
-        var mediaRec = new <a href="media.html">Media</a>(src,
+        var mediaRec = new Media(src,
             // success callback
             function() {
                 console.log("recordAudio():Audio Success");
@@ -62,26 +62,26 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
     }
 
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../device/device.html">Device</a> Properties <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Device Properties Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Record audio
         // 
         function recordAudio() {
             var src = "myrecording.mp3";
-            var mediaRec = new <a href="media.html">Media</a>(src, onSuccess, onError);
+            var mediaRec = new Media(src, onSuccess, onError);
 
             // Record audio
             mediaRec.startRecord();
@@ -90,7 +90,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             var recTime = 0;
             var recInterval = setInterval(function() {
                 recTime = recTime + 1;
-                setAudio<a href="../geolocation/Position/position.html">Position</a>(recTime + " sec");
+                setAudioPosition(recTime + " sec");
                 if (recTime >= 10) {
                     clearInterval(recInterval);
                     mediaRec.stopRecord();
@@ -100,7 +100,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
 
         // Cordova is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             recordAudio();
         }
     
@@ -119,7 +119,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
 
         // Set audio position
         // 
-        function setAudio<a href="../geolocation/Position/position.html">Position</a>(position) {
+        function setAudioPosition(position) {
             document.getElementById('audio_position').innerHTML = position;
         }
 
@@ -139,4 +139,4 @@ BlackBerry WebWorks Quirks
 iOS Quirks
 ----------
 
-- The file to record to must already exist and should be of type .wav. The <a href="../file/fileobj/fileobj.html">File</a> API's can be used to create the file.
+- The file to record to must already exist and should be of type .wav. The File API's can be used to create the file.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/media/media.stop.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/media/media.stop.md b/www/docs/en/1.8.0/cordova/media/media.stop.md
index 7f86364..170299d 100644
--- a/www/docs/en/1.8.0/cordova/media/media.stop.md
+++ b/www/docs/en/1.8.0/cordova/media/media.stop.md
@@ -39,14 +39,14 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
     
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // Play audio
     //
     function playAudio(url) {
         // Play the audio file at url
-        var my_media = new <a href="media.html">Media</a>(url,
+        var my_media = new Media(url,
             // success callback
             function() {
                 console.log("playAudio():Audio Success");
@@ -57,7 +57,7 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         });
 
         // Play audio
-        my_<a href="media.play.html">media.play</a>();
+        my_media.play();
 
         // Pause after 10 seconds
         setTimeout(function() {
@@ -65,25 +65,25 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         }, 10000);        
     }
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
         <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
                               "http://www.w3.org/TR/html4/strict.dtd">
         <html>
           <head>
-            <title><a href="media.html">Media</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+            <title>Media Example</title>
         
             <script type="text/javascript" charset="utf-8" src="cordova-1.8.0.js"></script>
             <script type="text/javascript" charset="utf-8">
         
             // Wait for Cordova to load
             //
-            document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         
             // Cordova is ready
             //
-            function on<a href="../device/device.html">Device</a>Ready() {
+            function onDeviceReady() {
                 playAudio("http://audio.ibeat.org/content/p1rj1s/p1rj1s_-_rockGuitar.mp3");
             }
         
@@ -95,27 +95,27 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             // Play audio
             //
             function playAudio(src) {
-                // Create <a href="media.html">Media</a> object from src
-                my_media = new <a href="media.html">Media</a>(src, onSuccess, onError);
+                // Create Media object from src
+                my_media = new Media(src, onSuccess, onError);
         
                 // Play audio
-                my_<a href="media.play.html">media.play</a>();
+                my_media.play();
         
                 // Update my_media position every second
                 if (mediaTimer == null) {
                     mediaTimer = setInterval(function() {
                         // get my_media position
-                        my_media.getCurrent<a href="../geolocation/Position/position.html">Position</a>(
+                        my_media.getCurrentPosition(
                             // success callback
                             function(position) {
                                 if (position > -1) {
-                                    setAudio<a href="../geolocation/Position/position.html">Position</a>((position) + " sec");
+                                    setAudioPosition((position) + " sec");
                                 }
                             },
                             // error callback
                             function(e) {
                                 console.log("Error getting pos=" + e);
-                                setAudio<a href="../geolocation/Position/position.html">Position</a>("Error: " + e);
+                                setAudioPosition("Error: " + e);
                             }
                         );
                     }, 1000);
@@ -124,9 +124,9 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         
             // Pause audio
             // 
-            function <a href="../events/events.pause.html">pause</a>Audio() {
+            function pauseAudio() {
                 if (my_media) {
-                    my_media.<a href="../events/events.pause.html">pause</a>();
+                    my_media.pause();
                 }
             }
         
@@ -155,7 +155,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         
             // Set audio position
             // 
-            function setAudio<a href="../geolocation/Position/position.html">Position</a>(position) {
+            function setAudioPosition(position) {
                 document.getElementById('audio_position').innerHTML = position;
             }
         
@@ -163,7 +163,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
           </head>
           <body>
             <a href="#" class="btn large" onclick="playAudio('http://audio.ibeat.org/content/p1rj1s/p1rj1s_-_rockGuitar.mp3');">Play Audio</a>
-            <a href="#" class="btn large" onclick="<a href="../events/events.pause.html">pause</a>Audio();">Pause Playing Audio</a>
+            <a href="#" class="btn large" onclick="pauseAudio();">Pause Playing Audio</a>
             <a href="#" class="btn large" onclick="stopAudio();">Stop Playing Audio</a>
             <p id="audio_position"></p>
           </body>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/media/media.stopRecord.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/media/media.stopRecord.md b/www/docs/en/1.8.0/cordova/media/media.stopRecord.md
index c0e358a..62b0142 100644
--- a/www/docs/en/1.8.0/cordova/media/media.stopRecord.md
+++ b/www/docs/en/1.8.0/cordova/media/media.stopRecord.md
@@ -18,18 +18,18 @@ license: >
     under the License.
 ---
 
-<a href="media.stop.html">media.stop</a>Record
+media.stopRecord
 ================
 
 Stops recording an audio file.
 
-    <a href="media.stop.html">media.stop</a>Record();
+    media.stopRecord();
 
 
 Description
 -----------
 
-Function `<a href="media.stop.html">media.stop</a>Record` is a synchronous function that stops recording an audio file.
+Function `media.stopRecord` is a synchronous function that stops recording an audio file.
 
 Supported Platforms
 -------------------
@@ -39,14 +39,14 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
     
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // Record audio
     // 
     function recordAudio() {
         var src = "myrecording.mp3";
-        var mediaRec = new <a href="media.html">Media</a>(src,
+        var mediaRec = new Media(src,
             // success callback
             function() {
                 console.log("recordAudio():Audio Success");
@@ -67,26 +67,26 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
     }
 
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../device/device.html">Device</a> Properties <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Device Properties Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Record audio
         // 
         function recordAudio() {
             var src = "myrecording.mp3";
-            var mediaRec = new <a href="media.html">Media</a>(src, onSuccess, onError);
+            var mediaRec = new Media(src, onSuccess, onError);
 
             // Record audio
             mediaRec.startRecord();
@@ -95,7 +95,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             var recTime = 0;
             var recInterval = setInterval(function() {
                 recTime = recTime + 1;
-                setAudio<a href="../geolocation/Position/position.html">Position</a>(recTime + " sec");
+                setAudioPosition(recTime + " sec");
                 if (recTime >= 10) {
                     clearInterval(recInterval);
                     mediaRec.stopRecord();
@@ -105,7 +105,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
 
         // Cordova is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             recordAudio();
         }
     
@@ -124,7 +124,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
 
         // Set audio position
         // 
-        function setAudio<a href="../geolocation/Position/position.html">Position</a>(position) {
+        function setAudioPosition(position) {
             document.getElementById('audio_position').innerHTML = position;
         }
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/notification/notification.alert.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/notification/notification.alert.md b/www/docs/en/1.8.0/cordova/notification/notification.alert.md
index 34ca31f..c48b2ca 100644
--- a/www/docs/en/1.8.0/cordova/notification/notification.alert.md
+++ b/www/docs/en/1.8.0/cordova/notification/notification.alert.md
@@ -45,7 +45,7 @@ Supported Platforms
 - Bada 1.2 & 2.x
 - webOS
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // Android / BlackBerry WebWorks (OS 5.0 and higher) / iPhone
@@ -61,24 +61,24 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         'Done'                  // buttonName
     );
         
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="notification.html">Notification</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Notification Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             // Empty
         }
     

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/notification/notification.beep.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/notification/notification.beep.md b/www/docs/en/1.8.0/cordova/notification/notification.beep.md
index 87c52f2..0fac446 100644
--- a/www/docs/en/1.8.0/cordova/notification/notification.beep.md
+++ b/www/docs/en/1.8.0/cordova/notification/notification.beep.md
@@ -36,37 +36,37 @@ Supported Platforms
 - Windows Phone 7 ( Mango )
 - Bada 1.2 & 2.x
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // Beep twice!
     navigator.notification.beep(2);
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="notification.html">Notification</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Notification Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             // Empty
         }
 
         // Show a custom alert
         //
         function showAlert() {
-		    navigator.<a href="notification.alert.html">notification.alert</a>(
+		    navigator.notification.alert(
 		        'You are the winner!',  // message
 		        'Game Over',            // title
 		        'Done'                  // buttonName
@@ -82,7 +82,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         // Vibrate for 2 seconds
         //
         function vibrate() {
-            navigator.<a href="notification.vibrate.html">notification.vibrate</a>(2000);
+            navigator.notification.vibrate(2000);
         }
 
         </script>
@@ -97,7 +97,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
 Android Quirks
 --------------
 
-- Android plays the default "<a href="notification.html">Notification</a> ringtone" specified under the "Settings/Sound & Display" panel.
+- Android plays the default "Notification ringtone" specified under the "Settings/Sound & Display" panel.
 
 iPhone Quirks
 -------------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/notification/notification.confirm.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/notification/notification.confirm.md b/www/docs/en/1.8.0/cordova/notification/notification.confirm.md
index 1551436..4c19a67 100644
--- a/www/docs/en/1.8.0/cordova/notification/notification.confirm.md
+++ b/www/docs/en/1.8.0/cordova/notification/notification.confirm.md
@@ -51,7 +51,7 @@ Supported Platforms
 - Windows Phone 7 ( Mango )
 - Bada 1.2 & 2.x
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
 	// process the confirmation dialog result
@@ -70,24 +70,24 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         );
     }
         
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="notification.html">Notification</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Notification Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             // Empty
         }
     

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/notification/notification.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/notification/notification.md b/www/docs/en/1.8.0/cordova/notification/notification.md
index 5e34de8..3cdd531 100644
--- a/www/docs/en/1.8.0/cordova/notification/notification.md
+++ b/www/docs/en/1.8.0/cordova/notification/notification.md
@@ -26,10 +26,10 @@ Notification
 Methods
 -------
 
-- <a href="notification.alert.html">notification.alert</a>
-- <a href="notification.confirm.html">notification.confirm</a>
-- <a href="notification.beep.html">notification.beep</a>
-- <a href="notification.vibrate.html">notification.vibrate</a>
+- notification.alert
+- notification.confirm
+- notification.beep
+- notification.vibrate
 
 Permissions
 -----------
@@ -64,7 +64,7 @@ Permissions
 
 ### iOS
 
-#### App/Supporting <a href="../file/fileobj/fileobj.html">File</a>s/Cordova.plist
+#### App/Supporting Files/Cordova.plist
 
     <key>Plugins</key>
     <dict>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/notification/notification.vibrate.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/notification/notification.vibrate.md b/www/docs/en/1.8.0/cordova/notification/notification.vibrate.md
index ce3e032..7ac0b4b 100644
--- a/www/docs/en/1.8.0/cordova/notification/notification.vibrate.md
+++ b/www/docs/en/1.8.0/cordova/notification/notification.vibrate.md
@@ -36,38 +36,38 @@ Supported Platforms
 - Windows Phone 7
 - Bada 1.2 & 2.x
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // Vibrate for 2.5 seconds
     //
     navigator.notification.vibrate(2500);
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
     
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="notification.html">Notification</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Notification Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             // Empty
         }
     
         // Show a custom alert
         //
         function showAlert() {
-		    navigator.<a href="notification.alert.html">notification.alert</a>(
+		    navigator.notification.alert(
 		        'You are the winner!',  // message
 		        'Game Over',            // title
 		        'Done'                  // buttonName
@@ -77,7 +77,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         // Beep three times
         //
         function playBeep() {
-            navigator.<a href="notification.beep.html">notification.beep</a>(3);
+            navigator.notification.beep(3);
         }
     
         // Vibrate for 2 seconds

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/storage/database/database.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/storage/database/database.md b/www/docs/en/1.8.0/cordova/storage/database/database.md
index be11c88..5992ebe 100644
--- a/www/docs/en/1.8.0/cordova/storage/database/database.md
+++ b/www/docs/en/1.8.0/cordova/storage/database/database.md
@@ -32,7 +32,7 @@ Methods
 Details
 -------
 
-A Database object is returned from a call to `window.<a href="../storage.opendatabase.html">openDatabase</a>()`.
+A Database object is returned from a call to `window.openDatabase()`.
 
 Supported Platforms
 -------------------
@@ -42,7 +42,7 @@ Supported Platforms
 - iPhone
 - webOS
 
-Transaction Quick <a href="../storage.opendatabase.html">Example</a>
+Transaction Quick Example
 ------------------
 	function populateDB(tx) {
 		 tx.executeSql('DROP TABLE IF EXISTS DEMO');
@@ -59,34 +59,34 @@ Transaction Quick <a href="../storage.opendatabase.html">Example</a>
 		alert("success!");
 	}
 	
-	var db = window.<a href="../storage.opendatabase.html">openDatabase</a>("Database", "1.0", "Cordova Demo", 200000);
+	var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
 	db.transaction(populateDB, errorCB, successCB);
 
-Change Version Quick <a href="../storage.opendatabase.html">Example</a>
+Change Version Quick Example
 -------------------
 
-	var db = window.<a href="../storage.opendatabase.html">openDatabase</a>("Database", "1.0", "Cordova Demo", 200000);
+	var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
 	db.changeVersion("1.0", "1.1");
 
-Full <a href="../storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../storage.html">Storage</a> <a href="../storage.opendatabase.html">Example</a></title>
+        <title>Storage Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../../device/device.html">Device</a>Ready() {
-			var db = window.<a href="../storage.opendatabase.html">openDatabase</a>("Database", "1.0", "Cordova Demo", 200000);
+        function onDeviceReady() {
+			var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
 			db.transaction(populateDB, errorCB, successCB);
         }
 		
@@ -114,7 +114,7 @@ Full <a href="../storage.opendatabase.html">Example</a>
         </script>
       </head>
       <body>
-        <h1><a href="../storage.opendatabase.html">Example</a></h1>
+        <h1>Example</h1>
         <p>Database</p>
       </body>
     </html>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/storage/localstorage/localstorage.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/storage/localstorage/localstorage.md b/www/docs/en/1.8.0/cordova/storage/localstorage/localstorage.md
index abe1319..b85efc2 100644
--- a/www/docs/en/1.8.0/cordova/storage/localstorage/localstorage.md
+++ b/www/docs/en/1.8.0/cordova/storage/localstorage/localstorage.md
@@ -18,12 +18,12 @@ license: >
     under the License.
 ---
 
-local<a href="../storage.html">Storage</a>
+localStorage
 ===============
 
-Provides access to a W3C <a href="../storage.html">Storage</a> interface (http://dev.w3.org/html5/webstorage/#the-localstorage-attribute)
+Provides access to a W3C Storage interface (http://dev.w3.org/html5/webstorage/#the-localstorage-attribute)
 
-    var storage = window.local<a href="../storage.html">Storage</a>;
+    var storage = window.localStorage;
 
 Methods
 -------
@@ -37,9 +37,9 @@ Methods
 Details
 -----------
 
-local<a href="../storage.html">Storage</a> provides an interface to a W3C <a href="../storage.html">Storage</a> interface.  It allows one to save data as key-value pairs.
+localStorage provides an interface to a W3C Storage interface.  It allows one to save data as key-value pairs.
 
-Note: window.session<a href="../storage.html">Storage</a> provides the same interface, but is cleared between app launches.
+Note: window.sessionStorage provides the same interface, but is cleared between app launches.
 
 Supported Platforms
 -------------------
@@ -50,67 +50,67 @@ Supported Platforms
 - Windows Phone 7
 - webOS
 
-Key Quick <a href="../storage.opendatabase.html">Example</a>
+Key Quick Example
 -------------
 
-    var keyName = window.local<a href="../storage.html">Storage</a>.key(0);
+    var keyName = window.localStorage.key(0);
 
-Set Item Quick <a href="../storage.opendatabase.html">Example</a>
+Set Item Quick Example
 -------------
 
-    window.local<a href="../storage.html">Storage</a>.setItem("key", "value");
+    window.localStorage.setItem("key", "value");
 
-Get Item Quick <a href="../storage.opendatabase.html">Example</a>
+Get Item Quick Example
 -------------
 
-	var value = window.local<a href="../storage.html">Storage</a>.getItem("key");
+	var value = window.localStorage.getItem("key");
 	// value is now equal to "value"
 
-Remove Item Quick <a href="../storage.opendatabase.html">Example</a>
+Remove Item Quick Example
 -------------
 
-	window.local<a href="../storage.html">Storage</a>.removeItem("key");
+	window.localStorage.removeItem("key");
 
-Clear Quick <a href="../storage.opendatabase.html">Example</a>
+Clear Quick Example
 -------------
 
-	window.local<a href="../storage.html">Storage</a>.clear();
+	window.localStorage.clear();
 
-Full <a href="../storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../storage.html">Storage</a> <a href="../storage.opendatabase.html">Example</a></title>
+        <title>Storage Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../../device/device.html">Device</a>Ready() {
-			window.local<a href="../storage.html">Storage</a>.setItem("key", "value");
-			var keyname = window.local<a href="../storage.html">Storage</a>.key(i);
+        function onDeviceReady() {
+			window.localStorage.setItem("key", "value");
+			var keyname = window.localStorage.key(i);
 			// keyname is now equal to "key"
-			var value = window.local<a href="../storage.html">Storage</a>.getItem("key");
+			var value = window.localStorage.getItem("key");
 			// value is now equal to "value"
-			window.local<a href="../storage.html">Storage</a>.removeItem("key");
-			window.local<a href="../storage.html">Storage</a>.setItem("key2", "value2");
-			window.local<a href="../storage.html">Storage</a>.clear();
-			// local<a href="../storage.html">Storage</a> is now empty
+			window.localStorage.removeItem("key");
+			window.localStorage.setItem("key2", "value2");
+			window.localStorage.clear();
+			// localStorage is now empty
         }
     
 
         </script>
       </head>
       <body>
-        <h1><a href="../storage.opendatabase.html">Example</a></h1>
-        <p>local<a href="../storage.html">Storage</a></p>
+        <h1>Example</h1>
+        <p>localStorage</p>
       </body>
     </html>
 
@@ -118,4 +118,4 @@ Full <a href="../storage.opendatabase.html">Example</a>
 Windows Phone 7 Quirks
 -------------
 
-- dot notation is NOT available on Windows Phone. Be sure to use : window.local<a href="../storage.html">Storage</a>.setItem/getItem, and not the w3 spec defined calls to window.local<a href="../storage.html">Storage</a>.someKey = 'someValue';
+- dot notation is NOT available on Windows Phone. Be sure to use : window.localStorage.setItem/getItem, and not the w3 spec defined calls to window.localStorage.someKey = 'someValue';

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/storage/sqlresultset/sqlresultset.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/storage/sqlresultset/sqlresultset.md b/www/docs/en/1.8.0/cordova/storage/sqlresultset/sqlresultset.md
index ae10b06..f768178 100644
--- a/www/docs/en/1.8.0/cordova/storage/sqlresultset/sqlresultset.md
+++ b/www/docs/en/1.8.0/cordova/storage/sqlresultset/sqlresultset.md
@@ -21,7 +21,7 @@ license: >
 SQLResultSet
 =======
 
-When the executeSql method of a <a href="../sqltransaction/sqltransaction.html">SQLTransaction</a> is called it will invoke it's callback with a SQLResultSet.
+When the executeSql method of a SQLTransaction is called it will invoke it's callback with a SQLResultSet.
 
 Properties
 -------
@@ -33,7 +33,7 @@ Properties
 Details
 -------
 
-When you call the <a href="../sqltransaction/sqltransaction.html">SQLTransaction</a> executeSql method its callback methods will be called with a SQLResultSet object.  The result object has three properties.  The first is the `insertId` which will return the row number of a success SQL insert statement.  If the SQL statement is not an insert then the `insertId` is not set.  The `rowsAffected` is always 0 for a SQL select statement.  For insert or update statements it returns the number of rows that have been modified.  The final property is of type <a href="../sqlresultsetlist/sqlresultsetlist.html">SQLResultSetList</a> and it contains the data returned from a SQL select statement.
+When you call the SQLTransaction executeSql method its callback methods will be called with a SQLResultSet object.  The result object has three properties.  The first is the `insertId` which will return the row number of a success SQL insert statement.  If the SQL statement is not an insert then the `insertId` is not set.  The `rowsAffected` is always 0 for a SQL select statement.  For insert or update statements it returns the number of rows that have been modified.  The final property is of type SQLResultSetList and it contains the data returned from a SQL select statement.
 
 Supported Platforms
 -------------------
@@ -43,7 +43,7 @@ Supported Platforms
 - iPhone
 - webOS
 
-Execute SQL Quick <a href="../storage.opendatabase.html">Example</a>
+Execute SQL Quick Example
 ------------------
 
 	function queryDB(tx) {
@@ -65,23 +65,23 @@ Execute SQL Quick <a href="../storage.opendatabase.html">Example</a>
 		alert("Error processing SQL: "+err.code);
 	}
 	
-	var db = window.<a href="../storage.opendatabase.html">open<a href="../database/database.html">Database</a></a>("<a href="../database/database.html">Database</a>", "1.0", "Cordova Demo", 200000);
+	var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
 	db.transaction(queryDB, errorCB);
 
-Full <a href="../storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../storage.html">Storage</a> <a href="../storage.opendatabase.html">Example</a></title>
+        <title>Storage Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
 		// Populate the database 
 		//
@@ -120,21 +120,21 @@ Full <a href="../storage.opendatabase.html">Example</a>
 		// Transaction success callback
 		//
 		function successCB() {
-			var db = window.<a href="../storage.opendatabase.html">open<a href="../database/database.html">Database</a></a>("<a href="../database/database.html">Database</a>", "1.0", "Cordova Demo", 200000);
+			var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
 			db.transaction(queryDB, errorCB);
 		}
 
 		// Cordova is ready
 		//
-		function on<a href="../../device/device.html">Device</a>Ready() {
-			var db = window.<a href="../storage.opendatabase.html">open<a href="../database/database.html">Database</a></a>("<a href="../database/database.html">Database</a>", "1.0", "Cordova Demo", 200000);
+		function onDeviceReady() {
+			var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
 			db.transaction(populateDB, errorCB, successCB);
 		}
 	
         </script>
       </head>
       <body>
-        <h1><a href="../storage.opendatabase.html">Example</a></h1>
-        <p><a href="../database/database.html">Database</a></p>
+        <h1>Example</h1>
+        <p>Database</p>
       </body>
     </html>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/storage/sqlresultsetlist/sqlresultsetlist.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/storage/sqlresultsetlist/sqlresultsetlist.md b/www/docs/en/1.8.0/cordova/storage/sqlresultsetlist/sqlresultsetlist.md
index 3602e65..1f7e1cc 100644
--- a/www/docs/en/1.8.0/cordova/storage/sqlresultsetlist/sqlresultsetlist.md
+++ b/www/docs/en/1.8.0/cordova/storage/sqlresultsetlist/sqlresultsetlist.md
@@ -18,10 +18,10 @@ license: >
     under the License.
 ---
 
-<a href="../sqlresultset/sqlresultset.html">SQLResultSet</a>List
+SQLResultSetList
 =======
 
-One of the properties of the <a href="../sqlresultset/sqlresultset.html">SQLResultSet</a> containing the rows returned from a SQL query.
+One of the properties of the SQLResultSet containing the rows returned from a SQL query.
 
 Properties
 -------
@@ -36,7 +36,7 @@ Methods
 Details
 -------
 
-The <a href="../sqlresultset/sqlresultset.html">SQLResultSet</a>List contains the data returned from a SQL select statement.  The object contains a length property letting you know how many rows the select statement has been returned.  To get a row of data you would call the `item` method specifying an index.  The item method returns a JavaScript Object who's properties are the columns of the database the select statement was executed against.
+The SQLResultSetList contains the data returned from a SQL select statement.  The object contains a length property letting you know how many rows the select statement has been returned.  To get a row of data you would call the `item` method specifying an index.  The item method returns a JavaScript Object who's properties are the columns of the database the select statement was executed against.
 
 Supported Platforms
 -------------------
@@ -46,7 +46,7 @@ Supported Platforms
 - iPhone
 - webOS
 
-Execute SQL Quick <a href="../storage.opendatabase.html">Example</a>
+Execute SQL Quick Example
 ------------------
 
 	function queryDB(tx) {
@@ -65,23 +65,23 @@ Execute SQL Quick <a href="../storage.opendatabase.html">Example</a>
 		alert("Error processing SQL: "+err.code);
 	}
 	
-	var db = window.<a href="../storage.opendatabase.html">open<a href="../database/database.html">Database</a></a>("<a href="../database/database.html">Database</a>", "1.0", "Cordova Demo", 200000);
+	var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
 	db.transaction(queryDB, errorCB);
 
-Full <a href="../storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../storage.html">Storage</a> <a href="../storage.opendatabase.html">Example</a></title>
+        <title>Storage Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
 		// Populate the database 
 		//
@@ -117,21 +117,21 @@ Full <a href="../storage.opendatabase.html">Example</a>
 		// Transaction success callback
 		//
 		function successCB() {
-			var db = window.<a href="../storage.opendatabase.html">open<a href="../database/database.html">Database</a></a>("<a href="../database/database.html">Database</a>", "1.0", "Cordova Demo", 200000);
+			var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
 			db.transaction(queryDB, errorCB);
 		}
 
 		// Cordova is ready
 		//
-		function on<a href="../../device/device.html">Device</a>Ready() {
-			var db = window.<a href="../storage.opendatabase.html">open<a href="../database/database.html">Database</a></a>("<a href="../database/database.html">Database</a>", "1.0", "Cordova Demo", 200000);
+		function onDeviceReady() {
+			var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
 			db.transaction(populateDB, errorCB, successCB);
 		}
 	
         </script>
       </head>
       <body>
-        <h1><a href="../storage.opendatabase.html">Example</a></h1>
-        <p><a href="../database/database.html">Database</a></p>
+        <h1>Example</h1>
+        <p>Database</p>
       </body>
     </html>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/storage/sqltransaction/sqltransaction.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/storage/sqltransaction/sqltransaction.md b/www/docs/en/1.8.0/cordova/storage/sqltransaction/sqltransaction.md
index d6efe5d..beaf7c4 100644
--- a/www/docs/en/1.8.0/cordova/storage/sqltransaction/sqltransaction.md
+++ b/www/docs/en/1.8.0/cordova/storage/sqltransaction/sqltransaction.md
@@ -21,7 +21,7 @@ license: >
 SQLTransaction
 =======
 
-Contains methods that allow the user to execute SQL statements against the <a href="../database/database.html">Database</a>.
+Contains methods that allow the user to execute SQL statements against the Database.
 
 Methods
 -------
@@ -31,7 +31,7 @@ Methods
 Details
 -------
 
-When you call a <a href="../database/database.html">Database</a> objects transaction method it's callback methods will be called with a SQLTransaction object.  The user can build up a database transaction by calling the executeSql method multiple times.  
+When you call a Database objects transaction method it's callback methods will be called with a SQLTransaction object.  The user can build up a database transaction by calling the executeSql method multiple times.  
 
 Supported Platforms
 -------------------
@@ -41,7 +41,7 @@ Supported Platforms
 - iPhone
 - webOS
 
-Execute SQL Quick <a href="../storage.opendatabase.html">Example</a>
+Execute SQL Quick Example
 ------------------
 
 	function populateDB(tx) {
@@ -59,28 +59,28 @@ Execute SQL Quick <a href="../storage.opendatabase.html">Example</a>
 		alert("success!");
 	}
 	
-	var db = window.<a href="../storage.opendatabase.html">open<a href="../database/database.html">Database</a></a>("<a href="../database/database.html">Database</a>", "1.0", "Cordova Demo", 200000);
+	var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
 	db.transaction(populateDB, errorCB, successCB);
 
-Full <a href="../storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../storage.html">Storage</a> <a href="../storage.opendatabase.html">Example</a></title>
+        <title>Storage Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../../device/device.html">Device</a>Ready() {
-			var db = window.<a href="../storage.opendatabase.html">open<a href="../database/database.html">Database</a></a>("<a href="../database/database.html">Database</a>", "1.0", "Cordova Demo", 200000);
+        function onDeviceReady() {
+			var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
 			db.transaction(populateDB, errorCB, successCB);
         }
 		
@@ -108,7 +108,7 @@ Full <a href="../storage.opendatabase.html">Example</a>
         </script>
       </head>
       <body>
-        <h1><a href="../storage.opendatabase.html">Example</a></h1>
+        <h1>Example</h1>
         <p>SQLTransaction</p>
       </body>
     </html>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/storage/storage.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/storage/storage.md b/www/docs/en/1.8.0/cordova/storage/storage.md
index 5d12acd..7174491 100644
--- a/www/docs/en/1.8.0/cordova/storage/storage.md
+++ b/www/docs/en/1.8.0/cordova/storage/storage.md
@@ -23,30 +23,30 @@ Storage
 
 > Provides access to the devices storage options.
 
-This API is based on the [W3C Web SQL <a href="database/database.html">Database</a> 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.
+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
 -------
 
-- <a href="storage.opendatabase.html">open<a href="database/database.html">Database</a></a>
+- openDatabase
 
 Arguments
 ---------
 
-- <a href="parameters/name.html">database_name</a>
-- <a href="parameters/version.html">database_version</a>
-- <a href="parameters/display_name.html">database_displayname</a>
-- <a href="parameters/size.html">database_size</a>
+- database_name
+- database_version
+- database_displayname
+- database_size
 
 Objects
 -------
 
-- <a href="database/database.html">Database</a>
-- <a href="sqltransaction/sqltransaction.html">SQLTransaction</a>
-- <a href="sqlresultset/sqlresultset.html">SQLResultSet</a>
-- <a href="sqlresultsetlist/sqlresultsetlist.html"><a href="sqlresultset/sqlresultset.html">SQLResultSet</a>List</a>
-- <a href="sqlerror/sqlerror.html">SQLError</a>
-- <a href="localstorage/localstorage.html">localStorage</a>
+- Database
+- SQLTransaction
+- SQLResultSet
+- SQLResultSetList
+- SQLError
+- localStorage
 
 Permissions
 -----------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/storage/storage.opendatabase.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/storage/storage.opendatabase.md b/www/docs/en/1.8.0/cordova/storage/storage.opendatabase.md
index ded27ad..f66c1be 100644
--- a/www/docs/en/1.8.0/cordova/storage/storage.opendatabase.md
+++ b/www/docs/en/1.8.0/cordova/storage/storage.opendatabase.md
@@ -18,19 +18,19 @@ license: >
     under the License.
 ---
 
-open<a href="database/database.html">Database</a>
+openDatabase
 ===============
 
-Returns a new <a href="database/database.html">Database</a> object.
+Returns a new Database object.
 
-    var dbShell = window.open<a href="database/database.html">Database</a>(<a href="parameters/name.html">database_name</a>, <a href="parameters/version.html">database_version</a>, <a href="parameters/display_name.html">database_displayname</a>, <a href="parameters/size.html">database_size</a>);
+    var dbShell = window.openDatabase(database_name, database_version, database_displayname, database_size);
 
 Description
 -----------
 
-window.open<a href="database/database.html">Database</a> returns a new <a href="database/database.html">Database</a> object.
+window.openDatabase returns a new Database object.
 
-This method will create a new SQL Lite <a href="database/database.html">Database</a> and return a <a href="database/database.html">Database</a> object.  Use the <a href="database/database.html">Database</a> Object to manipulate the data.
+This method will create a new SQL Lite Database and return a Database object.  Use the Database Object to manipulate the data.
 
 Supported Platforms
 -------------------
@@ -43,7 +43,7 @@ Supported Platforms
 Quick Example
 -------------
 
-    var db = window.open<a href="database/database.html">Database</a>("test", "1.0", "Test DB", 1000000);
+    var db = window.openDatabase("test", "1.0", "Test DB", 1000000);
 
 Full Example
 ------------
@@ -51,25 +51,25 @@ Full Example
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="storage.html">Storage</a> Example</title>
+        <title>Storage Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
-			var db = window.open<a href="database/database.html">Database</a>("test", "1.0", "Test DB", 1000000);
+        function onDeviceReady() {
+			var db = window.openDatabase("test", "1.0", "Test DB", 1000000);
         }
 		
         </script>
       </head>
       <body>
         <h1>Example</h1>
-        <p>Open <a href="database/database.html">Database</a></p>
+        <p>Open Database</p>
       </body>
     </html>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/guide/getting-started/android/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/guide/getting-started/android/index.md b/www/docs/en/1.8.0/guide/getting-started/android/index.md
index 0e10360..ffe1662 100644
--- a/www/docs/en/1.8.0/guide/getting-started/android/index.md
+++ b/www/docs/en/1.8.0/guide/getting-started/android/index.md
@@ -98,7 +98,7 @@ This guide describes how to set up your development environment for Cordova and
     ![](img/guide/platforms/android/manifest.jpg)
 
 
-4. <a href="../webos/index.html">Hello World</a>
+4. Hello World
 --------------    
 
 - Create and open a new file named **index.html** in the **assets/www** directory. Paste the following code:
@@ -110,7 +110,7 @@ This guide describes how to set up your development environment for Cordova and
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.0.js"></script>
         </head>
         <body>
-        <h1><a href="../webos/index.html">Hello World</a></h1>
+        <h1>Hello World</h1>
         </body>
         </html>
 
@@ -121,7 +121,7 @@ This guide describes how to set up your development environment for Cordova and
 - Eclipse will ask you to select an appropriate AVD. If there isn't one, then you'll need to create it.
 
 
-5B. Deploy to <a href="../../../cordova/device/device.html">Device</a>
+5B. Deploy to Device
 --------------------
 
 - Make sure USB debugging is enabled on your device and plug it into your system. (**Settings &gt; Applications &gt; Development**)

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/guide/getting-started/bada/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/guide/getting-started/bada/index.md b/www/docs/en/1.8.0/guide/getting-started/bada/index.md
index 09ba9b0..e93287c 100644
--- a/www/docs/en/1.8.0/guide/getting-started/bada/index.md
+++ b/www/docs/en/1.8.0/guide/getting-started/bada/index.md
@@ -39,7 +39,7 @@ This guide describes how to set up your development environment for Cordova and
 
 3. Setup New Project
 --------------------
-- In Bada IDE, select _<a href="../../../cordova/file/fileobj/fileobj.html">File</a>_ -> Import project -> Bada C++ / Flash Project. 
+- In Bada IDE, select _File_ -> Import project -> Bada C++ / Flash Project. 
     - Note: Bada 1.2 select "Bada Application Project"
     
     ![](img/guide/platforms/bada/import_bada_project.png)
@@ -54,7 +54,7 @@ This guide describes how to set up your development environment for Cordova and
     ![](img/guide/platforms/bada/bada_project.png)
  
  
-4. <a href="../webos/index.html">Hello World</a>
+4. Hello World
 --------------
 
 **Bada 2.x**: Your HTML/CSS/Javascript code lives under the Res/ folder. Make sure your index.html contains the following two lines in the <head> section.
@@ -80,7 +80,7 @@ This guide describes how to set up your development environment for Cordova and
 
 - Right click on your project&apos;s folder and select Run As -&gt; bada Simulator Application. You need to close the emulator every time you update your app!
 
-5B. Deploy to <a href="../../../cordova/device/device.html">Device</a>
+5B. Deploy to Device
 --------------------
 
 - Make sure your device is properly configured 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/guide/getting-started/blackberry/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/guide/getting-started/blackberry/index.md b/www/docs/en/1.8.0/guide/getting-started/blackberry/index.md
index 698e7ea..8aeb884 100644
--- a/www/docs/en/1.8.0/guide/getting-started/blackberry/index.md
+++ b/www/docs/en/1.8.0/guide/getting-started/blackberry/index.md
@@ -55,7 +55,7 @@ Cordova for BlackBerry makes use of the [BlackBerry WebWorks framework](https://
 - Open up the project.properties file with your favorite editor and edit the entries for `blackberry.bbwp.dir=` and/or `playbook.bbwp.dir=`. Set the  value(s) to the directory containing the `bbwp` binary in the WebWorks SDK(s) installed earlier.
 
 
-4.  <a href="../webos/index.html">Hello World</a>
+4.  Hello World
 --------------
 
 Build the Cordova sample project by typing `ant target build` in your command prompt/terminal while you are in your project's directory. Replace `target` with either `blackberry` or `playbook`. Note this is a sample Cordova project and not a basic hello world application. The provided index.html in the www contains example usages of many of the Cordova API.
@@ -75,7 +75,7 @@ BlackBerry smartphone simulators are only available on Windows. PlayBook simulat
 - While in your project directory, in command prompt/terminal type `ant target load-simulator`. Replace `target` with either `blackberry` or `playbook`.  Note, for PlayBook the simulator virtual image must already be started.
 - The application will be installed in the All Applications section in the simulator.  Note, on BlackBerry OS 5 the application is installed in the Downloads folder.
 
-5B.  Deploy to <a href="../../../cordova/device/device.html">Device</a> (Windows and Mac)
+5B.  Deploy to Device (Windows and Mac)
 --------------------------------------
 
 - Deploying to a device requires signing keys which can be obtained from RIM.
@@ -91,7 +91,7 @@ BlackBerry smartphone simulators are only available on Windows. PlayBook simulat
         - `playbook.sigtool.csk.password` : Signing key password.
         - `playbook.sigtool.p12.password` : Signing key password.
         - `playbook.device.ip` : IP address of device obtained when placing the device in developer mode through device security settings.
-        - `playbook.device.password` : <a href="../../../cordova/device/device.html">Device</a> password which is set through device security settings.
+        - `playbook.device.password` : Device password which is set through device security settings.
 - While in your project directory, in command prompt/terminal type `ant target load-device`. Replace `target` with either `blackberry` or `playbook`.
 - The application will be installed in the All Applications section in the device.  Note, on BlackBerry OS 5 the application is installed in the Downloads folder.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/guide/getting-started/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/guide/getting-started/index.md b/www/docs/en/1.8.0/guide/getting-started/index.md
index cef668b..2bddf89 100644
--- a/www/docs/en/1.8.0/guide/getting-started/index.md
+++ b/www/docs/en/1.8.0/guide/getting-started/index.md
@@ -21,10 +21,10 @@ license: >
 Getting Started Guides
 ======================
 
-- <a href="android/index.html">Getting Started with Android</a>
-- <a href="blackberry/index.html">Getting Started with BlackBerry</a>
-- <a href="ios/index.html">Getting Started with iOS</a>
-- <a href="symbian/index.html">Getting Started with Symbian</a>
-- <a href="webos/index.html">Getting Started with WebOS</a>
-- <a href="windows-phone/index.html">Getting Started with Windows Phone</a>
-- <a href="bada/index.html">Getting Started with Bada</a>
+- Getting Started with Android
+- Getting Started with BlackBerry
+- Getting Started with iOS
+- Getting Started with Symbian
+- Getting Started with WebOS
+- Getting Started with Windows Phone
+- Getting Started with Bada

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/guide/getting-started/ios/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/guide/getting-started/ios/index.md b/www/docs/en/1.8.0/guide/getting-started/ios/index.md
index ef7cbb1..4420b6d 100644
--- a/www/docs/en/1.8.0/guide/getting-started/ios/index.md
+++ b/www/docs/en/1.8.0/guide/getting-started/ios/index.md
@@ -48,7 +48,7 @@ Setup New Project
 -----------------
 
 - Launch Xcode
-- Select the _<a href="../../../cordova/file/fileobj/fileobj.html">File</a> Menu_
+- Select the _File Menu_
 - Select _New_ -> _New Project..._
 - Select _Cordova-based Application_ from the list of templates
 
@@ -92,14 +92,14 @@ in Xcode project templates.
 
     ![](img/guide/platforms/ios/create-folder-reference.png)
 
-<a href="../webos/index.html">Hello World</a>
+Hello World
 -----------
 
 - Select the folder named `www` in the Xcode _Project Navigator_
 - Select the file `index.html`
 - Add the following after `<body>`:
 
-        <h1><a href="../webos/index.html">Hello World</a></h1>
+        <h1>Hello World</h1>
 
 You can also add any associated JavaScript and CSS files there as well.
     
@@ -109,13 +109,13 @@ Deploy to Simulator
 - Change the _Active SDK_ in the Scheme drop-down menu on the toolbar to _iOS version Simulator_
 - Select the _Run_ button in your project window's toolbar
 
-Deploy to <a href="../../../cordova/device/device.html">Device</a>
+Deploy to Device
 ----------------
 
-- Open `YourAppName-Info.plist`, under the _Supporting <a href="../../../cordova/file/fileobj/fileobj.html">File</a>s_ group
+- Open `YourAppName-Info.plist`, under the _Supporting Files_ group
 - Change _BundleIdentifier_ to the identifier provided by Apple or your own bundle identifier
     - If you have a developer license, you can run the [Assistant](http://developer.apple.com/iphone/manage/overview/index.action) to register your app
-- Change the _Active SDK_ in the Scheme drop-down menu on the toolbar to _Your<a href="../../../cordova/device/device.html">Device</a>Name_
+- Change the _Active SDK_ in the Scheme drop-down menu on the toolbar to _YourDeviceName_
     - You will need to have your device connected via USB
 - Select the _Run_ button in your project window's toolbar
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/guide/getting-started/symbian/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/guide/getting-started/symbian/index.md b/www/docs/en/1.8.0/guide/getting-started/symbian/index.md
index 9fd0938..aaac5e1 100644
--- a/www/docs/en/1.8.0/guide/getting-started/symbian/index.md
+++ b/www/docs/en/1.8.0/guide/getting-started/symbian/index.md
@@ -50,11 +50,11 @@ There are also [QT for Symbian](http://wiki.phonegap.com/w/page/16494811/PhoneGa
 - In cygwin, navigate to where you extracted Cordova and go into the Symbian directory</li>
 
  
-4. <a href="../webos/index.html">Hello World</a>
+4. Hello World
 --------------
 
 - Open up index.html located in phonegap/symbian/framework/www with your favourite editor. 
-- In the `body` tag, remove the line `"Build your phonegap app here! Dude!"` and add the line `<h1><a href="../webos/index.html">Hello World</a></h1>`
+- In the `body` tag, remove the line `"Build your phonegap app here! Dude!"` and add the line `<h1>Hello World</h1>`
 - In cygwin/terminal, type make. This will produce phonegap-symbian.wrt/app.wgz. 
 
 
@@ -66,7 +66,7 @@ There are also [QT for Symbian](http://wiki.phonegap.com/w/page/16494811/PhoneGa
 - Load the phonegap-symbian.wrt/app.wgz file into the emulator.
 
 
-5B. Deploy to <a href="../../../cordova/device/device.html">Device</a>
+5B. Deploy to Device
 --------------------
 
 - Load the phonegap-symbian.wrt/app.wgz file into the device using bluetooth or email.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/guide/getting-started/webos/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/guide/getting-started/webos/index.md b/www/docs/en/1.8.0/guide/getting-started/webos/index.md
index e87bd6a..68d7570 100644
--- a/www/docs/en/1.8.0/guide/getting-started/webos/index.md
+++ b/www/docs/en/1.8.0/guide/getting-started/webos/index.md
@@ -65,7 +65,7 @@ In phonegap/webOS/framework/www, open up index.html with your favourite editor.
 - Type `make` in your terminal/cygwin while in the webOS directory.
 
 
-5B. Deploy to <a href="../../../cordova/device/device.html">Device</a>
+5B. Deploy to Device
 --------------------
 
 - Make sure your device is in [Developer Mode and plug it in.](http://developer.palm.com/index.php?option=com_content&amp;view=article&amp;id=1552&amp;Itemid=59#dev_mode)

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/guide/getting-started/windows-phone/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/guide/getting-started/windows-phone/index.md b/www/docs/en/1.8.0/guide/getting-started/windows-phone/index.md
index 1497693..cc334e9 100644
--- a/www/docs/en/1.8.0/guide/getting-started/windows-phone/index.md
+++ b/www/docs/en/1.8.0/guide/getting-started/windows-phone/index.md
@@ -37,7 +37,7 @@ Video Tutorials:
 
 Note: Running in VM has issues, if you are on a Mac, you will need to setup a bootcamp partition with Windows 7 or Vista
 
-Necessary for Installing on <a href="../../../cordova/device/device.html">Device</a> and Submitting to Market Place:
+Necessary for Installing on Device and Submitting to Market Place:
 
 - Become an [App Hub member](http://create.msdn.com/en-US/home/membership).
 
@@ -84,7 +84,7 @@ Necessary for Installing on <a href="../../../cordova/device/device.html">Device
 In order to test your application on a device, the device must be registered. Click [here][register-url] to read documentation on deploying and testing on your Windows Phone.
 
 - Make sure your phone is connected, and the screen is unlocked
-- In Visual Studio, select 'Windows Phone <a href="../../../cordova/device/device.html">Device</a>' from the top drop-down menu.
+- In Visual Studio, select 'Windows Phone Device' from the top drop-down menu.
 - Hit the green **play button** beside the drop-down menu to start debugging or press F5.
 
     ![](img/guide/platforms/wp7/wpd.png)

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/guide/upgrading/blackberry/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/guide/upgrading/blackberry/index.md b/www/docs/en/1.8.0/guide/upgrading/blackberry/index.md
index 489ff3b..b4afe55 100644
--- a/www/docs/en/1.8.0/guide/upgrading/blackberry/index.md
+++ b/www/docs/en/1.8.0/guide/upgrading/blackberry/index.md
@@ -36,16 +36,16 @@ Updating just the www folder:
     - If playbook, then update the .js file in the `playbook/` folder.
 5. Update your HTML to use the new `cordova-1.8.0.js` file.
 6. Update your `www/plugins.xml` file. Two plugins changed their
-   namespace/service label. Change the old entries for the <a href="../../../cordova/media/capture/capture.html">Capture</a> and
-   <a href="../../../cordova/contacts/Contact/contact.html">Contact</a> plugins from:
+   namespace/service label. Change the old entries for the Capture and
+   Contact plugins from:
 
-        <plugin name="<a href="../../../cordova/media/capture/capture.html">Capture</a>" value="org.apache.cordova.media.<a href="../../../cordova/media/media.html">Media</a><a href="../../../cordova/media/capture/capture.html">Capture</a>"/>
-        <plugin name="<a href="../../../cordova/contacts/Contact/contact.html">Contact</a>" value="org.apache.cordova.pim.<a href="../../../cordova/contacts/Contact/contact.html">Contact</a>"/>
+        <plugin name="Capture" value="org.apache.cordova.media.MediaCapture"/>
+        <plugin name="Contact" value="org.apache.cordova.pim.Contact"/>
 
    To:
 
-        <plugin name="<a href="../../../cordova/media/capture/capture.html">Capture</a>" value="org.apache.cordova.capture.<a href="../../../cordova/media/media.html">Media</a><a href="../../../cordova/media/capture/capture.html">Capture</a>"/>
-        <plugin name="<a href="../../../cordova/contacts/Contact/contact.html">Contact</a>s" value="org.apache.cordova.pim.<a href="../../../cordova/contacts/Contact/contact.html">Contact</a>"/>
+        <plugin name="Capture" value="org.apache.cordova.capture.MediaCapture"/>
+        <plugin name="Contacts" value="org.apache.cordova.pim.Contact"/>
 
 
 Updating the sample folder (ie, updating using the ant tools):
@@ -59,13 +59,13 @@ Updating the sample folder (ie, updating using the ant tools):
 7. Open the `www/` folder and update your HTML to use the new `cordova-1.8.0.js` file.
 8. Open the `www/` folder and update the `plugins.xml` file. Two plugins
    changed their namespace/service label. Change the old entries for the
-   <a href="../../../cordova/media/capture/capture.html">Capture</a> and <a href="../../../cordova/contacts/Contact/contact.html">Contact</a> plugins from:
+   Capture and Contact plugins from:
 
-         <plugin name="<a href="../../../cordova/media/capture/capture.html">Capture</a>" value="org.apache.cordova.media.<a href="../../../cordova/media/media.html">Media</a><a href="../../../cordova/media/capture/capture.html">Capture</a>"/>
-         <plugin name="<a href="../../../cordova/contacts/Contact/contact.html">Contact</a>" value="org.apache.cordova.pim.<a href="../../../cordova/contacts/Contact/contact.html">Contact</a>"/>
+         <plugin name="Capture" value="org.apache.cordova.media.MediaCapture"/>
+         <plugin name="Contact" value="org.apache.cordova.pim.Contact"/>
 
    To:
 
-         <plugin name="<a href="../../../cordova/media/capture/capture.html">Capture</a>" value="org.apache.cordova.capture.<a href="../../../cordova/media/media.html">Media</a><a href="../../../cordova/media/capture/capture.html">Capture</a>"/>
-         <plugin name="<a href="../../../cordova/contacts/Contact/contact.html">Contact</a>s" value="org.apache.cordova.pim.<a href="../../../cordova/contacts/Contact/contact.html">Contact</a>"/>
+         <plugin name="Capture" value="org.apache.cordova.capture.MediaCapture"/>
+         <plugin name="Contacts" value="org.apache.cordova.pim.Contact"/>
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/guide/upgrading/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/guide/upgrading/index.md b/www/docs/en/1.8.0/guide/upgrading/index.md
index 6e981c4..b539a58 100644
--- a/www/docs/en/1.8.0/guide/upgrading/index.md
+++ b/www/docs/en/1.8.0/guide/upgrading/index.md
@@ -23,10 +23,10 @@ Upgrading Guides
 
 > Learn how to upgrade an application to the latest Apache Cordova release.
 
-- <a href="android/index.html">Upgrading Cordova Android</a>
-- <a href="bada/index.html">Upgrading Cordova Bada</a>
-- <a href="blackberry/index.html">Upgrading Cordova BlackBerry</a>
-- <a href="ios/index.html">Upgrading Cordova iOS</a>
-- <a href="symbian/index.html">Upgrading Cordova Symbian</a>
-- <a href="webos/index.html">Upgrading Cordova webOS</a>
-- <a href="windows-phone/index.html">Upgrading Cordova Windows Phone</a>
+- Upgrading Cordova Android
+- Upgrading Cordova Bada
+- Upgrading Cordova BlackBerry
+- Upgrading Cordova iOS
+- Upgrading Cordova Symbian
+- Upgrading Cordova webOS
+- Upgrading Cordova Windows Phone

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/guide/upgrading/ios/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/guide/upgrading/ios/index.md b/www/docs/en/1.8.0/guide/upgrading/ios/index.md
index e86c4f1..b5ab36b 100644
--- a/www/docs/en/1.8.0/guide/upgrading/ios/index.md
+++ b/www/docs/en/1.8.0/guide/upgrading/ios/index.md
@@ -28,8 +28,8 @@ Upgrading Cordova iOS
 3. **Copy** the **www/cordova-1.8.0.js** file from the new project into your **www** folder, and delete your **www/cordova-1.7.x.js** file
 4. **Update** the Cordova script reference in your **www/index.html** file (and any other files that contain the script reference) to point to the new **cordova-1.8.0.js** file
 
-If you intend on using the **<a href="../../../cordova/media/capture/capture.html">Capture</a> API**, you will need the new **iPad retina-display** assets:
+If you intend on using the **Capture API**, you will need the new **iPad retina-display** assets:
 
-1.  **Copy** the **Resources/<a href="../../../cordova/media/capture/capture.html">Capture</a>.bundle** item from the new project into your project folder, over-writing your existing **Resources/<a href="../../../cordova/media/capture/capture.html">Capture</a>.bundle** item
-2.  In your project, select the **<a href="../../../cordova/media/capture/capture.html">Capture</a>.bundle** item into Xcode into your Project Navigator, and press the **Delete** key, then select **Remove Reference** from the dialog that pops up.
-3.  Drag the new **<a href="../../../cordova/media/capture/capture.html">Capture</a>.bundle** from Step 1. above into Xcode into your Project Navigator, and select the **Create groups for any added folders** radio-button
+1.  **Copy** the **Resources/Capture.bundle** item from the new project into your project folder, over-writing your existing **Resources/Capture.bundle** item
+2.  In your project, select the **Capture.bundle** item into Xcode into your Project Navigator, and press the **Delete** key, then select **Remove Reference** from the dialog that pops up.
+3.  Drag the new **Capture.bundle** from Step 1. above into Xcode into your Project Navigator, and select the **Create groups for any added folders** radio-button

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/guide/whitelist/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/guide/whitelist/index.md b/www/docs/en/1.8.0/guide/whitelist/index.md
index 4aba002..dec4216 100644
--- a/www/docs/en/1.8.0/guide/whitelist/index.md
+++ b/www/docs/en/1.8.0/guide/whitelist/index.md
@@ -107,7 +107,7 @@ iOS
 ### Details
 
 1. Open `Cordova.plist`.
-    - In Xcode, it is found at `AppName/Supporting <a href="../../cordova/file/fileobj/fileobj.html">File</a>s/Cordova.plist`
+    - In Xcode, it is found at `AppName/Supporting Files/Cordova.plist`
     - In the directory, it is found at `AppName/Cordova.plist`
 2. Add a new `String` value under the `ExternalHosts` key.
     - We recommend using Xcode to avoid editing raw XML.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/index.md b/www/docs/en/1.8.0/index.md
index 0706f65..1a07d88 100644
--- a/www/docs/en/1.8.0/index.md
+++ b/www/docs/en/1.8.0/index.md
@@ -22,70 +22,70 @@ license: >
     <h1>API Reference</h1>
     <ul>
         <li>
-            <h2><a href="cordova/accelerometer/accelerometer.html">Accelerometer</a></h2>
+            <h2>Accelerometer</h2>
             <span>Tap into the device's motion sensor.</span>
         </li>
         <li>
-            <h2><a href="cordova/camera/camera.html">Camera</a></h2>
-            <span><a href="cordova/media/capture/capture.html">Capture</a> a photo using the device's camera.</span>
+            <h2>Camera</h2>
+            <span>Capture a photo using the device's camera.</span>
         </li>
         <li>
-            <h2><a href="cordova/media/capture/capture.html">Capture</a></h2>
-            <span><a href="cordova/media/capture/capture.html">Capture</a> media files using device's media capture applications.</span>
+            <h2>Capture</h2>
+            <span>Capture media files using device's media capture applications.</span>
         </li>
         <li>
-            <h2><a href="cordova/compass/compass.html">Compass</a></h2>
+            <h2>Compass</h2>
             <span>Obtain the direction that the device is pointing.</span>
         </li>
         <li>
-            <h2><a href="cordova/connection/connection.html">Connection</a></h2>
+            <h2>Connection</h2>
             <span>Quickly check the network state, and cellular network information.</span>
         </li>
         <li>
-            <h2><a href="cordova/contacts/Contact/contact.html">Contact</a>s</h2>
+            <h2>Contacts</h2>
             <span>Work with the devices contact database.</span>
         </li>
         <li>
-            <h2><a href="cordova/device/device.html">Device</a></h2>
+            <h2>Device</h2>
             <span>Gather device specific information.</span>
         </li>
         <li>
-            <h2><a href="cordova/events/events.html">Events</a></h2>
+            <h2>Events</h2>
             <span>Hook into native events through JavaScript.</span>
         </li>
         <li>
-            <h2><a href="cordova/file/fileobj/fileobj.html">File</a></h2>
+            <h2>File</h2>
             <span>Hook into native file system through JavaScript.</span>
         </li>
         <li>
-            <h2><a href="cordova/geolocation/geolocation.html">Geolocation</a></h2>
+            <h2>Geolocation</h2>
             <span>Make your application location aware.</span>
         </li>
         <li>
-            <h2><a href="cordova/media/media.html">Media</a></h2>
+            <h2>Media</h2>
             <span>Record and play back audio files.</span>
         </li>
         <li>
-            <h2><a href="cordova/notification/notification.html">Notification</a></h2>
+            <h2>Notification</h2>
             <span>Visual, audible, and tactile device notifications.</span>
         </li>
         <li>
-            <h2><a href="cordova/storage/storage.html">Storage</a></h2>
+            <h2>Storage</h2>
             <span>Hook into the devices native storage options.</span>
         </li>
     </ul>
     <h1>Guides</h1>
     <ul>
         <li>
-            <h2><a href="guide/getting-started/index.html">Getting Started Guides</a></h2>
+            <h2>Getting Started Guides</h2>
             <span>Setup each SDK and create your first Cordova app.</span>
         </li>
         <li>
-            <h2><a href="guide/upgrading/index.html">Upgrading Guides</a></h2>
+            <h2>Upgrading Guides</h2>
             <span>Upgrade an application to the latest Cordova release.</span>
         </li>
         <li>
-            <h2><a href="guide/whitelist/index.html">Domain Whitelist Guide</a></h2>
+            <h2>Domain Whitelist Guide</h2>
             <span>Grant an application access to external domains.</span>
         </li>
         <li>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[15/51] [partial] docs commit: Reverting autolinking change because of inconsistencies.

Posted by db...@apache.org.
http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/file/filesystem/filesystem.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/file/filesystem/filesystem.md b/www/docs/en/1.7.0/cordova/file/filesystem/filesystem.md
index 0973c31..8aeb641 100644
--- a/www/docs/en/1.7.0/cordova/file/filesystem/filesystem.md
+++ b/www/docs/en/1.7.0/cordova/file/filesystem/filesystem.md
@@ -18,7 +18,7 @@ license: >
     under the License.
 ---
 
-<a href="../fileobj/fileobj.html">File</a>System
+FileSystem
 ==========
 
 This object represents a file system.
@@ -27,12 +27,12 @@ Properties
 ----------
 
 - __name:__ The name of the file system. _(DOMString)_
-- __root:__ The root directory of the file system. _(<a href="../directoryentry/directoryentry.html">DirectoryEntry</a>)_
+- __root:__ The root directory of the file system. _(DirectoryEntry)_
 
 Details
 -------
 
-The `<a href="../fileobj/fileobj.html">File</a>System` object represents information about the file system. The name of the file system will be unique across the list of exposed file systems.  The root property contains a `<a href="../directoryentry/directoryentry.html">DirectoryEntry</a>` object which represents the root directory of the file system.
+The `FileSystem` object represents information about the file system. The name of the file system will be unique across the list of exposed file systems.  The root property contains a `DirectoryEntry` object which represents the root directory of the file system.
 
 Supported Platforms
 -------------------
@@ -42,7 +42,7 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
 
-<a href="../fileobj/fileobj.html">File</a> System Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+File System Quick Example
 -------------------------
 
 	function onSuccess(fileSystem) {
@@ -51,30 +51,30 @@ Supported Platforms
 	}
 	
 	// request the persistent file system
-	window.request<a href="../fileobj/fileobj.html">File</a>System(<a href="../localfilesystem/localfilesystem.html">Local<a href="../fileobj/fileobj.html">File</a>System</a>.PERSISTENT, 0, onSuccess, null);
+	window.requestFileSystem(LocalFileSystem.PERSISTENT, 0, onSuccess, null);
 
-Full <a href="../../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../fileobj/fileobj.html">File</a> System <a href="../../storage/storage.opendatabase.html">Example</a></title>
+        <title>File System Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.7.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../../device/device.html">Device</a>Ready() {
-			window.request<a href="../fileobj/fileobj.html">File</a>System(<a href="../localfilesystem/localfilesystem.html">Local<a href="../fileobj/fileobj.html">File</a>System</a>.PERSISTENT, 0, on<a href="../fileobj/fileobj.html">File</a>SystemSuccess, fail);
+        function onDeviceReady() {
+			window.requestFileSystem(LocalFileSystem.PERSISTENT, 0, onFileSystemSuccess, fail);
         }
 
-		function on<a href="../fileobj/fileobj.html">File</a>SystemSuccess(fileSystem) {
+		function onFileSystemSuccess(fileSystem) {
 			console.log(fileSystem.name);
 			console.log(fileSystem.root.name);
 		}
@@ -86,7 +86,7 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
         </script>
       </head>
       <body>
-        <h1><a href="../../storage/storage.opendatabase.html">Example</a></h1>
-        <p><a href="../fileobj/fileobj.html">File</a> System</p>
+        <h1>Example</h1>
+        <p>File System</p>
       </body>
     </html>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/file/filetransfer/filetransfer.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/file/filetransfer/filetransfer.md b/www/docs/en/1.7.0/cordova/file/filetransfer/filetransfer.md
index c8e6b1f..aeab830 100644
--- a/www/docs/en/1.7.0/cordova/file/filetransfer/filetransfer.md
+++ b/www/docs/en/1.7.0/cordova/file/filetransfer/filetransfer.md
@@ -18,10 +18,10 @@ license: >
     under the License.
 ---
 
-<a href="../fileobj/fileobj.html">File</a>Transfer
+FileTransfer
 ==========
 
-<a href="../fileobj/fileobj.html">File</a>Transfer is an object that allows you to upload files to a server or download files from a server.
+FileTransfer is an object that allows you to upload files to a server or download files from a server.
 
 Properties
 ----------
@@ -37,7 +37,7 @@ Methods
 Details
 -------
 
-The `<a href="../fileobj/fileobj.html">File</a>Transfer` object provides a way to upload files to a remote server using an HTTP multi-part POST request.  Both HTTP and HTTPS protocols are supported.  Optional parameters can be specified by passing a <a href="../fileuploadoptions/fileuploadoptions.html"><a href="../fileobj/fileobj.html">File</a>UploadOptions</a> object to the upload method.  On successful upload, the success callback will be called with a <a href="../fileuploadresult/fileuploadresult.html"><a href="../fileobj/fileobj.html">File</a>UploadResult</a> object.  If an error occurs, the error callback will be invoked with a <a href="../filetransfererror/filetransfererror.html"><a href="../fileobj/fileobj.html">File</a>TransferError</a> object.
+The `FileTransfer` object provides a way to upload files to a remote server using an HTTP multi-part POST request.  Both HTTP and HTTPS protocols are supported.  Optional parameters can be specified by passing a FileUploadOptions object to the upload method.  On successful upload, the success callback will be called with a FileUploadResult object.  If an error occurs, the error callback will be invoked with a FileTransferError object.
 It is also possible to download a file from remote and save it on the device (only iOS and Android).
 
 Supported Platforms
@@ -55,11 +55,11 @@ __Parameters:__
 
 - __filePath__ - Full path of the file on the device
 - __server__ - URL of the server to receive the file
-- __successCallback__ - A callback that is called with a <a href="../metadata/metadata.html">Metadata</a> object. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs retrieving the <a href="../metadata/metadata.html">Metadata</a>. Invoked with a <a href="../filetransfererror/filetransfererror.html"><a href="../fileobj/fileobj.html">File</a>TransferError</a> object. _(Function)_
+- __successCallback__ - A callback that is called with a Metadata object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileTransferError object. _(Function)_
 - __options__ - Optional parameters such as file name and mimetype
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 	
     // !! Assumes variable fileURI contains a valid URI to a  text file on the device
 	
@@ -75,7 +75,7 @@ __Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
         console.log("upload error target " + error.target);
     }
 	
-	var options = new <a href="../fileuploadoptions/fileuploadoptions.html"><a href="../fileobj/fileobj.html">File</a>UploadOptions</a>();
+	var options = new FileUploadOptions();
 	options.fileKey="file";
 	options.fileName=fileURI.substr(fileURI.lastIndexOf('/')+1);
 	options.mimeType="text/plain";
@@ -86,29 +86,29 @@ __Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
 		
 	options.params = params;
 	
-	var ft = new <a href="../fileobj/fileobj.html">File</a>Transfer();
+	var ft = new FileTransfer();
     ft.upload(fileURI, "http://some.server.com/upload.php", win, fail, options);
     
-__Full <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Full Example__
 
     <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
     <html>
     <head>
-        <title><a href="../fileobj/fileobj.html">File</a> Transfer <a href="../../storage/storage.opendatabase.html">Example</a></title>
+        <title>File Transfer Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova-1.7.0.js"></script>
         <script type="text/javascript" charset="utf-8">
             
             // Wait for Cordova to load
             //
-            document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
             
             // Cordova is ready
             //
-            function on<a href="../../device/device.html">Device</a>Ready() {
+            function onDeviceReady() {
                 
                 // Retrieve image file location from specified source
-                navigator.<a href="../../camera/camera.getPicture.html">camera.getPicture</a>(uploadPhoto,
+                navigator.camera.getPicture(uploadPhoto,
                                             function(message) { alert('get picture failed'); },
                                             { quality: 50, 
                                             destinationType: navigator.camera.DestinationType.FILE_URI,
@@ -118,7 +118,7 @@ __Full <a href="../../storage/storage.opendatabase.html">Example</a>__
             }
             
             function uploadPhoto(imageURI) {
-                var options = new <a href="../fileuploadoptions/fileuploadoptions.html"><a href="../fileobj/fileobj.html">File</a>UploadOptions</a>();
+                var options = new FileUploadOptions();
                 options.fileKey="file";
                 options.fileName=imageURI.substr(imageURI.lastIndexOf('/')+1);
                 options.mimeType="image/jpeg";
@@ -129,7 +129,7 @@ __Full <a href="../../storage/storage.opendatabase.html">Example</a>__
                 
                 options.params = params;
                 
-                var ft = new <a href="../fileobj/fileobj.html">File</a>Transfer();
+                var ft = new FileTransfer();
                 ft.upload(imageURI, "http://some.server.com/upload.php", win, fail, options);
             }
             
@@ -148,8 +148,8 @@ __Full <a href="../../storage/storage.opendatabase.html">Example</a>__
             </script>
     </head>
     <body>
-        <h1><a href="../../storage/storage.opendatabase.html">Example</a></h1>
-        <p>Upload <a href="../fileobj/fileobj.html">File</a></p>
+        <h1>Example</h1>
+        <p>Upload File</p>
     </body>
     </html>
 
@@ -160,14 +160,14 @@ __Parameters:__
 
 - __source__ - URL of the server to receive the file
 - __target__ - Full path of the file on the device
-- __successCallback__ - A callback that is called with a <a href="../fileentry/fileentry.html"><a href="../fileobj/fileobj.html">File</a>Entry</a> object. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs retrieving the <a href="../metadata/metadata.html">Metadata</a>. Invoked with a <a href="../filetransfererror/filetransfererror.html"><a href="../fileobj/fileobj.html">File</a>TransferError</a> object. _(Function)_
+- __successCallback__ - A callback that is called with a FileEntry object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileTransferError object. _(Function)_
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 
      // !! Assumes variable url contains a valid URI to a file on a server and filePath is a valid path on the device
 
-    var fileTransfer = new <a href="../fileobj/fileobj.html">File</a>Transfer();
+    var fileTransfer = new FileTransfer();
     
     fileTransfer.download(
         url,

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/file/filetransfererror/filetransfererror.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/file/filetransfererror/filetransfererror.md b/www/docs/en/1.7.0/cordova/file/filetransfererror/filetransfererror.md
index 1ef9e88..b243292 100644
--- a/www/docs/en/1.7.0/cordova/file/filetransfererror/filetransfererror.md
+++ b/www/docs/en/1.7.0/cordova/file/filetransfererror/filetransfererror.md
@@ -18,10 +18,10 @@ license: >
     under the License.
 ---
 
-<a href="../filetransfer/filetransfer.html"><a href="../fileobj/fileobj.html">File</a>Transfer</a>Error
+FileTransferError
 ========
 
-A `<a href="../filetransfer/filetransfer.html"><a href="../fileobj/fileobj.html">File</a>Transfer</a>Error` object is returned via the error callback when an error occurs.
+A `FileTransferError` object is returned via the error callback when an error occurs.
 
 Properties
 ----------
@@ -33,11 +33,11 @@ Properties
 Constants
 ---------
 
-- `<a href="../filetransfer/filetransfer.html"><a href="../fileobj/fileobj.html">File</a>Transfer</a>Error.FILE_NOT_FOUND_ERR`
-- `<a href="../filetransfer/filetransfer.html"><a href="../fileobj/fileobj.html">File</a>Transfer</a>Error.INVALID_URL_ERR`
-- `<a href="../filetransfer/filetransfer.html"><a href="../fileobj/fileobj.html">File</a>Transfer</a>Error.CONNECTION_ERR`
+- `FileTransferError.FILE_NOT_FOUND_ERR`
+- `FileTransferError.INVALID_URL_ERR`
+- `FileTransferError.CONNECTION_ERR`
 
 Description
 -----------
 
-The `<a href="../filetransfer/filetransfer.html"><a href="../fileobj/fileobj.html">File</a>Transfer</a>Error` object is returned via the error callback  when an error occurs when uploading a file.
+The `FileTransferError` object is returned via the error callback  when an error occurs when uploading a file.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/file/fileuploadoptions/fileuploadoptions.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/file/fileuploadoptions/fileuploadoptions.md b/www/docs/en/1.7.0/cordova/file/fileuploadoptions/fileuploadoptions.md
index afd3e1a..2b02358 100644
--- a/www/docs/en/1.7.0/cordova/file/fileuploadoptions/fileuploadoptions.md
+++ b/www/docs/en/1.7.0/cordova/file/fileuploadoptions/fileuploadoptions.md
@@ -18,10 +18,10 @@ license: >
     under the License.
 ---
 
-<a href="../fileobj/fileobj.html">File</a>UploadOptions
+FileUploadOptions
 ========
 
-A `<a href="../fileobj/fileobj.html">File</a>UploadOptions` object can be passed to the <a href="../filetransfer/filetransfer.html"><a href="../fileobj/fileobj.html">File</a>Transfer</a> objects upload method in order to specify additional parameters to the upload script.
+A `FileUploadOptions` object can be passed to the FileTransfer objects upload method in order to specify additional parameters to the upload script.
 
 Properties
 ----------
@@ -36,7 +36,7 @@ Properties
 Description
 -----------
 
-A `<a href="../fileobj/fileobj.html">File</a>UploadOptions` object can be passed to the <a href="../filetransfer/filetransfer.html"><a href="../fileobj/fileobj.html">File</a>Transfer</a> objects upload method in order to specify additional parameters to the upload script.
+A `FileUploadOptions` object can be passed to the FileTransfer objects upload method in order to specify additional parameters to the upload script.
 
 iOS Quirk
 ---------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/file/fileuploadresult/fileuploadresult.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/file/fileuploadresult/fileuploadresult.md b/www/docs/en/1.7.0/cordova/file/fileuploadresult/fileuploadresult.md
index a910ccb..d82cde1 100644
--- a/www/docs/en/1.7.0/cordova/file/fileuploadresult/fileuploadresult.md
+++ b/www/docs/en/1.7.0/cordova/file/fileuploadresult/fileuploadresult.md
@@ -18,10 +18,10 @@ license: >
     under the License.
 ---
 
-<a href="../fileobj/fileobj.html">File</a>UploadResult
+FileUploadResult
 ========
 
-A `<a href="../fileobj/fileobj.html">File</a>UploadResult` object is returned via the success callback of the <a href="../filetransfer/filetransfer.html"><a href="../fileobj/fileobj.html">File</a>Transfer</a> upload method.
+A `FileUploadResult` object is returned via the success callback of the FileTransfer upload method.
 
 Properties
 ----------
@@ -33,9 +33,9 @@ Properties
 Description
 -----------
 
-The `<a href="../fileobj/fileobj.html">File</a>UploadResult` object is returned via the success callback of the <a href="../filetransfer/filetransfer.html"><a href="../fileobj/fileobj.html">File</a>Transfer</a> upload method.
+The `FileUploadResult` object is returned via the success callback of the FileTransfer upload method.
 
 iOS Quirks
 ----------
-- iOS does not include values for responseCode nor bytesSent in the success callback <a href="../fileobj/fileobj.html">File</a>UploadResult object. 
+- iOS does not include values for responseCode nor bytesSent in the success callback FileUploadResult object. 
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/file/filewriter/filewriter.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/file/filewriter/filewriter.md b/www/docs/en/1.7.0/cordova/file/filewriter/filewriter.md
index 90c7e5c..c85fb99 100644
--- a/www/docs/en/1.7.0/cordova/file/filewriter/filewriter.md
+++ b/www/docs/en/1.7.0/cordova/file/filewriter/filewriter.md
@@ -18,10 +18,10 @@ license: >
     under the License.
 ---
 
-<a href="../fileobj/fileobj.html">File</a>Writer
+FileWriter
 ==========
 
-<a href="../fileobj/fileobj.html">File</a>Writer is an object that allows one to write a file.
+FileWriter is an object that allows one to write a file.
 
 Properties
 ----------
@@ -30,7 +30,7 @@ Properties
 - __fileName:__ The name of the file to be written. _(DOMString)_
 - __length:__ The length of the file to be written. _(long)_
 - __position:__ The current position of the file pointer. _(long)_
-- __error:__ An object containing errors. _(<a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a>)_
+- __error:__ An object containing errors. _(FileError)_
 - __onwritestart:__ Called when the write starts. . _(Function)_
 - __onprogress:__ Called while writing the file, reports progress (progress.loaded/progress.total). _(Function)_ -NOT SUPPORTED
 - __onwrite:__ Called when the request has completed successfully.  _(Function)_
@@ -49,9 +49,9 @@ Methods
 Details
 -------
 
-The `<a href="../fileobj/fileobj.html">File</a>Writer` object is a way to write files to the device file system (UTF-8 encoded).  Users register their own event listeners to receive the writestart, progress, write, writeend, error and abort events.
+The `FileWriter` object is a way to write files to the device file system (UTF-8 encoded).  Users register their own event listeners to receive the writestart, progress, write, writeend, error and abort events.
 
-A <a href="../fileobj/fileobj.html">File</a>Writer is created for a single file. You can use it to write to a file multiple times. The <a href="../fileobj/fileobj.html">File</a>Writer maintains the file's position and length attributes, so you can seek and write anywhere in the file. By default, the <a href="../fileobj/fileobj.html">File</a>Writer writes to the beginning of the file (will overwrite existing data). Set the optional append boolean to true in the <a href="../fileobj/fileobj.html">File</a>Writer's constructor to begin writing to the end of the file.
+A FileWriter is created for a single file. You can use it to write to a file multiple times. The FileWriter maintains the file's position and length attributes, so you can seek and write anywhere in the file. By default, the FileWriter writes to the beginning of the file (will overwrite existing data). Set the optional append boolean to true in the FileWriter's constructor to begin writing to the end of the file.
 
 Supported Platforms
 -------------------
@@ -61,7 +61,7 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
 
-Seek Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Seek Quick Example
 ------------------------------
 
 	function win(writer) {
@@ -75,7 +75,7 @@ Seek Quick <a href="../../storage/storage.opendatabase.html">Example</a>
 	
     entry.createWriter(win, fail);
 
-Truncate Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Truncate Quick Example
 --------------------------
 
 	function win(writer) {
@@ -88,7 +88,7 @@ Truncate Quick <a href="../../storage/storage.opendatabase.html">Example</a>
 	
     entry.createWriter(win, fail);
 
-Write Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Write Quick Example
 -------------------	
 
 	function win(writer) {
@@ -104,7 +104,7 @@ Write Quick <a href="../../storage/storage.opendatabase.html">Example</a>
 	
     entry.createWriter(win, fail);
 
-Append Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Append Quick Example
 --------------------	
 
 	function win(writer) {
@@ -121,7 +121,7 @@ Append Quick <a href="../../storage/storage.opendatabase.html">Example</a>
 	
     entry.createWriter(win, fail);
 	
-Abort Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Abort Quick Example
 -------------------
 
 	function win(writer) {
@@ -138,35 +138,35 @@ Abort Quick <a href="../../storage/storage.opendatabase.html">Example</a>
 	
     entry.createWriter(win, fail);
 
-Full <a href="../../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../fileobj/fileobj.html">File</a>Writer <a href="../../storage/storage.opendatabase.html">Example</a></title>
+        <title>FileWriter Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova-1.7.0.js"></script>
         <script type="text/javascript" charset="utf-8">
     
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
     
         // Cordova is ready
         //
-        function on<a href="../../device/device.html">Device</a>Ready() {
-            window.request<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>(Local<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>.PERSISTENT, 0, gotFS, fail);
+        function onDeviceReady() {
+            window.requestFileSystem(LocalFileSystem.PERSISTENT, 0, gotFS, fail);
         }
     
         function gotFS(fileSystem) {
-            fileSystem.root.get<a href="../fileobj/fileobj.html">File</a>("readme.txt", {create: true, exclusive: false}, got<a href="../fileentry/fileentry.html"><a href="../fileobj/fileobj.html">File</a>Entry</a>, fail);
+            fileSystem.root.getFile("readme.txt", {create: true, exclusive: false}, gotFileEntry, fail);
         }
     
-        function got<a href="../fileentry/fileentry.html"><a href="../fileobj/fileobj.html">File</a>Entry</a>(fileEntry) {
-            fileEntry.createWriter(got<a href="../fileobj/fileobj.html">File</a>Writer, fail);
+        function gotFileEntry(fileEntry) {
+            fileEntry.createWriter(gotFileWriter, fail);
         }
     
-        function got<a href="../fileobj/fileobj.html">File</a>Writer(writer) {
+        function gotFileWriter(writer) {
             writer.onwriteend = function(evt) {
                 console.log("contents of file now 'some sample text'");
                 writer.truncate(11);  
@@ -189,7 +189,7 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
         </script>
       </head>
       <body>
-        <h1><a href="../../storage/storage.opendatabase.html">Example</a></h1>
-        <p>Write <a href="../fileobj/fileobj.html">File</a></p>
+        <h1>Example</h1>
+        <p>Write File</p>
       </body>
     </html>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/file/flags/flags.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/file/flags/flags.md b/www/docs/en/1.7.0/cordova/file/flags/flags.md
index c5e9c8d..dedd8d4 100644
--- a/www/docs/en/1.7.0/cordova/file/flags/flags.md
+++ b/www/docs/en/1.7.0/cordova/file/flags/flags.md
@@ -21,7 +21,7 @@ license: >
 Flags
 =====
 
-This object is used to supply arguments to the `<a href="../directoryentry/directoryentry.html">DirectoryEntry</a>` __get<a href="../fileobj/fileobj.html">File</a>__ and __getDirectory__ methods, which look up or create files and directories, respectively.
+This object is used to supply arguments to the `DirectoryEntry` __getFile__ and __getDirectory__ methods, which look up or create files and directories, respectively.
 
 Properties
 ----------
@@ -37,11 +37,11 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // Get the data directory, creating it if it doesn't exist.
     dataDir = fileSystem.root.getDirectory("data", {create: true});
 
     // Create the lock file, if and only if it doesn't exist.
-    lock<a href="../fileobj/fileobj.html">File</a> = dataDir.get<a href="../fileobj/fileobj.html">File</a>("lockfile.txt", {create: true, exclusive: true});
+    lockFile = dataDir.getFile("lockfile.txt", {create: true, exclusive: true});

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/file/localfilesystem/localfilesystem.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/file/localfilesystem/localfilesystem.md b/www/docs/en/1.7.0/cordova/file/localfilesystem/localfilesystem.md
index 4ba94e9..ff9d1e4 100644
--- a/www/docs/en/1.7.0/cordova/file/localfilesystem/localfilesystem.md
+++ b/www/docs/en/1.7.0/cordova/file/localfilesystem/localfilesystem.md
@@ -18,7 +18,7 @@ license: >
     under the License.
 ---
 
-Local<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>
+LocalFileSystem
 ===============
 
 This object provides a way to obtain root file systems.
@@ -26,19 +26,19 @@ This object provides a way to obtain root file systems.
 Methods
 ----------
 
-- __request<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>:__ Requests a filesystem. _(Function)_
-- __resolveLocal<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>URI:__ Retrieve a <a href="../directoryentry/directoryentry.html">DirectoryEntry</a> or <a href="../fileentry/fileentry.html"><a href="../fileobj/fileobj.html">File</a>Entry</a> using local URI. _(Function)_
+- __requestFileSystem:__ Requests a filesystem. _(Function)_
+- __resolveLocalFileSystemURI:__ Retrieve a DirectoryEntry or FileEntry using local URI. _(Function)_
 
 Constants
 ---------
 
-- `Local<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>.PERSISTENT`: Used for storage that should not be removed by the user agent without application or user permission.
-- `Local<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>.TEMPORARY`: Used for storage with no guarantee of persistence.
+- `LocalFileSystem.PERSISTENT`: Used for storage that should not be removed by the user agent without application or user permission.
+- `LocalFileSystem.TEMPORARY`: Used for storage with no guarantee of persistence.
 
 Details
 -------
 
-The `Local<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>` object methods are defined on the __window__ object.
+The `LocalFileSystem` object methods are defined on the __window__ object.
 
 Supported Platforms
 -------------------
@@ -48,7 +48,7 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
 
-Request <a href="../fileobj/fileobj.html">File</a> System Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Request File System Quick Example
 ---------------------------------
 
 	function onSuccess(fileSystem) {
@@ -56,41 +56,41 @@ Request <a href="../fileobj/fileobj.html">File</a> System Quick <a href="../../s
 	}
 	
 	// request the persistent file system
-	window.request<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>(Local<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>.PERSISTENT, 0, onSuccess, onError);
+	window.requestFileSystem(LocalFileSystem.PERSISTENT, 0, onSuccess, onError);
 
-Resolve Local <a href="../fileobj/fileobj.html">File</a> System URI Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Resolve Local File System URI Quick Example
 -------------------------------------------
 
 	function onSuccess(fileEntry) {
 		console.log(fileEntry.name);
 	}
 
-	window.resolveLocal<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>URI("file:///example.txt", onSuccess, onError);
+	window.resolveLocalFileSystemURI("file:///example.txt", onSuccess, onError);
 	
-Full <a href="../../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Local <a href="../fileobj/fileobj.html">File</a> System <a href="../../storage/storage.opendatabase.html">Example</a></title>
+        <title>Local File System Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.7.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../../device/device.html">Device</a>Ready() {
-			window.request<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>(Local<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>.PERSISTENT, 0, on<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>Success, fail);
-			window.resolveLocal<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>URI("file:///example.txt", onResolveSuccess, fail);
+        function onDeviceReady() {
+			window.requestFileSystem(LocalFileSystem.PERSISTENT, 0, onFileSystemSuccess, fail);
+			window.resolveLocalFileSystemURI("file:///example.txt", onResolveSuccess, fail);
         }
 
-		function on<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>Success(fileSystem) {
+		function onFileSystemSuccess(fileSystem) {
 			console.log(fileSystem.name);
 		}
 
@@ -105,7 +105,7 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
         </script>
       </head>
       <body>
-        <h1><a href="../../storage/storage.opendatabase.html">Example</a></h1>
-        <p>Local <a href="../fileobj/fileobj.html">File</a> System</p>
+        <h1>Example</h1>
+        <p>Local File System</p>
       </body>
     </html>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/file/metadata/metadata.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/file/metadata/metadata.md b/www/docs/en/1.7.0/cordova/file/metadata/metadata.md
index e4c5194..487d07c 100644
--- a/www/docs/en/1.7.0/cordova/file/metadata/metadata.md
+++ b/www/docs/en/1.7.0/cordova/file/metadata/metadata.md
@@ -31,7 +31,7 @@ Properties
 Details
 -------
 
-The `Metadata` object represents information about the state of a file or directory.  You can get an instance of a Metadata object by calling the __getMetadata__ method of a `<a href="../directoryentry/directoryentry.html">DirectoryEntry</a>` or `<a href="../fileentry/fileentry.html"><a href="../fileobj/fileobj.html">File</a>Entry</a>` object.
+The `Metadata` object represents information about the state of a file or directory.  You can get an instance of a Metadata object by calling the __getMetadata__ method of a `DirectoryEntry` or `FileEntry` object.
 
 Supported Platforms
 -------------------
@@ -41,7 +41,7 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
 	function win(metadata) {

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/geolocation/Coordinates/coordinates.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/geolocation/Coordinates/coordinates.md b/www/docs/en/1.7.0/cordova/geolocation/Coordinates/coordinates.md
index 451635d..ad2baf0 100644
--- a/www/docs/en/1.7.0/cordova/geolocation/Coordinates/coordinates.md
+++ b/www/docs/en/1.7.0/cordova/geolocation/Coordinates/coordinates.md
@@ -37,7 +37,7 @@ Properties
 Description
 -----------
 
-The `Coordinates` object is created and populated by Cordova, and attached to the `<a href="../Position/position.html">Position</a>` object. The `<a href="../Position/position.html">Position</a>` 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
 -------------------
@@ -48,7 +48,7 @@ Supported Platforms
 - Windows Phone 7 ( Mango )
 - Bada 1.2 & 2.x
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // onSuccess Callback
@@ -70,29 +70,29 @@ Quick <a href="../../storage/storage.opendatabase.html">Example</a>
         alert('onError!');
     };
 
-    navigator.geolocation.getCurrent<a href="../Position/position.html">Position</a>(onSuccess, onError);
+    navigator.geolocation.getCurrentPosition(onSuccess, onError);
 
-Full <a href="../../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../geolocation.html">Geolocation</a> <a href="../Position/position.html">Position</a> <a href="../../storage/storage.opendatabase.html">Example</a></title>
+        <title>Geolocation Position Example</title>
         <script type="text/javascript" charset="utf-8" src="cordova-1.7.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Set an event to wait for Cordova to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is loaded and Ready
         //
-        function on<a href="../../device/device.html">Device</a>Ready() {
-            navigator.geolocation.getCurrent<a href="../Position/position.html">Position</a>(onSuccess, onError);
+        function onDeviceReady() {
+            navigator.geolocation.getCurrentPosition(onSuccess, onError);
         }
     
-        // Display `<a href="../Position/position.html">Position</a>` properties from the geolocation
+        // Display `Position` properties from the geolocation
         //
         function onSuccess(position) {
             var div = document.getElementById('myDiv');

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/geolocation/Position/position.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/geolocation/Position/position.md b/www/docs/en/1.7.0/cordova/geolocation/Position/position.md
index 82f0d57..2f23043 100644
--- a/www/docs/en/1.7.0/cordova/geolocation/Position/position.md
+++ b/www/docs/en/1.7.0/cordova/geolocation/Position/position.md
@@ -26,7 +26,7 @@ Contains `Position` coordinates that are created by the geolocation API.
 Properties
 ----------
 
-- __coords:__ A set of geographic coordinates. _(<a href="../Coordinates/coordinates.html">Coordinates</a>)_
+- __coords:__ A set of geographic coordinates. _(Coordinates)_
 - __timestamp:__ Creation timestamp for `coords` in milliseconds. _(DOMTimeStamp)_
 
 Description
@@ -43,7 +43,7 @@ Supported Platforms
 - Windows Phone 7 ( Mango )
 - Bada 1.2 & 2.x
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // onSuccess Callback
@@ -59,37 +59,37 @@ Quick <a href="../../storage/storage.opendatabase.html">Example</a>
               'Timestamp: '         + new Date(position.timestamp)      + '\n');
     };
 
-    // onError Callback receives a <a href="../PositionError/positionError.html">PositionError</a> object
+    // onError Callback receives a PositionError object
     //
     function onError(error) {
         alert('code: '    + error.code    + '\n' +
               'message: ' + error.message + '\n');
     }
 
-    navigator.<a href="../geolocation.getCurrentPosition.html">geolocation.getCurrentPosition</a>(onSuccess, onError);
+    navigator.geolocation.getCurrentPosition(onSuccess, onError);
 
-Full <a href="../../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../../device/device.html">Device</a> Properties <a href="../../storage/storage.opendatabase.html">Example</a></title>
+        <title>Device Properties Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.7.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../../device/device.html">Device</a>Ready() {
-            navigator.<a href="../geolocation.getCurrentPosition.html">geolocation.getCurrentPosition</a>(onSuccess, onError);
+        function onDeviceReady() {
+            navigator.geolocation.getCurrentPosition(onSuccess, onError);
         }
     
-        // onSuccess <a href="../geolocation.html">Geolocation</a>
+        // onSuccess Geolocation
         //
         function onSuccess(position) {
             var element = document.getElementById('geolocation');
@@ -103,7 +103,7 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
                                 'Timestamp: '          + new Date(position.timestamp)          + '<br />';
         }
     
-	    // onError Callback receives a <a href="../PositionError/positionError.html">PositionError</a> object
+	    // onError Callback receives a PositionError object
 	    //
 	    function onError(error) {
 	        alert('code: '    + error.code    + '\n' +

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/geolocation/PositionError/positionError.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/geolocation/PositionError/positionError.md b/www/docs/en/1.7.0/cordova/geolocation/PositionError/positionError.md
index 4450441..45bef69 100644
--- a/www/docs/en/1.7.0/cordova/geolocation/PositionError/positionError.md
+++ b/www/docs/en/1.7.0/cordova/geolocation/PositionError/positionError.md
@@ -18,10 +18,10 @@ license: >
     under the License.
 ---
 
-<a href="../Position/position.html">Position</a>Error
+PositionError
 ========
 
-A `<a href="../Position/position.html">Position</a>Error` object is returned to the <a href="../parameters/geolocationError.html">geolocationError</a> callback when an error occurs.
+A `PositionError` object is returned to the geolocationError callback when an error occurs.
 
 Properties
 ----------
@@ -32,12 +32,12 @@ Properties
 Constants
 ---------
 
-- `<a href="../Position/position.html">Position</a>Error.PERMISSION_DENIED`
-- `<a href="../Position/position.html">Position</a>Error.POSITION_UNAVAILABLE`
-- `<a href="../Position/position.html">Position</a>Error.TIMEOUT`
+- `PositionError.PERMISSION_DENIED`
+- `PositionError.POSITION_UNAVAILABLE`
+- `PositionError.TIMEOUT`
 
 Description
 -----------
 
-The `<a href="../Position/position.html">Position</a>Error` object is returned to the user through the `<a href="../parameters/geolocationError.html">geolocationError</a>` callback function when an error occurs with geolocation.
+The `PositionError` object is returned to the user through the `geolocationError` callback function when an error occurs with geolocation.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/geolocation/geolocation.clearWatch.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/geolocation/geolocation.clearWatch.md b/www/docs/en/1.7.0/cordova/geolocation/geolocation.clearWatch.md
index 798b75c..154ec6f 100644
--- a/www/docs/en/1.7.0/cordova/geolocation/geolocation.clearWatch.md
+++ b/www/docs/en/1.7.0/cordova/geolocation/geolocation.clearWatch.md
@@ -28,12 +28,12 @@ Stop watching for changes to the device's location referenced by the `watchID` p
 Parameters
 ----------
 
-- __watchID:__ The id of the `watch<a href="Position/position.html">Position</a>` interval to clear. (String)
+- __watchID:__ The id of the `watchPosition` interval to clear. (String)
 
 Description
 -----------
 
-Function `geolocation.clearWatch` stops watching changes to the device's location by clearing the `geolocation.watch<a href="Position/position.html">Position</a>` referenced by `watchID`.
+Function `geolocation.clearWatch` stops watching changes to the device's location by clearing the `geolocation.watchPosition` referenced by `watchID`.
 
 Supported Platforms
 -------------------
@@ -44,44 +44,44 @@ Supported Platforms
 - Windows Phone 7 ( Mango )
 - Bada 1.2 & 2.x
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // Options: retrieve the location every 3 seconds
     //
-    var watchID = navigator.geolocation.watch<a href="Position/position.html">Position</a>(onSuccess, onError, { frequency: 3000 });
+    var watchID = navigator.geolocation.watchPosition(onSuccess, onError, { frequency: 3000 });
 
     // ...later on...
 
     navigator.geolocation.clearWatch(watchID);
 
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../device/device.html">Device</a> Properties <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Device Properties Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.7.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         var watchID = null;
 
         // Cordova is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             // Update every 3 seconds
             var options = { frequency: 3000 };
-            watchID = navigator.geolocation.watch<a href="Position/position.html">Position</a>(onSuccess, onError, options);
+            watchID = navigator.geolocation.watchPosition(onSuccess, onError, options);
         }
     
-        // onSuccess <a href="geolocation.html">Geolocation</a>
+        // onSuccess Geolocation
         //
         function onSuccess(position) {
             var element = document.getElementById('geolocation');
@@ -99,7 +99,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             }
         }
     
-	    // onError Callback receives a <a href="<a href="Position/position.html">Position</a>Error/positionError.html"><a href="Position/position.html">Position</a>Error</a> object
+	    // onError Callback receives a PositionError object
 	    //
 	    function onError(error) {
 	      alert('code: '    + error.code    + '\n' +

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/geolocation/geolocation.getCurrentPosition.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/geolocation/geolocation.getCurrentPosition.md b/www/docs/en/1.7.0/cordova/geolocation/geolocation.getCurrentPosition.md
index 6d9617d..343d429 100644
--- a/www/docs/en/1.7.0/cordova/geolocation/geolocation.getCurrentPosition.md
+++ b/www/docs/en/1.7.0/cordova/geolocation/geolocation.getCurrentPosition.md
@@ -18,26 +18,26 @@ license: >
     under the License.
 ---
 
-geolocation.getCurrent<a href="Position/position.html">Position</a>
+geolocation.getCurrentPosition
 ==============================
 
-Returns the device's current position as a `<a href="Position/position.html">Position</a>` object.
+Returns the device's current position as a `Position` object.
 
-    navigator.geolocation.getCurrent<a href="Position/position.html">Position</a>(<a href="parameters/geolocationSuccess.html">geolocationSuccess</a>, 
-                                             [<a href="parameters/geolocationError.html">geolocationError</a>], 
-                                             [<a href="parameters/geolocation.options.html">geolocationOptions</a>]);
+    navigator.geolocation.getCurrentPosition(geolocationSuccess, 
+                                             [geolocationError], 
+                                             [geolocationOptions]);
 
 Parameters
 ----------
 
-- __<a href="parameters/geolocationSuccess.html">geolocationSuccess</a>__: The callback that is called with the current position.
-- __<a href="parameters/geolocationError.html">geolocationError</a>__: (Optional) The callback that is called if there was an error.
-- __<a href="parameters/geolocation.options.html">geolocationOptions</a>__: (Optional) The geolocation options.
+- __geolocationSuccess__: The callback that is called with the current position.
+- __geolocationError__: (Optional) The callback that is called if there was an error.
+- __geolocationOptions__: (Optional) The geolocation options.
 
 Description
 -----------
 
-Function `geolocation.getCurrent<a href="Position/position.html">Position</a>` is an asynchronous function. It returns the device's current position to the `<a href="parameters/geolocationSuccess.html">geolocationSuccess</a>` callback with a `<a href="Position/position.html">Position</a>` object as the parameter.  If there is an error, the `<a href="parameters/geolocationError.html">geolocationError</a>` callback is invoked with a `<a href="<a href="Position/position.html">Position</a>Error/positionError.html"><a href="Position/position.html">Position</a>Error</a>` object.
+Function `geolocation.getCurrentPosition` is an asynchronous function. It returns the device's current position to the `geolocationSuccess` callback with a `Position` object as the parameter.  If there is an error, the `geolocationError` callback is invoked with a `PositionError` object.
 
 
 Supported Platforms
@@ -49,11 +49,11 @@ Supported Platforms
 - Windows Phone 7 ( Mango )
 - Bada 1.2 & 2.x
     
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // onSuccess Callback
-    //   This method accepts a `<a href="Position/position.html">Position</a>` object, which contains
+    //   This method accepts a `Position` object, which contains
     //   the current GPS coordinates
     //
     var onSuccess = function(position) {
@@ -67,37 +67,37 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
               'Timestamp: '         + new Date(position.timestamp)      + '\n');
     };
 
-    // onError Callback receives a <a href="<a href="Position/position.html">Position</a>Error/positionError.html"><a href="Position/position.html">Position</a>Error</a> object
+    // onError Callback receives a PositionError object
     //
     function onError(error) {
         alert('code: '    + error.code    + '\n' +
               'message: ' + error.message + '\n');
     }
 
-    navigator.geolocation.getCurrent<a href="Position/position.html">Position</a>(onSuccess, onError);
+    navigator.geolocation.getCurrentPosition(onSuccess, onError);
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../device/device.html">Device</a> Properties <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Device Properties Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.7.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
-            navigator.geolocation.getCurrent<a href="Position/position.html">Position</a>(onSuccess, onError);
+        function onDeviceReady() {
+            navigator.geolocation.getCurrentPosition(onSuccess, onError);
         }
     
-        // onSuccess <a href="geolocation.html">Geolocation</a>
+        // onSuccess Geolocation
         //
         function onSuccess(position) {
             var element = document.getElementById('geolocation');
@@ -111,7 +111,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
                                 'Timestamp: '          + new Date(position.timestamp)          + '<br />';
         }
     
-	    // onError Callback receives a <a href="<a href="Position/position.html">Position</a>Error/positionError.html"><a href="Position/position.html">Position</a>Error</a> object
+	    // onError Callback receives a PositionError object
 	    //
 	    function onError(error) {
 	        alert('code: '    + error.code    + '\n' +

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/geolocation/geolocation.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/geolocation/geolocation.md b/www/docs/en/1.7.0/cordova/geolocation/geolocation.md
index dcb6b3b..3f43a14 100644
--- a/www/docs/en/1.7.0/cordova/geolocation/geolocation.md
+++ b/www/docs/en/1.7.0/cordova/geolocation/geolocation.md
@@ -23,28 +23,28 @@ Geolocation
 
 > The `geolocation` object provides access to the device's GPS sensor. 
 
-Geolocation provides location information for the device, such as latitude and longitude. Common sources of location information include Global <a href="Position/position.html">Position</a>ing 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. 
+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 Cordova's implementation.  For devices that don't have geolocation support, Cordova's implementation should be compatible with the W3C specification.
 
 Methods
 -------
 
-- geolocation.getCurrent<a href="Position/position.html">Position</a>
-- geolocation.watch<a href="Position/position.html">Position</a>
-- <a href="geolocation.clearWatch.html">geolocation.clearWatch</a>
+- geolocation.getCurrentPosition
+- geolocation.watchPosition
+- geolocation.clearWatch
 
 
 Arguments
 ---------
 
-- <a href="parameters/geolocationSuccess.html">geolocationSuccess</a>
-- <a href="parameters/geolocationError.html">geolocationError</a>
-- <a href="parameters/geolocation.options.html">geolocationOptions</a>
+- geolocationSuccess
+- geolocationError
+- geolocationOptions
 
 Objects (Read-Only)
 -------------------
 
-- <a href="Position/position.html">Position</a>
-- <a href="<a href="Position/position.html">Position</a>Error/positionError.html"><a href="Position/position.html">Position</a>Error</a>
-- <a href="Coordinates/coordinates.html">Coordinates</a>
+- Position
+- PositionError
+- Coordinates

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/geolocation/geolocation.watchPosition.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/geolocation/geolocation.watchPosition.md b/www/docs/en/1.7.0/cordova/geolocation/geolocation.watchPosition.md
index becf9f7..9382866 100644
--- a/www/docs/en/1.7.0/cordova/geolocation/geolocation.watchPosition.md
+++ b/www/docs/en/1.7.0/cordova/geolocation/geolocation.watchPosition.md
@@ -18,31 +18,31 @@ license: >
     under the License.
 ---
 
-geolocation.watch<a href="Position/position.html">Position</a>
+geolocation.watchPosition
 =========================
 
 Watches for changes to the device's current position.
 
-    var watchId = navigator.geolocation.watch<a href="Position/position.html">Position</a>(<a href="parameters/geolocationSuccess.html">geolocationSuccess</a>,
-                                                      [<a href="parameters/geolocationError.html">geolocationError</a>],
-                                                      [<a href="parameters/geolocation.options.html">geolocationOptions</a>]);
+    var watchId = navigator.geolocation.watchPosition(geolocationSuccess,
+                                                      [geolocationError],
+                                                      [geolocationOptions]);
 
 Parameters
 ----------
 
-- __<a href="parameters/geolocationSuccess.html">geolocationSuccess</a>__: The callback that is called with the current position.
-- __<a href="parameters/geolocationError.html">geolocationError</a>__: (Optional) The callback that is called if there was an error.
-- __<a href="parameters/geolocation.options.html">geolocationOptions</a>__: (Optional) The geolocation options.
+- __geolocationSuccess__: The callback that is called with the current position.
+- __geolocationError__: (Optional) The callback that is called if there was an error.
+- __geolocationOptions__: (Optional) The geolocation options.
 
 Returns
 -------
 
-- __String__: returns a watch id that references the watch position interval. The watch id can be used with `<a href="geolocation.clearWatch.html">geolocation.clearWatch</a>` to stop watching for changes in position.
+- __String__: returns a watch id that references the watch position interval. The watch id can be used with `geolocation.clearWatch` to stop watching for changes in position.
 
 Description
 -----------
 
-Function `geolocation.watch<a href="Position/position.html">Position</a>` is an asynchronous function. It returns the device's current position when a change in position has been detected.  When the device has retrieved a new location, the `<a href="parameters/geolocationSuccess.html">geolocationSuccess</a>` callback is invoked with a `<a href="Position/position.html">Position</a>` object as the parameter.  If there is an error, the `<a href="parameters/geolocationError.html">geolocationError</a>` callback is invoked with a `<a href="<a href="Position/position.html">Position</a>Error/positionError.html"><a href="Position/position.html">Position</a>Error</a>` object.
+Function `geolocation.watchPosition` is an asynchronous function. It returns the device's current position when a change in position has been detected.  When the device has retrieved a new location, the `geolocationSuccess` callback is invoked with a `Position` object as the parameter.  If there is an error, the `geolocationError` callback is invoked with a `PositionError` object.
 
 Supported Platforms
 -------------------
@@ -53,11 +53,11 @@ Supported Platforms
 - Windows Phone 7 ( Mango )
 - Bada 1.2 & 2.x
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // onSuccess Callback
-    //   This method accepts a `<a href="Position/position.html">Position</a>` object, which contains
+    //   This method accepts a `Position` object, which contains
     //   the current GPS coordinates
     //
     function onSuccess(position) {
@@ -67,7 +67,7 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
                             '<hr />'      + element.innerHTML;
     }
 
-    // onError Callback receives a <a href="<a href="Position/position.html">Position</a>Error/positionError.html"><a href="Position/position.html">Position</a>Error</a> object
+    // onError Callback receives a PositionError object
     //
     function onError(error) {
         alert('code: '    + error.code    + '\n' +
@@ -76,35 +76,35 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
 
     // Options: retrieve the location every 3 seconds
     //
-    var watchID = navigator.geolocation.watch<a href="Position/position.html">Position</a>(onSuccess, onError, { frequency: 3000 });
+    var watchID = navigator.geolocation.watchPosition(onSuccess, onError, { frequency: 3000 });
     
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../device/device.html">Device</a> Properties <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Device Properties Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.7.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         var watchID = null;
 
         // Cordova is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             // Update every 3 seconds
             var options = { frequency: 3000 };
-            watchID = navigator.geolocation.watch<a href="Position/position.html">Position</a>(onSuccess, onError, options);
+            watchID = navigator.geolocation.watchPosition(onSuccess, onError, options);
         }
     
-        // onSuccess <a href="geolocation.html">Geolocation</a>
+        // onSuccess Geolocation
         //
         function onSuccess(position) {
             var element = document.getElementById('geolocation');
@@ -113,7 +113,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
                                 '<hr />'      + element.innerHTML;
         }
     
-	    // onError Callback receives a <a href="<a href="Position/position.html">Position</a>Error/positionError.html"><a href="Position/position.html">Position</a>Error</a> object
+	    // onError Callback receives a PositionError object
 	    //
 	    function onError(error) {
 	        alert('code: '    + error.code    + '\n' +

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/geolocation/parameters/geolocation.options.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/geolocation/parameters/geolocation.options.md b/www/docs/en/1.7.0/cordova/geolocation/parameters/geolocation.options.md
index 9b14493..c6ab066 100644
--- a/www/docs/en/1.7.0/cordova/geolocation/parameters/geolocation.options.md
+++ b/www/docs/en/1.7.0/cordova/geolocation/parameters/geolocation.options.md
@@ -30,7 +30,7 @@ Options
 
 - __frequency:__ How often to retrieve the position in milliseconds. This option is not part of the W3C spec and will be removed in the future. maximumAge should be used instead. _(Number)_ (Default: 10000)
 - __enableHighAccuracy:__ Provides a hint that the application would like to receive the best possible results. _(Boolean)_
-- __timeout:__ The maximum length of time (msec) that is allowed to pass from the call to `geolocation.getCurrent<a href="../Position/position.html">Position</a>` or `geolocation.watch<a href="../Position/position.html">Position</a>` until the corresponding `<a href="geolocationSuccess.html">geolocationSuccess</a>` callback is invoked. _(Number)_
+- __timeout:__ The maximum length of time (msec) that is allowed to pass from the call to `geolocation.getCurrentPosition` or `geolocation.watchPosition` until the corresponding `geolocationSuccess` callback is invoked. _(Number)_
 - __maximumAge:__ Accept a cached position whose age is no greater than the specified time in milliseconds. _(Number)_
 
 Android Quirks

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/geolocation/parameters/geolocationError.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/geolocation/parameters/geolocationError.md b/www/docs/en/1.7.0/cordova/geolocation/parameters/geolocationError.md
index afe00ea..3408969 100644
--- a/www/docs/en/1.7.0/cordova/geolocation/parameters/geolocationError.md
+++ b/www/docs/en/1.7.0/cordova/geolocation/parameters/geolocationError.md
@@ -30,4 +30,4 @@ The user's callback function that is called when there is an error for geolocati
 Parameters
 ----------
 
-- __error:__ The error returned by the device. (`<a href="../<a href="../Position/position.html">Position</a>Error/positionError.html"><a href="../Position/position.html">Position</a>Error</a>`)
+- __error:__ The error returned by the device. (`PositionError`)

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/geolocation/parameters/geolocationSuccess.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/geolocation/parameters/geolocationSuccess.md b/www/docs/en/1.7.0/cordova/geolocation/parameters/geolocationSuccess.md
index e26929c..95d3455 100644
--- a/www/docs/en/1.7.0/cordova/geolocation/parameters/geolocationSuccess.md
+++ b/www/docs/en/1.7.0/cordova/geolocation/parameters/geolocationSuccess.md
@@ -30,9 +30,9 @@ The user's callback function that is called when a geolocation position is avail
 Parameters
 ----------
 
-- __position:__ The geolocation position returned by the device. (`<a href="../Position/position.html">Position</a>`)
+- __position:__ The geolocation position returned by the device. (`Position`)
 
-<a href="../../storage/storage.opendatabase.html">Example</a>
+Example
 -------
 
     function geolocationSuccess(position) {

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/media/MediaError/mediaError.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/media/MediaError/mediaError.md b/www/docs/en/1.7.0/cordova/media/MediaError/mediaError.md
index 8d8a960..ad11ca5 100644
--- a/www/docs/en/1.7.0/cordova/media/MediaError/mediaError.md
+++ b/www/docs/en/1.7.0/cordova/media/MediaError/mediaError.md
@@ -18,10 +18,10 @@ license: >
     under the License.
 ---
 
-<a href="../media.html">Media</a>Error
+MediaError
 ==========
 
-A `<a href="../media.html">Media</a>Error` object is returned to the `<a href="../Parameters/mediaError.html">mediaError</a>` callback function when an error occurs.
+A `MediaError` object is returned to the `mediaError` callback function when an error occurs.
 
 Properties
 ----------
@@ -32,14 +32,14 @@ Properties
 Constants
 ---------
 
-- `<a href="../media.html">Media</a>Error.MEDIA_ERR_ABORTED`
-- `<a href="../media.html">Media</a>Error.MEDIA_ERR_NETWORK`
-- `<a href="../media.html">Media</a>Error.MEDIA_ERR_DECODE`
-- `<a href="../media.html">Media</a>Error.MEDIA_ERR_NONE_SUPPORTED`
+- `MediaError.MEDIA_ERR_ABORTED`
+- `MediaError.MEDIA_ERR_NETWORK`
+- `MediaError.MEDIA_ERR_DECODE`
+- `MediaError.MEDIA_ERR_NONE_SUPPORTED`
 
 
 Description
 -----------
 
-The `<a href="../media.html">Media</a>Error` object is returned to the user through the `<a href="../Parameters/mediaError.html">mediaError</a>` callback function when an error occurs.
+The `MediaError` object is returned to the user through the `mediaError` callback function when an error occurs.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/media/Parameters/mediaError.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/media/Parameters/mediaError.md b/www/docs/en/1.7.0/cordova/media/Parameters/mediaError.md
index 1881d31..1e0e3a8 100644
--- a/www/docs/en/1.7.0/cordova/media/Parameters/mediaError.md
+++ b/www/docs/en/1.7.0/cordova/media/Parameters/mediaError.md
@@ -30,4 +30,4 @@ A user specified callback function that is invoked when there is an error in med
 Parameters
 ----------
 
-- __error:__ The error returned by the device. (`<a href="../<a href="../media.html">Media</a>Error/mediaError.html"><a href="../media.html">Media</a>Error</a>`)
+- __error:__ The error returned by the device. (`MediaError`)

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/media/capture/CaptureCB.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/media/capture/CaptureCB.md b/www/docs/en/1.7.0/cordova/media/capture/CaptureCB.md
index 81cad0a..a897c8b 100644
--- a/www/docs/en/1.7.0/cordova/media/capture/CaptureCB.md
+++ b/www/docs/en/1.7.0/cordova/media/capture/CaptureCB.md
@@ -18,28 +18,28 @@ license: >
     under the License.
 ---
 
-<a href="capture.html">Capture</a>CB
+CaptureCB
 =========
 
 > Invoked upon a successful media capture operation.
 
-    function captureSuccess( <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>[] media<a href="../../file/fileobj/fileobj.html">File</a>s ) { ... };
+    function captureSuccess( MediaFile[] mediaFiles ) { ... };
 
 Description
 -----------
 
 This function is invoked after a successful capture operation has completed.  This means a media file has been captured, and either the user has exited the media capture application, or the capture limit has been reached.
 
-Each <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a> object describes a captured media file.  
+Each MediaFile object describes a captured media file.  
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // capture callback
-    function captureSuccess(media<a href="../../file/fileobj/fileobj.html">File</a>s) {
+    function captureSuccess(mediaFiles) {
         var i, path, len;
-        for (i = 0, len = media<a href="../../file/fileobj/fileobj.html">File</a>s.length; i < len; i += 1) {
-            path = media<a href="../../file/fileobj/fileobj.html">File</a>s[i].fullPath;
+        for (i = 0, len = mediaFiles.length; i < len; i += 1) {
+            path = mediaFiles[i].fullPath;
             // do something interesting with the file
         }
     };

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/media/capture/CaptureError.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/media/capture/CaptureError.md b/www/docs/en/1.7.0/cordova/media/capture/CaptureError.md
index a4f135c..f387287 100644
--- a/www/docs/en/1.7.0/cordova/media/capture/CaptureError.md
+++ b/www/docs/en/1.7.0/cordova/media/capture/CaptureError.md
@@ -18,7 +18,7 @@ license: >
     under the License.
 ---
 
-<a href="capture.html">Capture</a>Error
+CaptureError
 ============
 
 > Encapsulates the error code resulting from a failed media capture operation.
@@ -31,8 +31,8 @@ Properties
 Constants
 ---------
 
-- <a href="capture.html">Capture</a>Error.`CAPTURE_INTERNAL_ERR`: <a href="../../camera/camera.html">Camera</a> or microphone failed to capture image or sound. 
-- <a href="capture.html">Capture</a>Error.`CAPTURE_APPLICATION_BUSY`: <a href="../../camera/camera.html">Camera</a> application or audio capture application is currently serving other capture request.
-- <a href="capture.html">Capture</a>Error.`CAPTURE_INVALID_ARGUMENT`: Invalid use of the API (e.g. limit parameter has value less than one).
-- <a href="capture.html">Capture</a>Error.`CAPTURE_NO_MEDIA_FILES`: User exited camera application or audio capture application before capturing anything.
-- <a href="capture.html">Capture</a>Error.`CAPTURE_NOT_SUPPORTED`: The requested capture operation is not supported.
+- CaptureError.`CAPTURE_INTERNAL_ERR`: Camera or microphone failed to capture image or sound. 
+- CaptureError.`CAPTURE_APPLICATION_BUSY`: Camera application or audio capture application is currently serving other capture request.
+- CaptureError.`CAPTURE_INVALID_ARGUMENT`: Invalid use of the API (e.g. limit parameter has value less than one).
+- CaptureError.`CAPTURE_NO_MEDIA_FILES`: User exited camera application or audio capture application before capturing anything.
+- CaptureError.`CAPTURE_NOT_SUPPORTED`: The requested capture operation is not supported.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/media/capture/CaptureErrorCB.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/media/capture/CaptureErrorCB.md b/www/docs/en/1.7.0/cordova/media/capture/CaptureErrorCB.md
index 02e9f62..7d24861 100644
--- a/www/docs/en/1.7.0/cordova/media/capture/CaptureErrorCB.md
+++ b/www/docs/en/1.7.0/cordova/media/capture/CaptureErrorCB.md
@@ -18,24 +18,24 @@ license: >
     under the License.
 ---
 
-<a href="capture.html">Capture</a>ErrorCB
+CaptureErrorCB
 ==============
 
 > Invoked if an error occurs during a media capture operation.
 
-    function captureError( <a href="capture.html">Capture</a>Error error ) { ... };
+    function captureError( CaptureError error ) { ... };
 
 Description
 -----------
 
 This function is invoked if an error occurs when trying to launch a media capture operation and the capture application is busy, if an error occurs while the capture operation is taking place, or if the capture operation has been canceled by the user before any media files have been captured.
 
-This function is invoked with a <a href="capture.html">Capture</a>Error object containing an appropriate error code.
+This function is invoked with a CaptureError object containing an appropriate error code.
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // capture error callback
     var captureError = function(error) {
-        navigator.<a href="../../notification/notification.alert.html">notification.alert</a>('Error code: ' + error.code, null, '<a href="capture.html">Capture</a> Error');
+        navigator.notification.alert('Error code: ' + error.code, null, 'Capture Error');
     };

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/media/capture/ConfigurationData.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/media/capture/ConfigurationData.md b/www/docs/en/1.7.0/cordova/media/capture/ConfigurationData.md
index 797d9da..2b32dfe 100644
--- a/www/docs/en/1.7.0/cordova/media/capture/ConfigurationData.md
+++ b/www/docs/en/1.7.0/cordova/media/capture/ConfigurationData.md
@@ -28,7 +28,7 @@ Description
 
 This object is used to describe media capture modes supported by the device.  The configuration data includes the MIME type, and capture dimensions (for video or image capture).  
 
-The MIME types should adhere to [RFC2046](http://www.ietf.org/rfc/rfc2046.txt).  <a href="../../storage/storage.opendatabase.html">Example</a>s:
+The MIME types should adhere to [RFC2046](http://www.ietf.org/rfc/rfc2046.txt).  Examples:
 
 - video/3gpp
 - video/quicktime
@@ -43,7 +43,7 @@ Properties
 - __height:__ The height of the image or video in pixels.  In the case of a sound clip, this attribute has value 0. (Number)
 - __width:__ The width of the image or video in pixels.  In the case of a sound clip, this attribute has value 0. (Number)
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // retrieve supported image modes

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/media/capture/MediaFile.getFormatData.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/media/capture/MediaFile.getFormatData.md b/www/docs/en/1.7.0/cordova/media/capture/MediaFile.getFormatData.md
index afb3f3e..83b2fe8 100644
--- a/www/docs/en/1.7.0/cordova/media/capture/MediaFile.getFormatData.md
+++ b/www/docs/en/1.7.0/cordova/media/capture/MediaFile.getFormatData.md
@@ -18,20 +18,20 @@ license: >
     under the License.
 ---
 
-<a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>.getFormatData
+MediaFile.getFormatData
 =======================
 
 > Retrieves format information about the media capture file.
 
-    media<a href="../../file/fileobj/fileobj.html">File</a>.getFormatData( 
-        <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>DataSuccessCB successCallback, 
-        [<a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>DataErrorCB errorCallback]
+    mediaFile.getFormatData( 
+        MediaFileDataSuccessCB successCallback, 
+        [MediaFileDataErrorCB errorCallback]
     );
 
 Description
 -----------
 
-This function asynchronously attempts to retrieve the format information for the media file.  If successful, it invokes the <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>DataSuccessCB callback with a <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>Data object.  If the attempt fails, this function will invoke the <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>DataErrorCB callback.
+This function asynchronously attempts to retrieve the format information for the media file.  If successful, it invokes the MediaFileDataSuccessCB callback with a MediaFileData object.  If the attempt fails, this function will invoke the MediaFileDataErrorCB callback.
 
 Supported Platforms
 -------------------
@@ -43,12 +43,12 @@ Supported Platforms
 
 BlackBerry WebWorks Quirks
 --------------------------
-There is no API that provides format information of media files.  Therefore, all <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>Data objects will be returned with default values.  See <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>Data documentation.
+There is no API that provides format information of media files.  Therefore, all MediaFileData objects will be returned with default values.  See MediaFileData documentation.
 
 Android Quirks
 --------------
-The API for retrieving media file format information is limited.  Therefore, not all <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>Data properties are supported.  See <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>Data documentation.
+The API for retrieving media file format information is limited.  Therefore, not all MediaFileData properties are supported.  See MediaFileData documentation.
 
 iOS Quirks
 ----------
-The API for retrieving media file format information is limited.  Therefore, not all <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>Data properties are supported.  See <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>Data documentation.
\ No newline at end of file
+The API for retrieving media file format information is limited.  Therefore, not all MediaFileData properties are supported.  See MediaFileData documentation.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/media/capture/MediaFile.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/media/capture/MediaFile.md b/www/docs/en/1.7.0/cordova/media/capture/MediaFile.md
index 0a10254..869b0ef 100644
--- a/www/docs/en/1.7.0/cordova/media/capture/MediaFile.md
+++ b/www/docs/en/1.7.0/cordova/media/capture/MediaFile.md
@@ -18,7 +18,7 @@ license: >
     under the License.
 ---
 
-<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>
+MediaFile
 =========
 
 > Encapsulates properties of a media capture file.
@@ -35,4 +35,4 @@ Properties
 Methods
 -------
 
-- __<a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.getFormatData.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.getFormatData</a>:__ Retrieves the format information of the media file.
\ No newline at end of file
+- __MediaFile.getFormatData:__ Retrieves the format information of the media file.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/media/capture/MediaFileData.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/media/capture/MediaFileData.md b/www/docs/en/1.7.0/cordova/media/capture/MediaFileData.md
index ebac2e3..cc7de58 100644
--- a/www/docs/en/1.7.0/cordova/media/capture/MediaFileData.md
+++ b/www/docs/en/1.7.0/cordova/media/capture/MediaFileData.md
@@ -18,7 +18,7 @@ license: >
     under the License.
 ---
 
-<a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>Data
+MediaFileData
 =============
 
 > Encapsulates format information about a media file.
@@ -34,7 +34,7 @@ Properties
 
 BlackBerry WebWorks Quirks
 --------------------------
-There is no API that provides format information of media files.  So the <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>Data object returned by the <a href="<a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>.getFormatData.html"><a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>.getFormatData</a> function will have the following default values:
+There is no API that provides format information of media files.  So the MediaFileData object returned by the MediaFile.getFormatData function will have the following default values:
 
 - __codecs:__ Not supported. The attribute will always be null.
 - __bitrate:__ Not supported.  The attribute will always be 0.
@@ -44,7 +44,7 @@ There is no API that provides format information of media files.  So the <a href
 
 Android Quirks
 --------------
-Support for the <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>Data properties is as follows:
+Support for the MediaFileData properties is as follows:
 
 - __codecs:__ Not supported.  The attribute will always be null.
 - __bitrate:__ Not supported.  The attribute will always be 0.
@@ -54,7 +54,7 @@ Support for the <a href="<a href="../media.html">Media</a><a href="../../file/fi
 
 iOS Quirks
 ----------
-Support for the <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>Data properties is as follows:
+Support for the MediaFileData properties is as follows:
 
 - __codecs:__ Not supported.  The attribute will always be null.
 - __bitrate:__ Supported on iOS4 devices for audio only. The attribute will always be 0 for image and video.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/media/capture/capture.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/media/capture/capture.md b/www/docs/en/1.7.0/cordova/media/capture/capture.md
index 1989c03..24cf551 100644
--- a/www/docs/en/1.7.0/cordova/media/capture/capture.md
+++ b/www/docs/en/1.7.0/cordova/media/capture/capture.md
@@ -27,22 +27,22 @@ Objects
 -------
 
 - Capture
-- <a href="captureAudioOptions.html">CaptureAudioOptions</a>
-- <a href="captureImageOptions.html">CaptureImageOptions</a>
-- <a href="captureVideoOptions.html">CaptureVideoOptions</a>
-- <a href="CaptureCB.html">CaptureCB</a>
-- <a href="<a href="CaptureError.html">CaptureError</a>CB.html"><a href="CaptureError.html">CaptureError</a>CB</a>
-- <a href="ConfigurationData.html">ConfigurationData</a>
-- <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>
-- <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>Data
+- CaptureAudioOptions
+- CaptureImageOptions
+- CaptureVideoOptions
+- CaptureCB
+- CaptureErrorCB
+- ConfigurationData
+- MediaFile
+- MediaFileData
 
 Methods
 -------
 
-- <a href="captureAudio.html">capture.captureAudio</a>
-- <a href="captureImage.html">capture.captureImage</a>
-- <a href="captureVideo.html">capture.captureVideo</a>
-- <a href="<a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>.getFormatData.html"><a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>.getFormatData</a>
+- capture.captureAudio
+- capture.captureImage
+- capture.captureVideo
+- MediaFile.getFormatData
 
 Scope
 -----
@@ -55,16 +55,16 @@ The __capture__ object is assigned to the __navigator.device__ object, and there
 Properties
 ----------
 
-- __supportedAudioModes:__ The audio recording formats supported by the device. (<a href="ConfigurationData.html">ConfigurationData</a>[])
-- __supportedImageModes:__ The recording image sizes and formats supported by the device. (<a href="ConfigurationData.html">ConfigurationData</a>[])
-- __supportedVideoModes:__ The recording video resolutions and formats supported by the device. (<a href="ConfigurationData.html">ConfigurationData</a>[])
+- __supportedAudioModes:__ The audio recording formats supported by the device. (ConfigurationData[])
+- __supportedImageModes:__ The recording image sizes and formats supported by the device. (ConfigurationData[])
+- __supportedVideoModes:__ The recording video resolutions and formats supported by the device. (ConfigurationData[])
 
 Methods
 -------
 
-- <a href="captureAudio.html">capture.captureAudio</a>: Launch the device audio recording application for recording audio clip(s).
-- <a href="captureImage.html">capture.captureImage</a>: Launch the device camera application for taking image(s).
-- <a href="captureVideo.html">capture.captureVideo</a>: Launch the device video recorder application for recording video(s).
+- capture.captureAudio: Launch the device audio recording application for recording audio clip(s).
+- capture.captureImage: Launch the device camera application for taking image(s).
+- capture.captureVideo: Launch the device video recorder application for recording video(s).
 
 
 Supported Platforms


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[31/51] [partial] docs commit: Reverting autolinking change because of inconsistencies.

Posted by db...@apache.org.
http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/events/events.searchbutton.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/events/events.searchbutton.md b/www/docs/en/1.5.0/phonegap/events/events.searchbutton.md
index 1bafcc3..f73e7d9 100644
--- a/www/docs/en/1.5.0/phonegap/events/events.searchbutton.md
+++ b/www/docs/en/1.5.0/phonegap/events/events.searchbutton.md
@@ -30,14 +30,14 @@ Details
 
 If you need to override the default search button behaviour on Android you can register an event listener for the 'searchbutton' event.
 
-Typically, you will want to attach an event listener with `document.addEventListener` once you receive the PhoneGap '<a href="events.deviceready.html">deviceready</a>' event.
+Typically, you will want to attach an event listener with `document.addEventListener` once you receive the PhoneGap 'deviceready' event.
 
 Supported Platforms
 -------------------
 
 - Android
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     document.addEventListener("searchbutton", onSearchKeyDown, false);
@@ -46,31 +46,31 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         // Handle the search button
     }
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
                           "http://www.w3.org/TR/html4/strict.dtd">
     <html>
       <head>
-        <title>PhoneGap Search Button <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>PhoneGap Search Button Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.5.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Call on<a href="../device/device.html">Device</a>Ready when PhoneGap is loaded.
+        // Call onDeviceReady when PhoneGap is loaded.
         //
         // At this point, the document has loaded but cordova-1.5.0.js has not.
         // When PhoneGap is loaded and talking with the native device,
-        // it will call the event `<a href="events.deviceready.html">deviceready</a>`.
+        // it will call the event `deviceready`.
         //
         function onLoad() {
-            document.addEventListener("<a href="events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
 
         // PhoneGap is loaded and it is now safe to make calls PhoneGap methods
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             // Register the event listener
             document.addEventListener("searchbutton", onSearchKeyDown, false);
         }

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/events/events.startcallbutton.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/events/events.startcallbutton.md b/www/docs/en/1.5.0/phonegap/events/events.startcallbutton.md
index 9b6912d..c9b9a34 100644
--- a/www/docs/en/1.5.0/phonegap/events/events.startcallbutton.md
+++ b/www/docs/en/1.5.0/phonegap/events/events.startcallbutton.md
@@ -30,14 +30,14 @@ Details
 
 If you need to override the default start call behaviour you can register an event listener for the 'startcallbutton' event.
 
-Typically, you will want to attach an event listener with `document.addEventListener` once you receive the PhoneGap '<a href="events.deviceready.html">deviceready</a>' event.
+Typically, you will want to attach an event listener with `document.addEventListener` once you receive the PhoneGap 'deviceready' event.
 
 Supported Platforms
 -------------------
 
 - BlackBerry WebWorks (OS 5.0 and higher)
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     document.addEventListener("startcallbutton", onStartCallKeyDown, false);
@@ -46,31 +46,31 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         // Handle the start call button
     }
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
                           "http://www.w3.org/TR/html4/strict.dtd">
     <html>
       <head>
-        <title>PhoneGap Start Call Button <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>PhoneGap Start Call Button Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.5.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Call on<a href="../device/device.html">Device</a>Ready when PhoneGap is loaded.
+        // Call onDeviceReady when PhoneGap is loaded.
         //
         // At this point, the document has loaded but cordova-1.5.0.js has not.
         // When PhoneGap is loaded and talking with the native device,
-        // it will call the event `<a href="events.deviceready.html">deviceready</a>`.
+        // it will call the event `deviceready`.
         //
         function onLoad() {
-            document.addEventListener("<a href="events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
 
         // PhoneGap is loaded and it is now safe to make calls PhoneGap methods
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             // Register the event listener
             document.addEventListener("startcallbutton", onStartCallKeyDown, false);
         }

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/events/events.volumedownbutton.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/events/events.volumedownbutton.md b/www/docs/en/1.5.0/phonegap/events/events.volumedownbutton.md
index c4b52c0..00923f8 100644
--- a/www/docs/en/1.5.0/phonegap/events/events.volumedownbutton.md
+++ b/www/docs/en/1.5.0/phonegap/events/events.volumedownbutton.md
@@ -30,14 +30,14 @@ 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 '<a href="events.deviceready.html">deviceready</a>' event.
+Typically, you will want to attach an event listener with `document.addEventListener` once you receive the PhoneGap 'deviceready' event.
 
 Supported Platforms
 -------------------
 
 - BlackBerry WebWorks (OS 5.0 and higher)
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     document.addEventListener("volumedownbutton", onVolumeDownKeyDown, false);
@@ -46,31 +46,31 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         // Handle the volume down button
     }
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
                           "http://www.w3.org/TR/html4/strict.dtd">
     <html>
       <head>
-        <title>PhoneGap Volume Down Button <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>PhoneGap Volume Down Button Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.5.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Call on<a href="../device/device.html">Device</a>Ready when PhoneGap is loaded.
+        // Call onDeviceReady when PhoneGap is loaded.
         //
         // At this point, the document has loaded but cordova-1.5.0.js has not.
         // When PhoneGap is loaded and talking with the native device,
-        // it will call the event `<a href="events.deviceready.html">deviceready</a>`.
+        // it will call the event `deviceready`.
         //
         function onLoad() {
-            document.addEventListener("<a href="events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
 
         // PhoneGap is loaded and it is now safe to make calls PhoneGap methods
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             // Register the event listener
             document.addEventListener("volumedownbutton", onVolumeDownKeyDown, false);
         }

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/events/events.volumeupbutton.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/events/events.volumeupbutton.md b/www/docs/en/1.5.0/phonegap/events/events.volumeupbutton.md
index 8502e9a..6247b93 100644
--- a/www/docs/en/1.5.0/phonegap/events/events.volumeupbutton.md
+++ b/www/docs/en/1.5.0/phonegap/events/events.volumeupbutton.md
@@ -30,14 +30,14 @@ 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 '<a href="events.deviceready.html">deviceready</a>' event.
+Typically, you will want to attach an event listener with `document.addEventListener` once you receive the PhoneGap 'deviceready' event.
 
 Supported Platforms
 -------------------
 
 - BlackBerry WebWorks (OS 5.0 and higher)
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     document.addEventListener("volumeupbutton", onVolumeUpKeyDown, false);
@@ -46,31 +46,31 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         // Handle the volume up button
     }
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
                           "http://www.w3.org/TR/html4/strict.dtd">
     <html>
       <head>
-        <title>PhoneGap Volume Up Button <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>PhoneGap Volume Up Button Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.5.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Call on<a href="../device/device.html">Device</a>Ready when PhoneGap is loaded.
+        // Call onDeviceReady when PhoneGap is loaded.
         //
         // At this point, the document has loaded but cordova-1.5.0.js has not.
         // When PhoneGap is loaded and talking with the native device,
-        // it will call the event `<a href="events.deviceready.html">deviceready</a>`.
+        // it will call the event `deviceready`.
         //
         function onLoad() {
-            document.addEventListener("<a href="events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
 
         // PhoneGap is loaded and it is now safe to make calls PhoneGap methods
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             // Register the event listener
             document.addEventListener("volumeupbutton", onVolumeUpKeyDown, false);
         }

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/file/directoryentry/directoryentry.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/file/directoryentry/directoryentry.md b/www/docs/en/1.5.0/phonegap/file/directoryentry/directoryentry.md
index e8766a6..bcc7784 100644
--- a/www/docs/en/1.5.0/phonegap/file/directoryentry/directoryentry.md
+++ b/www/docs/en/1.5.0/phonegap/file/directoryentry/directoryentry.md
@@ -26,29 +26,29 @@ This object represents a directory on a file system.  It is defined in the [W3C
 Properties
 ----------
 
-- __is<a href="../fileobj/fileobj.html">File</a>:__ Always false. _(boolean)_
+- __isFile:__ Always false. _(boolean)_
 - __isDirectory:__ Always true. _(boolean)_
-- __<a href="../../storage/parameters/name.html">name</a>:__ The <a href="../../storage/parameters/name.html">name</a> of the DirectoryEntry, excluding the path leading to it. _(DOMString)_
+- __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:
 
-- __filesystem:__ The file system on which the DirectoryEntry resides. _(<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>)_ 
+- __filesystem:__ The file system on which the DirectoryEntry resides. _(FileSystem)_ 
 
 Methods
 -------
 
 The following methods can be invoked on a DirectoryEntry object:
 
-- __get<a href="../metadata/metadata.html">Metadata</a>__: Look up metadata about a directory. 
+- __getMetadata__: Look up metadata about a directory. 
 - __moveTo__: Move a directory to a different location on the file system.
 - __copyTo__: Copy a directory to a different location on the file system.
 - __toURI__: Return a URI that can be used to locate a directory.
 - __remove__: Delete a directory.  The directory must be empty.
 - __getParent__: Look up the parent directory.
-- __createReader__: Create a new <a href="../directoryreader/directoryreader.html">DirectoryReader</a> that can read entries from a directory.
+- __createReader__: Create a new DirectoryReader that can read entries from a directory.
 - __getDirectory__: Create or look up a directory.
-- __get<a href="../fileobj/fileobj.html">File</a>__: Create or look up a file.
+- __getFile__: Create or look up a file.
 - __removeRecursively__: Delete a directory and all of its contents.
 
 
@@ -60,18 +60,18 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
 
-get<a href="../metadata/metadata.html">Metadata</a>
+getMetadata
 -----------
 
 Look up metadata about a directory.
 
 __Parameters:__
 
-- __successCallback__ - A callback that is called with a <a href="../metadata/metadata.html">Metadata</a> object. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs retrieving the <a href="../metadata/metadata.html">Metadata</a>. Invoked with a <a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a> object. _(Function)_
+- __successCallback__ - A callback that is called with a Metadata object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileError object. _(Function)_
 
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 
     function success(metadata) {
         console.log("Last Modified: " + metadata.modificationTime);
@@ -82,7 +82,7 @@ __Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
     }
 
     // Request the metadata object for this entry
-    entry.get<a href="../metadata/metadata.html">Metadata</a>(success, fail);	
+    entry.getMetadata(success, fail);	
 
 
 moveTo
@@ -91,7 +91,7 @@ moveTo
 Move a directory to a different location on the file system. It is an error to attempt to:
 
 - move a directory inside itself or to any child at any depth;
-- move a directory into its parent if a <a href="../../storage/parameters/name.html">name</a> different from its current one is not provided;
+- move a directory into its parent if a name different from its current one is not provided;
 - move a directory to a path occupied by a file;
 - move a directory to a path occupied by a directory which is not empty.
 
@@ -100,12 +100,12 @@ In addition, an attempt to move a directory on top of an existing empty director
 __Parameters:__
 
 - __parent__ - The parent directory to which to move the directory. _(DirectoryEntry)_
-- __newName__ - The new <a href="../../storage/parameters/name.html">name</a> of the directory. Defaults to the current <a href="../../storage/parameters/name.html">name</a> if unspecified. _(DOMString)_
+- __newName__ - The new name of the directory. Defaults to the current name if unspecified. _(DOMString)_
 - __successCallback__ - A callback that is called with the DirectoryEntry object of the new directory. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs when attempting to move the directory.  Invoked with a <a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a> object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs when attempting to move the directory.  Invoked with a FileError object. _(Function)_
 
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 
     function success(entry) {
         console.log("New Path: " + entry.fullPath);
@@ -120,7 +120,7 @@ __Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
             newName = document.getElementById('newName').value,
             parentEntry = new DirectoryEntry({fullPath: parent});
 
-        // move the directory to a new directory and re<a href="../../storage/parameters/name.html">name</a> it
+        // move the directory to a new directory and rename it
         entry.moveTo(parentEntry, newName, success, fail);
     }
 
@@ -130,19 +130,19 @@ copyTo
 Copy a directory to a different location on the file system. It is an error to attempt to:
 
 - copy a directory inside itself at any depth;
-- copy a directory into its parent if a <a href="../../storage/parameters/name.html">name</a> different from its current one is not provided. 
+- copy a directory into its parent if a name different from its current one is not provided. 
 
 Directory copies are always recursive - that is, they copy all contents of the directory.
 
 __Parameters:__
 
 - __parent__ - The parent directory to which to copy the directory. _(DirectoryEntry)_
-- __newName__ - The new <a href="../../storage/parameters/name.html">name</a> of the directory. Defaults to the current <a href="../../storage/parameters/name.html">name</a> if unspecified. _(DOMString)_
+- __newName__ - The new name of the directory. Defaults to the current name if unspecified. _(DOMString)_
 - __successCallback__ - A callback that is called with the DirectoryEntry object of the new directory. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs when attempting to copy the underlying directory.  Invoked with a <a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a> object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs when attempting to copy the underlying directory.  Invoked with a FileError object. _(Function)_
 
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 
 	function win(entry) {
 		console.log("New Path: " + entry.fullPath);
@@ -157,7 +157,7 @@ __Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
             newName = document.getElementById('newName').value,
             parentEntry = new DirectoryEntry({fullPath: parent});
 
-        // copy the directory to a new directory and re<a href="../../storage/parameters/name.html">name</a> it
+        // copy the directory to a new directory and rename it
         entry.copyTo(parentEntry, newName, success, fail);
     }
 
@@ -167,7 +167,7 @@ toURI
 
 Returns a URI that can be used to locate the directory. 
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 	
     // Get the URI for this directory
     var uri = entry.toURI();
@@ -185,9 +185,9 @@ Deletes a directory. It is an error to attempt to:
 __Parameters:__
 
 - __successCallback__ - A callback that is called after the directory has been deleted.  Invoked with no parameters. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs when attempting to delete the directory.  Invoked with a <a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a> object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs when attempting to delete the directory.  Invoked with a FileError object. _(Function)_
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 	
     function success(entry) {
         console.log("Removal succeeded");
@@ -209,12 +209,12 @@ Look up the parent DirectoryEntry containing the directory.
 __Parameters:__
 
 - __successCallback__ - A callback that is called with the directory's parent DirectoryEntry. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs when attempting to retrieve the parent DirectoryEntry.  Invoked with a <a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a> object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs when attempting to retrieve the parent DirectoryEntry.  Invoked with a FileError object. _(Function)_
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 	
     function success(parent) {
-        console.log("Parent Name: " + parent.<a href="../../storage/parameters/name.html">name</a>);
+        console.log("Parent Name: " + parent.name);
     }
  
     function fail(error) {
@@ -228,9 +228,9 @@ __Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
 createReader
 ------------
 
-Creates a new <a href="../directoryreader/directoryreader.html">DirectoryReader</a> to read entries in a directory.
+Creates a new DirectoryReader to read entries in a directory.
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 	
     // create a directory reader
     var directoryReader = entry.createReader();	
@@ -246,14 +246,14 @@ Creates or looks up an existing directory.  It is an error to attempt to:
 __Parameters:__
 
 - __path__ - The path to the directory to be looked up or created.  Either an absolute path, or a relative path from this DirectoryEntry. _(DOMString)_
-- __options__ - Options to specify whether the directory is created if it doesn't exist.  _(<a href="../flags/flags.html">Flags</a>)_
+- __options__ - Options to specify whether the directory is created if it doesn't exist.  _(Flags)_
 - __successCallback__ - A callback that is invoked with a DirectoryEntry object. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs creating or looking up the directory.  Invoked with a <a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a> object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs creating or looking up the directory.  Invoked with a FileError object. _(Function)_
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 	
     function success(parent) {
-        console.log("Parent Name: " + parent.<a href="../../storage/parameters/name.html">name</a>);
+        console.log("Parent Name: " + parent.name);
     }
 
     function fail(error) {
@@ -264,7 +264,7 @@ __Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
     entry.getDirectory("newDir", {create: true, exclusive: false}, success, fail);	
 
 
-get<a href="../fileobj/fileobj.html">File</a>
+getFile
 -------
 
 Creates or looks up a file.  It is an error to attempt to:
@@ -274,14 +274,14 @@ Creates or looks up a file.  It is an error to attempt to:
 __Parameters:__
 
 - __path__ - The path to the file to be looked up or created.  Either an absolute path, or a relative path from this DirectoryEntry. _(DOMString)_
-- __options__ - Options to specify whether the file is created if it doesn't exist.  _(<a href="../flags/flags.html">Flags</a>)_
-- __successCallback__ - A callback that is invoked with a <a href="../fileentry/fileentry.html"><a href="../fileobj/fileobj.html">File</a>Entry</a> object. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs creating or looking up the file.  Invoked with a <a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a> object. _(Function)_
+- __options__ - Options to specify whether the file is created if it doesn't exist.  _(Flags)_
+- __successCallback__ - A callback that is invoked with a FileEntry object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs creating or looking up the file.  Invoked with a FileError object. _(Function)_
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 	
     function success(parent) {
-        console.log("Parent Name: " + parent.<a href="../../storage/parameters/name.html">name</a>);
+        console.log("Parent Name: " + parent.name);
     }
 
     function fail(error) {
@@ -289,7 +289,7 @@ __Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
     }
 
     // Retrieve an existing file, or create it if it does not exist
-    entry.get<a href="../fileobj/fileobj.html">File</a>("new<a href="../fileobj/fileobj.html">File</a>.txt", {create: true, exclusive: false}, success, fail);	
+    entry.getFile("newFile.txt", {create: true, exclusive: false}, success, fail);	
 
 
 removeRecursively
@@ -304,9 +304,9 @@ be deleted.   It is an error to attempt to:
 __Parameters:__
 
 - __successCallback__ - A callback that is called after the DirectoryEntry has been deleted.  Invoked with no parameters. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs when attempting to delete the DirectoryEntry.  Invoked with a <a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a> object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs when attempting to delete the DirectoryEntry.  Invoked with a FileError object. _(Function)_
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 	
     function success(parent) {
         console.log("Remove Recursively Succeeded");

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/file/directoryreader/directoryreader.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/file/directoryreader/directoryreader.md b/www/docs/en/1.5.0/phonegap/file/directoryreader/directoryreader.md
index 233df7e..da55cc2 100644
--- a/www/docs/en/1.5.0/phonegap/file/directoryreader/directoryreader.md
+++ b/www/docs/en/1.5.0/phonegap/file/directoryreader/directoryreader.md
@@ -44,15 +44,15 @@ Read the entries in this directory.
 
 __Parameters:__
 
-- __successCallback__ - A callback that is passed an array of <a href="../fileentry/fileentry.html"><a href="../fileobj/fileobj.html">File</a>Entry</a> and <a href="../directoryentry/directoryentry.html">DirectoryEntry</a> objects. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs retrieving the directory listing. Invoked with a <a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a> object. _(Function)_
+- __successCallback__ - A callback that is passed an array of FileEntry and DirectoryEntry objects. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs retrieving the directory listing. Invoked with a FileError object. _(Function)_
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 	
     function success(entries) {
         var i;
         for (i=0; i<entries.length; i++) {
-            console.log(entries[i].<a href="../../storage/parameters/name.html">name</a>);
+            console.log(entries[i].name);
         }
     }
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/file/file.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/file/file.md b/www/docs/en/1.5.0/phonegap/file/file.md
index c88f97c..9c6027e 100644
--- a/www/docs/en/1.5.0/phonegap/file/file.md
+++ b/www/docs/en/1.5.0/phonegap/file/file.md
@@ -18,7 +18,7 @@ license: >
     under the License.
 ---
 
-<a href="fileobj/fileobj.html">File</a>
+File
 ==========
 
 > An API to read, write and navigate file system hierarchies. 
@@ -26,18 +26,18 @@ license: >
 Objects
 -------
 
-- <a href="directoryentry/directoryentry.html">DirectoryEntry</a>
-- <a href="directoryreader/directoryreader.html">DirectoryReader</a>
-- <a href="fileobj/fileobj.html">File</a>
-- <a href="fileentry/fileentry.html"><a href="fileobj/fileobj.html">File</a>Entry</a>
-- <a href="fileerror/fileerror.html"><a href="fileobj/fileobj.html">File</a>Error</a>
-- <a href="filereader/filereader.html"><a href="fileobj/fileobj.html">File</a>Reader</a>
-- <a href="filesystem/filesystem.html"><a href="fileobj/fileobj.html">File</a>System</a>
-- <a href="filetransfer/filetransfer.html"><a href="fileobj/fileobj.html">File</a>Transfer</a>
-- <a href="filetransfererror/filetransfererror.html"><a href="filetransfer/filetransfer.html"><a href="fileobj/fileobj.html">File</a>Transfer</a>Error</a>
-- <a href="fileuploadoptions/fileuploadoptions.html"><a href="fileobj/fileobj.html">File</a>UploadOptions</a>
-- <a href="fileuploadresult/fileuploadresult.html"><a href="fileobj/fileobj.html">File</a>UploadResult</a>
-- <a href="filewriter/filewriter.html"><a href="fileobj/fileobj.html">File</a>Writer</a>
-- <a href="flags/flags.html">Flags</a>
-- Local<a href="filesystem/filesystem.html"><a href="fileobj/fileobj.html">File</a>System</a>
-- <a href="metadata/metadata.html">Metadata</a>
\ No newline at end of file
+- DirectoryEntry
+- DirectoryReader
+- File
+- FileEntry
+- FileError
+- FileReader
+- FileSystem
+- FileTransfer
+- FileTransferError
+- FileUploadOptions
+- FileUploadResult
+- FileWriter
+- Flags
+- LocalFileSystem
+- Metadata
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/file/fileentry/fileentry.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/file/fileentry/fileentry.md b/www/docs/en/1.5.0/phonegap/file/fileentry/fileentry.md
index c44a551..7a7d521 100644
--- a/www/docs/en/1.5.0/phonegap/file/fileentry/fileentry.md
+++ b/www/docs/en/1.5.0/phonegap/file/fileentry/fileentry.md
@@ -18,7 +18,7 @@ license: >
     under the License.
 ---
 
-<a href="../fileobj/fileobj.html">File</a>Entry
+FileEntry
 ==========
 
 This object represents a file on a file system.  It is defined in the [W3C Directories and Systems](http://www.w3.org/TR/file-system-api/) specification.
@@ -26,27 +26,27 @@ This object represents a file on a file system.  It is defined in the [W3C Direc
 Properties
 ----------
 
-- __is<a href="../fileobj/fileobj.html">File</a>:__ Always true. _(boolean)_
+- __isFile:__ Always true. _(boolean)_
 - __isDirectory:__ Always false. _(boolean)_
-- __<a href="../../storage/parameters/name.html">name</a>:__ The <a href="../../storage/parameters/name.html">name</a> of the <a href="../fileobj/fileobj.html">File</a>Entry, excluding the path leading to it. _(DOMString)_
-- __fullPath:__ The full absolute path from the root to the <a href="../fileobj/fileobj.html">File</a>Entry. _(DOMString)_
+- __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:
 
-- __filesystem:__ The file system on which the <a href="../fileobj/fileobj.html">File</a>Entry resides. _(<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>)_
+- __filesystem:__ The file system on which the FileEntry resides. _(FileSystem)_
 
 
 Methods
 -------
 
-- __get<a href="../metadata/metadata.html">Metadata</a>__: Look up metadata about a file. 
+- __getMetadata__: Look up metadata about a file. 
 - __moveTo__: Move a file to a different location on the file system.
 - __copyTo__: Copy a file to a different location on the file system.
 - __toURI__: Return a URI that can be used to locate a file.
 - __remove__: Delete a file.  
 - __getParent__: Look up the parent directory.
-- __createWriter__: Creates a <a href="../filewriter/filewriter.html"><a href="../fileobj/fileobj.html">File</a>Writer</a> object that can be used to write to a file.
-- __file__: Creates a <a href="../fileobj/fileobj.html">File</a> object containing file properties.
+- __createWriter__: Creates a FileWriter object that can be used to write to a file.
+- __file__: Creates a File object containing file properties.
 
 
 Supported Platforms
@@ -58,18 +58,18 @@ Supported Platforms
 - Windows Phone 7 ( Mango )
 
 
-get<a href="../metadata/metadata.html">Metadata</a>
+getMetadata
 ----------------
 
 Look up metadata about a file.
 
 __Parameters:__
 
-- __successCallback__ - A callback that is called with a <a href="../metadata/metadata.html">Metadata</a> object. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs retrieving the <a href="../metadata/metadata.html">Metadata</a>. Invoked with a <a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a> object. _(Function)_
+- __successCallback__ - A callback that is called with a Metadata object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileError object. _(Function)_
 
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 
     function success(metadata) {
         console.log("Last Modified: " + metadata.modificationTime);
@@ -80,7 +80,7 @@ __Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
     }
 
     // Request the metadata object for this entry
-    entry.get<a href="../metadata/metadata.html">Metadata</a>(success, fail);	
+    entry.getMetadata(success, fail);	
 
 
 moveTo
@@ -88,20 +88,20 @@ moveTo
 
 Move a file to a different location on the file system. It is an error to attempt to:
 
-- move a file into its parent if a <a href="../../storage/parameters/name.html">name</a> different from its current one isn't provided;
+- move a file into its parent if a name different from its current one isn't provided;
 - move a file to a path occupied by a directory;
 
 In addition, an attempt to move a file on top of an existing file must attempt to delete and replace that file. 
 
 __Parameters:__
 
-- __parent__ - The parent directory to which to move the file. _(<a href="../directoryentry/directoryentry.html">DirectoryEntry</a>)_
-- __newName__ - The new <a href="../../storage/parameters/name.html">name</a> of the file. Defaults to the current <a href="../../storage/parameters/name.html">name</a> if unspecified. _(DOMString)_
-- __successCallback__ - A callback that is called with the <a href="../fileobj/fileobj.html">File</a>Entry object of the new file. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs when attempting to move the file.  Invoked with a <a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a> object. _(Function)_
+- __parent__ - The parent directory to which to move the file. _(DirectoryEntry)_
+- __newName__ - The new name of the file. Defaults to the current name if unspecified. _(DOMString)_
+- __successCallback__ - A callback that is called with the FileEntry object of the new file. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs when attempting to move the file.  Invoked with a FileError object. _(Function)_
 
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 
     function success(entry) {
         console.log("New Path: " + entry.fullPath);
@@ -111,12 +111,12 @@ __Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
         alert(error.code);
     }
 
-    function move<a href="../fileobj/fileobj.html">File</a>(entry) {
+    function moveFile(entry) {
         var parent = document.getElementById('parent').value,
-            parentEntry = new <a href="../directoryentry/directoryentry.html">DirectoryEntry</a>({fullPath: parent});
+            parentEntry = new DirectoryEntry({fullPath: parent});
 
-        // move the file to a new directory and re<a href="../../storage/parameters/name.html">name</a> it
-        entry.moveTo(parentEntry, "new<a href="../fileobj/fileobj.html">File</a>.txt", success, fail);
+        // move the file to a new directory and rename it
+        entry.moveTo(parentEntry, "newFile.txt", success, fail);
     }
 	
 
@@ -125,17 +125,17 @@ copyTo
 
 Copy a file to a new location on the file system.  It is an error to attempt to:
 
-- copy a file into its parent if a <a href="../../storage/parameters/name.html">name</a> different from its current one is not provided. 
+- copy a file into its parent if a name different from its current one is not provided. 
 
 __Parameters:__
 
-- __parent__ - The parent directory to which to copy the file. _(<a href="../directoryentry/directoryentry.html">DirectoryEntry</a>)_
-- __newName__ - The new <a href="../../storage/parameters/name.html">name</a> of the file. Defaults to the current <a href="../../storage/parameters/name.html">name</a> if unspecified. _(DOMString)_
-- __successCallback__ - A callback that is called with the <a href="../fileobj/fileobj.html">File</a>Entry object of the new file. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs when attempting to copy the file.  Invoked with a <a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a> object. _(Function)_
+- __parent__ - The parent directory to which to copy the file. _(DirectoryEntry)_
+- __newName__ - The new name of the file. Defaults to the current name if unspecified. _(DOMString)_
+- __successCallback__ - A callback that is called with the FileEntry object of the new file. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs when attempting to copy the file.  Invoked with a FileError object. _(Function)_
 
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 
     function win(entry) {
 	    console.log("New Path: " + entry.fullPath);
@@ -145,11 +145,11 @@ __Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
 	    alert(error.code);
     }
 
-    function copy<a href="../fileobj/fileobj.html">File</a>(entry) {
+    function copyFile(entry) {
         var parent = document.getElementById('parent').value,
-            parentEntry = new <a href="../directoryentry/directoryentry.html">DirectoryEntry</a>({fullPath: parent});
+            parentEntry = new DirectoryEntry({fullPath: parent});
 
-        // copy the file to a new directory and re<a href="../../storage/parameters/name.html">name</a> it
+        // copy the file to a new directory and rename it
         entry.copyTo(parentEntry, "file.copy", success, fail);
     }
 
@@ -159,7 +159,7 @@ toURI
 
 Returns a URI that can be used to locate the file. 
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 	
     // Request the URI for this entry
     var uri = entry.toURI();
@@ -174,9 +174,9 @@ Deletes a file.
 __Parameters:__
 
 - __successCallback__ - A callback that is called after the file has been deleted.  Invoked with no parameters. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs when attempting to delete the file.  Invoked with a <a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a> object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs when attempting to delete the file.  Invoked with a FileError object. _(Function)_
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 	
     function success(entry) {
         console.log("Removal succeeded");
@@ -193,38 +193,38 @@ __Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
 getParent
 ---------
 
-Look up the parent <a href="../directoryentry/directoryentry.html">DirectoryEntry</a> containing the file. 
+Look up the parent DirectoryEntry containing the file. 
 
 __Parameters:__
 
-- __successCallback__ - A callback that is called with the file's parent <a href="../directoryentry/directoryentry.html">DirectoryEntry</a>. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs when attempting to retrieve the parent <a href="../directoryentry/directoryentry.html">DirectoryEntry</a>.  Invoked with a <a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a> object. _(Function)_
+- __successCallback__ - A callback that is called with the file's parent DirectoryEntry. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs when attempting to retrieve the parent DirectoryEntry.  Invoked with a FileError object. _(Function)_
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 	
     function success(parent) {
-        console.log("Parent Name: " + parent.<a href="../../storage/parameters/name.html">name</a>);
+        console.log("Parent Name: " + parent.name);
     }
 
     function fail(error) {
         alert(error.code);
     }
 
-    // Get the parent <a href="../directoryentry/directoryentry.html">DirectoryEntry</a>
+    // Get the parent DirectoryEntry
     entry.getParent(success, fail);	
 
 
 createWriter
 ------------
 
-Create a <a href="../filewriter/filewriter.html"><a href="../fileobj/fileobj.html">File</a>Writer</a> object associated with the file that the <a href="../fileobj/fileobj.html">File</a>Entry represents.
+Create a FileWriter object associated with the file that the FileEntry represents.
 
 __Parameters:__
 
-- __successCallback__ - A callback that is called with a <a href="../filewriter/filewriter.html"><a href="../fileobj/fileobj.html">File</a>Writer</a> object. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs while attempting to create the <a href="../filewriter/filewriter.html"><a href="../fileobj/fileobj.html">File</a>Writer</a>.  Invoked with a <a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a> object. _(Function)_
+- __successCallback__ - A callback that is called with a FileWriter object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs while attempting to create the FileWriter.  Invoked with a FileError object. _(Function)_
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 	
     function success(writer) {
         writer.write("Some text to the file");
@@ -234,24 +234,24 @@ __Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
         alert(error.code);
     }
 
-    // create a <a href="../filewriter/filewriter.html"><a href="../fileobj/fileobj.html">File</a>Writer</a> to write to the file
+    // create a FileWriter to write to the file
     entry.createWriter(success, fail);	
 
 
 file
 ----
 
-Return a <a href="../fileobj/fileobj.html">File</a> object that represents the current state of the file that this <a href="../fileobj/fileobj.html">File</a>Entry represents.
+Return a File object that represents the current state of the file that this FileEntry represents.
 
 __Parameters:__
 
-- __successCallback__ - A callback that is called with a <a href="../fileobj/fileobj.html">File</a> object. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs when creating the <a href="../fileobj/fileobj.html">File</a> object (e.g. the underlying file no longer exists).  Invoked with a <a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a> object. _(Function)_
+- __successCallback__ - A callback that is called with a File object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs when creating the File object (e.g. the underlying file no longer exists).  Invoked with a FileError object. _(Function)_
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 	
     function success(file) {
-        console.log("<a href="../fileobj/fileobj.html">File</a> <a href="../../storage/parameters/size.html">size</a>: " + file.<a href="../../storage/parameters/size.html">size</a>);
+        console.log("File size: " + file.size);
     }
 
     function fail(error) {

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/file/fileerror/fileerror.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/file/fileerror/fileerror.md b/www/docs/en/1.5.0/phonegap/file/fileerror/fileerror.md
index 5bdd794..fa54c1f 100644
--- a/www/docs/en/1.5.0/phonegap/file/fileerror/fileerror.md
+++ b/www/docs/en/1.5.0/phonegap/file/fileerror/fileerror.md
@@ -18,10 +18,10 @@ license: >
     under the License.
 ---
 
-<a href="../fileobj/fileobj.html">File</a>Error
+FileError
 ========
 
-A '<a href="../fileobj/fileobj.html">File</a>Error' object is set when an error occurs in any of the <a href="../fileobj/fileobj.html">File</a> API methods. 
+A 'FileError' object is set when an error occurs in any of the File API methods. 
 
 Properties
 ----------
@@ -31,20 +31,20 @@ Properties
 Constants
 ---------
 
-- `<a href="../fileobj/fileobj.html">File</a>Error.NOT_FOUND_ERR`
-- `<a href="../fileobj/fileobj.html">File</a>Error.SECURITY_ERR`
-- `<a href="../fileobj/fileobj.html">File</a>Error.ABORT_ERR`
-- `<a href="../fileobj/fileobj.html">File</a>Error.NOT_READABLE_ERR`
-- `<a href="../fileobj/fileobj.html">File</a>Error.ENCODING_ERR`
-- `<a href="../fileobj/fileobj.html">File</a>Error.NO_MODIFICATION_ALLOWED_ERR`
-- `<a href="../fileobj/fileobj.html">File</a>Error.INVALID_STATE_ERR`
-- `<a href="../fileobj/fileobj.html">File</a>Error.SYNTAX_ERR`
-- `<a href="../fileobj/fileobj.html">File</a>Error.INVALID_MODIFICATION_ERR`
-- `<a href="../fileobj/fileobj.html">File</a>Error.QUOTA_EXCEEDED_ERR`
-- `<a href="../fileobj/fileobj.html">File</a>Error.TYPE_MISMATCH_ERR`
-- `<a href="../fileobj/fileobj.html">File</a>Error.PATH_EXISTS_ERR`
+- `FileError.NOT_FOUND_ERR`
+- `FileError.SECURITY_ERR`
+- `FileError.ABORT_ERR`
+- `FileError.NOT_READABLE_ERR`
+- `FileError.ENCODING_ERR`
+- `FileError.NO_MODIFICATION_ALLOWED_ERR`
+- `FileError.INVALID_STATE_ERR`
+- `FileError.SYNTAX_ERR`
+- `FileError.INVALID_MODIFICATION_ERR`
+- `FileError.QUOTA_EXCEEDED_ERR`
+- `FileError.TYPE_MISMATCH_ERR`
+- `FileError.PATH_EXISTS_ERR`
 
 Description
 -----------
 
-The `<a href="../fileobj/fileobj.html">File</a>Error` object is the only parameter of any of the <a href="../fileobj/fileobj.html">File</a> API's error callbacks.  Developers must read the code property to determine the type of error.
\ No newline at end of file
+The `FileError` object is the only parameter of any of the File API's error callbacks.  Developers must read the code property to determine the type of error.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/file/fileobj/fileobj.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/file/fileobj/fileobj.md b/www/docs/en/1.5.0/phonegap/file/fileobj/fileobj.md
index 42f9589..9920be9 100644
--- a/www/docs/en/1.5.0/phonegap/file/fileobj/fileobj.md
+++ b/www/docs/en/1.5.0/phonegap/file/fileobj/fileobj.md
@@ -26,16 +26,16 @@ This object contains attributes of a single file.
 Properties
 ----------
 
-- __<a href="../../storage/parameters/name.html">name</a>:__ The <a href="../../storage/parameters/name.html">name</a> of the file. _(DOMString)_
-- __fullPath:__ The full path of the file including the file <a href="../../storage/parameters/name.html">name</a>. _(DOMString)_
+- __name:__ The name of the file. _(DOMString)_
+- __fullPath:__ The full path of the file including the file name. _(DOMString)_
 - __type:__ The mime type of the file. _(DOMString)_
 - __lastModifiedDate:__ The last time the file was modified. _(Date)_
-- __<a href="../../storage/parameters/size.html">size</a>:__ The <a href="../../storage/parameters/size.html">size</a> of the file in bytes. _(long)_
+- __size:__ The size of the file in bytes. _(long)_
 
 Details
 -------
 
-The `File` object contains attributes of a single file.  You can get an instance of a File object by calling the __file__ method of a `<a href="../fileentry/fileentry.html">FileEntry</a>` object.
+The `File` object contains attributes of a single file.  You can get an instance of a File object by calling the __file__ method of a `FileEntry` object.
 
 Supported Platforms
 -------------------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/file/filereader/filereader.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/file/filereader/filereader.md b/www/docs/en/1.5.0/phonegap/file/filereader/filereader.md
index 72431a0..f482844 100644
--- a/www/docs/en/1.5.0/phonegap/file/filereader/filereader.md
+++ b/www/docs/en/1.5.0/phonegap/file/filereader/filereader.md
@@ -18,17 +18,17 @@ license: >
     under the License.
 ---
 
-<a href="../fileobj/fileobj.html">File</a>Reader
+FileReader
 ==========
 
-<a href="../fileobj/fileobj.html">File</a>Reader is an object that allows one to read a file.
+FileReader is an object that allows one to read a file.
 
 Properties
 ----------
 
 - __readyState:__ One of the three states the reader can be in EMPTY, LOADING or DONE.
 - __result:__ The contents of the file that has been read. _(DOMString)_
-- __error:__ An object containing errors. _(<a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a>)_
+- __error:__ An object containing errors. _(FileError)_
 - __onloadstart:__ Called when the read starts. . _(Function)_
 - __onprogress:__ Called while reading the file, reports progress (progess.loaded/progress.total). _(Function)_ -NOT SUPPORTED
 - __onload:__ Called when the read has successfully completed. _(Function)_
@@ -46,7 +46,7 @@ Methods
 Details
 -------
 
-The `<a href="../fileobj/fileobj.html">File</a>Reader` object is a way to read files from the devices file system.  <a href="../fileobj/fileobj.html">File</a>s can be read as text or as a base64 data encoded string.  Users register their own event listeners to receive the loadstart, progress, load, loadend, error and abort events.
+The `FileReader` object is a way to read files from the devices file system.  Files can be read as text or as a base64 data encoded string.  Users register their own event listeners to receive the loadstart, progress, load, loadend, error and abort events.
 
 Supported Platforms
 -------------------
@@ -63,11 +63,11 @@ __Parameters:__
 - file - the file object to read
 
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
 	function win(file) {
-		var reader = new <a href="../fileobj/fileobj.html">File</a>Reader();
+		var reader = new FileReader();
 		reader.onloadend = function(evt) {
         	console.log("read success");
             console.log(evt.target.result);
@@ -89,11 +89,11 @@ __Parameters:__
 - file - the file object to read
 - encoding - the encoding to use to encode the file's content. Default is UTF8.
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
 	function win(file) {
-		var reader = new <a href="../fileobj/fileobj.html">File</a>Reader();
+		var reader = new FileReader();
 		reader.onloadend = function(evt) {
         	console.log("read success");
             console.log(evt.target.result);
@@ -107,11 +107,11 @@ Quick <a href="../../storage/storage.opendatabase.html">Example</a>
 	
     entry.file(win, fail);
 
-Abort Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Abort Quick Example
 -------------------
 
 	function win(file) {
-		var reader = new <a href="../fileobj/fileobj.html">File</a>Reader();
+		var reader = new FileReader();
 		reader.onloadend = function(evt) {
         	console.log("read success");
             console.log(evt.target.result);
@@ -126,13 +126,13 @@ Abort Quick <a href="../../storage/storage.opendatabase.html">Example</a>
 	
     entry.file(win, fail);
 
-Full <a href="../../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../fileobj/fileobj.html">File</a>Reader <a href="../../storage/storage.opendatabase.html">Example</a></title>
+        <title>FileReader Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.5.0.js"></script>
         <script type="text/javascript" charset="utf-8">
@@ -140,30 +140,30 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
         // Wait for PhoneGap to load
         //
         function onLoad() {
-            document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
 
         // PhoneGap is ready
         //
-        function on<a href="../../device/device.html">Device</a>Ready() {
-			window.request<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>(Local<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>.PERSISTENT, 0, gotFS, fail);
+        function onDeviceReady() {
+			window.requestFileSystem(LocalFileSystem.PERSISTENT, 0, gotFS, fail);
         }
 		
 		function gotFS(fileSystem) {
-			fileSystem.root.get<a href="../fileobj/fileobj.html">File</a>("readme.txt", null, got<a href="../fileentry/fileentry.html"><a href="../fileobj/fileobj.html">File</a>Entry</a>, fail);
+			fileSystem.root.getFile("readme.txt", null, gotFileEntry, fail);
 		}
 		
-		function got<a href="../fileentry/fileentry.html"><a href="../fileobj/fileobj.html">File</a>Entry</a>(fileEntry) {
-			fileEntry.file(got<a href="../fileobj/fileobj.html">File</a>, fail);
+		function gotFileEntry(fileEntry) {
+			fileEntry.file(gotFile, fail);
 		}
 		
-        function got<a href="../fileobj/fileobj.html">File</a>(file){
+        function gotFile(file){
 			readDataUrl(file);
 			readAsText(file);
 		}
         
         function readDataUrl(file) {
-            var reader = new <a href="../fileobj/fileobj.html">File</a>Reader();
+            var reader = new FileReader();
             reader.onloadend = function(evt) {
                 console.log("Read as data URL");
                 console.log(evt.target.result);
@@ -172,7 +172,7 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
         }
         
         function readAsText(file) {
-            var reader = new <a href="../fileobj/fileobj.html">File</a>Reader();
+            var reader = new FileReader();
             reader.onloadend = function(evt) {
                 console.log("Read as text");
                 console.log(evt.target.result);
@@ -187,8 +187,8 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
         </script>
       </head>
       <body>
-        <h1><a href="../../storage/storage.opendatabase.html">Example</a></h1>
-        <p>Read <a href="../fileobj/fileobj.html">File</a></p>
+        <h1>Example</h1>
+        <p>Read File</p>
       </body>
     </html>
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/file/filesystem/filesystem.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/file/filesystem/filesystem.md b/www/docs/en/1.5.0/phonegap/file/filesystem/filesystem.md
index 5633f7d..0ac34ba 100644
--- a/www/docs/en/1.5.0/phonegap/file/filesystem/filesystem.md
+++ b/www/docs/en/1.5.0/phonegap/file/filesystem/filesystem.md
@@ -18,7 +18,7 @@ license: >
     under the License.
 ---
 
-<a href="../fileobj/fileobj.html">File</a>System
+FileSystem
 ==========
 
 This object represents a file system.
@@ -26,13 +26,13 @@ This object represents a file system.
 Properties
 ----------
 
-- __<a href="../../storage/parameters/name.html">name</a>:__ The <a href="../../storage/parameters/name.html">name</a> of the file system. _(DOMString)_
-- __root:__ The root directory of the file system. _(<a href="../directoryentry/directoryentry.html">DirectoryEntry</a>)_
+- __name:__ The name of the file system. _(DOMString)_
+- __root:__ The root directory of the file system. _(DirectoryEntry)_
 
 Details
 -------
 
-The `<a href="../fileobj/fileobj.html">File</a>System` object represents information about the file system. The <a href="../../storage/parameters/name.html">name</a> of the file system will be unique across the list of exposed file systems.  The root property contains a `<a href="../directoryentry/directoryentry.html">DirectoryEntry</a>` object which represents the root directory of the file system.
+The `FileSystem` object represents information about the file system. The name of the file system will be unique across the list of exposed file systems.  The root property contains a `DirectoryEntry` object which represents the root directory of the file system.
 
 Supported Platforms
 -------------------
@@ -42,41 +42,41 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
 
-<a href="../fileobj/fileobj.html">File</a> System Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+File System Quick Example
 -------------------------
 
 	function onSuccess(fileSystem) {
-		console.log(fileSystem.<a href="../../storage/parameters/name.html">name</a>);
-		console.log(fileSystem.root.<a href="../../storage/parameters/name.html">name</a>);
+		console.log(fileSystem.name);
+		console.log(fileSystem.root.name);
 	}
 	
 	// request the persistent file system
-	window.request<a href="../fileobj/fileobj.html">File</a>System(<a href="../localfilesystem/localfilesystem.html">Local<a href="../fileobj/fileobj.html">File</a>System</a>.PERSISTENT, 0, onSuccess, null);
+	window.requestFileSystem(LocalFileSystem.PERSISTENT, 0, onSuccess, null);
 
-Full <a href="../../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../fileobj/fileobj.html">File</a> System <a href="../../storage/storage.opendatabase.html">Example</a></title>
+        <title>File System Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.5.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for PhoneGap to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // PhoneGap is ready
         //
-        function on<a href="../../device/device.html">Device</a>Ready() {
-			window.request<a href="../fileobj/fileobj.html">File</a>System(<a href="../localfilesystem/localfilesystem.html">Local<a href="../fileobj/fileobj.html">File</a>System</a>.PERSISTENT, 0, on<a href="../fileobj/fileobj.html">File</a>SystemSuccess, fail);
+        function onDeviceReady() {
+			window.requestFileSystem(LocalFileSystem.PERSISTENT, 0, onFileSystemSuccess, fail);
         }
 
-		function on<a href="../fileobj/fileobj.html">File</a>SystemSuccess(fileSystem) {
-			console.log(fileSystem.<a href="../../storage/parameters/name.html">name</a>);
-			console.log(fileSystem.root.<a href="../../storage/parameters/name.html">name</a>);
+		function onFileSystemSuccess(fileSystem) {
+			console.log(fileSystem.name);
+			console.log(fileSystem.root.name);
 		}
 		
 		function fail(evt) {
@@ -86,7 +86,7 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
         </script>
       </head>
       <body>
-        <h1><a href="../../storage/storage.opendatabase.html">Example</a></h1>
-        <p><a href="../fileobj/fileobj.html">File</a> System</p>
+        <h1>Example</h1>
+        <p>File System</p>
       </body>
     </html>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/file/filetransfer/filetransfer.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/file/filetransfer/filetransfer.md b/www/docs/en/1.5.0/phonegap/file/filetransfer/filetransfer.md
index fe5296f..e51176c 100644
--- a/www/docs/en/1.5.0/phonegap/file/filetransfer/filetransfer.md
+++ b/www/docs/en/1.5.0/phonegap/file/filetransfer/filetransfer.md
@@ -18,10 +18,10 @@ license: >
     under the License.
 ---
 
-<a href="../fileobj/fileobj.html">File</a>Transfer
+FileTransfer
 ==========
 
-<a href="../fileobj/fileobj.html">File</a>Transfer is an object that allows you to upload files to a server or download files from a server.
+FileTransfer is an object that allows you to upload files to a server or download files from a server.
 
 Properties
 ----------
@@ -37,7 +37,7 @@ Methods
 Details
 -------
 
-The `<a href="../fileobj/fileobj.html">File</a>Transfer` object provides a way to upload files to a remote server using an HTTP multi-part POST request.  Both HTTP and HTTPS protocols are supported.  Optional parameters can be specified by passing a <a href="../fileuploadoptions/fileuploadoptions.html"><a href="../fileobj/fileobj.html">File</a>UploadOptions</a> object to the upload method.  On successful upload, the success callback will be called with a <a href="../fileuploadresult/fileuploadresult.html"><a href="../fileobj/fileobj.html">File</a>UploadResult</a> object.  If an error occurs, the error callback will be invoked with a <a href="../filetransfererror/filetransfererror.html"><a href="../fileobj/fileobj.html">File</a>TransferError</a> object.
+The `FileTransfer` object provides a way to upload files to a remote server using an HTTP multi-part POST request.  Both HTTP and HTTPS protocols are supported.  Optional parameters can be specified by passing a FileUploadOptions object to the upload method.  On successful upload, the success callback will be called with a FileUploadResult object.  If an error occurs, the error callback will be invoked with a FileTransferError object.
 It is also possible to download a file from remote and save it on the device (only iOS and Android).
 
 Supported Platforms
@@ -55,11 +55,11 @@ __Parameters:__
 
 - __filePath__ - Full path of the file on the device
 - __server__ - URL of the server to receive the file
-- __successCallback__ - A callback that is called with a <a href="../metadata/metadata.html">Metadata</a> object. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs retrieving the <a href="../metadata/metadata.html">Metadata</a>. Invoked with a <a href="../filetransfererror/filetransfererror.html"><a href="../fileobj/fileobj.html">File</a>TransferError</a> object. _(Function)_
-- __options__ - Optional parameters such as file <a href="../../storage/parameters/name.html">name</a> and mimetype
+- __successCallback__ - A callback that is called with a Metadata object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileTransferError object. _(Function)_
+- __options__ - Optional parameters such as file name and mimetype
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 	
     // !! Assumes variable fileURI contains a valid URI to a  text file on the device
 	
@@ -75,7 +75,7 @@ __Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
         console.log("upload error target " + error.target);
     }
 	
-	var options = new <a href="../fileuploadoptions/fileuploadoptions.html"><a href="../fileobj/fileobj.html">File</a>UploadOptions</a>();
+	var options = new FileUploadOptions();
 	options.fileKey="file";
 	options.fileName=fileURI.substr(fileURI.lastIndexOf('/')+1);
 	options.mimeType="text/plain";
@@ -86,29 +86,29 @@ __Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
 		
 	options.params = params;
 	
-	var ft = new <a href="../fileobj/fileobj.html">File</a>Transfer();
+	var ft = new FileTransfer();
     ft.upload(fileURI, "http://some.server.com/upload.php", win, fail, options);
     
-__Full <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Full Example__
 
     <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
     <html>
     <head>
-        <title><a href="../fileobj/fileobj.html">File</a> Transfer <a href="../../storage/storage.opendatabase.html">Example</a></title>
+        <title>File Transfer Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova-1.5.0.js"></script>
         <script type="text/javascript" charset="utf-8">
             
             // Wait for PhoneGap to load
             //
-            document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
             
             // PhoneGap is ready
             //
-            function on<a href="../../device/device.html">Device</a>Ready() {
+            function onDeviceReady() {
                 
                 // Retrieve image file location from specified source
-                navigator.<a href="../../camera/camera.getPicture.html">camera.getPicture</a>(uploadPhoto,
+                navigator.camera.getPicture(uploadPhoto,
                                             function(message) { alert('get picture failed'); },
                                             { quality: 50, 
                                             destinationType: navigator.camera.DestinationType.FILE_URI,
@@ -118,7 +118,7 @@ __Full <a href="../../storage/storage.opendatabase.html">Example</a>__
             }
             
             function uploadPhoto(imageURI) {
-                var options = new <a href="../fileuploadoptions/fileuploadoptions.html"><a href="../fileobj/fileobj.html">File</a>UploadOptions</a>();
+                var options = new FileUploadOptions();
                 options.fileKey="file";
                 options.fileName=imageURI.substr(imageURI.lastIndexOf('/')+1);
                 options.mimeType="image/jpeg";
@@ -129,7 +129,7 @@ __Full <a href="../../storage/storage.opendatabase.html">Example</a>__
                 
                 options.params = params;
                 
-                var ft = new <a href="../fileobj/fileobj.html">File</a>Transfer();
+                var ft = new FileTransfer();
                 ft.upload(imageURI, "http://some.server.com/upload.php", win, fail, options);
             }
             
@@ -148,8 +148,8 @@ __Full <a href="../../storage/storage.opendatabase.html">Example</a>__
             </script>
     </head>
     <body>
-        <h1><a href="../../storage/storage.opendatabase.html">Example</a></h1>
-        <p>Upload <a href="../fileobj/fileobj.html">File</a></p>
+        <h1>Example</h1>
+        <p>Upload File</p>
     </body>
     </html>
 
@@ -160,14 +160,14 @@ __Parameters:__
 
 - __source__ - URL of the server to receive the file
 - __target__ - Full path of the file on the device
-- __successCallback__ - A callback that is called with a <a href="../fileentry/fileentry.html"><a href="../fileobj/fileobj.html">File</a>Entry</a> object. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs retrieving the <a href="../metadata/metadata.html">Metadata</a>. Invoked with a <a href="../filetransfererror/filetransfererror.html"><a href="../fileobj/fileobj.html">File</a>TransferError</a> object. _(Function)_
+- __successCallback__ - A callback that is called with a FileEntry object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileTransferError object. _(Function)_
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 
      // !! Assumes variable url contains a valid URI to a file on a server and filePath is a valid path on the device
 
-    var fileTransfer = new <a href="../fileobj/fileobj.html">File</a>Transfer();
+    var fileTransfer = new FileTransfer();
     
     fileTransfer.download(
         url,

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/file/filetransfererror/filetransfererror.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/file/filetransfererror/filetransfererror.md b/www/docs/en/1.5.0/phonegap/file/filetransfererror/filetransfererror.md
index 1ef9e88..b243292 100644
--- a/www/docs/en/1.5.0/phonegap/file/filetransfererror/filetransfererror.md
+++ b/www/docs/en/1.5.0/phonegap/file/filetransfererror/filetransfererror.md
@@ -18,10 +18,10 @@ license: >
     under the License.
 ---
 
-<a href="../filetransfer/filetransfer.html"><a href="../fileobj/fileobj.html">File</a>Transfer</a>Error
+FileTransferError
 ========
 
-A `<a href="../filetransfer/filetransfer.html"><a href="../fileobj/fileobj.html">File</a>Transfer</a>Error` object is returned via the error callback when an error occurs.
+A `FileTransferError` object is returned via the error callback when an error occurs.
 
 Properties
 ----------
@@ -33,11 +33,11 @@ Properties
 Constants
 ---------
 
-- `<a href="../filetransfer/filetransfer.html"><a href="../fileobj/fileobj.html">File</a>Transfer</a>Error.FILE_NOT_FOUND_ERR`
-- `<a href="../filetransfer/filetransfer.html"><a href="../fileobj/fileobj.html">File</a>Transfer</a>Error.INVALID_URL_ERR`
-- `<a href="../filetransfer/filetransfer.html"><a href="../fileobj/fileobj.html">File</a>Transfer</a>Error.CONNECTION_ERR`
+- `FileTransferError.FILE_NOT_FOUND_ERR`
+- `FileTransferError.INVALID_URL_ERR`
+- `FileTransferError.CONNECTION_ERR`
 
 Description
 -----------
 
-The `<a href="../filetransfer/filetransfer.html"><a href="../fileobj/fileobj.html">File</a>Transfer</a>Error` object is returned via the error callback  when an error occurs when uploading a file.
+The `FileTransferError` object is returned via the error callback  when an error occurs when uploading a file.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/file/fileuploadoptions/fileuploadoptions.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/file/fileuploadoptions/fileuploadoptions.md b/www/docs/en/1.5.0/phonegap/file/fileuploadoptions/fileuploadoptions.md
index 3221aea..46b2e47 100644
--- a/www/docs/en/1.5.0/phonegap/file/fileuploadoptions/fileuploadoptions.md
+++ b/www/docs/en/1.5.0/phonegap/file/fileuploadoptions/fileuploadoptions.md
@@ -18,16 +18,16 @@ license: >
     under the License.
 ---
 
-<a href="../fileobj/fileobj.html">File</a>UploadOptions
+FileUploadOptions
 ========
 
-A `<a href="../fileobj/fileobj.html">File</a>UploadOptions` object can be passed to the <a href="../filetransfer/filetransfer.html"><a href="../fileobj/fileobj.html">File</a>Transfer</a> objects upload method in order to specify additional parameters to the upload script.
+A `FileUploadOptions` object can be passed to the FileTransfer objects upload method in order to specify additional parameters to the upload script.
 
 Properties
 ----------
 
-- __fileKey:__ The <a href="../../storage/parameters/name.html">name</a> of the form element.  If not set defaults to "file". (DOMString)
-- __fileName:__ The file <a href="../../storage/parameters/name.html">name</a> you want the file to be saved as on the server.  If not set defaults to "image.jpg". (DOMString)
+- __fileKey:__ The name of the form element.  If not set defaults to "file". (DOMString)
+- __fileName:__ The file name you want the file to be saved as on the server.  If not set defaults to "image.jpg". (DOMString)
 - __mimeType:__ The mime type of the data you are uploading.  If not set defaults to "image/jpeg". (DOMString)
 - __params:__ A set of optional key/value pairs to be passed along in the HTTP request. (Object)
 - __chunkedMode:__ Should the data be uploaded in chunked streaming mode. If not set defaults to "true". (Boolean)
@@ -36,4 +36,4 @@ Properties
 Description
 -----------
 
-A `<a href="../fileobj/fileobj.html">File</a>UploadOptions` object can be passed to the <a href="../filetransfer/filetransfer.html"><a href="../fileobj/fileobj.html">File</a>Transfer</a> objects upload method in order to specify additional parameters to the upload script.
+A `FileUploadOptions` object can be passed to the FileTransfer objects upload method in order to specify additional parameters to the upload script.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/file/fileuploadresult/fileuploadresult.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/file/fileuploadresult/fileuploadresult.md b/www/docs/en/1.5.0/phonegap/file/fileuploadresult/fileuploadresult.md
index a910ccb..d82cde1 100644
--- a/www/docs/en/1.5.0/phonegap/file/fileuploadresult/fileuploadresult.md
+++ b/www/docs/en/1.5.0/phonegap/file/fileuploadresult/fileuploadresult.md
@@ -18,10 +18,10 @@ license: >
     under the License.
 ---
 
-<a href="../fileobj/fileobj.html">File</a>UploadResult
+FileUploadResult
 ========
 
-A `<a href="../fileobj/fileobj.html">File</a>UploadResult` object is returned via the success callback of the <a href="../filetransfer/filetransfer.html"><a href="../fileobj/fileobj.html">File</a>Transfer</a> upload method.
+A `FileUploadResult` object is returned via the success callback of the FileTransfer upload method.
 
 Properties
 ----------
@@ -33,9 +33,9 @@ Properties
 Description
 -----------
 
-The `<a href="../fileobj/fileobj.html">File</a>UploadResult` object is returned via the success callback of the <a href="../filetransfer/filetransfer.html"><a href="../fileobj/fileobj.html">File</a>Transfer</a> upload method.
+The `FileUploadResult` object is returned via the success callback of the FileTransfer upload method.
 
 iOS Quirks
 ----------
-- iOS does not include values for responseCode nor bytesSent in the success callback <a href="../fileobj/fileobj.html">File</a>UploadResult object. 
+- iOS does not include values for responseCode nor bytesSent in the success callback FileUploadResult object. 
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/file/filewriter/filewriter.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/file/filewriter/filewriter.md b/www/docs/en/1.5.0/phonegap/file/filewriter/filewriter.md
index 6b3eb60..3c3bd1b 100644
--- a/www/docs/en/1.5.0/phonegap/file/filewriter/filewriter.md
+++ b/www/docs/en/1.5.0/phonegap/file/filewriter/filewriter.md
@@ -18,19 +18,19 @@ license: >
     under the License.
 ---
 
-<a href="../fileobj/fileobj.html">File</a>Writer
+FileWriter
 ==========
 
-<a href="../fileobj/fileobj.html">File</a>Writer is an object that allows one to write a file.
+FileWriter is an object that allows one to write a file.
 
 Properties
 ----------
 
 - __readyState:__ One of the three states the reader can be in INIT, WRITING or DONE.
-- __fileName:__ The <a href="../../storage/parameters/name.html">name</a> of the file to be written. _(DOMString)_
+- __fileName:__ The name of the file to be written. _(DOMString)_
 - __length:__ The length of the file to be written. _(long)_
 - __position:__ The current position of the file pointer. _(long)_
-- __error:__ An object containing errors. _(<a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a>)_
+- __error:__ An object containing errors. _(FileError)_
 - __onwritestart:__ Called when the write starts. . _(Function)_
 - __onprogress:__ Called while writing the file, reports progress (progress.loaded/progress.total). _(Function)_ -NOT SUPPORTED
 - __onwrite:__ Called when the request has completed successfully.  _(Function)_
@@ -49,9 +49,9 @@ Methods
 Details
 -------
 
-The `<a href="../fileobj/fileobj.html">File</a>Writer` object is a way to write files from the devices file system.  Users register their own event listeners to receive the writestart, progress, write, writeend, error and abort events.
+The `FileWriter` object is a way to write files from the devices file system.  Users register their own event listeners to receive the writestart, progress, write, writeend, error and abort events.
 
-A <a href="../fileobj/fileobj.html">File</a>Writer is created for a single file. You can use it to write to a file multiple times. The <a href="../fileobj/fileobj.html">File</a>Writer maintains the file's position and length attributes, so you can seek and write anywhere in the file. By default, the <a href="../fileobj/fileobj.html">File</a>Writer writes to the beginning of the file (will overwrite existing data). Set the optional append boolean to true in the <a href="../fileobj/fileobj.html">File</a>Writer's constructor to begin writing to the end of the file.
+A FileWriter is created for a single file. You can use it to write to a file multiple times. The FileWriter maintains the file's position and length attributes, so you can seek and write anywhere in the file. By default, the FileWriter writes to the beginning of the file (will overwrite existing data). Set the optional append boolean to true in the FileWriter's constructor to begin writing to the end of the file.
 
 Supported Platforms
 -------------------
@@ -61,7 +61,7 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
 
-Seek Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Seek Quick Example
 ------------------------------
 
 	function win(writer) {
@@ -75,7 +75,7 @@ Seek Quick <a href="../../storage/storage.opendatabase.html">Example</a>
 	
     entry.createWriter(win, fail);
 
-Truncate Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Truncate Quick Example
 --------------------------
 
 	function win(writer) {
@@ -88,7 +88,7 @@ Truncate Quick <a href="../../storage/storage.opendatabase.html">Example</a>
 	
     entry.createWriter(win, fail);
 
-Write Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Write Quick Example
 -------------------	
 
 	function win(writer) {
@@ -104,7 +104,7 @@ Write Quick <a href="../../storage/storage.opendatabase.html">Example</a>
 	
     entry.createWriter(win, fail);
 
-Append Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Append Quick Example
 --------------------	
 
 	function win(writer) {
@@ -121,7 +121,7 @@ Append Quick <a href="../../storage/storage.opendatabase.html">Example</a>
 	
     entry.createWriter(win, fail);
 	
-Abort Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Abort Quick Example
 -------------------
 
 	function win(writer) {
@@ -138,35 +138,35 @@ Abort Quick <a href="../../storage/storage.opendatabase.html">Example</a>
 	
     entry.createWriter(win, fail);
 
-Full <a href="../../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../fileobj/fileobj.html">File</a>Writer <a href="../../storage/storage.opendatabase.html">Example</a></title>
+        <title>FileWriter Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova-1.5.0.js"></script>
         <script type="text/javascript" charset="utf-8">
     
         // Wait for PhoneGap to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
     
         // PhoneGap is ready
         //
-        function on<a href="../../device/device.html">Device</a>Ready() {
-            window.request<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>(Local<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>.PERSISTENT, 0, gotFS, fail);
+        function onDeviceReady() {
+            window.requestFileSystem(LocalFileSystem.PERSISTENT, 0, gotFS, fail);
         }
     
         function gotFS(fileSystem) {
-            fileSystem.root.get<a href="../fileobj/fileobj.html">File</a>("readme.txt", {create: true, exclusive: false}, got<a href="../fileentry/fileentry.html"><a href="../fileobj/fileobj.html">File</a>Entry</a>, fail);
+            fileSystem.root.getFile("readme.txt", {create: true, exclusive: false}, gotFileEntry, fail);
         }
     
-        function got<a href="../fileentry/fileentry.html"><a href="../fileobj/fileobj.html">File</a>Entry</a>(fileEntry) {
-            fileEntry.createWriter(got<a href="../fileobj/fileobj.html">File</a>Writer, fail);
+        function gotFileEntry(fileEntry) {
+            fileEntry.createWriter(gotFileWriter, fail);
         }
     
-        function got<a href="../fileobj/fileobj.html">File</a>Writer(writer) {
+        function gotFileWriter(writer) {
             writer.onwriteend = function(evt) {
                 console.log("contents of file now 'some sample text'");
                 writer.truncate(11);  
@@ -189,7 +189,7 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
         </script>
       </head>
       <body>
-        <h1><a href="../../storage/storage.opendatabase.html">Example</a></h1>
-        <p>Write <a href="../fileobj/fileobj.html">File</a></p>
+        <h1>Example</h1>
+        <p>Write File</p>
       </body>
     </html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/file/flags/flags.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/file/flags/flags.md b/www/docs/en/1.5.0/phonegap/file/flags/flags.md
index c5e9c8d..dedd8d4 100644
--- a/www/docs/en/1.5.0/phonegap/file/flags/flags.md
+++ b/www/docs/en/1.5.0/phonegap/file/flags/flags.md
@@ -21,7 +21,7 @@ license: >
 Flags
 =====
 
-This object is used to supply arguments to the `<a href="../directoryentry/directoryentry.html">DirectoryEntry</a>` __get<a href="../fileobj/fileobj.html">File</a>__ and __getDirectory__ methods, which look up or create files and directories, respectively.
+This object is used to supply arguments to the `DirectoryEntry` __getFile__ and __getDirectory__ methods, which look up or create files and directories, respectively.
 
 Properties
 ----------
@@ -37,11 +37,11 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // Get the data directory, creating it if it doesn't exist.
     dataDir = fileSystem.root.getDirectory("data", {create: true});
 
     // Create the lock file, if and only if it doesn't exist.
-    lock<a href="../fileobj/fileobj.html">File</a> = dataDir.get<a href="../fileobj/fileobj.html">File</a>("lockfile.txt", {create: true, exclusive: true});
+    lockFile = dataDir.getFile("lockfile.txt", {create: true, exclusive: true});


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[02/51] [partial] docs commit: Reverting autolinking change because of inconsistencies.

Posted by db...@apache.org.
http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/storage/sqlresultsetlist/sqlresultsetlist.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/storage/sqlresultsetlist/sqlresultsetlist.md b/www/docs/en/1.8.1/cordova/storage/sqlresultsetlist/sqlresultsetlist.md
index bdec37e..e238c02 100644
--- a/www/docs/en/1.8.1/cordova/storage/sqlresultsetlist/sqlresultsetlist.md
+++ b/www/docs/en/1.8.1/cordova/storage/sqlresultsetlist/sqlresultsetlist.md
@@ -18,10 +18,10 @@ license: >
     under the License.
 ---
 
-<a href="../sqlresultset/sqlresultset.html">SQLResultSet</a>List
+SQLResultSetList
 =======
 
-One of the properties of the <a href="../sqlresultset/sqlresultset.html">SQLResultSet</a> containing the rows returned from a SQL query.
+One of the properties of the SQLResultSet containing the rows returned from a SQL query.
 
 Properties
 -------
@@ -36,7 +36,7 @@ Methods
 Details
 -------
 
-The <a href="../sqlresultset/sqlresultset.html">SQLResultSet</a>List contains the data returned from a SQL select statement.  The object contains a length property letting you know how many rows the select statement has been returned.  To get a row of data you would call the `item` method specifying an index.  The item method returns a JavaScript Object who's properties are the columns of the database the select statement was executed against.
+The SQLResultSetList contains the data returned from a SQL select statement.  The object contains a length property letting you know how many rows the select statement has been returned.  To get a row of data you would call the `item` method specifying an index.  The item method returns a JavaScript Object who's properties are the columns of the database the select statement was executed against.
 
 Supported Platforms
 -------------------
@@ -46,7 +46,7 @@ Supported Platforms
 - iPhone
 - webOS
 
-Execute SQL Quick <a href="../storage.opendatabase.html">Example</a>
+Execute SQL Quick Example
 ------------------
 
 	function queryDB(tx) {
@@ -65,23 +65,23 @@ Execute SQL Quick <a href="../storage.opendatabase.html">Example</a>
 		alert("Error processing SQL: "+err.code);
 	}
 	
-	var db = window.<a href="../storage.opendatabase.html">open<a href="../database/database.html">Database</a></a>("<a href="../database/database.html">Database</a>", "1.0", "Cordova Demo", 200000);
+	var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
 	db.transaction(queryDB, errorCB);
 
-Full <a href="../storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../storage.html">Storage</a> <a href="../storage.opendatabase.html">Example</a></title>
+        <title>Storage Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
 		// Populate the database 
 		//
@@ -117,21 +117,21 @@ Full <a href="../storage.opendatabase.html">Example</a>
 		// Transaction success callback
 		//
 		function successCB() {
-			var db = window.<a href="../storage.opendatabase.html">open<a href="../database/database.html">Database</a></a>("<a href="../database/database.html">Database</a>", "1.0", "Cordova Demo", 200000);
+			var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
 			db.transaction(queryDB, errorCB);
 		}
 
 		// Cordova is ready
 		//
-		function on<a href="../../device/device.html">Device</a>Ready() {
-			var db = window.<a href="../storage.opendatabase.html">open<a href="../database/database.html">Database</a></a>("<a href="../database/database.html">Database</a>", "1.0", "Cordova Demo", 200000);
+		function onDeviceReady() {
+			var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
 			db.transaction(populateDB, errorCB, successCB);
 		}
 	
         </script>
       </head>
       <body>
-        <h1><a href="../storage.opendatabase.html">Example</a></h1>
-        <p><a href="../database/database.html">Database</a></p>
+        <h1>Example</h1>
+        <p>Database</p>
       </body>
     </html>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/storage/sqltransaction/sqltransaction.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/storage/sqltransaction/sqltransaction.md b/www/docs/en/1.8.1/cordova/storage/sqltransaction/sqltransaction.md
index c5049b1..07415d6 100644
--- a/www/docs/en/1.8.1/cordova/storage/sqltransaction/sqltransaction.md
+++ b/www/docs/en/1.8.1/cordova/storage/sqltransaction/sqltransaction.md
@@ -21,7 +21,7 @@ license: >
 SQLTransaction
 =======
 
-Contains methods that allow the user to execute SQL statements against the <a href="../database/database.html">Database</a>.
+Contains methods that allow the user to execute SQL statements against the Database.
 
 Methods
 -------
@@ -31,7 +31,7 @@ Methods
 Details
 -------
 
-When you call a <a href="../database/database.html">Database</a> objects transaction method it's callback methods will be called with a SQLTransaction object.  The user can build up a database transaction by calling the executeSql method multiple times.  
+When you call a Database objects transaction method it's callback methods will be called with a SQLTransaction object.  The user can build up a database transaction by calling the executeSql method multiple times.  
 
 Supported Platforms
 -------------------
@@ -41,7 +41,7 @@ Supported Platforms
 - iPhone
 - webOS
 
-Execute SQL Quick <a href="../storage.opendatabase.html">Example</a>
+Execute SQL Quick Example
 ------------------
 
 	function populateDB(tx) {
@@ -59,28 +59,28 @@ Execute SQL Quick <a href="../storage.opendatabase.html">Example</a>
 		alert("success!");
 	}
 	
-	var db = window.<a href="../storage.opendatabase.html">open<a href="../database/database.html">Database</a></a>("<a href="../database/database.html">Database</a>", "1.0", "Cordova Demo", 200000);
+	var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
 	db.transaction(populateDB, errorCB, successCB);
 
-Full <a href="../storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../storage.html">Storage</a> <a href="../storage.opendatabase.html">Example</a></title>
+        <title>Storage Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../../device/device.html">Device</a>Ready() {
-			var db = window.<a href="../storage.opendatabase.html">open<a href="../database/database.html">Database</a></a>("<a href="../database/database.html">Database</a>", "1.0", "Cordova Demo", 200000);
+        function onDeviceReady() {
+			var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
 			db.transaction(populateDB, errorCB, successCB);
         }
 		
@@ -108,7 +108,7 @@ Full <a href="../storage.opendatabase.html">Example</a>
         </script>
       </head>
       <body>
-        <h1><a href="../storage.opendatabase.html">Example</a></h1>
+        <h1>Example</h1>
         <p>SQLTransaction</p>
       </body>
     </html>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/storage/storage.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/storage/storage.md b/www/docs/en/1.8.1/cordova/storage/storage.md
index 5d12acd..7174491 100644
--- a/www/docs/en/1.8.1/cordova/storage/storage.md
+++ b/www/docs/en/1.8.1/cordova/storage/storage.md
@@ -23,30 +23,30 @@ Storage
 
 > Provides access to the devices storage options.
 
-This API is based on the [W3C Web SQL <a href="database/database.html">Database</a> 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.
+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
 -------
 
-- <a href="storage.opendatabase.html">open<a href="database/database.html">Database</a></a>
+- openDatabase
 
 Arguments
 ---------
 
-- <a href="parameters/name.html">database_name</a>
-- <a href="parameters/version.html">database_version</a>
-- <a href="parameters/display_name.html">database_displayname</a>
-- <a href="parameters/size.html">database_size</a>
+- database_name
+- database_version
+- database_displayname
+- database_size
 
 Objects
 -------
 
-- <a href="database/database.html">Database</a>
-- <a href="sqltransaction/sqltransaction.html">SQLTransaction</a>
-- <a href="sqlresultset/sqlresultset.html">SQLResultSet</a>
-- <a href="sqlresultsetlist/sqlresultsetlist.html"><a href="sqlresultset/sqlresultset.html">SQLResultSet</a>List</a>
-- <a href="sqlerror/sqlerror.html">SQLError</a>
-- <a href="localstorage/localstorage.html">localStorage</a>
+- Database
+- SQLTransaction
+- SQLResultSet
+- SQLResultSetList
+- SQLError
+- localStorage
 
 Permissions
 -----------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/storage/storage.opendatabase.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/storage/storage.opendatabase.md b/www/docs/en/1.8.1/cordova/storage/storage.opendatabase.md
index d4e635c..b2ed83e 100644
--- a/www/docs/en/1.8.1/cordova/storage/storage.opendatabase.md
+++ b/www/docs/en/1.8.1/cordova/storage/storage.opendatabase.md
@@ -18,19 +18,19 @@ license: >
     under the License.
 ---
 
-open<a href="database/database.html">Database</a>
+openDatabase
 ===============
 
-Returns a new <a href="database/database.html">Database</a> object.
+Returns a new Database object.
 
-    var dbShell = window.open<a href="database/database.html">Database</a>(<a href="parameters/name.html">database_name</a>, <a href="parameters/version.html">database_version</a>, <a href="parameters/display_name.html">database_displayname</a>, <a href="parameters/size.html">database_size</a>);
+    var dbShell = window.openDatabase(database_name, database_version, database_displayname, database_size);
 
 Description
 -----------
 
-window.open<a href="database/database.html">Database</a> returns a new <a href="database/database.html">Database</a> object.
+window.openDatabase returns a new Database object.
 
-This method will create a new SQL Lite <a href="database/database.html">Database</a> and return a <a href="database/database.html">Database</a> object.  Use the <a href="database/database.html">Database</a> Object to manipulate the data.
+This method will create a new SQL Lite Database and return a Database object.  Use the Database Object to manipulate the data.
 
 Supported Platforms
 -------------------
@@ -43,7 +43,7 @@ Supported Platforms
 Quick Example
 -------------
 
-    var db = window.open<a href="database/database.html">Database</a>("test", "1.0", "Test DB", 1000000);
+    var db = window.openDatabase("test", "1.0", "Test DB", 1000000);
 
 Full Example
 ------------
@@ -51,25 +51,25 @@ Full Example
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="storage.html">Storage</a> Example</title>
+        <title>Storage Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
-			var db = window.open<a href="database/database.html">Database</a>("test", "1.0", "Test DB", 1000000);
+        function onDeviceReady() {
+			var db = window.openDatabase("test", "1.0", "Test DB", 1000000);
         }
 		
         </script>
       </head>
       <body>
         <h1>Example</h1>
-        <p>Open <a href="database/database.html">Database</a></p>
+        <p>Open Database</p>
       </body>
     </html>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/guide/getting-started/android/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/guide/getting-started/android/index.md b/www/docs/en/1.8.1/guide/getting-started/android/index.md
index 0e10360..ffe1662 100644
--- a/www/docs/en/1.8.1/guide/getting-started/android/index.md
+++ b/www/docs/en/1.8.1/guide/getting-started/android/index.md
@@ -98,7 +98,7 @@ This guide describes how to set up your development environment for Cordova and
     ![](img/guide/platforms/android/manifest.jpg)
 
 
-4. <a href="../webos/index.html">Hello World</a>
+4. Hello World
 --------------    
 
 - Create and open a new file named **index.html** in the **assets/www** directory. Paste the following code:
@@ -110,7 +110,7 @@ This guide describes how to set up your development environment for Cordova and
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.0.js"></script>
         </head>
         <body>
-        <h1><a href="../webos/index.html">Hello World</a></h1>
+        <h1>Hello World</h1>
         </body>
         </html>
 
@@ -121,7 +121,7 @@ This guide describes how to set up your development environment for Cordova and
 - Eclipse will ask you to select an appropriate AVD. If there isn't one, then you'll need to create it.
 
 
-5B. Deploy to <a href="../../../cordova/device/device.html">Device</a>
+5B. Deploy to Device
 --------------------
 
 - Make sure USB debugging is enabled on your device and plug it into your system. (**Settings &gt; Applications &gt; Development**)

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/guide/getting-started/bada/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/guide/getting-started/bada/index.md b/www/docs/en/1.8.1/guide/getting-started/bada/index.md
index c9227a7..333e2e4 100644
--- a/www/docs/en/1.8.1/guide/getting-started/bada/index.md
+++ b/www/docs/en/1.8.1/guide/getting-started/bada/index.md
@@ -39,7 +39,7 @@ This guide describes how to set up your development environment for Cordova and
 
 3. Setup New Project
 --------------------
-- In Bada IDE, select _<a href="../../../cordova/file/fileobj/fileobj.html">File</a>_ -> Import project -> Bada C++ / Flash Project. 
+- In Bada IDE, select _File_ -> Import project -> Bada C++ / Flash Project. 
     - Note: Bada 1.2 select "Bada Application Project"
     
     ![](img/guide/platforms/bada/import_bada_project.png)
@@ -54,7 +54,7 @@ This guide describes how to set up your development environment for Cordova and
     ![](img/guide/platforms/bada/bada_project.png)
  
 
-4. <a href="../webos/index.html">Hello World</a>
+4. Hello World
 --------------
 
 **Bada 2.x**: Your HTML/CSS/Javascript code lives under the Res/ folder. Make sure your index.html contains the following two lines in the <head> section.
@@ -80,7 +80,7 @@ This guide describes how to set up your development environment for Cordova and
 
 - Right click on your project&apos;s folder and select Run As -&gt; bada Simulator Application. You need to close the emulator every time you update your app!
 
-5B. Deploy to <a href="../../../cordova/device/device.html">Device</a>
+5B. Deploy to Device
 --------------------
 
 - Make sure your device is properly configured 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/guide/getting-started/blackberry/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/guide/getting-started/blackberry/index.md b/www/docs/en/1.8.1/guide/getting-started/blackberry/index.md
index 698e7ea..8aeb884 100644
--- a/www/docs/en/1.8.1/guide/getting-started/blackberry/index.md
+++ b/www/docs/en/1.8.1/guide/getting-started/blackberry/index.md
@@ -55,7 +55,7 @@ Cordova for BlackBerry makes use of the [BlackBerry WebWorks framework](https://
 - Open up the project.properties file with your favorite editor and edit the entries for `blackberry.bbwp.dir=` and/or `playbook.bbwp.dir=`. Set the  value(s) to the directory containing the `bbwp` binary in the WebWorks SDK(s) installed earlier.
 
 
-4.  <a href="../webos/index.html">Hello World</a>
+4.  Hello World
 --------------
 
 Build the Cordova sample project by typing `ant target build` in your command prompt/terminal while you are in your project's directory. Replace `target` with either `blackberry` or `playbook`. Note this is a sample Cordova project and not a basic hello world application. The provided index.html in the www contains example usages of many of the Cordova API.
@@ -75,7 +75,7 @@ BlackBerry smartphone simulators are only available on Windows. PlayBook simulat
 - While in your project directory, in command prompt/terminal type `ant target load-simulator`. Replace `target` with either `blackberry` or `playbook`.  Note, for PlayBook the simulator virtual image must already be started.
 - The application will be installed in the All Applications section in the simulator.  Note, on BlackBerry OS 5 the application is installed in the Downloads folder.
 
-5B.  Deploy to <a href="../../../cordova/device/device.html">Device</a> (Windows and Mac)
+5B.  Deploy to Device (Windows and Mac)
 --------------------------------------
 
 - Deploying to a device requires signing keys which can be obtained from RIM.
@@ -91,7 +91,7 @@ BlackBerry smartphone simulators are only available on Windows. PlayBook simulat
         - `playbook.sigtool.csk.password` : Signing key password.
         - `playbook.sigtool.p12.password` : Signing key password.
         - `playbook.device.ip` : IP address of device obtained when placing the device in developer mode through device security settings.
-        - `playbook.device.password` : <a href="../../../cordova/device/device.html">Device</a> password which is set through device security settings.
+        - `playbook.device.password` : Device password which is set through device security settings.
 - While in your project directory, in command prompt/terminal type `ant target load-device`. Replace `target` with either `blackberry` or `playbook`.
 - The application will be installed in the All Applications section in the device.  Note, on BlackBerry OS 5 the application is installed in the Downloads folder.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/guide/getting-started/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/guide/getting-started/index.md b/www/docs/en/1.8.1/guide/getting-started/index.md
index cef668b..2bddf89 100644
--- a/www/docs/en/1.8.1/guide/getting-started/index.md
+++ b/www/docs/en/1.8.1/guide/getting-started/index.md
@@ -21,10 +21,10 @@ license: >
 Getting Started Guides
 ======================
 
-- <a href="android/index.html">Getting Started with Android</a>
-- <a href="blackberry/index.html">Getting Started with BlackBerry</a>
-- <a href="ios/index.html">Getting Started with iOS</a>
-- <a href="symbian/index.html">Getting Started with Symbian</a>
-- <a href="webos/index.html">Getting Started with WebOS</a>
-- <a href="windows-phone/index.html">Getting Started with Windows Phone</a>
-- <a href="bada/index.html">Getting Started with Bada</a>
+- Getting Started with Android
+- Getting Started with BlackBerry
+- Getting Started with iOS
+- Getting Started with Symbian
+- Getting Started with WebOS
+- Getting Started with Windows Phone
+- Getting Started with Bada

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/guide/getting-started/ios/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/guide/getting-started/ios/index.md b/www/docs/en/1.8.1/guide/getting-started/ios/index.md
index ef7cbb1..4420b6d 100644
--- a/www/docs/en/1.8.1/guide/getting-started/ios/index.md
+++ b/www/docs/en/1.8.1/guide/getting-started/ios/index.md
@@ -48,7 +48,7 @@ Setup New Project
 -----------------
 
 - Launch Xcode
-- Select the _<a href="../../../cordova/file/fileobj/fileobj.html">File</a> Menu_
+- Select the _File Menu_
 - Select _New_ -> _New Project..._
 - Select _Cordova-based Application_ from the list of templates
 
@@ -92,14 +92,14 @@ in Xcode project templates.
 
     ![](img/guide/platforms/ios/create-folder-reference.png)
 
-<a href="../webos/index.html">Hello World</a>
+Hello World
 -----------
 
 - Select the folder named `www` in the Xcode _Project Navigator_
 - Select the file `index.html`
 - Add the following after `<body>`:
 
-        <h1><a href="../webos/index.html">Hello World</a></h1>
+        <h1>Hello World</h1>
 
 You can also add any associated JavaScript and CSS files there as well.
     
@@ -109,13 +109,13 @@ Deploy to Simulator
 - Change the _Active SDK_ in the Scheme drop-down menu on the toolbar to _iOS version Simulator_
 - Select the _Run_ button in your project window's toolbar
 
-Deploy to <a href="../../../cordova/device/device.html">Device</a>
+Deploy to Device
 ----------------
 
-- Open `YourAppName-Info.plist`, under the _Supporting <a href="../../../cordova/file/fileobj/fileobj.html">File</a>s_ group
+- Open `YourAppName-Info.plist`, under the _Supporting Files_ group
 - Change _BundleIdentifier_ to the identifier provided by Apple or your own bundle identifier
     - If you have a developer license, you can run the [Assistant](http://developer.apple.com/iphone/manage/overview/index.action) to register your app
-- Change the _Active SDK_ in the Scheme drop-down menu on the toolbar to _Your<a href="../../../cordova/device/device.html">Device</a>Name_
+- Change the _Active SDK_ in the Scheme drop-down menu on the toolbar to _YourDeviceName_
     - You will need to have your device connected via USB
 - Select the _Run_ button in your project window's toolbar
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/guide/getting-started/symbian/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/guide/getting-started/symbian/index.md b/www/docs/en/1.8.1/guide/getting-started/symbian/index.md
index 9fd0938..aaac5e1 100644
--- a/www/docs/en/1.8.1/guide/getting-started/symbian/index.md
+++ b/www/docs/en/1.8.1/guide/getting-started/symbian/index.md
@@ -50,11 +50,11 @@ There are also [QT for Symbian](http://wiki.phonegap.com/w/page/16494811/PhoneGa
 - In cygwin, navigate to where you extracted Cordova and go into the Symbian directory</li>
 
  
-4. <a href="../webos/index.html">Hello World</a>
+4. Hello World
 --------------
 
 - Open up index.html located in phonegap/symbian/framework/www with your favourite editor. 
-- In the `body` tag, remove the line `"Build your phonegap app here! Dude!"` and add the line `<h1><a href="../webos/index.html">Hello World</a></h1>`
+- In the `body` tag, remove the line `"Build your phonegap app here! Dude!"` and add the line `<h1>Hello World</h1>`
 - In cygwin/terminal, type make. This will produce phonegap-symbian.wrt/app.wgz. 
 
 
@@ -66,7 +66,7 @@ There are also [QT for Symbian](http://wiki.phonegap.com/w/page/16494811/PhoneGa
 - Load the phonegap-symbian.wrt/app.wgz file into the emulator.
 
 
-5B. Deploy to <a href="../../../cordova/device/device.html">Device</a>
+5B. Deploy to Device
 --------------------
 
 - Load the phonegap-symbian.wrt/app.wgz file into the device using bluetooth or email.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/guide/getting-started/webos/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/guide/getting-started/webos/index.md b/www/docs/en/1.8.1/guide/getting-started/webos/index.md
index e87bd6a..68d7570 100644
--- a/www/docs/en/1.8.1/guide/getting-started/webos/index.md
+++ b/www/docs/en/1.8.1/guide/getting-started/webos/index.md
@@ -65,7 +65,7 @@ In phonegap/webOS/framework/www, open up index.html with your favourite editor.
 - Type `make` in your terminal/cygwin while in the webOS directory.
 
 
-5B. Deploy to <a href="../../../cordova/device/device.html">Device</a>
+5B. Deploy to Device
 --------------------
 
 - Make sure your device is in [Developer Mode and plug it in.](http://developer.palm.com/index.php?option=com_content&amp;view=article&amp;id=1552&amp;Itemid=59#dev_mode)

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/guide/getting-started/windows-phone/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/guide/getting-started/windows-phone/index.md b/www/docs/en/1.8.1/guide/getting-started/windows-phone/index.md
index 8bd0a8a..24a8a70 100644
--- a/www/docs/en/1.8.1/guide/getting-started/windows-phone/index.md
+++ b/www/docs/en/1.8.1/guide/getting-started/windows-phone/index.md
@@ -37,7 +37,7 @@ Video Tutorials:
 
 Note: Running in VM has issues, if you are on a Mac, you will need to setup a bootcamp partition with Windows 7 or Vista
 
-Necessary for Installing on <a href="../../../cordova/device/device.html">Device</a> and Submitting to Market Place:
+Necessary for Installing on Device and Submitting to Market Place:
 
 - Become an [App Hub member](http://create.msdn.com/en-US/home/membership).
 
@@ -89,7 +89,7 @@ if you prefer, you may add the project instead to the "Silverlight for Windows P
 In order to test your application on a device, the device must be registered. Click [here][register-url] to read documentation on deploying and testing on your Windows Phone.
 
 - Make sure your phone is connected, and the screen is unlocked
-- In Visual Studio, select 'Windows Phone <a href="../../../cordova/device/device.html">Device</a>' from the top drop-down menu.
+- In Visual Studio, select 'Windows Phone Device' from the top drop-down menu.
 - Hit the green **play button** beside the drop-down menu to start debugging or press F5.
 
     ![](img/guide/platforms/wp7/wpd.png)

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/guide/upgrading/blackberry/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/guide/upgrading/blackberry/index.md b/www/docs/en/1.8.1/guide/upgrading/blackberry/index.md
index 489ff3b..b4afe55 100644
--- a/www/docs/en/1.8.1/guide/upgrading/blackberry/index.md
+++ b/www/docs/en/1.8.1/guide/upgrading/blackberry/index.md
@@ -36,16 +36,16 @@ Updating just the www folder:
     - If playbook, then update the .js file in the `playbook/` folder.
 5. Update your HTML to use the new `cordova-1.8.0.js` file.
 6. Update your `www/plugins.xml` file. Two plugins changed their
-   namespace/service label. Change the old entries for the <a href="../../../cordova/media/capture/capture.html">Capture</a> and
-   <a href="../../../cordova/contacts/Contact/contact.html">Contact</a> plugins from:
+   namespace/service label. Change the old entries for the Capture and
+   Contact plugins from:
 
-        <plugin name="<a href="../../../cordova/media/capture/capture.html">Capture</a>" value="org.apache.cordova.media.<a href="../../../cordova/media/media.html">Media</a><a href="../../../cordova/media/capture/capture.html">Capture</a>"/>
-        <plugin name="<a href="../../../cordova/contacts/Contact/contact.html">Contact</a>" value="org.apache.cordova.pim.<a href="../../../cordova/contacts/Contact/contact.html">Contact</a>"/>
+        <plugin name="Capture" value="org.apache.cordova.media.MediaCapture"/>
+        <plugin name="Contact" value="org.apache.cordova.pim.Contact"/>
 
    To:
 
-        <plugin name="<a href="../../../cordova/media/capture/capture.html">Capture</a>" value="org.apache.cordova.capture.<a href="../../../cordova/media/media.html">Media</a><a href="../../../cordova/media/capture/capture.html">Capture</a>"/>
-        <plugin name="<a href="../../../cordova/contacts/Contact/contact.html">Contact</a>s" value="org.apache.cordova.pim.<a href="../../../cordova/contacts/Contact/contact.html">Contact</a>"/>
+        <plugin name="Capture" value="org.apache.cordova.capture.MediaCapture"/>
+        <plugin name="Contacts" value="org.apache.cordova.pim.Contact"/>
 
 
 Updating the sample folder (ie, updating using the ant tools):
@@ -59,13 +59,13 @@ Updating the sample folder (ie, updating using the ant tools):
 7. Open the `www/` folder and update your HTML to use the new `cordova-1.8.0.js` file.
 8. Open the `www/` folder and update the `plugins.xml` file. Two plugins
    changed their namespace/service label. Change the old entries for the
-   <a href="../../../cordova/media/capture/capture.html">Capture</a> and <a href="../../../cordova/contacts/Contact/contact.html">Contact</a> plugins from:
+   Capture and Contact plugins from:
 
-         <plugin name="<a href="../../../cordova/media/capture/capture.html">Capture</a>" value="org.apache.cordova.media.<a href="../../../cordova/media/media.html">Media</a><a href="../../../cordova/media/capture/capture.html">Capture</a>"/>
-         <plugin name="<a href="../../../cordova/contacts/Contact/contact.html">Contact</a>" value="org.apache.cordova.pim.<a href="../../../cordova/contacts/Contact/contact.html">Contact</a>"/>
+         <plugin name="Capture" value="org.apache.cordova.media.MediaCapture"/>
+         <plugin name="Contact" value="org.apache.cordova.pim.Contact"/>
 
    To:
 
-         <plugin name="<a href="../../../cordova/media/capture/capture.html">Capture</a>" value="org.apache.cordova.capture.<a href="../../../cordova/media/media.html">Media</a><a href="../../../cordova/media/capture/capture.html">Capture</a>"/>
-         <plugin name="<a href="../../../cordova/contacts/Contact/contact.html">Contact</a>s" value="org.apache.cordova.pim.<a href="../../../cordova/contacts/Contact/contact.html">Contact</a>"/>
+         <plugin name="Capture" value="org.apache.cordova.capture.MediaCapture"/>
+         <plugin name="Contacts" value="org.apache.cordova.pim.Contact"/>
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/guide/upgrading/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/guide/upgrading/index.md b/www/docs/en/1.8.1/guide/upgrading/index.md
index 6e981c4..b539a58 100644
--- a/www/docs/en/1.8.1/guide/upgrading/index.md
+++ b/www/docs/en/1.8.1/guide/upgrading/index.md
@@ -23,10 +23,10 @@ Upgrading Guides
 
 > Learn how to upgrade an application to the latest Apache Cordova release.
 
-- <a href="android/index.html">Upgrading Cordova Android</a>
-- <a href="bada/index.html">Upgrading Cordova Bada</a>
-- <a href="blackberry/index.html">Upgrading Cordova BlackBerry</a>
-- <a href="ios/index.html">Upgrading Cordova iOS</a>
-- <a href="symbian/index.html">Upgrading Cordova Symbian</a>
-- <a href="webos/index.html">Upgrading Cordova webOS</a>
-- <a href="windows-phone/index.html">Upgrading Cordova Windows Phone</a>
+- Upgrading Cordova Android
+- Upgrading Cordova Bada
+- Upgrading Cordova BlackBerry
+- Upgrading Cordova iOS
+- Upgrading Cordova Symbian
+- Upgrading Cordova webOS
+- Upgrading Cordova Windows Phone

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/guide/upgrading/ios/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/guide/upgrading/ios/index.md b/www/docs/en/1.8.1/guide/upgrading/ios/index.md
index e86c4f1..b5ab36b 100644
--- a/www/docs/en/1.8.1/guide/upgrading/ios/index.md
+++ b/www/docs/en/1.8.1/guide/upgrading/ios/index.md
@@ -28,8 +28,8 @@ Upgrading Cordova iOS
 3. **Copy** the **www/cordova-1.8.0.js** file from the new project into your **www** folder, and delete your **www/cordova-1.7.x.js** file
 4. **Update** the Cordova script reference in your **www/index.html** file (and any other files that contain the script reference) to point to the new **cordova-1.8.0.js** file
 
-If you intend on using the **<a href="../../../cordova/media/capture/capture.html">Capture</a> API**, you will need the new **iPad retina-display** assets:
+If you intend on using the **Capture API**, you will need the new **iPad retina-display** assets:
 
-1.  **Copy** the **Resources/<a href="../../../cordova/media/capture/capture.html">Capture</a>.bundle** item from the new project into your project folder, over-writing your existing **Resources/<a href="../../../cordova/media/capture/capture.html">Capture</a>.bundle** item
-2.  In your project, select the **<a href="../../../cordova/media/capture/capture.html">Capture</a>.bundle** item into Xcode into your Project Navigator, and press the **Delete** key, then select **Remove Reference** from the dialog that pops up.
-3.  Drag the new **<a href="../../../cordova/media/capture/capture.html">Capture</a>.bundle** from Step 1. above into Xcode into your Project Navigator, and select the **Create groups for any added folders** radio-button
+1.  **Copy** the **Resources/Capture.bundle** item from the new project into your project folder, over-writing your existing **Resources/Capture.bundle** item
+2.  In your project, select the **Capture.bundle** item into Xcode into your Project Navigator, and press the **Delete** key, then select **Remove Reference** from the dialog that pops up.
+3.  Drag the new **Capture.bundle** from Step 1. above into Xcode into your Project Navigator, and select the **Create groups for any added folders** radio-button

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/guide/whitelist/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/guide/whitelist/index.md b/www/docs/en/1.8.1/guide/whitelist/index.md
index 4aba002..dec4216 100644
--- a/www/docs/en/1.8.1/guide/whitelist/index.md
+++ b/www/docs/en/1.8.1/guide/whitelist/index.md
@@ -107,7 +107,7 @@ iOS
 ### Details
 
 1. Open `Cordova.plist`.
-    - In Xcode, it is found at `AppName/Supporting <a href="../../cordova/file/fileobj/fileobj.html">File</a>s/Cordova.plist`
+    - In Xcode, it is found at `AppName/Supporting Files/Cordova.plist`
     - In the directory, it is found at `AppName/Cordova.plist`
 2. Add a new `String` value under the `ExternalHosts` key.
     - We recommend using Xcode to avoid editing raw XML.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/index.md b/www/docs/en/1.8.1/index.md
index 0706f65..1a07d88 100644
--- a/www/docs/en/1.8.1/index.md
+++ b/www/docs/en/1.8.1/index.md
@@ -22,70 +22,70 @@ license: >
     <h1>API Reference</h1>
     <ul>
         <li>
-            <h2><a href="cordova/accelerometer/accelerometer.html">Accelerometer</a></h2>
+            <h2>Accelerometer</h2>
             <span>Tap into the device's motion sensor.</span>
         </li>
         <li>
-            <h2><a href="cordova/camera/camera.html">Camera</a></h2>
-            <span><a href="cordova/media/capture/capture.html">Capture</a> a photo using the device's camera.</span>
+            <h2>Camera</h2>
+            <span>Capture a photo using the device's camera.</span>
         </li>
         <li>
-            <h2><a href="cordova/media/capture/capture.html">Capture</a></h2>
-            <span><a href="cordova/media/capture/capture.html">Capture</a> media files using device's media capture applications.</span>
+            <h2>Capture</h2>
+            <span>Capture media files using device's media capture applications.</span>
         </li>
         <li>
-            <h2><a href="cordova/compass/compass.html">Compass</a></h2>
+            <h2>Compass</h2>
             <span>Obtain the direction that the device is pointing.</span>
         </li>
         <li>
-            <h2><a href="cordova/connection/connection.html">Connection</a></h2>
+            <h2>Connection</h2>
             <span>Quickly check the network state, and cellular network information.</span>
         </li>
         <li>
-            <h2><a href="cordova/contacts/Contact/contact.html">Contact</a>s</h2>
+            <h2>Contacts</h2>
             <span>Work with the devices contact database.</span>
         </li>
         <li>
-            <h2><a href="cordova/device/device.html">Device</a></h2>
+            <h2>Device</h2>
             <span>Gather device specific information.</span>
         </li>
         <li>
-            <h2><a href="cordova/events/events.html">Events</a></h2>
+            <h2>Events</h2>
             <span>Hook into native events through JavaScript.</span>
         </li>
         <li>
-            <h2><a href="cordova/file/fileobj/fileobj.html">File</a></h2>
+            <h2>File</h2>
             <span>Hook into native file system through JavaScript.</span>
         </li>
         <li>
-            <h2><a href="cordova/geolocation/geolocation.html">Geolocation</a></h2>
+            <h2>Geolocation</h2>
             <span>Make your application location aware.</span>
         </li>
         <li>
-            <h2><a href="cordova/media/media.html">Media</a></h2>
+            <h2>Media</h2>
             <span>Record and play back audio files.</span>
         </li>
         <li>
-            <h2><a href="cordova/notification/notification.html">Notification</a></h2>
+            <h2>Notification</h2>
             <span>Visual, audible, and tactile device notifications.</span>
         </li>
         <li>
-            <h2><a href="cordova/storage/storage.html">Storage</a></h2>
+            <h2>Storage</h2>
             <span>Hook into the devices native storage options.</span>
         </li>
     </ul>
     <h1>Guides</h1>
     <ul>
         <li>
-            <h2><a href="guide/getting-started/index.html">Getting Started Guides</a></h2>
+            <h2>Getting Started Guides</h2>
             <span>Setup each SDK and create your first Cordova app.</span>
         </li>
         <li>
-            <h2><a href="guide/upgrading/index.html">Upgrading Guides</a></h2>
+            <h2>Upgrading Guides</h2>
             <span>Upgrade an application to the latest Cordova release.</span>
         </li>
         <li>
-            <h2><a href="guide/whitelist/index.html">Domain Whitelist Guide</a></h2>
+            <h2>Domain Whitelist Guide</h2>
             <span>Grant an application access to external domains.</span>
         </li>
         <li>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.9.0/cordova/accelerometer/acceleration/acceleration.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.9.0/cordova/accelerometer/acceleration/acceleration.md b/www/docs/en/1.9.0/cordova/accelerometer/acceleration/acceleration.md
index f814a7d..eb16e4c 100644
--- a/www/docs/en/1.9.0/cordova/accelerometer/acceleration/acceleration.md
+++ b/www/docs/en/1.9.0/cordova/accelerometer/acceleration/acceleration.md
@@ -21,7 +21,7 @@ license: >
 Acceleration
 ============
 
-Contains `<a href="../accelerometer.html">Accelerometer</a>` data captured at a specific point in time.
+Contains `Accelerometer` data captured at a specific point in time.
 
 Properties
 ----------
@@ -34,7 +34,7 @@ Properties
 Description
 -----------
 
-This object is created and populated by Cordova, and returned by an `<a href="../accelerometer.html">Accelerometer</a>` method. The x, y, z acceleration values include the effect of gravity (9.81 m/s^2), so at when a device is lying flat on a table facing up, the value returned should be x=0, y=0, z=9.81.
+This object is created and populated by Cordova, and returned by an `Accelerometer` method. The x, y, z acceleration values include the effect of gravity (9.81 m/s^2), so at when a device is lying flat on a table facing up, the value returned should be x=0, y=0, z=9.81.
 
 Supported Platforms
 -------------------
@@ -46,7 +46,7 @@ Supported Platforms
 - Bada 1.2 & 2.x
 - webOS
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     function onSuccess(acceleration) {
@@ -60,27 +60,27 @@ Quick <a href="../../storage/storage.opendatabase.html">Example</a>
         alert('onError!');
     };
 
-    navigator.<a href="../accelerometer.getCurrentAcceleration.html">accelerometer.getCurrentAcceleration</a>(onSuccess, onError);
+    navigator.accelerometer.getCurrentAcceleration(onSuccess, onError);
 
-Full <a href="../../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Acceleration <a href="../../storage/storage.opendatabase.html">Example</a></title>
+        <title>Acceleration Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.9.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../../device/device.html">Device</a>Ready() {
-            navigator.<a href="../accelerometer.getCurrentAcceleration.html">accelerometer.getCurrentAcceleration</a>(onSuccess, onError);
+        function onDeviceReady() {
+            navigator.accelerometer.getCurrentAcceleration(onSuccess, onError);
         }
 
         // onSuccess: Get a snapshot of the current acceleration
@@ -101,7 +101,7 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
         </script>
       </head>
       <body>
-        <h1><a href="../../storage/storage.opendatabase.html">Example</a></h1>
+        <h1>Example</h1>
         <p>getCurrentAcceleration</p>
       </body>
     </html>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.9.0/cordova/accelerometer/accelerometer.clearWatch.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.9.0/cordova/accelerometer/accelerometer.clearWatch.md b/www/docs/en/1.9.0/cordova/accelerometer/accelerometer.clearWatch.md
index 02bfc96..49ded97 100644
--- a/www/docs/en/1.9.0/cordova/accelerometer/accelerometer.clearWatch.md
+++ b/www/docs/en/1.9.0/cordova/accelerometer/accelerometer.clearWatch.md
@@ -21,11 +21,11 @@ license: >
 accelerometer.clearWatch
 ========================
 
-Stop watching the `<a href="acceleration/acceleration.html">Acceleration</a>` referenced by the watch ID parameter.
+Stop watching the `Acceleration` referenced by the watch ID parameter.
 
     navigator.accelerometer.clearWatch(watchID);
 
-- __watchID__: The ID returned by `accelerometer.watch<a href="acceleration/acceleration.html">Acceleration</a>`.
+- __watchID__: The ID returned by `accelerometer.watchAcceleration`.
 
 Supported Platforms
 -------------------
@@ -36,36 +36,36 @@ Supported Platforms
 - Windows Phone 7 (Mango)
 - Bada 1.2 & 2.x
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
-    var watchID = navigator.accelerometer.watch<a href="acceleration/acceleration.html">Acceleration</a>(onSuccess, onError, options);
+    var watchID = navigator.accelerometer.watchAcceleration(onSuccess, onError, options);
     
     // ... later on ...
     
     navigator.accelerometer.clearWatch(watchID);
     
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="acceleration/acceleration.html">Acceleration</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Acceleration Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.9.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // The watch id references the current `watch<a href="acceleration/acceleration.html">Acceleration</a>`
+        // The watch id references the current `watchAcceleration`
         var watchID = null;
         
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             startWatch();
         }
 
@@ -76,7 +76,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             // Update acceleration every 3 seconds
             var options = { frequency: 3000 };
             
-            watchID = navigator.accelerometer.watch<a href="acceleration/acceleration.html">Acceleration</a>(onSuccess, onError, options);
+            watchID = navigator.accelerometer.watchAcceleration(onSuccess, onError, options);
         }
         
         // Stop watching the acceleration
@@ -92,9 +92,9 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         //
         function onSuccess(acceleration) {
             var element = document.getElementById('accelerometer');
-            element.innerHTML = '<a href="acceleration/acceleration.html">Acceleration</a> X: ' + acceleration.x + '<br />' +
-                                '<a href="acceleration/acceleration.html">Acceleration</a> Y: ' + acceleration.y + '<br />' +
-                                '<a href="acceleration/acceleration.html">Acceleration</a> Z: ' + acceleration.z + '<br />' + 
+            element.innerHTML = 'Acceleration X: ' + acceleration.x + '<br />' +
+                                'Acceleration Y: ' + acceleration.y + '<br />' +
+                                'Acceleration Z: ' + acceleration.z + '<br />' + 
                                 'Timestamp: '      + acceleration.timestamp + '<br />';
         }
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.9.0/cordova/accelerometer/accelerometer.getCurrentAcceleration.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.9.0/cordova/accelerometer/accelerometer.getCurrentAcceleration.md b/www/docs/en/1.9.0/cordova/accelerometer/accelerometer.getCurrentAcceleration.md
index 64122c8..75214c9 100644
--- a/www/docs/en/1.9.0/cordova/accelerometer/accelerometer.getCurrentAcceleration.md
+++ b/www/docs/en/1.9.0/cordova/accelerometer/accelerometer.getCurrentAcceleration.md
@@ -18,19 +18,19 @@ license: >
     under the License.
 ---
 
-accelerometer.getCurrent<a href="acceleration/acceleration.html">Acceleration</a>
+accelerometer.getCurrentAcceleration
 ====================================
 
 Get the current acceleration along the x, y, and z axis.
 
-    navigator.accelerometer.getCurrent<a href="acceleration/acceleration.html">Acceleration</a>(<a href="parameters/accelerometerSuccess.html">accelerometerSuccess</a>, <a href="parameters/accelerometerError.html">accelerometerError</a>);
+    navigator.accelerometer.getCurrentAcceleration(accelerometerSuccess, accelerometerError);
 
 Description
 -----------
 
 The accelerometer is a motion sensor that detects the change (delta) in movement relative to the current device orientation. The accelerometer can detect 3D movement along the x, y, and z axis.
 
-The acceleration is returned using the `<a href="parameters/accelerometerSuccess.html">accelerometerSuccess</a>` callback function.
+The acceleration is returned using the `accelerometerSuccess` callback function.
 
 Supported Platforms
 -------------------
@@ -41,13 +41,13 @@ Supported Platforms
 - Windows Phone 7 (Mango)
 - Bada 1.2 & 2.x
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     function onSuccess(acceleration) {
-        alert('<a href="acceleration/acceleration.html">Acceleration</a> X: ' + acceleration.x + '\n' +
-              '<a href="acceleration/acceleration.html">Acceleration</a> Y: ' + acceleration.y + '\n' +
-              '<a href="acceleration/acceleration.html">Acceleration</a> Z: ' + acceleration.z + '\n' +
+        alert('Acceleration X: ' + acceleration.x + '\n' +
+              'Acceleration Y: ' + acceleration.y + '\n' +
+              'Acceleration Z: ' + acceleration.z + '\n' +
               'Timestamp: '      + acceleration.timestamp + '\n');
     };
 
@@ -55,35 +55,35 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         alert('onError!');
     };
 
-    navigator.accelerometer.getCurrent<a href="acceleration/acceleration.html">Acceleration</a>(onSuccess, onError);
+    navigator.accelerometer.getCurrentAcceleration(onSuccess, onError);
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="acceleration/acceleration.html">Acceleration</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Acceleration Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.9.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
-            navigator.accelerometer.getCurrent<a href="acceleration/acceleration.html">Acceleration</a>(onSuccess, onError);
+        function onDeviceReady() {
+            navigator.accelerometer.getCurrentAcceleration(onSuccess, onError);
         }
     
         // onSuccess: Get a snapshot of the current acceleration
         //
         function onSuccess(acceleration) {
-            alert('<a href="acceleration/acceleration.html">Acceleration</a> X: ' + acceleration.x + '\n' +
-                  '<a href="acceleration/acceleration.html">Acceleration</a> Y: ' + acceleration.y + '\n' +
-                  '<a href="acceleration/acceleration.html">Acceleration</a> Z: ' + acceleration.z + '\n' +
+            alert('Acceleration X: ' + acceleration.x + '\n' +
+                  'Acceleration Y: ' + acceleration.y + '\n' +
+                  'Acceleration Z: ' + acceleration.z + '\n' +
                   'Timestamp: '      + acceleration.timestamp + '\n');
         }
     
@@ -96,8 +96,8 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         </script>
       </head>
       <body>
-        <h1><a href="../storage/storage.opendatabase.html">Example</a></h1>
-        <p>getCurrent<a href="acceleration/acceleration.html">Acceleration</a></p>
+        <h1>Example</h1>
+        <p>getCurrentAcceleration</p>
       </body>
     </html>
     
@@ -106,4 +106,4 @@ iPhone Quirks
 
 - iPhone doesn't have the concept of getting the current acceleration at any given point.
 - You must watch the acceleration and capture the data at given time intervals.
-- Thus, the `getCurrent<a href="acceleration/acceleration.html">Acceleration</a>` function will give you the last value reported from a Cordova `watch<a href="accelerometer.html">Accelerometer</a>` call.
+- Thus, the `getCurrentAcceleration` function will give you the last value reported from a Cordova `watchAccelerometer` call.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.9.0/cordova/accelerometer/accelerometer.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.9.0/cordova/accelerometer/accelerometer.md b/www/docs/en/1.9.0/cordova/accelerometer/accelerometer.md
index f7c4802..5aec54d 100644
--- a/www/docs/en/1.9.0/cordova/accelerometer/accelerometer.md
+++ b/www/docs/en/1.9.0/cordova/accelerometer/accelerometer.md
@@ -21,26 +21,26 @@ license: >
 Accelerometer
 =============
 
-> <a href="../media/capture/capture.html">Capture</a>s device motion in the x, y, and z direction.
+> Captures device motion in the x, y, and z direction.
 
 Methods
 -------
 
-- accelerometer.getCurrent<a href="acceleration/acceleration.html">Acceleration</a>
-- accelerometer.watch<a href="acceleration/acceleration.html">Acceleration</a>
-- <a href="accelerometer.clearWatch.html">accelerometer.clearWatch</a>
+- accelerometer.getCurrentAcceleration
+- accelerometer.watchAcceleration
+- accelerometer.clearWatch
 
 Arguments
 ---------
 
-- <a href="parameters/accelerometerSuccess.html">accelerometerSuccess</a>
-- <a href="parameters/accelerometerError.html">accelerometerError</a>
-- <a href="parameters/accelerometerOptions.html">accelerometerOptions</a>
+- accelerometerSuccess
+- accelerometerError
+- accelerometerOptions
 
 Objects (Read-Only)
 -------------------
 
-- <a href="acceleration/acceleration.html">Acceleration</a>
+- Acceleration
 
 Permissions
 -----------
@@ -68,7 +68,7 @@ Permissions
 
 ### iOS
 
-#### App/Supporting <a href="../file/fileobj/fileobj.html">File</a>s/Cordova.plist
+#### App/Supporting Files/Cordova.plist
 
     <key>Plugins</key>
     <dict>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.9.0/cordova/accelerometer/accelerometer.watchAcceleration.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.9.0/cordova/accelerometer/accelerometer.watchAcceleration.md b/www/docs/en/1.9.0/cordova/accelerometer/accelerometer.watchAcceleration.md
index 0a5311d..d4e52bc 100644
--- a/www/docs/en/1.9.0/cordova/accelerometer/accelerometer.watchAcceleration.md
+++ b/www/docs/en/1.9.0/cordova/accelerometer/accelerometer.watchAcceleration.md
@@ -18,23 +18,23 @@ license: >
     under the License.
 ---
 
-accelerometer.watch<a href="acceleration/acceleration.html">Acceleration</a>
+accelerometer.watchAcceleration
 ===============================
 
 At a regular interval, get the acceleration along the x, y, and z axis.
 
-    var watchID = navigator.accelerometer.watch<a href="acceleration/acceleration.html">Acceleration</a>(<a href="parameters/accelerometerSuccess.html">accelerometerSuccess</a>,
-                                                           <a href="parameters/accelerometerError.html">accelerometerError</a>,
-                                                           [<a href="parameters/accelerometerOptions.html">accelerometerOptions</a>]);
+    var watchID = navigator.accelerometer.watchAcceleration(accelerometerSuccess,
+                                                           accelerometerError,
+                                                           [accelerometerOptions]);
                                                            
 Description
 -----------
 
 The accelerometer is a motion sensor that detects the change (delta) in movement relative to the current position. The accelerometer can detect 3D movement along the x, y, and z axis.
 
-The `accelerometer.watch<a href="acceleration/acceleration.html">Acceleration</a>` gets the device's current acceleration at a regular interval. Each time the `<a href="acceleration/acceleration.html">Acceleration</a>` is retrieved, the `<a href="parameters/accelerometerSuccess.html">accelerometerSuccess</a>` callback function is executed. Specify the interval in milliseconds via the `frequency` parameter in the `acceleratorOptions` object.
+The `accelerometer.watchAcceleration` gets the device's current acceleration at a regular interval. Each time the `Acceleration` is retrieved, the `accelerometerSuccess` callback function is executed. Specify the interval in milliseconds via the `frequency` parameter in the `acceleratorOptions` object.
 
-The returned watch ID references references the accelerometer watch interval. The watch ID can be used with `<a href="accelerometer.clearWatch.html">accelerometer.clearWatch</a>` to stop watching the accelerometer.
+The returned watch ID references references the accelerometer watch interval. The watch ID can be used with `accelerometer.clearWatch` to stop watching the accelerometer.
 
 Supported Platforms
 -------------------
@@ -46,13 +46,13 @@ Supported Platforms
 - Bada 1.2 & 2.x
 
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     function onSuccess(acceleration) {
-        alert('<a href="acceleration/acceleration.html">Acceleration</a> X: ' + acceleration.x + '\n' +
-              '<a href="acceleration/acceleration.html">Acceleration</a> Y: ' + acceleration.y + '\n' +
-              '<a href="acceleration/acceleration.html">Acceleration</a> Z: ' + acceleration.z + '\n' +
+        alert('Acceleration X: ' + acceleration.x + '\n' +
+              'Acceleration Y: ' + acceleration.y + '\n' +
+              'Acceleration Z: ' + acceleration.z + '\n' +
               'Timestamp: '      + acceleration.timestamp + '\n');
     };
 
@@ -62,29 +62,29 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
 
     var options = { frequency: 3000 };  // Update every 3 seconds
     
-    var watchID = navigator.accelerometer.watch<a href="acceleration/acceleration.html">Acceleration</a>(onSuccess, onError, options);
+    var watchID = navigator.accelerometer.watchAcceleration(onSuccess, onError, options);
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="acceleration/acceleration.html">Acceleration</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Acceleration Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.9.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // The watch id references the current `watch<a href="acceleration/acceleration.html">Acceleration</a>`
+        // The watch id references the current `watchAcceleration`
         var watchID = null;
         
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             startWatch();
         }
 
@@ -95,14 +95,14 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             // Update acceleration every 3 seconds
             var options = { frequency: 3000 };
             
-            watchID = navigator.accelerometer.watch<a href="acceleration/acceleration.html">Acceleration</a>(onSuccess, onError, options);
+            watchID = navigator.accelerometer.watchAcceleration(onSuccess, onError, options);
         }
         
         // Stop watching the acceleration
         //
         function stopWatch() {
             if (watchID) {
-                navigator.<a href="accelerometer.clearWatch.html">accelerometer.clearWatch</a>(watchID);
+                navigator.accelerometer.clearWatch(watchID);
                 watchID = null;
             }
         }
@@ -111,9 +111,9 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         //
         function onSuccess(acceleration) {
             var element = document.getElementById('accelerometer');
-            element.innerHTML = '<a href="acceleration/acceleration.html">Acceleration</a> X: ' + acceleration.x + '<br />' +
-                                '<a href="acceleration/acceleration.html">Acceleration</a> Y: ' + acceleration.y + '<br />' +
-                                '<a href="acceleration/acceleration.html">Acceleration</a> Z: ' + acceleration.z + '<br />' +
+            element.innerHTML = 'Acceleration X: ' + acceleration.x + '<br />' +
+                                'Acceleration Y: ' + acceleration.y + '<br />' +
+                                'Acceleration Z: ' + acceleration.z + '<br />' +
                                 'Timestamp: '      + acceleration.timestamp + '<br />';
         }
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.9.0/cordova/accelerometer/parameters/accelerometerOptions.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.9.0/cordova/accelerometer/parameters/accelerometerOptions.md b/www/docs/en/1.9.0/cordova/accelerometer/parameters/accelerometerOptions.md
index d105d2d..86fb292 100644
--- a/www/docs/en/1.9.0/cordova/accelerometer/parameters/accelerometerOptions.md
+++ b/www/docs/en/1.9.0/cordova/accelerometer/parameters/accelerometerOptions.md
@@ -26,4 +26,4 @@ An optional parameter to customize the retrieval of the accelerometer.
 Options
 -------
 
-- __frequency:__ How often to retrieve the `<a href="../acceleration/acceleration.html">Acceleration</a>` in milliseconds. _(Number)_ (Default: 10000)
\ No newline at end of file
+- __frequency:__ How often to retrieve the `Acceleration` in milliseconds. _(Number)_ (Default: 10000)
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.9.0/cordova/accelerometer/parameters/accelerometerSuccess.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.9.0/cordova/accelerometer/parameters/accelerometerSuccess.md b/www/docs/en/1.9.0/cordova/accelerometer/parameters/accelerometerSuccess.md
index 5f448d2..67166dc 100644
--- a/www/docs/en/1.9.0/cordova/accelerometer/parameters/accelerometerSuccess.md
+++ b/www/docs/en/1.9.0/cordova/accelerometer/parameters/accelerometerSuccess.md
@@ -21,7 +21,7 @@ license: >
 accelerometerSuccess
 ====================
 
-onSuccess callback function that provides the <a href="../acceleration/acceleration.html">Acceleration</a> information.
+onSuccess callback function that provides the Acceleration information.
 
     function(acceleration) {
         // Do something
@@ -30,14 +30,14 @@ onSuccess callback function that provides the <a href="../acceleration/accelerat
 Parameters
 ----------
 
-- __acceleration:__ The acceleration at a single moment in time. (<a href="../acceleration/acceleration.html">Acceleration</a>)
+- __acceleration:__ The acceleration at a single moment in time. (Acceleration)
 
-<a href="../../storage/storage.opendatabase.html">Example</a>
+Example
 -------
 
     function onSuccess(acceleration) {
-        alert('<a href="../acceleration/acceleration.html">Acceleration</a> X: ' + acceleration.x + '\n' +
-              '<a href="../acceleration/acceleration.html">Acceleration</a> Y: ' + acceleration.y + '\n' +
-              '<a href="../acceleration/acceleration.html">Acceleration</a> Z: ' + acceleration.z + '\n' +
+        alert('Acceleration X: ' + acceleration.x + '\n' +
+              'Acceleration Y: ' + acceleration.y + '\n' +
+              'Acceleration Z: ' + acceleration.z + '\n' +
               'Timestamp: '      + acceleration.timestamp + '\n');
     };
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.9.0/cordova/camera/camera.cleanup.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.9.0/cordova/camera/camera.cleanup.md b/www/docs/en/1.9.0/cordova/camera/camera.cleanup.md
index 4e1ea22..02a8b2e 100644
--- a/www/docs/en/1.9.0/cordova/camera/camera.cleanup.md
+++ b/www/docs/en/1.9.0/cordova/camera/camera.cleanup.md
@@ -23,12 +23,12 @@ camera.cleanup
 
 Cleans up the image files that were taken by the camera, that were stored in a temporary storage location.
 
-    navigator.camera.cleanup( <a href="parameter/cameraSuccess.html">cameraSuccess</a>, <a href="parameter/cameraError.html">cameraError</a> );
+    navigator.camera.cleanup( cameraSuccess, cameraError );
 
 Description
 -----------
 
-Cleans up the image files stored in the temporary storage location, when the function `<a href="camera.getPicture.html">camera.getPicture</a>` is used with  `<a href="camera.html">Camera</a>.sourceType = <a href="camera.html">Camera</a>.PictureSourceType.CAMERA` and `<a href="camera.html">Camera</a>.destinationType = <a href="camera.html">Camera</a>.DestinationType.FILE_URI`
+Cleans up the image files stored in the temporary storage location, when the function `camera.getPicture` is used with  `Camera.sourceType = Camera.PictureSourceType.CAMERA` and `Camera.destinationType = Camera.DestinationType.FILE_URI`
 
 
 Supported Platforms
@@ -37,13 +37,13 @@ Supported Platforms
 - iOS
 
 
-<a href="../storage/storage.opendatabase.html">Example</a>
+Example
 -------------
 
     navigator.camera.cleanup(onSuccess, onFail); 
 
     function onSuccess() {
-        console.log("<a href="camera.html">Camera</a> cleanup success.")
+        console.log("Camera cleanup success.")
     }
 
     function onFail(message) {

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.9.0/cordova/camera/camera.getPicture.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.9.0/cordova/camera/camera.getPicture.md b/www/docs/en/1.9.0/cordova/camera/camera.getPicture.md
index 2f0dcca..0f3ed35 100644
--- a/www/docs/en/1.9.0/cordova/camera/camera.getPicture.md
+++ b/www/docs/en/1.9.0/cordova/camera/camera.getPicture.md
@@ -23,16 +23,16 @@ camera.getPicture
 
 Takes a photo using the camera or retrieves a photo from the device's album.  The image is returned as a base64 encoded `String` or as the URI of an image file.
 
-    navigator.camera.getPicture( <a href="parameter/cameraSuccess.html">cameraSuccess</a>, <a href="parameter/cameraError.html">cameraError</a>, [ <a href="parameter/cameraOptions.html">cameraOptions</a> ] );
+    navigator.camera.getPicture( cameraSuccess, cameraError, [ cameraOptions ] );
 
 Description
 -----------
 
-Function `camera.getPicture` opens the device's default camera application so that the user can take a picture (if `<a href="camera.html">Camera</a>.sourceType = <a href="camera.html">Camera</a>.PictureSourceType.CAMERA`, which is the default). Once the photo is taken, the camera application closes and your application is restored.
+Function `camera.getPicture` opens the device's default camera application so that the user can take a picture (if `Camera.sourceType = Camera.PictureSourceType.CAMERA`, which is the default). Once the photo is taken, the camera application closes and your application is restored.
 
-If `<a href="camera.html">Camera</a>.sourceType = <a href="camera.html">Camera</a>.PictureSourceType.PHOTOLIBRARY` or `<a href="camera.html">Camera</a>.PictureSourceType.SAVEDPHOTOALBUM`, then a photo chooser dialog is shown, from which a photo from the album can be selected.
+If `Camera.sourceType = Camera.PictureSourceType.PHOTOLIBRARY` or `Camera.PictureSourceType.SAVEDPHOTOALBUM`, then a photo chooser dialog is shown, from which a photo from the album can be selected.
 
-The return value will be sent to the `<a href="parameter/cameraSuccess.html">cameraSuccess</a>` function, in one of the following formats, depending on the `<a href="parameter/cameraOptions.html">cameraOptions</a>` you specify:
+The return value will be sent to the `cameraSuccess` function, in one of the following formats, depending on the `cameraOptions` you specify:
 
 - A `String` containing the Base64 encoded photo image.
 - A `String` representing the image file location on local storage (default).
@@ -40,10 +40,10 @@ The return value will be sent to the `<a href="parameter/cameraSuccess.html">cam
 You can do whatever you want with the encoded image or URI, for example:
 
 - Render the image in an `<img>` tag _(see example below)_
-- Save the data locally (`Local<a href="../storage/storage.html">Storage</a>`, [Lawnchair](http://brianleroux.github.com/lawnchair/), etc)
+- Save the data locally (`LocalStorage`, [Lawnchair](http://brianleroux.github.com/lawnchair/), etc)
 - Post the data to a remote server
 
-Note: The image quality of pictures taken using the camera on newer devices is quite good, and images from the Photo Album will not be downscaled to a lower quality, even if a quality parameter is specified.  _Encoding such images using Base64 has caused memory issues on some of these devices (iPhone 4, BlackBerry Torch 9800)._  Therefore, using FILE_URI as the '<a href="camera.html">Camera</a>.destinationType' is highly recommended.
+Note: The image quality of pictures taken using the camera on newer devices is quite good, and images from the Photo Album will not be downscaled to a lower quality, even if a quality parameter is specified.  _Encoding such images using Base64 has caused memory issues on some of these devices (iPhone 4, BlackBerry Torch 9800)._  Therefore, using FILE_URI as the 'Camera.destinationType' is highly recommended.
 
 Supported Platforms
 -------------------
@@ -66,13 +66,13 @@ Windows Phone 7 Quirks
 Invoking the native camera application while your device is connected
 via Zune will not work, and the error callback will be triggered.
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
 Take photo and retrieve Base64-encoded image:
 
     navigator.camera.getPicture(onSuccess, onFail, { quality: 50,
-        destinationType: <a href="camera.html">Camera</a>.DestinationType.DATA_URL
+        destinationType: Camera.DestinationType.DATA_URL
      }); 
 
     function onSuccess(imageData) {
@@ -87,7 +87,7 @@ Take photo and retrieve Base64-encoded image:
 Take photo and retrieve image file location: 
 
     navigator.camera.getPicture(onSuccess, onFail, { quality: 50, 
-        destinationType: <a href="camera.html">Camera</a>.DestinationType.FILE_URI }); 
+        destinationType: Camera.DestinationType.FILE_URI }); 
 
     function onSuccess(imageURI) {
         var image = document.getElementById('myImage');
@@ -99,13 +99,13 @@ Take photo and retrieve image file location:
     }
 
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../media/capture/capture.html">Capture</a> Photo</title>
+        <title>Capture Photo</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.9.0.js"></script>
         <script type="text/javascript" charset="utf-8">
@@ -115,11 +115,11 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         
         // Wait for Cordova to connect with the device
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>",on<a href="../device/device.html">Device</a>Ready,false);
+        document.addEventListener("deviceready",onDeviceReady,false);
     
         // Cordova is ready to be used!
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             pictureSource=navigator.camera.PictureSourceType;
             destinationType=navigator.camera.DestinationType;
         }
@@ -198,8 +198,8 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         </script>
       </head>
       <body>
-        <button onclick="capturePhoto();"><a href="../media/capture/capture.html">Capture</a> Photo</button> <br>
-        <button onclick="capturePhotoEdit();"><a href="../media/capture/capture.html">Capture</a> Editable Photo</button> <br>
+        <button onclick="capturePhoto();">Capture Photo</button> <br>
+        <button onclick="capturePhotoEdit();">Capture Editable Photo</button> <br>
         <button onclick="getPhoto(pictureSource.PHOTOLIBRARY);">From Photo Library</button><br>
         <button onclick="getPhoto(pictureSource.SAVEDPHOTOALBUM);">From Photo Album</button><br>
         <img style="display:none;width:60px;height:60px;" id="smallImage" src="" />

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.9.0/cordova/camera/camera.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.9.0/cordova/camera/camera.md b/www/docs/en/1.9.0/cordova/camera/camera.md
index 861d580..fae2085 100644
--- a/www/docs/en/1.9.0/cordova/camera/camera.md
+++ b/www/docs/en/1.9.0/cordova/camera/camera.md
@@ -26,8 +26,8 @@ Camera
 Methods
 -------
 
-- <a href="camera.getPicture.html">camera.getPicture</a>
-- <a href="camera.cleanup.html">camera.cleanup</a>
+- camera.getPicture
+- camera.cleanup
 
 Permissions
 -----------
@@ -69,7 +69,7 @@ Permissions
 
 ### iOS
 
-#### App/Supporting <a href="../file/fileobj/fileobj.html">File</a>s/Cordova.plist
+#### App/Supporting Files/Cordova.plist
 
     <key>Plugins</key>
     <dict>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.9.0/cordova/camera/parameter/CameraPopoverOptions.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.9.0/cordova/camera/parameter/CameraPopoverOptions.md b/www/docs/en/1.9.0/cordova/camera/parameter/CameraPopoverOptions.md
index 2efd55b..06bfea9 100644
--- a/www/docs/en/1.9.0/cordova/camera/parameter/CameraPopoverOptions.md
+++ b/www/docs/en/1.9.0/cordova/camera/parameter/CameraPopoverOptions.md
@@ -18,7 +18,7 @@ license: >
     under the License.
 ---
 
-<a href="../camera.html">Camera</a>PopoverOptions
+CameraPopoverOptions
 ====================
 
 Parameters only used by iOS to specify the anchor element location and arrow direction of popover used on iPad when selecting images from the library or album.
@@ -27,10 +27,10 @@ Parameters only used by iOS to specify the anchor element location and arrow dir
       y :  32,
       width : 320,
       height : 480,
-      arrowDir : <a href="../camera.html">Camera</a>.PopoverArrowDirection.ARROW_ANY
+      arrowDir : Camera.PopoverArrowDirection.ARROW_ANY
     };
 
-<a href="../camera.html">Camera</a>PopoverOptions
+CameraPopoverOptions
 --------------------
 
 - __x:__ x pixel coordinate of element on the screen to anchor popover onto. (`Number`)
@@ -41,9 +41,9 @@ Parameters only used by iOS to specify the anchor element location and arrow dir
 
 - __height:__ height, in pixels, of the element on the screen to anchor popover onto. (`Number`)
 
-- __arrowDir:__ Direction the arrow on the popover should point.  Defined in <a href="../camera.html">Camera</a>.PopoverArrowDirection (`Number`)
+- __arrowDir:__ Direction the arrow on the popover should point.  Defined in Camera.PopoverArrowDirection (`Number`)
         
-            <a href="../camera.html">Camera</a>.PopoverArrowDirection = {
+            Camera.PopoverArrowDirection = {
                 ARROW_UP : 1,        // matches iOS UIPopoverArrowDirection constants
                 ARROW_DOWN : 2,
                 ARROW_LEFT : 4,
@@ -53,13 +53,13 @@ Parameters only used by iOS to specify the anchor element location and arrow dir
   
 Note that the size of the popover may change to adjust to the direction of the arrow and orientation of the screen.  Make sure to account for orientation changes when specifying the anchor element location. 
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
-     var popover = new <a href="../camera.html">Camera</a>PopoverOptions(300,300,100,100,<a href="../camera.html">Camera</a>.PopoverArrowDirection.ARROW_ANY);
-     var options = { quality: 50, destinationType: <a href="../camera.html">Camera</a>.DestinationType.DATA_URL,sourceType: <a href="../camera.html">Camera</a>.PictureSource.SAVEDPHOTOALBUM, popoverOptions : popover };
+     var popover = new CameraPopoverOptions(300,300,100,100,Camera.PopoverArrowDirection.ARROW_ANY);
+     var options = { quality: 50, destinationType: Camera.DestinationType.DATA_URL,sourceType: Camera.PictureSource.SAVEDPHOTOALBUM, popoverOptions : popover };
      
-     navigator.<a href="../camera.getPicture.html">camera.getPicture</a>(onSuccess, onFail, options);
+     navigator.camera.getPicture(onSuccess, onFail, options);
      
      function onSuccess(imageData) {
         var image = document.getElementById('myImage');

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.9.0/cordova/camera/parameter/cameraOptions.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.9.0/cordova/camera/parameter/cameraOptions.md b/www/docs/en/1.9.0/cordova/camera/parameter/cameraOptions.md
index 284fd77..713f3c4 100644
--- a/www/docs/en/1.9.0/cordova/camera/parameter/cameraOptions.md
+++ b/www/docs/en/1.9.0/cordova/camera/parameter/cameraOptions.md
@@ -24,13 +24,13 @@ cameraOptions
 Optional parameters to customize the camera settings.
 
     { quality : 75, 
-      destinationType : <a href="../camera.html">Camera</a>.DestinationType.DATA_URL, 
-      sourceType : <a href="../camera.html">Camera</a>.PictureSourceType.CAMERA, 
+      destinationType : Camera.DestinationType.DATA_URL, 
+      sourceType : Camera.PictureSourceType.CAMERA, 
       allowEdit : true,
-      encodingType: <a href="../camera.html">Camera</a>.EncodingType.JPEG,
+      encodingType: Camera.EncodingType.JPEG,
       targetWidth: 100,
       targetHeight: 100,
-      popoverOptions: <a href="../camera.html">Camera</a>PopoverOptions,
+      popoverOptions: CameraPopoverOptions,
       saveToPhotoAlbum: false };
 
 Options
@@ -40,14 +40,14 @@ Options
 
 - __destinationType:__ Choose the format of the return value.  Defined in navigator.camera.DestinationType (`Number`)
         
-            <a href="../camera.html">Camera</a>.DestinationType = {
+            Camera.DestinationType = {
                 DATA_URL : 0,                // Return image as base64 encoded string
                 FILE_URI : 1                 // Return image file URI
             };
 
 - __sourceType:__ Set the source of the picture.  Defined in nagivator.camera.PictureSourceType (`Number`)
      
-        <a href="../camera.html">Camera</a>.PictureSourceType = {
+        Camera.PictureSourceType = {
             PHOTOLIBRARY : 0,
             CAMERA : 1,
             SAVEDPHOTOALBUM : 2
@@ -57,7 +57,7 @@ Options
   
 - __encodingType:__ Choose the encoding of the returned image file.  Defined in navigator.camera.EncodingType (`Number`)
         
-            <a href="../camera.html">Camera</a>.EncodingType = {
+            Camera.EncodingType = {
                 JPEG : 0,               // Return JPEG encoded image
                 PNG : 1                 // Return PNG encoded image
             };
@@ -65,9 +65,9 @@ Options
 - __targetWidth:__ Width in pixels to scale image. Must be used with targetHeight.  Aspect ratio is maintained. (`Number`)
 - __targetHeight:__ Height in pixels to scale image. Must be used with targetWidth. Aspect ratio is maintained. (`Number`)
 
-- __mediaType:__ Set the type of media to select from.  Only works when PictureSourceType is PHOTOLIBRARY or SAVEDPHOTOALBUM. Defined in nagivator.camera.<a href="../../media/media.html">Media</a>Type (`Number`)
+- __mediaType:__ Set the type of media to select from.  Only works when PictureSourceType is PHOTOLIBRARY or SAVEDPHOTOALBUM. Defined in nagivator.camera.MediaType (`Number`)
      
-        <a href="../camera.html">Camera</a>.<a href="../../media/media.html">Media</a>Type = { 
+        Camera.MediaType = { 
 			PICTURE: 0,             // allow selection of still pictures only. DEFAULT. Will return format specified via DestinationType
 			VIDEO: 1,               // allow selection of video only, WILL ALWAYS RETURN FILE_URI
 			ALLMEDIA : 2			// allow selection from all media types
@@ -75,13 +75,13 @@ Options
 
 - __correctOrientation:__ Rotate the image to correct for the orientation of the device during capture. (`Boolean`)
 - __saveToPhotoAlbum:__ Save the image to the photo album on the device after capture. (`Boolean`)
-- __popoverOptions:__ iOS only options to specify popover location in iPad.  Defined in <a href="../camera.html">Camera</a>PopoverOptions
+- __popoverOptions:__ iOS only options to specify popover location in iPad.  Defined in CameraPopoverOptions
   
 Android Quirks
 --------------
 
 - Ignores the `allowEdit` parameter.
-- <a href="../camera.html">Camera</a>.PictureSourceType.PHOTOLIBRARY and <a href="../camera.html">Camera</a>.PictureSourceType.SAVEDPHOTOALBUM both display the same photo album.
+- Camera.PictureSourceType.PHOTOLIBRARY and Camera.PictureSourceType.SAVEDPHOTOALBUM both display the same photo album.
 
 BlackBerry Quirks
 -----------------
@@ -89,9 +89,9 @@ BlackBerry Quirks
 - Ignores the `quality` parameter.
 - Ignores the `sourceType` parameter.
 - Ignores the `allowEdit` parameter.
-- Application must have key injection permissions to close native <a href="../camera.html">Camera</a> application after photo is taken.
+- Application must have key injection permissions to close native Camera application after photo is taken.
 - Using Large image sizes may result in inability to encode image on later model devices with high resolution cameras (e.g. Torch 9800).
-- <a href="../camera.html">Camera</a>.<a href="../../media/media.html">Media</a>Type is not supported.
+- Camera.MediaType is not supported.
 - Ignores the `correctOrientation` parameter.
 - Ignores the `saveToPhotoAlbum` parameter.
 
@@ -101,7 +101,7 @@ webOS Quirks
 - Ignores the `quality` parameter.
 - Ignores the `sourceType` parameter.
 - Ignores the `allowEdit` parameter.
-- <a href="../camera.html">Camera</a>.<a href="../../media/media.html">Media</a>Type is not supported.
+- Camera.MediaType is not supported.
 - Ignores the `correctOrientation` parameter.
 - Ignores the `saveToPhotoAlbum` parameter.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.9.0/cordova/camera/parameter/cameraSuccess.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.9.0/cordova/camera/parameter/cameraSuccess.md b/www/docs/en/1.9.0/cordova/camera/parameter/cameraSuccess.md
index 6083130..ec04795 100644
--- a/www/docs/en/1.9.0/cordova/camera/parameter/cameraSuccess.md
+++ b/www/docs/en/1.9.0/cordova/camera/parameter/cameraSuccess.md
@@ -30,9 +30,9 @@ onSuccess callback function that provides the image data.
 Parameters
 ----------
 
-- __imageData:__ Base64 encoding of the image data, OR the image file URI, depending on `<a href="cameraOptions.html">cameraOptions</a>` used. (`String`)
+- __imageData:__ Base64 encoding of the image data, OR the image file URI, depending on `cameraOptions` used. (`String`)
 
-<a href="../../storage/storage.opendatabase.html">Example</a>
+Example
 -------
 
     // Show image

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.9.0/cordova/compass/compass.clearWatch.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.9.0/cordova/compass/compass.clearWatch.md b/www/docs/en/1.9.0/cordova/compass/compass.clearWatch.md
index 8eff362..bb2536a 100644
--- a/www/docs/en/1.9.0/cordova/compass/compass.clearWatch.md
+++ b/www/docs/en/1.9.0/cordova/compass/compass.clearWatch.md
@@ -25,7 +25,7 @@ Stop watching the compass referenced by the watch ID parameter.
 
     navigator.compass.clearWatch(watchID);
 
-- __watchID__: The ID returned by `<a href="compass.watchHeading.html">compass.watchHeading</a>`.
+- __watchID__: The ID returned by `compass.watchHeading`.
 
 Supported Platforms
 -------------------
@@ -36,22 +36,22 @@ Supported Platforms
 - Bada 1.2 & 2.x
 - webOS
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
-    var watchID = navigator.<a href="compass.watchHeading.html">compass.watchHeading</a>(onSuccess, onError, options);
+    var watchID = navigator.compass.watchHeading(onSuccess, onError, options);
     
     // ... later on ...
     
     navigator.compass.clearWatch(watchID);
     
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="compass.html">Compass</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Compass Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.9.0.js"></script>
         <script type="text/javascript" charset="utf-8">
@@ -61,11 +61,11 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             startWatch();
         }
 
@@ -76,7 +76,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             // Update compass every 3 seconds
             var options = { frequency: 3000 };
             
-            watchID = navigator.<a href="compass.watchHeading.html">compass.watchHeading</a>(onSuccess, onError, options);
+            watchID = navigator.compass.watchHeading(onSuccess, onError, options);
         }
         
         // Stop watching the compass
@@ -97,8 +97,8 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
 
         // onError: Failed to get the heading
         //
-        function onError(<a href="parameters/compassError.html">compassError</a>) {
-            alert('<a href="compass.html">Compass</a> error: ' + <a href="parameters/compassError.html">compassError</a>.code);
+        function onError(compassError) {
+            alert('Compass error: ' + compassError.code);
         }
 
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.9.0/cordova/compass/compass.clearWatchFilter.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.9.0/cordova/compass/compass.clearWatchFilter.md b/www/docs/en/1.9.0/cordova/compass/compass.clearWatchFilter.md
index 9cf3e19..276c11f 100644
--- a/www/docs/en/1.9.0/cordova/compass/compass.clearWatchFilter.md
+++ b/www/docs/en/1.9.0/cordova/compass/compass.clearWatchFilter.md
@@ -18,7 +18,7 @@ license: >
     under the License.
 ---
 
-<a href="compass.clearWatch.html">compass.clearWatch</a>Filter
+compass.clearWatchFilter
 ========================
 
-No longer supported as of 1.6.  See `<a href="compass.clearWatch.html">compass.clearWatch</a>`.
\ No newline at end of file
+No longer supported as of 1.6.  See `compass.clearWatch`.
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[21/51] [partial] docs commit: Reverting autolinking change because of inconsistencies.

Posted by db...@apache.org.
http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/events/events.batterystatus.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/events/events.batterystatus.md b/www/docs/en/1.6.1/cordova/events/events.batterystatus.md
index 6ec4fa1..5138f9f 100644
--- a/www/docs/en/1.6.1/cordova/events/events.batterystatus.md
+++ b/www/docs/en/1.6.1/cordova/events/events.batterystatus.md
@@ -35,7 +35,7 @@ The battery status handler will be called with an object that contains two prope
 - __level:__ The percentage of battery (0-100). _(Number)_
 - __isPlugged:__ A boolean that represents whether or not the device is plugged in or not. _(Boolean)_
 
-Typically, you will want to attach an event listener with `window.addEventListener` once you receive the Cordova '<a href="events.deviceready.html">deviceready</a>' event.
+Typically, you will want to attach an event listener with `window.addEventListener` once you receive the Cordova 'deviceready' event.
 
 Supported Platforms
 -------------------
@@ -53,40 +53,40 @@ The `level` property is unavailable as Windows Phone 7 does not provide
 native APIs for determining battery level. The `isPlugged` parameter
 _is_ supported.
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     window.addEventListener("batterystatus", onBatteryStatus, false);
 
     function onBatteryStatus(info) {
-        // Handle the <a href="events.online.html">online</a> event
+        // Handle the online event
        	console.log("Level: " + info.level + " isPlugged: " + info.isPlugged); 
     }
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Cordova <a href="../device/device.html">Device</a> Ready <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Cordova Device Ready Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Call on<a href="../device/device.html">Device</a>Ready when Cordova is loaded.
+        // Call onDeviceReady when Cordova is loaded.
         //
         // At this point, the document has loaded but cordova-1.6.1.js has not.
         // When Cordova is loaded and talking with the native device,
-        // it will call the event `<a href="events.deviceready.html">deviceready</a>`.
+        // it will call the event `deviceready`.
         // 
 	    function onLoad() {
-    	    document.addEventListener("<a href="events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+    	    document.addEventListener("deviceready", onDeviceReady, false);
     	}
 
         // Cordova is loaded and it is now safe to make calls Cordova methods
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
 		    window.addEventListener("batterystatus", onBatteryStatus, false);
         }
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/events/events.deviceready.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/events/events.deviceready.md b/www/docs/en/1.6.1/cordova/events/events.deviceready.md
index 64363ea..959478a 100644
--- a/www/docs/en/1.6.1/cordova/events/events.deviceready.md
+++ b/www/docs/en/1.6.1/cordova/events/events.deviceready.md
@@ -44,39 +44,39 @@ Supported Platforms
 - iOS
 - Windows Phone 7
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
-    document.addEventListener("deviceready", on<a href="../device/device.html">Device</a>Ready, false);
+    document.addEventListener("deviceready", onDeviceReady, false);
 
-    function on<a href="../device/device.html">Device</a>Ready() {
+    function onDeviceReady() {
         // Now safe to use the Cordova API
     }
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Cordova <a href="../device/device.html">Device</a> Ready <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Cordova Device Ready Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Call on<a href="../device/device.html">Device</a>Ready when Cordova is loaded.
+        // Call onDeviceReady when Cordova is loaded.
         //
         // At this point, the document has loaded but cordova-1.6.1.js has not.
         // When Cordova is loaded and talking with the native device,
         // it will call the event `deviceready`.
         //
         function onLoad() {
-            document.addEventListener("deviceready", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
 
         // Cordova is loaded and it is now safe to make calls Cordova methods
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             // Now safe to use the Cordova API
         }
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/events/events.endcallbutton.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/events/events.endcallbutton.md b/www/docs/en/1.6.1/cordova/events/events.endcallbutton.md
index 617c9af..5d101d2 100644
--- a/www/docs/en/1.6.1/cordova/events/events.endcallbutton.md
+++ b/www/docs/en/1.6.1/cordova/events/events.endcallbutton.md
@@ -30,14 +30,14 @@ Details
 
 If you need to override the default end call behaviour you can register an event listener for the 'endcallbutton' event.
 
-Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova '<a href="events.deviceready.html">deviceready</a>' event.
+Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova 'deviceready' event.
 
 Supported Platforms
 -------------------
 
 - BlackBerry WebWorks (OS 5.0 and higher)
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     document.addEventListener("endcallbutton", onEndCallKeyDown, false);
@@ -46,31 +46,31 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         // Handle the end call button
     }
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
                           "http://www.w3.org/TR/html4/strict.dtd">
     <html>
       <head>
-        <title>Cordova End Call Button <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Cordova End Call Button Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Call on<a href="../device/device.html">Device</a>Ready when Cordova is loaded.
+        // Call onDeviceReady when Cordova is loaded.
         //
         // At this point, the document has loaded but cordova-1.6.1.js has not.
         // When Cordova is loaded and talking with the native device,
-        // it will call the event `<a href="events.deviceready.html">deviceready</a>`.
+        // it will call the event `deviceready`.
         //
         function onLoad() {
-            document.addEventListener("<a href="events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
 
         // Cordova is loaded and it is now safe to make calls Cordova methods
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             // Register the event listener
             document.addEventListener("endcallbutton", onEndCallKeyDown, false);
         }

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/events/events.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/events/events.md b/www/docs/en/1.6.1/cordova/events/events.md
index 45a8623..c42b595 100644
--- a/www/docs/en/1.6.1/cordova/events/events.md
+++ b/www/docs/en/1.6.1/cordova/events/events.md
@@ -26,19 +26,19 @@ Events
 Event Types
 -----------
 
-- <a href="events.deviceready.html">deviceready</a>
-- <a href="events.pause.html">pause</a>
-- <a href="events.resume.html">resume</a>
-- <a href="events.online.html">online</a>
-- <a href="events.offline.html">offline</a>
-- <a href="events.backbutton.html">backbutton</a>
-- <a href="events.batterycritical.html">batterycritical</a>
-- <a href="events.batterylow.html">batterylow</a>
-- <a href="events.batterystatus.html">batterystatus</a>
-- <a href="events.menubutton.html">menubutton</a>
-- <a href="events.searchbutton.html">searchbutton</a>
-- <a href="events.startcallbutton.html">startcallbutton</a>
-- <a href="events.endcallbutton.html">endcallbutton</a>
-- <a href="events.volumedownbutton.html">volumedownbutton</a>
-- <a href="events.volumeupbutton.html">volumeupbutton</a>
+- deviceready
+- pause
+- resume
+- online
+- offline
+- backbutton
+- batterycritical
+- batterylow
+- batterystatus
+- menubutton
+- searchbutton
+- startcallbutton
+- endcallbutton
+- volumedownbutton
+- volumeupbutton
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/events/events.menubutton.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/events/events.menubutton.md b/www/docs/en/1.6.1/cordova/events/events.menubutton.md
index d7a5db2..f74f8a1 100644
--- a/www/docs/en/1.6.1/cordova/events/events.menubutton.md
+++ b/www/docs/en/1.6.1/cordova/events/events.menubutton.md
@@ -30,7 +30,7 @@ Details
 
 If you need to override the default menu button behaviour you can register an event listener for the 'menubutton' event.
 
-Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova '<a href="events.deviceready.html">deviceready</a>' event.
+Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova 'deviceready' event.
 
 Supported Platforms
 -------------------
@@ -38,7 +38,7 @@ Supported Platforms
 - Android
 - BlackBerry WebWorks (OS 5.0 and higher)
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     document.addEventListener("menubutton", onMenuKeyDown, false);
@@ -47,31 +47,31 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         // Handle the back button
     }
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
                           "http://www.w3.org/TR/html4/strict.dtd">
     <html>
       <head>
-        <title>Cordova Menu Button <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Cordova Menu Button Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Call on<a href="../device/device.html">Device</a>Ready when Cordova is loaded.
+        // Call onDeviceReady when Cordova is loaded.
         //
         // At this point, the document has loaded but cordova-1.6.1.js has not.
         // When Cordova is loaded and talking with the native device,
-        // it will call the event `<a href="events.deviceready.html">deviceready</a>`.
+        // it will call the event `deviceready`.
         //
         function onLoad() {
-            document.addEventListener("<a href="events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
 
         // Cordova is loaded and it is now safe to make calls Cordova methods
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             // Register the event listener
             document.addEventListener("menubutton", onMenuKeyDown, false);
         }

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/events/events.offline.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/events/events.offline.md b/www/docs/en/1.6.1/cordova/events/events.offline.md
index 86908fe..352975e 100644
--- a/www/docs/en/1.6.1/cordova/events/events.offline.md
+++ b/www/docs/en/1.6.1/cordova/events/events.offline.md
@@ -30,7 +30,7 @@ Details
 
 When the application's network connection changes to being offline, the offline event is fired.  
 
-Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova '<a href="events.deviceready.html">deviceready</a>' event.
+Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova 'deviceready' event.
 
 Supported Platforms
 -------------------
@@ -40,7 +40,7 @@ Supported Platforms
 - iOS
 - Windows Phone 7
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     document.addEventListener("offline", onOffline, false);
@@ -49,30 +49,30 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         // Handle the offline event
     }
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Cordova Offline <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Cordova Offline Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Call on<a href="../device/device.html">Device</a>Ready when Cordova is loaded.
+        // Call onDeviceReady when Cordova is loaded.
         //
         // At this point, the document has loaded but cordova-1.6.1.js has not.
         // When Cordova is loaded and talking with the native device,
-        // it will call the event `<a href="events.deviceready.html">deviceready</a>`.
+        // it will call the event `deviceready`.
         //
         function onLoad() {
-            document.addEventListener("<a href="events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
 
         // Cordova is loaded and it is now safe to make calls Cordova methods
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
 		    document.addEventListener("offline", onOffline, false);
         }
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/events/events.online.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/events/events.online.md b/www/docs/en/1.6.1/cordova/events/events.online.md
index e37f20b..afa1ced 100644
--- a/www/docs/en/1.6.1/cordova/events/events.online.md
+++ b/www/docs/en/1.6.1/cordova/events/events.online.md
@@ -30,7 +30,7 @@ Details
 
 When the application's network connection changes to being online, the online event is fired.  
 
-Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova '<a href="events.deviceready.html">deviceready</a>' event.
+Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova 'deviceready' event.
 
 Supported Platforms
 -------------------
@@ -40,7 +40,7 @@ Supported Platforms
 - iOS
 - Windows Phone 7
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     document.addEventListener("online", onOnline, false);
@@ -49,30 +49,30 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         // Handle the online event
     }
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Cordova Online <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Cordova Online Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Call on<a href="../device/device.html">Device</a>Ready when Cordova is loaded.
+        // Call onDeviceReady when Cordova is loaded.
         //
         // At this point, the document has loaded but cordova-1.6.1.js has not.
         // When Cordova is loaded and talking with the native device,
-        // it will call the event `<a href="events.deviceready.html">deviceready</a>`.
+        // it will call the event `deviceready`.
         //
         function onLoad() {
-            document.addEventListener("<a href="events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
 
         // Cordova is loaded and it is now safe to make calls Cordova methods
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             document.addEventListener("online", onOnline, false);
         }
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/events/events.pause.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/events/events.pause.md b/www/docs/en/1.6.1/cordova/events/events.pause.md
index 16ff659..3cebc97 100644
--- a/www/docs/en/1.6.1/cordova/events/events.pause.md
+++ b/www/docs/en/1.6.1/cordova/events/events.pause.md
@@ -30,7 +30,7 @@ Details
 
 Cordova consists of two code bases: native and JavaScript. While the native code puts the application into the background the pause event is fired.  
 
-Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova '<a href="events.deviceready.html">deviceready</a>' event.
+Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova 'deviceready' event.
 
 Supported Platforms
 -------------------
@@ -40,7 +40,7 @@ Supported Platforms
 - iOS
 - Windows Phone 7
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     document.addEventListener("pause", onPause, false);
@@ -49,30 +49,30 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         // Handle the pause event
     }
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Cordova Pause <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Cordova Pause Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Call on<a href="../device/device.html">Device</a>Ready when Cordova is loaded.
+        // Call onDeviceReady when Cordova is loaded.
         //
         // At this point, the document has loaded but cordova-1.6.1.js has not.
         // When Cordova is loaded and talking with the native device,
-        // it will call the event `<a href="events.deviceready.html">deviceready</a>`.
+        // it will call the event `deviceready`.
         //
         function onLoad() {
-            document.addEventListener("<a href="events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
 
         // Cordova is loaded and it is now safe to make calls Cordova methods
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
 		    document.addEventListener("pause", onPause, false);
         }
 
@@ -89,7 +89,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
 
 iOS Quirks
 --------------------------
-In the pause handler, any calls that go through Objective-C will not work, nor will any calls that are interactive, like alerts. This means that you cannot call console.log (and its variants), or any calls from Plugins or the Cordova API. These will only be processed when the app <a href="events.resume.html">resume</a>s (processed on the next run-loop).
+In the pause handler, any calls that go through Objective-C will not work, nor will any calls that are interactive, like alerts. This means that you cannot call console.log (and its variants), or any calls from Plugins or the Cordova API. These will only be processed when the app resumes (processed on the next run-loop).
 
 - __resign__ event 
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/events/events.resume.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/events/events.resume.md b/www/docs/en/1.6.1/cordova/events/events.resume.md
index 3a4aec5..0842fc3 100644
--- a/www/docs/en/1.6.1/cordova/events/events.resume.md
+++ b/www/docs/en/1.6.1/cordova/events/events.resume.md
@@ -30,7 +30,7 @@ Details
 
 Cordova consists of two code bases: native and JavaScript. While the native code pulls the application from the background the resume event is fired.  
 
-Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova '<a href="events.deviceready.html">deviceready</a>' event.
+Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova 'deviceready' event.
 
 Supported Platforms
 -------------------
@@ -40,7 +40,7 @@ Supported Platforms
 - iOS
 - Windows Phone 7
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     document.addEventListener("resume", onResume, false);
@@ -49,30 +49,30 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         // Handle the resume event
     }
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Cordova Resume <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Cordova Resume Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Call on<a href="../device/device.html">Device</a>Ready when Cordova is loaded.
+        // Call onDeviceReady when Cordova is loaded.
         //
         // At this point, the document has loaded but cordova-1.6.1.js has not.
         // When Cordova is loaded and talking with the native device,
-        // it will call the event `<a href="events.deviceready.html">deviceready</a>`.
+        // it will call the event `deviceready`.
         //
         function onLoad() {
-            document.addEventListener("<a href="events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
 
         // Cordova is loaded and it is now safe to make calls Cordova methods
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             document.addEventListener("resume", onResume, false);
         }
 
@@ -89,7 +89,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
 
 iOS Quirks
 --------------------------
-Any calls to console.log during your **<a href="events.pause.html">pause</a>** event handler will be run now when the app resumes, see the iOS Quirks section for the **<a href="events.pause.html">pause</a>** event for an explanation. 
+Any calls to console.log during your **pause** event handler will be run now when the app resumes, see the iOS Quirks section for the **pause** event for an explanation. 
 
 - __active__ event 
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/events/events.searchbutton.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/events/events.searchbutton.md b/www/docs/en/1.6.1/cordova/events/events.searchbutton.md
index e33f22f..1aa2eaa 100644
--- a/www/docs/en/1.6.1/cordova/events/events.searchbutton.md
+++ b/www/docs/en/1.6.1/cordova/events/events.searchbutton.md
@@ -30,14 +30,14 @@ Details
 
 If you need to override the default search button behaviour on Android you can register an event listener for the 'searchbutton' event.
 
-Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova '<a href="events.deviceready.html">deviceready</a>' event.
+Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova 'deviceready' event.
 
 Supported Platforms
 -------------------
 
 - Android
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     document.addEventListener("searchbutton", onSearchKeyDown, false);
@@ -46,31 +46,31 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         // Handle the search button
     }
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
                           "http://www.w3.org/TR/html4/strict.dtd">
     <html>
       <head>
-        <title>Cordova Search Button <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Cordova Search Button Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Call on<a href="../device/device.html">Device</a>Ready when Cordova is loaded.
+        // Call onDeviceReady when Cordova is loaded.
         //
         // At this point, the document has loaded but cordova-1.6.1.js has not.
         // When Cordova is loaded and talking with the native device,
-        // it will call the event `<a href="events.deviceready.html">deviceready</a>`.
+        // it will call the event `deviceready`.
         //
         function onLoad() {
-            document.addEventListener("<a href="events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
 
         // Cordova is loaded and it is now safe to make calls Cordova methods
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             // Register the event listener
             document.addEventListener("searchbutton", onSearchKeyDown, false);
         }

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/events/events.startcallbutton.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/events/events.startcallbutton.md b/www/docs/en/1.6.1/cordova/events/events.startcallbutton.md
index 8ca5b3c..457afcc 100644
--- a/www/docs/en/1.6.1/cordova/events/events.startcallbutton.md
+++ b/www/docs/en/1.6.1/cordova/events/events.startcallbutton.md
@@ -30,14 +30,14 @@ Details
 
 If you need to override the default start call behaviour you can register an event listener for the 'startcallbutton' event.
 
-Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova '<a href="events.deviceready.html">deviceready</a>' event.
+Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova 'deviceready' event.
 
 Supported Platforms
 -------------------
 
 - BlackBerry WebWorks (OS 5.0 and higher)
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     document.addEventListener("startcallbutton", onStartCallKeyDown, false);
@@ -46,31 +46,31 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         // Handle the start call button
     }
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
                           "http://www.w3.org/TR/html4/strict.dtd">
     <html>
       <head>
-        <title>Cordova Start Call Button <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Cordova Start Call Button Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Call on<a href="../device/device.html">Device</a>Ready when Cordova is loaded.
+        // Call onDeviceReady when Cordova is loaded.
         //
         // At this point, the document has loaded but cordova-1.6.1.js has not.
         // When Cordova is loaded and talking with the native device,
-        // it will call the event `<a href="events.deviceready.html">deviceready</a>`.
+        // it will call the event `deviceready`.
         //
         function onLoad() {
-            document.addEventListener("<a href="events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
 
         // Cordova is loaded and it is now safe to make calls Cordova methods
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             // Register the event listener
             document.addEventListener("startcallbutton", onStartCallKeyDown, false);
         }

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/events/events.volumedownbutton.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/events/events.volumedownbutton.md b/www/docs/en/1.6.1/cordova/events/events.volumedownbutton.md
index 5ba73d6..7d9e3cf 100644
--- a/www/docs/en/1.6.1/cordova/events/events.volumedownbutton.md
+++ b/www/docs/en/1.6.1/cordova/events/events.volumedownbutton.md
@@ -30,14 +30,14 @@ 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 Cordova '<a href="events.deviceready.html">deviceready</a>' event.
+Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova 'deviceready' event.
 
 Supported Platforms
 -------------------
 
 - BlackBerry WebWorks (OS 5.0 and higher)
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     document.addEventListener("volumedownbutton", onVolumeDownKeyDown, false);
@@ -46,31 +46,31 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         // Handle the volume down button
     }
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
                           "http://www.w3.org/TR/html4/strict.dtd">
     <html>
       <head>
-        <title>Cordova Volume Down Button <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Cordova Volume Down Button Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Call on<a href="../device/device.html">Device</a>Ready when Cordova is loaded.
+        // Call onDeviceReady when Cordova is loaded.
         //
         // At this point, the document has loaded but cordova-1.6.1.js has not.
         // When Cordova is loaded and talking with the native device,
-        // it will call the event `<a href="events.deviceready.html">deviceready</a>`.
+        // it will call the event `deviceready`.
         //
         function onLoad() {
-            document.addEventListener("<a href="events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
 
         // Cordova is loaded and it is now safe to make calls Cordova methods
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             // Register the event listener
             document.addEventListener("volumedownbutton", onVolumeDownKeyDown, false);
         }

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/events/events.volumeupbutton.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/events/events.volumeupbutton.md b/www/docs/en/1.6.1/cordova/events/events.volumeupbutton.md
index 09d6cb4..af91844 100644
--- a/www/docs/en/1.6.1/cordova/events/events.volumeupbutton.md
+++ b/www/docs/en/1.6.1/cordova/events/events.volumeupbutton.md
@@ -30,14 +30,14 @@ 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 Cordova '<a href="events.deviceready.html">deviceready</a>' event.
+Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova 'deviceready' event.
 
 Supported Platforms
 -------------------
 
 - BlackBerry WebWorks (OS 5.0 and higher)
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     document.addEventListener("volumeupbutton", onVolumeUpKeyDown, false);
@@ -46,31 +46,31 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         // Handle the volume up button
     }
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
                           "http://www.w3.org/TR/html4/strict.dtd">
     <html>
       <head>
-        <title>Cordova Volume Up Button <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Cordova Volume Up Button Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Call on<a href="../device/device.html">Device</a>Ready when Cordova is loaded.
+        // Call onDeviceReady when Cordova is loaded.
         //
         // At this point, the document has loaded but cordova-1.6.1.js has not.
         // When Cordova is loaded and talking with the native device,
-        // it will call the event `<a href="events.deviceready.html">deviceready</a>`.
+        // it will call the event `deviceready`.
         //
         function onLoad() {
-            document.addEventListener("<a href="events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
 
         // Cordova is loaded and it is now safe to make calls Cordova methods
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             // Register the event listener
             document.addEventListener("volumeupbutton", onVolumeUpKeyDown, false);
         }

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/file/directoryentry/directoryentry.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/file/directoryentry/directoryentry.md b/www/docs/en/1.6.1/cordova/file/directoryentry/directoryentry.md
index 5fa9eae..98b2399 100644
--- a/www/docs/en/1.6.1/cordova/file/directoryentry/directoryentry.md
+++ b/www/docs/en/1.6.1/cordova/file/directoryentry/directoryentry.md
@@ -26,29 +26,29 @@ This object represents a directory on a file system.  It is defined in the [W3C
 Properties
 ----------
 
-- __is<a href="../fileobj/fileobj.html">File</a>:__ Always false. _(boolean)_
+- __isFile:__ Always false. _(boolean)_
 - __isDirectory:__ Always true. _(boolean)_
 - __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 Cordova:
 
-- __filesystem:__ The file system on which the DirectoryEntry resides. _(<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>)_ 
+- __filesystem:__ The file system on which the DirectoryEntry resides. _(FileSystem)_ 
 
 Methods
 -------
 
 The following methods can be invoked on a DirectoryEntry object:
 
-- __get<a href="../metadata/metadata.html">Metadata</a>__: Look up metadata about a directory. 
+- __getMetadata__: Look up metadata about a directory. 
 - __moveTo__: Move a directory to a different location on the file system.
 - __copyTo__: Copy a directory to a different location on the file system.
 - __toURI__: Return a URI that can be used to locate a directory.
 - __remove__: Delete a directory.  The directory must be empty.
 - __getParent__: Look up the parent directory.
-- __createReader__: Create a new <a href="../directoryreader/directoryreader.html">DirectoryReader</a> that can read entries from a directory.
+- __createReader__: Create a new DirectoryReader that can read entries from a directory.
 - __getDirectory__: Create or look up a directory.
-- __get<a href="../fileobj/fileobj.html">File</a>__: Create or look up a file.
+- __getFile__: Create or look up a file.
 - __removeRecursively__: Delete a directory and all of its contents.
 
 
@@ -60,18 +60,18 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
 
-get<a href="../metadata/metadata.html">Metadata</a>
+getMetadata
 -----------
 
 Look up metadata about a directory.
 
 __Parameters:__
 
-- __successCallback__ - A callback that is called with a <a href="../metadata/metadata.html">Metadata</a> object. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs retrieving the <a href="../metadata/metadata.html">Metadata</a>. Invoked with a <a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a> object. _(Function)_
+- __successCallback__ - A callback that is called with a Metadata object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileError object. _(Function)_
 
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 
     function success(metadata) {
         console.log("Last Modified: " + metadata.modificationTime);
@@ -82,7 +82,7 @@ __Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
     }
 
     // Request the metadata object for this entry
-    entry.get<a href="../metadata/metadata.html">Metadata</a>(success, fail);	
+    entry.getMetadata(success, fail);	
 
 
 moveTo
@@ -102,10 +102,10 @@ __Parameters:__
 - __parent__ - The parent directory to which to move the directory. _(DirectoryEntry)_
 - __newName__ - The new name of the directory. Defaults to the current name if unspecified. _(DOMString)_
 - __successCallback__ - A callback that is called with the DirectoryEntry object of the new directory. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs when attempting to move the directory.  Invoked with a <a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a> object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs when attempting to move the directory.  Invoked with a FileError object. _(Function)_
 
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 
     function success(entry) {
         console.log("New Path: " + entry.fullPath);
@@ -139,10 +139,10 @@ __Parameters:__
 - __parent__ - The parent directory to which to copy the directory. _(DirectoryEntry)_
 - __newName__ - The new name of the directory. Defaults to the current name if unspecified. _(DOMString)_
 - __successCallback__ - A callback that is called with the DirectoryEntry object of the new directory. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs when attempting to copy the underlying directory.  Invoked with a <a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a> object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs when attempting to copy the underlying directory.  Invoked with a FileError object. _(Function)_
 
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 
 	function win(entry) {
 		console.log("New Path: " + entry.fullPath);
@@ -167,7 +167,7 @@ toURI
 
 Returns a URI that can be used to locate the directory. 
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 	
     // Get the URI for this directory
     var uri = entry.toURI();
@@ -185,9 +185,9 @@ Deletes a directory. It is an error to attempt to:
 __Parameters:__
 
 - __successCallback__ - A callback that is called after the directory has been deleted.  Invoked with no parameters. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs when attempting to delete the directory.  Invoked with a <a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a> object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs when attempting to delete the directory.  Invoked with a FileError object. _(Function)_
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 	
     function success(entry) {
         console.log("Removal succeeded");
@@ -209,9 +209,9 @@ Look up the parent DirectoryEntry containing the directory.
 __Parameters:__
 
 - __successCallback__ - A callback that is called with the directory's parent DirectoryEntry. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs when attempting to retrieve the parent DirectoryEntry.  Invoked with a <a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a> object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs when attempting to retrieve the parent DirectoryEntry.  Invoked with a FileError object. _(Function)_
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 	
     function success(parent) {
         console.log("Parent Name: " + parent.name);
@@ -228,9 +228,9 @@ __Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
 createReader
 ------------
 
-Creates a new <a href="../directoryreader/directoryreader.html">DirectoryReader</a> to read entries in a directory.
+Creates a new DirectoryReader to read entries in a directory.
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 	
     // create a directory reader
     var directoryReader = entry.createReader();	
@@ -246,11 +246,11 @@ Creates or looks up an existing directory.  It is an error to attempt to:
 __Parameters:__
 
 - __path__ - The path to the directory to be looked up or created.  Either an absolute path, or a relative path from this DirectoryEntry. _(DOMString)_
-- __options__ - Options to specify whether the directory is created if it doesn't exist.  _(<a href="../flags/flags.html">Flags</a>)_
+- __options__ - Options to specify whether the directory is created if it doesn't exist.  _(Flags)_
 - __successCallback__ - A callback that is invoked with a DirectoryEntry object. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs creating or looking up the directory.  Invoked with a <a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a> object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs creating or looking up the directory.  Invoked with a FileError object. _(Function)_
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 	
     function success(parent) {
         console.log("Parent Name: " + parent.name);
@@ -264,7 +264,7 @@ __Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
     entry.getDirectory("newDir", {create: true, exclusive: false}, success, fail);	
 
 
-get<a href="../fileobj/fileobj.html">File</a>
+getFile
 -------
 
 Creates or looks up a file.  It is an error to attempt to:
@@ -274,11 +274,11 @@ Creates or looks up a file.  It is an error to attempt to:
 __Parameters:__
 
 - __path__ - The path to the file to be looked up or created.  Either an absolute path, or a relative path from this DirectoryEntry. _(DOMString)_
-- __options__ - Options to specify whether the file is created if it doesn't exist.  _(<a href="../flags/flags.html">Flags</a>)_
-- __successCallback__ - A callback that is invoked with a <a href="../fileentry/fileentry.html"><a href="../fileobj/fileobj.html">File</a>Entry</a> object. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs creating or looking up the file.  Invoked with a <a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a> object. _(Function)_
+- __options__ - Options to specify whether the file is created if it doesn't exist.  _(Flags)_
+- __successCallback__ - A callback that is invoked with a FileEntry object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs creating or looking up the file.  Invoked with a FileError object. _(Function)_
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 	
     function success(parent) {
         console.log("Parent Name: " + parent.name);
@@ -289,7 +289,7 @@ __Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
     }
 
     // Retrieve an existing file, or create it if it does not exist
-    entry.get<a href="../fileobj/fileobj.html">File</a>("new<a href="../fileobj/fileobj.html">File</a>.txt", {create: true, exclusive: false}, success, fail);	
+    entry.getFile("newFile.txt", {create: true, exclusive: false}, success, fail);	
 
 
 removeRecursively
@@ -304,9 +304,9 @@ be deleted.   It is an error to attempt to:
 __Parameters:__
 
 - __successCallback__ - A callback that is called after the DirectoryEntry has been deleted.  Invoked with no parameters. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs when attempting to delete the DirectoryEntry.  Invoked with a <a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a> object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs when attempting to delete the DirectoryEntry.  Invoked with a FileError object. _(Function)_
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 	
     function success(parent) {
         console.log("Remove Recursively Succeeded");

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/file/directoryreader/directoryreader.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/file/directoryreader/directoryreader.md b/www/docs/en/1.6.1/cordova/file/directoryreader/directoryreader.md
index 9e024f6..da55cc2 100644
--- a/www/docs/en/1.6.1/cordova/file/directoryreader/directoryreader.md
+++ b/www/docs/en/1.6.1/cordova/file/directoryreader/directoryreader.md
@@ -44,10 +44,10 @@ Read the entries in this directory.
 
 __Parameters:__
 
-- __successCallback__ - A callback that is passed an array of <a href="../fileentry/fileentry.html"><a href="../fileobj/fileobj.html">File</a>Entry</a> and <a href="../directoryentry/directoryentry.html">DirectoryEntry</a> objects. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs retrieving the directory listing. Invoked with a <a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a> object. _(Function)_
+- __successCallback__ - A callback that is passed an array of FileEntry and DirectoryEntry objects. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs retrieving the directory listing. Invoked with a FileError object. _(Function)_
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 	
     function success(entries) {
         var i;

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/file/file.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/file/file.md b/www/docs/en/1.6.1/cordova/file/file.md
index cf93c75..cdb17e9 100644
--- a/www/docs/en/1.6.1/cordova/file/file.md
+++ b/www/docs/en/1.6.1/cordova/file/file.md
@@ -18,26 +18,26 @@ license: >
     under the License.
 ---
 
-<a href="fileobj/fileobj.html">File</a>
+File
 ==========
 
->  This API is based on the W3C [<a href="fileobj/fileobj.html">File</a> API](http://www.w3.org/TR/<a href="fileobj/fileobj.html">File</a>API). An API to read, write and navigate file system hierarchies. 
+>  This API is based on the W3C [File API](http://www.w3.org/TR/FileAPI). An API to read, write and navigate file system hierarchies. 
 
 Objects
 -------
 
-- <a href="directoryentry/directoryentry.html">DirectoryEntry</a>
-- <a href="directoryreader/directoryreader.html">DirectoryReader</a>
-- <a href="fileobj/fileobj.html">File</a>
-- <a href="fileentry/fileentry.html"><a href="fileobj/fileobj.html">File</a>Entry</a>
-- <a href="fileerror/fileerror.html"><a href="fileobj/fileobj.html">File</a>Error</a>
-- <a href="filereader/filereader.html"><a href="fileobj/fileobj.html">File</a>Reader</a>
-- <a href="filesystem/filesystem.html"><a href="fileobj/fileobj.html">File</a>System</a>
-- <a href="filetransfer/filetransfer.html"><a href="fileobj/fileobj.html">File</a>Transfer</a>
-- <a href="filetransfererror/filetransfererror.html"><a href="filetransfer/filetransfer.html"><a href="fileobj/fileobj.html">File</a>Transfer</a>Error</a>
-- <a href="fileuploadoptions/fileuploadoptions.html"><a href="fileobj/fileobj.html">File</a>UploadOptions</a>
-- <a href="fileuploadresult/fileuploadresult.html"><a href="fileobj/fileobj.html">File</a>UploadResult</a>
-- <a href="filewriter/filewriter.html"><a href="fileobj/fileobj.html">File</a>Writer</a>
-- <a href="flags/flags.html">Flags</a>
-- Local<a href="filesystem/filesystem.html"><a href="fileobj/fileobj.html">File</a>System</a>
-- <a href="metadata/metadata.html">Metadata</a>
\ No newline at end of file
+- DirectoryEntry
+- DirectoryReader
+- File
+- FileEntry
+- FileError
+- FileReader
+- FileSystem
+- FileTransfer
+- FileTransferError
+- FileUploadOptions
+- FileUploadResult
+- FileWriter
+- Flags
+- LocalFileSystem
+- Metadata
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/file/fileentry/fileentry.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/file/fileentry/fileentry.md b/www/docs/en/1.6.1/cordova/file/fileentry/fileentry.md
index d10b9d0..ffe30f3 100644
--- a/www/docs/en/1.6.1/cordova/file/fileentry/fileentry.md
+++ b/www/docs/en/1.6.1/cordova/file/fileentry/fileentry.md
@@ -18,7 +18,7 @@ license: >
     under the License.
 ---
 
-<a href="../fileobj/fileobj.html">File</a>Entry
+FileEntry
 ==========
 
 This object represents a file on a file system.  It is defined in the [W3C Directories and Systems](http://www.w3.org/TR/file-system-api/) specification.
@@ -26,27 +26,27 @@ This object represents a file on a file system.  It is defined in the [W3C Direc
 Properties
 ----------
 
-- __is<a href="../fileobj/fileobj.html">File</a>:__ Always true. _(boolean)_
+- __isFile:__ Always true. _(boolean)_
 - __isDirectory:__ Always false. _(boolean)_
-- __name:__ The name of the <a href="../fileobj/fileobj.html">File</a>Entry, excluding the path leading to it. _(DOMString)_
-- __fullPath:__ The full absolute path from the root to the <a href="../fileobj/fileobj.html">File</a>Entry. _(DOMString)_
+- __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 Cordova:
 
-- __filesystem:__ The file system on which the <a href="../fileobj/fileobj.html">File</a>Entry resides. _(<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>)_
+- __filesystem:__ The file system on which the FileEntry resides. _(FileSystem)_
 
 
 Methods
 -------
 
-- __get<a href="../metadata/metadata.html">Metadata</a>__: Look up metadata about a file. 
+- __getMetadata__: Look up metadata about a file. 
 - __moveTo__: Move a file to a different location on the file system.
 - __copyTo__: Copy a file to a different location on the file system.
 - __toURI__: Return a URI that can be used to locate a file.
 - __remove__: Delete a file.  
 - __getParent__: Look up the parent directory.
-- __createWriter__: Creates a <a href="../filewriter/filewriter.html"><a href="../fileobj/fileobj.html">File</a>Writer</a> object that can be used to write to a file.
-- __file__: Creates a <a href="../fileobj/fileobj.html">File</a> object containing file properties.
+- __createWriter__: Creates a FileWriter object that can be used to write to a file.
+- __file__: Creates a File object containing file properties.
 
 
 Supported Platforms
@@ -58,18 +58,18 @@ Supported Platforms
 - Windows Phone 7 ( Mango )
 
 
-get<a href="../metadata/metadata.html">Metadata</a>
+getMetadata
 ----------------
 
 Look up metadata about a file.
 
 __Parameters:__
 
-- __successCallback__ - A callback that is called with a <a href="../metadata/metadata.html">Metadata</a> object. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs retrieving the <a href="../metadata/metadata.html">Metadata</a>. Invoked with a <a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a> object. _(Function)_
+- __successCallback__ - A callback that is called with a Metadata object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileError object. _(Function)_
 
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 
     function success(metadata) {
         console.log("Last Modified: " + metadata.modificationTime);
@@ -80,7 +80,7 @@ __Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
     }
 
     // Request the metadata object for this entry
-    entry.get<a href="../metadata/metadata.html">Metadata</a>(success, fail);	
+    entry.getMetadata(success, fail);	
 
 
 moveTo
@@ -95,13 +95,13 @@ In addition, an attempt to move a file on top of an existing file must attempt t
 
 __Parameters:__
 
-- __parent__ - The parent directory to which to move the file. _(<a href="../directoryentry/directoryentry.html">DirectoryEntry</a>)_
+- __parent__ - The parent directory to which to move the file. _(DirectoryEntry)_
 - __newName__ - The new name of the file. Defaults to the current name if unspecified. _(DOMString)_
-- __successCallback__ - A callback that is called with the <a href="../fileobj/fileobj.html">File</a>Entry object of the new file. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs when attempting to move the file.  Invoked with a <a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a> object. _(Function)_
+- __successCallback__ - A callback that is called with the FileEntry object of the new file. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs when attempting to move the file.  Invoked with a FileError object. _(Function)_
 
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 
     function success(entry) {
         console.log("New Path: " + entry.fullPath);
@@ -111,12 +111,12 @@ __Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
         alert(error.code);
     }
 
-    function move<a href="../fileobj/fileobj.html">File</a>(entry) {
+    function moveFile(entry) {
         var parent = document.getElementById('parent').value,
-            parentEntry = new <a href="../directoryentry/directoryentry.html">DirectoryEntry</a>({fullPath: parent});
+            parentEntry = new DirectoryEntry({fullPath: parent});
 
         // move the file to a new directory and rename it
-        entry.moveTo(parentEntry, "new<a href="../fileobj/fileobj.html">File</a>.txt", success, fail);
+        entry.moveTo(parentEntry, "newFile.txt", success, fail);
     }
 	
 
@@ -129,13 +129,13 @@ Copy a file to a new location on the file system.  It is an error to attempt to:
 
 __Parameters:__
 
-- __parent__ - The parent directory to which to copy the file. _(<a href="../directoryentry/directoryentry.html">DirectoryEntry</a>)_
+- __parent__ - The parent directory to which to copy the file. _(DirectoryEntry)_
 - __newName__ - The new name of the file. Defaults to the current name if unspecified. _(DOMString)_
-- __successCallback__ - A callback that is called with the <a href="../fileobj/fileobj.html">File</a>Entry object of the new file. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs when attempting to copy the file.  Invoked with a <a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a> object. _(Function)_
+- __successCallback__ - A callback that is called with the FileEntry object of the new file. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs when attempting to copy the file.  Invoked with a FileError object. _(Function)_
 
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 
     function win(entry) {
 	    console.log("New Path: " + entry.fullPath);
@@ -145,9 +145,9 @@ __Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
 	    alert(error.code);
     }
 
-    function copy<a href="../fileobj/fileobj.html">File</a>(entry) {
+    function copyFile(entry) {
         var parent = document.getElementById('parent').value,
-            parentEntry = new <a href="../directoryentry/directoryentry.html">DirectoryEntry</a>({fullPath: parent});
+            parentEntry = new DirectoryEntry({fullPath: parent});
 
         // copy the file to a new directory and rename it
         entry.copyTo(parentEntry, "file.copy", success, fail);
@@ -159,7 +159,7 @@ toURI
 
 Returns a URI that can be used to locate the file. 
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 	
     // Request the URI for this entry
     var uri = entry.toURI();
@@ -174,9 +174,9 @@ Deletes a file.
 __Parameters:__
 
 - __successCallback__ - A callback that is called after the file has been deleted.  Invoked with no parameters. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs when attempting to delete the file.  Invoked with a <a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a> object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs when attempting to delete the file.  Invoked with a FileError object. _(Function)_
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 	
     function success(entry) {
         console.log("Removal succeeded");
@@ -193,14 +193,14 @@ __Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
 getParent
 ---------
 
-Look up the parent <a href="../directoryentry/directoryentry.html">DirectoryEntry</a> containing the file. 
+Look up the parent DirectoryEntry containing the file. 
 
 __Parameters:__
 
-- __successCallback__ - A callback that is called with the file's parent <a href="../directoryentry/directoryentry.html">DirectoryEntry</a>. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs when attempting to retrieve the parent <a href="../directoryentry/directoryentry.html">DirectoryEntry</a>.  Invoked with a <a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a> object. _(Function)_
+- __successCallback__ - A callback that is called with the file's parent DirectoryEntry. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs when attempting to retrieve the parent DirectoryEntry.  Invoked with a FileError object. _(Function)_
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 	
     function success(parent) {
         console.log("Parent Name: " + parent.name);
@@ -210,21 +210,21 @@ __Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
         alert(error.code);
     }
 
-    // Get the parent <a href="../directoryentry/directoryentry.html">DirectoryEntry</a>
+    // Get the parent DirectoryEntry
     entry.getParent(success, fail);	
 
 
 createWriter
 ------------
 
-Create a <a href="../filewriter/filewriter.html"><a href="../fileobj/fileobj.html">File</a>Writer</a> object associated with the file that the <a href="../fileobj/fileobj.html">File</a>Entry represents.
+Create a FileWriter object associated with the file that the FileEntry represents.
 
 __Parameters:__
 
-- __successCallback__ - A callback that is called with a <a href="../filewriter/filewriter.html"><a href="../fileobj/fileobj.html">File</a>Writer</a> object. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs while attempting to create the <a href="../filewriter/filewriter.html"><a href="../fileobj/fileobj.html">File</a>Writer</a>.  Invoked with a <a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a> object. _(Function)_
+- __successCallback__ - A callback that is called with a FileWriter object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs while attempting to create the FileWriter.  Invoked with a FileError object. _(Function)_
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 	
     function success(writer) {
         writer.write("Some text to the file");
@@ -234,24 +234,24 @@ __Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
         alert(error.code);
     }
 
-    // create a <a href="../filewriter/filewriter.html"><a href="../fileobj/fileobj.html">File</a>Writer</a> to write to the file
+    // create a FileWriter to write to the file
     entry.createWriter(success, fail);	
 
 
 file
 ----
 
-Return a <a href="../fileobj/fileobj.html">File</a> object that represents the current state of the file that this <a href="../fileobj/fileobj.html">File</a>Entry represents.
+Return a File object that represents the current state of the file that this FileEntry represents.
 
 __Parameters:__
 
-- __successCallback__ - A callback that is called with a <a href="../fileobj/fileobj.html">File</a> object. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs when creating the <a href="../fileobj/fileobj.html">File</a> object (e.g. the underlying file no longer exists).  Invoked with a <a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a> object. _(Function)_
+- __successCallback__ - A callback that is called with a File object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs when creating the File object (e.g. the underlying file no longer exists).  Invoked with a FileError object. _(Function)_
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 	
     function success(file) {
-        console.log("<a href="../fileobj/fileobj.html">File</a> size: " + file.size);
+        console.log("File size: " + file.size);
     }
 
     function fail(error) {

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/file/fileerror/fileerror.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/file/fileerror/fileerror.md b/www/docs/en/1.6.1/cordova/file/fileerror/fileerror.md
index 5bdd794..fa54c1f 100644
--- a/www/docs/en/1.6.1/cordova/file/fileerror/fileerror.md
+++ b/www/docs/en/1.6.1/cordova/file/fileerror/fileerror.md
@@ -18,10 +18,10 @@ license: >
     under the License.
 ---
 
-<a href="../fileobj/fileobj.html">File</a>Error
+FileError
 ========
 
-A '<a href="../fileobj/fileobj.html">File</a>Error' object is set when an error occurs in any of the <a href="../fileobj/fileobj.html">File</a> API methods. 
+A 'FileError' object is set when an error occurs in any of the File API methods. 
 
 Properties
 ----------
@@ -31,20 +31,20 @@ Properties
 Constants
 ---------
 
-- `<a href="../fileobj/fileobj.html">File</a>Error.NOT_FOUND_ERR`
-- `<a href="../fileobj/fileobj.html">File</a>Error.SECURITY_ERR`
-- `<a href="../fileobj/fileobj.html">File</a>Error.ABORT_ERR`
-- `<a href="../fileobj/fileobj.html">File</a>Error.NOT_READABLE_ERR`
-- `<a href="../fileobj/fileobj.html">File</a>Error.ENCODING_ERR`
-- `<a href="../fileobj/fileobj.html">File</a>Error.NO_MODIFICATION_ALLOWED_ERR`
-- `<a href="../fileobj/fileobj.html">File</a>Error.INVALID_STATE_ERR`
-- `<a href="../fileobj/fileobj.html">File</a>Error.SYNTAX_ERR`
-- `<a href="../fileobj/fileobj.html">File</a>Error.INVALID_MODIFICATION_ERR`
-- `<a href="../fileobj/fileobj.html">File</a>Error.QUOTA_EXCEEDED_ERR`
-- `<a href="../fileobj/fileobj.html">File</a>Error.TYPE_MISMATCH_ERR`
-- `<a href="../fileobj/fileobj.html">File</a>Error.PATH_EXISTS_ERR`
+- `FileError.NOT_FOUND_ERR`
+- `FileError.SECURITY_ERR`
+- `FileError.ABORT_ERR`
+- `FileError.NOT_READABLE_ERR`
+- `FileError.ENCODING_ERR`
+- `FileError.NO_MODIFICATION_ALLOWED_ERR`
+- `FileError.INVALID_STATE_ERR`
+- `FileError.SYNTAX_ERR`
+- `FileError.INVALID_MODIFICATION_ERR`
+- `FileError.QUOTA_EXCEEDED_ERR`
+- `FileError.TYPE_MISMATCH_ERR`
+- `FileError.PATH_EXISTS_ERR`
 
 Description
 -----------
 
-The `<a href="../fileobj/fileobj.html">File</a>Error` object is the only parameter of any of the <a href="../fileobj/fileobj.html">File</a> API's error callbacks.  Developers must read the code property to determine the type of error.
\ No newline at end of file
+The `FileError` object is the only parameter of any of the File API's error callbacks.  Developers must read the code property to determine the type of error.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/file/fileobj/fileobj.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/file/fileobj/fileobj.md b/www/docs/en/1.6.1/cordova/file/fileobj/fileobj.md
index 5910a3c..9920be9 100644
--- a/www/docs/en/1.6.1/cordova/file/fileobj/fileobj.md
+++ b/www/docs/en/1.6.1/cordova/file/fileobj/fileobj.md
@@ -35,7 +35,7 @@ Properties
 Details
 -------
 
-The `File` object contains attributes of a single file.  You can get an instance of a File object by calling the __file__ method of a `<a href="../fileentry/fileentry.html">FileEntry</a>` object.
+The `File` object contains attributes of a single file.  You can get an instance of a File object by calling the __file__ method of a `FileEntry` object.
 
 Supported Platforms
 -------------------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/file/filereader/filereader.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/file/filereader/filereader.md b/www/docs/en/1.6.1/cordova/file/filereader/filereader.md
index 64743d1..7994f93 100644
--- a/www/docs/en/1.6.1/cordova/file/filereader/filereader.md
+++ b/www/docs/en/1.6.1/cordova/file/filereader/filereader.md
@@ -18,17 +18,17 @@ license: >
     under the License.
 ---
 
-<a href="../fileobj/fileobj.html">File</a>Reader
+FileReader
 ==========
 
-<a href="../fileobj/fileobj.html">File</a>Reader is an object that allows one to read a file.
+FileReader is an object that allows one to read a file.
 
 Properties
 ----------
 
 - __readyState:__ One of the three states the reader can be in EMPTY, LOADING or DONE.
 - __result:__ The contents of the file that has been read. _(DOMString)_
-- __error:__ An object containing errors. _(<a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a>)_
+- __error:__ An object containing errors. _(FileError)_
 - __onloadstart:__ Called when the read starts. . _(Function)_
 - __onprogress:__ Called while reading the file, reports progress (progess.loaded/progress.total). _(Function)_ -NOT SUPPORTED
 - __onload:__ Called when the read has successfully completed. _(Function)_
@@ -46,7 +46,7 @@ Methods
 Details
 -------
 
-The `<a href="../fileobj/fileobj.html">File</a>Reader` object is a way to read files from the devices file system.  <a href="../fileobj/fileobj.html">File</a>s can be read as text or as a base64 data encoded string.  Users register their own event listeners to receive the loadstart, progress, load, loadend, error and abort events.
+The `FileReader` object is a way to read files from the devices file system.  Files can be read as text or as a base64 data encoded string.  Users register their own event listeners to receive the loadstart, progress, load, loadend, error and abort events.
 
 Supported Platforms
 -------------------
@@ -63,11 +63,11 @@ __Parameters:__
 - file - the file object to read
 
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
 	function win(file) {
-		var reader = new <a href="../fileobj/fileobj.html">File</a>Reader();
+		var reader = new FileReader();
 		reader.onloadend = function(evt) {
         	console.log("read success");
             console.log(evt.target.result);
@@ -89,11 +89,11 @@ __Parameters:__
 - file - the file object to read
 - encoding - the encoding to use to encode the file's content. Default is UTF8.
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
 	function win(file) {
-		var reader = new <a href="../fileobj/fileobj.html">File</a>Reader();
+		var reader = new FileReader();
 		reader.onloadend = function(evt) {
         	console.log("read success");
             console.log(evt.target.result);
@@ -107,11 +107,11 @@ Quick <a href="../../storage/storage.opendatabase.html">Example</a>
 	
     entry.file(win, fail);
 
-Abort Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Abort Quick Example
 -------------------
 
 	function win(file) {
-		var reader = new <a href="../fileobj/fileobj.html">File</a>Reader();
+		var reader = new FileReader();
 		reader.onloadend = function(evt) {
         	console.log("read success");
             console.log(evt.target.result);
@@ -126,13 +126,13 @@ Abort Quick <a href="../../storage/storage.opendatabase.html">Example</a>
 	
     entry.file(win, fail);
 
-Full <a href="../../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../fileobj/fileobj.html">File</a>Reader <a href="../../storage/storage.opendatabase.html">Example</a></title>
+        <title>FileReader Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.1.js"></script>
         <script type="text/javascript" charset="utf-8">
@@ -140,30 +140,30 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
         // Wait for Cordova to load
         //
         function onLoad() {
-            document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
 
         // Cordova is ready
         //
-        function on<a href="../../device/device.html">Device</a>Ready() {
-			window.request<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>(Local<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>.PERSISTENT, 0, gotFS, fail);
+        function onDeviceReady() {
+			window.requestFileSystem(LocalFileSystem.PERSISTENT, 0, gotFS, fail);
         }
 		
 		function gotFS(fileSystem) {
-			fileSystem.root.get<a href="../fileobj/fileobj.html">File</a>("readme.txt", null, got<a href="../fileentry/fileentry.html"><a href="../fileobj/fileobj.html">File</a>Entry</a>, fail);
+			fileSystem.root.getFile("readme.txt", null, gotFileEntry, fail);
 		}
 		
-		function got<a href="../fileentry/fileentry.html"><a href="../fileobj/fileobj.html">File</a>Entry</a>(fileEntry) {
-			fileEntry.file(got<a href="../fileobj/fileobj.html">File</a>, fail);
+		function gotFileEntry(fileEntry) {
+			fileEntry.file(gotFile, fail);
 		}
 		
-        function got<a href="../fileobj/fileobj.html">File</a>(file){
+        function gotFile(file){
 			readDataUrl(file);
 			readAsText(file);
 		}
         
         function readDataUrl(file) {
-            var reader = new <a href="../fileobj/fileobj.html">File</a>Reader();
+            var reader = new FileReader();
             reader.onloadend = function(evt) {
                 console.log("Read as data URL");
                 console.log(evt.target.result);
@@ -172,7 +172,7 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
         }
         
         function readAsText(file) {
-            var reader = new <a href="../fileobj/fileobj.html">File</a>Reader();
+            var reader = new FileReader();
             reader.onloadend = function(evt) {
                 console.log("Read as text");
                 console.log(evt.target.result);
@@ -187,8 +187,8 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
         </script>
       </head>
       <body>
-        <h1><a href="../../storage/storage.opendatabase.html">Example</a></h1>
-        <p>Read <a href="../fileobj/fileobj.html">File</a></p>
+        <h1>Example</h1>
+        <p>Read File</p>
       </body>
     </html>
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/file/filesystem/filesystem.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/file/filesystem/filesystem.md b/www/docs/en/1.6.1/cordova/file/filesystem/filesystem.md
index 652377b..4032823 100644
--- a/www/docs/en/1.6.1/cordova/file/filesystem/filesystem.md
+++ b/www/docs/en/1.6.1/cordova/file/filesystem/filesystem.md
@@ -18,7 +18,7 @@ license: >
     under the License.
 ---
 
-<a href="../fileobj/fileobj.html">File</a>System
+FileSystem
 ==========
 
 This object represents a file system.
@@ -27,12 +27,12 @@ Properties
 ----------
 
 - __name:__ The name of the file system. _(DOMString)_
-- __root:__ The root directory of the file system. _(<a href="../directoryentry/directoryentry.html">DirectoryEntry</a>)_
+- __root:__ The root directory of the file system. _(DirectoryEntry)_
 
 Details
 -------
 
-The `<a href="../fileobj/fileobj.html">File</a>System` object represents information about the file system. The name of the file system will be unique across the list of exposed file systems.  The root property contains a `<a href="../directoryentry/directoryentry.html">DirectoryEntry</a>` object which represents the root directory of the file system.
+The `FileSystem` object represents information about the file system. The name of the file system will be unique across the list of exposed file systems.  The root property contains a `DirectoryEntry` object which represents the root directory of the file system.
 
 Supported Platforms
 -------------------
@@ -42,7 +42,7 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
 
-<a href="../fileobj/fileobj.html">File</a> System Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+File System Quick Example
 -------------------------
 
 	function onSuccess(fileSystem) {
@@ -51,30 +51,30 @@ Supported Platforms
 	}
 	
 	// request the persistent file system
-	window.request<a href="../fileobj/fileobj.html">File</a>System(<a href="../localfilesystem/localfilesystem.html">Local<a href="../fileobj/fileobj.html">File</a>System</a>.PERSISTENT, 0, onSuccess, null);
+	window.requestFileSystem(LocalFileSystem.PERSISTENT, 0, onSuccess, null);
 
-Full <a href="../../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../fileobj/fileobj.html">File</a> System <a href="../../storage/storage.opendatabase.html">Example</a></title>
+        <title>File System Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../../device/device.html">Device</a>Ready() {
-			window.request<a href="../fileobj/fileobj.html">File</a>System(<a href="../localfilesystem/localfilesystem.html">Local<a href="../fileobj/fileobj.html">File</a>System</a>.PERSISTENT, 0, on<a href="../fileobj/fileobj.html">File</a>SystemSuccess, fail);
+        function onDeviceReady() {
+			window.requestFileSystem(LocalFileSystem.PERSISTENT, 0, onFileSystemSuccess, fail);
         }
 
-		function on<a href="../fileobj/fileobj.html">File</a>SystemSuccess(fileSystem) {
+		function onFileSystemSuccess(fileSystem) {
 			console.log(fileSystem.name);
 			console.log(fileSystem.root.name);
 		}
@@ -86,7 +86,7 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
         </script>
       </head>
       <body>
-        <h1><a href="../../storage/storage.opendatabase.html">Example</a></h1>
-        <p><a href="../fileobj/fileobj.html">File</a> System</p>
+        <h1>Example</h1>
+        <p>File System</p>
       </body>
     </html>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/file/filetransfer/filetransfer.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/file/filetransfer/filetransfer.md b/www/docs/en/1.6.1/cordova/file/filetransfer/filetransfer.md
index 5ac9239..c2e54df 100644
--- a/www/docs/en/1.6.1/cordova/file/filetransfer/filetransfer.md
+++ b/www/docs/en/1.6.1/cordova/file/filetransfer/filetransfer.md
@@ -18,10 +18,10 @@ license: >
     under the License.
 ---
 
-<a href="../fileobj/fileobj.html">File</a>Transfer
+FileTransfer
 ==========
 
-<a href="../fileobj/fileobj.html">File</a>Transfer is an object that allows you to upload files to a server or download files from a server.
+FileTransfer is an object that allows you to upload files to a server or download files from a server.
 
 Properties
 ----------
@@ -37,7 +37,7 @@ Methods
 Details
 -------
 
-The `<a href="../fileobj/fileobj.html">File</a>Transfer` object provides a way to upload files to a remote server using an HTTP multi-part POST request.  Both HTTP and HTTPS protocols are supported.  Optional parameters can be specified by passing a <a href="../fileuploadoptions/fileuploadoptions.html"><a href="../fileobj/fileobj.html">File</a>UploadOptions</a> object to the upload method.  On successful upload, the success callback will be called with a <a href="../fileuploadresult/fileuploadresult.html"><a href="../fileobj/fileobj.html">File</a>UploadResult</a> object.  If an error occurs, the error callback will be invoked with a <a href="../filetransfererror/filetransfererror.html"><a href="../fileobj/fileobj.html">File</a>TransferError</a> object.
+The `FileTransfer` object provides a way to upload files to a remote server using an HTTP multi-part POST request.  Both HTTP and HTTPS protocols are supported.  Optional parameters can be specified by passing a FileUploadOptions object to the upload method.  On successful upload, the success callback will be called with a FileUploadResult object.  If an error occurs, the error callback will be invoked with a FileTransferError object.
 It is also possible to download a file from remote and save it on the device (only iOS and Android).
 
 Supported Platforms
@@ -55,11 +55,11 @@ __Parameters:__
 
 - __filePath__ - Full path of the file on the device
 - __server__ - URL of the server to receive the file
-- __successCallback__ - A callback that is called with a <a href="../metadata/metadata.html">Metadata</a> object. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs retrieving the <a href="../metadata/metadata.html">Metadata</a>. Invoked with a <a href="../filetransfererror/filetransfererror.html"><a href="../fileobj/fileobj.html">File</a>TransferError</a> object. _(Function)_
+- __successCallback__ - A callback that is called with a Metadata object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileTransferError object. _(Function)_
 - __options__ - Optional parameters such as file name and mimetype
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 	
     // !! Assumes variable fileURI contains a valid URI to a  text file on the device
 	
@@ -75,7 +75,7 @@ __Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
         console.log("upload error target " + error.target);
     }
 	
-	var options = new <a href="../fileuploadoptions/fileuploadoptions.html"><a href="../fileobj/fileobj.html">File</a>UploadOptions</a>();
+	var options = new FileUploadOptions();
 	options.fileKey="file";
 	options.fileName=fileURI.substr(fileURI.lastIndexOf('/')+1);
 	options.mimeType="text/plain";
@@ -86,29 +86,29 @@ __Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
 		
 	options.params = params;
 	
-	var ft = new <a href="../fileobj/fileobj.html">File</a>Transfer();
+	var ft = new FileTransfer();
     ft.upload(fileURI, "http://some.server.com/upload.php", win, fail, options);
     
-__Full <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Full Example__
 
     <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
     <html>
     <head>
-        <title><a href="../fileobj/fileobj.html">File</a> Transfer <a href="../../storage/storage.opendatabase.html">Example</a></title>
+        <title>File Transfer Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.1.js"></script>
         <script type="text/javascript" charset="utf-8">
             
             // Wait for Cordova to load
             //
-            document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
             
             // Cordova is ready
             //
-            function on<a href="../../device/device.html">Device</a>Ready() {
+            function onDeviceReady() {
                 
                 // Retrieve image file location from specified source
-                navigator.<a href="../../camera/camera.getPicture.html">camera.getPicture</a>(uploadPhoto,
+                navigator.camera.getPicture(uploadPhoto,
                                             function(message) { alert('get picture failed'); },
                                             { quality: 50, 
                                             destinationType: navigator.camera.DestinationType.FILE_URI,
@@ -118,7 +118,7 @@ __Full <a href="../../storage/storage.opendatabase.html">Example</a>__
             }
             
             function uploadPhoto(imageURI) {
-                var options = new <a href="../fileuploadoptions/fileuploadoptions.html"><a href="../fileobj/fileobj.html">File</a>UploadOptions</a>();
+                var options = new FileUploadOptions();
                 options.fileKey="file";
                 options.fileName=imageURI.substr(imageURI.lastIndexOf('/')+1);
                 options.mimeType="image/jpeg";
@@ -129,7 +129,7 @@ __Full <a href="../../storage/storage.opendatabase.html">Example</a>__
                 
                 options.params = params;
                 
-                var ft = new <a href="../fileobj/fileobj.html">File</a>Transfer();
+                var ft = new FileTransfer();
                 ft.upload(imageURI, "http://some.server.com/upload.php", win, fail, options);
             }
             
@@ -148,8 +148,8 @@ __Full <a href="../../storage/storage.opendatabase.html">Example</a>__
             </script>
     </head>
     <body>
-        <h1><a href="../../storage/storage.opendatabase.html">Example</a></h1>
-        <p>Upload <a href="../fileobj/fileobj.html">File</a></p>
+        <h1>Example</h1>
+        <p>Upload File</p>
     </body>
     </html>
 
@@ -160,14 +160,14 @@ __Parameters:__
 
 - __source__ - URL of the server to receive the file
 - __target__ - Full path of the file on the device
-- __successCallback__ - A callback that is called with a <a href="../fileentry/fileentry.html"><a href="../fileobj/fileobj.html">File</a>Entry</a> object. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs retrieving the <a href="../metadata/metadata.html">Metadata</a>. Invoked with a <a href="../filetransfererror/filetransfererror.html"><a href="../fileobj/fileobj.html">File</a>TransferError</a> object. _(Function)_
+- __successCallback__ - A callback that is called with a FileEntry object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileTransferError object. _(Function)_
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 
      // !! Assumes variable url contains a valid URI to a file on a server and filePath is a valid path on the device
 
-    var fileTransfer = new <a href="../fileobj/fileobj.html">File</a>Transfer();
+    var fileTransfer = new FileTransfer();
     
     fileTransfer.download(
         url,


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[23/51] [partial] docs commit: Reverting autolinking change because of inconsistencies.

Posted by db...@apache.org.
http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/storage/sqlresultsetlist/sqlresultsetlist.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/storage/sqlresultsetlist/sqlresultsetlist.md b/www/docs/en/1.6.0/cordova/storage/sqlresultsetlist/sqlresultsetlist.md
index 71ec126..4a6b46f 100644
--- a/www/docs/en/1.6.0/cordova/storage/sqlresultsetlist/sqlresultsetlist.md
+++ b/www/docs/en/1.6.0/cordova/storage/sqlresultsetlist/sqlresultsetlist.md
@@ -18,10 +18,10 @@ license: >
     under the License.
 ---
 
-<a href="../sqlresultset/sqlresultset.html">SQLResultSet</a>List
+SQLResultSetList
 =======
 
-One of the properties of the <a href="../sqlresultset/sqlresultset.html">SQLResultSet</a> containing the rows returned from a SQL query.
+One of the properties of the SQLResultSet containing the rows returned from a SQL query.
 
 Properties
 -------
@@ -36,7 +36,7 @@ Methods
 Details
 -------
 
-The <a href="../sqlresultset/sqlresultset.html">SQLResultSet</a>List contains the data returned from a SQL select statement.  The object contains a length property letting you know how many rows the select statement has been returned.  To get a row of data you would call the `item` method specifying an index.  The item method returns a JavaScript Object who's properties are the columns of the database the select statement was executed against.
+The SQLResultSetList contains the data returned from a SQL select statement.  The object contains a length property letting you know how many rows the select statement has been returned.  To get a row of data you would call the `item` method specifying an index.  The item method returns a JavaScript Object who's properties are the columns of the database the select statement was executed against.
 
 Supported Platforms
 -------------------
@@ -45,7 +45,7 @@ Supported Platforms
 - BlackBerry WebWorks (OS 6.0 and higher)
 - iPhone
 
-Execute SQL Quick <a href="../storage.opendatabase.html">Example</a>
+Execute SQL Quick Example
 ------------------
 
 	function queryDB(tx) {
@@ -64,23 +64,23 @@ Execute SQL Quick <a href="../storage.opendatabase.html">Example</a>
 		alert("Error processing SQL: "+err.code);
 	}
 
-	var db = window.<a href="../storage.opendatabase.html">open<a href="../database/database.html">Database</a></a>("<a href="../database/database.html">Database</a>", "1.0", "Cordova Demo", 200000);
+	var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
 	db.transaction(queryDB, errorCB);
 
-Full <a href="../storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../../contacts/Contact/contact.html">Contact</a> <a href="../storage.opendatabase.html">Example</a></title>
+        <title>Contact Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
 		// Populate the database
 		//
@@ -116,21 +116,21 @@ Full <a href="../storage.opendatabase.html">Example</a>
 		// Transaction success callback
 		//
 		function successCB() {
-			var db = window.<a href="../storage.opendatabase.html">open<a href="../database/database.html">Database</a></a>("<a href="../database/database.html">Database</a>", "1.0", "Cordova Demo", 200000);
+			var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
 			db.transaction(queryDB, errorCB);
 		}
 
 		// Cordova is ready
 		//
-		function on<a href="../../device/device.html">Device</a>Ready() {
-			var db = window.<a href="../storage.opendatabase.html">open<a href="../database/database.html">Database</a></a>("<a href="../database/database.html">Database</a>", "1.0", "Cordova Demo", 200000);
+		function onDeviceReady() {
+			var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
 			db.transaction(populateDB, errorCB, successCB);
 		}
 
         </script>
       </head>
       <body>
-        <h1><a href="../storage.opendatabase.html">Example</a></h1>
-        <p><a href="../database/database.html">Database</a></p>
+        <h1>Example</h1>
+        <p>Database</p>
       </body>
     </html>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/storage/sqltransaction/sqltransaction.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/storage/sqltransaction/sqltransaction.md b/www/docs/en/1.6.0/cordova/storage/sqltransaction/sqltransaction.md
index a111968..155fd64 100644
--- a/www/docs/en/1.6.0/cordova/storage/sqltransaction/sqltransaction.md
+++ b/www/docs/en/1.6.0/cordova/storage/sqltransaction/sqltransaction.md
@@ -21,7 +21,7 @@ license: >
 SQLTransaction
 =======
 
-Contains methods that allow the user to execute SQL statements against the <a href="../database/database.html">Database</a>.
+Contains methods that allow the user to execute SQL statements against the Database.
 
 Methods
 -------
@@ -31,7 +31,7 @@ Methods
 Details
 -------
 
-When you call a <a href="../database/database.html">Database</a> objects transaction method it's callback methods will be called with a SQLTransaction object.  The user can build up a database transaction by calling the executeSql method multiple times.  
+When you call a Database objects transaction method it's callback methods will be called with a SQLTransaction object.  The user can build up a database transaction by calling the executeSql method multiple times.  
 
 Supported Platforms
 -------------------
@@ -40,7 +40,7 @@ Supported Platforms
 - BlackBerry WebWorks (OS 6.0 and higher)
 - iPhone
 
-Execute SQL Quick <a href="../storage.opendatabase.html">Example</a>
+Execute SQL Quick Example
 ------------------
 
 	function populateDB(tx) {
@@ -58,28 +58,28 @@ Execute SQL Quick <a href="../storage.opendatabase.html">Example</a>
 		alert("success!");
 	}
 	
-	var db = window.<a href="../storage.opendatabase.html">open<a href="../database/database.html">Database</a></a>("<a href="../database/database.html">Database</a>", "1.0", "Cordova Demo", 200000);
+	var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
 	db.transaction(populateDB, errorCB, successCB);
 
-Full <a href="../storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../../contacts/Contact/contact.html">Contact</a> <a href="../storage.opendatabase.html">Example</a></title>
+        <title>Contact Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../../device/device.html">Device</a>Ready() {
-			var db = window.<a href="../storage.opendatabase.html">open<a href="../database/database.html">Database</a></a>("<a href="../database/database.html">Database</a>", "1.0", "Cordova Demo", 200000);
+        function onDeviceReady() {
+			var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
 			db.transaction(populateDB, errorCB, successCB);
         }
 		
@@ -107,7 +107,7 @@ Full <a href="../storage.opendatabase.html">Example</a>
         </script>
       </head>
       <body>
-        <h1><a href="../storage.opendatabase.html">Example</a></h1>
+        <h1>Example</h1>
         <p>SQLTransaction</p>
       </body>
     </html>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/storage/storage.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/storage/storage.md b/www/docs/en/1.6.0/cordova/storage/storage.md
index db98812..9970c74 100644
--- a/www/docs/en/1.6.0/cordova/storage/storage.md
+++ b/www/docs/en/1.6.0/cordova/storage/storage.md
@@ -23,27 +23,27 @@ Storage
 
 > Provides access to the devices storage options.  
 
-This API is based on the [W3C Web SQL <a href="database/database.html">Database</a> 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.
+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
 -------
 
-- <a href="storage.opendatabase.html">open<a href="database/database.html">Database</a></a>
+- openDatabase
 
 Arguments
 ---------
 
-- <a href="parameters/name.html">database_name</a>
-- <a href="parameters/version.html">database_version</a>
-- <a href="parameters/display_name.html">database_displayname</a>
-- <a href="parameters/size.html">database_size</a>
+- database_name
+- database_version
+- database_displayname
+- database_size
 
 Objects
 -------
 
-- <a href="database/database.html">Database</a>
-- <a href="sqltransaction/sqltransaction.html">SQLTransaction</a>
-- <a href="sqlresultset/sqlresultset.html">SQLResultSet</a>
-- <a href="sqlresultsetlist/sqlresultsetlist.html"><a href="sqlresultset/sqlresultset.html">SQLResultSet</a>List</a>
-- <a href="sqlerror/sqlerror.html">SQLError</a>
-- <a href="localstorage/localstorage.html">localStorage</a>
\ No newline at end of file
+- Database
+- SQLTransaction
+- SQLResultSet
+- SQLResultSetList
+- SQLError
+- localStorage
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/storage/storage.opendatabase.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/storage/storage.opendatabase.md b/www/docs/en/1.6.0/cordova/storage/storage.opendatabase.md
index e727650..dfe0eef 100644
--- a/www/docs/en/1.6.0/cordova/storage/storage.opendatabase.md
+++ b/www/docs/en/1.6.0/cordova/storage/storage.opendatabase.md
@@ -18,19 +18,19 @@ license: >
     under the License.
 ---
 
-open<a href="database/database.html">Database</a>
+openDatabase
 ===============
 
-Returns a new <a href="database/database.html">Database</a> object.
+Returns a new Database object.
 
-    var dbShell = window.open<a href="database/database.html">Database</a>(<a href="parameters/name.html">database_name</a>, <a href="parameters/version.html">database_version</a>, <a href="parameters/display_name.html">database_displayname</a>, <a href="parameters/size.html">database_size</a>);
+    var dbShell = window.openDatabase(database_name, database_version, database_displayname, database_size);
 
 Description
 -----------
 
-window.open<a href="database/database.html">Database</a> returns a new <a href="database/database.html">Database</a> object.
+window.openDatabase returns a new Database object.
 
-This method will create a new SQL Lite <a href="database/database.html">Database</a> and return a <a href="database/database.html">Database</a> object.  Use the <a href="database/database.html">Database</a> Object to manipulate the data.
+This method will create a new SQL Lite Database and return a Database object.  Use the Database Object to manipulate the data.
 
 Supported Platforms
 -------------------
@@ -42,7 +42,7 @@ Supported Platforms
 Quick Example
 -------------
 
-    var db = window.open<a href="database/database.html">Database</a>("test", "1.0", "Test DB", 1000000);
+    var db = window.openDatabase("test", "1.0", "Test DB", 1000000);
 
 Full Example
 ------------
@@ -50,25 +50,25 @@ Full Example
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../contacts/Contact/contact.html">Contact</a> Example</title>
+        <title>Contact Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
-			var db = window.open<a href="database/database.html">Database</a>("test", "1.0", "Test DB", 1000000);
+        function onDeviceReady() {
+			var db = window.openDatabase("test", "1.0", "Test DB", 1000000);
         }
 		
         </script>
       </head>
       <body>
         <h1>Example</h1>
-        <p>Open <a href="database/database.html">Database</a></p>
+        <p>Open Database</p>
       </body>
     </html>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/guide/getting-started/android/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/guide/getting-started/android/index.md b/www/docs/en/1.6.0/guide/getting-started/android/index.md
index de741a5..3cb6dc9 100644
--- a/www/docs/en/1.6.0/guide/getting-started/android/index.md
+++ b/www/docs/en/1.6.0/guide/getting-started/android/index.md
@@ -99,7 +99,7 @@ This guide describes how to set up your development environment for Cordova and
     ![](img/guide/platforms/android/manifest.jpg)
 
 
-4. <a href="../webos/index.html">Hello World</a>
+4. Hello World
 --------------    
 
 - Create and open a new file named **index.html** in the **assets/www** directory. Paste the following code:
@@ -111,7 +111,7 @@ This guide describes how to set up your development environment for Cordova and
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"></script>
         </head>
         <body>
-        <h1><a href="../webos/index.html">Hello World</a></h1>
+        <h1>Hello World</h1>
         </body>
         </html>
 
@@ -122,7 +122,7 @@ This guide describes how to set up your development environment for Cordova and
 - Eclipse will ask you to select an appropriate AVD. If there isn't one, then you'll need to create it.
 
 
-5B. Deploy to <a href="../../../cordova/device/device.html">Device</a>
+5B. Deploy to Device
 --------------------
 
 - Make sure USB debugging is enabled on your device and plug it into your system. (**Settings &gt; Applications &gt; Development**)

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/guide/getting-started/blackberry/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/guide/getting-started/blackberry/index.md b/www/docs/en/1.6.0/guide/getting-started/blackberry/index.md
index 698e7ea..8aeb884 100644
--- a/www/docs/en/1.6.0/guide/getting-started/blackberry/index.md
+++ b/www/docs/en/1.6.0/guide/getting-started/blackberry/index.md
@@ -55,7 +55,7 @@ Cordova for BlackBerry makes use of the [BlackBerry WebWorks framework](https://
 - Open up the project.properties file with your favorite editor and edit the entries for `blackberry.bbwp.dir=` and/or `playbook.bbwp.dir=`. Set the  value(s) to the directory containing the `bbwp` binary in the WebWorks SDK(s) installed earlier.
 
 
-4.  <a href="../webos/index.html">Hello World</a>
+4.  Hello World
 --------------
 
 Build the Cordova sample project by typing `ant target build` in your command prompt/terminal while you are in your project's directory. Replace `target` with either `blackberry` or `playbook`. Note this is a sample Cordova project and not a basic hello world application. The provided index.html in the www contains example usages of many of the Cordova API.
@@ -75,7 +75,7 @@ BlackBerry smartphone simulators are only available on Windows. PlayBook simulat
 - While in your project directory, in command prompt/terminal type `ant target load-simulator`. Replace `target` with either `blackberry` or `playbook`.  Note, for PlayBook the simulator virtual image must already be started.
 - The application will be installed in the All Applications section in the simulator.  Note, on BlackBerry OS 5 the application is installed in the Downloads folder.
 
-5B.  Deploy to <a href="../../../cordova/device/device.html">Device</a> (Windows and Mac)
+5B.  Deploy to Device (Windows and Mac)
 --------------------------------------
 
 - Deploying to a device requires signing keys which can be obtained from RIM.
@@ -91,7 +91,7 @@ BlackBerry smartphone simulators are only available on Windows. PlayBook simulat
         - `playbook.sigtool.csk.password` : Signing key password.
         - `playbook.sigtool.p12.password` : Signing key password.
         - `playbook.device.ip` : IP address of device obtained when placing the device in developer mode through device security settings.
-        - `playbook.device.password` : <a href="../../../cordova/device/device.html">Device</a> password which is set through device security settings.
+        - `playbook.device.password` : Device password which is set through device security settings.
 - While in your project directory, in command prompt/terminal type `ant target load-device`. Replace `target` with either `blackberry` or `playbook`.
 - The application will be installed in the All Applications section in the device.  Note, on BlackBerry OS 5 the application is installed in the Downloads folder.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/guide/getting-started/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/guide/getting-started/index.md b/www/docs/en/1.6.0/guide/getting-started/index.md
index 451866d..124d04d 100644
--- a/www/docs/en/1.6.0/guide/getting-started/index.md
+++ b/www/docs/en/1.6.0/guide/getting-started/index.md
@@ -21,9 +21,9 @@ license: >
 Getting Started Guides
 ======================
 
-- <a href="android/index.html">Getting Started with Android</a>
-- <a href="blackberry/index.html">Getting Started with BlackBerry</a>
-- <a href="ios/index.html">Getting Started with iOS</a>
-- <a href="symbian/index.html">Getting Started with Symbian</a>
-- <a href="webos/index.html">Getting Started with WebOS</a>
-- <a href="windows-phone/index.html">Getting Started with Windows Phone</a>
\ No newline at end of file
+- Getting Started with Android
+- Getting Started with BlackBerry
+- Getting Started with iOS
+- Getting Started with Symbian
+- Getting Started with WebOS
+- Getting Started with Windows Phone
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/guide/getting-started/ios/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/guide/getting-started/ios/index.md b/www/docs/en/1.6.0/guide/getting-started/ios/index.md
index f6f4502..4eebc57 100644
--- a/www/docs/en/1.6.0/guide/getting-started/ios/index.md
+++ b/www/docs/en/1.6.0/guide/getting-started/ios/index.md
@@ -32,7 +32,7 @@ Video Tutorials:
 1. Requirements
 ---------------
 - Intel-based computer with Mac OS X Lion (10.7)
-- Necessary for Installing on <a href="../../../cordova/device/device.html">Device</a>:
+- Necessary for Installing on Device:
     - An Apple iOS device (iPhone, iPad, iPod Touch)
     - iOS developer certification
 
@@ -48,7 +48,7 @@ Video Tutorials:
 --------------------
 
 - Launch Xcode
-- Select the **<a href="../../../cordova/file/fileobj/fileobj.html">File</a>** menu
+- Select the **File** menu
 - Select **New**, then **New Project...**
 - Select **Cordova-based Application** from the list of templates
 
@@ -86,12 +86,12 @@ Video Tutorials:
 - Select the **Finish** button
 
 
-4. <a href="../webos/index.html">Hello World</a>
+4. Hello World
 --------------
 
 - Select the folder named **www** in your Project Navigator in Xcode
 - Select the **index.html** file
-- Type `<h1><a href="../webos/index.html">Hello World</a></h1>` after the `<body>` tag
+- Type `<h1>Hello World</h1>` after the `<body>` tag
 
 You can also add any associated JavaScript and CSS files there as well.
     
@@ -103,10 +103,10 @@ You can also add any associated JavaScript and CSS files there as well.
 - Select the **Run** button in your project window's toolbar
 
 
-5B. Deploy to <a href="../../../cordova/device/device.html">Device</a>
+5B. Deploy to Device
 --------------------
 
-- Open [AppName]-Info.plist (where [AppName] is your application's name), under the "Supporting <a href="../../../cordova/file/fileobj/fileobj.html">File</a>s" group
+- Open [AppName]-Info.plist (where [AppName] is your application's name), under the "Supporting Files" group
 - Change **BundleIdentifier** to the identifier provided by Apple, or your own bundle identifier. If you have a developer license, you can access and run the Assistant [here](http://developer.apple.com/iphone/manage/overview/index.action) and register your app.
 - Change the Active SDK in the Scheme drop-down menu on the toolbar to **[DEVICENAME]** where [DEVICENAME] is the name of the device you want to deploy to.
 - Select the **Run** button in your project window's toolbar

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/guide/getting-started/symbian/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/guide/getting-started/symbian/index.md b/www/docs/en/1.6.0/guide/getting-started/symbian/index.md
index 9fd0938..aaac5e1 100644
--- a/www/docs/en/1.6.0/guide/getting-started/symbian/index.md
+++ b/www/docs/en/1.6.0/guide/getting-started/symbian/index.md
@@ -50,11 +50,11 @@ There are also [QT for Symbian](http://wiki.phonegap.com/w/page/16494811/PhoneGa
 - In cygwin, navigate to where you extracted Cordova and go into the Symbian directory</li>
 
  
-4. <a href="../webos/index.html">Hello World</a>
+4. Hello World
 --------------
 
 - Open up index.html located in phonegap/symbian/framework/www with your favourite editor. 
-- In the `body` tag, remove the line `"Build your phonegap app here! Dude!"` and add the line `<h1><a href="../webos/index.html">Hello World</a></h1>`
+- In the `body` tag, remove the line `"Build your phonegap app here! Dude!"` and add the line `<h1>Hello World</h1>`
 - In cygwin/terminal, type make. This will produce phonegap-symbian.wrt/app.wgz. 
 
 
@@ -66,7 +66,7 @@ There are also [QT for Symbian](http://wiki.phonegap.com/w/page/16494811/PhoneGa
 - Load the phonegap-symbian.wrt/app.wgz file into the emulator.
 
 
-5B. Deploy to <a href="../../../cordova/device/device.html">Device</a>
+5B. Deploy to Device
 --------------------
 
 - Load the phonegap-symbian.wrt/app.wgz file into the device using bluetooth or email.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/guide/getting-started/webos/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/guide/getting-started/webos/index.md b/www/docs/en/1.6.0/guide/getting-started/webos/index.md
index e87bd6a..68d7570 100644
--- a/www/docs/en/1.6.0/guide/getting-started/webos/index.md
+++ b/www/docs/en/1.6.0/guide/getting-started/webos/index.md
@@ -65,7 +65,7 @@ In phonegap/webOS/framework/www, open up index.html with your favourite editor.
 - Type `make` in your terminal/cygwin while in the webOS directory.
 
 
-5B. Deploy to <a href="../../../cordova/device/device.html">Device</a>
+5B. Deploy to Device
 --------------------
 
 - Make sure your device is in [Developer Mode and plug it in.](http://developer.palm.com/index.php?option=com_content&amp;view=article&amp;id=1552&amp;Itemid=59#dev_mode)

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/guide/getting-started/windows-phone/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/guide/getting-started/windows-phone/index.md b/www/docs/en/1.6.0/guide/getting-started/windows-phone/index.md
index 1497693..cc334e9 100644
--- a/www/docs/en/1.6.0/guide/getting-started/windows-phone/index.md
+++ b/www/docs/en/1.6.0/guide/getting-started/windows-phone/index.md
@@ -37,7 +37,7 @@ Video Tutorials:
 
 Note: Running in VM has issues, if you are on a Mac, you will need to setup a bootcamp partition with Windows 7 or Vista
 
-Necessary for Installing on <a href="../../../cordova/device/device.html">Device</a> and Submitting to Market Place:
+Necessary for Installing on Device and Submitting to Market Place:
 
 - Become an [App Hub member](http://create.msdn.com/en-US/home/membership).
 
@@ -84,7 +84,7 @@ Necessary for Installing on <a href="../../../cordova/device/device.html">Device
 In order to test your application on a device, the device must be registered. Click [here][register-url] to read documentation on deploying and testing on your Windows Phone.
 
 - Make sure your phone is connected, and the screen is unlocked
-- In Visual Studio, select 'Windows Phone <a href="../../../cordova/device/device.html">Device</a>' from the top drop-down menu.
+- In Visual Studio, select 'Windows Phone Device' from the top drop-down menu.
 - Hit the green **play button** beside the drop-down menu to start debugging or press F5.
 
     ![](img/guide/platforms/wp7/wpd.png)

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/index.md b/www/docs/en/1.6.0/index.md
index 4204baf..1924993 100644
--- a/www/docs/en/1.6.0/index.md
+++ b/www/docs/en/1.6.0/index.md
@@ -22,62 +22,62 @@ license: >
     <h1>API Reference</h1>
     <ul>
         <li>
-            <h2><a href="cordova/accelerometer/accelerometer.html">Accelerometer</a></h2>
+            <h2>Accelerometer</h2>
             <span>Tap into the device's motion sensor.</span>
         </li>
         <li>
-            <h2><a href="cordova/camera/camera.html">Camera</a></h2>
-            <span><a href="cordova/media/capture/capture.html">Capture</a> a photo using the device's camera.</span>
+            <h2>Camera</h2>
+            <span>Capture a photo using the device's camera.</span>
         </li>
         <li>
-            <h2><a href="cordova/media/capture/capture.html">Capture</a></h2>
-            <span><a href="cordova/media/capture/capture.html">Capture</a> media files using device's media capture applications.</span>
+            <h2>Capture</h2>
+            <span>Capture media files using device's media capture applications.</span>
         </li>
         <li>
-            <h2><a href="cordova/compass/compass.html">Compass</a></h2>
+            <h2>Compass</h2>
             <span>Obtain the direction that the device is pointing.</span>
         </li>
         <li>
-            <h2><a href="cordova/connection/connection.html">Connection</a></h2>
+            <h2>Connection</h2>
             <span>Quickly check the network state, and cellular network information.</span>
         </li>
         <li>
-            <h2><a href="cordova/contacts/Contact/contact.html">Contact</a>s</h2>
+            <h2>Contacts</h2>
             <span>Work with the devices contact database.</span>
         </li>
         <li>
-            <h2><a href="cordova/device/device.html">Device</a></h2>
+            <h2>Device</h2>
             <span>Gather device specific information.</span>
         </li>
         <li>
-            <h2><a href="cordova/events/events.html">Events</a></h2>
+            <h2>Events</h2>
             <span>Hook into native events through JavaScript.</span>
         </li>
         <li>
-            <h2><a href="cordova/file/fileobj/fileobj.html">File</a></h2>
+            <h2>File</h2>
             <span>Hook into native file system through JavaScript.</span>
         </li>
         <li>
-            <h2><a href="cordova/geolocation/geolocation.html">Geolocation</a></h2>
+            <h2>Geolocation</h2>
             <span>Make your application location aware.</span>
         </li>
         <li>
-            <h2><a href="cordova/media/media.html">Media</a></h2>
+            <h2>Media</h2>
             <span>Record and play back audio files.</span>
         </li>
         <li>
-            <h2><a href="cordova/notification/notification.html">Notification</a></h2>
+            <h2>Notification</h2>
             <span>Visual, audible, and tactile device notifications.</span>
         </li>
         <li>
-            <h2><a href="cordova/storage/storage.html">Storage</a></h2>
+            <h2>Storage</h2>
             <span>Hook into the devices native storage options.</span>
         </li>
     </ul>
     <h1>Guides</h1>
     <ul>
         <li>
-            <h2><a href="guide/getting-started/index.html">Getting Started Guides</a></h2>
+            <h2>Getting Started Guides</h2>
             <span>Setup each SDK and create your first Cordova app.</span>
         </li>
         <li>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/accelerometer/acceleration/acceleration.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/accelerometer/acceleration/acceleration.md b/www/docs/en/1.6.1/cordova/accelerometer/acceleration/acceleration.md
index d9ca346..0f55774 100644
--- a/www/docs/en/1.6.1/cordova/accelerometer/acceleration/acceleration.md
+++ b/www/docs/en/1.6.1/cordova/accelerometer/acceleration/acceleration.md
@@ -21,7 +21,7 @@ license: >
 Acceleration
 ============
 
-Contains `<a href="../accelerometer.html">Accelerometer</a>` data captured at a specific point in time.
+Contains `Accelerometer` data captured at a specific point in time.
 
 Properties
 ----------
@@ -34,7 +34,7 @@ Properties
 Description
 -----------
 
-This object is created and populated by Cordova, and returned by an `<a href="../accelerometer.html">Accelerometer</a>` method. The x, y, z acceleration values include the effect of gravity (9.81 m/s^2), so at when a device is lying flat on a table facing up, the value returned should be x=0, y=0, z=9.81.
+This object is created and populated by Cordova, and returned by an `Accelerometer` method. The x, y, z acceleration values include the effect of gravity (9.81 m/s^2), so at when a device is lying flat on a table facing up, the value returned should be x=0, y=0, z=9.81.
 
 Supported Platforms
 -------------------
@@ -44,7 +44,7 @@ Supported Platforms
 - iOS
 - Windows Phone 7 (Mango)
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     function onSuccess(acceleration) {
@@ -58,27 +58,27 @@ Quick <a href="../../storage/storage.opendatabase.html">Example</a>
         alert('onError!');
     };
 
-    navigator.<a href="../accelerometer.getCurrentAcceleration.html">accelerometer.getCurrentAcceleration</a>(onSuccess, onError);
+    navigator.accelerometer.getCurrentAcceleration(onSuccess, onError);
 
-Full <a href="../../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Acceleration <a href="../../storage/storage.opendatabase.html">Example</a></title>
+        <title>Acceleration Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../../device/device.html">Device</a>Ready() {
-            navigator.<a href="../accelerometer.getCurrentAcceleration.html">accelerometer.getCurrentAcceleration</a>(onSuccess, onError);
+        function onDeviceReady() {
+            navigator.accelerometer.getCurrentAcceleration(onSuccess, onError);
         }
 
         // onSuccess: Get a snapshot of the current acceleration
@@ -99,7 +99,7 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
         </script>
       </head>
       <body>
-        <h1><a href="../../storage/storage.opendatabase.html">Example</a></h1>
+        <h1>Example</h1>
         <p>getCurrentAcceleration</p>
       </body>
     </html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/accelerometer/accelerometer.clearWatch.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/accelerometer/accelerometer.clearWatch.md b/www/docs/en/1.6.1/cordova/accelerometer/accelerometer.clearWatch.md
index c5df16e..3c44a67 100644
--- a/www/docs/en/1.6.1/cordova/accelerometer/accelerometer.clearWatch.md
+++ b/www/docs/en/1.6.1/cordova/accelerometer/accelerometer.clearWatch.md
@@ -21,11 +21,11 @@ license: >
 accelerometer.clearWatch
 ========================
 
-Stop watching the `<a href="acceleration/acceleration.html">Acceleration</a>` referenced by the watch ID parameter.
+Stop watching the `Acceleration` referenced by the watch ID parameter.
 
     navigator.accelerometer.clearWatch(watchID);
 
-- __watchID__: The ID returned by `accelerometer.watch<a href="acceleration/acceleration.html">Acceleration</a>`.
+- __watchID__: The ID returned by `accelerometer.watchAcceleration`.
 
 Supported Platforms
 -------------------
@@ -35,36 +35,36 @@ Supported Platforms
 - iPhone
 - Windows Phone 7 (Mango)
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
-    var watchID = navigator.accelerometer.watch<a href="acceleration/acceleration.html">Acceleration</a>(onSuccess, onError, options);
+    var watchID = navigator.accelerometer.watchAcceleration(onSuccess, onError, options);
     
     // ... later on ...
     
     navigator.accelerometer.clearWatch(watchID);
     
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="acceleration/acceleration.html">Acceleration</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Acceleration Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // The watch id references the current `watch<a href="acceleration/acceleration.html">Acceleration</a>`
+        // The watch id references the current `watchAcceleration`
         var watchID = null;
         
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             startWatch();
         }
 
@@ -75,7 +75,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             // Update acceleration every 3 seconds
             var options = { frequency: 3000 };
             
-            watchID = navigator.accelerometer.watch<a href="acceleration/acceleration.html">Acceleration</a>(onSuccess, onError, options);
+            watchID = navigator.accelerometer.watchAcceleration(onSuccess, onError, options);
         }
         
         // Stop watching the acceleration
@@ -91,9 +91,9 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         //
         function onSuccess(acceleration) {
             var element = document.getElementById('accelerometer');
-            element.innerHTML = '<a href="acceleration/acceleration.html">Acceleration</a> X: ' + acceleration.x + '<br />' +
-                                '<a href="acceleration/acceleration.html">Acceleration</a> Y: ' + acceleration.y + '<br />' +
-                                '<a href="acceleration/acceleration.html">Acceleration</a> Z: ' + acceleration.z + '<br />' + 
+            element.innerHTML = 'Acceleration X: ' + acceleration.x + '<br />' +
+                                'Acceleration Y: ' + acceleration.y + '<br />' +
+                                'Acceleration Z: ' + acceleration.z + '<br />' + 
                                 'Timestamp: '      + acceleration.timestamp + '<br />';
         }
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/accelerometer/accelerometer.getCurrentAcceleration.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/accelerometer/accelerometer.getCurrentAcceleration.md b/www/docs/en/1.6.1/cordova/accelerometer/accelerometer.getCurrentAcceleration.md
index 4996cd6..bed2ee7 100644
--- a/www/docs/en/1.6.1/cordova/accelerometer/accelerometer.getCurrentAcceleration.md
+++ b/www/docs/en/1.6.1/cordova/accelerometer/accelerometer.getCurrentAcceleration.md
@@ -18,19 +18,19 @@ license: >
     under the License.
 ---
 
-accelerometer.getCurrent<a href="acceleration/acceleration.html">Acceleration</a>
+accelerometer.getCurrentAcceleration
 ====================================
 
 Get the current acceleration along the x, y, and z axis.
 
-    navigator.accelerometer.getCurrent<a href="acceleration/acceleration.html">Acceleration</a>(<a href="parameters/accelerometerSuccess.html">accelerometerSuccess</a>, <a href="parameters/accelerometerError.html">accelerometerError</a>);
+    navigator.accelerometer.getCurrentAcceleration(accelerometerSuccess, accelerometerError);
 
 Description
 -----------
 
 The accelerometer is a motion sensor that detects the change (delta) in movement relative to the current device orientation. The accelerometer can detect 3D movement along the x, y, and z axis.
 
-The acceleration is returned using the `<a href="parameters/accelerometerSuccess.html">accelerometerSuccess</a>` callback function.
+The acceleration is returned using the `accelerometerSuccess` callback function.
 
 Supported Platforms
 -------------------
@@ -40,13 +40,13 @@ Supported Platforms
 - iPhone
 - Windows Phone 7 (Mango)
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     function onSuccess(acceleration) {
-        alert('<a href="acceleration/acceleration.html">Acceleration</a> X: ' + acceleration.x + '\n' +
-              '<a href="acceleration/acceleration.html">Acceleration</a> Y: ' + acceleration.y + '\n' +
-              '<a href="acceleration/acceleration.html">Acceleration</a> Z: ' + acceleration.z + '\n' +
+        alert('Acceleration X: ' + acceleration.x + '\n' +
+              'Acceleration Y: ' + acceleration.y + '\n' +
+              'Acceleration Z: ' + acceleration.z + '\n' +
               'Timestamp: '      + acceleration.timestamp + '\n');
     };
 
@@ -54,35 +54,35 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         alert('onError!');
     };
 
-    navigator.accelerometer.getCurrent<a href="acceleration/acceleration.html">Acceleration</a>(onSuccess, onError);
+    navigator.accelerometer.getCurrentAcceleration(onSuccess, onError);
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="acceleration/acceleration.html">Acceleration</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Acceleration Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
-            navigator.accelerometer.getCurrent<a href="acceleration/acceleration.html">Acceleration</a>(onSuccess, onError);
+        function onDeviceReady() {
+            navigator.accelerometer.getCurrentAcceleration(onSuccess, onError);
         }
     
         // onSuccess: Get a snapshot of the current acceleration
         //
         function onSuccess(acceleration) {
-            alert('<a href="acceleration/acceleration.html">Acceleration</a> X: ' + acceleration.x + '\n' +
-                  '<a href="acceleration/acceleration.html">Acceleration</a> Y: ' + acceleration.y + '\n' +
-                  '<a href="acceleration/acceleration.html">Acceleration</a> Z: ' + acceleration.z + '\n' +
+            alert('Acceleration X: ' + acceleration.x + '\n' +
+                  'Acceleration Y: ' + acceleration.y + '\n' +
+                  'Acceleration Z: ' + acceleration.z + '\n' +
                   'Timestamp: '      + acceleration.timestamp + '\n');
         }
     
@@ -95,8 +95,8 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         </script>
       </head>
       <body>
-        <h1><a href="../storage/storage.opendatabase.html">Example</a></h1>
-        <p>getCurrent<a href="acceleration/acceleration.html">Acceleration</a></p>
+        <h1>Example</h1>
+        <p>getCurrentAcceleration</p>
       </body>
     </html>
     
@@ -105,4 +105,4 @@ iPhone Quirks
 
 - iPhone doesn't have the concept of getting the current acceleration at any given point.
 - You must watch the acceleration and capture the data at given time intervals.
-- Thus, the `getCurrent<a href="acceleration/acceleration.html">Acceleration</a>` function will give you the last value reported from a Cordova `watch<a href="accelerometer.html">Accelerometer</a>` call.
+- Thus, the `getCurrentAcceleration` function will give you the last value reported from a Cordova `watchAccelerometer` call.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/accelerometer/accelerometer.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/accelerometer/accelerometer.md b/www/docs/en/1.6.1/cordova/accelerometer/accelerometer.md
index afb5e45..7607cd0 100644
--- a/www/docs/en/1.6.1/cordova/accelerometer/accelerometer.md
+++ b/www/docs/en/1.6.1/cordova/accelerometer/accelerometer.md
@@ -21,23 +21,23 @@ license: >
 Accelerometer
 =============
 
-> <a href="../media/capture/capture.html">Capture</a>s device motion in the x, y, and z direction.
+> Captures device motion in the x, y, and z direction.
 
 Methods
 -------
 
-- accelerometer.getCurrent<a href="acceleration/acceleration.html">Acceleration</a>
-- accelerometer.watch<a href="acceleration/acceleration.html">Acceleration</a>
-- <a href="accelerometer.clearWatch.html">accelerometer.clearWatch</a>
+- accelerometer.getCurrentAcceleration
+- accelerometer.watchAcceleration
+- accelerometer.clearWatch
 
 Arguments
 ---------
 
-- <a href="parameters/accelerometerSuccess.html">accelerometerSuccess</a>
-- <a href="parameters/accelerometerError.html">accelerometerError</a>
-- <a href="parameters/accelerometerOptions.html">accelerometerOptions</a>
+- accelerometerSuccess
+- accelerometerError
+- accelerometerOptions
 
 Objects (Read-Only)
 -------------------
 
-- <a href="acceleration/acceleration.html">Acceleration</a>
\ No newline at end of file
+- Acceleration
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/accelerometer/accelerometer.watchAcceleration.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/accelerometer/accelerometer.watchAcceleration.md b/www/docs/en/1.6.1/cordova/accelerometer/accelerometer.watchAcceleration.md
index 4a5bfd2..e7ab82a 100644
--- a/www/docs/en/1.6.1/cordova/accelerometer/accelerometer.watchAcceleration.md
+++ b/www/docs/en/1.6.1/cordova/accelerometer/accelerometer.watchAcceleration.md
@@ -18,23 +18,23 @@ license: >
     under the License.
 ---
 
-accelerometer.watch<a href="acceleration/acceleration.html">Acceleration</a>
+accelerometer.watchAcceleration
 ===============================
 
 At a regular interval, get the acceleration along the x, y, and z axis.
 
-    var watchID = navigator.accelerometer.watch<a href="acceleration/acceleration.html">Acceleration</a>(<a href="parameters/accelerometerSuccess.html">accelerometerSuccess</a>,
-                                                           <a href="parameters/accelerometerError.html">accelerometerError</a>,
-                                                           [<a href="parameters/accelerometerOptions.html">accelerometerOptions</a>]);
+    var watchID = navigator.accelerometer.watchAcceleration(accelerometerSuccess,
+                                                           accelerometerError,
+                                                           [accelerometerOptions]);
                                                            
 Description
 -----------
 
 The accelerometer is a motion sensor that detects the change (delta) in movement relative to the current position. The accelerometer can detect 3D movement along the x, y, and z axis.
 
-The `accelerometer.watch<a href="acceleration/acceleration.html">Acceleration</a>` gets the device's current acceleration at a regular interval. Each time the `<a href="acceleration/acceleration.html">Acceleration</a>` is retrieved, the `<a href="parameters/accelerometerSuccess.html">accelerometerSuccess</a>` callback function is executed. Specify the interval in milliseconds via the `frequency` parameter in the `acceleratorOptions` object.
+The `accelerometer.watchAcceleration` gets the device's current acceleration at a regular interval. Each time the `Acceleration` is retrieved, the `accelerometerSuccess` callback function is executed. Specify the interval in milliseconds via the `frequency` parameter in the `acceleratorOptions` object.
 
-The returned watch ID references references the accelerometer watch interval. The watch ID can be used with `<a href="accelerometer.clearWatch.html">accelerometer.clearWatch</a>` to stop watching the accelerometer.
+The returned watch ID references references the accelerometer watch interval. The watch ID can be used with `accelerometer.clearWatch` to stop watching the accelerometer.
 
 Supported Platforms
 -------------------
@@ -45,13 +45,13 @@ Supported Platforms
 - Windows Phone 7 (Mango)
 
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     function onSuccess(acceleration) {
-        alert('<a href="acceleration/acceleration.html">Acceleration</a> X: ' + acceleration.x + '\n' +
-              '<a href="acceleration/acceleration.html">Acceleration</a> Y: ' + acceleration.y + '\n' +
-              '<a href="acceleration/acceleration.html">Acceleration</a> Z: ' + acceleration.z + '\n' +
+        alert('Acceleration X: ' + acceleration.x + '\n' +
+              'Acceleration Y: ' + acceleration.y + '\n' +
+              'Acceleration Z: ' + acceleration.z + '\n' +
               'Timestamp: '      + acceleration.timestamp + '\n');
     };
 
@@ -61,29 +61,29 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
 
     var options = { frequency: 3000 };  // Update every 3 seconds
     
-    var watchID = navigator.accelerometer.watch<a href="acceleration/acceleration.html">Acceleration</a>(onSuccess, onError, options);
+    var watchID = navigator.accelerometer.watchAcceleration(onSuccess, onError, options);
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="acceleration/acceleration.html">Acceleration</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Acceleration Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // The watch id references the current `watch<a href="acceleration/acceleration.html">Acceleration</a>`
+        // The watch id references the current `watchAcceleration`
         var watchID = null;
         
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             startWatch();
         }
 
@@ -94,14 +94,14 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             // Update acceleration every 3 seconds
             var options = { frequency: 3000 };
             
-            watchID = navigator.accelerometer.watch<a href="acceleration/acceleration.html">Acceleration</a>(onSuccess, onError, options);
+            watchID = navigator.accelerometer.watchAcceleration(onSuccess, onError, options);
         }
         
         // Stop watching the acceleration
         //
         function stopWatch() {
             if (watchID) {
-                navigator.<a href="accelerometer.clearWatch.html">accelerometer.clearWatch</a>(watchID);
+                navigator.accelerometer.clearWatch(watchID);
                 watchID = null;
             }
         }
@@ -110,9 +110,9 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         //
         function onSuccess(acceleration) {
             var element = document.getElementById('accelerometer');
-            element.innerHTML = '<a href="acceleration/acceleration.html">Acceleration</a> X: ' + acceleration.x + '<br />' +
-                                '<a href="acceleration/acceleration.html">Acceleration</a> Y: ' + acceleration.y + '<br />' +
-                                '<a href="acceleration/acceleration.html">Acceleration</a> Z: ' + acceleration.z + '<br />' +
+            element.innerHTML = 'Acceleration X: ' + acceleration.x + '<br />' +
+                                'Acceleration Y: ' + acceleration.y + '<br />' +
+                                'Acceleration Z: ' + acceleration.z + '<br />' +
                                 'Timestamp: '      + acceleration.timestamp + '<br />';
         }
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/accelerometer/parameters/accelerometerOptions.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/accelerometer/parameters/accelerometerOptions.md b/www/docs/en/1.6.1/cordova/accelerometer/parameters/accelerometerOptions.md
index d105d2d..86fb292 100644
--- a/www/docs/en/1.6.1/cordova/accelerometer/parameters/accelerometerOptions.md
+++ b/www/docs/en/1.6.1/cordova/accelerometer/parameters/accelerometerOptions.md
@@ -26,4 +26,4 @@ An optional parameter to customize the retrieval of the accelerometer.
 Options
 -------
 
-- __frequency:__ How often to retrieve the `<a href="../acceleration/acceleration.html">Acceleration</a>` in milliseconds. _(Number)_ (Default: 10000)
\ No newline at end of file
+- __frequency:__ How often to retrieve the `Acceleration` in milliseconds. _(Number)_ (Default: 10000)
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/accelerometer/parameters/accelerometerSuccess.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/accelerometer/parameters/accelerometerSuccess.md b/www/docs/en/1.6.1/cordova/accelerometer/parameters/accelerometerSuccess.md
index 5f448d2..67166dc 100644
--- a/www/docs/en/1.6.1/cordova/accelerometer/parameters/accelerometerSuccess.md
+++ b/www/docs/en/1.6.1/cordova/accelerometer/parameters/accelerometerSuccess.md
@@ -21,7 +21,7 @@ license: >
 accelerometerSuccess
 ====================
 
-onSuccess callback function that provides the <a href="../acceleration/acceleration.html">Acceleration</a> information.
+onSuccess callback function that provides the Acceleration information.
 
     function(acceleration) {
         // Do something
@@ -30,14 +30,14 @@ onSuccess callback function that provides the <a href="../acceleration/accelerat
 Parameters
 ----------
 
-- __acceleration:__ The acceleration at a single moment in time. (<a href="../acceleration/acceleration.html">Acceleration</a>)
+- __acceleration:__ The acceleration at a single moment in time. (Acceleration)
 
-<a href="../../storage/storage.opendatabase.html">Example</a>
+Example
 -------
 
     function onSuccess(acceleration) {
-        alert('<a href="../acceleration/acceleration.html">Acceleration</a> X: ' + acceleration.x + '\n' +
-              '<a href="../acceleration/acceleration.html">Acceleration</a> Y: ' + acceleration.y + '\n' +
-              '<a href="../acceleration/acceleration.html">Acceleration</a> Z: ' + acceleration.z + '\n' +
+        alert('Acceleration X: ' + acceleration.x + '\n' +
+              'Acceleration Y: ' + acceleration.y + '\n' +
+              'Acceleration Z: ' + acceleration.z + '\n' +
               'Timestamp: '      + acceleration.timestamp + '\n');
     };
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/camera/camera.getPicture.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/camera/camera.getPicture.md b/www/docs/en/1.6.1/cordova/camera/camera.getPicture.md
index 8ceab96..77de411 100644
--- a/www/docs/en/1.6.1/cordova/camera/camera.getPicture.md
+++ b/www/docs/en/1.6.1/cordova/camera/camera.getPicture.md
@@ -23,16 +23,16 @@ camera.getPicture
 
 Takes a photo using the camera or retrieves a photo from the device's album.  The image is returned as a base64 encoded `String` or as the URI of an image file.
 
-    navigator.camera.getPicture( <a href="parameter/cameraSuccess.html">cameraSuccess</a>, <a href="parameter/cameraError.html">cameraError</a>, [ <a href="parameter/cameraOptions.html">cameraOptions</a> ] );
+    navigator.camera.getPicture( cameraSuccess, cameraError, [ cameraOptions ] );
 
 Description
 -----------
 
-Function `camera.getPicture` opens the device's default camera application so that the user can take a picture (if `<a href="camera.html">Camera</a>.sourceType = <a href="camera.html">Camera</a>.PictureSourceType.CAMERA`, which is the default). Once the photo is taken, the camera application closes and your application is restored.
+Function `camera.getPicture` opens the device's default camera application so that the user can take a picture (if `Camera.sourceType = Camera.PictureSourceType.CAMERA`, which is the default). Once the photo is taken, the camera application closes and your application is restored.
 
-If `<a href="camera.html">Camera</a>.sourceType = <a href="camera.html">Camera</a>.PictureSourceType.PHOTOLIBRARY` or `<a href="camera.html">Camera</a>.PictureSourceType.SAVEDPHOTOALBUM`, then a photo chooser dialog is shown, from which a photo from the album can be selected.
+If `Camera.sourceType = Camera.PictureSourceType.PHOTOLIBRARY` or `Camera.PictureSourceType.SAVEDPHOTOALBUM`, then a photo chooser dialog is shown, from which a photo from the album can be selected.
 
-The return value will be sent to the `<a href="parameter/cameraSuccess.html">cameraSuccess</a>` function, in one of the following formats, depending on the `<a href="parameter/cameraOptions.html">cameraOptions</a>` you specify:
+The return value will be sent to the `cameraSuccess` function, in one of the following formats, depending on the `cameraOptions` you specify:
 
 - A `String` containing the Base64 encoded photo image.
 - A `String` representing the image file location on local storage (default).
@@ -40,10 +40,10 @@ The return value will be sent to the `<a href="parameter/cameraSuccess.html">cam
 You can do whatever you want with the encoded image or URI, for example:
 
 - Render the image in an `<img>` tag _(see example below)_
-- Save the data locally (`Local<a href="../storage/storage.html">Storage</a>`, [Lawnchair](http://brianleroux.github.com/lawnchair/), etc)
+- Save the data locally (`LocalStorage`, [Lawnchair](http://brianleroux.github.com/lawnchair/), etc)
 - Post the data to a remote server
 
-Note: The image quality of pictures taken using the camera on newer devices is quite good.  _Encoding such images using Base64 has caused memory issues on some of these devices (iPhone 4, BlackBerry Torch 9800)._  Therefore, using FILE_URI as the '<a href="camera.html">Camera</a>.destinationType' is highly recommended.
+Note: The image quality of pictures taken using the camera on newer devices is quite good.  _Encoding such images using Base64 has caused memory issues on some of these devices (iPhone 4, BlackBerry Torch 9800)._  Therefore, using FILE_URI as the 'Camera.destinationType' is highly recommended.
 
 Supported Platforms
 -------------------
@@ -61,13 +61,13 @@ Invoking the native camera application while your device is connected
 via Zune will not work, and the error callback will be triggered.
 
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
 Take photo and retrieve Base64-encoded image:
 
     navigator.camera.getPicture(onSuccess, onFail, { quality: 50,
-        destinationType: <a href="camera.html">Camera</a>.DestinationType.DATA_URL
+        destinationType: Camera.DestinationType.DATA_URL
      }); 
 
     function onSuccess(imageData) {
@@ -82,7 +82,7 @@ Take photo and retrieve Base64-encoded image:
 Take photo and retrieve image file location: 
 
     navigator.camera.getPicture(onSuccess, onFail, { quality: 50, 
-        destinationType: <a href="camera.html">Camera</a>.DestinationType.FILE_URI }); 
+        destinationType: Camera.DestinationType.FILE_URI }); 
 
     function onSuccess(imageURI) {
         var image = document.getElementById('myImage');
@@ -94,13 +94,13 @@ Take photo and retrieve image file location:
     }
 
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../media/capture/capture.html">Capture</a> Photo</title>
+        <title>Capture Photo</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.1.js"></script>
         <script type="text/javascript" charset="utf-8">
@@ -110,11 +110,11 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         
         // Wait for Cordova to connect with the device
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>",on<a href="../device/device.html">Device</a>Ready,false);
+        document.addEventListener("deviceready",onDeviceReady,false);
     
         // Cordova is ready to be used!
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             pictureSource=navigator.camera.PictureSourceType;
             destinationType=navigator.camera.DestinationType;
         }
@@ -193,8 +193,8 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         </script>
       </head>
       <body>
-        <button onclick="capturePhoto();"><a href="../media/capture/capture.html">Capture</a> Photo</button> <br>
-        <button onclick="capturePhotoEdit();"><a href="../media/capture/capture.html">Capture</a> Editable Photo</button> <br>
+        <button onclick="capturePhoto();">Capture Photo</button> <br>
+        <button onclick="capturePhotoEdit();">Capture Editable Photo</button> <br>
         <button onclick="getPhoto(pictureSource.PHOTOLIBRARY);">From Photo Library</button><br>
         <button onclick="getPhoto(pictureSource.SAVEDPHOTOALBUM);">From Photo Album</button><br>
         <img style="display:none;width:60px;height:60px;" id="smallImage" src="" />

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/camera/camera.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/camera/camera.md b/www/docs/en/1.6.1/cordova/camera/camera.md
index 4608c34..611035d 100644
--- a/www/docs/en/1.6.1/cordova/camera/camera.md
+++ b/www/docs/en/1.6.1/cordova/camera/camera.md
@@ -26,4 +26,4 @@ Camera
 Methods
 -------
 
-- <a href="camera.getPicture.html">camera.getPicture</a>
\ No newline at end of file
+- camera.getPicture
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/camera/parameter/cameraOptions.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/camera/parameter/cameraOptions.md b/www/docs/en/1.6.1/cordova/camera/parameter/cameraOptions.md
index bc9b1f4..82deba8 100644
--- a/www/docs/en/1.6.1/cordova/camera/parameter/cameraOptions.md
+++ b/www/docs/en/1.6.1/cordova/camera/parameter/cameraOptions.md
@@ -24,10 +24,10 @@ cameraOptions
 Optional parameters to customize the camera settings.
 
     { quality : 75, 
-      destinationType : <a href="../camera.html">Camera</a>.DestinationType.DATA_URL, 
-      sourceType : <a href="../camera.html">Camera</a>.PictureSourceType.CAMERA, 
+      destinationType : Camera.DestinationType.DATA_URL, 
+      sourceType : Camera.PictureSourceType.CAMERA, 
       allowEdit : true,
-      encodingType: <a href="../camera.html">Camera</a>.EncodingType.JPEG,
+      encodingType: Camera.EncodingType.JPEG,
       targetWidth: 100,
       targetHeight: 100 };
 
@@ -38,14 +38,14 @@ Options
 
 - __destinationType:__ Choose the format of the return value.  Defined in navigator.camera.DestinationType (`Number`)
         
-            <a href="../camera.html">Camera</a>.DestinationType = {
+            Camera.DestinationType = {
                 DATA_URL : 0,                // Return image as base64 encoded string
                 FILE_URI : 1                 // Return image file URI
             };
 
 - __sourceType:__ Set the source of the picture.  Defined in nagivator.camera.PictureSourceType (`Number`)
      
-        <a href="../camera.html">Camera</a>.PictureSourceType = {
+        Camera.PictureSourceType = {
             PHOTOLIBRARY : 0,
             CAMERA : 1,
             SAVEDPHOTOALBUM : 2
@@ -55,7 +55,7 @@ Options
   
 - __encodingType:__ Choose the encoding of the returned image file.  Defined in navigator.camera.EncodingType (`Number`)
         
-            <a href="../camera.html">Camera</a>.EncodingType = {
+            Camera.EncodingType = {
                 JPEG : 0,               // Return JPEG encoded image
                 PNG : 1                 // Return PNG encoded image
             };
@@ -63,9 +63,9 @@ Options
 - __targetWidth:__ Width in pixels to scale image. Must be used with targetHeight.  Aspect ratio is maintained. (`Number`)
 - __targetHeight:__ Height in pixels to scale image. Must be used with targetWidth. Aspect ratio is maintained. (`Number`)
 
-- __mediaType:__ Set the type of media to select from.  Only works when PictureSourceType is PHOTOLIBRARY or SAVEDPHOTOALBUM. Defined in nagivator.camera.<a href="../../media/media.html">Media</a>Type (`Number`)
+- __mediaType:__ Set the type of media to select from.  Only works when PictureSourceType is PHOTOLIBRARY or SAVEDPHOTOALBUM. Defined in nagivator.camera.MediaType (`Number`)
      
-        <a href="../camera.html">Camera</a>.<a href="../../media/media.html">Media</a>Type = { 
+        Camera.MediaType = { 
 			PICTURE: 0,             // allow selection of still pictures only. DEFAULT. Will return format specified via DestinationType
 			VIDEO: 1,               // allow selection of video only, WILL ALWAYS RETURN FILE_URI
 			ALLMEDIA : 2			// allow selection from all media types
@@ -78,8 +78,8 @@ Android Quirks
 --------------
 
 - Ignores the `allowEdit` parameter.
-- <a href="../camera.html">Camera</a>.PictureSourceType.PHOTOLIBRARY and <a href="../camera.html">Camera</a>.PictureSourceType.SAVEDPHOTOALBUM both display the same photo album.
-- <a href="../camera.html">Camera</a>.EncodingType is not supported.
+- Camera.PictureSourceType.PHOTOLIBRARY and Camera.PictureSourceType.SAVEDPHOTOALBUM both display the same photo album.
+- Camera.EncodingType is not supported.
 - Ignores the `correctOrientation` parameter.
 - Ignores the `saveToPhotoAlbum` parameter.
 
@@ -89,9 +89,9 @@ BlackBerry Quirks
 - Ignores the `quality` parameter.
 - Ignores the `sourceType` parameter.
 - Ignores the `allowEdit` parameter.
-- Application must have key injection permissions to close native <a href="../camera.html">Camera</a> application after photo is taken.
+- Application must have key injection permissions to close native Camera application after photo is taken.
 - Using Large image sizes may result in inability to encode image on later model devices with high resolution cameras (e.g. Torch 9800).
-- <a href="../camera.html">Camera</a>.<a href="../../media/media.html">Media</a>Type is not supported.
+- Camera.MediaType is not supported.
 - Ignores the `correctOrientation` parameter.
 - Ignores the `saveToPhotoAlbum` parameter.
 
@@ -101,7 +101,7 @@ Palm Quirks
 - Ignores the `quality` parameter.
 - Ignores the `sourceType` parameter.
 - Ignores the `allowEdit` parameter.
-- <a href="../camera.html">Camera</a>.<a href="../../media/media.html">Media</a>Type is not supported.
+- Camera.MediaType is not supported.
 - Ignores the `correctOrientation` parameter.
 - Ignores the `saveToPhotoAlbum` parameter.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/camera/parameter/cameraSuccess.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/camera/parameter/cameraSuccess.md b/www/docs/en/1.6.1/cordova/camera/parameter/cameraSuccess.md
index 6083130..ec04795 100644
--- a/www/docs/en/1.6.1/cordova/camera/parameter/cameraSuccess.md
+++ b/www/docs/en/1.6.1/cordova/camera/parameter/cameraSuccess.md
@@ -30,9 +30,9 @@ onSuccess callback function that provides the image data.
 Parameters
 ----------
 
-- __imageData:__ Base64 encoding of the image data, OR the image file URI, depending on `<a href="cameraOptions.html">cameraOptions</a>` used. (`String`)
+- __imageData:__ Base64 encoding of the image data, OR the image file URI, depending on `cameraOptions` used. (`String`)
 
-<a href="../../storage/storage.opendatabase.html">Example</a>
+Example
 -------
 
     // Show image

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/compass/compass.clearWatch.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/compass/compass.clearWatch.md b/www/docs/en/1.6.1/cordova/compass/compass.clearWatch.md
index 1bd6803..562cce1 100644
--- a/www/docs/en/1.6.1/cordova/compass/compass.clearWatch.md
+++ b/www/docs/en/1.6.1/cordova/compass/compass.clearWatch.md
@@ -25,7 +25,7 @@ Stop watching the compass referenced by the watch ID parameter.
 
     navigator.compass.clearWatch(watchID);
 
-- __watchID__: The ID returned by `<a href="compass.watchHeading.html">compass.watchHeading</a>`.
+- __watchID__: The ID returned by `compass.watchHeading`.
 
 Supported Platforms
 -------------------
@@ -34,22 +34,22 @@ Supported Platforms
 - iPhone
 - Windows Phone 7 ( Mango ) if available in hardware
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
-    var watchID = navigator.<a href="compass.watchHeading.html">compass.watchHeading</a>(onSuccess, onError, options);
+    var watchID = navigator.compass.watchHeading(onSuccess, onError, options);
     
     // ... later on ...
     
     navigator.compass.clearWatch(watchID);
     
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="compass.html">Compass</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Compass Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.1.js"></script>
         <script type="text/javascript" charset="utf-8">
@@ -59,11 +59,11 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             startWatch();
         }
 
@@ -74,7 +74,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             // Update compass every 3 seconds
             var options = { frequency: 3000 };
             
-            watchID = navigator.<a href="compass.watchHeading.html">compass.watchHeading</a>(onSuccess, onError, options);
+            watchID = navigator.compass.watchHeading(onSuccess, onError, options);
         }
         
         // Stop watching the compass
@@ -95,8 +95,8 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
 
         // onError: Failed to get the heading
         //
-        function onError(<a href="parameters/compassError.html">compassError</a>) {
-            alert('<a href="compass.html">Compass</a> error: ' + <a href="parameters/compassError.html">compassError</a>.code);
+        function onError(compassError) {
+            alert('Compass error: ' + compassError.code);
         }
 
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/compass/compass.clearWatchFilter.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/compass/compass.clearWatchFilter.md b/www/docs/en/1.6.1/cordova/compass/compass.clearWatchFilter.md
index 9cf3e19..276c11f 100644
--- a/www/docs/en/1.6.1/cordova/compass/compass.clearWatchFilter.md
+++ b/www/docs/en/1.6.1/cordova/compass/compass.clearWatchFilter.md
@@ -18,7 +18,7 @@ license: >
     under the License.
 ---
 
-<a href="compass.clearWatch.html">compass.clearWatch</a>Filter
+compass.clearWatchFilter
 ========================
 
-No longer supported as of 1.6.  See `<a href="compass.clearWatch.html">compass.clearWatch</a>`.
\ No newline at end of file
+No longer supported as of 1.6.  See `compass.clearWatch`.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/compass/compass.getCurrentHeading.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/compass/compass.getCurrentHeading.md b/www/docs/en/1.6.1/cordova/compass/compass.getCurrentHeading.md
index fa2a7d1..4225db0 100644
--- a/www/docs/en/1.6.1/cordova/compass/compass.getCurrentHeading.md
+++ b/www/docs/en/1.6.1/cordova/compass/compass.getCurrentHeading.md
@@ -23,14 +23,14 @@ compass.getCurrentHeading
 
 Get the current compass heading.
 
-    navigator.compass.getCurrentHeading(<a href="parameters/compassSuccess.html">compassSuccess</a>, <a href="parameters/compassError.html">compassError</a>, <a href="parameters/compassOptions.html">compassOptions</a>);
+    navigator.compass.getCurrentHeading(compassSuccess, compassError, compassOptions);
 
 Description
 -----------
 
 The compass is a sensor that detects the direction or heading that the device is pointed.  It measures the heading in degrees from 0 to 359.99.
 
-The compass heading information is returned via a <a href="compass.html">Compass</a>Heading object using the `<a href="parameters/compassSuccess.html">compassSuccess</a>` callback function.
+The compass heading information is returned via a CompassHeading object using the `compassSuccess` callback function.
 
 Supported Platforms
 -------------------
@@ -39,7 +39,7 @@ Supported Platforms
 - iPhone
 - Windows Phone 7 ( Mango ) if available in hardware
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     function onSuccess(heading) {
@@ -47,29 +47,29 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
     };
 
     function onError(error) {
-        alert('<a href="<a href="parameters/compassError.html">compassError</a>/<a href="parameters/compassError.html">compassError</a>.html"><a href="compass.html">Compass</a>Error</a>: ' + error.code);
+        alert('CompassError: ' + error.code);
     };
 
     navigator.compass.getCurrentHeading(onSuccess, onError);
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="compass.html">Compass</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Compass Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             navigator.compass.getCurrentHeading(onSuccess, onError);
         }
     
@@ -81,14 +81,14 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
     
         // onError: Failed to get the heading
         //
-        function onError(<a href="parameters/compassError.html">compassError</a>) {
-            alert('<a href="compass.html">Compass</a> Error: ' + <a href="parameters/compassError.html">compassError</a>.code);
+        function onError(compassError) {
+            alert('Compass Error: ' + compassError.code);
         }
 
         </script>
       </head>
       <body>
-        <h1><a href="../storage/storage.opendatabase.html">Example</a></h1>
+        <h1>Example</h1>
         <p>getCurrentHeading</p>
       </body>
     </html>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/compass/compass.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/compass/compass.md b/www/docs/en/1.6.1/cordova/compass/compass.md
index febba7c..beb83e2 100644
--- a/www/docs/en/1.6.1/cordova/compass/compass.md
+++ b/www/docs/en/1.6.1/cordova/compass/compass.md
@@ -26,16 +26,16 @@ Compass
 Methods
 -------
 
-- <a href="compass.getCurrentHeading.html">compass.getCurrentHeading</a>
-- <a href="compass.watchHeading.html">compass.watchHeading</a>
-- <a href="compass.clearWatch.html">compass.clearWatch</a>
-- <a href="<a href="compass.watchHeading.html">compass.watchHeading</a>Filter.html"><a href="compass.watchHeading.html">compass.watchHeading</a>Filter</a> 	(obsolete)
-- <a href="<a href="compass.clearWatch.html">compass.clearWatch</a>Filter.html"><a href="compass.clearWatch.html">compass.clearWatch</a>Filter</a>		(obsolete)
+- compass.getCurrentHeading
+- compass.watchHeading
+- compass.clearWatch
+- compass.watchHeadingFilter 	(obsolete)
+- compass.clearWatchFilter		(obsolete)
 
 Arguments
 ---------
 
-- <a href="parameters/compassSuccess.html">compassSuccess</a>
-- <a href="parameters/compassError.html">compassError</a>
-- <a href="parameters/compassOptions.html">compassOptions</a>
-- <a href="parameters/compassHeading.html">compassHeading</a>
+- compassSuccess
+- compassError
+- compassOptions
+- compassHeading

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/compass/compass.watchHeading.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/compass/compass.watchHeading.md b/www/docs/en/1.6.1/cordova/compass/compass.watchHeading.md
index 104b9f9..9c2e9e8 100644
--- a/www/docs/en/1.6.1/cordova/compass/compass.watchHeading.md
+++ b/www/docs/en/1.6.1/cordova/compass/compass.watchHeading.md
@@ -23,16 +23,16 @@ compass.watchHeading
 
 At a regular interval, get the compass heading in degrees.
 
-    var watchID = navigator.compass.watchHeading(<a href="parameters/compassSuccess.html">compassSuccess</a>, <a href="parameters/compassError.html">compassError</a>, [<a href="parameters/compassOptions.html">compassOptions</a>]);
+    var watchID = navigator.compass.watchHeading(compassSuccess, compassError, [compassOptions]);
                                                            
 Description
 -----------
 
 The compass is a sensor that detects the direction or heading that the device is pointed.  It measures the heading in degrees from 0 to 359.99.
 
-The `compass.watchHeading` gets the device's current heading at a regular interval. Each time the heading is retrieved, the `headingSuccess` callback function is executed. Specify the interval in milliseconds via the `frequency` parameter in the `<a href="parameters/compassOptions.html">compassOptions</a>` object.
+The `compass.watchHeading` gets the device's current heading at a regular interval. Each time the heading is retrieved, the `headingSuccess` callback function is executed. Specify the interval in milliseconds via the `frequency` parameter in the `compassOptions` object.
 
-The returned watch ID references references the compass watch interval. The watch ID can be used with `<a href="compass.clearWatch.html">compass.clearWatch</a>` to stop watching the compass.
+The returned watch ID references references the compass watch interval. The watch ID can be used with `compass.clearWatch` to stop watching the compass.
 
 Supported Platforms
 -------------------
@@ -42,7 +42,7 @@ Supported Platforms
 - Windows Phone 7 ( Mango ) if available in hardware
 
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     function onSuccess(heading) {
@@ -50,21 +50,21 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         element.innerHTML = 'Heading: ' + heading.magneticHeading;
     };
 
-    function onError(<a href="parameters/compassError.html">compassError</a>) {
-            alert('<a href="compass.html">Compass</a> error: ' + <a href="parameters/compassError.html">compassError</a>.code);
+    function onError(compassError) {
+            alert('Compass error: ' + compassError.code);
     };
 
     var options = { frequency: 3000 };  // Update every 3 seconds
     
     var watchID = navigator.compass.watchHeading(onSuccess, onError, options);
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="compass.html">Compass</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Compass Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.1.js"></script>
         <script type="text/javascript" charset="utf-8">
@@ -74,11 +74,11 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             startWatch();
         }
 
@@ -96,7 +96,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         //
         function stopWatch() {
             if (watchID) {
-                navigator.<a href="compass.clearWatch.html">compass.clearWatch</a>(watchID);
+                navigator.compass.clearWatch(watchID);
                 watchID = null;
             }
         }
@@ -110,8 +110,8 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
 
         // onError: Failed to get the heading
         //
-        function onError(<a href="parameters/compassError.html">compassError</a>) {
-            alert('<a href="compass.html">Compass</a> error: ' + <a href="parameters/compassError.html">compassError</a>.code);
+        function onError(compassError) {
+            alert('Compass error: ' + compassError.code);
         }
 
         </script>
@@ -126,6 +126,6 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
 iOS Quirks
 --------------
 
-In iOS `compass.watchHeading` can also get the device's current heading when it changes by a specified number of degrees. Each time the heading changes by the specified number of degrees or more, the `headingSuccess` callback function is called. Specify the degrees of change via the `filter` parameter in the `<a href="parameters/compassOptions.html">compassOptions</a>` object.  Clear the watch as normal by passing the returned watch ID to `<a href="compass.clearWatch.html">compass.clearWatch</a>`.  This functionality replaces the previously separate, iOS only functions, watchHeadingFilter and clearWatchFilter, which were removed in 1.6.
+In iOS `compass.watchHeading` can also get the device's current heading when it changes by a specified number of degrees. Each time the heading changes by the specified number of degrees or more, the `headingSuccess` callback function is called. Specify the degrees of change via the `filter` parameter in the `compassOptions` object.  Clear the watch as normal by passing the returned watch ID to `compass.clearWatch`.  This functionality replaces the previously separate, iOS only functions, watchHeadingFilter and clearWatchFilter, which were removed in 1.6.
 
 In iOS only one watchHeading can be in effect at one time.  If a watchHeading via filter is in effect, calling getCurrentHeading or watchHeading will use the existing filter value for specifying heading changes. On iOS watching heading changes via a filter is more efficient than via time.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/compass/compass.watchHeadingFilter.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/compass/compass.watchHeadingFilter.md b/www/docs/en/1.6.1/cordova/compass/compass.watchHeadingFilter.md
index f05a774..991da30 100644
--- a/www/docs/en/1.6.1/cordova/compass/compass.watchHeadingFilter.md
+++ b/www/docs/en/1.6.1/cordova/compass/compass.watchHeadingFilter.md
@@ -18,7 +18,7 @@ license: >
     under the License.
 ---
 
-<a href="compass.watchHeading.html">compass.watchHeading</a>Filter
+compass.watchHeadingFilter
 ==========================
 
-No longer supported as of 1.6, see `<a href="compass.watchHeading.html">compass.watchHeading</a>` for equivalent functionality.
+No longer supported as of 1.6, see `compass.watchHeading` for equivalent functionality.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/compass/compassError/compassError.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/compass/compassError/compassError.md b/www/docs/en/1.6.1/cordova/compass/compassError/compassError.md
index e356b45..20d01c5 100644
--- a/www/docs/en/1.6.1/cordova/compass/compassError/compassError.md
+++ b/www/docs/en/1.6.1/cordova/compass/compassError/compassError.md
@@ -18,10 +18,10 @@ license: >
     under the License.
 ---
 
-<a href="../compass.html">Compass</a>Error
+CompassError
 ==========
 
-A `<a href="../compass.html">Compass</a>Error` object is returned to the `<a href="../parameters/compassError.html">compassError</a>` callback function when an error occurs.
+A `CompassError` object is returned to the `compassError` callback function when an error occurs.
 
 Properties
 ----------
@@ -30,12 +30,12 @@ Properties
 
 Constants
 ---------
-- `<a href="../compass.html">Compass</a>Error.COMPASS_INTERNAL_ERR` 
-- `<a href="../compass.html">Compass</a>Error.COMPASS_NOT_SUPPORTED`
+- `CompassError.COMPASS_INTERNAL_ERR` 
+- `CompassError.COMPASS_NOT_SUPPORTED`
 
 Description
 -----------
 
-The `<a href="../compass.html">Compass</a>Error` object is returned to the user through the `<a href="../parameters/compassError.html">compassError</a>` callback function when an error occurs.
+The `CompassError` object is returned to the user through the `compassError` callback function when an error occurs.
 
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/compass/parameters/compassError.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/compass/parameters/compassError.md b/www/docs/en/1.6.1/cordova/compass/parameters/compassError.md
index 44700bc..3d2f523 100644
--- a/www/docs/en/1.6.1/cordova/compass/parameters/compassError.md
+++ b/www/docs/en/1.6.1/cordova/compass/parameters/compassError.md
@@ -23,9 +23,9 @@ compassError
 
 onError callback function for compass functions. 
 
-<a href="../../storage/storage.opendatabase.html">Example</a>
+Example
 -------
 
-function(<a href="../compassError/compassError.html"><a href="../compass.html">Compass</a>Error</a>) {
+function(CompassError) {
     // Handle the error
 }

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/compass/parameters/compassHeading.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/compass/parameters/compassHeading.md b/www/docs/en/1.6.1/cordova/compass/parameters/compassHeading.md
index 8293202..adae2f6 100644
--- a/www/docs/en/1.6.1/cordova/compass/parameters/compassHeading.md
+++ b/www/docs/en/1.6.1/cordova/compass/parameters/compassHeading.md
@@ -21,7 +21,7 @@ license: >
 compassHeading
 ==========
 
-A `<a href="../compass.html">Compass</a>Heading` object is returned to the `<a href="compassSuccess.html">compassSuccess</a>` callback function when an error occurs.
+A `CompassHeading` object is returned to the `compassSuccess` callback function when an error occurs.
 
 Properties
 ----------
@@ -33,7 +33,7 @@ Properties
 Description
 -----------
 
-The `<a href="../compass.html">Compass</a>Heading` object is returned to the user through the `<a href="compassSuccess.html">compassSuccess</a>` callback function.
+The `CompassHeading` object is returned to the user through the `compassSuccess` callback function.
 
 Android Quirks
 --------------


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[47/51] [partial] docs commit: Reverting autolinking change because of inconsistencies.

Posted by db...@apache.org.
http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/file/fileentry/fileentry.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/file/fileentry/fileentry.md b/www/docs/de/3.1.0/cordova/file/fileentry/fileentry.md
index db08752..61950c2 100644
--- a/www/docs/de/3.1.0/cordova/file/fileentry/fileentry.md
+++ b/www/docs/de/3.1.0/cordova/file/fileentry/fileentry.md
@@ -20,7 +20,7 @@ license: >
 
 # FileEntries
 
-Eine <a href="../fileobj/fileobj.html">Datei</a> in einem <a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">Datei</a>system</a> darstellt, wie in der [W3C-Verzeichnisse und Systeme][1] -Spezifikation definiert.
+Eine Datei in einem Dateisystem darstellt, wie in der [W3C-Verzeichnisse und Systeme][1] -Spezifikation definiert.
 
  [1]: http://www.w3.org/TR/file-system-api/
 
@@ -36,27 +36,27 @@ Eine <a href="../fileobj/fileobj.html">Datei</a> in einem <a href="../filesystem
 
 **Hinweis:** Das folgende Attribut wird durch die W3C-Spezifikation definiert, aber wird *nicht* unterstützt:
 
-*   **<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">Datei</a>system</a>**: das <a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">Datei</a>system</a>, auf dem der `FileEntry` befindet. *(FileSystem)*
+*   **Dateisystem**: das Dateisystem, auf dem der `FileEntry` befindet. *(FileSystem)*
 
 ## Methoden
 
-*   **GetMetadata**: Nachschlagen <a href="../metadata/metadata.html">Metadaten</a> über eine <a href="../fileobj/fileobj.html">Datei</a>.
+*   **GetMetadata**: Nachschlagen Metadaten über eine Datei.
 
-*   **SetMetadata**: <a href="../metadata/metadata.html">Metadaten</a> für eine <a href="../fileobj/fileobj.html">Datei</a> festlegen.
+*   **SetMetadata**: Metadaten für eine Datei festlegen.
 
-*   **MoveTo**: Verschieben einer <a href="../fileobj/fileobj.html">Datei</a> an einen anderen <a href="../../storage/storage.html">Speicher</a>ort im <a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">Datei</a>system</a>.
+*   **MoveTo**: Verschieben einer Datei an einen anderen Speicherort im Dateisystem.
 
-*   **CopyTo**: Kopieren Sie eine <a href="../fileobj/fileobj.html">Datei</a> an einen anderen <a href="../../storage/storage.html">Speicher</a>ort im <a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">Datei</a>system</a>.
+*   **CopyTo**: Kopieren Sie eine Datei an einen anderen Speicherort im Dateisystem.
 
-*   **Besuch**: Rückkehr einen URL, die verwendet werden kann, um eine <a href="../fileobj/fileobj.html">Datei</a> zu suchen.
+*   **Besuch**: Rückkehr einen URL, die verwendet werden kann, um eine Datei zu suchen.
 
-*   **Entfernen**: Löschen einer <a href="../fileobj/fileobj.html">Datei</a>.
+*   **Entfernen**: Löschen einer Datei.
 
 *   **GetParent**: das übergeordnete Verzeichnis nachschlagen.
 
-*   **CreateWriter**: erstellt ein `<a href="../filewriter/filewriter.html">FileWriter</a>` -Objekt, das verwendet werden kann, um in eine <a href="../fileobj/fileobj.html">Datei</a> schreiben.
+*   **CreateWriter**: erstellt ein `FileWriter` -Objekt, das verwendet werden kann, um in eine Datei schreiben.
 
-*   **<a href="../fileobj/fileobj.html">Datei</a>**: erstellt ein `File` -Objekt, <a href="../fileobj/fileobj.html">Datei</a>eigenschaften.
+*   **Datei**: erstellt ein `File` -Objekt, Dateieigenschaften.
 
 ## Unterstützte Plattformen
 
@@ -68,13 +68,13 @@ Eine <a href="../fileobj/fileobj.html">Datei</a> in einem <a href="../filesystem
 
 ## getMetadata
 
-Suchen Sie <a href="../metadata/metadata.html">Metadaten</a> zu einer <a href="../fileobj/fileobj.html">Datei</a>.
+Suchen Sie Metadaten zu einer Datei.
 
 **Parameter:**
 
 *   **SuccessCallback**: ein Rückruf, der übergeben wird ein `Metadata` Objekt. *(Funktion)*
 
-*   **ErrorCallback**: ein Rückruf, der ausgeführt wird, tritt ein Fehler beim Abrufen der `Metadata` . Aufgerufene mit einem `<a href="../fileerror/fileerror.html">FileError</a>` Objekt. *(Funktion)*
+*   **ErrorCallback**: ein Rückruf, der ausgeführt wird, tritt ein Fehler beim Abrufen der `Metadata` . Aufgerufene mit einem `FileError` Objekt. *(Funktion)*
 
 **Kleines Beispiel**
 
@@ -82,24 +82,24 @@ Suchen Sie <a href="../metadata/metadata.html">Metadaten</a> zu einer <a href=".
     
     Function fail(error) {alert(error.code);}
     
-    / / Anfrage das <a href="../metadata/metadata.html">Metadaten</a>objekt für diesen Eintrag entry.getMetadata (Erfolg, Fehler);
+    / / Anfrage das Metadatenobjekt für diesen Eintrag entry.getMetadata (Erfolg, Fehler);
     
 
 ## setMetadata
 
-<a href="../metadata/metadata.html">Metadaten</a> in einer <a href="../fileobj/fileobj.html">Datei</a>.
+Metadaten in einer Datei.
 
 **Derzeit funktioniert nur auf iOS.**
 
-*   Dadurch wird die erweiterten Attribute einer <a href="../fileobj/fileobj.html">Datei</a> festgelegt.
+*   Dadurch wird die erweiterten Attribute einer Datei festgelegt.
 
 **Parameter:**
 
-*   **SuccessCallback**: ein Rückruf, der ausgeführt wird, wenn die <a href="../metadata/metadata.html">Metadaten</a> festgelegt ist. *(Funktion)*
+*   **SuccessCallback**: ein Rückruf, der ausgeführt wird, wenn die Metadaten festgelegt ist. *(Funktion)*
 
-*   **ErrorCallback**: ein Rückruf, der ausgeführt wird, wenn die <a href="../metadata/metadata.html">Metadaten</a> nicht erfolgreich festgelegt ist. *(Funktion)*
+*   **ErrorCallback**: ein Rückruf, der ausgeführt wird, wenn die Metadaten nicht erfolgreich festgelegt ist. *(Funktion)*
 
-*   **MetadataObject**: ein Objekt, das der <a href="../metadata/metadata.html">Metadaten</a> Schlüssel und Werte enthält. *(Objekt)*
+*   **MetadataObject**: ein Objekt, das der Metadaten Schlüssel und Werte enthält. *(Objekt)*
 
 **Kleines Beispiel**
 
@@ -117,7 +117,7 @@ Suchen Sie <a href="../metadata/metadata.html">Metadaten</a> zu einer <a href=".
 
 **iOS Quirk**
 
-*   Nur die `com.apple.MobileBackup` erweitertes Attribut wird unterstützt. Legen Sie den Wert auf `1` zu verhindern, dass die <a href="../fileobj/fileobj.html">Datei</a> auf iCloud gesichert wird. Legen Sie den Wert auf `` , die <a href="../fileobj/fileobj.html">Datei</a> zu iCloud gesichert werden wieder zu aktivieren.
+*   Nur die `com.apple.MobileBackup` erweitertes Attribut wird unterstützt. Legen Sie den Wert auf `1` zu verhindern, dass die Datei auf iCloud gesichert wird. Legen Sie den Wert auf `` , die Datei zu iCloud gesichert werden wieder zu aktivieren.
 
 **Kleines Beispiel**
 
@@ -147,31 +147,31 @@ Suchen Sie <a href="../metadata/metadata.html">Metadaten</a> zu einer <a href=".
             console.log(evt.target.error.code);
         }
     
-        window.<a href="../localfilesystem/localfilesystem.html">requestFileSystem</a>(localFileSystem, 0, onFSWin, onFSFail);
+        window.requestFileSystem(localFileSystem, 0, onFSWin, onFSFail);
     }
     
-        setFileMetadata(<a href="../localfilesystem/localfilesystem.html">LocalFileSystem</a>.PERSISTENT, "Backups/sqlite.db", "com.apple.MobileBackup", 1);
+        setFileMetadata(LocalFileSystem.PERSISTENT, "Backups/sqlite.db", "com.apple.MobileBackup", 1);
     
 
 ## moveTo
 
-Verschieben Sie eine <a href="../fileobj/fileobj.html">Datei</a> an einen anderen <a href="../../storage/storage.html">Speicher</a>ort im <a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">Datei</a>system</a>. Ein Fehler auftritt, wenn die app versucht:
+Verschieben Sie eine Datei an einen anderen Speicherort im Dateisystem. Ein Fehler auftritt, wenn die app versucht:
 
-*   Verschieben einer <a href="../fileobj/fileobj.html">Datei</a> in seinem übergeordneten Element, sofern ein anderen von seinen aktuellen Namen ist nicht;
+*   Verschieben einer Datei in seinem übergeordneten Element, sofern ein anderen von seinen aktuellen Namen ist nicht;
 
-*   Verschieben einer <a href="../fileobj/fileobj.html">Datei</a> auf einen Pfad, der von einem Verzeichnis besetzt;
+*   Verschieben einer Datei auf einen Pfad, der von einem Verzeichnis besetzt;
 
-Darüber hinaus versucht das Verschieben einer <a href="../fileobj/fileobj.html">Datei</a> auf eine vorhandene <a href="../fileobj/fileobj.html">Datei</a> löschen und die <a href="../fileobj/fileobj.html">Datei</a> zu ersetzen.
+Darüber hinaus versucht das Verschieben einer Datei auf eine vorhandene Datei löschen und die Datei zu ersetzen.
 
 **Parameter:**
 
-*   **Eltern**: das übergeordnete Verzeichnis, in das die <a href="../fileobj/fileobj.html">Datei</a> verschoben. *(<a href="../directoryentry/directoryentry.html">DirectoryEntry</a>)*
+*   **Eltern**: das übergeordnete Verzeichnis, in das die Datei verschoben. *(DirectoryEntry)*
 
-*   **NewName**: der neue Name der <a href="../fileobj/fileobj.html">Datei</a>. Der Standardwert ist der aktuelle Name, wenn kein Wert angegeben. *(DOM-String und enthält)*
+*   **NewName**: der neue Name der Datei. Der Standardwert ist der aktuelle Name, wenn kein Wert angegeben. *(DOM-String und enthält)*
 
-*   **SuccessCallback**: ein Rückruf, der übergeben wird, der neuen <a href="../fileobj/fileobj.html">Datei</a> `FileEntry` Objekt. *(Funktion)*
+*   **SuccessCallback**: ein Rückruf, der übergeben wird, der neuen Datei `FileEntry` Objekt. *(Funktion)*
 
-*   **ErrorCallback**: ein Rückruf, der ausgeführt wird, wenn ein Fehler auftritt, wenn Sie versuchen, die <a href="../fileobj/fileobj.html">Datei</a> zu verschieben. Aufgerufene mit einem `<a href="../fileerror/fileerror.html">FileError</a>` Objekt. *(Funktion)*
+*   **ErrorCallback**: ein Rückruf, der ausgeführt wird, wenn ein Fehler auftritt, wenn Sie versuchen, die Datei zu verschieben. Aufgerufene mit einem `FileError` Objekt. *(Funktion)*
 
 **Kleines Beispiel**
 
@@ -186,7 +186,7 @@ Darüber hinaus versucht das Verschieben einer <a href="../fileobj/fileobj.html"
     function moveFile(entry) {
         var parent = document.getElementById('parent').value,
             parentName = parent.substring(parent.lastIndexOf('/')+1),
-            parentEntry = new <a href="../directoryentry/directoryentry.html">DirectoryEntry</a>(parentName, parent);
+            parentEntry = new DirectoryEntry(parentName, parent);
     
         // move the file to a new directory and rename it
         entry.moveTo(parentEntry, "newFile.txt", success, fail);
@@ -195,19 +195,19 @@ Darüber hinaus versucht das Verschieben einer <a href="../fileobj/fileobj.html"
 
 ## copyTo
 
-Kopieren Sie eine <a href="../fileobj/fileobj.html">Datei</a> an einen neuen <a href="../../storage/storage.html">Speicher</a>ort im <a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">Datei</a>system</a>. Ein Fehler auftritt, wenn die app versucht:
+Kopieren Sie eine Datei an einen neuen Speicherort im Dateisystem. Ein Fehler auftritt, wenn die app versucht:
 
-*   Kopieren Sie eine <a href="../fileobj/fileobj.html">Datei</a> in übergeordneten, wenn ein anderen von seinen aktuellen Namen nicht angegeben ist.
+*   Kopieren Sie eine Datei in übergeordneten, wenn ein anderen von seinen aktuellen Namen nicht angegeben ist.
 
 **Parameter:**
 
-*   **Eltern**: das übergeordnete Verzeichnis, in das die <a href="../fileobj/fileobj.html">Datei</a> kopiert. *(<a href="../directoryentry/directoryentry.html">DirectoryEntry</a>)*
+*   **Eltern**: das übergeordnete Verzeichnis, in das die Datei kopiert. *(DirectoryEntry)*
 
-*   **NewName**: der neue Name der <a href="../fileobj/fileobj.html">Datei</a>. Der Standardwert ist der aktuelle Name, wenn kein Wert angegeben. *(DOM-String und enthält)*
+*   **NewName**: der neue Name der Datei. Der Standardwert ist der aktuelle Name, wenn kein Wert angegeben. *(DOM-String und enthält)*
 
-*   **SuccessCallback**: ein Rückruf, der übergeben wird, der neuen <a href="../fileobj/fileobj.html">Datei</a> `FileEntry` Objekt. *(Funktion)*
+*   **SuccessCallback**: ein Rückruf, der übergeben wird, der neuen Datei `FileEntry` Objekt. *(Funktion)*
 
-*   **ErrorCallback**: ein Rückruf, der ausgeführt wird, tritt ein Fehler beim Versuch, die <a href="../fileobj/fileobj.html">Datei</a> zu kopieren. Aufgerufene mit einem `<a href="../fileerror/fileerror.html">FileError</a>` Objekt. *(Funktion)*
+*   **ErrorCallback**: ein Rückruf, der ausgeführt wird, tritt ein Fehler beim Versuch, die Datei zu kopieren. Aufgerufene mit einem `FileError` Objekt. *(Funktion)*
 
 **Kleines Beispiel**
 
@@ -222,7 +222,7 @@ Kopieren Sie eine <a href="../fileobj/fileobj.html">Datei</a> an einen neuen <a
     function copyFile(entry) {
         var parent = document.getElementById('parent').value,
             parentName = parent.substring(parent.lastIndexOf('/')+1),
-            parentEntry = new <a href="../directoryentry/directoryentry.html">DirectoryEntry</a>(parentName, parent);
+            parentEntry = new DirectoryEntry(parentName, parent);
     
         // copy the file to a new directory and rename it
         entry.copyTo(parentEntry, "file.copy", success, fail);
@@ -231,7 +231,7 @@ Kopieren Sie eine <a href="../fileobj/fileobj.html">Datei</a> an einen neuen <a
 
 ## Besuch
 
-Gibt einen URL, die verwendet werden kann, um die <a href="../fileobj/fileobj.html">Datei</a> zu suchen.
+Gibt einen URL, die verwendet werden kann, um die Datei zu suchen.
 
 **Kleines Beispiel**
 
@@ -242,13 +242,13 @@ Gibt einen URL, die verwendet werden kann, um die <a href="../fileobj/fileobj.ht
 
 ## Entfernen
 
-Löscht eine <a href="../fileobj/fileobj.html">Datei</a>.
+Löscht eine Datei.
 
 **Parameter:**
 
-*   **SuccessCallback**: ein Rückruf, der ausgeführt wird, nachdem die <a href="../fileobj/fileobj.html">Datei</a> gelöscht wurde. Ohne Parameter aufgerufen. *(Funktion)*
+*   **SuccessCallback**: ein Rückruf, der ausgeführt wird, nachdem die Datei gelöscht wurde. Ohne Parameter aufgerufen. *(Funktion)*
 
-*   **ErrorCallback**: ein Rückruf, der ausgeführt wird, wenn ein Fehler auftritt, wenn Sie versuchen, die <a href="../fileobj/fileobj.html">Datei</a> zu löschen. Aufgerufene mit einem `<a href="../fileerror/fileerror.html">FileError</a>` Objekt. *(Funktion)*
+*   **ErrorCallback**: ein Rückruf, der ausgeführt wird, wenn ein Fehler auftritt, wenn Sie versuchen, die Datei zu löschen. Aufgerufene mit einem `FileError` Objekt. *(Funktion)*
 
 **Kleines Beispiel**
 
@@ -266,13 +266,13 @@ Löscht eine <a href="../fileobj/fileobj.html">Datei</a>.
 
 ## getParent
 
-Suchen Sie den übergeordneten `<a href="../directoryentry/directoryentry.html">DirectoryEntry</a>` mit der <a href="../fileobj/fileobj.html">Datei</a>.
+Suchen Sie den übergeordneten `DirectoryEntry` mit der Datei.
 
 **Parameter:**
 
-*   **SuccessCallback**: ein Rückruf, der die <a href="../fileobj/fileobj.html">Datei</a> übergeordnete übergeben wird `<a href="../directoryentry/directoryentry.html">DirectoryEntry</a>` . *(Funktion)*
+*   **SuccessCallback**: ein Rückruf, der die Datei übergeordnete übergeben wird `DirectoryEntry` . *(Funktion)*
 
-*   **ErrorCallback**: ein Rückruf, der ausgeführt wird, wenn ein Fehler auftritt, wenn Sie versuchen, das übergeordnete Element abrufen `<a href="../directoryentry/directoryentry.html">DirectoryEntry</a>` . Aufgerufene mit einem `<a href="../fileerror/fileerror.html">FileError</a>` Objekt. *(Funktion)*
+*   **ErrorCallback**: ein Rückruf, der ausgeführt wird, wenn ein Fehler auftritt, wenn Sie versuchen, das übergeordnete Element abrufen `DirectoryEntry` . Aufgerufene mit einem `FileError` Objekt. *(Funktion)*
 
 **Kleines Beispiel**
 
@@ -284,19 +284,19 @@ Suchen Sie den übergeordneten `<a href="../directoryentry/directoryentry.html">
         alert(error.code);
     }
     
-    // Get the parent <a href="../directoryentry/directoryentry.html">DirectoryEntry</a>
+    // Get the parent DirectoryEntry
     entry.getParent(success, fail);
     
 
 ## createWriter
 
-Erstellen einer `<a href="../filewriter/filewriter.html">FileWriter</a>` vom dargestellten <a href="../fileobj/fileobj.html">Datei</a> zugeordnete Objekt der`FileEntry`.
+Erstellen einer `FileWriter` vom dargestellten Datei zugeordnete Objekt der`FileEntry`.
 
 **Parameter:**
 
-*   **SuccessCallback**: ein Rückruf, der übergeben wird ein `<a href="../filewriter/filewriter.html">FileWriter</a>` Objekt. *(Funktion)*
+*   **SuccessCallback**: ein Rückruf, der übergeben wird ein `FileWriter` Objekt. *(Funktion)*
 
-*   **ErrorCallback**: ein Rückruf, der ausgeführt wird, tritt ein Fehler beim Versuch, die <a href="../filewriter/filewriter.html">FileWriter</a> erstellen. Aufgerufene mit einem `<a href="../fileerror/fileerror.html">FileError</a>` Objekt. *(Funktion)*
+*   **ErrorCallback**: ein Rückruf, der ausgeführt wird, tritt ein Fehler beim Versuch, die FileWriter erstellen. Aufgerufene mit einem `FileError` Objekt. *(Funktion)*
 
 **Kleines Beispiel**
 
@@ -308,19 +308,19 @@ Erstellen einer `<a href="../filewriter/filewriter.html">FileWriter</a>` vom dar
         alert(error.code);
     }
     
-    // create a <a href="../filewriter/filewriter.html">FileWriter</a> to write to the file
+    // create a FileWriter to write to the file
     entry.createWriter(success, fail);
     
 
-## <a href="../fileobj/fileobj.html">Datei</a>
+## Datei
 
-Zurück, ein `File` -Objekt, das den aktuellen Zustand der <a href="../fileobj/fileobj.html">Datei</a> darstellt, dass dies `FileEntry` darstellt.
+Zurück, ein `File` -Objekt, das den aktuellen Zustand der Datei darstellt, dass dies `FileEntry` darstellt.
 
 **Parameter:**
 
 *   **SuccessCallback**: ein Rückruf, der übergeben wird ein `File` Objekt. *(Funktion)*
 
-*   **ErrorCallback**: ein Rückruf, der ausgeführt wird, tritt ein Fehler beim Erstellen der `File` Objekt, z. B. wenn die <a href="../fileobj/fileobj.html">Datei</a> nicht mehr vorhanden ist. Aufgerufene mit einem `<a href="../fileerror/fileerror.html">FileError</a>` Objekt. *(Funktion)*
+*   **ErrorCallback**: ein Rückruf, der ausgeführt wird, tritt ein Fehler beim Erstellen der `File` Objekt, z. B. wenn die Datei nicht mehr vorhanden ist. Aufgerufene mit einem `FileError` Objekt. *(Funktion)*
 
 **Kleines Beispiel**
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/file/fileerror/fileerror.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/file/fileerror/fileerror.md b/www/docs/de/3.1.0/cordova/file/fileerror/fileerror.md
index 3e87938..8f797f1 100644
--- a/www/docs/de/3.1.0/cordova/file/fileerror/fileerror.md
+++ b/www/docs/de/3.1.0/cordova/file/fileerror/fileerror.md
@@ -20,7 +20,7 @@ license: >
 
 # FileError
 
-A `FileError` -Objekt festgelegt ist, tritt ein Fehler in der <a href="../fileobj/fileobj.html">Datei</a> API-Methoden.
+A `FileError` -Objekt festgelegt ist, tritt ein Fehler in der Datei API-Methoden.
 
 ## Eigenschaften
 
@@ -43,4 +43,4 @@ A `FileError` -Objekt festgelegt ist, tritt ein Fehler in der <a href="../fileob
 
 ## Beschreibung
 
-Das `FileError` -Objekt ist der einzige Parameter, die die <a href="../fileobj/fileobj.html">Datei</a>-API-Fehler-Rückrufe. Um den Typ des Fehlers festzustellen, vergleichen die `code` -Eigenschaft auf eines der oben genannten Angebote.
\ No newline at end of file
+Das `FileError` -Objekt ist der einzige Parameter, die die Datei-API-Fehler-Rückrufe. Um den Typ des Fehlers festzustellen, vergleichen die `code` -Eigenschaft auf eines der oben genannten Angebote.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/file/fileobj/fileobj.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/file/fileobj/fileobj.md b/www/docs/de/3.1.0/cordova/file/fileobj/fileobj.md
index 174e607..b348889 100644
--- a/www/docs/de/3.1.0/cordova/file/fileobj/fileobj.md
+++ b/www/docs/de/3.1.0/cordova/file/fileobj/fileobj.md
@@ -52,7 +52,7 @@ Das `File` -Objekt enthält Attribute einer einzelnen Datei. Erhalten Sie eine I
 
 ## Scheibe
 
-Zurück ein neues `File` Objekt, für die `<a href="../filereader/filereader.html">FileReader</a>` gibt nur den angegebenen Teil der Datei. Negative Werte für `start` oder `end` sind, gemessen vom Ende der Datei. Indizes sind relativ das aktuelle Segment positioniert. (Siehe das vollständige Beispiel weiter unten.)
+Zurück ein neues `File` Objekt, für die `FileReader` gibt nur den angegebenen Teil der Datei. Negative Werte für `start` oder `end` sind, gemessen vom Ende der Datei. Indizes sind relativ das aktuelle Segment positioniert. (Siehe das vollständige Beispiel weiter unten.)
 
 **Parameter:**
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/file/filereader/filereader.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/file/filereader/filereader.md b/www/docs/de/3.1.0/cordova/file/filereader/filereader.md
index ffae718..44ddd1b 100644
--- a/www/docs/de/3.1.0/cordova/file/filereader/filereader.md
+++ b/www/docs/de/3.1.0/cordova/file/filereader/filereader.md
@@ -20,15 +20,15 @@ license: >
 
 # FileReader
 
-Die `FileReader` ermöglicht einfachen Zugriff auf eine <a href="../fileobj/fileobj.html">Datei</a>.
+Die `FileReader` ermöglicht einfachen Zugriff auf eine Datei.
 
 ## Eigenschaften
 
 *   **ReadyState**: einer der Leser der drei Staaten möglich, entweder `EMPTY` , `LOADING` oder`DONE`.
 
-*   **Ergebnis**: der Inhalt der <a href="../fileobj/fileobj.html">Datei</a>, die gelesen wurden. *(DOM-String und enthält)*
+*   **Ergebnis**: der Inhalt der Datei, die gelesen wurden. *(DOM-String und enthält)*
 
-*   **Fehler**: ein Objekt, die Fehler enthalten. *(<a href="../fileerror/fileerror.html">FileError</a>)*
+*   **Fehler**: ein Objekt, die Fehler enthalten. *(FileError)*
 
 *   **Onloadstart**: wird aufgerufen, wenn die Lese beginnt. *(Funktion)*
 
@@ -42,23 +42,23 @@ Die `FileReader` ermöglicht einfachen Zugriff auf eine <a href="../fileobj/file
 
 **Hinweis:** Die folgende Porperty wird nicht unterstützt:
 
-*   **OnProgress**: aufgerufen, beim Lesen der <a href="../fileobj/fileobj.html">Datei</a> Fortschrittsbericht im Hinblick auf `progress.loaded` / `progress.total` . *(Funktion)*
+*   **OnProgress**: aufgerufen, beim Lesen der Datei Fortschrittsbericht im Hinblick auf `progress.loaded` / `progress.total` . *(Funktion)*
 
 ## Methoden
 
-*   **Abbrechen**: Abbrüche, die <a href="../fileobj/fileobj.html">Datei</a> zu lesen.
+*   **Abbrechen**: Abbrüche, die Datei zu lesen.
 
-*   **ReadAsDataURL**: <a href="../fileobj/fileobj.html">Datei</a> und Rückgabedaten base64-codierte Daten im URL.
+*   **ReadAsDataURL**: Datei und Rückgabedaten base64-codierte Daten im URL.
 
-*   **ReadAsText**: liest Text-<a href="../fileobj/fileobj.html">Datei</a>.
+*   **ReadAsText**: liest Text-Datei.
 
-*   **ReadAsBinaryString**: liest als Binär-<a href="../fileobj/fileobj.html">Datei</a> und eine binäre Zeichenfolge zurückgibt.
+*   **ReadAsBinaryString**: liest als Binär-Datei und eine binäre Zeichenfolge zurückgibt.
 
-*   **ReadAsArrayBuffer**: liest <a href="../fileobj/fileobj.html">Datei</a> als eine`ArrayBuffer`.
+*   **ReadAsArrayBuffer**: liest Datei als eine`ArrayBuffer`.
 
 ## Informationen
 
-Das `FileReader` -Objekt bietet eine Möglichkeit, <a href="../fileobj/fileobj.html">Datei</a>en aus dem <a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">Datei</a>system</a> des <a href="../../device/device.html">Gerät</a>s zu lesen. <a href="../fileobj/fileobj.html">Datei</a>en können als Text oder als eine base64-codierte Daten-Zeichenfolge gelesen werden. Ereignis-Listener empfangen die `loadstart` , `progress` , `load` , `loadend` , `error` , und `abort` Ereignisse.
+Das `FileReader` -Objekt bietet eine Möglichkeit, Dateien aus dem Dateisystem des Geräts zu lesen. Dateien können als Text oder als eine base64-codierte Daten-Zeichenfolge gelesen werden. Ereignis-Listener empfangen die `loadstart` , `progress` , `load` , `loadend` , `error` , und `abort` Ereignisse.
 
 ## Unterstützte Plattformen
 
@@ -72,7 +72,7 @@ Das `FileReader` -Objekt bietet eine Möglichkeit, <a href="../fileobj/fileobj.h
 
 **Parameter:**
 
-*   **<a href="../fileobj/fileobj.html">Datei</a>**: das <a href="../fileobj/fileobj.html">Datei</a>objekt zu lesen.
+*   **Datei**: das Dateiobjekt zu lesen.
 
 ## Kleines Beispiel
 
@@ -96,9 +96,9 @@ Das `FileReader` -Objekt bietet eine Möglichkeit, <a href="../fileobj/fileobj.h
 
 **Parameter:**
 
-*   **<a href="../fileobj/fileobj.html">Datei</a>**: das <a href="../fileobj/fileobj.html">Datei</a>objekt zu lesen.
+*   **Datei**: das Dateiobjekt zu lesen.
 
-*   **Codierung**: Codierung zum Codieren des <a href="../fileobj/fileobj.html">Datei</a>inhalts. Standardwert ist UTF8.
+*   **Codierung**: Codierung zum Codieren des Dateiinhalts. Standardwert ist UTF8.
 
 ## Kleines Beispiel
 
@@ -142,19 +142,19 @@ Das `FileReader` -Objekt bietet eine Möglichkeit, <a href="../fileobj/fileobj.h
     <!DOCTYPE html>
     <html>
       <head>
-        <title>FileReader <a href="../../storage/storage.opendatabase.html">Example</a></title>
+        <title>FileReader Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
     
         // Wait for device API libraries to load
         //
-        document.<a href="../../inappbrowser/inappbrowser.html">addEventListener</a>("<a href="../../events/events.deviceready.html">deviceready</a>", onDeviceReady, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
     
         // device APIs are available
         //
         function onDeviceReady() {
-            window.<a href="../localfilesystem/localfilesystem.html">requestFileSystem</a>(<a href="../localfilesystem/localfilesystem.html">LocalFileSystem</a>.PERSISTENT, 0, gotFS, fail);
+            window.requestFileSystem(LocalFileSystem.PERSISTENT, 0, gotFS, fail);
         }
     
         function gotFS(fileSystem) {
@@ -195,7 +195,7 @@ Das `FileReader` -Objekt bietet eine Möglichkeit, <a href="../fileobj/fileobj.h
         </script>
       </head>
       <body>
-        <h1><a href="../../storage/storage.opendatabase.html">Example</a></h1>
+        <h1>Example</h1>
         <p>Read File</p>
       </body>
     </html>
@@ -211,7 +211,7 @@ Derzeit unterstützt nur auf iOS und Android.
 
 **Parameter:**
 
-*   **<a href="../fileobj/fileobj.html">Datei</a>**: das <a href="../fileobj/fileobj.html">Datei</a>objekt zu lesen.
+*   **Datei**: das Dateiobjekt zu lesen.
 
 ## Kleines Beispiel
 
@@ -237,7 +237,7 @@ Derzeit unterstützt nur auf iOS und Android.
 
 **Parameter:**
 
-*   **<a href="../fileobj/fileobj.html">Datei</a>**: das <a href="../fileobj/fileobj.html">Datei</a>objekt zu lesen.
+*   **Datei**: das Dateiobjekt zu lesen.
 
 ## Kleines Beispiel
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/file/filesystem/filesystem.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/file/filesystem/filesystem.md b/www/docs/de/3.1.0/cordova/file/filesystem/filesystem.md
index 1c40ae3..cc4a351 100644
--- a/www/docs/de/3.1.0/cordova/file/filesystem/filesystem.md
+++ b/www/docs/de/3.1.0/cordova/file/filesystem/filesystem.md
@@ -18,19 +18,19 @@ license: >
     under the License.
 ---
 
-# <a href="../fileobj/fileobj.html">Datei</a>system
+# Dateisystem
 
-Dieses Objekt stellt ein <a href="../fileobj/fileobj.html">Datei</a>system.
+Dieses Objekt stellt ein Dateisystem.
 
 ## Eigenschaften
 
-*   **Name**: der Name des <a href="../fileobj/fileobj.html">Datei</a>systems. *(DOM-String und enthält)*
+*   **Name**: der Name des Dateisystems. *(DOM-String und enthält)*
 
-*   **Wurzel**: das Root-Verzeichnis des <a href="../fileobj/fileobj.html">Datei</a>systems. *(<a href="../directoryentry/directoryentry.html">DirectoryEntry</a>)*
+*   **Wurzel**: das Root-Verzeichnis des Dateisystems. *(DirectoryEntry)*
 
 ## Informationen
 
-Das `FileSystem` Objekt stellt Informationen über das <a href="../fileobj/fileobj.html">Datei</a>system. Der Name des <a href="../fileobj/fileobj.html">Datei</a>systems ist eindeutig die Liste der exponierten <a href="../fileobj/fileobj.html">Datei</a>systeme. Die Root-Eigenschaft enthält ein `<a href="../directoryentry/directoryentry.html">DirectoryEntry</a>` -Objekt, das <a href="../fileobj/fileobj.html">Datei</a>system Root-Verzeichnis darstellt.
+Das `FileSystem` Objekt stellt Informationen über das Dateisystem. Der Name des Dateisystems ist eindeutig die Liste der exponierten Dateisysteme. Die Root-Eigenschaft enthält ein `DirectoryEntry` -Objekt, das Dateisystem Root-Verzeichnis darstellt.
 
 ## Unterstützte Plattformen
 
@@ -48,7 +48,7 @@ Das `FileSystem` Objekt stellt Informationen über das <a href="../fileobj/fileo
     }
     
     // request the persistent file system
-    window.<a href="../localfilesystem/localfilesystem.html">requestFileSystem</a>(<a href="../localfilesystem/localfilesystem.html">LocalFileSystem</a>.PERSISTENT, 0, onSuccess, null);
+    window.requestFileSystem(LocalFileSystem.PERSISTENT, 0, onSuccess, null);
     
 
 ## Vollständiges Beispiel
@@ -56,19 +56,19 @@ Das `FileSystem` Objekt stellt Informationen über das <a href="../fileobj/fileo
     <!DOCTYPE html>
     <html>
       <head>
-        <title>File System <a href="../../storage/storage.opendatabase.html">Example</a></title>
+        <title>File System Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
     
         // Wait for device API libraries to load
         //
-        document.<a href="../../inappbrowser/inappbrowser.html">addEventListener</a>("<a href="../../events/events.deviceready.html">deviceready</a>", onDeviceReady, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
     
         // device APIs are available
         //
         function onDeviceReady() {
-            window.<a href="../localfilesystem/localfilesystem.html">requestFileSystem</a>(<a href="../localfilesystem/localfilesystem.html">LocalFileSystem</a>.PERSISTENT, 0, onFileSystemSuccess, fail);
+            window.requestFileSystem(LocalFileSystem.PERSISTENT, 0, onFileSystemSuccess, fail);
         }
     
         function onFileSystemSuccess(fileSystem) {
@@ -83,7 +83,7 @@ Das `FileSystem` Objekt stellt Informationen über das <a href="../fileobj/fileo
         </script>
       </head>
       <body>
-        <h1><a href="../../storage/storage.opendatabase.html">Example</a></h1>
+        <h1>Example</h1>
         <p>File System</p>
       </body>
     </html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/file/filetransfer/filetransfer.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/file/filetransfer/filetransfer.md b/www/docs/de/3.1.0/cordova/file/filetransfer/filetransfer.md
index f83c099..3c9d88e 100644
--- a/www/docs/de/3.1.0/cordova/file/filetransfer/filetransfer.md
+++ b/www/docs/de/3.1.0/cordova/file/filetransfer/filetransfer.md
@@ -20,7 +20,7 @@ license: >
 
 # FileTransfer
 
-Das `FileTransfer` -Objekt können Sie hoch-oder Herunterladen von <a href="../fileobj/fileobj.html">Datei</a>en zu und von einem Server.
+Das `FileTransfer` -Objekt können Sie hoch-oder Herunterladen von Dateien zu und von einem Server.
 
 ## Eigenschaften
 
@@ -28,15 +28,15 @@ Das `FileTransfer` -Objekt können Sie hoch-oder Herunterladen von <a href="../f
 
 ## Methoden
 
-*   **Upload**: sendet eine <a href="../fileobj/fileobj.html">Datei</a> an einen Server.
+*   **Upload**: sendet eine Datei an einen Server.
 
-*   **Download**: lädt eine <a href="../fileobj/fileobj.html">Datei</a> vom Server.
+*   **Download**: lädt eine Datei vom Server.
 
 *   **Abbrechen**: Abbruch eine Übertragung in Bearbeitung.
 
 ## Informationen
 
-Das `FileTransfer` Objekt bietet eine Möglichkeit zum Hochladen von <a href="../fileobj/fileobj.html">Datei</a>en auf einem remote-Server mithilfe einer mehrteiligen HTTP-POST-Anforderung. HTTP- und HTTPS-Protokolle werden unterstützt. Optionale Parameter können angegeben werden, indem Sie übergeben ein `<a href="../fileuploadoptions/fileuploadoptions.html">FileUploadOptions</a>` gegen die `upload()` Methode. Auf erfolgreichen Upload ein `<a href="../fileuploadresult/fileuploadresult.html">FileUploadResult</a>` -Objekt wird an den Erfolg-Rückruf übergeben. Wenn ein Fehler auftritt, ein `<a href="../filetransfererror/filetransfererror.html">FileTransferError</a>` -Objekt wird an den Fehler-Rückruf übergeben. Es ist auch möglich (nur auf iOS und Android), eine <a href="../fileobj/fileobj.html">Datei</a> von einem remote-Server herunterladen und speichern Sie es auf dem <a href="../../device/device.html">Gerät</a>.
+Das `FileTransfer` Objekt bietet eine Möglichkeit zum Hochladen von Dateien auf einem remote-Server mithilfe einer mehrteiligen HTTP-POST-Anforderung. HTTP- und HTTPS-Protokolle werden unterstützt. Optionale Parameter können angegeben werden, indem Sie übergeben ein `FileUploadOptions` gegen die `upload()` Methode. Auf erfolgreichen Upload ein `FileUploadResult` -Objekt wird an den Erfolg-Rückruf übergeben. Wenn ein Fehler auftritt, ein `FileTransferError` -Objekt wird an den Fehler-Rückruf übergeben. Es ist auch möglich (nur auf iOS und Android), eine Datei von einem remote-Server herunterladen und speichern Sie es auf dem Gerät.
 
 ## Unterstützte Plattformen
 
@@ -50,15 +50,15 @@ Das `FileTransfer` Objekt bietet eine Möglichkeit zum Hochladen von <a href="..
 
 **Parameter:**
 
-*   **FilePath**: vollständigen Pfad der <a href="../fileobj/fileobj.html">Datei</a> auf das <a href="../../device/device.html">Gerät</a>.
+*   **FilePath**: vollständigen Pfad der Datei auf das Gerät.
 
-*   **Server**: URL des Servers, die <a href="../fileobj/fileobj.html">Datei</a> zu empfangen, wie kodiert`encodeURI()`.
+*   **Server**: URL des Servers, die Datei zu empfangen, wie kodiert`encodeURI()`.
 
 *   **SuccessCallback**: ein Rückruf, der übergeben wird ein `Metadata` Objekt. *(Funktion)*
 
-*   **ErrorCallback**: ein Rückruf, der ausgeführt wird, tritt ein Fehler beim Abrufen der `Metadata` . Aufgerufene mit einem `<a href="../filetransfererror/filetransfererror.html">FileTransferError</a>` Objekt. *(Funktion)*
+*   **ErrorCallback**: ein Rückruf, der ausgeführt wird, tritt ein Fehler beim Abrufen der `Metadata` . Aufgerufene mit einem `FileTransferError` Objekt. *(Funktion)*
 
-*   **Optionen**: optionale Parameter wie z. B. <a href="../fileobj/fileobj.html">Datei</a>namen und Mimetype.
+*   **Optionen**: optionale Parameter wie z. B. Dateinamen und Mimetype.
 
 *   **TrustAllHosts**: Optionaler Parameter, wird standardmäßig auf `false` . Wenn legen Sie auf `true` , es akzeptiert alle Sicherheitszertifikate. Dies ist nützlich, da Android selbstsignierte Zertifikate ablehnt. Nicht für den produktiven Einsatz empfohlen. Auf Android und iOS unterstützt. *(Boolean)*
 
@@ -78,7 +78,7 @@ Das `FileTransfer` Objekt bietet eine Möglichkeit zum Hochladen von <a href="..
         console.log("upload error target " + error.target);
     }
     
-    var options = new <a href="../fileuploadoptions/fileuploadoptions.html">FileUploadOptions</a>();
+    var options = new FileUploadOptions();
     options.fileKey = "file";
     options.fileName = fileURI.substr(fileURI.lastIndexOf('/') + 1);
     options.mimeType = "text/plain";
@@ -98,20 +98,20 @@ Das `FileTransfer` Objekt bietet eine Möglichkeit zum Hochladen von <a href="..
     <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
     <html>
     <head>
-        <title>File Transfer <a href="../../storage/storage.opendatabase.html">Example</a></title>
+        <title>File Transfer Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
     
             // Wait for device API libraries to load
             //
-            document.<a href="../../inappbrowser/inappbrowser.html">addEventListener</a>("<a href="../../events/events.deviceready.html">deviceready</a>", onDeviceReady, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
     
             // device APIs are available
             //
             function onDeviceReady() {
                 // Retrieve image file location from specified source
-                navigator.<a href="../../camera/camera.getPicture.html">camera.getPicture</a>(
+                navigator.camera.getPicture(
                     uploadPhoto,
                     function(message) { alert('get picture failed'); },
                     {
@@ -123,7 +123,7 @@ Das `FileTransfer` Objekt bietet eine Möglichkeit zum Hochladen von <a href="..
             }
     
             function uploadPhoto(imageURI) {
-                var options = new <a href="../fileuploadoptions/fileuploadoptions.html">FileUploadOptions</a>();
+                var options = new FileUploadOptions();
                 options.fileKey="file";
                 options.fileName=imageURI.substr(imageURI.lastIndexOf('/')+1);
                 options.mimeType="image/jpeg";
@@ -153,7 +153,7 @@ Das `FileTransfer` Objekt bietet eine Möglichkeit zum Hochladen von <a href="..
             </script>
     </head>
     <body>
-        <h1><a href="../../storage/storage.opendatabase.html">Example</a></h1>
+        <h1>Example</h1>
         <p>Upload File</p>
     </body>
     </html>
@@ -177,7 +177,7 @@ Auf Android und iOS unterstützt
     
     var uri = encodeURI("http://some.server.com/upload.php");
     
-    var options = new <a href="../fileuploadoptions/fileuploadoptions.html">FileUploadOptions</a>();
+    var options = new FileUploadOptions();
     options.fileKey="file";
     options.fileName=fileURI.substr(fileURI.lastIndexOf('/')+1);
     options.mimeType="text/plain";
@@ -198,13 +198,13 @@ Legen Sie die `chunkedMode` -option, um `false` Probleme beim Hochladen auf eine
 
 **Parameter:**
 
-*   **Quelle**: URL des Servers, um die <a href="../fileobj/fileobj.html">Datei</a> herunterzuladen, wie kodiert`encodeURI()`.
+*   **Quelle**: URL des Servers, um die Datei herunterzuladen, wie kodiert`encodeURI()`.
 
-*   **Ziel**: vollständige Pfad der <a href="../fileobj/fileobj.html">Datei</a> auf das <a href="../../device/device.html">Gerät</a>.
+*   **Ziel**: vollständige Pfad der Datei auf das Gerät.
 
 *   **SuccessCallback**: ein Rückruf, der übergeben wird ein `FileEntry` Objekt. *(Funktion)*
 
-*   **ErrorCallback**: ein Rückruf, der ausgeführt wird, tritt ein Fehler beim Abrufen der `Metadata` . Aufgerufene mit einem `<a href="../filetransfererror/filetransfererror.html">FileTransferError</a>` Objekt. *(Funktion)*
+*   **ErrorCallback**: ein Rückruf, der ausgeführt wird, tritt ein Fehler beim Abrufen der `Metadata` . Aufgerufene mit einem `FileTransferError` Objekt. *(Funktion)*
 
 *   **TrustAllHosts**: Optionaler Parameter, wird standardmäßig auf `false` . Wenn legen Sie auf `true` , dann es alle Sicherheitszertifikate akzeptieren wird. Dies ist nützlich, da Android selbst signierte Zertifikate ablehnt. Nicht für den produktiven Einsatz empfohlen. Auf Android und iOS unterstützt. *(Boolean)*
 
@@ -212,7 +212,7 @@ Legen Sie die `chunkedMode` -option, um `false` Probleme beim Hochladen auf eine
 
 **Kleines Beispiel**
 
-    // !! Übernimmt FilePath ist ein gültiger Pfad auf den <a href="../../device/device.html">Gerät</a>-Var-FileTransfer = neue FileTransfer();
+    // !! Übernimmt FilePath ist ein gültiger Pfad auf den Gerät-Var-FileTransfer = neue FileTransfer();
     Var Uri = EncodeURI ("http://some.server.com/download.php");
     
     fileTransfer.download (Uri, FilePath, function(entry) {console.log ("Download abgeschlossen:" + entry.fullPath);
@@ -224,7 +224,7 @@ Legen Sie die `chunkedMode` -option, um `false` Probleme beim Hochladen auf eine
 
 ## Abbruch
 
-Bricht einen in-Progress-Transfer. Der Onerror-Rückruf wird ein <a href="../filetransfererror/filetransfererror.html">FileTransferError</a>-Objekt übergeben, die einen Fehlercode <a href="../filetransfererror/filetransfererror.html">FileTransferError</a>.ABORT_ERR hat.
+Bricht einen in-Progress-Transfer. Der Onerror-Rückruf wird ein FileTransferError-Objekt übergeben, die einen Fehlercode FileTransferError.ABORT_ERR hat.
 
 **Unterstützte Plattformen**
 
@@ -233,13 +233,13 @@ Bricht einen in-Progress-Transfer. Der Onerror-Rückruf wird ein <a href="../fil
 
 **Kleines Beispiel**
 
-    // !! Wird davon ausgegangen, Variable FileURI enthält einen gültigen URI in eine Textdatei auf dem <a href="../../device/device.html">Gerät</a> Var gewinnen = function(r) {console.log ("sollte nicht aufgerufen werden.");}
+    // !! Wird davon ausgegangen, Variable FileURI enthält einen gültigen URI in eine Textdatei auf dem Gerät Var gewinnen = function(r) {console.log ("sollte nicht aufgerufen werden.");}
     
-    Var Fehler = function(error) {/ / error.code == <a href="../filetransfererror/filetransfererror.html">FileTransferError</a>.ABORT_ERR Alert ("Fehler: Code =" + error.code);
+    Var Fehler = function(error) {/ / error.code == FileTransferError.ABORT_ERR Alert ("Fehler: Code =" + error.code);
         Console.log ("Upload-Fehlerquelle" + error.source);
         Console.log ("Upload-Fehler-Ziel" + error.target);}
     
-    Var Optionen = neue <a href="../fileuploadoptions/fileuploadoptions.html">FileUploadOptions</a>();
+    Var Optionen = neue FileUploadOptions();
     options.fileKey="file";
     options.fileName="myphoto.jpg";
     options.mimeType="image/jpeg";

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/file/filetransfererror/filetransfererror.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/file/filetransfererror/filetransfererror.md b/www/docs/de/3.1.0/cordova/file/filetransfererror/filetransfererror.md
index 64c5e2b..06bc641 100644
--- a/www/docs/de/3.1.0/cordova/file/filetransfererror/filetransfererror.md
+++ b/www/docs/de/3.1.0/cordova/file/filetransfererror/filetransfererror.md
@@ -18,9 +18,9 @@ license: >
     under the License.
 ---
 
-# <a href="../filetransfer/filetransfer.html">FileTransfer</a>Error
+# FileTransferError
 
-A `<a href="../filetransfer/filetransfer.html">FileTransfer</a>Error` Objekt wird an eine Fehler-Callback übergeben, wenn ein Fehler auftritt.
+A `FileTransferError` Objekt wird an eine Fehler-Callback übergeben, wenn ein Fehler auftritt.
 
 ## Eigenschaften
 
@@ -30,15 +30,15 @@ A `<a href="../filetransfer/filetransfer.html">FileTransfer</a>Error` Objekt wir
 
 *   **Ziel**: URI zum Ziel. (String)
 
-*   **HTTP_STATUS**: HTTP-Statuscode. Dieses Attribut ist nur verfügbar, wenn ein Response-Code aus der HTTP-<a href="../../connection/connection.html">Verbindung</a> eingeht. (Anzahl)
+*   **HTTP_STATUS**: HTTP-Statuscode. Dieses Attribut ist nur verfügbar, wenn ein Response-Code aus der HTTP-Verbindung eingeht. (Anzahl)
 
 ## Konstanten
 
-*   `<a href="../filetransfer/filetransfer.html">FileTransfer</a>Error.FILE_NOT_FOUND_ERR`
-*   `<a href="../filetransfer/filetransfer.html">FileTransfer</a>Error.INVALID_URL_ERR`
-*   `<a href="../filetransfer/filetransfer.html">FileTransfer</a>Error.CONNECTION_ERR`
-*   `<a href="../filetransfer/filetransfer.html">FileTransfer</a>Error.ABORT_ERR`
+*   `FileTransferError.FILE_NOT_FOUND_ERR`
+*   `FileTransferError.INVALID_URL_ERR`
+*   `FileTransferError.CONNECTION_ERR`
+*   `FileTransferError.ABORT_ERR`
 
 ## Beschreibung
 
-Das `<a href="../filetransfer/filetransfer.html">FileTransfer</a>Error` -Objekt wird an den Rückruf Fehler übergeben, tritt ein Fehler beim Up- oder Download einer <a href="../fileobj/fileobj.html">Datei</a>.
\ No newline at end of file
+Das `FileTransferError` -Objekt wird an den Rückruf Fehler übergeben, tritt ein Fehler beim Up- oder Download einer Datei.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/file/fileuploadoptions/fileuploadoptions.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/file/fileuploadoptions/fileuploadoptions.md b/www/docs/de/3.1.0/cordova/file/fileuploadoptions/fileuploadoptions.md
index 724ddf7..0814fe8 100644
--- a/www/docs/de/3.1.0/cordova/file/fileuploadoptions/fileuploadoptions.md
+++ b/www/docs/de/3.1.0/cordova/file/fileuploadoptions/fileuploadoptions.md
@@ -20,13 +20,13 @@ license: >
 
 # FileUploadOptions
 
-A `FileUploadOptions` Objekt übergeben werden kann, um die `<a href="../filetransfer/filetransfer.html">FileTransfer</a>` des Objekts `upload()` Methode, um zusätzliche Parameter an den Upload-Skript angeben.
+A `FileUploadOptions` Objekt übergeben werden kann, um die `FileTransfer` des Objekts `upload()` Methode, um zusätzliche Parameter an den Upload-Skript angeben.
 
 ## Eigenschaften
 
 *   **FileKey**: der Name des Form-Elements. Wird standardmäßig auf `file` . (DOM-String und enthält)
 
-*   **<a href="../fileobj/fileobj.html">Datei</a>name**: der <a href="../fileobj/fileobj.html">Datei</a>name beim <a href="../../storage/storage.html">Speicher</a>n der <a href="../fileobj/fileobj.html">Datei</a> auf dem Server verwendet. Wird standardmäßig auf `image.jpg` . (DOM-String und enthält)
+*   **Dateiname**: der Dateiname beim Speichern der Datei auf dem Server verwendet. Wird standardmäßig auf `image.jpg` . (DOM-String und enthält)
 
 *   **MimeType**: den Mime-Typ der Daten hochzuladen. Wird standardmäßig auf `image/jpeg` . (DOM-String und enthält)
 
@@ -34,11 +34,11 @@ A `FileUploadOptions` Objekt übergeben werden kann, um die `<a href="../filetra
 
 *   **ChunkedMode**: ob die Daten in "Chunked" streaming-Modus hochladen. Wird standardmäßig auf `true` . (Boolean)
 
-*   **Header**: eine <a href="../../inappbrowser/inappbrowser.html">Karte</a> von Header-Name-Header-Werte. Verwenden Sie ein Array, um mehr als einen Wert anzugeben. (Objekt)
+*   **Header**: eine Karte von Header-Name-Header-Werte. Verwenden Sie ein Array, um mehr als einen Wert anzugeben. (Objekt)
 
 ## Beschreibung
 
-A `FileUploadOptions` Objekt übergeben werden kann, um die `<a href="../filetransfer/filetransfer.html">FileTransfer</a>` des Objekts `upload()` Methode, um zusätzliche Parameter an den Upload-Skript angeben.
+A `FileUploadOptions` Objekt übergeben werden kann, um die `FileTransfer` des Objekts `upload()` Methode, um zusätzliche Parameter an den Upload-Skript angeben.
 
 ## WP7 Quirk
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/file/fileuploadresult/fileuploadresult.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/file/fileuploadresult/fileuploadresult.md b/www/docs/de/3.1.0/cordova/file/fileuploadresult/fileuploadresult.md
index 0ad49e3..9348228 100644
--- a/www/docs/de/3.1.0/cordova/file/fileuploadresult/fileuploadresult.md
+++ b/www/docs/de/3.1.0/cordova/file/fileuploadresult/fileuploadresult.md
@@ -20,7 +20,7 @@ license: >
 
 # FileUploadResult
 
-A `FileUploadResult` -Objekt wird an den Erfolg-Rückruf des übergeben die `<a href="../filetransfer/filetransfer.html">FileTransfer</a>` des Objekts `upload()` Methode.
+A `FileUploadResult` -Objekt wird an den Erfolg-Rückruf des übergeben die `FileTransfer` des Objekts `upload()` Methode.
 
 ## Eigenschaften
 
@@ -32,7 +32,7 @@ A `FileUploadResult` -Objekt wird an den Erfolg-Rückruf des übergeben die `<a
 
 ## Beschreibung
 
-Das `FileUploadResult` -Objekt wird über den Erfolg-Rückruf des zurückgegeben die `<a href="../filetransfer/filetransfer.html">FileTransfer</a>` des Objekts `upload()` Methode.
+Das `FileUploadResult` -Objekt wird über den Erfolg-Rückruf des zurückgegeben die `FileTransfer` des Objekts `upload()` Methode.
 
 ## iOS Macken
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/file/filewriter/filewriter.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/file/filewriter/filewriter.md b/www/docs/de/3.1.0/cordova/file/filewriter/filewriter.md
index 0f02948..a46be7d 100644
--- a/www/docs/de/3.1.0/cordova/file/filewriter/filewriter.md
+++ b/www/docs/de/3.1.0/cordova/file/filewriter/filewriter.md
@@ -20,19 +20,19 @@ license: >
 
 # FileWriter
 
-Als Objekt, das Sie erstellen und Daten in eine <a href="../fileobj/fileobj.html">Datei</a> schreiben kann.
+Als Objekt, das Sie erstellen und Daten in eine Datei schreiben kann.
 
 ## Eigenschaften
 
 *   **ReadyState**: eines der drei möglichen Zuständen, entweder `INIT` , `WRITING` , oder`DONE`.
 
-*   **<a href="../fileobj/fileobj.html">Datei</a>name**: der Name der <a href="../fileobj/fileobj.html">Datei</a> geschrieben werden. *(DOM-String und enthält)*
+*   **Dateiname**: der Name der Datei geschrieben werden. *(DOM-String und enthält)*
 
-*   **Länge**: die Länge der <a href="../fileobj/fileobj.html">Datei</a> geschrieben werden. *(lange)*
+*   **Länge**: die Länge der Datei geschrieben werden. *(lange)*
 
-*   **Lage**: die aktuelle <a href="../../geolocation/Position/position.html">Position</a> des <a href="../fileobj/fileobj.html">Datei</a>zeigers. *(lange)*
+*   **Lage**: die aktuelle Position des Dateizeigers. *(lange)*
 
-*   **Fehler**: ein Objekt, die Fehler enthalten. *(<a href="../fileerror/fileerror.html">FileError</a>)*
+*   **Fehler**: ein Objekt, die Fehler enthalten. *(FileError)*
 
 *   **Onwritestart**: wird aufgerufen, wenn der Schreibvorgang beginnt. *(Funktion)*
 
@@ -46,25 +46,25 @@ Als Objekt, das Sie erstellen und Daten in eine <a href="../fileobj/fileobj.html
 
 Die folgende Eigenschaft wird *nicht* unterstützt:
 
-*   **OnProgress**: aufgerufen, beim Schreiben der <a href="../fileobj/fileobj.html">Datei</a> Fortschrittsbericht im Hinblick auf `progress.loaded` / `progress.total` . *(Funktion)*
+*   **OnProgress**: aufgerufen, beim Schreiben der Datei Fortschrittsbericht im Hinblick auf `progress.loaded` / `progress.total` . *(Funktion)*
 
 ## Methoden
 
-*   **Abbrechen**: bricht die <a href="../fileobj/fileobj.html">Datei</a> schreibt.
+*   **Abbrechen**: bricht die Datei schreibt.
 
-*   **Suchen**: bewegt den <a href="../fileobj/fileobj.html">Datei</a>zeiger auf das angegebene Byte.
+*   **Suchen**: bewegt den Dateizeiger auf das angegebene Byte.
 
-*   **abschneiden**: die <a href="../fileobj/fileobj.html">Datei</a> auf die angegebene Länge verkürzt.
+*   **abschneiden**: die Datei auf die angegebene Länge verkürzt.
 
-*   **schreiben**: schreibt Daten in die <a href="../fileobj/fileobj.html">Datei</a>.
+*   **schreiben**: schreibt Daten in die Datei.
 
 ## Informationen
 
-Das `FileWriter` -Objekt bietet eine Möglichkeit zum Schreiben von UTF-8 kodierten <a href="../fileobj/fileobj.html">Datei</a>en in <a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">Datei</a>system</a> des <a href="../../device/device.html">Gerät</a>s. Anwendungen reagieren auf `writestart` , `progress` , `write` , `writeend` , `error` , und `abort` Ereignisse.
+Das `FileWriter` -Objekt bietet eine Möglichkeit zum Schreiben von UTF-8 kodierten Dateien in Dateisystem des Geräts. Anwendungen reagieren auf `writestart` , `progress` , `write` , `writeend` , `error` , und `abort` Ereignisse.
 
-Jeder `FileWriter` entspricht einer <a href="../fileobj/fileobj.html">Datei</a>, auf die Daten können viele Male geschrieben werden. Die `FileWriter` behält der <a href="../fileobj/fileobj.html">Datei</a> `position` und `length` Attribute, die die app zu ermöglichen `seek` und `write` an einer beliebigen Stelle in der <a href="../fileobj/fileobj.html">Datei</a>. In der Standardeinstellung der `FileWriter` schreibt an den Anfang der <a href="../fileobj/fileobj.html">Datei</a> überschreiben vorhandene Daten. Legen Sie das optionale `append` boolesche zu `true` in der `FileWriter` der Konstruktor, bis zum Ende der <a href="../fileobj/fileobj.html">Datei</a> zu schreiben.
+Jeder `FileWriter` entspricht einer Datei, auf die Daten können viele Male geschrieben werden. Die `FileWriter` behält der Datei `position` und `length` Attribute, die die app zu ermöglichen `seek` und `write` an einer beliebigen Stelle in der Datei. In der Standardeinstellung der `FileWriter` schreibt an den Anfang der Datei überschreiben vorhandene Daten. Legen Sie das optionale `append` boolesche zu `true` in der `FileWriter` der Konstruktor, bis zum Ende der Datei zu schreiben.
 
-Text-Daten werden von allen unten aufgelisteten Plattformen unterstützt. Text wird als UTF-8 codiert, bevor Sie in das <a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">Datei</a>system</a> geschrieben werden. Einige Plattformen unterstützen auch Binärdaten, die in als ein ArrayBuffer oder ein Blob übergeben werden können.
+Text-Daten werden von allen unten aufgelisteten Plattformen unterstützt. Text wird als UTF-8 codiert, bevor Sie in das Dateisystem geschrieben werden. Einige Plattformen unterstützen auch Binärdaten, die in als ein ArrayBuffer oder ein Blob übergeben werden können.
 
 ## Unterstützte Plattformen
 
@@ -182,19 +182,19 @@ Nur-Text Unterstützung:
     <!DOCTYPE html>
     <html>
       <head>
-        <title>FileWriter <a href="../../storage/storage.opendatabase.html">Example</a></title>
+        <title>FileWriter Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
     
         // Wait for device API libraries to load
         //
-        document.<a href="../../inappbrowser/inappbrowser.html">addEventListener</a>("<a href="../../events/events.deviceready.html">deviceready</a>", onDeviceReady, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
     
         // device APIs are available
         //
         function onDeviceReady() {
-            window.<a href="../localfilesystem/localfilesystem.html">requestFileSystem</a>(<a href="../localfilesystem/localfilesystem.html">LocalFileSystem</a>.PERSISTENT, 0, gotFS, fail);
+            window.requestFileSystem(LocalFileSystem.PERSISTENT, 0, gotFS, fail);
         }
     
         function gotFS(fileSystem) {
@@ -228,7 +228,7 @@ Nur-Text Unterstützung:
         </script>
       </head>
       <body>
-        <h1><a href="../../storage/storage.opendatabase.html">Example</a></h1>
+        <h1>Example</h1>
         <p>Write File</p>
       </body>
     </html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/file/flags/flags.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/file/flags/flags.md b/www/docs/de/3.1.0/cordova/file/flags/flags.md
index 4915102..7a17917 100644
--- a/www/docs/de/3.1.0/cordova/file/flags/flags.md
+++ b/www/docs/de/3.1.0/cordova/file/flags/flags.md
@@ -20,13 +20,13 @@ license: >
 
 # Flags
 
-Liefert Argumente für die `<a href="../directoryentry/directoryentry.html">DirectoryEntry</a>` des Objekts `getFile()` und `getDirectory()` Methoden, die nachschlagen oder erstellen Sie <a href="../fileobj/fileobj.html">Datei</a>en und Verzeichnisse.
+Liefert Argumente für die `DirectoryEntry` des Objekts `getFile()` und `getDirectory()` Methoden, die nachschlagen oder erstellen Sie Dateien und Verzeichnisse.
 
 ## Eigenschaften
 
-*   **Erstellen**: gibt an, dass die <a href="../fileobj/fileobj.html">Datei</a> oder das Verzeichnis erstellt werden soll, wenn es nicht bereits vorhanden ist. *(boolesch)*
+*   **Erstellen**: gibt an, dass die Datei oder das Verzeichnis erstellt werden soll, wenn es nicht bereits vorhanden ist. *(boolesch)*
 
-*   **exklusiv**: hat wirkt sich nicht von selbst, aber mit `create` bewirkt die <a href="../fileobj/fileobj.html">Datei</a> oder das Verzeichnis-Erstellung schlägt fehl, wenn der Zielpfad bereits vorhanden ist. *(boolesch)*
+*   **exklusiv**: hat wirkt sich nicht von selbst, aber mit `create` bewirkt die Datei oder das Verzeichnis-Erstellung schlägt fehl, wenn der Zielpfad bereits vorhanden ist. *(boolesch)*
 
 ## Unterstützte Plattformen
 
@@ -41,5 +41,5 @@ Liefert Argumente für die `<a href="../directoryentry/directoryentry.html">Dire
     / / Get das Datenverzeichnis, die ihn herstellen, wenn es nicht vorhanden ist.
     DataDir = fileSystem.root.getDirectory ("Daten", {erstellen: True});
     
-    / / Die Lock-<a href="../fileobj/fileobj.html">Datei</a> zu erstellen, wenn es nicht vorhanden ist.
+    / / Die Lock-Datei zu erstellen, wenn es nicht vorhanden ist.
     LockFile = dataDir.getFile ("lockfile.txt", {erstellen: echte, exklusive: True});
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/file/localfilesystem/localfilesystem.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/file/localfilesystem/localfilesystem.md b/www/docs/de/3.1.0/cordova/file/localfilesystem/localfilesystem.md
index b1cea2a..cd9ac5c 100644
--- a/www/docs/de/3.1.0/cordova/file/localfilesystem/localfilesystem.md
+++ b/www/docs/de/3.1.0/cordova/file/localfilesystem/localfilesystem.md
@@ -20,19 +20,19 @@ license: >
 
 # LocalFileSystem
 
-Dieses Objekt bietet eine Möglichkeit, Root-<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">Datei</a>system</a>e zu erhalten.
+Dieses Objekt bietet eine Möglichkeit, Root-Dateisysteme zu erhalten.
 
 ## Methoden
 
-*   **RequestFileSystem**: ein <a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">Datei</a>system</a> anfordert. *(Funktion)*
+*   **RequestFileSystem**: ein Dateisystem anfordert. *(Funktion)*
 
-*   **ResolveLocalFileSystemURI**: Abrufen einer `<a href="../directoryentry/directoryentry.html">DirectoryEntry</a>` oder `FileEntry` mit lokalen URI. *(Funktion)*
+*   **ResolveLocalFileSystemURI**: Abrufen einer `DirectoryEntry` oder `FileEntry` mit lokalen URI. *(Funktion)*
 
 ## Konstanten
 
-*   `LocalFileSystem.PERSISTENT`: Verwendet für die <a href="../../storage/storage.html">Speicher</a>ung, die nicht vom User Agent Anwendung oder Benutzer unerlaubt entfernt werden sollte.
+*   `LocalFileSystem.PERSISTENT`: Verwendet für die Speicherung, die nicht vom User Agent Anwendung oder Benutzer unerlaubt entfernt werden sollte.
 
-*   `LocalFileSystem.TEMPORARY`: Verwendet für die <a href="../../storage/storage.html">Speicher</a>ung mit keine Garantie für Dauerhaftigkeit.
+*   `LocalFileSystem.TEMPORARY`: Verwendet für die Speicherung mit keine Garantie für Dauerhaftigkeit.
 
 ## Informationen
 
@@ -56,7 +56,7 @@ Die `LocalFileSystem` sind Objektmethoden definiert, auf das `window` Objekt.
     window.requestFileSystem(LocalFileSystem.PERSISTENT, 0, onSuccess, onError);
     
 
-## Lokale <a href="../fileobj/fileobj.html">Datei</a> System URI kurzes Beispiel zu lösen
+## Lokale Datei System URI kurzes Beispiel zu lösen
 
     function onSuccess(fileEntry) {
         console.log(fileEntry.name);
@@ -70,14 +70,14 @@ Die `LocalFileSystem` sind Objektmethoden definiert, auf das `window` Objekt.
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Local File System <a href="../../storage/storage.opendatabase.html">Example</a></title>
+        <title>Local File System Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
     
         // Wait for device API libraries to load
         //
-        document.<a href="../../inappbrowser/inappbrowser.html">addEventListener</a>("<a href="../../events/events.deviceready.html">deviceready</a>", onDeviceReady, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
     
         // device APIs are available
         //
@@ -101,7 +101,7 @@ Die `LocalFileSystem` sind Objektmethoden definiert, auf das `window` Objekt.
         </script>
       </head>
       <body>
-        <h1><a href="../../storage/storage.opendatabase.html">Example</a></h1>
+        <h1>Example</h1>
         <p>Local File System</p>
       </body>
     </html>
@@ -109,16 +109,16 @@ Die `LocalFileSystem` sind Objektmethoden definiert, auf das `window` Objekt.
 
 # requestFileSystem
 
-> Fordern Sie ein <a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">Datei</a>system</a> zum <a href="../../storage/storage.html">Speicher</a>n von Anwendungsdaten.
+> Fordern Sie ein Dateisystem zum Speichern von Anwendungsdaten.
 
      window.requestFileSystem(type, size, successCallback, errorCallback)
     
 
 *   **Fenster**: Verweis auf den globalen Window-Objekt
-*   **Typ**: lokale <a href="../fileobj/fileobj.html">Datei</a> Systemtyp, siehe LocalFileSystem-Konstanten
-*   **Größe**: gibt an, wieviel <a href="../../storage/storage.html">Speicher</a>platz in Byte, die Anwendung erwartet, müssen
-*   **SuccessCallback**: mit einem <a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">Datei</a>system</a> Objekt aufgerufen
-*   **ErrorCallback**: aufgerufen, wenn Fehler beim Abrufen des <a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">Datei</a>system</a> auftritt
+*   **Typ**: lokale Datei Systemtyp, siehe LocalFileSystem-Konstanten
+*   **Größe**: gibt an, wieviel Speicherplatz in Byte, die Anwendung erwartet, müssen
+*   **SuccessCallback**: mit einem Dateisystem Objekt aufgerufen
+*   **ErrorCallback**: aufgerufen, wenn Fehler beim Abrufen des Dateisystem auftritt
 
 ## Schnelle System-Beispieldatei anfordern
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/file/metadata/metadata.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/file/metadata/metadata.md b/www/docs/de/3.1.0/cordova/file/metadata/metadata.md
index c4573c4..50b2b46 100644
--- a/www/docs/de/3.1.0/cordova/file/metadata/metadata.md
+++ b/www/docs/de/3.1.0/cordova/file/metadata/metadata.md
@@ -20,15 +20,15 @@ license: >
 
 # Metadaten
 
-Eine Schnittstelle, die Informationen über den Status einer <a href="../fileobj/fileobj.html">Datei</a> oder eines Verzeichnisses angibt.
+Eine Schnittstelle, die Informationen über den Status einer Datei oder eines Verzeichnisses angibt.
 
 ## Eigenschaften
 
-*   **ModificationTime**: die Zeit, wann die <a href="../fileobj/fileobj.html">Datei</a> oder das Verzeichnis zuletzt geändert wurde. *(Datum)*
+*   **ModificationTime**: die Zeit, wann die Datei oder das Verzeichnis zuletzt geändert wurde. *(Datum)*
 
 ## Informationen
 
-Das `Metadata` -Objekt stellt Informationen über den Status einer <a href="../fileobj/fileobj.html">Datei</a> oder eines Verzeichnisses dar. Aufruf einer `<a href="../directoryentry/directoryentry.html">DirectoryEntry</a>` oder `FileEntry` des Objekts `getMetadata()` Methode führt eine `Metadata` Instanz.
+Das `Metadata` -Objekt stellt Informationen über den Status einer Datei oder eines Verzeichnisses dar. Aufruf einer `DirectoryEntry` oder `FileEntry` des Objekts `getMetadata()` Methode führt eine `Metadata` Instanz.
 
 ## Unterstützte Plattformen
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/geolocation/Coordinates/coordinates.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/geolocation/Coordinates/coordinates.md b/www/docs/de/3.1.0/cordova/geolocation/Coordinates/coordinates.md
index a82505e..30717d5 100644
--- a/www/docs/de/3.1.0/cordova/geolocation/Coordinates/coordinates.md
+++ b/www/docs/de/3.1.0/cordova/geolocation/Coordinates/coordinates.md
@@ -20,7 +20,7 @@ license: >
 
 # Koordinaten
 
-Eine Reihe von Eigenschaften, die die geographischen Koordinaten von einer <a href="../Position/position.html">Position</a> zu beschreiben.
+Eine Reihe von Eigenschaften, die die geographischen Koordinaten von einer Position zu beschreiben.
 
 ## Eigenschaften
 
@@ -28,7 +28,7 @@ Eine Reihe von Eigenschaften, die die geographischen Koordinaten von einer <a hr
 
 *   **Länge**: Länge in Dezimalgrad. *(Anzahl)*
 
-*   **Höhe**: Höhe der <a href="../Position/position.html">Position</a> in Meter über dem Ellipsoid. *(Anzahl)*
+*   **Höhe**: Höhe der Position in Meter über dem Ellipsoid. *(Anzahl)*
 
 *   **Genauigkeit**: Genauigkeit der breiten- und Längengrad Koordinaten in Metern. *(Anzahl)*
 
@@ -36,11 +36,11 @@ Eine Reihe von Eigenschaften, die die geographischen Koordinaten von einer <a hr
 
 *   **Rubrik**: Fahrtrichtung, angegeben in Grad relativ zu den Norden im Uhrzeigersinn gezählt. *(Anzahl)*
 
-*   **Geschwindigkeit**: aktuelle Geschwindigkeit über Grund des <a href="../../device/device.html">Gerät</a>s, in Metern pro Sekunde angegeben. *(Anzahl)*
+*   **Geschwindigkeit**: aktuelle Geschwindigkeit über Grund des Geräts, in Metern pro Sekunde angegeben. *(Anzahl)*
 
 ## Beschreibung
 
-Die `Coordinates` Objekt ist angefügt das `<a href="../Position/position.html">Position</a>` -Objekt, das Callback-Funktionen in Anforderungen für die aktuelle <a href="../Position/position.html">Position</a> zur Verfügung steht.
+Die `Coordinates` Objekt ist angefügt das `Position` -Objekt, das Callback-Funktionen in Anforderungen für die aktuelle Position zur Verfügung steht.
 
 ## Unterstützte Plattformen
 
@@ -72,7 +72,7 @@ Die `Coordinates` Objekt ist angefügt das `<a href="../Position/position.html">
         alert('onError!');
     };
     
-    navigator.geolocation.getCurrent<a href="../Position/position.html">Position</a>(onSuccess, onError);
+    navigator.geolocation.getCurrentPosition(onSuccess, onError);
     
 
 ## Vollständiges Beispiel
@@ -80,21 +80,21 @@ Die `Coordinates` Objekt ist angefügt das `<a href="../Position/position.html">
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../geolocation.html">Geolocation</a> <a href="../Position/position.html">Position</a> <a href="../../storage/storage.opendatabase.html">Example</a></title>
+        <title>Geolocation Position Example</title>
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
     
         // wait for device API libraries to load
         //
-        document.<a href="../../inappbrowser/inappbrowser.html">addEventListener</a>("<a href="../../events/events.deviceready.html">deviceready</a>", onDeviceReady, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
     
         // device APIs are available
         //
         function onDeviceReady() {
-            navigator.geolocation.getCurrent<a href="../Position/position.html">Position</a>(onSuccess, onError);
+            navigator.geolocation.getCurrentPosition(onSuccess, onError);
         }
     
-        // Display `<a href="../Position/position.html">Position</a>` properties from the geolocation
+        // Display `Position` properties from the geolocation
         //
         function onSuccess(position) {
             var div = document.getElementById('myDiv');
@@ -124,4 +124,4 @@ Die `Coordinates` Objekt ist angefügt das `<a href="../Position/position.html">
 
 ## Android Macken
 
-**AltitudeAccuracy**: von Android-<a href="../../device/device.html">Gerät</a>en, Rückgabe nicht unterstützt`null`.
\ No newline at end of file
+**AltitudeAccuracy**: von Android-Geräten, Rückgabe nicht unterstützt`null`.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/geolocation/Position/position.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/geolocation/Position/position.md b/www/docs/de/3.1.0/cordova/geolocation/Position/position.md
index e82b84f..622708d 100644
--- a/www/docs/de/3.1.0/cordova/geolocation/Position/position.md
+++ b/www/docs/de/3.1.0/cordova/geolocation/Position/position.md
@@ -20,11 +20,11 @@ license: >
 
 # Position
 
-Enthält `Position` <a href="../Coordinates/coordinates.html">Koordinaten</a> und Timestamp, erstellt von der <a href="../geolocation.html">Geolocation</a> API.
+Enthält `Position` Koordinaten und Timestamp, erstellt von der Geolocation API.
 
 ## Eigenschaften
 
-*   **CoOrds**: eine Reihe von geographischen <a href="../Coordinates/coordinates.html">Koordinaten</a>. *(<a href="../Coordinates/coordinates.html">Koordinaten</a>)*
+*   **CoOrds**: eine Reihe von geographischen Koordinaten. *(Koordinaten)*
 
 *   **Timestamp**: Zeitstempel der Erstellung für `coords` . *(Datum)*
 
@@ -63,7 +63,7 @@ Das `Position` Objekt erstellt und bevölkert von Cordova und an den Benutzer du
               'message: ' + error.message + '\n');
     }
     
-    navigator.<a href="../geolocation.getCurrentPosition.html">geolocation.getCurrentPosition</a>(onSuccess, onError);
+    navigator.geolocation.getCurrentPosition(onSuccess, onError);
     
 
 ## Vollständiges Beispiel
@@ -71,22 +71,22 @@ Das `Position` Objekt erstellt und bevölkert von Cordova und an den Benutzer du
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Device Properties <a href="../../storage/storage.opendatabase.html">Example</a></title>
+        <title>Device Properties Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
     
         // Wait for device API libraries to load
         //
-        document.<a href="../../inappbrowser/inappbrowser.html">addEventListener</a>("<a href="../../events/events.deviceready.html">deviceready</a>", onDeviceReady, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
     
         // device APIs are available
         //
         function onDeviceReady() {
-            navigator.<a href="../geolocation.getCurrentPosition.html">geolocation.getCurrentPosition</a>(onSuccess, onError);
+            navigator.geolocation.getCurrentPosition(onSuccess, onError);
         }
     
-        // onSuccess <a href="../geolocation.html">Geolocation</a>
+        // onSuccess Geolocation
         //
         function onSuccess(position) {
             var element = document.getElementById('geolocation');

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/geolocation/PositionError/positionError.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/geolocation/PositionError/positionError.md b/www/docs/de/3.1.0/cordova/geolocation/PositionError/positionError.md
index a1fd399..5988bb5 100644
--- a/www/docs/de/3.1.0/cordova/geolocation/PositionError/positionError.md
+++ b/www/docs/de/3.1.0/cordova/geolocation/PositionError/positionError.md
@@ -18,9 +18,9 @@ license: >
     under the License.
 ---
 
-# <a href="../Position/position.html">Position</a>sfehler
+# Positionsfehler
 
-A `<a href="../Position/position.html">Position</a>Error` -Objekt übergeben, um die `<a href="../parameters/geolocationError.html">geolocationError</a>` Rückruf, wenn ein Fehler auftritt.
+A `PositionError` -Objekt übergeben, um die `geolocationError` Rückruf, wenn ein Fehler auftritt.
 
 ## Eigenschaften
 
@@ -30,22 +30,22 @@ A `<a href="../Position/position.html">Position</a>Error` -Objekt übergeben, um
 
 ## Konstanten
 
-*   `<a href="../Position/position.html">Position</a>Error.PERMISSION_DENIED`
-*   `<a href="../Position/position.html">Position</a>Error.POSITION_UNAVAILABLE`
-*   `<a href="../Position/position.html">Position</a>Error.TIMEOUT`
+*   `PositionError.PERMISSION_DENIED`
+*   `PositionError.POSITION_UNAVAILABLE`
+*   `PositionError.TIMEOUT`
 
 ## Beschreibung
 
-Das `<a href="../Position/position.html">Position</a>Error` -Objekt übergeben, um die `<a href="../parameters/geolocationError.html">geolocationError</a>` Callback-Funktion tritt ein Fehler mit <a href="../geolocation.html">Geolocation</a>.
+Das `PositionError` -Objekt übergeben, um die `geolocationError` Callback-Funktion tritt ein Fehler mit Geolocation.
 
-### `<a href="../Position/position.html">Position</a>Error.PERMISSION_DENIED`
+### `PositionError.PERMISSION_DENIED`
 
-Zurückgegeben, wenn der Benutzer die Anwendung zum Abrufen von <a href="../Position/position.html">Position</a>sinformationen nicht zulässt. Dies ist abhängig von der Plattform.
+Zurückgegeben, wenn der Benutzer die Anwendung zum Abrufen von Positionsinformationen nicht zulässt. Dies ist abhängig von der Plattform.
 
-### `<a href="../Position/position.html">Position</a>Error.POSITION_UNAVAILABLE`
+### `PositionError.POSITION_UNAVAILABLE`
 
-Zurückgegeben, wenn das <a href="../../device/device.html">Gerät</a> nicht in der Lage, eine <a href="../Position/position.html">Position</a> abzurufen ist. Im Allgemeinen bedeutet dies, das <a href="../../device/device.html">Gerät</a> hat keine Netzwerkkonnektivität und/oder kann kein Satelliten-Update erhalten.
+Zurückgegeben, wenn das Gerät nicht in der Lage, eine Position abzurufen ist. Im Allgemeinen bedeutet dies, das Gerät hat keine Netzwerkkonnektivität und/oder kann kein Satelliten-Update erhalten.
 
-### `<a href="../Position/position.html">Position</a>Error.TIMEOUT`
+### `PositionError.TIMEOUT`
 
-Zurückgegeben, wenn das <a href="../../device/device.html">Gerät</a> nicht in der Lage, eine <a href="../Position/position.html">Position</a> innerhalb der angegebenen abzurufen ist die `<a href="../parameters/geolocation.options.html">geolocationOptions</a>` ' `timeout` Eigenschaft. Bei Verwendung mit `geolocation.watch<a href="../Position/position.html">Position</a>` , dieser Fehler konnte übergeben werden, um die `<a href="../parameters/geolocationError.html">geolocationError</a>` Rückruf jedes `timeout` Millisekunden.
\ No newline at end of file
+Zurückgegeben, wenn das Gerät nicht in der Lage, eine Position innerhalb der angegebenen abzurufen ist die `geolocationOptions` ' `timeout` Eigenschaft. Bei Verwendung mit `geolocation.watchPosition` , dieser Fehler konnte übergeben werden, um die `geolocationError` Rückruf jedes `timeout` Millisekunden.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/geolocation/geolocation.clearWatch.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/geolocation/geolocation.clearWatch.md b/www/docs/de/3.1.0/cordova/geolocation/geolocation.clearWatch.md
index a7bc7cc..378f5a3 100644
--- a/www/docs/de/3.1.0/cordova/geolocation/geolocation.clearWatch.md
+++ b/www/docs/de/3.1.0/cordova/geolocation/geolocation.clearWatch.md
@@ -20,18 +20,18 @@ license: >
 
 # geolocation.clearWatch
 
-Stoppen, gerade für Änderungen an dem <a href="../device/device.html">Gerät</a> <a href="../storage/storage.html">Speicher</a>ort verweist die `watchID` Parameter.
+Stoppen, gerade für Änderungen an dem Gerät Speicherort verweist die `watchID` Parameter.
 
     navigator.geolocation.clearWatch(watchID);
     
 
 ## Parameter
 
-*   **WatchID**: die Id der `watch<a href="Position/position.html">Position</a>` Intervall löschen. (String)
+*   **WatchID**: die Id der `watchPosition` Intervall löschen. (String)
 
 ## Beschreibung
 
-Die `geolocation.clearWatch` stoppt Veränderungen an dem <a href="../device/device.html">Gerät</a> Ort beobachten, durch Deaktivieren der `geolocation.watch<a href="Position/position.html">Position</a>` verwiesen wird, von`watchID`.
+Die `geolocation.clearWatch` stoppt Veränderungen an dem Gerät Ort beobachten, durch Deaktivieren der `geolocation.watchPosition` verwiesen wird, von`watchID`.
 
 ## Unterstützte Plattformen
 
@@ -44,9 +44,9 @@ Die `geolocation.clearWatch` stoppt Veränderungen an dem <a href="../device/dev
 
 ## Kleines Beispiel
 
-    / / Optionen: Achten Sie auf Änderungen in <a href="Position/position.html">Position</a>, und verwenden Sie die / / genaue position Erwerbsart verfügbar.
+    / / Optionen: Achten Sie auf Änderungen in Position, und verwenden Sie die / / genaue position Erwerbsart verfügbar.
     //
-    var watchID = navigator.geolocation.watch<a href="Position/position.html">Position</a>(onSuccess, onError, { enableHighAccuracy: true });
+    var watchID = navigator.geolocation.watchPosition(onSuccess, onError, { enableHighAccuracy: true });
     
     // ...later on...
     
@@ -58,14 +58,14 @@ Die `geolocation.clearWatch` stoppt Veränderungen an dem <a href="../device/dev
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Device Properties <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Device Properties Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
     
         // Wait for device API libraries to load
         //
-        document.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>("<a href="../events/events.deviceready.html">deviceready</a>", onDeviceReady, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
     
         var watchID = null;
     
@@ -75,10 +75,10 @@ Die `geolocation.clearWatch` stoppt Veränderungen an dem <a href="../device/dev
             // Get the most accurate position updates available on the
             // device.
             var options = { enableHighAccuracy: true };
-            watchID = navigator.geolocation.watch<a href="Position/position.html">Position</a>(onSuccess, onError, options);
+            watchID = navigator.geolocation.watchPosition(onSuccess, onError, options);
         }
     
-        // onSuccess <a href="geolocation.html">Geolocation</a>
+        // onSuccess Geolocation
         //
         function onSuccess(position) {
             var element = document.getElementById('geolocation');
@@ -96,7 +96,7 @@ Die `geolocation.clearWatch` stoppt Veränderungen an dem <a href="../device/dev
             }
         }
     
-            // onError Callback receives a <a href="Position/position.html">Position</a>Error object
+            // onError Callback receives a PositionError object
             //
             function onError(error) {
               alert('code: '    + error.code    + '\n' +

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/geolocation/geolocation.getCurrentPosition.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/geolocation/geolocation.getCurrentPosition.md b/www/docs/de/3.1.0/cordova/geolocation/geolocation.getCurrentPosition.md
index baafedd..b971e4a 100644
--- a/www/docs/de/3.1.0/cordova/geolocation/geolocation.getCurrentPosition.md
+++ b/www/docs/de/3.1.0/cordova/geolocation/geolocation.getCurrentPosition.md
@@ -18,26 +18,26 @@ license: >
     under the License.
 ---
 
-# geolocation.getCurrent<a href="Position/position.html">Position</a>
+# geolocation.getCurrentPosition
 
-Gibt das <a href="../device/device.html">Gerät</a> die aktuelle <a href="Position/position.html">Position</a> als ein `<a href="Position/position.html">Position</a>` Objekt.
+Gibt das Gerät die aktuelle Position als ein `Position` Objekt.
 
-    navigator.geolocation.getCurrent<a href="Position/position.html">Position</a>(<a href="parameters/geolocationSuccess.html">geolocationSuccess</a>,
-                                             [<a href="parameters/geolocationError.html">geolocationError</a>],
-                                             [<a href="parameters/geolocation.options.html">geolocationOptions</a>]);
+    navigator.geolocation.getCurrentPosition(geolocationSuccess,
+                                             [geolocationError],
+                                             [geolocationOptions]);
     
 
 ## Parameter
 
-*   **<a href="geolocation.html">Geolocation</a>Success**: der Rückruf, der die aktuelle <a href="Position/position.html">Position</a> übergeben wird.
+*   **GeolocationSuccess**: der Rückruf, der die aktuelle Position übergeben wird.
 
-*   **<a href="geolocation.html">Geolocation</a>Error**: *(Optional)* der Rückruf, der ausgeführt wird, wenn ein Fehler auftritt.
+*   **GeolocationError**: *(Optional)* der Rückruf, der ausgeführt wird, wenn ein Fehler auftritt.
 
-*   **<a href="geolocation.html">Geolocation</a>Options**: *(Optional)* die <a href="geolocation.html">Geolocation</a>-Optionen.
+*   **GeolocationOptions**: *(Optional)* die Geolocation-Optionen.
 
 ## Beschreibung
 
-`geolocation.getCurrent<a href="Position/position.html">Position</a>`ist eine asynchrone Funktion. Es gibt das <a href="../device/device.html">Gerät</a> aktuelle <a href="Position/position.html">Position</a> auf der `<a href="parameters/geolocationSuccess.html">geolocationSuccess</a>` Rückruf mit einem `<a href="Position/position.html">Position</a>` Objekt als Parameter. Wenn ein Fehler vorliegt der `<a href="parameters/geolocationError.html">geolocationError</a>` Rückruf wird übergeben ein `<a href="Position/position.html">Position</a>Error` Objekt.
+`geolocation.getCurrentPosition`ist eine asynchrone Funktion. Es gibt das Gerät aktuelle Position auf der `geolocationSuccess` Rückruf mit einem `Position` Objekt als Parameter. Wenn ein Fehler vorliegt der `geolocationError` Rückruf wird übergeben ein `PositionError` Objekt.
 
 ## Unterstützte Plattformen
 
@@ -51,7 +51,7 @@ Gibt das <a href="../device/device.html">Gerät</a> die aktuelle <a href="Positi
 ## Kleines Beispiel
 
     // onSuccess Callback
-    // This method accepts a <a href="Position/position.html">Position</a> object, which contains the
+    // This method accepts a Position object, which contains the
     // current GPS coordinates
     //
     var onSuccess = function(position) {
@@ -65,14 +65,14 @@ Gibt das <a href="../device/device.html">Gerät</a> die aktuelle <a href="Positi
               'Timestamp: '         + position.timestamp                + '\n');
     };
     
-    // onError Callback receives a <a href="Position/position.html">Position</a>Error object
+    // onError Callback receives a PositionError object
     //
     function onError(error) {
         alert('code: '    + error.code    + '\n' +
               'message: ' + error.message + '\n');
     }
     
-    navigator.geolocation.getCurrent<a href="Position/position.html">Position</a>(onSuccess, onError);
+    navigator.geolocation.getCurrentPosition(onSuccess, onError);
     
 
 ## Vollständiges Beispiel
@@ -80,22 +80,22 @@ Gibt das <a href="../device/device.html">Gerät</a> die aktuelle <a href="Positi
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Device Properties <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Device Properties Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
     
         // Wait for device API libraries to load
         //
-        document.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>("<a href="../events/events.deviceready.html">deviceready</a>", onDeviceReady, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
     
         // device APIs are available
         //
         function onDeviceReady() {
-            navigator.geolocation.getCurrent<a href="Position/position.html">Position</a>(onSuccess, onError);
+            navigator.geolocation.getCurrentPosition(onSuccess, onError);
         }
     
-        // onSuccess <a href="geolocation.html">Geolocation</a>
+        // onSuccess Geolocation
         //
         function onSuccess(position) {
             var element = document.getElementById('geolocation');
@@ -109,7 +109,7 @@ Gibt das <a href="../device/device.html">Gerät</a> die aktuelle <a href="Positi
                                 'Timestamp: '          + position.timestamp                    + '<br />';
         }
     
-        // onError Callback receives a <a href="Position/position.html">Position</a>Error object
+        // onError Callback receives a PositionError object
         //
         function onError(error) {
             alert('code: '    + error.code    + '\n' +


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[25/51] [partial] docs commit: Reverting autolinking change because of inconsistencies.

Posted by db...@apache.org.
http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/file/filewriter/filewriter.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/file/filewriter/filewriter.md b/www/docs/en/1.6.0/cordova/file/filewriter/filewriter.md
index 4aba5a4..6147646 100644
--- a/www/docs/en/1.6.0/cordova/file/filewriter/filewriter.md
+++ b/www/docs/en/1.6.0/cordova/file/filewriter/filewriter.md
@@ -18,10 +18,10 @@ license: >
     under the License.
 ---
 
-<a href="../fileobj/fileobj.html">File</a>Writer
+FileWriter
 ==========
 
-<a href="../fileobj/fileobj.html">File</a>Writer is an object that allows one to write a file.
+FileWriter is an object that allows one to write a file.
 
 Properties
 ----------
@@ -30,7 +30,7 @@ Properties
 - __fileName:__ The name of the file to be written. _(DOMString)_
 - __length:__ The length of the file to be written. _(long)_
 - __position:__ The current position of the file pointer. _(long)_
-- __error:__ An object containing errors. _(<a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a>)_
+- __error:__ An object containing errors. _(FileError)_
 - __onwritestart:__ Called when the write starts. . _(Function)_
 - __onprogress:__ Called while writing the file, reports progress (progress.loaded/progress.total). _(Function)_ -NOT SUPPORTED
 - __onwrite:__ Called when the request has completed successfully.  _(Function)_
@@ -49,9 +49,9 @@ Methods
 Details
 -------
 
-The `<a href="../fileobj/fileobj.html">File</a>Writer` object is a way to write files from the devices file system.  Users register their own event listeners to receive the writestart, progress, write, writeend, error and abort events.
+The `FileWriter` object is a way to write files from the devices file system.  Users register their own event listeners to receive the writestart, progress, write, writeend, error and abort events.
 
-A <a href="../fileobj/fileobj.html">File</a>Writer is created for a single file. You can use it to write to a file multiple times. The <a href="../fileobj/fileobj.html">File</a>Writer maintains the file's position and length attributes, so you can seek and write anywhere in the file. By default, the <a href="../fileobj/fileobj.html">File</a>Writer writes to the beginning of the file (will overwrite existing data). Set the optional append boolean to true in the <a href="../fileobj/fileobj.html">File</a>Writer's constructor to begin writing to the end of the file.
+A FileWriter is created for a single file. You can use it to write to a file multiple times. The FileWriter maintains the file's position and length attributes, so you can seek and write anywhere in the file. By default, the FileWriter writes to the beginning of the file (will overwrite existing data). Set the optional append boolean to true in the FileWriter's constructor to begin writing to the end of the file.
 
 Supported Platforms
 -------------------
@@ -61,7 +61,7 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
 
-Seek Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Seek Quick Example
 ------------------------------
 
 	function win(writer) {
@@ -75,7 +75,7 @@ Seek Quick <a href="../../storage/storage.opendatabase.html">Example</a>
 	
     entry.createWriter(win, fail);
 
-Truncate Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Truncate Quick Example
 --------------------------
 
 	function win(writer) {
@@ -88,7 +88,7 @@ Truncate Quick <a href="../../storage/storage.opendatabase.html">Example</a>
 	
     entry.createWriter(win, fail);
 
-Write Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Write Quick Example
 -------------------	
 
 	function win(writer) {
@@ -104,7 +104,7 @@ Write Quick <a href="../../storage/storage.opendatabase.html">Example</a>
 	
     entry.createWriter(win, fail);
 
-Append Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Append Quick Example
 --------------------	
 
 	function win(writer) {
@@ -121,7 +121,7 @@ Append Quick <a href="../../storage/storage.opendatabase.html">Example</a>
 	
     entry.createWriter(win, fail);
 	
-Abort Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Abort Quick Example
 -------------------
 
 	function win(writer) {
@@ -138,35 +138,35 @@ Abort Quick <a href="../../storage/storage.opendatabase.html">Example</a>
 	
     entry.createWriter(win, fail);
 
-Full <a href="../../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../fileobj/fileobj.html">File</a>Writer <a href="../../storage/storage.opendatabase.html">Example</a></title>
+        <title>FileWriter Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"></script>
         <script type="text/javascript" charset="utf-8">
     
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
     
         // Cordova is ready
         //
-        function on<a href="../../device/device.html">Device</a>Ready() {
-            window.request<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>(Local<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>.PERSISTENT, 0, gotFS, fail);
+        function onDeviceReady() {
+            window.requestFileSystem(LocalFileSystem.PERSISTENT, 0, gotFS, fail);
         }
     
         function gotFS(fileSystem) {
-            fileSystem.root.get<a href="../fileobj/fileobj.html">File</a>("readme.txt", {create: true, exclusive: false}, got<a href="../fileentry/fileentry.html"><a href="../fileobj/fileobj.html">File</a>Entry</a>, fail);
+            fileSystem.root.getFile("readme.txt", {create: true, exclusive: false}, gotFileEntry, fail);
         }
     
-        function got<a href="../fileentry/fileentry.html"><a href="../fileobj/fileobj.html">File</a>Entry</a>(fileEntry) {
-            fileEntry.createWriter(got<a href="../fileobj/fileobj.html">File</a>Writer, fail);
+        function gotFileEntry(fileEntry) {
+            fileEntry.createWriter(gotFileWriter, fail);
         }
     
-        function got<a href="../fileobj/fileobj.html">File</a>Writer(writer) {
+        function gotFileWriter(writer) {
             writer.onwriteend = function(evt) {
                 console.log("contents of file now 'some sample text'");
                 writer.truncate(11);  
@@ -189,7 +189,7 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
         </script>
       </head>
       <body>
-        <h1><a href="../../storage/storage.opendatabase.html">Example</a></h1>
-        <p>Write <a href="../fileobj/fileobj.html">File</a></p>
+        <h1>Example</h1>
+        <p>Write File</p>
       </body>
     </html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/file/flags/flags.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/file/flags/flags.md b/www/docs/en/1.6.0/cordova/file/flags/flags.md
index c5e9c8d..dedd8d4 100644
--- a/www/docs/en/1.6.0/cordova/file/flags/flags.md
+++ b/www/docs/en/1.6.0/cordova/file/flags/flags.md
@@ -21,7 +21,7 @@ license: >
 Flags
 =====
 
-This object is used to supply arguments to the `<a href="../directoryentry/directoryentry.html">DirectoryEntry</a>` __get<a href="../fileobj/fileobj.html">File</a>__ and __getDirectory__ methods, which look up or create files and directories, respectively.
+This object is used to supply arguments to the `DirectoryEntry` __getFile__ and __getDirectory__ methods, which look up or create files and directories, respectively.
 
 Properties
 ----------
@@ -37,11 +37,11 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // Get the data directory, creating it if it doesn't exist.
     dataDir = fileSystem.root.getDirectory("data", {create: true});
 
     // Create the lock file, if and only if it doesn't exist.
-    lock<a href="../fileobj/fileobj.html">File</a> = dataDir.get<a href="../fileobj/fileobj.html">File</a>("lockfile.txt", {create: true, exclusive: true});
+    lockFile = dataDir.getFile("lockfile.txt", {create: true, exclusive: true});

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/file/localfilesystem/localfilesystem.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/file/localfilesystem/localfilesystem.md b/www/docs/en/1.6.0/cordova/file/localfilesystem/localfilesystem.md
index d10c42f..4027d02 100644
--- a/www/docs/en/1.6.0/cordova/file/localfilesystem/localfilesystem.md
+++ b/www/docs/en/1.6.0/cordova/file/localfilesystem/localfilesystem.md
@@ -18,7 +18,7 @@ license: >
     under the License.
 ---
 
-Local<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>
+LocalFileSystem
 ===============
 
 This object provides a way to obtain root file systems.
@@ -26,19 +26,19 @@ This object provides a way to obtain root file systems.
 Methods
 ----------
 
-- __request<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>:__ Requests a filesystem. _(Function)_
-- __resolveLocal<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>URI:__ Retrieve a <a href="../directoryentry/directoryentry.html">DirectoryEntry</a> or <a href="../fileentry/fileentry.html"><a href="../fileobj/fileobj.html">File</a>Entry</a> using local URI. _(Function)_
+- __requestFileSystem:__ Requests a filesystem. _(Function)_
+- __resolveLocalFileSystemURI:__ Retrieve a DirectoryEntry or FileEntry using local URI. _(Function)_
 
 Constants
 ---------
 
-- `Local<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>.PERSISTENT`: Used for storage that should not be removed by the user agent without application or user permission.
-- `Local<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>.TEMPORARY`: Used for storage with no guarantee of persistence.
+- `LocalFileSystem.PERSISTENT`: Used for storage that should not be removed by the user agent without application or user permission.
+- `LocalFileSystem.TEMPORARY`: Used for storage with no guarantee of persistence.
 
 Details
 -------
 
-The `Local<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>` object methods are defined on the __window__ object.
+The `LocalFileSystem` object methods are defined on the __window__ object.
 
 Supported Platforms
 -------------------
@@ -48,7 +48,7 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
 
-Request <a href="../fileobj/fileobj.html">File</a> System Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Request File System Quick Example
 ---------------------------------
 
 	function onSuccess(fileSystem) {
@@ -56,41 +56,41 @@ Request <a href="../fileobj/fileobj.html">File</a> System Quick <a href="../../s
 	}
 	
 	// request the persistent file system
-	window.request<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>(Local<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>.PERSISTENT, 0, onSuccess, onError);
+	window.requestFileSystem(LocalFileSystem.PERSISTENT, 0, onSuccess, onError);
 
-Resolve Local <a href="../fileobj/fileobj.html">File</a> System URI Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Resolve Local File System URI Quick Example
 -------------------------------------------
 
 	function onSuccess(fileEntry) {
 		console.log(fileEntry.name);
 	}
 
-	window.resolveLocal<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>URI("file:///example.txt", onSuccess, onError);
+	window.resolveLocalFileSystemURI("file:///example.txt", onSuccess, onError);
 	
-Full <a href="../../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Local <a href="../fileobj/fileobj.html">File</a> System <a href="../../storage/storage.opendatabase.html">Example</a></title>
+        <title>Local File System Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../../device/device.html">Device</a>Ready() {
-			window.request<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>(Local<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>.PERSISTENT, 0, on<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>Success, fail);
-			window.resolveLocal<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>URI("file:///example.txt", onResolveSuccess, fail);
+        function onDeviceReady() {
+			window.requestFileSystem(LocalFileSystem.PERSISTENT, 0, onFileSystemSuccess, fail);
+			window.resolveLocalFileSystemURI("file:///example.txt", onResolveSuccess, fail);
         }
 
-		function on<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>Success(fileSystem) {
+		function onFileSystemSuccess(fileSystem) {
 			console.log(fileSystem.name);
 		}
 
@@ -105,7 +105,7 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
         </script>
       </head>
       <body>
-        <h1><a href="../../storage/storage.opendatabase.html">Example</a></h1>
-        <p>Local <a href="../fileobj/fileobj.html">File</a> System</p>
+        <h1>Example</h1>
+        <p>Local File System</p>
       </body>
     </html>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/file/metadata/metadata.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/file/metadata/metadata.md b/www/docs/en/1.6.0/cordova/file/metadata/metadata.md
index e4c5194..487d07c 100644
--- a/www/docs/en/1.6.0/cordova/file/metadata/metadata.md
+++ b/www/docs/en/1.6.0/cordova/file/metadata/metadata.md
@@ -31,7 +31,7 @@ Properties
 Details
 -------
 
-The `Metadata` object represents information about the state of a file or directory.  You can get an instance of a Metadata object by calling the __getMetadata__ method of a `<a href="../directoryentry/directoryentry.html">DirectoryEntry</a>` or `<a href="../fileentry/fileentry.html"><a href="../fileobj/fileobj.html">File</a>Entry</a>` object.
+The `Metadata` object represents information about the state of a file or directory.  You can get an instance of a Metadata object by calling the __getMetadata__ method of a `DirectoryEntry` or `FileEntry` object.
 
 Supported Platforms
 -------------------
@@ -41,7 +41,7 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
 	function win(metadata) {

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/geolocation/Coordinates/coordinates.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/geolocation/Coordinates/coordinates.md b/www/docs/en/1.6.0/cordova/geolocation/Coordinates/coordinates.md
index 11f5202..0cec339 100644
--- a/www/docs/en/1.6.0/cordova/geolocation/Coordinates/coordinates.md
+++ b/www/docs/en/1.6.0/cordova/geolocation/Coordinates/coordinates.md
@@ -37,7 +37,7 @@ Properties
 Description
 -----------
 
-The `Coordinates` object is created and populated by Cordova, and attached to the `<a href="../Position/position.html">Position</a>` object. The `<a href="../Position/position.html">Position</a>` 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
 -------------------
@@ -47,7 +47,7 @@ Supported Platforms
 - iPhone
 - Windows Phone 7 ( Mango )
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // onSuccess Callback
@@ -69,29 +69,29 @@ Quick <a href="../../storage/storage.opendatabase.html">Example</a>
         alert('onError!');
     };
 
-    navigator.geolocation.getCurrent<a href="../Position/position.html">Position</a>(onSuccess, onError);
+    navigator.geolocation.getCurrentPosition(onSuccess, onError);
 
-Full <a href="../../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../geolocation.html">Geolocation</a> <a href="../Position/position.html">Position</a> <a href="../../storage/storage.opendatabase.html">Example</a></title>
+        <title>Geolocation Position Example</title>
         <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 Cordova to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is loaded and Ready
         //
-        function on<a href="../../device/device.html">Device</a>Ready() {
-            navigator.geolocation.getCurrent<a href="../Position/position.html">Position</a>(onSuccess, onError);
+        function onDeviceReady() {
+            navigator.geolocation.getCurrentPosition(onSuccess, onError);
         }
     
-        // Display `<a href="../Position/position.html">Position</a>` properties from the geolocation
+        // Display `Position` properties from the geolocation
         //
         function onSuccess(position) {
             var div = document.getElementById('myDiv');

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/geolocation/Position/position.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/geolocation/Position/position.md b/www/docs/en/1.6.0/cordova/geolocation/Position/position.md
index c9bd80f..fa677dd 100644
--- a/www/docs/en/1.6.0/cordova/geolocation/Position/position.md
+++ b/www/docs/en/1.6.0/cordova/geolocation/Position/position.md
@@ -26,7 +26,7 @@ Contains `Position` coordinates that are created by the geolocation API.
 Properties
 ----------
 
-- __coords:__ A set of geographic coordinates. _(<a href="../Coordinates/coordinates.html">Coordinates</a>)_
+- __coords:__ A set of geographic coordinates. _(Coordinates)_
 - __timestamp:__ Creation timestamp for `coords` in milliseconds. _(DOMTimeStamp)_
 
 Description
@@ -42,7 +42,7 @@ Supported Platforms
 - iPhone
 - Windows Phone 7 ( Mango )
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // onSuccess Callback
@@ -58,37 +58,37 @@ Quick <a href="../../storage/storage.opendatabase.html">Example</a>
               'Timestamp: '         + new Date(position.timestamp)      + '\n');
     };
 
-    // onError Callback receives a <a href="../PositionError/positionError.html">PositionError</a> object
+    // onError Callback receives a PositionError object
     //
     function onError(error) {
         alert('code: '    + error.code    + '\n' +
               'message: ' + error.message + '\n');
     }
 
-    navigator.<a href="../geolocation.getCurrentPosition.html">geolocation.getCurrentPosition</a>(onSuccess, onError);
+    navigator.geolocation.getCurrentPosition(onSuccess, onError);
 
-Full <a href="../../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../../device/device.html">Device</a> Properties <a href="../../storage/storage.opendatabase.html">Example</a></title>
+        <title>Device Properties Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../../device/device.html">Device</a>Ready() {
-            navigator.<a href="../geolocation.getCurrentPosition.html">geolocation.getCurrentPosition</a>(onSuccess, onError);
+        function onDeviceReady() {
+            navigator.geolocation.getCurrentPosition(onSuccess, onError);
         }
     
-        // onSuccess <a href="../geolocation.html">Geolocation</a>
+        // onSuccess Geolocation
         //
         function onSuccess(position) {
             var element = document.getElementById('geolocation');
@@ -102,7 +102,7 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
                                 'Timestamp: '          + new Date(position.timestamp)          + '<br />';
         }
     
-	    // onError Callback receives a <a href="../PositionError/positionError.html">PositionError</a> object
+	    // onError Callback receives a PositionError object
 	    //
 	    function onError(error) {
 	        alert('code: '    + error.code    + '\n' +

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/geolocation/PositionError/positionError.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/geolocation/PositionError/positionError.md b/www/docs/en/1.6.0/cordova/geolocation/PositionError/positionError.md
index 4450441..45bef69 100644
--- a/www/docs/en/1.6.0/cordova/geolocation/PositionError/positionError.md
+++ b/www/docs/en/1.6.0/cordova/geolocation/PositionError/positionError.md
@@ -18,10 +18,10 @@ license: >
     under the License.
 ---
 
-<a href="../Position/position.html">Position</a>Error
+PositionError
 ========
 
-A `<a href="../Position/position.html">Position</a>Error` object is returned to the <a href="../parameters/geolocationError.html">geolocationError</a> callback when an error occurs.
+A `PositionError` object is returned to the geolocationError callback when an error occurs.
 
 Properties
 ----------
@@ -32,12 +32,12 @@ Properties
 Constants
 ---------
 
-- `<a href="../Position/position.html">Position</a>Error.PERMISSION_DENIED`
-- `<a href="../Position/position.html">Position</a>Error.POSITION_UNAVAILABLE`
-- `<a href="../Position/position.html">Position</a>Error.TIMEOUT`
+- `PositionError.PERMISSION_DENIED`
+- `PositionError.POSITION_UNAVAILABLE`
+- `PositionError.TIMEOUT`
 
 Description
 -----------
 
-The `<a href="../Position/position.html">Position</a>Error` object is returned to the user through the `<a href="../parameters/geolocationError.html">geolocationError</a>` callback function when an error occurs with geolocation.
+The `PositionError` object is returned to the user through the `geolocationError` callback function when an error occurs with geolocation.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/geolocation/geolocation.clearWatch.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/geolocation/geolocation.clearWatch.md b/www/docs/en/1.6.0/cordova/geolocation/geolocation.clearWatch.md
index caf7737..445f159 100644
--- a/www/docs/en/1.6.0/cordova/geolocation/geolocation.clearWatch.md
+++ b/www/docs/en/1.6.0/cordova/geolocation/geolocation.clearWatch.md
@@ -28,12 +28,12 @@ Stop watching for changes to the device's location referenced by the `watchID` p
 Parameters
 ----------
 
-- __watchID:__ The id of the `watch<a href="Position/position.html">Position</a>` interval to clear. (String)
+- __watchID:__ The id of the `watchPosition` interval to clear. (String)
 
 Description
 -----------
 
-Function `geolocation.clearWatch` stops watching changes to the device's location by clearing the `geolocation.watch<a href="Position/position.html">Position</a>` referenced by `watchID`.
+Function `geolocation.clearWatch` stops watching changes to the device's location by clearing the `geolocation.watchPosition` referenced by `watchID`.
 
 Supported Platforms
 -------------------
@@ -43,44 +43,44 @@ Supported Platforms
 - iPhone
 - Windows Phone 7 ( Mango )
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // Options: retrieve the location every 3 seconds
     //
-    var watchID = navigator.geolocation.watch<a href="Position/position.html">Position</a>(onSuccess, onError, { frequency: 3000 });
+    var watchID = navigator.geolocation.watchPosition(onSuccess, onError, { frequency: 3000 });
 
     // ...later on...
 
     navigator.geolocation.clearWatch(watchID);
 
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../device/device.html">Device</a> Properties <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Device Properties Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         var watchID = null;
 
         // Cordova is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             // Update every 3 seconds
             var options = { frequency: 3000 };
-            watchID = navigator.geolocation.watch<a href="Position/position.html">Position</a>(onSuccess, onError, options);
+            watchID = navigator.geolocation.watchPosition(onSuccess, onError, options);
         }
     
-        // onSuccess <a href="geolocation.html">Geolocation</a>
+        // onSuccess Geolocation
         //
         function onSuccess(position) {
             var element = document.getElementById('geolocation');
@@ -98,7 +98,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             }
         }
     
-	    // onError Callback receives a <a href="<a href="Position/position.html">Position</a>Error/positionError.html"><a href="Position/position.html">Position</a>Error</a> object
+	    // onError Callback receives a PositionError object
 	    //
 	    function onError(error) {
 	      alert('code: '    + error.code    + '\n' +

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/geolocation/geolocation.getCurrentPosition.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/geolocation/geolocation.getCurrentPosition.md b/www/docs/en/1.6.0/cordova/geolocation/geolocation.getCurrentPosition.md
index e911e04..968f542 100644
--- a/www/docs/en/1.6.0/cordova/geolocation/geolocation.getCurrentPosition.md
+++ b/www/docs/en/1.6.0/cordova/geolocation/geolocation.getCurrentPosition.md
@@ -18,26 +18,26 @@ license: >
     under the License.
 ---
 
-geolocation.getCurrent<a href="Position/position.html">Position</a>
+geolocation.getCurrentPosition
 ==============================
 
-Returns the device's current position as a `<a href="Position/position.html">Position</a>` object.
+Returns the device's current position as a `Position` object.
 
-    navigator.geolocation.getCurrent<a href="Position/position.html">Position</a>(<a href="parameters/geolocationSuccess.html">geolocationSuccess</a>, 
-                                             [<a href="parameters/geolocationError.html">geolocationError</a>], 
-                                             [<a href="parameters/geolocation.options.html">geolocationOptions</a>]);
+    navigator.geolocation.getCurrentPosition(geolocationSuccess, 
+                                             [geolocationError], 
+                                             [geolocationOptions]);
 
 Parameters
 ----------
 
-- __<a href="parameters/geolocationSuccess.html">geolocationSuccess</a>__: The callback that is called with the current position.
-- __<a href="parameters/geolocationError.html">geolocationError</a>__: (Optional) The callback that is called if there was an error.
-- __<a href="parameters/geolocation.options.html">geolocationOptions</a>__: (Optional) The geolocation options.
+- __geolocationSuccess__: The callback that is called with the current position.
+- __geolocationError__: (Optional) The callback that is called if there was an error.
+- __geolocationOptions__: (Optional) The geolocation options.
 
 Description
 -----------
 
-Function `geolocation.getCurrent<a href="Position/position.html">Position</a>` is an asynchronous function. It returns the device's current position to the `<a href="parameters/geolocationSuccess.html">geolocationSuccess</a>` callback with a `<a href="Position/position.html">Position</a>` object as the parameter.  If there is an error, the `<a href="parameters/geolocationError.html">geolocationError</a>` callback is invoked with a `<a href="<a href="Position/position.html">Position</a>Error/positionError.html"><a href="Position/position.html">Position</a>Error</a>` object.
+Function `geolocation.getCurrentPosition` is an asynchronous function. It returns the device's current position to the `geolocationSuccess` callback with a `Position` object as the parameter.  If there is an error, the `geolocationError` callback is invoked with a `PositionError` object.
 
 
 Supported Platforms
@@ -48,11 +48,11 @@ Supported Platforms
 - iPhone
 - Windows Phone 7 ( Mango )
     
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // onSuccess Callback
-    //   This method accepts a `<a href="Position/position.html">Position</a>` object, which contains
+    //   This method accepts a `Position` object, which contains
     //   the current GPS coordinates
     //
     var onSuccess = function(position) {
@@ -66,37 +66,37 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
               'Timestamp: '         + new Date(position.timestamp)      + '\n');
     };
 
-    // onError Callback receives a <a href="<a href="Position/position.html">Position</a>Error/positionError.html"><a href="Position/position.html">Position</a>Error</a> object
+    // onError Callback receives a PositionError object
     //
     function onError(error) {
         alert('code: '    + error.code    + '\n' +
               'message: ' + error.message + '\n');
     }
 
-    navigator.geolocation.getCurrent<a href="Position/position.html">Position</a>(onSuccess, onError);
+    navigator.geolocation.getCurrentPosition(onSuccess, onError);
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../device/device.html">Device</a> Properties <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Device Properties Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
-            navigator.geolocation.getCurrent<a href="Position/position.html">Position</a>(onSuccess, onError);
+        function onDeviceReady() {
+            navigator.geolocation.getCurrentPosition(onSuccess, onError);
         }
     
-        // onSuccess <a href="geolocation.html">Geolocation</a>
+        // onSuccess Geolocation
         //
         function onSuccess(position) {
             var element = document.getElementById('geolocation');
@@ -110,7 +110,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
                                 'Timestamp: '          + new Date(position.timestamp)          + '<br />';
         }
     
-	    // onError Callback receives a <a href="<a href="Position/position.html">Position</a>Error/positionError.html"><a href="Position/position.html">Position</a>Error</a> object
+	    // onError Callback receives a PositionError object
 	    //
 	    function onError(error) {
 	        alert('code: '    + error.code    + '\n' +

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/geolocation/geolocation.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/geolocation/geolocation.md b/www/docs/en/1.6.0/cordova/geolocation/geolocation.md
index dcb6b3b..3f43a14 100644
--- a/www/docs/en/1.6.0/cordova/geolocation/geolocation.md
+++ b/www/docs/en/1.6.0/cordova/geolocation/geolocation.md
@@ -23,28 +23,28 @@ Geolocation
 
 > The `geolocation` object provides access to the device's GPS sensor. 
 
-Geolocation provides location information for the device, such as latitude and longitude. Common sources of location information include Global <a href="Position/position.html">Position</a>ing 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. 
+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 Cordova's implementation.  For devices that don't have geolocation support, Cordova's implementation should be compatible with the W3C specification.
 
 Methods
 -------
 
-- geolocation.getCurrent<a href="Position/position.html">Position</a>
-- geolocation.watch<a href="Position/position.html">Position</a>
-- <a href="geolocation.clearWatch.html">geolocation.clearWatch</a>
+- geolocation.getCurrentPosition
+- geolocation.watchPosition
+- geolocation.clearWatch
 
 
 Arguments
 ---------
 
-- <a href="parameters/geolocationSuccess.html">geolocationSuccess</a>
-- <a href="parameters/geolocationError.html">geolocationError</a>
-- <a href="parameters/geolocation.options.html">geolocationOptions</a>
+- geolocationSuccess
+- geolocationError
+- geolocationOptions
 
 Objects (Read-Only)
 -------------------
 
-- <a href="Position/position.html">Position</a>
-- <a href="<a href="Position/position.html">Position</a>Error/positionError.html"><a href="Position/position.html">Position</a>Error</a>
-- <a href="Coordinates/coordinates.html">Coordinates</a>
+- Position
+- PositionError
+- Coordinates

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/geolocation/geolocation.watchPosition.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/geolocation/geolocation.watchPosition.md b/www/docs/en/1.6.0/cordova/geolocation/geolocation.watchPosition.md
index adc601d..32ced08 100644
--- a/www/docs/en/1.6.0/cordova/geolocation/geolocation.watchPosition.md
+++ b/www/docs/en/1.6.0/cordova/geolocation/geolocation.watchPosition.md
@@ -18,31 +18,31 @@ license: >
     under the License.
 ---
 
-geolocation.watch<a href="Position/position.html">Position</a>
+geolocation.watchPosition
 =========================
 
 Watches for changes to the device's current position.
 
-    var watchId = navigator.geolocation.watch<a href="Position/position.html">Position</a>(<a href="parameters/geolocationSuccess.html">geolocationSuccess</a>,
-                                                      [<a href="parameters/geolocationError.html">geolocationError</a>],
-                                                      [<a href="parameters/geolocation.options.html">geolocationOptions</a>]);
+    var watchId = navigator.geolocation.watchPosition(geolocationSuccess,
+                                                      [geolocationError],
+                                                      [geolocationOptions]);
 
 Parameters
 ----------
 
-- __<a href="parameters/geolocationSuccess.html">geolocationSuccess</a>__: The callback that is called with the current position.
-- __<a href="parameters/geolocationError.html">geolocationError</a>__: (Optional) The callback that is called if there was an error.
-- __<a href="parameters/geolocation.options.html">geolocationOptions</a>__: (Optional) The geolocation options.
+- __geolocationSuccess__: The callback that is called with the current position.
+- __geolocationError__: (Optional) The callback that is called if there was an error.
+- __geolocationOptions__: (Optional) The geolocation options.
 
 Returns
 -------
 
-- __String__: returns a watch id that references the watch position interval. The watch id can be used with `<a href="geolocation.clearWatch.html">geolocation.clearWatch</a>` to stop watching for changes in position.
+- __String__: returns a watch id that references the watch position interval. The watch id can be used with `geolocation.clearWatch` to stop watching for changes in position.
 
 Description
 -----------
 
-Function `geolocation.watch<a href="Position/position.html">Position</a>` is an asynchronous function. It returns the device's current position when a change in position has been detected.  When the device has retrieved a new location, the `<a href="parameters/geolocationSuccess.html">geolocationSuccess</a>` callback is invoked with a `<a href="Position/position.html">Position</a>` object as the parameter.  If there is an error, the `<a href="parameters/geolocationError.html">geolocationError</a>` callback is invoked with a `<a href="<a href="Position/position.html">Position</a>Error/positionError.html"><a href="Position/position.html">Position</a>Error</a>` object.
+Function `geolocation.watchPosition` is an asynchronous function. It returns the device's current position when a change in position has been detected.  When the device has retrieved a new location, the `geolocationSuccess` callback is invoked with a `Position` object as the parameter.  If there is an error, the `geolocationError` callback is invoked with a `PositionError` object.
 
 Supported Platforms
 -------------------
@@ -52,11 +52,11 @@ Supported Platforms
 - iPhone
 - Windows Phone 7 ( Mango )
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // onSuccess Callback
-    //   This method accepts a `<a href="Position/position.html">Position</a>` object, which contains
+    //   This method accepts a `Position` object, which contains
     //   the current GPS coordinates
     //
     function onSuccess(position) {
@@ -66,7 +66,7 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
                             '<hr />'      + element.innerHTML;
     }
 
-    // onError Callback receives a <a href="<a href="Position/position.html">Position</a>Error/positionError.html"><a href="Position/position.html">Position</a>Error</a> object
+    // onError Callback receives a PositionError object
     //
     function onError(error) {
         alert('code: '    + error.code    + '\n' +
@@ -75,35 +75,35 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
 
     // Options: retrieve the location every 3 seconds
     //
-    var watchID = navigator.geolocation.watch<a href="Position/position.html">Position</a>(onSuccess, onError, { frequency: 3000 });
+    var watchID = navigator.geolocation.watchPosition(onSuccess, onError, { frequency: 3000 });
     
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../device/device.html">Device</a> Properties <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Device Properties Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         var watchID = null;
 
         // Cordova is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             // Update every 3 seconds
             var options = { frequency: 3000 };
-            watchID = navigator.geolocation.watch<a href="Position/position.html">Position</a>(onSuccess, onError, options);
+            watchID = navigator.geolocation.watchPosition(onSuccess, onError, options);
         }
     
-        // onSuccess <a href="geolocation.html">Geolocation</a>
+        // onSuccess Geolocation
         //
         function onSuccess(position) {
             var element = document.getElementById('geolocation');
@@ -112,7 +112,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
                                 '<hr />'      + element.innerHTML;
         }
     
-	    // onError Callback receives a <a href="<a href="Position/position.html">Position</a>Error/positionError.html"><a href="Position/position.html">Position</a>Error</a> object
+	    // onError Callback receives a PositionError object
 	    //
 	    function onError(error) {
 	        alert('code: '    + error.code    + '\n' +

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/geolocation/parameters/geolocation.options.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/geolocation/parameters/geolocation.options.md b/www/docs/en/1.6.0/cordova/geolocation/parameters/geolocation.options.md
index 9b14493..c6ab066 100644
--- a/www/docs/en/1.6.0/cordova/geolocation/parameters/geolocation.options.md
+++ b/www/docs/en/1.6.0/cordova/geolocation/parameters/geolocation.options.md
@@ -30,7 +30,7 @@ Options
 
 - __frequency:__ How often to retrieve the position in milliseconds. This option is not part of the W3C spec and will be removed in the future. maximumAge should be used instead. _(Number)_ (Default: 10000)
 - __enableHighAccuracy:__ Provides a hint that the application would like to receive the best possible results. _(Boolean)_
-- __timeout:__ The maximum length of time (msec) that is allowed to pass from the call to `geolocation.getCurrent<a href="../Position/position.html">Position</a>` or `geolocation.watch<a href="../Position/position.html">Position</a>` until the corresponding `<a href="geolocationSuccess.html">geolocationSuccess</a>` callback is invoked. _(Number)_
+- __timeout:__ The maximum length of time (msec) that is allowed to pass from the call to `geolocation.getCurrentPosition` or `geolocation.watchPosition` until the corresponding `geolocationSuccess` callback is invoked. _(Number)_
 - __maximumAge:__ Accept a cached position whose age is no greater than the specified time in milliseconds. _(Number)_
 
 Android Quirks

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/geolocation/parameters/geolocationError.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/geolocation/parameters/geolocationError.md b/www/docs/en/1.6.0/cordova/geolocation/parameters/geolocationError.md
index afe00ea..3408969 100644
--- a/www/docs/en/1.6.0/cordova/geolocation/parameters/geolocationError.md
+++ b/www/docs/en/1.6.0/cordova/geolocation/parameters/geolocationError.md
@@ -30,4 +30,4 @@ The user's callback function that is called when there is an error for geolocati
 Parameters
 ----------
 
-- __error:__ The error returned by the device. (`<a href="../<a href="../Position/position.html">Position</a>Error/positionError.html"><a href="../Position/position.html">Position</a>Error</a>`)
+- __error:__ The error returned by the device. (`PositionError`)

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/geolocation/parameters/geolocationSuccess.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/geolocation/parameters/geolocationSuccess.md b/www/docs/en/1.6.0/cordova/geolocation/parameters/geolocationSuccess.md
index e26929c..95d3455 100644
--- a/www/docs/en/1.6.0/cordova/geolocation/parameters/geolocationSuccess.md
+++ b/www/docs/en/1.6.0/cordova/geolocation/parameters/geolocationSuccess.md
@@ -30,9 +30,9 @@ The user's callback function that is called when a geolocation position is avail
 Parameters
 ----------
 
-- __position:__ The geolocation position returned by the device. (`<a href="../Position/position.html">Position</a>`)
+- __position:__ The geolocation position returned by the device. (`Position`)
 
-<a href="../../storage/storage.opendatabase.html">Example</a>
+Example
 -------
 
     function geolocationSuccess(position) {

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/media/MediaError/mediaError.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/media/MediaError/mediaError.md b/www/docs/en/1.6.0/cordova/media/MediaError/mediaError.md
index 8d8a960..ad11ca5 100644
--- a/www/docs/en/1.6.0/cordova/media/MediaError/mediaError.md
+++ b/www/docs/en/1.6.0/cordova/media/MediaError/mediaError.md
@@ -18,10 +18,10 @@ license: >
     under the License.
 ---
 
-<a href="../media.html">Media</a>Error
+MediaError
 ==========
 
-A `<a href="../media.html">Media</a>Error` object is returned to the `<a href="../Parameters/mediaError.html">mediaError</a>` callback function when an error occurs.
+A `MediaError` object is returned to the `mediaError` callback function when an error occurs.
 
 Properties
 ----------
@@ -32,14 +32,14 @@ Properties
 Constants
 ---------
 
-- `<a href="../media.html">Media</a>Error.MEDIA_ERR_ABORTED`
-- `<a href="../media.html">Media</a>Error.MEDIA_ERR_NETWORK`
-- `<a href="../media.html">Media</a>Error.MEDIA_ERR_DECODE`
-- `<a href="../media.html">Media</a>Error.MEDIA_ERR_NONE_SUPPORTED`
+- `MediaError.MEDIA_ERR_ABORTED`
+- `MediaError.MEDIA_ERR_NETWORK`
+- `MediaError.MEDIA_ERR_DECODE`
+- `MediaError.MEDIA_ERR_NONE_SUPPORTED`
 
 
 Description
 -----------
 
-The `<a href="../media.html">Media</a>Error` object is returned to the user through the `<a href="../Parameters/mediaError.html">mediaError</a>` callback function when an error occurs.
+The `MediaError` object is returned to the user through the `mediaError` callback function when an error occurs.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/media/Parameters/mediaError.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/media/Parameters/mediaError.md b/www/docs/en/1.6.0/cordova/media/Parameters/mediaError.md
index 1881d31..1e0e3a8 100644
--- a/www/docs/en/1.6.0/cordova/media/Parameters/mediaError.md
+++ b/www/docs/en/1.6.0/cordova/media/Parameters/mediaError.md
@@ -30,4 +30,4 @@ A user specified callback function that is invoked when there is an error in med
 Parameters
 ----------
 
-- __error:__ The error returned by the device. (`<a href="../<a href="../media.html">Media</a>Error/mediaError.html"><a href="../media.html">Media</a>Error</a>`)
+- __error:__ The error returned by the device. (`MediaError`)

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/media/capture/CaptureCB.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/media/capture/CaptureCB.md b/www/docs/en/1.6.0/cordova/media/capture/CaptureCB.md
index 81cad0a..a897c8b 100644
--- a/www/docs/en/1.6.0/cordova/media/capture/CaptureCB.md
+++ b/www/docs/en/1.6.0/cordova/media/capture/CaptureCB.md
@@ -18,28 +18,28 @@ license: >
     under the License.
 ---
 
-<a href="capture.html">Capture</a>CB
+CaptureCB
 =========
 
 > Invoked upon a successful media capture operation.
 
-    function captureSuccess( <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>[] media<a href="../../file/fileobj/fileobj.html">File</a>s ) { ... };
+    function captureSuccess( MediaFile[] mediaFiles ) { ... };
 
 Description
 -----------
 
 This function is invoked after a successful capture operation has completed.  This means a media file has been captured, and either the user has exited the media capture application, or the capture limit has been reached.
 
-Each <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a> object describes a captured media file.  
+Each MediaFile object describes a captured media file.  
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // capture callback
-    function captureSuccess(media<a href="../../file/fileobj/fileobj.html">File</a>s) {
+    function captureSuccess(mediaFiles) {
         var i, path, len;
-        for (i = 0, len = media<a href="../../file/fileobj/fileobj.html">File</a>s.length; i < len; i += 1) {
-            path = media<a href="../../file/fileobj/fileobj.html">File</a>s[i].fullPath;
+        for (i = 0, len = mediaFiles.length; i < len; i += 1) {
+            path = mediaFiles[i].fullPath;
             // do something interesting with the file
         }
     };

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/media/capture/CaptureError.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/media/capture/CaptureError.md b/www/docs/en/1.6.0/cordova/media/capture/CaptureError.md
index a4f135c..f387287 100644
--- a/www/docs/en/1.6.0/cordova/media/capture/CaptureError.md
+++ b/www/docs/en/1.6.0/cordova/media/capture/CaptureError.md
@@ -18,7 +18,7 @@ license: >
     under the License.
 ---
 
-<a href="capture.html">Capture</a>Error
+CaptureError
 ============
 
 > Encapsulates the error code resulting from a failed media capture operation.
@@ -31,8 +31,8 @@ Properties
 Constants
 ---------
 
-- <a href="capture.html">Capture</a>Error.`CAPTURE_INTERNAL_ERR`: <a href="../../camera/camera.html">Camera</a> or microphone failed to capture image or sound. 
-- <a href="capture.html">Capture</a>Error.`CAPTURE_APPLICATION_BUSY`: <a href="../../camera/camera.html">Camera</a> application or audio capture application is currently serving other capture request.
-- <a href="capture.html">Capture</a>Error.`CAPTURE_INVALID_ARGUMENT`: Invalid use of the API (e.g. limit parameter has value less than one).
-- <a href="capture.html">Capture</a>Error.`CAPTURE_NO_MEDIA_FILES`: User exited camera application or audio capture application before capturing anything.
-- <a href="capture.html">Capture</a>Error.`CAPTURE_NOT_SUPPORTED`: The requested capture operation is not supported.
+- CaptureError.`CAPTURE_INTERNAL_ERR`: Camera or microphone failed to capture image or sound. 
+- CaptureError.`CAPTURE_APPLICATION_BUSY`: Camera application or audio capture application is currently serving other capture request.
+- CaptureError.`CAPTURE_INVALID_ARGUMENT`: Invalid use of the API (e.g. limit parameter has value less than one).
+- CaptureError.`CAPTURE_NO_MEDIA_FILES`: User exited camera application or audio capture application before capturing anything.
+- CaptureError.`CAPTURE_NOT_SUPPORTED`: The requested capture operation is not supported.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/media/capture/CaptureErrorCB.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/media/capture/CaptureErrorCB.md b/www/docs/en/1.6.0/cordova/media/capture/CaptureErrorCB.md
index 02e9f62..7d24861 100644
--- a/www/docs/en/1.6.0/cordova/media/capture/CaptureErrorCB.md
+++ b/www/docs/en/1.6.0/cordova/media/capture/CaptureErrorCB.md
@@ -18,24 +18,24 @@ license: >
     under the License.
 ---
 
-<a href="capture.html">Capture</a>ErrorCB
+CaptureErrorCB
 ==============
 
 > Invoked if an error occurs during a media capture operation.
 
-    function captureError( <a href="capture.html">Capture</a>Error error ) { ... };
+    function captureError( CaptureError error ) { ... };
 
 Description
 -----------
 
 This function is invoked if an error occurs when trying to launch a media capture operation and the capture application is busy, if an error occurs while the capture operation is taking place, or if the capture operation has been canceled by the user before any media files have been captured.
 
-This function is invoked with a <a href="capture.html">Capture</a>Error object containing an appropriate error code.
+This function is invoked with a CaptureError object containing an appropriate error code.
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // capture error callback
     var captureError = function(error) {
-        navigator.<a href="../../notification/notification.alert.html">notification.alert</a>('Error code: ' + error.code, null, '<a href="capture.html">Capture</a> Error');
+        navigator.notification.alert('Error code: ' + error.code, null, 'Capture Error');
     };

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/media/capture/ConfigurationData.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/media/capture/ConfigurationData.md b/www/docs/en/1.6.0/cordova/media/capture/ConfigurationData.md
index 797d9da..2b32dfe 100644
--- a/www/docs/en/1.6.0/cordova/media/capture/ConfigurationData.md
+++ b/www/docs/en/1.6.0/cordova/media/capture/ConfigurationData.md
@@ -28,7 +28,7 @@ Description
 
 This object is used to describe media capture modes supported by the device.  The configuration data includes the MIME type, and capture dimensions (for video or image capture).  
 
-The MIME types should adhere to [RFC2046](http://www.ietf.org/rfc/rfc2046.txt).  <a href="../../storage/storage.opendatabase.html">Example</a>s:
+The MIME types should adhere to [RFC2046](http://www.ietf.org/rfc/rfc2046.txt).  Examples:
 
 - video/3gpp
 - video/quicktime
@@ -43,7 +43,7 @@ Properties
 - __height:__ The height of the image or video in pixels.  In the case of a sound clip, this attribute has value 0. (Number)
 - __width:__ The width of the image or video in pixels.  In the case of a sound clip, this attribute has value 0. (Number)
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // retrieve supported image modes

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/media/capture/MediaFile.getFormatData.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/media/capture/MediaFile.getFormatData.md b/www/docs/en/1.6.0/cordova/media/capture/MediaFile.getFormatData.md
index afb3f3e..83b2fe8 100644
--- a/www/docs/en/1.6.0/cordova/media/capture/MediaFile.getFormatData.md
+++ b/www/docs/en/1.6.0/cordova/media/capture/MediaFile.getFormatData.md
@@ -18,20 +18,20 @@ license: >
     under the License.
 ---
 
-<a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>.getFormatData
+MediaFile.getFormatData
 =======================
 
 > Retrieves format information about the media capture file.
 
-    media<a href="../../file/fileobj/fileobj.html">File</a>.getFormatData( 
-        <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>DataSuccessCB successCallback, 
-        [<a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>DataErrorCB errorCallback]
+    mediaFile.getFormatData( 
+        MediaFileDataSuccessCB successCallback, 
+        [MediaFileDataErrorCB errorCallback]
     );
 
 Description
 -----------
 
-This function asynchronously attempts to retrieve the format information for the media file.  If successful, it invokes the <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>DataSuccessCB callback with a <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>Data object.  If the attempt fails, this function will invoke the <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>DataErrorCB callback.
+This function asynchronously attempts to retrieve the format information for the media file.  If successful, it invokes the MediaFileDataSuccessCB callback with a MediaFileData object.  If the attempt fails, this function will invoke the MediaFileDataErrorCB callback.
 
 Supported Platforms
 -------------------
@@ -43,12 +43,12 @@ Supported Platforms
 
 BlackBerry WebWorks Quirks
 --------------------------
-There is no API that provides format information of media files.  Therefore, all <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>Data objects will be returned with default values.  See <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>Data documentation.
+There is no API that provides format information of media files.  Therefore, all MediaFileData objects will be returned with default values.  See MediaFileData documentation.
 
 Android Quirks
 --------------
-The API for retrieving media file format information is limited.  Therefore, not all <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>Data properties are supported.  See <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>Data documentation.
+The API for retrieving media file format information is limited.  Therefore, not all MediaFileData properties are supported.  See MediaFileData documentation.
 
 iOS Quirks
 ----------
-The API for retrieving media file format information is limited.  Therefore, not all <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>Data properties are supported.  See <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>Data documentation.
\ No newline at end of file
+The API for retrieving media file format information is limited.  Therefore, not all MediaFileData properties are supported.  See MediaFileData documentation.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/media/capture/MediaFile.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/media/capture/MediaFile.md b/www/docs/en/1.6.0/cordova/media/capture/MediaFile.md
index 0a10254..869b0ef 100644
--- a/www/docs/en/1.6.0/cordova/media/capture/MediaFile.md
+++ b/www/docs/en/1.6.0/cordova/media/capture/MediaFile.md
@@ -18,7 +18,7 @@ license: >
     under the License.
 ---
 
-<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>
+MediaFile
 =========
 
 > Encapsulates properties of a media capture file.
@@ -35,4 +35,4 @@ Properties
 Methods
 -------
 
-- __<a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.getFormatData.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.getFormatData</a>:__ Retrieves the format information of the media file.
\ No newline at end of file
+- __MediaFile.getFormatData:__ Retrieves the format information of the media file.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/media/capture/MediaFileData.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/media/capture/MediaFileData.md b/www/docs/en/1.6.0/cordova/media/capture/MediaFileData.md
index ebac2e3..cc7de58 100644
--- a/www/docs/en/1.6.0/cordova/media/capture/MediaFileData.md
+++ b/www/docs/en/1.6.0/cordova/media/capture/MediaFileData.md
@@ -18,7 +18,7 @@ license: >
     under the License.
 ---
 
-<a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>Data
+MediaFileData
 =============
 
 > Encapsulates format information about a media file.
@@ -34,7 +34,7 @@ Properties
 
 BlackBerry WebWorks Quirks
 --------------------------
-There is no API that provides format information of media files.  So the <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>Data object returned by the <a href="<a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>.getFormatData.html"><a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>.getFormatData</a> function will have the following default values:
+There is no API that provides format information of media files.  So the MediaFileData object returned by the MediaFile.getFormatData function will have the following default values:
 
 - __codecs:__ Not supported. The attribute will always be null.
 - __bitrate:__ Not supported.  The attribute will always be 0.
@@ -44,7 +44,7 @@ There is no API that provides format information of media files.  So the <a href
 
 Android Quirks
 --------------
-Support for the <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>Data properties is as follows:
+Support for the MediaFileData properties is as follows:
 
 - __codecs:__ Not supported.  The attribute will always be null.
 - __bitrate:__ Not supported.  The attribute will always be 0.
@@ -54,7 +54,7 @@ Support for the <a href="<a href="../media.html">Media</a><a href="../../file/fi
 
 iOS Quirks
 ----------
-Support for the <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>Data properties is as follows:
+Support for the MediaFileData properties is as follows:
 
 - __codecs:__ Not supported.  The attribute will always be null.
 - __bitrate:__ Supported on iOS4 devices for audio only. The attribute will always be 0 for image and video.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/media/capture/capture.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/media/capture/capture.md b/www/docs/en/1.6.0/cordova/media/capture/capture.md
index 1989c03..24cf551 100644
--- a/www/docs/en/1.6.0/cordova/media/capture/capture.md
+++ b/www/docs/en/1.6.0/cordova/media/capture/capture.md
@@ -27,22 +27,22 @@ Objects
 -------
 
 - Capture
-- <a href="captureAudioOptions.html">CaptureAudioOptions</a>
-- <a href="captureImageOptions.html">CaptureImageOptions</a>
-- <a href="captureVideoOptions.html">CaptureVideoOptions</a>
-- <a href="CaptureCB.html">CaptureCB</a>
-- <a href="<a href="CaptureError.html">CaptureError</a>CB.html"><a href="CaptureError.html">CaptureError</a>CB</a>
-- <a href="ConfigurationData.html">ConfigurationData</a>
-- <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>
-- <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>Data
+- CaptureAudioOptions
+- CaptureImageOptions
+- CaptureVideoOptions
+- CaptureCB
+- CaptureErrorCB
+- ConfigurationData
+- MediaFile
+- MediaFileData
 
 Methods
 -------
 
-- <a href="captureAudio.html">capture.captureAudio</a>
-- <a href="captureImage.html">capture.captureImage</a>
-- <a href="captureVideo.html">capture.captureVideo</a>
-- <a href="<a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>.getFormatData.html"><a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>.getFormatData</a>
+- capture.captureAudio
+- capture.captureImage
+- capture.captureVideo
+- MediaFile.getFormatData
 
 Scope
 -----
@@ -55,16 +55,16 @@ The __capture__ object is assigned to the __navigator.device__ object, and there
 Properties
 ----------
 
-- __supportedAudioModes:__ The audio recording formats supported by the device. (<a href="ConfigurationData.html">ConfigurationData</a>[])
-- __supportedImageModes:__ The recording image sizes and formats supported by the device. (<a href="ConfigurationData.html">ConfigurationData</a>[])
-- __supportedVideoModes:__ The recording video resolutions and formats supported by the device. (<a href="ConfigurationData.html">ConfigurationData</a>[])
+- __supportedAudioModes:__ The audio recording formats supported by the device. (ConfigurationData[])
+- __supportedImageModes:__ The recording image sizes and formats supported by the device. (ConfigurationData[])
+- __supportedVideoModes:__ The recording video resolutions and formats supported by the device. (ConfigurationData[])
 
 Methods
 -------
 
-- <a href="captureAudio.html">capture.captureAudio</a>: Launch the device audio recording application for recording audio clip(s).
-- <a href="captureImage.html">capture.captureImage</a>: Launch the device camera application for taking image(s).
-- <a href="captureVideo.html">capture.captureVideo</a>: Launch the device video recorder application for recording video(s).
+- capture.captureAudio: Launch the device audio recording application for recording audio clip(s).
+- capture.captureImage: Launch the device camera application for taking image(s).
+- capture.captureVideo: Launch the device video recorder application for recording video(s).
 
 
 Supported Platforms

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/media/capture/captureAudio.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/media/capture/captureAudio.md b/www/docs/en/1.6.0/cordova/media/capture/captureAudio.md
index 21e95b9..683a96b 100644
--- a/www/docs/en/1.6.0/cordova/media/capture/captureAudio.md
+++ b/www/docs/en/1.6.0/cordova/media/capture/captureAudio.md
@@ -24,7 +24,7 @@ capture.captureAudio
 > Start the audio recorder application and return information about captured audio clip file(s).
 
     navigator.device.capture.captureAudio( 
-	    <a href="<a href="capture.html">Capture</a>CB.html"><a href="capture.html">Capture</a>CB</a> captureSuccess, <a href="capture.html">Capture</a>ErrorCB captureError,  [<a href="capture.html">Capture</a>AudioOptions options]
+	    CaptureCB captureSuccess, CaptureErrorCB captureError,  [CaptureAudioOptions options]
 	);
 
 Description
@@ -32,9 +32,9 @@ Description
 
 This method starts an asynchronous operation to capture audio recordings using the device's default audio recording application.  The operation allows the device user to capture multiple recordings in a single session.
 
-The capture operation ends when either the user exits the audio recording application, or the maximum number of recordings, specified by the __limit__ parameter in <a href="capture.html">Capture</a>AudioOptions, has been reached.  If no value is provided for the __limit__ parameter, a default value of one (1) is used, and the capture operation will terminate after the user records a single audio clip.
+The capture operation ends when either the user exits the audio recording application, or the maximum number of recordings, specified by the __limit__ parameter in CaptureAudioOptions, has been reached.  If no value is provided for the __limit__ parameter, a default value of one (1) is used, and the capture operation will terminate after the user records a single audio clip.
 
-When the capture operation is finished, it will invoke the <a href="<a href="capture.html">Capture</a>CB.html"><a href="capture.html">Capture</a>CB</a> callback with an array of <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a> objects describing each captured audio clip file.  If the operation is terminated by the user before an audio clip is captured, the <a href="capture.html">Capture</a>ErrorCB callback will be invoked with a <a href="capture.html">Capture</a>Error object with the <a href="capture.html">Capture</a>Error.`CAPTURE_NO_MEDIA_FILES` error code.
+When the capture operation is finished, it will invoke the CaptureCB callback with an array of MediaFile objects describing each captured audio clip file.  If the operation is terminated by the user before an audio clip is captured, the CaptureErrorCB callback will be invoked with a CaptureError object with the CaptureError.`CAPTURE_NO_MEDIA_FILES` error code.
 
 Supported Platforms
 -------------------
@@ -44,33 +44,33 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // capture callback
-    var captureSuccess = function(media<a href="../../file/fileobj/fileobj.html">File</a>s) {
+    var captureSuccess = function(mediaFiles) {
         var i, path, len;
-        for (i = 0, len = media<a href="../../file/fileobj/fileobj.html">File</a>s.length; i < len; i += 1) {
-            path = media<a href="../../file/fileobj/fileobj.html">File</a>s[i].fullPath;
+        for (i = 0, len = mediaFiles.length; i < len; i += 1) {
+            path = mediaFiles[i].fullPath;
             // do something interesting with the file
         }
     };
 
     // capture error callback
     var captureError = function(error) {
-        navigator.<a href="../../notification/notification.alert.html">notification.alert</a>('Error code: ' + error.code, null, '<a href="capture.html">Capture</a> Error');
+        navigator.notification.alert('Error code: ' + error.code, null, 'Capture Error');
     };
 
     // start audio capture
     navigator.device.capture.captureAudio(captureSuccess, captureError, {limit:2});
 
-Full <a href="../../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="capture.html">Capture</a> Audio</title>
+        <title>Capture Audio</title>
 
         <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>
@@ -78,10 +78,10 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
 
         // Called when capture operation is finished
         //
-        function captureSuccess(media<a href="../../file/fileobj/fileobj.html">File</a>s) {
+        function captureSuccess(mediaFiles) {
             var i, len;
-            for (i = 0, len = media<a href="../../file/fileobj/fileobj.html">File</a>s.length; i < len; i += 1) {
-                upload<a href="../../file/fileobj/fileobj.html">File</a>(media<a href="../../file/fileobj/fileobj.html">File</a>s[i]);
+            for (i = 0, len = mediaFiles.length; i < len; i += 1) {
+                uploadFile(mediaFiles[i]);
             }	    
         }
 
@@ -89,7 +89,7 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
         // 
         function captureError(error) {
 	        var msg = 'An error occurred during capture: ' + error.code;
-            navigator.<a href="../../notification/notification.alert.html">notification.alert</a>(msg, null, 'Uh oh!');
+            navigator.notification.alert(msg, null, 'Uh oh!');
         }
 
         // A button will call this function
@@ -101,10 +101,10 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
         }
 
         // Upload files to server
-        function upload<a href="../../file/fileobj/fileobj.html">File</a>(media<a href="../../file/fileobj/fileobj.html">File</a>) {
-            var ft = new <a href="../../file/filetransfer/filetransfer.html"><a href="../../file/fileobj/fileobj.html">File</a>Transfer</a>(),
-                path = media<a href="../../file/fileobj/fileobj.html">File</a>.fullPath,
-                name = media<a href="../../file/fileobj/fileobj.html">File</a>.name;
+        function uploadFile(mediaFile) {
+            var ft = new FileTransfer(),
+                path = mediaFile.fullPath,
+                name = mediaFile.name;
 
             ft.upload(path,
                 "http://my.domain.com/upload.php",
@@ -121,14 +121,14 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
         </script>
         </head>
         <body>
-            <button onclick="captureAudio();"><a href="capture.html">Capture</a> Audio</button> <br>
+            <button onclick="captureAudio();">Capture Audio</button> <br>
         </body>
     </html>
 
 BlackBerry WebWorks Quirks
 --------------------------
 
-- 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 <a href="capture.html">Capture</a>Error.`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/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/media/capture/captureAudioOptions.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/media/capture/captureAudioOptions.md b/www/docs/en/1.6.0/cordova/media/capture/captureAudioOptions.md
index 08a05cd..ff303f5 100644
--- a/www/docs/en/1.6.0/cordova/media/capture/captureAudioOptions.md
+++ b/www/docs/en/1.6.0/cordova/media/capture/captureAudioOptions.md
@@ -18,7 +18,7 @@ license: >
     under the License.
 ---
 
-<a href="capture.html">Capture</a>AudioOptions
+CaptureAudioOptions
 ===================
 
 > Encapsulates audio capture configuration options.
@@ -30,13 +30,13 @@ Properties
 - __duration:__ The maximum duration of an audio sound clip, in seconds.
 - __mode:__ The selected audio mode.  The value must match one of the elements in `capture.supportedAudioModes`.
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // limit capture operation to 3 media files, no longer than 10 seconds each
     var options = { limit: 3, duration: 10 };
 
-    navigator.device.<a href="captureAudio.html">capture.captureAudio</a>(captureSuccess, captureError, options);
+    navigator.device.capture.captureAudio(captureSuccess, captureError, options);
 
 Android Quirks
 --------------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/media/capture/captureImage.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/media/capture/captureImage.md b/www/docs/en/1.6.0/cordova/media/capture/captureImage.md
index c93d2ec..cc4659c 100644
--- a/www/docs/en/1.6.0/cordova/media/capture/captureImage.md
+++ b/www/docs/en/1.6.0/cordova/media/capture/captureImage.md
@@ -24,7 +24,7 @@ capture.captureImage
 > Start the camera application and return information about captured image file(s).
 
     navigator.device.capture.captureImage( 
-	    <a href="<a href="capture.html">Capture</a>CB.html"><a href="capture.html">Capture</a>CB</a> captureSuccess, <a href="capture.html">Capture</a>ErrorCB captureError, [<a href="capture.html">Capture</a>ImageOptions options]
+	    CaptureCB captureSuccess, CaptureErrorCB captureError, [CaptureImageOptions options]
 	);
 
 Description
@@ -32,9 +32,9 @@ Description
 
 This method starts an asynchronous operation to capture images using the device camera application.  The operation allows the device user to capture multiple images in a single session.
 
-The capture operation ends when either the user exits the camera application, or the maximum number of images, specified by the __limit__ parameter in <a href="capture.html">Capture</a>ImageOptions, has been reached.  If no value is provided for the __limit__ parameter, a default value of one (1) is used, and the capture operation will terminate after the user captures a single image.
+The capture operation ends when either the user exits the camera application, or the maximum number of images, specified by the __limit__ parameter in CaptureImageOptions, has been reached.  If no value is provided for the __limit__ parameter, a default value of one (1) is used, and the capture operation will terminate after the user captures a single image.
 
-When the capture operation is finished, it will invoke the <a href="<a href="capture.html">Capture</a>CB.html"><a href="capture.html">Capture</a>CB</a> callback with an array of <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a> objects describing each captured image file.  If the operation is terminated by the user before an image is captured, the <a href="capture.html">Capture</a>ErrorCB callback will be invoked with a <a href="capture.html">Capture</a>Error object with the <a href="capture.html">Capture</a>Error.`CAPTURE_NO_MEDIA_FILES` error code.
+When the capture operation is finished, it will invoke the CaptureCB callback with an array of MediaFile objects describing each captured image file.  If the operation is terminated by the user before an image is captured, the CaptureErrorCB callback will be invoked with a CaptureError object with the CaptureError.`CAPTURE_NO_MEDIA_FILES` error code.
 
 Supported Platforms
 -------------------
@@ -50,33 +50,33 @@ Windows Phone 7 Quirks
 Invoking the native camera application while your device is connected
 via Zune will not work, and the error callback will be triggered.
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // capture callback
-    var captureSuccess = function(media<a href="../../file/fileobj/fileobj.html">File</a>s) {
+    var captureSuccess = function(mediaFiles) {
         var i, path, len;
-        for (i = 0, len = media<a href="../../file/fileobj/fileobj.html">File</a>s.length; i < len; i += 1) {
-            path = media<a href="../../file/fileobj/fileobj.html">File</a>s[i].fullPath;
+        for (i = 0, len = mediaFiles.length; i < len; i += 1) {
+            path = mediaFiles[i].fullPath;
             // do something interesting with the file
         }
     };
 
     // capture error callback
     var captureError = function(error) {
-        navigator.<a href="../../notification/notification.alert.html">notification.alert</a>('Error code: ' + error.code, null, '<a href="capture.html">Capture</a> Error');
+        navigator.notification.alert('Error code: ' + error.code, null, 'Capture Error');
     };
 
     // start image capture
     navigator.device.capture.captureImage(captureSuccess, captureError, {limit:2});
 
-Full <a href="../../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="capture.html">Capture</a> Image</title>
+        <title>Capture Image</title>
 
         <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>
@@ -84,10 +84,10 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
 
         // Called when capture operation is finished
         //
-        function captureSuccess(media<a href="../../file/fileobj/fileobj.html">File</a>s) {
+        function captureSuccess(mediaFiles) {
             var i, len;
-            for (i = 0, len = media<a href="../../file/fileobj/fileobj.html">File</a>s.length; i < len; i += 1) {
-                upload<a href="../../file/fileobj/fileobj.html">File</a>(media<a href="../../file/fileobj/fileobj.html">File</a>s[i]);
+            for (i = 0, len = mediaFiles.length; i < len; i += 1) {
+                uploadFile(mediaFiles[i]);
             }	    
         }
 
@@ -95,7 +95,7 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
         // 
         function captureError(error) {
 	        var msg = 'An error occurred during capture: ' + error.code;
-            navigator.<a href="../../notification/notification.alert.html">notification.alert</a>(msg, null, 'Uh oh!');
+            navigator.notification.alert(msg, null, 'Uh oh!');
         }
 
         // A button will call this function
@@ -107,10 +107,10 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
         }
 
         // Upload files to server
-        function upload<a href="../../file/fileobj/fileobj.html">File</a>(media<a href="../../file/fileobj/fileobj.html">File</a>) {
-            var ft = new <a href="../../file/filetransfer/filetransfer.html"><a href="../../file/fileobj/fileobj.html">File</a>Transfer</a>(),
-                path = media<a href="../../file/fileobj/fileobj.html">File</a>.fullPath,
-                name = media<a href="../../file/fileobj/fileobj.html">File</a>.name;
+        function uploadFile(mediaFile) {
+            var ft = new FileTransfer(),
+                path = mediaFile.fullPath,
+                name = mediaFile.name;
 
             ft.upload(path,
                 "http://my.domain.com/upload.php",
@@ -127,7 +127,7 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
         </script>
         </head>
         <body>
-            <button onclick="captureImage();"><a href="capture.html">Capture</a> Image</button> <br>
+            <button onclick="captureImage();">Capture Image</button> <br>
         </body>
     </html>
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/media/capture/captureImageOptions.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/media/capture/captureImageOptions.md b/www/docs/en/1.6.0/cordova/media/capture/captureImageOptions.md
index a0891fe..b9f0333 100644
--- a/www/docs/en/1.6.0/cordova/media/capture/captureImageOptions.md
+++ b/www/docs/en/1.6.0/cordova/media/capture/captureImageOptions.md
@@ -18,7 +18,7 @@ license: >
     under the License.
 ---
 
-<a href="capture.html">Capture</a>ImageOptions
+CaptureImageOptions
 ===================
 
 > Encapsulates image capture configuration options.
@@ -29,13 +29,13 @@ Properties
 - __limit:__ The maximum number of images the device user can capture in a single capture operation.  The value must be greater than or equal to 1 (defaults to 1).
 - __mode:__ The selected image mode.  The value must match one of the elements in `capture.supportedImageModes`.
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // limit capture operation to 3 images
     var options = { limit: 3 };
 
-    navigator.device.<a href="captureImage.html">capture.captureImage</a>(captureSuccess, captureError, options);
+    navigator.device.capture.captureImage(captureSuccess, captureError, options);
 
 Android Quirks
 --------------


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[37/51] [partial] docs commit: Reverting autolinking change because of inconsistencies.

Posted by db...@apache.org.
http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.5.0/guide/hybrid/webviews/index.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.5.0/guide/hybrid/webviews/index.md b/www/docs/de/3.5.0/guide/hybrid/webviews/index.md
index 3f68935..9138b5f 100644
--- a/www/docs/de/3.5.0/guide/hybrid/webviews/index.md
+++ b/www/docs/de/3.5.0/guide/hybrid/webviews/index.md
@@ -24,6 +24,6 @@ Cordova-Anwendungen werden normalerweise als eine Browser-basierte *WebView* inn
 
 Wenn einen WebView bereitstellen möchten, müssen Sie mit jedem native Programmierumgebung vertraut sein. Im folgenden finden Sie Anweisungen für die unterstützten Plattformen:
 
-*   <a href="../../platforms/amazonfireos/webview.html">Amazon Fire OS Webansichten für</a>
-*   <a href="../../platforms/android/webview.html">Android Webansichten für</a>
-*   <a href="../../platforms/ios/webview.html">iOS Webansichten für</a>
\ No newline at end of file
+*   Amazon Fire OS Webansichten für
+*   Android Webansichten für
+*   iOS Webansichten für
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.5.0/guide/overview/index.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.5.0/guide/overview/index.md b/www/docs/de/3.5.0/guide/overview/index.md
index 58595f8..dc2cd32 100644
--- a/www/docs/de/3.5.0/guide/overview/index.md
+++ b/www/docs/de/3.5.0/guide/overview/index.md
@@ -26,7 +26,7 @@ Verwenden Sie Cordova, falls Sie sind:
 
 *   mobile Entwickler und wollen eine Anwendung über mehrere Plattformen hinweg zu erweitern, ohne es erneut mit Sprache und Tool jede Plattform implementieren festgelegt.
 
-*   <a href="../../cordova/storage/storage.html">Speicher</a>n Portale, Webentwickler und wollen eine Webanwendung bereitstellen, die für den Vertrieb in verschiedenen app gepackt ist.
+*   Speichern Portale, Webentwickler und wollen eine Webanwendung bereitstellen, die für den Vertrieb in verschiedenen app gepackt ist.
 
 *   mobile Entwickler interessiert mischen systemeigene Anwendungskomponenten mit einer *WebView* (Browser-Fenster), die auf Geräteebene APIs, zugreifen kann oder wollen Sie eine Plugin-Schnittstelle zwischen systemeigenen und WebView Komponenten entwickeln.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.5.0/guide/platforms/amazonfireos/index.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.5.0/guide/platforms/amazonfireos/index.md b/www/docs/de/3.5.0/guide/platforms/amazonfireos/index.md
index b7c41cb..94a7dfc 100644
--- a/www/docs/de/3.5.0/guide/platforms/amazonfireos/index.md
+++ b/www/docs/de/3.5.0/guide/platforms/amazonfireos/index.md
@@ -24,9 +24,9 @@ Diese Anleitung zeigt Ihre Entwicklungsumgebung SDK einrichten, Cordova apps fü
 
 Finden Sie im folgenden detaillierte Plattform-spezifischen Informationen:
 
-*   <a href="config.html">Amazon Fire OS Konfiguration</a>
-*   <a href="webview.html">Amazon Fire OS Webansichten für</a>
-*   <a href="plugin.html">Amazon Fire OS Plugins</a>
+*   Amazon Fire OS Konfiguration
+*   Amazon Fire OS Webansichten für
+*   Amazon Fire OS Plugins
 
 ## Anforderungen und Unterstützung
 
@@ -72,7 +72,7 @@ Die PATH-Umgebung unter Windows 7 zu ändern:
         ;C:\Development\adt-bundle\sdk\platform-Tools;C:\Development\adt-bundle\sdk\tools
         
 
-*   <a href="../../../cordova/storage/storage.html">Speicher</a>n Sie den Wert und schließen Sie beide Dialogfelder zu.
+*   Speichern Sie den Wert und schließen Sie beide Dialogfelder zu.
 
 Sie müssen möglicherweise auch Java und Ant öffnen eine Eingabeaufforderung und geben aktivieren `java` , und geben Sie auch `ant` . Hängen Sie an den Pfad, welcher nicht ausgeführt:
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.5.0/guide/platforms/amazonfireos/plugin.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.5.0/guide/platforms/amazonfireos/plugin.md b/www/docs/de/3.5.0/guide/platforms/amazonfireos/plugin.md
index f64de77..f3b7543 100644
--- a/www/docs/de/3.5.0/guide/platforms/amazonfireos/plugin.md
+++ b/www/docs/de/3.5.0/guide/platforms/amazonfireos/plugin.md
@@ -20,7 +20,7 @@ license: >
 
 # Amazon Fire OS Plugins
 
-Folgen Sie den Anweisungen im Handbuch für das <a href="../android/plugin.html">Android Plugins</a> für einen Überblick über die Entwicklung von benutzerdefinierten Plugins.
+Folgen Sie den Anweisungen im Handbuch für das Android Plugins für einen Überblick über die Entwicklung von benutzerdefinierten Plugins.
 
 ## Echo Amazon Fire OS Plugin Beispiel
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.5.0/guide/platforms/android/config.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.5.0/guide/platforms/android/config.md b/www/docs/de/3.5.0/guide/platforms/android/config.md
index e30966c..fab7186 100644
--- a/www/docs/de/3.5.0/guide/platforms/android/config.md
+++ b/www/docs/de/3.5.0/guide/platforms/android/config.md
@@ -42,7 +42,7 @@ Die `config.xml` Datei steuert eine app-Grundeinstellungen, die für jede Anwend
         <preference name="SplashScreenDelay" value="10000"/>
         
 
-*   `InAppBrowserStorageEnabled`(Boolean, wird standardmäßig auf `true` ): Steuerelemente ob Seiten innerhalb einer InAppBrowser geöffnet können Zugriff auf die gleichen LocalStorage und WebSQL <a href="../../../cordova/storage/storage.html">Speicher</a> als Seiten mit Standardbrowser geöffnet.
+*   `InAppBrowserStorageEnabled`(Boolean, wird standardmäßig auf `true` ): Steuerelemente ob Seiten innerhalb einer InAppBrowser geöffnet können Zugriff auf die gleichen LocalStorage und WebSQL Speicher als Seiten mit Standardbrowser geöffnet.
     
         <preference name="InAppBrowserStorageEnabled" value="true"/>
         

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.5.0/guide/platforms/android/index.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.5.0/guide/platforms/android/index.md b/www/docs/de/3.5.0/guide/platforms/android/index.md
index df9cfa9..94970c3 100644
--- a/www/docs/de/3.5.0/guide/platforms/android/index.md
+++ b/www/docs/de/3.5.0/guide/platforms/android/index.md
@@ -24,11 +24,11 @@ Diese Anleitung zeigt wie Ihre Entwicklungsumgebung SDK eingerichtet, Cordova ap
 
 Finden Sie im folgenden detaillierte Plattform-spezifischen Informationen:
 
-*   <a href="config.html">Android-Konfiguration</a>
-*   <a href="webview.html">Android Webansichten für</a>
-*   <a href="plugin.html">Android Plugins</a>
-*   <a href="upgrading.html">Aktualisierung von Android</a>
-*   <a href="tools.html">Android-Befehlszeilenprogrammen</a>
+*   Android-Konfiguration
+*   Android Webansichten für
+*   Android Plugins
+*   Aktualisierung von Android
+*   Android-Befehlszeilenprogrammen
 
 Die Befehlszeilentools, die oben beziehen sich auf Versionen vor 3.0 Cordova. Informationen über die aktuelle Schnittstelle finden Sie unter The Command-Line Interface.
 
@@ -80,7 +80,7 @@ Die PATH-Umgebung unter Windows 7 zu ändern:
         ;C:\Development\adt-bundle\sdk\platform-tools;C:\Development\adt-bundle\sdk\tools
         
 
-*   <a href="../../../cordova/storage/storage.html">Speicher</a>n Sie den Wert und schließen Sie beide Dialogfelder zu.
+*   Speichern Sie den Wert und schließen Sie beide Dialogfelder zu.
 
 Sie müssen möglicherweise auch Java und Ant öffnen eine Eingabeaufforderung und geben aktivieren `java` , und geben Sie auch `ant` . Hängen Sie an den Pfad, welcher nicht ausgeführt:
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.5.0/guide/platforms/android/plugin.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.5.0/guide/platforms/android/plugin.md b/www/docs/de/3.5.0/guide/platforms/android/plugin.md
index 07cb8e6..4ea42be 100644
--- a/www/docs/de/3.5.0/guide/platforms/android/plugin.md
+++ b/www/docs/de/3.5.0/guide/platforms/android/plugin.md
@@ -24,7 +24,7 @@ Dieser Abschnitt enthält Informationen für das native Plugin-Code auf der Andr
 
  [1]: https://github.com/apache/cordova-android/blob/master/framework/src/org/apache/cordova/CordovaPlugin.java
 
-Android Plugins basieren auf Cordova-Android, bestehend aus einem Android WebView mit Haken verbunden. Plugins werden dargestellt als Klasse Zuordnungen in der `config.xml` Datei. Eine Plugin besteht aus mindestens einer Java-Klasse, die erweitert die `CordovaPlugin` -Klasse überschreiben eines seiner `execute` Methoden. Als beste Praxis, das Plugin sollte auch behandeln, `pause` und `resume` <a href="../../../cordova/events/events.html">Veranstaltungen</a>, zusammen mit jeder Nachrichtenaustausch zwischen Plugins. Plugins mit lang andauernden Anfragen, Hintergrundaktivitäten wie Medienwiedergabe, Zuhörer oder internen Zustand sollten Implementieren der `onReset()` -Methode. Es wird ausgeführt, wenn die `WebView` navigiert zu einer neuen Seite oder Aktualisierungen, die das JavaScript lädt.
+Android Plugins basieren auf Cordova-Android, bestehend aus einem Android WebView mit Haken verbunden. Plugins werden dargestellt als Klasse Zuordnungen in der `config.xml` Datei. Eine Plugin besteht aus mindestens einer Java-Klasse, die erweitert die `CordovaPlugin` -Klasse überschreiben eines seiner `execute` Methoden. Als beste Praxis, das Plugin sollte auch behandeln, `pause` und `resume` Veranstaltungen, zusammen mit jeder Nachrichtenaustausch zwischen Plugins. Plugins mit lang andauernden Anfragen, Hintergrundaktivitäten wie Medienwiedergabe, Zuhörer oder internen Zustand sollten Implementieren der `onReset()` -Methode. Es wird ausgeführt, wenn die `WebView` navigiert zu einer neuen Seite oder Aktualisierungen, die das JavaScript lädt.
 
 ## Plugin-Klasse Zuordnung
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.5.0/guide/platforms/android/tools.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.5.0/guide/platforms/android/tools.md b/www/docs/de/3.5.0/guide/platforms/android/tools.md
index 6523dfa..a847ae2 100644
--- a/www/docs/de/3.5.0/guide/platforms/android/tools.md
+++ b/www/docs/de/3.5.0/guide/platforms/android/tools.md
@@ -24,7 +24,7 @@ Die `cordova` Befehlszeilen-Dienstprogramm ist ein High-Level Tool, das Ihnen er
 
  [1]: http://cordova.apache.org
 
-Informationen über die Low-Level-Befehlszeilenschnittstelle, die Plugins ermöglicht, finden Sie unter Verwendung von Plugman zu Plugins verwalten. Eine <a href="../../overview/index.html">Übersicht</a> finden Sie unter Application Plugins.
+Informationen über die Low-Level-Befehlszeilenschnittstelle, die Plugins ermöglicht, finden Sie unter Verwendung von Plugman zu Plugins verwalten. Eine Übersicht finden Sie unter Application Plugins.
 
 ## Erstellen Sie ein Projekt
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.5.0/guide/platforms/android/webview.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.5.0/guide/platforms/android/webview.md b/www/docs/de/3.5.0/guide/platforms/android/webview.md
index 26fcb05..2f4692f 100644
--- a/www/docs/de/3.5.0/guide/platforms/android/webview.md
+++ b/www/docs/de/3.5.0/guide/platforms/android/webview.md
@@ -22,7 +22,7 @@ license: >
 
 In diesem Abschnitt veranschaulicht, wie eine Cordova-fähigen WebView Komponente innerhalb einer größeren Android Anwendung einbetten. Details darüber, wie diese Komponenten miteinander kommunizieren können finden Sie unter Application Plugins.
 
-Wenn Sie mit Android nicht vertraut sind, sollten Sie zunächst machen Sie sich vertraut mit der <a href="index.html">Android-Plattform-Guide</a> und haben die neuesten Android SDK installiert, bevor Sie versuchen die ungewöhnlicheren Entwicklungsoption einen WebView-Einbettung. Beginnend mit Cordova 1,9, die Android-Plattform setzt auf eine `CordovaWebView` -Komponente, die auf ein Vermächtnis baut `CordovaActivity` Komponente, die vor der 1.9 Version stammt.
+Wenn Sie mit Android nicht vertraut sind, sollten Sie zunächst machen Sie sich vertraut mit der Android-Plattform-Guide und haben die neuesten Android SDK installiert, bevor Sie versuchen die ungewöhnlicheren Entwicklungsoption einen WebView-Einbettung. Beginnend mit Cordova 1,9, die Android-Plattform setzt auf eine `CordovaWebView` -Komponente, die auf ein Vermächtnis baut `CordovaActivity` Komponente, die vor der 1.9 Version stammt.
 
 1.  Um diese Anweisungen befolgen, stellen Sie sicher, dass Sie die neueste Cordova-Verteilung. Von [cordova.apache.org][1] herunterladen Sie und entpacken Sie das Android-Paket.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.5.0/guide/platforms/blackberry/index.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.5.0/guide/platforms/blackberry/index.md b/www/docs/de/3.5.0/guide/platforms/blackberry/index.md
index 09b7d4b..179392c 100644
--- a/www/docs/de/3.5.0/guide/platforms/blackberry/index.md
+++ b/www/docs/de/3.5.0/guide/platforms/blackberry/index.md
@@ -23,9 +23,9 @@ license: >
 Diese Anleitung zeigt Ihnen wie ein SDK-Umfeld zu Zielanwendungen für die BlackBerry-Plattform vor Version 10 eingerichtet. Wenn Sie die aktuellste Version ansprechen möchten, finden Sie im BlackBerry-10-Plattform-Guide. Finden Sie im folgenden detaillierte Plattform-spezifischen Informationen:
 
 *   BlackBerry Configuration
-*   <a href="upgrading.html">Aktualisieren der BlackBerry</a>
-*   <a href="plugin.html">BlackBerry-Plugins</a>
-*   <a href="tools.html">BlackBerry-Befehlszeilentools</a>
+*   Aktualisieren der BlackBerry
+*   BlackBerry-Plugins
+*   BlackBerry-Befehlszeilentools
 
 Die Befehlszeilentools, die oben beziehen sich auf Versionen vor 3.0 Cordova. Informationen über die aktuelle Schnittstelle finden Sie unter The Command-Line Interface.
 
@@ -76,7 +76,7 @@ Herunterladen Sie und extrahieren Sie die neueste Kopie von [Cordova][1].
 
 *   Es ist ein Verzeichnis für jede Plattform, Cordova unterstützt. Navigieren Sie zu dem `blackberry` Verzeichnis.
 
-*   Das `blackberry` Verzeichnis enthält mehrere Unterverzeichnisse. Das `example` -Verzeichnis enthält ein komplettes Cordova-Projekt. Kopie der `example` Verzeichnis an einen anderen <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrem Computer, und dorthin navigieren.
+*   Das `blackberry` Verzeichnis enthält mehrere Unterverzeichnisse. Das `example` -Verzeichnis enthält ein komplettes Cordova-Projekt. Kopie der `example` Verzeichnis an einen anderen Speicherort auf Ihrem Computer, und dorthin navigieren.
 
 *   Bearbeiten Sie die `project.properties` Datei im WebWorks-SDK angeben Sie verwenden. Hier sind beispielsweise die jeweiligen Einstellungen für BlackBerry PlayBook, BlackBerry-Smartphone (OS5-7) oder BlackBerry 10 (QNX):
     

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.5.0/guide/platforms/blackberry/plugin.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.5.0/guide/platforms/blackberry/plugin.md b/www/docs/de/3.5.0/guide/platforms/blackberry/plugin.md
index 42b09db..ef19670 100644
--- a/www/docs/de/3.5.0/guide/platforms/blackberry/plugin.md
+++ b/www/docs/de/3.5.0/guide/platforms/blackberry/plugin.md
@@ -20,7 +20,7 @@ license: >
 
 # BlackBerry-Plugins
 
-Diese Anleitung zeigt, wie ein Echo-Plugin auf BlackBerry zu entwickeln. Die <a href="../../hybrid/plugins/index.html">Plugin-Entwicklung-Guide</a> bietet einen umfassenden Überblick, mit dem Sie bereits vertraut sein sollten, und dieser Anleitung nimmt wo es aufhört. Darüber hinaus das [Cordova BlackBerry-Repository][1] herunterladen.
+Diese Anleitung zeigt, wie ein Echo-Plugin auf BlackBerry zu entwickeln. Die Plugin-Entwicklung-Guide bietet einen umfassenden Überblick, mit dem Sie bereits vertraut sein sollten, und dieser Anleitung nimmt wo es aufhört. Darüber hinaus das [Cordova BlackBerry-Repository][1] herunterladen.
 
  [1]: https://git-wip-us.apache.org/repos/asf?p=cordova-blackberry-webworks.git;a=summary
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.5.0/guide/platforms/blackberry/tools.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.5.0/guide/platforms/blackberry/tools.md b/www/docs/de/3.5.0/guide/platforms/blackberry/tools.md
index 73bb6bc..d8b549c 100644
--- a/www/docs/de/3.5.0/guide/platforms/blackberry/tools.md
+++ b/www/docs/de/3.5.0/guide/platforms/blackberry/tools.md
@@ -36,7 +36,7 @@ Führen Sie den `create` Befehl, der vorhandenen Pfad für das Projekt, die rüc
 
 ## Erstellen eines Projekts
 
-Für BlackBerry-Projekte, stellen Sie sicher, Sie Anpassen der `project.properties` Datei im Root-Verzeichnis des Projekts Cordova. Du musst tun, um Ihr BlackBerry Unterzeichnung Kennwort angeben, und geben <a href="../../../cordova/storage/storage.html">Speicher</a>orte für BlackBerry WebWorks SDK und BlackBerry Emulator ausführbare Dateien.
+Für BlackBerry-Projekte, stellen Sie sicher, Sie Anpassen der `project.properties` Datei im Root-Verzeichnis des Projekts Cordova. Du musst tun, um Ihr BlackBerry Unterzeichnung Kennwort angeben, und geben Speicherorte für BlackBerry WebWorks SDK und BlackBerry Emulator ausführbare Dateien.
 
     $ /path/to/my_new_project/cordova/build <platform>
     $ /path/to/my_new_project/cordova/build.bat <platform>
@@ -44,7 +44,7 @@ Für BlackBerry-Projekte, stellen Sie sicher, Sie Anpassen der `project.properti
 
 ## Emulator starten
 
-Für BlackBerry-Projekte, stellen Sie sicher, Sie Anpassen der `project.properties` Datei in das Stammverzeichnis des Cordova Projekt. Du musst tun, um Ihr BlackBerry Unterzeichnung Kennwort angeben, und geben <a href="../../../cordova/storage/storage.html">Speicher</a>orte für BlackBerry WebWorks SDK und BlackBerry Emulator ausführbare Dateien.
+Für BlackBerry-Projekte, stellen Sie sicher, Sie Anpassen der `project.properties` Datei in das Stammverzeichnis des Cordova Projekt. Du musst tun, um Ihr BlackBerry Unterzeichnung Kennwort angeben, und geben Speicherorte für BlackBerry WebWorks SDK und BlackBerry Emulator ausführbare Dateien.
 
     $ /path/to/my_new_project/cordova/run <platform>
     

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.5.0/guide/platforms/blackberry/upgrading.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.5.0/guide/platforms/blackberry/upgrading.md b/www/docs/de/3.5.0/guide/platforms/blackberry/upgrading.md
index 6e42d1e..3668d66 100644
--- a/www/docs/de/3.5.0/guide/platforms/blackberry/upgrading.md
+++ b/www/docs/de/3.5.0/guide/platforms/blackberry/upgrading.md
@@ -26,7 +26,7 @@ Diese Anleitung zeigt wie BlackBerry Projekte geändert werden müssen um ein Up
 
 BlackBerry 10:
 
-1.  Herunterladen Sie und extrahieren Sie die Cordova 2.9.0-Quelle an einen permanenten <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrer Festplatte, zum Beispiel in`~/Cordova-2.9.0`.
+1.  Herunterladen Sie und extrahieren Sie die Cordova 2.9.0-Quelle an einen permanenten Speicherort auf Ihrer Festplatte, zum Beispiel in`~/Cordova-2.9.0`.
 
 2.  Beenden Sie alle laufenden SDK-Tools: Eclipse, Momentics und dergleichen.
 
@@ -40,7 +40,7 @@ BlackBerry 10:
 
 ### BlackBerryOS/Textbuch
 
-1.  Herunterladen Sie und extrahieren Sie die Cordova 2.9.0-Quelle an einen permanenten <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrer Festplatte, zum Beispiel in`~/Cordova-2.9.0`.
+1.  Herunterladen Sie und extrahieren Sie die Cordova 2.9.0-Quelle an einen permanenten Speicherort auf Ihrer Festplatte, zum Beispiel in`~/Cordova-2.9.0`.
 
 2.  Beenden Sie alle laufenden SDK-Tools: Eclipse, Momentics und dergleichen.
 
@@ -64,7 +64,7 @@ BlackBerry 10:
 
 BlackBerry 10 verwendet die neue CLI-Werkzeuge und Kern-APIs als Plugins verwaltet. Die Anweisungen Migrieren Ihres Projekts für ein neues Projekt, anstatt ein vorhandenes Projekt, aufgrund der Komplexität der Aktualisierung eines alten Projekts zu aktualisieren. Auch beachten Sie, dass die Cordova-Js--Datei Skript heißt jetzt 'cordova.js' und nicht mehr eine Versionszeichenfolge enthält.
 
-1.  Herunterladen Sie und extrahieren Sie die Cordova 2.8.0-Quelle an einen permanenten <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrer Festplatte, zum Beispiel in`~/Cordova-2.8.0`.
+1.  Herunterladen Sie und extrahieren Sie die Cordova 2.8.0-Quelle an einen permanenten Speicherort auf Ihrer Festplatte, zum Beispiel in`~/Cordova-2.8.0`.
 
 2.  Beenden Sie alle laufenden SDK-Tools: Eclipse, Momentics und dergleichen.
 
@@ -78,7 +78,7 @@ BlackBerry 10 verwendet die neue CLI-Werkzeuge und Kern-APIs als Plugins verwalt
 
 BlackBerryOS/Textbuch:
 
-1.  Herunterladen Sie und extrahieren Sie die Cordova 2.8.0-Quelle an einen permanenten <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrer Festplatte, zum Beispiel in`~/Cordova-2.8.0`.
+1.  Herunterladen Sie und extrahieren Sie die Cordova 2.8.0-Quelle an einen permanenten Speicherort auf Ihrer Festplatte, zum Beispiel in`~/Cordova-2.8.0`.
 
 2.  Beenden Sie alle laufenden SDK-Tools: Eclipse, Momentics und dergleichen.
 
@@ -98,7 +98,7 @@ BlackBerryOS/Textbuch:
 
 ## Upgrade 2.6.0 Projekte 2.7.0
 
-1.  Herunterladen Sie und extrahieren Sie die Cordova 2.7.0-Quelle an einen permanenten <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrer Festplatte, zum Beispiel in`~/Cordova-2.7.0`.
+1.  Herunterladen Sie und extrahieren Sie die Cordova 2.7.0-Quelle an einen permanenten Speicherort auf Ihrer Festplatte, zum Beispiel in`~/Cordova-2.7.0`.
 
 2.  Beenden Sie alle laufenden SDK-Tools: Eclipse, Momentics und dergleichen.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.5.0/guide/platforms/blackberry10/config.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.5.0/guide/platforms/blackberry10/config.md b/www/docs/de/3.5.0/guide/platforms/blackberry10/config.md
index 3fdb724..0e70a70 100644
--- a/www/docs/de/3.5.0/guide/platforms/blackberry10/config.md
+++ b/www/docs/de/3.5.0/guide/platforms/blackberry10/config.md
@@ -32,6 +32,6 @@ Die `config.xml` Datei steuert eine app-Grundeinstellungen, die für jede Anwend
         <preference name="PopupBlocker" value="enable"/>
         
 
-*   `WebSecurity`( `disable` oder Standard `enable` ): Legen Sie auf `disable` Web-Sicherheits-Einstellungen, den Zugriff auf remote-Inhalte aus unbekannten Quellen zu überschreiben. Diese Einstellung soll wie vor Entwicklung Bequemlichkeit nur, also dem Entfernen Verpackung Ihrer app für den Vertrieb. Für die veröffentlichten app sollte alle URIs bekannt und auf der weißen Liste mithilfe der `<access>` in die Domain-<a href="../../appdev/whitelist/index.html">Whitelist-Guide</a> beschriebene Element.
+*   `WebSecurity`( `disable` oder Standard `enable` ): Legen Sie auf `disable` Web-Sicherheits-Einstellungen, den Zugriff auf remote-Inhalte aus unbekannten Quellen zu überschreiben. Diese Einstellung soll wie vor Entwicklung Bequemlichkeit nur, also dem Entfernen Verpackung Ihrer app für den Vertrieb. Für die veröffentlichten app sollte alle URIs bekannt und auf der weißen Liste mithilfe der `<access>` in die Domain-Whitelist-Guide beschriebene Element.
     
         <preference name="WebSecurity" value="disable"/>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.5.0/guide/platforms/blackberry10/index.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.5.0/guide/platforms/blackberry10/index.md b/www/docs/de/3.5.0/guide/platforms/blackberry10/index.md
index 57d0ab2..49651de 100644
--- a/www/docs/de/3.5.0/guide/platforms/blackberry10/index.md
+++ b/www/docs/de/3.5.0/guide/platforms/blackberry10/index.md
@@ -20,7 +20,7 @@ license: >
 
 # Handbuch für die Plattform von BlackBerry 10
 
-Diese Anleitung zeigt wie Sie die Entwicklungsumgebung zum Erstellen und Bereitstellen von Cordova apps für BlackBerry 10 Geräte aufsetzen. Für frühere Versionen von BlackBerry müssen Sie einen anderen Satz von Befehlszeilentools, beschrieben im <a href="../blackberry/index.html">Handbuch der BlackBerry-Plattform</a> zu verwenden.
+Diese Anleitung zeigt wie Sie die Entwicklungsumgebung zum Erstellen und Bereitstellen von Cordova apps für BlackBerry 10 Geräte aufsetzen. Für frühere Versionen von BlackBerry müssen Sie einen anderen Satz von Befehlszeilentools, beschrieben im Handbuch der BlackBerry-Plattform zu verwenden.
 
 ## Anforderungen
 
@@ -60,7 +60,7 @@ Um einen Signaturschlüssel zu erhalten, gehen Sie zu \[BlackBerry Schlüssel Be
 
 Markieren Sie das erste Feld: "für BlackBerry10 Anwendungen mit BlackBerry NDK entwickelt" und dann anmelden oder erstellen eine BBID.
 
-Geben Sie ein Kennwort, und klicken Sie auf "Token erhalten", um bbidtoken.csk zu downloaden. <a href="../../../cordova/storage/storage.html">Speicher</a>n Sie diese Datei auf den standardmäßigen <a href="../../../cordova/storage/storage.html">Speicher</a>ort für Ihr Betriebssystem, die auf der Downloadseite angezeigt wird.
+Geben Sie ein Kennwort, und klicken Sie auf "Token erhalten", um bbidtoken.csk zu downloaden. Speichern Sie diese Datei auf den standardmäßigen Speicherort für Ihr Betriebssystem, die auf der Downloadseite angezeigt wird.
 
 Der letzte Schritt ist ein Signaturzertifikat zu generieren:
 
@@ -136,9 +136,9 @@ Verwendung `--release` zu eine Release-Version zu erstellen, die für Verteilung
 
 Die `--keystorepass` Option gibt das Kennwort, die Sie beim Konfigurieren des Computers zum Signieren definiert Anwendungen.
 
-## An anderen <a href="../../../cordova/storage/storage.html">Speicher</a>orten bereitstellen
+## An anderen Speicherorten bereitstellen
 
-Die Anleitung oben übernehmen ein Gerät über USB angeschlossen ist oder ein Simulator auf dem lokalen Computer ausgeführt wird. Es ist auch möglich, an anderen <a href="../../../cordova/storage/storage.html">Speicher</a>orten bereitstellen.
+Die Anleitung oben übernehmen ein Gerät über USB angeschlossen ist oder ein Simulator auf dem lokalen Computer ausgeführt wird. Es ist auch möglich, an anderen Speicherorten bereitstellen.
 
 Eine weitere Gruppe von Befehlszeilen-Dienstprogramme sind enthalten, wenn Sie die BlackBerry 10-Plattform für Ihr Projekt einrichten. Der folgende Befehl, in diesem Fall aus dem Projektverzeichnis auf oberster Ebene aufgerufen verknüpft ein Ziel mit dem Namen *emu* mit einer IP-Adresse.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.5.0/guide/platforms/blackberry10/plugin.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.5.0/guide/platforms/blackberry10/plugin.md b/www/docs/de/3.5.0/guide/platforms/blackberry10/plugin.md
index 8fdde69..6a0c3ee 100644
--- a/www/docs/de/3.5.0/guide/platforms/blackberry10/plugin.md
+++ b/www/docs/de/3.5.0/guide/platforms/blackberry10/plugin.md
@@ -35,9 +35,9 @@ Eine Cordova-Plugin für BlackBerry 10 enthält sowohl JavaScript als auch nativ
 
 ## Erstellen der systemeigenen Klasse
 
-Um den einheitlichen Teil Ihr Plugin zu erstellen, öffnen Sie die BlackBerry 10 NDK IDE, und wählen Sie **Datei → neu → BlackBerry Project → Native Erweiterung → BlackBerry 10**. Geben Sie den gewünschten Projektnamen und den <a href="../../../cordova/storage/storage.html">Speicher</a>ort, und drücken Sie **Fertig stellen**.
+Um den einheitlichen Teil Ihr Plugin zu erstellen, öffnen Sie die BlackBerry 10 NDK IDE, und wählen Sie **Datei → neu → BlackBerry Project → Native Erweiterung → BlackBerry 10**. Geben Sie den gewünschten Projektnamen und den Speicherort, und drücken Sie **Fertig stellen**.
 
-Das Projekt, erstellt von der IDE enthält Beispielcode für ein <a href="../../../cordova/storage/storage.html">Speicher</a>-Plugin. Sie können zu ersetzen oder diese Dateien ändern, um Ihre eigene Funktionalität zu implementieren:
+Das Projekt, erstellt von der IDE enthält Beispielcode für ein Speicher-Plugin. Sie können zu ersetzen oder diese Dateien ändern, um Ihre eigene Funktionalität zu implementieren:
 
 *   `*name*_js.hpp`: C++-Header für den JNEXT-Code.
 
@@ -124,7 +124,7 @@ Die `onCreateObject` Funktion nimmt zwei Parameter. Die erste ist der Name der a
 
 Das Plugin muss die folgenden JavaScript-Dateien enthalten:
 
-*   `client.js`: Dies wird als die Client-Seite und enthält die API eine Cordova-Anwendung zur Verfügung gestellt. Die API in `client.js` Aufrufe Aufrufe an `index.js` . Die API im `client.js` auch Callback-Funktionen zu den <a href="../../../cordova/events/events.html">Veranstaltungen</a>, die die Rückrufe auslösen herstellt.
+*   `client.js`: Dies wird als die Client-Seite und enthält die API eine Cordova-Anwendung zur Verfügung gestellt. Die API in `client.js` Aufrufe Aufrufe an `index.js` . Die API im `client.js` auch Callback-Funktionen zu den Veranstaltungen, die die Rückrufe auslösen herstellt.
 
 *   `index.js`: Cordova lädt `index.js` und macht es über die cordova.exec-Brücke. Die `client.js` Datei Aufrufe an die API in der `index.js` Datei, die wiederum aufrufen, um JNEXT macht zu kommunizieren, die systemeigene Seite.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.5.0/guide/platforms/blackberry10/tools.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.5.0/guide/platforms/blackberry10/tools.md b/www/docs/de/3.5.0/guide/platforms/blackberry10/tools.md
index f5ba637..3f46a53 100644
--- a/www/docs/de/3.5.0/guide/platforms/blackberry10/tools.md
+++ b/www/docs/de/3.5.0/guide/platforms/blackberry10/tools.md
@@ -24,7 +24,7 @@ Die `cordova` Befehlszeilen-Dienstprogramm ist ein High-Level Tool, das Ihnen er
 
  [1]: http://cordova.apache.org
 
-Informationen über die Low-Level-Befehlszeilenschnittstelle, die Plugins ermöglicht, finden Sie unter Verwendung von Plugman zu Plugins verwalten. Eine <a href="../../overview/index.html">Übersicht</a> finden Sie unter Application Plugins.
+Informationen über die Low-Level-Befehlszeilenschnittstelle, die Plugins ermöglicht, finden Sie unter Verwendung von Plugman zu Plugins verwalten. Eine Übersicht finden Sie unter Application Plugins.
 
 Wenn Sie Hilfe mit jeder nachfolgenden Befehl benötigen, geben Sie den Befehl zusammen mit der `-h` oder `-help` Argumenten, die unterstützt werden, indem alle Befehle und die Beschreibungen für die einzelnen Argumente zur Verfügung.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.5.0/guide/platforms/blackberry10/upgrading.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.5.0/guide/platforms/blackberry10/upgrading.md b/www/docs/de/3.5.0/guide/platforms/blackberry10/upgrading.md
index e4f0940..e718b29 100644
--- a/www/docs/de/3.5.0/guide/platforms/blackberry10/upgrading.md
+++ b/www/docs/de/3.5.0/guide/platforms/blackberry10/upgrading.md
@@ -18,7 +18,7 @@ license: >
     under the License.
 ---
 
-# <a href="../blackberry/upgrading.html">Aktualisieren der BlackBerry</a> 10
+# Aktualisieren der BlackBerry 10
 
 Diese Anleitung zeigt wie zum Ändern von BlackBerry Projekten Upgrade von älteren Versionen von Cordova. Die meisten diese Anweisungen gelten für Projekte, die mit einer älteren Befehlszeilentools, die vorangehen erstellt die `cordova` CLI-Hilfsprogramm. Die Command-Line Interface Informationen finden Sie unter Gewusst wie: Aktualisieren Sie die Version der CLI.
 
@@ -75,7 +75,7 @@ platform add blackberry10`.
 
 Für BlackBerry 10:
 
-1.  Herunterladen Sie und extrahieren Sie die Cordova 2.9.0-Quelle zu einem permanenten <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrer Festplatte, zum Beispiel in`~/Cordova-2.9.0`.
+1.  Herunterladen Sie und extrahieren Sie die Cordova 2.9.0-Quelle zu einem permanenten Speicherort auf Ihrer Festplatte, zum Beispiel in`~/Cordova-2.9.0`.
 
 2.  Beenden Sie alle laufenden SDK-Tools: Eclipse, Momentics und dergleichen.
 
@@ -89,7 +89,7 @@ Für BlackBerry 10:
 
 Für BlackBerryOS/Textbuch:
 
-1.  Herunterladen Sie und extrahieren Sie die Cordova 2.9.0-Quelle zu einem permanenten <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrer Festplatte, zum Beispiel in`~/Cordova-2.9.0`.
+1.  Herunterladen Sie und extrahieren Sie die Cordova 2.9.0-Quelle zu einem permanenten Speicherort auf Ihrer Festplatte, zum Beispiel in`~/Cordova-2.9.0`.
 
 2.  Beenden Sie alle laufenden SDK-Tools: Eclipse, Momentics und dergleichen.
 
@@ -111,7 +111,7 @@ Für BlackBerryOS/Textbuch:
 
 BlackBerry 10 verwendet die neue CLI-Werkzeuge und Kern-APIs als Plugins verwaltet. Die Anweisungen Migrieren Ihres Projekts für ein neues Projekt, anstatt ein vorhandenes Projekt, aufgrund der Komplexität der Aktualisierung eines alten Projekts zu aktualisieren. Auch beachten Sie, dass die Cordova-Js--Datei Skript heißt jetzt 'cordova.js' und nicht mehr eine Zeichenfolge enthält.
 
-1.  Herunterladen Sie und extrahieren Sie die Cordova 2.8.0-Quelle zu einem permanenten <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrer Festplatte, zum Beispiel in`~/Cordova-2.8.0`.
+1.  Herunterladen Sie und extrahieren Sie die Cordova 2.8.0-Quelle zu einem permanenten Speicherort auf Ihrer Festplatte, zum Beispiel in`~/Cordova-2.8.0`.
 
 2.  Beenden Sie alle laufenden SDK-Tools: Eclipse, Momentics und dergleichen.
 
@@ -125,7 +125,7 @@ BlackBerry 10 verwendet die neue CLI-Werkzeuge und Kern-APIs als Plugins verwalt
 
 Für BlackBerryOS/Textbuch:
 
-1.  Herunterladen Sie und extrahieren Sie die Cordova 2.8.0-Quelle zu einem permanenten <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrer Festplatte, zum Beispiel in`~/Cordova-2.8.0`.
+1.  Herunterladen Sie und extrahieren Sie die Cordova 2.8.0-Quelle zu einem permanenten Speicherort auf Ihrer Festplatte, zum Beispiel in`~/Cordova-2.8.0`.
 
 2.  Beenden Sie alle laufenden SDK-Tools: Eclipse, Momentics und dergleichen.
 
@@ -145,7 +145,7 @@ Für BlackBerryOS/Textbuch:
 
 ## Upgrade 2.6.0 Projekte 2.7.0
 
-1.  Herunterladen Sie und extrahieren Sie die Cordova 2.7.0-Quelle zu einem permanenten <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrer Festplatte, zum Beispiel in`~/Cordova-2.7.0`.
+1.  Herunterladen Sie und extrahieren Sie die Cordova 2.7.0-Quelle zu einem permanenten Speicherort auf Ihrer Festplatte, zum Beispiel in`~/Cordova-2.7.0`.
 
 2.  Beenden Sie alle laufenden SDK-Tools: Eclipse, Momentics und dergleichen.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.5.0/guide/platforms/index.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.5.0/guide/platforms/index.md b/www/docs/de/3.5.0/guide/platforms/index.md
index d15ca02..1e34d70 100644
--- a/www/docs/de/3.5.0/guide/platforms/index.md
+++ b/www/docs/de/3.5.0/guide/platforms/index.md
@@ -28,55 +28,55 @@ Jede *Platform Guide* unten aufgeführten erfahren Sie, was Sie brauchen, wissen
 
 ## Amazon Fire OS
 
-*   <a href="amazonfireos/index.html">Handbuch für die OS-Plattform von Amazon-Feuer</a>
-*   <a href="amazonfireos/config.html">Amazon Fire OS Konfiguration</a>
-*   <a href="amazonfireos/webview.html">Amazon Fire OS Webansichten für</a>
-*   <a href="amazonfireos/plugin.html">Amazon Fire OS Plugins</a>
+*   Handbuch für die OS-Plattform von Amazon-Feuer
+*   Amazon Fire OS Konfiguration
+*   Amazon Fire OS Webansichten für
+*   Amazon Fire OS Plugins
 
 ## Android
 
-*   <a href="android/index.html">Android-Plattform-Guide</a>
-*   <a href="android/config.html">Android-Konfiguration</a>
-*   <a href="android/webview.html">Android Webansichten für</a>
-*   <a href="android/plugin.html">Android Plugins</a>
-*   <a href="android/tools.html">Android-Befehlszeilenprogrammen</a>
-*   <a href="android/upgrading.html">Aktualisierung von Android</a>
+*   Android-Plattform-Guide
+*   Android-Konfiguration
+*   Android Webansichten für
+*   Android Plugins
+*   Android-Befehlszeilenprogrammen
+*   Aktualisierung von Android
 
 ## BlackBerry 10
 
-*   <a href="blackberry10/index.html">Handbuch für die Plattform von BlackBerry 10</a>
-*   <a href="blackberry10/config.html">BlackBerry 10 Konfiguration</a>
-*   <a href="blackberry10/plugin.html">BlackBerry 10 Plugins</a>
-*   <a href="blackberry10/tools.html">BlackBerry 10-Befehlszeilentools</a>
-*   <a href="blackberry/upgrading.html">Aktualisieren der BlackBerry</a> 10
+*   Handbuch für die Plattform von BlackBerry 10
+*   BlackBerry 10 Konfiguration
+*   BlackBerry 10 Plugins
+*   BlackBerry 10-Befehlszeilentools
+*   Aktualisieren der BlackBerry 10
 
 ## iOS
 
-*   <a href="ios/index.html">iOS Platform Guide</a>
-*   <a href="ios/config.html">iOS Konfiguration</a>
-*   <a href="ios/webview.html">iOS Webansichten für</a>
-*   <a href="ios/plugin.html">iOS Plugins</a>
-*   <a href="ios/tools.html">iOS-Befehlszeilenprogrammen</a>
-*   <a href="ios/upgrading.html">IOS Upgrade</a>
+*   iOS Platform Guide
+*   iOS Konfiguration
+*   iOS Webansichten für
+*   iOS Plugins
+*   iOS-Befehlszeilenprogrammen
+*   IOS Upgrade
 
 ## Ubuntu
 
-*   <a href="ubuntu/index.html">Handbuch Ubuntu Plattform</a>
+*   Handbuch Ubuntu Plattform
 
 ## Windows Phone
 
-*   <a href="wp8/index.html">Handbuch für die Plattform von Windows Phone-8</a>
-*   <a href="wp7/index.html">Windows Phone 7 Plattform Guide</a>
+*   Handbuch für die Plattform von Windows Phone-8
+*   Windows Phone 7 Plattform Guide
 *   Windows Phone-Konfiguration
-*   <a href="wp8/tools.html">Windows Phone Befehlszeilentools</a>
-*   <a href="wp8/upgrading.html">Aktualisieren von Windows Phone</a>
+*   Windows Phone Befehlszeilentools
+*   Aktualisieren von Windows Phone
 
 ## Windows 8
 
-*   <a href="win8/index.html">Anleitung zur Windows 8 Platform</a>
-*   <a href="win8/tools.html">Windows 8-Befehlszeilentools</a>
-*   <a href="win8/upgrading.html">Aktualisieren von Windows 8</a>
+*   Anleitung zur Windows 8 Platform
+*   Windows 8-Befehlszeilentools
+*   Aktualisieren von Windows 8
 
 ## Tizen
 
-*   <a href="tizen/index.html">Tizen Plattform Guide</a>
\ No newline at end of file
+*   Tizen Plattform Guide
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.5.0/guide/platforms/ios/config.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.5.0/guide/platforms/ios/config.md b/www/docs/de/3.5.0/guide/platforms/ios/config.md
index 6054f0b..4751ba6 100644
--- a/www/docs/de/3.5.0/guide/platforms/ios/config.md
+++ b/www/docs/de/3.5.0/guide/platforms/ios/config.md
@@ -42,7 +42,7 @@ Die `config.xml` Datei steuert eine app-Grundeinstellungen, die für jede Anwend
         <preference name="AllowInlineMediaPlayback" value="true"/>
         
 
-*   `BackupWebStorage`(string, entweder `none` , `local` , oder den Standardwert `cloud` ): Legen Sie auf `cloud` Web-<a href="../../../cordova/storage/storage.html">Speicher</a>daten-Backup über iCloud können. Legen Sie auf `local` um nur lokale Backups über iTunes Sync zu ermöglichen. Legen Sie auf `none` zu verhindern, dass Web-<a href="../../../cordova/storage/storage.html">Speicher</a>-Backup.
+*   `BackupWebStorage`(string, entweder `none` , `local` , oder den Standardwert `cloud` ): Legen Sie auf `cloud` Web-Speicherdaten-Backup über iCloud können. Legen Sie auf `local` um nur lokale Backups über iTunes Sync zu ermöglichen. Legen Sie auf `none` zu verhindern, dass Web-Speicher-Backup.
     
         <preference name="BackupWebStorage" value="local"/>
         

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.5.0/guide/platforms/ios/index.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.5.0/guide/platforms/ios/index.md b/www/docs/de/3.5.0/guide/platforms/ios/index.md
index 9fed24d..90012cf 100644
--- a/www/docs/de/3.5.0/guide/platforms/ios/index.md
+++ b/www/docs/de/3.5.0/guide/platforms/ios/index.md
@@ -22,11 +22,11 @@ license: >
 
 Diese Anleitung zeigt Ihre Entwicklungsumgebung SDK einrichten, Cordova apps für iOS-Geräte wie iPhone und iPad bereitstellen. Finden Sie im folgenden detaillierte Plattform-spezifischen Informationen:
 
-*   <a href="config.html">iOS Konfiguration</a>
-*   <a href="upgrading.html">IOS Upgrade</a>
-*   <a href="webview.html">iOS Webansichten für</a>
-*   <a href="plugin.html">iOS Plugins</a>
-*   <a href="tools.html">iOS-Befehlszeilenprogrammen</a>
+*   iOS Konfiguration
+*   IOS Upgrade
+*   iOS Webansichten für
+*   iOS Plugins
+*   iOS-Befehlszeilenprogrammen
 
 Die Befehlszeilentools, die oben beziehen sich auf Versionen vor 3.0 Cordova. Informationen über die aktuelle Schnittstelle finden Sie unter The Command-Line Interface.
 
@@ -34,7 +34,7 @@ Die Befehlszeilentools, die oben beziehen sich auf Versionen vor 3.0 Cordova. In
 
 Apple ® Werkzeuge zum Erstellen von iOS-Anwendungen, die nur auf das Betriebssystem OS X auf Intel-basierten Macs ausgeführt. Xcode ® 4.5 (die erforderliche Mindestversion) läuft nur unter OS X Version 10.7 (Lion) oder größer, und umfasst das iOS 6 SDK (Software Development Kit). Einreichen von apps, die Apple-App-Store℠ erfordert die neuesten Versionen der Apple-Tools.
 
-Sie können viele der mit dem iOS-Emulator installiert mit der iOS SDK und Xcode Cordova-Features testen, aber man braucht ein echtes Gerät vollständig testen aller Gerätefunktionen die app vor der Einreichung zum App-<a href="../../../cordova/storage/storage.html">Speicher</a>. Das Gerät muss mindestens iOS 5.x installiert, die mindestens iOS-Version ab Cordova 2.3 unterstützt. Unterstützende Geräten gehören alle iPad ® Modelle, iPhone ® 3GS und höher, und iPod ® Touch 3rd Generation oder höher. Um apps auf einem Gerät zu installieren, müssen Sie auch ein Mitglied von Apples [iOS Developer Program][1], sein, die kostet $99 pro Jahr. Diese Anleitung zeigt wie zum Implementieren von apps auf der iOS-Emulator, wofür Sie müssen sich nicht mit dem Entwicklerprogramm registrieren.
+Sie können viele der mit dem iOS-Emulator installiert mit der iOS SDK und Xcode Cordova-Features testen, aber man braucht ein echtes Gerät vollständig testen aller Gerätefunktionen die app vor der Einreichung zum App-Speicher. Das Gerät muss mindestens iOS 5.x installiert, die mindestens iOS-Version ab Cordova 2.3 unterstützt. Unterstützende Geräten gehören alle iPad ® Modelle, iPhone ® 3GS und höher, und iPod ® Touch 3rd Generation oder höher. Um apps auf einem Gerät zu installieren, müssen Sie auch ein Mitglied von Apples [iOS Developer Program][1], sein, die kostet $99 pro Jahr. Diese Anleitung zeigt wie zum Implementieren von apps auf der iOS-Emulator, wofür Sie müssen sich nicht mit dem Entwicklerprogramm registrieren.
 
  [1]: https://developer.apple.com/programs/ios/
 
@@ -127,7 +127,7 @@ Xcode Warnung über die `invokeString` Methode betrifft die Funktionalität, die
         // only valid if ___PROJECTNAME__-Info.plist specifies a protocol to handle
         /*
         if (self.invokeString) {
-          // this is passed before the <a href="../../../cordova/events/events.deviceready.html">deviceready</a> event is fired, so you can access it in js when you receive <a href="../../../cordova/events/events.deviceready.html">deviceready</a>
+          // this is passed before the deviceready event is fired, so you can access it in js when you receive deviceready
           NSLog(@"DEPRECATED: window.invokeString - use the window.handleOpenURL(url) function instead, which is always called when the app is launched through a custom scheme url.");
           NSString* jsString = [NSString stringWithFormat:@"var invokeString = \"%@\";", self.invokeString];
           [theWebView stringByEvaluatingJavaScriptFromString:jsString];
@@ -151,7 +151,7 @@ Xcode Warnung über die `invokeString` Methode betrifft die Funktionalität, die
 
 **Fehlende Header**: Kompilierungsfehler im Zusammenhang mit fehlenden Header werden durch Probleme mit den Buildspeicherort und kann über Xcode-Einstellungen festgelegt werden:
 
-1.  **Xcode → Einstellungen → <a href="../../../cordova/storage/storage.html">Speicher</a>orte** auswählen.
+1.  **Xcode → Einstellungen → Speicherorte** auswählen.
 
 2.  Drücken Sie im Abschnitt **Abgeleitete Daten** die Schaltfläche " **erweitert** " und wählen Sie **Unique** als den **Buildspeicherort** , wie hier gezeigt:
     

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.5.0/guide/platforms/ios/tools.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.5.0/guide/platforms/ios/tools.md b/www/docs/de/3.5.0/guide/platforms/ios/tools.md
index e7f917f..d744739 100644
--- a/www/docs/de/3.5.0/guide/platforms/ios/tools.md
+++ b/www/docs/de/3.5.0/guide/platforms/ios/tools.md
@@ -26,7 +26,7 @@ Die `cordova` Befehlszeilen-Dienstprogramm ist ein High-Level Tool, das Ihnen er
 
 Die iOS-Befehlszeilentools basieren auf Shell-Skripte und verlassen sich auf Xcode-Befehlszeilen-Tools wie `xcode-select` und`xcodebuild`.
 
-Informationen über die Low-Level-Befehlszeilenschnittstelle, die Plugins ermöglicht, finden Sie unter Verwendung von Plugman zu Plugins verwalten. Eine <a href="../../overview/index.html">Übersicht</a> finden Sie unter Application Plugins.
+Informationen über die Low-Level-Befehlszeilenschnittstelle, die Plugins ermöglicht, finden Sie unter Verwendung von Plugman zu Plugins verwalten. Eine Übersicht finden Sie unter Application Plugins.
 
 ## Erstellen Sie ein Projekt
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.5.0/guide/platforms/ios/upgrading.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.5.0/guide/platforms/ios/upgrading.md b/www/docs/de/3.5.0/guide/platforms/ios/upgrading.md
index 89c2128..17ce51d 100644
--- a/www/docs/de/3.5.0/guide/platforms/ios/upgrading.md
+++ b/www/docs/de/3.5.0/guide/platforms/ios/upgrading.md
@@ -83,7 +83,7 @@ platform add ios`.
 
 ## Upgrade 2.9.0 Projekte 3.0.0
 
-1.  Herunterladen Sie und extrahieren Sie die Cordova 3.0.0-Quelle zu einem permanenten <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrer Festplatte, zum Beispiel in`~/Documents/Cordova-3.0.0`.
+1.  Herunterladen Sie und extrahieren Sie die Cordova 3.0.0-Quelle zu einem permanenten Speicherort auf Ihrer Festplatte, zum Beispiel in`~/Documents/Cordova-3.0.0`.
 
 2.  Beenden Sie Xcode, wenn es geöffnet ist.
 
@@ -101,7 +101,7 @@ platform add ios`.
 
 ## Upgrade 2.8.0 Projekte 2.9.0
 
-1.  Herunterladen Sie und extrahieren Sie die Cordova 2.9.0-Quelle zu einem permanenten <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrer Festplatte, zum Beispiel in`~/Documents/Cordova-2.9.0`.
+1.  Herunterladen Sie und extrahieren Sie die Cordova 2.9.0-Quelle zu einem permanenten Speicherort auf Ihrer Festplatte, zum Beispiel in`~/Documents/Cordova-2.9.0`.
 
 2.  Beenden Sie Xcode, wenn es geöffnet ist.
 
@@ -117,7 +117,7 @@ platform add ios`.
 
 ## Upgrade 2.7.0 Projekte 2.8.0
 
-1.  Herunterladen Sie und extrahieren Sie die Cordova 2.8.0-Quelle zu einem permanenten <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrer Festplatte, zum Beispiel in`~/Documents/Cordova-2.8.0`.
+1.  Herunterladen Sie und extrahieren Sie die Cordova 2.8.0-Quelle zu einem permanenten Speicherort auf Ihrer Festplatte, zum Beispiel in`~/Documents/Cordova-2.8.0`.
 
 2.  Beenden Sie Xcode, wenn es geöffnet ist.
 
@@ -158,7 +158,7 @@ platform add ios`.
 
 ## Upgrade 2.6.0 Projekte 2.7.0
 
-1.  Herunterladen Sie und extrahieren Sie die Cordova 2.7.0-Quelle zu einem permanenten <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrer Festplatte, zum Beispiel in`~/Documents/Cordova-2.7.0`.
+1.  Herunterladen Sie und extrahieren Sie die Cordova 2.7.0-Quelle zu einem permanenten Speicherort auf Ihrer Festplatte, zum Beispiel in`~/Documents/Cordova-2.7.0`.
 
 2.  Beenden Sie Xcode, wenn es geöffnet ist.
 
@@ -181,7 +181,7 @@ platform add ios`.
 
 ## Upgrade 2.5.0 Projekte 2.6.0
 
-1.  Herunterladen Sie und extrahieren Sie die Cordova 2.6.0-Quelle zu einem permanenten <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrer Festplatte, zum Beispiel in`~/Documents/Cordova-2.6.0`.
+1.  Herunterladen Sie und extrahieren Sie die Cordova 2.6.0-Quelle zu einem permanenten Speicherort auf Ihrer Festplatte, zum Beispiel in`~/Documents/Cordova-2.6.0`.
 
 2.  Beenden Sie Xcode, wenn es geöffnet ist.
 
@@ -212,7 +212,7 @@ platform add ios`.
 
 ## Upgrade 2.4.0 Projekte 2.5.0
 
-1.  Herunterladen Sie und extrahieren Sie die Cordova 2.5.0-Quelle zu einem permanenten <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrer Festplatte, zum Beispiel in`~/Documents/Cordova-2.5.0`.
+1.  Herunterladen Sie und extrahieren Sie die Cordova 2.5.0-Quelle zu einem permanenten Speicherort auf Ihrer Festplatte, zum Beispiel in`~/Documents/Cordova-2.5.0`.
 
 2.  Beenden Sie Xcode, wenn es geöffnet ist.
 
@@ -243,7 +243,7 @@ platform add ios`.
 
 ## Upgrade 2.3.0 Projekte 2.4.0
 
-1.  Herunterladen Sie und extrahieren Sie die Cordova 2.4.0-Quelle zu einem permanenten <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrer Festplatte, zum Beispiel in`~/Documents/Cordova-2.4.0`.
+1.  Herunterladen Sie und extrahieren Sie die Cordova 2.4.0-Quelle zu einem permanenten Speicherort auf Ihrer Festplatte, zum Beispiel in`~/Documents/Cordova-2.4.0`.
 
 2.  Beenden Sie Xcode, wenn es geöffnet ist.
 
@@ -274,7 +274,7 @@ platform add ios`.
 
 ## Upgrade 2.2.0 Projekte 2.3.0
 
-1.  Herunterladen Sie und extrahieren Sie die Cordova 2.3.0-Quelle zu einem permanenten <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrer Festplatte, zum Beispiel in`~/Documents/Cordova-2.3.0`.
+1.  Herunterladen Sie und extrahieren Sie die Cordova 2.3.0-Quelle zu einem permanenten Speicherort auf Ihrer Festplatte, zum Beispiel in`~/Documents/Cordova-2.3.0`.
 
 2.  Beenden Sie Xcode, wenn es geöffnet ist.
 
@@ -309,7 +309,7 @@ platform add ios`.
 
 ## Upgrade 2.1.0 Projekte 2.2.0
 
-1.  Herunterladen Sie und extrahieren Sie die Cordova 2.2.0-Quelle zu einem permanenten <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrer Festplatte, zum Beispiel in`~/Documents/Cordova-2.2.0`.
+1.  Herunterladen Sie und extrahieren Sie die Cordova 2.2.0-Quelle zu einem permanenten Speicherort auf Ihrer Festplatte, zum Beispiel in`~/Documents/Cordova-2.2.0`.
 
 2.  Beenden Sie Xcode, wenn es geöffnet ist.
 
@@ -330,7 +330,7 @@ platform add ios`.
 9.  Anschließend aktualisieren Ihre `CordovaLib` Teilprojekt Verweis. Beginnend mit Cordova 2.1.0, wir verwenden nicht die CORDOVALIB Xcode-Variable nicht mehr wo verweisen auf `CordovaLib` befindet, der Verweis ist eine absolute Dateiverweis jetzt.
     
     1.  Terminal.app starten
-    2.  Gehen Sie zu dem <a href="../../../cordova/storage/storage.html">Speicher</a>ort, wo Sie Cordova installiert (siehe Schritt 1), in der `bin` Unterverzeichnis
+    2.  Gehen Sie zu dem Speicherort, wo Sie Cordova installiert (siehe Schritt 1), in der `bin` Unterverzeichnis
     3.  Führen Sie das Skript unten, wo der erste Parameter ist der Pfad zu Ihrem Projekts `.xcodeproj` Datei:
         
         `update_cordova_subproject path/to/your/project/xcodeproj`
@@ -341,7 +341,7 @@ platform add ios`.
 
 Mit Cordova 2.1.0 `CordovaLib` zur **Automatischen Reference Counting (ARC)**verwenden aktualisiert wurde. Sie nicht müssen upgrade auf **ARC** mithilfe von CordovaLib, aber wenn Sie, aktualisieren Sie das Projekt zur Verwendung von **ARC möchten**, verwenden Sie bitte den Xcode-Migrations-Assistenten aus dem Menü: **Bearbeiten → → umgestalten Convert in Objective-C-Bogen...**, libCordova.a aufzuheben, dann führen Sie den Assistenten bis zum Abschluss.
 
-1.  Herunterladen Sie und extrahieren Sie die Cordova 2.1.0-Quelle zu einem permanenten <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrer Festplatte, zum Beispiel in`~/Documents/Cordova-2.1.0`.
+1.  Herunterladen Sie und extrahieren Sie die Cordova 2.1.0-Quelle zu einem permanenten Speicherort auf Ihrer Festplatte, zum Beispiel in`~/Documents/Cordova-2.1.0`.
 
 2.  Beenden Sie Xcode, wenn es geöffnet ist.
 
@@ -369,7 +369,7 @@ Mit Cordova 2.1.0 `CordovaLib` zur **Automatischen Reference Counting (ARC)**ver
 11. Anschließend aktualisieren Ihre `CordovaLib` Teilprojekt Verweis. Beginnend mit Cordova 2.1.0, wir verwenden nicht die CORDOVALIB Xcode-Variable nicht mehr wo verweisen auf `CordovaLib` befindet, der Verweis ist eine absolute Dateiverweis jetzt.
     
     1.  Terminal.app starten
-    2.  Gehen Sie zu dem <a href="../../../cordova/storage/storage.html">Speicher</a>ort, wo Sie Cordova installiert (siehe Schritt 1), in der `bin` Unterverzeichnis
+    2.  Gehen Sie zu dem Speicherort, wo Sie Cordova installiert (siehe Schritt 1), in der `bin` Unterverzeichnis
     3.  Führen Sie das Skript unten, wo der erste Parameter ist der Pfad zu Ihrem Projekts `.xcodeproj` Datei:
         
         `Update_cordova_subproject Pfad/zu/Ihrem/Projekt/xcodeproj`

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.5.0/guide/platforms/win8/index.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.5.0/guide/platforms/win8/index.md b/www/docs/de/3.5.0/guide/platforms/win8/index.md
index 609f0e0..89c792b 100644
--- a/www/docs/de/3.5.0/guide/platforms/win8/index.md
+++ b/www/docs/de/3.5.0/guide/platforms/win8/index.md
@@ -22,12 +22,12 @@ license: >
 
 Diese Anleitung zeigt Ihre Entwicklungsumgebung SDK einrichten, Cordova apps für Windows 8 bereitstellen. Finden Sie im folgenden detaillierte Plattform-spezifischen Informationen:
 
-*   <a href="upgrading.html">Aktualisieren von Windows 8</a>
-*   <a href="tools.html">Windows 8-Befehlszeilentools</a>
+*   Aktualisieren von Windows 8
+*   Windows 8-Befehlszeilentools
 
 Die Befehlszeilentools, die oben beziehen sich auf Versionen vor 3.0 Cordova. Informationen über die aktuelle Schnittstelle finden Sie unter The Command-Line Interface.
 
-Microsoft als veraltet markiert den Namen *Metro-Style apps* in Windows 8 und Windows RT. MSDN bezieht sich jetzt auf diese app als ein *Windows-<a href="../../../cordova/storage/storage.html">Speicher</a>* -app, und dieser Anleitung folgt dieser Konvention. Darüber hinaus bedeutet in diesem Handbuch *Windows 8* Windows 8 und Windows RT.
+Microsoft als veraltet markiert den Namen *Metro-Style apps* in Windows 8 und Windows RT. MSDN bezieht sich jetzt auf diese app als ein *Windows-Speicher* -app, und dieser Anleitung folgt dieser Konvention. Darüber hinaus bedeutet in diesem Handbuch *Windows 8* Windows 8 und Windows RT.
 
 ## Anforderungen
 
@@ -81,13 +81,13 @@ Sie können bereits mit der *HTML/JavaScript verfolgen* in Windows Store apps ve
             <script src="/js/default.js"></script>
         
 
-*   Hinzufügen einer `<a href="../../../cordova/events/events.deviceready.html">deviceready</a>` Handler veranschaulicht Cordova arbeitet:
+*   Hinzufügen einer `deviceready` Handler veranschaulicht Cordova arbeitet:
     
         <body>
             <p>Content goes here</p>
             <script type="text/javascript">
                 console.log("Subscribing...");
-                document.addEventListener("<a href="../../../cordova/events/events.deviceready.html">deviceready</a>", function () {
+                document.addEventListener("deviceready", function () {
                     navigator.notification.alert("The device is ready!");
                 });
             </script>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.5.0/guide/platforms/win8/tools.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.5.0/guide/platforms/win8/tools.md b/www/docs/de/3.5.0/guide/platforms/win8/tools.md
index 23a3f07..7579267 100644
--- a/www/docs/de/3.5.0/guide/platforms/win8/tools.md
+++ b/www/docs/de/3.5.0/guide/platforms/win8/tools.md
@@ -24,7 +24,7 @@ Die `cordova` Befehlszeilen-Dienstprogramm ist ein High-Level Tool, das Ihnen er
 
  [1]: http://cordova.apache.org
 
-Informationen über die Low-Level-Befehlszeilenschnittstelle, die Plugins ermöglicht, finden Sie unter Verwendung von Plugman zu Plugins verwalten. Eine <a href="../../overview/index.html">Übersicht</a> finden Sie unter Application Plugins.
+Informationen über die Low-Level-Befehlszeilenschnittstelle, die Plugins ermöglicht, finden Sie unter Verwendung von Plugman zu Plugins verwalten. Eine Übersicht finden Sie unter Application Plugins.
 
 ## Windows 8
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.5.0/guide/platforms/wp7/index.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.5.0/guide/platforms/wp7/index.md b/www/docs/de/3.5.0/guide/platforms/wp7/index.md
index 1e391f8..3697828 100644
--- a/www/docs/de/3.5.0/guide/platforms/wp7/index.md
+++ b/www/docs/de/3.5.0/guide/platforms/wp7/index.md
@@ -24,9 +24,9 @@ Diese Anleitung zeigt Ihre Entwicklungsumgebung SDK einrichten, Cordova apps fü
 
 Finden Sie im folgenden detaillierte Plattform-spezifischen Informationen, die für beide Versionen gilt:
 
-*   <a href="../wp8/upgrading.html">Aktualisieren von Windows Phone</a>
-*   <a href="../wp8/plugin.html">Windows Phone Plugins</a>
-*   <a href="../wp8/tools.html">Windows Phone Befehlszeilentools</a>
+*   Aktualisieren von Windows Phone
+*   Windows Phone Plugins
+*   Windows Phone Befehlszeilentools
 
 Die Befehlszeilentools, die oben beziehen sich auf Versionen vor 3.0 Cordova. Informationen über die aktuelle Schnittstelle finden Sie unter The Command-Line Interface.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.5.0/guide/platforms/wp8/index.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.5.0/guide/platforms/wp8/index.md b/www/docs/de/3.5.0/guide/platforms/wp8/index.md
index cb7997f..7e98174 100644
--- a/www/docs/de/3.5.0/guide/platforms/wp8/index.md
+++ b/www/docs/de/3.5.0/guide/platforms/wp8/index.md
@@ -20,13 +20,13 @@ license: >
 
 # Handbuch für die Plattform von Windows Phone-8
 
-Diese Anleitung zeigt Ihre Entwicklungsumgebung SDK einrichten, Cordova apps für Windows Phone 8 Geräte bereitstellen. Wenn Sie 7,5 und 8 Geräte ansprechen möchten, entwickeln Sie für Windows Phone 7 statt wie in der <a href="../wp7/index.html">Windows Phone 7 Plattform Guide</a> detailliert dargestellt. Version 7 verfügt nicht über die erweiterten Funktionen in Internet Explorer 10 enthalten, aber den gleichen Satz von APIs implementiert. Windows Phone 8 apps tun *nicht* laufen auf Windows Phone 7 Geräte.
+Diese Anleitung zeigt Ihre Entwicklungsumgebung SDK einrichten, Cordova apps für Windows Phone 8 Geräte bereitstellen. Wenn Sie 7,5 und 8 Geräte ansprechen möchten, entwickeln Sie für Windows Phone 7 statt wie in der Windows Phone 7 Plattform Guide detailliert dargestellt. Version 7 verfügt nicht über die erweiterten Funktionen in Internet Explorer 10 enthalten, aber den gleichen Satz von APIs implementiert. Windows Phone 8 apps tun *nicht* laufen auf Windows Phone 7 Geräte.
 
 Finden Sie im folgenden detaillierte Plattform-spezifischen Informationen, die für beide Versionen gilt:
 
-*   <a href="upgrading.html">Aktualisieren von Windows Phone</a>
-*   <a href="plugin.html">Windows Phone Plugins</a>
-*   <a href="tools.html">Windows Phone Befehlszeilentools</a>
+*   Aktualisieren von Windows Phone
+*   Windows Phone Plugins
+*   Windows Phone Befehlszeilentools
 
 Die Befehlszeilentools, die oben beziehen sich auf Versionen vor 3.0 Cordova. Informationen über die aktuelle Schnittstelle finden Sie unter The Command-Line Interface.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.5.0/guide/platforms/wp8/plugin.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.5.0/guide/platforms/wp8/plugin.md b/www/docs/de/3.5.0/guide/platforms/wp8/plugin.md
index 37c65ef..cbefd79 100644
--- a/www/docs/de/3.5.0/guide/platforms/wp8/plugin.md
+++ b/www/docs/de/3.5.0/guide/platforms/wp8/plugin.md
@@ -144,7 +144,7 @@ Bei der Interpretation der Argumente, `try` / `catch` Blöcke zu helfen, schlech
 
 ## Plugin XML
 
-Die folgenden veranschaulicht die `plugin.xml` Datei, um ein Plugin Quellcode Dateien auf der Windows Phone Plattform anzugeben. Details zu den verfügbaren Optionen finden Sie unter Application Plugins für einen Überblick und <a href="../../../plugin_ref/spec.html">Plugin-Spezifikation</a>.
+Die folgenden veranschaulicht die `plugin.xml` Datei, um ein Plugin Quellcode Dateien auf der Windows Phone Plattform anzugeben. Details zu den verfügbaren Optionen finden Sie unter Application Plugins für einen Überblick und Plugin-Spezifikation.
 
 *   Das `<source-file>` -Element definiert alle Plugin-Ressourcen, z. B. *CS*, *XAML*, *. xaml.cs*, und *dll* -Dateien und Bild-Assets.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.5.0/guide/platforms/wp8/tools.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.5.0/guide/platforms/wp8/tools.md b/www/docs/de/3.5.0/guide/platforms/wp8/tools.md
index 7ff3ff7..69c6fb6 100644
--- a/www/docs/de/3.5.0/guide/platforms/wp8/tools.md
+++ b/www/docs/de/3.5.0/guide/platforms/wp8/tools.md
@@ -24,7 +24,7 @@ Die `cordova` Befehlszeilen-Dienstprogramm ist ein High-Level Tool, das Ihnen er
 
  [1]: http://cordova.apache.org
 
-Informationen über die Low-Level-Befehlszeilenschnittstelle, die Plugins ermöglicht, finden Sie unter Verwendung von Plugman zu Plugins verwalten. Eine <a href="../../overview/index.html">Übersicht</a> finden Sie unter Application Plugins.
+Informationen über die Low-Level-Befehlszeilenschnittstelle, die Plugins ermöglicht, finden Sie unter Verwendung von Plugman zu Plugins verwalten. Eine Übersicht finden Sie unter Application Plugins.
 
 ## Windows Phone
 
@@ -56,7 +56,7 @@ Führen Sie den `create` Befehl, der vorhandenen Pfad für das Projekt, die Reve
     >.\wp8\bin\create PathToNewProject [ PackageName ] [ AppName ]
     
     >PathToNewProject : The path to where you wish to create the project
-    >PackageName      : The namespace for the project (default is Cordova.<a href="../../../cordova/storage/storage.opendatabase.html">Example</a>)
+    >PackageName      : The namespace for the project (default is Cordova.Example)
     >AppName          : The name of the application (default is CordovaWP8AppProj or CordovaWP7AppProj)
     
     >examples:

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.5.0/guide/support/index.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.5.0/guide/support/index.md b/www/docs/de/3.5.0/guide/support/index.md
index fb75ee0..534797d 100644
--- a/www/docs/de/3.5.0/guide/support/index.md
+++ b/www/docs/de/3.5.0/guide/support/index.md
@@ -443,7 +443,7 @@ Im folgenden wird die Gruppe von Entwicklungs-Tools und APIs verfügbar-Gerät f
       
       <tr>
         <th>
-          <a href="cordova_events_events.md.html"><a href="../../cordova/events/events.html">Veranstaltungen</a></a>
+          <a href="cordova_events_events.md.html">Veranstaltungen</a>
         </th>
         
         <td data-col="amazon-fireos" class="y">
@@ -724,7 +724,7 @@ Im folgenden wird die Gruppe von Entwicklungs-Tools und APIs verfügbar-Gerät f
       
       <tr>
         <th>
-          <a href="cordova_storage_storage.md.html"><a href="../../cordova/storage/storage.html">Speicher</a></a>
+          <a href="cordova_storage_storage.md.html">Speicher</a>
         </th>
         
         <td data-col="amazon-fireos" class="y">

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.5.0/index.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.5.0/index.md b/www/docs/de/3.5.0/index.md
index 8e36b9f..bdce1a1 100644
--- a/www/docs/de/3.5.0/index.md
+++ b/www/docs/de/3.5.0/index.md
@@ -26,87 +26,87 @@ license: >
   <ul>
     <li>
       <h2>
-        <a href="guide/overview/index.html">Übersicht</a>
+        Übersicht
       </h2>
       
       <span>Beginnen Sie hier, wenn Sie Cordova Neuland.</span>
     </li>
     <li>
       <h2>
-        <a href="guide/support/index.html">Plattformunterstützung</a>
+        Plattformunterstützung
       </h2>
       
       <span>Kompatibilitätstabelle für alle wichtigen Funktionen.</span>
     </li>
     <li>
       <h2>
-        <a href="guide/cli/index.html">Die Befehlszeilenschnittstelle</a>
+        Die Befehlszeilenschnittstelle
       </h2>
       
       <span>Erstellen, erstellen und Bereitstellen von der Befehlszeile aus.</span>
     </li>
     <li>
       <h2>
-        <a href="guide/platforms/index.html">Plattform-Guides</a>
+        Plattform-Guides
       </h2>
       
       <span>Jede SDK und Update Projekte</span>
     </li>
     <li>
       <h2>
-        <a href="plugin_ref/plugman.html">Plugins verwalten mithilfe Plugman</a>
+        Plugins verwalten mithilfe Plugman
       </h2>
       
       <span>Verwenden Plugman zum Verwalten von Plugins ohne CLI</span>
     </li>
     <li>
       <h2>
-        <a href="config_ref/index.html">Die Datei config.xml</a> Datei
+        Die Datei config.xml Datei
       </h2>
       
       <span>Die Features Ihrer Anwendung anpassen.</span>
     </li>
     <li>
       <h2>
-        <a href="config_ref/images.html">Symbole und Splash-Screens</a>
+        Symbole und Splash-Screens
       </h2>
       
       <span>Die app Anzeigen von Bildern anpassen.</span>
     </li>
     <li>
       <h2>
-        <a href="guide/hybrid/webviews/index.html">Einbetten von Webansichten für</a>
+        Einbetten von Webansichten für
       </h2>
       
       <span>Implementieren Sie die Cordova WebView in Ihrem Projekt.</span>
     </li>
     <li>
       <h2>
-        <a href="guide/hybrid/plugins/index.html">Plugin-Entwicklung-Guide</a>
+        Plugin-Entwicklung-Guide
       </h2>
       
       <span>Entwickeln Sie Ihre erste Plugin.</span>
     </li>
     <li>
       <h2>
-        <a href="guide/appdev/privacy/index.html">Datenschutz-Guide</a>
+        Datenschutz-Guide
       </h2>
       
       <span>Erfahren Sie mehr über wichtige mobile Datenschutzprobleme.</span>
     </li>
     <li>
       <h2>
-        <a href="guide/appdev/whitelist/index.html">Whitelist-Guide</a>
+        Whitelist-Guide
       </h2>
       
       <span>Gewähren Sie eine Anwendungszugriff auf externe Ressourcen.</span>
     </li>
     <li>
       <h2>
-        <a href="cordova/storage/storage.html">Speicher</a>
+        Speicher
       </h2>
       
-      <span>Eine <a href="guide/overview/index.html">Übersicht</a> über native Storage-Optionen.</span>
+      <span>Eine Übersicht über native Storage-Optionen.</span>
     </li>
     <li>
       <h2>
@@ -124,14 +124,14 @@ license: >
   <ul>
     <li>
       <h2>
-        <a href="cordova/events/events.html">Veranstaltungen</a>
+        Veranstaltungen
       </h2>
       
       <span>Haken Sie in systemeigene Ereignisse durch JavaScript.</span>
     </li>
     <li>
       <h2>
-        <a href="cordova/plugins/pluginapis.html">Plugin APIs</a>
+        Plugin APIs
       </h2>
       
       <span>Entdecken Sie, welche Plugins Cordova zur Verwendung in Ihrem Projekt verfügbar sind.</span>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.5.0/plugin_ref/plugman.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.5.0/plugin_ref/plugman.md b/www/docs/de/3.5.0/plugin_ref/plugman.md
index 2c1cd58..f64003f 100644
--- a/www/docs/de/3.5.0/plugin_ref/plugman.md
+++ b/www/docs/de/3.5.0/plugin_ref/plugman.md
@@ -64,7 +64,7 @@ Weitere Parameter:
 
 *   `--plugins_dir`standardmaessig `<project>/cordova/plugins` , aber kann jedes Verzeichnis ein Unterverzeichnis für jeden abgerufenen Plugin.
 *   `--www`der Standardwert ist des Projekts `www` Ordnerspeicherort, kann jedoch jedes Verzeichnis, das als Cordova Projekt Anwendung Web Vermögenswerte verwendet werden.
-*   `--variable`ermöglicht es, bestimmte Variablen zum Zeitpunkt der Installation notwendig für bestimmte Plugins, die die API-Schlüssel oder andere benutzerdefinierte, benutzerdefinierte Parameter angeben. Finden Sie die [<a href="spec.html">Plugin-Spezifikation</a>][4] für weitere Informationen.
+*   `--variable`ermöglicht es, bestimmte Variablen zum Zeitpunkt der Installation notwendig für bestimmte Plugins, die die API-Schlüssel oder andere benutzerdefinierte, benutzerdefinierte Parameter angeben. Finden Sie die [Plugin-Spezifikation][4] für weitere Informationen.
 
  [4]: plugin_spec.md
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.5.0/plugin_ref/spec.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.5.0/plugin_ref/spec.md b/www/docs/de/3.5.0/plugin_ref/spec.md
index 72353b5..88156e6 100644
--- a/www/docs/de/3.5.0/plugin_ref/spec.md
+++ b/www/docs/de/3.5.0/plugin_ref/spec.md
@@ -262,7 +262,7 @@ Die `<source-file>` Element identifiziert ausführbare Quellcodes, die in ein Pr
 
 Es unterstützt die folgenden Attribute:
 
-*   `src`(erforderlich): <a href="../cordova/storage/storage.html">Speicher</a>ort der Datei relativ zum `plugin.xml` . Wenn die `src` Datei nicht gefunden, Plugman beendet und kehrt die Installation, gibt eine Benachrichtigung über das Problem und beendet mit einem NULL-Code.
+*   `src`(erforderlich): Speicherort der Datei relativ zum `plugin.xml` . Wenn die `src` Datei nicht gefunden, Plugman beendet und kehrt die Installation, gibt eine Benachrichtigung über das Problem und beendet mit einem NULL-Code.
 
 *   `target-dir`: Ein Verzeichnis, in dem die Dateien sollen, relativ zum Stammverzeichnis des Projektes Cordova kopiert werden. In der Praxis ist das wichtigste für Java-basierte Plattformen, wo eine Datei in die `com.alunny.foo` Paket muss in das `com/alunny/foo` Verzeichnis. Für Plattformen, wo das Quellverzeichnis nicht wichtig ist, sollte dieses Attribut weggelassen werden.
     
@@ -310,7 +310,7 @@ Es unterstützt die folgenden Attribute:
     
     Das Ziel kann Platzhalter enthalten ( `*` ) Elemente. In diesem Fall Plugman rekursiv durchsucht die Verzeichnisstruktur des Projekts und verwendet die erste Übereinstimmung.
     
-    Auf iOS, der <a href="../cordova/storage/storage.html">Speicher</a>ort der Konfigurationsdateien relativ zum Stammverzeichnis des Projekt-Verzeichnis ist nicht bekannt, also ein Ziel angeben `config.xml` löst in`cordova-ios-project/MyAppName/config.xml`.
+    Auf iOS, der Speicherort der Konfigurationsdateien relativ zum Stammverzeichnis des Projekt-Verzeichnis ist nicht bekannt, also ein Ziel angeben `config.xml` löst in`cordova-ios-project/MyAppName/config.xml`.
     
     Wenn die angegebene Datei nicht vorhanden ist, wird das Tool ignoriert die Konfigurationsänderung und wird die Installation fortgesetzt.
 
@@ -362,7 +362,7 @@ Wie Quelle, Ressourcen- und Header-Dateien, aber speziell für Plattformen wie B
 
 Unterstützte Attribute:
 
-*   `src`(erforderlich): der <a href="../cordova/storage/storage.html">Speicher</a>ort der Datei relativ zum `plugin.xml` . Wenn `src` nicht auffindbar, Plugman beendet und kehrt die Installation Probleme eine Warnung über das Problem und beendet mit einem NULL-Code.
+*   `src`(erforderlich): der Speicherort der Datei relativ zum `plugin.xml` . Wenn `src` nicht auffindbar, Plugman beendet und kehrt die Installation Probleme eine Warnung über das Problem und beendet mit einem NULL-Code.
 
 *   `arch`: Die Architektur, für die die `.so` Datei erstellt wurde, entweder `device` oder`simulator`.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/edge/config_ref/images.md
----------------------------------------------------------------------
diff --git a/www/docs/de/edge/config_ref/images.md b/www/docs/de/edge/config_ref/images.md
index 494f788..5a35c7b 100644
--- a/www/docs/de/edge/config_ref/images.md
+++ b/www/docs/de/edge/config_ref/images.md
@@ -29,7 +29,7 @@ Beim Arbeiten in der CLI Sie können definieren app obige über `<icon>` Element
         <icon src="res/ios/icon.png" platform="ios" width="57" height="57" density="mdpi" />
     
 
-Src: (erforderlich) gibt den <a href="../cordova/storage/storage.html">Speicher</a>ort der Bilddatei, im Verhältnis zu Ihrem Projektverzeichnis
+Src: (erforderlich) gibt den Speicherort der Bilddatei, im Verhältnis zu Ihrem Projektverzeichnis
 
 Plattform: (optional) Zielplattform
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/edge/config_ref/index.md
----------------------------------------------------------------------
diff --git a/www/docs/de/edge/config_ref/index.md b/www/docs/de/edge/config_ref/index.md
index 31c2473..135c084 100644
--- a/www/docs/de/edge/config_ref/index.md
+++ b/www/docs/de/edge/config_ref/index.md
@@ -40,11 +40,11 @@ Wenn die CLI ein Projekt erstellen, werden in verschiedenen Versionen dieser Dat
 
 Dieser Abschnitt beschreibt globale und Cross-Plattform-Konfigurationsoptionen. Finden Sie in den folgenden Abschnitten für Plattform-spezifische Optionen:
 
-*   <a href="../guide/platforms/ios/config.html">iOS Konfiguration</a>
-*   <a href="../guide/platforms/android/config.html">Android Konfiguration</a>
-*   <a href="../guide/platforms/blackberry10/config.html">BlackBerry 10 Konfiguration</a>
+*   iOS Konfiguration
+*   Android Konfiguration
+*   BlackBerry 10 Konfiguration
 
-Neben der verschiedenen Konfigurationsoptionen unten können Sie auch eine Anwendung Kernsatz von Bildern für jede Zielplattform konfigurieren. Weitere Informationen finden Sie unter <a href="images.html">Symbole und Splash-Screens</a>.
+Neben der verschiedenen Konfigurationsoptionen unten können Sie auch eine Anwendung Kernsatz von Bildern für jede Zielplattform konfigurieren. Weitere Informationen finden Sie unter Symbole und Splash-Screens.
 
 ## Kern-Konfigurationselemente
 
@@ -53,7 +53,7 @@ In diesem Beispiel wird den Standardwert `config.xml` erzeugt durch der CLI `cre
         <widget id="com.example.hello" version="0.0.1">
             <name>HelloWorld</name>
             <description>
-                A sample Apache Cordova application that responds to the <a href="../cordova/events/events.deviceready.html">deviceready</a> event.
+                A sample Apache Cordova application that responds to the deviceready event.
             </description>
             <author email="dev@callback.apache.org" href="http://cordova.io">
                 Apache Cordova Team
@@ -75,13 +75,13 @@ Die folgenden Konfigurationselemente in der obersten Ebene angezeigt `config.xml
 
 *   Der optionale `<content>` -Element definiert die app Startseite in der obersten Ebene Webverzeichnis Vermögenswerte. Der Standardwert ist `index.html` , die üblicherweise in einem Projekt angezeigt wird, ist der obersten Ebene `www` Verzeichnis.
 
-*   `<access>`Elemente definieren den Satz der externen Domänen, die, denen die app erlaubt ist, zu kommunizieren. Der Standardwert, der oben gezeigten ermöglicht es, jeden beliebigen Server zugreifen. Finden Sie im Domain-<a href="../guide/appdev/whitelist/index.html">Whitelist-Guide</a> für Details.
+*   `<access>`Elemente definieren den Satz der externen Domänen, die, denen die app erlaubt ist, zu kommunizieren. Der Standardwert, der oben gezeigten ermöglicht es, jeden beliebigen Server zugreifen. Finden Sie im Domain-Whitelist-Guide für Details.
 
 *   Die `<preference>` Tag stellt verschiedene Optionen als Paare von `name` / `value` Attribute. Jede Vorliebe `name` ist case-insensitive. Viele Einstellungen sind nur für bestimmte Plattformen, wie oben auf dieser Seite aufgeführt. In den folgenden Abschnitten beschreiben die Einstellungen, die für mehrere Plattformen gelten.
 
 ### Zusätzliche Versionsverwaltung
 
-Sowohl Android als auch iOS Unterstützung eine zweite Versionszeichenfolge (oder Anzahl) zusätzlich zu dem oben sichtbar im app-<a href="../cordova/storage/storage.html">Speicher</a>, [VersionCode][2] für Android und [CFBundleVersion][3] für iOS. Unten ist ein Beispiel, das VersionCode und CFBundleVersion explizit festlegt
+Sowohl Android als auch iOS Unterstützung eine zweite Versionszeichenfolge (oder Anzahl) zusätzlich zu dem oben sichtbar im app-Speicher, [VersionCode][2] für Android und [CFBundleVersion][3] für iOS. Unten ist ein Beispiel, das VersionCode und CFBundleVersion explizit festlegt
 
  [2]: http://developer.android.com/tools/publishing/versioning.html
  [3]: http://stackoverflow.com/questions/4933093/cfbundleversion-in-the-info-plist-upload-error

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/edge/cordova/events/events.backbutton.md
----------------------------------------------------------------------
diff --git a/www/docs/de/edge/cordova/events/events.backbutton.md b/www/docs/de/edge/cordova/events/events.backbutton.md
index 418d6d3..f017506 100644
--- a/www/docs/de/edge/cordova/events/events.backbutton.md
+++ b/www/docs/de/edge/cordova/events/events.backbutton.md
@@ -27,9 +27,9 @@ Das Ereignis wird ausgelöst, wenn der Benutzer den "zurück"-Button drückt.
 
 ## Details
 
-Um das zurück-Button Standardverhalten überschreiben, registriert einen Ereignis-Listener für das `backbutton` Ereignis in der Regel durch den Aufruf `document.addEventListener` sobald Sie erhalten die `<a href="events.deviceready.html">deviceready</a>` Ereignis. Es ist nicht mehr notwendig, jede andere Methode zum Überschreiben der zurück-Button aufrufen.
+Um das zurück-Button Standardverhalten überschreiben, registriert einen Ereignis-Listener für das `backbutton` Ereignis in der Regel durch den Aufruf `document.addEventListener` sobald Sie erhalten die `deviceready` Ereignis. Es ist nicht mehr notwendig, jede andere Methode zum Überschreiben der zurück-Button aufrufen.
 
-## <a href="../../config_ref/images.html">Unterstützte Plattformen</a>
+## Unterstützte Plattformen
 
 *   Amazon Fire OS
 *   Android
@@ -50,7 +50,7 @@ Um das zurück-Button Standardverhalten überschreiben, registriert einen Ereign
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Back Button <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Back Button Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
@@ -58,7 +58,7 @@ Um das zurück-Button Standardverhalten überschreiben, registriert einen Ereign
         // Wait for device API libraries to load
         //
         function onLoad() {
-            document.addEventListener("<a href="events.deviceready.html">deviceready</a>", onDeviceReady, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
     
         // device APIs are available

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/edge/cordova/events/events.deviceready.md
----------------------------------------------------------------------
diff --git a/www/docs/de/edge/cordova/events/events.deviceready.md b/www/docs/de/edge/cordova/events/events.deviceready.md
index 8ce819a..2dac954 100644
--- a/www/docs/de/edge/cordova/events/events.deviceready.md
+++ b/www/docs/de/edge/cordova/events/events.deviceready.md
@@ -35,7 +35,7 @@ Das `deviceready` -Ereignis wird ausgelöst, sobald Cordova vollständig geladen
 
 Das `deviceready` Ereignis verhält sich etwas anders als von anderen. Ein Ereignishandler registriert nach der `deviceready` -Ereignis ausgelöst hat die Callback-Funktion aufgerufen, sofort.
 
-## <a href="../../config_ref/images.html">Unterstützte Plattformen</a>
+## Unterstützte Plattformen
 
 *   Amazon Fire OS
 *   Android
@@ -59,7 +59,7 @@ Das `deviceready` Ereignis verhält sich etwas anders als von anderen. Ein Ereig
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Device Ready <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Device Ready Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/edge/cordova/events/events.endcallbutton.md
----------------------------------------------------------------------
diff --git a/www/docs/de/edge/cordova/events/events.endcallbutton.md b/www/docs/de/edge/cordova/events/events.endcallbutton.md
index 63fe282..6822976 100644
--- a/www/docs/de/edge/cordova/events/events.endcallbutton.md
+++ b/www/docs/de/edge/cordova/events/events.endcallbutton.md
@@ -29,9 +29,9 @@ Dieses Ereignis wird ausgelöst, wenn der Benutzer die End-Call-Taste drückt.
 
 Das Ereignis überschreibt das Standardverhalten des End-Aufruf.
 
-Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal einen Ereignis-Listener hinzufügen das `<a href="events.deviceready.html">deviceready</a>` -Ereignis ausgelöst.
+Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal einen Ereignis-Listener hinzufügen das `deviceready` -Ereignis ausgelöst.
 
-## <a href="../../config_ref/images.html">Unterstützte Plattformen</a>
+## Unterstützte Plattformen
 
 *   BlackBerry 10
 
@@ -50,7 +50,7 @@ Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal ei
                           "http://www.w3.org/TR/html4/strict.dtd">
     <html>
       <head>
-        <title>End Call Button <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>End Call Button Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
@@ -58,7 +58,7 @@ Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal ei
         // Wait for device API libraries to load
         //
         function onLoad() {
-            document.addEventListener("<a href="events.deviceready.html">deviceready</a>", onDeviceReady, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
     
         // device APIs are available

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/edge/cordova/events/events.md
----------------------------------------------------------------------
diff --git a/www/docs/de/edge/cordova/events/events.md b/www/docs/de/edge/cordova/events/events.md
index 2c40c52..d4813d3 100644
--- a/www/docs/de/edge/cordova/events/events.md
+++ b/www/docs/de/edge/cordova/events/events.md
@@ -24,16 +24,16 @@ license: >
 
 ## Ereignistypen
 
-*   <a href="events.deviceready.html">deviceready</a>
-*   <a href="events.pause.html">pause</a>
-*   <a href="events.resume.html">resume</a>
-*   <a href="events.backbutton.html">backbutton</a>
-*   <a href="events.menubutton.html">menubutton</a>
-*   <a href="events.searchbutton.html">searchbutton</a>
-*   <a href="events.startcallbutton.html">startcallbutton</a>
-*   <a href="events.endcallbutton.html">endcallbutton</a>
-*   <a href="events.volumedownbutton.html">volumedownbutton</a>
-*   <a href="events.volumeupbutton.html">volumeupbutton</a>
+*   deviceready
+*   pause
+*   resume
+*   backbutton
+*   menubutton
+*   searchbutton
+*   startcallbutton
+*   endcallbutton
+*   volumedownbutton
+*   volumeupbutton
 
 ## Veranstaltungen von [Cordova-Plugin-Batterie-Status][1] hinzugefügt
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/edge/cordova/events/events.menubutton.md
----------------------------------------------------------------------
diff --git a/www/docs/de/edge/cordova/events/events.menubutton.md b/www/docs/de/edge/cordova/events/events.menubutton.md
index 3fbbdc2..032bd30 100644
--- a/www/docs/de/edge/cordova/events/events.menubutton.md
+++ b/www/docs/de/edge/cordova/events/events.menubutton.md
@@ -29,9 +29,9 @@ Das Ereignis wird ausgelöst, wenn der Benutzer die Menü-Taste drückt.
 
 Anwenden eines Event-handlers überschreibt das Standardverhalten der Menü-Taste.
 
-Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal einen Ereignis-Listener hinzufügen das `<a href="events.deviceready.html">deviceready</a>` -Ereignis ausgelöst.
+Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal einen Ereignis-Listener hinzufügen das `deviceready` -Ereignis ausgelöst.
 
-## <a href="../../config_ref/images.html">Unterstützte Plattformen</a>
+## Unterstützte Plattformen
 
 *   Amazon Fire OS
 *   Android
@@ -52,7 +52,7 @@ Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal ei
                           "http://www.w3.org/TR/html4/strict.dtd">
     <html>
       <head>
-        <title>Menu Button <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Menu Button Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
@@ -60,7 +60,7 @@ Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal ei
         // Wait for device API libraries to load
         //
         function onLoad() {
-            document.addEventListener("<a href="events.deviceready.html">deviceready</a>", onDeviceReady, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
     
         // device APIs are available

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/edge/cordova/events/events.pause.md
----------------------------------------------------------------------
diff --git a/www/docs/de/edge/cordova/events/events.pause.md b/www/docs/de/edge/cordova/events/events.pause.md
index 7bf526a..0475aa2 100644
--- a/www/docs/de/edge/cordova/events/events.pause.md
+++ b/www/docs/de/edge/cordova/events/events.pause.md
@@ -29,9 +29,9 @@ Das Ereignis wird ausgelöst, wenn eine Anwendung in den Hintergrund gelegt wird
 
 Das `pause` -Ereignis wird ausgelöst, wenn die einheitlichen Plattform die Anwendung in den Hintergrund, in der Regel, setzt wenn der Benutzer zu einer anderen Anwendung wechselt.
 
-Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal einen Ereignis-Listener hinzufügen das `<a href="events.deviceready.html">deviceready</a>` -Ereignis ausgelöst.
+Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal einen Ereignis-Listener hinzufügen das `deviceready` -Ereignis ausgelöst.
 
-## <a href="../../config_ref/images.html">Unterstützte Plattformen</a>
+## Unterstützte Plattformen
 
 *   Amazon Fire OS
 *   Android
@@ -54,7 +54,7 @@ Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal ei
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Pause <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Pause Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
@@ -62,7 +62,7 @@ Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal ei
         // Wait for device API libraries to load
         //
         function onLoad() {
-            document.addEventListener("<a href="events.deviceready.html">deviceready</a>", onDeviceReady, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
     
         // device APIs are available


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[39/51] [partial] docs commit: Reverting autolinking change because of inconsistencies.

Posted by db...@apache.org.
http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.4.0/cordova/events/events.startcallbutton.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.4.0/cordova/events/events.startcallbutton.md b/www/docs/de/3.4.0/cordova/events/events.startcallbutton.md
index ba139df..2968fb8 100644
--- a/www/docs/de/3.4.0/cordova/events/events.startcallbutton.md
+++ b/www/docs/de/3.4.0/cordova/events/events.startcallbutton.md
@@ -29,7 +29,7 @@ Das Ereignis wird ausgelöst, wenn der Benutzer die Startschaltfläche drückt.
 
 Wenn Sie das Start-Aufruf Standardverhalten überschreiben möchten registrieren Sie einen Ereignis-Listener für das `startcallbutton` Ereignis.
 
-Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal einen Ereignis-Listener hinzufügen das `<a href="events.deviceready.html">deviceready</a>` -Ereignis ausgelöst.
+Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal einen Ereignis-Listener hinzufügen das `deviceready` -Ereignis ausgelöst.
 
 ## Unterstützte Plattformen
 
@@ -50,7 +50,7 @@ Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal ei
                           "http://www.w3.org/TR/html4/strict.dtd">
     <html>
       <head>
-        <title>Start Call Button <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Start Call Button Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
@@ -58,7 +58,7 @@ Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal ei
         // Wait for device API libraries to load
         //
         function onLoad() {
-            document.addEventListener("<a href="events.deviceready.html">deviceready</a>", onDeviceReady, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
     
         // device APIs are available

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.4.0/cordova/events/events.volumedownbutton.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.4.0/cordova/events/events.volumedownbutton.md b/www/docs/de/3.4.0/cordova/events/events.volumedownbutton.md
index d102f7f..19a239a 100644
--- a/www/docs/de/3.4.0/cordova/events/events.volumedownbutton.md
+++ b/www/docs/de/3.4.0/cordova/events/events.volumedownbutton.md
@@ -29,7 +29,7 @@ Das Ereignis wird ausgelöst, wenn der Benutzer die Lautstärke-Taste drückt.
 
 Wenn Sie die Standard-Lautstärke reduzieren Verhalten überschreiben müssen erfassen Sie einen Ereignis-Listener für das `volumedownbutton` Ereignis.
 
-Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal einen Ereignis-Listener hinzufügen das `<a href="events.deviceready.html">deviceready</a>` -Ereignis ausgelöst.
+Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal einen Ereignis-Listener hinzufügen das `deviceready` -Ereignis ausgelöst.
 
 ## Unterstützte Plattformen
 
@@ -50,7 +50,7 @@ Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal ei
                           "http://www.w3.org/TR/html4/strict.dtd">
     <html>
       <head>
-        <title>Volume Down Button <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Volume Down Button Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
@@ -58,7 +58,7 @@ Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal ei
         // Wait for device API libraries to load
         //
         function onLoad() {
-            document.addEventListener("<a href="events.deviceready.html">deviceready</a>", onDeviceReady, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
     
         // device APIs are available

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.4.0/cordova/events/events.volumeupbutton.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.4.0/cordova/events/events.volumeupbutton.md b/www/docs/de/3.4.0/cordova/events/events.volumeupbutton.md
index 1e131e4..99343d5 100644
--- a/www/docs/de/3.4.0/cordova/events/events.volumeupbutton.md
+++ b/www/docs/de/3.4.0/cordova/events/events.volumeupbutton.md
@@ -29,7 +29,7 @@ Das Ereignis wird ausgelöst, wenn der Benutzer die Lauter Taste drückt.
 
 Wenn Sie die Standard-Lautstärke erhöhen Verhalten überschreiben müssen registrieren Sie einen Ereignis-Listener für das `volumeupbutton` Ereignis.
 
-Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal einen Ereignis-Listener hinzufügen das `<a href="events.deviceready.html">deviceready</a>` -Ereignis ausgelöst.
+Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal einen Ereignis-Listener hinzufügen das `deviceready` -Ereignis ausgelöst.
 
 ## Unterstützte Plattformen
 
@@ -50,7 +50,7 @@ Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal ei
                           "http://www.w3.org/TR/html4/strict.dtd">
     <html>
       <head>
-        <title>Volume Up Button <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Volume Up Button Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
@@ -58,7 +58,7 @@ Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal ei
         // Wait for device API libraries to load
         //
         function onLoad() {
-            document.addEventListener("<a href="events.deviceready.html">deviceready</a>", onDeviceReady, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
     
         // device APIs are available

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.4.0/cordova/storage/database/database.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.4.0/cordova/storage/database/database.md b/www/docs/de/3.4.0/cordova/storage/database/database.md
index 1030ec9..1084d9a 100644
--- a/www/docs/de/3.4.0/cordova/storage/database/database.md
+++ b/www/docs/de/3.4.0/cordova/storage/database/database.md
@@ -30,7 +30,7 @@ Ermöglicht den Zugriff auf eine SQL-Datenbank.
 
 ## Informationen
 
-Die `window.<a href="../storage.opendatabase.html">openDatabase</a>()` -Methode gibt ein `Database` Objekt.
+Die `window.openDatabase()` -Methode gibt ein `Database` Objekt.
 
 ## Unterstützte Plattformen
 
@@ -56,13 +56,13 @@ Die `window.<a href="../storage.opendatabase.html">openDatabase</a>()` -Methode
         alert("success!");
     }
     
-    var db = window.<a href="../storage.opendatabase.html">openDatabase</a>("Database", "1.0", "Cordova Demo", 200000);
+    var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
     db.transaction(populateDB, errorCB, successCB);
     
 
 ## Änderung Version kleines Beispiel
 
-    var db = window.<a href="../storage.opendatabase.html">openDatabase</a>("Database", "1.0", "Cordova Demo", 200000);
+    var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
     db.changeVersion("1.0", "1.1");
     
 
@@ -71,19 +71,19 @@ Die `window.<a href="../storage.opendatabase.html">openDatabase</a>()` -Methode
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Storage <a href="../storage.opendatabase.html">Example</a></title>
+        <title>Storage Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
     
         // Wait for device API libraries to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", onDeviceReady, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
     
         // device APIs are available
         //
         function onDeviceReady() {
-            var db = window.<a href="../storage.opendatabase.html">openDatabase</a>("Database", "1.0", "Cordova Demo", 200000);
+            var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
             db.transaction(populateDB, errorCB, successCB);
         }
     
@@ -111,7 +111,7 @@ Die `window.<a href="../storage.opendatabase.html">openDatabase</a>()` -Methode
         </script>
       </head>
       <body>
-        <h1><a href="../storage.opendatabase.html">Example</a></h1>
+        <h1>Example</h1>
         <p>Database</p>
       </body>
     </html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.4.0/cordova/storage/localstorage/localstorage.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.4.0/cordova/storage/localstorage/localstorage.md b/www/docs/de/3.4.0/cordova/storage/localstorage/localstorage.md
index 9755e8f..92bddcf 100644
--- a/www/docs/de/3.4.0/cordova/storage/localstorage/localstorage.md
+++ b/www/docs/de/3.4.0/cordova/storage/localstorage/localstorage.md
@@ -20,7 +20,7 @@ license: >
 
 # localStorage
 
-Ermöglicht den Zugriff auf die W3C [Web-<a href="../storage.html">Speicher</a>schnittstelle][1]
+Ermöglicht den Zugriff auf die W3C [Web-Speicherschnittstelle][1]
 
  [1]: http://dev.w3.org/html5/webstorage/#the-localstorage-attribute
 
@@ -42,7 +42,7 @@ Ermöglicht den Zugriff auf die W3C [Web-<a href="../storage.html">Speicher</a>s
 
 ## Informationen
 
-Die `window.localStorage` -Schnittstelle implementiert die W3C [Web-<a href="../storage.html">Speicher</a>schnittstelle][2]. Eine app kann damit um persistente Daten mithilfe von Schlüssel-Wert-Paaren zu speichern. Die `window.sessionStorage` Schnittstelle funktioniert genauso in jeder Hinsicht, es sei denn, dass alle Daten jedes Mal die app schließt deaktiviert ist. Jede <a href="../database/database.html">Datenbank</a> bietet einen separaten Namespace.
+Die `window.localStorage` -Schnittstelle implementiert die W3C [Web-Speicherschnittstelle][2]. Eine app kann damit um persistente Daten mithilfe von Schlüssel-Wert-Paaren zu speichern. Die `window.sessionStorage` Schnittstelle funktioniert genauso in jeder Hinsicht, es sei denn, dass alle Daten jedes Mal die app schließt deaktiviert ist. Jede Datenbank bietet einen separaten Namespace.
 
  [2]: http://dev.w3.org/html5/webstorage/
 
@@ -85,14 +85,14 @@ Die `window.localStorage` -Schnittstelle implementiert die W3C [Web-<a href="../
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Storage <a href="../storage.opendatabase.html">Example</a></title>
+        <title>Storage Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
     
         // Wait for device API libraries to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", onDeviceReady, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
     
         // device APIs are available
         //
@@ -111,7 +111,7 @@ Die `window.localStorage` -Schnittstelle implementiert die W3C [Web-<a href="../
         </script>
       </head>
       <body>
-        <h1><a href="../storage.opendatabase.html">Example</a></h1>
+        <h1>Example</h1>
         <p>localStorage</p>
       </body>
     </html>
@@ -119,4 +119,4 @@ Die `window.localStorage` -Schnittstelle implementiert die W3C [Web-<a href="../
 
 ## Windows Phone 7 Macken
 
-Punktnotation ist *nicht* für Windows Phone 7 verfügbar. Verwenden Sie `setItem` oder `getItem` , anstatt auf Tasten direkt aus dem <a href="../storage.html">Speicher</a>objekt, wie z.B.`window.localStorage.someKey`.
\ No newline at end of file
+Punktnotation ist *nicht* für Windows Phone 7 verfügbar. Verwenden Sie `setItem` oder `getItem` , anstatt auf Tasten direkt aus dem Speicherobjekt, wie z.B.`window.localStorage.someKey`.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.4.0/cordova/storage/parameters/display_name.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.4.0/cordova/storage/parameters/display_name.md b/www/docs/de/3.4.0/cordova/storage/parameters/display_name.md
index a45cfa4..6d8c773 100644
--- a/www/docs/de/3.4.0/cordova/storage/parameters/display_name.md
+++ b/www/docs/de/3.4.0/cordova/storage/parameters/display_name.md
@@ -20,4 +20,4 @@ license: >
 
 # database_displayname
 
-Der Anzeigename der <a href="../database/database.html">Datenbank</a>.
\ No newline at end of file
+Der Anzeigename der Datenbank.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.4.0/cordova/storage/parameters/name.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.4.0/cordova/storage/parameters/name.md b/www/docs/de/3.4.0/cordova/storage/parameters/name.md
index 3964838..a2a0889 100644
--- a/www/docs/de/3.4.0/cordova/storage/parameters/name.md
+++ b/www/docs/de/3.4.0/cordova/storage/parameters/name.md
@@ -20,4 +20,4 @@ license: >
 
 # database_name
 
-Der Name der <a href="../database/database.html">Datenbank</a>.
\ No newline at end of file
+Der Name der Datenbank.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.4.0/cordova/storage/parameters/size.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.4.0/cordova/storage/parameters/size.md b/www/docs/de/3.4.0/cordova/storage/parameters/size.md
index 8ec6c1b..84ed02c 100644
--- a/www/docs/de/3.4.0/cordova/storage/parameters/size.md
+++ b/www/docs/de/3.4.0/cordova/storage/parameters/size.md
@@ -20,4 +20,4 @@ license: >
 
 # database_size
 
-Die Grösse der <a href="../database/database.html">Datenbank</a> in Bytes.
\ No newline at end of file
+Die Grösse der Datenbank in Bytes.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.4.0/cordova/storage/parameters/version.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.4.0/cordova/storage/parameters/version.md b/www/docs/de/3.4.0/cordova/storage/parameters/version.md
index 3a959ca..ee4cb8c 100644
--- a/www/docs/de/3.4.0/cordova/storage/parameters/version.md
+++ b/www/docs/de/3.4.0/cordova/storage/parameters/version.md
@@ -20,4 +20,4 @@ license: >
 
 # database_version
 
-Die Version der <a href="../database/database.html">Datenbank</a>.
\ No newline at end of file
+Die Version der Datenbank.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.4.0/cordova/storage/sqlerror/sqlerror.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.4.0/cordova/storage/sqlerror/sqlerror.md b/www/docs/de/3.4.0/cordova/storage/sqlerror/sqlerror.md
index 4d3a1db..3ac441b 100644
--- a/www/docs/de/3.4.0/cordova/storage/sqlerror/sqlerror.md
+++ b/www/docs/de/3.4.0/cordova/storage/sqlerror/sqlerror.md
@@ -41,4 +41,4 @@ A `SQLError` Objekt wird ausgelöst, wenn ein Fehler auftritt.
 
 ## Beschreibung
 
-Das `SQLError` Objekt wird ausgelöst, wenn ein Fehler auftritt, wenn eine <a href="../database/database.html">Datenbank</a> zu manipulieren.
\ No newline at end of file
+Das `SQLError` Objekt wird ausgelöst, wenn ein Fehler auftritt, wenn eine Datenbank zu manipulieren.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.4.0/cordova/storage/sqlresultset/sqlresultset.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.4.0/cordova/storage/sqlresultset/sqlresultset.md b/www/docs/de/3.4.0/cordova/storage/sqlresultset/sqlresultset.md
index c0b099e..bff869d 100644
--- a/www/docs/de/3.4.0/cordova/storage/sqlresultset/sqlresultset.md
+++ b/www/docs/de/3.4.0/cordova/storage/sqlresultset/sqlresultset.md
@@ -20,19 +20,19 @@ license: >
 
 # SQLResultSet
 
-Wenn eine `<a href="../sqltransaction/sqltransaction.html">SQLTransaction</a>` des Objekts `executeSql` -Methode wird aufgerufen, der angegebene Rückruf führt mit einem `SQLResultSet` Parameter.
+Wenn eine `SQLTransaction` des Objekts `executeSql` -Methode wird aufgerufen, der angegebene Rückruf führt mit einem `SQLResultSet` Parameter.
 
 ## Eigenschaften
 
-*   **InsertId**: die Zeilen-ID der Zeile, die die `SQLResultSet` des Objekts-SQL-Anweisung, die in die <a href="../database/database.html">Datenbank</a> eingefügt.
+*   **InsertId**: die Zeilen-ID der Zeile, die die `SQLResultSet` des Objekts-SQL-Anweisung, die in die Datenbank eingefügt.
 
 *   **RowsAffected**: die Anzahl der Zeilen geändert werden, indem die SQL-Anweisung, die 0 (null), wenn die Anweisung keine Zeilen nicht ausgewirkt hat.
 
-*   **Zeilen**: eine `<a href="../sqlresultsetrowlist/sqlresultsetrowlist.html">SQLResultSetRowList</a>` , die die zurückgegebenen Zeilen darstellen, empty, wenn keine Zeilen zurückgegeben werden.
+*   **Zeilen**: eine `SQLResultSetRowList` , die die zurückgegebenen Zeilen darstellen, empty, wenn keine Zeilen zurückgegeben werden.
 
 ## Informationen
 
-Wenn eine `<a href="../sqltransaction/sqltransaction.html">SQLTransaction</a>` des Objekts `executeSql` -Methode wird aufgerufen, der angegebene Rückruf führt mit einer `SQLResultSet` Parameter mit den drei Eigenschaften:
+Wenn eine `SQLTransaction` des Objekts `executeSql` -Methode wird aufgerufen, der angegebene Rückruf führt mit einer `SQLResultSet` Parameter mit den drei Eigenschaften:
 
 *   Die `insertId` gibt die Zeilennummer einer successly SQL-Einfügung-Anweisung zurück. Wenn die SQL keine Zeilen einfügen wird die `insertId` nicht festgelegt.
 
@@ -68,7 +68,7 @@ Wenn eine `<a href="../sqltransaction/sqltransaction.html">SQLTransaction</a>` d
         alert("Error processing SQL: "+err.code);
     }
     
-    var db = window.<a href="../storage.opendatabase.html">openDatabase</a>("Database", "1.0", "Cordova Demo", 200000);
+    var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
     db.transaction(queryDB, errorCB);
     
 
@@ -77,14 +77,14 @@ Wenn eine `<a href="../sqltransaction/sqltransaction.html">SQLTransaction</a>` d
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Storage <a href="../storage.opendatabase.html">Example</a></title>
+        <title>Storage Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
     
         // Wait for device API libraries to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", onDeviceReady, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
     
         // Populate the database
         //
@@ -123,21 +123,21 @@ Wenn eine `<a href="../sqltransaction/sqltransaction.html">SQLTransaction</a>` d
         // Transaction success callback
         //
         function successCB() {
-            var db = window.<a href="../storage.opendatabase.html">openDatabase</a>("Database", "1.0", "Cordova Demo", 200000);
+            var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
             db.transaction(queryDB, errorCB);
         }
     
         // device APIs are available
         //
         function onDeviceReady() {
-            var db = window.<a href="../storage.opendatabase.html">openDatabase</a>("Database", "1.0", "Cordova Demo", 200000);
+            var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
             db.transaction(populateDB, errorCB, successCB);
         }
     
         </script>
       </head>
       <body>
-        <h1><a href="../storage.opendatabase.html">Example</a></h1>
+        <h1>Example</h1>
         <p>Database</p>
       </body>
     </html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.4.0/cordova/storage/sqlresultsetrowlist/sqlresultsetrowlist.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.4.0/cordova/storage/sqlresultsetrowlist/sqlresultsetrowlist.md b/www/docs/de/3.4.0/cordova/storage/sqlresultsetrowlist/sqlresultsetrowlist.md
index af0dfdf..be3e61e 100644
--- a/www/docs/de/3.4.0/cordova/storage/sqlresultsetrowlist/sqlresultsetrowlist.md
+++ b/www/docs/de/3.4.0/cordova/storage/sqlresultsetrowlist/sqlresultsetrowlist.md
@@ -18,9 +18,9 @@ license: >
     under the License.
 ---
 
-# <a href="../sqlresultset/sqlresultset.html">SQLResultSet</a>RowList
+# SQLResultSetRowList
 
-Eine der Eigenschaften von den `<a href="../sqlresultset/sqlresultset.html">SQLResultSet</a>` mit den Zeilen aus einer SQL-Abfrage zurückgegeben.
+Eine der Eigenschaften von den `SQLResultSet` mit den Zeilen aus einer SQL-Abfrage zurückgegeben.
 
 ## Eigenschaften
 
@@ -32,7 +32,7 @@ Eine der Eigenschaften von den `<a href="../sqlresultset/sqlresultset.html">SQLR
 
 ## Informationen
 
-Die `<a href="../sqlresultset/sqlresultset.html">SQLResultSet</a>RowList` enthält die Daten aus einer SQL zurückgegeben `select` Anweisung. Das Objekt enthält eine `length` Eigenschaft, die angibt, wie viele Zeilen der `select` Anweisung zurückgegeben. Um eine Zeile mit Daten abzurufen, rufen Sie die `item` -Methode, um einen Index angeben. Es gibt eine JavaScript `Object` deren Eigenschaften sind die <a href="../database/database.html">Datenbank</a>spalten der `select` Anweisung ausgeführt wurde.
+Die `SQLResultSetRowList` enthält die Daten aus einer SQL zurückgegeben `select` Anweisung. Das Objekt enthält eine `length` Eigenschaft, die angibt, wie viele Zeilen der `select` Anweisung zurückgegeben. Um eine Zeile mit Daten abzurufen, rufen Sie die `item` -Methode, um einen Index angeben. Es gibt eine JavaScript `Object` deren Eigenschaften sind die Datenbankspalten der `select` Anweisung ausgeführt wurde.
 
 ## Unterstützte Plattformen
 
@@ -59,7 +59,7 @@ Die `<a href="../sqlresultset/sqlresultset.html">SQLResultSet</a>RowList` enthä
             alert("Error processing SQL: "+err.code);
         }
     
-        var db = window.<a href="../storage.opendatabase.html">openDatabase</a>("Database", "1.0", "Cordova Demo", 200000);
+        var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
         db.transaction(queryDB, errorCB);
     
 
@@ -68,14 +68,14 @@ Die `<a href="../sqlresultset/sqlresultset.html">SQLResultSet</a>RowList` enthä
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Storage <a href="../storage.opendatabase.html">Example</a></title>
+        <title>Storage Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
     
         // Wait for device API libraries to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", onDeviceReady, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
     
         // Populate the database
         //
@@ -111,21 +111,21 @@ Die `<a href="../sqlresultset/sqlresultset.html">SQLResultSet</a>RowList` enthä
         // Transaction success callback
         //
         function successCB() {
-            var db = window.<a href="../storage.opendatabase.html">openDatabase</a>("Database", "1.0", "Cordova Demo", 200000);
+            var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
             db.transaction(queryDB, errorCB);
         }
     
         // device APIs are available
         //
         function onDeviceReady() {
-            var db = window.<a href="../storage.opendatabase.html">openDatabase</a>("Database", "1.0", "Cordova Demo", 200000);
+            var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
             db.transaction(populateDB, errorCB, successCB);
         }
     
         </script>
       </head>
       <body>
-        <h1><a href="../storage.opendatabase.html">Example</a></h1>
+        <h1>Example</h1>
         <p>Database</p>
       </body>
     </html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.4.0/cordova/storage/sqltransaction/sqltransaction.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.4.0/cordova/storage/sqltransaction/sqltransaction.md b/www/docs/de/3.4.0/cordova/storage/sqltransaction/sqltransaction.md
index c40e62c..7aada79 100644
--- a/www/docs/de/3.4.0/cordova/storage/sqltransaction/sqltransaction.md
+++ b/www/docs/de/3.4.0/cordova/storage/sqltransaction/sqltransaction.md
@@ -20,7 +20,7 @@ license: >
 
 # SQLTransaction
 
-Ermöglicht die Ausführung von SQL-Anweisungen für die <a href="../database/database.html">Datenbank</a>.
+Ermöglicht die Ausführung von SQL-Anweisungen für die Datenbank.
 
 ## Methoden
 
@@ -54,7 +54,7 @@ Aufrufen einer `Database` -Methode des Objekts Transaktion, Pässe ein `SQLTrans
         alert("success!");
     }
     
-    var db = window.<a href="../storage.opendatabase.html">openDatabase</a>("Database", "1.0", "Cordova Demo", 200000);
+    var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
     db.transaction(populateDB, errorCB, successCB);
     
 
@@ -63,19 +63,19 @@ Aufrufen einer `Database` -Methode des Objekts Transaktion, Pässe ein `SQLTrans
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Storage <a href="../storage.opendatabase.html">Example</a></title>
+        <title>Storage Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
     
         // Wait for device API libraries to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", onDeviceReady, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
     
         // device APIs are available
         //
         function onDeviceReady() {
-            var db = window.<a href="../storage.opendatabase.html">openDatabase</a>("Database", "1.0", "Cordova Demo", 200000);
+            var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
             db.transaction(populateDB, errorCB, successCB);
         }
     
@@ -103,7 +103,7 @@ Aufrufen einer `Database` -Methode des Objekts Transaktion, Pässe ein `SQLTrans
         </script>
       </head>
       <body>
-        <h1><a href="../storage.opendatabase.html">Example</a></h1>
+        <h1>Example</h1>
         <p>SQLTransaction</p>
       </body>
     </html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.4.0/cordova/storage/storage.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.4.0/cordova/storage/storage.md b/www/docs/de/3.4.0/cordova/storage/storage.md
index e40f13f..1817b97 100644
--- a/www/docs/de/3.4.0/cordova/storage/storage.md
+++ b/www/docs/de/3.4.0/cordova/storage/storage.md
@@ -20,9 +20,9 @@ license: >
 
 # Speicher
 
-> Eine <a href="../../guide/overview/index.html">Übersicht</a> über Storage-Optionen für Cordova.
+> Eine Übersicht über Storage-Optionen für Cordova.
 
-Mehrere Speicher-APIs sind für Cordova-Anwendungen verfügbar. Finden Sie unter [html5rocks][1]. eine vollständigere <a href="../../guide/overview/index.html">Übersicht</a> und Beispiele.
+Mehrere Speicher-APIs sind für Cordova-Anwendungen verfügbar. Finden Sie unter [html5rocks][1]. eine vollständigere Übersicht und Beispiele.
 
  [1]: http://www.html5rocks.com/en/features/storage
 
@@ -32,11 +32,11 @@ Auch bekannt als *web-Speicher*, *einfache Lagerung*, oder durch seine Alternati
 
  [2]: http://www.w3.org/TR/webstorage/
 
-**Windows Phone 7 Quirk**: Dot Notation ist *nicht* möglich, so sicher sein, verwenden Sie `setItem` oder `getItem` eher als Zugriffstasten direkt aus dem Speicherobjekt, wie in`window.<a href="localstorage/localstorage.html">localStorage</a>.someKey`.
+**Windows Phone 7 Quirk**: Dot Notation ist *nicht* möglich, so sicher sein, verwenden Sie `setItem` oder `getItem` eher als Zugriffstasten direkt aus dem Speicherobjekt, wie in`window.localStorage.someKey`.
 
 ## WebSQL
 
-Diese API ist verfügbar in den zugrunde liegenden WebView. Der [Web SQL Database-Spezifikation][3] bietet Zugriff auf weitere vollwertige <a href="database/database.html">Datenbank</a>tabellen über SQL-Abfragen.
+Diese API ist verfügbar in den zugrunde liegenden WebView. Der [Web SQL Database-Spezifikation][3] bietet Zugriff auf weitere vollwertige Datenbanktabellen über SQL-Abfragen.
 
  [3]: http://dev.w3.org/html5/webdatabase/
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.4.0/cordova/storage/storage.opendatabase.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.4.0/cordova/storage/storage.opendatabase.md b/www/docs/de/3.4.0/cordova/storage/storage.opendatabase.md
index 3ddaf5f..496abc4 100644
--- a/www/docs/de/3.4.0/cordova/storage/storage.opendatabase.md
+++ b/www/docs/de/3.4.0/cordova/storage/storage.opendatabase.md
@@ -22,12 +22,12 @@ license: >
 
 Gibt eine neue `Database` Objekt.
 
-    var dbShell = window.openDatabase(<a href="parameters/name.html">database_name</a>, <a href="parameters/version.html">database_version</a>, <a href="parameters/display_name.html">database_displayname</a>, <a href="parameters/size.html">database_size</a>);
+    var dbShell = window.openDatabase(database_name, database_version, database_displayname, database_size);
     
 
 ## Beschreibung
 
-Die Methode erstellt eine neue SQL-Lite <a href="database/database.html">Datenbank</a> und gibt ein `Database` -Objekt, das Manipulation der Daten ermöglicht.
+Die Methode erstellt eine neue SQL-Lite Datenbank und gibt ein `Database` -Objekt, das Manipulation der Daten ermöglicht.
 
 ## Unterstützte Plattformen
 
@@ -53,7 +53,7 @@ Die Methode erstellt eine neue SQL-Lite <a href="database/database.html">Datenba
     
         // Wait for device API libraries to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", onDeviceReady, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
     
         // device APIs are available
         //

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.4.0/guide/appdev/privacy/index.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.4.0/guide/appdev/privacy/index.md b/www/docs/de/3.4.0/guide/appdev/privacy/index.md
index 7aeeabe..47ab1d8 100644
--- a/www/docs/de/3.4.0/guide/appdev/privacy/index.md
+++ b/www/docs/de/3.4.0/guide/appdev/privacy/index.md
@@ -26,7 +26,7 @@ Leitfaden zur mobilen app Privatsphäre sollte eine *Grundierung* auf einige der
 
 *   **Privacy Policy**: Sie app sollte eine Datenschutzerklärung, die Themen wie welche Art von Informationen sammelt Ihre app von oder zu den Benutzern, wie diese Informationen verwendet werden, mit denen es geteilt ist, und wie Benutzer datenschutzrelevante Entscheidungen innerhalb der app machen können. Um Verständnis zu erleichtern, sollten Sie verwenden Klartext und vermeiden Fachjargon. Sie sollten Ihre Datenschutzrichtlinien für Benutzer überprüfen Sie vor dem Download, wie z. B. in der app-Beschreibung in der app-Marktplatz verfügbar machen. Darüber hinaus sollten Sie Ihre Datenschutzerklärung innerhalb der app selbst zur Verfügung stellen. Die geringe Größe von Handy-Displays schafft Herausforderungen für Anzeigen von Datenschutzrichtlinien für Benutzer. Ziehen Sie Entwicklung einer *Kurzform* der Politik mit den wichtigsten Informationen in Betracht, und geben Sie dann einen Link zu der "Langform" Politik für mehr Details interessiert. Mehrere Gruppen versuc
 hen, Icon-basierter Standards für die Datenschutz-Praktiken, die Sie betrachten wünschen können, sobald diese Standards ältere Kommunikation entwickeln.
 
-*   **Sammlung vertraulicher Informationen**: eine app-Sammlung von sensiblen persönlichen Informationen wichtig Datenschutz Bedenken. Beispiele für sensible persönliche Daten Finanzinformationen, Gesundheit Informationen und Daten von Kindern. Darüber hinaus Informationen aus bestimmten Sensoren und <a href="../../../cordova/storage/database/database.html">Datenbank</a>en, die in der Regel auf mobilen Geräten und Tabletten, wie Geolocation-Informationen, Kontakte/Telefonbuch, Mikrofon/Kamera und gespeicherte Bilder oder Videos gefunden. Die folgenden Dokumentationsseiten für weitere Informationen siehe: [Kamera][1]"," [erfassen][2]"," [Kontakte][3]"und" [Geolocation][4]. Im Allgemeinen sollten Sie erhalten die Berechtigung eines Benutzers ausdrücklich vor der Erhebung sensiblen Informationen und, wenn möglich, einen Kontrollmechanismus, der einem Benutzer ermöglicht, Berechtigungen zu ändern. App Betriebssystemen kann in einigen Fällen durch Vorlage von just-in-Time-Dial
 ogfelder, die Zustimmung des Benutzers vor Auflistung Fragen helfen. Sollten Sie in diesen Fällen nutzen jede Gelegenheit zum Anpassen des Text im Dialog zu klären, wie die app verwendet und gegebenenfalls diese Informationen teilt.
+*   **Sammlung vertraulicher Informationen**: eine app-Sammlung von sensiblen persönlichen Informationen wichtig Datenschutz Bedenken. Beispiele für sensible persönliche Daten Finanzinformationen, Gesundheit Informationen und Daten von Kindern. Darüber hinaus Informationen aus bestimmten Sensoren und Datenbanken, die in der Regel auf mobilen Geräten und Tabletten, wie Geolocation-Informationen, Kontakte/Telefonbuch, Mikrofon/Kamera und gespeicherte Bilder oder Videos gefunden. Die folgenden Dokumentationsseiten für weitere Informationen siehe: [Kamera][1]"," [erfassen][2]"," [Kontakte][3]"und" [Geolocation][4]. Im Allgemeinen sollten Sie erhalten die Berechtigung eines Benutzers ausdrücklich vor der Erhebung sensiblen Informationen und, wenn möglich, einen Kontrollmechanismus, der einem Benutzer ermöglicht, Berechtigungen zu ändern. App Betriebssystemen kann in einigen Fällen durch Vorlage von just-in-Time-Dialogfelder, die Zustimmung des Benutzers vor Auflistung Fragen h
 elfen. Sollten Sie in diesen Fällen nutzen jede Gelegenheit zum Anpassen des Text im Dialog zu klären, wie die app verwendet und gegebenenfalls diese Informationen teilt.
 
 *   **Vermeidung von Benutzer-Überraschung**: Wenn Ihre app sammelt oder Informationen in einer Weise, die möglicherweise überraschend für Benutzer im Lichte der Hauptzweck Ihrer Anwendung (z. B. ein Musik-Player, der auf die gespeicherten Bilder zugreift) verwendet, sollten Sie ähnliche Schritte wie bei der Auflistung von sensiblen persönlichen Informationen nehmen. Das heißt, sollten Sie dringend die Verwendung von just-in-Time-Dialogfelder informieren des Benutzers über die Sammlung oder Verwendung dieser Informationen und gegebenenfalls ein entsprechenden Datenschutz-Steuerelement bereitstellen.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.4.0/guide/cli/index.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.4.0/guide/cli/index.md b/www/docs/de/3.4.0/guide/cli/index.md
index 6ff4213..aa4c4ad 100644
--- a/www/docs/de/3.4.0/guide/cli/index.md
+++ b/www/docs/de/3.4.0/guide/cli/index.md
@@ -20,7 +20,7 @@ license: >
 
 # Die Befehlszeilenschnittstelle
 
-Diese Anleitung zeigt Ihnen, wie Anwendungen zu erstellen und auf verschiedene native mobile Plattformen mit Bereitstellen der `cordova` Befehlszeilenschnittstelle (CLI). Mit diesem Tool können Sie neue Projekte erstellen und bauen sie auf verschiedenen Plattformen laufen auf echten Geräten oder innerhalb von Emulatoren. Die CLI ist das wichtigste Hilfsmittel für die Cross-Plattform-Workflow verwenden (siehe die <a href="../overview/index.html">Übersicht</a> für eine Beschreibung der verschiedenen Workflows). Allerdings können Sie auch die CLI Projektcode, initialisiert werden, nach dem Sie verschiedene Plattformen SDKs und Shell-Hilfsmittel für die weitere Entwicklung verwenden.
+Diese Anleitung zeigt Ihnen, wie Anwendungen zu erstellen und auf verschiedene native mobile Plattformen mit Bereitstellen der `cordova` Befehlszeilenschnittstelle (CLI). Mit diesem Tool können Sie neue Projekte erstellen und bauen sie auf verschiedenen Plattformen laufen auf echten Geräten oder innerhalb von Emulatoren. Die CLI ist das wichtigste Hilfsmittel für die Cross-Plattform-Workflow verwenden (siehe die Übersicht für eine Beschreibung der verschiedenen Workflows). Allerdings können Sie auch die CLI Projektcode, initialisiert werden, nach dem Sie verschiedene Plattformen SDKs und Shell-Hilfsmittel für die weitere Entwicklung verwenden.
 
 ## Voraussetzungen
 
@@ -122,7 +122,7 @@ Lesen Sie weiter, wenn Sie das plattformübergreifende Workflow-Konzept (CLI) f
 
 ## Die App zu bauen
 
-In der Standardeinstellung der `cordova create` Skript generiert eine Skeletts Web-basierte Anwendung, deren Homepage des Projekts ist `www/index.html` Datei. Diese Anwendung zu bearbeiten, aber Sie wollen, aber Initialisierungen werden, als Teil angegeben sollte der `<a href="../../cordova/events/events.deviceready.html">deviceready</a>` -Ereignishandler, standardmäßig von verwiesen`www/js/index.js`.
+In der Standardeinstellung der `cordova create` Skript generiert eine Skeletts Web-basierte Anwendung, deren Homepage des Projekts ist `www/index.html` Datei. Diese Anwendung zu bearbeiten, aber Sie wollen, aber Initialisierungen werden, als Teil angegeben sollte der `deviceready` -Ereignishandler, standardmäßig von verwiesen`www/js/index.js`.
 
 Führen Sie den folgenden Befehl, um das Projekt iterativ zu erstellen:
 
@@ -199,7 +199,7 @@ Hier sind Beispiele für die Verwendung der CLI die app Features hinzugefügt:
         $ cordova plugin add org.apache.cordova.device
         
 
-*   Netzwerkverbindung und Batterie-<a href="../../cordova/events/events.html">Veranstaltungen</a>:
+*   Netzwerkverbindung und Batterie-Veranstaltungen:
     
         $ cordova plugin add org.apache.cordova.network-information
         $ cordova plugin add org.apache.cordova.battery-status
@@ -331,7 +331,7 @@ Stattdessen der obersten Ebene `merges` Verzeichnis bietet Ihnen einen Ort zu ge
 
 Wenn Sie das Projekt neu erstellen, verfügt die Android Version die benutzerdefinierte Schriftgröße, während andere unverändert bleiben.
 
-Sie können auch `merges` hinzufügen, Dateien nicht vorhanden, im Original `www` Verzeichnis. Beispielsweise eine app kann integrieren eine *Zurück-Schaltfläche* Grafik in die iOS-Benutzeroberfläche, gespeichert `merges/ios/img/back_button.png` , während die Android Version stattdessen erfassen kann `<a href="../../cordova/events/events.backbutton.html">backbutton</a>` Ereignisse über die entsprechende Taste.
+Sie können auch `merges` hinzufügen, Dateien nicht vorhanden, im Original `www` Verzeichnis. Beispielsweise eine app kann integrieren eine *Zurück-Schaltfläche* Grafik in die iOS-Benutzeroberfläche, gespeichert `merges/ios/img/back_button.png` , während die Android Version stattdessen erfassen kann `backbutton` Ereignisse über die entsprechende Taste.
 
 ## Hilfebefehle
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.4.0/guide/hybrid/plugins/index.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.4.0/guide/hybrid/plugins/index.md b/www/docs/de/3.4.0/guide/hybrid/plugins/index.md
index e0ac23b..c8cb756 100644
--- a/www/docs/de/3.4.0/guide/hybrid/plugins/index.md
+++ b/www/docs/de/3.4.0/guide/hybrid/plugins/index.md
@@ -35,7 +35,7 @@ Anwendungsentwickler verwenden der CLI `plugin add` Befehl (beschrieben in The C
         $ cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-device.git
     
 
-Das Plugin Repository muss eine Top-Level-Funktion `plugin.xml` manifest-Datei. Es gibt viele Möglichkeiten um diese Datei zu konfigurieren, die Informationen für die in der <a href="../../../plugin_ref/spec.html">Plugin-Spezifikation</a> verfügbar sind. Diese gekürzte Version von der `Device` Plugin bietet ein einfaches Beispiel, als Vorbild zu verwenden:
+Das Plugin Repository muss eine Top-Level-Funktion `plugin.xml` manifest-Datei. Es gibt viele Möglichkeiten um diese Datei zu konfigurieren, die Informationen für die in der Plugin-Spezifikation verfügbar sind. Diese gekürzte Version von der `Device` Plugin bietet ein einfaches Beispiel, als Vorbild zu verwenden:
 
         <?xml version="1.0" encoding="UTF-8"?>
         <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
@@ -131,11 +131,11 @@ Der Erfolg-Rückruf übergebenen `exec` ist lediglich ein Verweis auf die Callba
 
 Wenn Sie JavaScript für Ihr Plugin definieren, müssen Sie es mit mindestens einem nativen Implementierung zu ergänzen. Details für jede Plattform sind unten aufgeführt, und jede baut auf dem einfachen Echo-Plugin-Beispiel oben:
 
-*   <a href="../../platforms/amazonfireos/plugin.html">Amazon Fire OS Plugins</a>
-*   <a href="../../platforms/android/plugin.html">Android Plugins</a>
-*   <a href="../../platforms/ios/plugin.html">iOS Plugins</a>
-*   <a href="../../platforms/blackberry10/plugin.html">BlackBerry 10 Plugins</a>
-*   <a href="../../platforms/wp8/plugin.html">Windows Phone Plugins</a>
+*   Amazon Fire OS Plugins
+*   Android Plugins
+*   iOS Plugins
+*   BlackBerry 10 Plugins
+*   Windows Phone Plugins
 
 Tizen-Plattform unterstützt keine Plugins.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.4.0/guide/hybrid/webviews/index.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.4.0/guide/hybrid/webviews/index.md b/www/docs/de/3.4.0/guide/hybrid/webviews/index.md
index 3f68935..9138b5f 100644
--- a/www/docs/de/3.4.0/guide/hybrid/webviews/index.md
+++ b/www/docs/de/3.4.0/guide/hybrid/webviews/index.md
@@ -24,6 +24,6 @@ Cordova-Anwendungen werden normalerweise als eine Browser-basierte *WebView* inn
 
 Wenn einen WebView bereitstellen möchten, müssen Sie mit jedem native Programmierumgebung vertraut sein. Im folgenden finden Sie Anweisungen für die unterstützten Plattformen:
 
-*   <a href="../../platforms/amazonfireos/webview.html">Amazon Fire OS Webansichten für</a>
-*   <a href="../../platforms/android/webview.html">Android Webansichten für</a>
-*   <a href="../../platforms/ios/webview.html">iOS Webansichten für</a>
\ No newline at end of file
+*   Amazon Fire OS Webansichten für
+*   Android Webansichten für
+*   iOS Webansichten für
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.4.0/guide/overview/index.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.4.0/guide/overview/index.md b/www/docs/de/3.4.0/guide/overview/index.md
index 58595f8..dc2cd32 100644
--- a/www/docs/de/3.4.0/guide/overview/index.md
+++ b/www/docs/de/3.4.0/guide/overview/index.md
@@ -26,7 +26,7 @@ Verwenden Sie Cordova, falls Sie sind:
 
 *   mobile Entwickler und wollen eine Anwendung über mehrere Plattformen hinweg zu erweitern, ohne es erneut mit Sprache und Tool jede Plattform implementieren festgelegt.
 
-*   <a href="../../cordova/storage/storage.html">Speicher</a>n Portale, Webentwickler und wollen eine Webanwendung bereitstellen, die für den Vertrieb in verschiedenen app gepackt ist.
+*   Speichern Portale, Webentwickler und wollen eine Webanwendung bereitstellen, die für den Vertrieb in verschiedenen app gepackt ist.
 
 *   mobile Entwickler interessiert mischen systemeigene Anwendungskomponenten mit einer *WebView* (Browser-Fenster), die auf Geräteebene APIs, zugreifen kann oder wollen Sie eine Plugin-Schnittstelle zwischen systemeigenen und WebView Komponenten entwickeln.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.4.0/guide/platforms/amazonfireos/index.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.4.0/guide/platforms/amazonfireos/index.md b/www/docs/de/3.4.0/guide/platforms/amazonfireos/index.md
index b7c41cb..94a7dfc 100644
--- a/www/docs/de/3.4.0/guide/platforms/amazonfireos/index.md
+++ b/www/docs/de/3.4.0/guide/platforms/amazonfireos/index.md
@@ -24,9 +24,9 @@ Diese Anleitung zeigt Ihre Entwicklungsumgebung SDK einrichten, Cordova apps fü
 
 Finden Sie im folgenden detaillierte Plattform-spezifischen Informationen:
 
-*   <a href="config.html">Amazon Fire OS Konfiguration</a>
-*   <a href="webview.html">Amazon Fire OS Webansichten für</a>
-*   <a href="plugin.html">Amazon Fire OS Plugins</a>
+*   Amazon Fire OS Konfiguration
+*   Amazon Fire OS Webansichten für
+*   Amazon Fire OS Plugins
 
 ## Anforderungen und Unterstützung
 
@@ -72,7 +72,7 @@ Die PATH-Umgebung unter Windows 7 zu ändern:
         ;C:\Development\adt-bundle\sdk\platform-Tools;C:\Development\adt-bundle\sdk\tools
         
 
-*   <a href="../../../cordova/storage/storage.html">Speicher</a>n Sie den Wert und schließen Sie beide Dialogfelder zu.
+*   Speichern Sie den Wert und schließen Sie beide Dialogfelder zu.
 
 Sie müssen möglicherweise auch Java und Ant öffnen eine Eingabeaufforderung und geben aktivieren `java` , und geben Sie auch `ant` . Hängen Sie an den Pfad, welcher nicht ausgeführt:
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.4.0/guide/platforms/amazonfireos/plugin.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.4.0/guide/platforms/amazonfireos/plugin.md b/www/docs/de/3.4.0/guide/platforms/amazonfireos/plugin.md
index f64de77..f3b7543 100644
--- a/www/docs/de/3.4.0/guide/platforms/amazonfireos/plugin.md
+++ b/www/docs/de/3.4.0/guide/platforms/amazonfireos/plugin.md
@@ -20,7 +20,7 @@ license: >
 
 # Amazon Fire OS Plugins
 
-Folgen Sie den Anweisungen im Handbuch für das <a href="../android/plugin.html">Android Plugins</a> für einen Überblick über die Entwicklung von benutzerdefinierten Plugins.
+Folgen Sie den Anweisungen im Handbuch für das Android Plugins für einen Überblick über die Entwicklung von benutzerdefinierten Plugins.
 
 ## Echo Amazon Fire OS Plugin Beispiel
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.4.0/guide/platforms/android/config.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.4.0/guide/platforms/android/config.md b/www/docs/de/3.4.0/guide/platforms/android/config.md
index e30966c..fab7186 100644
--- a/www/docs/de/3.4.0/guide/platforms/android/config.md
+++ b/www/docs/de/3.4.0/guide/platforms/android/config.md
@@ -42,7 +42,7 @@ Die `config.xml` Datei steuert eine app-Grundeinstellungen, die für jede Anwend
         <preference name="SplashScreenDelay" value="10000"/>
         
 
-*   `InAppBrowserStorageEnabled`(Boolean, wird standardmäßig auf `true` ): Steuerelemente ob Seiten innerhalb einer InAppBrowser geöffnet können Zugriff auf die gleichen LocalStorage und WebSQL <a href="../../../cordova/storage/storage.html">Speicher</a> als Seiten mit Standardbrowser geöffnet.
+*   `InAppBrowserStorageEnabled`(Boolean, wird standardmäßig auf `true` ): Steuerelemente ob Seiten innerhalb einer InAppBrowser geöffnet können Zugriff auf die gleichen LocalStorage und WebSQL Speicher als Seiten mit Standardbrowser geöffnet.
     
         <preference name="InAppBrowserStorageEnabled" value="true"/>
         

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.4.0/guide/platforms/android/index.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.4.0/guide/platforms/android/index.md b/www/docs/de/3.4.0/guide/platforms/android/index.md
index df9cfa9..94970c3 100644
--- a/www/docs/de/3.4.0/guide/platforms/android/index.md
+++ b/www/docs/de/3.4.0/guide/platforms/android/index.md
@@ -24,11 +24,11 @@ Diese Anleitung zeigt wie Ihre Entwicklungsumgebung SDK eingerichtet, Cordova ap
 
 Finden Sie im folgenden detaillierte Plattform-spezifischen Informationen:
 
-*   <a href="config.html">Android-Konfiguration</a>
-*   <a href="webview.html">Android Webansichten für</a>
-*   <a href="plugin.html">Android Plugins</a>
-*   <a href="upgrading.html">Aktualisierung von Android</a>
-*   <a href="tools.html">Android-Befehlszeilenprogrammen</a>
+*   Android-Konfiguration
+*   Android Webansichten für
+*   Android Plugins
+*   Aktualisierung von Android
+*   Android-Befehlszeilenprogrammen
 
 Die Befehlszeilentools, die oben beziehen sich auf Versionen vor 3.0 Cordova. Informationen über die aktuelle Schnittstelle finden Sie unter The Command-Line Interface.
 
@@ -80,7 +80,7 @@ Die PATH-Umgebung unter Windows 7 zu ändern:
         ;C:\Development\adt-bundle\sdk\platform-tools;C:\Development\adt-bundle\sdk\tools
         
 
-*   <a href="../../../cordova/storage/storage.html">Speicher</a>n Sie den Wert und schließen Sie beide Dialogfelder zu.
+*   Speichern Sie den Wert und schließen Sie beide Dialogfelder zu.
 
 Sie müssen möglicherweise auch Java und Ant öffnen eine Eingabeaufforderung und geben aktivieren `java` , und geben Sie auch `ant` . Hängen Sie an den Pfad, welcher nicht ausgeführt:
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.4.0/guide/platforms/android/plugin.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.4.0/guide/platforms/android/plugin.md b/www/docs/de/3.4.0/guide/platforms/android/plugin.md
index 07cb8e6..4ea42be 100644
--- a/www/docs/de/3.4.0/guide/platforms/android/plugin.md
+++ b/www/docs/de/3.4.0/guide/platforms/android/plugin.md
@@ -24,7 +24,7 @@ Dieser Abschnitt enthält Informationen für das native Plugin-Code auf der Andr
 
  [1]: https://github.com/apache/cordova-android/blob/master/framework/src/org/apache/cordova/CordovaPlugin.java
 
-Android Plugins basieren auf Cordova-Android, bestehend aus einem Android WebView mit Haken verbunden. Plugins werden dargestellt als Klasse Zuordnungen in der `config.xml` Datei. Eine Plugin besteht aus mindestens einer Java-Klasse, die erweitert die `CordovaPlugin` -Klasse überschreiben eines seiner `execute` Methoden. Als beste Praxis, das Plugin sollte auch behandeln, `pause` und `resume` <a href="../../../cordova/events/events.html">Veranstaltungen</a>, zusammen mit jeder Nachrichtenaustausch zwischen Plugins. Plugins mit lang andauernden Anfragen, Hintergrundaktivitäten wie Medienwiedergabe, Zuhörer oder internen Zustand sollten Implementieren der `onReset()` -Methode. Es wird ausgeführt, wenn die `WebView` navigiert zu einer neuen Seite oder Aktualisierungen, die das JavaScript lädt.
+Android Plugins basieren auf Cordova-Android, bestehend aus einem Android WebView mit Haken verbunden. Plugins werden dargestellt als Klasse Zuordnungen in der `config.xml` Datei. Eine Plugin besteht aus mindestens einer Java-Klasse, die erweitert die `CordovaPlugin` -Klasse überschreiben eines seiner `execute` Methoden. Als beste Praxis, das Plugin sollte auch behandeln, `pause` und `resume` Veranstaltungen, zusammen mit jeder Nachrichtenaustausch zwischen Plugins. Plugins mit lang andauernden Anfragen, Hintergrundaktivitäten wie Medienwiedergabe, Zuhörer oder internen Zustand sollten Implementieren der `onReset()` -Methode. Es wird ausgeführt, wenn die `WebView` navigiert zu einer neuen Seite oder Aktualisierungen, die das JavaScript lädt.
 
 ## Plugin-Klasse Zuordnung
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.4.0/guide/platforms/android/tools.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.4.0/guide/platforms/android/tools.md b/www/docs/de/3.4.0/guide/platforms/android/tools.md
index 6523dfa..a847ae2 100644
--- a/www/docs/de/3.4.0/guide/platforms/android/tools.md
+++ b/www/docs/de/3.4.0/guide/platforms/android/tools.md
@@ -24,7 +24,7 @@ Die `cordova` Befehlszeilen-Dienstprogramm ist ein High-Level Tool, das Ihnen er
 
  [1]: http://cordova.apache.org
 
-Informationen über die Low-Level-Befehlszeilenschnittstelle, die Plugins ermöglicht, finden Sie unter Verwendung von Plugman zu Plugins verwalten. Eine <a href="../../overview/index.html">Übersicht</a> finden Sie unter Application Plugins.
+Informationen über die Low-Level-Befehlszeilenschnittstelle, die Plugins ermöglicht, finden Sie unter Verwendung von Plugman zu Plugins verwalten. Eine Übersicht finden Sie unter Application Plugins.
 
 ## Erstellen Sie ein Projekt
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.4.0/guide/platforms/android/webview.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.4.0/guide/platforms/android/webview.md b/www/docs/de/3.4.0/guide/platforms/android/webview.md
index 26fcb05..2f4692f 100644
--- a/www/docs/de/3.4.0/guide/platforms/android/webview.md
+++ b/www/docs/de/3.4.0/guide/platforms/android/webview.md
@@ -22,7 +22,7 @@ license: >
 
 In diesem Abschnitt veranschaulicht, wie eine Cordova-fähigen WebView Komponente innerhalb einer größeren Android Anwendung einbetten. Details darüber, wie diese Komponenten miteinander kommunizieren können finden Sie unter Application Plugins.
 
-Wenn Sie mit Android nicht vertraut sind, sollten Sie zunächst machen Sie sich vertraut mit der <a href="index.html">Android-Plattform-Guide</a> und haben die neuesten Android SDK installiert, bevor Sie versuchen die ungewöhnlicheren Entwicklungsoption einen WebView-Einbettung. Beginnend mit Cordova 1,9, die Android-Plattform setzt auf eine `CordovaWebView` -Komponente, die auf ein Vermächtnis baut `CordovaActivity` Komponente, die vor der 1.9 Version stammt.
+Wenn Sie mit Android nicht vertraut sind, sollten Sie zunächst machen Sie sich vertraut mit der Android-Plattform-Guide und haben die neuesten Android SDK installiert, bevor Sie versuchen die ungewöhnlicheren Entwicklungsoption einen WebView-Einbettung. Beginnend mit Cordova 1,9, die Android-Plattform setzt auf eine `CordovaWebView` -Komponente, die auf ein Vermächtnis baut `CordovaActivity` Komponente, die vor der 1.9 Version stammt.
 
 1.  Um diese Anweisungen befolgen, stellen Sie sicher, dass Sie die neueste Cordova-Verteilung. Von [cordova.apache.org][1] herunterladen Sie und entpacken Sie das Android-Paket.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.4.0/guide/platforms/blackberry/index.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.4.0/guide/platforms/blackberry/index.md b/www/docs/de/3.4.0/guide/platforms/blackberry/index.md
index 09b7d4b..179392c 100644
--- a/www/docs/de/3.4.0/guide/platforms/blackberry/index.md
+++ b/www/docs/de/3.4.0/guide/platforms/blackberry/index.md
@@ -23,9 +23,9 @@ license: >
 Diese Anleitung zeigt Ihnen wie ein SDK-Umfeld zu Zielanwendungen für die BlackBerry-Plattform vor Version 10 eingerichtet. Wenn Sie die aktuellste Version ansprechen möchten, finden Sie im BlackBerry-10-Plattform-Guide. Finden Sie im folgenden detaillierte Plattform-spezifischen Informationen:
 
 *   BlackBerry Configuration
-*   <a href="upgrading.html">Aktualisieren der BlackBerry</a>
-*   <a href="plugin.html">BlackBerry-Plugins</a>
-*   <a href="tools.html">BlackBerry-Befehlszeilentools</a>
+*   Aktualisieren der BlackBerry
+*   BlackBerry-Plugins
+*   BlackBerry-Befehlszeilentools
 
 Die Befehlszeilentools, die oben beziehen sich auf Versionen vor 3.0 Cordova. Informationen über die aktuelle Schnittstelle finden Sie unter The Command-Line Interface.
 
@@ -76,7 +76,7 @@ Herunterladen Sie und extrahieren Sie die neueste Kopie von [Cordova][1].
 
 *   Es ist ein Verzeichnis für jede Plattform, Cordova unterstützt. Navigieren Sie zu dem `blackberry` Verzeichnis.
 
-*   Das `blackberry` Verzeichnis enthält mehrere Unterverzeichnisse. Das `example` -Verzeichnis enthält ein komplettes Cordova-Projekt. Kopie der `example` Verzeichnis an einen anderen <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrem Computer, und dorthin navigieren.
+*   Das `blackberry` Verzeichnis enthält mehrere Unterverzeichnisse. Das `example` -Verzeichnis enthält ein komplettes Cordova-Projekt. Kopie der `example` Verzeichnis an einen anderen Speicherort auf Ihrem Computer, und dorthin navigieren.
 
 *   Bearbeiten Sie die `project.properties` Datei im WebWorks-SDK angeben Sie verwenden. Hier sind beispielsweise die jeweiligen Einstellungen für BlackBerry PlayBook, BlackBerry-Smartphone (OS5-7) oder BlackBerry 10 (QNX):
     

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.4.0/guide/platforms/blackberry/plugin.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.4.0/guide/platforms/blackberry/plugin.md b/www/docs/de/3.4.0/guide/platforms/blackberry/plugin.md
index 42b09db..ef19670 100644
--- a/www/docs/de/3.4.0/guide/platforms/blackberry/plugin.md
+++ b/www/docs/de/3.4.0/guide/platforms/blackberry/plugin.md
@@ -20,7 +20,7 @@ license: >
 
 # BlackBerry-Plugins
 
-Diese Anleitung zeigt, wie ein Echo-Plugin auf BlackBerry zu entwickeln. Die <a href="../../hybrid/plugins/index.html">Plugin-Entwicklung-Guide</a> bietet einen umfassenden Überblick, mit dem Sie bereits vertraut sein sollten, und dieser Anleitung nimmt wo es aufhört. Darüber hinaus das [Cordova BlackBerry-Repository][1] herunterladen.
+Diese Anleitung zeigt, wie ein Echo-Plugin auf BlackBerry zu entwickeln. Die Plugin-Entwicklung-Guide bietet einen umfassenden Überblick, mit dem Sie bereits vertraut sein sollten, und dieser Anleitung nimmt wo es aufhört. Darüber hinaus das [Cordova BlackBerry-Repository][1] herunterladen.
 
  [1]: https://git-wip-us.apache.org/repos/asf?p=cordova-blackberry-webworks.git;a=summary
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.4.0/guide/platforms/blackberry/tools.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.4.0/guide/platforms/blackberry/tools.md b/www/docs/de/3.4.0/guide/platforms/blackberry/tools.md
index 73bb6bc..d8b549c 100644
--- a/www/docs/de/3.4.0/guide/platforms/blackberry/tools.md
+++ b/www/docs/de/3.4.0/guide/platforms/blackberry/tools.md
@@ -36,7 +36,7 @@ Führen Sie den `create` Befehl, der vorhandenen Pfad für das Projekt, die rüc
 
 ## Erstellen eines Projekts
 
-Für BlackBerry-Projekte, stellen Sie sicher, Sie Anpassen der `project.properties` Datei im Root-Verzeichnis des Projekts Cordova. Du musst tun, um Ihr BlackBerry Unterzeichnung Kennwort angeben, und geben <a href="../../../cordova/storage/storage.html">Speicher</a>orte für BlackBerry WebWorks SDK und BlackBerry Emulator ausführbare Dateien.
+Für BlackBerry-Projekte, stellen Sie sicher, Sie Anpassen der `project.properties` Datei im Root-Verzeichnis des Projekts Cordova. Du musst tun, um Ihr BlackBerry Unterzeichnung Kennwort angeben, und geben Speicherorte für BlackBerry WebWorks SDK und BlackBerry Emulator ausführbare Dateien.
 
     $ /path/to/my_new_project/cordova/build <platform>
     $ /path/to/my_new_project/cordova/build.bat <platform>
@@ -44,7 +44,7 @@ Für BlackBerry-Projekte, stellen Sie sicher, Sie Anpassen der `project.properti
 
 ## Emulator starten
 
-Für BlackBerry-Projekte, stellen Sie sicher, Sie Anpassen der `project.properties` Datei in das Stammverzeichnis des Cordova Projekt. Du musst tun, um Ihr BlackBerry Unterzeichnung Kennwort angeben, und geben <a href="../../../cordova/storage/storage.html">Speicher</a>orte für BlackBerry WebWorks SDK und BlackBerry Emulator ausführbare Dateien.
+Für BlackBerry-Projekte, stellen Sie sicher, Sie Anpassen der `project.properties` Datei in das Stammverzeichnis des Cordova Projekt. Du musst tun, um Ihr BlackBerry Unterzeichnung Kennwort angeben, und geben Speicherorte für BlackBerry WebWorks SDK und BlackBerry Emulator ausführbare Dateien.
 
     $ /path/to/my_new_project/cordova/run <platform>
     

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.4.0/guide/platforms/blackberry/upgrading.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.4.0/guide/platforms/blackberry/upgrading.md b/www/docs/de/3.4.0/guide/platforms/blackberry/upgrading.md
index 6e42d1e..3668d66 100644
--- a/www/docs/de/3.4.0/guide/platforms/blackberry/upgrading.md
+++ b/www/docs/de/3.4.0/guide/platforms/blackberry/upgrading.md
@@ -26,7 +26,7 @@ Diese Anleitung zeigt wie BlackBerry Projekte geändert werden müssen um ein Up
 
 BlackBerry 10:
 
-1.  Herunterladen Sie und extrahieren Sie die Cordova 2.9.0-Quelle an einen permanenten <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrer Festplatte, zum Beispiel in`~/Cordova-2.9.0`.
+1.  Herunterladen Sie und extrahieren Sie die Cordova 2.9.0-Quelle an einen permanenten Speicherort auf Ihrer Festplatte, zum Beispiel in`~/Cordova-2.9.0`.
 
 2.  Beenden Sie alle laufenden SDK-Tools: Eclipse, Momentics und dergleichen.
 
@@ -40,7 +40,7 @@ BlackBerry 10:
 
 ### BlackBerryOS/Textbuch
 
-1.  Herunterladen Sie und extrahieren Sie die Cordova 2.9.0-Quelle an einen permanenten <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrer Festplatte, zum Beispiel in`~/Cordova-2.9.0`.
+1.  Herunterladen Sie und extrahieren Sie die Cordova 2.9.0-Quelle an einen permanenten Speicherort auf Ihrer Festplatte, zum Beispiel in`~/Cordova-2.9.0`.
 
 2.  Beenden Sie alle laufenden SDK-Tools: Eclipse, Momentics und dergleichen.
 
@@ -64,7 +64,7 @@ BlackBerry 10:
 
 BlackBerry 10 verwendet die neue CLI-Werkzeuge und Kern-APIs als Plugins verwaltet. Die Anweisungen Migrieren Ihres Projekts für ein neues Projekt, anstatt ein vorhandenes Projekt, aufgrund der Komplexität der Aktualisierung eines alten Projekts zu aktualisieren. Auch beachten Sie, dass die Cordova-Js--Datei Skript heißt jetzt 'cordova.js' und nicht mehr eine Versionszeichenfolge enthält.
 
-1.  Herunterladen Sie und extrahieren Sie die Cordova 2.8.0-Quelle an einen permanenten <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrer Festplatte, zum Beispiel in`~/Cordova-2.8.0`.
+1.  Herunterladen Sie und extrahieren Sie die Cordova 2.8.0-Quelle an einen permanenten Speicherort auf Ihrer Festplatte, zum Beispiel in`~/Cordova-2.8.0`.
 
 2.  Beenden Sie alle laufenden SDK-Tools: Eclipse, Momentics und dergleichen.
 
@@ -78,7 +78,7 @@ BlackBerry 10 verwendet die neue CLI-Werkzeuge und Kern-APIs als Plugins verwalt
 
 BlackBerryOS/Textbuch:
 
-1.  Herunterladen Sie und extrahieren Sie die Cordova 2.8.0-Quelle an einen permanenten <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrer Festplatte, zum Beispiel in`~/Cordova-2.8.0`.
+1.  Herunterladen Sie und extrahieren Sie die Cordova 2.8.0-Quelle an einen permanenten Speicherort auf Ihrer Festplatte, zum Beispiel in`~/Cordova-2.8.0`.
 
 2.  Beenden Sie alle laufenden SDK-Tools: Eclipse, Momentics und dergleichen.
 
@@ -98,7 +98,7 @@ BlackBerryOS/Textbuch:
 
 ## Upgrade 2.6.0 Projekte 2.7.0
 
-1.  Herunterladen Sie und extrahieren Sie die Cordova 2.7.0-Quelle an einen permanenten <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrer Festplatte, zum Beispiel in`~/Cordova-2.7.0`.
+1.  Herunterladen Sie und extrahieren Sie die Cordova 2.7.0-Quelle an einen permanenten Speicherort auf Ihrer Festplatte, zum Beispiel in`~/Cordova-2.7.0`.
 
 2.  Beenden Sie alle laufenden SDK-Tools: Eclipse, Momentics und dergleichen.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.4.0/guide/platforms/blackberry10/config.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.4.0/guide/platforms/blackberry10/config.md b/www/docs/de/3.4.0/guide/platforms/blackberry10/config.md
index 3fdb724..0e70a70 100644
--- a/www/docs/de/3.4.0/guide/platforms/blackberry10/config.md
+++ b/www/docs/de/3.4.0/guide/platforms/blackberry10/config.md
@@ -32,6 +32,6 @@ Die `config.xml` Datei steuert eine app-Grundeinstellungen, die für jede Anwend
         <preference name="PopupBlocker" value="enable"/>
         
 
-*   `WebSecurity`( `disable` oder Standard `enable` ): Legen Sie auf `disable` Web-Sicherheits-Einstellungen, den Zugriff auf remote-Inhalte aus unbekannten Quellen zu überschreiben. Diese Einstellung soll wie vor Entwicklung Bequemlichkeit nur, also dem Entfernen Verpackung Ihrer app für den Vertrieb. Für die veröffentlichten app sollte alle URIs bekannt und auf der weißen Liste mithilfe der `<access>` in die Domain-<a href="../../appdev/whitelist/index.html">Whitelist-Guide</a> beschriebene Element.
+*   `WebSecurity`( `disable` oder Standard `enable` ): Legen Sie auf `disable` Web-Sicherheits-Einstellungen, den Zugriff auf remote-Inhalte aus unbekannten Quellen zu überschreiben. Diese Einstellung soll wie vor Entwicklung Bequemlichkeit nur, also dem Entfernen Verpackung Ihrer app für den Vertrieb. Für die veröffentlichten app sollte alle URIs bekannt und auf der weißen Liste mithilfe der `<access>` in die Domain-Whitelist-Guide beschriebene Element.
     
         <preference name="WebSecurity" value="disable"/>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.4.0/guide/platforms/blackberry10/index.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.4.0/guide/platforms/blackberry10/index.md b/www/docs/de/3.4.0/guide/platforms/blackberry10/index.md
index 57d0ab2..49651de 100644
--- a/www/docs/de/3.4.0/guide/platforms/blackberry10/index.md
+++ b/www/docs/de/3.4.0/guide/platforms/blackberry10/index.md
@@ -20,7 +20,7 @@ license: >
 
 # Handbuch für die Plattform von BlackBerry 10
 
-Diese Anleitung zeigt wie Sie die Entwicklungsumgebung zum Erstellen und Bereitstellen von Cordova apps für BlackBerry 10 Geräte aufsetzen. Für frühere Versionen von BlackBerry müssen Sie einen anderen Satz von Befehlszeilentools, beschrieben im <a href="../blackberry/index.html">Handbuch der BlackBerry-Plattform</a> zu verwenden.
+Diese Anleitung zeigt wie Sie die Entwicklungsumgebung zum Erstellen und Bereitstellen von Cordova apps für BlackBerry 10 Geräte aufsetzen. Für frühere Versionen von BlackBerry müssen Sie einen anderen Satz von Befehlszeilentools, beschrieben im Handbuch der BlackBerry-Plattform zu verwenden.
 
 ## Anforderungen
 
@@ -60,7 +60,7 @@ Um einen Signaturschlüssel zu erhalten, gehen Sie zu \[BlackBerry Schlüssel Be
 
 Markieren Sie das erste Feld: "für BlackBerry10 Anwendungen mit BlackBerry NDK entwickelt" und dann anmelden oder erstellen eine BBID.
 
-Geben Sie ein Kennwort, und klicken Sie auf "Token erhalten", um bbidtoken.csk zu downloaden. <a href="../../../cordova/storage/storage.html">Speicher</a>n Sie diese Datei auf den standardmäßigen <a href="../../../cordova/storage/storage.html">Speicher</a>ort für Ihr Betriebssystem, die auf der Downloadseite angezeigt wird.
+Geben Sie ein Kennwort, und klicken Sie auf "Token erhalten", um bbidtoken.csk zu downloaden. Speichern Sie diese Datei auf den standardmäßigen Speicherort für Ihr Betriebssystem, die auf der Downloadseite angezeigt wird.
 
 Der letzte Schritt ist ein Signaturzertifikat zu generieren:
 
@@ -136,9 +136,9 @@ Verwendung `--release` zu eine Release-Version zu erstellen, die für Verteilung
 
 Die `--keystorepass` Option gibt das Kennwort, die Sie beim Konfigurieren des Computers zum Signieren definiert Anwendungen.
 
-## An anderen <a href="../../../cordova/storage/storage.html">Speicher</a>orten bereitstellen
+## An anderen Speicherorten bereitstellen
 
-Die Anleitung oben übernehmen ein Gerät über USB angeschlossen ist oder ein Simulator auf dem lokalen Computer ausgeführt wird. Es ist auch möglich, an anderen <a href="../../../cordova/storage/storage.html">Speicher</a>orten bereitstellen.
+Die Anleitung oben übernehmen ein Gerät über USB angeschlossen ist oder ein Simulator auf dem lokalen Computer ausgeführt wird. Es ist auch möglich, an anderen Speicherorten bereitstellen.
 
 Eine weitere Gruppe von Befehlszeilen-Dienstprogramme sind enthalten, wenn Sie die BlackBerry 10-Plattform für Ihr Projekt einrichten. Der folgende Befehl, in diesem Fall aus dem Projektverzeichnis auf oberster Ebene aufgerufen verknüpft ein Ziel mit dem Namen *emu* mit einer IP-Adresse.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.4.0/guide/platforms/blackberry10/plugin.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.4.0/guide/platforms/blackberry10/plugin.md b/www/docs/de/3.4.0/guide/platforms/blackberry10/plugin.md
index 8fdde69..6a0c3ee 100644
--- a/www/docs/de/3.4.0/guide/platforms/blackberry10/plugin.md
+++ b/www/docs/de/3.4.0/guide/platforms/blackberry10/plugin.md
@@ -35,9 +35,9 @@ Eine Cordova-Plugin für BlackBerry 10 enthält sowohl JavaScript als auch nativ
 
 ## Erstellen der systemeigenen Klasse
 
-Um den einheitlichen Teil Ihr Plugin zu erstellen, öffnen Sie die BlackBerry 10 NDK IDE, und wählen Sie **Datei → neu → BlackBerry Project → Native Erweiterung → BlackBerry 10**. Geben Sie den gewünschten Projektnamen und den <a href="../../../cordova/storage/storage.html">Speicher</a>ort, und drücken Sie **Fertig stellen**.
+Um den einheitlichen Teil Ihr Plugin zu erstellen, öffnen Sie die BlackBerry 10 NDK IDE, und wählen Sie **Datei → neu → BlackBerry Project → Native Erweiterung → BlackBerry 10**. Geben Sie den gewünschten Projektnamen und den Speicherort, und drücken Sie **Fertig stellen**.
 
-Das Projekt, erstellt von der IDE enthält Beispielcode für ein <a href="../../../cordova/storage/storage.html">Speicher</a>-Plugin. Sie können zu ersetzen oder diese Dateien ändern, um Ihre eigene Funktionalität zu implementieren:
+Das Projekt, erstellt von der IDE enthält Beispielcode für ein Speicher-Plugin. Sie können zu ersetzen oder diese Dateien ändern, um Ihre eigene Funktionalität zu implementieren:
 
 *   `*name*_js.hpp`: C++-Header für den JNEXT-Code.
 
@@ -124,7 +124,7 @@ Die `onCreateObject` Funktion nimmt zwei Parameter. Die erste ist der Name der a
 
 Das Plugin muss die folgenden JavaScript-Dateien enthalten:
 
-*   `client.js`: Dies wird als die Client-Seite und enthält die API eine Cordova-Anwendung zur Verfügung gestellt. Die API in `client.js` Aufrufe Aufrufe an `index.js` . Die API im `client.js` auch Callback-Funktionen zu den <a href="../../../cordova/events/events.html">Veranstaltungen</a>, die die Rückrufe auslösen herstellt.
+*   `client.js`: Dies wird als die Client-Seite und enthält die API eine Cordova-Anwendung zur Verfügung gestellt. Die API in `client.js` Aufrufe Aufrufe an `index.js` . Die API im `client.js` auch Callback-Funktionen zu den Veranstaltungen, die die Rückrufe auslösen herstellt.
 
 *   `index.js`: Cordova lädt `index.js` und macht es über die cordova.exec-Brücke. Die `client.js` Datei Aufrufe an die API in der `index.js` Datei, die wiederum aufrufen, um JNEXT macht zu kommunizieren, die systemeigene Seite.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.4.0/guide/platforms/blackberry10/tools.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.4.0/guide/platforms/blackberry10/tools.md b/www/docs/de/3.4.0/guide/platforms/blackberry10/tools.md
index f5ba637..3f46a53 100644
--- a/www/docs/de/3.4.0/guide/platforms/blackberry10/tools.md
+++ b/www/docs/de/3.4.0/guide/platforms/blackberry10/tools.md
@@ -24,7 +24,7 @@ Die `cordova` Befehlszeilen-Dienstprogramm ist ein High-Level Tool, das Ihnen er
 
  [1]: http://cordova.apache.org
 
-Informationen über die Low-Level-Befehlszeilenschnittstelle, die Plugins ermöglicht, finden Sie unter Verwendung von Plugman zu Plugins verwalten. Eine <a href="../../overview/index.html">Übersicht</a> finden Sie unter Application Plugins.
+Informationen über die Low-Level-Befehlszeilenschnittstelle, die Plugins ermöglicht, finden Sie unter Verwendung von Plugman zu Plugins verwalten. Eine Übersicht finden Sie unter Application Plugins.
 
 Wenn Sie Hilfe mit jeder nachfolgenden Befehl benötigen, geben Sie den Befehl zusammen mit der `-h` oder `-help` Argumenten, die unterstützt werden, indem alle Befehle und die Beschreibungen für die einzelnen Argumente zur Verfügung.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.4.0/guide/platforms/blackberry10/upgrading.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.4.0/guide/platforms/blackberry10/upgrading.md b/www/docs/de/3.4.0/guide/platforms/blackberry10/upgrading.md
index e4f0940..e718b29 100644
--- a/www/docs/de/3.4.0/guide/platforms/blackberry10/upgrading.md
+++ b/www/docs/de/3.4.0/guide/platforms/blackberry10/upgrading.md
@@ -18,7 +18,7 @@ license: >
     under the License.
 ---
 
-# <a href="../blackberry/upgrading.html">Aktualisieren der BlackBerry</a> 10
+# Aktualisieren der BlackBerry 10
 
 Diese Anleitung zeigt wie zum Ändern von BlackBerry Projekten Upgrade von älteren Versionen von Cordova. Die meisten diese Anweisungen gelten für Projekte, die mit einer älteren Befehlszeilentools, die vorangehen erstellt die `cordova` CLI-Hilfsprogramm. Die Command-Line Interface Informationen finden Sie unter Gewusst wie: Aktualisieren Sie die Version der CLI.
 
@@ -75,7 +75,7 @@ platform add blackberry10`.
 
 Für BlackBerry 10:
 
-1.  Herunterladen Sie und extrahieren Sie die Cordova 2.9.0-Quelle zu einem permanenten <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrer Festplatte, zum Beispiel in`~/Cordova-2.9.0`.
+1.  Herunterladen Sie und extrahieren Sie die Cordova 2.9.0-Quelle zu einem permanenten Speicherort auf Ihrer Festplatte, zum Beispiel in`~/Cordova-2.9.0`.
 
 2.  Beenden Sie alle laufenden SDK-Tools: Eclipse, Momentics und dergleichen.
 
@@ -89,7 +89,7 @@ Für BlackBerry 10:
 
 Für BlackBerryOS/Textbuch:
 
-1.  Herunterladen Sie und extrahieren Sie die Cordova 2.9.0-Quelle zu einem permanenten <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrer Festplatte, zum Beispiel in`~/Cordova-2.9.0`.
+1.  Herunterladen Sie und extrahieren Sie die Cordova 2.9.0-Quelle zu einem permanenten Speicherort auf Ihrer Festplatte, zum Beispiel in`~/Cordova-2.9.0`.
 
 2.  Beenden Sie alle laufenden SDK-Tools: Eclipse, Momentics und dergleichen.
 
@@ -111,7 +111,7 @@ Für BlackBerryOS/Textbuch:
 
 BlackBerry 10 verwendet die neue CLI-Werkzeuge und Kern-APIs als Plugins verwaltet. Die Anweisungen Migrieren Ihres Projekts für ein neues Projekt, anstatt ein vorhandenes Projekt, aufgrund der Komplexität der Aktualisierung eines alten Projekts zu aktualisieren. Auch beachten Sie, dass die Cordova-Js--Datei Skript heißt jetzt 'cordova.js' und nicht mehr eine Zeichenfolge enthält.
 
-1.  Herunterladen Sie und extrahieren Sie die Cordova 2.8.0-Quelle zu einem permanenten <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrer Festplatte, zum Beispiel in`~/Cordova-2.8.0`.
+1.  Herunterladen Sie und extrahieren Sie die Cordova 2.8.0-Quelle zu einem permanenten Speicherort auf Ihrer Festplatte, zum Beispiel in`~/Cordova-2.8.0`.
 
 2.  Beenden Sie alle laufenden SDK-Tools: Eclipse, Momentics und dergleichen.
 
@@ -125,7 +125,7 @@ BlackBerry 10 verwendet die neue CLI-Werkzeuge und Kern-APIs als Plugins verwalt
 
 Für BlackBerryOS/Textbuch:
 
-1.  Herunterladen Sie und extrahieren Sie die Cordova 2.8.0-Quelle zu einem permanenten <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrer Festplatte, zum Beispiel in`~/Cordova-2.8.0`.
+1.  Herunterladen Sie und extrahieren Sie die Cordova 2.8.0-Quelle zu einem permanenten Speicherort auf Ihrer Festplatte, zum Beispiel in`~/Cordova-2.8.0`.
 
 2.  Beenden Sie alle laufenden SDK-Tools: Eclipse, Momentics und dergleichen.
 
@@ -145,7 +145,7 @@ Für BlackBerryOS/Textbuch:
 
 ## Upgrade 2.6.0 Projekte 2.7.0
 
-1.  Herunterladen Sie und extrahieren Sie die Cordova 2.7.0-Quelle zu einem permanenten <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrer Festplatte, zum Beispiel in`~/Cordova-2.7.0`.
+1.  Herunterladen Sie und extrahieren Sie die Cordova 2.7.0-Quelle zu einem permanenten Speicherort auf Ihrer Festplatte, zum Beispiel in`~/Cordova-2.7.0`.
 
 2.  Beenden Sie alle laufenden SDK-Tools: Eclipse, Momentics und dergleichen.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.4.0/guide/platforms/index.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.4.0/guide/platforms/index.md b/www/docs/de/3.4.0/guide/platforms/index.md
index d15ca02..1e34d70 100644
--- a/www/docs/de/3.4.0/guide/platforms/index.md
+++ b/www/docs/de/3.4.0/guide/platforms/index.md
@@ -28,55 +28,55 @@ Jede *Platform Guide* unten aufgeführten erfahren Sie, was Sie brauchen, wissen
 
 ## Amazon Fire OS
 
-*   <a href="amazonfireos/index.html">Handbuch für die OS-Plattform von Amazon-Feuer</a>
-*   <a href="amazonfireos/config.html">Amazon Fire OS Konfiguration</a>
-*   <a href="amazonfireos/webview.html">Amazon Fire OS Webansichten für</a>
-*   <a href="amazonfireos/plugin.html">Amazon Fire OS Plugins</a>
+*   Handbuch für die OS-Plattform von Amazon-Feuer
+*   Amazon Fire OS Konfiguration
+*   Amazon Fire OS Webansichten für
+*   Amazon Fire OS Plugins
 
 ## Android
 
-*   <a href="android/index.html">Android-Plattform-Guide</a>
-*   <a href="android/config.html">Android-Konfiguration</a>
-*   <a href="android/webview.html">Android Webansichten für</a>
-*   <a href="android/plugin.html">Android Plugins</a>
-*   <a href="android/tools.html">Android-Befehlszeilenprogrammen</a>
-*   <a href="android/upgrading.html">Aktualisierung von Android</a>
+*   Android-Plattform-Guide
+*   Android-Konfiguration
+*   Android Webansichten für
+*   Android Plugins
+*   Android-Befehlszeilenprogrammen
+*   Aktualisierung von Android
 
 ## BlackBerry 10
 
-*   <a href="blackberry10/index.html">Handbuch für die Plattform von BlackBerry 10</a>
-*   <a href="blackberry10/config.html">BlackBerry 10 Konfiguration</a>
-*   <a href="blackberry10/plugin.html">BlackBerry 10 Plugins</a>
-*   <a href="blackberry10/tools.html">BlackBerry 10-Befehlszeilentools</a>
-*   <a href="blackberry/upgrading.html">Aktualisieren der BlackBerry</a> 10
+*   Handbuch für die Plattform von BlackBerry 10
+*   BlackBerry 10 Konfiguration
+*   BlackBerry 10 Plugins
+*   BlackBerry 10-Befehlszeilentools
+*   Aktualisieren der BlackBerry 10
 
 ## iOS
 
-*   <a href="ios/index.html">iOS Platform Guide</a>
-*   <a href="ios/config.html">iOS Konfiguration</a>
-*   <a href="ios/webview.html">iOS Webansichten für</a>
-*   <a href="ios/plugin.html">iOS Plugins</a>
-*   <a href="ios/tools.html">iOS-Befehlszeilenprogrammen</a>
-*   <a href="ios/upgrading.html">IOS Upgrade</a>
+*   iOS Platform Guide
+*   iOS Konfiguration
+*   iOS Webansichten für
+*   iOS Plugins
+*   iOS-Befehlszeilenprogrammen
+*   IOS Upgrade
 
 ## Ubuntu
 
-*   <a href="ubuntu/index.html">Handbuch Ubuntu Plattform</a>
+*   Handbuch Ubuntu Plattform
 
 ## Windows Phone
 
-*   <a href="wp8/index.html">Handbuch für die Plattform von Windows Phone-8</a>
-*   <a href="wp7/index.html">Windows Phone 7 Plattform Guide</a>
+*   Handbuch für die Plattform von Windows Phone-8
+*   Windows Phone 7 Plattform Guide
 *   Windows Phone-Konfiguration
-*   <a href="wp8/tools.html">Windows Phone Befehlszeilentools</a>
-*   <a href="wp8/upgrading.html">Aktualisieren von Windows Phone</a>
+*   Windows Phone Befehlszeilentools
+*   Aktualisieren von Windows Phone
 
 ## Windows 8
 
-*   <a href="win8/index.html">Anleitung zur Windows 8 Platform</a>
-*   <a href="win8/tools.html">Windows 8-Befehlszeilentools</a>
-*   <a href="win8/upgrading.html">Aktualisieren von Windows 8</a>
+*   Anleitung zur Windows 8 Platform
+*   Windows 8-Befehlszeilentools
+*   Aktualisieren von Windows 8
 
 ## Tizen
 
-*   <a href="tizen/index.html">Tizen Plattform Guide</a>
\ No newline at end of file
+*   Tizen Plattform Guide
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.4.0/guide/platforms/ios/config.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.4.0/guide/platforms/ios/config.md b/www/docs/de/3.4.0/guide/platforms/ios/config.md
index 6054f0b..4751ba6 100644
--- a/www/docs/de/3.4.0/guide/platforms/ios/config.md
+++ b/www/docs/de/3.4.0/guide/platforms/ios/config.md
@@ -42,7 +42,7 @@ Die `config.xml` Datei steuert eine app-Grundeinstellungen, die für jede Anwend
         <preference name="AllowInlineMediaPlayback" value="true"/>
         
 
-*   `BackupWebStorage`(string, entweder `none` , `local` , oder den Standardwert `cloud` ): Legen Sie auf `cloud` Web-<a href="../../../cordova/storage/storage.html">Speicher</a>daten-Backup über iCloud können. Legen Sie auf `local` um nur lokale Backups über iTunes Sync zu ermöglichen. Legen Sie auf `none` zu verhindern, dass Web-<a href="../../../cordova/storage/storage.html">Speicher</a>-Backup.
+*   `BackupWebStorage`(string, entweder `none` , `local` , oder den Standardwert `cloud` ): Legen Sie auf `cloud` Web-Speicherdaten-Backup über iCloud können. Legen Sie auf `local` um nur lokale Backups über iTunes Sync zu ermöglichen. Legen Sie auf `none` zu verhindern, dass Web-Speicher-Backup.
     
         <preference name="BackupWebStorage" value="local"/>
         

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.4.0/guide/platforms/ios/index.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.4.0/guide/platforms/ios/index.md b/www/docs/de/3.4.0/guide/platforms/ios/index.md
index 9fed24d..90012cf 100644
--- a/www/docs/de/3.4.0/guide/platforms/ios/index.md
+++ b/www/docs/de/3.4.0/guide/platforms/ios/index.md
@@ -22,11 +22,11 @@ license: >
 
 Diese Anleitung zeigt Ihre Entwicklungsumgebung SDK einrichten, Cordova apps für iOS-Geräte wie iPhone und iPad bereitstellen. Finden Sie im folgenden detaillierte Plattform-spezifischen Informationen:
 
-*   <a href="config.html">iOS Konfiguration</a>
-*   <a href="upgrading.html">IOS Upgrade</a>
-*   <a href="webview.html">iOS Webansichten für</a>
-*   <a href="plugin.html">iOS Plugins</a>
-*   <a href="tools.html">iOS-Befehlszeilenprogrammen</a>
+*   iOS Konfiguration
+*   IOS Upgrade
+*   iOS Webansichten für
+*   iOS Plugins
+*   iOS-Befehlszeilenprogrammen
 
 Die Befehlszeilentools, die oben beziehen sich auf Versionen vor 3.0 Cordova. Informationen über die aktuelle Schnittstelle finden Sie unter The Command-Line Interface.
 
@@ -34,7 +34,7 @@ Die Befehlszeilentools, die oben beziehen sich auf Versionen vor 3.0 Cordova. In
 
 Apple ® Werkzeuge zum Erstellen von iOS-Anwendungen, die nur auf das Betriebssystem OS X auf Intel-basierten Macs ausgeführt. Xcode ® 4.5 (die erforderliche Mindestversion) läuft nur unter OS X Version 10.7 (Lion) oder größer, und umfasst das iOS 6 SDK (Software Development Kit). Einreichen von apps, die Apple-App-Store℠ erfordert die neuesten Versionen der Apple-Tools.
 
-Sie können viele der mit dem iOS-Emulator installiert mit der iOS SDK und Xcode Cordova-Features testen, aber man braucht ein echtes Gerät vollständig testen aller Gerätefunktionen die app vor der Einreichung zum App-<a href="../../../cordova/storage/storage.html">Speicher</a>. Das Gerät muss mindestens iOS 5.x installiert, die mindestens iOS-Version ab Cordova 2.3 unterstützt. Unterstützende Geräten gehören alle iPad ® Modelle, iPhone ® 3GS und höher, und iPod ® Touch 3rd Generation oder höher. Um apps auf einem Gerät zu installieren, müssen Sie auch ein Mitglied von Apples [iOS Developer Program][1], sein, die kostet $99 pro Jahr. Diese Anleitung zeigt wie zum Implementieren von apps auf der iOS-Emulator, wofür Sie müssen sich nicht mit dem Entwicklerprogramm registrieren.
+Sie können viele der mit dem iOS-Emulator installiert mit der iOS SDK und Xcode Cordova-Features testen, aber man braucht ein echtes Gerät vollständig testen aller Gerätefunktionen die app vor der Einreichung zum App-Speicher. Das Gerät muss mindestens iOS 5.x installiert, die mindestens iOS-Version ab Cordova 2.3 unterstützt. Unterstützende Geräten gehören alle iPad ® Modelle, iPhone ® 3GS und höher, und iPod ® Touch 3rd Generation oder höher. Um apps auf einem Gerät zu installieren, müssen Sie auch ein Mitglied von Apples [iOS Developer Program][1], sein, die kostet $99 pro Jahr. Diese Anleitung zeigt wie zum Implementieren von apps auf der iOS-Emulator, wofür Sie müssen sich nicht mit dem Entwicklerprogramm registrieren.
 
  [1]: https://developer.apple.com/programs/ios/
 
@@ -127,7 +127,7 @@ Xcode Warnung über die `invokeString` Methode betrifft die Funktionalität, die
         // only valid if ___PROJECTNAME__-Info.plist specifies a protocol to handle
         /*
         if (self.invokeString) {
-          // this is passed before the <a href="../../../cordova/events/events.deviceready.html">deviceready</a> event is fired, so you can access it in js when you receive <a href="../../../cordova/events/events.deviceready.html">deviceready</a>
+          // this is passed before the deviceready event is fired, so you can access it in js when you receive deviceready
           NSLog(@"DEPRECATED: window.invokeString - use the window.handleOpenURL(url) function instead, which is always called when the app is launched through a custom scheme url.");
           NSString* jsString = [NSString stringWithFormat:@"var invokeString = \"%@\";", self.invokeString];
           [theWebView stringByEvaluatingJavaScriptFromString:jsString];
@@ -151,7 +151,7 @@ Xcode Warnung über die `invokeString` Methode betrifft die Funktionalität, die
 
 **Fehlende Header**: Kompilierungsfehler im Zusammenhang mit fehlenden Header werden durch Probleme mit den Buildspeicherort und kann über Xcode-Einstellungen festgelegt werden:
 
-1.  **Xcode → Einstellungen → <a href="../../../cordova/storage/storage.html">Speicher</a>orte** auswählen.
+1.  **Xcode → Einstellungen → Speicherorte** auswählen.
 
 2.  Drücken Sie im Abschnitt **Abgeleitete Daten** die Schaltfläche " **erweitert** " und wählen Sie **Unique** als den **Buildspeicherort** , wie hier gezeigt:
     

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.4.0/guide/platforms/ios/tools.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.4.0/guide/platforms/ios/tools.md b/www/docs/de/3.4.0/guide/platforms/ios/tools.md
index e7f917f..d744739 100644
--- a/www/docs/de/3.4.0/guide/platforms/ios/tools.md
+++ b/www/docs/de/3.4.0/guide/platforms/ios/tools.md
@@ -26,7 +26,7 @@ Die `cordova` Befehlszeilen-Dienstprogramm ist ein High-Level Tool, das Ihnen er
 
 Die iOS-Befehlszeilentools basieren auf Shell-Skripte und verlassen sich auf Xcode-Befehlszeilen-Tools wie `xcode-select` und`xcodebuild`.
 
-Informationen über die Low-Level-Befehlszeilenschnittstelle, die Plugins ermöglicht, finden Sie unter Verwendung von Plugman zu Plugins verwalten. Eine <a href="../../overview/index.html">Übersicht</a> finden Sie unter Application Plugins.
+Informationen über die Low-Level-Befehlszeilenschnittstelle, die Plugins ermöglicht, finden Sie unter Verwendung von Plugman zu Plugins verwalten. Eine Übersicht finden Sie unter Application Plugins.
 
 ## Erstellen Sie ein Projekt
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[14/51] [partial] docs commit: Reverting autolinking change because of inconsistencies.

Posted by db...@apache.org.
http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/media/capture/captureAudio.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/media/capture/captureAudio.md b/www/docs/en/1.7.0/cordova/media/capture/captureAudio.md
index d8641c0..8861868 100644
--- a/www/docs/en/1.7.0/cordova/media/capture/captureAudio.md
+++ b/www/docs/en/1.7.0/cordova/media/capture/captureAudio.md
@@ -24,7 +24,7 @@ capture.captureAudio
 > Start the audio recorder application and return information about captured audio clip file(s).
 
     navigator.device.capture.captureAudio( 
-	    <a href="<a href="capture.html">Capture</a>CB.html"><a href="capture.html">Capture</a>CB</a> captureSuccess, <a href="capture.html">Capture</a>ErrorCB captureError,  [<a href="capture.html">Capture</a>AudioOptions options]
+	    CaptureCB captureSuccess, CaptureErrorCB captureError,  [CaptureAudioOptions options]
 	);
 
 Description
@@ -32,9 +32,9 @@ Description
 
 This method starts an asynchronous operation to capture audio recordings using the device's default audio recording application.  The operation allows the device user to capture multiple recordings in a single session.
 
-The capture operation ends when either the user exits the audio recording application, or the maximum number of recordings, specified by the __limit__ parameter in <a href="capture.html">Capture</a>AudioOptions, has been reached.  If no value is provided for the __limit__ parameter, a default value of one (1) is used, and the capture operation will terminate after the user records a single audio clip.
+The capture operation ends when either the user exits the audio recording application, or the maximum number of recordings, specified by the __limit__ parameter in CaptureAudioOptions, has been reached.  If no value is provided for the __limit__ parameter, a default value of one (1) is used, and the capture operation will terminate after the user records a single audio clip.
 
-When the capture operation is finished, it will invoke the <a href="<a href="capture.html">Capture</a>CB.html"><a href="capture.html">Capture</a>CB</a> callback with an array of <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a> objects describing each captured audio clip file.  If the operation is terminated by the user before an audio clip is captured, the <a href="capture.html">Capture</a>ErrorCB callback will be invoked with a <a href="capture.html">Capture</a>Error object with the <a href="capture.html">Capture</a>Error.`CAPTURE_NO_MEDIA_FILES` error code.
+When the capture operation is finished, it will invoke the CaptureCB callback with an array of MediaFile objects describing each captured audio clip file.  If the operation is terminated by the user before an audio clip is captured, the CaptureErrorCB callback will be invoked with a CaptureError object with the CaptureError.`CAPTURE_NO_MEDIA_FILES` error code.
 
 Supported Platforms
 -------------------
@@ -44,33 +44,33 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // capture callback
-    var captureSuccess = function(media<a href="../../file/fileobj/fileobj.html">File</a>s) {
+    var captureSuccess = function(mediaFiles) {
         var i, path, len;
-        for (i = 0, len = media<a href="../../file/fileobj/fileobj.html">File</a>s.length; i < len; i += 1) {
-            path = media<a href="../../file/fileobj/fileobj.html">File</a>s[i].fullPath;
+        for (i = 0, len = mediaFiles.length; i < len; i += 1) {
+            path = mediaFiles[i].fullPath;
             // do something interesting with the file
         }
     };
 
     // capture error callback
     var captureError = function(error) {
-        navigator.<a href="../../notification/notification.alert.html">notification.alert</a>('Error code: ' + error.code, null, '<a href="capture.html">Capture</a> Error');
+        navigator.notification.alert('Error code: ' + error.code, null, 'Capture Error');
     };
 
     // start audio capture
     navigator.device.capture.captureAudio(captureSuccess, captureError, {limit:2});
 
-Full <a href="../../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="capture.html">Capture</a> Audio</title>
+        <title>Capture Audio</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.7.0.js"></script>
         <script type="text/javascript" charset="utf-8" src="json2.js"></script>
@@ -78,10 +78,10 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
 
         // Called when capture operation is finished
         //
-        function captureSuccess(media<a href="../../file/fileobj/fileobj.html">File</a>s) {
+        function captureSuccess(mediaFiles) {
             var i, len;
-            for (i = 0, len = media<a href="../../file/fileobj/fileobj.html">File</a>s.length; i < len; i += 1) {
-                upload<a href="../../file/fileobj/fileobj.html">File</a>(media<a href="../../file/fileobj/fileobj.html">File</a>s[i]);
+            for (i = 0, len = mediaFiles.length; i < len; i += 1) {
+                uploadFile(mediaFiles[i]);
             }	    
         }
 
@@ -89,7 +89,7 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
         // 
         function captureError(error) {
 	        var msg = 'An error occurred during capture: ' + error.code;
-            navigator.<a href="../../notification/notification.alert.html">notification.alert</a>(msg, null, 'Uh oh!');
+            navigator.notification.alert(msg, null, 'Uh oh!');
         }
 
         // A button will call this function
@@ -101,10 +101,10 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
         }
 
         // Upload files to server
-        function upload<a href="../../file/fileobj/fileobj.html">File</a>(media<a href="../../file/fileobj/fileobj.html">File</a>) {
-            var ft = new <a href="../../file/filetransfer/filetransfer.html"><a href="../../file/fileobj/fileobj.html">File</a>Transfer</a>(),
-                path = media<a href="../../file/fileobj/fileobj.html">File</a>.fullPath,
-                name = media<a href="../../file/fileobj/fileobj.html">File</a>.name;
+        function uploadFile(mediaFile) {
+            var ft = new FileTransfer(),
+                path = mediaFile.fullPath,
+                name = mediaFile.name;
 
             ft.upload(path,
                 "http://my.domain.com/upload.php",
@@ -121,14 +121,14 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
         </script>
         </head>
         <body>
-            <button onclick="captureAudio();"><a href="capture.html">Capture</a> Audio</button> <br>
+            <button onclick="captureAudio();">Capture Audio</button> <br>
         </body>
     </html>
 
 BlackBerry WebWorks Quirks
 --------------------------
 
-- 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 <a href="capture.html">Capture</a>Error.`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/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/media/capture/captureAudioOptions.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/media/capture/captureAudioOptions.md b/www/docs/en/1.7.0/cordova/media/capture/captureAudioOptions.md
index 08a05cd..ff303f5 100644
--- a/www/docs/en/1.7.0/cordova/media/capture/captureAudioOptions.md
+++ b/www/docs/en/1.7.0/cordova/media/capture/captureAudioOptions.md
@@ -18,7 +18,7 @@ license: >
     under the License.
 ---
 
-<a href="capture.html">Capture</a>AudioOptions
+CaptureAudioOptions
 ===================
 
 > Encapsulates audio capture configuration options.
@@ -30,13 +30,13 @@ Properties
 - __duration:__ The maximum duration of an audio sound clip, in seconds.
 - __mode:__ The selected audio mode.  The value must match one of the elements in `capture.supportedAudioModes`.
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // limit capture operation to 3 media files, no longer than 10 seconds each
     var options = { limit: 3, duration: 10 };
 
-    navigator.device.<a href="captureAudio.html">capture.captureAudio</a>(captureSuccess, captureError, options);
+    navigator.device.capture.captureAudio(captureSuccess, captureError, options);
 
 Android Quirks
 --------------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/media/capture/captureImage.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/media/capture/captureImage.md b/www/docs/en/1.7.0/cordova/media/capture/captureImage.md
index 8158ac8..738d371 100644
--- a/www/docs/en/1.7.0/cordova/media/capture/captureImage.md
+++ b/www/docs/en/1.7.0/cordova/media/capture/captureImage.md
@@ -24,7 +24,7 @@ capture.captureImage
 > Start the camera application and return information about captured image file(s).
 
     navigator.device.capture.captureImage( 
-	    <a href="<a href="capture.html">Capture</a>CB.html"><a href="capture.html">Capture</a>CB</a> captureSuccess, <a href="capture.html">Capture</a>ErrorCB captureError, [<a href="capture.html">Capture</a>ImageOptions options]
+	    CaptureCB captureSuccess, CaptureErrorCB captureError, [CaptureImageOptions options]
 	);
 
 Description
@@ -32,9 +32,9 @@ Description
 
 This method starts an asynchronous operation to capture images using the device camera application.  The operation allows the device user to capture multiple images in a single session.
 
-The capture operation ends when either the user exits the camera application, or the maximum number of images, specified by the __limit__ parameter in <a href="capture.html">Capture</a>ImageOptions, has been reached.  If no value is provided for the __limit__ parameter, a default value of one (1) is used, and the capture operation will terminate after the user captures a single image.
+The capture operation ends when either the user exits the camera application, or the maximum number of images, specified by the __limit__ parameter in CaptureImageOptions, has been reached.  If no value is provided for the __limit__ parameter, a default value of one (1) is used, and the capture operation will terminate after the user captures a single image.
 
-When the capture operation is finished, it will invoke the <a href="<a href="capture.html">Capture</a>CB.html"><a href="capture.html">Capture</a>CB</a> callback with an array of <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a> objects describing each captured image file.  If the operation is terminated by the user before an image is captured, the <a href="capture.html">Capture</a>ErrorCB callback will be invoked with a <a href="capture.html">Capture</a>Error object with the <a href="capture.html">Capture</a>Error.`CAPTURE_NO_MEDIA_FILES` error code.
+When the capture operation is finished, it will invoke the CaptureCB callback with an array of MediaFile objects describing each captured image file.  If the operation is terminated by the user before an image is captured, the CaptureErrorCB callback will be invoked with a CaptureError object with the CaptureError.`CAPTURE_NO_MEDIA_FILES` error code.
 
 Supported Platforms
 -------------------
@@ -50,33 +50,33 @@ Windows Phone 7 Quirks
 Invoking the native camera application while your device is connected
 via Zune will not work, and the error callback will be triggered.
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // capture callback
-    var captureSuccess = function(media<a href="../../file/fileobj/fileobj.html">File</a>s) {
+    var captureSuccess = function(mediaFiles) {
         var i, path, len;
-        for (i = 0, len = media<a href="../../file/fileobj/fileobj.html">File</a>s.length; i < len; i += 1) {
-            path = media<a href="../../file/fileobj/fileobj.html">File</a>s[i].fullPath;
+        for (i = 0, len = mediaFiles.length; i < len; i += 1) {
+            path = mediaFiles[i].fullPath;
             // do something interesting with the file
         }
     };
 
     // capture error callback
     var captureError = function(error) {
-        navigator.<a href="../../notification/notification.alert.html">notification.alert</a>('Error code: ' + error.code, null, '<a href="capture.html">Capture</a> Error');
+        navigator.notification.alert('Error code: ' + error.code, null, 'Capture Error');
     };
 
     // start image capture
     navigator.device.capture.captureImage(captureSuccess, captureError, {limit:2});
 
-Full <a href="../../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="capture.html">Capture</a> Image</title>
+        <title>Capture Image</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.7.0.js"></script>
         <script type="text/javascript" charset="utf-8" src="json2.js"></script>
@@ -84,10 +84,10 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
 
         // Called when capture operation is finished
         //
-        function captureSuccess(media<a href="../../file/fileobj/fileobj.html">File</a>s) {
+        function captureSuccess(mediaFiles) {
             var i, len;
-            for (i = 0, len = media<a href="../../file/fileobj/fileobj.html">File</a>s.length; i < len; i += 1) {
-                upload<a href="../../file/fileobj/fileobj.html">File</a>(media<a href="../../file/fileobj/fileobj.html">File</a>s[i]);
+            for (i = 0, len = mediaFiles.length; i < len; i += 1) {
+                uploadFile(mediaFiles[i]);
             }	    
         }
 
@@ -95,7 +95,7 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
         // 
         function captureError(error) {
 	        var msg = 'An error occurred during capture: ' + error.code;
-            navigator.<a href="../../notification/notification.alert.html">notification.alert</a>(msg, null, 'Uh oh!');
+            navigator.notification.alert(msg, null, 'Uh oh!');
         }
 
         // A button will call this function
@@ -107,10 +107,10 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
         }
 
         // Upload files to server
-        function upload<a href="../../file/fileobj/fileobj.html">File</a>(media<a href="../../file/fileobj/fileobj.html">File</a>) {
-            var ft = new <a href="../../file/filetransfer/filetransfer.html"><a href="../../file/fileobj/fileobj.html">File</a>Transfer</a>(),
-                path = media<a href="../../file/fileobj/fileobj.html">File</a>.fullPath,
-                name = media<a href="../../file/fileobj/fileobj.html">File</a>.name;
+        function uploadFile(mediaFile) {
+            var ft = new FileTransfer(),
+                path = mediaFile.fullPath,
+                name = mediaFile.name;
 
             ft.upload(path,
                 "http://my.domain.com/upload.php",
@@ -127,7 +127,7 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
         </script>
         </head>
         <body>
-            <button onclick="captureImage();"><a href="capture.html">Capture</a> Image</button> <br>
+            <button onclick="captureImage();">Capture Image</button> <br>
         </body>
     </html>
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/media/capture/captureImageOptions.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/media/capture/captureImageOptions.md b/www/docs/en/1.7.0/cordova/media/capture/captureImageOptions.md
index a0891fe..b9f0333 100644
--- a/www/docs/en/1.7.0/cordova/media/capture/captureImageOptions.md
+++ b/www/docs/en/1.7.0/cordova/media/capture/captureImageOptions.md
@@ -18,7 +18,7 @@ license: >
     under the License.
 ---
 
-<a href="capture.html">Capture</a>ImageOptions
+CaptureImageOptions
 ===================
 
 > Encapsulates image capture configuration options.
@@ -29,13 +29,13 @@ Properties
 - __limit:__ The maximum number of images the device user can capture in a single capture operation.  The value must be greater than or equal to 1 (defaults to 1).
 - __mode:__ The selected image mode.  The value must match one of the elements in `capture.supportedImageModes`.
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // limit capture operation to 3 images
     var options = { limit: 3 };
 
-    navigator.device.<a href="captureImage.html">capture.captureImage</a>(captureSuccess, captureError, options);
+    navigator.device.capture.captureImage(captureSuccess, captureError, options);
 
 Android Quirks
 --------------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/media/capture/captureVideo.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/media/capture/captureVideo.md b/www/docs/en/1.7.0/cordova/media/capture/captureVideo.md
index 6e083c4..c160ad1 100644
--- a/www/docs/en/1.7.0/cordova/media/capture/captureVideo.md
+++ b/www/docs/en/1.7.0/cordova/media/capture/captureVideo.md
@@ -24,7 +24,7 @@ capture.captureVideo
 > Start the video recorder application and return information about captured video clip file(s).
 
     navigator.device.capture.captureVideo( 
-	    <a href="<a href="capture.html">Capture</a>CB.html"><a href="capture.html">Capture</a>CB</a> captureSuccess, <a href="capture.html">Capture</a>ErrorCB captureError, [<a href="capture.html">Capture</a>VideoOptions options]
+	    CaptureCB captureSuccess, CaptureErrorCB captureError, [CaptureVideoOptions options]
 	);
 
 Description
@@ -32,9 +32,9 @@ Description
 
 This method starts an asynchronous operation to capture video recordings using the device video recording application.  The operation allows the device user to capture multiple recordings in a single session.
 
-The capture operation ends when either the user exits the video recording application, or the maximum number of recordings, specified by the __limit__ parameter in <a href="capture.html">Capture</a>VideoOptions, has been reached.  If no value is provided for the __limit__ parameter, a default value of one (1) is used, and the capture operation will terminate after the user records a single video clip.
+The capture operation ends when either the user exits the video recording application, or the maximum number of recordings, specified by the __limit__ parameter in CaptureVideoOptions, has been reached.  If no value is provided for the __limit__ parameter, a default value of one (1) is used, and the capture operation will terminate after the user records a single video clip.
 
-When the capture operation is finished, it will invoke the <a href="<a href="capture.html">Capture</a>CB.html"><a href="capture.html">Capture</a>CB</a> callback with an array of <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a> objects describing each captured video clip file.  If the operation is terminated by the user before an video clip is captured, the <a href="capture.html">Capture</a>ErrorCB callback will be invoked with a <a href="capture.html">Capture</a>Error object with the <a href="capture.html">Capture</a>Error.`CAPTURE_NO_MEDIA_FILES` error code.
+When the capture operation is finished, it will invoke the CaptureCB callback with an array of MediaFile objects describing each captured video clip file.  If the operation is terminated by the user before an video clip is captured, the CaptureErrorCB callback will be invoked with a CaptureError object with the CaptureError.`CAPTURE_NO_MEDIA_FILES` error code.
 
 Supported Platforms
 -------------------
@@ -44,33 +44,33 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // capture callback
-    var captureSuccess = function(media<a href="../../file/fileobj/fileobj.html">File</a>s) {
+    var captureSuccess = function(mediaFiles) {
         var i, path, len;
-        for (i = 0, len = media<a href="../../file/fileobj/fileobj.html">File</a>s.length; i < len; i += 1) {
-            path = media<a href="../../file/fileobj/fileobj.html">File</a>s[i].fullPath;
+        for (i = 0, len = mediaFiles.length; i < len; i += 1) {
+            path = mediaFiles[i].fullPath;
             // do something interesting with the file
         }
     };
 
     // capture error callback
     var captureError = function(error) {
-        navigator.<a href="../../notification/notification.alert.html">notification.alert</a>('Error code: ' + error.code, null, '<a href="capture.html">Capture</a> Error');
+        navigator.notification.alert('Error code: ' + error.code, null, 'Capture Error');
     };
 
     // start video capture
     navigator.device.capture.captureVideo(captureSuccess, captureError, {limit:2});
 
-Full <a href="../../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="capture.html">Capture</a> Video</title>
+        <title>Capture Video</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.7.0.js"></script>
         <script type="text/javascript" charset="utf-8" src="json2.js"></script>
@@ -78,10 +78,10 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
 
         // Called when capture operation is finished
         //
-        function captureSuccess(media<a href="../../file/fileobj/fileobj.html">File</a>s) {
+        function captureSuccess(mediaFiles) {
             var i, len;
-            for (i = 0, len = media<a href="../../file/fileobj/fileobj.html">File</a>s.length; i < len; i += 1) {
-                upload<a href="../../file/fileobj/fileobj.html">File</a>(media<a href="../../file/fileobj/fileobj.html">File</a>s[i]);
+            for (i = 0, len = mediaFiles.length; i < len; i += 1) {
+                uploadFile(mediaFiles[i]);
             }	    
         }
 
@@ -89,7 +89,7 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
         // 
         function captureError(error) {
 	        var msg = 'An error occurred during capture: ' + error.code;
-            navigator.<a href="../../notification/notification.alert.html">notification.alert</a>(msg, null, 'Uh oh!');
+            navigator.notification.alert(msg, null, 'Uh oh!');
         }
 
         // A button will call this function
@@ -101,10 +101,10 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
         }
 
         // Upload files to server
-        function upload<a href="../../file/fileobj/fileobj.html">File</a>(media<a href="../../file/fileobj/fileobj.html">File</a>) {
-            var ft = new <a href="../../file/filetransfer/filetransfer.html"><a href="../../file/fileobj/fileobj.html">File</a>Transfer</a>(),
-                path = media<a href="../../file/fileobj/fileobj.html">File</a>.fullPath,
-                name = media<a href="../../file/fileobj/fileobj.html">File</a>.name;
+        function uploadFile(mediaFile) {
+            var ft = new FileTransfer(),
+                path = mediaFile.fullPath,
+                name = mediaFile.name;
 
             ft.upload(path,
                 "http://my.domain.com/upload.php",
@@ -121,11 +121,11 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
         </script>
         </head>
         <body>
-            <button onclick="captureVideo();"><a href="capture.html">Capture</a> Video</button> <br>
+            <button onclick="captureVideo();">Capture Video</button> <br>
         </body>
     </html>
 
 BlackBerry WebWorks Quirks
 --------------------------
 
-- Cordova for BlackBerry WebWorks attempts to launch the __Video Recorder__ application, provided by RIM, to capture the video recordings.  The developer will receive a <a href="capture.html">Capture</a>Error.`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/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/media/capture/captureVideoOptions.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/media/capture/captureVideoOptions.md b/www/docs/en/1.7.0/cordova/media/capture/captureVideoOptions.md
index 7b31d89..29667ad 100644
--- a/www/docs/en/1.7.0/cordova/media/capture/captureVideoOptions.md
+++ b/www/docs/en/1.7.0/cordova/media/capture/captureVideoOptions.md
@@ -18,7 +18,7 @@ license: >
     under the License.
 ---
 
-<a href="capture.html">Capture</a>VideoOptions
+CaptureVideoOptions
 ===================
 
 > Encapsulates video capture configuration options.
@@ -30,13 +30,13 @@ Properties
 - __duration:__ The maximum duration of a video clip, in seconds.
 - __mode:__ The selected video capture mode.  The value must match one of the elements in `capture.supportedVideoModes`.
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // limit capture operation to 3 video clips
     var options = { limit: 3 };
 
-    navigator.device.<a href="captureVideo.html">capture.captureVideo</a>(captureSuccess, captureError, options);
+    navigator.device.capture.captureVideo(captureSuccess, captureError, options);
 
 Android Quirks
 --------------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/media/media.getCurrentPosition.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/media/media.getCurrentPosition.md b/www/docs/en/1.7.0/cordova/media/media.getCurrentPosition.md
index 921a344..d083ba3 100644
--- a/www/docs/en/1.7.0/cordova/media/media.getCurrentPosition.md
+++ b/www/docs/en/1.7.0/cordova/media/media.getCurrentPosition.md
@@ -18,23 +18,23 @@ license: >
     under the License.
 ---
 
-media.getCurrent<a href="../geolocation/Position/position.html">Position</a>
+media.getCurrentPosition
 ========================
 
 Returns the current position within an audio file.
 
-    media.getCurrent<a href="../geolocation/Position/position.html">Position</a>(mediaSuccess, [<a href="Parameters/mediaError.html">mediaError</a>]);
+    media.getCurrentPosition(mediaSuccess, [mediaError]);
 
 Parameters
 ----------
 
 - __mediaSuccess__: The callback that is called with the current position in seconds.
-- __<a href="Parameters/mediaError.html">mediaError</a>__: (Optional) The callback that is called if there was an error.
+- __mediaError__: (Optional) The callback that is called if there was an error.
 
 Description
 -----------
 
-Function `media.getCurrent<a href="../geolocation/Position/position.html">Position</a>` is an asynchronous function that returns the current position of the underlying audio file of a <a href="media.html">Media</a> object. Also updates the ___position__ parameter within the <a href="media.html">Media</a> object. 
+Function `media.getCurrentPosition` is an asynchronous function that returns the current position of the underlying audio file of a Media object. Also updates the ___position__ parameter within the Media object. 
 
 Supported Platforms
 -------------------
@@ -43,17 +43,17 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
     
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
         // Audio player
         //
-        var my_media = new <a href="media.html">Media</a>(src, onSuccess, onError);
+        var my_media = new Media(src, onSuccess, onError);
 
         // Update media position every second
         var mediaTimer = setInterval(function() {
             // get media position
-            my_media.getCurrent<a href="../geolocation/Position/position.html">Position</a>(
+            my_media.getCurrentPosition(
                 // success callback
                 function(position) {
                     if (position > -1) {
@@ -68,25 +68,25 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         }, 1000);
 
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
         <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
                       "http://www.w3.org/TR/html4/strict.dtd">
         <html>
           <head>
-            <title><a href="media.html">Media</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+            <title>Media Example</title>
         
             <script type="text/javascript" charset="utf-8" src="cordova-1.7.0.js"></script>
             <script type="text/javascript" charset="utf-8">
         
             // Wait for Cordova to load
             //
-            document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         
             // Cordova is ready
             //
-            function on<a href="../device/device.html">Device</a>Ready() {
+            function onDeviceReady() {
                 playAudio("http://audio.ibeat.org/content/p1rj1s/p1rj1s_-_rockGuitar.mp3");
             }
         
@@ -98,27 +98,27 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             // Play audio
             //
             function playAudio(src) {
-                // Create <a href="media.html">Media</a> object from src
-                my_media = new <a href="media.html">Media</a>(src, onSuccess, onError);
+                // Create Media object from src
+                my_media = new Media(src, onSuccess, onError);
         
                 // Play audio
-                my_<a href="media.play.html">media.play</a>();
+                my_media.play();
         
                 // Update my_media position every second
                 if (mediaTimer == null) {
                     mediaTimer = setInterval(function() {
                         // get my_media position
-                        my_media.getCurrent<a href="../geolocation/Position/position.html">Position</a>(
+                        my_media.getCurrentPosition(
                             // success callback
                             function(position) {
                                 if (position > -1) {
-                                    setAudio<a href="../geolocation/Position/position.html">Position</a>((position) + " sec");
+                                    setAudioPosition((position) + " sec");
                                 }
                             },
                             // error callback
                             function(e) {
                                 console.log("Error getting pos=" + e);
-                                setAudio<a href="../geolocation/Position/position.html">Position</a>("Error: " + e);
+                                setAudioPosition("Error: " + e);
                             }
                         );
                     }, 1000);
@@ -127,9 +127,9 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         
             // Pause audio
             // 
-            function <a href="../events/events.pause.html">pause</a>Audio() {
+            function pauseAudio() {
                 if (my_media) {
-                    my_media.<a href="../events/events.pause.html">pause</a>();
+                    my_media.pause();
                 }
             }
         
@@ -137,7 +137,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             // 
             function stopAudio() {
                 if (my_media) {
-                    my_<a href="media.stop.html">media.stop</a>();
+                    my_media.stop();
                 }
                 clearInterval(mediaTimer);
                 mediaTimer = null;
@@ -158,7 +158,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         
             // Set audio position
             // 
-            function setAudio<a href="../geolocation/Position/position.html">Position</a>(position) {
+            function setAudioPosition(position) {
                 document.getElementById('audio_position').innerHTML = position;
             }
         
@@ -166,7 +166,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
           </head>
           <body>
             <a href="#" class="btn large" onclick="playAudio('http://audio.ibeat.org/content/p1rj1s/p1rj1s_-_rockGuitar.mp3');">Play Audio</a>
-            <a href="#" class="btn large" onclick="<a href="../events/events.pause.html">pause</a>Audio();">Pause Playing Audio</a>
+            <a href="#" class="btn large" onclick="pauseAudio();">Pause Playing Audio</a>
             <a href="#" class="btn large" onclick="stopAudio();">Stop Playing Audio</a>
             <p id="audio_position"></p>
           </body>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/media/media.getDuration.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/media/media.getDuration.md b/www/docs/en/1.7.0/cordova/media/media.getDuration.md
index cf17c24..bfc57af 100644
--- a/www/docs/en/1.7.0/cordova/media/media.getDuration.md
+++ b/www/docs/en/1.7.0/cordova/media/media.getDuration.md
@@ -38,12 +38,12 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
     
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
         // Audio player
         //
-        var my_media = new <a href="media.html">Media</a>(src, onSuccess, onError);
+        var my_media = new Media(src, onSuccess, onError);
 
         // Get duration
         var counter = 0;
@@ -60,25 +60,25 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
        }, 100);
 
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
         <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
                               "http://www.w3.org/TR/html4/strict.dtd">
         <html>
           <head>
-            <title><a href="media.html">Media</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+            <title>Media Example</title>
         
             <script type="text/javascript" charset="utf-8" src="cordova-1.7.0.js"></script>
             <script type="text/javascript" charset="utf-8">
         
             // Wait for Cordova to load
             //
-            document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         
             // Cordova is ready
             //
-            function on<a href="../device/device.html">Device</a>Ready() {
+            function onDeviceReady() {
                 playAudio("http://audio.ibeat.org/content/p1rj1s/p1rj1s_-_rockGuitar.mp3");
             }
         
@@ -90,27 +90,27 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             // Play audio
             //
             function playAudio(src) {
-                // Create <a href="media.html">Media</a> object from src
-                my_media = new <a href="media.html">Media</a>(src, onSuccess, onError);
+                // Create Media object from src
+                my_media = new Media(src, onSuccess, onError);
         
                 // Play audio
-                my_<a href="media.play.html">media.play</a>();
+                my_media.play();
         
                 // Update my_media position every second
                 if (mediaTimer == null) {
                     mediaTimer = setInterval(function() {
                         // get my_media position
-                        my_media.getCurrent<a href="../geolocation/Position/position.html">Position</a>(
+                        my_media.getCurrentPosition(
                             // success callback
                             function(position) {
                                 if (position > -1) {
-                                    setAudio<a href="../geolocation/Position/position.html">Position</a>((position) + " sec");
+                                    setAudioPosition((position) + " sec");
                                 }
                             },
                             // error callback
                             function(e) {
                                 console.log("Error getting pos=" + e);
-                                setAudio<a href="../geolocation/Position/position.html">Position</a>("Error: " + e);
+                                setAudioPosition("Error: " + e);
                             }
                         );
                     }, 1000);
@@ -119,9 +119,9 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         
             // Pause audio
             // 
-            function <a href="../events/events.pause.html">pause</a>Audio() {
+            function pauseAudio() {
                 if (my_media) {
-                    my_media.<a href="../events/events.pause.html">pause</a>();
+                    my_media.pause();
                 }
             }
         
@@ -129,7 +129,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             // 
             function stopAudio() {
                 if (my_media) {
-                    my_<a href="media.stop.html">media.stop</a>();
+                    my_media.stop();
                 }
                 clearInterval(mediaTimer);
                 mediaTimer = null;
@@ -150,7 +150,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         
             // Set audio position
             // 
-            function setAudio<a href="../geolocation/Position/position.html">Position</a>(position) {
+            function setAudioPosition(position) {
                 document.getElementById('audio_position').innerHTML = position;
             }
         
@@ -158,7 +158,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
           </head>
           <body>
             <a href="#" class="btn large" onclick="playAudio('http://audio.ibeat.org/content/p1rj1s/p1rj1s_-_rockGuitar.mp3');">Play Audio</a>
-            <a href="#" class="btn large" onclick="<a href="../events/events.pause.html">pause</a>Audio();">Pause Playing Audio</a>
+            <a href="#" class="btn large" onclick="pauseAudio();">Pause Playing Audio</a>
             <a href="#" class="btn large" onclick="stopAudio();">Stop Playing Audio</a>
             <p id="audio_position"></p>
           </body>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/media/media.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/media/media.md b/www/docs/en/1.7.0/cordova/media/media.md
index 53c2c4c..1094fb8 100644
--- a/www/docs/en/1.7.0/cordova/media/media.md
+++ b/www/docs/en/1.7.0/cordova/media/media.md
@@ -23,7 +23,7 @@ Media
 
 > The `Media` object provides the ability to record and play back audio files on a device. 
 
-    var media = new Media(src, mediaSuccess, [<a href="Parameters/mediaError.html">mediaError</a>], [mediaStatus]);
+    var media = new Media(src, mediaSuccess, [mediaError], [mediaStatus]);
 
 
 Note: The current implementation does not adhere to a W3C specification for media capture, and is provided for convenience only.  A future implementation will adhere to the latest W3C specification and may deprecate the current APIs.
@@ -33,26 +33,26 @@ Parameters
 
 - __src__: A URI containing the audio content. _(DOMString)_
 - __mediaSuccess__: (Optional) The callback that is invoked after a Media object has completed the current play/record or stop action. _(Function)_
-- __<a href="Parameters/mediaError.html">mediaError</a>__: (Optional) The callback that is invoked if there was an error. _(Function)_
+- __mediaError__: (Optional) The callback that is invoked if there was an error. _(Function)_
 - __mediaStatus__: (Optional) The callback that is invoked to indicate status changes. _(Function)_
 
 Methods
 -------
 
-- media.getCurrent<a href="../geolocation/Position/position.html">Position</a>: Returns the current position within an audio file.
-- <a href="media.getDuration.html">media.getDuration</a>: Returns the duration of an audio file.
-- <a href="media.play.html">media.play</a>: Start or <a href="../events/events.resume.html">resume</a> playing audio file.
-- media.<a href="../events/events.pause.html">pause</a>: Pause playing audio file.
-- <a href="media.release.html">media.release</a>: Releases the underlying OS'es audio resources.
-- <a href="media.seekTo.html">media.seekTo</a>: Moves the position within the audio file.
-- <a href="media.startRecord.html">media.startRecord</a>: Start recording audio file.
-- <a href="media.stop.html">media.stop</a>Record: Stop recording audio file.
-- <a href="media.stop.html">media.stop</a>: Stop playing audio file.
+- media.getCurrentPosition: Returns the current position within an audio file.
+- media.getDuration: Returns the duration of an audio file.
+- media.play: Start or resume playing audio file.
+- media.pause: Pause playing audio file.
+- media.release: Releases the underlying OS'es audio resources.
+- media.seekTo: Moves the position within the audio file.
+- media.startRecord: Start recording audio file.
+- media.stopRecord: Stop recording audio file.
+- media.stop: Stop playing audio file.
 
 Additional ReadOnly Parameters
 ---------------------
 
-- ___position__: The position within the audio playback in seconds.  Not automatically updated during play, call getCurrent<a href="../geolocation/Position/position.html">Position</a> to update.
+- ___position__: The position within the audio playback in seconds.  Not automatically updated during play, call getCurrentPosition to update.
 - ___duration__: The duration of the media in seconds.
 
 Supported Platforms

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/media/media.pause.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/media/media.pause.md b/www/docs/en/1.7.0/cordova/media/media.pause.md
index 9ff4382..a2ba0df 100644
--- a/www/docs/en/1.7.0/cordova/media/media.pause.md
+++ b/www/docs/en/1.7.0/cordova/media/media.pause.md
@@ -18,18 +18,18 @@ license: >
     under the License.
 ---
 
-media.<a href="../events/events.pause.html">pause</a>
+media.pause
 ===========
 
 Pauses playing an audio file.
 
-    media.<a href="../events/events.pause.html">pause</a>();
+    media.pause();
 
 
 Description
 -----------
 
-Function `media.<a href="../events/events.pause.html">pause</a>` is a synchronous function that <a href="../events/events.pause.html">pause</a>s playing an audio file.
+Function `media.pause` is a synchronous function that pauses playing an audio file.
 
 Supported Platforms
 -------------------
@@ -38,14 +38,14 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
     
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // Play audio
     //
     function playAudio(url) {
         // Play the audio file at url
-        var my_media = new <a href="media.html">Media</a>(url,
+        var my_media = new Media(url,
             // success callback
             function() {
                 console.log("playAudio():Audio Success");
@@ -56,34 +56,34 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         });
 
         // Play audio
-        my_<a href="media.play.html">media.play</a>();
+        my_media.play();
 
         // Pause after 10 seconds
         setTimeout(function() {
-            media.<a href="../events/events.pause.html">pause</a>();
+            media.pause();
         }, 10000);        
     }
 
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
         <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
                               "http://www.w3.org/TR/html4/strict.dtd">
         <html>
           <head>
-            <title><a href="media.html">Media</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+            <title>Media Example</title>
         
             <script type="text/javascript" charset="utf-8" src="cordova-1.7.0.js"></script>
             <script type="text/javascript" charset="utf-8">
         
             // Wait for Cordova to load
             //
-            document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         
             // Cordova is ready
             //
-            function on<a href="../device/device.html">Device</a>Ready() {
+            function onDeviceReady() {
                 playAudio("http://audio.ibeat.org/content/p1rj1s/p1rj1s_-_rockGuitar.mp3");
             }
         
@@ -95,27 +95,27 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             // Play audio
             //
             function playAudio(src) {
-                // Create <a href="media.html">Media</a> object from src
-                my_media = new <a href="media.html">Media</a>(src, onSuccess, onError);
+                // Create Media object from src
+                my_media = new Media(src, onSuccess, onError);
         
                 // Play audio
-                my_<a href="media.play.html">media.play</a>();
+                my_media.play();
         
                 // Update my_media position every second
                 if (mediaTimer == null) {
                     mediaTimer = setInterval(function() {
                         // get my_media position
-                        my_media.getCurrent<a href="../geolocation/Position/position.html">Position</a>(
+                        my_media.getCurrentPosition(
                             // success callback
                             function(position) {
                                 if (position > -1) {
-                                    setAudio<a href="../geolocation/Position/position.html">Position</a>((position) + " sec");
+                                    setAudioPosition((position) + " sec");
                                 }
                             },
                             // error callback
                             function(e) {
                                 console.log("Error getting pos=" + e);
-                                setAudio<a href="../geolocation/Position/position.html">Position</a>("Error: " + e);
+                                setAudioPosition("Error: " + e);
                             }
                         );
                     }, 1000);
@@ -124,9 +124,9 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         
             // Pause audio
             // 
-            function <a href="../events/events.pause.html">pause</a>Audio() {
+            function pauseAudio() {
                 if (my_media) {
-                    my_media.<a href="../events/events.pause.html">pause</a>();
+                    my_media.pause();
                 }
             }
         
@@ -134,7 +134,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             // 
             function stopAudio() {
                 if (my_media) {
-                    my_<a href="media.stop.html">media.stop</a>();
+                    my_media.stop();
                 }
                 clearInterval(mediaTimer);
                 mediaTimer = null;
@@ -155,7 +155,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         
             // Set audio position
             // 
-            function setAudio<a href="../geolocation/Position/position.html">Position</a>(position) {
+            function setAudioPosition(position) {
                 document.getElementById('audio_position').innerHTML = position;
             }
         
@@ -163,7 +163,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
           </head>
           <body>
             <a href="#" class="btn large" onclick="playAudio('http://audio.ibeat.org/content/p1rj1s/p1rj1s_-_rockGuitar.mp3');">Play Audio</a>
-            <a href="#" class="btn large" onclick="<a href="../events/events.pause.html">pause</a>Audio();">Pause Playing Audio</a>
+            <a href="#" class="btn large" onclick="pauseAudio();">Pause Playing Audio</a>
             <a href="#" class="btn large" onclick="stopAudio();">Stop Playing Audio</a>
             <p id="audio_position"></p>
           </body>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/media/media.play.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/media/media.play.md b/www/docs/en/1.7.0/cordova/media/media.play.md
index 9417821..69de4c1 100644
--- a/www/docs/en/1.7.0/cordova/media/media.play.md
+++ b/www/docs/en/1.7.0/cordova/media/media.play.md
@@ -21,7 +21,7 @@ license: >
 media.play
 ==========
 
-Starts or <a href="../events/events.resume.html">resume</a>s playing an audio file.
+Starts or resumes playing an audio file.
 
     media.play();
 
@@ -29,7 +29,7 @@ Starts or <a href="../events/events.resume.html">resume</a>s playing an audio fi
 Description
 -----------
 
-Function `media.play` is a synchronous function that starts or <a href="../events/events.resume.html">resume</a>s playing an audio file.
+Function `media.play` is a synchronous function that starts or resumes playing an audio file.
 
 Supported Platforms
 -------------------
@@ -38,14 +38,14 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
     
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // Play audio
     //
     function playAudio(url) {
         // Play the audio file at url
-        var my_media = new <a href="media.html">Media</a>(url,
+        var my_media = new Media(url,
             // success callback
             function() {
                 console.log("playAudio():Audio Success");
@@ -60,25 +60,25 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
     }
 
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
         <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
                               "http://www.w3.org/TR/html4/strict.dtd">
         <html>
           <head>
-            <title><a href="media.html">Media</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+            <title>Media Example</title>
         
             <script type="text/javascript" charset="utf-8" src="cordova-1.7.0.js"></script>
             <script type="text/javascript" charset="utf-8">
         
             // Wait for Cordova to load
             //
-            document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         
             // Cordova is ready
             //
-            function on<a href="../device/device.html">Device</a>Ready() {
+            function onDeviceReady() {
                 playAudio("http://audio.ibeat.org/content/p1rj1s/p1rj1s_-_rockGuitar.mp3");
             }
         
@@ -91,8 +91,8 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             //
             function playAudio(src) {
             	if (my_media == null) {
-                	// Create <a href="media.html">Media</a> object from src
-                	my_media = new <a href="media.html">Media</a>(src, onSuccess, onError);
+                	// Create Media object from src
+                	my_media = new Media(src, onSuccess, onError);
             	} // else play current audio
                 // Play audio
                 my_media.play();
@@ -101,17 +101,17 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
                 if (mediaTimer == null) {
                     mediaTimer = setInterval(function() {
                         // get my_media position
-                        my_media.getCurrent<a href="../geolocation/Position/position.html">Position</a>(
+                        my_media.getCurrentPosition(
                             // success callback
                             function(position) {
                                 if (position > -1) {
-                                    setAudio<a href="../geolocation/Position/position.html">Position</a>((position) + " sec");
+                                    setAudioPosition((position) + " sec");
                                 }
                             },
                             // error callback
                             function(e) {
                                 console.log("Error getting pos=" + e);
-                                setAudio<a href="../geolocation/Position/position.html">Position</a>("Error: " + e);
+                                setAudioPosition("Error: " + e);
                             }
                         );
                     }, 1000);
@@ -120,9 +120,9 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         
             // Pause audio
             // 
-            function <a href="../events/events.pause.html">pause</a>Audio() {
+            function pauseAudio() {
                 if (my_media) {
-                    my_media.<a href="../events/events.pause.html">pause</a>();
+                    my_media.pause();
                 }
             }
         
@@ -130,7 +130,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             // 
             function stopAudio() {
                 if (my_media) {
-                    my_<a href="media.stop.html">media.stop</a>();
+                    my_media.stop();
                 }
                 clearInterval(mediaTimer);
                 mediaTimer = null;
@@ -151,7 +151,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         
             // Set audio position
             // 
-            function setAudio<a href="../geolocation/Position/position.html">Position</a>(position) {
+            function setAudioPosition(position) {
                 document.getElementById('audio_position').innerHTML = position;
             }
         
@@ -159,7 +159,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
           </head>
           <body>
             <a href="#" class="btn large" onclick="playAudio('http://audio.ibeat.org/content/p1rj1s/p1rj1s_-_rockGuitar.mp3');">Play Audio</a>
-            <a href="#" class="btn large" onclick="<a href="../events/events.pause.html">pause</a>Audio();">Pause Playing Audio</a>
+            <a href="#" class="btn large" onclick="pauseAudio();">Pause Playing Audio</a>
             <a href="#" class="btn large" onclick="stopAudio();">Stop Playing Audio</a>
             <p id="audio_position"></p>
           </body>
@@ -172,5 +172,5 @@ iOS Quirk
  
     Pass in this option to the **play** method to specify the number of times you want the media file to play. e.g:
     
-        var my<a href="media.html">Media</a> = new <a href="media.html">Media</a>("http://audio.ibeat.org/content/p1rj1s/p1rj1s_-_rockGuitar.mp3")
-        my<a href="media.html">Media</a>.play({ numberOfLoops: 2 })
+        var myMedia = new Media("http://audio.ibeat.org/content/p1rj1s/p1rj1s_-_rockGuitar.mp3")
+        myMedia.play({ numberOfLoops: 2 })

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/media/media.release.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/media/media.release.md b/www/docs/en/1.7.0/cordova/media/media.release.md
index 5315b3e..48497ed 100644
--- a/www/docs/en/1.7.0/cordova/media/media.release.md
+++ b/www/docs/en/1.7.0/cordova/media/media.release.md
@@ -29,7 +29,7 @@ Releases the underlying operating systems audio resources.
 Description
 -----------
 
-Function `media.release` is a synchronous function that releases the underlying operating systems audio resources.  This function is particularly important for Android as there are a finite amount of OpenCore instances for media playback.  Developers should call the 'release' function when they no longer need the <a href="media.html">Media</a> resource.
+Function `media.release` is a synchronous function that releases the underlying operating systems audio resources.  This function is particularly important for Android as there are a finite amount of OpenCore instances for media playback.  Developers should call the 'release' function when they no longer need the Media resource.
 
 Supported Platforms
 -------------------
@@ -38,36 +38,36 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
     
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
         // Audio player
         //
-        var my_media = new <a href="media.html">Media</a>(src, onSuccess, onError);
+        var my_media = new Media(src, onSuccess, onError);
         
-        my_<a href="media.play.html">media.play</a>();
-        my_<a href="media.stop.html">media.stop</a>();
+        my_media.play();
+        my_media.stop();
         my_media.release();
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
         <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
                               "http://www.w3.org/TR/html4/strict.dtd">
         <html>
           <head>
-            <title><a href="media.html">Media</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+            <title>Media Example</title>
         
             <script type="text/javascript" charset="utf-8" src="cordova-1.7.0.js"></script>
             <script type="text/javascript" charset="utf-8">
         
             // Wait for Cordova to load
             //
-            document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         
             // Cordova is ready
             //
-            function on<a href="../device/device.html">Device</a>Ready() {
+            function onDeviceReady() {
                 playAudio("http://audio.ibeat.org/content/p1rj1s/p1rj1s_-_rockGuitar.mp3");
             }
         
@@ -79,27 +79,27 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             // Play audio
             //
             function playAudio(src) {
-                // Create <a href="media.html">Media</a> object from src
-                my_media = new <a href="media.html">Media</a>(src, onSuccess, onError);
+                // Create Media object from src
+                my_media = new Media(src, onSuccess, onError);
         
                 // Play audio
-                my_<a href="media.play.html">media.play</a>();
+                my_media.play();
         
                 // Update my_media position every second
                 if (mediaTimer == null) {
                     mediaTimer = setInterval(function() {
                         // get my_media position
-                        my_media.getCurrent<a href="../geolocation/Position/position.html">Position</a>(
+                        my_media.getCurrentPosition(
                             // success callback
                             function(position) {
                                 if (position > -1) {
-                                    setAudio<a href="../geolocation/Position/position.html">Position</a>((position) + " sec");
+                                    setAudioPosition((position) + " sec");
                                 }
                             },
                             // error callback
                             function(e) {
                                 console.log("Error getting pos=" + e);
-                                setAudio<a href="../geolocation/Position/position.html">Position</a>("Error: " + e);
+                                setAudioPosition("Error: " + e);
                             }
                         );
                     }, 1000);
@@ -108,9 +108,9 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         
             // Pause audio
             // 
-            function <a href="../events/events.pause.html">pause</a>Audio() {
+            function pauseAudio() {
                 if (my_media) {
-                    my_media.<a href="../events/events.pause.html">pause</a>();
+                    my_media.pause();
                 }
             }
         
@@ -118,7 +118,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             // 
             function stopAudio() {
                 if (my_media) {
-                    my_<a href="media.stop.html">media.stop</a>();
+                    my_media.stop();
                 }
                 clearInterval(mediaTimer);
                 mediaTimer = null;
@@ -139,7 +139,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         
             // Set audio position
             // 
-            function setAudio<a href="../geolocation/Position/position.html">Position</a>(position) {
+            function setAudioPosition(position) {
                 document.getElementById('audio_position').innerHTML = position;
             }
         
@@ -147,7 +147,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
           </head>
           <body>
             <a href="#" class="btn large" onclick="playAudio('http://audio.ibeat.org/content/p1rj1s/p1rj1s_-_rockGuitar.mp3');">Play Audio</a>
-            <a href="#" class="btn large" onclick="<a href="../events/events.pause.html">pause</a>Audio();">Pause Playing Audio</a>
+            <a href="#" class="btn large" onclick="pauseAudio();">Pause Playing Audio</a>
             <a href="#" class="btn large" onclick="stopAudio();">Stop Playing Audio</a>
             <p id="audio_position"></p>
           </body>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/media/media.seekTo.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/media/media.seekTo.md b/www/docs/en/1.7.0/cordova/media/media.seekTo.md
index 7addb28..65077bf 100644
--- a/www/docs/en/1.7.0/cordova/media/media.seekTo.md
+++ b/www/docs/en/1.7.0/cordova/media/media.seekTo.md
@@ -34,7 +34,7 @@ Parameters
 Description
 -----------
 
-Function `media.seekTo` is an asynchronous function that updates the current position of the underlying audio file of a <a href="media.html">Media</a> object. Also updates the ___position__ parameter within the <a href="media.html">Media</a> object. 
+Function `media.seekTo` is an asynchronous function that updates the current position of the underlying audio file of a Media object. Also updates the ___position__ parameter within the Media object. 
 
 Supported Platforms
 -------------------
@@ -43,38 +43,38 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
     
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
         // Audio player
         //
-        var my_media = new <a href="media.html">Media</a>(src, onSuccess, onError);
-		my_<a href="media.play.html">media.play</a>();
+        var my_media = new Media(src, onSuccess, onError);
+		my_media.play();
         // SeekTo to 10 seconds after 5 seconds
         setTimeout(function() {
             my_media.seekTo(10000);
         }, 5000);
 
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
         <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
                       "http://www.w3.org/TR/html4/strict.dtd">
         <html>
           <head>
-            <title><a href="media.html">Media</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+            <title>Media Example</title>
         
             <script type="text/javascript" charset="utf-8" src="cordova-1.7.0.js"></script>
             <script type="text/javascript" charset="utf-8">
         
             // Wait for Cordova to load
             //
-            document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         
             // Cordova is ready
             //
-            function on<a href="../device/device.html">Device</a>Ready() {
+            function onDeviceReady() {
                 playAudio("http://audio.ibeat.org/content/p1rj1s/p1rj1s_-_rockGuitar.mp3");
             }
         
@@ -86,19 +86,19 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             // Play audio
             //
             function playAudio(src) {
-                // Create <a href="media.html">Media</a> object from src
-                my_media = new <a href="media.html">Media</a>(src, onSuccess, onError);
+                // Create Media object from src
+                my_media = new Media(src, onSuccess, onError);
         
                 // Play audio
-                my_<a href="media.play.html">media.play</a>();
+                my_media.play();
                 // Update media position every second
         		mediaTimer = setInterval(function() {
             		// get media position
-           			my_media.getCurrent<a href="../geolocation/Position/position.html">Position</a>(
+           			my_media.getCurrentPosition(
                 		// success callback
                 		function(position) {
                     		if (position > -1) {
-                        		setAudio<a href="../geolocation/Position/position.html">Position</a>(position + " sec");
+                        		setAudioPosition(position + " sec");
                     		}
                 		},
                 		// error callback
@@ -117,7 +117,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             // 
             function stopAudio() {
                 if (my_media) {
-                    my_<a href="media.stop.html">media.stop</a>();
+                    my_media.stop();
                 }
                 clearInterval(mediaTimer);
                 mediaTimer = null;
@@ -138,7 +138,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         
             // Set audio position
             // 
-            function setAudio<a href="../geolocation/Position/position.html">Position</a>(position) {
+            function setAudioPosition(position) {
                 document.getElementById('audio_position').innerHTML = position;
             }
         

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/media/media.startRecord.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/media/media.startRecord.md b/www/docs/en/1.7.0/cordova/media/media.startRecord.md
index 796d0fb..619a456 100644
--- a/www/docs/en/1.7.0/cordova/media/media.startRecord.md
+++ b/www/docs/en/1.7.0/cordova/media/media.startRecord.md
@@ -38,14 +38,14 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
     
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // Record audio
     // 
     function recordAudio() {
         var src = "myrecording.mp3";
-        var mediaRec = new <a href="media.html">Media</a>(src,
+        var mediaRec = new Media(src,
             // success callback
             function() {
                 console.log("recordAudio():Audio Success");
@@ -61,26 +61,26 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
     }
 
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../device/device.html">Device</a> Properties <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Device Properties Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.7.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Record audio
         // 
         function recordAudio() {
             var src = "myrecording.mp3";
-            var mediaRec = new <a href="media.html">Media</a>(src, onSuccess, onError);
+            var mediaRec = new Media(src, onSuccess, onError);
 
             // Record audio
             mediaRec.startRecord();
@@ -89,7 +89,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             var recTime = 0;
             var recInterval = setInterval(function() {
                 recTime = recTime + 1;
-                setAudio<a href="../geolocation/Position/position.html">Position</a>(recTime + " sec");
+                setAudioPosition(recTime + " sec");
                 if (recTime >= 10) {
                     clearInterval(recInterval);
                     mediaRec.stopRecord();
@@ -99,7 +99,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
 
         // Cordova is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             recordAudio();
         }
     
@@ -118,7 +118,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
 
         // Set audio position
         // 
-        function setAudio<a href="../geolocation/Position/position.html">Position</a>(position) {
+        function setAudioPosition(position) {
             document.getElementById('audio_position').innerHTML = position;
         }
 
@@ -134,4 +134,4 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
 iOS Quirks
 ----------
 
-- The file to record to must already exist and should be of type .wav. The <a href="../file/fileobj/fileobj.html">File</a> API's can be used to create the file.
+- The file to record to must already exist and should be of type .wav. The File API's can be used to create the file.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/media/media.stop.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/media/media.stop.md b/www/docs/en/1.7.0/cordova/media/media.stop.md
index 5438bf7..e3637b1 100644
--- a/www/docs/en/1.7.0/cordova/media/media.stop.md
+++ b/www/docs/en/1.7.0/cordova/media/media.stop.md
@@ -38,14 +38,14 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
     
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // Play audio
     //
     function playAudio(url) {
         // Play the audio file at url
-        var my_media = new <a href="media.html">Media</a>(url,
+        var my_media = new Media(url,
             // success callback
             function() {
                 console.log("playAudio():Audio Success");
@@ -56,7 +56,7 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         });
 
         // Play audio
-        my_<a href="media.play.html">media.play</a>();
+        my_media.play();
 
         // Pause after 10 seconds
         setTimeout(function() {
@@ -64,25 +64,25 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         }, 10000);        
     }
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
         <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
                               "http://www.w3.org/TR/html4/strict.dtd">
         <html>
           <head>
-            <title><a href="media.html">Media</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+            <title>Media Example</title>
         
             <script type="text/javascript" charset="utf-8" src="cordova-1.7.0.js"></script>
             <script type="text/javascript" charset="utf-8">
         
             // Wait for Cordova to load
             //
-            document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         
             // Cordova is ready
             //
-            function on<a href="../device/device.html">Device</a>Ready() {
+            function onDeviceReady() {
                 playAudio("http://audio.ibeat.org/content/p1rj1s/p1rj1s_-_rockGuitar.mp3");
             }
         
@@ -94,27 +94,27 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             // Play audio
             //
             function playAudio(src) {
-                // Create <a href="media.html">Media</a> object from src
-                my_media = new <a href="media.html">Media</a>(src, onSuccess, onError);
+                // Create Media object from src
+                my_media = new Media(src, onSuccess, onError);
         
                 // Play audio
-                my_<a href="media.play.html">media.play</a>();
+                my_media.play();
         
                 // Update my_media position every second
                 if (mediaTimer == null) {
                     mediaTimer = setInterval(function() {
                         // get my_media position
-                        my_media.getCurrent<a href="../geolocation/Position/position.html">Position</a>(
+                        my_media.getCurrentPosition(
                             // success callback
                             function(position) {
                                 if (position > -1) {
-                                    setAudio<a href="../geolocation/Position/position.html">Position</a>((position) + " sec");
+                                    setAudioPosition((position) + " sec");
                                 }
                             },
                             // error callback
                             function(e) {
                                 console.log("Error getting pos=" + e);
-                                setAudio<a href="../geolocation/Position/position.html">Position</a>("Error: " + e);
+                                setAudioPosition("Error: " + e);
                             }
                         );
                     }, 1000);
@@ -123,9 +123,9 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         
             // Pause audio
             // 
-            function <a href="../events/events.pause.html">pause</a>Audio() {
+            function pauseAudio() {
                 if (my_media) {
-                    my_media.<a href="../events/events.pause.html">pause</a>();
+                    my_media.pause();
                 }
             }
         
@@ -154,7 +154,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         
             // Set audio position
             // 
-            function setAudio<a href="../geolocation/Position/position.html">Position</a>(position) {
+            function setAudioPosition(position) {
                 document.getElementById('audio_position').innerHTML = position;
             }
         
@@ -162,7 +162,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
           </head>
           <body>
             <a href="#" class="btn large" onclick="playAudio('http://audio.ibeat.org/content/p1rj1s/p1rj1s_-_rockGuitar.mp3');">Play Audio</a>
-            <a href="#" class="btn large" onclick="<a href="../events/events.pause.html">pause</a>Audio();">Pause Playing Audio</a>
+            <a href="#" class="btn large" onclick="pauseAudio();">Pause Playing Audio</a>
             <a href="#" class="btn large" onclick="stopAudio();">Stop Playing Audio</a>
             <p id="audio_position"></p>
           </body>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/media/media.stopRecord.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/media/media.stopRecord.md b/www/docs/en/1.7.0/cordova/media/media.stopRecord.md
index 7ef81b2..099aefe 100644
--- a/www/docs/en/1.7.0/cordova/media/media.stopRecord.md
+++ b/www/docs/en/1.7.0/cordova/media/media.stopRecord.md
@@ -18,18 +18,18 @@ license: >
     under the License.
 ---
 
-<a href="media.stop.html">media.stop</a>Record
+media.stopRecord
 ================
 
 Stops recording an audio file.
 
-    <a href="media.stop.html">media.stop</a>Record();
+    media.stopRecord();
 
 
 Description
 -----------
 
-Function `<a href="media.stop.html">media.stop</a>Record` is a synchronous function that stops recording an audio file.
+Function `media.stopRecord` is a synchronous function that stops recording an audio file.
 
 Supported Platforms
 -------------------
@@ -38,14 +38,14 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
     
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // Record audio
     // 
     function recordAudio() {
         var src = "myrecording.mp3";
-        var mediaRec = new <a href="media.html">Media</a>(src,
+        var mediaRec = new Media(src,
             // success callback
             function() {
                 console.log("recordAudio():Audio Success");
@@ -66,26 +66,26 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
     }
 
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../device/device.html">Device</a> Properties <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Device Properties Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.7.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Record audio
         // 
         function recordAudio() {
             var src = "myrecording.mp3";
-            var mediaRec = new <a href="media.html">Media</a>(src, onSuccess, onError);
+            var mediaRec = new Media(src, onSuccess, onError);
 
             // Record audio
             mediaRec.startRecord();
@@ -94,7 +94,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             var recTime = 0;
             var recInterval = setInterval(function() {
                 recTime = recTime + 1;
-                setAudio<a href="../geolocation/Position/position.html">Position</a>(recTime + " sec");
+                setAudioPosition(recTime + " sec");
                 if (recTime >= 10) {
                     clearInterval(recInterval);
                     mediaRec.stopRecord();
@@ -104,7 +104,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
 
         // Cordova is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             recordAudio();
         }
     
@@ -123,7 +123,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
 
         // Set audio position
         // 
-        function setAudio<a href="../geolocation/Position/position.html">Position</a>(position) {
+        function setAudioPosition(position) {
             document.getElementById('audio_position').innerHTML = position;
         }
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/notification/notification.alert.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/notification/notification.alert.md b/www/docs/en/1.7.0/cordova/notification/notification.alert.md
index e31684f..92f80e9 100644
--- a/www/docs/en/1.7.0/cordova/notification/notification.alert.md
+++ b/www/docs/en/1.7.0/cordova/notification/notification.alert.md
@@ -44,7 +44,7 @@ Supported Platforms
 - Windows Phone 7 ( Mango )
 - Bada 1.2 & 2.x
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // Android / BlackBerry WebWorks (OS 5.0 and higher) / iPhone
@@ -60,24 +60,24 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         'Done'                  // buttonName
     );
         
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="notification.html">Notification</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Notification Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.7.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             // Empty
         }
     

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/notification/notification.beep.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/notification/notification.beep.md b/www/docs/en/1.7.0/cordova/notification/notification.beep.md
index ee9bc5e..ac88772 100644
--- a/www/docs/en/1.7.0/cordova/notification/notification.beep.md
+++ b/www/docs/en/1.7.0/cordova/notification/notification.beep.md
@@ -36,37 +36,37 @@ Supported Platforms
 - Windows Phone 7 ( Mango )
 - Bada 1.2 & 2.x
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // Beep twice!
     navigator.notification.beep(2);
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="notification.html">Notification</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Notification Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.7.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             // Empty
         }
 
         // Show a custom alert
         //
         function showAlert() {
-		    navigator.<a href="notification.alert.html">notification.alert</a>(
+		    navigator.notification.alert(
 		        'You are the winner!',  // message
 		        'Game Over',            // title
 		        'Done'                  // buttonName
@@ -82,7 +82,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         // Vibrate for 2 seconds
         //
         function vibrate() {
-            navigator.<a href="notification.vibrate.html">notification.vibrate</a>(2000);
+            navigator.notification.vibrate(2000);
         }
 
         </script>
@@ -97,7 +97,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
 Android Quirks
 --------------
 
-- Android plays the default "<a href="notification.html">Notification</a> ringtone" specified under the "Settings/Sound & Display" panel.
+- Android plays the default "Notification ringtone" specified under the "Settings/Sound & Display" panel.
 
 iPhone Quirks
 -------------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/notification/notification.confirm.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/notification/notification.confirm.md b/www/docs/en/1.7.0/cordova/notification/notification.confirm.md
index b5de8f4..999269e 100644
--- a/www/docs/en/1.7.0/cordova/notification/notification.confirm.md
+++ b/www/docs/en/1.7.0/cordova/notification/notification.confirm.md
@@ -44,7 +44,7 @@ Supported Platforms
 - Windows Phone 7 ( Mango )
 - Bada 1.2 & 2.x
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
 	// process the confirmation dialog result
@@ -63,24 +63,24 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         );
     }
         
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="notification.html">Notification</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Notification Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.7.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             // Empty
         }
     

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/notification/notification.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/notification/notification.md b/www/docs/en/1.7.0/cordova/notification/notification.md
index 5a0efa2..f337c57 100644
--- a/www/docs/en/1.7.0/cordova/notification/notification.md
+++ b/www/docs/en/1.7.0/cordova/notification/notification.md
@@ -26,7 +26,7 @@ Notification
 Methods
 -------
 
-- <a href="notification.alert.html">notification.alert</a>
-- <a href="notification.confirm.html">notification.confirm</a>
-- <a href="notification.beep.html">notification.beep</a>
-- <a href="notification.vibrate.html">notification.vibrate</a>
\ No newline at end of file
+- notification.alert
+- notification.confirm
+- notification.beep
+- notification.vibrate
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[28/51] [partial] docs commit: Reverting autolinking change because of inconsistencies.

Posted by db...@apache.org.
http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/storage/sqlresultset/sqlresultset.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/storage/sqlresultset/sqlresultset.md b/www/docs/en/1.5.0/phonegap/storage/sqlresultset/sqlresultset.md
index 99ea17e..72869c1 100644
--- a/www/docs/en/1.5.0/phonegap/storage/sqlresultset/sqlresultset.md
+++ b/www/docs/en/1.5.0/phonegap/storage/sqlresultset/sqlresultset.md
@@ -21,7 +21,7 @@ license: >
 SQLResultSet
 =======
 
-When the executeSql method of a <a href="../sqltransaction/sqltransaction.html">SQLTransaction</a> is called it will invoke it's callback with a SQLResultSet.
+When the executeSql method of a SQLTransaction is called it will invoke it's callback with a SQLResultSet.
 
 Properties
 -------
@@ -33,7 +33,7 @@ Properties
 Details
 -------
 
-When you call the <a href="../sqltransaction/sqltransaction.html">SQLTransaction</a> executeSql method it's callback methods will be called with a SQLResultSet object.  The result object has three properties.  The first is the `insertId` which will return the row number of a success SQL insert statement.  If the SQL statement is not an insert then the `insertId` is not set.  The `rowAffected` is always 0 for a SQL select statement.  For insert or update statements it returns the number of rows that have been modified.  The final property is of type <a href="../sqlresultsetlist/sqlresultsetlist.html">SQLResultSetList</a> and it contains the data returned from a SQL select statement.
+When you call the SQLTransaction executeSql method it's callback methods will be called with a SQLResultSet object.  The result object has three properties.  The first is the `insertId` which will return the row number of a success SQL insert statement.  If the SQL statement is not an insert then the `insertId` is not set.  The `rowAffected` is always 0 for a SQL select statement.  For insert or update statements it returns the number of rows that have been modified.  The final property is of type SQLResultSetList and it contains the data returned from a SQL select statement.
 
 Supported Platforms
 -------------------
@@ -42,7 +42,7 @@ Supported Platforms
 - BlackBerry WebWorks (OS 6.0 and higher)
 - iPhone
 
-Execute SQL Quick <a href="../storage.opendatabase.html">Example</a>
+Execute SQL Quick Example
 ------------------
 
 	function queryDB(tx) {
@@ -62,23 +62,23 @@ Execute SQL Quick <a href="../storage.opendatabase.html">Example</a>
 		alert("Error processing SQL: "+err.code);
 	}
 	
-	var db = window.<a href="../storage.opendatabase.html">open<a href="../database/database.html">Database</a></a>("<a href="../database/database.html">Database</a>", "1.0", "PhoneGap Demo", 200000);
+	var db = window.openDatabase("Database", "1.0", "PhoneGap Demo", 200000);
 	db.transaction(queryDB, errorCB);
 
-Full <a href="../storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../../contacts/Contact/contact.html">Contact</a> <a href="../storage.opendatabase.html">Example</a></title>
+        <title>Contact Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.5.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for PhoneGap to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
 		// Populate the database 
 		//
@@ -115,21 +115,21 @@ Full <a href="../storage.opendatabase.html">Example</a>
 		// Transaction success callback
 		//
 		function successCB() {
-			var db = window.<a href="../storage.opendatabase.html">open<a href="../database/database.html">Database</a></a>("<a href="../database/database.html">Database</a>", "1.0", "PhoneGap Demo", 200000);
+			var db = window.openDatabase("Database", "1.0", "PhoneGap Demo", 200000);
 			db.transaction(queryDB, errorCB);
 		}
 
 		// PhoneGap is ready
 		//
-		function on<a href="../../device/device.html">Device</a>Ready() {
-			var db = window.<a href="../storage.opendatabase.html">open<a href="../database/database.html">Database</a></a>("<a href="../database/database.html">Database</a>", "1.0", "PhoneGap Demo", 200000);
+		function onDeviceReady() {
+			var db = window.openDatabase("Database", "1.0", "PhoneGap Demo", 200000);
 			db.transaction(populateDB, errorCB, successCB);
 		}
 	
         </script>
       </head>
       <body>
-        <h1><a href="../storage.opendatabase.html">Example</a></h1>
-        <p><a href="../database/database.html">Database</a></p>
+        <h1>Example</h1>
+        <p>Database</p>
       </body>
     </html>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/storage/sqlresultsetlist/sqlresultsetlist.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/storage/sqlresultsetlist/sqlresultsetlist.md b/www/docs/en/1.5.0/phonegap/storage/sqlresultsetlist/sqlresultsetlist.md
index 7238287..8d31fc3 100644
--- a/www/docs/en/1.5.0/phonegap/storage/sqlresultsetlist/sqlresultsetlist.md
+++ b/www/docs/en/1.5.0/phonegap/storage/sqlresultsetlist/sqlresultsetlist.md
@@ -18,10 +18,10 @@ license: >
     under the License.
 ---
 
-<a href="../sqlresultset/sqlresultset.html">SQLResultSet</a>List
+SQLResultSetList
 =======
 
-One of the properties of the <a href="../sqlresultset/sqlresultset.html">SQLResultSet</a> containing the rows returned from a SQL query.
+One of the properties of the SQLResultSet containing the rows returned from a SQL query.
 
 Properties
 -------
@@ -36,7 +36,7 @@ Methods
 Details
 -------
 
-The <a href="../sqlresultset/sqlresultset.html">SQLResultSet</a>List contains the data returned from a SQL select statement.  The object contains a length property letting you know how many rows the select statement has been returned.  To get a row of data you would call the `item` method specifying an index.  The item method returns a JavaScript Object who's properties are the columns of the database the select statement was executed against.
+The SQLResultSetList contains the data returned from a SQL select statement.  The object contains a length property letting you know how many rows the select statement has been returned.  To get a row of data you would call the `item` method specifying an index.  The item method returns a JavaScript Object who's properties are the columns of the database the select statement was executed against.
 
 Supported Platforms
 -------------------
@@ -45,7 +45,7 @@ Supported Platforms
 - BlackBerry WebWorks (OS 6.0 and higher)
 - iPhone
 
-Execute SQL Quick <a href="../storage.opendatabase.html">Example</a>
+Execute SQL Quick Example
 ------------------
 
 	function queryDB(tx) {
@@ -64,23 +64,23 @@ Execute SQL Quick <a href="../storage.opendatabase.html">Example</a>
 		alert("Error processing SQL: "+err.code);
 	}
 
-	var db = window.<a href="../storage.opendatabase.html">open<a href="../database/database.html">Database</a></a>("<a href="../database/database.html">Database</a>", "1.0", "PhoneGap Demo", 200000);
+	var db = window.openDatabase("Database", "1.0", "PhoneGap Demo", 200000);
 	db.transaction(queryDB, errorCB);
 
-Full <a href="../storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../../contacts/Contact/contact.html">Contact</a> <a href="../storage.opendatabase.html">Example</a></title>
+        <title>Contact Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.5.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for PhoneGap to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
 		// Populate the database
 		//
@@ -116,21 +116,21 @@ Full <a href="../storage.opendatabase.html">Example</a>
 		// Transaction success callback
 		//
 		function successCB() {
-			var db = window.<a href="../storage.opendatabase.html">open<a href="../database/database.html">Database</a></a>("<a href="../database/database.html">Database</a>", "1.0", "PhoneGap Demo", 200000);
+			var db = window.openDatabase("Database", "1.0", "PhoneGap Demo", 200000);
 			db.transaction(queryDB, errorCB);
 		}
 
 		// PhoneGap is ready
 		//
-		function on<a href="../../device/device.html">Device</a>Ready() {
-			var db = window.<a href="../storage.opendatabase.html">open<a href="../database/database.html">Database</a></a>("<a href="../database/database.html">Database</a>", "1.0", "PhoneGap Demo", 200000);
+		function onDeviceReady() {
+			var db = window.openDatabase("Database", "1.0", "PhoneGap Demo", 200000);
 			db.transaction(populateDB, errorCB, successCB);
 		}
 
         </script>
       </head>
       <body>
-        <h1><a href="../storage.opendatabase.html">Example</a></h1>
-        <p><a href="../database/database.html">Database</a></p>
+        <h1>Example</h1>
+        <p>Database</p>
       </body>
     </html>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/storage/sqltransaction/sqltransaction.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/storage/sqltransaction/sqltransaction.md b/www/docs/en/1.5.0/phonegap/storage/sqltransaction/sqltransaction.md
index af91dfb..0f16a82 100644
--- a/www/docs/en/1.5.0/phonegap/storage/sqltransaction/sqltransaction.md
+++ b/www/docs/en/1.5.0/phonegap/storage/sqltransaction/sqltransaction.md
@@ -21,7 +21,7 @@ license: >
 SQLTransaction
 =======
 
-Contains methods that allow the user to execute SQL statements against the <a href="../database/database.html">Database</a>.
+Contains methods that allow the user to execute SQL statements against the Database.
 
 Methods
 -------
@@ -31,7 +31,7 @@ Methods
 Details
 -------
 
-When you call a <a href="../database/database.html">Database</a> objects transaction method it's callback methods will be called with a SQLTransaction object.  The user can build up a database transaction by calling the executeSql method multiple times.  
+When you call a Database objects transaction method it's callback methods will be called with a SQLTransaction object.  The user can build up a database transaction by calling the executeSql method multiple times.  
 
 Supported Platforms
 -------------------
@@ -40,7 +40,7 @@ Supported Platforms
 - BlackBerry WebWorks (OS 6.0 and higher)
 - iPhone
 
-Execute SQL Quick <a href="../storage.opendatabase.html">Example</a>
+Execute SQL Quick Example
 ------------------
 
 	function populateDB(tx) {
@@ -58,28 +58,28 @@ Execute SQL Quick <a href="../storage.opendatabase.html">Example</a>
 		alert("success!");
 	}
 	
-	var db = window.<a href="../storage.opendatabase.html">open<a href="../database/database.html">Database</a></a>("<a href="../database/database.html">Database</a>", "1.0", "PhoneGap Demo", 200000);
+	var db = window.openDatabase("Database", "1.0", "PhoneGap Demo", 200000);
 	db.transaction(populateDB, errorCB, successCB);
 
-Full <a href="../storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../../contacts/Contact/contact.html">Contact</a> <a href="../storage.opendatabase.html">Example</a></title>
+        <title>Contact Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.5.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for PhoneGap to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // PhoneGap is ready
         //
-        function on<a href="../../device/device.html">Device</a>Ready() {
-			var db = window.<a href="../storage.opendatabase.html">open<a href="../database/database.html">Database</a></a>("<a href="../database/database.html">Database</a>", "1.0", "PhoneGap Demo", 200000);
+        function onDeviceReady() {
+			var db = window.openDatabase("Database", "1.0", "PhoneGap Demo", 200000);
 			db.transaction(populateDB, errorCB, successCB);
         }
 		
@@ -107,7 +107,7 @@ Full <a href="../storage.opendatabase.html">Example</a>
         </script>
       </head>
       <body>
-        <h1><a href="../storage.opendatabase.html">Example</a></h1>
+        <h1>Example</h1>
         <p>SQLTransaction</p>
       </body>
     </html>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/storage/storage.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/storage/storage.md b/www/docs/en/1.5.0/phonegap/storage/storage.md
index 2fb2b39..1105697 100644
--- a/www/docs/en/1.5.0/phonegap/storage/storage.md
+++ b/www/docs/en/1.5.0/phonegap/storage/storage.md
@@ -23,27 +23,27 @@ Storage
 
 > Provides access to the devices storage options.  
 
-This API is based on the [W3C Web SQL <a href="database/database.html">Database</a> 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 PhoneGap's implementation. For devices that don't have storage support, PhoneGap's implementation should be compatible with the W3C specification.
 
 Methods
 -------
 
-- <a href="storage.opendatabase.html">open<a href="database/database.html">Database</a></a>
+- openDatabase
 
 Arguments
 ---------
 
-- <a href="parameters/name.html">name</a>
-- <a href="parameters/version.html">version</a>
-- <a href="parameters/display_<a href="parameters/name.html">name</a>.html">display_<a href="parameters/name.html">name</a></a>
-- <a href="parameters/size.html">size</a>
+- name
+- version
+- display_name
+- size
 
 Objects
 -------
 
-- <a href="database/database.html">Database</a>
-- <a href="sqltransaction/sqltransaction.html">SQLTransaction</a>
-- <a href="sqlresultset/sqlresultset.html">SQLResultSet</a>
-- <a href="sqlresultsetlist/sqlresultsetlist.html"><a href="sqlresultset/sqlresultset.html">SQLResultSet</a>List</a>
-- <a href="sqlerror/sqlerror.html">SQLError</a>
-- <a href="localstorage/localstorage.html">localStorage</a>
\ No newline at end of file
+- Database
+- SQLTransaction
+- SQLResultSet
+- SQLResultSetList
+- SQLError
+- localStorage
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/storage/storage.opendatabase.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/storage/storage.opendatabase.md b/www/docs/en/1.5.0/phonegap/storage/storage.opendatabase.md
index 79f00a6..e186398 100644
--- a/www/docs/en/1.5.0/phonegap/storage/storage.opendatabase.md
+++ b/www/docs/en/1.5.0/phonegap/storage/storage.opendatabase.md
@@ -18,19 +18,19 @@ license: >
     under the License.
 ---
 
-open<a href="database/database.html">Database</a>
+openDatabase
 ===============
 
-Returns a new <a href="database/database.html">Database</a> object.
+Returns a new Database object.
 
-    var dbShell = window.open<a href="database/database.html">Database</a>(<a href="parameters/name.html">name</a>, <a href="parameters/version.html">version</a>, <a href="parameters/display_<a href="parameters/name.html">name</a>.html">display_<a href="parameters/name.html">name</a></a>, <a href="parameters/size.html">size</a>);
+    var dbShell = window.openDatabase(name, version, display_name, size);
 
 Description
 -----------
 
-window.open<a href="database/database.html">Database</a> returns a new <a href="database/database.html">Database</a> object.
+window.openDatabase returns a new Database object.
 
-This method will create a new SQL Lite <a href="database/database.html">Database</a> and return a <a href="database/database.html">Database</a> object.  Use the <a href="database/database.html">Database</a> Object to manipulate the data.
+This method will create a new SQL Lite Database and return a Database object.  Use the Database Object to manipulate the data.
 
 Supported Platforms
 -------------------
@@ -42,7 +42,7 @@ Supported Platforms
 Quick Example
 -------------
 
-    var db = window.open<a href="database/database.html">Database</a>("test", "1.0", "Test DB", 1000000);
+    var db = window.openDatabase("test", "1.0", "Test DB", 1000000);
 
 Full Example
 ------------
@@ -50,25 +50,25 @@ Full Example
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../contacts/Contact/contact.html">Contact</a> Example</title>
+        <title>Contact Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.5.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for PhoneGap to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // PhoneGap is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
-			var db = window.open<a href="database/database.html">Database</a>("test", "1.0", "Test DB", 1000000);
+        function onDeviceReady() {
+			var db = window.openDatabase("test", "1.0", "Test DB", 1000000);
         }
 		
         </script>
       </head>
       <body>
         <h1>Example</h1>
-        <p>Open <a href="database/database.html">Database</a></p>
+        <p>Open Database</p>
       </body>
     </html>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/accelerometer/acceleration/acceleration.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/accelerometer/acceleration/acceleration.md b/www/docs/en/1.6.0/cordova/accelerometer/acceleration/acceleration.md
index 49b51fd..0cbd6f3 100644
--- a/www/docs/en/1.6.0/cordova/accelerometer/acceleration/acceleration.md
+++ b/www/docs/en/1.6.0/cordova/accelerometer/acceleration/acceleration.md
@@ -21,7 +21,7 @@ license: >
 Acceleration
 ============
 
-Contains `<a href="../accelerometer.html">Accelerometer</a>` data captured at a specific point in time.
+Contains `Accelerometer` data captured at a specific point in time.
 
 Properties
 ----------
@@ -34,7 +34,7 @@ Properties
 Description
 -----------
 
-This object is created and populated by Cordova, and returned by an `<a href="../accelerometer.html">Accelerometer</a>` method. The x, y, z acceleration values include the effect of gravity (9.81 m/s^2), so at when a device is lying flat on a table facing up, the value returned should be x=0, y=0, z=9.81.
+This object is created and populated by Cordova, and returned by an `Accelerometer` method. The x, y, z acceleration values include the effect of gravity (9.81 m/s^2), so at when a device is lying flat on a table facing up, the value returned should be x=0, y=0, z=9.81.
 
 Supported Platforms
 -------------------
@@ -44,7 +44,7 @@ Supported Platforms
 - iOS
 - Windows Phone 7 (Mango)
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     function onSuccess(acceleration) {
@@ -58,27 +58,27 @@ Quick <a href="../../storage/storage.opendatabase.html">Example</a>
         alert('onError!');
     };
 
-    navigator.<a href="../accelerometer.getCurrentAcceleration.html">accelerometer.getCurrentAcceleration</a>(onSuccess, onError);
+    navigator.accelerometer.getCurrentAcceleration(onSuccess, onError);
 
-Full <a href="../../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Acceleration <a href="../../storage/storage.opendatabase.html">Example</a></title>
+        <title>Acceleration Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../../device/device.html">Device</a>Ready() {
-            navigator.<a href="../accelerometer.getCurrentAcceleration.html">accelerometer.getCurrentAcceleration</a>(onSuccess, onError);
+        function onDeviceReady() {
+            navigator.accelerometer.getCurrentAcceleration(onSuccess, onError);
         }
 
         // onSuccess: Get a snapshot of the current acceleration
@@ -99,7 +99,7 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
         </script>
       </head>
       <body>
-        <h1><a href="../../storage/storage.opendatabase.html">Example</a></h1>
+        <h1>Example</h1>
         <p>getCurrentAcceleration</p>
       </body>
     </html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/accelerometer/accelerometer.clearWatch.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/accelerometer/accelerometer.clearWatch.md b/www/docs/en/1.6.0/cordova/accelerometer/accelerometer.clearWatch.md
index 6074e2a..3d1104d 100644
--- a/www/docs/en/1.6.0/cordova/accelerometer/accelerometer.clearWatch.md
+++ b/www/docs/en/1.6.0/cordova/accelerometer/accelerometer.clearWatch.md
@@ -21,11 +21,11 @@ license: >
 accelerometer.clearWatch
 ========================
 
-Stop watching the `<a href="acceleration/acceleration.html">Acceleration</a>` referenced by the watch ID parameter.
+Stop watching the `Acceleration` referenced by the watch ID parameter.
 
     navigator.accelerometer.clearWatch(watchID);
 
-- __watchID__: The ID returned by `accelerometer.watch<a href="acceleration/acceleration.html">Acceleration</a>`.
+- __watchID__: The ID returned by `accelerometer.watchAcceleration`.
 
 Supported Platforms
 -------------------
@@ -35,36 +35,36 @@ Supported Platforms
 - iPhone
 - Windows Phone 7 (Mango)
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
-    var watchID = navigator.accelerometer.watch<a href="acceleration/acceleration.html">Acceleration</a>(onSuccess, onError, options);
+    var watchID = navigator.accelerometer.watchAcceleration(onSuccess, onError, options);
     
     // ... later on ...
     
     navigator.accelerometer.clearWatch(watchID);
     
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="acceleration/acceleration.html">Acceleration</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Acceleration Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // The watch id references the current `watch<a href="acceleration/acceleration.html">Acceleration</a>`
+        // The watch id references the current `watchAcceleration`
         var watchID = null;
         
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             startWatch();
         }
 
@@ -75,7 +75,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             // Update acceleration every 3 seconds
             var options = { frequency: 3000 };
             
-            watchID = navigator.accelerometer.watch<a href="acceleration/acceleration.html">Acceleration</a>(onSuccess, onError, options);
+            watchID = navigator.accelerometer.watchAcceleration(onSuccess, onError, options);
         }
         
         // Stop watching the acceleration
@@ -91,9 +91,9 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         //
         function onSuccess(acceleration) {
             var element = document.getElementById('accelerometer');
-            element.innerHTML = '<a href="acceleration/acceleration.html">Acceleration</a> X: ' + acceleration.x + '<br />' +
-                                '<a href="acceleration/acceleration.html">Acceleration</a> Y: ' + acceleration.y + '<br />' +
-                                '<a href="acceleration/acceleration.html">Acceleration</a> Z: ' + acceleration.z + '<br />' + 
+            element.innerHTML = 'Acceleration X: ' + acceleration.x + '<br />' +
+                                'Acceleration Y: ' + acceleration.y + '<br />' +
+                                'Acceleration Z: ' + acceleration.z + '<br />' + 
                                 'Timestamp: '      + acceleration.timestamp + '<br />';
         }
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/accelerometer/accelerometer.getCurrentAcceleration.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/accelerometer/accelerometer.getCurrentAcceleration.md b/www/docs/en/1.6.0/cordova/accelerometer/accelerometer.getCurrentAcceleration.md
index 07ac54d..e7d1de6 100644
--- a/www/docs/en/1.6.0/cordova/accelerometer/accelerometer.getCurrentAcceleration.md
+++ b/www/docs/en/1.6.0/cordova/accelerometer/accelerometer.getCurrentAcceleration.md
@@ -18,19 +18,19 @@ license: >
     under the License.
 ---
 
-accelerometer.getCurrent<a href="acceleration/acceleration.html">Acceleration</a>
+accelerometer.getCurrentAcceleration
 ====================================
 
 Get the current acceleration along the x, y, and z axis.
 
-    navigator.accelerometer.getCurrent<a href="acceleration/acceleration.html">Acceleration</a>(<a href="parameters/accelerometerSuccess.html">accelerometerSuccess</a>, <a href="parameters/accelerometerError.html">accelerometerError</a>);
+    navigator.accelerometer.getCurrentAcceleration(accelerometerSuccess, accelerometerError);
 
 Description
 -----------
 
 The accelerometer is a motion sensor that detects the change (delta) in movement relative to the current device orientation. The accelerometer can detect 3D movement along the x, y, and z axis.
 
-The acceleration is returned using the `<a href="parameters/accelerometerSuccess.html">accelerometerSuccess</a>` callback function.
+The acceleration is returned using the `accelerometerSuccess` callback function.
 
 Supported Platforms
 -------------------
@@ -40,13 +40,13 @@ Supported Platforms
 - iPhone
 - Windows Phone 7 (Mango)
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     function onSuccess(acceleration) {
-        alert('<a href="acceleration/acceleration.html">Acceleration</a> X: ' + acceleration.x + '\n' +
-              '<a href="acceleration/acceleration.html">Acceleration</a> Y: ' + acceleration.y + '\n' +
-              '<a href="acceleration/acceleration.html">Acceleration</a> Z: ' + acceleration.z + '\n' +
+        alert('Acceleration X: ' + acceleration.x + '\n' +
+              'Acceleration Y: ' + acceleration.y + '\n' +
+              'Acceleration Z: ' + acceleration.z + '\n' +
               'Timestamp: '      + acceleration.timestamp + '\n');
     };
 
@@ -54,35 +54,35 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         alert('onError!');
     };
 
-    navigator.accelerometer.getCurrent<a href="acceleration/acceleration.html">Acceleration</a>(onSuccess, onError);
+    navigator.accelerometer.getCurrentAcceleration(onSuccess, onError);
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="acceleration/acceleration.html">Acceleration</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Acceleration Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
-            navigator.accelerometer.getCurrent<a href="acceleration/acceleration.html">Acceleration</a>(onSuccess, onError);
+        function onDeviceReady() {
+            navigator.accelerometer.getCurrentAcceleration(onSuccess, onError);
         }
     
         // onSuccess: Get a snapshot of the current acceleration
         //
         function onSuccess(acceleration) {
-            alert('<a href="acceleration/acceleration.html">Acceleration</a> X: ' + acceleration.x + '\n' +
-                  '<a href="acceleration/acceleration.html">Acceleration</a> Y: ' + acceleration.y + '\n' +
-                  '<a href="acceleration/acceleration.html">Acceleration</a> Z: ' + acceleration.z + '\n' +
+            alert('Acceleration X: ' + acceleration.x + '\n' +
+                  'Acceleration Y: ' + acceleration.y + '\n' +
+                  'Acceleration Z: ' + acceleration.z + '\n' +
                   'Timestamp: '      + acceleration.timestamp + '\n');
         }
     
@@ -95,8 +95,8 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         </script>
       </head>
       <body>
-        <h1><a href="../storage/storage.opendatabase.html">Example</a></h1>
-        <p>getCurrent<a href="acceleration/acceleration.html">Acceleration</a></p>
+        <h1>Example</h1>
+        <p>getCurrentAcceleration</p>
       </body>
     </html>
     
@@ -105,4 +105,4 @@ iPhone Quirks
 
 - iPhone doesn't have the concept of getting the current acceleration at any given point.
 - You must watch the acceleration and capture the data at given time intervals.
-- Thus, the `getCurrent<a href="acceleration/acceleration.html">Acceleration</a>` function will give you the last value reported from a Cordova `watch<a href="accelerometer.html">Accelerometer</a>` call.
+- Thus, the `getCurrentAcceleration` function will give you the last value reported from a Cordova `watchAccelerometer` call.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/accelerometer/accelerometer.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/accelerometer/accelerometer.md b/www/docs/en/1.6.0/cordova/accelerometer/accelerometer.md
index afb5e45..7607cd0 100644
--- a/www/docs/en/1.6.0/cordova/accelerometer/accelerometer.md
+++ b/www/docs/en/1.6.0/cordova/accelerometer/accelerometer.md
@@ -21,23 +21,23 @@ license: >
 Accelerometer
 =============
 
-> <a href="../media/capture/capture.html">Capture</a>s device motion in the x, y, and z direction.
+> Captures device motion in the x, y, and z direction.
 
 Methods
 -------
 
-- accelerometer.getCurrent<a href="acceleration/acceleration.html">Acceleration</a>
-- accelerometer.watch<a href="acceleration/acceleration.html">Acceleration</a>
-- <a href="accelerometer.clearWatch.html">accelerometer.clearWatch</a>
+- accelerometer.getCurrentAcceleration
+- accelerometer.watchAcceleration
+- accelerometer.clearWatch
 
 Arguments
 ---------
 
-- <a href="parameters/accelerometerSuccess.html">accelerometerSuccess</a>
-- <a href="parameters/accelerometerError.html">accelerometerError</a>
-- <a href="parameters/accelerometerOptions.html">accelerometerOptions</a>
+- accelerometerSuccess
+- accelerometerError
+- accelerometerOptions
 
 Objects (Read-Only)
 -------------------
 
-- <a href="acceleration/acceleration.html">Acceleration</a>
\ No newline at end of file
+- Acceleration
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/accelerometer/accelerometer.watchAcceleration.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/accelerometer/accelerometer.watchAcceleration.md b/www/docs/en/1.6.0/cordova/accelerometer/accelerometer.watchAcceleration.md
index ef1c2e5..9b6fdfd 100644
--- a/www/docs/en/1.6.0/cordova/accelerometer/accelerometer.watchAcceleration.md
+++ b/www/docs/en/1.6.0/cordova/accelerometer/accelerometer.watchAcceleration.md
@@ -18,23 +18,23 @@ license: >
     under the License.
 ---
 
-accelerometer.watch<a href="acceleration/acceleration.html">Acceleration</a>
+accelerometer.watchAcceleration
 ===============================
 
 At a regular interval, get the acceleration along the x, y, and z axis.
 
-    var watchID = navigator.accelerometer.watch<a href="acceleration/acceleration.html">Acceleration</a>(<a href="parameters/accelerometerSuccess.html">accelerometerSuccess</a>,
-                                                           <a href="parameters/accelerometerError.html">accelerometerError</a>,
-                                                           [<a href="parameters/accelerometerOptions.html">accelerometerOptions</a>]);
+    var watchID = navigator.accelerometer.watchAcceleration(accelerometerSuccess,
+                                                           accelerometerError,
+                                                           [accelerometerOptions]);
                                                            
 Description
 -----------
 
 The accelerometer is a motion sensor that detects the change (delta) in movement relative to the current position. The accelerometer can detect 3D movement along the x, y, and z axis.
 
-The `accelerometer.watch<a href="acceleration/acceleration.html">Acceleration</a>` gets the device's current acceleration at a regular interval. Each time the `<a href="acceleration/acceleration.html">Acceleration</a>` is retrieved, the `<a href="parameters/accelerometerSuccess.html">accelerometerSuccess</a>` callback function is executed. Specify the interval in milliseconds via the `frequency` parameter in the `acceleratorOptions` object.
+The `accelerometer.watchAcceleration` gets the device's current acceleration at a regular interval. Each time the `Acceleration` is retrieved, the `accelerometerSuccess` callback function is executed. Specify the interval in milliseconds via the `frequency` parameter in the `acceleratorOptions` object.
 
-The returned watch ID references references the accelerometer watch interval. The watch ID can be used with `<a href="accelerometer.clearWatch.html">accelerometer.clearWatch</a>` to stop watching the accelerometer.
+The returned watch ID references references the accelerometer watch interval. The watch ID can be used with `accelerometer.clearWatch` to stop watching the accelerometer.
 
 Supported Platforms
 -------------------
@@ -45,13 +45,13 @@ Supported Platforms
 - Windows Phone 7 (Mango)
 
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     function onSuccess(acceleration) {
-        alert('<a href="acceleration/acceleration.html">Acceleration</a> X: ' + acceleration.x + '\n' +
-              '<a href="acceleration/acceleration.html">Acceleration</a> Y: ' + acceleration.y + '\n' +
-              '<a href="acceleration/acceleration.html">Acceleration</a> Z: ' + acceleration.z + '\n' +
+        alert('Acceleration X: ' + acceleration.x + '\n' +
+              'Acceleration Y: ' + acceleration.y + '\n' +
+              'Acceleration Z: ' + acceleration.z + '\n' +
               'Timestamp: '      + acceleration.timestamp + '\n');
     };
 
@@ -61,29 +61,29 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
 
     var options = { frequency: 3000 };  // Update every 3 seconds
     
-    var watchID = navigator.accelerometer.watch<a href="acceleration/acceleration.html">Acceleration</a>(onSuccess, onError, options);
+    var watchID = navigator.accelerometer.watchAcceleration(onSuccess, onError, options);
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="acceleration/acceleration.html">Acceleration</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Acceleration Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // The watch id references the current `watch<a href="acceleration/acceleration.html">Acceleration</a>`
+        // The watch id references the current `watchAcceleration`
         var watchID = null;
         
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             startWatch();
         }
 
@@ -94,14 +94,14 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             // Update acceleration every 3 seconds
             var options = { frequency: 3000 };
             
-            watchID = navigator.accelerometer.watch<a href="acceleration/acceleration.html">Acceleration</a>(onSuccess, onError, options);
+            watchID = navigator.accelerometer.watchAcceleration(onSuccess, onError, options);
         }
         
         // Stop watching the acceleration
         //
         function stopWatch() {
             if (watchID) {
-                navigator.<a href="accelerometer.clearWatch.html">accelerometer.clearWatch</a>(watchID);
+                navigator.accelerometer.clearWatch(watchID);
                 watchID = null;
             }
         }
@@ -110,9 +110,9 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         //
         function onSuccess(acceleration) {
             var element = document.getElementById('accelerometer');
-            element.innerHTML = '<a href="acceleration/acceleration.html">Acceleration</a> X: ' + acceleration.x + '<br />' +
-                                '<a href="acceleration/acceleration.html">Acceleration</a> Y: ' + acceleration.y + '<br />' +
-                                '<a href="acceleration/acceleration.html">Acceleration</a> Z: ' + acceleration.z + '<br />' +
+            element.innerHTML = 'Acceleration X: ' + acceleration.x + '<br />' +
+                                'Acceleration Y: ' + acceleration.y + '<br />' +
+                                'Acceleration Z: ' + acceleration.z + '<br />' +
                                 'Timestamp: '      + acceleration.timestamp + '<br />';
         }
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/accelerometer/parameters/accelerometerOptions.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/accelerometer/parameters/accelerometerOptions.md b/www/docs/en/1.6.0/cordova/accelerometer/parameters/accelerometerOptions.md
index d105d2d..86fb292 100644
--- a/www/docs/en/1.6.0/cordova/accelerometer/parameters/accelerometerOptions.md
+++ b/www/docs/en/1.6.0/cordova/accelerometer/parameters/accelerometerOptions.md
@@ -26,4 +26,4 @@ An optional parameter to customize the retrieval of the accelerometer.
 Options
 -------
 
-- __frequency:__ How often to retrieve the `<a href="../acceleration/acceleration.html">Acceleration</a>` in milliseconds. _(Number)_ (Default: 10000)
\ No newline at end of file
+- __frequency:__ How often to retrieve the `Acceleration` in milliseconds. _(Number)_ (Default: 10000)
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/accelerometer/parameters/accelerometerSuccess.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/accelerometer/parameters/accelerometerSuccess.md b/www/docs/en/1.6.0/cordova/accelerometer/parameters/accelerometerSuccess.md
index 5f448d2..67166dc 100644
--- a/www/docs/en/1.6.0/cordova/accelerometer/parameters/accelerometerSuccess.md
+++ b/www/docs/en/1.6.0/cordova/accelerometer/parameters/accelerometerSuccess.md
@@ -21,7 +21,7 @@ license: >
 accelerometerSuccess
 ====================
 
-onSuccess callback function that provides the <a href="../acceleration/acceleration.html">Acceleration</a> information.
+onSuccess callback function that provides the Acceleration information.
 
     function(acceleration) {
         // Do something
@@ -30,14 +30,14 @@ onSuccess callback function that provides the <a href="../acceleration/accelerat
 Parameters
 ----------
 
-- __acceleration:__ The acceleration at a single moment in time. (<a href="../acceleration/acceleration.html">Acceleration</a>)
+- __acceleration:__ The acceleration at a single moment in time. (Acceleration)
 
-<a href="../../storage/storage.opendatabase.html">Example</a>
+Example
 -------
 
     function onSuccess(acceleration) {
-        alert('<a href="../acceleration/acceleration.html">Acceleration</a> X: ' + acceleration.x + '\n' +
-              '<a href="../acceleration/acceleration.html">Acceleration</a> Y: ' + acceleration.y + '\n' +
-              '<a href="../acceleration/acceleration.html">Acceleration</a> Z: ' + acceleration.z + '\n' +
+        alert('Acceleration X: ' + acceleration.x + '\n' +
+              'Acceleration Y: ' + acceleration.y + '\n' +
+              'Acceleration Z: ' + acceleration.z + '\n' +
               'Timestamp: '      + acceleration.timestamp + '\n');
     };
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/camera/camera.getPicture.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/camera/camera.getPicture.md b/www/docs/en/1.6.0/cordova/camera/camera.getPicture.md
index d259f47..f2f5052 100644
--- a/www/docs/en/1.6.0/cordova/camera/camera.getPicture.md
+++ b/www/docs/en/1.6.0/cordova/camera/camera.getPicture.md
@@ -23,16 +23,16 @@ camera.getPicture
 
 Takes a photo using the camera or retrieves a photo from the device's album.  The image is returned as a base64 encoded `String` or as the URI of an image file.
 
-    navigator.camera.getPicture( <a href="parameter/cameraSuccess.html">cameraSuccess</a>, <a href="parameter/cameraError.html">cameraError</a>, [ <a href="parameter/cameraOptions.html">cameraOptions</a> ] );
+    navigator.camera.getPicture( cameraSuccess, cameraError, [ cameraOptions ] );
 
 Description
 -----------
 
-Function `camera.getPicture` opens the device's default camera application so that the user can take a picture (if `<a href="camera.html">Camera</a>.sourceType = <a href="camera.html">Camera</a>.PictureSourceType.CAMERA`, which is the default). Once the photo is taken, the camera application closes and your application is restored.
+Function `camera.getPicture` opens the device's default camera application so that the user can take a picture (if `Camera.sourceType = Camera.PictureSourceType.CAMERA`, which is the default). Once the photo is taken, the camera application closes and your application is restored.
 
-If `<a href="camera.html">Camera</a>.sourceType = <a href="camera.html">Camera</a>.PictureSourceType.PHOTOLIBRARY` or `<a href="camera.html">Camera</a>.PictureSourceType.SAVEDPHOTOALBUM`, then a photo chooser dialog is shown, from which a photo from the album can be selected.
+If `Camera.sourceType = Camera.PictureSourceType.PHOTOLIBRARY` or `Camera.PictureSourceType.SAVEDPHOTOALBUM`, then a photo chooser dialog is shown, from which a photo from the album can be selected.
 
-The return value will be sent to the `<a href="parameter/cameraSuccess.html">cameraSuccess</a>` function, in one of the following formats, depending on the `<a href="parameter/cameraOptions.html">cameraOptions</a>` you specify:
+The return value will be sent to the `cameraSuccess` function, in one of the following formats, depending on the `cameraOptions` you specify:
 
 - A `String` containing the Base64 encoded photo image.
 - A `String` representing the image file location on local storage (default).
@@ -40,10 +40,10 @@ The return value will be sent to the `<a href="parameter/cameraSuccess.html">cam
 You can do whatever you want with the encoded image or URI, for example:
 
 - Render the image in an `<img>` tag _(see example below)_
-- Save the data locally (`Local<a href="../storage/storage.html">Storage</a>`, [Lawnchair](http://brianleroux.github.com/lawnchair/), etc)
+- Save the data locally (`LocalStorage`, [Lawnchair](http://brianleroux.github.com/lawnchair/), etc)
 - Post the data to a remote server
 
-Note: The image quality of pictures taken using the camera on newer devices is quite good.  _Encoding such images using Base64 has caused memory issues on some of these devices (iPhone 4, BlackBerry Torch 9800)._  Therefore, using FILE_URI as the '<a href="camera.html">Camera</a>.destinationType' is highly recommended.
+Note: The image quality of pictures taken using the camera on newer devices is quite good.  _Encoding such images using Base64 has caused memory issues on some of these devices (iPhone 4, BlackBerry Torch 9800)._  Therefore, using FILE_URI as the 'Camera.destinationType' is highly recommended.
 
 Supported Platforms
 -------------------
@@ -61,13 +61,13 @@ Invoking the native camera application while your device is connected
 via Zune will not work, and the error callback will be triggered.
 
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
 Take photo and retrieve Base64-encoded image:
 
     navigator.camera.getPicture(onSuccess, onFail, { quality: 50,
-        destinationType: <a href="camera.html">Camera</a>.DestinationType.DATA_URL
+        destinationType: Camera.DestinationType.DATA_URL
      }); 
 
     function onSuccess(imageData) {
@@ -82,7 +82,7 @@ Take photo and retrieve Base64-encoded image:
 Take photo and retrieve image file location: 
 
     navigator.camera.getPicture(onSuccess, onFail, { quality: 50, 
-        destinationType: <a href="camera.html">Camera</a>.DestinationType.FILE_URI }); 
+        destinationType: Camera.DestinationType.FILE_URI }); 
 
     function onSuccess(imageURI) {
         var image = document.getElementById('myImage');
@@ -94,13 +94,13 @@ Take photo and retrieve image file location:
     }
 
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../media/capture/capture.html">Capture</a> Photo</title>
+        <title>Capture Photo</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"></script>
         <script type="text/javascript" charset="utf-8">
@@ -110,11 +110,11 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         
         // Wait for Cordova to connect with the device
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>",on<a href="../device/device.html">Device</a>Ready,false);
+        document.addEventListener("deviceready",onDeviceReady,false);
     
         // Cordova is ready to be used!
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             pictureSource=navigator.camera.PictureSourceType;
             destinationType=navigator.camera.DestinationType;
         }
@@ -193,8 +193,8 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         </script>
       </head>
       <body>
-        <button onclick="capturePhoto();"><a href="../media/capture/capture.html">Capture</a> Photo</button> <br>
-        <button onclick="capturePhotoEdit();"><a href="../media/capture/capture.html">Capture</a> Editable Photo</button> <br>
+        <button onclick="capturePhoto();">Capture Photo</button> <br>
+        <button onclick="capturePhotoEdit();">Capture Editable Photo</button> <br>
         <button onclick="getPhoto(pictureSource.PHOTOLIBRARY);">From Photo Library</button><br>
         <button onclick="getPhoto(pictureSource.SAVEDPHOTOALBUM);">From Photo Album</button><br>
         <img style="display:none;width:60px;height:60px;" id="smallImage" src="" />

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/camera/camera.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/camera/camera.md b/www/docs/en/1.6.0/cordova/camera/camera.md
index 4608c34..611035d 100644
--- a/www/docs/en/1.6.0/cordova/camera/camera.md
+++ b/www/docs/en/1.6.0/cordova/camera/camera.md
@@ -26,4 +26,4 @@ Camera
 Methods
 -------
 
-- <a href="camera.getPicture.html">camera.getPicture</a>
\ No newline at end of file
+- camera.getPicture
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/camera/parameter/cameraOptions.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/camera/parameter/cameraOptions.md b/www/docs/en/1.6.0/cordova/camera/parameter/cameraOptions.md
index bc9b1f4..82deba8 100644
--- a/www/docs/en/1.6.0/cordova/camera/parameter/cameraOptions.md
+++ b/www/docs/en/1.6.0/cordova/camera/parameter/cameraOptions.md
@@ -24,10 +24,10 @@ cameraOptions
 Optional parameters to customize the camera settings.
 
     { quality : 75, 
-      destinationType : <a href="../camera.html">Camera</a>.DestinationType.DATA_URL, 
-      sourceType : <a href="../camera.html">Camera</a>.PictureSourceType.CAMERA, 
+      destinationType : Camera.DestinationType.DATA_URL, 
+      sourceType : Camera.PictureSourceType.CAMERA, 
       allowEdit : true,
-      encodingType: <a href="../camera.html">Camera</a>.EncodingType.JPEG,
+      encodingType: Camera.EncodingType.JPEG,
       targetWidth: 100,
       targetHeight: 100 };
 
@@ -38,14 +38,14 @@ Options
 
 - __destinationType:__ Choose the format of the return value.  Defined in navigator.camera.DestinationType (`Number`)
         
-            <a href="../camera.html">Camera</a>.DestinationType = {
+            Camera.DestinationType = {
                 DATA_URL : 0,                // Return image as base64 encoded string
                 FILE_URI : 1                 // Return image file URI
             };
 
 - __sourceType:__ Set the source of the picture.  Defined in nagivator.camera.PictureSourceType (`Number`)
      
-        <a href="../camera.html">Camera</a>.PictureSourceType = {
+        Camera.PictureSourceType = {
             PHOTOLIBRARY : 0,
             CAMERA : 1,
             SAVEDPHOTOALBUM : 2
@@ -55,7 +55,7 @@ Options
   
 - __encodingType:__ Choose the encoding of the returned image file.  Defined in navigator.camera.EncodingType (`Number`)
         
-            <a href="../camera.html">Camera</a>.EncodingType = {
+            Camera.EncodingType = {
                 JPEG : 0,               // Return JPEG encoded image
                 PNG : 1                 // Return PNG encoded image
             };
@@ -63,9 +63,9 @@ Options
 - __targetWidth:__ Width in pixels to scale image. Must be used with targetHeight.  Aspect ratio is maintained. (`Number`)
 - __targetHeight:__ Height in pixels to scale image. Must be used with targetWidth. Aspect ratio is maintained. (`Number`)
 
-- __mediaType:__ Set the type of media to select from.  Only works when PictureSourceType is PHOTOLIBRARY or SAVEDPHOTOALBUM. Defined in nagivator.camera.<a href="../../media/media.html">Media</a>Type (`Number`)
+- __mediaType:__ Set the type of media to select from.  Only works when PictureSourceType is PHOTOLIBRARY or SAVEDPHOTOALBUM. Defined in nagivator.camera.MediaType (`Number`)
      
-        <a href="../camera.html">Camera</a>.<a href="../../media/media.html">Media</a>Type = { 
+        Camera.MediaType = { 
 			PICTURE: 0,             // allow selection of still pictures only. DEFAULT. Will return format specified via DestinationType
 			VIDEO: 1,               // allow selection of video only, WILL ALWAYS RETURN FILE_URI
 			ALLMEDIA : 2			// allow selection from all media types
@@ -78,8 +78,8 @@ Android Quirks
 --------------
 
 - Ignores the `allowEdit` parameter.
-- <a href="../camera.html">Camera</a>.PictureSourceType.PHOTOLIBRARY and <a href="../camera.html">Camera</a>.PictureSourceType.SAVEDPHOTOALBUM both display the same photo album.
-- <a href="../camera.html">Camera</a>.EncodingType is not supported.
+- Camera.PictureSourceType.PHOTOLIBRARY and Camera.PictureSourceType.SAVEDPHOTOALBUM both display the same photo album.
+- Camera.EncodingType is not supported.
 - Ignores the `correctOrientation` parameter.
 - Ignores the `saveToPhotoAlbum` parameter.
 
@@ -89,9 +89,9 @@ BlackBerry Quirks
 - Ignores the `quality` parameter.
 - Ignores the `sourceType` parameter.
 - Ignores the `allowEdit` parameter.
-- Application must have key injection permissions to close native <a href="../camera.html">Camera</a> application after photo is taken.
+- Application must have key injection permissions to close native Camera application after photo is taken.
 - Using Large image sizes may result in inability to encode image on later model devices with high resolution cameras (e.g. Torch 9800).
-- <a href="../camera.html">Camera</a>.<a href="../../media/media.html">Media</a>Type is not supported.
+- Camera.MediaType is not supported.
 - Ignores the `correctOrientation` parameter.
 - Ignores the `saveToPhotoAlbum` parameter.
 
@@ -101,7 +101,7 @@ Palm Quirks
 - Ignores the `quality` parameter.
 - Ignores the `sourceType` parameter.
 - Ignores the `allowEdit` parameter.
-- <a href="../camera.html">Camera</a>.<a href="../../media/media.html">Media</a>Type is not supported.
+- Camera.MediaType is not supported.
 - Ignores the `correctOrientation` parameter.
 - Ignores the `saveToPhotoAlbum` parameter.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/camera/parameter/cameraSuccess.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/camera/parameter/cameraSuccess.md b/www/docs/en/1.6.0/cordova/camera/parameter/cameraSuccess.md
index 6083130..ec04795 100644
--- a/www/docs/en/1.6.0/cordova/camera/parameter/cameraSuccess.md
+++ b/www/docs/en/1.6.0/cordova/camera/parameter/cameraSuccess.md
@@ -30,9 +30,9 @@ onSuccess callback function that provides the image data.
 Parameters
 ----------
 
-- __imageData:__ Base64 encoding of the image data, OR the image file URI, depending on `<a href="cameraOptions.html">cameraOptions</a>` used. (`String`)
+- __imageData:__ Base64 encoding of the image data, OR the image file URI, depending on `cameraOptions` used. (`String`)
 
-<a href="../../storage/storage.opendatabase.html">Example</a>
+Example
 -------
 
     // Show image

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/compass/compass.clearWatch.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/compass/compass.clearWatch.md b/www/docs/en/1.6.0/cordova/compass/compass.clearWatch.md
index 81a884c..c5cf648 100644
--- a/www/docs/en/1.6.0/cordova/compass/compass.clearWatch.md
+++ b/www/docs/en/1.6.0/cordova/compass/compass.clearWatch.md
@@ -25,7 +25,7 @@ Stop watching the compass referenced by the watch ID parameter.
 
     navigator.compass.clearWatch(watchID);
 
-- __watchID__: The ID returned by `<a href="compass.watchHeading.html">compass.watchHeading</a>`.
+- __watchID__: The ID returned by `compass.watchHeading`.
 
 Supported Platforms
 -------------------
@@ -34,22 +34,22 @@ Supported Platforms
 - iPhone
 - Windows Phone 7 ( Mango ) if available in hardware
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
-    var watchID = navigator.<a href="compass.watchHeading.html">compass.watchHeading</a>(onSuccess, onError, options);
+    var watchID = navigator.compass.watchHeading(onSuccess, onError, options);
     
     // ... later on ...
     
     navigator.compass.clearWatch(watchID);
     
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="compass.html">Compass</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Compass Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"></script>
         <script type="text/javascript" charset="utf-8">
@@ -59,11 +59,11 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             startWatch();
         }
 
@@ -74,7 +74,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             // Update compass every 3 seconds
             var options = { frequency: 3000 };
             
-            watchID = navigator.<a href="compass.watchHeading.html">compass.watchHeading</a>(onSuccess, onError, options);
+            watchID = navigator.compass.watchHeading(onSuccess, onError, options);
         }
         
         // Stop watching the compass
@@ -95,8 +95,8 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
 
         // onError: Failed to get the heading
         //
-        function onError(<a href="parameters/compassError.html">compassError</a>) {
-            alert('<a href="compass.html">Compass</a> error: ' + <a href="parameters/compassError.html">compassError</a>.code);
+        function onError(compassError) {
+            alert('Compass error: ' + compassError.code);
         }
 
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/compass/compass.clearWatchFilter.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/compass/compass.clearWatchFilter.md b/www/docs/en/1.6.0/cordova/compass/compass.clearWatchFilter.md
index 9cf3e19..276c11f 100644
--- a/www/docs/en/1.6.0/cordova/compass/compass.clearWatchFilter.md
+++ b/www/docs/en/1.6.0/cordova/compass/compass.clearWatchFilter.md
@@ -18,7 +18,7 @@ license: >
     under the License.
 ---
 
-<a href="compass.clearWatch.html">compass.clearWatch</a>Filter
+compass.clearWatchFilter
 ========================
 
-No longer supported as of 1.6.  See `<a href="compass.clearWatch.html">compass.clearWatch</a>`.
\ No newline at end of file
+No longer supported as of 1.6.  See `compass.clearWatch`.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/compass/compass.getCurrentHeading.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/compass/compass.getCurrentHeading.md b/www/docs/en/1.6.0/cordova/compass/compass.getCurrentHeading.md
index ee22d57..33fefb1 100644
--- a/www/docs/en/1.6.0/cordova/compass/compass.getCurrentHeading.md
+++ b/www/docs/en/1.6.0/cordova/compass/compass.getCurrentHeading.md
@@ -23,14 +23,14 @@ compass.getCurrentHeading
 
 Get the current compass heading.
 
-    navigator.compass.getCurrentHeading(<a href="parameters/compassSuccess.html">compassSuccess</a>, <a href="parameters/compassError.html">compassError</a>, <a href="parameters/compassOptions.html">compassOptions</a>);
+    navigator.compass.getCurrentHeading(compassSuccess, compassError, compassOptions);
 
 Description
 -----------
 
 The compass is a sensor that detects the direction or heading that the device is pointed.  It measures the heading in degrees from 0 to 359.99.
 
-The compass heading information is returned via a <a href="compass.html">Compass</a>Heading object using the `<a href="parameters/compassSuccess.html">compassSuccess</a>` callback function.
+The compass heading information is returned via a CompassHeading object using the `compassSuccess` callback function.
 
 Supported Platforms
 -------------------
@@ -39,7 +39,7 @@ Supported Platforms
 - iPhone
 - Windows Phone 7 ( Mango ) if available in hardware
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     function onSuccess(heading) {
@@ -47,29 +47,29 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
     };
 
     function onError(error) {
-        alert('<a href="<a href="parameters/compassError.html">compassError</a>/<a href="parameters/compassError.html">compassError</a>.html"><a href="compass.html">Compass</a>Error</a>: ' error.code);
+        alert('CompassError: ' error.code);
     };
 
     navigator.compass.getCurrentHeading(onSuccess, onError);
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="compass.html">Compass</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Compass Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             navigator.compass.getCurrentHeading(onSuccess, onError);
         }
     
@@ -81,14 +81,14 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
     
         // onError: Failed to get the heading
         //
-        function onError(<a href="parameters/compassError.html">compassError</a>) {
-            alert('<a href="compass.html">Compass</a> Error: ' + <a href="parameters/compassError.html">compassError</a>.code);
+        function onError(compassError) {
+            alert('Compass Error: ' + compassError.code);
         }
 
         </script>
       </head>
       <body>
-        <h1><a href="../storage/storage.opendatabase.html">Example</a></h1>
+        <h1>Example</h1>
         <p>getCurrentHeading</p>
       </body>
     </html>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/compass/compass.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/compass/compass.md b/www/docs/en/1.6.0/cordova/compass/compass.md
index febba7c..beb83e2 100644
--- a/www/docs/en/1.6.0/cordova/compass/compass.md
+++ b/www/docs/en/1.6.0/cordova/compass/compass.md
@@ -26,16 +26,16 @@ Compass
 Methods
 -------
 
-- <a href="compass.getCurrentHeading.html">compass.getCurrentHeading</a>
-- <a href="compass.watchHeading.html">compass.watchHeading</a>
-- <a href="compass.clearWatch.html">compass.clearWatch</a>
-- <a href="<a href="compass.watchHeading.html">compass.watchHeading</a>Filter.html"><a href="compass.watchHeading.html">compass.watchHeading</a>Filter</a> 	(obsolete)
-- <a href="<a href="compass.clearWatch.html">compass.clearWatch</a>Filter.html"><a href="compass.clearWatch.html">compass.clearWatch</a>Filter</a>		(obsolete)
+- compass.getCurrentHeading
+- compass.watchHeading
+- compass.clearWatch
+- compass.watchHeadingFilter 	(obsolete)
+- compass.clearWatchFilter		(obsolete)
 
 Arguments
 ---------
 
-- <a href="parameters/compassSuccess.html">compassSuccess</a>
-- <a href="parameters/compassError.html">compassError</a>
-- <a href="parameters/compassOptions.html">compassOptions</a>
-- <a href="parameters/compassHeading.html">compassHeading</a>
+- compassSuccess
+- compassError
+- compassOptions
+- compassHeading

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/compass/compass.watchHeading.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/compass/compass.watchHeading.md b/www/docs/en/1.6.0/cordova/compass/compass.watchHeading.md
index bddbfe6..9b07dfe 100644
--- a/www/docs/en/1.6.0/cordova/compass/compass.watchHeading.md
+++ b/www/docs/en/1.6.0/cordova/compass/compass.watchHeading.md
@@ -23,16 +23,16 @@ compass.watchHeading
 
 At a regular interval, get the compass heading in degrees.
 
-    var watchID = navigator.compass.watchHeading(<a href="parameters/compassSuccess.html">compassSuccess</a>, <a href="parameters/compassError.html">compassError</a>, [<a href="parameters/compassOptions.html">compassOptions</a>]);
+    var watchID = navigator.compass.watchHeading(compassSuccess, compassError, [compassOptions]);
                                                            
 Description
 -----------
 
 The compass is a sensor that detects the direction or heading that the device is pointed.  It measures the heading in degrees from 0 to 359.99.
 
-The `compass.watchHeading` gets the device's current heading at a regular interval. Each time the heading is retrieved, the `headingSuccess` callback function is executed. Specify the interval in milliseconds via the `frequency` parameter in the `<a href="parameters/compassOptions.html">compassOptions</a>` object.
+The `compass.watchHeading` gets the device's current heading at a regular interval. Each time the heading is retrieved, the `headingSuccess` callback function is executed. Specify the interval in milliseconds via the `frequency` parameter in the `compassOptions` object.
 
-The returned watch ID references references the compass watch interval. The watch ID can be used with `<a href="compass.clearWatch.html">compass.clearWatch</a>` to stop watching the compass.
+The returned watch ID references references the compass watch interval. The watch ID can be used with `compass.clearWatch` to stop watching the compass.
 
 Supported Platforms
 -------------------
@@ -42,7 +42,7 @@ Supported Platforms
 - Windows Phone 7 ( Mango ) if available in hardware
 
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     function onSuccess(heading) {
@@ -50,21 +50,21 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         element.innerHTML = 'Heading: ' + heading.magneticHeading;
     };
 
-    function onError(<a href="parameters/compassError.html">compassError</a>) {
-            alert('<a href="compass.html">Compass</a> error: ' + <a href="parameters/compassError.html">compassError</a>.code);
+    function onError(compassError) {
+            alert('Compass error: ' + compassError.code);
     };
 
     var options = { frequency: 3000 };  // Update every 3 seconds
     
     var watchID = navigator.compass.watchHeading(onSuccess, onError, options);
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="compass.html">Compass</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Compass Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"></script>
         <script type="text/javascript" charset="utf-8">
@@ -74,11 +74,11 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             startWatch();
         }
 
@@ -96,7 +96,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         //
         function stopWatch() {
             if (watchID) {
-                navigator.<a href="compass.clearWatch.html">compass.clearWatch</a>(watchID);
+                navigator.compass.clearWatch(watchID);
                 watchID = null;
             }
         }
@@ -110,8 +110,8 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
 
         // onError: Failed to get the heading
         //
-        function onError(<a href="parameters/compassError.html">compassError</a>) {
-            alert('<a href="compass.html">Compass</a> error: ' + <a href="parameters/compassError.html">compassError</a>.code);
+        function onError(compassError) {
+            alert('Compass error: ' + compassError.code);
         }
 
         </script>
@@ -126,6 +126,6 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
 iOS Quirks
 --------------
 
-In iOS `compass.watchHeading` can also get the device's current heading when it changes by a specified number of degrees. Each time the heading changes by the specified number of degrees or more, the `headingSuccess` callback function is called. Specify the degrees of change via the `filter` parameter in the `<a href="parameters/compassOptions.html">compassOptions</a>` object.  Clear the watch as normal by passing the returned watch ID to `<a href="compass.clearWatch.html">compass.clearWatch</a>`.  This functionality replaces the previously separate, iOS only functions, watchHeadingFilter and clearWatchFilter, which were removed in 1.6.
+In iOS `compass.watchHeading` can also get the device's current heading when it changes by a specified number of degrees. Each time the heading changes by the specified number of degrees or more, the `headingSuccess` callback function is called. Specify the degrees of change via the `filter` parameter in the `compassOptions` object.  Clear the watch as normal by passing the returned watch ID to `compass.clearWatch`.  This functionality replaces the previously separate, iOS only functions, watchHeadingFilter and clearWatchFilter, which were removed in 1.6.
 
 In iOS only one watchHeading can be in effect at one time.  If a watchHeading via filter is in effect, calling getCurrentHeading or watchHeading will use the existing filter value for specifying heading changes. On iOS watching heading changes via a filter is more efficient than via time.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/compass/compass.watchHeadingFilter.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/compass/compass.watchHeadingFilter.md b/www/docs/en/1.6.0/cordova/compass/compass.watchHeadingFilter.md
index f05a774..991da30 100644
--- a/www/docs/en/1.6.0/cordova/compass/compass.watchHeadingFilter.md
+++ b/www/docs/en/1.6.0/cordova/compass/compass.watchHeadingFilter.md
@@ -18,7 +18,7 @@ license: >
     under the License.
 ---
 
-<a href="compass.watchHeading.html">compass.watchHeading</a>Filter
+compass.watchHeadingFilter
 ==========================
 
-No longer supported as of 1.6, see `<a href="compass.watchHeading.html">compass.watchHeading</a>` for equivalent functionality.
+No longer supported as of 1.6, see `compass.watchHeading` for equivalent functionality.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/compass/compassError/compassError.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/compass/compassError/compassError.md b/www/docs/en/1.6.0/cordova/compass/compassError/compassError.md
index e356b45..20d01c5 100644
--- a/www/docs/en/1.6.0/cordova/compass/compassError/compassError.md
+++ b/www/docs/en/1.6.0/cordova/compass/compassError/compassError.md
@@ -18,10 +18,10 @@ license: >
     under the License.
 ---
 
-<a href="../compass.html">Compass</a>Error
+CompassError
 ==========
 
-A `<a href="../compass.html">Compass</a>Error` object is returned to the `<a href="../parameters/compassError.html">compassError</a>` callback function when an error occurs.
+A `CompassError` object is returned to the `compassError` callback function when an error occurs.
 
 Properties
 ----------
@@ -30,12 +30,12 @@ Properties
 
 Constants
 ---------
-- `<a href="../compass.html">Compass</a>Error.COMPASS_INTERNAL_ERR` 
-- `<a href="../compass.html">Compass</a>Error.COMPASS_NOT_SUPPORTED`
+- `CompassError.COMPASS_INTERNAL_ERR` 
+- `CompassError.COMPASS_NOT_SUPPORTED`
 
 Description
 -----------
 
-The `<a href="../compass.html">Compass</a>Error` object is returned to the user through the `<a href="../parameters/compassError.html">compassError</a>` callback function when an error occurs.
+The `CompassError` object is returned to the user through the `compassError` callback function when an error occurs.
 
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/compass/parameters/compassError.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/compass/parameters/compassError.md b/www/docs/en/1.6.0/cordova/compass/parameters/compassError.md
index 44700bc..3d2f523 100644
--- a/www/docs/en/1.6.0/cordova/compass/parameters/compassError.md
+++ b/www/docs/en/1.6.0/cordova/compass/parameters/compassError.md
@@ -23,9 +23,9 @@ compassError
 
 onError callback function for compass functions. 
 
-<a href="../../storage/storage.opendatabase.html">Example</a>
+Example
 -------
 
-function(<a href="../compassError/compassError.html"><a href="../compass.html">Compass</a>Error</a>) {
+function(CompassError) {
     // Handle the error
 }

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/compass/parameters/compassHeading.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/compass/parameters/compassHeading.md b/www/docs/en/1.6.0/cordova/compass/parameters/compassHeading.md
index 8293202..adae2f6 100644
--- a/www/docs/en/1.6.0/cordova/compass/parameters/compassHeading.md
+++ b/www/docs/en/1.6.0/cordova/compass/parameters/compassHeading.md
@@ -21,7 +21,7 @@ license: >
 compassHeading
 ==========
 
-A `<a href="../compass.html">Compass</a>Heading` object is returned to the `<a href="compassSuccess.html">compassSuccess</a>` callback function when an error occurs.
+A `CompassHeading` object is returned to the `compassSuccess` callback function when an error occurs.
 
 Properties
 ----------
@@ -33,7 +33,7 @@ Properties
 Description
 -----------
 
-The `<a href="../compass.html">Compass</a>Heading` object is returned to the user through the `<a href="compassSuccess.html">compassSuccess</a>` callback function.
+The `CompassHeading` object is returned to the user through the `compassSuccess` callback function.
 
 Android Quirks
 --------------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/compass/parameters/compassSuccess.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/compass/parameters/compassSuccess.md b/www/docs/en/1.6.0/cordova/compass/parameters/compassSuccess.md
index 015bb3f..a9bc5ff 100644
--- a/www/docs/en/1.6.0/cordova/compass/parameters/compassSuccess.md
+++ b/www/docs/en/1.6.0/cordova/compass/parameters/compassSuccess.md
@@ -21,7 +21,7 @@ license: >
 compassSuccess
 ==============
 
-onSuccess callback function that provides the compass heading information via a <a href="compassHeading.html">compassHeading</a> object.
+onSuccess callback function that provides the compass heading information via a compassHeading object.
 
     function(heading) {
         // Do something
@@ -31,9 +31,9 @@ Parameters
 ----------
 
 
-- __heading:__ The heading information. _(<a href="compassHeading.html">compassHeading</a>)_
+- __heading:__ The heading information. _(compassHeading)_
 
-<a href="../../storage/storage.opendatabase.html">Example</a>
+Example
 -------
 
     function onSuccess(heading) {

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/connection/connection.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/connection/connection.md b/www/docs/en/1.6.0/cordova/connection/connection.md
index 525d57f..6b6d22c 100644
--- a/www/docs/en/1.6.0/cordova/connection/connection.md
+++ b/www/docs/en/1.6.0/cordova/connection/connection.md
@@ -28,7 +28,7 @@ This object is accessed under the navigator.network interface.
 Properties
 ----------
 
-- <a href="connection.type.html">connection.type</a>
+- connection.type
 
 Constants
 ---------
@@ -45,5 +45,5 @@ WP7 Quirk
 ---------
 
 - __type:__
-Windows Phone Emulator always reports navigator.network.<a href="connection.type.html">connection.type</a> is Connection.UNKNOWN
+Windows Phone Emulator always reports navigator.network.connection.type is Connection.UNKNOWN
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/connection/connection.type.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/connection/connection.type.md b/www/docs/en/1.6.0/cordova/connection/connection.type.md
index 495c663..3282e14 100644
--- a/www/docs/en/1.6.0/cordova/connection/connection.type.md
+++ b/www/docs/en/1.6.0/cordova/connection/connection.type.md
@@ -37,61 +37,61 @@ Supported Platforms
 - BlackBerry WebWorks (OS 5.0 and higher)
 - Windows Phone 7 ( Mango )
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
-    function check<a href="connection.html">Connection</a>() {
+    function checkConnection() {
         var networkState = navigator.network.connection.type;
         
         var states = {};
-        states[<a href="connection.html">Connection</a>.UNKNOWN]	= 'Unknown connection';
-        states[<a href="connection.html">Connection</a>.ETHERNET]	= 'Ethernet connection';
-        states[<a href="connection.html">Connection</a>.WIFI]   	= 'WiFi connection';
-        states[<a href="connection.html">Connection</a>.CELL_2G]	= 'Cell 2G connection';
-        states[<a href="connection.html">Connection</a>.CELL_3G]	= 'Cell 3G connection';
-        states[<a href="connection.html">Connection</a>.CELL_4G]	= 'Cell 4G connection';
-        states[<a href="connection.html">Connection</a>.NONE]   	= 'No network connection';
+        states[Connection.UNKNOWN]	= 'Unknown connection';
+        states[Connection.ETHERNET]	= 'Ethernet connection';
+        states[Connection.WIFI]   	= 'WiFi connection';
+        states[Connection.CELL_2G]	= 'Cell 2G connection';
+        states[Connection.CELL_3G]	= 'Cell 3G connection';
+        states[Connection.CELL_4G]	= 'Cell 4G connection';
+        states[Connection.NONE]   	= 'No network connection';
     
-        alert('<a href="connection.html">Connection</a> type: ' + states[networkState]);
+        alert('Connection type: ' + states[networkState]);
     }
     
-    check<a href="connection.html">Connection</a>();
+    checkConnection();
 
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title>navigator.network.connection.type <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>navigator.network.connection.type Example</title>
         
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"></script>
         <script type="text/javascript" charset="utf-8">
             
         // Wait for Cordova to load
         // 
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
         
         // Cordova is loaded and it is now safe to make calls Cordova methods
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
-            check<a href="connection.html">Connection</a>();
+        function onDeviceReady() {
+            checkConnection();
         }
         
-	    function check<a href="connection.html">Connection</a>() {
+	    function checkConnection() {
 	        var networkState = navigator.network.connection.type;
 
 	        var states = {};
-	        states[<a href="connection.html">Connection</a>.UNKNOWN]	= 'Unknown connection';
-	        states[<a href="connection.html">Connection</a>.ETHERNET]	= 'Ethernet connection';
-	        states[<a href="connection.html">Connection</a>.WIFI]   	= 'WiFi connection';
-	        states[<a href="connection.html">Connection</a>.CELL_2G]	= 'Cell 2G connection';
-	        states[<a href="connection.html">Connection</a>.CELL_3G]	= 'Cell 3G connection';
-	        states[<a href="connection.html">Connection</a>.CELL_4G]	= 'Cell 4G connection';
-	        states[<a href="connection.html">Connection</a>.NONE]   	= 'No network connection';
-
-	        alert('<a href="connection.html">Connection</a> type: ' + states[networkState]);
+	        states[Connection.UNKNOWN]	= 'Unknown connection';
+	        states[Connection.ETHERNET]	= 'Ethernet connection';
+	        states[Connection.WIFI]   	= 'WiFi connection';
+	        states[Connection.CELL_2G]	= 'Cell 2G connection';
+	        states[Connection.CELL_3G]	= 'Cell 3G connection';
+	        states[Connection.CELL_4G]	= 'Cell 4G connection';
+	        states[Connection.NONE]   	= 'No network connection';
+
+	        alert('Connection type: ' + states[networkState]);
 	    }
         
         </script>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[17/51] [partial] docs commit: Reverting autolinking change because of inconsistencies.

Posted by db...@apache.org.
http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/compass/compass.watchHeading.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/compass/compass.watchHeading.md b/www/docs/en/1.7.0/cordova/compass/compass.watchHeading.md
index 8727f2e..07403fd 100644
--- a/www/docs/en/1.7.0/cordova/compass/compass.watchHeading.md
+++ b/www/docs/en/1.7.0/cordova/compass/compass.watchHeading.md
@@ -23,16 +23,16 @@ compass.watchHeading
 
 At a regular interval, get the compass heading in degrees.
 
-    var watchID = navigator.compass.watchHeading(<a href="parameters/compassSuccess.html">compassSuccess</a>, <a href="parameters/compassError.html">compassError</a>, [<a href="parameters/compassOptions.html">compassOptions</a>]);
+    var watchID = navigator.compass.watchHeading(compassSuccess, compassError, [compassOptions]);
                                                            
 Description
 -----------
 
 The compass is a sensor that detects the direction or heading that the device is pointed.  It measures the heading in degrees from 0 to 359.99.
 
-The `compass.watchHeading` gets the device's current heading at a regular interval. Each time the heading is retrieved, the `headingSuccess` callback function is executed. Specify the interval in milliseconds via the `frequency` parameter in the `<a href="parameters/compassOptions.html">compassOptions</a>` object.
+The `compass.watchHeading` gets the device's current heading at a regular interval. Each time the heading is retrieved, the `headingSuccess` callback function is executed. Specify the interval in milliseconds via the `frequency` parameter in the `compassOptions` object.
 
-The returned watch ID references references the compass watch interval. The watch ID can be used with `<a href="compass.clearWatch.html">compass.clearWatch</a>` to stop watching the compass.
+The returned watch ID references references the compass watch interval. The watch ID can be used with `compass.clearWatch` to stop watching the compass.
 
 Supported Platforms
 -------------------
@@ -43,7 +43,7 @@ Supported Platforms
 - Bada 1.2 & 2.x
 
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     function onSuccess(heading) {
@@ -51,21 +51,21 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         element.innerHTML = 'Heading: ' + heading.magneticHeading;
     };
 
-    function onError(<a href="parameters/compassError.html">compassError</a>) {
-            alert('<a href="compass.html">Compass</a> error: ' + <a href="parameters/compassError.html">compassError</a>.code);
+    function onError(compassError) {
+            alert('Compass error: ' + compassError.code);
     };
 
     var options = { frequency: 3000 };  // Update every 3 seconds
     
     var watchID = navigator.compass.watchHeading(onSuccess, onError, options);
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="compass.html">Compass</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Compass Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.7.0.js"></script>
         <script type="text/javascript" charset="utf-8">
@@ -75,11 +75,11 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             startWatch();
         }
 
@@ -97,7 +97,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         //
         function stopWatch() {
             if (watchID) {
-                navigator.<a href="compass.clearWatch.html">compass.clearWatch</a>(watchID);
+                navigator.compass.clearWatch(watchID);
                 watchID = null;
             }
         }
@@ -111,8 +111,8 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
 
         // onError: Failed to get the heading
         //
-        function onError(<a href="parameters/compassError.html">compassError</a>) {
-            alert('<a href="compass.html">Compass</a> error: ' + <a href="parameters/compassError.html">compassError</a>.code);
+        function onError(compassError) {
+            alert('Compass error: ' + compassError.code);
         }
 
         </script>
@@ -127,6 +127,6 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
 iOS Quirks
 --------------
 
-In iOS `compass.watchHeading` can also get the device's current heading when it changes by a specified number of degrees. Each time the heading changes by the specified number of degrees or more, the `headingSuccess` callback function is called. Specify the degrees of change via the `filter` parameter in the `<a href="parameters/compassOptions.html">compassOptions</a>` object.  Clear the watch as normal by passing the returned watch ID to `<a href="compass.clearWatch.html">compass.clearWatch</a>`.  This functionality replaces the previously separate, iOS only functions, watchHeadingFilter and clearWatchFilter, which were removed in 1.6.
+In iOS `compass.watchHeading` can also get the device's current heading when it changes by a specified number of degrees. Each time the heading changes by the specified number of degrees or more, the `headingSuccess` callback function is called. Specify the degrees of change via the `filter` parameter in the `compassOptions` object.  Clear the watch as normal by passing the returned watch ID to `compass.clearWatch`.  This functionality replaces the previously separate, iOS only functions, watchHeadingFilter and clearWatchFilter, which were removed in 1.6.
 
 In iOS only one watchHeading can be in effect at one time.  If a watchHeading via filter is in effect, calling getCurrentHeading or watchHeading will use the existing filter value for specifying heading changes. On iOS watching heading changes via a filter is more efficient than via time.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/compass/compass.watchHeadingFilter.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/compass/compass.watchHeadingFilter.md b/www/docs/en/1.7.0/cordova/compass/compass.watchHeadingFilter.md
index f05a774..991da30 100644
--- a/www/docs/en/1.7.0/cordova/compass/compass.watchHeadingFilter.md
+++ b/www/docs/en/1.7.0/cordova/compass/compass.watchHeadingFilter.md
@@ -18,7 +18,7 @@ license: >
     under the License.
 ---
 
-<a href="compass.watchHeading.html">compass.watchHeading</a>Filter
+compass.watchHeadingFilter
 ==========================
 
-No longer supported as of 1.6, see `<a href="compass.watchHeading.html">compass.watchHeading</a>` for equivalent functionality.
+No longer supported as of 1.6, see `compass.watchHeading` for equivalent functionality.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/compass/compassError/compassError.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/compass/compassError/compassError.md b/www/docs/en/1.7.0/cordova/compass/compassError/compassError.md
index e356b45..20d01c5 100644
--- a/www/docs/en/1.7.0/cordova/compass/compassError/compassError.md
+++ b/www/docs/en/1.7.0/cordova/compass/compassError/compassError.md
@@ -18,10 +18,10 @@ license: >
     under the License.
 ---
 
-<a href="../compass.html">Compass</a>Error
+CompassError
 ==========
 
-A `<a href="../compass.html">Compass</a>Error` object is returned to the `<a href="../parameters/compassError.html">compassError</a>` callback function when an error occurs.
+A `CompassError` object is returned to the `compassError` callback function when an error occurs.
 
 Properties
 ----------
@@ -30,12 +30,12 @@ Properties
 
 Constants
 ---------
-- `<a href="../compass.html">Compass</a>Error.COMPASS_INTERNAL_ERR` 
-- `<a href="../compass.html">Compass</a>Error.COMPASS_NOT_SUPPORTED`
+- `CompassError.COMPASS_INTERNAL_ERR` 
+- `CompassError.COMPASS_NOT_SUPPORTED`
 
 Description
 -----------
 
-The `<a href="../compass.html">Compass</a>Error` object is returned to the user through the `<a href="../parameters/compassError.html">compassError</a>` callback function when an error occurs.
+The `CompassError` object is returned to the user through the `compassError` callback function when an error occurs.
 
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/compass/parameters/compassError.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/compass/parameters/compassError.md b/www/docs/en/1.7.0/cordova/compass/parameters/compassError.md
index 44700bc..3d2f523 100644
--- a/www/docs/en/1.7.0/cordova/compass/parameters/compassError.md
+++ b/www/docs/en/1.7.0/cordova/compass/parameters/compassError.md
@@ -23,9 +23,9 @@ compassError
 
 onError callback function for compass functions. 
 
-<a href="../../storage/storage.opendatabase.html">Example</a>
+Example
 -------
 
-function(<a href="../compassError/compassError.html"><a href="../compass.html">Compass</a>Error</a>) {
+function(CompassError) {
     // Handle the error
 }

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/compass/parameters/compassHeading.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/compass/parameters/compassHeading.md b/www/docs/en/1.7.0/cordova/compass/parameters/compassHeading.md
index 8293202..adae2f6 100644
--- a/www/docs/en/1.7.0/cordova/compass/parameters/compassHeading.md
+++ b/www/docs/en/1.7.0/cordova/compass/parameters/compassHeading.md
@@ -21,7 +21,7 @@ license: >
 compassHeading
 ==========
 
-A `<a href="../compass.html">Compass</a>Heading` object is returned to the `<a href="compassSuccess.html">compassSuccess</a>` callback function when an error occurs.
+A `CompassHeading` object is returned to the `compassSuccess` callback function when an error occurs.
 
 Properties
 ----------
@@ -33,7 +33,7 @@ Properties
 Description
 -----------
 
-The `<a href="../compass.html">Compass</a>Heading` object is returned to the user through the `<a href="compassSuccess.html">compassSuccess</a>` callback function.
+The `CompassHeading` object is returned to the user through the `compassSuccess` callback function.
 
 Android Quirks
 --------------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/compass/parameters/compassSuccess.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/compass/parameters/compassSuccess.md b/www/docs/en/1.7.0/cordova/compass/parameters/compassSuccess.md
index 015bb3f..a9bc5ff 100644
--- a/www/docs/en/1.7.0/cordova/compass/parameters/compassSuccess.md
+++ b/www/docs/en/1.7.0/cordova/compass/parameters/compassSuccess.md
@@ -21,7 +21,7 @@ license: >
 compassSuccess
 ==============
 
-onSuccess callback function that provides the compass heading information via a <a href="compassHeading.html">compassHeading</a> object.
+onSuccess callback function that provides the compass heading information via a compassHeading object.
 
     function(heading) {
         // Do something
@@ -31,9 +31,9 @@ Parameters
 ----------
 
 
-- __heading:__ The heading information. _(<a href="compassHeading.html">compassHeading</a>)_
+- __heading:__ The heading information. _(compassHeading)_
 
-<a href="../../storage/storage.opendatabase.html">Example</a>
+Example
 -------
 
     function onSuccess(heading) {

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/connection/connection.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/connection/connection.md b/www/docs/en/1.7.0/cordova/connection/connection.md
index d09f9e8..7d9def8 100644
--- a/www/docs/en/1.7.0/cordova/connection/connection.md
+++ b/www/docs/en/1.7.0/cordova/connection/connection.md
@@ -28,7 +28,7 @@ This object is accessed under the `navigator.network` interface.
 Properties
 ----------
 
-- <a href="connection.type.html">connection.type</a>
+- connection.type
 
 Constants
 ---------
@@ -45,7 +45,7 @@ WP7 Quirk
 ---------
 
 - __type:__
-Windows Phone Emulator always reports navigator.network.<a href="connection.type.html">connection.type</a> is Connection.UNKNOWN
+Windows Phone Emulator always reports navigator.network.connection.type is Connection.UNKNOWN
 
 iOS Quirk
 ---------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/connection/connection.type.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/connection/connection.type.md b/www/docs/en/1.7.0/cordova/connection/connection.type.md
index 8d00149..82238c8 100644
--- a/www/docs/en/1.7.0/cordova/connection/connection.type.md
+++ b/www/docs/en/1.7.0/cordova/connection/connection.type.md
@@ -38,61 +38,61 @@ Supported Platforms
 - Windows Phone 7 ( Mango )
 - Bada 2.x
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
-    function check<a href="connection.html">Connection</a>() {
+    function checkConnection() {
         var networkState = navigator.network.connection.type;
         
         var states = {};
-        states[<a href="connection.html">Connection</a>.UNKNOWN]	= 'Unknown connection';
-        states[<a href="connection.html">Connection</a>.ETHERNET]	= 'Ethernet connection';
-        states[<a href="connection.html">Connection</a>.WIFI]   	= 'WiFi connection';
-        states[<a href="connection.html">Connection</a>.CELL_2G]	= 'Cell 2G connection';
-        states[<a href="connection.html">Connection</a>.CELL_3G]	= 'Cell 3G connection';
-        states[<a href="connection.html">Connection</a>.CELL_4G]	= 'Cell 4G connection';
-        states[<a href="connection.html">Connection</a>.NONE]   	= 'No network connection';
+        states[Connection.UNKNOWN]	= 'Unknown connection';
+        states[Connection.ETHERNET]	= 'Ethernet connection';
+        states[Connection.WIFI]   	= 'WiFi connection';
+        states[Connection.CELL_2G]	= 'Cell 2G connection';
+        states[Connection.CELL_3G]	= 'Cell 3G connection';
+        states[Connection.CELL_4G]	= 'Cell 4G connection';
+        states[Connection.NONE]   	= 'No network connection';
     
-        alert('<a href="connection.html">Connection</a> type: ' + states[networkState]);
+        alert('Connection type: ' + states[networkState]);
     }
     
-    check<a href="connection.html">Connection</a>();
+    checkConnection();
 
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title>navigator.network.connection.type <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>navigator.network.connection.type Example</title>
         
         <script type="text/javascript" charset="utf-8" src="cordova-1.7.0.js"></script>
         <script type="text/javascript" charset="utf-8">
             
         // Wait for Cordova to load
         // 
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
         
         // Cordova is loaded and it is now safe to make calls Cordova methods
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
-            check<a href="connection.html">Connection</a>();
+        function onDeviceReady() {
+            checkConnection();
         }
         
-	    function check<a href="connection.html">Connection</a>() {
+	    function checkConnection() {
 	        var networkState = navigator.network.connection.type;
 
 	        var states = {};
-	        states[<a href="connection.html">Connection</a>.UNKNOWN]	= 'Unknown connection';
-	        states[<a href="connection.html">Connection</a>.ETHERNET]	= 'Ethernet connection';
-	        states[<a href="connection.html">Connection</a>.WIFI]   	= 'WiFi connection';
-	        states[<a href="connection.html">Connection</a>.CELL_2G]	= 'Cell 2G connection';
-	        states[<a href="connection.html">Connection</a>.CELL_3G]	= 'Cell 3G connection';
-	        states[<a href="connection.html">Connection</a>.CELL_4G]	= 'Cell 4G connection';
-	        states[<a href="connection.html">Connection</a>.NONE]   	= 'No network connection';
-
-	        alert('<a href="connection.html">Connection</a> type: ' + states[networkState]);
+	        states[Connection.UNKNOWN]	= 'Unknown connection';
+	        states[Connection.ETHERNET]	= 'Ethernet connection';
+	        states[Connection.WIFI]   	= 'WiFi connection';
+	        states[Connection.CELL_2G]	= 'Cell 2G connection';
+	        states[Connection.CELL_3G]	= 'Cell 3G connection';
+	        states[Connection.CELL_4G]	= 'Cell 4G connection';
+	        states[Connection.NONE]   	= 'No network connection';
+
+	        alert('Connection type: ' + states[networkState]);
 	    }
         
         </script>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/contacts/Contact/contact.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/contacts/Contact/contact.md b/www/docs/en/1.7.0/cordova/contacts/Contact/contact.md
index 87053a7..4297c35 100644
--- a/www/docs/en/1.7.0/cordova/contacts/Contact/contact.md
+++ b/www/docs/en/1.7.0/cordova/contacts/Contact/contact.md
@@ -28,31 +28,31 @@ Properties
 
 - __id:__ A globally unique identifier. _(DOMString)_
 - __displayName:__ The name of this Contact, suitable for display to end-users. _(DOMString)_
-- __name:__ An object containing all components of a persons name. _(<a href="../ContactName/contactname.html">ContactName</a>)_
+- __name:__ An object containing all components of a persons name. _(ContactName)_
 - __nickname:__ A casual name to address the contact by. _(DOMString)_
-- __phoneNumbers:__ An array of all the contact's phone numbers. _(<a href="../ContactField/contactfield.html">ContactField</a>[])_
-- __emails:__ An array of all the contact's email addresses. _(<a href="../ContactField/contactfield.html">ContactField</a>[])_
-- __addresses:__ An array of all the contact's addresses. _(<a href="../ContactAddress/contactaddress.html">ContactAddress</a>es[])_
-- __ims:__ An array of all the contact's IM addresses. _(<a href="../ContactField/contactfield.html">ContactField</a>[])_
-- __organizations:__ An array of all the contact's organizations. _(<a href="../ContactOrganization/contactorganization.html">ContactOrganization</a>[])_
+- __phoneNumbers:__ An array of all the contact's phone numbers. _(ContactField[])_
+- __emails:__ An array of all the contact's email addresses. _(ContactField[])_
+- __addresses:__ An array of all the contact's addresses. _(ContactAddresses[])_
+- __ims:__ An array of all the contact's IM addresses. _(ContactField[])_
+- __organizations:__ An array of all the contact's organizations. _(ContactOrganization[])_
 - __birthday:__ The birthday of the contact. _(Date)_
 - __note:__ A note about the contact. _(DOMString)_
-- __photos:__ An array of the contact's photos. _(<a href="../ContactField/contactfield.html">ContactField</a>[])_
-- __categories:__  An array of all the contacts user defined categories. _(<a href="../ContactField/contactfield.html">ContactField</a>[])_
-- __urls:__  An array of web pages associated to the contact. _(<a href="../ContactField/contactfield.html">ContactField</a>[])_
+- __photos:__ An array of the contact's photos. _(ContactField[])_
+- __categories:__  An array of all the contacts user defined categories. _(ContactField[])_
+- __urls:__  An array of web pages associated to the contact. _(ContactField[])_
 
 Methods
 -------
 
 - __clone__: Returns a new Contact object that is a deep copy of the calling object, with the id property set to `null`. 
-- __remove__: Removes the contact from the device contacts database.  An error callback is called with a `<a href="../ContactError/<a href="../parameters/contactError.html">contactError</a>.html">ContactError</a>` object if the removal is unsuccessful.
+- __remove__: Removes the contact from the device contacts database.  An error callback is called with a `ContactError` object if the removal is unsuccessful.
 - __save__: Saves a new contact to the device contacts database, or updates an existing contact if a contact with the same __id__ already exists.
 
 
 Details
 -------
 
-The `Contact` object represents a user contact.  <a href="../contacts.html">Contacts</a> can be created, saved to, or removed from the device contacts database.  <a href="../contacts.html">Contacts</a> can also be retrieved (individually or in bulk) from the database by invoking the `<a href="../contacts.find.html">contacts.find</a>` method.
+The `Contact` object represents a user contact.  Contacts can be created, saved to, or removed from the device contacts database.  Contacts can also be retrieved (individually or in bulk) from the database by invoking the `contacts.find` method.
 
 _Note: Not all of the above contact fields are supported on every device platform.  Please check each platform's Quirks section for information about which fields are supported._
 
@@ -64,24 +64,24 @@ Supported Platforms
 - iOS
 - Bada 1.2
 
-Save Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Save Quick Example
 ------------------
 
 	function onSuccess(contact) {
 		alert("Save Success");
 	};
 
-	function onError(<a href="../parameters/contactError.html">contactError</a>) {
-		alert("Error = " + <a href="../parameters/contactError.html">contactError</a>.code);
+	function onError(contactError) {
+		alert("Error = " + contactError.code);
 	};
 
 	// create a new contact object
-    var contact = navigator.<a href="../contacts.create.html">contacts.create</a>();
+    var contact = navigator.contacts.create();
 	contact.displayName = "Plumber";
 	contact.nickname = "Plumber"; 		//specify both to support all devices
 	
 	// populate some fields
-	var name = new <a href="../ContactName/contactname.html">ContactName</a>();
+	var name = new ContactName();
 	name.givenName = "Jane";
 	name.familyName = "Doe";
 	contact.name = name;
@@ -89,7 +89,7 @@ Save Quick <a href="../../storage/storage.opendatabase.html">Example</a>
 	// save to device
 	contact.save(onSuccess,onError);
 
-Clone Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Clone Quick Example
 -------------------
 
 	// clone the contact object
@@ -98,43 +98,43 @@ Clone Quick <a href="../../storage/storage.opendatabase.html">Example</a>
 	console.log("Original contact name = " + contact.name.givenName);
 	console.log("Cloned contact name = " + clone.name.givenName); 
 
-Remove Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Remove Quick Example
 --------------------
 
     function onSuccess() {
         alert("Removal Success");
     };
 
-    function onError(<a href="../parameters/contactError.html">contactError</a>) {
-        alert("Error = " + <a href="../parameters/contactError.html">contactError</a>.code);
+    function onError(contactError) {
+        alert("Error = " + contactError.code);
     };
 
 	// remove the contact from the device
 	contact.remove(onSuccess,onError);
 
-Full <a href="../../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Contact <a href="../../storage/storage.opendatabase.html">Example</a></title>
+        <title>Contact Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.7.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
 		    // create
-		    var contact = navigator.<a href="../contacts.create.html">contacts.create</a>();
+		    var contact = navigator.contacts.create();
 			contact.displayName = "Plumber";
 			contact.nickname = "Plumber"; 		//specify both to support all devices
-			var name = new <a href="../ContactName/contactname.html">ContactName</a>();
+			var name = new ContactName();
 			name.givenName = "Jane";
 			name.familyName = "Doe";
 			contact.name = name;
@@ -160,8 +160,8 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
     
         // onSaveError: Failed to get the contacts
         //
-        function onSaveError(<a href="../parameters/contactError.html">contactError</a>) {
-			alert("Error = " + <a href="../parameters/contactError.html">contactError</a>.code);
+        function onSaveError(contactError) {
+			alert("Error = " + contactError.code);
         }
         
         // onRemoveSuccess: Get a snapshot of the current contacts
@@ -172,15 +172,15 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
     
         // onRemoveError: Failed to get the contacts
         //
-        function onRemoveError(<a href="../parameters/contactError.html">contactError</a>) {
-			alert("Error = " + <a href="../parameters/contactError.html">contactError</a>.code);
+        function onRemoveError(contactError) {
+			alert("Error = " + contactError.code);
         }
 
         </script>
       </head>
       <body>
-        <h1><a href="../../storage/storage.opendatabase.html">Example</a></h1>
-        <p>Find <a href="../contacts.html">Contacts</a></p>
+        <h1>Example</h1>
+        <p>Find Contacts</p>
       </body>
     </html>
 
@@ -217,7 +217,7 @@ BlackBerry WebWorks (OS 5.0 and higher) Quirks
 
 iOS Quirks
 ----------
-- __displayName:__ This property is not supported by iOS and will be returned as `null` unless there is no <a href="../ContactName/contactname.html">ContactName</a> specified.  If there is no <a href="../ContactName/contactname.html">ContactName</a>, then composite name, __nickname__ or "" is returned for __displayName__, respectively. 
+- __displayName:__ This property is not supported by iOS and will be returned as `null` unless there is no ContactName specified.  If there is no ContactName, then composite name, __nickname__ or "" is returned for __displayName__, respectively. 
 - __birthday:__ For input, this property must be provided as a JavaScript Date object. It is returned as a JavaScript Date object.
-- __photos:__ Returned Photo is stored in the application's temporary directory and a <a href="../../file/fileobj/fileobj.html">File</a> URL to photo is returned.  Contents of temporary folder is deleted when application exits. 
+- __photos:__ Returned Photo is stored in the application's temporary directory and a File URL to photo is returned.  Contents of temporary folder is deleted when application exits. 
 - __categories:__  This property is not currently supported and will always be returned as `null`.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/contacts/ContactAddress/contactaddress.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/contacts/ContactAddress/contactaddress.md b/www/docs/en/1.7.0/cordova/contacts/ContactAddress/contactaddress.md
index 6ff5e7b..95c734e 100644
--- a/www/docs/en/1.7.0/cordova/contacts/ContactAddress/contactaddress.md
+++ b/www/docs/en/1.7.0/cordova/contacts/ContactAddress/contactaddress.md
@@ -18,14 +18,14 @@ license: >
     under the License.
 ---
 
-<a href="../Contact/contact.html">Contact</a>Address
+ContactAddress
 ==============
 
-Contains address properties for a `<a href="../Contact/contact.html">Contact</a>` object.
+Contains address properties for a `Contact` object.
 
 Properties
 ----------
-- __pref:__ Set to `true` if this `<a href="../Contact/contact.html">Contact</a>Address` contains the user's preferred value. _(boolean)_
+- __pref:__ Set to `true` if this `ContactAddress` contains the user's preferred value. _(boolean)_
 - __type:__ A string that tells you what type of field this is (example: 'home'). _(DOMString)
 - __formatted:__ The full address formatted for display. _(DOMString)_
 - __streetAddress:__ The full street address. _(DOMString)_
@@ -37,7 +37,7 @@ Properties
 Details
 -------
 
-The `<a href="../Contact/contact.html">Contact</a>Address` object stores the properties of a single address of a contact.  A `<a href="../Contact/contact.html">Contact</a>` object can have one or more addresses in a  `<a href="../Contact/contact.html">Contact</a>Address[]` array. 
+The `ContactAddress` object stores the properties of a single address of a contact.  A `Contact` object can have one or more addresses in a  `ContactAddress[]` array. 
 
 Supported Platforms
 -------------------
@@ -47,7 +47,7 @@ Supported Platforms
 - iOS
 - Bada 1.2
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
 	// display the address information for all contacts
@@ -66,39 +66,39 @@ Quick <a href="../../storage/storage.opendatabase.html">Example</a>
 		}
     };
 
-    function onError(<a href="../parameters/contactError.html">contactError</a>) {
+    function onError(contactError) {
         alert('onError!');
     };
 
     // find all contacts
-    var options = new <a href="../Contact/contact.html">Contact</a>FindOptions();
+    var options = new ContactFindOptions();
 	options.filter=""; 
 	var filter = ["displayName","addresses"];
-    navigator.<a href="../contacts.find.html">contacts.find</a>(filter, onSuccess, onError, options);
+    navigator.contacts.find(filter, onSuccess, onError, options);
 
-Full <a href="../../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../Contact/contact.html">Contact</a> <a href="../../storage/storage.opendatabase.html">Example</a></title>
+        <title>Contact Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.7.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
 		    // find all contacts
-		    var options = new <a href="../Contact/contact.html">Contact</a>FindOptions();
+		    var options = new ContactFindOptions();
 			options.filter=""; 
 			var filter = ["displayName","addresses"];
-		    navigator.<a href="../contacts.find.html">contacts.find</a>(filter, onSuccess, onError, options);
+		    navigator.contacts.find(filter, onSuccess, onError, options);
         }
     
         // onSuccess: Get a snapshot of the current contacts
@@ -121,15 +121,15 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
     
         // onError: Failed to get the contacts
         //
-        function onError(<a href="../parameters/contactError.html">contactError</a>) {
+        function onError(contactError) {
             alert('onError!');
         }
 
         </script>
       </head>
       <body>
-        <h1><a href="../../storage/storage.opendatabase.html">Example</a></h1>
-        <p>Find <a href="../Contact/contact.html">Contact</a>s</p>
+        <h1>Example</h1>
+        <p>Find Contacts</p>
       </body>
     </html>
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/contacts/ContactError/contactError.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/contacts/ContactError/contactError.md b/www/docs/en/1.7.0/cordova/contacts/ContactError/contactError.md
index ad3bc3d..b0f07c8 100644
--- a/www/docs/en/1.7.0/cordova/contacts/ContactError/contactError.md
+++ b/www/docs/en/1.7.0/cordova/contacts/ContactError/contactError.md
@@ -18,10 +18,10 @@ license: >
     under the License.
 ---
 
-<a href="../Contact/contact.html">Contact</a>Error
+ContactError
 ========
 
-A `<a href="../Contact/contact.html">Contact</a>Error` object is returned to the `<a href="../parameters/contactError.html">contactError</a>` callback when an error occurs.
+A `ContactError` object is returned to the `contactError` callback when an error occurs.
 
 Properties
 ----------
@@ -31,16 +31,16 @@ Properties
 Constants
 ---------
 
-- `<a href="../Contact/contact.html">Contact</a>Error.UNKNOWN_ERROR`
-- `<a href="../Contact/contact.html">Contact</a>Error.INVALID_ARGUMENT_ERROR`
-- `<a href="../Contact/contact.html">Contact</a>Error.TIMEOUT_ERROR`
-- `<a href="../Contact/contact.html">Contact</a>Error.PENDING_OPERATION_ERROR`
-- `<a href="../Contact/contact.html">Contact</a>Error.IO_ERROR`
-- `<a href="../Contact/contact.html">Contact</a>Error.NOT_SUPPORTED_ERROR`
-- `<a href="../Contact/contact.html">Contact</a>Error.PERMISSION_DENIED_ERROR`
+- `ContactError.UNKNOWN_ERROR`
+- `ContactError.INVALID_ARGUMENT_ERROR`
+- `ContactError.TIMEOUT_ERROR`
+- `ContactError.PENDING_OPERATION_ERROR`
+- `ContactError.IO_ERROR`
+- `ContactError.NOT_SUPPORTED_ERROR`
+- `ContactError.PERMISSION_DENIED_ERROR`
 
 Description
 -----------
 
-The `<a href="../Contact/contact.html">Contact</a>Error` object is returned to the user through the `<a href="../parameters/contactError.html">contactError</a>` callback function when an error occurs.
+The `ContactError` object is returned to the user through the `contactError` callback function when an error occurs.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/contacts/ContactField/contactfield.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/contacts/ContactField/contactfield.md b/www/docs/en/1.7.0/cordova/contacts/ContactField/contactfield.md
index 4f6b781..261b4b1 100644
--- a/www/docs/en/1.7.0/cordova/contacts/ContactField/contactfield.md
+++ b/www/docs/en/1.7.0/cordova/contacts/ContactField/contactfield.md
@@ -18,24 +18,24 @@ license: >
     under the License.
 ---
 
-<a href="../Contact/contact.html">Contact</a>Field
+ContactField
 ============
 
-Supports generic fields in a `<a href="../Contact/contact.html">Contact</a>` object.  Some properties that are stored as `<a href="../Contact/contact.html">Contact</a>Field` objects include email addresses, phone numbers, and urls.
+Supports generic fields in a `Contact` object.  Some properties that are stored as `ContactField` objects include email addresses, phone numbers, and urls.
 
 Properties
 ----------
 
 - __type:__ A string that tells you what type of field this is (example: 'home'). _(DOMString)_
 - __value:__ The value of the field (such as a phone number or email address). _(DOMString)_
-- __pref:__ Set to `true` if this `<a href="../Contact/contact.html">Contact</a>Field` contains the user's preferred value. _(boolean)_
+- __pref:__ Set to `true` if this `ContactField` contains the user's preferred value. _(boolean)_
 
 Details
 -------
 
-The `<a href="../Contact/contact.html">Contact</a>Field` object is a reusable component that is used to support contact fields in a generic fashion.  Each `<a href="../Contact/contact.html">Contact</a>Field` object contains a value property, a type property, and a pref property.  A `<a href="../Contact/contact.html">Contact</a>` object stores several properties in `<a href="../Contact/contact.html">Contact</a>Field[]` arrays, such as phone numbers and email addresses.
+The `ContactField` object is a reusable component that is used to support contact fields in a generic fashion.  Each `ContactField` object contains a value property, a type property, and a pref property.  A `Contact` object stores several properties in `ContactField[]` arrays, such as phone numbers and email addresses.
 
-In most instances, there are no pre-determined values for the __type__ attribute of a `<a href="../Contact/contact.html">Contact</a>Field` object.  For example, a phone number can have __type__ values of 'home', 'work', 'mobile', 'iPhone', or any other value that is supported by the contact database on a particular device platform.  However, in the case of the `<a href="../Contact/contact.html">Contact</a>` __photos__ field, Cordova makes use of the __type__ field to indicate the format of the returned image.  Cordova will return __type: 'url'__ when the __value__ attribute contains a URL to the photo image, or __type: 'base64'__ when the returned __value__ attribute contains a Base64 encoded image string.
+In most instances, there are no pre-determined values for the __type__ attribute of a `ContactField` object.  For example, a phone number can have __type__ values of 'home', 'work', 'mobile', 'iPhone', or any other value that is supported by the contact database on a particular device platform.  However, in the case of the `Contact` __photos__ field, Cordova makes use of the __type__ field to indicate the format of the returned image.  Cordova will return __type: 'url'__ when the __value__ attribute contains a URL to the photo image, or __type: 'base64'__ when the returned __value__ attribute contains a Base64 encoded image string.
 
 Supported Platforms
 -------------------
@@ -45,58 +45,58 @@ Supported Platforms
 - iOS
 - Bada 1.2
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
 	// create a new contact
-	var contact = navigator.<a href="../contacts.create.html">contacts.create</a>();
+	var contact = navigator.contacts.create();
 	
-	// store contact phone numbers in <a href="../Contact/contact.html">Contact</a>Field[]
+	// store contact phone numbers in ContactField[]
 	var phoneNumbers = [];
-	phoneNumbers[0] = new <a href="../Contact/contact.html">Contact</a>Field('work', '212-555-1234', false);
-	phoneNumbers[1] = new <a href="../Contact/contact.html">Contact</a>Field('mobile', '917-555-5432', true); // preferred number
-	phoneNumbers[2] = new <a href="../Contact/contact.html">Contact</a>Field('home', '203-555-7890', false);
+	phoneNumbers[0] = new ContactField('work', '212-555-1234', false);
+	phoneNumbers[1] = new ContactField('mobile', '917-555-5432', true); // preferred number
+	phoneNumbers[2] = new ContactField('home', '203-555-7890', false);
 	contact.phoneNumbers = phoneNumbers;
 	
 	// save the contact
 	contact.save();
 
-Full <a href="../../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../Contact/contact.html">Contact</a> <a href="../../storage/storage.opendatabase.html">Example</a></title>
+        <title>Contact Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.7.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
 			// create a new contact
-			var contact = navigator.<a href="../contacts.create.html">contacts.create</a>();
+			var contact = navigator.contacts.create();
 
-			// store contact phone numbers in <a href="../Contact/contact.html">Contact</a>Field[]
+			// store contact phone numbers in ContactField[]
 			var phoneNumbers = [];
-			phoneNumbers[0] = new <a href="../Contact/contact.html">Contact</a>Field('work', '212-555-1234', false);
-			phoneNumbers[1] = new <a href="../Contact/contact.html">Contact</a>Field('mobile', '917-555-5432', true); // preferred number
-			phoneNumbers[2] = new <a href="../Contact/contact.html">Contact</a>Field('home', '203-555-7890', false);
+			phoneNumbers[0] = new ContactField('work', '212-555-1234', false);
+			phoneNumbers[1] = new ContactField('mobile', '917-555-5432', true); // preferred number
+			phoneNumbers[2] = new ContactField('home', '203-555-7890', false);
 			contact.phoneNumbers = phoneNumbers;
 
 			// save the contact
 			contact.save();
 
 			// search contacts, returning display name and phone numbers
-			var options = new <a href="../Contact/contact.html">Contact</a>FindOptions();
+			var options = new ContactFindOptions();
 			options.filter="";
 			filter = ["displayName","phoneNumbers"];
-			navigator.<a href="../contacts.find.html">contacts.find</a>(filter, onSuccess, onError, options);
+			navigator.contacts.find(filter, onSuccess, onError, options);
         }
     
         // onSuccess: Get a snapshot of the current contacts
@@ -114,15 +114,15 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
     
         // onError: Failed to get the contacts
         //
-        function onError(<a href="../parameters/contactError.html">contactError</a>) {
+        function onError(contactError) {
             alert('onError!');
         }
 
         </script>
       </head>
       <body>
-        <h1><a href="../../storage/storage.opendatabase.html">Example</a></h1>
-        <p>Find <a href="../Contact/contact.html">Contact</a>s</p>
+        <h1>Example</h1>
+        <p>Find Contacts</p>
       </body>
     </html>
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/contacts/ContactFindOptions/contactfindoptions.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/contacts/ContactFindOptions/contactfindoptions.md b/www/docs/en/1.7.0/cordova/contacts/ContactFindOptions/contactfindoptions.md
index 6be2647..e1c6647 100644
--- a/www/docs/en/1.7.0/cordova/contacts/ContactFindOptions/contactfindoptions.md
+++ b/www/docs/en/1.7.0/cordova/contacts/ContactFindOptions/contactfindoptions.md
@@ -18,10 +18,10 @@ license: >
     under the License.
 ---
 
-<a href="../Contact/contact.html">Contact</a>FindOptions
+ContactFindOptions
 ==================
 
-Contains properties that can be used to filter the results of a `<a href="../contacts.find.html">contacts.find</a>` operation.
+Contains properties that can be used to filter the results of a `contacts.find` operation.
 
 Properties
 ----------
@@ -38,7 +38,7 @@ Supported Platforms
 - iOS
 - Bada 1.2
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
 	// success callback
@@ -49,45 +49,45 @@ Quick <a href="../../storage/storage.opendatabase.html">Example</a>
     };
 
 	// error callback
-    function onError(<a href="../parameters/contactError.html">contactError</a>) {
+    function onError(contactError) {
         alert('onError!');
     };
 
 	// specify contact search criteria
-    var options = new <a href="../Contact/contact.html">Contact</a>FindOptions();
+    var options = new ContactFindOptions();
 	options.filter="";			// empty search string returns all contacts
 	options.multiple=true;		// return multiple results
 	filter = ["displayName"];	// return contact.displayName field
 	
 	// find contacts
-    navigator.<a href="../contacts.find.html">contacts.find</a>(filter, onSuccess, onError, options);
+    navigator.contacts.find(filter, onSuccess, onError, options);
 
-Full <a href="../../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../Contact/contact.html">Contact</a> <a href="../../storage/storage.opendatabase.html">Example</a></title>
+        <title>Contact Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.7.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
 			// specify contact search criteria
-		    var options = new <a href="../Contact/contact.html">Contact</a>FindOptions();
+		    var options = new ContactFindOptions();
 			options.filter="";			// empty search string returns all contacts
 			options.multiple=true;		// return multiple results
 			filter = ["displayName"];	// return contact.displayName field
 
 			// find contacts
-		    navigator.<a href="../contacts.find.html">contacts.find</a>(filter, onSuccess, onError, options);
+		    navigator.contacts.find(filter, onSuccess, onError, options);
         }
     
         // onSuccess: Get a snapshot of the current contacts
@@ -100,15 +100,15 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
     
         // onError: Failed to get the contacts
         //
-        function onError(<a href="../parameters/contactError.html">contactError</a>) {
+        function onError(contactError) {
             alert('onError!');
         }
 
         </script>
       </head>
       <body>
-        <h1><a href="../../storage/storage.opendatabase.html">Example</a></h1>
-        <p>Find <a href="../Contact/contact.html">Contact</a>s</p>
+        <h1>Example</h1>
+        <p>Find Contacts</p>
       </body>
     </html>
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/contacts/ContactName/contactname.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/contacts/ContactName/contactname.md b/www/docs/en/1.7.0/cordova/contacts/ContactName/contactname.md
index 792cff7..6e1e4e6 100644
--- a/www/docs/en/1.7.0/cordova/contacts/ContactName/contactname.md
+++ b/www/docs/en/1.7.0/cordova/contacts/ContactName/contactname.md
@@ -18,10 +18,10 @@ license: >
     under the License.
 ---
 
-<a href="../Contact/contact.html">Contact</a>Name
+ContactName
 ===========
 
-Contains name properties of a `<a href="../Contact/contact.html">Contact</a>` object.
+Contains name properties of a `Contact` object.
 
 Properties
 ----------
@@ -36,7 +36,7 @@ Properties
 Details
 -------
 
-The `<a href="../Contact/contact.html">Contact</a>Name` object stores name properties of a contact.
+The `ContactName` object stores name properties of a contact.
 
 Supported Platforms
 -------------------
@@ -46,7 +46,7 @@ Supported Platforms
 - iOS
 - Bada 1.2
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     function onSuccess(contacts) {
@@ -60,37 +60,37 @@ Quick <a href="../../storage/storage.opendatabase.html">Example</a>
 		}
     };
 
-    function onError(<a href="../parameters/contactError.html">contactError</a>) {
+    function onError(contactError) {
         alert('onError!');
     };
 
-    var options = new <a href="../Contact/contact.html">Contact</a>FindOptions();
+    var options = new ContactFindOptions();
 	options.filter="";
 	filter = ["displayName","name"];
-    navigator.<a href="../contacts.find.html">contacts.find</a>(filter, onSuccess, onError, options);
+    navigator.contacts.find(filter, onSuccess, onError, options);
 
-Full <a href="../../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../Contact/contact.html">Contact</a> <a href="../../storage/storage.opendatabase.html">Example</a></title>
+        <title>Contact Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.7.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../../device/device.html">Device</a>Ready() {
-			var options = new <a href="../Contact/contact.html">Contact</a>FindOptions();
+        function onDeviceReady() {
+			var options = new ContactFindOptions();
 			options.filter="";
 			filter = ["displayName","name"];
-			navigator.<a href="../contacts.find.html">contacts.find</a>(filter, onSuccess, onError, options);
+			navigator.contacts.find(filter, onSuccess, onError, options);
         }
     
         // onSuccess: Get a snapshot of the current contacts
@@ -108,15 +108,15 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
     
         // onError: Failed to get the contacts
         //
-        function onError(<a href="../parameters/contactError.html">contactError</a>) {
+        function onError(contactError) {
             alert('onError!');
         }
 
         </script>
       </head>
       <body>
-        <h1><a href="../../storage/storage.opendatabase.html">Example</a></h1>
-        <p>Find <a href="../Contact/contact.html">Contact</a>s</p>
+        <h1>Example</h1>
+        <p>Find Contacts</p>
       </body>
     </html>
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/contacts/ContactOrganization/contactorganization.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/contacts/ContactOrganization/contactorganization.md b/www/docs/en/1.7.0/cordova/contacts/ContactOrganization/contactorganization.md
index 073e183..814640c 100644
--- a/www/docs/en/1.7.0/cordova/contacts/ContactOrganization/contactorganization.md
+++ b/www/docs/en/1.7.0/cordova/contacts/ContactOrganization/contactorganization.md
@@ -18,14 +18,14 @@ license: >
     under the License.
 ---
 
-<a href="../Contact/contact.html">Contact</a>Organization
+ContactOrganization
 ===================
 
-Contains organization properties of a `<a href="../Contact/contact.html">Contact</a>` object.
+Contains organization properties of a `Contact` object.
 
 Properties
 ----------
-- __pref:__ Set to `true` if this `<a href="../Contact/contact.html">Contact</a>Organization` contains the user's preferred value. _(boolean)_
+- __pref:__ Set to `true` if this `ContactOrganization` contains the user's preferred value. _(boolean)_
 - __type:__ A string that tells you what type of field this is (example: 'home'). _(DOMString)
 - __name:__ The name of the organization. _(DOMString)_
 - __department:__ The department the contract works for. _(DOMString)_
@@ -34,7 +34,7 @@ Properties
 Details
 -------
 
-The `<a href="../Contact/contact.html">Contact</a>Organization` object stores a contact's organization properties.  A `<a href="../Contact/contact.html">Contact</a>` object stores one or more `<a href="../Contact/contact.html">Contact</a>Organization` objects in an array. 
+The `ContactOrganization` object stores a contact's organization properties.  A `Contact` object stores one or more `ContactOrganization` objects in an array. 
 
 Supported Platforms
 -------------------
@@ -44,7 +44,7 @@ Supported Platforms
 - iOS
 - Bada 1.2
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     function onSuccess(contacts) {
@@ -59,37 +59,37 @@ Quick <a href="../../storage/storage.opendatabase.html">Example</a>
 		}
     };
 
-    function onError(<a href="../parameters/contactError.html">contactError</a>) {
+    function onError(contactError) {
         alert('onError!');
     };
 
-    var options = new <a href="../Contact/contact.html">Contact</a>FindOptions();
+    var options = new ContactFindOptions();
 	options.filter="";
 	filter = ["displayName","organizations"];
-    navigator.<a href="../contacts.find.html">contacts.find</a>(filter, onSuccess, onError, options);
+    navigator.contacts.find(filter, onSuccess, onError, options);
 
-Full <a href="../../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../Contact/contact.html">Contact</a> <a href="../../storage/storage.opendatabase.html">Example</a></title>
+        <title>Contact Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.7.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../../device/device.html">Device</a>Ready() {
-			var options = new <a href="../Contact/contact.html">Contact</a>FindOptions();
+        function onDeviceReady() {
+			var options = new ContactFindOptions();
 			options.filter="";
 			filter = ["displayName","organizations"];
-			navigator.<a href="../contacts.find.html">contacts.find</a>(filter, onSuccess, onError, options);
+			navigator.contacts.find(filter, onSuccess, onError, options);
         }
     
         // onSuccess: Get a snapshot of the current contacts
@@ -108,15 +108,15 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
     
         // onError: Failed to get the contacts
         //
-        function onError(<a href="../parameters/contactError.html">contactError</a>) {
+        function onError(contactError) {
             alert('onError!');
         }
 
         </script>
       </head>
       <body>
-        <h1><a href="../../storage/storage.opendatabase.html">Example</a></h1>
-        <p>Find <a href="../Contact/contact.html">Contact</a>s</p>
+        <h1>Example</h1>
+        <p>Find Contacts</p>
       </body>
     </html>
 	

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/contacts/contacts.create.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/contacts/contacts.create.md b/www/docs/en/1.7.0/cordova/contacts/contacts.create.md
index e25e5db..40de2d3 100644
--- a/www/docs/en/1.7.0/cordova/contacts/contacts.create.md
+++ b/www/docs/en/1.7.0/cordova/contacts/contacts.create.md
@@ -21,16 +21,16 @@ license: >
 contacts.create
 ===============
 
-Returns a new <a href="Contact/contact.html">Contact</a> object.
+Returns a new Contact object.
 
     var contact = navigator.contacts.create(properties);
 
 Description
 -----------
 
-contacts.create is a synchronous function that returns a new `<a href="Contact/contact.html">Contact</a>` object.
+contacts.create is a synchronous function that returns a new `Contact` object.
 
-This method does not persist the <a href="Contact/contact.html">Contact</a> object to the device contacts database.  To persist the <a href="Contact/contact.html">Contact</a> object to the device, invoke the `<a href="Contact/contact.html">Contact</a>.save` method.
+This method does not persist the Contact object to the device contacts database.  To persist the Contact object to the device, invoke the `Contact.save` method.
 
 Supported Platforms
 -------------------
@@ -40,39 +40,39 @@ Supported Platforms
 - iOS
 - Bada 1.2
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
-    var my<a href="Contact/contact.html">Contact</a> = navigator.contacts.create({"displayName": "Test User"});
+    var myContact = navigator.contacts.create({"displayName": "Test User"});
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="Contact/contact.html">Contact</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Contact Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.7.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
-			var my<a href="Contact/contact.html">Contact</a> = navigator.contacts.create({"displayName": "Test User"});
-			my<a href="Contact/contact.html">Contact</a>.note = "This contact has a note.";
-			console.log("The contact, " + my<a href="Contact/contact.html">Contact</a>.displayName + ", note: " + my<a href="Contact/contact.html">Contact</a>.note);
+        function onDeviceReady() {
+			var myContact = navigator.contacts.create({"displayName": "Test User"});
+			myContact.note = "This contact has a note.";
+			console.log("The contact, " + myContact.displayName + ", note: " + myContact.note);
         }
     
 
         </script>
       </head>
       <body>
-        <h1><a href="../storage/storage.opendatabase.html">Example</a></h1>
-        <p>Create <a href="Contact/contact.html">Contact</a></p>
+        <h1>Example</h1>
+        <p>Create Contact</p>
       </body>
     </html>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/contacts/contacts.find.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/contacts/contacts.find.md b/www/docs/en/1.7.0/cordova/contacts/contacts.find.md
index 85a2968..4cac5cc 100644
--- a/www/docs/en/1.7.0/cordova/contacts/contacts.find.md
+++ b/www/docs/en/1.7.0/cordova/contacts/contacts.find.md
@@ -21,26 +21,26 @@ license: >
 contacts.find
 =============
 
-Queries the device contacts database and returns one or more `<a href="Contact/contact.html">Contact</a>` objects, each containing the fields specified.
+Queries the device contacts database and returns one or more `Contact` objects, each containing the fields specified.
 
-    navigator.contacts.find(<a href="parameters/contactFields.html">contactFields</a>, <a href="parameters/contactSuccess.html">contactSuccess</a>, <a href="parameters/contactError.html">contactError</a>, <a href="parameters/contactFindOptions.html">contactFindOptions</a>);
+    navigator.contacts.find(contactFields, contactSuccess, contactError, contactFindOptions);
 
 Description
 -----------
 
-contacts.find is an asynchronous function that queries the device contacts database and returns an array of `<a href="Contact/contact.html">Contact</a>` objects.  The resulting objects are passed to the `<a href="parameters/contactSuccess.html">contactSuccess</a>` callback function specified by the __<a href="parameters/contactSuccess.html">contactSuccess</a>__ parameter.  
+contacts.find is an asynchronous function that queries the device contacts database and returns an array of `Contact` objects.  The resulting objects are passed to the `contactSuccess` callback function specified by the __contactSuccess__ parameter.  
 
-Users must specify the contact fields to be used as a search qualifier in the __<a href="parameters/contactFields.html">contactFields</a>__ parameter.  Only the fields specified in the __<a href="parameters/contactFields.html">contactFields</a>__ parameter will be returned as properties of the `<a href="Contact/contact.html">Contact</a>` objects that are passed to the __<a href="parameters/contactSuccess.html">contactSuccess</a>__ callback function.  A zero-length __<a href="parameters/contactFields.html">contactFields</a>__ parameter will result in an array of `<a href="Contact/contact.html">Contact</a>` objects with only the `id` property populated. A __<a href="parameters/contactFields.html">contactFields</a>__ value of ["*"] will return all contact fields. 
+Users must specify the contact fields to be used as a search qualifier in the __contactFields__ parameter.  Only the fields specified in the __contactFields__ parameter will be returned as properties of the `Contact` objects that are passed to the __contactSuccess__ callback function.  A zero-length __contactFields__ parameter will result in an array of `Contact` objects with only the `id` property populated. A __contactFields__ value of ["*"] will return all contact fields. 
 
-The __<a href="parameters/contactFindOptions.html">contactFindOptions</a>.filter__ string can be used as a search filter when querying the contacts database.  If provided, a case-insensitive, partial value match is applied to each field specified in the __<a href="parameters/contactFields.html">contactFields</a>__ parameter.  If a match is found in a comparison with _any_ of the specified fields, the contact is returned.
+The __contactFindOptions.filter__ string can be used as a search filter when querying the contacts database.  If provided, a case-insensitive, partial value match is applied to each field specified in the __contactFields__ parameter.  If a match is found in a comparison with _any_ of the specified fields, the contact is returned.
 
 Parameters
 ----------
 
-- __<a href="parameters/contactFields.html">contactFields</a>:__ <a href="Contact/contact.html">Contact</a> fields to be used as search qualifier. Only these fields will have values in the resulting `<a href="Contact/contact.html">Contact</a>` objects. _(DOMString[])_ [Required]
-- __<a href="parameters/contactSuccess.html">contactSuccess</a>:__ Success callback function that is invoked with the contacts returned from the contacts database. [Required]
-- __<a href="parameters/contactError.html">contactError</a>:__ Error callback function. Invoked when error occurs. [Optional]
-- __<a href="parameters/contactFindOptions.html">contactFindOptions</a>:__ Search options to filter contacts. [Optional]
+- __contactFields:__ Contact fields to be used as search qualifier. Only these fields will have values in the resulting `Contact` objects. _(DOMString[])_ [Required]
+- __contactSuccess:__ Success callback function that is invoked with the contacts returned from the contacts database. [Required]
+- __contactError:__ Error callback function. Invoked when error occurs. [Optional]
+- __contactFindOptions:__ Search options to filter contacts. [Optional]
 
 Supported Platforms
 -------------------
@@ -50,43 +50,43 @@ Supported Platforms
 - iOS
 - Bada 1.2
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     function onSuccess(contacts) {
         alert('Found ' + contacts.length + ' contacts.');
     };
 
-    function onError(<a href="parameters/contactError.html">contactError</a>) {
+    function onError(contactError) {
         alert('onError!');
     };
 
     // find all contacts with 'Bob' in any name field
-    var options = new <a href="Contact/contact.html">Contact</a>FindOptions();
+    var options = new ContactFindOptions();
 	options.filter="Bob"; 
 	var fields = ["displayName", "name"];
     navigator.contacts.find(fields, onSuccess, onError, options);
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="Contact/contact.html">Contact</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Contact Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.7.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
 		    // find all contacts with 'Bob' in any name field
-		    var options = new <a href="Contact/contact.html">Contact</a>FindOptions();
+		    var options = new ContactFindOptions();
 			options.filter="Bob"; 
 			var fields = ["displayName", "name"];
 		    navigator.contacts.find(fields, onSuccess, onError, options);
@@ -102,15 +102,15 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
     
         // onError: Failed to get the contacts
         //
-        function onError(<a href="parameters/contactError.html">contactError</a>) {
+        function onError(contactError) {
             alert('onError!');
         }
 
         </script>
       </head>
       <body>
-        <h1><a href="../storage/storage.opendatabase.html">Example</a></h1>
-        <p>Find <a href="Contact/contact.html">Contact</a>s</p>
+        <h1>Example</h1>
+        <p>Find Contacts</p>
       </body>
     </html>
     

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/contacts/contacts.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/contacts/contacts.md b/www/docs/en/1.7.0/cordova/contacts/contacts.md
index 554a82d..03eb3d8 100644
--- a/www/docs/en/1.7.0/cordova/contacts/contacts.md
+++ b/www/docs/en/1.7.0/cordova/contacts/contacts.md
@@ -18,7 +18,7 @@ license: >
     under the License.
 ---
 
-<a href="Contact/contact.html">Contact</a>s
+Contacts
 ========
 
 > The `contacts` object provides access to the device contacts database.  
@@ -26,24 +26,24 @@ license: >
 Methods
 -------
 
-- <a href="contacts.create.html">contacts.create</a>
-- <a href="contacts.find.html">contacts.find</a>
+- contacts.create
+- contacts.find
 
 Arguments
 ---------
 
-- <a href="parameters/contactFields.html">contactFields</a>
-- <a href="parameters/contactSuccess.html">contactSuccess</a>
-- <a href="parameters/contactError.html">contactError</a>
-- <a href="parameters/contactFindOptions.html">contactFindOptions</a>
+- contactFields
+- contactSuccess
+- contactError
+- contactFindOptions
 
 Objects
 -------
 
-- <a href="Contact/contact.html">Contact</a>
-- <a href="Contact/contact.html">Contact</a>Name
-- <a href="Contact/contact.html">Contact</a>Field
-- <a href="Contact/contact.html">Contact</a>Address
-- <a href="Contact/contact.html">Contact</a>Organization
-- <a href="Contact/contact.html">Contact</a>FindOptions
-- <a href="Contact/contact.html">Contact</a>Error
\ No newline at end of file
+- Contact
+- ContactName
+- ContactField
+- ContactAddress
+- ContactOrganization
+- ContactFindOptions
+- ContactError
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/contacts/parameters/contactFields.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/contacts/parameters/contactFields.md b/www/docs/en/1.7.0/cordova/contacts/parameters/contactFields.md
index 487c226..1951960 100644
--- a/www/docs/en/1.7.0/cordova/contacts/parameters/contactFields.md
+++ b/www/docs/en/1.7.0/cordova/contacts/parameters/contactFields.md
@@ -21,6 +21,6 @@ license: >
 contactFields
 =============
 
-Required parameter of the `<a href="../contacts.find.html">contacts.find</a>` method.  Use this parameter to specify which fields should be included in the `<a href="../Contact/contact.html">Contact</a>` objects resulting from a find operation.
+Required parameter of the `contacts.find` method.  Use this parameter to specify which fields should be included in the `Contact` objects resulting from a find operation.
 
     ["name", "phoneNumbers", "emails"]

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/contacts/parameters/contactFindOptions.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/contacts/parameters/contactFindOptions.md b/www/docs/en/1.7.0/cordova/contacts/parameters/contactFindOptions.md
index 9d92f9c..f2f3e12 100644
--- a/www/docs/en/1.7.0/cordova/contacts/parameters/contactFindOptions.md
+++ b/www/docs/en/1.7.0/cordova/contacts/parameters/contactFindOptions.md
@@ -21,7 +21,7 @@ license: >
 contactFindOptions
 ==================
 
-Optional parameter of the `<a href="../contacts.find.html">contacts.find</a>` method.  Use this parameter to filter the contacts returned from the contacts database.
+Optional parameter of the `contacts.find` method.  Use this parameter to filter the contacts returned from the contacts database.
 
     { 
 		filter: "",

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/contacts/parameters/contactSuccess.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/contacts/parameters/contactSuccess.md b/www/docs/en/1.7.0/cordova/contacts/parameters/contactSuccess.md
index 0394b6d..925105f 100644
--- a/www/docs/en/1.7.0/cordova/contacts/parameters/contactSuccess.md
+++ b/www/docs/en/1.7.0/cordova/contacts/parameters/contactSuccess.md
@@ -21,7 +21,7 @@ license: >
 contactSuccess
 ==============
 
-Success callback function that provides the `<a href="../Contact/contact.html">Contact</a>` array resulting from a `<a href="../contacts.find.html">contacts.find</a>` operation.
+Success callback function that provides the `Contact` array resulting from a `contacts.find` operation.
 
     function(contacts) {
         // Do something
@@ -30,9 +30,9 @@ Success callback function that provides the `<a href="../Contact/contact.html">C
 Parameters
 ----------
 
-- __contacts:__ The contact array resulting from a find operation. (`<a href="../Contact/contact.html">Contact</a>`)
+- __contacts:__ The contact array resulting from a find operation. (`Contact`)
 
-<a href="../../storage/storage.opendatabase.html">Example</a>
+Example
 -------
 
     function contactSuccess(contacts) {

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/device/device.cordova.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/device/device.cordova.md b/www/docs/en/1.7.0/cordova/device/device.cordova.md
index ebcabfd..bc694f0 100644
--- a/www/docs/en/1.7.0/cordova/device/device.cordova.md
+++ b/www/docs/en/1.7.0/cordova/device/device.cordova.md
@@ -39,36 +39,36 @@ Supported Platforms
 - Windows Phone 7 ( Mango )
 - Bada 1.2 & 2.x
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     var name = device.cordova;
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="device.html">Device</a> Properties <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Device Properties Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.7.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="device.html">Device</a>Ready() {
+        function onDeviceReady() {
             var element = document.getElementById('deviceProperties');
     
-            element.innerHTML = '<a href="device.html">Device</a> Name: '     + <a href="device.name.html">device.name</a>     + '<br />' + 
-                                '<a href="device.html">Device</a> Cordova: '  + device.cordova  + '<br />' + 
-                                '<a href="device.html">Device</a> Platform: ' + <a href="device.platform.html">device.platform</a> + '<br />' + 
-                                '<a href="device.html">Device</a> UUID: '     + <a href="device.uuid.html">device.uuid</a>     + '<br />' + 
-                                '<a href="device.html">Device</a> Version: '  + <a href="device.version.html">device.version</a>  + '<br />';
+            element.innerHTML = 'Device Name: '     + device.name     + '<br />' + 
+                                'Device Cordova: '  + device.cordova  + '<br />' + 
+                                'Device Platform: ' + device.platform + '<br />' + 
+                                'Device UUID: '     + device.uuid     + '<br />' + 
+                                'Device Version: '  + device.version  + '<br />';
         }
 
         </script>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/device/device.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/device/device.md b/www/docs/en/1.7.0/cordova/device/device.md
index 40cd569..6a5f11a 100644
--- a/www/docs/en/1.7.0/cordova/device/device.md
+++ b/www/docs/en/1.7.0/cordova/device/device.md
@@ -26,11 +26,11 @@ Device
 Properties
 ----------
 
-- <a href="device.name.html">device.name</a>
-- <a href="device.cordova.html">device.cordova</a>
-- <a href="device.platform.html">device.platform</a>
-- <a href="device.uuid.html">device.uuid</a>
-- <a href="device.version.html">device.version</a>
+- device.name
+- device.cordova
+- device.platform
+- device.uuid
+- device.version
 
 Variable Scope
 --------------
@@ -39,5 +39,5 @@ Since `device` is assigned to the `window` object, it is implicitly in the globa
 
     // These reference the same `device`
     //
-    var phoneName = window.<a href="device.name.html">device.name</a>;
-    var phoneName = <a href="device.name.html">device.name</a>;
\ No newline at end of file
+    var phoneName = window.device.name;
+    var phoneName = device.name;
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/device/device.name.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/device/device.name.md b/www/docs/en/1.7.0/cordova/device/device.name.md
index 6b62bf8..2d194f9 100644
--- a/www/docs/en/1.7.0/cordova/device/device.name.md
+++ b/www/docs/en/1.7.0/cordova/device/device.name.md
@@ -39,7 +39,7 @@ Supported Platforms
 - Windows Phone 7 ( Mango )
 - Bada 1.2 & 2.x
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // Android:    Nexus One       returns "Passion" (Nexus One code name)
@@ -49,31 +49,31 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
     //
     var name = device.name;
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="device.html">Device</a> Properties <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Device Properties Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.7.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="device.html">Device</a>Ready() {
+        function onDeviceReady() {
             var element = document.getElementById('deviceProperties');
     
-            element.innerHTML = '<a href="device.html">Device</a> Name: '     + device.name     + '<br />' + 
-                                '<a href="device.html">Device</a> Cordova: '  + <a href="device.cordova.html">device.cordova</a> + '<br />' + 
-                                '<a href="device.html">Device</a> Platform: ' + <a href="device.platform.html">device.platform</a> + '<br />' + 
-                                '<a href="device.html">Device</a> UUID: '     + <a href="device.uuid.html">device.uuid</a>     + '<br />' + 
-                                '<a href="device.html">Device</a> Version: '  + <a href="device.version.html">device.version</a>  + '<br />';
+            element.innerHTML = 'Device Name: '     + device.name     + '<br />' + 
+                                'Device Cordova: '  + device.cordova + '<br />' + 
+                                'Device Platform: ' + device.platform + '<br />' + 
+                                'Device UUID: '     + device.uuid     + '<br />' + 
+                                'Device Version: '  + device.version  + '<br />';
         }
 
         </script>
@@ -94,7 +94,7 @@ Android Quirks
 iPhone Quirks
 -------------
 
-- Gets the [device's custom name](http://developer.apple.com/iphone/library/documentation/uikit/reference/UI<a href="device.html">Device</a>_Class/Reference/UI<a href="device.html">Device</a>.html#//apple_ref/doc/uid/TP40006902-CH3-SW13) instead of the [device model name](http://developer.apple.com/iphone/library/documentation/uikit/reference/UI<a href="device.html">Device</a>_Class/Reference/UI<a href="device.html">Device</a>.html#//apple_ref/doc/uid/TP40006902-CH3-SW1).
+- Gets the [device's custom name](http://developer.apple.com/iphone/library/documentation/uikit/reference/UIDevice_Class/Reference/UIDevice.html#//apple_ref/doc/uid/TP40006902-CH3-SW13) instead of the [device model name](http://developer.apple.com/iphone/library/documentation/uikit/reference/UIDevice_Class/Reference/UIDevice.html#//apple_ref/doc/uid/TP40006902-CH3-SW1).
     - The custom name is set by the owner in iTunes.
     - e.g. "Joe's iPhone"
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/device/device.platform.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/device/device.platform.md b/www/docs/en/1.7.0/cordova/device/device.platform.md
index 9fb6b26..dc3f78a 100644
--- a/www/docs/en/1.7.0/cordova/device/device.platform.md
+++ b/www/docs/en/1.7.0/cordova/device/device.platform.md
@@ -34,7 +34,7 @@ Supported Platforms
 - Windows Phone 7 ( Mango )
 - Bada 1.2 & 2.x
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // Depending on the device, a few examples are:
@@ -45,31 +45,31 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
     //   - "WinCE"
     var devicePlatform = device.platform;
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="device.html">Device</a> Properties <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Device Properties Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.7.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="device.html">Device</a>Ready() {
+        function onDeviceReady() {
             var element = document.getElementById('deviceProperties');
     
-            element.innerHTML = '<a href="device.html">Device</a> Name: '     + <a href="device.name.html">device.name</a>     + '<br />' + 
-                                '<a href="device.html">Device</a> Cordova: '  + <a href="device.cordova.html">device.cordova</a>  + '<br />' + 
-                                '<a href="device.html">Device</a> Platform: ' + device.platform + '<br />' + 
-                                '<a href="device.html">Device</a> UUID: '     + <a href="device.uuid.html">device.uuid</a>     + '<br />' + 
-                                '<a href="device.html">Device</a> Version: '  + <a href="device.version.html">device.version</a>  + '<br />';
+            element.innerHTML = 'Device Name: '     + device.name     + '<br />' + 
+                                'Device Cordova: '  + device.cordova  + '<br />' + 
+                                'Device Platform: ' + device.platform + '<br />' + 
+                                'Device UUID: '     + device.uuid     + '<br />' + 
+                                'Device Version: '  + device.version  + '<br />';
         }
 
         </script>
@@ -87,7 +87,7 @@ The iPhone returns `iPhone` as the platform. The iPad returns `iPad` as the plat
 BlackBerry Quirks
 -----------------
 
-<a href="device.html">Device</a>s may return the device platform version instead of the platform name.  For example, the Storm2 9550 would return '2.13.0.95' or similar.
+Devices may return the device platform version instead of the platform name.  For example, the Storm2 9550 would return '2.13.0.95' or similar.
 
 Windows Phone 7 Quirks
 -----------------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/device/device.uuid.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/device/device.uuid.md b/www/docs/en/1.7.0/cordova/device/device.uuid.md
index 7d8ca4d..0d7e1dd 100644
--- a/www/docs/en/1.7.0/cordova/device/device.uuid.md
+++ b/www/docs/en/1.7.0/cordova/device/device.uuid.md
@@ -39,7 +39,7 @@ Supported Platforms
 - Windows Phone 7 ( Mango )
 - Bada 1.2 & 2.x
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // Android: Returns a random 64-bit integer (as a string, again!)
@@ -48,7 +48,7 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
     // BlackBerry: Returns the PIN number of the device
     //             This is a nine-digit unique integer (as a string, though!)
     //
-    // iPhone: (Paraphrased from the UI<a href="device.html">Device</a> Class documentation)
+    // iPhone: (Paraphrased from the UIDevice Class documentation)
     //         Returns a string of hash values created from multiple hardware identifies.
     //         It is guaranteed to be unique for every device and cannot be tied
     //         to the user account.
@@ -57,31 +57,31 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
     // 
     var deviceID = device.uuid;
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="device.html">Device</a> Properties <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Device Properties Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.7.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="device.html">Device</a>Ready() {
+        function onDeviceReady() {
             var element = document.getElementById('deviceProperties');
     
-            element.innerHTML = '<a href="device.html">Device</a> Name: '     + <a href="device.name.html">device.name</a>     + '<br />' + 
-                                '<a href="device.html">Device</a> Cordova: '  + <a href="device.cordova.html">device.cordova</a>  + '<br />' + 
-                                '<a href="device.html">Device</a> Platform: ' + <a href="device.platform.html">device.platform</a> + '<br />' + 
-                                '<a href="device.html">Device</a> UUID: '     + device.uuid     + '<br />' + 
-                                '<a href="device.html">Device</a> Version: '  + <a href="device.version.html">device.version</a>  + '<br />';
+            element.innerHTML = 'Device Name: '     + device.name     + '<br />' + 
+                                'Device Cordova: '  + device.cordova  + '<br />' + 
+                                'Device Platform: ' + device.platform + '<br />' + 
+                                'Device UUID: '     + device.uuid     + '<br />' + 
+                                'Device Version: '  + device.version  + '<br />';
         }
 
         </script>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/device/device.version.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/device/device.version.md b/www/docs/en/1.7.0/cordova/device/device.version.md
index d2a8850..388e7c9 100644
--- a/www/docs/en/1.7.0/cordova/device/device.version.md
+++ b/www/docs/en/1.7.0/cordova/device/device.version.md
@@ -34,7 +34,7 @@ Supported Platforms
 - Windows Phone 7 ( Mango )
 - Bada 1.2 & 2.x
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // Android:    Froyo OS would return "2.2"
@@ -48,31 +48,31 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
     // Windows Phone 7: returns current OS version number, ex. on Mango returns 7.10.7720
     var deviceVersion = device.version;
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="device.html">Device</a> Properties <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Device Properties Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.7.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="device.html">Device</a>Ready() {
+        function onDeviceReady() {
             var element = document.getElementById('deviceProperties');
         
-            element.innerHTML = '<a href="device.html">Device</a> Name: '     + <a href="device.name.html">device.name</a>     + '<br />' + 
-                                '<a href="device.html">Device</a> Cordova: '  + <a href="device.cordova.html">device.cordova</a>  + '<br />' + 
-                                '<a href="device.html">Device</a> Platform: ' + <a href="device.platform.html">device.platform</a> + '<br />' + 
-                                '<a href="device.html">Device</a> UUID: '     + <a href="device.uuid.html">device.uuid</a>     + '<br />' + 
-                                '<a href="device.html">Device</a> Version: '  + device.version  + '<br />';
+            element.innerHTML = 'Device Name: '     + device.name     + '<br />' + 
+                                'Device Cordova: '  + device.cordova  + '<br />' + 
+                                'Device Platform: ' + device.platform + '<br />' + 
+                                'Device UUID: '     + device.uuid     + '<br />' + 
+                                'Device Version: '  + device.version  + '<br />';
         }
 
         </script>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[19/51] [partial] docs commit: Reverting autolinking change because of inconsistencies.

Posted by db...@apache.org.
http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/media/capture/captureImage.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/media/capture/captureImage.md b/www/docs/en/1.6.1/cordova/media/capture/captureImage.md
index e6489c2..cb5a104 100644
--- a/www/docs/en/1.6.1/cordova/media/capture/captureImage.md
+++ b/www/docs/en/1.6.1/cordova/media/capture/captureImage.md
@@ -24,7 +24,7 @@ capture.captureImage
 > Start the camera application and return information about captured image file(s).
 
     navigator.device.capture.captureImage( 
-	    <a href="<a href="capture.html">Capture</a>CB.html"><a href="capture.html">Capture</a>CB</a> captureSuccess, <a href="capture.html">Capture</a>ErrorCB captureError, [<a href="capture.html">Capture</a>ImageOptions options]
+	    CaptureCB captureSuccess, CaptureErrorCB captureError, [CaptureImageOptions options]
 	);
 
 Description
@@ -32,9 +32,9 @@ Description
 
 This method starts an asynchronous operation to capture images using the device camera application.  The operation allows the device user to capture multiple images in a single session.
 
-The capture operation ends when either the user exits the camera application, or the maximum number of images, specified by the __limit__ parameter in <a href="capture.html">Capture</a>ImageOptions, has been reached.  If no value is provided for the __limit__ parameter, a default value of one (1) is used, and the capture operation will terminate after the user captures a single image.
+The capture operation ends when either the user exits the camera application, or the maximum number of images, specified by the __limit__ parameter in CaptureImageOptions, has been reached.  If no value is provided for the __limit__ parameter, a default value of one (1) is used, and the capture operation will terminate after the user captures a single image.
 
-When the capture operation is finished, it will invoke the <a href="<a href="capture.html">Capture</a>CB.html"><a href="capture.html">Capture</a>CB</a> callback with an array of <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a> objects describing each captured image file.  If the operation is terminated by the user before an image is captured, the <a href="capture.html">Capture</a>ErrorCB callback will be invoked with a <a href="capture.html">Capture</a>Error object with the <a href="capture.html">Capture</a>Error.`CAPTURE_NO_MEDIA_FILES` error code.
+When the capture operation is finished, it will invoke the CaptureCB callback with an array of MediaFile objects describing each captured image file.  If the operation is terminated by the user before an image is captured, the CaptureErrorCB callback will be invoked with a CaptureError object with the CaptureError.`CAPTURE_NO_MEDIA_FILES` error code.
 
 Supported Platforms
 -------------------
@@ -50,33 +50,33 @@ Windows Phone 7 Quirks
 Invoking the native camera application while your device is connected
 via Zune will not work, and the error callback will be triggered.
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // capture callback
-    var captureSuccess = function(media<a href="../../file/fileobj/fileobj.html">File</a>s) {
+    var captureSuccess = function(mediaFiles) {
         var i, path, len;
-        for (i = 0, len = media<a href="../../file/fileobj/fileobj.html">File</a>s.length; i < len; i += 1) {
-            path = media<a href="../../file/fileobj/fileobj.html">File</a>s[i].fullPath;
+        for (i = 0, len = mediaFiles.length; i < len; i += 1) {
+            path = mediaFiles[i].fullPath;
             // do something interesting with the file
         }
     };
 
     // capture error callback
     var captureError = function(error) {
-        navigator.<a href="../../notification/notification.alert.html">notification.alert</a>('Error code: ' + error.code, null, '<a href="capture.html">Capture</a> Error');
+        navigator.notification.alert('Error code: ' + error.code, null, 'Capture Error');
     };
 
     // start image capture
     navigator.device.capture.captureImage(captureSuccess, captureError, {limit:2});
 
-Full <a href="../../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="capture.html">Capture</a> Image</title>
+        <title>Capture Image</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.1.js"></script>
         <script type="text/javascript" charset="utf-8" src="json2.js"></script>
@@ -84,10 +84,10 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
 
         // Called when capture operation is finished
         //
-        function captureSuccess(media<a href="../../file/fileobj/fileobj.html">File</a>s) {
+        function captureSuccess(mediaFiles) {
             var i, len;
-            for (i = 0, len = media<a href="../../file/fileobj/fileobj.html">File</a>s.length; i < len; i += 1) {
-                upload<a href="../../file/fileobj/fileobj.html">File</a>(media<a href="../../file/fileobj/fileobj.html">File</a>s[i]);
+            for (i = 0, len = mediaFiles.length; i < len; i += 1) {
+                uploadFile(mediaFiles[i]);
             }	    
         }
 
@@ -95,7 +95,7 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
         // 
         function captureError(error) {
 	        var msg = 'An error occurred during capture: ' + error.code;
-            navigator.<a href="../../notification/notification.alert.html">notification.alert</a>(msg, null, 'Uh oh!');
+            navigator.notification.alert(msg, null, 'Uh oh!');
         }
 
         // A button will call this function
@@ -107,10 +107,10 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
         }
 
         // Upload files to server
-        function upload<a href="../../file/fileobj/fileobj.html">File</a>(media<a href="../../file/fileobj/fileobj.html">File</a>) {
-            var ft = new <a href="../../file/filetransfer/filetransfer.html"><a href="../../file/fileobj/fileobj.html">File</a>Transfer</a>(),
-                path = media<a href="../../file/fileobj/fileobj.html">File</a>.fullPath,
-                name = media<a href="../../file/fileobj/fileobj.html">File</a>.name;
+        function uploadFile(mediaFile) {
+            var ft = new FileTransfer(),
+                path = mediaFile.fullPath,
+                name = mediaFile.name;
 
             ft.upload(path,
                 "http://my.domain.com/upload.php",
@@ -127,7 +127,7 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
         </script>
         </head>
         <body>
-            <button onclick="captureImage();"><a href="capture.html">Capture</a> Image</button> <br>
+            <button onclick="captureImage();">Capture Image</button> <br>
         </body>
     </html>
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/media/capture/captureImageOptions.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/media/capture/captureImageOptions.md b/www/docs/en/1.6.1/cordova/media/capture/captureImageOptions.md
index a0891fe..b9f0333 100644
--- a/www/docs/en/1.6.1/cordova/media/capture/captureImageOptions.md
+++ b/www/docs/en/1.6.1/cordova/media/capture/captureImageOptions.md
@@ -18,7 +18,7 @@ license: >
     under the License.
 ---
 
-<a href="capture.html">Capture</a>ImageOptions
+CaptureImageOptions
 ===================
 
 > Encapsulates image capture configuration options.
@@ -29,13 +29,13 @@ Properties
 - __limit:__ The maximum number of images the device user can capture in a single capture operation.  The value must be greater than or equal to 1 (defaults to 1).
 - __mode:__ The selected image mode.  The value must match one of the elements in `capture.supportedImageModes`.
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // limit capture operation to 3 images
     var options = { limit: 3 };
 
-    navigator.device.<a href="captureImage.html">capture.captureImage</a>(captureSuccess, captureError, options);
+    navigator.device.capture.captureImage(captureSuccess, captureError, options);
 
 Android Quirks
 --------------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/media/capture/captureVideo.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/media/capture/captureVideo.md b/www/docs/en/1.6.1/cordova/media/capture/captureVideo.md
index b140322..0f55332 100644
--- a/www/docs/en/1.6.1/cordova/media/capture/captureVideo.md
+++ b/www/docs/en/1.6.1/cordova/media/capture/captureVideo.md
@@ -24,7 +24,7 @@ capture.captureVideo
 > Start the video recorder application and return information about captured video clip file(s).
 
     navigator.device.capture.captureVideo( 
-	    <a href="<a href="capture.html">Capture</a>CB.html"><a href="capture.html">Capture</a>CB</a> captureSuccess, <a href="capture.html">Capture</a>ErrorCB captureError, [<a href="capture.html">Capture</a>VideoOptions options]
+	    CaptureCB captureSuccess, CaptureErrorCB captureError, [CaptureVideoOptions options]
 	);
 
 Description
@@ -32,9 +32,9 @@ Description
 
 This method starts an asynchronous operation to capture video recordings using the device video recording application.  The operation allows the device user to capture multiple recordings in a single session.
 
-The capture operation ends when either the user exits the video recording application, or the maximum number of recordings, specified by the __limit__ parameter in <a href="capture.html">Capture</a>VideoOptions, has been reached.  If no value is provided for the __limit__ parameter, a default value of one (1) is used, and the capture operation will terminate after the user records a single video clip.
+The capture operation ends when either the user exits the video recording application, or the maximum number of recordings, specified by the __limit__ parameter in CaptureVideoOptions, has been reached.  If no value is provided for the __limit__ parameter, a default value of one (1) is used, and the capture operation will terminate after the user records a single video clip.
 
-When the capture operation is finished, it will invoke the <a href="<a href="capture.html">Capture</a>CB.html"><a href="capture.html">Capture</a>CB</a> callback with an array of <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a> objects describing each captured video clip file.  If the operation is terminated by the user before an video clip is captured, the <a href="capture.html">Capture</a>ErrorCB callback will be invoked with a <a href="capture.html">Capture</a>Error object with the <a href="capture.html">Capture</a>Error.`CAPTURE_NO_MEDIA_FILES` error code.
+When the capture operation is finished, it will invoke the CaptureCB callback with an array of MediaFile objects describing each captured video clip file.  If the operation is terminated by the user before an video clip is captured, the CaptureErrorCB callback will be invoked with a CaptureError object with the CaptureError.`CAPTURE_NO_MEDIA_FILES` error code.
 
 Supported Platforms
 -------------------
@@ -44,33 +44,33 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // capture callback
-    var captureSuccess = function(media<a href="../../file/fileobj/fileobj.html">File</a>s) {
+    var captureSuccess = function(mediaFiles) {
         var i, path, len;
-        for (i = 0, len = media<a href="../../file/fileobj/fileobj.html">File</a>s.length; i < len; i += 1) {
-            path = media<a href="../../file/fileobj/fileobj.html">File</a>s[i].fullPath;
+        for (i = 0, len = mediaFiles.length; i < len; i += 1) {
+            path = mediaFiles[i].fullPath;
             // do something interesting with the file
         }
     };
 
     // capture error callback
     var captureError = function(error) {
-        navigator.<a href="../../notification/notification.alert.html">notification.alert</a>('Error code: ' + error.code, null, '<a href="capture.html">Capture</a> Error');
+        navigator.notification.alert('Error code: ' + error.code, null, 'Capture Error');
     };
 
     // start video capture
     navigator.device.capture.captureVideo(captureSuccess, captureError, {limit:2});
 
-Full <a href="../../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="capture.html">Capture</a> Video</title>
+        <title>Capture Video</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.1.js"></script>
         <script type="text/javascript" charset="utf-8" src="json2.js"></script>
@@ -78,10 +78,10 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
 
         // Called when capture operation is finished
         //
-        function captureSuccess(media<a href="../../file/fileobj/fileobj.html">File</a>s) {
+        function captureSuccess(mediaFiles) {
             var i, len;
-            for (i = 0, len = media<a href="../../file/fileobj/fileobj.html">File</a>s.length; i < len; i += 1) {
-                upload<a href="../../file/fileobj/fileobj.html">File</a>(media<a href="../../file/fileobj/fileobj.html">File</a>s[i]);
+            for (i = 0, len = mediaFiles.length; i < len; i += 1) {
+                uploadFile(mediaFiles[i]);
             }	    
         }
 
@@ -89,7 +89,7 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
         // 
         function captureError(error) {
 	        var msg = 'An error occurred during capture: ' + error.code;
-            navigator.<a href="../../notification/notification.alert.html">notification.alert</a>(msg, null, 'Uh oh!');
+            navigator.notification.alert(msg, null, 'Uh oh!');
         }
 
         // A button will call this function
@@ -101,10 +101,10 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
         }
 
         // Upload files to server
-        function upload<a href="../../file/fileobj/fileobj.html">File</a>(media<a href="../../file/fileobj/fileobj.html">File</a>) {
-            var ft = new <a href="../../file/filetransfer/filetransfer.html"><a href="../../file/fileobj/fileobj.html">File</a>Transfer</a>(),
-                path = media<a href="../../file/fileobj/fileobj.html">File</a>.fullPath,
-                name = media<a href="../../file/fileobj/fileobj.html">File</a>.name;
+        function uploadFile(mediaFile) {
+            var ft = new FileTransfer(),
+                path = mediaFile.fullPath,
+                name = mediaFile.name;
 
             ft.upload(path,
                 "http://my.domain.com/upload.php",
@@ -121,11 +121,11 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
         </script>
         </head>
         <body>
-            <button onclick="captureVideo();"><a href="capture.html">Capture</a> Video</button> <br>
+            <button onclick="captureVideo();">Capture Video</button> <br>
         </body>
     </html>
 
 BlackBerry WebWorks Quirks
 --------------------------
 
-- Cordova for BlackBerry WebWorks attempts to launch the __Video Recorder__ application, provided by RIM, to capture the video recordings.  The developer will receive a <a href="capture.html">Capture</a>Error.`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/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/media/capture/captureVideoOptions.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/media/capture/captureVideoOptions.md b/www/docs/en/1.6.1/cordova/media/capture/captureVideoOptions.md
index 7b31d89..29667ad 100644
--- a/www/docs/en/1.6.1/cordova/media/capture/captureVideoOptions.md
+++ b/www/docs/en/1.6.1/cordova/media/capture/captureVideoOptions.md
@@ -18,7 +18,7 @@ license: >
     under the License.
 ---
 
-<a href="capture.html">Capture</a>VideoOptions
+CaptureVideoOptions
 ===================
 
 > Encapsulates video capture configuration options.
@@ -30,13 +30,13 @@ Properties
 - __duration:__ The maximum duration of a video clip, in seconds.
 - __mode:__ The selected video capture mode.  The value must match one of the elements in `capture.supportedVideoModes`.
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // limit capture operation to 3 video clips
     var options = { limit: 3 };
 
-    navigator.device.<a href="captureVideo.html">capture.captureVideo</a>(captureSuccess, captureError, options);
+    navigator.device.capture.captureVideo(captureSuccess, captureError, options);
 
 Android Quirks
 --------------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/media/media.getCurrentPosition.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/media/media.getCurrentPosition.md b/www/docs/en/1.6.1/cordova/media/media.getCurrentPosition.md
index 1317886..dce7086 100644
--- a/www/docs/en/1.6.1/cordova/media/media.getCurrentPosition.md
+++ b/www/docs/en/1.6.1/cordova/media/media.getCurrentPosition.md
@@ -18,23 +18,23 @@ license: >
     under the License.
 ---
 
-media.getCurrent<a href="../geolocation/Position/position.html">Position</a>
+media.getCurrentPosition
 ========================
 
 Returns the current position within an audio file.
 
-    media.getCurrent<a href="../geolocation/Position/position.html">Position</a>(mediaSuccess, [<a href="Parameters/mediaError.html">mediaError</a>]);
+    media.getCurrentPosition(mediaSuccess, [mediaError]);
 
 Parameters
 ----------
 
 - __mediaSuccess__: The callback that is called with the current position in seconds.
-- __<a href="Parameters/mediaError.html">mediaError</a>__: (Optional) The callback that is called if there was an error.
+- __mediaError__: (Optional) The callback that is called if there was an error.
 
 Description
 -----------
 
-Function `media.getCurrent<a href="../geolocation/Position/position.html">Position</a>` is an asynchronous function that returns the current position of the underlying audio file of a <a href="media.html">Media</a> object. Also updates the ___position__ parameter within the <a href="media.html">Media</a> object. 
+Function `media.getCurrentPosition` is an asynchronous function that returns the current position of the underlying audio file of a Media object. Also updates the ___position__ parameter within the Media object. 
 
 Supported Platforms
 -------------------
@@ -43,17 +43,17 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
     
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
         // Audio player
         //
-        var my_media = new <a href="media.html">Media</a>(src, onSuccess, onError);
+        var my_media = new Media(src, onSuccess, onError);
 
         // Update media position every second
         var mediaTimer = setInterval(function() {
             // get media position
-            my_media.getCurrent<a href="../geolocation/Position/position.html">Position</a>(
+            my_media.getCurrentPosition(
                 // success callback
                 function(position) {
                     if (position > -1) {
@@ -68,25 +68,25 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         }, 1000);
 
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
         <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
                       "http://www.w3.org/TR/html4/strict.dtd">
         <html>
           <head>
-            <title><a href="media.html">Media</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+            <title>Media Example</title>
         
             <script type="text/javascript" charset="utf-8" src="cordova-1.6.1.js"></script>
             <script type="text/javascript" charset="utf-8">
         
             // Wait for Cordova to load
             //
-            document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         
             // Cordova is ready
             //
-            function on<a href="../device/device.html">Device</a>Ready() {
+            function onDeviceReady() {
                 playAudio("http://audio.ibeat.org/content/p1rj1s/p1rj1s_-_rockGuitar.mp3");
             }
         
@@ -98,27 +98,27 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             // Play audio
             //
             function playAudio(src) {
-                // Create <a href="media.html">Media</a> object from src
-                my_media = new <a href="media.html">Media</a>(src, onSuccess, onError);
+                // Create Media object from src
+                my_media = new Media(src, onSuccess, onError);
         
                 // Play audio
-                my_<a href="media.play.html">media.play</a>();
+                my_media.play();
         
                 // Update my_media position every second
                 if (mediaTimer == null) {
                     mediaTimer = setInterval(function() {
                         // get my_media position
-                        my_media.getCurrent<a href="../geolocation/Position/position.html">Position</a>(
+                        my_media.getCurrentPosition(
                             // success callback
                             function(position) {
                                 if (position > -1) {
-                                    setAudio<a href="../geolocation/Position/position.html">Position</a>((position) + " sec");
+                                    setAudioPosition((position) + " sec");
                                 }
                             },
                             // error callback
                             function(e) {
                                 console.log("Error getting pos=" + e);
-                                setAudio<a href="../geolocation/Position/position.html">Position</a>("Error: " + e);
+                                setAudioPosition("Error: " + e);
                             }
                         );
                     }, 1000);
@@ -127,9 +127,9 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         
             // Pause audio
             // 
-            function <a href="../events/events.pause.html">pause</a>Audio() {
+            function pauseAudio() {
                 if (my_media) {
-                    my_media.<a href="../events/events.pause.html">pause</a>();
+                    my_media.pause();
                 }
             }
         
@@ -137,7 +137,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             // 
             function stopAudio() {
                 if (my_media) {
-                    my_<a href="media.stop.html">media.stop</a>();
+                    my_media.stop();
                 }
                 clearInterval(mediaTimer);
                 mediaTimer = null;
@@ -158,7 +158,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         
             // Set audio position
             // 
-            function setAudio<a href="../geolocation/Position/position.html">Position</a>(position) {
+            function setAudioPosition(position) {
                 document.getElementById('audio_position').innerHTML = position;
             }
         
@@ -166,7 +166,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
           </head>
           <body>
             <a href="#" class="btn large" onclick="playAudio('http://audio.ibeat.org/content/p1rj1s/p1rj1s_-_rockGuitar.mp3');">Play Audio</a>
-            <a href="#" class="btn large" onclick="<a href="../events/events.pause.html">pause</a>Audio();">Pause Playing Audio</a>
+            <a href="#" class="btn large" onclick="pauseAudio();">Pause Playing Audio</a>
             <a href="#" class="btn large" onclick="stopAudio();">Stop Playing Audio</a>
             <p id="audio_position"></p>
           </body>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/media/media.getDuration.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/media/media.getDuration.md b/www/docs/en/1.6.1/cordova/media/media.getDuration.md
index bc7231e..be06602 100644
--- a/www/docs/en/1.6.1/cordova/media/media.getDuration.md
+++ b/www/docs/en/1.6.1/cordova/media/media.getDuration.md
@@ -38,12 +38,12 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
     
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
         // Audio player
         //
-        var my_media = new <a href="media.html">Media</a>(src, onSuccess, onError);
+        var my_media = new Media(src, onSuccess, onError);
 
         // Get duration
         var counter = 0;
@@ -60,25 +60,25 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
        }, 100);
 
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
         <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
                               "http://www.w3.org/TR/html4/strict.dtd">
         <html>
           <head>
-            <title><a href="media.html">Media</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+            <title>Media Example</title>
         
             <script type="text/javascript" charset="utf-8" src="cordova-1.6.1.js"></script>
             <script type="text/javascript" charset="utf-8">
         
             // Wait for Cordova to load
             //
-            document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         
             // Cordova is ready
             //
-            function on<a href="../device/device.html">Device</a>Ready() {
+            function onDeviceReady() {
                 playAudio("http://audio.ibeat.org/content/p1rj1s/p1rj1s_-_rockGuitar.mp3");
             }
         
@@ -90,27 +90,27 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             // Play audio
             //
             function playAudio(src) {
-                // Create <a href="media.html">Media</a> object from src
-                my_media = new <a href="media.html">Media</a>(src, onSuccess, onError);
+                // Create Media object from src
+                my_media = new Media(src, onSuccess, onError);
         
                 // Play audio
-                my_<a href="media.play.html">media.play</a>();
+                my_media.play();
         
                 // Update my_media position every second
                 if (mediaTimer == null) {
                     mediaTimer = setInterval(function() {
                         // get my_media position
-                        my_media.getCurrent<a href="../geolocation/Position/position.html">Position</a>(
+                        my_media.getCurrentPosition(
                             // success callback
                             function(position) {
                                 if (position > -1) {
-                                    setAudio<a href="../geolocation/Position/position.html">Position</a>((position) + " sec");
+                                    setAudioPosition((position) + " sec");
                                 }
                             },
                             // error callback
                             function(e) {
                                 console.log("Error getting pos=" + e);
-                                setAudio<a href="../geolocation/Position/position.html">Position</a>("Error: " + e);
+                                setAudioPosition("Error: " + e);
                             }
                         );
                     }, 1000);
@@ -119,9 +119,9 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         
             // Pause audio
             // 
-            function <a href="../events/events.pause.html">pause</a>Audio() {
+            function pauseAudio() {
                 if (my_media) {
-                    my_media.<a href="../events/events.pause.html">pause</a>();
+                    my_media.pause();
                 }
             }
         
@@ -129,7 +129,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             // 
             function stopAudio() {
                 if (my_media) {
-                    my_<a href="media.stop.html">media.stop</a>();
+                    my_media.stop();
                 }
                 clearInterval(mediaTimer);
                 mediaTimer = null;
@@ -150,7 +150,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         
             // Set audio position
             // 
-            function setAudio<a href="../geolocation/Position/position.html">Position</a>(position) {
+            function setAudioPosition(position) {
                 document.getElementById('audio_position').innerHTML = position;
             }
         
@@ -158,7 +158,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
           </head>
           <body>
             <a href="#" class="btn large" onclick="playAudio('http://audio.ibeat.org/content/p1rj1s/p1rj1s_-_rockGuitar.mp3');">Play Audio</a>
-            <a href="#" class="btn large" onclick="<a href="../events/events.pause.html">pause</a>Audio();">Pause Playing Audio</a>
+            <a href="#" class="btn large" onclick="pauseAudio();">Pause Playing Audio</a>
             <a href="#" class="btn large" onclick="stopAudio();">Stop Playing Audio</a>
             <p id="audio_position"></p>
           </body>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/media/media.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/media/media.md b/www/docs/en/1.6.1/cordova/media/media.md
index 53c2c4c..1094fb8 100644
--- a/www/docs/en/1.6.1/cordova/media/media.md
+++ b/www/docs/en/1.6.1/cordova/media/media.md
@@ -23,7 +23,7 @@ Media
 
 > The `Media` object provides the ability to record and play back audio files on a device. 
 
-    var media = new Media(src, mediaSuccess, [<a href="Parameters/mediaError.html">mediaError</a>], [mediaStatus]);
+    var media = new Media(src, mediaSuccess, [mediaError], [mediaStatus]);
 
 
 Note: The current implementation does not adhere to a W3C specification for media capture, and is provided for convenience only.  A future implementation will adhere to the latest W3C specification and may deprecate the current APIs.
@@ -33,26 +33,26 @@ Parameters
 
 - __src__: A URI containing the audio content. _(DOMString)_
 - __mediaSuccess__: (Optional) The callback that is invoked after a Media object has completed the current play/record or stop action. _(Function)_
-- __<a href="Parameters/mediaError.html">mediaError</a>__: (Optional) The callback that is invoked if there was an error. _(Function)_
+- __mediaError__: (Optional) The callback that is invoked if there was an error. _(Function)_
 - __mediaStatus__: (Optional) The callback that is invoked to indicate status changes. _(Function)_
 
 Methods
 -------
 
-- media.getCurrent<a href="../geolocation/Position/position.html">Position</a>: Returns the current position within an audio file.
-- <a href="media.getDuration.html">media.getDuration</a>: Returns the duration of an audio file.
-- <a href="media.play.html">media.play</a>: Start or <a href="../events/events.resume.html">resume</a> playing audio file.
-- media.<a href="../events/events.pause.html">pause</a>: Pause playing audio file.
-- <a href="media.release.html">media.release</a>: Releases the underlying OS'es audio resources.
-- <a href="media.seekTo.html">media.seekTo</a>: Moves the position within the audio file.
-- <a href="media.startRecord.html">media.startRecord</a>: Start recording audio file.
-- <a href="media.stop.html">media.stop</a>Record: Stop recording audio file.
-- <a href="media.stop.html">media.stop</a>: Stop playing audio file.
+- media.getCurrentPosition: Returns the current position within an audio file.
+- media.getDuration: Returns the duration of an audio file.
+- media.play: Start or resume playing audio file.
+- media.pause: Pause playing audio file.
+- media.release: Releases the underlying OS'es audio resources.
+- media.seekTo: Moves the position within the audio file.
+- media.startRecord: Start recording audio file.
+- media.stopRecord: Stop recording audio file.
+- media.stop: Stop playing audio file.
 
 Additional ReadOnly Parameters
 ---------------------
 
-- ___position__: The position within the audio playback in seconds.  Not automatically updated during play, call getCurrent<a href="../geolocation/Position/position.html">Position</a> to update.
+- ___position__: The position within the audio playback in seconds.  Not automatically updated during play, call getCurrentPosition to update.
 - ___duration__: The duration of the media in seconds.
 
 Supported Platforms

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/media/media.pause.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/media/media.pause.md b/www/docs/en/1.6.1/cordova/media/media.pause.md
index 721c8f1..3db5d37 100644
--- a/www/docs/en/1.6.1/cordova/media/media.pause.md
+++ b/www/docs/en/1.6.1/cordova/media/media.pause.md
@@ -18,18 +18,18 @@ license: >
     under the License.
 ---
 
-media.<a href="../events/events.pause.html">pause</a>
+media.pause
 ===========
 
 Pauses playing an audio file.
 
-    media.<a href="../events/events.pause.html">pause</a>();
+    media.pause();
 
 
 Description
 -----------
 
-Function `media.<a href="../events/events.pause.html">pause</a>` is a synchronous function that <a href="../events/events.pause.html">pause</a>s playing an audio file.
+Function `media.pause` is a synchronous function that pauses playing an audio file.
 
 Supported Platforms
 -------------------
@@ -38,14 +38,14 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
     
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // Play audio
     //
     function playAudio(url) {
         // Play the audio file at url
-        var my_media = new <a href="media.html">Media</a>(url,
+        var my_media = new Media(url,
             // success callback
             function() {
                 console.log("playAudio():Audio Success");
@@ -56,34 +56,34 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         });
 
         // Play audio
-        my_<a href="media.play.html">media.play</a>();
+        my_media.play();
 
         // Pause after 10 seconds
         setTimeout(function() {
-            media.<a href="../events/events.pause.html">pause</a>();
+            media.pause();
         }, 10000);        
     }
 
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
         <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
                               "http://www.w3.org/TR/html4/strict.dtd">
         <html>
           <head>
-            <title><a href="media.html">Media</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+            <title>Media Example</title>
         
             <script type="text/javascript" charset="utf-8" src="cordova-1.6.1.js"></script>
             <script type="text/javascript" charset="utf-8">
         
             // Wait for Cordova to load
             //
-            document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         
             // Cordova is ready
             //
-            function on<a href="../device/device.html">Device</a>Ready() {
+            function onDeviceReady() {
                 playAudio("http://audio.ibeat.org/content/p1rj1s/p1rj1s_-_rockGuitar.mp3");
             }
         
@@ -95,27 +95,27 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             // Play audio
             //
             function playAudio(src) {
-                // Create <a href="media.html">Media</a> object from src
-                my_media = new <a href="media.html">Media</a>(src, onSuccess, onError);
+                // Create Media object from src
+                my_media = new Media(src, onSuccess, onError);
         
                 // Play audio
-                my_<a href="media.play.html">media.play</a>();
+                my_media.play();
         
                 // Update my_media position every second
                 if (mediaTimer == null) {
                     mediaTimer = setInterval(function() {
                         // get my_media position
-                        my_media.getCurrent<a href="../geolocation/Position/position.html">Position</a>(
+                        my_media.getCurrentPosition(
                             // success callback
                             function(position) {
                                 if (position > -1) {
-                                    setAudio<a href="../geolocation/Position/position.html">Position</a>((position) + " sec");
+                                    setAudioPosition((position) + " sec");
                                 }
                             },
                             // error callback
                             function(e) {
                                 console.log("Error getting pos=" + e);
-                                setAudio<a href="../geolocation/Position/position.html">Position</a>("Error: " + e);
+                                setAudioPosition("Error: " + e);
                             }
                         );
                     }, 1000);
@@ -124,9 +124,9 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         
             // Pause audio
             // 
-            function <a href="../events/events.pause.html">pause</a>Audio() {
+            function pauseAudio() {
                 if (my_media) {
-                    my_media.<a href="../events/events.pause.html">pause</a>();
+                    my_media.pause();
                 }
             }
         
@@ -134,7 +134,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             // 
             function stopAudio() {
                 if (my_media) {
-                    my_<a href="media.stop.html">media.stop</a>();
+                    my_media.stop();
                 }
                 clearInterval(mediaTimer);
                 mediaTimer = null;
@@ -155,7 +155,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         
             // Set audio position
             // 
-            function setAudio<a href="../geolocation/Position/position.html">Position</a>(position) {
+            function setAudioPosition(position) {
                 document.getElementById('audio_position').innerHTML = position;
             }
         
@@ -163,7 +163,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
           </head>
           <body>
             <a href="#" class="btn large" onclick="playAudio('http://audio.ibeat.org/content/p1rj1s/p1rj1s_-_rockGuitar.mp3');">Play Audio</a>
-            <a href="#" class="btn large" onclick="<a href="../events/events.pause.html">pause</a>Audio();">Pause Playing Audio</a>
+            <a href="#" class="btn large" onclick="pauseAudio();">Pause Playing Audio</a>
             <a href="#" class="btn large" onclick="stopAudio();">Stop Playing Audio</a>
             <p id="audio_position"></p>
           </body>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/media/media.play.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/media/media.play.md b/www/docs/en/1.6.1/cordova/media/media.play.md
index 763ee64..8869ef9 100644
--- a/www/docs/en/1.6.1/cordova/media/media.play.md
+++ b/www/docs/en/1.6.1/cordova/media/media.play.md
@@ -21,7 +21,7 @@ license: >
 media.play
 ==========
 
-Starts or <a href="../events/events.resume.html">resume</a>s playing an audio file.
+Starts or resumes playing an audio file.
 
     media.play();
 
@@ -29,7 +29,7 @@ Starts or <a href="../events/events.resume.html">resume</a>s playing an audio fi
 Description
 -----------
 
-Function `media.play` is a synchronous function that starts or <a href="../events/events.resume.html">resume</a>s playing an audio file.
+Function `media.play` is a synchronous function that starts or resumes playing an audio file.
 
 Supported Platforms
 -------------------
@@ -38,14 +38,14 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
     
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // Play audio
     //
     function playAudio(url) {
         // Play the audio file at url
-        var my_media = new <a href="media.html">Media</a>(url,
+        var my_media = new Media(url,
             // success callback
             function() {
                 console.log("playAudio():Audio Success");
@@ -60,25 +60,25 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
     }
 
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
         <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
                               "http://www.w3.org/TR/html4/strict.dtd">
         <html>
           <head>
-            <title><a href="media.html">Media</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+            <title>Media Example</title>
         
             <script type="text/javascript" charset="utf-8" src="cordova-1.6.1.js"></script>
             <script type="text/javascript" charset="utf-8">
         
             // Wait for Cordova to load
             //
-            document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         
             // Cordova is ready
             //
-            function on<a href="../device/device.html">Device</a>Ready() {
+            function onDeviceReady() {
                 playAudio("http://audio.ibeat.org/content/p1rj1s/p1rj1s_-_rockGuitar.mp3");
             }
         
@@ -91,8 +91,8 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             //
             function playAudio(src) {
             	if (my_media == null) {
-                	// Create <a href="media.html">Media</a> object from src
-                	my_media = new <a href="media.html">Media</a>(src, onSuccess, onError);
+                	// Create Media object from src
+                	my_media = new Media(src, onSuccess, onError);
             	} // else play current audio
                 // Play audio
                 my_media.play();
@@ -101,17 +101,17 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
                 if (mediaTimer == null) {
                     mediaTimer = setInterval(function() {
                         // get my_media position
-                        my_media.getCurrent<a href="../geolocation/Position/position.html">Position</a>(
+                        my_media.getCurrentPosition(
                             // success callback
                             function(position) {
                                 if (position > -1) {
-                                    setAudio<a href="../geolocation/Position/position.html">Position</a>((position) + " sec");
+                                    setAudioPosition((position) + " sec");
                                 }
                             },
                             // error callback
                             function(e) {
                                 console.log("Error getting pos=" + e);
-                                setAudio<a href="../geolocation/Position/position.html">Position</a>("Error: " + e);
+                                setAudioPosition("Error: " + e);
                             }
                         );
                     }, 1000);
@@ -120,9 +120,9 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         
             // Pause audio
             // 
-            function <a href="../events/events.pause.html">pause</a>Audio() {
+            function pauseAudio() {
                 if (my_media) {
-                    my_media.<a href="../events/events.pause.html">pause</a>();
+                    my_media.pause();
                 }
             }
         
@@ -130,7 +130,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             // 
             function stopAudio() {
                 if (my_media) {
-                    my_<a href="media.stop.html">media.stop</a>();
+                    my_media.stop();
                 }
                 clearInterval(mediaTimer);
                 mediaTimer = null;
@@ -151,7 +151,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         
             // Set audio position
             // 
-            function setAudio<a href="../geolocation/Position/position.html">Position</a>(position) {
+            function setAudioPosition(position) {
                 document.getElementById('audio_position').innerHTML = position;
             }
         
@@ -159,7 +159,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
           </head>
           <body>
             <a href="#" class="btn large" onclick="playAudio('http://audio.ibeat.org/content/p1rj1s/p1rj1s_-_rockGuitar.mp3');">Play Audio</a>
-            <a href="#" class="btn large" onclick="<a href="../events/events.pause.html">pause</a>Audio();">Pause Playing Audio</a>
+            <a href="#" class="btn large" onclick="pauseAudio();">Pause Playing Audio</a>
             <a href="#" class="btn large" onclick="stopAudio();">Stop Playing Audio</a>
             <p id="audio_position"></p>
           </body>
@@ -172,5 +172,5 @@ iOS Quirk
  
     Pass in this option to the **play** method to specify the number of times you want the media file to play. e.g:
     
-        var my<a href="media.html">Media</a> = new <a href="media.html">Media</a>("http://audio.ibeat.org/content/p1rj1s/p1rj1s_-_rockGuitar.mp3")
-        my<a href="media.html">Media</a>.play({ numberOfLoops: 2 })
+        var myMedia = new Media("http://audio.ibeat.org/content/p1rj1s/p1rj1s_-_rockGuitar.mp3")
+        myMedia.play({ numberOfLoops: 2 })

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/media/media.release.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/media/media.release.md b/www/docs/en/1.6.1/cordova/media/media.release.md
index e0205fe..8feb5ff 100644
--- a/www/docs/en/1.6.1/cordova/media/media.release.md
+++ b/www/docs/en/1.6.1/cordova/media/media.release.md
@@ -29,7 +29,7 @@ Releases the underlying operating systems audio resources.
 Description
 -----------
 
-Function `media.release` is a synchronous function that releases the underlying operating systems audio resources.  This function is particularly important for Android as there are a finite amount of OpenCore instances for media playback.  Developers should call the 'release' function when they no longer need the <a href="media.html">Media</a> resource.
+Function `media.release` is a synchronous function that releases the underlying operating systems audio resources.  This function is particularly important for Android as there are a finite amount of OpenCore instances for media playback.  Developers should call the 'release' function when they no longer need the Media resource.
 
 Supported Platforms
 -------------------
@@ -38,36 +38,36 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
     
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
         // Audio player
         //
-        var my_media = new <a href="media.html">Media</a>(src, onSuccess, onError);
+        var my_media = new Media(src, onSuccess, onError);
         
-        my_<a href="media.play.html">media.play</a>();
-        my_<a href="media.stop.html">media.stop</a>();
+        my_media.play();
+        my_media.stop();
         my_media.release();
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
         <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
                               "http://www.w3.org/TR/html4/strict.dtd">
         <html>
           <head>
-            <title><a href="media.html">Media</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+            <title>Media Example</title>
         
             <script type="text/javascript" charset="utf-8" src="cordova-1.6.1.js"></script>
             <script type="text/javascript" charset="utf-8">
         
             // Wait for Cordova to load
             //
-            document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         
             // Cordova is ready
             //
-            function on<a href="../device/device.html">Device</a>Ready() {
+            function onDeviceReady() {
                 playAudio("http://audio.ibeat.org/content/p1rj1s/p1rj1s_-_rockGuitar.mp3");
             }
         
@@ -79,27 +79,27 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             // Play audio
             //
             function playAudio(src) {
-                // Create <a href="media.html">Media</a> object from src
-                my_media = new <a href="media.html">Media</a>(src, onSuccess, onError);
+                // Create Media object from src
+                my_media = new Media(src, onSuccess, onError);
         
                 // Play audio
-                my_<a href="media.play.html">media.play</a>();
+                my_media.play();
         
                 // Update my_media position every second
                 if (mediaTimer == null) {
                     mediaTimer = setInterval(function() {
                         // get my_media position
-                        my_media.getCurrent<a href="../geolocation/Position/position.html">Position</a>(
+                        my_media.getCurrentPosition(
                             // success callback
                             function(position) {
                                 if (position > -1) {
-                                    setAudio<a href="../geolocation/Position/position.html">Position</a>((position) + " sec");
+                                    setAudioPosition((position) + " sec");
                                 }
                             },
                             // error callback
                             function(e) {
                                 console.log("Error getting pos=" + e);
-                                setAudio<a href="../geolocation/Position/position.html">Position</a>("Error: " + e);
+                                setAudioPosition("Error: " + e);
                             }
                         );
                     }, 1000);
@@ -108,9 +108,9 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         
             // Pause audio
             // 
-            function <a href="../events/events.pause.html">pause</a>Audio() {
+            function pauseAudio() {
                 if (my_media) {
-                    my_media.<a href="../events/events.pause.html">pause</a>();
+                    my_media.pause();
                 }
             }
         
@@ -118,7 +118,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             // 
             function stopAudio() {
                 if (my_media) {
-                    my_<a href="media.stop.html">media.stop</a>();
+                    my_media.stop();
                 }
                 clearInterval(mediaTimer);
                 mediaTimer = null;
@@ -139,7 +139,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         
             // Set audio position
             // 
-            function setAudio<a href="../geolocation/Position/position.html">Position</a>(position) {
+            function setAudioPosition(position) {
                 document.getElementById('audio_position').innerHTML = position;
             }
         
@@ -147,7 +147,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
           </head>
           <body>
             <a href="#" class="btn large" onclick="playAudio('http://audio.ibeat.org/content/p1rj1s/p1rj1s_-_rockGuitar.mp3');">Play Audio</a>
-            <a href="#" class="btn large" onclick="<a href="../events/events.pause.html">pause</a>Audio();">Pause Playing Audio</a>
+            <a href="#" class="btn large" onclick="pauseAudio();">Pause Playing Audio</a>
             <a href="#" class="btn large" onclick="stopAudio();">Stop Playing Audio</a>
             <p id="audio_position"></p>
           </body>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/media/media.seekTo.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/media/media.seekTo.md b/www/docs/en/1.6.1/cordova/media/media.seekTo.md
index 2d7ab60..88fb0bc 100644
--- a/www/docs/en/1.6.1/cordova/media/media.seekTo.md
+++ b/www/docs/en/1.6.1/cordova/media/media.seekTo.md
@@ -34,7 +34,7 @@ Parameters
 Description
 -----------
 
-Function `media.seekTo` is an asynchronous function that updates the current position of the underlying audio file of a <a href="media.html">Media</a> object. Also updates the ___position__ parameter within the <a href="media.html">Media</a> object. 
+Function `media.seekTo` is an asynchronous function that updates the current position of the underlying audio file of a Media object. Also updates the ___position__ parameter within the Media object. 
 
 Supported Platforms
 -------------------
@@ -43,38 +43,38 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
     
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
         // Audio player
         //
-        var my_media = new <a href="media.html">Media</a>(src, onSuccess, onError);
-		my_<a href="media.play.html">media.play</a>();
+        var my_media = new Media(src, onSuccess, onError);
+		my_media.play();
         // SeekTo to 10 seconds after 5 seconds
         setTimeout(function() {
             my_media.seekTo(10000);
         }, 5000);
 
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
         <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
                       "http://www.w3.org/TR/html4/strict.dtd">
         <html>
           <head>
-            <title><a href="media.html">Media</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+            <title>Media Example</title>
         
             <script type="text/javascript" charset="utf-8" src="cordova-1.6.1.js"></script>
             <script type="text/javascript" charset="utf-8">
         
             // Wait for Cordova to load
             //
-            document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         
             // Cordova is ready
             //
-            function on<a href="../device/device.html">Device</a>Ready() {
+            function onDeviceReady() {
                 playAudio("http://audio.ibeat.org/content/p1rj1s/p1rj1s_-_rockGuitar.mp3");
             }
         
@@ -86,19 +86,19 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             // Play audio
             //
             function playAudio(src) {
-                // Create <a href="media.html">Media</a> object from src
-                my_media = new <a href="media.html">Media</a>(src, onSuccess, onError);
+                // Create Media object from src
+                my_media = new Media(src, onSuccess, onError);
         
                 // Play audio
-                my_<a href="media.play.html">media.play</a>();
+                my_media.play();
                 // Update media position every second
         		mediaTimer = setInterval(function() {
             		// get media position
-           			my_media.getCurrent<a href="../geolocation/Position/position.html">Position</a>(
+           			my_media.getCurrentPosition(
                 		// success callback
                 		function(position) {
                     		if (position > -1) {
-                        		setAudio<a href="../geolocation/Position/position.html">Position</a>(position + " sec");
+                        		setAudioPosition(position + " sec");
                     		}
                 		},
                 		// error callback
@@ -117,7 +117,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             // 
             function stopAudio() {
                 if (my_media) {
-                    my_<a href="media.stop.html">media.stop</a>();
+                    my_media.stop();
                 }
                 clearInterval(mediaTimer);
                 mediaTimer = null;
@@ -138,7 +138,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         
             // Set audio position
             // 
-            function setAudio<a href="../geolocation/Position/position.html">Position</a>(position) {
+            function setAudioPosition(position) {
                 document.getElementById('audio_position').innerHTML = position;
             }
         

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/media/media.startRecord.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/media/media.startRecord.md b/www/docs/en/1.6.1/cordova/media/media.startRecord.md
index feae344..4d7c439 100644
--- a/www/docs/en/1.6.1/cordova/media/media.startRecord.md
+++ b/www/docs/en/1.6.1/cordova/media/media.startRecord.md
@@ -38,14 +38,14 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
     
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // Record audio
     // 
     function recordAudio() {
         var src = "myrecording.mp3";
-        var mediaRec = new <a href="media.html">Media</a>(src,
+        var mediaRec = new Media(src,
             // success callback
             function() {
                 console.log("recordAudio():Audio Success");
@@ -61,26 +61,26 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
     }
 
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../device/device.html">Device</a> Properties <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Device Properties Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Record audio
         // 
         function recordAudio() {
             var src = "myrecording.mp3";
-            var mediaRec = new <a href="media.html">Media</a>(src, onSuccess, onError);
+            var mediaRec = new Media(src, onSuccess, onError);
 
             // Record audio
             mediaRec.startRecord();
@@ -89,7 +89,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             var recTime = 0;
             var recInterval = setInterval(function() {
                 recTime = recTime + 1;
-                setAudio<a href="../geolocation/Position/position.html">Position</a>(recTime + " sec");
+                setAudioPosition(recTime + " sec");
                 if (recTime >= 10) {
                     clearInterval(recInterval);
                     mediaRec.stopRecord();
@@ -99,7 +99,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
 
         // Cordova is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             recordAudio();
         }
     
@@ -118,7 +118,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
 
         // Set audio position
         // 
-        function setAudio<a href="../geolocation/Position/position.html">Position</a>(position) {
+        function setAudioPosition(position) {
             document.getElementById('audio_position').innerHTML = position;
         }
 
@@ -134,4 +134,4 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
 iOS Quirks
 ----------
 
-- The file to record to must already exist and should be of type .wav. The <a href="../file/fileobj/fileobj.html">File</a> API's can be used to create the file.
+- The file to record to must already exist and should be of type .wav. The File API's can be used to create the file.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/media/media.stop.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/media/media.stop.md b/www/docs/en/1.6.1/cordova/media/media.stop.md
index baa41ea..32d0600 100644
--- a/www/docs/en/1.6.1/cordova/media/media.stop.md
+++ b/www/docs/en/1.6.1/cordova/media/media.stop.md
@@ -38,14 +38,14 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
     
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // Play audio
     //
     function playAudio(url) {
         // Play the audio file at url
-        var my_media = new <a href="media.html">Media</a>(url,
+        var my_media = new Media(url,
             // success callback
             function() {
                 console.log("playAudio():Audio Success");
@@ -56,7 +56,7 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         });
 
         // Play audio
-        my_<a href="media.play.html">media.play</a>();
+        my_media.play();
 
         // Pause after 10 seconds
         setTimeout(function() {
@@ -64,25 +64,25 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         }, 10000);        
     }
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
         <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
                               "http://www.w3.org/TR/html4/strict.dtd">
         <html>
           <head>
-            <title><a href="media.html">Media</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+            <title>Media Example</title>
         
             <script type="text/javascript" charset="utf-8" src="cordova-1.6.1.js"></script>
             <script type="text/javascript" charset="utf-8">
         
             // Wait for Cordova to load
             //
-            document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         
             // Cordova is ready
             //
-            function on<a href="../device/device.html">Device</a>Ready() {
+            function onDeviceReady() {
                 playAudio("http://audio.ibeat.org/content/p1rj1s/p1rj1s_-_rockGuitar.mp3");
             }
         
@@ -94,27 +94,27 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             // Play audio
             //
             function playAudio(src) {
-                // Create <a href="media.html">Media</a> object from src
-                my_media = new <a href="media.html">Media</a>(src, onSuccess, onError);
+                // Create Media object from src
+                my_media = new Media(src, onSuccess, onError);
         
                 // Play audio
-                my_<a href="media.play.html">media.play</a>();
+                my_media.play();
         
                 // Update my_media position every second
                 if (mediaTimer == null) {
                     mediaTimer = setInterval(function() {
                         // get my_media position
-                        my_media.getCurrent<a href="../geolocation/Position/position.html">Position</a>(
+                        my_media.getCurrentPosition(
                             // success callback
                             function(position) {
                                 if (position > -1) {
-                                    setAudio<a href="../geolocation/Position/position.html">Position</a>((position) + " sec");
+                                    setAudioPosition((position) + " sec");
                                 }
                             },
                             // error callback
                             function(e) {
                                 console.log("Error getting pos=" + e);
-                                setAudio<a href="../geolocation/Position/position.html">Position</a>("Error: " + e);
+                                setAudioPosition("Error: " + e);
                             }
                         );
                     }, 1000);
@@ -123,9 +123,9 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         
             // Pause audio
             // 
-            function <a href="../events/events.pause.html">pause</a>Audio() {
+            function pauseAudio() {
                 if (my_media) {
-                    my_media.<a href="../events/events.pause.html">pause</a>();
+                    my_media.pause();
                 }
             }
         
@@ -154,7 +154,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         
             // Set audio position
             // 
-            function setAudio<a href="../geolocation/Position/position.html">Position</a>(position) {
+            function setAudioPosition(position) {
                 document.getElementById('audio_position').innerHTML = position;
             }
         
@@ -162,7 +162,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
           </head>
           <body>
             <a href="#" class="btn large" onclick="playAudio('http://audio.ibeat.org/content/p1rj1s/p1rj1s_-_rockGuitar.mp3');">Play Audio</a>
-            <a href="#" class="btn large" onclick="<a href="../events/events.pause.html">pause</a>Audio();">Pause Playing Audio</a>
+            <a href="#" class="btn large" onclick="pauseAudio();">Pause Playing Audio</a>
             <a href="#" class="btn large" onclick="stopAudio();">Stop Playing Audio</a>
             <p id="audio_position"></p>
           </body>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/media/media.stopRecord.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/media/media.stopRecord.md b/www/docs/en/1.6.1/cordova/media/media.stopRecord.md
index 6cd2dff..4a45abb 100644
--- a/www/docs/en/1.6.1/cordova/media/media.stopRecord.md
+++ b/www/docs/en/1.6.1/cordova/media/media.stopRecord.md
@@ -18,18 +18,18 @@ license: >
     under the License.
 ---
 
-<a href="media.stop.html">media.stop</a>Record
+media.stopRecord
 ================
 
 Stops recording an audio file.
 
-    <a href="media.stop.html">media.stop</a>Record();
+    media.stopRecord();
 
 
 Description
 -----------
 
-Function `<a href="media.stop.html">media.stop</a>Record` is a synchronous function that stops recording an audio file.
+Function `media.stopRecord` is a synchronous function that stops recording an audio file.
 
 Supported Platforms
 -------------------
@@ -38,14 +38,14 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
     
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // Record audio
     // 
     function recordAudio() {
         var src = "myrecording.mp3";
-        var mediaRec = new <a href="media.html">Media</a>(src,
+        var mediaRec = new Media(src,
             // success callback
             function() {
                 console.log("recordAudio():Audio Success");
@@ -66,26 +66,26 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
     }
 
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../device/device.html">Device</a> Properties <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Device Properties Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Record audio
         // 
         function recordAudio() {
             var src = "myrecording.mp3";
-            var mediaRec = new <a href="media.html">Media</a>(src, onSuccess, onError);
+            var mediaRec = new Media(src, onSuccess, onError);
 
             // Record audio
             mediaRec.startRecord();
@@ -94,7 +94,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             var recTime = 0;
             var recInterval = setInterval(function() {
                 recTime = recTime + 1;
-                setAudio<a href="../geolocation/Position/position.html">Position</a>(recTime + " sec");
+                setAudioPosition(recTime + " sec");
                 if (recTime >= 10) {
                     clearInterval(recInterval);
                     mediaRec.stopRecord();
@@ -104,7 +104,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
 
         // Cordova is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             recordAudio();
         }
     
@@ -123,7 +123,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
 
         // Set audio position
         // 
-        function setAudio<a href="../geolocation/Position/position.html">Position</a>(position) {
+        function setAudioPosition(position) {
             document.getElementById('audio_position').innerHTML = position;
         }
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/notification/notification.alert.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/notification/notification.alert.md b/www/docs/en/1.6.1/cordova/notification/notification.alert.md
index cc612e6..e2343b8 100644
--- a/www/docs/en/1.6.1/cordova/notification/notification.alert.md
+++ b/www/docs/en/1.6.1/cordova/notification/notification.alert.md
@@ -43,7 +43,7 @@ Supported Platforms
 - iPhone
 - Windows Phone 7 ( Mango )
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // Android / BlackBerry WebWorks (OS 5.0 and higher) / iPhone
@@ -59,24 +59,24 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         'Done'                  // buttonName
     );
         
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="notification.html">Notification</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Notification Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             // Empty
         }
     

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/notification/notification.beep.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/notification/notification.beep.md b/www/docs/en/1.6.1/cordova/notification/notification.beep.md
index b6350b7..41cfd5f 100644
--- a/www/docs/en/1.6.1/cordova/notification/notification.beep.md
+++ b/www/docs/en/1.6.1/cordova/notification/notification.beep.md
@@ -35,37 +35,37 @@ Supported Platforms
 - iPhone
 - Windows Phone 7 ( Mango )
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // Beep twice!
     navigator.notification.beep(2);
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="notification.html">Notification</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Notification Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             // Empty
         }
 
         // Show a custom alert
         //
         function showAlert() {
-		    navigator.<a href="notification.alert.html">notification.alert</a>(
+		    navigator.notification.alert(
 		        'You are the winner!',  // message
 		        'Game Over',            // title
 		        'Done'                  // buttonName
@@ -81,7 +81,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         // Vibrate for 2 seconds
         //
         function vibrate() {
-            navigator.<a href="notification.vibrate.html">notification.vibrate</a>(2000);
+            navigator.notification.vibrate(2000);
         }
 
         </script>
@@ -96,7 +96,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
 Android Quirks
 --------------
 
-- Android plays the default "<a href="notification.html">Notification</a> ringtone" specified under the "Settings/Sound & Display" panel.
+- Android plays the default "Notification ringtone" specified under the "Settings/Sound & Display" panel.
 
 iPhone Quirks
 -------------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/notification/notification.confirm.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/notification/notification.confirm.md b/www/docs/en/1.6.1/cordova/notification/notification.confirm.md
index aa14f88..349946d 100644
--- a/www/docs/en/1.6.1/cordova/notification/notification.confirm.md
+++ b/www/docs/en/1.6.1/cordova/notification/notification.confirm.md
@@ -43,7 +43,7 @@ Supported Platforms
 - iPhone
 - Windows Phone 7 ( Mango )
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
 	// process the confirmation dialog result
@@ -62,24 +62,24 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         );
     }
         
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="notification.html">Notification</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Notification Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             // Empty
         }
     

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/notification/notification.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/notification/notification.md b/www/docs/en/1.6.1/cordova/notification/notification.md
index 5a0efa2..f337c57 100644
--- a/www/docs/en/1.6.1/cordova/notification/notification.md
+++ b/www/docs/en/1.6.1/cordova/notification/notification.md
@@ -26,7 +26,7 @@ Notification
 Methods
 -------
 
-- <a href="notification.alert.html">notification.alert</a>
-- <a href="notification.confirm.html">notification.confirm</a>
-- <a href="notification.beep.html">notification.beep</a>
-- <a href="notification.vibrate.html">notification.vibrate</a>
\ No newline at end of file
+- notification.alert
+- notification.confirm
+- notification.beep
+- notification.vibrate
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/notification/notification.vibrate.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/notification/notification.vibrate.md b/www/docs/en/1.6.1/cordova/notification/notification.vibrate.md
index c54fd47..e27cc8b 100644
--- a/www/docs/en/1.6.1/cordova/notification/notification.vibrate.md
+++ b/www/docs/en/1.6.1/cordova/notification/notification.vibrate.md
@@ -35,38 +35,38 @@ Supported Platforms
 - iPhone
 - Windows Phone 7
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // Vibrate for 2.5 seconds
     //
     navigator.notification.vibrate(2500);
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
     
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="notification.html">Notification</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Notification Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             // Empty
         }
     
         // Show a custom alert
         //
         function showAlert() {
-		    navigator.<a href="notification.alert.html">notification.alert</a>(
+		    navigator.notification.alert(
 		        'You are the winner!',  // message
 		        'Game Over',            // title
 		        'Done'                  // buttonName
@@ -76,7 +76,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         // Beep three times
         //
         function playBeep() {
-            navigator.<a href="notification.beep.html">notification.beep</a>(3);
+            navigator.notification.beep(3);
         }
     
         // Vibrate for 2 seconds

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/storage/database/database.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/storage/database/database.md b/www/docs/en/1.6.1/cordova/storage/database/database.md
index 9cea4b9..70aa739 100644
--- a/www/docs/en/1.6.1/cordova/storage/database/database.md
+++ b/www/docs/en/1.6.1/cordova/storage/database/database.md
@@ -32,7 +32,7 @@ Methods
 Details
 -------
 
-A Database object is returned from a call to `window.<a href="../storage.opendatabase.html">openDatabase</a>()`.
+A Database object is returned from a call to `window.openDatabase()`.
 
 Supported Platforms
 -------------------
@@ -41,7 +41,7 @@ Supported Platforms
 - BlackBerry WebWorks (OS 6.0 and higher)
 - iPhone
 
-Transaction Quick <a href="../storage.opendatabase.html">Example</a>
+Transaction Quick Example
 ------------------
 	function populateDB(tx) {
 		 tx.executeSql('DROP TABLE IF EXISTS DEMO');
@@ -58,34 +58,34 @@ Transaction Quick <a href="../storage.opendatabase.html">Example</a>
 		alert("success!");
 	}
 	
-	var db = window.<a href="../storage.opendatabase.html">openDatabase</a>("Database", "1.0", "Cordova Demo", 200000);
+	var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
 	db.transaction(populateDB, errorCB, successCB);
 
-Change Version Quick <a href="../storage.opendatabase.html">Example</a>
+Change Version Quick Example
 -------------------
 
-	var db = window.<a href="../storage.opendatabase.html">openDatabase</a>("Database", "1.0", "Cordova Demo", 200000);
+	var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
 	db.changeVersion("1.0", "1.1");
 
-Full <a href="../storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../../contacts/Contact/contact.html">Contact</a> <a href="../storage.opendatabase.html">Example</a></title>
+        <title>Contact Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../../device/device.html">Device</a>Ready() {
-			var db = window.<a href="../storage.opendatabase.html">openDatabase</a>("Database", "1.0", "Cordova Demo", 200000);
+        function onDeviceReady() {
+			var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
 			db.transaction(populateDB, errorCB, successCB);
         }
 		
@@ -113,7 +113,7 @@ Full <a href="../storage.opendatabase.html">Example</a>
         </script>
       </head>
       <body>
-        <h1><a href="../storage.opendatabase.html">Example</a></h1>
+        <h1>Example</h1>
         <p>Database</p>
       </body>
     </html>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[32/51] [partial] docs commit: Reverting autolinking change because of inconsistencies.

Posted by db...@apache.org.
http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/contacts/ContactName/contactname.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/contacts/ContactName/contactname.md b/www/docs/en/1.5.0/phonegap/contacts/ContactName/contactname.md
index fad3b26..4b1b542 100644
--- a/www/docs/en/1.5.0/phonegap/contacts/ContactName/contactname.md
+++ b/www/docs/en/1.5.0/phonegap/contacts/ContactName/contactname.md
@@ -18,25 +18,25 @@ license: >
     under the License.
 ---
 
-<a href="../Contact/contact.html">Contact</a>Name
+ContactName
 ===========
 
-Contains <a href="../../storage/parameters/name.html">name</a> properties of a `<a href="../Contact/contact.html">Contact</a>` object.
+Contains name properties of a `Contact` object.
 
 Properties
 ----------
 
-- __formatted:__ The complete <a href="../../storage/parameters/name.html">name</a> of the contact. _(DOMString)_
-- __familyName:__ The contacts family <a href="../../storage/parameters/name.html">name</a>. _(DOMString)_
-- __givenName:__ The contacts given <a href="../../storage/parameters/name.html">name</a>. _(DOMString)_
-- __middleName:__ The contacts middle <a href="../../storage/parameters/name.html">name</a>. _(DOMString)_
+- __formatted:__ The complete name of the contact. _(DOMString)_
+- __familyName:__ The contacts family name. _(DOMString)_
+- __givenName:__ The contacts given name. _(DOMString)_
+- __middleName:__ The contacts middle name. _(DOMString)_
 - __honorificPrefix:__ The contacts prefix (example Mr. or Dr.) _(DOMString)_
 - __honorificSuffix:__ The contacts suffix (example Esq.). _(DOMString)_
 
 Details
 -------
 
-The `<a href="../Contact/contact.html">Contact</a>Name` object stores <a href="../../storage/parameters/name.html">name</a> properties of a contact.
+The `ContactName` object stores name properties of a contact.
 
 Supported Platforms
 -------------------
@@ -45,77 +45,77 @@ Supported Platforms
 - BlackBerry WebWorks (OS 5.0 and higher)
 - iOS
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     function onSuccess(contacts) {
 		for (var i=0; i<contacts.length; i++) {
-			alert("Formatted: " + contacts[i].<a href="../../storage/parameters/name.html">name</a>.formatted + "\n" + 
-					"Family Name: "  + contacts[i].<a href="../../storage/parameters/name.html">name</a>.familyName + "\n" + 
-					"Given Name: "  + contacts[i].<a href="../../storage/parameters/name.html">name</a>.givenName + "\n" + 
-					"Middle Name: "  + contacts[i].<a href="../../storage/parameters/name.html">name</a>.middleName + "\n" + 
-					"Suffix: "  + contacts[i].<a href="../../storage/parameters/name.html">name</a>.honorificSuffix + "\n" + 
-					"Prefix: "  + contacts[i].<a href="../../storage/parameters/name.html">name</a>.honorificSuffix);
+			alert("Formatted: " + contacts[i].name.formatted + "\n" + 
+					"Family Name: "  + contacts[i].name.familyName + "\n" + 
+					"Given Name: "  + contacts[i].name.givenName + "\n" + 
+					"Middle Name: "  + contacts[i].name.middleName + "\n" + 
+					"Suffix: "  + contacts[i].name.honorificSuffix + "\n" + 
+					"Prefix: "  + contacts[i].name.honorificSuffix);
 		}
     };
 
-    function onError(<a href="../parameters/contactError.html">contactError</a>) {
+    function onError(contactError) {
         alert('onError!');
     };
 
-    var options = new <a href="../Contact/contact.html">Contact</a>FindOptions();
+    var options = new ContactFindOptions();
 	options.filter="";
-	filter = ["displayName","<a href="../../storage/parameters/name.html">name</a>"];
-    navigator.<a href="../contacts.find.html">contacts.find</a>(filter, onSuccess, onError, options);
+	filter = ["displayName","name"];
+    navigator.contacts.find(filter, onSuccess, onError, options);
 
-Full <a href="../../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../Contact/contact.html">Contact</a> <a href="../../storage/storage.opendatabase.html">Example</a></title>
+        <title>Contact Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.5.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for PhoneGap to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // PhoneGap is ready
         //
-        function on<a href="../../device/device.html">Device</a>Ready() {
-			var options = new <a href="../Contact/contact.html">Contact</a>FindOptions();
+        function onDeviceReady() {
+			var options = new ContactFindOptions();
 			options.filter="";
-			filter = ["displayName","<a href="../../storage/parameters/name.html">name</a>"];
-			navigator.<a href="../contacts.find.html">contacts.find</a>(filter, onSuccess, onError, options);
+			filter = ["displayName","name"];
+			navigator.contacts.find(filter, onSuccess, onError, options);
         }
     
         // onSuccess: Get a snapshot of the current contacts
         //
 		function onSuccess(contacts) {
 			for (var i=0; i<contacts.length; i++) {
-				alert("Formatted: " + contacts[i].<a href="../../storage/parameters/name.html">name</a>.formatted + "\n" + 
-						"Family Name: "  + contacts[i].<a href="../../storage/parameters/name.html">name</a>.familyName + "\n" + 
-						"Given Name: "  + contacts[i].<a href="../../storage/parameters/name.html">name</a>.givenName + "\n" + 
-						"Middle Name: "  + contacts[i].<a href="../../storage/parameters/name.html">name</a>.middleName + "\n" + 
-						"Suffix: "  + contacts[i].<a href="../../storage/parameters/name.html">name</a>.honorificSuffix + "\n" + 
-						"Prefix: "  + contacts[i].<a href="../../storage/parameters/name.html">name</a>.honorificPrefix);
+				alert("Formatted: " + contacts[i].name.formatted + "\n" + 
+						"Family Name: "  + contacts[i].name.familyName + "\n" + 
+						"Given Name: "  + contacts[i].name.givenName + "\n" + 
+						"Middle Name: "  + contacts[i].name.middleName + "\n" + 
+						"Suffix: "  + contacts[i].name.honorificSuffix + "\n" + 
+						"Prefix: "  + contacts[i].name.honorificPrefix);
 			}
 		};
     
         // onError: Failed to get the contacts
         //
-        function onError(<a href="../parameters/contactError.html">contactError</a>) {
+        function onError(contactError) {
             alert('onError!');
         }
 
         </script>
       </head>
       <body>
-        <h1><a href="../../storage/storage.opendatabase.html">Example</a></h1>
-        <p>Find <a href="../Contact/contact.html">Contact</a>s</p>
+        <h1>Example</h1>
+        <p>Find Contacts</p>
       </body>
     </html>
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/contacts/ContactOrganization/contactorganization.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/contacts/ContactOrganization/contactorganization.md b/www/docs/en/1.5.0/phonegap/contacts/ContactOrganization/contactorganization.md
index 4752cda..b0a1eb4 100644
--- a/www/docs/en/1.5.0/phonegap/contacts/ContactOrganization/contactorganization.md
+++ b/www/docs/en/1.5.0/phonegap/contacts/ContactOrganization/contactorganization.md
@@ -18,23 +18,23 @@ license: >
     under the License.
 ---
 
-<a href="../Contact/contact.html">Contact</a>Organization
+ContactOrganization
 ===================
 
-Contains organization properties of a `<a href="../Contact/contact.html">Contact</a>` object.
+Contains organization properties of a `Contact` object.
 
 Properties
 ----------
-- __pref:__ Set to `true` if this `<a href="../Contact/contact.html">Contact</a>Organization` contains the user's preferred value. _(boolean)_
+- __pref:__ Set to `true` if this `ContactOrganization` contains the user's preferred value. _(boolean)_
 - __type:__ A string that tells you what type of field this is (example: 'home'). _(DOMString)
-- __<a href="../../storage/parameters/name.html">name</a>:__ The <a href="../../storage/parameters/name.html">name</a> of the organization. _(DOMString)_
+- __name:__ The name of the organization. _(DOMString)_
 - __department:__ The department the contract works for. _(DOMString)_
 - __title:__ The contacts title at the organization. _(DOMString)_
 
 Details
 -------
 
-The `<a href="../Contact/contact.html">Contact</a>Organization` object stores a contact's organization properties.  A `<a href="../Contact/contact.html">Contact</a>` object stores one or more `<a href="../Contact/contact.html">Contact</a>Organization` objects in an array. 
+The `ContactOrganization` object stores a contact's organization properties.  A `Contact` object stores one or more `ContactOrganization` objects in an array. 
 
 Supported Platforms
 -------------------
@@ -43,7 +43,7 @@ Supported Platforms
 - BlackBerry WebWorks (OS 5.0 and higher)
 - iOS
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     function onSuccess(contacts) {
@@ -51,44 +51,44 @@ Quick <a href="../../storage/storage.opendatabase.html">Example</a>
 			for (var j=0; j<contacts[i].organizations.length; j++) {
 				alert("Pref: " + contacts[i].organizations[j].pref + "\n" +
 						"Type: " + contacts[i].organizations[j].type + "\n" +
-						"Name: " + contacts[i].organizations[j].<a href="../../storage/parameters/name.html">name</a> + "\n" + 
+						"Name: " + contacts[i].organizations[j].name + "\n" + 
 						"Department: "  + contacts[i].organizations[j].department + "\n" + 
 						"Title: "  + contacts[i].organizations[j].title);
 			}
 		}
     };
 
-    function onError(<a href="../parameters/contactError.html">contactError</a>) {
+    function onError(contactError) {
         alert('onError!');
     };
 
-    var options = new <a href="../Contact/contact.html">Contact</a>FindOptions();
+    var options = new ContactFindOptions();
 	options.filter="";
 	filter = ["displayName","organizations"];
-    navigator.<a href="../contacts.find.html">contacts.find</a>(filter, onSuccess, onError, options);
+    navigator.contacts.find(filter, onSuccess, onError, options);
 
-Full <a href="../../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../Contact/contact.html">Contact</a> <a href="../../storage/storage.opendatabase.html">Example</a></title>
+        <title>Contact Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.5.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for PhoneGap to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // PhoneGap is ready
         //
-        function on<a href="../../device/device.html">Device</a>Ready() {
-			var options = new <a href="../Contact/contact.html">Contact</a>FindOptions();
+        function onDeviceReady() {
+			var options = new ContactFindOptions();
 			options.filter="";
 			filter = ["displayName","organizations"];
-			navigator.<a href="../contacts.find.html">contacts.find</a>(filter, onSuccess, onError, options);
+			navigator.contacts.find(filter, onSuccess, onError, options);
         }
     
         // onSuccess: Get a snapshot of the current contacts
@@ -98,7 +98,7 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
 				for (var j=0; j<contacts[i].organizations.length; j++) {
 					alert("Pref: " + contacts[i].organizations[j].pref + "\n" +
 							"Type: " + contacts[i].organizations[j].type + "\n" +
-							"Name: " + contacts[i].organizations[j].<a href="../../storage/parameters/name.html">name</a> + "\n" + 
+							"Name: " + contacts[i].organizations[j].name + "\n" + 
 							"Department: "  + contacts[i].organizations[j].department + "\n" + 
 							"Title: "  + contacts[i].organizations[j].title);
 				}
@@ -107,15 +107,15 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
     
         // onError: Failed to get the contacts
         //
-        function onError(<a href="../parameters/contactError.html">contactError</a>) {
+        function onError(contactError) {
             alert('onError!');
         }
 
         </script>
       </head>
       <body>
-        <h1><a href="../../storage/storage.opendatabase.html">Example</a></h1>
-        <p>Find <a href="../Contact/contact.html">Contact</a>s</p>
+        <h1>Example</h1>
+        <p>Find Contacts</p>
       </body>
     </html>
 	
@@ -136,7 +136,7 @@ BlackBerry WebWorks (OS 5.0 and higher) Quirks
 --------------------------------------------
 - __pref:__ This property is not supported by BlackBerry devices and will always return `false`.
 - __type:__ This property is not supported by BlackBerry devices and will always return `null`.
-- __<a href="../../storage/parameters/name.html">name</a>:__ Partially supported.  The first organization <a href="../../storage/parameters/name.html">name</a> will be stored in the BlackBerry __company__ field.
+- __name:__ Partially supported.  The first organization name will be stored in the BlackBerry __company__ field.
 - __department:__ This property is not supported, and will always be returned as `null`.
 - __title:__ Partially supported.  The first organization title will be stored in the BlackBerry __jobTitle__ field.
 
@@ -144,8 +144,8 @@ iOS Quirks
 -----------
 - __pref:__ This property is not supported on iOS devices and will always return `false`.
 - __type:__ This property is not supported on iOS devices and will always return `null`.
-- __<a href="../../storage/parameters/name.html">name</a>:__ Partially supported.  The first organization <a href="../../storage/parameters/name.html">name</a> will be stored in the iOS __kABPersonOrganizationProperty__ field.
-- __department__: Partially supported.  The first department <a href="../../storage/parameters/name.html">name</a> will be stored in the iOS __kABPersonDepartmentProperty__ field.
+- __name:__ Partially supported.  The first organization name will be stored in the iOS __kABPersonOrganizationProperty__ field.
+- __department__: Partially supported.  The first department name will be stored in the iOS __kABPersonDepartmentProperty__ field.
 - __title__: Partially supported.  The first title will be stored in the iOS __kABPersonJobTitleProperty__ field.
 
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/contacts/contacts.create.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/contacts/contacts.create.md b/www/docs/en/1.5.0/phonegap/contacts/contacts.create.md
index 1884f12..981786c 100644
--- a/www/docs/en/1.5.0/phonegap/contacts/contacts.create.md
+++ b/www/docs/en/1.5.0/phonegap/contacts/contacts.create.md
@@ -21,16 +21,16 @@ license: >
 contacts.create
 ===============
 
-Returns a new <a href="Contact/contact.html">Contact</a> object.
+Returns a new Contact object.
 
     var contact = navigator.contacts.create(properties);
 
 Description
 -----------
 
-contacts.create is a synchronous function that returns a new `<a href="Contact/contact.html">Contact</a>` object.
+contacts.create is a synchronous function that returns a new `Contact` object.
 
-This method does not persist the <a href="Contact/contact.html">Contact</a> object to the device contacts database.  To persist the <a href="Contact/contact.html">Contact</a> object to the device, invoke the `<a href="Contact/contact.html">Contact</a>.save` method.
+This method does not persist the Contact object to the device contacts database.  To persist the Contact object to the device, invoke the `Contact.save` method.
 
 Supported Platforms
 -------------------
@@ -39,39 +39,39 @@ Supported Platforms
 - BlackBerry WebWorks (OS 5.0 and higher)
 - iOS
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
-    var my<a href="Contact/contact.html">Contact</a> = navigator.contacts.create({"displayName": "Test User"});
+    var myContact = navigator.contacts.create({"displayName": "Test User"});
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="Contact/contact.html">Contact</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Contact Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.5.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for PhoneGap to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // PhoneGap is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
-			var my<a href="Contact/contact.html">Contact</a> = navigator.contacts.create({"displayName": "Test User"});
-			my<a href="Contact/contact.html">Contact</a>.gender = "male";
-			console.log("The contact, " + my<a href="Contact/contact.html">Contact</a>.displayName + ", is of the " + my<a href="Contact/contact.html">Contact</a>.gender + " gender");
+        function onDeviceReady() {
+			var myContact = navigator.contacts.create({"displayName": "Test User"});
+			myContact.gender = "male";
+			console.log("The contact, " + myContact.displayName + ", is of the " + myContact.gender + " gender");
         }
     
 
         </script>
       </head>
       <body>
-        <h1><a href="../storage/storage.opendatabase.html">Example</a></h1>
-        <p>Create <a href="Contact/contact.html">Contact</a></p>
+        <h1>Example</h1>
+        <p>Create Contact</p>
       </body>
     </html>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/contacts/contacts.find.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/contacts/contacts.find.md b/www/docs/en/1.5.0/phonegap/contacts/contacts.find.md
index d9d0a5e..8b3605d 100644
--- a/www/docs/en/1.5.0/phonegap/contacts/contacts.find.md
+++ b/www/docs/en/1.5.0/phonegap/contacts/contacts.find.md
@@ -21,26 +21,26 @@ license: >
 contacts.find
 =============
 
-Queries the device contacts database and returns one or more `<a href="Contact/contact.html">Contact</a>` objects, each containing the fields specified.
+Queries the device contacts database and returns one or more `Contact` objects, each containing the fields specified.
 
-    navigator.contacts.find(<a href="parameters/contactFields.html">contactFields</a>, <a href="parameters/contactSuccess.html">contactSuccess</a>, <a href="parameters/contactError.html">contactError</a>, <a href="parameters/contactFindOptions.html">contactFindOptions</a>);
+    navigator.contacts.find(contactFields, contactSuccess, contactError, contactFindOptions);
 
 Description
 -----------
 
-contacts.find is an asynchronous function that queries the device contacts database and returns an array of `<a href="Contact/contact.html">Contact</a>` objects.  The resulting objects are passed to the `<a href="parameters/contactSuccess.html">contactSuccess</a>` callback function specified by the __<a href="parameters/contactSuccess.html">contactSuccess</a>__ parameter.  
+contacts.find is an asynchronous function that queries the device contacts database and returns an array of `Contact` objects.  The resulting objects are passed to the `contactSuccess` callback function specified by the __contactSuccess__ parameter.  
 
-Users must specify the contact fields to be used as a search qualifier in the __<a href="parameters/contactFields.html">contactFields</a>__ parameter.  Only the fields specified in the __<a href="parameters/contactFields.html">contactFields</a>__ parameter will be returned as properties of the `<a href="Contact/contact.html">Contact</a>` objects that are passed to the __<a href="parameters/contactSuccess.html">contactSuccess</a>__ callback function.  A zero-length __<a href="parameters/contactFields.html">contactFields</a>__ parameter will result in an array of `<a href="Contact/contact.html">Contact</a>` objects with only the `id` property populated. A __<a href="parameters/contactFields.html">contactFields</a>__ value of ["*"] will return all contact fields. 
+Users must specify the contact fields to be used as a search qualifier in the __contactFields__ parameter.  Only the fields specified in the __contactFields__ parameter will be returned as properties of the `Contact` objects that are passed to the __contactSuccess__ callback function.  A zero-length __contactFields__ parameter will result in an array of `Contact` objects with only the `id` property populated. A __contactFields__ value of ["*"] will return all contact fields. 
 
-The __<a href="parameters/contactFindOptions.html">contactFindOptions</a>.filter__ string can be used as a search filter when querying the contacts database.  If provided, a case-insensitive, partial value match is applied to each field specified in the __<a href="parameters/contactFields.html">contactFields</a>__ parameter.  If a match is found in a comparison with _any_ of the specified fields, the contact is returned.
+The __contactFindOptions.filter__ string can be used as a search filter when querying the contacts database.  If provided, a case-insensitive, partial value match is applied to each field specified in the __contactFields__ parameter.  If a match is found in a comparison with _any_ of the specified fields, the contact is returned.
 
 Parameters
 ----------
 
-- __<a href="parameters/contactFields.html">contactFields</a>:__ <a href="Contact/contact.html">Contact</a> fields to be used as search qualifier. Only these fields will have values in the resulting `<a href="Contact/contact.html">Contact</a>` objects. _(DOMString[])_ [Required]
-- __<a href="parameters/contactSuccess.html">contactSuccess</a>:__ Success callback function that is invoked with the contacts returned from the contacts database. [Required]
-- __<a href="parameters/contactError.html">contactError</a>:__ Error callback function. Invoked when error occurs. [Optional]
-- __<a href="parameters/contactFindOptions.html">contactFindOptions</a>:__ Search options to filter contacts. [Optional]
+- __contactFields:__ Contact fields to be used as search qualifier. Only these fields will have values in the resulting `Contact` objects. _(DOMString[])_ [Required]
+- __contactSuccess:__ Success callback function that is invoked with the contacts returned from the contacts database. [Required]
+- __contactError:__ Error callback function. Invoked when error occurs. [Optional]
+- __contactFindOptions:__ Search options to filter contacts. [Optional]
 
 Supported Platforms
 -------------------
@@ -49,45 +49,45 @@ Supported Platforms
 - BlackBerry WebWorks (OS 5.0 and higher)
 - iOS
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     function onSuccess(contacts) {
         alert('Found ' + contacts.length + ' contacts.');
     };
 
-    function onError(<a href="parameters/contactError.html">contactError</a>) {
+    function onError(contactError) {
         alert('onError!');
     };
 
-    // find all contacts with 'Bob' in any <a href="../storage/parameters/name.html">name</a> field
-    var options = new <a href="Contact/contact.html">Contact</a>FindOptions();
+    // find all contacts with 'Bob' in any name field
+    var options = new ContactFindOptions();
 	options.filter="Bob"; 
-	var fields = ["displayName", "<a href="../storage/parameters/name.html">name</a>"];
+	var fields = ["displayName", "name"];
     navigator.contacts.find(fields, onSuccess, onError, options);
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="Contact/contact.html">Contact</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Contact Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.5.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for PhoneGap to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // PhoneGap is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
-		    // find all contacts with 'Bob' in any <a href="../storage/parameters/name.html">name</a> field
-		    var options = new <a href="Contact/contact.html">Contact</a>FindOptions();
+        function onDeviceReady() {
+		    // find all contacts with 'Bob' in any name field
+		    var options = new ContactFindOptions();
 			options.filter="Bob"; 
-			var fields = ["displayName", "<a href="../storage/parameters/name.html">name</a>"];
+			var fields = ["displayName", "name"];
 		    navigator.contacts.find(fields, onSuccess, onError, options);
         }
     
@@ -101,15 +101,15 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
     
         // onError: Failed to get the contacts
         //
-        function onError(<a href="parameters/contactError.html">contactError</a>) {
+        function onError(contactError) {
             alert('onError!');
         }
 
         </script>
       </head>
       <body>
-        <h1><a href="../storage/storage.opendatabase.html">Example</a></h1>
-        <p>Find <a href="Contact/contact.html">Contact</a>s</p>
+        <h1>Example</h1>
+        <p>Find Contacts</p>
       </body>
     </html>
     

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/contacts/contacts.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/contacts/contacts.md b/www/docs/en/1.5.0/phonegap/contacts/contacts.md
index 554a82d..03eb3d8 100644
--- a/www/docs/en/1.5.0/phonegap/contacts/contacts.md
+++ b/www/docs/en/1.5.0/phonegap/contacts/contacts.md
@@ -18,7 +18,7 @@ license: >
     under the License.
 ---
 
-<a href="Contact/contact.html">Contact</a>s
+Contacts
 ========
 
 > The `contacts` object provides access to the device contacts database.  
@@ -26,24 +26,24 @@ license: >
 Methods
 -------
 
-- <a href="contacts.create.html">contacts.create</a>
-- <a href="contacts.find.html">contacts.find</a>
+- contacts.create
+- contacts.find
 
 Arguments
 ---------
 
-- <a href="parameters/contactFields.html">contactFields</a>
-- <a href="parameters/contactSuccess.html">contactSuccess</a>
-- <a href="parameters/contactError.html">contactError</a>
-- <a href="parameters/contactFindOptions.html">contactFindOptions</a>
+- contactFields
+- contactSuccess
+- contactError
+- contactFindOptions
 
 Objects
 -------
 
-- <a href="Contact/contact.html">Contact</a>
-- <a href="Contact/contact.html">Contact</a>Name
-- <a href="Contact/contact.html">Contact</a>Field
-- <a href="Contact/contact.html">Contact</a>Address
-- <a href="Contact/contact.html">Contact</a>Organization
-- <a href="Contact/contact.html">Contact</a>FindOptions
-- <a href="Contact/contact.html">Contact</a>Error
\ No newline at end of file
+- Contact
+- ContactName
+- ContactField
+- ContactAddress
+- ContactOrganization
+- ContactFindOptions
+- ContactError
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/contacts/parameters/contactFields.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/contacts/parameters/contactFields.md b/www/docs/en/1.5.0/phonegap/contacts/parameters/contactFields.md
index 2275132..1951960 100644
--- a/www/docs/en/1.5.0/phonegap/contacts/parameters/contactFields.md
+++ b/www/docs/en/1.5.0/phonegap/contacts/parameters/contactFields.md
@@ -21,6 +21,6 @@ license: >
 contactFields
 =============
 
-Required parameter of the `<a href="../contacts.find.html">contacts.find</a>` method.  Use this parameter to specify which fields should be included in the `<a href="../Contact/contact.html">Contact</a>` objects resulting from a find operation.
+Required parameter of the `contacts.find` method.  Use this parameter to specify which fields should be included in the `Contact` objects resulting from a find operation.
 
-    ["<a href="../../storage/parameters/name.html">name</a>", "phoneNumbers", "emails"]
+    ["name", "phoneNumbers", "emails"]

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/contacts/parameters/contactFindOptions.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/contacts/parameters/contactFindOptions.md b/www/docs/en/1.5.0/phonegap/contacts/parameters/contactFindOptions.md
index 9d92f9c..f2f3e12 100644
--- a/www/docs/en/1.5.0/phonegap/contacts/parameters/contactFindOptions.md
+++ b/www/docs/en/1.5.0/phonegap/contacts/parameters/contactFindOptions.md
@@ -21,7 +21,7 @@ license: >
 contactFindOptions
 ==================
 
-Optional parameter of the `<a href="../contacts.find.html">contacts.find</a>` method.  Use this parameter to filter the contacts returned from the contacts database.
+Optional parameter of the `contacts.find` method.  Use this parameter to filter the contacts returned from the contacts database.
 
     { 
 		filter: "",

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/contacts/parameters/contactSuccess.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/contacts/parameters/contactSuccess.md b/www/docs/en/1.5.0/phonegap/contacts/parameters/contactSuccess.md
index 0394b6d..925105f 100644
--- a/www/docs/en/1.5.0/phonegap/contacts/parameters/contactSuccess.md
+++ b/www/docs/en/1.5.0/phonegap/contacts/parameters/contactSuccess.md
@@ -21,7 +21,7 @@ license: >
 contactSuccess
 ==============
 
-Success callback function that provides the `<a href="../Contact/contact.html">Contact</a>` array resulting from a `<a href="../contacts.find.html">contacts.find</a>` operation.
+Success callback function that provides the `Contact` array resulting from a `contacts.find` operation.
 
     function(contacts) {
         // Do something
@@ -30,9 +30,9 @@ Success callback function that provides the `<a href="../Contact/contact.html">C
 Parameters
 ----------
 
-- __contacts:__ The contact array resulting from a find operation. (`<a href="../Contact/contact.html">Contact</a>`)
+- __contacts:__ The contact array resulting from a find operation. (`Contact`)
 
-<a href="../../storage/storage.opendatabase.html">Example</a>
+Example
 -------
 
     function contactSuccess(contacts) {

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/device/device.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/device/device.md b/www/docs/en/1.5.0/phonegap/device/device.md
index a5d0259..a8e02c4 100644
--- a/www/docs/en/1.5.0/phonegap/device/device.md
+++ b/www/docs/en/1.5.0/phonegap/device/device.md
@@ -26,11 +26,11 @@ Device
 Properties
 ----------
 
-- device.<a href="../storage/parameters/name.html">name</a>
-- <a href="device.phonegap.html">device.phonegap</a>
-- <a href="device.platform.html">device.platform</a>
-- <a href="device.uuid.html">device.uuid</a>
-- device.<a href="../storage/parameters/version.html">version</a>
+- device.name
+- device.phonegap
+- device.platform
+- device.uuid
+- device.version
 
 Variable Scope
 --------------
@@ -39,5 +39,5 @@ Since `device` is assigned to the `window` object, it is implicitly in the globa
 
     // These reference the same `device`
     //
-    var phoneName = window.device.<a href="../storage/parameters/name.html">name</a>;
-    var phoneName = device.<a href="../storage/parameters/name.html">name</a>;
\ No newline at end of file
+    var phoneName = window.device.name;
+    var phoneName = device.name;
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/device/device.name.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/device/device.name.md b/www/docs/en/1.5.0/phonegap/device/device.name.md
index 4b1a58a..ceb9f66 100644
--- a/www/docs/en/1.5.0/phonegap/device/device.name.md
+++ b/www/docs/en/1.5.0/phonegap/device/device.name.md
@@ -18,17 +18,17 @@ license: >
     under the License.
 ---
 
-device.<a href="../storage/parameters/name.html">name</a>
+device.name
 ===========
 
-Get the device's model <a href="../storage/parameters/name.html">name</a>.
+Get the device's model name.
 
-    var string = device.<a href="../storage/parameters/name.html">name</a>;
+    var string = device.name;
     
 Description
 -----------
 
-`device.<a href="../storage/parameters/name.html">name</a>` returns the <a href="../storage/parameters/name.html">name</a> of the device's model or product. This value is set by the device manufacturer and may be different across <a href="../storage/parameters/version.html">version</a>s of the same product.
+`device.name` returns the name of the device's model or product. This value is set by the device manufacturer and may be different across versions of the same product.
 
 Supported Platforms
 -------------------
@@ -39,41 +39,41 @@ Supported Platforms
 - iPhone
 - Windows Phone 7 ( Mango )
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
-    // Android:    Nexus One       returns "Passion" (Nexus One code <a href="../storage/parameters/name.html">name</a>)
+    // Android:    Nexus One       returns "Passion" (Nexus One code name)
     //             Motorola Droid  returns "voles"
     // BlackBerry: Bold 8900       returns "8900"
-    // iPhone:     All devices     returns a <a href="../storage/parameters/name.html">name</a> set by iTunes e.g. "Joe's iPhone"
+    // iPhone:     All devices     returns a name set by iTunes e.g. "Joe's iPhone"
     //
-    var <a href="../storage/parameters/name.html">name</a> = device.<a href="../storage/parameters/name.html">name</a>;
+    var name = device.name;
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="device.html">Device</a> Properties <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Device Properties Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.5.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for PhoneGap to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // PhoneGap is ready
         //
-        function on<a href="device.html">Device</a>Ready() {
+        function onDeviceReady() {
             var element = document.getElementById('deviceProperties');
     
-            element.innerHTML = '<a href="device.html">Device</a> Name: '     + device.<a href="../storage/parameters/name.html">name</a>     + '<br />' + 
-                                '<a href="device.html">Device</a> PhoneGap: ' + <a href="device.phonegap.html">device.phonegap</a> + '<br />' + 
-                                '<a href="device.html">Device</a> Platform: ' + <a href="device.platform.html">device.platform</a> + '<br />' + 
-                                '<a href="device.html">Device</a> UUID: '     + <a href="device.uuid.html">device.uuid</a>     + '<br />' + 
-                                '<a href="device.html">Device</a> Version: '  + device.<a href="../storage/parameters/version.html">version</a>  + '<br />';
+            element.innerHTML = 'Device Name: '     + device.name     + '<br />' + 
+                                'Device PhoneGap: ' + device.phonegap + '<br />' + 
+                                'Device Platform: ' + device.platform + '<br />' + 
+                                'Device UUID: '     + device.uuid     + '<br />' + 
+                                'Device Version: '  + device.version  + '<br />';
         }
 
         </script>
@@ -87,13 +87,13 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
 Android Quirks
 --------------
 
-- Gets the [product <a href="../storage/parameters/name.html">name</a>](http://developer.android.com/reference/android/os/Build.html#PRODUCT) instead of the [model <a href="../storage/parameters/name.html">name</a>](http://developer.android.com/reference/android/os/Build.html#MODEL).
-    - The product <a href="../storage/parameters/name.html">name</a> is often the code <a href="../storage/parameters/name.html">name</a> given during production.
+- Gets the [product name](http://developer.android.com/reference/android/os/Build.html#PRODUCT) instead of the [model name](http://developer.android.com/reference/android/os/Build.html#MODEL).
+    - The product name is often the code name given during production.
     - e.g. Nexus One returns "Passion", Motorola Droid returns "voles"
 
 iPhone Quirks
 -------------
 
-- Gets the [device's custom <a href="../storage/parameters/name.html">name</a>](http://developer.apple.com/iphone/library/documentation/uikit/reference/UI<a href="device.html">Device</a>_Class/Reference/UI<a href="device.html">Device</a>.html#//apple_ref/doc/uid/TP40006902-CH3-SW13) instead of the [device model <a href="../storage/parameters/name.html">name</a>](http://developer.apple.com/iphone/library/documentation/uikit/reference/UI<a href="device.html">Device</a>_Class/Reference/UI<a href="device.html">Device</a>.html#//apple_ref/doc/uid/TP40006902-CH3-SW1).
-    - The custom <a href="../storage/parameters/name.html">name</a> is set by the owner in iTunes.
+- Gets the [device's custom name](http://developer.apple.com/iphone/library/documentation/uikit/reference/UIDevice_Class/Reference/UIDevice.html#//apple_ref/doc/uid/TP40006902-CH3-SW13) instead of the [device model name](http://developer.apple.com/iphone/library/documentation/uikit/reference/UIDevice_Class/Reference/UIDevice.html#//apple_ref/doc/uid/TP40006902-CH3-SW1).
+    - The custom name is set by the owner in iTunes.
     - e.g. "Joe's iPhone"
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/device/device.phonegap.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/device/device.phonegap.md b/www/docs/en/1.5.0/phonegap/device/device.phonegap.md
index 63e6439..9889411 100644
--- a/www/docs/en/1.5.0/phonegap/device/device.phonegap.md
+++ b/www/docs/en/1.5.0/phonegap/device/device.phonegap.md
@@ -21,14 +21,14 @@ license: >
 device.phonegap
 ===============
 
-Get the <a href="../storage/parameters/version.html">version</a> of phonegap running on the device.
+Get the version of phonegap running on the device.
 
     var string = device.phonegap;
     
 Description
 -----------
 
-`device.phonegap` returns the <a href="../storage/parameters/version.html">version</a> of phonegap running on the device.
+`device.phonegap` returns the version of phonegap running on the device.
 
 Supported Platforms
 -------------------
@@ -39,36 +39,36 @@ Supported Platforms
 - iPhone
 - Windows Phone 7 ( Mango )
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
-    var <a href="../storage/parameters/name.html">name</a> = device.phonegap;
+    var name = device.phonegap;
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="device.html">Device</a> Properties <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Device Properties Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.5.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for PhoneGap to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // PhoneGap is ready
         //
-        function on<a href="device.html">Device</a>Ready() {
+        function onDeviceReady() {
             var element = document.getElementById('deviceProperties');
     
-            element.innerHTML = '<a href="device.html">Device</a> Name: '     + device.<a href="../storage/parameters/name.html">name</a>     + '<br />' + 
-                                '<a href="device.html">Device</a> PhoneGap: ' + device.phonegap + '<br />' + 
-                                '<a href="device.html">Device</a> Platform: ' + <a href="device.platform.html">device.platform</a> + '<br />' + 
-                                '<a href="device.html">Device</a> UUID: '     + <a href="device.uuid.html">device.uuid</a>     + '<br />' + 
-                                '<a href="device.html">Device</a> Version: '  + device.<a href="../storage/parameters/version.html">version</a>  + '<br />';
+            element.innerHTML = 'Device Name: '     + device.name     + '<br />' + 
+                                'Device PhoneGap: ' + device.phonegap + '<br />' + 
+                                'Device Platform: ' + device.platform + '<br />' + 
+                                'Device UUID: '     + device.uuid     + '<br />' + 
+                                'Device Version: '  + device.version  + '<br />';
         }
 
         </script>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/device/device.platform.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/device/device.platform.md b/www/docs/en/1.5.0/phonegap/device/device.platform.md
index 085b6a3..b24191c 100644
--- a/www/docs/en/1.5.0/phonegap/device/device.platform.md
+++ b/www/docs/en/1.5.0/phonegap/device/device.platform.md
@@ -21,7 +21,7 @@ license: >
 device.platform
 ===============
 
-Get the device's operating system <a href="../storage/parameters/name.html">name</a>.
+Get the device's operating system name.
 
     var string = device.platform;
 
@@ -34,7 +34,7 @@ Supported Platforms
 - iPhone
 - Windows Phone 7 ( Mango )
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // Depending on the device, a few examples are:
@@ -45,31 +45,31 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
     //   - "WinCE"
     var devicePlatform = device.platform;
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="device.html">Device</a> Properties <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Device Properties Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.5.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for PhoneGap to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // PhoneGap is ready
         //
-        function on<a href="device.html">Device</a>Ready() {
+        function onDeviceReady() {
             var element = document.getElementById('deviceProperties');
     
-            element.innerHTML = '<a href="device.html">Device</a> Name: '     + device.<a href="../storage/parameters/name.html">name</a>     + '<br />' + 
-                                '<a href="device.html">Device</a> PhoneGap: ' + <a href="device.phonegap.html">device.phonegap</a> + '<br />' + 
-                                '<a href="device.html">Device</a> Platform: ' + device.platform + '<br />' + 
-                                '<a href="device.html">Device</a> UUID: '     + <a href="device.uuid.html">device.uuid</a>     + '<br />' + 
-                                '<a href="device.html">Device</a> Version: '  + device.<a href="../storage/parameters/version.html">version</a>  + '<br />';
+            element.innerHTML = 'Device Name: '     + device.name     + '<br />' + 
+                                'Device PhoneGap: ' + device.phonegap + '<br />' + 
+                                'Device Platform: ' + device.platform + '<br />' + 
+                                'Device UUID: '     + device.uuid     + '<br />' + 
+                                'Device Version: '  + device.version  + '<br />';
         }
 
         </script>
@@ -87,4 +87,4 @@ All devices return `iPhone` as the platform. This is inaccurate because Apple ha
 BlackBerry Quirks
 -----------------
 
-<a href="device.html">Device</a>s may return the device platform <a href="../storage/parameters/version.html">version</a> instead of the platform <a href="../storage/parameters/name.html">name</a>.  For example, the Storm2 9550 would return '2.13.0.95' or similar.
\ No newline at end of file
+Devices may return the device platform version instead of the platform name.  For example, the Storm2 9550 would return '2.13.0.95' or similar.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/device/device.uuid.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/device/device.uuid.md b/www/docs/en/1.5.0/phonegap/device/device.uuid.md
index 577f583..0ef05e4 100644
--- a/www/docs/en/1.5.0/phonegap/device/device.uuid.md
+++ b/www/docs/en/1.5.0/phonegap/device/device.uuid.md
@@ -39,7 +39,7 @@ Supported Platforms
 - iPhone
 - Windows Phone 7 ( Mango )
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // Android: Returns a random 64-bit integer (as a string, again!)
@@ -48,7 +48,7 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
     // BlackBerry: Returns the PIN number of the device
     //             This is a nine-digit unique integer (as a string, though!)
     //
-    // iPhone: (Paraphrased from the UI<a href="device.html">Device</a> Class documentation)
+    // iPhone: (Paraphrased from the UIDevice Class documentation)
     //         Returns a string of hash values created from multiple hardware identifies.
     //         It is guaranteed to be unique for every device and cannot be tied
     //         to the user account.
@@ -57,31 +57,31 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
     // 
     var deviceID = device.uuid;
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="device.html">Device</a> Properties <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Device Properties Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.5.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for PhoneGap to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // PhoneGap is ready
         //
-        function on<a href="device.html">Device</a>Ready() {
+        function onDeviceReady() {
             var element = document.getElementById('deviceProperties');
     
-            element.innerHTML = '<a href="device.html">Device</a> Name: '     + device.<a href="../storage/parameters/name.html">name</a>     + '<br />' + 
-                                '<a href="device.html">Device</a> PhoneGap: ' + <a href="device.phonegap.html">device.phonegap</a> + '<br />' + 
-                                '<a href="device.html">Device</a> Platform: ' + <a href="device.platform.html">device.platform</a> + '<br />' + 
-                                '<a href="device.html">Device</a> UUID: '     + device.uuid     + '<br />' + 
-                                '<a href="device.html">Device</a> Version: '  + device.<a href="../storage/parameters/version.html">version</a>  + '<br />';
+            element.innerHTML = 'Device Name: '     + device.name     + '<br />' + 
+                                'Device PhoneGap: ' + device.phonegap + '<br />' + 
+                                'Device Platform: ' + device.platform + '<br />' + 
+                                'Device UUID: '     + device.uuid     + '<br />' + 
+                                'Device Version: '  + device.version  + '<br />';
         }
 
         </script>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/device/device.version.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/device/device.version.md b/www/docs/en/1.5.0/phonegap/device/device.version.md
index db0cb6f..f247f8b 100644
--- a/www/docs/en/1.5.0/phonegap/device/device.version.md
+++ b/www/docs/en/1.5.0/phonegap/device/device.version.md
@@ -18,12 +18,12 @@ license: >
     under the License.
 ---
 
-device.<a href="../storage/parameters/version.html">version</a>
+device.version
 ==============
 
-Get the operating system <a href="../storage/parameters/version.html">version</a>.
+Get the operating system version.
 
-    var string = device.<a href="../storage/parameters/version.html">version</a>;
+    var string = device.version;
 
 Supported Platforms
 -------------------
@@ -34,7 +34,7 @@ Supported Platforms
 - iPhone
 - Windows Phone 7 ( Mango )
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // Android:    Froyo OS would return "2.2"
@@ -45,34 +45,34 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
     //
     // iPhone:     iOS 3.2 returns "3.2"
     //
-    // Windows Phone 7: returns current OS <a href="../storage/parameters/version.html">version</a> number, ex. on Mango returns 7.10.7720
-    var deviceVersion = device.<a href="../storage/parameters/version.html">version</a>;
+    // Windows Phone 7: returns current OS version number, ex. on Mango returns 7.10.7720
+    var deviceVersion = device.version;
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="device.html">Device</a> Properties <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Device Properties Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.5.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for PhoneGap to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // PhoneGap is ready
         //
-        function on<a href="device.html">Device</a>Ready() {
+        function onDeviceReady() {
             var element = document.getElementById('deviceProperties');
         
-            element.innerHTML = '<a href="device.html">Device</a> Name: '     + device.<a href="../storage/parameters/name.html">name</a>     + '<br />' + 
-                                '<a href="device.html">Device</a> PhoneGap: ' + <a href="device.phonegap.html">device.phonegap</a> + '<br />' + 
-                                '<a href="device.html">Device</a> Platform: ' + <a href="device.platform.html">device.platform</a> + '<br />' + 
-                                '<a href="device.html">Device</a> UUID: '     + <a href="device.uuid.html">device.uuid</a>     + '<br />' + 
-                                '<a href="device.html">Device</a> Version: '  + device.<a href="../storage/parameters/version.html">version</a>  + '<br />';
+            element.innerHTML = 'Device Name: '     + device.name     + '<br />' + 
+                                'Device PhoneGap: ' + device.phonegap + '<br />' + 
+                                'Device Platform: ' + device.platform + '<br />' + 
+                                'Device UUID: '     + device.uuid     + '<br />' + 
+                                'Device Version: '  + device.version  + '<br />';
         }
 
         </script>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/events/events.backbutton.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/events/events.backbutton.md b/www/docs/en/1.5.0/phonegap/events/events.backbutton.md
index 902b1d1..d3edbde 100644
--- a/www/docs/en/1.5.0/phonegap/events/events.backbutton.md
+++ b/www/docs/en/1.5.0/phonegap/events/events.backbutton.md
@@ -30,7 +30,7 @@ Details
 
 If you need to override the default back button behaviour you can register an event listener for the 'backbutton' event.  It is no longer necessary to call any other method to over ride the back button behaviour.  Now, you only need to register an event listener for 'backbutton'.
 
-Typically, you will want to attach an event listener with `document.addEventListener` once you receive the PhoneGap '<a href="events.deviceready.html">deviceready</a>' event.
+Typically, you will want to attach an event listener with `document.addEventListener` once you receive the PhoneGap 'deviceready' event.
 
 Supported Platforms
 -------------------
@@ -38,7 +38,7 @@ Supported Platforms
 - Android
 - BlackBerry WebWorks (OS 5.0 and higher)
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     document.addEventListener("backbutton", onBackKeyDown, false);
@@ -47,30 +47,30 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         // Handle the back button
     }
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title>PhoneGap Back Button <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>PhoneGap Back Button Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.5.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Call on<a href="../device/device.html">Device</a>Ready when PhoneGap is loaded.
+        // Call onDeviceReady when PhoneGap is loaded.
         //
         // At this point, the document has loaded but cordova-1.5.0.js has not.
         // When PhoneGap is loaded and talking with the native device,
-        // it will call the event `<a href="events.deviceready.html">deviceready</a>`.
+        // it will call the event `deviceready`.
         //
         function onLoad() {
-            document.addEventListener("<a href="events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
 
         // PhoneGap is loaded and it is now safe to call PhoneGap methods
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             // Register the event listener
             document.addEventListener("backbutton", onBackKeyDown, false);
         }

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/events/events.batterycritical.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/events/events.batterycritical.md b/www/docs/en/1.5.0/phonegap/events/events.batterycritical.md
index 75fc6ca..5e67484 100644
--- a/www/docs/en/1.5.0/phonegap/events/events.batterycritical.md
+++ b/www/docs/en/1.5.0/phonegap/events/events.batterycritical.md
@@ -35,7 +35,7 @@ The batterycritical handler will be called with an object that contains two prop
 - __level:__ The percentage of battery (0-100). _(Number)_
 - __isPlugged:__ A boolean that represents whether or not the device is plugged in or not. _(Boolean)_
 
-Typically, you will want to attach an event listener with `window.addEventListener` once you receive the PhoneGap '<a href="events.deviceready.html">deviceready</a>' event.
+Typically, you will want to attach an event listener with `window.addEventListener` once you receive the PhoneGap 'deviceready' event.
 
 Supported Platforms
 -------------------
@@ -44,7 +44,7 @@ Supported Platforms
 - Android
 - BlackBerry WebWorks (OS 5.0 and higher)
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     window.addEventListener("batterycritical", onBatteryCritical, false);
@@ -54,30 +54,30 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
        	alert("Battery Level Critical " + info.level + "%\nRecharge Soon!"); 
     }
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title>PhoneGap <a href="../device/device.html">Device</a> Ready <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>PhoneGap Device Ready Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.5.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Call on<a href="../device/device.html">Device</a>Ready when PhoneGap is loaded.
+        // Call onDeviceReady when PhoneGap is loaded.
         //
         // At this point, the document has loaded but cordova-1.5.0.js has not.
         // When PhoneGap is loaded and talking with the native device,
-        // it will call the event `<a href="events.deviceready.html">deviceready</a>`.
+        // it will call the event `deviceready`.
         // 
 	    function onLoad() {
-    	    document.addEventListener("<a href="events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+    	    document.addEventListener("deviceready", onDeviceReady, false);
     	}
 
         // PhoneGap is loaded and it is now safe to make calls PhoneGap methods
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
 		    window.addEventListener("batterycritical", onBatteryCritical, false);
         }
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/events/events.batterylow.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/events/events.batterylow.md b/www/docs/en/1.5.0/phonegap/events/events.batterylow.md
index ebf756e..6ac5848 100644
--- a/www/docs/en/1.5.0/phonegap/events/events.batterylow.md
+++ b/www/docs/en/1.5.0/phonegap/events/events.batterylow.md
@@ -35,7 +35,7 @@ The batterylow handler will be called with an object that contains two propertie
 - __level:__ The percentage of battery (0-100). _(Number)_
 - __isPlugged:__ A boolean that represents whether or not the device is plugged in or not. _(Boolean)_
 
-Typically, you will want to attach an event listener with `document.addEventListener` once you receive the PhoneGap '<a href="events.deviceready.html">deviceready</a>' event.
+Typically, you will want to attach an event listener with `document.addEventListener` once you receive the PhoneGap 'deviceready' event.
 
 Supported Platforms
 -------------------
@@ -44,7 +44,7 @@ Supported Platforms
 - Android
 - BlackBerry WebWorks (OS 5.0 and higher)
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     window.addEventListener("batterylow", onBatteryLow, false);
@@ -54,30 +54,30 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
        	alert("Battery Level Low " + info.level + "%"); 
     }
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title>PhoneGap <a href="../device/device.html">Device</a> Ready <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>PhoneGap Device Ready Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.5.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Call on<a href="../device/device.html">Device</a>Ready when PhoneGap is loaded.
+        // Call onDeviceReady when PhoneGap is loaded.
         //
         // At this point, the document has loaded but cordova-1.5.0.js has not.
         // When PhoneGap is loaded and talking with the native device,
-        // it will call the event `<a href="events.deviceready.html">deviceready</a>`.
+        // it will call the event `deviceready`.
         // 
 	    function onLoad() {
-    	    document.addEventListener("<a href="events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+    	    document.addEventListener("deviceready", onDeviceReady, false);
     	}
 
         // PhoneGap is loaded and it is now safe to make calls PhoneGap methods
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
 		    window.addEventListener("batterylow", onBatteryLow, false);
         }
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/events/events.batterystatus.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/events/events.batterystatus.md b/www/docs/en/1.5.0/phonegap/events/events.batterystatus.md
index c7312d5..81e453b 100644
--- a/www/docs/en/1.5.0/phonegap/events/events.batterystatus.md
+++ b/www/docs/en/1.5.0/phonegap/events/events.batterystatus.md
@@ -35,7 +35,7 @@ The battery status handler will be called with an object that contains two prope
 - __level:__ The percentage of battery (0-100). _(Number)_
 - __isPlugged:__ A boolean that represents whether or not the device is plugged in or not. _(Boolean)_
 
-Typically, you will want to attach an event listener with `window.addEventListener` once you receive the PhoneGap '<a href="events.deviceready.html">deviceready</a>' event.
+Typically, you will want to attach an event listener with `window.addEventListener` once you receive the PhoneGap 'deviceready' event.
 
 Supported Platforms
 -------------------
@@ -44,40 +44,40 @@ Supported Platforms
 - Android
 - BlackBerry WebWorks (OS 5.0 and higher)
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     window.addEventListener("batterystatus", onBatteryStatus, false);
 
     function onBatteryStatus(info) {
-        // Handle the <a href="events.online.html">online</a> event
+        // Handle the online event
        	console.log("Level: " + info.level + " isPlugged: " + info.isPlugged); 
     }
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title>PhoneGap <a href="../device/device.html">Device</a> Ready <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>PhoneGap Device Ready Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.5.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Call on<a href="../device/device.html">Device</a>Ready when PhoneGap is loaded.
+        // Call onDeviceReady when PhoneGap is loaded.
         //
         // At this point, the document has loaded but cordova-1.5.0.js has not.
         // When PhoneGap is loaded and talking with the native device,
-        // it will call the event `<a href="events.deviceready.html">deviceready</a>`.
+        // it will call the event `deviceready`.
         // 
 	    function onLoad() {
-    	    document.addEventListener("<a href="events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+    	    document.addEventListener("deviceready", onDeviceReady, false);
     	}
 
         // PhoneGap is loaded and it is now safe to make calls PhoneGap methods
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
 		    window.addEventListener("batterystatus", onBatteryStatus, false);
         }
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/events/events.deviceready.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/events/events.deviceready.md b/www/docs/en/1.5.0/phonegap/events/events.deviceready.md
index 406ca52..61f7f3c 100644
--- a/www/docs/en/1.5.0/phonegap/events/events.deviceready.md
+++ b/www/docs/en/1.5.0/phonegap/events/events.deviceready.md
@@ -43,39 +43,39 @@ Supported Platforms
 - BlackBerry WebWorks (OS 5.0 and higher)
 - iOS
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
-    document.addEventListener("deviceready", on<a href="../device/device.html">Device</a>Ready, false);
+    document.addEventListener("deviceready", onDeviceReady, false);
 
-    function on<a href="../device/device.html">Device</a>Ready() {
+    function onDeviceReady() {
         // Now safe to use the PhoneGap API
     }
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title>PhoneGap <a href="../device/device.html">Device</a> Ready <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>PhoneGap Device Ready Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.5.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Call on<a href="../device/device.html">Device</a>Ready when PhoneGap is loaded.
+        // Call onDeviceReady when PhoneGap is loaded.
         //
         // At this point, the document has loaded but cordova-1.5.0.js has not.
         // When PhoneGap is loaded and talking with the native device,
         // it will call the event `deviceready`.
         //
         function onLoad() {
-            document.addEventListener("deviceready", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
 
         // PhoneGap is loaded and it is now safe to make calls PhoneGap methods
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             // Now safe to use the PhoneGap API
         }
 
@@ -100,13 +100,13 @@ A workaround is to manually query `PhoneGap.available` until PhoneGap has fully
           function() {
               if (PhoneGap.available) {
                   window.clearInterval(intervalID);
-                  on<a href="../device/device.html">Device</a>Ready();
+                  onDeviceReady();
               }
           },
           500
         );
     }
 
-    function on<a href="../device/device.html">Device</a>Ready() {
+    function onDeviceReady() {
         // Now safe to use the PhoneGap API
     }

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/events/events.endcallbutton.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/events/events.endcallbutton.md b/www/docs/en/1.5.0/phonegap/events/events.endcallbutton.md
index ce24f46..41ff6d7 100644
--- a/www/docs/en/1.5.0/phonegap/events/events.endcallbutton.md
+++ b/www/docs/en/1.5.0/phonegap/events/events.endcallbutton.md
@@ -30,14 +30,14 @@ Details
 
 If you need to override the default end call behaviour you can register an event listener for the 'endcallbutton' event.
 
-Typically, you will want to attach an event listener with `document.addEventListener` once you receive the PhoneGap '<a href="events.deviceready.html">deviceready</a>' event.
+Typically, you will want to attach an event listener with `document.addEventListener` once you receive the PhoneGap 'deviceready' event.
 
 Supported Platforms
 -------------------
 
 - BlackBerry WebWorks (OS 5.0 and higher)
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     document.addEventListener("endcallbutton", onEndCallKeyDown, false);
@@ -46,31 +46,31 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         // Handle the end call button
     }
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
                           "http://www.w3.org/TR/html4/strict.dtd">
     <html>
       <head>
-        <title>PhoneGap End Call Button <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>PhoneGap End Call Button Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.5.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Call on<a href="../device/device.html">Device</a>Ready when PhoneGap is loaded.
+        // Call onDeviceReady when PhoneGap is loaded.
         //
         // At this point, the document has loaded but cordova-1.5.0.js has not.
         // When PhoneGap is loaded and talking with the native device,
-        // it will call the event `<a href="events.deviceready.html">deviceready</a>`.
+        // it will call the event `deviceready`.
         //
         function onLoad() {
-            document.addEventListener("<a href="events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
 
         // PhoneGap is loaded and it is now safe to make calls PhoneGap methods
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             // Register the event listener
             document.addEventListener("endcallbutton", onEndCallKeyDown, false);
         }

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/events/events.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/events/events.md b/www/docs/en/1.5.0/phonegap/events/events.md
index 2e7e1c0..41825ec 100644
--- a/www/docs/en/1.5.0/phonegap/events/events.md
+++ b/www/docs/en/1.5.0/phonegap/events/events.md
@@ -26,19 +26,19 @@ Events
 Event Types
 -----------
 
-- <a href="events.deviceready.html">deviceready</a>
-- <a href="events.pause.html">pause</a>
-- <a href="events.resume.html">resume</a>
-- <a href="events.online.html">online</a>
-- <a href="events.offline.html">offline</a>
-- <a href="events.backbutton.html">backbutton</a>
-- <a href="events.batterycritical.html">batterycritical</a>
-- <a href="events.batterylow.html">batterylow</a>
-- <a href="events.batterystatus.html">batterystatus</a>
-- <a href="events.menubutton.html">menubutton</a>
-- <a href="events.searchbutton.html">searchbutton</a>
-- <a href="events.startcallbutton.html">startcallbutton</a>
-- <a href="events.endcallbutton.html">endcallbutton</a>
-- <a href="events.volumedownbutton.html">volumedownbutton</a>
-- <a href="events.volumeupbutton.html">volumeupbutton</a>
+- deviceready
+- pause
+- resume
+- online
+- offline
+- backbutton
+- batterycritical
+- batterylow
+- batterystatus
+- menubutton
+- searchbutton
+- startcallbutton
+- endcallbutton
+- volumedownbutton
+- volumeupbutton
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/events/events.menubutton.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/events/events.menubutton.md b/www/docs/en/1.5.0/phonegap/events/events.menubutton.md
index 2cf32f1..95218ee 100644
--- a/www/docs/en/1.5.0/phonegap/events/events.menubutton.md
+++ b/www/docs/en/1.5.0/phonegap/events/events.menubutton.md
@@ -30,7 +30,7 @@ Details
 
 If you need to override the default menu button behaviour you can register an event listener for the 'menubutton' event.
 
-Typically, you will want to attach an event listener with `document.addEventListener` once you receive the PhoneGap '<a href="events.deviceready.html">deviceready</a>' event.
+Typically, you will want to attach an event listener with `document.addEventListener` once you receive the PhoneGap 'deviceready' event.
 
 Supported Platforms
 -------------------
@@ -38,7 +38,7 @@ Supported Platforms
 - Android
 - BlackBerry WebWorks (OS 5.0 and higher)
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     document.addEventListener("menubutton", onMenuKeyDown, false);
@@ -47,31 +47,31 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         // Handle the back button
     }
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
                           "http://www.w3.org/TR/html4/strict.dtd">
     <html>
       <head>
-        <title>PhoneGap Menu Button <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>PhoneGap Menu Button Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.5.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Call on<a href="../device/device.html">Device</a>Ready when PhoneGap is loaded.
+        // Call onDeviceReady when PhoneGap is loaded.
         //
         // At this point, the document has loaded but cordova-1.5.0.js has not.
         // When PhoneGap is loaded and talking with the native device,
-        // it will call the event `<a href="events.deviceready.html">deviceready</a>`.
+        // it will call the event `deviceready`.
         //
         function onLoad() {
-            document.addEventListener("<a href="events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
 
         // PhoneGap is loaded and it is now safe to make calls PhoneGap methods
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             // Register the event listener
             document.addEventListener("menubutton", onMenuKeyDown, false);
         }

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/events/events.offline.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/events/events.offline.md b/www/docs/en/1.5.0/phonegap/events/events.offline.md
index e1915a9..7d60d71 100644
--- a/www/docs/en/1.5.0/phonegap/events/events.offline.md
+++ b/www/docs/en/1.5.0/phonegap/events/events.offline.md
@@ -30,7 +30,7 @@ Details
 
 When the application's network connection changes to being offline, the offline event is fired.  
 
-Typically, you will want to attach an event listener with `document.addEventListener` once you receive the PhoneGap '<a href="events.deviceready.html">deviceready</a>' event.
+Typically, you will want to attach an event listener with `document.addEventListener` once you receive the PhoneGap 'deviceready' event.
 
 Supported Platforms
 -------------------
@@ -39,7 +39,7 @@ Supported Platforms
 - BlackBerry WebWorks (OS 5.0 and higher)
 - iOS
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     document.addEventListener("offline", onOffline, false);
@@ -48,30 +48,30 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         // Handle the offline event
     }
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title>PhoneGap Offline <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>PhoneGap Offline Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.5.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Call on<a href="../device/device.html">Device</a>Ready when PhoneGap is loaded.
+        // Call onDeviceReady when PhoneGap is loaded.
         //
         // At this point, the document has loaded but cordova-1.5.0.js has not.
         // When PhoneGap is loaded and talking with the native device,
-        // it will call the event `<a href="events.deviceready.html">deviceready</a>`.
+        // it will call the event `deviceready`.
         //
         function onLoad() {
-            document.addEventListener("<a href="events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
 
         // PhoneGap is loaded and it is now safe to make calls PhoneGap methods
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
 		    document.addEventListener("offline", onOffline, false);
         }
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/events/events.online.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/events/events.online.md b/www/docs/en/1.5.0/phonegap/events/events.online.md
index 648ca38..0432a00 100644
--- a/www/docs/en/1.5.0/phonegap/events/events.online.md
+++ b/www/docs/en/1.5.0/phonegap/events/events.online.md
@@ -30,7 +30,7 @@ Details
 
 When the application's network connection changes to being online, the online event is fired.  
 
-Typically, you will want to attach an event listener with `document.addEventListener` once you receive the PhoneGap '<a href="events.deviceready.html">deviceready</a>' event.
+Typically, you will want to attach an event listener with `document.addEventListener` once you receive the PhoneGap 'deviceready' event.
 
 Supported Platforms
 -------------------
@@ -39,7 +39,7 @@ Supported Platforms
 - BlackBerry WebWorks (OS 5.0 and higher)
 - iOS
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     document.addEventListener("online", onOnline, false);
@@ -48,30 +48,30 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         // Handle the online event
     }
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title>PhoneGap Online <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>PhoneGap Online Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.5.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Call on<a href="../device/device.html">Device</a>Ready when PhoneGap is loaded.
+        // Call onDeviceReady when PhoneGap is loaded.
         //
         // At this point, the document has loaded but cordova-1.5.0.js has not.
         // When PhoneGap is loaded and talking with the native device,
-        // it will call the event `<a href="events.deviceready.html">deviceready</a>`.
+        // it will call the event `deviceready`.
         //
         function onLoad() {
-            document.addEventListener("<a href="events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
 
         // PhoneGap is loaded and it is now safe to make calls PhoneGap methods
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             document.addEventListener("online", onOnline, false);
         }
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/events/events.pause.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/events/events.pause.md b/www/docs/en/1.5.0/phonegap/events/events.pause.md
index fa77ff2..2d6e66d 100644
--- a/www/docs/en/1.5.0/phonegap/events/events.pause.md
+++ b/www/docs/en/1.5.0/phonegap/events/events.pause.md
@@ -30,7 +30,7 @@ Details
 
 PhoneGap consists of two code bases: native and JavaScript. While the native code puts the application into the background the pause event is fired.  
 
-Typically, you will want to attach an event listener with `document.addEventListener` once you receive the PhoneGap '<a href="events.deviceready.html">deviceready</a>' event.
+Typically, you will want to attach an event listener with `document.addEventListener` once you receive the PhoneGap 'deviceready' event.
 
 Supported Platforms
 -------------------
@@ -39,7 +39,7 @@ Supported Platforms
 - BlackBerry WebWorks (OS 5.0 and higher)
 - iOS
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     document.addEventListener("pause", onPause, false);
@@ -48,30 +48,30 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         // Handle the pause event
     }
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title>PhoneGap Pause <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>PhoneGap Pause Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.5.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Call on<a href="../device/device.html">Device</a>Ready when PhoneGap is loaded.
+        // Call onDeviceReady when PhoneGap is loaded.
         //
         // At this point, the document has loaded but cordova-1.5.0.js has not.
         // When PhoneGap is loaded and talking with the native device,
-        // it will call the event `<a href="events.deviceready.html">deviceready</a>`.
+        // it will call the event `deviceready`.
         //
         function onLoad() {
-            document.addEventListener("<a href="events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
 
         // PhoneGap is loaded and it is now safe to make calls PhoneGap methods
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
 		    document.addEventListener("pause", onPause, false);
         }
 
@@ -88,4 +88,4 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
 
 iOS Quirks
 --------------------------
-In the pause handler, any calls that go through Objective-C will not work, nor will any calls that are interactive, like alerts. This means that you cannot call console.log (and its variants), or any calls from Plugins or the PhoneGap API. These will only be processed when the app <a href="events.resume.html">resume</a>s (processed on the next run-loop).
+In the pause handler, any calls that go through Objective-C will not work, nor will any calls that are interactive, like alerts. This means that you cannot call console.log (and its variants), or any calls from Plugins or the PhoneGap API. These will only be processed when the app resumes (processed on the next run-loop).

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/events/events.resume.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/events/events.resume.md b/www/docs/en/1.5.0/phonegap/events/events.resume.md
index 33b80a5..cdbe4cd 100644
--- a/www/docs/en/1.5.0/phonegap/events/events.resume.md
+++ b/www/docs/en/1.5.0/phonegap/events/events.resume.md
@@ -30,7 +30,7 @@ Details
 
 PhoneGap consists of two code bases: native and JavaScript. While the native code pulls the application from the background the resume event is fired.  
 
-Typically, you will want to attach an event listener with `document.addEventListener` once you receive the PhoneGap '<a href="events.deviceready.html">deviceready</a>' event.
+Typically, you will want to attach an event listener with `document.addEventListener` once you receive the PhoneGap 'deviceready' event.
 
 Supported Platforms
 -------------------
@@ -39,7 +39,7 @@ Supported Platforms
 - BlackBerry WebWorks (OS 5.0 and higher)
 - iOS
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     document.addEventListener("resume", onResume, false);
@@ -48,30 +48,30 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         // Handle the resume event
     }
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title>PhoneGap Resume <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>PhoneGap Resume Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.5.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Call on<a href="../device/device.html">Device</a>Ready when PhoneGap is loaded.
+        // Call onDeviceReady when PhoneGap is loaded.
         //
         // At this point, the document has loaded but cordova-1.5.0.js has not.
         // When PhoneGap is loaded and talking with the native device,
-        // it will call the event `<a href="events.deviceready.html">deviceready</a>`.
+        // it will call the event `deviceready`.
         //
         function onLoad() {
-            document.addEventListener("<a href="events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
 
         // PhoneGap is loaded and it is now safe to make calls PhoneGap methods
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             document.addEventListener("resume", onResume, false);
         }
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[04/51] [partial] docs commit: Reverting autolinking change because of inconsistencies.

Posted by db...@apache.org.
http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/file/localfilesystem/localfilesystem.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/file/localfilesystem/localfilesystem.md b/www/docs/en/1.8.1/cordova/file/localfilesystem/localfilesystem.md
index 4b2da96..d00b3a7 100644
--- a/www/docs/en/1.8.1/cordova/file/localfilesystem/localfilesystem.md
+++ b/www/docs/en/1.8.1/cordova/file/localfilesystem/localfilesystem.md
@@ -18,7 +18,7 @@ license: >
     under the License.
 ---
 
-Local<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>
+LocalFileSystem
 ===============
 
 This object provides a way to obtain root file systems.
@@ -26,19 +26,19 @@ This object provides a way to obtain root file systems.
 Methods
 ----------
 
-- __request<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>:__ Requests a filesystem. _(Function)_
-- __resolveLocal<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>URI:__ Retrieve a <a href="../directoryentry/directoryentry.html">DirectoryEntry</a> or <a href="../fileentry/fileentry.html"><a href="../fileobj/fileobj.html">File</a>Entry</a> using local URI. _(Function)_
+- __requestFileSystem:__ Requests a filesystem. _(Function)_
+- __resolveLocalFileSystemURI:__ Retrieve a DirectoryEntry or FileEntry using local URI. _(Function)_
 
 Constants
 ---------
 
-- `Local<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>.PERSISTENT`: Used for storage that should not be removed by the user agent without application or user permission.
-- `Local<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>.TEMPORARY`: Used for storage with no guarantee of persistence.
+- `LocalFileSystem.PERSISTENT`: Used for storage that should not be removed by the user agent without application or user permission.
+- `LocalFileSystem.TEMPORARY`: Used for storage with no guarantee of persistence.
 
 Details
 -------
 
-The `Local<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>` object methods are defined on the __window__ object.
+The `LocalFileSystem` object methods are defined on the __window__ object.
 
 Supported Platforms
 -------------------
@@ -48,7 +48,7 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
 
-Request <a href="../fileobj/fileobj.html">File</a> System Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Request File System Quick Example
 ---------------------------------
 
 	function onSuccess(fileSystem) {
@@ -56,41 +56,41 @@ Request <a href="../fileobj/fileobj.html">File</a> System Quick <a href="../../s
 	}
 	
 	// request the persistent file system
-	window.request<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>(Local<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>.PERSISTENT, 0, onSuccess, onError);
+	window.requestFileSystem(LocalFileSystem.PERSISTENT, 0, onSuccess, onError);
 
-Resolve Local <a href="../fileobj/fileobj.html">File</a> System URI Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Resolve Local File System URI Quick Example
 -------------------------------------------
 
 	function onSuccess(fileEntry) {
 		console.log(fileEntry.name);
 	}
 
-	window.resolveLocal<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>URI("file:///example.txt", onSuccess, onError);
+	window.resolveLocalFileSystemURI("file:///example.txt", onSuccess, onError);
 	
-Full <a href="../../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Local <a href="../fileobj/fileobj.html">File</a> System <a href="../../storage/storage.opendatabase.html">Example</a></title>
+        <title>Local File System Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../../device/device.html">Device</a>Ready() {
-			window.request<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>(Local<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>.PERSISTENT, 0, on<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>Success, fail);
-			window.resolveLocal<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>URI("file:///example.txt", onResolveSuccess, fail);
+        function onDeviceReady() {
+			window.requestFileSystem(LocalFileSystem.PERSISTENT, 0, onFileSystemSuccess, fail);
+			window.resolveLocalFileSystemURI("file:///example.txt", onResolveSuccess, fail);
         }
 
-		function on<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>Success(fileSystem) {
+		function onFileSystemSuccess(fileSystem) {
 			console.log(fileSystem.name);
 		}
 
@@ -105,7 +105,7 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
         </script>
       </head>
       <body>
-        <h1><a href="../../storage/storage.opendatabase.html">Example</a></h1>
-        <p>Local <a href="../fileobj/fileobj.html">File</a> System</p>
+        <h1>Example</h1>
+        <p>Local File System</p>
       </body>
     </html>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/file/metadata/metadata.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/file/metadata/metadata.md b/www/docs/en/1.8.1/cordova/file/metadata/metadata.md
index e4c5194..487d07c 100644
--- a/www/docs/en/1.8.1/cordova/file/metadata/metadata.md
+++ b/www/docs/en/1.8.1/cordova/file/metadata/metadata.md
@@ -31,7 +31,7 @@ Properties
 Details
 -------
 
-The `Metadata` object represents information about the state of a file or directory.  You can get an instance of a Metadata object by calling the __getMetadata__ method of a `<a href="../directoryentry/directoryentry.html">DirectoryEntry</a>` or `<a href="../fileentry/fileentry.html"><a href="../fileobj/fileobj.html">File</a>Entry</a>` object.
+The `Metadata` object represents information about the state of a file or directory.  You can get an instance of a Metadata object by calling the __getMetadata__ method of a `DirectoryEntry` or `FileEntry` object.
 
 Supported Platforms
 -------------------
@@ -41,7 +41,7 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
 	function win(metadata) {

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/geolocation/Coordinates/coordinates.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/geolocation/Coordinates/coordinates.md b/www/docs/en/1.8.1/cordova/geolocation/Coordinates/coordinates.md
index f877c14..005aa49 100644
--- a/www/docs/en/1.8.1/cordova/geolocation/Coordinates/coordinates.md
+++ b/www/docs/en/1.8.1/cordova/geolocation/Coordinates/coordinates.md
@@ -37,7 +37,7 @@ Properties
 Description
 -----------
 
-The `Coordinates` object is created and populated by Cordova, and attached to the `<a href="../Position/position.html">Position</a>` object. The `<a href="../Position/position.html">Position</a>` 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
 -------------------
@@ -49,7 +49,7 @@ Supported Platforms
 - Bada 1.2 & 2.x
 - webOS
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // onSuccess Callback
@@ -71,29 +71,29 @@ Quick <a href="../../storage/storage.opendatabase.html">Example</a>
         alert('onError!');
     };
 
-    navigator.geolocation.getCurrent<a href="../Position/position.html">Position</a>(onSuccess, onError);
+    navigator.geolocation.getCurrentPosition(onSuccess, onError);
 
-Full <a href="../../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../geolocation.html">Geolocation</a> <a href="../Position/position.html">Position</a> <a href="../../storage/storage.opendatabase.html">Example</a></title>
+        <title>Geolocation Position Example</title>
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Set an event to wait for Cordova to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is loaded and Ready
         //
-        function on<a href="../../device/device.html">Device</a>Ready() {
-            navigator.geolocation.getCurrent<a href="../Position/position.html">Position</a>(onSuccess, onError);
+        function onDeviceReady() {
+            navigator.geolocation.getCurrentPosition(onSuccess, onError);
         }
     
-        // Display `<a href="../Position/position.html">Position</a>` properties from the geolocation
+        // Display `Position` properties from the geolocation
         //
         function onSuccess(position) {
             var div = document.getElementById('myDiv');

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/geolocation/Position/position.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/geolocation/Position/position.md b/www/docs/en/1.8.1/cordova/geolocation/Position/position.md
index 74a5486..33be823 100644
--- a/www/docs/en/1.8.1/cordova/geolocation/Position/position.md
+++ b/www/docs/en/1.8.1/cordova/geolocation/Position/position.md
@@ -26,7 +26,7 @@ Contains `Position` coordinates and timestamp, created by the geolocation API.
 Properties
 ----------
 
-- __coords:__ A set of geographic coordinates. _(<a href="../Coordinates/coordinates.html">Coordinates</a>)_
+- __coords:__ A set of geographic coordinates. _(Coordinates)_
 - __timestamp:__ Creation timestamp for `coords`. _(Date)_
 
 Description
@@ -44,7 +44,7 @@ Supported Platforms
 - Bada 1.2 & 2.x
 - webOS
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // onSuccess Callback
@@ -60,37 +60,37 @@ Quick <a href="../../storage/storage.opendatabase.html">Example</a>
               'Timestamp: '         + position.timestamp                + '\n');
     };
 
-    // onError Callback receives a <a href="../PositionError/positionError.html">PositionError</a> object
+    // onError Callback receives a PositionError object
     //
     function onError(error) {
         alert('code: '    + error.code    + '\n' +
               'message: ' + error.message + '\n');
     }
 
-    navigator.<a href="../geolocation.getCurrentPosition.html">geolocation.getCurrentPosition</a>(onSuccess, onError);
+    navigator.geolocation.getCurrentPosition(onSuccess, onError);
 
-Full <a href="../../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../../device/device.html">Device</a> Properties <a href="../../storage/storage.opendatabase.html">Example</a></title>
+        <title>Device Properties Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../../device/device.html">Device</a>Ready() {
-            navigator.<a href="../geolocation.getCurrentPosition.html">geolocation.getCurrentPosition</a>(onSuccess, onError);
+        function onDeviceReady() {
+            navigator.geolocation.getCurrentPosition(onSuccess, onError);
         }
     
-        // onSuccess <a href="../geolocation.html">Geolocation</a>
+        // onSuccess Geolocation
         //
         function onSuccess(position) {
             var element = document.getElementById('geolocation');
@@ -105,7 +105,7 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
      position.timestamp                    + '<br />';
         }
     
-	    // onError Callback receives a <a href="../PositionError/positionError.html">PositionError</a> object
+	    // onError Callback receives a PositionError object
 	    //
 	    function onError(error) {
 	        alert('code: '    + error.code    + '\n' +

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/geolocation/PositionError/positionError.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/geolocation/PositionError/positionError.md b/www/docs/en/1.8.1/cordova/geolocation/PositionError/positionError.md
index 1b5b042..3b38add 100644
--- a/www/docs/en/1.8.1/cordova/geolocation/PositionError/positionError.md
+++ b/www/docs/en/1.8.1/cordova/geolocation/PositionError/positionError.md
@@ -18,10 +18,10 @@ license: >
     under the License.
 ---
 
-<a href="../Position/position.html">Position</a>Error
+PositionError
 ========
 
-A `<a href="../Position/position.html">Position</a>Error` object is returned to the `<a href="../parameters/geolocationError.html">geolocationError</a>` callback when an error occurs.
+A `PositionError` object is returned to the `geolocationError` callback when an error occurs.
 
 Properties
 ----------
@@ -32,29 +32,29 @@ Properties
 Constants
 ---------
 
-- `<a href="../Position/position.html">Position</a>Error.PERMISSION_DENIED`
-- `<a href="../Position/position.html">Position</a>Error.POSITION_UNAVAILABLE`
-- `<a href="../Position/position.html">Position</a>Error.TIMEOUT`
+- `PositionError.PERMISSION_DENIED`
+- `PositionError.POSITION_UNAVAILABLE`
+- `PositionError.TIMEOUT`
 
 Description
 -----------
 
-The `<a href="../Position/position.html">Position</a>Error` object is returned to the user through the `<a href="../parameters/geolocationError.html">geolocationError</a>` callback function when an error occurs with geolocation.
+The `PositionError` object is returned to the user through the `geolocationError` callback function when an error occurs with geolocation.
 
-### `<a href="../Position/position.html">Position</a>Error.PERMISSION_DENIED`
+### `PositionError.PERMISSION_DENIED`
 
 Returned when the user does not allow your application to retrieve
 position information. This is dependent on the platform.
 
-### `<a href="../Position/position.html">Position</a>Error.POSITION_UNAVAILABLE`
+### `PositionError.POSITION_UNAVAILABLE`
 
 Returned when the device was unable to retrieve a position. In general
 this means the device has no network connectivity and/or cannot get a
 satellite fix.
 
-### `<a href="../Position/position.html">Position</a>Error.TIMEOUT`
+### `PositionError.TIMEOUT`
 
 Returned when the device was unable to retrieve a position within the
-time specified in the `<a href="../parameters/geolocation.options.html">geolocationOptions</a>`' `timeout` property. When using
-in conjunction with `geolocation.watch<a href="../Position/position.html">Position</a>`, this error could be
-called into the `<a href="../parameters/geolocationError.html">geolocationError</a>` callback every `timeout` milliseconds.
+time specified in the `geolocationOptions`' `timeout` property. When using
+in conjunction with `geolocation.watchPosition`, this error could be
+called into the `geolocationError` callback every `timeout` milliseconds.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/geolocation/geolocation.clearWatch.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/geolocation/geolocation.clearWatch.md b/www/docs/en/1.8.1/cordova/geolocation/geolocation.clearWatch.md
index 652f946..ac474ee 100644
--- a/www/docs/en/1.8.1/cordova/geolocation/geolocation.clearWatch.md
+++ b/www/docs/en/1.8.1/cordova/geolocation/geolocation.clearWatch.md
@@ -28,12 +28,12 @@ Stop watching for changes to the device's location referenced by the `watchID` p
 Parameters
 ----------
 
-- __watchID:__ The id of the `watch<a href="Position/position.html">Position</a>` interval to clear. (String)
+- __watchID:__ The id of the `watchPosition` interval to clear. (String)
 
 Description
 -----------
 
-`geolocation.clearWatch` stops watching changes to the device's location by clearing the `geolocation.watch<a href="Position/position.html">Position</a>` referenced by `watchID`.
+`geolocation.clearWatch` stops watching changes to the device's location by clearing the `geolocation.watchPosition` referenced by `watchID`.
 
 Supported Platforms
 -------------------
@@ -45,46 +45,46 @@ Supported Platforms
 - Bada 1.2 & 2.x
 - webOS
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // Options: watch for changes in position, and use the most
     // accurate position acquisition method available.
     //
-    var watchID = navigator.geolocation.watch<a href="Position/position.html">Position</a>(onSuccess, onError, { enableHighAccuracy: true });
+    var watchID = navigator.geolocation.watchPosition(onSuccess, onError, { enableHighAccuracy: true });
 
     // ...later on...
 
     navigator.geolocation.clearWatch(watchID);
 
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../device/device.html">Device</a> Properties <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Device Properties Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         var watchID = null;
 
         // Cordova is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             // Get the most accurate position updates available on the
             // device.
             var options = { enableHighAccuracy: true };
-            watchID = navigator.geolocation.watch<a href="Position/position.html">Position</a>(onSuccess, onError, options);
+            watchID = navigator.geolocation.watchPosition(onSuccess, onError, options);
         }
     
-        // onSuccess <a href="geolocation.html">Geolocation</a>
+        // onSuccess Geolocation
         //
         function onSuccess(position) {
             var element = document.getElementById('geolocation');
@@ -102,7 +102,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             }
         }
     
-	    // onError Callback receives a <a href="<a href="Position/position.html">Position</a>Error/positionError.html"><a href="Position/position.html">Position</a>Error</a> object
+	    // onError Callback receives a PositionError object
 	    //
 	    function onError(error) {
 	      alert('code: '    + error.code    + '\n' +

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/geolocation/geolocation.getCurrentPosition.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/geolocation/geolocation.getCurrentPosition.md b/www/docs/en/1.8.1/cordova/geolocation/geolocation.getCurrentPosition.md
index 4d78804..672d3ef 100644
--- a/www/docs/en/1.8.1/cordova/geolocation/geolocation.getCurrentPosition.md
+++ b/www/docs/en/1.8.1/cordova/geolocation/geolocation.getCurrentPosition.md
@@ -18,26 +18,26 @@ license: >
     under the License.
 ---
 
-geolocation.getCurrent<a href="Position/position.html">Position</a>
+geolocation.getCurrentPosition
 ==============================
 
-Returns the device's current position as a `<a href="Position/position.html">Position</a>` object.
+Returns the device's current position as a `Position` object.
 
-    navigator.geolocation.getCurrent<a href="Position/position.html">Position</a>(<a href="parameters/geolocationSuccess.html">geolocationSuccess</a>, 
-                                             [<a href="parameters/geolocationError.html">geolocationError</a>], 
-                                             [<a href="parameters/geolocation.options.html">geolocationOptions</a>]);
+    navigator.geolocation.getCurrentPosition(geolocationSuccess, 
+                                             [geolocationError], 
+                                             [geolocationOptions]);
 
 Parameters
 ----------
 
-- __<a href="parameters/geolocationSuccess.html">geolocationSuccess</a>__: The callback that is called with the current position.
-- __<a href="parameters/geolocationError.html">geolocationError</a>__: (Optional) The callback that is called if there was an error.
-- __<a href="parameters/geolocation.options.html">geolocationOptions</a>__: (Optional) The geolocation options.
+- __geolocationSuccess__: The callback that is called with the current position.
+- __geolocationError__: (Optional) The callback that is called if there was an error.
+- __geolocationOptions__: (Optional) The geolocation options.
 
 Description
 -----------
 
-`geolocation.getCurrent<a href="Position/position.html">Position</a>` is an asynchronous function. It returns the device's current position to the `<a href="parameters/geolocationSuccess.html">geolocationSuccess</a>` callback with a `<a href="Position/position.html">Position</a>` object as the parameter.  If there is an error, the `<a href="parameters/geolocationError.html">geolocationError</a>` callback is invoked with a `<a href="<a href="Position/position.html">Position</a>Error/positionError.html"><a href="Position/position.html">Position</a>Error</a>` object.
+`geolocation.getCurrentPosition` is an asynchronous function. It returns the device's current position to the `geolocationSuccess` callback with a `Position` object as the parameter.  If there is an error, the `geolocationError` callback is invoked with a `PositionError` object.
 
 
 Supported Platforms
@@ -50,11 +50,11 @@ Supported Platforms
 - Bada 1.2 & 2.x
 - webOS
     
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // onSuccess Callback
-    //   This method accepts a `<a href="Position/position.html">Position</a>` object, which contains
+    //   This method accepts a `Position` object, which contains
     //   the current GPS coordinates
     //
     var onSuccess = function(position) {
@@ -68,37 +68,37 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
               'Timestamp: '         + position.timestamp                + '\n');
     };
 
-    // onError Callback receives a <a href="<a href="Position/position.html">Position</a>Error/positionError.html"><a href="Position/position.html">Position</a>Error</a> object
+    // onError Callback receives a PositionError object
     //
     function onError(error) {
         alert('code: '    + error.code    + '\n' +
               'message: ' + error.message + '\n');
     }
 
-    navigator.geolocation.getCurrent<a href="Position/position.html">Position</a>(onSuccess, onError);
+    navigator.geolocation.getCurrentPosition(onSuccess, onError);
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../device/device.html">Device</a> Properties <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Device Properties Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
-            navigator.geolocation.getCurrent<a href="Position/position.html">Position</a>(onSuccess, onError);
+        function onDeviceReady() {
+            navigator.geolocation.getCurrentPosition(onSuccess, onError);
         }
     
-        // onSuccess <a href="geolocation.html">Geolocation</a>
+        // onSuccess Geolocation
         //
         function onSuccess(position) {
             var element = document.getElementById('geolocation');
@@ -112,7 +112,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
                                 'Timestamp: '          +                                   position.timestamp          + '<br />';
         }
     
-	    // onError Callback receives a <a href="<a href="Position/position.html">Position</a>Error/positionError.html"><a href="Position/position.html">Position</a>Error</a> object
+	    // onError Callback receives a PositionError object
 	    //
 	    function onError(error) {
 	        alert('code: '    + error.code    + '\n' +

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/geolocation/geolocation.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/geolocation/geolocation.md b/www/docs/en/1.8.1/cordova/geolocation/geolocation.md
index 9d03a19..63659cf 100644
--- a/www/docs/en/1.8.1/cordova/geolocation/geolocation.md
+++ b/www/docs/en/1.8.1/cordova/geolocation/geolocation.md
@@ -23,31 +23,31 @@ Geolocation
 
 > The `geolocation` object provides access to the device's GPS sensor.
 
-Geolocation provides location information for the device, such as latitude and longitude. Common sources of location information include Global <a href="Position/position.html">Position</a>ing 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.
+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 Geolocation API Specification](http://dev.w3.org/geo/api/spec-source.html).  Some devices (Android, BlackBerry, Bada, Windows Phone 7 and webOS, to be specific) 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, the Cordova implementation adheres to the W3C specification.
 
 Methods
 -------
 
-- geolocation.getCurrent<a href="Position/position.html">Position</a>
-- geolocation.watch<a href="Position/position.html">Position</a>
-- <a href="geolocation.clearWatch.html">geolocation.clearWatch</a>
+- geolocation.getCurrentPosition
+- geolocation.watchPosition
+- geolocation.clearWatch
 
 
 Arguments
 ---------
 
-- <a href="parameters/geolocationSuccess.html">geolocationSuccess</a>
-- <a href="parameters/geolocationError.html">geolocationError</a>
-- <a href="parameters/geolocation.options.html">geolocationOptions</a>
+- geolocationSuccess
+- geolocationError
+- geolocationOptions
 
 Objects (Read-Only)
 -------------------
 
-- <a href="Position/position.html">Position</a>
-- <a href="<a href="Position/position.html">Position</a>Error/positionError.html"><a href="Position/position.html">Position</a>Error</a>
-- <a href="Coordinates/coordinates.html">Coordinates</a>
+- Position
+- PositionError
+- Coordinates
 
 Permissions
 -----------
@@ -82,7 +82,7 @@ Permissions
 
 ### iOS
 
-#### App/Supporting <a href="../file/fileobj/fileobj.html">File</a>s/Cordova.plist
+#### App/Supporting Files/Cordova.plist
 
     <key>Plugins</key>
     <dict>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/geolocation/geolocation.watchPosition.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/geolocation/geolocation.watchPosition.md b/www/docs/en/1.8.1/cordova/geolocation/geolocation.watchPosition.md
index 1dc81db..335cbf2 100644
--- a/www/docs/en/1.8.1/cordova/geolocation/geolocation.watchPosition.md
+++ b/www/docs/en/1.8.1/cordova/geolocation/geolocation.watchPosition.md
@@ -18,31 +18,31 @@ license: >
     under the License.
 ---
 
-geolocation.watch<a href="Position/position.html">Position</a>
+geolocation.watchPosition
 =========================
 
 Watches for changes to the device's current position.
 
-    var watchId = navigator.geolocation.watch<a href="Position/position.html">Position</a>(<a href="parameters/geolocationSuccess.html">geolocationSuccess</a>,
-                                                      [<a href="parameters/geolocationError.html">geolocationError</a>],
-                                                      [<a href="parameters/geolocation.options.html">geolocationOptions</a>]);
+    var watchId = navigator.geolocation.watchPosition(geolocationSuccess,
+                                                      [geolocationError],
+                                                      [geolocationOptions]);
 
 Parameters
 ----------
 
-- __<a href="parameters/geolocationSuccess.html">geolocationSuccess</a>__: The callback that is called with the current position.
-- __<a href="parameters/geolocationError.html">geolocationError</a>__: (Optional) The callback that is called if there was an error.
-- __<a href="parameters/geolocation.options.html">geolocationOptions</a>__: (Optional) The geolocation options.
+- __geolocationSuccess__: The callback that is called with the current position.
+- __geolocationError__: (Optional) The callback that is called if there was an error.
+- __geolocationOptions__: (Optional) The geolocation options.
 
 Returns
 -------
 
-- __String__: returns a watch id that references the watch position interval. The watch id should be used with `<a href="geolocation.clearWatch.html">geolocation.clearWatch</a>` to stop watching for changes in position.
+- __String__: returns a watch id that references the watch position interval. The watch id should be used with `geolocation.clearWatch` to stop watching for changes in position.
 
 Description
 -----------
 
-`geolocation.watch<a href="Position/position.html">Position</a>` is an asynchronous function. It returns the device's current position when a change in position has been detected.  When the device has retrieved a new location, the `<a href="parameters/geolocationSuccess.html">geolocationSuccess</a>` callback is invoked with a `<a href="Position/position.html">Position</a>` object as the parameter.  If there is an error, the `<a href="parameters/geolocationError.html">geolocationError</a>` callback is invoked with a `<a href="<a href="Position/position.html">Position</a>Error/positionError.html"><a href="Position/position.html">Position</a>Error</a>` object.
+`geolocation.watchPosition` is an asynchronous function. It returns the device's current position when a change in position has been detected.  When the device has retrieved a new location, the `geolocationSuccess` callback is invoked with a `Position` object as the parameter.  If there is an error, the `geolocationError` callback is invoked with a `PositionError` object.
 
 Supported Platforms
 -------------------
@@ -54,11 +54,11 @@ Supported Platforms
 - Bada 1.2 & 2.x
 - webOS
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // onSuccess Callback
-    //   This method accepts a `<a href="Position/position.html">Position</a>` object, which contains
+    //   This method accepts a `Position` object, which contains
     //   the current GPS coordinates
     //
     function onSuccess(position) {
@@ -68,7 +68,7 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
                             '<hr />'      + element.innerHTML;
     }
 
-    // onError Callback receives a <a href="<a href="Position/position.html">Position</a>Error/positionError.html"><a href="Position/position.html">Position</a>Error</a> object
+    // onError Callback receives a PositionError object
     //
     function onError(error) {
         alert('code: '    + error.code    + '\n' +
@@ -77,35 +77,35 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
 
     // Options: throw an error if no update is received every 30 seconds.
     //
-    var watchID = navigator.geolocation.watch<a href="Position/position.html">Position</a>(onSuccess, onError, { timeout: 30000 });
+    var watchID = navigator.geolocation.watchPosition(onSuccess, onError, { timeout: 30000 });
     
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../device/device.html">Device</a> Properties <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Device Properties Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         var watchID = null;
 
         // Cordova is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             // Throw an error if no update is received every 30 seconds
             var options = { timeout: 30000 };
-            watchID = navigator.geolocation.watch<a href="Position/position.html">Position</a>(onSuccess, onError, options);
+            watchID = navigator.geolocation.watchPosition(onSuccess, onError, options);
         }
     
-        // onSuccess <a href="geolocation.html">Geolocation</a>
+        // onSuccess Geolocation
         //
         function onSuccess(position) {
             var element = document.getElementById('geolocation');
@@ -114,7 +114,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
                                 '<hr />'      + element.innerHTML;
         }
     
-	    // onError Callback receives a <a href="<a href="Position/position.html">Position</a>Error/positionError.html"><a href="Position/position.html">Position</a>Error</a> object
+	    // onError Callback receives a PositionError object
 	    //
 	    function onError(error) {
 	        alert('code: '    + error.code    + '\n' +

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/geolocation/parameters/geolocation.options.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/geolocation/parameters/geolocation.options.md b/www/docs/en/1.8.1/cordova/geolocation/parameters/geolocation.options.md
index 6a5b3da..ff1b80d 100644
--- a/www/docs/en/1.8.1/cordova/geolocation/parameters/geolocation.options.md
+++ b/www/docs/en/1.8.1/cordova/geolocation/parameters/geolocation.options.md
@@ -22,15 +22,15 @@ geolocationOptions
 ==================
 
 Optional parameters to customize the retrieval of the geolocation
-`<a href="../Position/position.html">Position</a>`.
+`Position`.
 
     { maximumAge: 3000, timeout: 5000, enableHighAccuracy: true };
 
 Options
 -------
 
-- __enableHighAccuracy:__ Provides a hint that the application would like to receive the best possible results. By default, the device will attempt to retrieve a `<a href="../Position/position.html">Position</a>` using network-based methods. Setting this property to `true` tells the framework to use more accurate methods, such as satellite positioning. _(Boolean)_
-- __timeout:__ The maximum length of time (milliseconds) that is allowed to pass from the call to `geolocation.getCurrent<a href="../Position/position.html">Position</a>` or `geolocation.watch<a href="../Position/position.html">Position</a>` until the corresponding `<a href="geolocationSuccess.html">geolocationSuccess</a>` callback is invoked. If the `<a href="geolocationSuccess.html">geolocationSuccess</a>` callback is not invoked within this time, the `<a href="geolocationError.html">geolocationError</a>` callback will be invoked with a `<a href="../<a href="../Position/position.html">Position</a>Error/positionError.html"><a href="../Position/position.html">Position</a>Error</a>.TIMEOUT` error code. NOTE: when used in conjunction with `geolocation.watch<a href="../Position/position.html">Position</a>`, the `<a href="geolocationError.html">geolocationError</a>` callback could be called on an interval every `timeout` milliseconds! _(Number)_
+- __enableHighAccuracy:__ Provides a hint that the application would like to receive the best possible results. By default, the device will attempt to retrieve a `Position` using network-based methods. Setting this property to `true` tells the framework to use more accurate methods, such as satellite positioning. _(Boolean)_
+- __timeout:__ The maximum length of time (milliseconds) that is allowed to pass from the call to `geolocation.getCurrentPosition` or `geolocation.watchPosition` until the corresponding `geolocationSuccess` callback is invoked. If the `geolocationSuccess` callback is not invoked within this time, the `geolocationError` callback will be invoked with a `PositionError.TIMEOUT` error code. NOTE: when used in conjunction with `geolocation.watchPosition`, the `geolocationError` callback could be called on an interval every `timeout` milliseconds! _(Number)_
 - __maximumAge:__ Accept a cached position whose age is no greater than the specified time in milliseconds. _(Number)_
 
 Android Quirks

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/geolocation/parameters/geolocationError.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/geolocation/parameters/geolocationError.md b/www/docs/en/1.8.1/cordova/geolocation/parameters/geolocationError.md
index afe00ea..3408969 100644
--- a/www/docs/en/1.8.1/cordova/geolocation/parameters/geolocationError.md
+++ b/www/docs/en/1.8.1/cordova/geolocation/parameters/geolocationError.md
@@ -30,4 +30,4 @@ The user's callback function that is called when there is an error for geolocati
 Parameters
 ----------
 
-- __error:__ The error returned by the device. (`<a href="../<a href="../Position/position.html">Position</a>Error/positionError.html"><a href="../Position/position.html">Position</a>Error</a>`)
+- __error:__ The error returned by the device. (`PositionError`)

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/geolocation/parameters/geolocationSuccess.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/geolocation/parameters/geolocationSuccess.md b/www/docs/en/1.8.1/cordova/geolocation/parameters/geolocationSuccess.md
index cac8481..bffd951 100644
--- a/www/docs/en/1.8.1/cordova/geolocation/parameters/geolocationSuccess.md
+++ b/www/docs/en/1.8.1/cordova/geolocation/parameters/geolocationSuccess.md
@@ -21,7 +21,7 @@ license: >
 geolocationSuccess
 ==================
 
-The user's callback function that is called when a geolocation position becomes available (when using with `geolocation.getCurrent<a href="../Position/position.html">Position</a>`), or when the position changes (when using with `geolocation.watch<a href="../Position/position.html">Position</a>`).
+The user's callback function that is called when a geolocation position becomes available (when using with `geolocation.getCurrentPosition`), or when the position changes (when using with `geolocation.watchPosition`).
 
     function(position) {
         // Do something
@@ -30,9 +30,9 @@ The user's callback function that is called when a geolocation position becomes
 Parameters
 ----------
 
-- __position:__ The geolocation position returned by the device. (`<a href="../Position/position.html">Position</a>`)
+- __position:__ The geolocation position returned by the device. (`Position`)
 
-<a href="../../storage/storage.opendatabase.html">Example</a>
+Example
 -------
 
     function geolocationSuccess(position) {

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/media/MediaError/mediaError.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/media/MediaError/mediaError.md b/www/docs/en/1.8.1/cordova/media/MediaError/mediaError.md
index 8d8a960..ad11ca5 100644
--- a/www/docs/en/1.8.1/cordova/media/MediaError/mediaError.md
+++ b/www/docs/en/1.8.1/cordova/media/MediaError/mediaError.md
@@ -18,10 +18,10 @@ license: >
     under the License.
 ---
 
-<a href="../media.html">Media</a>Error
+MediaError
 ==========
 
-A `<a href="../media.html">Media</a>Error` object is returned to the `<a href="../Parameters/mediaError.html">mediaError</a>` callback function when an error occurs.
+A `MediaError` object is returned to the `mediaError` callback function when an error occurs.
 
 Properties
 ----------
@@ -32,14 +32,14 @@ Properties
 Constants
 ---------
 
-- `<a href="../media.html">Media</a>Error.MEDIA_ERR_ABORTED`
-- `<a href="../media.html">Media</a>Error.MEDIA_ERR_NETWORK`
-- `<a href="../media.html">Media</a>Error.MEDIA_ERR_DECODE`
-- `<a href="../media.html">Media</a>Error.MEDIA_ERR_NONE_SUPPORTED`
+- `MediaError.MEDIA_ERR_ABORTED`
+- `MediaError.MEDIA_ERR_NETWORK`
+- `MediaError.MEDIA_ERR_DECODE`
+- `MediaError.MEDIA_ERR_NONE_SUPPORTED`
 
 
 Description
 -----------
 
-The `<a href="../media.html">Media</a>Error` object is returned to the user through the `<a href="../Parameters/mediaError.html">mediaError</a>` callback function when an error occurs.
+The `MediaError` object is returned to the user through the `mediaError` callback function when an error occurs.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/media/Parameters/mediaError.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/media/Parameters/mediaError.md b/www/docs/en/1.8.1/cordova/media/Parameters/mediaError.md
index 1881d31..1e0e3a8 100644
--- a/www/docs/en/1.8.1/cordova/media/Parameters/mediaError.md
+++ b/www/docs/en/1.8.1/cordova/media/Parameters/mediaError.md
@@ -30,4 +30,4 @@ A user specified callback function that is invoked when there is an error in med
 Parameters
 ----------
 
-- __error:__ The error returned by the device. (`<a href="../<a href="../media.html">Media</a>Error/mediaError.html"><a href="../media.html">Media</a>Error</a>`)
+- __error:__ The error returned by the device. (`MediaError`)

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/media/capture/CaptureCB.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/media/capture/CaptureCB.md b/www/docs/en/1.8.1/cordova/media/capture/CaptureCB.md
index 81cad0a..a897c8b 100644
--- a/www/docs/en/1.8.1/cordova/media/capture/CaptureCB.md
+++ b/www/docs/en/1.8.1/cordova/media/capture/CaptureCB.md
@@ -18,28 +18,28 @@ license: >
     under the License.
 ---
 
-<a href="capture.html">Capture</a>CB
+CaptureCB
 =========
 
 > Invoked upon a successful media capture operation.
 
-    function captureSuccess( <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>[] media<a href="../../file/fileobj/fileobj.html">File</a>s ) { ... };
+    function captureSuccess( MediaFile[] mediaFiles ) { ... };
 
 Description
 -----------
 
 This function is invoked after a successful capture operation has completed.  This means a media file has been captured, and either the user has exited the media capture application, or the capture limit has been reached.
 
-Each <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a> object describes a captured media file.  
+Each MediaFile object describes a captured media file.  
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // capture callback
-    function captureSuccess(media<a href="../../file/fileobj/fileobj.html">File</a>s) {
+    function captureSuccess(mediaFiles) {
         var i, path, len;
-        for (i = 0, len = media<a href="../../file/fileobj/fileobj.html">File</a>s.length; i < len; i += 1) {
-            path = media<a href="../../file/fileobj/fileobj.html">File</a>s[i].fullPath;
+        for (i = 0, len = mediaFiles.length; i < len; i += 1) {
+            path = mediaFiles[i].fullPath;
             // do something interesting with the file
         }
     };

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/media/capture/CaptureError.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/media/capture/CaptureError.md b/www/docs/en/1.8.1/cordova/media/capture/CaptureError.md
index a4f135c..f387287 100644
--- a/www/docs/en/1.8.1/cordova/media/capture/CaptureError.md
+++ b/www/docs/en/1.8.1/cordova/media/capture/CaptureError.md
@@ -18,7 +18,7 @@ license: >
     under the License.
 ---
 
-<a href="capture.html">Capture</a>Error
+CaptureError
 ============
 
 > Encapsulates the error code resulting from a failed media capture operation.
@@ -31,8 +31,8 @@ Properties
 Constants
 ---------
 
-- <a href="capture.html">Capture</a>Error.`CAPTURE_INTERNAL_ERR`: <a href="../../camera/camera.html">Camera</a> or microphone failed to capture image or sound. 
-- <a href="capture.html">Capture</a>Error.`CAPTURE_APPLICATION_BUSY`: <a href="../../camera/camera.html">Camera</a> application or audio capture application is currently serving other capture request.
-- <a href="capture.html">Capture</a>Error.`CAPTURE_INVALID_ARGUMENT`: Invalid use of the API (e.g. limit parameter has value less than one).
-- <a href="capture.html">Capture</a>Error.`CAPTURE_NO_MEDIA_FILES`: User exited camera application or audio capture application before capturing anything.
-- <a href="capture.html">Capture</a>Error.`CAPTURE_NOT_SUPPORTED`: The requested capture operation is not supported.
+- CaptureError.`CAPTURE_INTERNAL_ERR`: Camera or microphone failed to capture image or sound. 
+- CaptureError.`CAPTURE_APPLICATION_BUSY`: Camera application or audio capture application is currently serving other capture request.
+- CaptureError.`CAPTURE_INVALID_ARGUMENT`: Invalid use of the API (e.g. limit parameter has value less than one).
+- CaptureError.`CAPTURE_NO_MEDIA_FILES`: User exited camera application or audio capture application before capturing anything.
+- CaptureError.`CAPTURE_NOT_SUPPORTED`: The requested capture operation is not supported.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/media/capture/CaptureErrorCB.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/media/capture/CaptureErrorCB.md b/www/docs/en/1.8.1/cordova/media/capture/CaptureErrorCB.md
index 02e9f62..7d24861 100644
--- a/www/docs/en/1.8.1/cordova/media/capture/CaptureErrorCB.md
+++ b/www/docs/en/1.8.1/cordova/media/capture/CaptureErrorCB.md
@@ -18,24 +18,24 @@ license: >
     under the License.
 ---
 
-<a href="capture.html">Capture</a>ErrorCB
+CaptureErrorCB
 ==============
 
 > Invoked if an error occurs during a media capture operation.
 
-    function captureError( <a href="capture.html">Capture</a>Error error ) { ... };
+    function captureError( CaptureError error ) { ... };
 
 Description
 -----------
 
 This function is invoked if an error occurs when trying to launch a media capture operation and the capture application is busy, if an error occurs while the capture operation is taking place, or if the capture operation has been canceled by the user before any media files have been captured.
 
-This function is invoked with a <a href="capture.html">Capture</a>Error object containing an appropriate error code.
+This function is invoked with a CaptureError object containing an appropriate error code.
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // capture error callback
     var captureError = function(error) {
-        navigator.<a href="../../notification/notification.alert.html">notification.alert</a>('Error code: ' + error.code, null, '<a href="capture.html">Capture</a> Error');
+        navigator.notification.alert('Error code: ' + error.code, null, 'Capture Error');
     };

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/media/capture/ConfigurationData.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/media/capture/ConfigurationData.md b/www/docs/en/1.8.1/cordova/media/capture/ConfigurationData.md
index 797d9da..2b32dfe 100644
--- a/www/docs/en/1.8.1/cordova/media/capture/ConfigurationData.md
+++ b/www/docs/en/1.8.1/cordova/media/capture/ConfigurationData.md
@@ -28,7 +28,7 @@ Description
 
 This object is used to describe media capture modes supported by the device.  The configuration data includes the MIME type, and capture dimensions (for video or image capture).  
 
-The MIME types should adhere to [RFC2046](http://www.ietf.org/rfc/rfc2046.txt).  <a href="../../storage/storage.opendatabase.html">Example</a>s:
+The MIME types should adhere to [RFC2046](http://www.ietf.org/rfc/rfc2046.txt).  Examples:
 
 - video/3gpp
 - video/quicktime
@@ -43,7 +43,7 @@ Properties
 - __height:__ The height of the image or video in pixels.  In the case of a sound clip, this attribute has value 0. (Number)
 - __width:__ The width of the image or video in pixels.  In the case of a sound clip, this attribute has value 0. (Number)
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // retrieve supported image modes

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/media/capture/MediaFile.getFormatData.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/media/capture/MediaFile.getFormatData.md b/www/docs/en/1.8.1/cordova/media/capture/MediaFile.getFormatData.md
index afb3f3e..83b2fe8 100644
--- a/www/docs/en/1.8.1/cordova/media/capture/MediaFile.getFormatData.md
+++ b/www/docs/en/1.8.1/cordova/media/capture/MediaFile.getFormatData.md
@@ -18,20 +18,20 @@ license: >
     under the License.
 ---
 
-<a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>.getFormatData
+MediaFile.getFormatData
 =======================
 
 > Retrieves format information about the media capture file.
 
-    media<a href="../../file/fileobj/fileobj.html">File</a>.getFormatData( 
-        <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>DataSuccessCB successCallback, 
-        [<a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>DataErrorCB errorCallback]
+    mediaFile.getFormatData( 
+        MediaFileDataSuccessCB successCallback, 
+        [MediaFileDataErrorCB errorCallback]
     );
 
 Description
 -----------
 
-This function asynchronously attempts to retrieve the format information for the media file.  If successful, it invokes the <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>DataSuccessCB callback with a <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>Data object.  If the attempt fails, this function will invoke the <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>DataErrorCB callback.
+This function asynchronously attempts to retrieve the format information for the media file.  If successful, it invokes the MediaFileDataSuccessCB callback with a MediaFileData object.  If the attempt fails, this function will invoke the MediaFileDataErrorCB callback.
 
 Supported Platforms
 -------------------
@@ -43,12 +43,12 @@ Supported Platforms
 
 BlackBerry WebWorks Quirks
 --------------------------
-There is no API that provides format information of media files.  Therefore, all <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>Data objects will be returned with default values.  See <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>Data documentation.
+There is no API that provides format information of media files.  Therefore, all MediaFileData objects will be returned with default values.  See MediaFileData documentation.
 
 Android Quirks
 --------------
-The API for retrieving media file format information is limited.  Therefore, not all <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>Data properties are supported.  See <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>Data documentation.
+The API for retrieving media file format information is limited.  Therefore, not all MediaFileData properties are supported.  See MediaFileData documentation.
 
 iOS Quirks
 ----------
-The API for retrieving media file format information is limited.  Therefore, not all <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>Data properties are supported.  See <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>Data documentation.
\ No newline at end of file
+The API for retrieving media file format information is limited.  Therefore, not all MediaFileData properties are supported.  See MediaFileData documentation.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/media/capture/MediaFile.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/media/capture/MediaFile.md b/www/docs/en/1.8.1/cordova/media/capture/MediaFile.md
index 0a10254..869b0ef 100644
--- a/www/docs/en/1.8.1/cordova/media/capture/MediaFile.md
+++ b/www/docs/en/1.8.1/cordova/media/capture/MediaFile.md
@@ -18,7 +18,7 @@ license: >
     under the License.
 ---
 
-<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>
+MediaFile
 =========
 
 > Encapsulates properties of a media capture file.
@@ -35,4 +35,4 @@ Properties
 Methods
 -------
 
-- __<a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.getFormatData.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.getFormatData</a>:__ Retrieves the format information of the media file.
\ No newline at end of file
+- __MediaFile.getFormatData:__ Retrieves the format information of the media file.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/media/capture/MediaFileData.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/media/capture/MediaFileData.md b/www/docs/en/1.8.1/cordova/media/capture/MediaFileData.md
index ebac2e3..cc7de58 100644
--- a/www/docs/en/1.8.1/cordova/media/capture/MediaFileData.md
+++ b/www/docs/en/1.8.1/cordova/media/capture/MediaFileData.md
@@ -18,7 +18,7 @@ license: >
     under the License.
 ---
 
-<a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>Data
+MediaFileData
 =============
 
 > Encapsulates format information about a media file.
@@ -34,7 +34,7 @@ Properties
 
 BlackBerry WebWorks Quirks
 --------------------------
-There is no API that provides format information of media files.  So the <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>Data object returned by the <a href="<a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>.getFormatData.html"><a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>.getFormatData</a> function will have the following default values:
+There is no API that provides format information of media files.  So the MediaFileData object returned by the MediaFile.getFormatData function will have the following default values:
 
 - __codecs:__ Not supported. The attribute will always be null.
 - __bitrate:__ Not supported.  The attribute will always be 0.
@@ -44,7 +44,7 @@ There is no API that provides format information of media files.  So the <a href
 
 Android Quirks
 --------------
-Support for the <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>Data properties is as follows:
+Support for the MediaFileData properties is as follows:
 
 - __codecs:__ Not supported.  The attribute will always be null.
 - __bitrate:__ Not supported.  The attribute will always be 0.
@@ -54,7 +54,7 @@ Support for the <a href="<a href="../media.html">Media</a><a href="../../file/fi
 
 iOS Quirks
 ----------
-Support for the <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>Data properties is as follows:
+Support for the MediaFileData properties is as follows:
 
 - __codecs:__ Not supported.  The attribute will always be null.
 - __bitrate:__ Supported on iOS4 devices for audio only. The attribute will always be 0 for image and video.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/media/capture/capture.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/media/capture/capture.md b/www/docs/en/1.8.1/cordova/media/capture/capture.md
index 4d53c33..044d06f 100644
--- a/www/docs/en/1.8.1/cordova/media/capture/capture.md
+++ b/www/docs/en/1.8.1/cordova/media/capture/capture.md
@@ -27,22 +27,22 @@ Objects
 -------
 
 - Capture
-- <a href="captureAudioOptions.html">CaptureAudioOptions</a>
-- <a href="captureImageOptions.html">CaptureImageOptions</a>
-- <a href="captureVideoOptions.html">CaptureVideoOptions</a>
-- <a href="CaptureCB.html">CaptureCB</a>
-- <a href="<a href="CaptureError.html">CaptureError</a>CB.html"><a href="CaptureError.html">CaptureError</a>CB</a>
-- <a href="ConfigurationData.html">ConfigurationData</a>
-- <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>
-- <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>Data
+- CaptureAudioOptions
+- CaptureImageOptions
+- CaptureVideoOptions
+- CaptureCB
+- CaptureErrorCB
+- ConfigurationData
+- MediaFile
+- MediaFileData
 
 Methods
 -------
 
-- <a href="captureAudio.html">capture.captureAudio</a>
-- <a href="captureImage.html">capture.captureImage</a>
-- <a href="captureVideo.html">capture.captureVideo</a>
-- <a href="<a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>.getFormatData.html"><a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>.getFormatData</a>
+- capture.captureAudio
+- capture.captureImage
+- capture.captureVideo
+- MediaFile.getFormatData
 
 Scope
 -----
@@ -55,16 +55,16 @@ The __capture__ object is assigned to the __navigator.device__ object, and there
 Properties
 ----------
 
-- __supportedAudioModes:__ The audio recording formats supported by the device. (<a href="ConfigurationData.html">ConfigurationData</a>[])
-- __supportedImageModes:__ The recording image sizes and formats supported by the device. (<a href="ConfigurationData.html">ConfigurationData</a>[])
-- __supportedVideoModes:__ The recording video resolutions and formats supported by the device. (<a href="ConfigurationData.html">ConfigurationData</a>[])
+- __supportedAudioModes:__ The audio recording formats supported by the device. (ConfigurationData[])
+- __supportedImageModes:__ The recording image sizes and formats supported by the device. (ConfigurationData[])
+- __supportedVideoModes:__ The recording video resolutions and formats supported by the device. (ConfigurationData[])
 
 Methods
 -------
 
-- <a href="captureAudio.html">capture.captureAudio</a>: Launch the device audio recording application for recording audio clip(s).
-- <a href="captureImage.html">capture.captureImage</a>: Launch the device camera application for taking image(s).
-- <a href="captureVideo.html">capture.captureVideo</a>: Launch the device video recorder application for recording video(s).
+- capture.captureAudio: Launch the device audio recording application for recording audio clip(s).
+- capture.captureImage: Launch the device camera application for taking image(s).
+- capture.captureVideo: Launch the device video recorder application for recording video(s).
 
 
 Supported Platforms
@@ -101,7 +101,7 @@ Permissions
 
 #### www/plugins.xml
 
-    <plugin name="Capture" value="org.apache.cordova.capture.<a href="../media.html">Media</a>Capture" />
+    <plugin name="Capture" value="org.apache.cordova.capture.MediaCapture" />
 
 #### www/config.xml
 
@@ -110,7 +110,7 @@ Permissions
 
 ### iOS
 
-#### App/Supporting <a href="../../file/fileobj/fileobj.html">File</a>s/Cordova.plist
+#### App/Supporting Files/Cordova.plist
 
     <key>Plugins</key>
     <dict>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/media/capture/captureAudio.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/media/capture/captureAudio.md b/www/docs/en/1.8.1/cordova/media/capture/captureAudio.md
index 7136e7c..9ca3302 100644
--- a/www/docs/en/1.8.1/cordova/media/capture/captureAudio.md
+++ b/www/docs/en/1.8.1/cordova/media/capture/captureAudio.md
@@ -24,7 +24,7 @@ capture.captureAudio
 > Start the audio recorder application and return information about captured audio clip file(s).
 
     navigator.device.capture.captureAudio( 
-	    <a href="<a href="capture.html">Capture</a>CB.html"><a href="capture.html">Capture</a>CB</a> captureSuccess, <a href="capture.html">Capture</a>ErrorCB captureError,  [<a href="capture.html">Capture</a>AudioOptions options]
+	    CaptureCB captureSuccess, CaptureErrorCB captureError,  [CaptureAudioOptions options]
 	);
 
 Description
@@ -32,9 +32,9 @@ Description
 
 This method starts an asynchronous operation to capture audio recordings using the device's default audio recording application.  The operation allows the device user to capture multiple recordings in a single session.
 
-The capture operation ends when either the user exits the audio recording application, or the maximum number of recordings, specified by the __limit__ parameter in <a href="capture.html">Capture</a>AudioOptions, has been reached.  If no value is provided for the __limit__ parameter, a default value of one (1) is used, and the capture operation will terminate after the user records a single audio clip.
+The capture operation ends when either the user exits the audio recording application, or the maximum number of recordings, specified by the __limit__ parameter in CaptureAudioOptions, has been reached.  If no value is provided for the __limit__ parameter, a default value of one (1) is used, and the capture operation will terminate after the user records a single audio clip.
 
-When the capture operation is finished, it will invoke the <a href="<a href="capture.html">Capture</a>CB.html"><a href="capture.html">Capture</a>CB</a> callback with an array of <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a> objects describing each captured audio clip file.  If the operation is terminated by the user before an audio clip is captured, the <a href="capture.html">Capture</a>ErrorCB callback will be invoked with a <a href="capture.html">Capture</a>Error object with the <a href="capture.html">Capture</a>Error.`CAPTURE_NO_MEDIA_FILES` error code.
+When the capture operation is finished, it will invoke the CaptureCB callback with an array of MediaFile objects describing each captured audio clip file.  If the operation is terminated by the user before an audio clip is captured, the CaptureErrorCB callback will be invoked with a CaptureError object with the CaptureError.`CAPTURE_NO_MEDIA_FILES` error code.
 
 Supported Platforms
 -------------------
@@ -44,33 +44,33 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // capture callback
-    var captureSuccess = function(media<a href="../../file/fileobj/fileobj.html">File</a>s) {
+    var captureSuccess = function(mediaFiles) {
         var i, path, len;
-        for (i = 0, len = media<a href="../../file/fileobj/fileobj.html">File</a>s.length; i < len; i += 1) {
-            path = media<a href="../../file/fileobj/fileobj.html">File</a>s[i].fullPath;
+        for (i = 0, len = mediaFiles.length; i < len; i += 1) {
+            path = mediaFiles[i].fullPath;
             // do something interesting with the file
         }
     };
 
     // capture error callback
     var captureError = function(error) {
-        navigator.<a href="../../notification/notification.alert.html">notification.alert</a>('Error code: ' + error.code, null, '<a href="capture.html">Capture</a> Error');
+        navigator.notification.alert('Error code: ' + error.code, null, 'Capture Error');
     };
 
     // start audio capture
     navigator.device.capture.captureAudio(captureSuccess, captureError, {limit:2});
 
-Full <a href="../../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="capture.html">Capture</a> Audio</title>
+        <title>Capture Audio</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.1.js"></script>
         <script type="text/javascript" charset="utf-8" src="json2.js"></script>
@@ -78,10 +78,10 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
 
         // Called when capture operation is finished
         //
-        function captureSuccess(media<a href="../../file/fileobj/fileobj.html">File</a>s) {
+        function captureSuccess(mediaFiles) {
             var i, len;
-            for (i = 0, len = media<a href="../../file/fileobj/fileobj.html">File</a>s.length; i < len; i += 1) {
-                upload<a href="../../file/fileobj/fileobj.html">File</a>(media<a href="../../file/fileobj/fileobj.html">File</a>s[i]);
+            for (i = 0, len = mediaFiles.length; i < len; i += 1) {
+                uploadFile(mediaFiles[i]);
             }	    
         }
 
@@ -89,7 +89,7 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
         // 
         function captureError(error) {
 	        var msg = 'An error occurred during capture: ' + error.code;
-            navigator.<a href="../../notification/notification.alert.html">notification.alert</a>(msg, null, 'Uh oh!');
+            navigator.notification.alert(msg, null, 'Uh oh!');
         }
 
         // A button will call this function
@@ -101,10 +101,10 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
         }
 
         // Upload files to server
-        function upload<a href="../../file/fileobj/fileobj.html">File</a>(media<a href="../../file/fileobj/fileobj.html">File</a>) {
-            var ft = new <a href="../../file/filetransfer/filetransfer.html"><a href="../../file/fileobj/fileobj.html">File</a>Transfer</a>(),
-                path = media<a href="../../file/fileobj/fileobj.html">File</a>.fullPath,
-                name = media<a href="../../file/fileobj/fileobj.html">File</a>.name;
+        function uploadFile(mediaFile) {
+            var ft = new FileTransfer(),
+                path = mediaFile.fullPath,
+                name = mediaFile.name;
 
             ft.upload(path,
                 "http://my.domain.com/upload.php",
@@ -121,14 +121,14 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
         </script>
         </head>
         <body>
-            <button onclick="captureAudio();"><a href="capture.html">Capture</a> Audio</button> <br>
+            <button onclick="captureAudio();">Capture Audio</button> <br>
         </body>
     </html>
 
 BlackBerry WebWorks Quirks
 --------------------------
 
-- 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 <a href="capture.html">Capture</a>Error.`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/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/media/capture/captureAudioOptions.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/media/capture/captureAudioOptions.md b/www/docs/en/1.8.1/cordova/media/capture/captureAudioOptions.md
index 08a05cd..ff303f5 100644
--- a/www/docs/en/1.8.1/cordova/media/capture/captureAudioOptions.md
+++ b/www/docs/en/1.8.1/cordova/media/capture/captureAudioOptions.md
@@ -18,7 +18,7 @@ license: >
     under the License.
 ---
 
-<a href="capture.html">Capture</a>AudioOptions
+CaptureAudioOptions
 ===================
 
 > Encapsulates audio capture configuration options.
@@ -30,13 +30,13 @@ Properties
 - __duration:__ The maximum duration of an audio sound clip, in seconds.
 - __mode:__ The selected audio mode.  The value must match one of the elements in `capture.supportedAudioModes`.
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // limit capture operation to 3 media files, no longer than 10 seconds each
     var options = { limit: 3, duration: 10 };
 
-    navigator.device.<a href="captureAudio.html">capture.captureAudio</a>(captureSuccess, captureError, options);
+    navigator.device.capture.captureAudio(captureSuccess, captureError, options);
 
 Android Quirks
 --------------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/media/capture/captureImage.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/media/capture/captureImage.md b/www/docs/en/1.8.1/cordova/media/capture/captureImage.md
index e7c3df6..17f1e08 100644
--- a/www/docs/en/1.8.1/cordova/media/capture/captureImage.md
+++ b/www/docs/en/1.8.1/cordova/media/capture/captureImage.md
@@ -24,7 +24,7 @@ capture.captureImage
 > Start the camera application and return information about captured image file(s).
 
     navigator.device.capture.captureImage( 
-	    <a href="<a href="capture.html">Capture</a>CB.html"><a href="capture.html">Capture</a>CB</a> captureSuccess, <a href="capture.html">Capture</a>ErrorCB captureError, [<a href="capture.html">Capture</a>ImageOptions options]
+	    CaptureCB captureSuccess, CaptureErrorCB captureError, [CaptureImageOptions options]
 	);
 
 Description
@@ -32,9 +32,9 @@ Description
 
 This method starts an asynchronous operation to capture images using the device camera application.  The operation allows the device user to capture multiple images in a single session.
 
-The capture operation ends when either the user exits the camera application, or the maximum number of images, specified by the __limit__ parameter in <a href="capture.html">Capture</a>ImageOptions, has been reached.  If no value is provided for the __limit__ parameter, a default value of one (1) is used, and the capture operation will terminate after the user captures a single image.
+The capture operation ends when either the user exits the camera application, or the maximum number of images, specified by the __limit__ parameter in CaptureImageOptions, has been reached.  If no value is provided for the __limit__ parameter, a default value of one (1) is used, and the capture operation will terminate after the user captures a single image.
 
-When the capture operation is finished, it will invoke the <a href="<a href="capture.html">Capture</a>CB.html"><a href="capture.html">Capture</a>CB</a> callback with an array of <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a> objects describing each captured image file.  If the operation is terminated by the user before an image is captured, the <a href="capture.html">Capture</a>ErrorCB callback will be invoked with a <a href="capture.html">Capture</a>Error object with the <a href="capture.html">Capture</a>Error.`CAPTURE_NO_MEDIA_FILES` error code.
+When the capture operation is finished, it will invoke the CaptureCB callback with an array of MediaFile objects describing each captured image file.  If the operation is terminated by the user before an image is captured, the CaptureErrorCB callback will be invoked with a CaptureError object with the CaptureError.`CAPTURE_NO_MEDIA_FILES` error code.
 
 Supported Platforms
 -------------------
@@ -50,33 +50,33 @@ Windows Phone 7 Quirks
 Invoking the native camera application while your device is connected
 via Zune will not work, and the error callback will be triggered.
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // capture callback
-    var captureSuccess = function(media<a href="../../file/fileobj/fileobj.html">File</a>s) {
+    var captureSuccess = function(mediaFiles) {
         var i, path, len;
-        for (i = 0, len = media<a href="../../file/fileobj/fileobj.html">File</a>s.length; i < len; i += 1) {
-            path = media<a href="../../file/fileobj/fileobj.html">File</a>s[i].fullPath;
+        for (i = 0, len = mediaFiles.length; i < len; i += 1) {
+            path = mediaFiles[i].fullPath;
             // do something interesting with the file
         }
     };
 
     // capture error callback
     var captureError = function(error) {
-        navigator.<a href="../../notification/notification.alert.html">notification.alert</a>('Error code: ' + error.code, null, '<a href="capture.html">Capture</a> Error');
+        navigator.notification.alert('Error code: ' + error.code, null, 'Capture Error');
     };
 
     // start image capture
     navigator.device.capture.captureImage(captureSuccess, captureError, {limit:2});
 
-Full <a href="../../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="capture.html">Capture</a> Image</title>
+        <title>Capture Image</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.1.js"></script>
         <script type="text/javascript" charset="utf-8" src="json2.js"></script>
@@ -84,10 +84,10 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
 
         // Called when capture operation is finished
         //
-        function captureSuccess(media<a href="../../file/fileobj/fileobj.html">File</a>s) {
+        function captureSuccess(mediaFiles) {
             var i, len;
-            for (i = 0, len = media<a href="../../file/fileobj/fileobj.html">File</a>s.length; i < len; i += 1) {
-                upload<a href="../../file/fileobj/fileobj.html">File</a>(media<a href="../../file/fileobj/fileobj.html">File</a>s[i]);
+            for (i = 0, len = mediaFiles.length; i < len; i += 1) {
+                uploadFile(mediaFiles[i]);
             }	    
         }
 
@@ -95,7 +95,7 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
         // 
         function captureError(error) {
 	        var msg = 'An error occurred during capture: ' + error.code;
-            navigator.<a href="../../notification/notification.alert.html">notification.alert</a>(msg, null, 'Uh oh!');
+            navigator.notification.alert(msg, null, 'Uh oh!');
         }
 
         // A button will call this function
@@ -107,10 +107,10 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
         }
 
         // Upload files to server
-        function upload<a href="../../file/fileobj/fileobj.html">File</a>(media<a href="../../file/fileobj/fileobj.html">File</a>) {
-            var ft = new <a href="../../file/filetransfer/filetransfer.html"><a href="../../file/fileobj/fileobj.html">File</a>Transfer</a>(),
-                path = media<a href="../../file/fileobj/fileobj.html">File</a>.fullPath,
-                name = media<a href="../../file/fileobj/fileobj.html">File</a>.name;
+        function uploadFile(mediaFile) {
+            var ft = new FileTransfer(),
+                path = mediaFile.fullPath,
+                name = mediaFile.name;
 
             ft.upload(path,
                 "http://my.domain.com/upload.php",
@@ -127,7 +127,7 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
         </script>
         </head>
         <body>
-            <button onclick="captureImage();"><a href="capture.html">Capture</a> Image</button> <br>
+            <button onclick="captureImage();">Capture Image</button> <br>
         </body>
     </html>
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/media/capture/captureImageOptions.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/media/capture/captureImageOptions.md b/www/docs/en/1.8.1/cordova/media/capture/captureImageOptions.md
index a0891fe..b9f0333 100644
--- a/www/docs/en/1.8.1/cordova/media/capture/captureImageOptions.md
+++ b/www/docs/en/1.8.1/cordova/media/capture/captureImageOptions.md
@@ -18,7 +18,7 @@ license: >
     under the License.
 ---
 
-<a href="capture.html">Capture</a>ImageOptions
+CaptureImageOptions
 ===================
 
 > Encapsulates image capture configuration options.
@@ -29,13 +29,13 @@ Properties
 - __limit:__ The maximum number of images the device user can capture in a single capture operation.  The value must be greater than or equal to 1 (defaults to 1).
 - __mode:__ The selected image mode.  The value must match one of the elements in `capture.supportedImageModes`.
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // limit capture operation to 3 images
     var options = { limit: 3 };
 
-    navigator.device.<a href="captureImage.html">capture.captureImage</a>(captureSuccess, captureError, options);
+    navigator.device.capture.captureImage(captureSuccess, captureError, options);
 
 Android Quirks
 --------------


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[49/51] [partial] docs commit: Reverting autolinking change because of inconsistencies.

Posted by db...@apache.org.
http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/connection/connection.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/connection/connection.md b/www/docs/de/3.1.0/cordova/connection/connection.md
index 1748a91..608fee4 100644
--- a/www/docs/de/3.1.0/cordova/connection/connection.md
+++ b/www/docs/de/3.1.0/cordova/connection/connection.md
@@ -20,11 +20,11 @@ license: >
 
 # Verbindung
 
-> Das `connection` Objekt, verfügbar gemachten über `navigator.connection`, enthält Informationen über die Mobilfunk- und Wi-Fi-Verbindung des <a href="../device/device.html">Gerät</a>es.
+> Das `connection` Objekt, verfügbar gemachten über `navigator.connection`, enthält Informationen über die Mobilfunk- und Wi-Fi-Verbindung des Gerätes.
 
 ## Eigenschaften
 
-*   <a href="connection.type.html">connection.type</a>
+*   connection.type
 
 ## Konstanten
 
@@ -39,7 +39,7 @@ license: >
 
 ## Zugriff auf die Funktion
 
-Ab Version 3.0 implementiert Cordova APIs auf <a href="../device/device.html">Gerät</a>eebene als *Plugins*. Verwenden Sie den `plugin` Befehl des CLI, wie beschrieben in Die Kommandozeile-Schnittstelle, um dieses Feature für ein Projekt hinzuzufügen oder zu entfernen:
+Ab Version 3.0 implementiert Cordova APIs auf Geräteebene als *Plugins*. Verwenden Sie den `plugin` Befehl des CLI, wie beschrieben in Die Kommandozeile-Schnittstelle, um dieses Feature für ein Projekt hinzuzufügen oder zu entfernen:
 
         $ cordova plugin add org.apache.cordova.network-information
         $ cordova plugin ls
@@ -96,4 +96,4 @@ Diese Befehle gelten für alle Zielplattformen, aber die plattformspezifische Ko
  [1]: http://msdn.microsoft.com/en-us/library/ff769509%28v=vs.92%29.aspx
  [2]: https://developer.tizen.org/help/topic/org.tizen.help.gs/Creating%20a%20Project.html?path=0_1_1_3#8814682_CreatingaProject-EditingconfigxmlFeatures
 
-Einige Plattformen können dieses Feature unterstützen, ohne dass eine besondere Konfiguration. Finden Sie unter *Plattform-Unterstützung* in der <a href="../../guide/overview/index.html">Übersicht</a>.
\ No newline at end of file
+Einige Plattformen können dieses Feature unterstützen, ohne dass eine besondere Konfiguration. Finden Sie unter *Plattform-Unterstützung* in der Übersicht.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/connection/connection.type.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/connection/connection.type.md b/www/docs/de/3.1.0/cordova/connection/connection.type.md
index be695cb..9d1d2e2 100644
--- a/www/docs/de/3.1.0/cordova/connection/connection.type.md
+++ b/www/docs/de/3.1.0/cordova/connection/connection.type.md
@@ -24,7 +24,7 @@ Prüft die aktive Netzwerkverbindung.
 
 ## Beschreibung
 
-Diese Eigenschaft bietet eine schnelle Möglichkeit, um den Netzwerkverbindungsstatus und die Art der <a href="connection.html">Verbindung</a> zu bestimmen.
+Diese Eigenschaft bietet eine schnelle Möglichkeit, um den Netzwerkverbindungsstatus und die Art der Verbindung zu bestimmen.
 
 ## Unterstützte Plattformen
 
@@ -61,14 +61,14 @@ Diese Eigenschaft bietet eine schnelle Möglichkeit, um den Netzwerkverbindungss
     <!DOCTYPE html>
     <html>
       <head>
-        <title>navigator.connection.type <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>navigator.connection.type Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
     
         // Wait for device API libraries to load
         //
-        document.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>("<a href="../events/events.deviceready.html">deviceready</a>", onDeviceReady, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
     
         // device APIs are available
         //
@@ -106,14 +106,14 @@ Bis Cordova 2.3.0 wurde auf das `Connection` Objekt über `navigator.network.con
 
 ## iOS Macken
 
-*   iOS kann den <a href="connection.html">Verbindung</a>styp des Mobilfunknetzes nicht erkennen. 
+*   iOS kann den Verbindungstyp des Mobilfunknetzes nicht erkennen. 
     *   `navigator.connection.type` is set to `Connection.CELL` for all cellular data.
 
 ## Windows Phone Macken
 
 *   When running in the emulator, always detects `navigator.connection.type` as `Connection.UNKNOWN`.
 
-*   Windows Phone kann den <a href="connection.html">Verbindung</a>styp des Mobilfunknetzes nicht erkennen.
+*   Windows Phone kann den Verbindungstyp des Mobilfunknetzes nicht erkennen.
     
     *   `navigator.connection.type` is set to `Connection.CELL` for all cellular data.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/contacts/Contact/contact.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/contacts/Contact/contact.md b/www/docs/de/3.1.0/cordova/contacts/Contact/contact.md
index 014fcb9..e8fd8c0 100644
--- a/www/docs/de/3.1.0/cordova/contacts/Contact/contact.md
+++ b/www/docs/de/3.1.0/cordova/contacts/Contact/contact.md
@@ -32,39 +32,39 @@ Enthält Eigenschaften, die einen Kontakt, z. B. eines Benutzers persönlicher o
 
 *   **Nickname**: einen lässig ein, um den Kontakt zu adressieren. *(DOM-String und enthält)*
 
-*   **Telefonnummern**: ein Array von der Kontakt-Telefonnummern. *(<a href="../ContactField/contactfield.html">ContactField</a>[])*
+*   **Telefonnummern**: ein Array von der Kontakt-Telefonnummern. *(ContactField[])*
 
-*   **Email**: ein Array von e-Mail-Adressen des Kontakts. *(<a href="../ContactField/contactfield.html">ContactField</a>[])*
+*   **Email**: ein Array von e-Mail-Adressen des Kontakts. *(ContactField[])*
 
-*   **Adressen**: ein Array von allen Kontaktadressen. *(<a href="../ContactAddress/contactaddress.html">ContactAddress</a>[])*
+*   **Adressen**: ein Array von allen Kontaktadressen. *(ContactAddress[])*
 
-*   **IMS**: ein Array von IM-Adressen des Kontakts. *(<a href="../ContactField/contactfield.html">ContactField</a>[])*
+*   **IMS**: ein Array von IM-Adressen des Kontakts. *(ContactField[])*
 
-*   **Organisationen**: ein Array von Organisationen des Kontakts. *(<a href="../ContactOrganization/contactorganization.html">ContactOrganization</a>[])*
+*   **Organisationen**: ein Array von Organisationen des Kontakts. *(ContactOrganization[])*
 
 *   **Geburtstag**: der Geburtstag des Kontakts. *(Datum)*
 
 *   **Anmerkung**: eine Anmerkung über den Kontakt. *(DOM-String und enthält)*
 
-*   **Fotos**: ein Array mit den Kontakt-Fotos. *(<a href="../ContactField/contactfield.html">ContactField</a>[])*
+*   **Fotos**: ein Array mit den Kontakt-Fotos. *(ContactField[])*
 
-*   **Kategorien**: ein Array mit allen benutzerdefinierten Kategorien zugeordnet den Kontakt. *(<a href="../ContactField/contactfield.html">ContactField</a>[])*
+*   **Kategorien**: ein Array mit allen benutzerdefinierten Kategorien zugeordnet den Kontakt. *(ContactField[])*
 
-*   **URLs**: ein Array von Web-Seiten, die den Kontakt zugeordnet. *(<a href="../ContactField/contactfield.html">ContactField</a>[])*
+*   **URLs**: ein Array von Web-Seiten, die den Kontakt zugeordnet. *(ContactField[])*
 
 ## Methoden
 
 *   **Klon**: gibt eine neue `Contact` Objekt, das eine tiefe Kopie des aufrufenden Objekts, mit der `id` -Eigenschaft festgelegt`null`.
 
-*   **Entfernen**: entfernt den Kontakt aus der <a href="../../device/device.html">Gerät</a>-<a href="../contacts.html">Kontakte</a>-<a href="../../storage/database/database.html">Datenbank</a>, ansonsten führt eine Fehler-Callback mit einem `<a href="../ContactError/<a href="../parameters/contactError.html">contactError</a>.html">ContactError</a>` Objekt.
+*   **Entfernen**: entfernt den Kontakt aus der Gerät-Kontakte-Datenbank, ansonsten führt eine Fehler-Callback mit einem `ContactError` Objekt.
 
-*   **<a href="../../storage/storage.html">Speicher</a>n**: speichert einen neuen Kontakt in der <a href="../../device/device.html">Gerät</a>edatenbank <a href="../contacts.html">Kontakte</a>, oder einen vorhandenen Kontakt aktualisiert, wenn ein Kontakt mit der gleichen **Id** bereits vorhanden ist.
+*   **Speichern**: speichert einen neuen Kontakt in der Gerätedatenbank Kontakte, oder einen vorhandenen Kontakt aktualisiert, wenn ein Kontakt mit der gleichen **Id** bereits vorhanden ist.
 
 ## Informationen
 
-Das `Contact` -Objekt repräsentiert einen Benutzer Kontakt. <a href="../contacts.html">Kontakte</a> können erstellt, gespeichert oder aus der <a href="../../device/device.html">Gerät</a>-<a href="../contacts.html">Kontakte</a>-<a href="../../storage/database/database.html">Datenbank</a> entfernt werden. <a href="../contacts.html">Kontakte</a> können auch abgerufen werden (einzeln oder als Gruppe) aus der <a href="../../storage/database/database.html">Datenbank</a> durch den Aufruf der `<a href="../contacts.find.html">contacts.find</a>` Methode.
+Das `Contact` -Objekt repräsentiert einen Benutzer Kontakt. Kontakte können erstellt, gespeichert oder aus der Gerät-Kontakte-Datenbank entfernt werden. Kontakte können auch abgerufen werden (einzeln oder als Gruppe) aus der Datenbank durch den Aufruf der `contacts.find` Methode.
 
-**Hinweis:** Nicht alle oben aufgeführten Kontaktfelder sind auf jedem <a href="../../device/device.html">Gerät</a>eplattform unterstützt. Bitte überprüfen Sie jede Plattform *Quirks* Abschnitt für Details.
+**Hinweis:** Nicht alle oben aufgeführten Kontaktfelder sind auf jedem Geräteplattform unterstützt. Bitte überprüfen Sie jede Plattform *Quirks* Abschnitt für Details.
 
 ## Unterstützte Plattformen
 
@@ -80,8 +80,8 @@ Das `Contact` -Objekt repräsentiert einen Benutzer Kontakt. <a href="../contact
         alert("Save Success");
     };
     
-    function onError(<a href="../parameters/contactError.html">contactError</a>) {
-        alert("Error = " + <a href="../parameters/contactError.html">contactError</a>.code);
+    function onError(contactError) {
+        alert("Error = " + contactError.code);
     };
     
     // create a new contact object
@@ -90,7 +90,7 @@ Das `Contact` -Objekt repräsentiert einen Benutzer Kontakt. <a href="../contact
     contact.nickname = "Plumber";            // specify both to support all devices
     
     // populate some fields
-    var name = new <a href="../ContactName/contactname.html">ContactName</a>();
+    var name = new ContactName();
     name.givenName = "Jane";
     name.familyName = "Doe";
     contact.name = name;
@@ -114,8 +114,8 @@ Das `Contact` -Objekt repräsentiert einen Benutzer Kontakt. <a href="../contact
         alert("Removal Success");
     };
     
-    function onError(<a href="../parameters/contactError.html">contactError</a>) {
-        alert("Error = " + <a href="../parameters/contactError.html">contactError</a>.code);
+    function onError(contactError) {
+        alert("Error = " + contactError.code);
     };
     
         // remove the contact from the device
@@ -127,14 +127,14 @@ Das `Contact` -Objekt repräsentiert einen Benutzer Kontakt. <a href="../contact
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Contact <a href="../../storage/storage.opendatabase.html">Example</a></title>
+        <title>Contact Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
     
         // Wait for device API libraries to load
         //
-        document.<a href="../../inappbrowser/inappbrowser.html">addEventListener</a>("<a href="../../events/events.deviceready.html">deviceready</a>", onDeviceReady, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
     
         // device APIs are available
         //
@@ -143,7 +143,7 @@ Das `Contact` -Objekt repräsentiert einen Benutzer Kontakt. <a href="../contact
             var contact = navigator.contacts.create();
             contact.displayName = "Plumber";
             contact.nickname = "Plumber";                 // specify both to support all devices
-            var name = new <a href="../ContactName/contactname.html">ContactName</a>();
+            var name = new ContactName();
             name.givenName = "Jane";
             name.familyName = "Doe";
             contact.name = name;
@@ -169,8 +169,8 @@ Das `Contact` -Objekt repräsentiert einen Benutzer Kontakt. <a href="../contact
     
         // onSaveError: Failed to get the contacts
         //
-        function onSaveError(<a href="../parameters/contactError.html">contactError</a>) {
-            alert("Error = " + <a href="../parameters/contactError.html">contactError</a>.code);
+        function onSaveError(contactError) {
+            alert("Error = " + contactError.code);
         }
     
         // onRemoveSuccess: Get a snapshot of the current contacts
@@ -181,14 +181,14 @@ Das `Contact` -Objekt repräsentiert einen Benutzer Kontakt. <a href="../contact
     
         // onRemoveError: Failed to get the contacts
         //
-        function onRemoveError(<a href="../parameters/contactError.html">contactError</a>) {
-            alert("Error = " + <a href="../parameters/contactError.html">contactError</a>.code);
+        function onRemoveError(contactError) {
+            alert("Error = " + contactError.code);
         }
     
         </script>
       </head>
       <body>
-        <h1><a href="../../storage/storage.opendatabase.html">Example</a></h1>
+        <h1>Example</h1>
         <p>Find Contacts</p>
       </body>
     </html>
@@ -196,11 +196,11 @@ Das `Contact` -Objekt repräsentiert einen Benutzer Kontakt. <a href="../contact
 
 ## Android 2.X Macken
 
-*   **Kategorien**: Android 2.X <a href="../../device/device.html">Gerät</a>en, Rückgabe nicht unterstützt`null`.
+*   **Kategorien**: Android 2.X Geräten, Rückgabe nicht unterstützt`null`.
 
 ## BlackBerry WebWorks (OS 5.0 und höher) Macken
 
-*   **ID**: unterstützt. Durch das <a href="../../device/device.html">Gerät</a> zugewiesen, wenn Sie den Kontakt zu speichern.
+*   **ID**: unterstützt. Durch das Gerät zugewiesen, wenn Sie den Kontakt zu speichern.
 
 *   **DisplayName**: unterstützt. Im BlackBerry **user1** Feld gespeichert.
 
@@ -216,7 +216,7 @@ Das `Contact` -Objekt repräsentiert einen Benutzer Kontakt. <a href="../contact
 
 *   **Organisationen**: teilweise unterstützt. Den **Namen** und den **Titel** der ersten Organisation werden in den Feldern **Firma** und **Titel** BlackBerry gespeichert.
 
-*   **Fotos**: teilweise unterstützt. Ein einzelnes Foto der Miniaturansicht wird unterstützt. Legen Sie ein Kontakt-Foto, übergeben in einem entweder eine base64-codierte Bild oder eine URL auf das Bild zeigen. Das Bild wird vor dem <a href="../../storage/storage.html">Speicher</a>n der BlackBerry <a href="../contacts.html">Kontakte</a> <a href="../../storage/database/database.html">Datenbank</a> verkleinert. <a href="../contacts.html">Kontakte</a> Foto wird als base64-codierte Bild zurückgegeben.
+*   **Fotos**: teilweise unterstützt. Ein einzelnes Foto der Miniaturansicht wird unterstützt. Legen Sie ein Kontakt-Foto, übergeben in einem entweder eine base64-codierte Bild oder eine URL auf das Bild zeigen. Das Bild wird vor dem Speichern der BlackBerry Kontakte Datenbank verkleinert. Kontakte Foto wird als base64-codierte Bild zurückgegeben.
 
 *   **Kategorien**: teilweise unterstützt. Nur die Kategorien *Business* und *Personal* werden unterstützt.
 
@@ -224,11 +224,11 @@ Das `Contact` -Objekt repräsentiert einen Benutzer Kontakt. <a href="../contact
 
 ## iOS Macken
 
-*   **DisplayName**: nicht auf iOS, Rückkehr unterstützt `null` es sei kein `<a href="../ContactName/contactname.html">ContactName</a>` angegeben, in welchem Fall es gibt den zusammengesetzten Namen, **Spitznamen** oder `""` bzw..
+*   **DisplayName**: nicht auf iOS, Rückkehr unterstützt `null` es sei kein `ContactName` angegeben, in welchem Fall es gibt den zusammengesetzten Namen, **Spitznamen** oder `""` bzw..
 
 *   **Geburtstag**: muss eingegeben werden, als JavaScript `Date` Objekt, die gleiche Weise zurückgegeben wird.
 
-*   **Fotos**: gibt einen <a href="../../file/fileobj/fileobj.html">Datei</a>-URL auf das Bild, das im temporären Verzeichnis der Anwendung gespeichert ist. Inhalt des temporären Verzeichnisses werden entfernt, wenn die Anwendung beendet wird.
+*   **Fotos**: gibt einen Datei-URL auf das Bild, das im temporären Verzeichnis der Anwendung gespeichert ist. Inhalt des temporären Verzeichnisses werden entfernt, wenn die Anwendung beendet wird.
 
 *   **Kategorien**: Diese Eigenschaft wird derzeit nicht unterstützt, Rückgabe`null`.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/contacts/ContactAddress/contactaddress.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/contacts/ContactAddress/contactaddress.md b/www/docs/de/3.1.0/cordova/contacts/ContactAddress/contactaddress.md
index c2e4edf..cace05a 100644
--- a/www/docs/de/3.1.0/cordova/contacts/ContactAddress/contactaddress.md
+++ b/www/docs/de/3.1.0/cordova/contacts/ContactAddress/contactaddress.md
@@ -42,7 +42,7 @@ Enthält Eigenschaften für ein `Contact` Objekt.
 
 ## Informationen
 
-Das `ContactAddress` -Objekt speichert die Eigenschaften einer einzelnen Adresse eines <a href="../Contact/contact.html">Kontakt</a>s. A `Contact` Objekt gehören mehr als eine Adresse in ein `ContactAddress[]` Array.
+Das `ContactAddress` -Objekt speichert die Eigenschaften einer einzelnen Adresse eines Kontakts. A `Contact` Objekt gehören mehr als eine Adresse in ein `ContactAddress[]` Array.
 
 ## Unterstützte Plattformen
 
@@ -71,15 +71,15 @@ Das `ContactAddress` -Objekt speichert die Eigenschaften einer einzelnen Adresse
         }
     };
     
-    function onError(<a href="../parameters/contactError.html">contactError</a>) {
+    function onError(contactError) {
         alert('onError!');
     };
     
     // find all contacts
-    var options = new <a href="../ContactFindOptions/contactfindoptions.html">ContactFindOptions</a>();
+    var options = new ContactFindOptions();
     options.filter = "";
     var filter = ["displayName", "addresses"];
-    navigator.<a href="../contacts.find.html">contacts.find</a>(filter, onSuccess, onError, options);
+    navigator.contacts.find(filter, onSuccess, onError, options);
     
 
 ## Vollständiges Beispiel
@@ -87,23 +87,23 @@ Das `ContactAddress` -Objekt speichert die Eigenschaften einer einzelnen Adresse
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Contact <a href="../../storage/storage.opendatabase.html">Example</a></title>
+        <title>Contact Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
     
         // Wait for device API libraries to load
         //
-        document.<a href="../../inappbrowser/inappbrowser.html">addEventListener</a>("<a href="../../events/events.deviceready.html">deviceready</a>", onDeviceReady, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
     
         // device APIs are available
         //
         function onDeviceReady() {
             // find all contacts
-            var options = new <a href="../ContactFindOptions/contactfindoptions.html">ContactFindOptions</a>();
+            var options = new ContactFindOptions();
             options.filter = "";
             var filter = ["displayName", "addresses"];
-            navigator.<a href="../contacts.find.html">contacts.find</a>(filter, onSuccess, onError, options);
+            navigator.contacts.find(filter, onSuccess, onError, options);
         }
     
         // onSuccess: Get a snapshot of the current contacts
@@ -126,14 +126,14 @@ Das `ContactAddress` -Objekt speichert die Eigenschaften einer einzelnen Adresse
     
         // onError: Failed to get the contacts
         //
-        function onError(<a href="../parameters/contactError.html">contactError</a>) {
+        function onError(contactError) {
             alert('onError!');
         }
     
         </script>
       </head>
       <body>
-        <h1><a href="../../storage/storage.opendatabase.html">Example</a></h1>
+        <h1>Example</h1>
         <p>Find Contacts</p>
       </body>
     </html>
@@ -141,13 +141,13 @@ Das `ContactAddress` -Objekt speichert die Eigenschaften einer einzelnen Adresse
 
 ## Android 2.X Macken
 
-*   **Pref**: nicht unterstützt, Rückkehr `false` auf Android 2.X <a href="../../device/device.html">Gerät</a>en.
+*   **Pref**: nicht unterstützt, Rückkehr `false` auf Android 2.X Geräten.
 
 ## BlackBerry WebWorks (OS 5.0 und höher) Macken
 
-*   **Pref**: BlackBerry-<a href="../../device/device.html">Gerät</a>en, Rückgabe nicht unterstützt`false`.
+*   **Pref**: BlackBerry-Geräten, Rückgabe nicht unterstützt`false`.
 
-*   **Typ**: teilweise unterstützt. Nur eine *Arbeit* und *Home* Typ Adressen kann pro <a href="../Contact/contact.html">Kontakt</a> gespeichert werden.
+*   **Typ**: teilweise unterstützt. Nur eine *Arbeit* und *Home* Typ Adressen kann pro Kontakt gespeichert werden.
 
 *   **formatiert**: teilweise unterstützt. Gibt eine Verkettung von allen BlackBerry-Adressfelder.
 
@@ -163,6 +163,6 @@ Das `ContactAddress` -Objekt speichert die Eigenschaften einer einzelnen Adresse
 
 ## iOS Macken
 
-*   **Pref**: iOS-<a href="../../device/device.html">Gerät</a>en, Rückgabe nicht unterstützt`false`.
+*   **Pref**: iOS-Geräten, Rückgabe nicht unterstützt`false`.
 
 *   **formatiert**: derzeit nicht unterstützt.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/contacts/ContactError/contactError.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/contacts/ContactError/contactError.md b/www/docs/de/3.1.0/cordova/contacts/ContactError/contactError.md
index 8242cc5..d14ff17 100644
--- a/www/docs/de/3.1.0/cordova/contacts/ContactError/contactError.md
+++ b/www/docs/de/3.1.0/cordova/contacts/ContactError/contactError.md
@@ -20,7 +20,7 @@ license: >
 
 # ContactError
 
-A `ContactError` -Objekt übergeben, um die `<a href="../parameters/contactError.html">contactError</a>` Rückruf, wenn ein Fehler auftritt.
+A `ContactError` -Objekt übergeben, um die `contactError` Rückruf, wenn ein Fehler auftritt.
 
 ## Eigenschaften
 
@@ -38,4 +38,4 @@ A `ContactError` -Objekt übergeben, um die `<a href="../parameters/contactError
 
 ## Beschreibung
 
-Das `ContactError` -Objekt wird zurückgegeben, die der Benutzer über die `<a href="../parameters/contactError.html">contactError</a>` Callback-Funktion, wenn ein Fehler auftritt.
\ No newline at end of file
+Das `ContactError` -Objekt wird zurückgegeben, die der Benutzer über die `contactError` Callback-Funktion, wenn ein Fehler auftritt.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/contacts/ContactField/contactfield.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/contacts/ContactField/contactfield.md b/www/docs/de/3.1.0/cordova/contacts/ContactField/contactfield.md
index be1abc7..4566d04 100644
--- a/www/docs/de/3.1.0/cordova/contacts/ContactField/contactfield.md
+++ b/www/docs/de/3.1.0/cordova/contacts/ContactField/contactfield.md
@@ -34,7 +34,7 @@ Unterstützt generische Felder in ein `Contact` Objekt. Einige Eigenschaften ges
 
 Das `ContactField` -Objekt ist eine wieder verwendbare Komponenten stellt Felder generisch kontaktieren. Jeder `ContactField` -Objekt enthält eine `value` , `type` , und `pref` Eigenschaft. A `Contact` -Objekt speichert mehrere Eigenschaften in `ContactField[]` -Arrays, wie Telefon-Nummern und e-Mail-Adressen.
 
-In den meisten Fällen gibt es keine vorher festgelegten Werte für ein `ContactField` **Typ** -Attribut des Objekts. Beispielsweise kann eine Telefonnummer angeben, **Werte von *Zuhause*, *arbeiten*, *mobile*, *iPhone*oder ein beliebiger anderer Wert, der von einem bestimmten <a href="../../device/device.html">Gerät</a>eplattform <a href="../Contact/contact.html">Kontakt</a>datenbank unterstützt wird** . Jedoch für die `Contact` **Fotos** Feld, das **Typ** -Feld gibt das Format des zurückgegebenen Bild: **Url** wenn das **Value** -Attribut eine URL zu dem Foto Bild oder *base64* , enthält Wenn der **Wert** eine base64-codierte Bild-Zeichenfolge enthält. 
+In den meisten Fällen gibt es keine vorher festgelegten Werte für ein `ContactField` **Typ** -Attribut des Objekts. Beispielsweise kann eine Telefonnummer angeben, **Werte von *Zuhause*, *arbeiten*, *mobile*, *iPhone*oder ein beliebiger anderer Wert, der von einem bestimmten Geräteplattform Kontaktdatenbank unterstützt wird** . Jedoch für die `Contact` **Fotos** Feld, das **Typ** -Feld gibt das Format des zurückgegebenen Bild: **Url** wenn das **Value** -Attribut eine URL zu dem Foto Bild oder *base64* , enthält Wenn der **Wert** eine base64-codierte Bild-Zeichenfolge enthält. 
 
 ## Unterstützte Plattformen
 
@@ -65,14 +65,14 @@ In den meisten Fällen gibt es keine vorher festgelegten Werte für ein `Contact
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Contact <a href="../../storage/storage.opendatabase.html">Example</a></title>
+        <title>Contact Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
     
         // Wait for device API libraries to load
         //
-        document.<a href="../../inappbrowser/inappbrowser.html">addEventListener</a>("<a href="../../events/events.deviceready.html">deviceready</a>", onDeviceReady, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
     
         // device APIs are available
         //
@@ -92,10 +92,10 @@ In den meisten Fällen gibt es keine vorher festgelegten Werte für ein `Contact
             contact.save();
     
             // search contacts, returning display name and phone numbers
-            var options = new <a href="../ContactFindOptions/contactfindoptions.html">ContactFindOptions</a>();
+            var options = new ContactFindOptions();
             options.filter = "";
             filter = ["displayName", "phoneNumbers"];
-            navigator.<a href="../contacts.find.html">contacts.find</a>(filter, onSuccess, onError, options);
+            navigator.contacts.find(filter, onSuccess, onError, options);
         }
     
         // onSuccess: Get a snapshot of the current contacts
@@ -113,14 +113,14 @@ In den meisten Fällen gibt es keine vorher festgelegten Werte für ein `Contact
     
         // onError: Failed to get the contacts
         //
-        function onError(<a href="../parameters/contactError.html">contactError</a>) {
+        function onError(contactError) {
             alert('onError!');
         }
     
         </script>
       </head>
       <body>
-        <h1><a href="../../storage/storage.opendatabase.html">Example</a></h1>
+        <h1>Example</h1>
         <p>Find Contacts</p>
       </body>
     </html>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/contacts/ContactFindOptions/contactfindoptions.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/contacts/ContactFindOptions/contactfindoptions.md b/www/docs/de/3.1.0/cordova/contacts/ContactFindOptions/contactfindoptions.md
index 72ce149..c5d529b 100644
--- a/www/docs/de/3.1.0/cordova/contacts/ContactFindOptions/contactfindoptions.md
+++ b/www/docs/de/3.1.0/cordova/contacts/ContactFindOptions/contactfindoptions.md
@@ -20,13 +20,13 @@ license: >
 
 # ContactFindOptions
 
-Enthält Eigenschaften, die verwendet werden können, um die Ergebnisse zu filtern einen `<a href="../contacts.find.html">contacts.find</a>` Betrieb.
+Enthält Eigenschaften, die verwendet werden können, um die Ergebnisse zu filtern einen `contacts.find` Betrieb.
 
 ## Eigenschaften
 
-*   **Filter**: die zu suchende Zeichenfolge verwendet, um <a href="../contacts.html"><a href="../Contact/contact.html">Kontakt</a>e</a> zu finden. *(DOM-String und enthält)* (Standard:`""`)
+*   **Filter**: die zu suchende Zeichenfolge verwendet, um Kontakte zu finden. *(DOM-String und enthält)* (Standard:`""`)
 
-*   **mehrere**: bestimmt, ob der Suchvorgang mehrere <a href="../contacts.html"><a href="../Contact/contact.html">Kontakt</a>e</a> gibt. *(Boolesch)* (Standard:`false`)
+*   **mehrere**: bestimmt, ob der Suchvorgang mehrere Kontakte gibt. *(Boolesch)* (Standard:`false`)
 
 ## Unterstützte Plattformen
 
@@ -46,7 +46,7 @@ Enthält Eigenschaften, die verwendet werden können, um die Ergebnisse zu filte
     };
     
     // error callback
-    function onError(<a href="../parameters/contactError.html">contactError</a>) {
+    function onError(contactError) {
         alert('onError!');
     };
     
@@ -57,7 +57,7 @@ Enthält Eigenschaften, die verwendet werden können, um die Ergebnisse zu filte
         filter = ["displayName"]; // return contact.displayName field
     
         // find contacts
-    navigator.<a href="../contacts.find.html">contacts.find</a>(filter, onSuccess, onError, options);
+    navigator.contacts.find(filter, onSuccess, onError, options);
     
 
 ## Vollständiges Beispiel
@@ -65,14 +65,14 @@ Enthält Eigenschaften, die verwendet werden können, um die Ergebnisse zu filte
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Contact <a href="../../storage/storage.opendatabase.html">Example</a></title>
+        <title>Contact Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
     
         // Wait for device API libraries to load
         //
-        document.<a href="../../inappbrowser/inappbrowser.html">addEventListener</a>("<a href="../../events/events.deviceready.html">deviceready</a>", onDeviceReady, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
     
         // device APIs are available
         //
@@ -84,7 +84,7 @@ Enthält Eigenschaften, die verwendet werden können, um die Ergebnisse zu filte
             filter = ["displayName"]; // return contact.displayName field
     
             // find contacts
-            navigator.<a href="../contacts.find.html">contacts.find</a>(filter, onSuccess, onError, options);
+            navigator.contacts.find(filter, onSuccess, onError, options);
         }
     
         // onSuccess: Get a snapshot of the current contacts
@@ -97,14 +97,14 @@ Enthält Eigenschaften, die verwendet werden können, um die Ergebnisse zu filte
     
         // onError: Failed to get the contacts
         //
-        function onError(<a href="../parameters/contactError.html">contactError</a>) {
+        function onError(contactError) {
             alert('onError!');
         }
     
         </script>
       </head>
       <body>
-        <h1><a href="../../storage/storage.opendatabase.html">Example</a></h1>
+        <h1>Example</h1>
         <p>Find Contacts</p>
       </body>
     </html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/contacts/ContactName/contactname.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/contacts/ContactName/contactname.md b/www/docs/de/3.1.0/cordova/contacts/ContactName/contactname.md
index dc6a061..f1a7da6 100644
--- a/www/docs/de/3.1.0/cordova/contacts/ContactName/contactname.md
+++ b/www/docs/de/3.1.0/cordova/contacts/ContactName/contactname.md
@@ -24,21 +24,21 @@ Enthält verschiedene Arten von Informationen über ein `Contact` Name des Objek
 
 ## Eigenschaften
 
-*   **formatiert**: den vollständigen Namen des <a href="../Contact/contact.html">Kontakt</a>s. *(DOM-String und enthält)*
+*   **formatiert**: den vollständigen Namen des Kontakts. *(DOM-String und enthält)*
 
-*   **Nachname**: Familienname des <a href="../Contact/contact.html">Kontakt</a>s. *(DOM-String und enthält)*
+*   **Nachname**: Familienname des Kontakts. *(DOM-String und enthält)*
 
-*   **GivenName**: Given Name des <a href="../contacts.html"><a href="../Contact/contact.html">Kontakt</a>e</a>s. *(DOM-String und enthält)*
+*   **GivenName**: Given Name des Kontaktes. *(DOM-String und enthält)*
 
-*   **MiddleName**: Middle Name des <a href="../contacts.html"><a href="../Contact/contact.html">Kontakt</a>e</a>s. *(DOM-String und enthält)*
+*   **MiddleName**: Middle Name des Kontaktes. *(DOM-String und enthält)*
 
-*   **HonorificPrefix**: der <a href="../Contact/contact.html">Kontakt</a>-Präfix (z.B. *Mr.* oder *Dr.*) *(DOM-String und enthält)*
+*   **HonorificPrefix**: der Kontakt-Präfix (z.B. *Mr.* oder *Dr.*) *(DOM-String und enthält)*
 
-*   **HonorificSuffix**: der <a href="../Contact/contact.html">Kontakt</a>-Suffix (Beispiel *Esq.*). *(DOM-String und enthält)*
+*   **HonorificSuffix**: der Kontakt-Suffix (Beispiel *Esq.*). *(DOM-String und enthält)*
 
 ## Informationen
 
-Das `ContactName` -Objekt speichert Namenseigenschaften eines <a href="../Contact/contact.html">Kontakt</a>s.
+Das `ContactName` -Objekt speichert Namenseigenschaften eines Kontakts.
 
 ## Unterstützte Plattformen
 
@@ -61,14 +61,14 @@ Das `ContactName` -Objekt speichert Namenseigenschaften eines <a href="../Contac
         }
     };
     
-    function onError(<a href="../parameters/contactError.html">contactError</a>) {
+    function onError(contactError) {
         alert('onError!');
     };
     
-    var options = new <a href="../ContactFindOptions/contactfindoptions.html">ContactFindOptions</a>();
+    var options = new ContactFindOptions();
     options.filter = "";
     filter = ["displayName", "name"];
-    navigator.<a href="../contacts.find.html">contacts.find</a>(filter, onSuccess, onError, options);
+    navigator.contacts.find(filter, onSuccess, onError, options);
     
 
 ## Vollständiges Beispiel
@@ -76,22 +76,22 @@ Das `ContactName` -Objekt speichert Namenseigenschaften eines <a href="../Contac
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Contact <a href="../../storage/storage.opendatabase.html">Example</a></title>
+        <title>Contact Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
     
         // Wait for device API libraries to load
         //
-        document.<a href="../../inappbrowser/inappbrowser.html">addEventListener</a>("<a href="../../events/events.deviceready.html">deviceready</a>", onDeviceReady, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
     
         // device APIs are available
         //
         function onDeviceReady() {
-            var options = new <a href="../ContactFindOptions/contactfindoptions.html">ContactFindOptions</a>();
+            var options = new ContactFindOptions();
             options.filter="";
             filter = ["displayName","name"];
-            navigator.<a href="../contacts.find.html">contacts.find</a>(filter, onSuccess, onError, options);
+            navigator.contacts.find(filter, onSuccess, onError, options);
         }
     
         // onSuccess: Get a snapshot of the current contacts
@@ -109,14 +109,14 @@ Das `ContactName` -Objekt speichert Namenseigenschaften eines <a href="../Contac
     
         // onError: Failed to get the contacts
         //
-        function onError(<a href="../parameters/contactError.html">contactError</a>) {
+        function onError(contactError) {
             alert('onError!');
         }
     
         </script>
       </head>
       <body>
-        <h1><a href="../../storage/storage.opendatabase.html">Example</a></h1>
+        <h1>Example</h1>
         <p>Find Contacts</p>
       </body>
     </html>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/contacts/ContactOrganization/contactorganization.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/contacts/ContactOrganization/contactorganization.md b/www/docs/de/3.1.0/cordova/contacts/ContactOrganization/contactorganization.md
index 332350c..80d66f0 100644
--- a/www/docs/de/3.1.0/cordova/contacts/ContactOrganization/contactorganization.md
+++ b/www/docs/de/3.1.0/cordova/contacts/ContactOrganization/contactorganization.md
@@ -32,11 +32,11 @@ Enthält eine `Contact` Organisation Objekteigenschaften.
 
 *   **Abteilung**: die Abteilung, die der Vertrag für arbeitet. *(DOM-String und enthält)*
 
-*   **Titel**: Titel des <a href="../Contact/contact.html">Kontakt</a>s in der Organisation. *(DOM-String und enthält)*
+*   **Titel**: Titel des Kontakts in der Organisation. *(DOM-String und enthält)*
 
 ## Informationen
 
-Das `ContactOrganization` -Objekt speichert Organisationseigenschaften eines <a href="../Contact/contact.html">Kontakt</a>s. A `Contact` -Objekt speichert eine oder mehrere `ContactOrganization` Objekte in einem Array.
+Das `ContactOrganization` -Objekt speichert Organisationseigenschaften eines Kontakts. A `Contact` -Objekt speichert eine oder mehrere `ContactOrganization` Objekte in einem Array.
 
 ## Unterstützte Plattformen
 
@@ -60,14 +60,14 @@ Das `ContactOrganization` -Objekt speichert Organisationseigenschaften eines <a
         }
     };
     
-    function onError(<a href="../parameters/contactError.html">contactError</a>) {
+    function onError(contactError) {
         alert('onError!');
     };
     
-    var options = new <a href="../ContactFindOptions/contactfindoptions.html">ContactFindOptions</a>();
+    var options = new ContactFindOptions();
     options.filter = "";
     filter = ["displayName", "organizations"];
-    navigator.<a href="../contacts.find.html">contacts.find</a>(filter, onSuccess, onError, options);
+    navigator.contacts.find(filter, onSuccess, onError, options);
     
 
 ## Vollständiges Beispiel
@@ -75,22 +75,22 @@ Das `ContactOrganization` -Objekt speichert Organisationseigenschaften eines <a
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Contact <a href="../../storage/storage.opendatabase.html">Example</a></title>
+        <title>Contact Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
     
         // Wait for device API libraries to load
         //
-        document.<a href="../../inappbrowser/inappbrowser.html">addEventListener</a>("<a href="../../events/events.deviceready.html">deviceready</a>", onDeviceReady, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
     
         // device APIs are available
         //
         function onDeviceReady() {
-            var options = new <a href="../ContactFindOptions/contactfindoptions.html">ContactFindOptions</a>();
+            var options = new ContactFindOptions();
             options.filter="";
             filter = ["displayName","organizations"];
-            navigator.<a href="../contacts.find.html">contacts.find</a>(filter, onSuccess, onError, options);
+            navigator.contacts.find(filter, onSuccess, onError, options);
         }
     
         // onSuccess: Get a snapshot of the current contacts
@@ -109,14 +109,14 @@ Das `ContactOrganization` -Objekt speichert Organisationseigenschaften eines <a
     
         // onError: Failed to get the contacts
         //
-        function onError(<a href="../parameters/contactError.html">contactError</a>) {
+        function onError(contactError) {
             alert('onError!');
         }
     
         </script>
       </head>
       <body>
-        <h1><a href="../../storage/storage.opendatabase.html">Example</a></h1>
+        <h1>Example</h1>
         <p>Find Contacts</p>
       </body>
     </html>
@@ -124,13 +124,13 @@ Das `ContactOrganization` -Objekt speichert Organisationseigenschaften eines <a
 
 ## Android 2.X Macken
 
-*   **Pref**: von Android 2.X-<a href="../../device/device.html">Gerät</a>e, Rückgabe nicht unterstützt`false`.
+*   **Pref**: von Android 2.X-Geräte, Rückgabe nicht unterstützt`false`.
 
 ## BlackBerry WebWorks (OS 5.0 und höher) Macken
 
-*   **Pref**: von BlackBerry-<a href="../../device/device.html">Gerät</a>en zurückgeben nicht unterstützt`false`.
+*   **Pref**: von BlackBerry-Geräten zurückgeben nicht unterstützt`false`.
 
-*   **Typ**: von BlackBerry-<a href="../../device/device.html">Gerät</a>en zurückgeben nicht unterstützt`null`.
+*   **Typ**: von BlackBerry-Geräten zurückgeben nicht unterstützt`null`.
 
 *   **Name**: teilweise unterstützt. Der Name der ersten Organisation wird im Feld **Firma** BlackBerry gespeichert.
 
@@ -140,9 +140,9 @@ Das `ContactOrganization` -Objekt speichert Organisationseigenschaften eines <a
 
 ## iOS Macken
 
-*   **Pref**: iOS-<a href="../../device/device.html">Gerät</a>en, Rückgabe nicht unterstützt`false`.
+*   **Pref**: iOS-Geräten, Rückgabe nicht unterstützt`false`.
 
-*   **Typ**: iOS-<a href="../../device/device.html">Gerät</a>en, Rückgabe nicht unterstützt`null`.
+*   **Typ**: iOS-Geräten, Rückgabe nicht unterstützt`null`.
 
 *   **Name**: teilweise unterstützt. Der Name der ersten Organisation wird im Feld **kABPersonOrganizationProperty** iOS gespeichert.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/contacts/contacts.create.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/contacts/contacts.create.md b/www/docs/de/3.1.0/cordova/contacts/contacts.create.md
index db2c39a..338a88b 100644
--- a/www/docs/de/3.1.0/cordova/contacts/contacts.create.md
+++ b/www/docs/de/3.1.0/cordova/contacts/contacts.create.md
@@ -20,7 +20,7 @@ license: >
 
 # Contacts.Create
 
-Gibt ein neues <a href="Contact/contact.html">Kontakt</a>objekt zurück.
+Gibt ein neues Kontaktobjekt zurück.
 
     var contact = navigator.contacts.create(properties);
     
@@ -29,7 +29,7 @@ Gibt ein neues <a href="Contact/contact.html">Kontakt</a>objekt zurück.
 
 Die `contacts.create` Methode ist synchron und gibt eine neue `Contact` Objekt.
 
-Diese Methode behält nicht das Contact-Objekt in der <a href="../device/device.html">Gerät</a>-<a href="contacts.html"><a href="Contact/contact.html">Kontakt</a>e</a>-<a href="../storage/database/database.html">Datenbank</a>, für die müssen Sie Aufrufen der `Contact.save` Methode.
+Diese Methode behält nicht das Contact-Objekt in der Gerät-Kontakte-Datenbank, für die müssen Sie Aufrufen der `Contact.save` Methode.
 
 ## Unterstützte Plattformen
 
@@ -48,14 +48,14 @@ Diese Methode behält nicht das Contact-Objekt in der <a href="../device/device.
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Contact <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Contact Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
     
         // Wait for device API libraries to load
         //
-        document.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>("<a href="../events/events.deviceready.html">deviceready</a>", onDeviceReady, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
     
         // device APIs are available
         //
@@ -68,7 +68,7 @@ Diese Methode behält nicht das Contact-Objekt in der <a href="../device/device.
         </script>
       </head>
       <body>
-        <h1><a href="../storage/storage.opendatabase.html">Example</a></h1>
+        <h1>Example</h1>
         <p>Create Contact</p>
       </body>
     </html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/contacts/contacts.find.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/contacts/contacts.find.md b/www/docs/de/3.1.0/cordova/contacts/contacts.find.md
index bfacc59..0add535 100644
--- a/www/docs/de/3.1.0/cordova/contacts/contacts.find.md
+++ b/www/docs/de/3.1.0/cordova/contacts/contacts.find.md
@@ -20,28 +20,28 @@ license: >
 
 # contacts.find
 
-Fragt die <a href="../device/device.html">Gerät</a>-<a href="contacts.html"><a href="Contact/contact.html">Kontakt</a>e</a>-<a href="../storage/database/database.html">Datenbank</a> und gibt eine oder mehrere `Contact` Objekte, die jeweils angegebenen Felder.
+Fragt die Gerät-Kontakte-Datenbank und gibt eine oder mehrere `Contact` Objekte, die jeweils angegebenen Felder.
 
-    navigator.contacts.find(<a href="parameters/contactFields.html">contactFields</a>, <a href="parameters/contactSuccess.html">contactSuccess</a>, <a href="parameters/contactError.html">contactError</a>, <a href="parameters/contactFindOptions.html">contactFindOptions</a>);
+    navigator.contacts.find(contactFields, contactSuccess, contactError, contactFindOptions);
     
 
 ## Beschreibung
 
-Die `contacts.find` Methode wird asynchron ausgeführt, Abfragen der <a href="../device/device.html">Gerät</a>-<a href="contacts.html"><a href="Contact/contact.html">Kontakt</a>e</a>-<a href="../storage/database/database.html">Datenbank</a> und gibt ein Array von `Contact` Objekten. Die resultierenden Objekte werden an übergeben die `<a href="parameters/contactSuccess.html">contactSuccess</a>` Callback-Funktion, die durch den **ContactSuccess** -Parameter angegeben.
+Die `contacts.find` Methode wird asynchron ausgeführt, Abfragen der Gerät-Kontakte-Datenbank und gibt ein Array von `Contact` Objekten. Die resultierenden Objekte werden an übergeben die `contactSuccess` Callback-Funktion, die durch den **ContactSuccess** -Parameter angegeben.
 
-Der Parameter **<a href="ContactField/contactfield.html">ContactField</a>s** gibt die Felder als Qualifizierer Suche verwendet werden, und nur die Ergebnisse an die **ContactSuccess** -Callback-Funktion übergeben werden. Ein leere **<a href="ContactField/contactfield.html">ContactField</a>s** -Parameter ist ungültig und führt zu `<a href="ContactError/<a href="parameters/contactError.html">contactError</a>.html">ContactError</a>.INVALID_ARGUMENT_ERROR` . **<a href="ContactField/contactfield.html">ContactField</a>s** der Wert `"*"` gibt alle <a href="Contact/contact.html">Kontakt</a>felder.
+Der Parameter **ContactFields** gibt die Felder als Qualifizierer Suche verwendet werden, und nur die Ergebnisse an die **ContactSuccess** -Callback-Funktion übergeben werden. Ein leere **ContactFields** -Parameter ist ungültig und führt zu `ContactError.INVALID_ARGUMENT_ERROR` . **ContactFields** der Wert `"*"` gibt alle Kontaktfelder.
 
-Die **<a href="parameters/contactFindOptions.html">contactFindOptions</a>.filter** -Zeichenfolge kann als einen Suchfilter verwendet, wenn die <a href="Contact/contact.html">Kontakt</a>datenbank Abfragen. Wenn angeboten, ein case-insensitive, wird jedes Feld in der **<a href="ContactField/contactfield.html">ContactField</a>s** -Parameter angegebenen Teilwert Übereinstimmung. Wenn eine Übereinstimmung für *alle* angegebenen Felder vorliegt, wird der <a href="Contact/contact.html">Kontakt</a> zurückgegeben.
+Die **contactFindOptions.filter** -Zeichenfolge kann als einen Suchfilter verwendet, wenn die Kontaktdatenbank Abfragen. Wenn angeboten, ein case-insensitive, wird jedes Feld in der **ContactFields** -Parameter angegebenen Teilwert Übereinstimmung. Wenn eine Übereinstimmung für *alle* angegebenen Felder vorliegt, wird der Kontakt zurückgegeben.
 
 ## Parameter
 
-*   **<a href="ContactField/contactfield.html">ContactField</a>s**: <a href="Contact/contact.html">Kontakt</a>felder als Qualifizierer Suche verwenden. Die daraus resultierende `Contact` Objekt verfügt nur über Werte für diese Felder. *(DOMString[])* [Erforderlich]
+*   **ContactFields**: Kontaktfelder als Qualifizierer Suche verwenden. Die daraus resultierende `Contact` Objekt verfügt nur über Werte für diese Felder. *(DOMString[])* [Erforderlich]
 
-*   **ContactSuccess**: Erfolg-Callback-Funktion aufgerufen, mit den <a href="contacts.html"><a href="Contact/contact.html">Kontakt</a>e</a>n, die von der <a href="../storage/database/database.html">Datenbank</a> zurückgegebenen. [Erforderlich]
+*   **ContactSuccess**: Erfolg-Callback-Funktion aufgerufen, mit den Kontakten, die von der Datenbank zurückgegebenen. [Erforderlich]
 
-*   **<a href="ContactError/<a href="parameters/contactError.html">contactError</a>.html">ContactError</a>**: Fehler-Callback-Funktion wird aufgerufen, wenn ein Fehler auftritt. [Optional]
+*   **ContactError**: Fehler-Callback-Funktion wird aufgerufen, wenn ein Fehler auftritt. [Optional]
 
-*   **<a href="ContactFindOptions/contactfindoptions.html">ContactFindOptions</a>**: Optionen zum Filtern von <a href="contacts.html"><a href="Contact/contact.html">Kontakt</a>e</a>n zu suchen. [Optional]
+*   **ContactFindOptions**: Optionen zum Filtern von Kontakten zu suchen. [Optional]
 
 ## Unterstützte Plattformen
 
@@ -57,12 +57,12 @@ Die **<a href="parameters/contactFindOptions.html">contactFindOptions</a>.filter
         alert('Found ' + contacts.length + ' contacts.');
     };
     
-    function onError(<a href="parameters/contactError.html">contactError</a>) {
+    function onError(contactError) {
         alert('onError!');
     };
     
     // find all contacts with 'Bob' in any name field
-    var options      = new <a href="ContactFindOptions/contactfindoptions.html">ContactFindOptions</a>();
+    var options      = new ContactFindOptions();
     options.filter   = "Bob";
     options.multiple = true;
     var fields       = ["displayName", "name"];
@@ -74,18 +74,18 @@ Die **<a href="parameters/contactFindOptions.html">contactFindOptions</a>.filter
     <!DOCTYPE html>
     <html>
         <head>
-            <title>Contact <a href="../storage/storage.opendatabase.html">Example</a></title>
+            <title>Contact Example</title>
             <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
             <script type="text/javascript" charset="utf-8">
     
                 // Wait for device API libraries to load
-                document.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>("<a href="../events/events.deviceready.html">deviceready</a>", onDeviceReady, false);
+                document.addEventListener("deviceready", onDeviceReady, false);
     
                 // device APIs are available
     
                 function onDeviceReady() {
                     // find all contacts with 'Bob' in any name field
-                    var options = new <a href="ContactFindOptions/contactfindoptions.html">ContactFindOptions</a>();
+                    var options = new ContactFindOptions();
                     options.filter = "Bob";
                     var fields = ["displayName", "name"];
                     navigator.contacts.find(fields, onSuccess, onError, options);
@@ -101,14 +101,14 @@ Die **<a href="parameters/contactFindOptions.html">contactFindOptions</a>.filter
     
                 // onError: Failed to get the contacts
     
-                function onError(<a href="parameters/contactError.html">contactError</a>) {
+                function onError(contactError) {
                     alert('onError!');
                 }
             </script>
         </head>
     
         <body>
-            <h1><a href="../storage/storage.opendatabase.html">Example</a></h1>
+            <h1>Example</h1>
             <p>Find Contacts</p>
         </body>
     </html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/contacts/contacts.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/contacts/contacts.md b/www/docs/de/3.1.0/cordova/contacts/contacts.md
index 3df3056..1c1dcc8 100644
--- a/www/docs/de/3.1.0/cordova/contacts/contacts.md
+++ b/www/docs/de/3.1.0/cordova/contacts/contacts.md
@@ -18,37 +18,37 @@ license: >
     under the License.
 ---
 
-# <a href="Contact/contact.html">Kontakt</a>e
+# Kontakte
 
-> Das `contacts` Objekt bietet Zugriff auf die <a href="Contact/contact.html">Kontakt</a>datenbank <a href="../device/device.html">Gerät</a>.
+> Das `contacts` Objekt bietet Zugriff auf die Kontaktdatenbank Gerät.
 
-**Wichtige Datenschutzhinweis:** Erhebung und Nutzung von <a href="Contact/contact.html">Kontakt</a>daten löst wichtige Datenschutzprobleme. Ihre app-Datenschutzerklärung sollten besprechen, wie die app <a href="Contact/contact.html">Kontakt</a>daten verwendet und ob es mit irgendwelchen anderen Parteien geteilt wird. <a href="Contact/contact.html">Kontakt</a>informationen ist als vertraulich angesehen, weil es die Menschen zeigt, mit denen eine Person kommuniziert. Daher neben Ihrer app-Privacy Policy sollten stark Sie eine just-in-Time Ankündigung vor Ihrer Anwendung Zugriff oder die Verwendung der <a href="Contact/contact.html">Kontakt</a>daten (wenn das Betriebssystem des <a href="../device/device.html">Gerät</a>s bereits tun nicht). Diese <a href="../notification/notification.html">Benachrichtigung</a> sollte der gleichen Informationen, die vorstehend, sowie die Zustimmung des Benutzers (z.B. durch Präsentation Entscheidungen für das **OK** und **Nein danke**). Beachten S
 ie, dass einige app-Marktplätze können Ihre app eine Frist von just-in-Time und Erlaubnis des Benutzers vor dem Zugriff auf <a href="Contact/contact.html">Kontakt</a>daten einholen. Eine klare und leicht verständliche Benutzererfahrung rund um den Einsatz von <a href="Contact/contact.html">Kontakt</a> Daten hilft Benutzer Verwirrung zu vermeiden und wahrgenommene Missbrauch der <a href="Contact/contact.html">Kontakt</a>daten. Weitere Informationen finden Sie in der <a href="../../guide/appdev/privacy/index.html">Datenschutz-Guide</a>.
+**Wichtige Datenschutzhinweis:** Erhebung und Nutzung von Kontaktdaten löst wichtige Datenschutzprobleme. Ihre app-Datenschutzerklärung sollten besprechen, wie die app Kontaktdaten verwendet und ob es mit irgendwelchen anderen Parteien geteilt wird. Kontaktinformationen ist als vertraulich angesehen, weil es die Menschen zeigt, mit denen eine Person kommuniziert. Daher neben Ihrer app-Privacy Policy sollten stark Sie eine just-in-Time Ankündigung vor Ihrer Anwendung Zugriff oder die Verwendung der Kontaktdaten (wenn das Betriebssystem des Geräts bereits tun nicht). Diese Benachrichtigung sollte der gleichen Informationen, die vorstehend, sowie die Zustimmung des Benutzers (z.B. durch Präsentation Entscheidungen für das **OK** und **Nein danke**). Beachten Sie, dass einige app-Marktplätze können Ihre app eine Frist von just-in-Time und Erlaubnis des Benutzers vor dem Zugriff auf Kontaktdaten einholen. Eine klare und leicht verständliche Benutzererfahrung rund um den Einsatz 
 von Kontakt Daten hilft Benutzer Verwirrung zu vermeiden und wahrgenommene Missbrauch der Kontaktdaten. Weitere Informationen finden Sie in der Datenschutz-Guide.
 
 ## Methoden
 
-*   <a href="contacts.create.html">Contacts.Create</a>
+*   Contacts.Create
 *   Contacts.Find
 
 ## Argumente
 
-*   <a href="parameters/contactFields.html">contactFields</a>
-*   <a href="parameters/contactSuccess.html">contactSuccess</a>
-*   <a href="parameters/contactError.html">contactError</a>
-*   <a href="parameters/contactFindOptions.html">contactFindOptions</a>
+*   contactFields
+*   contactSuccess
+*   contactError
+*   contactFindOptions
 
 ## Objekte
 
-*   <a href="Contact/contact.html">Kontakt</a>
-*   <a href="ContactName/contactname.html">ContactName</a>
-*   <a href="ContactField/contactfield.html">ContactField</a>
-*   <a href="ContactAddress/contactaddress.html">ContactAddress</a>
-*   <a href="ContactOrganization/contactorganization.html">ContactOrganization</a>
-*   <a href="ContactFindOptions/contactfindoptions.html">ContactFindOptions</a>
-*   <a href="ContactError/<a href="parameters/contactError.html">contactError</a>.html">ContactError</a>
+*   Kontakt
+*   ContactName
+*   ContactField
+*   ContactAddress
+*   ContactOrganization
+*   ContactFindOptions
+*   ContactError
 
 ## Zugriff auf die Funktion
 
-Ab Version 3.0 implementiert Cordova <a href="../device/device.html">Gerät</a>eebene APIs als *Plugins*. Verwenden Sie der CLI `plugin` Befehl, beschrieben in der Command-Line Interface, hinzufügen oder Entfernen dieses Feature für ein Projekt:
+Ab Version 3.0 implementiert Cordova Geräteebene APIs als *Plugins*. Verwenden Sie der CLI `plugin` Befehl, beschrieben in der Command-Line Interface, hinzufügen oder Entfernen dieses Feature für ein Projekt:
 
         $ cordova plugin add org.apache.cordova.contacts
         $ cordova plugin ls
@@ -104,4 +104,4 @@ Diese Befehle gelten für alle Zielplattformen, aber die unten beschriebenen Pla
 
  [1]: http://msdn.microsoft.com/en-us/library/ff769509%28v=vs.92%29.aspx
 
-Einige Plattformen können dieses Feature unterstützen, ohne dass eine besondere Konfiguration. Finden Sie unter *Plattform-Unterstützung* in der <a href="../../guide/overview/index.html">Übersicht</a>.
\ No newline at end of file
+Einige Plattformen können dieses Feature unterstützen, ohne dass eine besondere Konfiguration. Finden Sie unter *Plattform-Unterstützung* in der Übersicht.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/contacts/parameters/contactError.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/contacts/parameters/contactError.md b/www/docs/de/3.1.0/cordova/contacts/parameters/contactError.md
index d0b7eb9..9a022a9 100644
--- a/www/docs/de/3.1.0/cordova/contacts/parameters/contactError.md
+++ b/www/docs/de/3.1.0/cordova/contacts/parameters/contactError.md
@@ -20,7 +20,7 @@ license: >
 
 # contactError
 
-Fehler Callback-Funktion für <a href="../Contact/contact.html">Kontakt</a>-Funktionen.
+Fehler Callback-Funktion für Kontakt-Funktionen.
 
     function(error) {
         // Handle the error

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/contacts/parameters/contactFields.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/contacts/parameters/contactFields.md b/www/docs/de/3.1.0/cordova/contacts/parameters/contactFields.md
index c792f78..aed4b5f 100644
--- a/www/docs/de/3.1.0/cordova/contacts/parameters/contactFields.md
+++ b/www/docs/de/3.1.0/cordova/contacts/parameters/contactFields.md
@@ -20,6 +20,6 @@ license: >
 
 # contactFields
 
-Erforderlicher Parameter für die `<a href="../contacts.find.html">contacts.find</a>` -Methode verwendet, um anzugeben, welche Felder enthalten sollte die `Contact` Objekte aus einem Suchvorgang.
+Erforderlicher Parameter für die `contacts.find` -Methode verwendet, um anzugeben, welche Felder enthalten sollte die `Contact` Objekte aus einem Suchvorgang.
 
     ["Name", "Telefonnummern", "Email"]
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/contacts/parameters/contactFindOptions.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/contacts/parameters/contactFindOptions.md b/www/docs/de/3.1.0/cordova/contacts/parameters/contactFindOptions.md
index 8de94d7..3eac788 100644
--- a/www/docs/de/3.1.0/cordova/contacts/parameters/contactFindOptions.md
+++ b/www/docs/de/3.1.0/cordova/contacts/parameters/contactFindOptions.md
@@ -20,13 +20,13 @@ license: >
 
 # contactFindOptions
 
-Optionale Parameter von der `<a href="../contacts.find.html">contacts.find</a>` -Methode, verwendet um die <a href="../contacts.html"><a href="../Contact/contact.html">Kontakt</a>e</a> von der <a href="../Contact/contact.html">Kontakt</a>datenbank zurückgegebenen zu filtern.
+Optionale Parameter von der `contacts.find` -Methode, verwendet um die Kontakte von der Kontaktdatenbank zurückgegebenen zu filtern.
 
     {Filter: "", mehrere: true};
     
 
 ## Optionen
 
-*   **Filter**: die zu suchende Zeichenfolge verwendet, um <a href="../contacts.html"><a href="../Contact/contact.html">Kontakt</a>e</a> zu filtern. *(DOM-String und enthält)* (Standard:`""`)
+*   **Filter**: die zu suchende Zeichenfolge verwendet, um Kontakte zu filtern. *(DOM-String und enthält)* (Standard:`""`)
 
-*   **mehrere**: bestimmt, ob der Suchvorgang mehrere <a href="../contacts.html"><a href="../Contact/contact.html">Kontakt</a>e</a> gibt. *(Boolesch)* (Standard:`false`)
\ No newline at end of file
+*   **mehrere**: bestimmt, ob der Suchvorgang mehrere Kontakte gibt. *(Boolesch)* (Standard:`false`)
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/contacts/parameters/contactSuccess.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/contacts/parameters/contactSuccess.md b/www/docs/de/3.1.0/cordova/contacts/parameters/contactSuccess.md
index bee91c7..521e0f9 100644
--- a/www/docs/de/3.1.0/cordova/contacts/parameters/contactSuccess.md
+++ b/www/docs/de/3.1.0/cordova/contacts/parameters/contactSuccess.md
@@ -20,7 +20,7 @@ license: >
 
 # contactSuccess
 
-Erfolg-Callback-Funktion bietet die `Contact` Array aus einem `<a href="../contacts.find.html">contacts.find</a>` Betrieb.
+Erfolg-Callback-Funktion bietet die `Contact` Array aus einem `contacts.find` Betrieb.
 
     function(contacts) {
         // Do something
@@ -29,7 +29,7 @@ Erfolg-Callback-Funktion bietet die `Contact` Array aus einem `<a href="../conta
 
 ## Parameter
 
-*   **<a href="../Contact/contact.html">Kontakt</a>**: das <a href="../Contact/contact.html">Kontakt</a> Array aus einem Suchvorgang. *(<a href="../Contact/contact.html">Kontakt</a>)*
+*   **Kontakt**: das Kontakt Array aus einem Suchvorgang. *(Kontakt)*
 
 ## Beispiel
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/device/device.cordova.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/device/device.cordova.md b/www/docs/de/3.1.0/cordova/device/device.cordova.md
index 0ee7ecb..7e428bc 100644
--- a/www/docs/de/3.1.0/cordova/device/device.cordova.md
+++ b/www/docs/de/3.1.0/cordova/device/device.cordova.md
@@ -20,14 +20,14 @@ license: >
 
 # device.cordova
 
-Rufen Sie die Version von Cordova, die auf dem <a href="device.html">Gerät</a> ausgeführt.
+Rufen Sie die Version von Cordova, die auf dem Gerät ausgeführt.
 
     var string = device.cordova;
     
 
 ## Beschreibung
 
-`device.cordova`Gibt die Version von Cordova, die auf dem <a href="device.html">Gerät</a> ausgeführt.
+`device.cordova`Gibt die Version von Cordova, die auf dem Gerät ausgeführt.
 
 ## Unterstützte Plattformen
 
@@ -48,24 +48,24 @@ Rufen Sie die Version von Cordova, die auf dem <a href="device.html">Gerät</a>
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Device Properties <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Device Properties Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
     
         // Wait for device API libraries to load
         //
-        document.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>("<a href="../events/events.deviceready.html">deviceready</a>", onDeviceReady, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
     
         // device APIs are available
         //
         function onDeviceReady() {
             var element = document.getElementById('deviceProperties');
-            element.innerHTML = 'Device Model: '    + <a href="device.model.html">device.model</a>    + '<br />' +
+            element.innerHTML = 'Device Model: '    + device.model    + '<br />' +
                                 'Device Cordova: '  + device.cordova  + '<br />' +
-                                'Device Platform: ' + <a href="device.platform.html">device.platform</a> + '<br />' +
-                                'Device UUID: '     + <a href="device.uuid.html">device.uuid</a>     + '<br />' +
-                                'Device Version: '  + <a href="device.version.html">device.version</a>  + '<br />';
+                                'Device Platform: ' + device.platform + '<br />' +
+                                'Device UUID: '     + device.uuid     + '<br />' +
+                                'Device Version: '  + device.version  + '<br />';
         }
     
         </script>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/device/device.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/device/device.md b/www/docs/de/3.1.0/cordova/device/device.md
index fc11dd2..23c85a1 100644
--- a/www/docs/de/3.1.0/cordova/device/device.md
+++ b/www/docs/de/3.1.0/cordova/device/device.md
@@ -24,20 +24,20 @@ license: >
 
 ## Eigenschaften
 
-*   <a href="device.model.html">device.model</a>
+*   device.model
 *   Device.Cordova
 *   Device.Platform
 *   Device.UUID
 *   Device.Version
-*   <a href="device.name.html">device.name</a>
+*   device.name
 
-## Geltungsbereich von <a href="../../plugin_ref/spec.html">Variablen</a>
+## Geltungsbereich von Variablen
 
 Da `device` zugewiesen ist das `window` -Objekt, es ist implizit im globalen Gültigkeitsbereich.
 
     // These reference the same `device`
-    var phoneModel = window.<a href="device.model.html">device.model</a>;
-    var phoneModel = <a href="device.model.html">device.model</a>;
+    var phoneModel = window.device.model;
+    var phoneModel = device.model;
     
 
 ## Zugriff auf die Funktion
@@ -98,4 +98,4 @@ Diese Befehle gelten für alle Zielplattformen, aber die unten beschriebenen Pla
  [1]: http://msdn.microsoft.com/en-us/library/ff769509%28v=vs.92%29.aspx
  [2]: https://developer.tizen.org/help/topic/org.tizen.help.gs/Creating%20a%20Project.html?path=0_1_1_3#8814682_CreatingaProject-EditingconfigxmlFeatures
 
-Einige Plattformen können dieses Feature unterstützen, ohne dass eine besondere Konfiguration. Finden Sie unter *Plattform-Unterstützung* in der <a href="../../guide/overview/index.html">Übersicht</a>.
\ No newline at end of file
+Einige Plattformen können dieses Feature unterstützen, ohne dass eine besondere Konfiguration. Finden Sie unter *Plattform-Unterstützung* in der Übersicht.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/device/device.model.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/device/device.model.md b/www/docs/de/3.1.0/cordova/device/device.model.md
index 1c5abd0..3288342 100644
--- a/www/docs/de/3.1.0/cordova/device/device.model.md
+++ b/www/docs/de/3.1.0/cordova/device/device.model.md
@@ -20,14 +20,14 @@ license: >
 
 # device.model
 
-Modellname des <a href="device.html">Gerät</a>s zu erhalten.
+Modellname des Geräts zu erhalten.
 
     var string = device.model;
     
 
 ## Beschreibung
 
-Die `device.model` gibt den Namen der Modell- oder des <a href="device.html">Gerät</a>s zurück. Der Wert wird vom <a href="device.html">Gerät</a>ehersteller festgelegt und kann zwischen den Versionen des gleichen Produkts unterschiedlich sein.
+Die `device.model` gibt den Namen der Modell- oder des Geräts zurück. Der Wert wird vom Gerätehersteller festgelegt und kann zwischen den Versionen des gleichen Produkts unterschiedlich sein.
 
 ## Unterstützte Plattformen
 
@@ -48,24 +48,24 @@ Die `device.model` gibt den Namen der Modell- oder des <a href="device.html">Ger
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Device Properties <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Device Properties Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
     
         // Wait for device API libraries to load
         //
-        document.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>("<a href="../events/events.deviceready.html">deviceready</a>", onDeviceReady, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
     
         // device APIs are available
         //
         function onDeviceReady() {
             var element = document.getElementById('deviceProperties');
             element.innerHTML = 'Device Model: '    + device.model    + '<br />' +
-                                'Device Cordova: '  + <a href="device.cordova.html">device.cordova</a>  + '<br />' +
-                                'Device Platform: ' + <a href="device.platform.html">device.platform</a> + '<br />' +
-                                'Device UUID: '     + <a href="device.uuid.html">device.uuid</a>     + '<br />' +
-                                'Device Version: '  + <a href="device.version.html">device.version</a>  + '<br />';
+                                'Device Cordova: '  + device.cordova  + '<br />' +
+                                'Device Platform: ' + device.platform + '<br />' +
+                                'Device UUID: '     + device.uuid     + '<br />' +
+                                'Device Version: '  + device.version  + '<br />';
         }
     
         </script>
@@ -85,8 +85,8 @@ Die `device.model` gibt den Namen der Modell- oder des <a href="device.html">Ger
 
 ## Tizen Macken
 
-*   Gibt z. B. das <a href="device.html">Gerät</a>emodell von dem Kreditor zugeordnet,`TIZEN`
+*   Gibt z. B. das Gerätemodell von dem Kreditor zugeordnet,`TIZEN`
 
 ## Windows Phone 7 und 8 Macken
 
-*   Gibt das vom Hersteller angegebenen <a href="device.html">Gerät</a>emodell zurück. Beispielsweise gibt der Samsung-Fokus`SGH-i917`.
\ No newline at end of file
+*   Gibt das vom Hersteller angegebenen Gerätemodell zurück. Beispielsweise gibt der Samsung-Fokus`SGH-i917`.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/device/device.name.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/device/device.name.md b/www/docs/de/3.1.0/cordova/device/device.name.md
index 954c0f5..f5f7256 100644
--- a/www/docs/de/3.1.0/cordova/device/device.name.md
+++ b/www/docs/de/3.1.0/cordova/device/device.name.md
@@ -20,16 +20,16 @@ license: >
 
 # device.name
 
-**WARNING:** `device.name` is deprecated as of version 2.3.0. Use `<a href="device.model.html">device.model</a>` instead.
+**WARNING:** `device.name` is deprecated as of version 2.3.0. Use `device.model` instead.
 
-Modellname des <a href="device.html">Gerät</a>s zu erhalten.
+Modellname des Geräts zu erhalten.
 
     var string = device.name;
     
 
 ## Beschreibung
 
-`device.name`Gibt den Namen der Modell- oder des <a href="device.html">Gerät</a>s zurück. Dieser Wert wird vom <a href="device.html">Gerät</a>ehersteller festgelegt und kann zwischen den Versionen des gleichen Produkts unterschiedlich sein.
+`device.name`Gibt den Namen der Modell- oder des Geräts zurück. Dieser Wert wird vom Gerätehersteller festgelegt und kann zwischen den Versionen des gleichen Produkts unterschiedlich sein.
 
 ## Unterstützte Plattformen
 
@@ -55,25 +55,25 @@ Modellname des <a href="device.html">Gerät</a>s zu erhalten.
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Device Properties <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Device Properties Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
     
         // Wait for device API libraries to load
         //
-        document.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>("<a href="../events/events.deviceready.html">deviceready</a>", onDeviceReady, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
     
         // device APIs are available
         //
         function onDeviceReady() {
             var element = document.getElementById('deviceProperties');
             element.innerHTML = 'Device Name: '     + device.name     + '<br />' +
-                                'Device Model: '    + <a href="device.model.html">device.model</a>    + '<br />' +
-                                'Device Cordova: '  + <a href="device.cordova.html">device.cordova</a>  + '<br />' +
-                                'Device Platform: ' + <a href="device.platform.html">device.platform</a> + '<br />' +
-                                'Device UUID: '     + <a href="device.uuid.html">device.uuid</a>     + '<br />' +
-                                'Device Version: '  + <a href="device.version.html">device.version</a>  + '<br />';
+                                'Device Model: '    + device.model    + '<br />' +
+                                'Device Cordova: '  + device.cordova  + '<br />' +
+                                'Device Platform: ' + device.platform + '<br />' +
+                                'Device UUID: '     + device.uuid     + '<br />' +
+                                'Device Version: '  + device.version  + '<br />';
         }
     
         </script>
@@ -93,8 +93,8 @@ Modellname des <a href="device.html">Gerät</a>s zu erhalten.
 
 ## Windows Phone 7 und 8 Macken
 
-*   Gibt das vom Hersteller angegebenen <a href="device.html">Gerät</a>emodell zurück. Beispielsweise gibt der Samsung-Fokus`SGH-i917`.
+*   Gibt das vom Hersteller angegebenen Gerätemodell zurück. Beispielsweise gibt der Samsung-Fokus`SGH-i917`.
 
 ## Tizen Macken
 
-*   Gibt z. B. das <a href="device.html">Gerät</a>emodell von dem Kreditor zugeordnet,`TIZEN`
\ No newline at end of file
+*   Gibt z. B. das Gerätemodell von dem Kreditor zugeordnet,`TIZEN`
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/device/device.platform.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/device/device.platform.md b/www/docs/de/3.1.0/cordova/device/device.platform.md
index e50b746..a5eb60d 100644
--- a/www/docs/de/3.1.0/cordova/device/device.platform.md
+++ b/www/docs/de/3.1.0/cordova/device/device.platform.md
@@ -20,7 +20,7 @@ license: >
 
 # device.platform
 
-Name des Betriebssystems des <a href="device.html">Gerät</a>s zu erhalten.
+Name des Betriebssystems des Geräts zu erhalten.
 
     var string = device.platform;
     
@@ -50,24 +50,24 @@ Name des Betriebssystems des <a href="device.html">Gerät</a>s zu erhalten.
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Device Properties <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Device Properties Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
     
         // Wait for device API libraries to load
         //
-        document.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>("<a href="../events/events.deviceready.html">deviceready</a>", onDeviceReady, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
     
         // device APIs are available
         //
         function onDeviceReady() {
             var element = document.getElementById('deviceProperties');
-            element.innerHTML = 'Device Model: '    + <a href="device.model.html">device.model</a>    + '<br />' +
-                                'Device Cordova: '  + <a href="device.cordova.html">device.cordova</a>  + '<br />' +
+            element.innerHTML = 'Device Model: '    + device.model    + '<br />' +
+                                'Device Cordova: '  + device.cordova  + '<br />' +
                                 'Device Platform: ' + device.platform + '<br />' +
-                                'Device UUID: '     + <a href="device.uuid.html">device.uuid</a>     + '<br />' +
-                                'Device Version: '  + <a href="device.version.html">device.version</a>  + '<br />';
+                                'Device UUID: '     + device.uuid     + '<br />' +
+                                'Device Version: '  + device.version  + '<br />';
         }
     
         </script>
@@ -80,12 +80,12 @@ Name des Betriebssystems des <a href="device.html">Gerät</a>s zu erhalten.
 
 ## BlackBerry Macken
 
-<a href="device.html">Gerät</a>e möglicherweise die <a href="device.html">Gerät</a>enummer für die Version von Plattform anstelle des Namens Plattform zurück. Beispielsweise gibt der Storm2 9550 einen Wert wie`2.13.0.95`.
+Geräte möglicherweise die Gerätenummer für die Version von Plattform anstelle des Namens Plattform zurück. Beispielsweise gibt der Storm2 9550 einen Wert wie`2.13.0.95`.
 
 ## Windows Phone 7 Macken
 
-Windows Phone 7 <a href="device.html">Gerät</a>e melden die Plattform als`WinCE`.
+Windows Phone 7 Geräte melden die Plattform als`WinCE`.
 
 ## Windows Phone 8 Macken
 
-Windows Phone 8 <a href="device.html">Gerät</a>e melden die Plattform als`Win32NT`.
\ No newline at end of file
+Windows Phone 8 Geräte melden die Plattform als`Win32NT`.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/device/device.uuid.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/device/device.uuid.md b/www/docs/de/3.1.0/cordova/device/device.uuid.md
index 3bcbe22..9157669 100644
--- a/www/docs/de/3.1.0/cordova/device/device.uuid.md
+++ b/www/docs/de/3.1.0/cordova/device/device.uuid.md
@@ -20,7 +20,7 @@ license: >
 
 # device.uuid
 
-Des <a href="device.html">Gerät</a>s Universally Unique Identifier ([UUID][1] zu erhalten).
+Des Geräts Universally Unique Identifier ([UUID][1] zu erhalten).
 
  [1]: http://en.wikipedia.org/wiki/Universally_Unique_Identifier
 
@@ -29,7 +29,7 @@ Des <a href="device.html">Gerät</a>s Universally Unique Identifier ([UUID][1] z
 
 ## Beschreibung
 
-Die Details wie eine UUID generiert wird werden vom <a href="device.html">Gerät</a>ehersteller und beziehen sich auf die Plattform oder das Modell des <a href="device.html">Gerät</a>s.
+Die Details wie eine UUID generiert wird werden vom Gerätehersteller und beziehen sich auf die Plattform oder das Modell des Geräts.
 
 ## Unterstützte Plattformen
 
@@ -42,9 +42,9 @@ Die Details wie eine UUID generiert wird werden vom <a href="device.html">Gerät
 
 ## Kleines Beispiel
 
-    / / Android: wird eine zufällige 64-Bit-Ganzzahl (als Zeichenfolge, wieder!) / / die ganze Zahl wird beim ersten Start des <a href="device.html">Gerät</a>s erzeugt / / / / BlackBerry: gibt die PIN-Nummer des <a href="device.html">Gerät</a>es / / Dies ist eine neunstellige eindeutige Ganzzahl (als String, obwohl!) / / / / iPhone: (paraphrasiert aus der Dokumentation zur UIDevice-Klasse) / / liefert eine Reihe von Hash-Werte, die aus mehreren Hardware erstellt identifiziert.
-    / / Es ist gewährleistet, dass für jedes <a href="device.html">Gerät</a> eindeutig sein und kann nicht gebunden werden / / an den Benutzer weitergeleitet.
-    / / Windows Phone 7: gibt einen Hash des <a href="device.html">Gerät</a> + aktueller Benutzer, / / wenn der Benutzer nicht definiert ist, eine Guid generiert und wird weiter bestehen, bis die app deinstalliert wird / / Tizen: gibt das <a href="device.html">Gerät</a> IMEI (International Mobile Equipment Identity oder IMEI ist eine Zahl / / einzigartig für jedes GSM- und UMTS-Handy.
+    / / Android: wird eine zufällige 64-Bit-Ganzzahl (als Zeichenfolge, wieder!) / / die ganze Zahl wird beim ersten Start des Geräts erzeugt / / / / BlackBerry: gibt die PIN-Nummer des Gerätes / / Dies ist eine neunstellige eindeutige Ganzzahl (als String, obwohl!) / / / / iPhone: (paraphrasiert aus der Dokumentation zur UIDevice-Klasse) / / liefert eine Reihe von Hash-Werte, die aus mehreren Hardware erstellt identifiziert.
+    / / Es ist gewährleistet, dass für jedes Gerät eindeutig sein und kann nicht gebunden werden / / an den Benutzer weitergeleitet.
+    / / Windows Phone 7: gibt einen Hash des Gerät + aktueller Benutzer, / / wenn der Benutzer nicht definiert ist, eine Guid generiert und wird weiter bestehen, bis die app deinstalliert wird / / Tizen: gibt das Gerät IMEI (International Mobile Equipment Identity oder IMEI ist eine Zahl / / einzigartig für jedes GSM- und UMTS-Handy.
     var deviceID = device.uuid;
     
 
@@ -53,24 +53,24 @@ Die Details wie eine UUID generiert wird werden vom <a href="device.html">Gerät
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Device Properties <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Device Properties Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
     
         // Wait for device API libraries to load
         //
-        document.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>("<a href="../events/events.deviceready.html">deviceready</a>", onDeviceReady, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
     
         // device APIs are available
         //
         function onDeviceReady() {
             var element = document.getElementById('deviceProperties');
-            element.innerHTML = 'Device Model: '    + <a href="device.model.html">device.model</a>    + '<br />' +
-                                'Device Cordova: '  + <a href="device.cordova.html">device.cordova</a>  + '<br />' +
-                                'Device Platform: ' + <a href="device.platform.html">device.platform</a> + '<br />' +
+            element.innerHTML = 'Device Model: '    + device.model    + '<br />' +
+                                'Device Cordova: '  + device.cordova  + '<br />' +
+                                'Device Platform: ' + device.platform + '<br />' +
                                 'Device UUID: '     + device.uuid     + '<br />' +
-                                'Device Version: '  + <a href="device.version.html">device.version</a>  + '<br />';
+                                'Device Version: '  + device.version  + '<br />';
         }
     
         </script>
@@ -83,8 +83,8 @@ Die Details wie eine UUID generiert wird werden vom <a href="device.html">Gerät
 
 ## iOS Quirk
 
-Die `uuid` auf iOS ist nicht eindeutig auf ein <a href="device.html">Gerät</a>, aber für jede Anwendung, für jede Installation variiert. Es ändert sich, wenn Sie löschen und neu die app installieren, und möglicherweise auch beim iOS zu aktualisieren, oder aktualisieren Sie auch Ihre app pro Version (scheinbaren in iOS 5.1). Die `uuid` ist kein zuverlässiger Wert.
+Die `uuid` auf iOS ist nicht eindeutig auf ein Gerät, aber für jede Anwendung, für jede Installation variiert. Es ändert sich, wenn Sie löschen und neu die app installieren, und möglicherweise auch beim iOS zu aktualisieren, oder aktualisieren Sie auch Ihre app pro Version (scheinbaren in iOS 5.1). Die `uuid` ist kein zuverlässiger Wert.
 
 ## Windows Phone 7 und 8 Macken
 
-Die `uuid` für Windows Phone 7 die Berechtigung erfordert `ID_CAP_IDENTITY_DEVICE` . Microsoft wird diese Eigenschaft wahrscheinlich bald abzuschaffen. Wenn die Funktion nicht verfügbar ist, generiert die Anwendung eine persistente Guid, die für die Dauer der Installation der Anwendung auf dem <a href="device.html">Gerät</a> verwaltet wird.
\ No newline at end of file
+Die `uuid` für Windows Phone 7 die Berechtigung erfordert `ID_CAP_IDENTITY_DEVICE` . Microsoft wird diese Eigenschaft wahrscheinlich bald abzuschaffen. Wenn die Funktion nicht verfügbar ist, generiert die Anwendung eine persistente Guid, die für die Dauer der Installation der Anwendung auf dem Gerät verwaltet wird.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/device/device.version.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/device/device.version.md b/www/docs/de/3.1.0/cordova/device/device.version.md
index 3dd642e..0259fcf 100644
--- a/www/docs/de/3.1.0/cordova/device/device.version.md
+++ b/www/docs/de/3.1.0/cordova/device/device.version.md
@@ -46,23 +46,23 @@ Version des Betriebssystems zu erhalten.
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Device Properties <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Device Properties Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
     
         // Wait for device API libraries to load
         //
-        document.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>("<a href="../events/events.deviceready.html">deviceready</a>", onDeviceReady, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
     
         // device APIs are available
         //
         function onDeviceReady() {
             var element = document.getElementById('deviceProperties');
-            element.innerHTML = 'Device Model: '    + <a href="device.model.html">device.model</a>    + '<br />' +
-                                'Device Cordova: '  + <a href="device.cordova.html">device.cordova</a>  + '<br />' +
-                                'Device Platform: ' + <a href="device.platform.html">device.platform</a> + '<br />' +
-                                'Device UUID: '     + <a href="device.uuid.html">device.uuid</a>     + '<br />' +
+            element.innerHTML = 'Device Model: '    + device.model    + '<br />' +
+                                'Device Cordova: '  + device.cordova  + '<br />' +
+                                'Device Platform: ' + device.platform + '<br />' +
+                                'Device UUID: '     + device.uuid     + '<br />' +
                                 'Device Version: '  + device.version  + '<br />';
         }
     


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[26/51] [partial] docs commit: Reverting autolinking change because of inconsistencies.

Posted by db...@apache.org.
http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/events/events.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/events/events.md b/www/docs/en/1.6.0/cordova/events/events.md
index 45a8623..c42b595 100644
--- a/www/docs/en/1.6.0/cordova/events/events.md
+++ b/www/docs/en/1.6.0/cordova/events/events.md
@@ -26,19 +26,19 @@ Events
 Event Types
 -----------
 
-- <a href="events.deviceready.html">deviceready</a>
-- <a href="events.pause.html">pause</a>
-- <a href="events.resume.html">resume</a>
-- <a href="events.online.html">online</a>
-- <a href="events.offline.html">offline</a>
-- <a href="events.backbutton.html">backbutton</a>
-- <a href="events.batterycritical.html">batterycritical</a>
-- <a href="events.batterylow.html">batterylow</a>
-- <a href="events.batterystatus.html">batterystatus</a>
-- <a href="events.menubutton.html">menubutton</a>
-- <a href="events.searchbutton.html">searchbutton</a>
-- <a href="events.startcallbutton.html">startcallbutton</a>
-- <a href="events.endcallbutton.html">endcallbutton</a>
-- <a href="events.volumedownbutton.html">volumedownbutton</a>
-- <a href="events.volumeupbutton.html">volumeupbutton</a>
+- deviceready
+- pause
+- resume
+- online
+- offline
+- backbutton
+- batterycritical
+- batterylow
+- batterystatus
+- menubutton
+- searchbutton
+- startcallbutton
+- endcallbutton
+- volumedownbutton
+- volumeupbutton
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/events/events.menubutton.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/events/events.menubutton.md b/www/docs/en/1.6.0/cordova/events/events.menubutton.md
index 10f249b..2127301 100644
--- a/www/docs/en/1.6.0/cordova/events/events.menubutton.md
+++ b/www/docs/en/1.6.0/cordova/events/events.menubutton.md
@@ -30,7 +30,7 @@ Details
 
 If you need to override the default menu button behaviour you can register an event listener for the 'menubutton' event.
 
-Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova '<a href="events.deviceready.html">deviceready</a>' event.
+Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova 'deviceready' event.
 
 Supported Platforms
 -------------------
@@ -38,7 +38,7 @@ Supported Platforms
 - Android
 - BlackBerry WebWorks (OS 5.0 and higher)
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     document.addEventListener("menubutton", onMenuKeyDown, false);
@@ -47,31 +47,31 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         // Handle the back button
     }
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
                           "http://www.w3.org/TR/html4/strict.dtd">
     <html>
       <head>
-        <title>Cordova Menu Button <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Cordova Menu Button Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Call on<a href="../device/device.html">Device</a>Ready when Cordova is loaded.
+        // Call onDeviceReady when Cordova is loaded.
         //
         // 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 `<a href="events.deviceready.html">deviceready</a>`.
+        // it will call the event `deviceready`.
         //
         function onLoad() {
-            document.addEventListener("<a href="events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
 
         // Cordova is loaded and it is now safe to make calls Cordova methods
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             // Register the event listener
             document.addEventListener("menubutton", onMenuKeyDown, false);
         }

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/events/events.offline.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/events/events.offline.md b/www/docs/en/1.6.0/cordova/events/events.offline.md
index a803765..98793d6 100644
--- a/www/docs/en/1.6.0/cordova/events/events.offline.md
+++ b/www/docs/en/1.6.0/cordova/events/events.offline.md
@@ -30,7 +30,7 @@ Details
 
 When the application's network connection changes to being offline, the offline event is fired.  
 
-Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova '<a href="events.deviceready.html">deviceready</a>' event.
+Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova 'deviceready' event.
 
 Supported Platforms
 -------------------
@@ -40,7 +40,7 @@ Supported Platforms
 - iOS
 - Windows Phone 7
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     document.addEventListener("offline", onOffline, false);
@@ -49,30 +49,30 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         // Handle the offline event
     }
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Cordova Offline <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Cordova Offline Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Call on<a href="../device/device.html">Device</a>Ready when Cordova is loaded.
+        // Call onDeviceReady when Cordova is loaded.
         //
         // 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 `<a href="events.deviceready.html">deviceready</a>`.
+        // it will call the event `deviceready`.
         //
         function onLoad() {
-            document.addEventListener("<a href="events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
 
         // Cordova is loaded and it is now safe to make calls Cordova methods
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
 		    document.addEventListener("offline", onOffline, false);
         }
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/events/events.online.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/events/events.online.md b/www/docs/en/1.6.0/cordova/events/events.online.md
index 8b14e25..e33a2b3 100644
--- a/www/docs/en/1.6.0/cordova/events/events.online.md
+++ b/www/docs/en/1.6.0/cordova/events/events.online.md
@@ -30,7 +30,7 @@ Details
 
 When the application's network connection changes to being online, the online event is fired.  
 
-Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova '<a href="events.deviceready.html">deviceready</a>' event.
+Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova 'deviceready' event.
 
 Supported Platforms
 -------------------
@@ -40,7 +40,7 @@ Supported Platforms
 - iOS
 - Windows Phone 7
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     document.addEventListener("online", onOnline, false);
@@ -49,30 +49,30 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         // Handle the online event
     }
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Cordova Online <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Cordova Online Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Call on<a href="../device/device.html">Device</a>Ready when Cordova is loaded.
+        // Call onDeviceReady when Cordova is loaded.
         //
         // 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 `<a href="events.deviceready.html">deviceready</a>`.
+        // it will call the event `deviceready`.
         //
         function onLoad() {
-            document.addEventListener("<a href="events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
 
         // Cordova is loaded and it is now safe to make calls Cordova methods
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             document.addEventListener("online", onOnline, false);
         }
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/events/events.pause.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/events/events.pause.md b/www/docs/en/1.6.0/cordova/events/events.pause.md
index aa9d944..e4a087d 100644
--- a/www/docs/en/1.6.0/cordova/events/events.pause.md
+++ b/www/docs/en/1.6.0/cordova/events/events.pause.md
@@ -30,7 +30,7 @@ Details
 
 Cordova consists of two code bases: native and JavaScript. While the native code puts the application into the background the pause event is fired.  
 
-Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova '<a href="events.deviceready.html">deviceready</a>' event.
+Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova 'deviceready' event.
 
 Supported Platforms
 -------------------
@@ -40,7 +40,7 @@ Supported Platforms
 - iOS
 - Windows Phone 7
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     document.addEventListener("pause", onPause, false);
@@ -49,30 +49,30 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         // Handle the pause event
     }
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Cordova Pause <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Cordova Pause Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Call on<a href="../device/device.html">Device</a>Ready when Cordova is loaded.
+        // Call onDeviceReady when Cordova is loaded.
         //
         // 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 `<a href="events.deviceready.html">deviceready</a>`.
+        // it will call the event `deviceready`.
         //
         function onLoad() {
-            document.addEventListener("<a href="events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
 
         // Cordova is loaded and it is now safe to make calls Cordova methods
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
 		    document.addEventListener("pause", onPause, false);
         }
 
@@ -89,4 +89,4 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
 
 iOS Quirks
 --------------------------
-In the pause handler, any calls that go through Objective-C will not work, nor will any calls that are interactive, like alerts. This means that you cannot call console.log (and its variants), or any calls from Plugins or the Cordova API. These will only be processed when the app <a href="events.resume.html">resume</a>s (processed on the next run-loop).
+In the pause handler, any calls that go through Objective-C will not work, nor will any calls that are interactive, like alerts. This means that you cannot call console.log (and its variants), or any calls from Plugins or the Cordova API. These will only be processed when the app resumes (processed on the next run-loop).

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/events/events.resume.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/events/events.resume.md b/www/docs/en/1.6.0/cordova/events/events.resume.md
index 11cbb4a..b113cb0 100644
--- a/www/docs/en/1.6.0/cordova/events/events.resume.md
+++ b/www/docs/en/1.6.0/cordova/events/events.resume.md
@@ -30,7 +30,7 @@ Details
 
 Cordova consists of two code bases: native and JavaScript. While the native code pulls the application from the background the resume event is fired.  
 
-Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova '<a href="events.deviceready.html">deviceready</a>' event.
+Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova 'deviceready' event.
 
 Supported Platforms
 -------------------
@@ -40,7 +40,7 @@ Supported Platforms
 - iOS
 - Windows Phone 7
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     document.addEventListener("resume", onResume, false);
@@ -49,30 +49,30 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         // Handle the resume event
     }
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Cordova Resume <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Cordova Resume Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Call on<a href="../device/device.html">Device</a>Ready when Cordova is loaded.
+        // Call onDeviceReady when Cordova is loaded.
         //
         // 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 `<a href="events.deviceready.html">deviceready</a>`.
+        // it will call the event `deviceready`.
         //
         function onLoad() {
-            document.addEventListener("<a href="events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
 
         // Cordova is loaded and it is now safe to make calls Cordova methods
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             document.addEventListener("resume", onResume, false);
         }
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/events/events.searchbutton.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/events/events.searchbutton.md b/www/docs/en/1.6.0/cordova/events/events.searchbutton.md
index c7f9529..83ef701 100644
--- a/www/docs/en/1.6.0/cordova/events/events.searchbutton.md
+++ b/www/docs/en/1.6.0/cordova/events/events.searchbutton.md
@@ -30,14 +30,14 @@ Details
 
 If you need to override the default search button behaviour on Android you can register an event listener for the 'searchbutton' event.
 
-Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova '<a href="events.deviceready.html">deviceready</a>' event.
+Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova 'deviceready' event.
 
 Supported Platforms
 -------------------
 
 - Android
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     document.addEventListener("searchbutton", onSearchKeyDown, false);
@@ -46,31 +46,31 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         // Handle the search button
     }
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
                           "http://www.w3.org/TR/html4/strict.dtd">
     <html>
       <head>
-        <title>Cordova Search Button <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Cordova Search Button Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Call on<a href="../device/device.html">Device</a>Ready when Cordova is loaded.
+        // Call onDeviceReady when Cordova is loaded.
         //
         // 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 `<a href="events.deviceready.html">deviceready</a>`.
+        // it will call the event `deviceready`.
         //
         function onLoad() {
-            document.addEventListener("<a href="events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
 
         // Cordova is loaded and it is now safe to make calls Cordova methods
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             // Register the event listener
             document.addEventListener("searchbutton", onSearchKeyDown, false);
         }

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/events/events.startcallbutton.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/events/events.startcallbutton.md b/www/docs/en/1.6.0/cordova/events/events.startcallbutton.md
index 221388a..faf4d20 100644
--- a/www/docs/en/1.6.0/cordova/events/events.startcallbutton.md
+++ b/www/docs/en/1.6.0/cordova/events/events.startcallbutton.md
@@ -30,14 +30,14 @@ Details
 
 If you need to override the default start call behaviour you can register an event listener for the 'startcallbutton' event.
 
-Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova '<a href="events.deviceready.html">deviceready</a>' event.
+Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova 'deviceready' event.
 
 Supported Platforms
 -------------------
 
 - BlackBerry WebWorks (OS 5.0 and higher)
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     document.addEventListener("startcallbutton", onStartCallKeyDown, false);
@@ -46,31 +46,31 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         // Handle the start call button
     }
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
                           "http://www.w3.org/TR/html4/strict.dtd">
     <html>
       <head>
-        <title>Cordova Start Call Button <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Cordova Start Call Button Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Call on<a href="../device/device.html">Device</a>Ready when Cordova is loaded.
+        // Call onDeviceReady when Cordova is loaded.
         //
         // 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 `<a href="events.deviceready.html">deviceready</a>`.
+        // it will call the event `deviceready`.
         //
         function onLoad() {
-            document.addEventListener("<a href="events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
 
         // Cordova is loaded and it is now safe to make calls Cordova methods
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             // Register the event listener
             document.addEventListener("startcallbutton", onStartCallKeyDown, false);
         }

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/events/events.volumedownbutton.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/events/events.volumedownbutton.md b/www/docs/en/1.6.0/cordova/events/events.volumedownbutton.md
index 7f910cb..d55fdec 100644
--- a/www/docs/en/1.6.0/cordova/events/events.volumedownbutton.md
+++ b/www/docs/en/1.6.0/cordova/events/events.volumedownbutton.md
@@ -30,14 +30,14 @@ 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 Cordova '<a href="events.deviceready.html">deviceready</a>' event.
+Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova 'deviceready' event.
 
 Supported Platforms
 -------------------
 
 - BlackBerry WebWorks (OS 5.0 and higher)
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     document.addEventListener("volumedownbutton", onVolumeDownKeyDown, false);
@@ -46,31 +46,31 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         // Handle the volume down button
     }
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
                           "http://www.w3.org/TR/html4/strict.dtd">
     <html>
       <head>
-        <title>Cordova Volume Down Button <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Cordova Volume Down Button Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Call on<a href="../device/device.html">Device</a>Ready when Cordova is loaded.
+        // Call onDeviceReady when Cordova is loaded.
         //
         // 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 `<a href="events.deviceready.html">deviceready</a>`.
+        // it will call the event `deviceready`.
         //
         function onLoad() {
-            document.addEventListener("<a href="events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
 
         // Cordova is loaded and it is now safe to make calls Cordova methods
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             // Register the event listener
             document.addEventListener("volumedownbutton", onVolumeDownKeyDown, false);
         }

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/events/events.volumeupbutton.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/events/events.volumeupbutton.md b/www/docs/en/1.6.0/cordova/events/events.volumeupbutton.md
index a888181..97d6672 100644
--- a/www/docs/en/1.6.0/cordova/events/events.volumeupbutton.md
+++ b/www/docs/en/1.6.0/cordova/events/events.volumeupbutton.md
@@ -30,14 +30,14 @@ 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 Cordova '<a href="events.deviceready.html">deviceready</a>' event.
+Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova 'deviceready' event.
 
 Supported Platforms
 -------------------
 
 - BlackBerry WebWorks (OS 5.0 and higher)
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     document.addEventListener("volumeupbutton", onVolumeUpKeyDown, false);
@@ -46,31 +46,31 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         // Handle the volume up button
     }
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
                           "http://www.w3.org/TR/html4/strict.dtd">
     <html>
       <head>
-        <title>Cordova Volume Up Button <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Cordova Volume Up Button Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Call on<a href="../device/device.html">Device</a>Ready when Cordova is loaded.
+        // Call onDeviceReady when Cordova is loaded.
         //
         // 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 `<a href="events.deviceready.html">deviceready</a>`.
+        // it will call the event `deviceready`.
         //
         function onLoad() {
-            document.addEventListener("<a href="events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
 
         // Cordova is loaded and it is now safe to make calls Cordova methods
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             // Register the event listener
             document.addEventListener("volumeupbutton", onVolumeUpKeyDown, false);
         }

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/file/directoryentry/directoryentry.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/file/directoryentry/directoryentry.md b/www/docs/en/1.6.0/cordova/file/directoryentry/directoryentry.md
index 5fa9eae..98b2399 100644
--- a/www/docs/en/1.6.0/cordova/file/directoryentry/directoryentry.md
+++ b/www/docs/en/1.6.0/cordova/file/directoryentry/directoryentry.md
@@ -26,29 +26,29 @@ This object represents a directory on a file system.  It is defined in the [W3C
 Properties
 ----------
 
-- __is<a href="../fileobj/fileobj.html">File</a>:__ Always false. _(boolean)_
+- __isFile:__ Always false. _(boolean)_
 - __isDirectory:__ Always true. _(boolean)_
 - __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 Cordova:
 
-- __filesystem:__ The file system on which the DirectoryEntry resides. _(<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>)_ 
+- __filesystem:__ The file system on which the DirectoryEntry resides. _(FileSystem)_ 
 
 Methods
 -------
 
 The following methods can be invoked on a DirectoryEntry object:
 
-- __get<a href="../metadata/metadata.html">Metadata</a>__: Look up metadata about a directory. 
+- __getMetadata__: Look up metadata about a directory. 
 - __moveTo__: Move a directory to a different location on the file system.
 - __copyTo__: Copy a directory to a different location on the file system.
 - __toURI__: Return a URI that can be used to locate a directory.
 - __remove__: Delete a directory.  The directory must be empty.
 - __getParent__: Look up the parent directory.
-- __createReader__: Create a new <a href="../directoryreader/directoryreader.html">DirectoryReader</a> that can read entries from a directory.
+- __createReader__: Create a new DirectoryReader that can read entries from a directory.
 - __getDirectory__: Create or look up a directory.
-- __get<a href="../fileobj/fileobj.html">File</a>__: Create or look up a file.
+- __getFile__: Create or look up a file.
 - __removeRecursively__: Delete a directory and all of its contents.
 
 
@@ -60,18 +60,18 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
 
-get<a href="../metadata/metadata.html">Metadata</a>
+getMetadata
 -----------
 
 Look up metadata about a directory.
 
 __Parameters:__
 
-- __successCallback__ - A callback that is called with a <a href="../metadata/metadata.html">Metadata</a> object. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs retrieving the <a href="../metadata/metadata.html">Metadata</a>. Invoked with a <a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a> object. _(Function)_
+- __successCallback__ - A callback that is called with a Metadata object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileError object. _(Function)_
 
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 
     function success(metadata) {
         console.log("Last Modified: " + metadata.modificationTime);
@@ -82,7 +82,7 @@ __Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
     }
 
     // Request the metadata object for this entry
-    entry.get<a href="../metadata/metadata.html">Metadata</a>(success, fail);	
+    entry.getMetadata(success, fail);	
 
 
 moveTo
@@ -102,10 +102,10 @@ __Parameters:__
 - __parent__ - The parent directory to which to move the directory. _(DirectoryEntry)_
 - __newName__ - The new name of the directory. Defaults to the current name if unspecified. _(DOMString)_
 - __successCallback__ - A callback that is called with the DirectoryEntry object of the new directory. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs when attempting to move the directory.  Invoked with a <a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a> object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs when attempting to move the directory.  Invoked with a FileError object. _(Function)_
 
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 
     function success(entry) {
         console.log("New Path: " + entry.fullPath);
@@ -139,10 +139,10 @@ __Parameters:__
 - __parent__ - The parent directory to which to copy the directory. _(DirectoryEntry)_
 - __newName__ - The new name of the directory. Defaults to the current name if unspecified. _(DOMString)_
 - __successCallback__ - A callback that is called with the DirectoryEntry object of the new directory. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs when attempting to copy the underlying directory.  Invoked with a <a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a> object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs when attempting to copy the underlying directory.  Invoked with a FileError object. _(Function)_
 
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 
 	function win(entry) {
 		console.log("New Path: " + entry.fullPath);
@@ -167,7 +167,7 @@ toURI
 
 Returns a URI that can be used to locate the directory. 
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 	
     // Get the URI for this directory
     var uri = entry.toURI();
@@ -185,9 +185,9 @@ Deletes a directory. It is an error to attempt to:
 __Parameters:__
 
 - __successCallback__ - A callback that is called after the directory has been deleted.  Invoked with no parameters. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs when attempting to delete the directory.  Invoked with a <a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a> object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs when attempting to delete the directory.  Invoked with a FileError object. _(Function)_
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 	
     function success(entry) {
         console.log("Removal succeeded");
@@ -209,9 +209,9 @@ Look up the parent DirectoryEntry containing the directory.
 __Parameters:__
 
 - __successCallback__ - A callback that is called with the directory's parent DirectoryEntry. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs when attempting to retrieve the parent DirectoryEntry.  Invoked with a <a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a> object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs when attempting to retrieve the parent DirectoryEntry.  Invoked with a FileError object. _(Function)_
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 	
     function success(parent) {
         console.log("Parent Name: " + parent.name);
@@ -228,9 +228,9 @@ __Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
 createReader
 ------------
 
-Creates a new <a href="../directoryreader/directoryreader.html">DirectoryReader</a> to read entries in a directory.
+Creates a new DirectoryReader to read entries in a directory.
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 	
     // create a directory reader
     var directoryReader = entry.createReader();	
@@ -246,11 +246,11 @@ Creates or looks up an existing directory.  It is an error to attempt to:
 __Parameters:__
 
 - __path__ - The path to the directory to be looked up or created.  Either an absolute path, or a relative path from this DirectoryEntry. _(DOMString)_
-- __options__ - Options to specify whether the directory is created if it doesn't exist.  _(<a href="../flags/flags.html">Flags</a>)_
+- __options__ - Options to specify whether the directory is created if it doesn't exist.  _(Flags)_
 - __successCallback__ - A callback that is invoked with a DirectoryEntry object. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs creating or looking up the directory.  Invoked with a <a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a> object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs creating or looking up the directory.  Invoked with a FileError object. _(Function)_
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 	
     function success(parent) {
         console.log("Parent Name: " + parent.name);
@@ -264,7 +264,7 @@ __Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
     entry.getDirectory("newDir", {create: true, exclusive: false}, success, fail);	
 
 
-get<a href="../fileobj/fileobj.html">File</a>
+getFile
 -------
 
 Creates or looks up a file.  It is an error to attempt to:
@@ -274,11 +274,11 @@ Creates or looks up a file.  It is an error to attempt to:
 __Parameters:__
 
 - __path__ - The path to the file to be looked up or created.  Either an absolute path, or a relative path from this DirectoryEntry. _(DOMString)_
-- __options__ - Options to specify whether the file is created if it doesn't exist.  _(<a href="../flags/flags.html">Flags</a>)_
-- __successCallback__ - A callback that is invoked with a <a href="../fileentry/fileentry.html"><a href="../fileobj/fileobj.html">File</a>Entry</a> object. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs creating or looking up the file.  Invoked with a <a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a> object. _(Function)_
+- __options__ - Options to specify whether the file is created if it doesn't exist.  _(Flags)_
+- __successCallback__ - A callback that is invoked with a FileEntry object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs creating or looking up the file.  Invoked with a FileError object. _(Function)_
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 	
     function success(parent) {
         console.log("Parent Name: " + parent.name);
@@ -289,7 +289,7 @@ __Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
     }
 
     // Retrieve an existing file, or create it if it does not exist
-    entry.get<a href="../fileobj/fileobj.html">File</a>("new<a href="../fileobj/fileobj.html">File</a>.txt", {create: true, exclusive: false}, success, fail);	
+    entry.getFile("newFile.txt", {create: true, exclusive: false}, success, fail);	
 
 
 removeRecursively
@@ -304,9 +304,9 @@ be deleted.   It is an error to attempt to:
 __Parameters:__
 
 - __successCallback__ - A callback that is called after the DirectoryEntry has been deleted.  Invoked with no parameters. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs when attempting to delete the DirectoryEntry.  Invoked with a <a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a> object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs when attempting to delete the DirectoryEntry.  Invoked with a FileError object. _(Function)_
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 	
     function success(parent) {
         console.log("Remove Recursively Succeeded");

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/file/directoryreader/directoryreader.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/file/directoryreader/directoryreader.md b/www/docs/en/1.6.0/cordova/file/directoryreader/directoryreader.md
index 9e024f6..da55cc2 100644
--- a/www/docs/en/1.6.0/cordova/file/directoryreader/directoryreader.md
+++ b/www/docs/en/1.6.0/cordova/file/directoryreader/directoryreader.md
@@ -44,10 +44,10 @@ Read the entries in this directory.
 
 __Parameters:__
 
-- __successCallback__ - A callback that is passed an array of <a href="../fileentry/fileentry.html"><a href="../fileobj/fileobj.html">File</a>Entry</a> and <a href="../directoryentry/directoryentry.html">DirectoryEntry</a> objects. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs retrieving the directory listing. Invoked with a <a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a> object. _(Function)_
+- __successCallback__ - A callback that is passed an array of FileEntry and DirectoryEntry objects. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs retrieving the directory listing. Invoked with a FileError object. _(Function)_
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 	
     function success(entries) {
         var i;

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/file/file.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/file/file.md b/www/docs/en/1.6.0/cordova/file/file.md
index cf93c75..cdb17e9 100644
--- a/www/docs/en/1.6.0/cordova/file/file.md
+++ b/www/docs/en/1.6.0/cordova/file/file.md
@@ -18,26 +18,26 @@ license: >
     under the License.
 ---
 
-<a href="fileobj/fileobj.html">File</a>
+File
 ==========
 
->  This API is based on the W3C [<a href="fileobj/fileobj.html">File</a> API](http://www.w3.org/TR/<a href="fileobj/fileobj.html">File</a>API). An API to read, write and navigate file system hierarchies. 
+>  This API is based on the W3C [File API](http://www.w3.org/TR/FileAPI). An API to read, write and navigate file system hierarchies. 
 
 Objects
 -------
 
-- <a href="directoryentry/directoryentry.html">DirectoryEntry</a>
-- <a href="directoryreader/directoryreader.html">DirectoryReader</a>
-- <a href="fileobj/fileobj.html">File</a>
-- <a href="fileentry/fileentry.html"><a href="fileobj/fileobj.html">File</a>Entry</a>
-- <a href="fileerror/fileerror.html"><a href="fileobj/fileobj.html">File</a>Error</a>
-- <a href="filereader/filereader.html"><a href="fileobj/fileobj.html">File</a>Reader</a>
-- <a href="filesystem/filesystem.html"><a href="fileobj/fileobj.html">File</a>System</a>
-- <a href="filetransfer/filetransfer.html"><a href="fileobj/fileobj.html">File</a>Transfer</a>
-- <a href="filetransfererror/filetransfererror.html"><a href="filetransfer/filetransfer.html"><a href="fileobj/fileobj.html">File</a>Transfer</a>Error</a>
-- <a href="fileuploadoptions/fileuploadoptions.html"><a href="fileobj/fileobj.html">File</a>UploadOptions</a>
-- <a href="fileuploadresult/fileuploadresult.html"><a href="fileobj/fileobj.html">File</a>UploadResult</a>
-- <a href="filewriter/filewriter.html"><a href="fileobj/fileobj.html">File</a>Writer</a>
-- <a href="flags/flags.html">Flags</a>
-- Local<a href="filesystem/filesystem.html"><a href="fileobj/fileobj.html">File</a>System</a>
-- <a href="metadata/metadata.html">Metadata</a>
\ No newline at end of file
+- DirectoryEntry
+- DirectoryReader
+- File
+- FileEntry
+- FileError
+- FileReader
+- FileSystem
+- FileTransfer
+- FileTransferError
+- FileUploadOptions
+- FileUploadResult
+- FileWriter
+- Flags
+- LocalFileSystem
+- Metadata
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/file/fileentry/fileentry.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/file/fileentry/fileentry.md b/www/docs/en/1.6.0/cordova/file/fileentry/fileentry.md
index d10b9d0..ffe30f3 100644
--- a/www/docs/en/1.6.0/cordova/file/fileentry/fileentry.md
+++ b/www/docs/en/1.6.0/cordova/file/fileentry/fileentry.md
@@ -18,7 +18,7 @@ license: >
     under the License.
 ---
 
-<a href="../fileobj/fileobj.html">File</a>Entry
+FileEntry
 ==========
 
 This object represents a file on a file system.  It is defined in the [W3C Directories and Systems](http://www.w3.org/TR/file-system-api/) specification.
@@ -26,27 +26,27 @@ This object represents a file on a file system.  It is defined in the [W3C Direc
 Properties
 ----------
 
-- __is<a href="../fileobj/fileobj.html">File</a>:__ Always true. _(boolean)_
+- __isFile:__ Always true. _(boolean)_
 - __isDirectory:__ Always false. _(boolean)_
-- __name:__ The name of the <a href="../fileobj/fileobj.html">File</a>Entry, excluding the path leading to it. _(DOMString)_
-- __fullPath:__ The full absolute path from the root to the <a href="../fileobj/fileobj.html">File</a>Entry. _(DOMString)_
+- __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 Cordova:
 
-- __filesystem:__ The file system on which the <a href="../fileobj/fileobj.html">File</a>Entry resides. _(<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>)_
+- __filesystem:__ The file system on which the FileEntry resides. _(FileSystem)_
 
 
 Methods
 -------
 
-- __get<a href="../metadata/metadata.html">Metadata</a>__: Look up metadata about a file. 
+- __getMetadata__: Look up metadata about a file. 
 - __moveTo__: Move a file to a different location on the file system.
 - __copyTo__: Copy a file to a different location on the file system.
 - __toURI__: Return a URI that can be used to locate a file.
 - __remove__: Delete a file.  
 - __getParent__: Look up the parent directory.
-- __createWriter__: Creates a <a href="../filewriter/filewriter.html"><a href="../fileobj/fileobj.html">File</a>Writer</a> object that can be used to write to a file.
-- __file__: Creates a <a href="../fileobj/fileobj.html">File</a> object containing file properties.
+- __createWriter__: Creates a FileWriter object that can be used to write to a file.
+- __file__: Creates a File object containing file properties.
 
 
 Supported Platforms
@@ -58,18 +58,18 @@ Supported Platforms
 - Windows Phone 7 ( Mango )
 
 
-get<a href="../metadata/metadata.html">Metadata</a>
+getMetadata
 ----------------
 
 Look up metadata about a file.
 
 __Parameters:__
 
-- __successCallback__ - A callback that is called with a <a href="../metadata/metadata.html">Metadata</a> object. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs retrieving the <a href="../metadata/metadata.html">Metadata</a>. Invoked with a <a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a> object. _(Function)_
+- __successCallback__ - A callback that is called with a Metadata object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileError object. _(Function)_
 
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 
     function success(metadata) {
         console.log("Last Modified: " + metadata.modificationTime);
@@ -80,7 +80,7 @@ __Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
     }
 
     // Request the metadata object for this entry
-    entry.get<a href="../metadata/metadata.html">Metadata</a>(success, fail);	
+    entry.getMetadata(success, fail);	
 
 
 moveTo
@@ -95,13 +95,13 @@ In addition, an attempt to move a file on top of an existing file must attempt t
 
 __Parameters:__
 
-- __parent__ - The parent directory to which to move the file. _(<a href="../directoryentry/directoryentry.html">DirectoryEntry</a>)_
+- __parent__ - The parent directory to which to move the file. _(DirectoryEntry)_
 - __newName__ - The new name of the file. Defaults to the current name if unspecified. _(DOMString)_
-- __successCallback__ - A callback that is called with the <a href="../fileobj/fileobj.html">File</a>Entry object of the new file. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs when attempting to move the file.  Invoked with a <a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a> object. _(Function)_
+- __successCallback__ - A callback that is called with the FileEntry object of the new file. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs when attempting to move the file.  Invoked with a FileError object. _(Function)_
 
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 
     function success(entry) {
         console.log("New Path: " + entry.fullPath);
@@ -111,12 +111,12 @@ __Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
         alert(error.code);
     }
 
-    function move<a href="../fileobj/fileobj.html">File</a>(entry) {
+    function moveFile(entry) {
         var parent = document.getElementById('parent').value,
-            parentEntry = new <a href="../directoryentry/directoryentry.html">DirectoryEntry</a>({fullPath: parent});
+            parentEntry = new DirectoryEntry({fullPath: parent});
 
         // move the file to a new directory and rename it
-        entry.moveTo(parentEntry, "new<a href="../fileobj/fileobj.html">File</a>.txt", success, fail);
+        entry.moveTo(parentEntry, "newFile.txt", success, fail);
     }
 	
 
@@ -129,13 +129,13 @@ Copy a file to a new location on the file system.  It is an error to attempt to:
 
 __Parameters:__
 
-- __parent__ - The parent directory to which to copy the file. _(<a href="../directoryentry/directoryentry.html">DirectoryEntry</a>)_
+- __parent__ - The parent directory to which to copy the file. _(DirectoryEntry)_
 - __newName__ - The new name of the file. Defaults to the current name if unspecified. _(DOMString)_
-- __successCallback__ - A callback that is called with the <a href="../fileobj/fileobj.html">File</a>Entry object of the new file. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs when attempting to copy the file.  Invoked with a <a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a> object. _(Function)_
+- __successCallback__ - A callback that is called with the FileEntry object of the new file. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs when attempting to copy the file.  Invoked with a FileError object. _(Function)_
 
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 
     function win(entry) {
 	    console.log("New Path: " + entry.fullPath);
@@ -145,9 +145,9 @@ __Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
 	    alert(error.code);
     }
 
-    function copy<a href="../fileobj/fileobj.html">File</a>(entry) {
+    function copyFile(entry) {
         var parent = document.getElementById('parent').value,
-            parentEntry = new <a href="../directoryentry/directoryentry.html">DirectoryEntry</a>({fullPath: parent});
+            parentEntry = new DirectoryEntry({fullPath: parent});
 
         // copy the file to a new directory and rename it
         entry.copyTo(parentEntry, "file.copy", success, fail);
@@ -159,7 +159,7 @@ toURI
 
 Returns a URI that can be used to locate the file. 
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 	
     // Request the URI for this entry
     var uri = entry.toURI();
@@ -174,9 +174,9 @@ Deletes a file.
 __Parameters:__
 
 - __successCallback__ - A callback that is called after the file has been deleted.  Invoked with no parameters. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs when attempting to delete the file.  Invoked with a <a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a> object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs when attempting to delete the file.  Invoked with a FileError object. _(Function)_
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 	
     function success(entry) {
         console.log("Removal succeeded");
@@ -193,14 +193,14 @@ __Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
 getParent
 ---------
 
-Look up the parent <a href="../directoryentry/directoryentry.html">DirectoryEntry</a> containing the file. 
+Look up the parent DirectoryEntry containing the file. 
 
 __Parameters:__
 
-- __successCallback__ - A callback that is called with the file's parent <a href="../directoryentry/directoryentry.html">DirectoryEntry</a>. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs when attempting to retrieve the parent <a href="../directoryentry/directoryentry.html">DirectoryEntry</a>.  Invoked with a <a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a> object. _(Function)_
+- __successCallback__ - A callback that is called with the file's parent DirectoryEntry. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs when attempting to retrieve the parent DirectoryEntry.  Invoked with a FileError object. _(Function)_
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 	
     function success(parent) {
         console.log("Parent Name: " + parent.name);
@@ -210,21 +210,21 @@ __Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
         alert(error.code);
     }
 
-    // Get the parent <a href="../directoryentry/directoryentry.html">DirectoryEntry</a>
+    // Get the parent DirectoryEntry
     entry.getParent(success, fail);	
 
 
 createWriter
 ------------
 
-Create a <a href="../filewriter/filewriter.html"><a href="../fileobj/fileobj.html">File</a>Writer</a> object associated with the file that the <a href="../fileobj/fileobj.html">File</a>Entry represents.
+Create a FileWriter object associated with the file that the FileEntry represents.
 
 __Parameters:__
 
-- __successCallback__ - A callback that is called with a <a href="../filewriter/filewriter.html"><a href="../fileobj/fileobj.html">File</a>Writer</a> object. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs while attempting to create the <a href="../filewriter/filewriter.html"><a href="../fileobj/fileobj.html">File</a>Writer</a>.  Invoked with a <a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a> object. _(Function)_
+- __successCallback__ - A callback that is called with a FileWriter object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs while attempting to create the FileWriter.  Invoked with a FileError object. _(Function)_
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 	
     function success(writer) {
         writer.write("Some text to the file");
@@ -234,24 +234,24 @@ __Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
         alert(error.code);
     }
 
-    // create a <a href="../filewriter/filewriter.html"><a href="../fileobj/fileobj.html">File</a>Writer</a> to write to the file
+    // create a FileWriter to write to the file
     entry.createWriter(success, fail);	
 
 
 file
 ----
 
-Return a <a href="../fileobj/fileobj.html">File</a> object that represents the current state of the file that this <a href="../fileobj/fileobj.html">File</a>Entry represents.
+Return a File object that represents the current state of the file that this FileEntry represents.
 
 __Parameters:__
 
-- __successCallback__ - A callback that is called with a <a href="../fileobj/fileobj.html">File</a> object. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs when creating the <a href="../fileobj/fileobj.html">File</a> object (e.g. the underlying file no longer exists).  Invoked with a <a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a> object. _(Function)_
+- __successCallback__ - A callback that is called with a File object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs when creating the File object (e.g. the underlying file no longer exists).  Invoked with a FileError object. _(Function)_
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 	
     function success(file) {
-        console.log("<a href="../fileobj/fileobj.html">File</a> size: " + file.size);
+        console.log("File size: " + file.size);
     }
 
     function fail(error) {

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/file/fileerror/fileerror.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/file/fileerror/fileerror.md b/www/docs/en/1.6.0/cordova/file/fileerror/fileerror.md
index 5bdd794..fa54c1f 100644
--- a/www/docs/en/1.6.0/cordova/file/fileerror/fileerror.md
+++ b/www/docs/en/1.6.0/cordova/file/fileerror/fileerror.md
@@ -18,10 +18,10 @@ license: >
     under the License.
 ---
 
-<a href="../fileobj/fileobj.html">File</a>Error
+FileError
 ========
 
-A '<a href="../fileobj/fileobj.html">File</a>Error' object is set when an error occurs in any of the <a href="../fileobj/fileobj.html">File</a> API methods. 
+A 'FileError' object is set when an error occurs in any of the File API methods. 
 
 Properties
 ----------
@@ -31,20 +31,20 @@ Properties
 Constants
 ---------
 
-- `<a href="../fileobj/fileobj.html">File</a>Error.NOT_FOUND_ERR`
-- `<a href="../fileobj/fileobj.html">File</a>Error.SECURITY_ERR`
-- `<a href="../fileobj/fileobj.html">File</a>Error.ABORT_ERR`
-- `<a href="../fileobj/fileobj.html">File</a>Error.NOT_READABLE_ERR`
-- `<a href="../fileobj/fileobj.html">File</a>Error.ENCODING_ERR`
-- `<a href="../fileobj/fileobj.html">File</a>Error.NO_MODIFICATION_ALLOWED_ERR`
-- `<a href="../fileobj/fileobj.html">File</a>Error.INVALID_STATE_ERR`
-- `<a href="../fileobj/fileobj.html">File</a>Error.SYNTAX_ERR`
-- `<a href="../fileobj/fileobj.html">File</a>Error.INVALID_MODIFICATION_ERR`
-- `<a href="../fileobj/fileobj.html">File</a>Error.QUOTA_EXCEEDED_ERR`
-- `<a href="../fileobj/fileobj.html">File</a>Error.TYPE_MISMATCH_ERR`
-- `<a href="../fileobj/fileobj.html">File</a>Error.PATH_EXISTS_ERR`
+- `FileError.NOT_FOUND_ERR`
+- `FileError.SECURITY_ERR`
+- `FileError.ABORT_ERR`
+- `FileError.NOT_READABLE_ERR`
+- `FileError.ENCODING_ERR`
+- `FileError.NO_MODIFICATION_ALLOWED_ERR`
+- `FileError.INVALID_STATE_ERR`
+- `FileError.SYNTAX_ERR`
+- `FileError.INVALID_MODIFICATION_ERR`
+- `FileError.QUOTA_EXCEEDED_ERR`
+- `FileError.TYPE_MISMATCH_ERR`
+- `FileError.PATH_EXISTS_ERR`
 
 Description
 -----------
 
-The `<a href="../fileobj/fileobj.html">File</a>Error` object is the only parameter of any of the <a href="../fileobj/fileobj.html">File</a> API's error callbacks.  Developers must read the code property to determine the type of error.
\ No newline at end of file
+The `FileError` object is the only parameter of any of the File API's error callbacks.  Developers must read the code property to determine the type of error.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/file/fileobj/fileobj.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/file/fileobj/fileobj.md b/www/docs/en/1.6.0/cordova/file/fileobj/fileobj.md
index 5910a3c..9920be9 100644
--- a/www/docs/en/1.6.0/cordova/file/fileobj/fileobj.md
+++ b/www/docs/en/1.6.0/cordova/file/fileobj/fileobj.md
@@ -35,7 +35,7 @@ Properties
 Details
 -------
 
-The `File` object contains attributes of a single file.  You can get an instance of a File object by calling the __file__ method of a `<a href="../fileentry/fileentry.html">FileEntry</a>` object.
+The `File` object contains attributes of a single file.  You can get an instance of a File object by calling the __file__ method of a `FileEntry` object.
 
 Supported Platforms
 -------------------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/file/filereader/filereader.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/file/filereader/filereader.md b/www/docs/en/1.6.0/cordova/file/filereader/filereader.md
index dfafbf6..2f15dd2 100644
--- a/www/docs/en/1.6.0/cordova/file/filereader/filereader.md
+++ b/www/docs/en/1.6.0/cordova/file/filereader/filereader.md
@@ -18,17 +18,17 @@ license: >
     under the License.
 ---
 
-<a href="../fileobj/fileobj.html">File</a>Reader
+FileReader
 ==========
 
-<a href="../fileobj/fileobj.html">File</a>Reader is an object that allows one to read a file.
+FileReader is an object that allows one to read a file.
 
 Properties
 ----------
 
 - __readyState:__ One of the three states the reader can be in EMPTY, LOADING or DONE.
 - __result:__ The contents of the file that has been read. _(DOMString)_
-- __error:__ An object containing errors. _(<a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a>)_
+- __error:__ An object containing errors. _(FileError)_
 - __onloadstart:__ Called when the read starts. . _(Function)_
 - __onprogress:__ Called while reading the file, reports progress (progess.loaded/progress.total). _(Function)_ -NOT SUPPORTED
 - __onload:__ Called when the read has successfully completed. _(Function)_
@@ -46,7 +46,7 @@ Methods
 Details
 -------
 
-The `<a href="../fileobj/fileobj.html">File</a>Reader` object is a way to read files from the devices file system.  <a href="../fileobj/fileobj.html">File</a>s can be read as text or as a base64 data encoded string.  Users register their own event listeners to receive the loadstart, progress, load, loadend, error and abort events.
+The `FileReader` object is a way to read files from the devices file system.  Files can be read as text or as a base64 data encoded string.  Users register their own event listeners to receive the loadstart, progress, load, loadend, error and abort events.
 
 Supported Platforms
 -------------------
@@ -63,11 +63,11 @@ __Parameters:__
 - file - the file object to read
 
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
 	function win(file) {
-		var reader = new <a href="../fileobj/fileobj.html">File</a>Reader();
+		var reader = new FileReader();
 		reader.onloadend = function(evt) {
         	console.log("read success");
             console.log(evt.target.result);
@@ -89,11 +89,11 @@ __Parameters:__
 - file - the file object to read
 - encoding - the encoding to use to encode the file's content. Default is UTF8.
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
 	function win(file) {
-		var reader = new <a href="../fileobj/fileobj.html">File</a>Reader();
+		var reader = new FileReader();
 		reader.onloadend = function(evt) {
         	console.log("read success");
             console.log(evt.target.result);
@@ -107,11 +107,11 @@ Quick <a href="../../storage/storage.opendatabase.html">Example</a>
 	
     entry.file(win, fail);
 
-Abort Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Abort Quick Example
 -------------------
 
 	function win(file) {
-		var reader = new <a href="../fileobj/fileobj.html">File</a>Reader();
+		var reader = new FileReader();
 		reader.onloadend = function(evt) {
         	console.log("read success");
             console.log(evt.target.result);
@@ -126,13 +126,13 @@ Abort Quick <a href="../../storage/storage.opendatabase.html">Example</a>
 	
     entry.file(win, fail);
 
-Full <a href="../../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../fileobj/fileobj.html">File</a>Reader <a href="../../storage/storage.opendatabase.html">Example</a></title>
+        <title>FileReader Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"></script>
         <script type="text/javascript" charset="utf-8">
@@ -140,30 +140,30 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
         // Wait for Cordova to load
         //
         function onLoad() {
-            document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
 
         // Cordova is ready
         //
-        function on<a href="../../device/device.html">Device</a>Ready() {
-			window.request<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>(Local<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>.PERSISTENT, 0, gotFS, fail);
+        function onDeviceReady() {
+			window.requestFileSystem(LocalFileSystem.PERSISTENT, 0, gotFS, fail);
         }
 		
 		function gotFS(fileSystem) {
-			fileSystem.root.get<a href="../fileobj/fileobj.html">File</a>("readme.txt", null, got<a href="../fileentry/fileentry.html"><a href="../fileobj/fileobj.html">File</a>Entry</a>, fail);
+			fileSystem.root.getFile("readme.txt", null, gotFileEntry, fail);
 		}
 		
-		function got<a href="../fileentry/fileentry.html"><a href="../fileobj/fileobj.html">File</a>Entry</a>(fileEntry) {
-			fileEntry.file(got<a href="../fileobj/fileobj.html">File</a>, fail);
+		function gotFileEntry(fileEntry) {
+			fileEntry.file(gotFile, fail);
 		}
 		
-        function got<a href="../fileobj/fileobj.html">File</a>(file){
+        function gotFile(file){
 			readDataUrl(file);
 			readAsText(file);
 		}
         
         function readDataUrl(file) {
-            var reader = new <a href="../fileobj/fileobj.html">File</a>Reader();
+            var reader = new FileReader();
             reader.onloadend = function(evt) {
                 console.log("Read as data URL");
                 console.log(evt.target.result);
@@ -172,7 +172,7 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
         }
         
         function readAsText(file) {
-            var reader = new <a href="../fileobj/fileobj.html">File</a>Reader();
+            var reader = new FileReader();
             reader.onloadend = function(evt) {
                 console.log("Read as text");
                 console.log(evt.target.result);
@@ -187,8 +187,8 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
         </script>
       </head>
       <body>
-        <h1><a href="../../storage/storage.opendatabase.html">Example</a></h1>
-        <p>Read <a href="../fileobj/fileobj.html">File</a></p>
+        <h1>Example</h1>
+        <p>Read File</p>
       </body>
     </html>
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/file/filesystem/filesystem.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/file/filesystem/filesystem.md b/www/docs/en/1.6.0/cordova/file/filesystem/filesystem.md
index 7c8715e..5bf3fed 100644
--- a/www/docs/en/1.6.0/cordova/file/filesystem/filesystem.md
+++ b/www/docs/en/1.6.0/cordova/file/filesystem/filesystem.md
@@ -18,7 +18,7 @@ license: >
     under the License.
 ---
 
-<a href="../fileobj/fileobj.html">File</a>System
+FileSystem
 ==========
 
 This object represents a file system.
@@ -27,12 +27,12 @@ Properties
 ----------
 
 - __name:__ The name of the file system. _(DOMString)_
-- __root:__ The root directory of the file system. _(<a href="../directoryentry/directoryentry.html">DirectoryEntry</a>)_
+- __root:__ The root directory of the file system. _(DirectoryEntry)_
 
 Details
 -------
 
-The `<a href="../fileobj/fileobj.html">File</a>System` object represents information about the file system. The name of the file system will be unique across the list of exposed file systems.  The root property contains a `<a href="../directoryentry/directoryentry.html">DirectoryEntry</a>` object which represents the root directory of the file system.
+The `FileSystem` object represents information about the file system. The name of the file system will be unique across the list of exposed file systems.  The root property contains a `DirectoryEntry` object which represents the root directory of the file system.
 
 Supported Platforms
 -------------------
@@ -42,7 +42,7 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
 
-<a href="../fileobj/fileobj.html">File</a> System Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+File System Quick Example
 -------------------------
 
 	function onSuccess(fileSystem) {
@@ -51,30 +51,30 @@ Supported Platforms
 	}
 	
 	// request the persistent file system
-	window.request<a href="../fileobj/fileobj.html">File</a>System(<a href="../localfilesystem/localfilesystem.html">Local<a href="../fileobj/fileobj.html">File</a>System</a>.PERSISTENT, 0, onSuccess, null);
+	window.requestFileSystem(LocalFileSystem.PERSISTENT, 0, onSuccess, null);
 
-Full <a href="../../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../fileobj/fileobj.html">File</a> System <a href="../../storage/storage.opendatabase.html">Example</a></title>
+        <title>File System Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../../device/device.html">Device</a>Ready() {
-			window.request<a href="../fileobj/fileobj.html">File</a>System(<a href="../localfilesystem/localfilesystem.html">Local<a href="../fileobj/fileobj.html">File</a>System</a>.PERSISTENT, 0, on<a href="../fileobj/fileobj.html">File</a>SystemSuccess, fail);
+        function onDeviceReady() {
+			window.requestFileSystem(LocalFileSystem.PERSISTENT, 0, onFileSystemSuccess, fail);
         }
 
-		function on<a href="../fileobj/fileobj.html">File</a>SystemSuccess(fileSystem) {
+		function onFileSystemSuccess(fileSystem) {
 			console.log(fileSystem.name);
 			console.log(fileSystem.root.name);
 		}
@@ -86,7 +86,7 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
         </script>
       </head>
       <body>
-        <h1><a href="../../storage/storage.opendatabase.html">Example</a></h1>
-        <p><a href="../fileobj/fileobj.html">File</a> System</p>
+        <h1>Example</h1>
+        <p>File System</p>
       </body>
     </html>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/file/filetransfer/filetransfer.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/file/filetransfer/filetransfer.md b/www/docs/en/1.6.0/cordova/file/filetransfer/filetransfer.md
index 1bc6f99..491ceaf 100644
--- a/www/docs/en/1.6.0/cordova/file/filetransfer/filetransfer.md
+++ b/www/docs/en/1.6.0/cordova/file/filetransfer/filetransfer.md
@@ -18,10 +18,10 @@ license: >
     under the License.
 ---
 
-<a href="../fileobj/fileobj.html">File</a>Transfer
+FileTransfer
 ==========
 
-<a href="../fileobj/fileobj.html">File</a>Transfer is an object that allows you to upload files to a server or download files from a server.
+FileTransfer is an object that allows you to upload files to a server or download files from a server.
 
 Properties
 ----------
@@ -37,7 +37,7 @@ Methods
 Details
 -------
 
-The `<a href="../fileobj/fileobj.html">File</a>Transfer` object provides a way to upload files to a remote server using an HTTP multi-part POST request.  Both HTTP and HTTPS protocols are supported.  Optional parameters can be specified by passing a <a href="../fileuploadoptions/fileuploadoptions.html"><a href="../fileobj/fileobj.html">File</a>UploadOptions</a> object to the upload method.  On successful upload, the success callback will be called with a <a href="../fileuploadresult/fileuploadresult.html"><a href="../fileobj/fileobj.html">File</a>UploadResult</a> object.  If an error occurs, the error callback will be invoked with a <a href="../filetransfererror/filetransfererror.html"><a href="../fileobj/fileobj.html">File</a>TransferError</a> object.
+The `FileTransfer` object provides a way to upload files to a remote server using an HTTP multi-part POST request.  Both HTTP and HTTPS protocols are supported.  Optional parameters can be specified by passing a FileUploadOptions object to the upload method.  On successful upload, the success callback will be called with a FileUploadResult object.  If an error occurs, the error callback will be invoked with a FileTransferError object.
 It is also possible to download a file from remote and save it on the device (only iOS and Android).
 
 Supported Platforms
@@ -55,11 +55,11 @@ __Parameters:__
 
 - __filePath__ - Full path of the file on the device
 - __server__ - URL of the server to receive the file
-- __successCallback__ - A callback that is called with a <a href="../fileuploadresult/fileuploadresult.html"><a href="../fileobj/fileobj.html">File</a>UploadResult</a> object. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs uploading the file. Invoked with a <a href="../filetransfererror/filetransfererror.html"><a href="../fileobj/fileobj.html">File</a>TransferError</a> object. _(Function)_
+- __successCallback__ - A callback that is called with a FileUploadResult object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs uploading the file. Invoked with a FileTransferError object. _(Function)_
 - __options__ - Optional parameters such as file name and mimetype
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 	
     // !! Assumes variable fileURI contains a valid URI to a  text file on the device
 	
@@ -75,7 +75,7 @@ __Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
         console.log("upload error target " + error.target);
     }
 	
-	var options = new <a href="../fileuploadoptions/fileuploadoptions.html"><a href="../fileobj/fileobj.html">File</a>UploadOptions</a>();
+	var options = new FileUploadOptions();
 	options.fileKey="file";
 	options.fileName=fileURI.substr(fileURI.lastIndexOf('/')+1);
 	options.mimeType="text/plain";
@@ -86,29 +86,29 @@ __Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
 		
 	options.params = params;
 	
-	var ft = new <a href="../fileobj/fileobj.html">File</a>Transfer();
+	var ft = new FileTransfer();
     ft.upload(fileURI, "http://some.server.com/upload.php", win, fail, options);
     
-__Full <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Full Example__
 
     <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
     <html>
     <head>
-        <title><a href="../fileobj/fileobj.html">File</a> Transfer <a href="../../storage/storage.opendatabase.html">Example</a></title>
+        <title>File Transfer Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"></script>
         <script type="text/javascript" charset="utf-8">
             
             // Wait for Cordova to load
             //
-            document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
             
             // Cordova is ready
             //
-            function on<a href="../../device/device.html">Device</a>Ready() {
+            function onDeviceReady() {
                 
                 // Retrieve image file location from specified source
-                navigator.<a href="../../camera/camera.getPicture.html">camera.getPicture</a>(uploadPhoto,
+                navigator.camera.getPicture(uploadPhoto,
                                             function(message) { alert('get picture failed'); },
                                             { quality: 50, 
                                             destinationType: navigator.camera.DestinationType.FILE_URI,
@@ -118,7 +118,7 @@ __Full <a href="../../storage/storage.opendatabase.html">Example</a>__
             }
             
             function uploadPhoto(imageURI) {
-                var options = new <a href="../fileuploadoptions/fileuploadoptions.html"><a href="../fileobj/fileobj.html">File</a>UploadOptions</a>();
+                var options = new FileUploadOptions();
                 options.fileKey="file";
                 options.fileName=imageURI.substr(imageURI.lastIndexOf('/')+1);
                 options.mimeType="image/jpeg";
@@ -129,7 +129,7 @@ __Full <a href="../../storage/storage.opendatabase.html">Example</a>__
                 
                 options.params = params;
                 
-                var ft = new <a href="../fileobj/fileobj.html">File</a>Transfer();
+                var ft = new FileTransfer();
                 ft.upload(imageURI, "http://some.server.com/upload.php", win, fail, options);
             }
             
@@ -148,8 +148,8 @@ __Full <a href="../../storage/storage.opendatabase.html">Example</a>__
             </script>
     </head>
     <body>
-        <h1><a href="../../storage/storage.opendatabase.html">Example</a></h1>
-        <p>Upload <a href="../fileobj/fileobj.html">File</a></p>
+        <h1>Example</h1>
+        <p>Upload File</p>
     </body>
     </html>
 
@@ -160,14 +160,14 @@ __Parameters:__
 
 - __source__ - URL of the server to receive the file
 - __target__ - Full path of the file on the device
-- __successCallback__ - A callback that is called with a <a href="../fileentry/fileentry.html"><a href="../fileobj/fileobj.html">File</a>Entry</a> object. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs retrieving the <a href="../fileentry/fileentry.html"><a href="../fileobj/fileobj.html">File</a>Entry</a>. Invoked with a <a href="../filetransfererror/filetransfererror.html"><a href="../fileobj/fileobj.html">File</a>TransferError</a> object. _(Function)_
+- __successCallback__ - A callback that is called with a FileEntry object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs retrieving the FileEntry. Invoked with a FileTransferError object. _(Function)_
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 
      // !! Assumes variable url contains a valid URI to a file on a server and filePath is a valid path on the device
 
-    var fileTransfer = new <a href="../fileobj/fileobj.html">File</a>Transfer();
+    var fileTransfer = new FileTransfer();
     
     fileTransfer.download(
         url,

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/file/filetransfererror/filetransfererror.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/file/filetransfererror/filetransfererror.md b/www/docs/en/1.6.0/cordova/file/filetransfererror/filetransfererror.md
index 1ef9e88..b243292 100644
--- a/www/docs/en/1.6.0/cordova/file/filetransfererror/filetransfererror.md
+++ b/www/docs/en/1.6.0/cordova/file/filetransfererror/filetransfererror.md
@@ -18,10 +18,10 @@ license: >
     under the License.
 ---
 
-<a href="../filetransfer/filetransfer.html"><a href="../fileobj/fileobj.html">File</a>Transfer</a>Error
+FileTransferError
 ========
 
-A `<a href="../filetransfer/filetransfer.html"><a href="../fileobj/fileobj.html">File</a>Transfer</a>Error` object is returned via the error callback when an error occurs.
+A `FileTransferError` object is returned via the error callback when an error occurs.
 
 Properties
 ----------
@@ -33,11 +33,11 @@ Properties
 Constants
 ---------
 
-- `<a href="../filetransfer/filetransfer.html"><a href="../fileobj/fileobj.html">File</a>Transfer</a>Error.FILE_NOT_FOUND_ERR`
-- `<a href="../filetransfer/filetransfer.html"><a href="../fileobj/fileobj.html">File</a>Transfer</a>Error.INVALID_URL_ERR`
-- `<a href="../filetransfer/filetransfer.html"><a href="../fileobj/fileobj.html">File</a>Transfer</a>Error.CONNECTION_ERR`
+- `FileTransferError.FILE_NOT_FOUND_ERR`
+- `FileTransferError.INVALID_URL_ERR`
+- `FileTransferError.CONNECTION_ERR`
 
 Description
 -----------
 
-The `<a href="../filetransfer/filetransfer.html"><a href="../fileobj/fileobj.html">File</a>Transfer</a>Error` object is returned via the error callback  when an error occurs when uploading a file.
+The `FileTransferError` object is returned via the error callback  when an error occurs when uploading a file.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/file/fileuploadoptions/fileuploadoptions.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/file/fileuploadoptions/fileuploadoptions.md b/www/docs/en/1.6.0/cordova/file/fileuploadoptions/fileuploadoptions.md
index afd3e1a..2b02358 100644
--- a/www/docs/en/1.6.0/cordova/file/fileuploadoptions/fileuploadoptions.md
+++ b/www/docs/en/1.6.0/cordova/file/fileuploadoptions/fileuploadoptions.md
@@ -18,10 +18,10 @@ license: >
     under the License.
 ---
 
-<a href="../fileobj/fileobj.html">File</a>UploadOptions
+FileUploadOptions
 ========
 
-A `<a href="../fileobj/fileobj.html">File</a>UploadOptions` object can be passed to the <a href="../filetransfer/filetransfer.html"><a href="../fileobj/fileobj.html">File</a>Transfer</a> objects upload method in order to specify additional parameters to the upload script.
+A `FileUploadOptions` object can be passed to the FileTransfer objects upload method in order to specify additional parameters to the upload script.
 
 Properties
 ----------
@@ -36,7 +36,7 @@ Properties
 Description
 -----------
 
-A `<a href="../fileobj/fileobj.html">File</a>UploadOptions` object can be passed to the <a href="../filetransfer/filetransfer.html"><a href="../fileobj/fileobj.html">File</a>Transfer</a> objects upload method in order to specify additional parameters to the upload script.
+A `FileUploadOptions` object can be passed to the FileTransfer objects upload method in order to specify additional parameters to the upload script.
 
 iOS Quirk
 ---------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/file/fileuploadresult/fileuploadresult.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/file/fileuploadresult/fileuploadresult.md b/www/docs/en/1.6.0/cordova/file/fileuploadresult/fileuploadresult.md
index a910ccb..d82cde1 100644
--- a/www/docs/en/1.6.0/cordova/file/fileuploadresult/fileuploadresult.md
+++ b/www/docs/en/1.6.0/cordova/file/fileuploadresult/fileuploadresult.md
@@ -18,10 +18,10 @@ license: >
     under the License.
 ---
 
-<a href="../fileobj/fileobj.html">File</a>UploadResult
+FileUploadResult
 ========
 
-A `<a href="../fileobj/fileobj.html">File</a>UploadResult` object is returned via the success callback of the <a href="../filetransfer/filetransfer.html"><a href="../fileobj/fileobj.html">File</a>Transfer</a> upload method.
+A `FileUploadResult` object is returned via the success callback of the FileTransfer upload method.
 
 Properties
 ----------
@@ -33,9 +33,9 @@ Properties
 Description
 -----------
 
-The `<a href="../fileobj/fileobj.html">File</a>UploadResult` object is returned via the success callback of the <a href="../filetransfer/filetransfer.html"><a href="../fileobj/fileobj.html">File</a>Transfer</a> upload method.
+The `FileUploadResult` object is returned via the success callback of the FileTransfer upload method.
 
 iOS Quirks
 ----------
-- iOS does not include values for responseCode nor bytesSent in the success callback <a href="../fileobj/fileobj.html">File</a>UploadResult object. 
+- iOS does not include values for responseCode nor bytesSent in the success callback FileUploadResult object. 
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[43/51] [partial] docs commit: Reverting autolinking change because of inconsistencies.

Posted by db...@apache.org.
http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/guide/platforms/android/plugin.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/guide/platforms/android/plugin.md b/www/docs/de/3.1.0/guide/platforms/android/plugin.md
index 1ae2808..fb979c9 100644
--- a/www/docs/de/3.1.0/guide/platforms/android/plugin.md
+++ b/www/docs/de/3.1.0/guide/platforms/android/plugin.md
@@ -20,9 +20,9 @@ license: >
 
 # Android Plugins
 
-Um ein Plugin zu entwickeln, ist ein Verständnis der Architektur von Cordova-Android notwendig. Cordova-Android besteht aus einem Android WebView mit Haken verbunden. Diese Plugins werden dargestellt als Klasse Zuordnungen in der `config.xml` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+Um ein Plugin zu entwickeln, ist ein Verständnis der Architektur von Cordova-Android notwendig. Cordova-Android besteht aus einem Android WebView mit Haken verbunden. Diese Plugins werden dargestellt als Klasse Zuordnungen in der `config.xml` Datei.
 
-Eine Plugin besteht aus mindestens einer Java-Klasse, die erweitert die `CordovaPlugin` Klasse. Eine Plugin muss eine der überschreiben die `execute` Methoden aus `CordovaPlugin` . Als beste Praxis, das Plugin behandeln soll `pause` und `resume` Ereignisse und jeder Nachrichtenaustausch zwischen Plugins. Plugins mit lang andauernden Anfragen, Hintergrundaktivitäten wie <a href="../../../cordova/media/media.html">Medien</a>wiedergabe, Zuhörer oder internen Zustand sollten Implementieren der `onReset()` -Methode. Es wird ausgeführt, wenn die `WebView` navigiert zu einer neuen Seite oder Aktualisierungen, die das JavaScript lädt.
+Eine Plugin besteht aus mindestens einer Java-Klasse, die erweitert die `CordovaPlugin` Klasse. Eine Plugin muss eine der überschreiben die `execute` Methoden aus `CordovaPlugin` . Als beste Praxis, das Plugin behandeln soll `pause` und `resume` Ereignisse und jeder Nachrichtenaustausch zwischen Plugins. Plugins mit lang andauernden Anfragen, Hintergrundaktivitäten wie Medienwiedergabe, Zuhörer oder internen Zustand sollten Implementieren der `onReset()` -Methode. Es wird ausgeführt, wenn die `WebView` navigiert zu einer neuen Seite oder Aktualisierungen, die das JavaScript lädt.
 
 ## Plugin-Klasse Zuordnung
 
@@ -33,7 +33,7 @@ Der JavaScript-Teil eines Plugins verwendet immer die `cordova.exec` Methode wie
 
 Dies marshallt ersuchen die WebView Android native seitlich mehr oder weniger kochendes auf Berufung der `action` -Methode für die `service` -Klasse mit der übergebenen Argumente der `args` Array.
 
-Ob Sie Ihr Plugin als Java-<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> oder als ein Glas verteilen, das Plugin muss hinzugefügt werden die `config.xml` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> in Ihrer Cordova-Android-Anwendung `res/xml/` Verzeichnis.
+Ob Sie Ihr Plugin als Java-Datei oder als ein Glas verteilen, das Plugin muss hinzugefügt werden die `config.xml` Datei in Ihrer Cordova-Android-Anwendung `res/xml/` Verzeichnis.
 
     <feature name="<service_name>">
         <param name="android-package" value="<full_name_including_namespace>" />
@@ -44,7 +44,7 @@ Der Dienstname sollte übereinstimmen verwendet in der JavaScript `exec` Aufruf
 
 ## Schreibe ein Android Java-Plugin
 
-JavaScript feuert eine Plugin-Anforderung an die systemeigene Seite. Das Android Java-Plugin ist richtig zugeordnet, über die `config.xml` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>. Also sieht Android Java-Plugin-Endklasse wie?
+JavaScript feuert eine Plugin-Anforderung an die systemeigene Seite. Das Android Java-Plugin ist richtig zugeordnet, über die `config.xml` Datei. Also sieht Android Java-Plugin-Endklasse wie?
 
 Was an das Plugin per JavaScript gesendet ruft `exec` Funktion ruft in der Plugin-Klasse übergeben `execute` Methode. Die meisten `execute` Implementierungen wie folgt aussehen:
 
@@ -89,14 +89,14 @@ Wenn Sie nicht auf dem UI-Thread ausgeführt werden müssen, aber wollen nicht d
 
 ### Echo-Android-Plugin-Beispiel
 
-Fügen Sie Folgendes zu unserer `config.xml` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>:
+Fügen Sie Folgendes zu unserer `config.xml` Datei:
 
     <feature name="Echo">
         <param name="android-package" value="org.apache.cordova.plugin.Echo" />
     </feature>
     
 
-Fügen Sie die folgende <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> auf `src/org/apache/cordova/plugin/Echo.java` innerhalb unserer Cordova-Android-Anwendung:
+Fügen Sie die folgende Datei auf `src/org/apache/cordova/plugin/Echo.java` innerhalb unserer Cordova-Android-Anwendung:
 
     package org.apache.cordova.plugin;
     

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/guide/platforms/android/tools.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/guide/platforms/android/tools.md b/www/docs/de/3.1.0/guide/platforms/android/tools.md
index ed22c7b..4f72e0c 100644
--- a/www/docs/de/3.1.0/guide/platforms/android/tools.md
+++ b/www/docs/de/3.1.0/guide/platforms/android/tools.md
@@ -20,7 +20,7 @@ license: >
 
 # Android-Befehlszeilenprogrammen
 
-Die `cordova` Befehlszeilen-Dienstprogramm ist ein High-Level Tool, das Ihnen erlaubt, Anwendungen auf mehreren Plattformen gleichzeitig zu erstellen. Eine ältere Version von Cordova Rahmen bietet Gruppen von Befehlszeilentools, die spezifisch für jede Plattform. Wenn sie als Alternative zu den CLI verwenden möchten, müssen Sie diese Version von Cordova von [cordova.apache.org][1]herunterladen. Der Download enthält separate Archiv für jede Plattform. Erweitern Sie die gewünschte Ziel-Plattform. Die hier beschriebenen Tools sind in der Regel in der obersten Ebene `bin` Verzeichnis, sonst finden Sie in die **README** -<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> ausführlichere Wegbeschreibung.
+Die `cordova` Befehlszeilen-Dienstprogramm ist ein High-Level Tool, das Ihnen erlaubt, Anwendungen auf mehreren Plattformen gleichzeitig zu erstellen. Eine ältere Version von Cordova Rahmen bietet Gruppen von Befehlszeilentools, die spezifisch für jede Plattform. Wenn sie als Alternative zu den CLI verwenden möchten, müssen Sie diese Version von Cordova von [cordova.apache.org][1]herunterladen. Der Download enthält separate Archiv für jede Plattform. Erweitern Sie die gewünschte Ziel-Plattform. Die hier beschriebenen Tools sind in der Regel in der obersten Ebene `bin` Verzeichnis, sonst finden Sie in die **README** -Datei ausführlichere Wegbeschreibung.
 
  [1]: http://cordova.apache.org
 
@@ -58,7 +58,7 @@ Der `run` Befehl akzeptiert die folgenden *optionalen* Parameter:
     
     $ /path/to/project/cordova/run \[Target\] \[Build\] $ C:\path\to\project\cordova\run.bat \[Target\] \[Build\]
 
-Vergewissern Sie sich, erstellen Sie mindestens ein Android virtuelles <a href="../../../cordova/device/device.html">Gerät</a>, sonst Sie werden aufgefordert zu tun mit dem `android` Befehl. Wenn mehr als eine AVD als Ziel verfügbar ist, werden Sie aufgefordert, einen auswählen. In der Standardeinstellung der `run` Befehl erkennt ein angeschlossenes <a href="../../../cordova/device/device.html">Gerät</a> oder einen laufenden Emulator, wenn kein <a href="../../../cordova/device/device.html">Gerät</a> gefunden wird.
+Vergewissern Sie sich, erstellen Sie mindestens ein Android virtuelles Gerät, sonst Sie werden aufgefordert zu tun mit dem `android` Befehl. Wenn mehr als eine AVD als Ziel verfügbar ist, werden Sie aufgefordert, einen auswählen. In der Standardeinstellung der `run` Befehl erkennt ein angeschlossenes Gerät oder einen laufenden Emulator, wenn kein Gerät gefunden wird.
 
 ## Protokollierung
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/guide/platforms/android/upgrading.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/guide/platforms/android/upgrading.md b/www/docs/de/3.1.0/guide/platforms/android/upgrading.md
index 66fd843..aa7c137 100644
--- a/www/docs/de/3.1.0/guide/platforms/android/upgrading.md
+++ b/www/docs/de/3.1.0/guide/platforms/android/upgrading.md
@@ -56,7 +56,7 @@ platform add android`.
 
 4.  Kopie über alle Plugins, die von der Installation der `src` Unterverzeichnisse in das neue Projekt.
 
-5.  Achten Sie darauf, alle veraltet aktualisieren `<plugin>` Referenzen aus Ihrem alten `config.xml` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> an den neuen `<feature>` Spezifikation.
+5.  Achten Sie darauf, alle veraltet aktualisieren `<plugin>` Referenzen aus Ihrem alten `config.xml` Datei an den neuen `<feature>` Spezifikation.
 
 6.  Aktualisieren Sie alle Verweise auf die `org.apache.cordova.api` Paket ist`org.apache.cordova`.
 
@@ -76,13 +76,13 @@ platform add android`.
 
 4.  Kopieren Sie die neue `cordova.js` in Ihr Projekt.
 
-5.  Aktualisieren Sie den HTML-Code um das neue `cordova.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+5.  Aktualisieren Sie den HTML-Code um das neue `cordova.js` Datei.
 
-6.  Kopie der `res/xml/config.xml` -<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>`framework/res/xml/config.xml`.
+6.  Kopie der `res/xml/config.xml` -Datei`framework/res/xml/config.xml`.
 
 7.  Update `framework/res/xml/config.xml` ähnliche Einstellungen haben, wie es früher war.
 
-8.  Kopieren Sie <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>en aus `bin/templates/cordova` für des Projekts `cordova` Verzeichnis.
+8.  Kopieren Sie Dateien aus `bin/templates/cordova` für des Projekts `cordova` Verzeichnis.
 
 ## Ein Upgrade auf 2.7.0 von 2.6.0
 
@@ -94,7 +94,7 @@ platform add android`.
 
 4.  Kopieren Sie die neue `cordova-2.7.0.js` in Ihr Projekt.
 
-5.  Aktualisieren Sie den HTML-Code um das neue `cordova-2.7.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+5.  Aktualisieren Sie den HTML-Code um das neue `cordova-2.7.0.js` Datei.
 
 6.  Kopie der `res/xml/config.xml` entsprechend`framework/res/xml/config.xml`.
 
@@ -112,13 +112,13 @@ platform add android`.
 
 4.  Kopieren Sie die neue `cordova-2.6.0.js` in Ihr Projekt.
 
-5.  Aktualisieren Sie den HTML-Code um das neue `cordova-2.6.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+5.  Aktualisieren Sie den HTML-Code um das neue `cordova-2.6.0.js` Datei.
 
 6.  Kopie der `res/xml/config.xml` entsprechend`framework/res/xml/config.xml`.
 
 7.  Update `framework/res/xml/config.xml` ähnliche Einstellungen haben, wie es früher war.
 
-8.  Kopieren Sie <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>en aus `bin/templates/cordova` für des Projekts `cordova` Verzeichnis.
+8.  Kopieren Sie Dateien aus `bin/templates/cordova` für des Projekts `cordova` Verzeichnis.
 
 Führen Sie `bin/update <project>` mit den Projektpfad in Cordova Quellverzeichnis aufgeführt.
 
@@ -132,13 +132,13 @@ Führen Sie `bin/update <project>` mit den Projektpfad in Cordova Quellverzeichn
 
 4.  Kopieren Sie die neue `cordova-2.5.0.js` in Ihr Projekt.
 
-5.  Aktualisieren Sie den HTML-Code um das neue `cordova-2.5.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+5.  Aktualisieren Sie den HTML-Code um das neue `cordova-2.5.0.js` Datei.
 
 6.  Kopie der `res/xml/config.xml` entsprechend`framework/res/xml/config.xml`.
 
 7.  Update `framework/res/xml/config.xml` ähnliche Einstellungen haben, wie es früher war.
 
-8.  Kopieren Sie <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>en aus `bin/templates/cordova` für des Projekts `cordova` Verzeichnis.
+8.  Kopieren Sie Dateien aus `bin/templates/cordova` für des Projekts `cordova` Verzeichnis.
 
 ## Ein Upgrade auf 2.4.0 von 2.3.0
 
@@ -150,11 +150,11 @@ Führen Sie `bin/update <project>` mit den Projektpfad in Cordova Quellverzeichn
 
 4.  Kopieren Sie die neue `cordova-2.4.0.js` in Ihr Projekt.
 
-5.  Aktualisieren Sie den HTML-Code um das neue `cordova-2.4.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+5.  Aktualisieren Sie den HTML-Code um das neue `cordova-2.4.0.js` Datei.
 
 6.  Kopie der `res/xml/config.xml` entsprechend`framework/res/xml/config.xml`.
 
-7.  Kopieren Sie <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>en aus `bin/templates/cordova` für des Projekts `cordova` Verzeichnis.
+7.  Kopieren Sie Dateien aus `bin/templates/cordova` für des Projekts `cordova` Verzeichnis.
 
 ## Ein Upgrade auf 2.3.0 von 2.2.0
 
@@ -166,11 +166,11 @@ Führen Sie `bin/update <project>` mit den Projektpfad in Cordova Quellverzeichn
 
 4.  Kopieren Sie die neue `cordova-2.3.0.js` in Ihr Projekt.
 
-5.  Aktualisieren Sie den HTML-Code um das neue `cordova-2.3.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+5.  Aktualisieren Sie den HTML-Code um das neue `cordova-2.3.0.js` Datei.
 
 6.  Kopie der `res/xml/config.xml` entsprechend`framework/res/xml/config.xml`.
 
-7.  Kopieren Sie <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>en aus `bin/templates/cordova` für des Projekts `cordova` Verzeichnis.
+7.  Kopieren Sie Dateien aus `bin/templates/cordova` für des Projekts `cordova` Verzeichnis.
 
 ## Ein Upgrade auf 2.2.0 von 2.1.0
 
@@ -182,11 +182,11 @@ Führen Sie `bin/update <project>` mit den Projektpfad in Cordova Quellverzeichn
 
 4.  Kopieren Sie die neue `cordova-2.2.0.js` in Ihr Projekt.
 
-5.  Aktualisieren Sie den HTML-Code um das neue `cordova-2.2.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+5.  Aktualisieren Sie den HTML-Code um das neue `cordova-2.2.0.js` Datei.
 
 6.  Kopie der `res/xml/config.xml` entsprechend`framework/res/xml/config.xml`.
 
-7.  Kopieren Sie <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>en aus `bin/templates/cordova` für des Projekts `cordova` Verzeichnis.
+7.  Kopieren Sie Dateien aus `bin/templates/cordova` für des Projekts `cordova` Verzeichnis.
 
 ## Upgrade auf 2.1.0 von 2.0.0
 
@@ -198,11 +198,11 @@ Führen Sie `bin/update <project>` mit den Projektpfad in Cordova Quellverzeichn
 
 4.  Kopieren Sie die neue `cordova-2.1.0.js` in Ihr Projekt.
 
-5.  Aktualisieren Sie den HTML-Code um das neue `cordova-2.1.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+5.  Aktualisieren Sie den HTML-Code um das neue `cordova-2.1.0.js` Datei.
 
 6.  Kopie der `res/xml/config.xml` entsprechend`framework/res/xml/config.xml`.
 
-7.  Kopieren Sie <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>en aus `bin/templates/cordova` für des Projekts `cordova` Verzeichnis.
+7.  Kopieren Sie Dateien aus `bin/templates/cordova` für des Projekts `cordova` Verzeichnis.
 
 ## Ein Upgrade auf 2.0.0 von 1.9.0
 
@@ -214,13 +214,13 @@ Führen Sie `bin/update <project>` mit den Projektpfad in Cordova Quellverzeichn
 
 4.  Kopieren Sie die neue `cordova-2.0.0.js` in Ihr Projekt.
 
-5.  Aktualisieren Sie den HTML-Code um das neue `cordova-2.0.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+5.  Aktualisieren Sie den HTML-Code um das neue `cordova-2.0.0.js` Datei.
 
 6.  Kopie der `res/xml/config.xml` entsprechend`framework/res/xml/config.xml`.
 
 ### Release Notes über 2.0.0
 
-`config.xml`wird anstelle `cordova.xml` und `plugins.xml` . Diese neue <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> ist eine Kombination der beiden vorherigen. Jedoch die alten <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>en sind veraltet, und beim arbeiten derzeit noch, werden nicht mehr in einer zukünftigen Version arbeiten.
+`config.xml`wird anstelle `cordova.xml` und `plugins.xml` . Diese neue Datei ist eine Kombination der beiden vorherigen. Jedoch die alten Dateien sind veraltet, und beim arbeiten derzeit noch, werden nicht mehr in einer zukünftigen Version arbeiten.
 
 ## Ein Upgrade auf 1.9.0 von 1.8.1
 
@@ -232,7 +232,7 @@ Führen Sie `bin/update <project>` mit den Projektpfad in Cordova Quellverzeichn
 
 4.  Kopieren Sie die neue `cordova-1.9.0.js` in Ihr Projekt.
 
-5.  Aktualisieren Sie den HTML-Code um das neue `cordova-1.9.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+5.  Aktualisieren Sie den HTML-Code um das neue `cordova-1.9.0.js` Datei.
 
 6.  Update `res/xml/plugins.xml` entsprechend`framework/res/xml/plugins.xml`.
 
@@ -250,7 +250,7 @@ Durch die Einführung der `CordovaWebView` , Drittanbieter Plug-ins funktioniere
 
 4.  Kopieren Sie die neue `cordova-1.8.1.js` in Ihr Projekt.
 
-5.  Aktualisieren Sie den HTML-Code um das neue `cordova-1.8.1.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+5.  Aktualisieren Sie den HTML-Code um das neue `cordova-1.8.1.js` Datei.
 
 6.  Update `res/xml/plugins.xml` entsprechend`framework/res/xml/plugins.xml`.
 
@@ -264,7 +264,7 @@ Durch die Einführung der `CordovaWebView` , Drittanbieter Plug-ins funktioniere
 
 4.  Kopieren Sie die neue `cordova-1.8.0.js` in Ihr Projekt.
 
-5.  Aktualisieren Sie den HTML-Code um das neue `cordova-1.8.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+5.  Aktualisieren Sie den HTML-Code um das neue `cordova-1.8.0.js` Datei.
 
 6.  Update `res/xml/plugins.xml` entsprechend`framework/res/xml/plugins.xml`.
 
@@ -278,7 +278,7 @@ Durch die Einführung der `CordovaWebView` , Drittanbieter Plug-ins funktioniere
 
 4.  Kopieren Sie die neue `cordova-1.8.0.js` in Ihr Projekt.
 
-5.  Aktualisieren Sie den HTML-Code um das neue `cordova-1.8.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+5.  Aktualisieren Sie den HTML-Code um das neue `cordova-1.8.0.js` Datei.
 
 6.  Update `res/xml/plugins.xml` entsprechend`framework/res/xml/plugins.xml`.
 
@@ -316,7 +316,7 @@ Durch die Einführung der `CordovaWebView` , Drittanbieter Plug-ins funktioniere
 
 4.  Kopieren Sie die neue `cordova-1.6.0.js` in Ihr Projekt.
 
-5.  Aktualisieren Sie den HTML-Code um das neue `cordova-1.6.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+5.  Aktualisieren Sie den HTML-Code um das neue `cordova-1.6.0.js` Datei.
 
 6.  Update `res/xml/plugins.xml` entsprechend`framework/res/xml/plugins.xml`.
 
@@ -332,7 +332,7 @@ Durch die Einführung der `CordovaWebView` , Drittanbieter Plug-ins funktioniere
 
 4.  Kopieren Sie die neue `cordova-1.5.0.js` in Ihr Projekt.
 
-5.  Aktualisieren Sie den HTML-Code um das neue `cordova-1.5.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+5.  Aktualisieren Sie den HTML-Code um das neue `cordova-1.5.0.js` Datei.
 
 6.  Update `res/xml/plugins.xml` entsprechend`framework/res/xml/plugins.xml`.
 
@@ -348,7 +348,7 @@ Durch die Einführung der `CordovaWebView` , Drittanbieter Plug-ins funktioniere
 
 4.  Kopieren Sie die neue `phonegap-1.4.0.js` in Ihr Projekt.
 
-5.  Aktualisieren Sie den HTML-Code um das neue `phonegap-1.4.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+5.  Aktualisieren Sie den HTML-Code um das neue `phonegap-1.4.0.js` Datei.
 
 6.  Update `res/xml/plugins.xml` entsprechend`framework/res/xml/plugins.xml`.
 
@@ -364,7 +364,7 @@ Durch die Einführung der `CordovaWebView` , Drittanbieter Plug-ins funktioniere
 
 4.  Kopieren Sie die neue `phonegap-1.3.0.js` in Ihr Projekt.
 
-5.  Aktualisieren Sie den HTML-Code um das neue `phonegap-1.2.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+5.  Aktualisieren Sie den HTML-Code um das neue `phonegap-1.2.0.js` Datei.
 
 6.  Update `res/xml/plugins.xml` entsprechend`framework/res/xml/plugins.xml`.
 
@@ -380,7 +380,7 @@ Durch die Einführung der `CordovaWebView` , Drittanbieter Plug-ins funktioniere
 
 4.  Kopieren Sie die neue `phonegap-1.2.0.js` in Ihr Projekt.
 
-5.  Aktualisieren Sie den HTML-Code um das neue `phonegap-1.2.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+5.  Aktualisieren Sie den HTML-Code um das neue `phonegap-1.2.0.js` Datei.
 
 6.  Update `res/xml/plugins.xml` entsprechend`framework/res/xml/plugins.xml`.
 
@@ -396,7 +396,7 @@ Durch die Einführung der `CordovaWebView` , Drittanbieter Plug-ins funktioniere
 
 4.  Kopieren Sie die neue `phonegap-1.1.0.js` in Ihr Projekt.
 
-5.  Aktualisieren Sie den HTML-Code um das neue `phonegap-1.1.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+5.  Aktualisieren Sie den HTML-Code um das neue `phonegap-1.1.0.js` Datei.
 
 6.  Update `res/xml/plugins.xml` entsprechend`framework/res/xml/plugins.xml`.
 
@@ -410,6 +410,6 @@ Durch die Einführung der `CordovaWebView` , Drittanbieter Plug-ins funktioniere
 
 4.  Kopieren Sie die neue `phonegap-1.0.0.js` in Ihr Projekt.
 
-5.  Aktualisieren Sie den HTML-Code um das neue `phonegap-1.0.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+5.  Aktualisieren Sie den HTML-Code um das neue `phonegap-1.0.0.js` Datei.
 
 6.  Fügen Sie die `res/xml/plugins.xml` entsprechend`framework/res/xml/plugins.xml`.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/guide/platforms/android/webview.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/guide/platforms/android/webview.md b/www/docs/de/3.1.0/guide/platforms/android/webview.md
index a2eb3b3..2ce8dd8 100644
--- a/www/docs/de/3.1.0/guide/platforms/android/webview.md
+++ b/www/docs/de/3.1.0/guide/platforms/android/webview.md
@@ -32,11 +32,11 @@ Wenn Sie mit Android Anwendungsentwicklung nicht vertraut sind, lesen Sie bitte
 
 ## Anleitung zur Verwendung von CordovaWebView in einem Android-Projekt
 
-1.  `cd`in `/framework` und `ant jar` baut die Cordova-Jar. Es schafft die .jar-<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> als `cordova-x.x.x.jar` in das `/framework` Verzeichnis.
+1.  `cd`in `/framework` und `ant jar` baut die Cordova-Jar. Es schafft die .jar-Datei als `cordova-x.x.x.jar` in das `/framework` Verzeichnis.
 
 2.  Kopieren Sie das Cordova-Glas in Ihrem Android Projekts `/libs` Verzeichnis.
 
-3.  Bearbeiten der Anwendung `main.xml` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> (unter `/res/xml` ) mit folgenden Aussehen der `layout_height` , `layout_width` und `id` Ihrer Anwendung angepasst:
+3.  Bearbeiten der Anwendung `main.xml` Datei (unter `/res/xml` ) mit folgenden Aussehen der `layout_height` , `layout_width` und `id` Ihrer Anwendung angepasst:
     
         <org.apache.cordova.CordovaWebView
             android:id="@+id/tutorialView"
@@ -59,7 +59,7 @@ Wenn Sie mit Android Anwendungsentwicklung nicht vertraut sind, lesen Sie bitte
             }
         
 
-Wenn Sie die <a href="../../../cordova/camera/camera.html">Kamera</a> verwenden, sollten Sie dies auch implementieren:
+Wenn Sie die Kamera verwenden, sollten Sie dies auch implementieren:
 
         @Override
         public void setActivityResultCallback(CordovaPlugin plugin) {
@@ -113,6 +113,6 @@ Denken Sie daran, den Threadpool hinzufügen, sonst die Plugins keine Threads au
         }
     
 
-1.  Kopieren Sie Ihre Anwendung HTML und JavaScript-<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>en in Ihr Android Projekts `/assets/www` Verzeichnis.
+1.  Kopieren Sie Ihre Anwendung HTML und JavaScript-Dateien in Ihr Android Projekts `/assets/www` Verzeichnis.
 
 2.  Kopie `config.xml` von `/framework/res/xml` zu Ihrem Projekts `/res/xml` Verzeichnis.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/guide/platforms/blackberry/index.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/guide/platforms/blackberry/index.md b/www/docs/de/3.1.0/guide/platforms/blackberry/index.md
index 1315fc5..179392c 100644
--- a/www/docs/de/3.1.0/guide/platforms/blackberry/index.md
+++ b/www/docs/de/3.1.0/guide/platforms/blackberry/index.md
@@ -22,10 +22,10 @@ license: >
 
 Diese Anleitung zeigt Ihnen wie ein SDK-Umfeld zu Zielanwendungen für die BlackBerry-Plattform vor Version 10 eingerichtet. Wenn Sie die aktuellste Version ansprechen möchten, finden Sie im BlackBerry-10-Plattform-Guide. Finden Sie im folgenden detaillierte Plattform-spezifischen Informationen:
 
-*   <a href="../blackberry10/config.html">BlackBerry Configuration</a>
-*   <a href="../blackberry10/upgrading.html">Aktualisieren der BlackBerry</a>
-*   <a href="plugin.html">BlackBerry-Plugins</a>
-*   <a href="tools.html">BlackBerry-Befehlszeilentools</a>
+*   BlackBerry Configuration
+*   Aktualisieren der BlackBerry
+*   BlackBerry-Plugins
+*   BlackBerry-Befehlszeilentools
 
 Die Befehlszeilentools, die oben beziehen sich auf Versionen vor 3.0 Cordova. Informationen über die aktuelle Schnittstelle finden Sie unter The Command-Line Interface.
 
@@ -61,7 +61,7 @@ Downloaden Sie und installieren Sie das entsprechende WebWorks-SDK für Ihre Ent
 
 ## Registrieren Sie sich für Signaturschlüssel
 
-Wenn Sie Ihre Anwendung auf BlackBerry App World oder auf einem tatsächlichen <a href="../../../cordova/device/device.html">Gerät</a> veröffentlichen möchten, müssen Sie für eine Reihe von kostenlosen Code Signing Keys registrieren. Hierzu füllen Sie das [Bestellformular für BlackBerry-Schlüssel][7]. Sobald Sie Ihre Signatur-Schlüssel erhalten haben, müssen sie Setup. Siehe die [BlackBerry HTML5/WebWorks-Website][8] Informationen.
+Wenn Sie Ihre Anwendung auf BlackBerry App World oder auf einem tatsächlichen Gerät veröffentlichen möchten, müssen Sie für eine Reihe von kostenlosen Code Signing Keys registrieren. Hierzu füllen Sie das [Bestellformular für BlackBerry-Schlüssel][7]. Sobald Sie Ihre Signatur-Schlüssel erhalten haben, müssen sie Setup. Siehe die [BlackBerry HTML5/WebWorks-Website][8] Informationen.
 
  [7]: https://www.blackberry.com/SignedKeys
  [8]: https://developer.blackberry.com/html5/documentation/signing_setup_bb10_apps_2008396_11.html
@@ -76,9 +76,9 @@ Herunterladen Sie und extrahieren Sie die neueste Kopie von [Cordova][1].
 
 *   Es ist ein Verzeichnis für jede Plattform, Cordova unterstützt. Navigieren Sie zu dem `blackberry` Verzeichnis.
 
-*   Das `blackberry` Verzeichnis enthält mehrere Unterverzeichnisse. Das `example` -Verzeichnis enthält ein komplettes Cordova-Projekt. Kopie der `example` Verzeichnis an einen anderen <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrem Computer, und dorthin navigieren.
+*   Das `blackberry` Verzeichnis enthält mehrere Unterverzeichnisse. Das `example` -Verzeichnis enthält ein komplettes Cordova-Projekt. Kopie der `example` Verzeichnis an einen anderen Speicherort auf Ihrem Computer, und dorthin navigieren.
 
-*   Bearbeiten Sie die `project.properties` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> im WebWorks-SDK angeben Sie verwenden. Hier sind beispielsweise die jeweiligen Einstellungen für BlackBerry PlayBook, BlackBerry-Smartphone (OS5-7) oder BlackBerry 10 (QNX):
+*   Bearbeiten Sie die `project.properties` Datei im WebWorks-SDK angeben Sie verwenden. Hier sind beispielsweise die jeweiligen Einstellungen für BlackBerry PlayBook, BlackBerry-Smartphone (OS5-7) oder BlackBerry 10 (QNX):
     
         playbook.bbwp.dir=C:\\Program Files\\Research In Motion\\BlackBerry WebWorks SDK for TabletOS 2.1.0.6\\bbwp
         blackberry.bbwp.dir=C:\\Program Files\\Research In Motion\\BlackBerry WebWorks Packager
@@ -92,7 +92,7 @@ Diese entsprechen den Parametern, die Sie angeben, wenn Sie Ihr Projekt zu erste
         cordova/build qnx
     
 
-Zusammen mit dem SDK müssen Sie auch für einen Code Signaturschlüssel und Debug-Token zu registrieren. Der Signaturschlüssel können Sie apps durch BlackBerry World verteilen. Das Debug-Token können Sie unsignierte apps auf einem BlackBerry-Emulator oder <a href="../../../cordova/device/device.html">Gerät</a> zu testen. Sie müssen nicht erstellen und installieren Sie das Debug-Token; Wenn Sie das Schlüsselspeicher-Kennwort angeben, wird das Buildskript erstellt und installiert das Debug-Token für Sie. Um den Signaturschlüssel einzurichten, gehen Sie die BlackBerry-Website, erhalten Sie es, dafür zu sorgen, das Kennwort zu behalten, die, das Sie angeben. Führen Sie das `blackberry-signer` -Dienstprogramm, das im SDK enthalten ist. BlackBerry bietet weitere Informationen hier:
+Zusammen mit dem SDK müssen Sie auch für einen Code Signaturschlüssel und Debug-Token zu registrieren. Der Signaturschlüssel können Sie apps durch BlackBerry World verteilen. Das Debug-Token können Sie unsignierte apps auf einem BlackBerry-Emulator oder Gerät zu testen. Sie müssen nicht erstellen und installieren Sie das Debug-Token; Wenn Sie das Schlüsselspeicher-Kennwort angeben, wird das Buildskript erstellt und installiert das Debug-Token für Sie. Um den Signaturschlüssel einzurichten, gehen Sie die BlackBerry-Website, erhalten Sie es, dafür zu sorgen, das Kennwort zu behalten, die, das Sie angeben. Führen Sie das `blackberry-signer` -Dienstprogramm, das im SDK enthalten ist. BlackBerry bietet weitere Informationen hier:
 
 *   [Registrieren Sie sich für Ihren Code signing-key][9]
 
@@ -121,9 +121,9 @@ Weitere Informationen finden Sie unter:
  [13]: https://developer.blackberry.com/html5/documentation/using_the_tablet_simulator_1866980_11.html
  [14]: https://developer.blackberry.com/html5/documentation/run_your_app_on_smartphone_sim_1876976_11.html
 
-Für BlackBerry Playbook, bearbeiten Sie die `project.properties` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> zum Anpassen der `playbook.sim.ip` und `playbook.sim.password` Eigenschaften. IP-Adresse des Emulators ist durch **die Einstellungsanwendung auf dem home-Bildschirm** . Aktivieren der **Sicherheit und Datenschutz → Entwicklungsmodus** Option, um die Adresse anzuzeigen. Das Kennwort kann auch in der Registerkarte " **Sicherheit und Datenschutz** " festgelegt werden.
+Für BlackBerry Playbook, bearbeiten Sie die `project.properties` Datei zum Anpassen der `playbook.sim.ip` und `playbook.sim.password` Eigenschaften. IP-Adresse des Emulators ist durch **die Einstellungsanwendung auf dem home-Bildschirm** . Aktivieren der **Sicherheit und Datenschutz → Entwicklungsmodus** Option, um die Adresse anzuzeigen. Das Kennwort kann auch in der Registerkarte " **Sicherheit und Datenschutz** " festgelegt werden.
 
-Für BlackBerry-Smartphone, bearbeiten Sie die `project.properties` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> zum Anpassen der `blackberry.sim.dir` und `blackberry.sim.bin` Eigenschaften. Du musst weg Trennzeichen zu entkommen, wenn Verzeichnispfade unter Windows, z. B. die Angabe:`C:\\Program
+Für BlackBerry-Smartphone, bearbeiten Sie die `project.properties` Datei zum Anpassen der `blackberry.sim.dir` und `blackberry.sim.bin` Eigenschaften. Du musst weg Trennzeichen zu entkommen, wenn Verzeichnispfade unter Windows, z. B. die Angabe:`C:\\Program
 Files\\BlackBerry\\Simulator`.
 
 Nachdem der Emulator installiert und ausgeführt wird, führen Sie einen der folgenden Schritte zur Installation einer Anwendung auf dem home-Bildschirm:
@@ -132,15 +132,15 @@ Nachdem der Emulator installiert und ausgeführt wird, führen Sie einen der fol
         cordova/run blackberry
     
 
-Wenn Sie gefragt werden, ob ein <a href="../../../cordova/device/device.html">Gerät</a> an Ihren Computer angeschlossen ist, Antworten Sie mit Nein.
+Wenn Sie gefragt werden, ob ein Gerät an Ihren Computer angeschlossen ist, Antworten Sie mit Nein.
 
 **Hinweis:** Auf BlackBerry OS 5, die Anwendung installiert ist, das `Downloads` Verzeichnis.
 
-## Bereitstellung auf <a href="../../../cordova/device/device.html">Gerät</a>
+## Bereitstellung auf Gerät
 
-Zum Bereitstellen Ihrer Anwendung in ein <a href="../../../cordova/device/device.html">Gerät</a> muss verbunden sein, und Sie müssen registriert sein, für Code signing-Schlüssel wie oben beschrieben. Auch, um apps auf dem BlackBerry PlayBook Bereitstellen der **Einstellungen → Sicherheit → Entwicklungsmodus** Option muss aktiviert sein.
+Zum Bereitstellen Ihrer Anwendung in ein Gerät muss verbunden sein, und Sie müssen registriert sein, für Code signing-Schlüssel wie oben beschrieben. Auch, um apps auf dem BlackBerry PlayBook Bereitstellen der **Einstellungen → Sicherheit → Entwicklungsmodus** Option muss aktiviert sein.
 
-Auf BlackBerry PlayBook "Bearbeiten" die `project.properties` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> und ändern Sie folgendermaßen vor, um das <a href="../../../cordova/device/device.html">Gerät</a> IP und Passwort als beschreibt oben, zusammen mit dem signing Key Passwort reflektieren Sie einrichten:
+Auf BlackBerry PlayBook "Bearbeiten" die `project.properties` Datei und ändern Sie folgendermaßen vor, um das Gerät IP und Passwort als beschreibt oben, zusammen mit dem signing Key Passwort reflektieren Sie einrichten:
 
 Geben Sie Ihrem Projektverzeichnis, `./cordova/run <target>` , ersetzen `<target>` mit `qnx` , `playbook` , oder`blackberry`.
 
@@ -152,7 +152,7 @@ Dann aus dem Projekt-Verzeichnis, führen Sie einen der Befehle würden Sie um d
         cordova/run blackberry
     
 
-Wenn Sie gefragt werden, ob ein <a href="../../../cordova/device/device.html">Gerät</a> an Ihren Computer angeschlossen ist, Antworten Sie mit Ja.
+Wenn Sie gefragt werden, ob ein Gerät an Ihren Computer angeschlossen ist, Antworten Sie mit Ja.
 
 **Hinweis:** Auf BlackBerry OS 5, die Anwendung installiert ist, das `Downloads` Verzeichnis.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/guide/platforms/blackberry/plugin.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/guide/platforms/blackberry/plugin.md b/www/docs/de/3.1.0/guide/platforms/blackberry/plugin.md
index a37bc50..ef19670 100644
--- a/www/docs/de/3.1.0/guide/platforms/blackberry/plugin.md
+++ b/www/docs/de/3.1.0/guide/platforms/blackberry/plugin.md
@@ -20,11 +20,11 @@ license: >
 
 # BlackBerry-Plugins
 
-Diese Anleitung zeigt, wie ein Echo-Plugin auf BlackBerry zu entwickeln. Die <a href="../../hybrid/plugins/index.html">Plugin-Entwicklung-Guide</a> bietet einen umfassenden Überblick, mit dem Sie bereits vertraut sein sollten, und dieser Anleitung nimmt wo es aufhört. Darüber hinaus das [Cordova BlackBerry-Repository][1] herunterladen.
+Diese Anleitung zeigt, wie ein Echo-Plugin auf BlackBerry zu entwickeln. Die Plugin-Entwicklung-Guide bietet einen umfassenden Überblick, mit dem Sie bereits vertraut sein sollten, und dieser Anleitung nimmt wo es aufhört. Darüber hinaus das [Cordova BlackBerry-Repository][1] herunterladen.
 
  [1]: https://git-wip-us.apache.org/repos/asf?p=cordova-blackberry-webworks.git;a=summary
 
-Das `Cordova-BlackBerry` Projekt können Sie an BlackBerry-<a href="../../../cordova/device/device.html">Gerät</a>e wie die Fackel, kühn und Playbook bereitstellen. Dem Textbuch verwendet einen anderen Code base als andere BlackBerry-handheld-<a href="../../../cordova/device/device.html">Gerät</a>e, für die Sie benötigen, um Ihre Entwicklungsprojekte zu duplizieren. Dieses Handbuch konzentriert sich auf die handheld-<a href="../../../cordova/device/device.html">Gerät</a>e eher als Tabletten. (In der Zukunft sollte diesem Handbuch beide Plattformen behandelt.)
+Das `Cordova-BlackBerry` Projekt können Sie an BlackBerry-Geräte wie die Fackel, kühn und Playbook bereitstellen. Dem Textbuch verwendet einen anderen Code base als andere BlackBerry-handheld-Geräte, für die Sie benötigen, um Ihre Entwicklungsprojekte zu duplizieren. Dieses Handbuch konzentriert sich auf die handheld-Geräte eher als Tabletten. (In der Zukunft sollte diesem Handbuch beide Plattformen behandelt.)
 
 Das Echo-Plugin im wesentlichen zurückgibt welcher Nachricht ein Benutzer bietet die `window.echo` Funktion:
 
@@ -37,7 +37,7 @@ Das Echo-Plugin im wesentlichen zurückgibt welcher Nachricht ein Benutzer biete
 
 ## Ändern von plugins.xml
 
-Des Projekts `www/plugins.xml` Verzeichnis enthält alle erforderlichen Verweise zu Ihrem Cordova-Projekt-Plugins. Fügen Sie zusätzliche Referenz also, dass bei `cordova.exec` ist aufgerufen, Cordova weiß, wie man die <a href="../../../cordova/inappbrowser/inappbrowser.html">Karte</a> der `Echo` Argument der `cordova.exec` zu der `Echo` -Klasse, die wir nativ schreiben möchten:
+Des Projekts `www/plugins.xml` Verzeichnis enthält alle erforderlichen Verweise zu Ihrem Cordova-Projekt-Plugins. Fügen Sie zusätzliche Referenz also, dass bei `cordova.exec` ist aufgerufen, Cordova weiß, wie man die Karte der `Echo` Argument der `cordova.exec` zu der `Echo` -Klasse, die wir nativ schreiben möchten:
 
     <feature name="Echo">
         <param name="blackberry-package" value="org.apache.cordova.echo.Echo" />
@@ -46,7 +46,7 @@ Des Projekts `www/plugins.xml` Verzeichnis enthält alle erforderlichen Verweise
 
 ## Hinzufügen von Echo.java
 
-Wenn Sie bemerken, dass die Struktur des Value-Attributs, sehen Sie einen definierten Pfad, der zu den Echo-Plugin führt. Suchen Sie im Root-Verzeichnis von Cordova BlackBerry WebWorks-Repo, ein Verzeichnis namens `framework` . Dieses Verzeichnis enthält alle des Quellcodes, die nativ auf dem BlackBerry ausgeführt wird. Navigieren Sie zu `framework/ext/src/org/apache/cordova` . An dieser Stelle sehen Sie alle Plugin-Verzeichnisse, die innerhalb derer der Source Code ist. So fügen Sie das Verzeichnis-Echo, `framework/ext/src/org/apache/cordova/echo` und erstellen Sie eine <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> namens `Echo.java` an`framework/ext/src/org/apache/cordova/echo/Echo.java`.
+Wenn Sie bemerken, dass die Struktur des Value-Attributs, sehen Sie einen definierten Pfad, der zu den Echo-Plugin führt. Suchen Sie im Root-Verzeichnis von Cordova BlackBerry WebWorks-Repo, ein Verzeichnis namens `framework` . Dieses Verzeichnis enthält alle des Quellcodes, die nativ auf dem BlackBerry ausgeführt wird. Navigieren Sie zu `framework/ext/src/org/apache/cordova` . An dieser Stelle sehen Sie alle Plugin-Verzeichnisse, die innerhalb derer der Source Code ist. So fügen Sie das Verzeichnis-Echo, `framework/ext/src/org/apache/cordova/echo` und erstellen Sie eine Datei namens `Echo.java` an`framework/ext/src/org/apache/cordova/echo/Echo.java`.
 
 ## Schreiben Echo.java
 
@@ -96,11 +96,11 @@ Werden wir einige Fehlerüberprüfung und wenn die Nachricht gut aussieht, werde
 
 ## Aktualisierung der .jar in Ihrem Projekt Www-Verzeichnis
 
-Die zusätzlichen `Echo.java` in Ihrem Projekt aktualisiert werden muss. Baut die `.jar` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>, navigieren Sie zu dem BlackBerry WebWorks-Repo-Root-Verzeichnis, und führen Sie den `ant` Befehl:
+Die zusätzlichen `Echo.java` in Ihrem Projekt aktualisiert werden muss. Baut die `.jar` Datei, navigieren Sie zu dem BlackBerry WebWorks-Repo-Root-Verzeichnis, und führen Sie den `ant` Befehl:
 
     Ameise update - Dproject.path="~/path_to_my_project"
     
 
-Dies baut eine neue `.jar` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> das `build/ext` Verzeichnis. Kopie der `build/ext/cordova.jar` -<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> in Ihr `project/www/ext` Verzeichnis.
+Dies baut eine neue `.jar` Datei das `build/ext` Verzeichnis. Kopie der `build/ext/cordova.jar` -Datei in Ihr `project/www/ext` Verzeichnis.
 
 Wenn alles gut geht, ermöglicht, die Echo-Plugin in BlackBerry zu verwenden.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/guide/platforms/blackberry/tools.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/guide/platforms/blackberry/tools.md b/www/docs/de/3.1.0/guide/platforms/blackberry/tools.md
index a06448a..d8b549c 100644
--- a/www/docs/de/3.1.0/guide/platforms/blackberry/tools.md
+++ b/www/docs/de/3.1.0/guide/platforms/blackberry/tools.md
@@ -20,7 +20,7 @@ license: >
 
 # BlackBerry-Befehlszeilentools
 
-Die `cordova` Befehlszeilen-Dienstprogramm ist ein High-Level Tool, das Ihnen erlaubt, Anwendungen auf mehreren Plattformen gleichzeitig zu erstellen. Eine ältere Version von Cordova Rahmen bietet Gruppen von Befehlszeilentools, die spezifisch für jede Plattform. Wenn sie als Alternative zu den CLI verwenden möchten, müssen Sie diese Version von Cordova von [cordova.apache.org][1]herunterladen. Der Download enthält separate Archiv für jede Plattform. Erweitern Sie die gewünschte Ziel-Plattform. Die hier beschriebenen Tools sind in der Regel in der obersten Ebene `bin` Verzeichnis, sonst finden Sie in die **README** -<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> ausführlichere Wegbeschreibung.
+Die `cordova` Befehlszeilen-Dienstprogramm ist ein High-Level Tool, das Ihnen erlaubt, Anwendungen auf mehreren Plattformen gleichzeitig zu erstellen. Eine ältere Version von Cordova Rahmen bietet Gruppen von Befehlszeilentools, die spezifisch für jede Plattform. Wenn sie als Alternative zu den CLI verwenden möchten, müssen Sie diese Version von Cordova von [cordova.apache.org][1]herunterladen. Der Download enthält separate Archiv für jede Plattform. Erweitern Sie die gewünschte Ziel-Plattform. Die hier beschriebenen Tools sind in der Regel in der obersten Ebene `bin` Verzeichnis, sonst finden Sie in die **README** -Datei ausführlichere Wegbeschreibung.
 
  [1]: http://cordova.apache.org
 
@@ -36,7 +36,7 @@ Führen Sie den `create` Befehl, der vorhandenen Pfad für das Projekt, die rüc
 
 ## Erstellen eines Projekts
 
-Für BlackBerry-Projekte, stellen Sie sicher, Sie Anpassen der `project.properties` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> im Root-Verzeichnis des Projekts Cordova. Du musst tun, um Ihr BlackBerry Unterzeichnung Kennwort angeben, und geben <a href="../../../cordova/storage/storage.html">Speicher</a>orte für BlackBerry WebWorks SDK und BlackBerry Emulator ausführbare <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>en.
+Für BlackBerry-Projekte, stellen Sie sicher, Sie Anpassen der `project.properties` Datei im Root-Verzeichnis des Projekts Cordova. Du musst tun, um Ihr BlackBerry Unterzeichnung Kennwort angeben, und geben Speicherorte für BlackBerry WebWorks SDK und BlackBerry Emulator ausführbare Dateien.
 
     $ /path/to/my_new_project/cordova/build <platform>
     $ /path/to/my_new_project/cordova/build.bat <platform>
@@ -44,21 +44,21 @@ Für BlackBerry-Projekte, stellen Sie sicher, Sie Anpassen der `project.properti
 
 ## Emulator starten
 
-Für BlackBerry-Projekte, stellen Sie sicher, Sie Anpassen der `project.properties` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> in das Stammverzeichnis des Cordova Projekt. Du musst tun, um Ihr BlackBerry Unterzeichnung Kennwort angeben, und geben <a href="../../../cordova/storage/storage.html">Speicher</a>orte für BlackBerry WebWorks SDK und BlackBerry Emulator ausführbare <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>en.
+Für BlackBerry-Projekte, stellen Sie sicher, Sie Anpassen der `project.properties` Datei in das Stammverzeichnis des Cordova Projekt. Du musst tun, um Ihr BlackBerry Unterzeichnung Kennwort angeben, und geben Speicherorte für BlackBerry WebWorks SDK und BlackBerry Emulator ausführbare Dateien.
 
     $ /path/to/my_new_project/cordova/run <platform>
     
 
 und dann wählen Sie "Nein", mit der Aufforderung:
 
-    Haben Sie ein BlackBerry-<a href="../../../cordova/device/device.html">Gerät</a> an Ihren Computer angeschlossen? (y/n) $ /path/to/my_new_project/cordova/run <platform>
+    Haben Sie ein BlackBerry-Gerät an Ihren Computer angeschlossen? (y/n) $ /path/to/my_new_project/cordova/run <platform>
     
 
 und dann wählen Sie "Nein", mit der Aufforderung:
 
-    Haben Sie ein BlackBerry-<a href="../../../cordova/device/device.html">Gerät</a> an Ihren Computer angeschlossen? (y/n)
+    Haben Sie ein BlackBerry-Gerät an Ihren Computer angeschlossen? (y/n)
     
 
 ## Protokollierung
 
-Leider ist das streaming Protokolle direkt vom <a href="../../../cordova/device/device.html">Gerät</a> derzeit nicht unterstützt. BlackBerry bietet jedoch integrierten Web Inspector-Unterstützung für Textbuch und BlackBerry-Smartphones mit BlackBerry OS 7.0 und höher. Sie können auch Ihre Anwendungsprotokolle zugreifen (einschließlich alle Aufrufe an `console.log` ) auf Ihrem <a href="../../../cordova/device/device.html">Gerät</a> durch die '' ALT'' gedrückt aus dem home-Bildschirm und Eingabe '' Lglg'' Schlüssel.
\ No newline at end of file
+Leider ist das streaming Protokolle direkt vom Gerät derzeit nicht unterstützt. BlackBerry bietet jedoch integrierten Web Inspector-Unterstützung für Textbuch und BlackBerry-Smartphones mit BlackBerry OS 7.0 und höher. Sie können auch Ihre Anwendungsprotokolle zugreifen (einschließlich alle Aufrufe an `console.log` ) auf Ihrem Gerät durch die '' ALT'' gedrückt aus dem home-Bildschirm und Eingabe '' Lglg'' Schlüssel.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/guide/platforms/blackberry/upgrading.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/guide/platforms/blackberry/upgrading.md b/www/docs/de/3.1.0/guide/platforms/blackberry/upgrading.md
index a940691..3668d66 100644
--- a/www/docs/de/3.1.0/guide/platforms/blackberry/upgrading.md
+++ b/www/docs/de/3.1.0/guide/platforms/blackberry/upgrading.md
@@ -18,7 +18,7 @@ license: >
     under the License.
 ---
 
-# <a href="../blackberry10/upgrading.html">Aktualisieren der BlackBerry</a>
+# Aktualisieren der BlackBerry
 
 Diese Anleitung zeigt wie BlackBerry Projekte geändert werden müssen um ein Upgrade von älteren Versionen von Cordova durchzuführen. Diese Anweisungen gelten für Projekte, die mit einer älteren Befehlszeilentools, die vorangehen erstellt die `cordova` CLI-Hilfsprogramm. Die Command-Line Interface Informationen finden Sie unter Gewusst wie: Aktualisieren Sie die Version der CLI.
 
@@ -26,7 +26,7 @@ Diese Anleitung zeigt wie BlackBerry Projekte geändert werden müssen um ein Up
 
 BlackBerry 10:
 
-1.  Herunterladen Sie und extrahieren Sie die Cordova 2.9.0-Quelle an einen permanenten <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrer Festplatte, zum Beispiel in`~/Cordova-2.9.0`.
+1.  Herunterladen Sie und extrahieren Sie die Cordova 2.9.0-Quelle an einen permanenten Speicherort auf Ihrer Festplatte, zum Beispiel in`~/Cordova-2.9.0`.
 
 2.  Beenden Sie alle laufenden SDK-Tools: Eclipse, Momentics und dergleichen.
 
@@ -36,11 +36,11 @@ BlackBerry 10:
 
 5.  Kopieren des Projekts Quelle aus des alten Projekts `/www` Verzeichnis in des neuen Projekts `/www` Verzeichnis.
 
-6.  Aktualisieren von Cordova Skriptverweis in Ihre `www/index.html` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> (und alle anderen <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>en, die den Skriptverweis enthalten) auf die neue hinzu `cordova.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+6.  Aktualisieren von Cordova Skriptverweis in Ihre `www/index.html` Datei (und alle anderen Dateien, die den Skriptverweis enthalten) auf die neue hinzu `cordova.js` Datei.
 
 ### BlackBerryOS/Textbuch
 
-1.  Herunterladen Sie und extrahieren Sie die Cordova 2.9.0-Quelle an einen permanenten <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrer Festplatte, zum Beispiel in`~/Cordova-2.9.0`.
+1.  Herunterladen Sie und extrahieren Sie die Cordova 2.9.0-Quelle an einen permanenten Speicherort auf Ihrer Festplatte, zum Beispiel in`~/Cordova-2.9.0`.
 
 2.  Beenden Sie alle laufenden SDK-Tools: Eclipse, Momentics und dergleichen.
 
@@ -48,9 +48,9 @@ BlackBerry 10:
 
 4.  Erstellen Sie ein neues Projekt, wie in iOS Command-Line Tools beschrieben. Sie benötigen die Vermögen aus diesem neuen Projekt.
 
-5.  Kopie der `www/cordova.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> aus dem neuen Projekt in Ihr `www` Verzeichnis und löschen Ihre `www/cordova.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+5.  Kopie der `www/cordova.js` Datei aus dem neuen Projekt in Ihr `www` Verzeichnis und löschen Ihre `www/cordova.js` Datei.
 
-6.  Aktualisieren von Cordova Skriptverweis in Ihre `www/index.html` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> (und alle anderen <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>en, die den Skriptverweis enthalten) auf die neue hinzu `cordova.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+6.  Aktualisieren von Cordova Skriptverweis in Ihre `www/index.html` Datei (und alle anderen Dateien, die den Skriptverweis enthalten) auf die neue hinzu `cordova.js` Datei.
 
 7.  Kopie der `native` Verzeichnis des neuen Projekts in das bestehende Projekt, überschreiben die alte `native` Verzeichnis.
 
@@ -62,9 +62,9 @@ BlackBerry 10:
 
 BlackBerry 10:
 
-BlackBerry 10 verwendet die neue CLI-Werkzeuge und Kern-APIs als Plugins verwaltet. Die Anweisungen Migrieren Ihres Projekts für ein neues Projekt, anstatt ein vorhandenes Projekt, aufgrund der Komplexität der Aktualisierung eines alten Projekts zu aktualisieren. Auch beachten Sie, dass die Cordova-Js--<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> Skript heißt jetzt 'cordova.js' und nicht mehr eine Versionszeichenfolge enthält.
+BlackBerry 10 verwendet die neue CLI-Werkzeuge und Kern-APIs als Plugins verwaltet. Die Anweisungen Migrieren Ihres Projekts für ein neues Projekt, anstatt ein vorhandenes Projekt, aufgrund der Komplexität der Aktualisierung eines alten Projekts zu aktualisieren. Auch beachten Sie, dass die Cordova-Js--Datei Skript heißt jetzt 'cordova.js' und nicht mehr eine Versionszeichenfolge enthält.
 
-1.  Herunterladen Sie und extrahieren Sie die Cordova 2.8.0-Quelle an einen permanenten <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrer Festplatte, zum Beispiel in`~/Cordova-2.8.0`.
+1.  Herunterladen Sie und extrahieren Sie die Cordova 2.8.0-Quelle an einen permanenten Speicherort auf Ihrer Festplatte, zum Beispiel in`~/Cordova-2.8.0`.
 
 2.  Beenden Sie alle laufenden SDK-Tools: Eclipse, Momentics und dergleichen.
 
@@ -74,11 +74,11 @@ BlackBerry 10 verwendet die neue CLI-Werkzeuge und Kern-APIs als Plugins verwalt
 
 5.  Kopieren des Projekts Quelle aus des alten Projekts `/www` Verzeichnis in des neuen Projekts `/www` Verzeichnis.
 
-6.  Aktualisieren von Cordova Skriptverweis in Ihre `www/index.html` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> (und alle anderen <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>en, die den Skriptverweis enthalten) auf die neue hinzu `cordova.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+6.  Aktualisieren von Cordova Skriptverweis in Ihre `www/index.html` Datei (und alle anderen Dateien, die den Skriptverweis enthalten) auf die neue hinzu `cordova.js` Datei.
 
 BlackBerryOS/Textbuch:
 
-1.  Herunterladen Sie und extrahieren Sie die Cordova 2.8.0-Quelle an einen permanenten <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrer Festplatte, zum Beispiel in`~/Cordova-2.8.0`.
+1.  Herunterladen Sie und extrahieren Sie die Cordova 2.8.0-Quelle an einen permanenten Speicherort auf Ihrer Festplatte, zum Beispiel in`~/Cordova-2.8.0`.
 
 2.  Beenden Sie alle laufenden SDK-Tools: Eclipse, Momentics und dergleichen.
 
@@ -86,9 +86,9 @@ BlackBerryOS/Textbuch:
 
 4.  Erstellen Sie ein neues Projekt, wie in iOS Command-Line Tools beschrieben. Sie benötigen die Vermögen aus diesem neuen Projekt.
 
-5.  Kopie der `www/cordova.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> aus dem neuen Projekt in Ihr `www` Verzeichnis und löschen Ihre `www/cordova.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+5.  Kopie der `www/cordova.js` Datei aus dem neuen Projekt in Ihr `www` Verzeichnis und löschen Ihre `www/cordova.js` Datei.
 
-6.  Aktualisieren von Cordova Skriptverweis in Ihre `www/index.html` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> (und alle anderen <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>en, die den Skriptverweis enthalten) auf die neue hinzu `cordova.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+6.  Aktualisieren von Cordova Skriptverweis in Ihre `www/index.html` Datei (und alle anderen Dateien, die den Skriptverweis enthalten) auf die neue hinzu `cordova.js` Datei.
 
 7.  Kopie der `native` Verzeichnis des neuen Projekts in das bestehende Projekt, überschreiben die alte `native` Verzeichnis.
 
@@ -98,7 +98,7 @@ BlackBerryOS/Textbuch:
 
 ## Upgrade 2.6.0 Projekte 2.7.0
 
-1.  Herunterladen Sie und extrahieren Sie die Cordova 2.7.0-Quelle an einen permanenten <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrer Festplatte, zum Beispiel in`~/Cordova-2.7.0`.
+1.  Herunterladen Sie und extrahieren Sie die Cordova 2.7.0-Quelle an einen permanenten Speicherort auf Ihrer Festplatte, zum Beispiel in`~/Cordova-2.7.0`.
 
 2.  Beenden Sie alle laufenden SDK-Tools: Eclipse, Momentics und dergleichen.
 
@@ -106,9 +106,9 @@ BlackBerryOS/Textbuch:
 
 4.  Erstellen Sie ein neues Projekt, wie in BlackBerry-Befehlszeilen-Tools beschrieben. Sie benötigen die Vermögen aus diesem neuen Projekt.
 
-5.  Kopie der `www/cordova-2.7.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> aus dem neuen Projekt in Ihr `www` Verzeichnis und löschen Ihre `www/cordova-2.6.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+5.  Kopie der `www/cordova-2.7.0.js` Datei aus dem neuen Projekt in Ihr `www` Verzeichnis und löschen Ihre `www/cordova-2.6.0.js` Datei.
 
-6.  Aktualisieren von Cordova Skriptverweis in Ihre `www/index.html` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> (und alle anderen <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>en, die den Skriptverweis enthalten) auf die neue hinzu `cordova-2.7.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+6.  Aktualisieren von Cordova Skriptverweis in Ihre `www/index.html` Datei (und alle anderen Dateien, die den Skriptverweis enthalten) auf die neue hinzu `cordova-2.7.0.js` Datei.
 
 7.  Kopie der `native` Verzeichnis des neuen Projekts in das bestehende Projekt, überschreiben die alte `native` Verzeichnis.
 
@@ -124,21 +124,21 @@ Es wird empfohlen, dass Sie eine neue Kopie von das gesamte Verzeichnis herunter
 
 Aber auch hier sind die neuen Teile für die schrittweise Aktualisierung:
 
-1.  Aktualisieren Sie die <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> cordova.blackberry.js in das `Phonegap-2.6.0/lib/blackberry/javascript` Verzeichnis.
+1.  Aktualisieren Sie die Datei cordova.blackberry.js in das `Phonegap-2.6.0/lib/blackberry/javascript` Verzeichnis.
 
 2.  Update der `ext` , `ext-air` , und `ext-qnx` in das `Phonegap-2.6.0/lib/blackberry/framework` Verzeichnis.
 
-3.  Update der `build.xml` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> das `Phonegap-2.6.0/lib/blackberry` Verzeichnis.
+3.  Update der `build.xml` Datei das `Phonegap-2.6.0/lib/blackberry` Verzeichnis.
 
 4.  Update der `Phonegap-2.6.0/lib/blackberry/bin` Verzeichnis.
 
-5.  Update der `VERSION` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> das `Phonegap-2.6.0/lib/blackberry` Verzeichnis.
+5.  Update der `VERSION` Datei das `Phonegap-2.6.0/lib/blackberry` Verzeichnis.
 
 Aktualisierung der `example/` -Verzeichnis oder bei der Migration eines vorhandenen Projekts:
 
 1.  Öffnen Ihre `www/` Verzeichnis, das Ihre Anwendung enthält.
 
-2.  Entfernen und aktualisieren Sie die .jar-<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> in das `ext/` Verzeichnis.
+2.  Entfernen und aktualisieren Sie die .jar-Datei in das `ext/` Verzeichnis.
 
 3.  Aktualisieren des Inhalts der `ext-air/` Verzeichnis.
 
@@ -146,7 +146,7 @@ Aktualisierung der `example/` -Verzeichnis oder bei der Migration eines vorhande
 
 5.  Kopieren Sie die neue `cordova-2.6.0.js` in Ihr Projekt.
 
-6.  Aktualisieren Sie den HTML-Code um das neue `cordova-2.6.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+6.  Aktualisieren Sie den HTML-Code um das neue `cordova-2.6.0.js` Datei.
 
 ## Ein Upgrade auf 2.5.0 von 2.4.0
 
@@ -156,21 +156,21 @@ Es wird empfohlen, dass Sie eine neue Kopie von das gesamte Verzeichnis herunter
 
 Aber auch hier sind die neuen Teile für die schrittweise Aktualisierung:
 
-1.  Aktualisieren Sie die <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> cordova.blackberry.js in das `Phonegap-2.5.0/lib/blackberry/javascript` Verzeichnis.
+1.  Aktualisieren Sie die Datei cordova.blackberry.js in das `Phonegap-2.5.0/lib/blackberry/javascript` Verzeichnis.
 
 2.  Update der `ext` , `ext-air` , und `ext-qnx` in das `Phonegap-2.5.0/lib/blackberry/framework` Verzeichnis.
 
-3.  Update der `build.xml` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> das `Phonegap-2.5.0/lib/blackberry` Verzeichnis.
+3.  Update der `build.xml` Datei das `Phonegap-2.5.0/lib/blackberry` Verzeichnis.
 
 4.  Update der `Phonegap-2.5.0/lib/blackberry/bin` Verzeichnis.
 
-5.  Update der `VERSION` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> das `Phonegap-2.5.0/lib/blackberry` Verzeichnis.
+5.  Update der `VERSION` Datei das `Phonegap-2.5.0/lib/blackberry` Verzeichnis.
 
 Aktualisieren das Beispiel / Verzeichnis oder Migrieren einer vorhandenen Projekt:
 
 1.  Öffnen Ihre `www/` Verzeichnis, das Ihre Anwendung enthält.
 
-2.  Entfernen und aktualisieren Sie die .jar-<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> in das `ext/` Verzeichnis.
+2.  Entfernen und aktualisieren Sie die .jar-Datei in das `ext/` Verzeichnis.
 
 3.  Aktualisieren des Inhalts der `ext-air/` Verzeichnis.
 
@@ -178,7 +178,7 @@ Aktualisieren das Beispiel / Verzeichnis oder Migrieren einer vorhandenen Projek
 
 5.  Kopieren Sie die neue `cordova-2.5.0.js` in Ihr Projekt.
 
-6.  Aktualisieren Sie den HTML-Code um das neue `cordova-2.5.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+6.  Aktualisieren Sie den HTML-Code um das neue `cordova-2.5.0.js` Datei.
 
 ## Ein Upgrade auf 2.4.0 von 2.3.0
 
@@ -186,34 +186,34 @@ Aktualisierung nur das `www` Verzeichnis:
 
 1.  Öffnen Ihre `www/` Verzeichnis, das Ihre Anwendung enthält.
 
-2.  Entfernen und aktualisieren Sie die .jar-<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> in das `ext/` Verzeichnis.
+2.  Entfernen und aktualisieren Sie die .jar-Datei in das `ext/` Verzeichnis.
 
 3.  Aktualisieren des Inhalts der `ext-air/` Verzeichnis.
 
 4.  Kopieren Sie die neue `cordova-2.4.0.js` in Ihr Projekt.
     
-    *   Wenn Textbuch, dann Update die JS-in <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> das `playbook/` Verzeichnis.
-    *   Wenn BlackBerry 10, aktualisieren Sie dann die JS-<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> in das `qnx/` Verzeichnis.
+    *   Wenn Textbuch, dann Update die JS-in Datei das `playbook/` Verzeichnis.
+    *   Wenn BlackBerry 10, aktualisieren Sie dann die JS-Datei in das `qnx/` Verzeichnis.
 
-5.  Aktualisieren Sie den HTML-Code um das neue `cordova-2.4.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+5.  Aktualisieren Sie den HTML-Code um das neue `cordova-2.4.0.js` Datei.
 
 Aktualisieren das Beispielverzeichnis (ie, Aktualisierung mithilfe der Ant-Tools):
 
 1.  Öffnen der `sample/lib/` Verzeichnis.
 
-2.  Aktualisieren Sie die .jar-<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> in das `cordova.2.3.0/ext/` Verzeichnis.
+2.  Aktualisieren Sie die .jar-Datei in das `cordova.2.3.0/ext/` Verzeichnis.
 
 3.  Aktualisieren des Inhalts der `cordova.2.3.0/ext-air/` Verzeichnis.
 
 4.  Aktualisieren des Inhalts der `cordova.2.3.0/ext-qnx/` Verzeichnis.
 
-5.  Aktualisieren Sie die JS-<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> in das `cordova.2.3.0/javascript/` Verzeichnis.
+5.  Aktualisieren Sie die JS-Datei in das `cordova.2.3.0/javascript/` Verzeichnis.
 
 6.  Öffnen der `sample/lib/` Verzeichnis und benennen Sie die `cordova.2.3.0/` Verzeichnis`cordova.2.4.0/`.
 
 7.  Typ `ant blackberry build` oder `ant playbook build` zum Aktualisieren der `www/` Verzeichnis mit aktualisierten Cordova.
 
-8.  Öffnen der `www/` Verzeichnis und aktualisieren Sie den HTML-Code um das neue `cordova-2.4.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+8.  Öffnen der `www/` Verzeichnis und aktualisieren Sie den HTML-Code um das neue `cordova-2.4.0.js` Datei.
 
 ## Ein Upgrade auf 2.3.0 von 2.2.0
 
@@ -221,34 +221,34 @@ Aktualisierung nur das `www` Verzeichnis:
 
 1.  Öffnen Ihre `www/` Verzeichnis, das Ihre Anwendung enthält.
 
-2.  Entfernen und aktualisieren Sie die .jar-<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> in das `ext/` Verzeichnis.
+2.  Entfernen und aktualisieren Sie die .jar-Datei in das `ext/` Verzeichnis.
 
 3.  Aktualisieren des Inhalts der `ext-air/` Verzeichnis.
 
 4.  Kopieren Sie die neue `cordova-2.3.0.js` in Ihr Projekt.
     
-    *   Wenn Textbuch, dann Update die JS-in <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> das `playbook/` Verzeichnis.
-    *   Wenn BlackBerry 10, aktualisieren Sie dann die JS-<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> in das `qnx/` Verzeichnis.
+    *   Wenn Textbuch, dann Update die JS-in Datei das `playbook/` Verzeichnis.
+    *   Wenn BlackBerry 10, aktualisieren Sie dann die JS-Datei in das `qnx/` Verzeichnis.
 
-5.  Aktualisieren Sie den HTML-Code um das neue `cordova-2.3.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+5.  Aktualisieren Sie den HTML-Code um das neue `cordova-2.3.0.js` Datei.
 
 Aktualisieren das Beispielverzeichnis (ie, Aktualisierung mithilfe der Ant-Tools):
 
 1.  Öffnen der `sample/lib/` Verzeichnis.
 
-2.  Aktualisieren Sie die .jar-<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> in das `cordova.2.2.0/ext/` Verzeichnis.
+2.  Aktualisieren Sie die .jar-Datei in das `cordova.2.2.0/ext/` Verzeichnis.
 
 3.  Aktualisieren des Inhalts der `cordova.2.2.0/ext-air/` Verzeichnis.
 
 4.  Aktualisieren des Inhalts der `cordova.2.2.0/ext-qnx/` Verzeichnis.
 
-5.  Aktualisieren Sie die JS-<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> in das `cordova.2.2.0/javascript/` Verzeichnis.
+5.  Aktualisieren Sie die JS-Datei in das `cordova.2.2.0/javascript/` Verzeichnis.
 
 6.  Öffnen der `sample/lib/` Verzeichnis und benennen Sie die `cordova.2.2.0/` Verzeichnis`cordova.2.3.0/`.
 
 7.  Typ `ant blackberry build` oder `ant playbook build` zum Aktualisieren der `www/` Verzeichnis mit aktualisierten Cordova.
 
-8.  Öffnen der `www/` Verzeichnis und aktualisieren Sie den HTML-Code um das neue `cordova-2.3.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+8.  Öffnen der `www/` Verzeichnis und aktualisieren Sie den HTML-Code um das neue `cordova-2.3.0.js` Datei.
 
 ## Ein Upgrade auf 2.2.0 von 2.1.0
 
@@ -256,34 +256,34 @@ Aktualisieren einfach das Www-Verzeichnis:
 
 1.  Öffnen Ihre `www/` Verzeichnis, das Ihre Anwendung enthält.
 
-2.  Entfernen und aktualisieren Sie die .jar-<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> in das `ext/` Verzeichnis.
+2.  Entfernen und aktualisieren Sie die .jar-Datei in das `ext/` Verzeichnis.
 
 3.  Aktualisieren des Inhalts der `ext-air/` Verzeichnis.
 
 4.  Kopieren Sie die neue `cordova-2.2.0.js` in Ihr Projekt.
     
-    *   Wenn Textbuch, dann Update die JS-in <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> das `playbook/` Verzeichnis.
-    *   Wenn BlackBerry 10, aktualisieren Sie dann die JS-<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> in das `qnx/` Verzeichnis.
+    *   Wenn Textbuch, dann Update die JS-in Datei das `playbook/` Verzeichnis.
+    *   Wenn BlackBerry 10, aktualisieren Sie dann die JS-Datei in das `qnx/` Verzeichnis.
 
-5.  Aktualisieren Sie den HTML-Code um das neue `cordova-2.2.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+5.  Aktualisieren Sie den HTML-Code um das neue `cordova-2.2.0.js` Datei.
 
 Aktualisieren das Beispielverzeichnis (ie, Aktualisierung mithilfe der Ant-Tools):
 
 1.  Öffnen der `sample/lib/` Verzeichnis.
 
-2.  Aktualisieren Sie die .jar-<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> in das `cordova.2.1.0/ext/` Verzeichnis.
+2.  Aktualisieren Sie die .jar-Datei in das `cordova.2.1.0/ext/` Verzeichnis.
 
 3.  Aktualisieren des Inhalts der `cordova.2.1.0/ext-air/` Verzeichnis.
 
 4.  Aktualisieren des Inhalts der `cordova.2.1.0/ext-qnx/` Verzeichnis.
 
-5.  Aktualisieren Sie die JS-<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> in das `cordova.2.1.0/javascript/` Verzeichnis.
+5.  Aktualisieren Sie die JS-Datei in das `cordova.2.1.0/javascript/` Verzeichnis.
 
 6.  Öffnen der `sample/lib/` Verzeichnis und benennen Sie die `cordova.2.1.0/` Verzeichnis`cordova.2.2.0/`.
 
 7.  Typ `ant blackberry build` oder `ant playbook build` zum Aktualisieren der `www/` Verzeichnis mit aktualisierten Cordova.
 
-8.  Öffnen der `www/` Verzeichnis und aktualisieren Sie den HTML-Code um das neue `cordova-2.2.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+8.  Öffnen der `www/` Verzeichnis und aktualisieren Sie den HTML-Code um das neue `cordova-2.2.0.js` Datei.
 
 ## Upgrade auf 2.1.0 von 2.0.0
 
@@ -291,31 +291,31 @@ Aktualisierung nur das `www` Verzeichnis:
 
 1.  Öffnen Ihre `www/` Verzeichnis, das Ihre Anwendung enthält.
 
-2.  Entfernen und aktualisieren Sie die .jar-<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> in das `ext/` Verzeichnis.
+2.  Entfernen und aktualisieren Sie die .jar-Datei in das `ext/` Verzeichnis.
 
 3.  Aktualisieren des Inhalts der `ext-air/` Verzeichnis.
 
 4.  Kopieren Sie die neue `cordova-2.1.0.js` in Ihr Projekt.
     
-    *   Wenn Textbuch, dann Update die JS-in <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> das `playbook/` Verzeichnis.
+    *   Wenn Textbuch, dann Update die JS-in Datei das `playbook/` Verzeichnis.
 
-5.  Aktualisieren Sie den HTML-Code um das neue `cordova-2.1.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+5.  Aktualisieren Sie den HTML-Code um das neue `cordova-2.1.0.js` Datei.
 
 Aktualisieren das Beispielverzeichnis (ie, Aktualisierung mithilfe der Ant-Tools):
 
 1.  Öffnen der `sample/lib/` Verzeichnis.
 
-2.  Aktualisieren Sie die .jar-<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> in das `cordova.2.0.0/ext/` Verzeichnis.
+2.  Aktualisieren Sie die .jar-Datei in das `cordova.2.0.0/ext/` Verzeichnis.
 
 3.  Aktualisieren des Inhalts der `cordova.2.0.0/ext-air/` Verzeichnis.
 
-4.  Aktualisieren Sie die JS-<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> in das `cordova.2.0.0/javascript/` Verzeichnis.
+4.  Aktualisieren Sie die JS-Datei in das `cordova.2.0.0/javascript/` Verzeichnis.
 
 5.  Öffnen der `sample/lib/` Verzeichnis und benennen Sie die `cordova.2.0.0/` Verzeichnis`cordova.2.1.0/`.
 
 6.  Typ `ant blackberry build` oder `ant playbook build` zum Aktualisieren der `www/` Verzeichnis mit aktualisierten Cordova.
 
-7.  Öffnen der `www/` Verzeichnis und aktualisieren Sie den HTML-Code um das neue `cordova-2.1.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+7.  Öffnen der `www/` Verzeichnis und aktualisieren Sie den HTML-Code um das neue `cordova-2.1.0.js` Datei.
 
 ## Ein Upgrade auf 2.0.0 von 1.9.0
 
@@ -323,48 +323,48 @@ Aktualisierung nur das `www` Verzeichnis:
 
 1.  Öffnen Ihre `www/` Verzeichnis, das Ihre Anwendung enthält.
 
-2.  Entfernen und aktualisieren Sie die .jar-<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> in das `ext/` Verzeichnis.
+2.  Entfernen und aktualisieren Sie die .jar-Datei in das `ext/` Verzeichnis.
 
 3.  Aktualisieren des Inhalts der `ext-air/` Verzeichnis.
 
 4.  Kopieren Sie die neue `cordova-2.0.0.js` in Ihr Projekt.
     
-    *   Wenn Textbuch, dann Update die JS-in <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> das `playbook/` Verzeichnis.
+    *   Wenn Textbuch, dann Update die JS-in Datei das `playbook/` Verzeichnis.
 
-5.  Aktualisieren Sie den HTML-Code um das neue `cordova-2.0.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+5.  Aktualisieren Sie den HTML-Code um das neue `cordova-2.0.0.js` Datei.
 
-6.  Update der `www/plugins.xml` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>. Zwei Plugins verändert ihr Label-Namespace-Dienst. Ändern Sie die alten Einträge für die Erfassung und <a href="../../../cordova/contacts/Contact/contact.html">Kontakt</a>-Plugins von:
+6.  Update der `www/plugins.xml` Datei. Zwei Plugins verändert ihr Label-Namespace-Dienst. Ändern Sie die alten Einträge für die Erfassung und Kontakt-Plugins von:
     
-        < Plugin Name = "Capture" value="org.apache.cordova.media.MediaCapture"/ >< Plugin-Name = "<a href="../../../cordova/contacts/Contact/contact.html">Kontakt</a>" value="org.apache.cordova.pim.Contact"/ >
+        < Plugin Name = "Capture" value="org.apache.cordova.media.MediaCapture"/ >< Plugin-Name = "Kontakt" value="org.apache.cordova.pim.Contact"/ >
         
     An:
     
-        < Plugin Name = "Capture" value="org.apache.cordova.capture.MediaCapture"/ >< Plugin-Namen "<a href="../../../cordova/contacts/contacts.html"><a href="../../../cordova/contacts/Contact/contact.html">Kontakt</a>e</a>" value="org.apache.cordova.pim.Contact"/ = >
+        < Plugin Name = "Capture" value="org.apache.cordova.capture.MediaCapture"/ >< Plugin-Namen "Kontakte" value="org.apache.cordova.pim.Contact"/ = >
         
 
 Aktualisieren das Beispielverzeichnis (ie, Aktualisierung mithilfe der Ant-Tools):
 
 1.  Öffnen der `sample/lib/` Verzeichnis.
 
-2.  Aktualisieren Sie die .jar-<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> in das `cordova.1.9.0/ext/` Verzeichnis.
+2.  Aktualisieren Sie die .jar-Datei in das `cordova.1.9.0/ext/` Verzeichnis.
 
 3.  Aktualisieren des Inhalts der `cordova.1.9.0/ext-air/` Verzeichnis.
 
-4.  Aktualisieren Sie die JS-<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> in das `cordova.1.9.0/javascript/` Verzeichnis.
+4.  Aktualisieren Sie die JS-Datei in das `cordova.1.9.0/javascript/` Verzeichnis.
 
 5.  Öffnen der `sample/lib/` Verzeichnis und benennen Sie die `cordova.1.9.0/` Verzeichnis`cordova.2.0.0/`.
 
 6.  Typ `ant blackberry build` oder `ant playbook build` zum Aktualisieren der `www/` Verzeichnis mit aktualisierten Cordova.
 
-7.  Öffnen der `www/` Verzeichnis und aktualisieren Sie den HTML-Code um das neue `cordova-2.0.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+7.  Öffnen der `www/` Verzeichnis und aktualisieren Sie den HTML-Code um das neue `cordova-2.0.0.js` Datei.
 
-8.  Öffnen der `www/` Verzeichnis und Update der `plugins.xml` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>. Zwei Plugins verändert ihr Label-Namespace-Dienst. Ändern Sie die alten Einträge für die Erfassung und <a href="../../../cordova/contacts/Contact/contact.html">Kontakt</a>-Plugins von:
+8.  Öffnen der `www/` Verzeichnis und Update der `plugins.xml` Datei. Zwei Plugins verändert ihr Label-Namespace-Dienst. Ändern Sie die alten Einträge für die Erfassung und Kontakt-Plugins von:
     
-         < Plugin Name = "Capture" value="org.apache.cordova.media.MediaCapture"/ >< Plugin-Name = "<a href="../../../cordova/contacts/Contact/contact.html">Kontakt</a>" value="org.apache.cordova.pim.Contact"/ >
+         < Plugin Name = "Capture" value="org.apache.cordova.media.MediaCapture"/ >< Plugin-Name = "Kontakt" value="org.apache.cordova.pim.Contact"/ >
         
     An:
     
-         < Plugin Name = "Capture" value="org.apache.cordova.capture.MediaCapture"/ >< Plugin-Namen "<a href="../../../cordova/contacts/contacts.html"><a href="../../../cordova/contacts/Contact/contact.html">Kontakt</a>e</a>" value="org.apache.cordova.pim.Contact"/ = >
+         < Plugin Name = "Capture" value="org.apache.cordova.capture.MediaCapture"/ >< Plugin-Namen "Kontakte" value="org.apache.cordova.pim.Contact"/ = >
         
 
 *   Um auf 1.8.0 zu aktualisieren, gehen Sie bitte 1.7.0
@@ -375,45 +375,45 @@ Aktualisierung nur das `www` Verzeichnis:
 
 1.  Öffnen Ihre `www/` Verzeichnis, das Ihre Anwendung enthält.
 
-2.  Entfernen und aktualisieren Sie die .jar-<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> in das `ext/` Verzeichnis.
+2.  Entfernen und aktualisieren Sie die .jar-Datei in das `ext/` Verzeichnis.
 
 3.  Aktualisieren des Inhalts der `ext-air/` Verzeichnis.
 
 4.  Kopieren Sie die neue `cordova-1.8.0.js` in Ihr Projekt.
     
-    *   Wenn Textbuch, dann Update die JS-in <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> das `playbook/` Verzeichnis.
+    *   Wenn Textbuch, dann Update die JS-in Datei das `playbook/` Verzeichnis.
 
-5.  Aktualisieren Sie den HTML-Code um das neue `cordova-1.8.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+5.  Aktualisieren Sie den HTML-Code um das neue `cordova-1.8.0.js` Datei.
 
-6.  Update der `www/plugins.xml` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>. Zwei Plugins verändert ihr Label-Namespace-Dienst. Ändern Sie die alten Einträge für die Erfassung und <a href="../../../cordova/contacts/Contact/contact.html">Kontakt</a>-Plugins von:
+6.  Update der `www/plugins.xml` Datei. Zwei Plugins verändert ihr Label-Namespace-Dienst. Ändern Sie die alten Einträge für die Erfassung und Kontakt-Plugins von:
     
-        < Plugin Name = "Capture" value="org.apache.cordova.media.MediaCapture"/ >< Plugin-Name = "<a href="../../../cordova/contacts/Contact/contact.html">Kontakt</a>" value="org.apache.cordova.pim.Contact"/ >
+        < Plugin Name = "Capture" value="org.apache.cordova.media.MediaCapture"/ >< Plugin-Name = "Kontakt" value="org.apache.cordova.pim.Contact"/ >
         
     An:
     
-        < Plugin Name = "Capture" value="org.apache.cordova.capture.MediaCapture"/ >< Plugin-Namen "<a href="../../../cordova/contacts/contacts.html"><a href="../../../cordova/contacts/Contact/contact.html">Kontakt</a>e</a>" value="org.apache.cordova.pim.Contact"/ = >
+        < Plugin Name = "Capture" value="org.apache.cordova.capture.MediaCapture"/ >< Plugin-Namen "Kontakte" value="org.apache.cordova.pim.Contact"/ = >
         
 
 Aktualisieren das Beispielverzeichnis (ie, Aktualisierung mithilfe der Ant-Tools):
 
 1.  Öffnen der `sample/lib/` Verzeichnis.
 
-2.  Aktualisieren Sie die .jar-<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> in das `cordova.1.7.0/ext/` Verzeichnis.
+2.  Aktualisieren Sie die .jar-Datei in das `cordova.1.7.0/ext/` Verzeichnis.
 
 3.  Aktualisieren des Inhalts der `cordova.1.7.0/ext-air/` Verzeichnis.
 
-4.  Aktualisieren Sie die JS-<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> in das `cordova.1.7.0/javascript/` Verzeichnis.
+4.  Aktualisieren Sie die JS-Datei in das `cordova.1.7.0/javascript/` Verzeichnis.
 
 5.  Öffnen der `sample/lib/` Verzeichnis und benennen Sie die `cordova.1.7.0/` Verzeichnis`cordova.1.8.0/`.
 
 6.  Typ `ant blackberry build` oder `ant playbook build` zum Aktualisieren der `www/` Verzeichnis mit aktualisierten Cordova.
 
-7.  Öffnen der `www/` Verzeichnis und aktualisieren Sie den HTML-Code um das neue `cordova-1.8.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+7.  Öffnen der `www/` Verzeichnis und aktualisieren Sie den HTML-Code um das neue `cordova-1.8.0.js` Datei.
 
-8.  Öffnen der `www/` Verzeichnis und Update der `plugins.xml` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>. Zwei Plugins verändert ihr Label-Namespace-Dienst. Ändern Sie die alten Einträge für die Erfassung und <a href="../../../cordova/contacts/Contact/contact.html">Kontakt</a>-Plugins von:
+8.  Öffnen der `www/` Verzeichnis und Update der `plugins.xml` Datei. Zwei Plugins verändert ihr Label-Namespace-Dienst. Ändern Sie die alten Einträge für die Erfassung und Kontakt-Plugins von:
     
-         < Plugin Name = "Capture" value="org.apache.cordova.media.MediaCapture"/ >< Plugin-Name = "<a href="../../../cordova/contacts/Contact/contact.html">Kontakt</a>" value="org.apache.cordova.pim.Contact"/ >
+         < Plugin Name = "Capture" value="org.apache.cordova.media.MediaCapture"/ >< Plugin-Name = "Kontakt" value="org.apache.cordova.pim.Contact"/ >
         
     An:
     
-         < Plugin Name = "Capture" value="org.apache.cordova.capture.MediaCapture"/ >< Plugin-Namen "<a href="../../../cordova/contacts/contacts.html"><a href="../../../cordova/contacts/Contact/contact.html">Kontakt</a>e</a>" value="org.apache.cordova.pim.Contact"/ = >
\ No newline at end of file
+         < Plugin Name = "Capture" value="org.apache.cordova.capture.MediaCapture"/ >< Plugin-Namen "Kontakte" value="org.apache.cordova.pim.Contact"/ = >
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/guide/platforms/blackberry10/config.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/guide/platforms/blackberry10/config.md b/www/docs/de/3.1.0/guide/platforms/blackberry10/config.md
index c585087..1388c75 100644
--- a/www/docs/de/3.1.0/guide/platforms/blackberry10/config.md
+++ b/www/docs/de/3.1.0/guide/platforms/blackberry10/config.md
@@ -20,18 +20,18 @@ license: >
 
 # BlackBerry Configuration
 
-Die `config.xml` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> steuert eine app-Grundeinstellungen, die für jede Anwendung und CordovaWebView Instanz gelten. In diesem Abschnitt Informationen-Einstellungen, die nur für BlackBerry 10 gelten baut. Finden Sie die <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> config.xml <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> Informationen auf globalen Konfigurations-Optionen.
+Die `config.xml` Datei steuert eine app-Grundeinstellungen, die für jede Anwendung und CordovaWebView Instanz gelten. In diesem Abschnitt Informationen-Einstellungen, die nur für BlackBerry 10 gelten baut. Finden Sie die Datei config.xml Datei Informationen auf globalen Konfigurations-Optionen.
 
-*   `ChildBrowser`( `disable` oder Standard `enable` ): Kind-Browser-Fenster deaktiviert. Standardmäßig starten apps ein sekundäre Browser-Fenster zum Anzeigen von Ressourcen Zugriff über `<a href="../../../cordova/inappbrowser/window.open.html">window.open</a>()` oder durch Angabe eines `_blank` Anker Ziel. Geben Sie `disable` dieses Standardverhalten überschreiben.
+*   `ChildBrowser`( `disable` oder Standard `enable` ): Kind-Browser-Fenster deaktiviert. Standardmäßig starten apps ein sekundäre Browser-Fenster zum Anzeigen von Ressourcen Zugriff über `window.open()` oder durch Angabe eines `_blank` Anker Ziel. Geben Sie `disable` dieses Standardverhalten überschreiben.
     
         <preference name="ChildBrowser" value="disable"/>
         
 
-*   `PopupBlocker`( `enable` oder Standard `disable` ): ermöglicht den Popup-Blocker, die Aufrufe von verhindert `<a href="../../../cordova/inappbrowser/window.open.html">window.open</a>()` . Standardmäßig zeigen Popups in einem Kind-Browserfenster. Wenn Sie die Einstellung auf `enable` verhindert, dass es überhaupt anzeigt.
+*   `PopupBlocker`( `enable` oder Standard `disable` ): ermöglicht den Popup-Blocker, die Aufrufe von verhindert `window.open()` . Standardmäßig zeigen Popups in einem Kind-Browserfenster. Wenn Sie die Einstellung auf `enable` verhindert, dass es überhaupt anzeigt.
     
         <preference name="PopupBlocker" value="enable"/>
         
 
-*   `WebSecurity`( `disable` oder Standard `enable` ): Legen Sie auf `disable` Web-Sicherheits-Einstellungen, den Zugriff auf remote-Inhalte aus unbekannten Quellen zu überschreiben. Diese Einstellung soll wie vor Entwicklung Bequemlichkeit nur, also dem Entfernen Verpackung Ihrer app für den Vertrieb. Für die veröffentlichten app sollte alle URIs bekannt und auf der weißen Liste mithilfe der `<access>` in die Domain-<a href="../../appdev/whitelist/index.html">Whitelist-Guide</a> beschriebene Element.
+*   `WebSecurity`( `disable` oder Standard `enable` ): Legen Sie auf `disable` Web-Sicherheits-Einstellungen, den Zugriff auf remote-Inhalte aus unbekannten Quellen zu überschreiben. Diese Einstellung soll wie vor Entwicklung Bequemlichkeit nur, also dem Entfernen Verpackung Ihrer app für den Vertrieb. Für die veröffentlichten app sollte alle URIs bekannt und auf der weißen Liste mithilfe der `<access>` in die Domain-Whitelist-Guide beschriebene Element.
     
         <preference name="WebSecurity" value="disable"/>
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[13/51] [partial] docs commit: Reverting autolinking change because of inconsistencies.

Posted by db...@apache.org.
http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/notification/notification.vibrate.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/notification/notification.vibrate.md b/www/docs/en/1.7.0/cordova/notification/notification.vibrate.md
index c96ac0d..355f2fa 100644
--- a/www/docs/en/1.7.0/cordova/notification/notification.vibrate.md
+++ b/www/docs/en/1.7.0/cordova/notification/notification.vibrate.md
@@ -36,38 +36,38 @@ Supported Platforms
 - Windows Phone 7
 - Bada 1.2 & 2.x
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // Vibrate for 2.5 seconds
     //
     navigator.notification.vibrate(2500);
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
     
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="notification.html">Notification</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Notification Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.7.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             // Empty
         }
     
         // Show a custom alert
         //
         function showAlert() {
-		    navigator.<a href="notification.alert.html">notification.alert</a>(
+		    navigator.notification.alert(
 		        'You are the winner!',  // message
 		        'Game Over',            // title
 		        'Done'                  // buttonName
@@ -77,7 +77,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         // Beep three times
         //
         function playBeep() {
-            navigator.<a href="notification.beep.html">notification.beep</a>(3);
+            navigator.notification.beep(3);
         }
     
         // Vibrate for 2 seconds

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/storage/database/database.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/storage/database/database.md b/www/docs/en/1.7.0/cordova/storage/database/database.md
index a5f2acf..7da886e 100644
--- a/www/docs/en/1.7.0/cordova/storage/database/database.md
+++ b/www/docs/en/1.7.0/cordova/storage/database/database.md
@@ -32,7 +32,7 @@ Methods
 Details
 -------
 
-A Database object is returned from a call to `window.<a href="../storage.opendatabase.html">openDatabase</a>()`.
+A Database object is returned from a call to `window.openDatabase()`.
 
 Supported Platforms
 -------------------
@@ -41,7 +41,7 @@ Supported Platforms
 - BlackBerry WebWorks (OS 6.0 and higher)
 - iPhone
 
-Transaction Quick <a href="../storage.opendatabase.html">Example</a>
+Transaction Quick Example
 ------------------
 	function populateDB(tx) {
 		 tx.executeSql('DROP TABLE IF EXISTS DEMO');
@@ -58,34 +58,34 @@ Transaction Quick <a href="../storage.opendatabase.html">Example</a>
 		alert("success!");
 	}
 	
-	var db = window.<a href="../storage.opendatabase.html">openDatabase</a>("Database", "1.0", "Cordova Demo", 200000);
+	var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
 	db.transaction(populateDB, errorCB, successCB);
 
-Change Version Quick <a href="../storage.opendatabase.html">Example</a>
+Change Version Quick Example
 -------------------
 
-	var db = window.<a href="../storage.opendatabase.html">openDatabase</a>("Database", "1.0", "Cordova Demo", 200000);
+	var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
 	db.changeVersion("1.0", "1.1");
 
-Full <a href="../storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../../contacts/Contact/contact.html">Contact</a> <a href="../storage.opendatabase.html">Example</a></title>
+        <title>Contact Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.7.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../../device/device.html">Device</a>Ready() {
-			var db = window.<a href="../storage.opendatabase.html">openDatabase</a>("Database", "1.0", "Cordova Demo", 200000);
+        function onDeviceReady() {
+			var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
 			db.transaction(populateDB, errorCB, successCB);
         }
 		
@@ -113,7 +113,7 @@ Full <a href="../storage.opendatabase.html">Example</a>
         </script>
       </head>
       <body>
-        <h1><a href="../storage.opendatabase.html">Example</a></h1>
+        <h1>Example</h1>
         <p>Database</p>
       </body>
     </html>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/storage/localstorage/localstorage.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/storage/localstorage/localstorage.md b/www/docs/en/1.7.0/cordova/storage/localstorage/localstorage.md
index 71f3d56..6c385c0 100644
--- a/www/docs/en/1.7.0/cordova/storage/localstorage/localstorage.md
+++ b/www/docs/en/1.7.0/cordova/storage/localstorage/localstorage.md
@@ -18,12 +18,12 @@ license: >
     under the License.
 ---
 
-local<a href="../storage.html">Storage</a>
+localStorage
 ===============
 
-Provides access to a W3C <a href="../storage.html">Storage</a> interface (http://dev.w3.org/html5/webstorage/#the-localstorage-attribute)
+Provides access to a W3C Storage interface (http://dev.w3.org/html5/webstorage/#the-localstorage-attribute)
 
-    var storage = window.local<a href="../storage.html">Storage</a>;
+    var storage = window.localStorage;
 
 Methods
 -------
@@ -37,9 +37,9 @@ Methods
 Details
 -----------
 
-local<a href="../storage.html">Storage</a> provides an interface to a W3C <a href="../storage.html">Storage</a> interface.  It allows one to save data as key-value pairs.
+localStorage provides an interface to a W3C Storage interface.  It allows one to save data as key-value pairs.
 
-Note: window.session<a href="../storage.html">Storage</a> provides the same interface, but is cleared between app launches.
+Note: window.sessionStorage provides the same interface, but is cleared between app launches.
 
 Supported Platforms
 -------------------
@@ -49,67 +49,67 @@ Supported Platforms
 - iPhone
 - Windows Phone 7
 
-Key Quick <a href="../storage.opendatabase.html">Example</a>
+Key Quick Example
 -------------
 
-    var keyName = window.local<a href="../storage.html">Storage</a>.key(0);
+    var keyName = window.localStorage.key(0);
 
-Set Item Quick <a href="../storage.opendatabase.html">Example</a>
+Set Item Quick Example
 -------------
 
-    window.local<a href="../storage.html">Storage</a>.setItem("key", "value");
+    window.localStorage.setItem("key", "value");
 
-Get Item Quick <a href="../storage.opendatabase.html">Example</a>
+Get Item Quick Example
 -------------
 
-	var value = window.local<a href="../storage.html">Storage</a>.getItem("key");
+	var value = window.localStorage.getItem("key");
 	// value is now equal to "value"
 
-Remove Item Quick <a href="../storage.opendatabase.html">Example</a>
+Remove Item Quick Example
 -------------
 
-	window.local<a href="../storage.html">Storage</a>.removeItem("key");
+	window.localStorage.removeItem("key");
 
-Clear Quick <a href="../storage.opendatabase.html">Example</a>
+Clear Quick Example
 -------------
 
-	window.local<a href="../storage.html">Storage</a>.clear();
+	window.localStorage.clear();
 
-Full <a href="../storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../../contacts/Contact/contact.html">Contact</a> <a href="../storage.opendatabase.html">Example</a></title>
+        <title>Contact Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.7.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../../device/device.html">Device</a>Ready() {
-			window.local<a href="../storage.html">Storage</a>.setItem("key", "value");
-			var keyname = window.local<a href="../storage.html">Storage</a>.key(i);
+        function onDeviceReady() {
+			window.localStorage.setItem("key", "value");
+			var keyname = window.localStorage.key(i);
 			// keyname is now equal to "key"
-			var value = window.local<a href="../storage.html">Storage</a>.getItem("key");
+			var value = window.localStorage.getItem("key");
 			// value is now equal to "value"
-			window.local<a href="../storage.html">Storage</a>.removeItem("key");
-			window.local<a href="../storage.html">Storage</a>.setItem("key2", "value2");
-			window.local<a href="../storage.html">Storage</a>.clear();
-			// local<a href="../storage.html">Storage</a> is now empty
+			window.localStorage.removeItem("key");
+			window.localStorage.setItem("key2", "value2");
+			window.localStorage.clear();
+			// localStorage is now empty
         }
     
 
         </script>
       </head>
       <body>
-        <h1><a href="../storage.opendatabase.html">Example</a></h1>
-        <p>local<a href="../storage.html">Storage</a></p>
+        <h1>Example</h1>
+        <p>localStorage</p>
       </body>
     </html>
 
@@ -117,4 +117,4 @@ Full <a href="../storage.opendatabase.html">Example</a>
 Windows Phone 7 Quirks
 -------------
 
-- dot notation is NOT available on Windows Phone. Be sure to use : window.local<a href="../storage.html">Storage</a>.setItem/getItem, and not the w3 spec defined calls to window.local<a href="../storage.html">Storage</a>.someKey = 'someValue';
\ No newline at end of file
+- dot notation is NOT available on Windows Phone. Be sure to use : window.localStorage.setItem/getItem, and not the w3 spec defined calls to window.localStorage.someKey = 'someValue';
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/storage/sqlresultset/sqlresultset.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/storage/sqlresultset/sqlresultset.md b/www/docs/en/1.7.0/cordova/storage/sqlresultset/sqlresultset.md
index 87d1891..b24199d 100644
--- a/www/docs/en/1.7.0/cordova/storage/sqlresultset/sqlresultset.md
+++ b/www/docs/en/1.7.0/cordova/storage/sqlresultset/sqlresultset.md
@@ -21,7 +21,7 @@ license: >
 SQLResultSet
 =======
 
-When the executeSql method of a <a href="../sqltransaction/sqltransaction.html">SQLTransaction</a> is called it will invoke it's callback with a SQLResultSet.
+When the executeSql method of a SQLTransaction is called it will invoke it's callback with a SQLResultSet.
 
 Properties
 -------
@@ -33,7 +33,7 @@ Properties
 Details
 -------
 
-When you call the <a href="../sqltransaction/sqltransaction.html">SQLTransaction</a> executeSql method its callback methods will be called with a SQLResultSet object.  The result object has three properties.  The first is the `insertId` which will return the row number of a success SQL insert statement.  If the SQL statement is not an insert then the `insertId` is not set.  The `rowsAffected` is always 0 for a SQL select statement.  For insert or update statements it returns the number of rows that have been modified.  The final property is of type <a href="../sqlresultsetlist/sqlresultsetlist.html">SQLResultSetList</a> and it contains the data returned from a SQL select statement.
+When you call the SQLTransaction executeSql method its callback methods will be called with a SQLResultSet object.  The result object has three properties.  The first is the `insertId` which will return the row number of a success SQL insert statement.  If the SQL statement is not an insert then the `insertId` is not set.  The `rowsAffected` is always 0 for a SQL select statement.  For insert or update statements it returns the number of rows that have been modified.  The final property is of type SQLResultSetList and it contains the data returned from a SQL select statement.
 
 Supported Platforms
 -------------------
@@ -42,7 +42,7 @@ Supported Platforms
 - BlackBerry WebWorks (OS 6.0 and higher)
 - iPhone
 
-Execute SQL Quick <a href="../storage.opendatabase.html">Example</a>
+Execute SQL Quick Example
 ------------------
 
 	function queryDB(tx) {
@@ -64,23 +64,23 @@ Execute SQL Quick <a href="../storage.opendatabase.html">Example</a>
 		alert("Error processing SQL: "+err.code);
 	}
 	
-	var db = window.<a href="../storage.opendatabase.html">open<a href="../database/database.html">Database</a></a>("<a href="../database/database.html">Database</a>", "1.0", "Cordova Demo", 200000);
+	var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
 	db.transaction(queryDB, errorCB);
 
-Full <a href="../storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../../contacts/Contact/contact.html">Contact</a> <a href="../storage.opendatabase.html">Example</a></title>
+        <title>Contact Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.7.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
 		// Populate the database 
 		//
@@ -119,21 +119,21 @@ Full <a href="../storage.opendatabase.html">Example</a>
 		// Transaction success callback
 		//
 		function successCB() {
-			var db = window.<a href="../storage.opendatabase.html">open<a href="../database/database.html">Database</a></a>("<a href="../database/database.html">Database</a>", "1.0", "Cordova Demo", 200000);
+			var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
 			db.transaction(queryDB, errorCB);
 		}
 
 		// Cordova is ready
 		//
-		function on<a href="../../device/device.html">Device</a>Ready() {
-			var db = window.<a href="../storage.opendatabase.html">open<a href="../database/database.html">Database</a></a>("<a href="../database/database.html">Database</a>", "1.0", "Cordova Demo", 200000);
+		function onDeviceReady() {
+			var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
 			db.transaction(populateDB, errorCB, successCB);
 		}
 	
         </script>
       </head>
       <body>
-        <h1><a href="../storage.opendatabase.html">Example</a></h1>
-        <p><a href="../database/database.html">Database</a></p>
+        <h1>Example</h1>
+        <p>Database</p>
       </body>
     </html>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/storage/sqlresultsetlist/sqlresultsetlist.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/storage/sqlresultsetlist/sqlresultsetlist.md b/www/docs/en/1.7.0/cordova/storage/sqlresultsetlist/sqlresultsetlist.md
index 8144a1a..da416b7 100644
--- a/www/docs/en/1.7.0/cordova/storage/sqlresultsetlist/sqlresultsetlist.md
+++ b/www/docs/en/1.7.0/cordova/storage/sqlresultsetlist/sqlresultsetlist.md
@@ -18,10 +18,10 @@ license: >
     under the License.
 ---
 
-<a href="../sqlresultset/sqlresultset.html">SQLResultSet</a>List
+SQLResultSetList
 =======
 
-One of the properties of the <a href="../sqlresultset/sqlresultset.html">SQLResultSet</a> containing the rows returned from a SQL query.
+One of the properties of the SQLResultSet containing the rows returned from a SQL query.
 
 Properties
 -------
@@ -36,7 +36,7 @@ Methods
 Details
 -------
 
-The <a href="../sqlresultset/sqlresultset.html">SQLResultSet</a>List contains the data returned from a SQL select statement.  The object contains a length property letting you know how many rows the select statement has been returned.  To get a row of data you would call the `item` method specifying an index.  The item method returns a JavaScript Object who's properties are the columns of the database the select statement was executed against.
+The SQLResultSetList contains the data returned from a SQL select statement.  The object contains a length property letting you know how many rows the select statement has been returned.  To get a row of data you would call the `item` method specifying an index.  The item method returns a JavaScript Object who's properties are the columns of the database the select statement was executed against.
 
 Supported Platforms
 -------------------
@@ -45,7 +45,7 @@ Supported Platforms
 - BlackBerry WebWorks (OS 6.0 and higher)
 - iPhone
 
-Execute SQL Quick <a href="../storage.opendatabase.html">Example</a>
+Execute SQL Quick Example
 ------------------
 
 	function queryDB(tx) {
@@ -64,23 +64,23 @@ Execute SQL Quick <a href="../storage.opendatabase.html">Example</a>
 		alert("Error processing SQL: "+err.code);
 	}
 	
-	var db = window.<a href="../storage.opendatabase.html">open<a href="../database/database.html">Database</a></a>("<a href="../database/database.html">Database</a>", "1.0", "Cordova Demo", 200000);
+	var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
 	db.transaction(queryDB, errorCB);
 
-Full <a href="../storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../../contacts/Contact/contact.html">Contact</a> <a href="../storage.opendatabase.html">Example</a></title>
+        <title>Contact Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.7.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
 		// Populate the database 
 		//
@@ -116,21 +116,21 @@ Full <a href="../storage.opendatabase.html">Example</a>
 		// Transaction success callback
 		//
 		function successCB() {
-			var db = window.<a href="../storage.opendatabase.html">open<a href="../database/database.html">Database</a></a>("<a href="../database/database.html">Database</a>", "1.0", "Cordova Demo", 200000);
+			var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
 			db.transaction(queryDB, errorCB);
 		}
 
 		// Cordova is ready
 		//
-		function on<a href="../../device/device.html">Device</a>Ready() {
-			var db = window.<a href="../storage.opendatabase.html">open<a href="../database/database.html">Database</a></a>("<a href="../database/database.html">Database</a>", "1.0", "Cordova Demo", 200000);
+		function onDeviceReady() {
+			var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
 			db.transaction(populateDB, errorCB, successCB);
 		}
 	
         </script>
       </head>
       <body>
-        <h1><a href="../storage.opendatabase.html">Example</a></h1>
-        <p><a href="../database/database.html">Database</a></p>
+        <h1>Example</h1>
+        <p>Database</p>
       </body>
     </html>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/storage/sqltransaction/sqltransaction.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/storage/sqltransaction/sqltransaction.md b/www/docs/en/1.7.0/cordova/storage/sqltransaction/sqltransaction.md
index 0258f4f..059e167 100644
--- a/www/docs/en/1.7.0/cordova/storage/sqltransaction/sqltransaction.md
+++ b/www/docs/en/1.7.0/cordova/storage/sqltransaction/sqltransaction.md
@@ -21,7 +21,7 @@ license: >
 SQLTransaction
 =======
 
-Contains methods that allow the user to execute SQL statements against the <a href="../database/database.html">Database</a>.
+Contains methods that allow the user to execute SQL statements against the Database.
 
 Methods
 -------
@@ -31,7 +31,7 @@ Methods
 Details
 -------
 
-When you call a <a href="../database/database.html">Database</a> objects transaction method it's callback methods will be called with a SQLTransaction object.  The user can build up a database transaction by calling the executeSql method multiple times.  
+When you call a Database objects transaction method it's callback methods will be called with a SQLTransaction object.  The user can build up a database transaction by calling the executeSql method multiple times.  
 
 Supported Platforms
 -------------------
@@ -40,7 +40,7 @@ Supported Platforms
 - BlackBerry WebWorks (OS 6.0 and higher)
 - iPhone
 
-Execute SQL Quick <a href="../storage.opendatabase.html">Example</a>
+Execute SQL Quick Example
 ------------------
 
 	function populateDB(tx) {
@@ -58,28 +58,28 @@ Execute SQL Quick <a href="../storage.opendatabase.html">Example</a>
 		alert("success!");
 	}
 	
-	var db = window.<a href="../storage.opendatabase.html">open<a href="../database/database.html">Database</a></a>("<a href="../database/database.html">Database</a>", "1.0", "Cordova Demo", 200000);
+	var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
 	db.transaction(populateDB, errorCB, successCB);
 
-Full <a href="../storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../../contacts/Contact/contact.html">Contact</a> <a href="../storage.opendatabase.html">Example</a></title>
+        <title>Contact Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.7.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../../device/device.html">Device</a>Ready() {
-			var db = window.<a href="../storage.opendatabase.html">open<a href="../database/database.html">Database</a></a>("<a href="../database/database.html">Database</a>", "1.0", "Cordova Demo", 200000);
+        function onDeviceReady() {
+			var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
 			db.transaction(populateDB, errorCB, successCB);
         }
 		
@@ -107,7 +107,7 @@ Full <a href="../storage.opendatabase.html">Example</a>
         </script>
       </head>
       <body>
-        <h1><a href="../storage.opendatabase.html">Example</a></h1>
+        <h1>Example</h1>
         <p>SQLTransaction</p>
       </body>
     </html>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/storage/storage.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/storage/storage.md b/www/docs/en/1.7.0/cordova/storage/storage.md
index db98812..9970c74 100644
--- a/www/docs/en/1.7.0/cordova/storage/storage.md
+++ b/www/docs/en/1.7.0/cordova/storage/storage.md
@@ -23,27 +23,27 @@ Storage
 
 > Provides access to the devices storage options.  
 
-This API is based on the [W3C Web SQL <a href="database/database.html">Database</a> 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.
+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
 -------
 
-- <a href="storage.opendatabase.html">open<a href="database/database.html">Database</a></a>
+- openDatabase
 
 Arguments
 ---------
 
-- <a href="parameters/name.html">database_name</a>
-- <a href="parameters/version.html">database_version</a>
-- <a href="parameters/display_name.html">database_displayname</a>
-- <a href="parameters/size.html">database_size</a>
+- database_name
+- database_version
+- database_displayname
+- database_size
 
 Objects
 -------
 
-- <a href="database/database.html">Database</a>
-- <a href="sqltransaction/sqltransaction.html">SQLTransaction</a>
-- <a href="sqlresultset/sqlresultset.html">SQLResultSet</a>
-- <a href="sqlresultsetlist/sqlresultsetlist.html"><a href="sqlresultset/sqlresultset.html">SQLResultSet</a>List</a>
-- <a href="sqlerror/sqlerror.html">SQLError</a>
-- <a href="localstorage/localstorage.html">localStorage</a>
\ No newline at end of file
+- Database
+- SQLTransaction
+- SQLResultSet
+- SQLResultSetList
+- SQLError
+- localStorage
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/storage/storage.opendatabase.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/storage/storage.opendatabase.md b/www/docs/en/1.7.0/cordova/storage/storage.opendatabase.md
index 2db2026..6ac6e0e 100644
--- a/www/docs/en/1.7.0/cordova/storage/storage.opendatabase.md
+++ b/www/docs/en/1.7.0/cordova/storage/storage.opendatabase.md
@@ -18,19 +18,19 @@ license: >
     under the License.
 ---
 
-open<a href="database/database.html">Database</a>
+openDatabase
 ===============
 
-Returns a new <a href="database/database.html">Database</a> object.
+Returns a new Database object.
 
-    var dbShell = window.open<a href="database/database.html">Database</a>(<a href="parameters/name.html">database_name</a>, <a href="parameters/version.html">database_version</a>, <a href="parameters/display_name.html">database_displayname</a>, <a href="parameters/size.html">database_size</a>);
+    var dbShell = window.openDatabase(database_name, database_version, database_displayname, database_size);
 
 Description
 -----------
 
-window.open<a href="database/database.html">Database</a> returns a new <a href="database/database.html">Database</a> object.
+window.openDatabase returns a new Database object.
 
-This method will create a new SQL Lite <a href="database/database.html">Database</a> and return a <a href="database/database.html">Database</a> object.  Use the <a href="database/database.html">Database</a> Object to manipulate the data.
+This method will create a new SQL Lite Database and return a Database object.  Use the Database Object to manipulate the data.
 
 Supported Platforms
 -------------------
@@ -42,7 +42,7 @@ Supported Platforms
 Quick Example
 -------------
 
-    var db = window.open<a href="database/database.html">Database</a>("test", "1.0", "Test DB", 1000000);
+    var db = window.openDatabase("test", "1.0", "Test DB", 1000000);
 
 Full Example
 ------------
@@ -50,25 +50,25 @@ Full Example
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../contacts/Contact/contact.html">Contact</a> Example</title>
+        <title>Contact Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.7.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
-			var db = window.open<a href="database/database.html">Database</a>("test", "1.0", "Test DB", 1000000);
+        function onDeviceReady() {
+			var db = window.openDatabase("test", "1.0", "Test DB", 1000000);
         }
 		
         </script>
       </head>
       <body>
         <h1>Example</h1>
-        <p>Open <a href="database/database.html">Database</a></p>
+        <p>Open Database</p>
       </body>
     </html>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/guide/getting-started/android/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/guide/getting-started/android/index.md b/www/docs/en/1.7.0/guide/getting-started/android/index.md
index ebb1381..79e9ef9 100644
--- a/www/docs/en/1.7.0/guide/getting-started/android/index.md
+++ b/www/docs/en/1.7.0/guide/getting-started/android/index.md
@@ -99,7 +99,7 @@ This guide describes how to set up your development environment for Cordova and
     ![](img/guide/platforms/android/manifest.jpg)
 
 
-4. <a href="../webos/index.html">Hello World</a>
+4. Hello World
 --------------    
 
 - Create and open a new file named **index.html** in the **assets/www** directory. Paste the following code:
@@ -111,7 +111,7 @@ This guide describes how to set up your development environment for Cordova and
         <script type="text/javascript" charset="utf-8" src="cordova-1.7.0.js"></script>
         </head>
         <body>
-        <h1><a href="../webos/index.html">Hello World</a></h1>
+        <h1>Hello World</h1>
         </body>
         </html>
 
@@ -122,7 +122,7 @@ This guide describes how to set up your development environment for Cordova and
 - Eclipse will ask you to select an appropriate AVD. If there isn't one, then you'll need to create it.
 
 
-5B. Deploy to <a href="../../../cordova/device/device.html">Device</a>
+5B. Deploy to Device
 --------------------
 
 - Make sure USB debugging is enabled on your device and plug it into your system. (**Settings &gt; Applications &gt; Development**)

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/guide/getting-started/bada/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/guide/getting-started/bada/index.md b/www/docs/en/1.7.0/guide/getting-started/bada/index.md
index 890febf..8e657d8 100644
--- a/www/docs/en/1.7.0/guide/getting-started/bada/index.md
+++ b/www/docs/en/1.7.0/guide/getting-started/bada/index.md
@@ -39,7 +39,7 @@ This guide describes how to set up your development environment for Cordova and
 
 3. Setup New Project
 --------------------
-- In Bada IDE, select _<a href="../../../cordova/file/fileobj/fileobj.html">File</a>_ -> Import project -> Bada C++ / Flash Project. 
+- In Bada IDE, select _File_ -> Import project -> Bada C++ / Flash Project. 
     - Note: Bada 1.2 select "Bada Application Project"
     
     ![](img/guide/platforms/bada/import_bada_project.png)
@@ -54,7 +54,7 @@ This guide describes how to set up your development environment for Cordova and
     ![](img/guide/platforms/bada/bada_project.png)
  
  
-4. <a href="../webos/index.html">Hello World</a>
+4. Hello World
 --------------
 
 **Bada 2.x**: Your HTML/CSS/Javascript code lives under the Res/ folder. Make sure your index.html contains the following two lines in the <head> section.
@@ -82,7 +82,7 @@ This guide describes how to set up your development environment for Cordova and
 - Right click on your project&apos;s folder and select Run As -&gt; bada Simulator Application. You need to close the emulator every time you update your app!
 
 
-5B. Deploy to <a href="../../../cordova/device/device.html">Device</a>
+5B. Deploy to Device
 --------------------
 
 - Make sure your device is properly configured 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/guide/getting-started/blackberry/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/guide/getting-started/blackberry/index.md b/www/docs/en/1.7.0/guide/getting-started/blackberry/index.md
index 698e7ea..8aeb884 100644
--- a/www/docs/en/1.7.0/guide/getting-started/blackberry/index.md
+++ b/www/docs/en/1.7.0/guide/getting-started/blackberry/index.md
@@ -55,7 +55,7 @@ Cordova for BlackBerry makes use of the [BlackBerry WebWorks framework](https://
 - Open up the project.properties file with your favorite editor and edit the entries for `blackberry.bbwp.dir=` and/or `playbook.bbwp.dir=`. Set the  value(s) to the directory containing the `bbwp` binary in the WebWorks SDK(s) installed earlier.
 
 
-4.  <a href="../webos/index.html">Hello World</a>
+4.  Hello World
 --------------
 
 Build the Cordova sample project by typing `ant target build` in your command prompt/terminal while you are in your project's directory. Replace `target` with either `blackberry` or `playbook`. Note this is a sample Cordova project and not a basic hello world application. The provided index.html in the www contains example usages of many of the Cordova API.
@@ -75,7 +75,7 @@ BlackBerry smartphone simulators are only available on Windows. PlayBook simulat
 - While in your project directory, in command prompt/terminal type `ant target load-simulator`. Replace `target` with either `blackberry` or `playbook`.  Note, for PlayBook the simulator virtual image must already be started.
 - The application will be installed in the All Applications section in the simulator.  Note, on BlackBerry OS 5 the application is installed in the Downloads folder.
 
-5B.  Deploy to <a href="../../../cordova/device/device.html">Device</a> (Windows and Mac)
+5B.  Deploy to Device (Windows and Mac)
 --------------------------------------
 
 - Deploying to a device requires signing keys which can be obtained from RIM.
@@ -91,7 +91,7 @@ BlackBerry smartphone simulators are only available on Windows. PlayBook simulat
         - `playbook.sigtool.csk.password` : Signing key password.
         - `playbook.sigtool.p12.password` : Signing key password.
         - `playbook.device.ip` : IP address of device obtained when placing the device in developer mode through device security settings.
-        - `playbook.device.password` : <a href="../../../cordova/device/device.html">Device</a> password which is set through device security settings.
+        - `playbook.device.password` : Device password which is set through device security settings.
 - While in your project directory, in command prompt/terminal type `ant target load-device`. Replace `target` with either `blackberry` or `playbook`.
 - The application will be installed in the All Applications section in the device.  Note, on BlackBerry OS 5 the application is installed in the Downloads folder.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/guide/getting-started/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/guide/getting-started/index.md b/www/docs/en/1.7.0/guide/getting-started/index.md
index cef668b..2bddf89 100644
--- a/www/docs/en/1.7.0/guide/getting-started/index.md
+++ b/www/docs/en/1.7.0/guide/getting-started/index.md
@@ -21,10 +21,10 @@ license: >
 Getting Started Guides
 ======================
 
-- <a href="android/index.html">Getting Started with Android</a>
-- <a href="blackberry/index.html">Getting Started with BlackBerry</a>
-- <a href="ios/index.html">Getting Started with iOS</a>
-- <a href="symbian/index.html">Getting Started with Symbian</a>
-- <a href="webos/index.html">Getting Started with WebOS</a>
-- <a href="windows-phone/index.html">Getting Started with Windows Phone</a>
-- <a href="bada/index.html">Getting Started with Bada</a>
+- Getting Started with Android
+- Getting Started with BlackBerry
+- Getting Started with iOS
+- Getting Started with Symbian
+- Getting Started with WebOS
+- Getting Started with Windows Phone
+- Getting Started with Bada

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/guide/getting-started/ios/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/guide/getting-started/ios/index.md b/www/docs/en/1.7.0/guide/getting-started/ios/index.md
index cf2ba1e..14deaee 100644
--- a/www/docs/en/1.7.0/guide/getting-started/ios/index.md
+++ b/www/docs/en/1.7.0/guide/getting-started/ios/index.md
@@ -32,7 +32,7 @@ Video Tutorials:
 1. Requirements
 ---------------
 - Intel-based computer with Mac OS X Lion (10.7)
-- Necessary for Installing on <a href="../../../cordova/device/device.html">Device</a>:
+- Necessary for Installing on Device:
     - An Apple iOS device (iPhone, iPad, iPod Touch)
     - iOS developer certification
 
@@ -48,7 +48,7 @@ Video Tutorials:
 --------------------
 
 - Launch Xcode
-- Select the **<a href="../../../cordova/file/fileobj/fileobj.html">File</a>** menu
+- Select the **File** menu
 - Select **New**, then **New Project...**
 - Select **Cordova-based Application** from the list of templates
 
@@ -86,12 +86,12 @@ Video Tutorials:
 - Select the **Finish** button
 
 
-4. <a href="../webos/index.html">Hello World</a>
+4. Hello World
 --------------
 
 - Select the folder named **www** in your Project Navigator in Xcode
 - Select the **index.html** file
-- Type `<h1><a href="../webos/index.html">Hello World</a></h1>` after the `<body>` tag
+- Type `<h1>Hello World</h1>` after the `<body>` tag
 
 You can also add any associated JavaScript and CSS files there as well.
     
@@ -103,10 +103,10 @@ You can also add any associated JavaScript and CSS files there as well.
 - Select the **Run** button in your project window's toolbar
 
 
-5B. Deploy to <a href="../../../cordova/device/device.html">Device</a>
+5B. Deploy to Device
 --------------------
 
-- Open [AppName]-Info.plist (where [AppName] is your application's name), under the "Supporting <a href="../../../cordova/file/fileobj/fileobj.html">File</a>s" group
+- Open [AppName]-Info.plist (where [AppName] is your application's name), under the "Supporting Files" group
 - Change **BundleIdentifier** to the identifier provided by Apple, or your own bundle identifier. If you have a developer license, you can access and run the Assistant [here](http://developer.apple.com/iphone/manage/overview/index.action) and register your app.
 - Change the Active SDK in the Scheme drop-down menu on the toolbar to **[DEVICENAME]** where [DEVICENAME] is the name of the device you want to deploy to.
 - Select the **Run** button in your project window's toolbar

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/guide/getting-started/symbian/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/guide/getting-started/symbian/index.md b/www/docs/en/1.7.0/guide/getting-started/symbian/index.md
index 9fd0938..aaac5e1 100644
--- a/www/docs/en/1.7.0/guide/getting-started/symbian/index.md
+++ b/www/docs/en/1.7.0/guide/getting-started/symbian/index.md
@@ -50,11 +50,11 @@ There are also [QT for Symbian](http://wiki.phonegap.com/w/page/16494811/PhoneGa
 - In cygwin, navigate to where you extracted Cordova and go into the Symbian directory</li>
 
  
-4. <a href="../webos/index.html">Hello World</a>
+4. Hello World
 --------------
 
 - Open up index.html located in phonegap/symbian/framework/www with your favourite editor. 
-- In the `body` tag, remove the line `"Build your phonegap app here! Dude!"` and add the line `<h1><a href="../webos/index.html">Hello World</a></h1>`
+- In the `body` tag, remove the line `"Build your phonegap app here! Dude!"` and add the line `<h1>Hello World</h1>`
 - In cygwin/terminal, type make. This will produce phonegap-symbian.wrt/app.wgz. 
 
 
@@ -66,7 +66,7 @@ There are also [QT for Symbian](http://wiki.phonegap.com/w/page/16494811/PhoneGa
 - Load the phonegap-symbian.wrt/app.wgz file into the emulator.
 
 
-5B. Deploy to <a href="../../../cordova/device/device.html">Device</a>
+5B. Deploy to Device
 --------------------
 
 - Load the phonegap-symbian.wrt/app.wgz file into the device using bluetooth or email.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/guide/getting-started/webos/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/guide/getting-started/webos/index.md b/www/docs/en/1.7.0/guide/getting-started/webos/index.md
index e87bd6a..68d7570 100644
--- a/www/docs/en/1.7.0/guide/getting-started/webos/index.md
+++ b/www/docs/en/1.7.0/guide/getting-started/webos/index.md
@@ -65,7 +65,7 @@ In phonegap/webOS/framework/www, open up index.html with your favourite editor.
 - Type `make` in your terminal/cygwin while in the webOS directory.
 
 
-5B. Deploy to <a href="../../../cordova/device/device.html">Device</a>
+5B. Deploy to Device
 --------------------
 
 - Make sure your device is in [Developer Mode and plug it in.](http://developer.palm.com/index.php?option=com_content&amp;view=article&amp;id=1552&amp;Itemid=59#dev_mode)

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/guide/getting-started/windows-phone/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/guide/getting-started/windows-phone/index.md b/www/docs/en/1.7.0/guide/getting-started/windows-phone/index.md
index 1497693..cc334e9 100644
--- a/www/docs/en/1.7.0/guide/getting-started/windows-phone/index.md
+++ b/www/docs/en/1.7.0/guide/getting-started/windows-phone/index.md
@@ -37,7 +37,7 @@ Video Tutorials:
 
 Note: Running in VM has issues, if you are on a Mac, you will need to setup a bootcamp partition with Windows 7 or Vista
 
-Necessary for Installing on <a href="../../../cordova/device/device.html">Device</a> and Submitting to Market Place:
+Necessary for Installing on Device and Submitting to Market Place:
 
 - Become an [App Hub member](http://create.msdn.com/en-US/home/membership).
 
@@ -84,7 +84,7 @@ Necessary for Installing on <a href="../../../cordova/device/device.html">Device
 In order to test your application on a device, the device must be registered. Click [here][register-url] to read documentation on deploying and testing on your Windows Phone.
 
 - Make sure your phone is connected, and the screen is unlocked
-- In Visual Studio, select 'Windows Phone <a href="../../../cordova/device/device.html">Device</a>' from the top drop-down menu.
+- In Visual Studio, select 'Windows Phone Device' from the top drop-down menu.
 - Hit the green **play button** beside the drop-down menu to start debugging or press F5.
 
     ![](img/guide/platforms/wp7/wpd.png)

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/index.md b/www/docs/en/1.7.0/index.md
index 4204baf..1924993 100644
--- a/www/docs/en/1.7.0/index.md
+++ b/www/docs/en/1.7.0/index.md
@@ -22,62 +22,62 @@ license: >
     <h1>API Reference</h1>
     <ul>
         <li>
-            <h2><a href="cordova/accelerometer/accelerometer.html">Accelerometer</a></h2>
+            <h2>Accelerometer</h2>
             <span>Tap into the device's motion sensor.</span>
         </li>
         <li>
-            <h2><a href="cordova/camera/camera.html">Camera</a></h2>
-            <span><a href="cordova/media/capture/capture.html">Capture</a> a photo using the device's camera.</span>
+            <h2>Camera</h2>
+            <span>Capture a photo using the device's camera.</span>
         </li>
         <li>
-            <h2><a href="cordova/media/capture/capture.html">Capture</a></h2>
-            <span><a href="cordova/media/capture/capture.html">Capture</a> media files using device's media capture applications.</span>
+            <h2>Capture</h2>
+            <span>Capture media files using device's media capture applications.</span>
         </li>
         <li>
-            <h2><a href="cordova/compass/compass.html">Compass</a></h2>
+            <h2>Compass</h2>
             <span>Obtain the direction that the device is pointing.</span>
         </li>
         <li>
-            <h2><a href="cordova/connection/connection.html">Connection</a></h2>
+            <h2>Connection</h2>
             <span>Quickly check the network state, and cellular network information.</span>
         </li>
         <li>
-            <h2><a href="cordova/contacts/Contact/contact.html">Contact</a>s</h2>
+            <h2>Contacts</h2>
             <span>Work with the devices contact database.</span>
         </li>
         <li>
-            <h2><a href="cordova/device/device.html">Device</a></h2>
+            <h2>Device</h2>
             <span>Gather device specific information.</span>
         </li>
         <li>
-            <h2><a href="cordova/events/events.html">Events</a></h2>
+            <h2>Events</h2>
             <span>Hook into native events through JavaScript.</span>
         </li>
         <li>
-            <h2><a href="cordova/file/fileobj/fileobj.html">File</a></h2>
+            <h2>File</h2>
             <span>Hook into native file system through JavaScript.</span>
         </li>
         <li>
-            <h2><a href="cordova/geolocation/geolocation.html">Geolocation</a></h2>
+            <h2>Geolocation</h2>
             <span>Make your application location aware.</span>
         </li>
         <li>
-            <h2><a href="cordova/media/media.html">Media</a></h2>
+            <h2>Media</h2>
             <span>Record and play back audio files.</span>
         </li>
         <li>
-            <h2><a href="cordova/notification/notification.html">Notification</a></h2>
+            <h2>Notification</h2>
             <span>Visual, audible, and tactile device notifications.</span>
         </li>
         <li>
-            <h2><a href="cordova/storage/storage.html">Storage</a></h2>
+            <h2>Storage</h2>
             <span>Hook into the devices native storage options.</span>
         </li>
     </ul>
     <h1>Guides</h1>
     <ul>
         <li>
-            <h2><a href="guide/getting-started/index.html">Getting Started Guides</a></h2>
+            <h2>Getting Started Guides</h2>
             <span>Setup each SDK and create your first Cordova app.</span>
         </li>
         <li>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/accelerometer/acceleration/acceleration.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/accelerometer/acceleration/acceleration.md b/www/docs/en/1.8.0/cordova/accelerometer/acceleration/acceleration.md
index 8cc33f7..64fda48 100644
--- a/www/docs/en/1.8.0/cordova/accelerometer/acceleration/acceleration.md
+++ b/www/docs/en/1.8.0/cordova/accelerometer/acceleration/acceleration.md
@@ -21,7 +21,7 @@ license: >
 Acceleration
 ============
 
-Contains `<a href="../accelerometer.html">Accelerometer</a>` data captured at a specific point in time.
+Contains `Accelerometer` data captured at a specific point in time.
 
 Properties
 ----------
@@ -34,7 +34,7 @@ Properties
 Description
 -----------
 
-This object is created and populated by Cordova, and returned by an `<a href="../accelerometer.html">Accelerometer</a>` method. The x, y, z acceleration values include the effect of gravity (9.81 m/s^2), so at when a device is lying flat on a table facing up, the value returned should be x=0, y=0, z=9.81.
+This object is created and populated by Cordova, and returned by an `Accelerometer` method. The x, y, z acceleration values include the effect of gravity (9.81 m/s^2), so at when a device is lying flat on a table facing up, the value returned should be x=0, y=0, z=9.81.
 
 Supported Platforms
 -------------------
@@ -46,7 +46,7 @@ Supported Platforms
 - Bada 1.2 & 2.x
 - webOS
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     function onSuccess(acceleration) {
@@ -60,27 +60,27 @@ Quick <a href="../../storage/storage.opendatabase.html">Example</a>
         alert('onError!');
     };
 
-    navigator.<a href="../accelerometer.getCurrentAcceleration.html">accelerometer.getCurrentAcceleration</a>(onSuccess, onError);
+    navigator.accelerometer.getCurrentAcceleration(onSuccess, onError);
 
-Full <a href="../../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Acceleration <a href="../../storage/storage.opendatabase.html">Example</a></title>
+        <title>Acceleration Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../../device/device.html">Device</a>Ready() {
-            navigator.<a href="../accelerometer.getCurrentAcceleration.html">accelerometer.getCurrentAcceleration</a>(onSuccess, onError);
+        function onDeviceReady() {
+            navigator.accelerometer.getCurrentAcceleration(onSuccess, onError);
         }
 
         // onSuccess: Get a snapshot of the current acceleration
@@ -101,7 +101,7 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
         </script>
       </head>
       <body>
-        <h1><a href="../../storage/storage.opendatabase.html">Example</a></h1>
+        <h1>Example</h1>
         <p>getCurrentAcceleration</p>
       </body>
     </html>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/accelerometer/accelerometer.clearWatch.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/accelerometer/accelerometer.clearWatch.md b/www/docs/en/1.8.0/cordova/accelerometer/accelerometer.clearWatch.md
index f47dcb6..13752da 100644
--- a/www/docs/en/1.8.0/cordova/accelerometer/accelerometer.clearWatch.md
+++ b/www/docs/en/1.8.0/cordova/accelerometer/accelerometer.clearWatch.md
@@ -21,11 +21,11 @@ license: >
 accelerometer.clearWatch
 ========================
 
-Stop watching the `<a href="acceleration/acceleration.html">Acceleration</a>` referenced by the watch ID parameter.
+Stop watching the `Acceleration` referenced by the watch ID parameter.
 
     navigator.accelerometer.clearWatch(watchID);
 
-- __watchID__: The ID returned by `accelerometer.watch<a href="acceleration/acceleration.html">Acceleration</a>`.
+- __watchID__: The ID returned by `accelerometer.watchAcceleration`.
 
 Supported Platforms
 -------------------
@@ -36,36 +36,36 @@ Supported Platforms
 - Windows Phone 7 (Mango)
 - Bada 1.2 & 2.x
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
-    var watchID = navigator.accelerometer.watch<a href="acceleration/acceleration.html">Acceleration</a>(onSuccess, onError, options);
+    var watchID = navigator.accelerometer.watchAcceleration(onSuccess, onError, options);
     
     // ... later on ...
     
     navigator.accelerometer.clearWatch(watchID);
     
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="acceleration/acceleration.html">Acceleration</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Acceleration Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // The watch id references the current `watch<a href="acceleration/acceleration.html">Acceleration</a>`
+        // The watch id references the current `watchAcceleration`
         var watchID = null;
         
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             startWatch();
         }
 
@@ -76,7 +76,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             // Update acceleration every 3 seconds
             var options = { frequency: 3000 };
             
-            watchID = navigator.accelerometer.watch<a href="acceleration/acceleration.html">Acceleration</a>(onSuccess, onError, options);
+            watchID = navigator.accelerometer.watchAcceleration(onSuccess, onError, options);
         }
         
         // Stop watching the acceleration
@@ -92,9 +92,9 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         //
         function onSuccess(acceleration) {
             var element = document.getElementById('accelerometer');
-            element.innerHTML = '<a href="acceleration/acceleration.html">Acceleration</a> X: ' + acceleration.x + '<br />' +
-                                '<a href="acceleration/acceleration.html">Acceleration</a> Y: ' + acceleration.y + '<br />' +
-                                '<a href="acceleration/acceleration.html">Acceleration</a> Z: ' + acceleration.z + '<br />' + 
+            element.innerHTML = 'Acceleration X: ' + acceleration.x + '<br />' +
+                                'Acceleration Y: ' + acceleration.y + '<br />' +
+                                'Acceleration Z: ' + acceleration.z + '<br />' + 
                                 'Timestamp: '      + acceleration.timestamp + '<br />';
         }
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/accelerometer/accelerometer.getCurrentAcceleration.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/accelerometer/accelerometer.getCurrentAcceleration.md b/www/docs/en/1.8.0/cordova/accelerometer/accelerometer.getCurrentAcceleration.md
index b59c63e..1e5000a 100644
--- a/www/docs/en/1.8.0/cordova/accelerometer/accelerometer.getCurrentAcceleration.md
+++ b/www/docs/en/1.8.0/cordova/accelerometer/accelerometer.getCurrentAcceleration.md
@@ -18,19 +18,19 @@ license: >
     under the License.
 ---
 
-accelerometer.getCurrent<a href="acceleration/acceleration.html">Acceleration</a>
+accelerometer.getCurrentAcceleration
 ====================================
 
 Get the current acceleration along the x, y, and z axis.
 
-    navigator.accelerometer.getCurrent<a href="acceleration/acceleration.html">Acceleration</a>(<a href="parameters/accelerometerSuccess.html">accelerometerSuccess</a>, <a href="parameters/accelerometerError.html">accelerometerError</a>);
+    navigator.accelerometer.getCurrentAcceleration(accelerometerSuccess, accelerometerError);
 
 Description
 -----------
 
 The accelerometer is a motion sensor that detects the change (delta) in movement relative to the current device orientation. The accelerometer can detect 3D movement along the x, y, and z axis.
 
-The acceleration is returned using the `<a href="parameters/accelerometerSuccess.html">accelerometerSuccess</a>` callback function.
+The acceleration is returned using the `accelerometerSuccess` callback function.
 
 Supported Platforms
 -------------------
@@ -41,13 +41,13 @@ Supported Platforms
 - Windows Phone 7 (Mango)
 - Bada 1.2 & 2.x
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     function onSuccess(acceleration) {
-        alert('<a href="acceleration/acceleration.html">Acceleration</a> X: ' + acceleration.x + '\n' +
-              '<a href="acceleration/acceleration.html">Acceleration</a> Y: ' + acceleration.y + '\n' +
-              '<a href="acceleration/acceleration.html">Acceleration</a> Z: ' + acceleration.z + '\n' +
+        alert('Acceleration X: ' + acceleration.x + '\n' +
+              'Acceleration Y: ' + acceleration.y + '\n' +
+              'Acceleration Z: ' + acceleration.z + '\n' +
               'Timestamp: '      + acceleration.timestamp + '\n');
     };
 
@@ -55,35 +55,35 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         alert('onError!');
     };
 
-    navigator.accelerometer.getCurrent<a href="acceleration/acceleration.html">Acceleration</a>(onSuccess, onError);
+    navigator.accelerometer.getCurrentAcceleration(onSuccess, onError);
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="acceleration/acceleration.html">Acceleration</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Acceleration Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
-            navigator.accelerometer.getCurrent<a href="acceleration/acceleration.html">Acceleration</a>(onSuccess, onError);
+        function onDeviceReady() {
+            navigator.accelerometer.getCurrentAcceleration(onSuccess, onError);
         }
     
         // onSuccess: Get a snapshot of the current acceleration
         //
         function onSuccess(acceleration) {
-            alert('<a href="acceleration/acceleration.html">Acceleration</a> X: ' + acceleration.x + '\n' +
-                  '<a href="acceleration/acceleration.html">Acceleration</a> Y: ' + acceleration.y + '\n' +
-                  '<a href="acceleration/acceleration.html">Acceleration</a> Z: ' + acceleration.z + '\n' +
+            alert('Acceleration X: ' + acceleration.x + '\n' +
+                  'Acceleration Y: ' + acceleration.y + '\n' +
+                  'Acceleration Z: ' + acceleration.z + '\n' +
                   'Timestamp: '      + acceleration.timestamp + '\n');
         }
     
@@ -96,8 +96,8 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         </script>
       </head>
       <body>
-        <h1><a href="../storage/storage.opendatabase.html">Example</a></h1>
-        <p>getCurrent<a href="acceleration/acceleration.html">Acceleration</a></p>
+        <h1>Example</h1>
+        <p>getCurrentAcceleration</p>
       </body>
     </html>
     
@@ -106,4 +106,4 @@ iPhone Quirks
 
 - iPhone doesn't have the concept of getting the current acceleration at any given point.
 - You must watch the acceleration and capture the data at given time intervals.
-- Thus, the `getCurrent<a href="acceleration/acceleration.html">Acceleration</a>` function will give you the last value reported from a Cordova `watch<a href="accelerometer.html">Accelerometer</a>` call.
+- Thus, the `getCurrentAcceleration` function will give you the last value reported from a Cordova `watchAccelerometer` call.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/accelerometer/accelerometer.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/accelerometer/accelerometer.md b/www/docs/en/1.8.0/cordova/accelerometer/accelerometer.md
index f7c4802..5aec54d 100644
--- a/www/docs/en/1.8.0/cordova/accelerometer/accelerometer.md
+++ b/www/docs/en/1.8.0/cordova/accelerometer/accelerometer.md
@@ -21,26 +21,26 @@ license: >
 Accelerometer
 =============
 
-> <a href="../media/capture/capture.html">Capture</a>s device motion in the x, y, and z direction.
+> Captures device motion in the x, y, and z direction.
 
 Methods
 -------
 
-- accelerometer.getCurrent<a href="acceleration/acceleration.html">Acceleration</a>
-- accelerometer.watch<a href="acceleration/acceleration.html">Acceleration</a>
-- <a href="accelerometer.clearWatch.html">accelerometer.clearWatch</a>
+- accelerometer.getCurrentAcceleration
+- accelerometer.watchAcceleration
+- accelerometer.clearWatch
 
 Arguments
 ---------
 
-- <a href="parameters/accelerometerSuccess.html">accelerometerSuccess</a>
-- <a href="parameters/accelerometerError.html">accelerometerError</a>
-- <a href="parameters/accelerometerOptions.html">accelerometerOptions</a>
+- accelerometerSuccess
+- accelerometerError
+- accelerometerOptions
 
 Objects (Read-Only)
 -------------------
 
-- <a href="acceleration/acceleration.html">Acceleration</a>
+- Acceleration
 
 Permissions
 -----------
@@ -68,7 +68,7 @@ Permissions
 
 ### iOS
 
-#### App/Supporting <a href="../file/fileobj/fileobj.html">File</a>s/Cordova.plist
+#### App/Supporting Files/Cordova.plist
 
     <key>Plugins</key>
     <dict>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/accelerometer/accelerometer.watchAcceleration.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/accelerometer/accelerometer.watchAcceleration.md b/www/docs/en/1.8.0/cordova/accelerometer/accelerometer.watchAcceleration.md
index be45135..8d1710e 100644
--- a/www/docs/en/1.8.0/cordova/accelerometer/accelerometer.watchAcceleration.md
+++ b/www/docs/en/1.8.0/cordova/accelerometer/accelerometer.watchAcceleration.md
@@ -18,23 +18,23 @@ license: >
     under the License.
 ---
 
-accelerometer.watch<a href="acceleration/acceleration.html">Acceleration</a>
+accelerometer.watchAcceleration
 ===============================
 
 At a regular interval, get the acceleration along the x, y, and z axis.
 
-    var watchID = navigator.accelerometer.watch<a href="acceleration/acceleration.html">Acceleration</a>(<a href="parameters/accelerometerSuccess.html">accelerometerSuccess</a>,
-                                                           <a href="parameters/accelerometerError.html">accelerometerError</a>,
-                                                           [<a href="parameters/accelerometerOptions.html">accelerometerOptions</a>]);
+    var watchID = navigator.accelerometer.watchAcceleration(accelerometerSuccess,
+                                                           accelerometerError,
+                                                           [accelerometerOptions]);
                                                            
 Description
 -----------
 
 The accelerometer is a motion sensor that detects the change (delta) in movement relative to the current position. The accelerometer can detect 3D movement along the x, y, and z axis.
 
-The `accelerometer.watch<a href="acceleration/acceleration.html">Acceleration</a>` gets the device's current acceleration at a regular interval. Each time the `<a href="acceleration/acceleration.html">Acceleration</a>` is retrieved, the `<a href="parameters/accelerometerSuccess.html">accelerometerSuccess</a>` callback function is executed. Specify the interval in milliseconds via the `frequency` parameter in the `acceleratorOptions` object.
+The `accelerometer.watchAcceleration` gets the device's current acceleration at a regular interval. Each time the `Acceleration` is retrieved, the `accelerometerSuccess` callback function is executed. Specify the interval in milliseconds via the `frequency` parameter in the `acceleratorOptions` object.
 
-The returned watch ID references references the accelerometer watch interval. The watch ID can be used with `<a href="accelerometer.clearWatch.html">accelerometer.clearWatch</a>` to stop watching the accelerometer.
+The returned watch ID references references the accelerometer watch interval. The watch ID can be used with `accelerometer.clearWatch` to stop watching the accelerometer.
 
 Supported Platforms
 -------------------
@@ -46,13 +46,13 @@ Supported Platforms
 - Bada 1.2 & 2.x
 
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     function onSuccess(acceleration) {
-        alert('<a href="acceleration/acceleration.html">Acceleration</a> X: ' + acceleration.x + '\n' +
-              '<a href="acceleration/acceleration.html">Acceleration</a> Y: ' + acceleration.y + '\n' +
-              '<a href="acceleration/acceleration.html">Acceleration</a> Z: ' + acceleration.z + '\n' +
+        alert('Acceleration X: ' + acceleration.x + '\n' +
+              'Acceleration Y: ' + acceleration.y + '\n' +
+              'Acceleration Z: ' + acceleration.z + '\n' +
               'Timestamp: '      + acceleration.timestamp + '\n');
     };
 
@@ -62,29 +62,29 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
 
     var options = { frequency: 3000 };  // Update every 3 seconds
     
-    var watchID = navigator.accelerometer.watch<a href="acceleration/acceleration.html">Acceleration</a>(onSuccess, onError, options);
+    var watchID = navigator.accelerometer.watchAcceleration(onSuccess, onError, options);
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="acceleration/acceleration.html">Acceleration</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Acceleration Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // The watch id references the current `watch<a href="acceleration/acceleration.html">Acceleration</a>`
+        // The watch id references the current `watchAcceleration`
         var watchID = null;
         
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             startWatch();
         }
 
@@ -95,14 +95,14 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             // Update acceleration every 3 seconds
             var options = { frequency: 3000 };
             
-            watchID = navigator.accelerometer.watch<a href="acceleration/acceleration.html">Acceleration</a>(onSuccess, onError, options);
+            watchID = navigator.accelerometer.watchAcceleration(onSuccess, onError, options);
         }
         
         // Stop watching the acceleration
         //
         function stopWatch() {
             if (watchID) {
-                navigator.<a href="accelerometer.clearWatch.html">accelerometer.clearWatch</a>(watchID);
+                navigator.accelerometer.clearWatch(watchID);
                 watchID = null;
             }
         }
@@ -111,9 +111,9 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         //
         function onSuccess(acceleration) {
             var element = document.getElementById('accelerometer');
-            element.innerHTML = '<a href="acceleration/acceleration.html">Acceleration</a> X: ' + acceleration.x + '<br />' +
-                                '<a href="acceleration/acceleration.html">Acceleration</a> Y: ' + acceleration.y + '<br />' +
-                                '<a href="acceleration/acceleration.html">Acceleration</a> Z: ' + acceleration.z + '<br />' +
+            element.innerHTML = 'Acceleration X: ' + acceleration.x + '<br />' +
+                                'Acceleration Y: ' + acceleration.y + '<br />' +
+                                'Acceleration Z: ' + acceleration.z + '<br />' +
                                 'Timestamp: '      + acceleration.timestamp + '<br />';
         }
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/accelerometer/parameters/accelerometerOptions.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/accelerometer/parameters/accelerometerOptions.md b/www/docs/en/1.8.0/cordova/accelerometer/parameters/accelerometerOptions.md
index d105d2d..86fb292 100644
--- a/www/docs/en/1.8.0/cordova/accelerometer/parameters/accelerometerOptions.md
+++ b/www/docs/en/1.8.0/cordova/accelerometer/parameters/accelerometerOptions.md
@@ -26,4 +26,4 @@ An optional parameter to customize the retrieval of the accelerometer.
 Options
 -------
 
-- __frequency:__ How often to retrieve the `<a href="../acceleration/acceleration.html">Acceleration</a>` in milliseconds. _(Number)_ (Default: 10000)
\ No newline at end of file
+- __frequency:__ How often to retrieve the `Acceleration` in milliseconds. _(Number)_ (Default: 10000)
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/accelerometer/parameters/accelerometerSuccess.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/accelerometer/parameters/accelerometerSuccess.md b/www/docs/en/1.8.0/cordova/accelerometer/parameters/accelerometerSuccess.md
index 5f448d2..67166dc 100644
--- a/www/docs/en/1.8.0/cordova/accelerometer/parameters/accelerometerSuccess.md
+++ b/www/docs/en/1.8.0/cordova/accelerometer/parameters/accelerometerSuccess.md
@@ -21,7 +21,7 @@ license: >
 accelerometerSuccess
 ====================
 
-onSuccess callback function that provides the <a href="../acceleration/acceleration.html">Acceleration</a> information.
+onSuccess callback function that provides the Acceleration information.
 
     function(acceleration) {
         // Do something
@@ -30,14 +30,14 @@ onSuccess callback function that provides the <a href="../acceleration/accelerat
 Parameters
 ----------
 
-- __acceleration:__ The acceleration at a single moment in time. (<a href="../acceleration/acceleration.html">Acceleration</a>)
+- __acceleration:__ The acceleration at a single moment in time. (Acceleration)
 
-<a href="../../storage/storage.opendatabase.html">Example</a>
+Example
 -------
 
     function onSuccess(acceleration) {
-        alert('<a href="../acceleration/acceleration.html">Acceleration</a> X: ' + acceleration.x + '\n' +
-              '<a href="../acceleration/acceleration.html">Acceleration</a> Y: ' + acceleration.y + '\n' +
-              '<a href="../acceleration/acceleration.html">Acceleration</a> Z: ' + acceleration.z + '\n' +
+        alert('Acceleration X: ' + acceleration.x + '\n' +
+              'Acceleration Y: ' + acceleration.y + '\n' +
+              'Acceleration Z: ' + acceleration.z + '\n' +
               'Timestamp: '      + acceleration.timestamp + '\n');
     };
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/camera/camera.getPicture.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/camera/camera.getPicture.md b/www/docs/en/1.8.0/cordova/camera/camera.getPicture.md
index c4f91a2..15bc209 100644
--- a/www/docs/en/1.8.0/cordova/camera/camera.getPicture.md
+++ b/www/docs/en/1.8.0/cordova/camera/camera.getPicture.md
@@ -23,16 +23,16 @@ camera.getPicture
 
 Takes a photo using the camera or retrieves a photo from the device's album.  The image is returned as a base64 encoded `String` or as the URI of an image file.
 
-    navigator.camera.getPicture( <a href="parameter/cameraSuccess.html">cameraSuccess</a>, <a href="parameter/cameraError.html">cameraError</a>, [ <a href="parameter/cameraOptions.html">cameraOptions</a> ] );
+    navigator.camera.getPicture( cameraSuccess, cameraError, [ cameraOptions ] );
 
 Description
 -----------
 
-Function `camera.getPicture` opens the device's default camera application so that the user can take a picture (if `<a href="camera.html">Camera</a>.sourceType = <a href="camera.html">Camera</a>.PictureSourceType.CAMERA`, which is the default). Once the photo is taken, the camera application closes and your application is restored.
+Function `camera.getPicture` opens the device's default camera application so that the user can take a picture (if `Camera.sourceType = Camera.PictureSourceType.CAMERA`, which is the default). Once the photo is taken, the camera application closes and your application is restored.
 
-If `<a href="camera.html">Camera</a>.sourceType = <a href="camera.html">Camera</a>.PictureSourceType.PHOTOLIBRARY` or `<a href="camera.html">Camera</a>.PictureSourceType.SAVEDPHOTOALBUM`, then a photo chooser dialog is shown, from which a photo from the album can be selected.
+If `Camera.sourceType = Camera.PictureSourceType.PHOTOLIBRARY` or `Camera.PictureSourceType.SAVEDPHOTOALBUM`, then a photo chooser dialog is shown, from which a photo from the album can be selected.
 
-The return value will be sent to the `<a href="parameter/cameraSuccess.html">cameraSuccess</a>` function, in one of the following formats, depending on the `<a href="parameter/cameraOptions.html">cameraOptions</a>` you specify:
+The return value will be sent to the `cameraSuccess` function, in one of the following formats, depending on the `cameraOptions` you specify:
 
 - A `String` containing the Base64 encoded photo image.
 - A `String` representing the image file location on local storage (default).
@@ -40,10 +40,10 @@ The return value will be sent to the `<a href="parameter/cameraSuccess.html">cam
 You can do whatever you want with the encoded image or URI, for example:
 
 - Render the image in an `<img>` tag _(see example below)_
-- Save the data locally (`Local<a href="../storage/storage.html">Storage</a>`, [Lawnchair](http://brianleroux.github.com/lawnchair/), etc)
+- Save the data locally (`LocalStorage`, [Lawnchair](http://brianleroux.github.com/lawnchair/), etc)
 - Post the data to a remote server
 
-Note: The image quality of pictures taken using the camera on newer devices is quite good, and images from the Photo Album will not be downscaled to a lower quality, even if a quality parameter is specified.  _Encoding such images using Base64 has caused memory issues on some of these devices (iPhone 4, BlackBerry Torch 9800)._  Therefore, using FILE_URI as the '<a href="camera.html">Camera</a>.destinationType' is highly recommended.
+Note: The image quality of pictures taken using the camera on newer devices is quite good, and images from the Photo Album will not be downscaled to a lower quality, even if a quality parameter is specified.  _Encoding such images using Base64 has caused memory issues on some of these devices (iPhone 4, BlackBerry Torch 9800)._  Therefore, using FILE_URI as the 'Camera.destinationType' is highly recommended.
 
 Supported Platforms
 -------------------
@@ -66,13 +66,13 @@ Windows Phone 7 Quirks
 Invoking the native camera application while your device is connected
 via Zune will not work, and the error callback will be triggered.
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
 Take photo and retrieve Base64-encoded image:
 
     navigator.camera.getPicture(onSuccess, onFail, { quality: 50,
-        destinationType: <a href="camera.html">Camera</a>.DestinationType.DATA_URL
+        destinationType: Camera.DestinationType.DATA_URL
      }); 
 
     function onSuccess(imageData) {
@@ -87,7 +87,7 @@ Take photo and retrieve Base64-encoded image:
 Take photo and retrieve image file location: 
 
     navigator.camera.getPicture(onSuccess, onFail, { quality: 50, 
-        destinationType: <a href="camera.html">Camera</a>.DestinationType.FILE_URI }); 
+        destinationType: Camera.DestinationType.FILE_URI }); 
 
     function onSuccess(imageURI) {
         var image = document.getElementById('myImage');
@@ -99,13 +99,13 @@ Take photo and retrieve image file location:
     }
 
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../media/capture/capture.html">Capture</a> Photo</title>
+        <title>Capture Photo</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.0.js"></script>
         <script type="text/javascript" charset="utf-8">
@@ -115,11 +115,11 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         
         // Wait for Cordova to connect with the device
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>",on<a href="../device/device.html">Device</a>Ready,false);
+        document.addEventListener("deviceready",onDeviceReady,false);
     
         // Cordova is ready to be used!
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             pictureSource=navigator.camera.PictureSourceType;
             destinationType=navigator.camera.DestinationType;
         }
@@ -198,8 +198,8 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         </script>
       </head>
       <body>
-        <button onclick="capturePhoto();"><a href="../media/capture/capture.html">Capture</a> Photo</button> <br>
-        <button onclick="capturePhotoEdit();"><a href="../media/capture/capture.html">Capture</a> Editable Photo</button> <br>
+        <button onclick="capturePhoto();">Capture Photo</button> <br>
+        <button onclick="capturePhotoEdit();">Capture Editable Photo</button> <br>
         <button onclick="getPhoto(pictureSource.PHOTOLIBRARY);">From Photo Library</button><br>
         <button onclick="getPhoto(pictureSource.SAVEDPHOTOALBUM);">From Photo Album</button><br>
         <img style="display:none;width:60px;height:60px;" id="smallImage" src="" />

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/camera/camera.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/camera/camera.md b/www/docs/en/1.8.0/cordova/camera/camera.md
index fdafec0..db122ab 100644
--- a/www/docs/en/1.8.0/cordova/camera/camera.md
+++ b/www/docs/en/1.8.0/cordova/camera/camera.md
@@ -26,7 +26,7 @@ Camera
 Methods
 -------
 
-- <a href="camera.getPicture.html">camera.getPicture</a>
+- camera.getPicture
 
 Permissions
 -----------
@@ -68,7 +68,7 @@ Permissions
 
 ### iOS
 
-#### App/Supporting <a href="../file/fileobj/fileobj.html">File</a>s/Cordova.plist
+#### App/Supporting Files/Cordova.plist
 
     <key>Plugins</key>
     <dict>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/camera/parameter/CameraPopoverOptions.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/camera/parameter/CameraPopoverOptions.md b/www/docs/en/1.8.0/cordova/camera/parameter/CameraPopoverOptions.md
index 2efd55b..06bfea9 100644
--- a/www/docs/en/1.8.0/cordova/camera/parameter/CameraPopoverOptions.md
+++ b/www/docs/en/1.8.0/cordova/camera/parameter/CameraPopoverOptions.md
@@ -18,7 +18,7 @@ license: >
     under the License.
 ---
 
-<a href="../camera.html">Camera</a>PopoverOptions
+CameraPopoverOptions
 ====================
 
 Parameters only used by iOS to specify the anchor element location and arrow direction of popover used on iPad when selecting images from the library or album.
@@ -27,10 +27,10 @@ Parameters only used by iOS to specify the anchor element location and arrow dir
       y :  32,
       width : 320,
       height : 480,
-      arrowDir : <a href="../camera.html">Camera</a>.PopoverArrowDirection.ARROW_ANY
+      arrowDir : Camera.PopoverArrowDirection.ARROW_ANY
     };
 
-<a href="../camera.html">Camera</a>PopoverOptions
+CameraPopoverOptions
 --------------------
 
 - __x:__ x pixel coordinate of element on the screen to anchor popover onto. (`Number`)
@@ -41,9 +41,9 @@ Parameters only used by iOS to specify the anchor element location and arrow dir
 
 - __height:__ height, in pixels, of the element on the screen to anchor popover onto. (`Number`)
 
-- __arrowDir:__ Direction the arrow on the popover should point.  Defined in <a href="../camera.html">Camera</a>.PopoverArrowDirection (`Number`)
+- __arrowDir:__ Direction the arrow on the popover should point.  Defined in Camera.PopoverArrowDirection (`Number`)
         
-            <a href="../camera.html">Camera</a>.PopoverArrowDirection = {
+            Camera.PopoverArrowDirection = {
                 ARROW_UP : 1,        // matches iOS UIPopoverArrowDirection constants
                 ARROW_DOWN : 2,
                 ARROW_LEFT : 4,
@@ -53,13 +53,13 @@ Parameters only used by iOS to specify the anchor element location and arrow dir
   
 Note that the size of the popover may change to adjust to the direction of the arrow and orientation of the screen.  Make sure to account for orientation changes when specifying the anchor element location. 
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
-     var popover = new <a href="../camera.html">Camera</a>PopoverOptions(300,300,100,100,<a href="../camera.html">Camera</a>.PopoverArrowDirection.ARROW_ANY);
-     var options = { quality: 50, destinationType: <a href="../camera.html">Camera</a>.DestinationType.DATA_URL,sourceType: <a href="../camera.html">Camera</a>.PictureSource.SAVEDPHOTOALBUM, popoverOptions : popover };
+     var popover = new CameraPopoverOptions(300,300,100,100,Camera.PopoverArrowDirection.ARROW_ANY);
+     var options = { quality: 50, destinationType: Camera.DestinationType.DATA_URL,sourceType: Camera.PictureSource.SAVEDPHOTOALBUM, popoverOptions : popover };
      
-     navigator.<a href="../camera.getPicture.html">camera.getPicture</a>(onSuccess, onFail, options);
+     navigator.camera.getPicture(onSuccess, onFail, options);
      
      function onSuccess(imageData) {
         var image = document.getElementById('myImage');

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/camera/parameter/cameraOptions.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/camera/parameter/cameraOptions.md b/www/docs/en/1.8.0/cordova/camera/parameter/cameraOptions.md
index 0ddcfda..e216e7d 100644
--- a/www/docs/en/1.8.0/cordova/camera/parameter/cameraOptions.md
+++ b/www/docs/en/1.8.0/cordova/camera/parameter/cameraOptions.md
@@ -24,13 +24,13 @@ cameraOptions
 Optional parameters to customize the camera settings.
 
     { quality : 75, 
-      destinationType : <a href="../camera.html">Camera</a>.DestinationType.DATA_URL, 
-      sourceType : <a href="../camera.html">Camera</a>.PictureSourceType.CAMERA, 
+      destinationType : Camera.DestinationType.DATA_URL, 
+      sourceType : Camera.PictureSourceType.CAMERA, 
       allowEdit : true,
-      encodingType: <a href="../camera.html">Camera</a>.EncodingType.JPEG,
+      encodingType: Camera.EncodingType.JPEG,
       targetWidth: 100,
       targetHeight: 100,
-      popoverOptions: <a href="../camera.html">Camera</a>PopoverOptions };
+      popoverOptions: CameraPopoverOptions };
 
 Options
 -------
@@ -39,14 +39,14 @@ Options
 
 - __destinationType:__ Choose the format of the return value.  Defined in navigator.camera.DestinationType (`Number`)
         
-            <a href="../camera.html">Camera</a>.DestinationType = {
+            Camera.DestinationType = {
                 DATA_URL : 0,                // Return image as base64 encoded string
                 FILE_URI : 1                 // Return image file URI
             };
 
 - __sourceType:__ Set the source of the picture.  Defined in nagivator.camera.PictureSourceType (`Number`)
      
-        <a href="../camera.html">Camera</a>.PictureSourceType = {
+        Camera.PictureSourceType = {
             PHOTOLIBRARY : 0,
             CAMERA : 1,
             SAVEDPHOTOALBUM : 2
@@ -56,7 +56,7 @@ Options
   
 - __encodingType:__ Choose the encoding of the returned image file.  Defined in navigator.camera.EncodingType (`Number`)
         
-            <a href="../camera.html">Camera</a>.EncodingType = {
+            Camera.EncodingType = {
                 JPEG : 0,               // Return JPEG encoded image
                 PNG : 1                 // Return PNG encoded image
             };
@@ -64,9 +64,9 @@ Options
 - __targetWidth:__ Width in pixels to scale image. Must be used with targetHeight.  Aspect ratio is maintained. (`Number`)
 - __targetHeight:__ Height in pixels to scale image. Must be used with targetWidth. Aspect ratio is maintained. (`Number`)
 
-- __mediaType:__ Set the type of media to select from.  Only works when PictureSourceType is PHOTOLIBRARY or SAVEDPHOTOALBUM. Defined in nagivator.camera.<a href="../../media/media.html">Media</a>Type (`Number`)
+- __mediaType:__ Set the type of media to select from.  Only works when PictureSourceType is PHOTOLIBRARY or SAVEDPHOTOALBUM. Defined in nagivator.camera.MediaType (`Number`)
      
-        <a href="../camera.html">Camera</a>.<a href="../../media/media.html">Media</a>Type = { 
+        Camera.MediaType = { 
 			PICTURE: 0,             // allow selection of still pictures only. DEFAULT. Will return format specified via DestinationType
 			VIDEO: 1,               // allow selection of video only, WILL ALWAYS RETURN FILE_URI
 			ALLMEDIA : 2			// allow selection from all media types
@@ -74,14 +74,14 @@ Options
 
 - __correctOrientation:__ Rotate the image to correct for the orientation of the device during capture. (`Boolean`)
 - __saveToPhotoAlbum:__ Save the image to the photo album on the device after capture. (`Boolean`)
-- __popoverOptions:__ iOS only options to specify popover location in iPad.  Defined in <a href="../camera.html">Camera</a>PopoverOptions
+- __popoverOptions:__ iOS only options to specify popover location in iPad.  Defined in CameraPopoverOptions
   
 Android Quirks
 --------------
 
 - Ignores the `allowEdit` parameter.
-- <a href="../camera.html">Camera</a>.PictureSourceType.PHOTOLIBRARY and <a href="../camera.html">Camera</a>.PictureSourceType.SAVEDPHOTOALBUM both display the same photo album.
-- <a href="../camera.html">Camera</a>.EncodingType is not supported.
+- Camera.PictureSourceType.PHOTOLIBRARY and Camera.PictureSourceType.SAVEDPHOTOALBUM both display the same photo album.
+- Camera.EncodingType is not supported.
 - Ignores the `correctOrientation` parameter.
 - Ignores the `saveToPhotoAlbum` parameter.
 
@@ -91,9 +91,9 @@ BlackBerry Quirks
 - Ignores the `quality` parameter.
 - Ignores the `sourceType` parameter.
 - Ignores the `allowEdit` parameter.
-- Application must have key injection permissions to close native <a href="../camera.html">Camera</a> application after photo is taken.
+- Application must have key injection permissions to close native Camera application after photo is taken.
 - Using Large image sizes may result in inability to encode image on later model devices with high resolution cameras (e.g. Torch 9800).
-- <a href="../camera.html">Camera</a>.<a href="../../media/media.html">Media</a>Type is not supported.
+- Camera.MediaType is not supported.
 - Ignores the `correctOrientation` parameter.
 - Ignores the `saveToPhotoAlbum` parameter.
 
@@ -103,7 +103,7 @@ webOS Quirks
 - Ignores the `quality` parameter.
 - Ignores the `sourceType` parameter.
 - Ignores the `allowEdit` parameter.
-- <a href="../camera.html">Camera</a>.<a href="../../media/media.html">Media</a>Type is not supported.
+- Camera.MediaType is not supported.
 - Ignores the `correctOrientation` parameter.
 - Ignores the `saveToPhotoAlbum` parameter.
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[11/51] [partial] docs commit: Reverting autolinking change because of inconsistencies.

Posted by db...@apache.org.
http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/device/device.name.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/device/device.name.md b/www/docs/en/1.8.0/cordova/device/device.name.md
index 2618bfc..7192dbe 100644
--- a/www/docs/en/1.8.0/cordova/device/device.name.md
+++ b/www/docs/en/1.8.0/cordova/device/device.name.md
@@ -40,7 +40,7 @@ Supported Platforms
 - Bada 1.2 & 2.x
 - webOS
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // Android:    Nexus One       returns "Passion" (Nexus One code name)
@@ -50,31 +50,31 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
     //
     var name = device.name;
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="device.html">Device</a> Properties <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Device Properties Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="device.html">Device</a>Ready() {
+        function onDeviceReady() {
             var element = document.getElementById('deviceProperties');
     
-            element.innerHTML = '<a href="device.html">Device</a> Name: '     + device.name     + '<br />' + 
-                                '<a href="device.html">Device</a> Cordova: '  + <a href="device.cordova.html">device.cordova</a> + '<br />' + 
-                                '<a href="device.html">Device</a> Platform: ' + <a href="device.platform.html">device.platform</a> + '<br />' + 
-                                '<a href="device.html">Device</a> UUID: '     + <a href="device.uuid.html">device.uuid</a>     + '<br />' + 
-                                '<a href="device.html">Device</a> Version: '  + <a href="device.version.html">device.version</a>  + '<br />';
+            element.innerHTML = 'Device Name: '     + device.name     + '<br />' + 
+                                'Device Cordova: '  + device.cordova + '<br />' + 
+                                'Device Platform: ' + device.platform + '<br />' + 
+                                'Device UUID: '     + device.uuid     + '<br />' + 
+                                'Device Version: '  + device.version  + '<br />';
         }
 
         </script>
@@ -95,7 +95,7 @@ Android Quirks
 iPhone Quirks
 -------------
 
-- Gets the [device's custom name](http://developer.apple.com/iphone/library/documentation/uikit/reference/UI<a href="device.html">Device</a>_Class/Reference/UI<a href="device.html">Device</a>.html#//apple_ref/doc/uid/TP40006902-CH3-SW13) instead of the [device model name](http://developer.apple.com/iphone/library/documentation/uikit/reference/UI<a href="device.html">Device</a>_Class/Reference/UI<a href="device.html">Device</a>.html#//apple_ref/doc/uid/TP40006902-CH3-SW1).
+- Gets the [device's custom name](http://developer.apple.com/iphone/library/documentation/uikit/reference/UIDevice_Class/Reference/UIDevice.html#//apple_ref/doc/uid/TP40006902-CH3-SW13) instead of the [device model name](http://developer.apple.com/iphone/library/documentation/uikit/reference/UIDevice_Class/Reference/UIDevice.html#//apple_ref/doc/uid/TP40006902-CH3-SW1).
     - The custom name is set by the owner in iTunes.
     - e.g. "Joe's iPhone"
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/device/device.platform.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/device/device.platform.md b/www/docs/en/1.8.0/cordova/device/device.platform.md
index 792c4fc..9e16a82 100644
--- a/www/docs/en/1.8.0/cordova/device/device.platform.md
+++ b/www/docs/en/1.8.0/cordova/device/device.platform.md
@@ -35,7 +35,7 @@ Supported Platforms
 - Bada 1.2 & 2.x
 - webOS
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // Depending on the device, a few examples are:
@@ -46,31 +46,31 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
     //   - "WinCE"
     var devicePlatform = device.platform;
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="device.html">Device</a> Properties <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Device Properties Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="device.html">Device</a>Ready() {
+        function onDeviceReady() {
             var element = document.getElementById('deviceProperties');
     
-            element.innerHTML = '<a href="device.html">Device</a> Name: '     + <a href="device.name.html">device.name</a>     + '<br />' + 
-                                '<a href="device.html">Device</a> Cordova: '  + <a href="device.cordova.html">device.cordova</a>  + '<br />' + 
-                                '<a href="device.html">Device</a> Platform: ' + device.platform + '<br />' + 
-                                '<a href="device.html">Device</a> UUID: '     + <a href="device.uuid.html">device.uuid</a>     + '<br />' + 
-                                '<a href="device.html">Device</a> Version: '  + <a href="device.version.html">device.version</a>  + '<br />';
+            element.innerHTML = 'Device Name: '     + device.name     + '<br />' + 
+                                'Device Cordova: '  + device.cordova  + '<br />' + 
+                                'Device Platform: ' + device.platform + '<br />' + 
+                                'Device UUID: '     + device.uuid     + '<br />' + 
+                                'Device Version: '  + device.version  + '<br />';
         }
 
         </script>
@@ -88,7 +88,7 @@ The iPhone returns `iPhone` as the platform. The iPad returns `iPad` as the plat
 BlackBerry Quirks
 -----------------
 
-<a href="device.html">Device</a>s may return the device platform version instead of the platform name.  For example, the Storm2 9550 would return '2.13.0.95' or similar.
+Devices may return the device platform version instead of the platform name.  For example, the Storm2 9550 would return '2.13.0.95' or similar.
 
 Windows Phone 7 Quirks
 -----------------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/device/device.uuid.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/device/device.uuid.md b/www/docs/en/1.8.0/cordova/device/device.uuid.md
index 54cb4da..c0ea0e6 100644
--- a/www/docs/en/1.8.0/cordova/device/device.uuid.md
+++ b/www/docs/en/1.8.0/cordova/device/device.uuid.md
@@ -40,7 +40,7 @@ Supported Platforms
 - Bada 1.2 & 2.x
 - webOS
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // Android: Returns a random 64-bit integer (as a string, again!)
@@ -49,7 +49,7 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
     // BlackBerry: Returns the PIN number of the device
     //             This is a nine-digit unique integer (as a string, though!)
     //
-    // iPhone: (Paraphrased from the UI<a href="device.html">Device</a> Class documentation)
+    // iPhone: (Paraphrased from the UIDevice Class documentation)
     //         Returns a string of hash values created from multiple hardware identifies.
     //         It is guaranteed to be unique for every device and cannot be tied
     //         to the user account.
@@ -59,31 +59,31 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
     // webOS: returns the device NDUID
     var deviceID = device.uuid;
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="device.html">Device</a> Properties <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Device Properties Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="device.html">Device</a>Ready() {
+        function onDeviceReady() {
             var element = document.getElementById('deviceProperties');
     
-            element.innerHTML = '<a href="device.html">Device</a> Name: '     + <a href="device.name.html">device.name</a>     + '<br />' + 
-                                '<a href="device.html">Device</a> Cordova: '  + <a href="device.cordova.html">device.cordova</a>  + '<br />' + 
-                                '<a href="device.html">Device</a> Platform: ' + <a href="device.platform.html">device.platform</a> + '<br />' + 
-                                '<a href="device.html">Device</a> UUID: '     + device.uuid     + '<br />' + 
-                                '<a href="device.html">Device</a> Version: '  + <a href="device.version.html">device.version</a>  + '<br />';
+            element.innerHTML = 'Device Name: '     + device.name     + '<br />' + 
+                                'Device Cordova: '  + device.cordova  + '<br />' + 
+                                'Device Platform: ' + device.platform + '<br />' + 
+                                'Device UUID: '     + device.uuid     + '<br />' + 
+                                'Device Version: '  + device.version  + '<br />';
         }
 
         </script>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/device/device.version.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/device/device.version.md b/www/docs/en/1.8.0/cordova/device/device.version.md
index 5c8bd65..8275d91 100644
--- a/www/docs/en/1.8.0/cordova/device/device.version.md
+++ b/www/docs/en/1.8.0/cordova/device/device.version.md
@@ -35,7 +35,7 @@ Supported Platforms
 - Bada 1.2 & 2.x
 - webOS
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // Android:    Froyo OS would return "2.2"
@@ -50,31 +50,31 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
     // webOS: webOS 2.2.4 return 2.2.4
     var deviceVersion = device.version;
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="device.html">Device</a> Properties <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Device Properties Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="device.html">Device</a>Ready() {
+        function onDeviceReady() {
             var element = document.getElementById('deviceProperties');
         
-            element.innerHTML = '<a href="device.html">Device</a> Name: '     + <a href="device.name.html">device.name</a>     + '<br />' + 
-                                '<a href="device.html">Device</a> Cordova: '  + <a href="device.cordova.html">device.cordova</a>  + '<br />' + 
-                                '<a href="device.html">Device</a> Platform: ' + <a href="device.platform.html">device.platform</a> + '<br />' + 
-                                '<a href="device.html">Device</a> UUID: '     + <a href="device.uuid.html">device.uuid</a>     + '<br />' + 
-                                '<a href="device.html">Device</a> Version: '  + device.version  + '<br />';
+            element.innerHTML = 'Device Name: '     + device.name     + '<br />' + 
+                                'Device Cordova: '  + device.cordova  + '<br />' + 
+                                'Device Platform: ' + device.platform + '<br />' + 
+                                'Device UUID: '     + device.uuid     + '<br />' + 
+                                'Device Version: '  + device.version  + '<br />';
         }
 
         </script>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/events/events.backbutton.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/events/events.backbutton.md b/www/docs/en/1.8.0/cordova/events/events.backbutton.md
index 7307e9a..7ef01c6 100644
--- a/www/docs/en/1.8.0/cordova/events/events.backbutton.md
+++ b/www/docs/en/1.8.0/cordova/events/events.backbutton.md
@@ -30,7 +30,7 @@ Details
 
 If you need to override the default back button behaviour you can register an event listener for the 'backbutton' event.  It is no longer necessary to call any other method to over ride the back button behaviour.  Now, you only need to register an event listener for 'backbutton'.
 
-Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova '<a href="events.deviceready.html">deviceready</a>' event.
+Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova 'deviceready' event.
 
 Supported Platforms
 -------------------
@@ -39,7 +39,7 @@ Supported Platforms
 - BlackBerry WebWorks (OS 5.0 and higher)
 - Windows Phone 7 ( Mango )
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     document.addEventListener("backbutton", onBackKeyDown, false);
@@ -48,30 +48,30 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         // Handle the back button
     }
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Cordova Back Button <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Cordova Back Button Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Call on<a href="../device/device.html">Device</a>Ready when Cordova is loaded.
+        // Call onDeviceReady when Cordova is loaded.
         //
         // At this point, the document has loaded but cordova-1.8.0.js has not.
         // When Cordova is loaded and talking with the native device,
-        // it will call the event `<a href="events.deviceready.html">deviceready</a>`.
+        // it will call the event `deviceready`.
         //
         function onLoad() {
-            document.addEventListener("<a href="events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
 
         // Cordova is loaded and it is now safe to call Cordova methods
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             // Register the event listener
             document.addEventListener("backbutton", onBackKeyDown, false);
         }

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/events/events.batterycritical.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/events/events.batterycritical.md b/www/docs/en/1.8.0/cordova/events/events.batterycritical.md
index 0ea407a..32cf653 100644
--- a/www/docs/en/1.8.0/cordova/events/events.batterycritical.md
+++ b/www/docs/en/1.8.0/cordova/events/events.batterycritical.md
@@ -35,7 +35,7 @@ The batterycritical handler will be called with an object that contains two prop
 - __level:__ The percentage of battery (0-100). _(Number)_
 - __isPlugged:__ A boolean that represents whether or not the device is plugged in or not. _(Boolean)_
 
-Typically, you will want to attach an event listener with `window.addEventListener` once you receive the Cordova '<a href="events.deviceready.html">deviceready</a>' event.
+Typically, you will want to attach an event listener with `window.addEventListener` once you receive the Cordova 'deviceready' event.
 
 Supported Platforms
 -------------------
@@ -44,7 +44,7 @@ Supported Platforms
 - Android
 - BlackBerry WebWorks (OS 5.0 and higher)
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     window.addEventListener("batterycritical", onBatteryCritical, false);
@@ -54,30 +54,30 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
        	alert("Battery Level Critical " + info.level + "%\nRecharge Soon!"); 
     }
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Cordova <a href="../device/device.html">Device</a> Ready <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Cordova Device Ready Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Call on<a href="../device/device.html">Device</a>Ready when Cordova is loaded.
+        // Call onDeviceReady when Cordova is loaded.
         //
         // At this point, the document has loaded but cordova-1.8.0.js has not.
         // When Cordova is loaded and talking with the native device,
-        // it will call the event `<a href="events.deviceready.html">deviceready</a>`.
+        // it will call the event `deviceready`.
         // 
 	    function onLoad() {
-    	    document.addEventListener("<a href="events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+    	    document.addEventListener("deviceready", onDeviceReady, false);
     	}
 
         // Cordova is loaded and it is now safe to make calls Cordova methods
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
 		    window.addEventListener("batterycritical", onBatteryCritical, false);
         }
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/events/events.batterylow.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/events/events.batterylow.md b/www/docs/en/1.8.0/cordova/events/events.batterylow.md
index 45ce500..df51d1e 100644
--- a/www/docs/en/1.8.0/cordova/events/events.batterylow.md
+++ b/www/docs/en/1.8.0/cordova/events/events.batterylow.md
@@ -35,7 +35,7 @@ The batterylow handler will be called with an object that contains two propertie
 - __level:__ The percentage of battery (0-100). _(Number)_
 - __isPlugged:__ A boolean that represents whether or not the device is plugged in or not. _(Boolean)_
 
-Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova '<a href="events.deviceready.html">deviceready</a>' event.
+Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova 'deviceready' event.
 
 Supported Platforms
 -------------------
@@ -44,7 +44,7 @@ Supported Platforms
 - Android
 - BlackBerry WebWorks (OS 5.0 and higher)
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     window.addEventListener("batterylow", onBatteryLow, false);
@@ -54,30 +54,30 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
        	alert("Battery Level Low " + info.level + "%"); 
     }
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Cordova <a href="../device/device.html">Device</a> Ready <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Cordova Device Ready Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Call on<a href="../device/device.html">Device</a>Ready when Cordova is loaded.
+        // Call onDeviceReady when Cordova is loaded.
         //
         // At this point, the document has loaded but cordova-1.8.0.js has not.
         // When Cordova is loaded and talking with the native device,
-        // it will call the event `<a href="events.deviceready.html">deviceready</a>`.
+        // it will call the event `deviceready`.
         // 
 	    function onLoad() {
-    	    document.addEventListener("<a href="events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+    	    document.addEventListener("deviceready", onDeviceReady, false);
     	}
 
         // Cordova is loaded and it is now safe to make calls Cordova methods
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
 		    window.addEventListener("batterylow", onBatteryLow, false);
         }
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/events/events.batterystatus.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/events/events.batterystatus.md b/www/docs/en/1.8.0/cordova/events/events.batterystatus.md
index ba71239..c4adcaa 100644
--- a/www/docs/en/1.8.0/cordova/events/events.batterystatus.md
+++ b/www/docs/en/1.8.0/cordova/events/events.batterystatus.md
@@ -35,7 +35,7 @@ The battery status handler will be called with an object that contains two prope
 - __level:__ The percentage of battery (0-100). _(Number)_
 - __isPlugged:__ A boolean that represents whether or not the device is plugged in or not. _(Boolean)_
 
-Typically, you will want to attach an event listener with `window.addEventListener` once you receive the Cordova '<a href="events.deviceready.html">deviceready</a>' event.
+Typically, you will want to attach an event listener with `window.addEventListener` once you receive the Cordova 'deviceready' event.
 
 Supported Platforms
 -------------------
@@ -53,40 +53,40 @@ The `level` property is unavailable as Windows Phone 7 does not provide
 native APIs for determining battery level. The `isPlugged` parameter
 _is_ supported.
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     window.addEventListener("batterystatus", onBatteryStatus, false);
 
     function onBatteryStatus(info) {
-        // Handle the <a href="events.online.html">online</a> event
+        // Handle the online event
        	console.log("Level: " + info.level + " isPlugged: " + info.isPlugged); 
     }
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Cordova <a href="../device/device.html">Device</a> Ready <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Cordova Device Ready Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Call on<a href="../device/device.html">Device</a>Ready when Cordova is loaded.
+        // Call onDeviceReady when Cordova is loaded.
         //
         // At this point, the document has loaded but cordova-1.8.0.js has not.
         // When Cordova is loaded and talking with the native device,
-        // it will call the event `<a href="events.deviceready.html">deviceready</a>`.
+        // it will call the event `deviceready`.
         // 
 	    function onLoad() {
-    	    document.addEventListener("<a href="events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+    	    document.addEventListener("deviceready", onDeviceReady, false);
     	}
 
         // Cordova is loaded and it is now safe to make calls Cordova methods
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
 		    window.addEventListener("batterystatus", onBatteryStatus, false);
         }
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/events/events.deviceready.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/events/events.deviceready.md b/www/docs/en/1.8.0/cordova/events/events.deviceready.md
index ac473f7..3c18e3d 100644
--- a/www/docs/en/1.8.0/cordova/events/events.deviceready.md
+++ b/www/docs/en/1.8.0/cordova/events/events.deviceready.md
@@ -45,39 +45,39 @@ Supported Platforms
 - Windows Phone 7
 - Bada 1.2 & 2.x
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
-    document.addEventListener("deviceready", on<a href="../device/device.html">Device</a>Ready, false);
+    document.addEventListener("deviceready", onDeviceReady, false);
 
-    function on<a href="../device/device.html">Device</a>Ready() {
+    function onDeviceReady() {
         // Now safe to use the Cordova API
     }
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Cordova <a href="../device/device.html">Device</a> Ready <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Cordova Device Ready Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Call on<a href="../device/device.html">Device</a>Ready when Cordova is loaded.
+        // Call onDeviceReady when Cordova is loaded.
         //
         // At this point, the document has loaded but cordova-1.8.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", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
 
         // Cordova is loaded and it is now safe to make calls Cordova methods
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             // Now safe to use the Cordova API
         }
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/events/events.endcallbutton.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/events/events.endcallbutton.md b/www/docs/en/1.8.0/cordova/events/events.endcallbutton.md
index a23b394..b5a7e9b 100644
--- a/www/docs/en/1.8.0/cordova/events/events.endcallbutton.md
+++ b/www/docs/en/1.8.0/cordova/events/events.endcallbutton.md
@@ -30,14 +30,14 @@ Details
 
 If you need to override the default end call behaviour you can register an event listener for the 'endcallbutton' event.
 
-Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova '<a href="events.deviceready.html">deviceready</a>' event.
+Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova 'deviceready' event.
 
 Supported Platforms
 -------------------
 
 - BlackBerry WebWorks (OS 5.0 and higher)
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     document.addEventListener("endcallbutton", onEndCallKeyDown, false);
@@ -46,31 +46,31 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         // Handle the end call button
     }
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
                           "http://www.w3.org/TR/html4/strict.dtd">
     <html>
       <head>
-        <title>Cordova End Call Button <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Cordova End Call Button Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Call on<a href="../device/device.html">Device</a>Ready when Cordova is loaded.
+        // Call onDeviceReady when Cordova is loaded.
         //
         // At this point, the document has loaded but cordova-1.8.0.js has not.
         // When Cordova is loaded and talking with the native device,
-        // it will call the event `<a href="events.deviceready.html">deviceready</a>`.
+        // it will call the event `deviceready`.
         //
         function onLoad() {
-            document.addEventListener("<a href="events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
 
         // Cordova is loaded and it is now safe to make calls Cordova methods
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             // Register the event listener
             document.addEventListener("endcallbutton", onEndCallKeyDown, false);
         }

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/events/events.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/events/events.md b/www/docs/en/1.8.0/cordova/events/events.md
index 23d0478..067c14c 100644
--- a/www/docs/en/1.8.0/cordova/events/events.md
+++ b/www/docs/en/1.8.0/cordova/events/events.md
@@ -26,21 +26,21 @@ Events
 Event Types
 -----------
 
-- <a href="events.deviceready.html">deviceready</a>
-- <a href="events.pause.html">pause</a>
-- <a href="events.resume.html">resume</a>
-- <a href="events.online.html">online</a>
-- <a href="events.offline.html">offline</a>
-- <a href="events.backbutton.html">backbutton</a>
-- <a href="events.batterycritical.html">batterycritical</a>
-- <a href="events.batterylow.html">batterylow</a>
-- <a href="events.batterystatus.html">batterystatus</a>
-- <a href="events.menubutton.html">menubutton</a>
-- <a href="events.searchbutton.html">searchbutton</a>
-- <a href="events.startcallbutton.html">startcallbutton</a>
-- <a href="events.endcallbutton.html">endcallbutton</a>
-- <a href="events.volumedownbutton.html">volumedownbutton</a>
-- <a href="events.volumeupbutton.html">volumeupbutton</a>
+- deviceready
+- pause
+- resume
+- online
+- offline
+- backbutton
+- batterycritical
+- batterylow
+- batterystatus
+- menubutton
+- searchbutton
+- startcallbutton
+- endcallbutton
+- volumedownbutton
+- volumeupbutton
 
 Permissions
 -----------
@@ -77,7 +77,7 @@ Permissions
 
 ### iOS
 
-#### App/Supporting <a href="../file/fileobj/fileobj.html">File</a>s/Cordova.plist
+#### App/Supporting Files/Cordova.plist
 
     <key>Plugins</key>
     <dict>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/events/events.menubutton.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/events/events.menubutton.md b/www/docs/en/1.8.0/cordova/events/events.menubutton.md
index da5d2d7..3c441f9 100644
--- a/www/docs/en/1.8.0/cordova/events/events.menubutton.md
+++ b/www/docs/en/1.8.0/cordova/events/events.menubutton.md
@@ -30,7 +30,7 @@ Details
 
 If you need to override the default menu button behaviour you can register an event listener for the 'menubutton' event.
 
-Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova '<a href="events.deviceready.html">deviceready</a>' event.
+Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova 'deviceready' event.
 
 Supported Platforms
 -------------------
@@ -38,7 +38,7 @@ Supported Platforms
 - Android
 - BlackBerry WebWorks (OS 5.0 and higher)
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     document.addEventListener("menubutton", onMenuKeyDown, false);
@@ -47,31 +47,31 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         // Handle the back button
     }
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
                           "http://www.w3.org/TR/html4/strict.dtd">
     <html>
       <head>
-        <title>Cordova Menu Button <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Cordova Menu Button Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Call on<a href="../device/device.html">Device</a>Ready when Cordova is loaded.
+        // Call onDeviceReady when Cordova is loaded.
         //
         // At this point, the document has loaded but cordova-1.8.0.js has not.
         // When Cordova is loaded and talking with the native device,
-        // it will call the event `<a href="events.deviceready.html">deviceready</a>`.
+        // it will call the event `deviceready`.
         //
         function onLoad() {
-            document.addEventListener("<a href="events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
 
         // Cordova is loaded and it is now safe to make calls Cordova methods
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             // Register the event listener
             document.addEventListener("menubutton", onMenuKeyDown, false);
         }

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/events/events.offline.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/events/events.offline.md b/www/docs/en/1.8.0/cordova/events/events.offline.md
index b91a17f..1be048b 100644
--- a/www/docs/en/1.8.0/cordova/events/events.offline.md
+++ b/www/docs/en/1.8.0/cordova/events/events.offline.md
@@ -30,7 +30,7 @@ Details
 
 When the application's network connection changes to being offline, the offline event is fired.  
 
-Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova '<a href="events.deviceready.html">deviceready</a>' event.
+Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova 'deviceready' event.
 
 Supported Platforms
 -------------------
@@ -40,7 +40,7 @@ Supported Platforms
 - iOS
 - Windows Phone 7
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     document.addEventListener("offline", onOffline, false);
@@ -49,30 +49,30 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         // Handle the offline event
     }
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Cordova Offline <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Cordova Offline Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Call on<a href="../device/device.html">Device</a>Ready when Cordova is loaded.
+        // Call onDeviceReady when Cordova is loaded.
         //
         // At this point, the document has loaded but cordova-1.8.0.js has not.
         // When Cordova is loaded and talking with the native device,
-        // it will call the event `<a href="events.deviceready.html">deviceready</a>`.
+        // it will call the event `deviceready`.
         //
         function onLoad() {
-            document.addEventListener("<a href="events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
 
         // Cordova is loaded and it is now safe to make calls Cordova methods
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
 		    document.addEventListener("offline", onOffline, false);
         }
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/events/events.online.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/events/events.online.md b/www/docs/en/1.8.0/cordova/events/events.online.md
index c43c72e..23ccf47 100644
--- a/www/docs/en/1.8.0/cordova/events/events.online.md
+++ b/www/docs/en/1.8.0/cordova/events/events.online.md
@@ -30,7 +30,7 @@ Details
 
 When the application's network connection changes to being online, the online event is fired.  
 
-Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova '<a href="events.deviceready.html">deviceready</a>' event.
+Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova 'deviceready' event.
 
 Supported Platforms
 -------------------
@@ -40,7 +40,7 @@ Supported Platforms
 - iOS
 - Windows Phone 7
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     document.addEventListener("online", onOnline, false);
@@ -49,30 +49,30 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         // Handle the online event
     }
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Cordova Online <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Cordova Online Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Call on<a href="../device/device.html">Device</a>Ready when Cordova is loaded.
+        // Call onDeviceReady when Cordova is loaded.
         //
         // At this point, the document has loaded but cordova-1.8.0.js has not.
         // When Cordova is loaded and talking with the native device,
-        // it will call the event `<a href="events.deviceready.html">deviceready</a>`.
+        // it will call the event `deviceready`.
         //
         function onLoad() {
-            document.addEventListener("<a href="events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
 
         // Cordova is loaded and it is now safe to make calls Cordova methods
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             document.addEventListener("online", onOnline, false);
         }
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/events/events.pause.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/events/events.pause.md b/www/docs/en/1.8.0/cordova/events/events.pause.md
index 9676a8c..6be4508 100644
--- a/www/docs/en/1.8.0/cordova/events/events.pause.md
+++ b/www/docs/en/1.8.0/cordova/events/events.pause.md
@@ -30,7 +30,7 @@ Details
 
 Cordova consists of two code bases: native and JavaScript. While the native code puts the application into the background the pause event is fired.  
 
-Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova '<a href="events.deviceready.html">deviceready</a>' event.
+Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova 'deviceready' event.
 
 Supported Platforms
 -------------------
@@ -40,7 +40,7 @@ Supported Platforms
 - iOS
 - Windows Phone 7
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     document.addEventListener("pause", onPause, false);
@@ -49,30 +49,30 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         // Handle the pause event
     }
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Cordova Pause <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Cordova Pause Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Call on<a href="../device/device.html">Device</a>Ready when Cordova is loaded.
+        // Call onDeviceReady when Cordova is loaded.
         //
         // At this point, the document has loaded but cordova-1.8.0.js has not.
         // When Cordova is loaded and talking with the native device,
-        // it will call the event `<a href="events.deviceready.html">deviceready</a>`.
+        // it will call the event `deviceready`.
         //
         function onLoad() {
-            document.addEventListener("<a href="events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
 
         // Cordova is loaded and it is now safe to make calls Cordova methods
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
 		    document.addEventListener("pause", onPause, false);
         }
 
@@ -89,7 +89,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
 
 iOS Quirks
 --------------------------
-In the pause handler, any calls that go through Objective-C will not work, nor will any calls that are interactive, like alerts. This means that you cannot call console.log (and its variants), or any calls from Plugins or the Cordova API. These will only be processed when the app <a href="events.resume.html">resume</a>s (processed on the next run-loop).
+In the pause handler, any calls that go through Objective-C will not work, nor will any calls that are interactive, like alerts. This means that you cannot call console.log (and its variants), or any calls from Plugins or the Cordova API. These will only be processed when the app resumes (processed on the next run-loop).
 
 - __resign__ event 
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/events/events.resume.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/events/events.resume.md b/www/docs/en/1.8.0/cordova/events/events.resume.md
index 7787f48..9af6bc6 100644
--- a/www/docs/en/1.8.0/cordova/events/events.resume.md
+++ b/www/docs/en/1.8.0/cordova/events/events.resume.md
@@ -30,7 +30,7 @@ Details
 
 Cordova consists of two code bases: native and JavaScript. While the native code pulls the application from the background the resume event is fired.  
 
-Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova '<a href="events.deviceready.html">deviceready</a>' event.
+Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova 'deviceready' event.
 
 Supported Platforms
 -------------------
@@ -40,7 +40,7 @@ Supported Platforms
 - iOS
 - Windows Phone 7
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     document.addEventListener("resume", onResume, false);
@@ -49,30 +49,30 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         // Handle the resume event
     }
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Cordova Resume <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Cordova Resume Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Call on<a href="../device/device.html">Device</a>Ready when Cordova is loaded.
+        // Call onDeviceReady when Cordova is loaded.
         //
         // At this point, the document has loaded but cordova-1.8.0.js has not.
         // When Cordova is loaded and talking with the native device,
-        // it will call the event `<a href="events.deviceready.html">deviceready</a>`.
+        // it will call the event `deviceready`.
         //
         function onLoad() {
-            document.addEventListener("<a href="events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
 
         // Cordova is loaded and it is now safe to make calls Cordova methods
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             document.addEventListener("resume", onResume, false);
         }
 
@@ -89,7 +89,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
 
 iOS Quirks
 --------------------------
-Any calls to console.log during your **<a href="events.pause.html">pause</a>** event handler will be run now when the app resumes, see the iOS Quirks section for the **<a href="events.pause.html">pause</a>** event for an explanation. 
+Any calls to console.log during your **pause** event handler will be run now when the app resumes, see the iOS Quirks section for the **pause** event for an explanation. 
 
 Interactive functions like `alert` when the **resume** event fires will need to be wrapped in a `setTimeout` call with a timeout value of zero, or else the app will hang. e.g.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/events/events.searchbutton.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/events/events.searchbutton.md b/www/docs/en/1.8.0/cordova/events/events.searchbutton.md
index 1cc7882..bdd957c 100644
--- a/www/docs/en/1.8.0/cordova/events/events.searchbutton.md
+++ b/www/docs/en/1.8.0/cordova/events/events.searchbutton.md
@@ -30,14 +30,14 @@ Details
 
 If you need to override the default search button behaviour on Android you can register an event listener for the 'searchbutton' event.
 
-Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova '<a href="events.deviceready.html">deviceready</a>' event.
+Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova 'deviceready' event.
 
 Supported Platforms
 -------------------
 
 - Android
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     document.addEventListener("searchbutton", onSearchKeyDown, false);
@@ -46,31 +46,31 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         // Handle the search button
     }
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
                           "http://www.w3.org/TR/html4/strict.dtd">
     <html>
       <head>
-        <title>Cordova Search Button <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Cordova Search Button Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Call on<a href="../device/device.html">Device</a>Ready when Cordova is loaded.
+        // Call onDeviceReady when Cordova is loaded.
         //
         // At this point, the document has loaded but cordova-1.8.0.js has not.
         // When Cordova is loaded and talking with the native device,
-        // it will call the event `<a href="events.deviceready.html">deviceready</a>`.
+        // it will call the event `deviceready`.
         //
         function onLoad() {
-            document.addEventListener("<a href="events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
 
         // Cordova is loaded and it is now safe to make calls Cordova methods
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             // Register the event listener
             document.addEventListener("searchbutton", onSearchKeyDown, false);
         }

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/events/events.startcallbutton.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/events/events.startcallbutton.md b/www/docs/en/1.8.0/cordova/events/events.startcallbutton.md
index 2de3f57..f658fbf 100644
--- a/www/docs/en/1.8.0/cordova/events/events.startcallbutton.md
+++ b/www/docs/en/1.8.0/cordova/events/events.startcallbutton.md
@@ -30,14 +30,14 @@ Details
 
 If you need to override the default start call behaviour you can register an event listener for the 'startcallbutton' event.
 
-Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova '<a href="events.deviceready.html">deviceready</a>' event.
+Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova 'deviceready' event.
 
 Supported Platforms
 -------------------
 
 - BlackBerry WebWorks (OS 5.0 and higher)
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     document.addEventListener("startcallbutton", onStartCallKeyDown, false);
@@ -46,31 +46,31 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         // Handle the start call button
     }
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
                           "http://www.w3.org/TR/html4/strict.dtd">
     <html>
       <head>
-        <title>Cordova Start Call Button <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Cordova Start Call Button Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Call on<a href="../device/device.html">Device</a>Ready when Cordova is loaded.
+        // Call onDeviceReady when Cordova is loaded.
         //
         // At this point, the document has loaded but cordova-1.8.0.js has not.
         // When Cordova is loaded and talking with the native device,
-        // it will call the event `<a href="events.deviceready.html">deviceready</a>`.
+        // it will call the event `deviceready`.
         //
         function onLoad() {
-            document.addEventListener("<a href="events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
 
         // Cordova is loaded and it is now safe to make calls Cordova methods
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             // Register the event listener
             document.addEventListener("startcallbutton", onStartCallKeyDown, false);
         }

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/events/events.volumedownbutton.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/events/events.volumedownbutton.md b/www/docs/en/1.8.0/cordova/events/events.volumedownbutton.md
index 6279135..9b11ba2 100644
--- a/www/docs/en/1.8.0/cordova/events/events.volumedownbutton.md
+++ b/www/docs/en/1.8.0/cordova/events/events.volumedownbutton.md
@@ -30,14 +30,14 @@ 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 Cordova '<a href="events.deviceready.html">deviceready</a>' event.
+Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova 'deviceready' event.
 
 Supported Platforms
 -------------------
 
 - BlackBerry WebWorks (OS 5.0 and higher)
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     document.addEventListener("volumedownbutton", onVolumeDownKeyDown, false);
@@ -46,31 +46,31 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         // Handle the volume down button
     }
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
                           "http://www.w3.org/TR/html4/strict.dtd">
     <html>
       <head>
-        <title>Cordova Volume Down Button <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Cordova Volume Down Button Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Call on<a href="../device/device.html">Device</a>Ready when Cordova is loaded.
+        // Call onDeviceReady when Cordova is loaded.
         //
         // At this point, the document has loaded but cordova-1.8.0.js has not.
         // When Cordova is loaded and talking with the native device,
-        // it will call the event `<a href="events.deviceready.html">deviceready</a>`.
+        // it will call the event `deviceready`.
         //
         function onLoad() {
-            document.addEventListener("<a href="events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
 
         // Cordova is loaded and it is now safe to make calls Cordova methods
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             // Register the event listener
             document.addEventListener("volumedownbutton", onVolumeDownKeyDown, false);
         }

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/events/events.volumeupbutton.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/events/events.volumeupbutton.md b/www/docs/en/1.8.0/cordova/events/events.volumeupbutton.md
index f96d89f..d5af53e 100644
--- a/www/docs/en/1.8.0/cordova/events/events.volumeupbutton.md
+++ b/www/docs/en/1.8.0/cordova/events/events.volumeupbutton.md
@@ -30,14 +30,14 @@ 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 Cordova '<a href="events.deviceready.html">deviceready</a>' event.
+Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova 'deviceready' event.
 
 Supported Platforms
 -------------------
 
 - BlackBerry WebWorks (OS 5.0 and higher)
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     document.addEventListener("volumeupbutton", onVolumeUpKeyDown, false);
@@ -46,31 +46,31 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         // Handle the volume up button
     }
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
                           "http://www.w3.org/TR/html4/strict.dtd">
     <html>
       <head>
-        <title>Cordova Volume Up Button <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Cordova Volume Up Button Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Call on<a href="../device/device.html">Device</a>Ready when Cordova is loaded.
+        // Call onDeviceReady when Cordova is loaded.
         //
         // At this point, the document has loaded but cordova-1.8.0.js has not.
         // When Cordova is loaded and talking with the native device,
-        // it will call the event `<a href="events.deviceready.html">deviceready</a>`.
+        // it will call the event `deviceready`.
         //
         function onLoad() {
-            document.addEventListener("<a href="events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
 
         // Cordova is loaded and it is now safe to make calls Cordova methods
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             // Register the event listener
             document.addEventListener("volumeupbutton", onVolumeUpKeyDown, false);
         }

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/file/directoryentry/directoryentry.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/file/directoryentry/directoryentry.md b/www/docs/en/1.8.0/cordova/file/directoryentry/directoryentry.md
index 406f84f..f06bd19 100644
--- a/www/docs/en/1.8.0/cordova/file/directoryentry/directoryentry.md
+++ b/www/docs/en/1.8.0/cordova/file/directoryentry/directoryentry.md
@@ -26,30 +26,30 @@ This object represents a directory on a file system.  It is defined in the [W3C
 Properties
 ----------
 
-- __is<a href="../fileobj/fileobj.html">File</a>:__ Always false. _(boolean)_
+- __isFile:__ Always false. _(boolean)_
 - __isDirectory:__ Always true. _(boolean)_
 - __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 Cordova:
 
-- __filesystem:__ The file system on which the DirectoryEntry resides. _(<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>)_
+- __filesystem:__ The file system on which the DirectoryEntry resides. _(FileSystem)_
 
 Methods
 -------
 
 The following methods can be invoked on a DirectoryEntry object:
 
-- __get<a href="../metadata/metadata.html">Metadata</a>__: Look up metadata about a directory.
-- __set<a href="../metadata/metadata.html">Metadata</a>__: Set metadata on a directory.
+- __getMetadata__: Look up metadata about a directory.
+- __setMetadata__: Set metadata on a directory.
 - __moveTo__: Move a directory to a different location on the file system.
 - __copyTo__: Copy a directory to a different location on the file system.
 - __toURL__: Return a URL that can be used to locate a directory.
 - __remove__: Delete a directory.  The directory must be empty.
 - __getParent__: Look up the parent directory.
-- __createReader__: Create a new <a href="../directoryreader/directoryreader.html">DirectoryReader</a> that can read entries from a directory.
+- __createReader__: Create a new DirectoryReader that can read entries from a directory.
 - __getDirectory__: Create or look up a directory.
-- __get<a href="../fileobj/fileobj.html">File</a>__: Create or look up a file.
+- __getFile__: Create or look up a file.
 - __removeRecursively__: Delete a directory and all of its contents.
 
 
@@ -61,18 +61,18 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
 
-get<a href="../metadata/metadata.html">Metadata</a>
+getMetadata
 -----------
 
 Look up metadata about a directory.
 
 __Parameters:__
 
-- __successCallback__ - A callback that is called with a <a href="../metadata/metadata.html">Metadata</a> object. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs retrieving the <a href="../metadata/metadata.html">Metadata</a>. Invoked with a <a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a> object. _(Function)_
+- __successCallback__ - A callback that is called with a Metadata object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileError object. _(Function)_
 
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 
     function success(metadata) {
         console.log("Last Modified: " + metadata.modificationTime);
@@ -83,9 +83,9 @@ __Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
     }
 
     // Request the metadata object for this entry
-    entry.get<a href="../metadata/metadata.html">Metadata</a>(success, fail);
+    entry.getMetadata(success, fail);
 
-set<a href="../metadata/metadata.html">Metadata</a>
+setMetadata
 ----------------
 
 Set metadata on a directory.
@@ -98,7 +98,7 @@ __Parameters:__
 - __metadataObject__ - An object that contains the metadata keys and values. _(Object)_
 
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 
     function success() {
         console.log("The metadata was successfully set.");
@@ -109,7 +109,7 @@ __Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
     }
 
     // Set the metadata
-    entry.set<a href="../metadata/metadata.html">Metadata</a>(success, fail, { "com.apple.MobileBackup": 1});
+    entry.setMetadata(success, fail, { "com.apple.MobileBackup": 1});
 __iOS Quirk__
 
 - only the **"com.apple.MobileBackup"** extended attribute is supported. Set the value to **1** to NOT enable the directory to be backed up by iCloud. Set the value to **0** to re-enable the directory to be backed up by iCloud.
@@ -132,10 +132,10 @@ __Parameters:__
 - __parent__ - The parent directory to which to move the directory. _(DirectoryEntry)_
 - __newName__ - The new name of the directory. Defaults to the current name if unspecified. _(DOMString)_
 - __successCallback__ - A callback that is called with the DirectoryEntry object of the new directory. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs when attempting to move the directory.  Invoked with a <a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a> object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs when attempting to move the directory.  Invoked with a FileError object. _(Function)_
 
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 
     function success(entry) {
         console.log("New Path: " + entry.fullPath);
@@ -170,10 +170,10 @@ __Parameters:__
 - __parent__ - The parent directory to which to copy the directory. _(DirectoryEntry)_
 - __newName__ - The new name of the directory. Defaults to the current name if unspecified. _(DOMString)_
 - __successCallback__ - A callback that is called with the DirectoryEntry object of the new directory. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs when attempting to copy the underlying directory.  Invoked with a <a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a> object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs when attempting to copy the underlying directory.  Invoked with a FileError object. _(Function)_
 
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 
 	function win(entry) {
 		console.log("New Path: " + entry.fullPath);
@@ -199,7 +199,7 @@ toURL
 
 Returns a URL that can be used to locate the directory.
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 
     // Get the URL for this directory
     var dirURL = entry.toURL();
@@ -217,9 +217,9 @@ Deletes a directory. It is an error to attempt to:
 __Parameters:__
 
 - __successCallback__ - A callback that is called after the directory has been deleted.  Invoked with no parameters. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs when attempting to delete the directory.  Invoked with a <a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a> object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs when attempting to delete the directory.  Invoked with a FileError object. _(Function)_
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 
     function success(entry) {
         console.log("Removal succeeded");
@@ -241,9 +241,9 @@ Look up the parent DirectoryEntry containing the directory.
 __Parameters:__
 
 - __successCallback__ - A callback that is called with the directory's parent DirectoryEntry. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs when attempting to retrieve the parent DirectoryEntry.  Invoked with a <a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a> object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs when attempting to retrieve the parent DirectoryEntry.  Invoked with a FileError object. _(Function)_
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 
     function success(parent) {
         console.log("Parent Name: " + parent.name);
@@ -260,9 +260,9 @@ __Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
 createReader
 ------------
 
-Creates a new <a href="../directoryreader/directoryreader.html">DirectoryReader</a> to read entries in a directory.
+Creates a new DirectoryReader to read entries in a directory.
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 
     // create a directory reader
     var directoryReader = entry.createReader();
@@ -278,11 +278,11 @@ Creates or looks up an existing directory.  It is an error to attempt to:
 __Parameters:__
 
 - __path__ - The path to the directory to be looked up or created.  Either an absolute path, or a relative path from this DirectoryEntry. _(DOMString)_
-- __options__ - Options to specify whether the directory is created if it doesn't exist.  _(<a href="../flags/flags.html">Flags</a>)_
+- __options__ - Options to specify whether the directory is created if it doesn't exist.  _(Flags)_
 - __successCallback__ - A callback that is invoked with a DirectoryEntry object. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs creating or looking up the directory.  Invoked with a <a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a> object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs creating or looking up the directory.  Invoked with a FileError object. _(Function)_
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 
     function success(parent) {
         console.log("Parent Name: " + parent.name);
@@ -296,7 +296,7 @@ __Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
     entry.getDirectory("newDir", {create: true, exclusive: false}, success, fail);
 
 
-get<a href="../fileobj/fileobj.html">File</a>
+getFile
 -------
 
 Creates or looks up a file.  It is an error to attempt to:
@@ -306,11 +306,11 @@ Creates or looks up a file.  It is an error to attempt to:
 __Parameters:__
 
 - __path__ - The path to the file to be looked up or created.  Either an absolute path, or a relative path from this DirectoryEntry. _(DOMString)_
-- __options__ - Options to specify whether the file is created if it doesn't exist.  _(<a href="../flags/flags.html">Flags</a>)_
-- __successCallback__ - A callback that is invoked with a <a href="../fileentry/fileentry.html"><a href="../fileobj/fileobj.html">File</a>Entry</a> object. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs creating or looking up the file.  Invoked with a <a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a> object. _(Function)_
+- __options__ - Options to specify whether the file is created if it doesn't exist.  _(Flags)_
+- __successCallback__ - A callback that is invoked with a FileEntry object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs creating or looking up the file.  Invoked with a FileError object. _(Function)_
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 
     function success(parent) {
         console.log("Parent Name: " + parent.name);
@@ -321,7 +321,7 @@ __Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
     }
 
     // Retrieve an existing file, or create it if it does not exist
-    entry.get<a href="../fileobj/fileobj.html">File</a>("new<a href="../fileobj/fileobj.html">File</a>.txt", {create: true, exclusive: false}, success, fail);
+    entry.getFile("newFile.txt", {create: true, exclusive: false}, success, fail);
 
 
 removeRecursively
@@ -336,9 +336,9 @@ be deleted.   It is an error to attempt to:
 __Parameters:__
 
 - __successCallback__ - A callback that is called after the DirectoryEntry has been deleted.  Invoked with no parameters. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs when attempting to delete the DirectoryEntry.  Invoked with a <a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a> object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs when attempting to delete the DirectoryEntry.  Invoked with a FileError object. _(Function)_
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 
     function success(parent) {
         console.log("Remove Recursively Succeeded");

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/file/directoryreader/directoryreader.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/file/directoryreader/directoryreader.md b/www/docs/en/1.8.0/cordova/file/directoryreader/directoryreader.md
index 9e024f6..da55cc2 100644
--- a/www/docs/en/1.8.0/cordova/file/directoryreader/directoryreader.md
+++ b/www/docs/en/1.8.0/cordova/file/directoryreader/directoryreader.md
@@ -44,10 +44,10 @@ Read the entries in this directory.
 
 __Parameters:__
 
-- __successCallback__ - A callback that is passed an array of <a href="../fileentry/fileentry.html"><a href="../fileobj/fileobj.html">File</a>Entry</a> and <a href="../directoryentry/directoryentry.html">DirectoryEntry</a> objects. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs retrieving the directory listing. Invoked with a <a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a> object. _(Function)_
+- __successCallback__ - A callback that is passed an array of FileEntry and DirectoryEntry objects. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs retrieving the directory listing. Invoked with a FileError object. _(Function)_
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 	
     function success(entries) {
         var i;

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/file/file.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/file/file.md b/www/docs/en/1.8.0/cordova/file/file.md
index e4c6268..49bd848 100644
--- a/www/docs/en/1.8.0/cordova/file/file.md
+++ b/www/docs/en/1.8.0/cordova/file/file.md
@@ -18,29 +18,29 @@ license: >
     under the License.
 ---
 
-<a href="fileobj/fileobj.html">File</a>
+File
 ==========
 
->  This API is based on the W3C [<a href="fileobj/fileobj.html">File</a> API](http://www.w3.org/TR/<a href="fileobj/fileobj.html">File</a>API). An API to read, write and navigate file system hierarchies.
+>  This API is based on the W3C [File API](http://www.w3.org/TR/FileAPI). An API to read, write and navigate file system hierarchies.
 
 Objects
 -------
 
-- <a href="directoryentry/directoryentry.html">DirectoryEntry</a>
-- <a href="directoryreader/directoryreader.html">DirectoryReader</a>
-- <a href="fileobj/fileobj.html">File</a>
-- <a href="fileentry/fileentry.html"><a href="fileobj/fileobj.html">File</a>Entry</a>
-- <a href="fileerror/fileerror.html"><a href="fileobj/fileobj.html">File</a>Error</a>
-- <a href="filereader/filereader.html"><a href="fileobj/fileobj.html">File</a>Reader</a>
-- <a href="filesystem/filesystem.html"><a href="fileobj/fileobj.html">File</a>System</a>
-- <a href="filetransfer/filetransfer.html"><a href="fileobj/fileobj.html">File</a>Transfer</a>
-- <a href="filetransfererror/filetransfererror.html"><a href="filetransfer/filetransfer.html"><a href="fileobj/fileobj.html">File</a>Transfer</a>Error</a>
-- <a href="fileuploadoptions/fileuploadoptions.html"><a href="fileobj/fileobj.html">File</a>UploadOptions</a>
-- <a href="fileuploadresult/fileuploadresult.html"><a href="fileobj/fileobj.html">File</a>UploadResult</a>
-- <a href="filewriter/filewriter.html"><a href="fileobj/fileobj.html">File</a>Writer</a>
-- <a href="flags/flags.html">Flags</a>
-- Local<a href="filesystem/filesystem.html"><a href="fileobj/fileobj.html">File</a>System</a>
-- <a href="metadata/metadata.html">Metadata</a>
+- DirectoryEntry
+- DirectoryReader
+- File
+- FileEntry
+- FileError
+- FileReader
+- FileSystem
+- FileTransfer
+- FileTransferError
+- FileUploadOptions
+- FileUploadResult
+- FileWriter
+- Flags
+- LocalFileSystem
+- Metadata
 
 Permissions
 -----------
@@ -49,8 +49,8 @@ Permissions
 
 #### app/res/xml/plugins.xml
 
-    <plugin name="<a href="fileobj/fileobj.html">File</a>" value="org.apache.cordova.<a href="fileobj/fileobj.html">File</a>Utils" />
-    <plugin name="<a href="filetransfer/filetransfer.html"><a href="fileobj/fileobj.html">File</a>Transfer</a>" value="org.apache.cordova.<a href="filetransfer/filetransfer.html"><a href="fileobj/fileobj.html">File</a>Transfer</a>" />
+    <plugin name="File" value="org.apache.cordova.FileUtils" />
+    <plugin name="FileTransfer" value="org.apache.cordova.FileTransfer" />
 
 #### app/AndroidManifest.xml
 
@@ -64,8 +64,8 @@ Permissions
 
 #### www/plugins.xml
 
-    <plugin name="<a href="fileobj/fileobj.html">File</a>" value="org.apache.cordova.file.<a href="fileobj/fileobj.html">File</a>Manager" />
-    <plugin name="<a href="filetransfer/filetransfer.html"><a href="fileobj/fileobj.html">File</a>Transfer</a>" value="org.apache.cordova.http.<a href="filetransfer/filetransfer.html"><a href="fileobj/fileobj.html">File</a>Transfer</a>" />
+    <plugin name="File" value="org.apache.cordova.file.FileManager" />
+    <plugin name="FileTransfer" value="org.apache.cordova.http.FileTransfer" />
 
 #### www/config.xml
 
@@ -78,18 +78,18 @@ Permissions
 
 ### iOS
 
-#### App/Supporting <a href="fileobj/fileobj.html">File</a>s/Cordova.plist
+#### App/Supporting Files/Cordova.plist
 
     <key>Plugins</key>
     <dict>
-        <key><a href="fileobj/fileobj.html">File</a></key>
-        <string>CDV<a href="fileobj/fileobj.html">File</a></string>
+        <key>File</key>
+        <string>CDVFile</string>
     </dict>
 
     <key>Plugins</key>
     <dict>
-        <key><a href="filetransfer/filetransfer.html"><a href="fileobj/fileobj.html">File</a>Transfer</a></key>
-        <string>CDV<a href="filetransfer/filetransfer.html"><a href="fileobj/fileobj.html">File</a>Transfer</a></string>
+        <key>FileTransfer</key>
+        <string>CDVFileTransfer</string>
     </dict>
 
 ### webOS


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[46/51] [partial] docs commit: Reverting autolinking change because of inconsistencies.

Posted by db...@apache.org.
http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/geolocation/geolocation.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/geolocation/geolocation.md b/www/docs/de/3.1.0/cordova/geolocation/geolocation.md
index 854a390..98e6941 100644
--- a/www/docs/de/3.1.0/cordova/geolocation/geolocation.md
+++ b/www/docs/de/3.1.0/cordova/geolocation/geolocation.md
@@ -20,37 +20,37 @@ license: >
 
 # Geolocation
 
-> Das `geolocation` Objekt bietet Zugriff auf <a href="Position/position.html">Position</a>sdaten auf der Grundlage des <a href="../device/device.html">Gerät</a>s GPS-Sensor oder abgeleitet von Netzwerk-Signale.
+> Das `geolocation` Objekt bietet Zugriff auf Positionsdaten auf der Grundlage des Geräts GPS-Sensor oder abgeleitet von Netzwerk-Signale.
 
-`Geolocation`enthält Informationen über das <a href="../device/device.html">Gerät</a> <a href="../storage/storage.html">Speicher</a>ort, z. B. breiten- und Längengrad. Gemeinsame Quellen von Standortinformationen sind Global <a href="Position/position.html">Position</a>ing System (GPS) und Lage von Netzwerk-Signale wie IP-Adresse, RFID, WLAN und Bluetooth MAC-Adressen und GSM/CDMA Zelle IDs abgeleitet. Es gibt keine Garantie, dass die API des <a href="../device/device.html">Gerät</a>s tatsächliche <a href="Position/position.html">Position</a> zurückgibt.
+`Geolocation`enthält Informationen über das Gerät Speicherort, z. B. breiten- und Längengrad. Gemeinsame Quellen von Standortinformationen sind Global Positioning System (GPS) und Lage von Netzwerk-Signale wie IP-Adresse, RFID, WLAN und Bluetooth MAC-Adressen und GSM/CDMA Zelle IDs abgeleitet. Es gibt keine Garantie, dass die API des Geräts tatsächliche Position zurückgibt.
 
-Diese API basiert auf der [W3C Geolocation API-Spezifikation][1], und nur auf <a href="../device/device.html">Gerät</a>en, die nicht bereits eine Implementierung bieten führt.
+Diese API basiert auf der [W3C Geolocation API-Spezifikation][1], und nur auf Geräten, die nicht bereits eine Implementierung bieten führt.
 
  [1]: http://dev.w3.org/geo/api/spec-source.html
 
-**Wichtige Datenschutzhinweis:** Erhebung und Nutzung von Geolocation-Daten wirft wichtige Privatsphäre. Wie die app benutzt Geolocation-Daten, Ihre app-Datenschutzrichtlinien zu diskutieren, ob es mit allen anderen Parteien und das Niveau der Genauigkeit der Daten (z. B. grob, fein, Postleitzahl, etc..) freigegeben ist. Geolocation-Daten gilt allgemein als empfindlich, weil es, eine Person Aufenthaltsort erkennen lässt und, wenn gespeichert, die Geschichte von seinen Reisen. Daher neben Ihrer app-Privacy Policy sollten stark Sie eine just-in-Time Ankündigung vor Ihrer Anwendung, die Zugriff auf Geolocation-Daten (wenn das Betriebssystem des <a href="../device/device.html">Gerät</a>s bereits tun nicht). Diese <a href="../notification/notification.html">Benachrichtigung</a> sollte der gleichen Informationen, die vorstehend, sowie die Zustimmung des Benutzers (z.B. durch Präsentation Entscheidungen für das **OK** und **Nein danke**). Weitere Informationen finden Sie in der <a hr
 ef="../../guide/appdev/privacy/index.html">Datenschutz-Guide</a>.
+**Wichtige Datenschutzhinweis:** Erhebung und Nutzung von Geolocation-Daten wirft wichtige Privatsphäre. Wie die app benutzt Geolocation-Daten, Ihre app-Datenschutzrichtlinien zu diskutieren, ob es mit allen anderen Parteien und das Niveau der Genauigkeit der Daten (z. B. grob, fein, Postleitzahl, etc..) freigegeben ist. Geolocation-Daten gilt allgemein als empfindlich, weil es, eine Person Aufenthaltsort erkennen lässt und, wenn gespeichert, die Geschichte von seinen Reisen. Daher neben Ihrer app-Privacy Policy sollten stark Sie eine just-in-Time Ankündigung vor Ihrer Anwendung, die Zugriff auf Geolocation-Daten (wenn das Betriebssystem des Geräts bereits tun nicht). Diese Benachrichtigung sollte der gleichen Informationen, die vorstehend, sowie die Zustimmung des Benutzers (z.B. durch Präsentation Entscheidungen für das **OK** und **Nein danke**). Weitere Informationen finden Sie in der Datenschutz-Guide.
 
 ## Methoden
 
-*   geolocation.getCurrent<a href="Position/position.html">Position</a>
-*   geolocation.watch<a href="Position/position.html">Position</a>
-*   <a href="geolocation.clearWatch.html">geolocation.clearWatch</a>
+*   geolocation.getCurrentPosition
+*   geolocation.watchPosition
+*   geolocation.clearWatch
 
 ## Argumente
 
-*   <a href="parameters/geolocationSuccess.html">geolocationSuccess</a>
-*   <a href="parameters/geolocationError.html">geolocationError</a>
-*   <a href="parameters/geolocation.options.html">geolocationOptions</a>
+*   geolocationSuccess
+*   geolocationError
+*   geolocationOptions
 
 ## Objekte (schreibgeschützt)
 
 *   Stellung
-*   <a href="Position/position.html">Position</a>Error
-*   <a href="Coordinates/coordinates.html">Koordinaten</a>
+*   PositionError
+*   Koordinaten
 
 ## Zugriff auf die Funktion
 
-Ab Version 3.0 implementiert Cordova <a href="../device/device.html">Gerät</a>eebene APIs als *Plugins*. Verwenden Sie der CLI `plugin` Befehl, beschrieben in der Command-Line Interface, hinzufügen oder Entfernen dieses Feature für ein Projekt:
+Ab Version 3.0 implementiert Cordova Geräteebene APIs als *Plugins*. Verwenden Sie der CLI `plugin` Befehl, beschrieben in der Command-Line Interface, hinzufügen oder Entfernen dieses Feature für ein Projekt:
 
         $ cordova plugin add org.apache.cordova.geolocation
         $ cordova plugin ls
@@ -104,4 +104,4 @@ Diese Befehle gelten für alle Zielplattformen, aber die unten beschriebenen Pla
 
  [2]: http://msdn.microsoft.com/en-us/library/ff769509%28v=vs.92%29.aspx
 
-Einige Plattformen können dieses Feature unterstützen, ohne dass eine besondere Konfiguration. Finden Sie unter *Plattform-Unterstützung* in der <a href="../../guide/overview/index.html">Übersicht</a>.
\ No newline at end of file
+Einige Plattformen können dieses Feature unterstützen, ohne dass eine besondere Konfiguration. Finden Sie unter *Plattform-Unterstützung* in der Übersicht.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/geolocation/geolocation.watchPosition.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/geolocation/geolocation.watchPosition.md b/www/docs/de/3.1.0/cordova/geolocation/geolocation.watchPosition.md
index 6c1d6ce..08e4291 100644
--- a/www/docs/de/3.1.0/cordova/geolocation/geolocation.watchPosition.md
+++ b/www/docs/de/3.1.0/cordova/geolocation/geolocation.watchPosition.md
@@ -18,30 +18,30 @@ license: >
     under the License.
 ---
 
-# geolocation.watch<a href="Position/position.html">Position</a>
+# geolocation.watchPosition
 
-Uhren für Änderungen an der aktuellen <a href="Position/position.html">Position</a> des <a href="../device/device.html">Gerät</a>s.
+Uhren für Änderungen an der aktuellen Position des Geräts.
 
-    var watchId = navigator.geolocation.watch<a href="Position/position.html">Position</a>(<a href="parameters/geolocationSuccess.html">geolocationSuccess</a>,
-                                                      [<a href="parameters/geolocationError.html">geolocationError</a>],
-                                                      [<a href="parameters/geolocation.options.html">geolocationOptions</a>]);
+    var watchId = navigator.geolocation.watchPosition(geolocationSuccess,
+                                                      [geolocationError],
+                                                      [geolocationOptions]);
     
 
 ## Parameter
 
-*   **<a href="geolocation.html">Geolocation</a>Success**: der Rückruf, der die aktuelle <a href="Position/position.html">Position</a> übergeben wird.
+*   **GeolocationSuccess**: der Rückruf, der die aktuelle Position übergeben wird.
 
-*   **<a href="geolocation.html">Geolocation</a>Error**: (Optional) der Rückruf, der ausgeführt wird, wenn ein Fehler auftritt.
+*   **GeolocationError**: (Optional) der Rückruf, der ausgeführt wird, wenn ein Fehler auftritt.
 
-*   **<a href="geolocation.html">Geolocation</a>Options**: (Optional) die <a href="geolocation.html">Geolocation</a>-Optionen.
+*   **GeolocationOptions**: (Optional) die Geolocation-Optionen.
 
 ## Gibt
 
-*   **String**: gibt eine Uhr-Id, die das Uhr Stellung Intervall verweist zurück. Die Uhr-Id sollte verwendet werden, mit `<a href="geolocation.clearWatch.html">geolocation.clearWatch</a>` , gerade für Änderungen zu stoppen.
+*   **String**: gibt eine Uhr-Id, die das Uhr Stellung Intervall verweist zurück. Die Uhr-Id sollte verwendet werden, mit `geolocation.clearWatch` , gerade für Änderungen zu stoppen.
 
 ## Beschreibung
 
-`geolocation.watch<a href="Position/position.html">Position</a>`ist eine asynchrone Funktion. Es gibt das <a href="../device/device.html">Gerät</a> aktuelle <a href="Position/position.html">Position</a> zurück, wenn eine Änderung erkannt wird. Wenn das <a href="../device/device.html">Gerät</a> einen neuen <a href="../storage/storage.html">Speicher</a>ort und ruft die `<a href="parameters/geolocationSuccess.html">geolocationSuccess</a>` Rückruf führt mit einem `<a href="Position/position.html">Position</a>` Objekt als Parameter. Wenn ein Fehler vorliegt der `<a href="parameters/geolocationError.html">geolocationError</a>` Rückruf führt mit einem `<a href="Position/position.html">Position</a>Error` Objekt als Parameter.
+`geolocation.watchPosition`ist eine asynchrone Funktion. Es gibt das Gerät aktuelle Position zurück, wenn eine Änderung erkannt wird. Wenn das Gerät einen neuen Speicherort und ruft die `geolocationSuccess` Rückruf führt mit einem `Position` Objekt als Parameter. Wenn ein Fehler vorliegt der `geolocationError` Rückruf führt mit einem `PositionError` Objekt als Parameter.
 
 ## Unterstützte Plattformen
 
@@ -55,7 +55,7 @@ Uhren für Änderungen an der aktuellen <a href="Position/position.html">Positio
 ## Kleines Beispiel
 
     // onSuccess Callback
-    //   This method accepts a `<a href="Position/position.html">Position</a>` object, which contains
+    //   This method accepts a `Position` object, which contains
     //   the current GPS coordinates
     //
     function onSuccess(position) {
@@ -65,7 +65,7 @@ Uhren für Änderungen an der aktuellen <a href="Position/position.html">Positio
                             '<hr />'      + element.innerHTML;
     }
     
-    // onError Callback receives a <a href="Position/position.html">Position</a>Error object
+    // onError Callback receives a PositionError object
     //
     function onError(error) {
         alert('code: '    + error.code    + '\n' +
@@ -74,7 +74,7 @@ Uhren für Änderungen an der aktuellen <a href="Position/position.html">Positio
     
     // Options: throw an error if no update is received every 30 seconds.
     //
-    var watchID = navigator.geolocation.watch<a href="Position/position.html">Position</a>(onSuccess, onError, { timeout: 30000 });
+    var watchID = navigator.geolocation.watchPosition(onSuccess, onError, { timeout: 30000 });
     
 
 ## Vollständiges Beispiel
@@ -82,14 +82,14 @@ Uhren für Änderungen an der aktuellen <a href="Position/position.html">Positio
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Device Properties <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Device Properties Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
     
         // Wait for device API libraries to load
         //
-        document.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>("<a href="../events/events.deviceready.html">deviceready</a>", onDeviceReady, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
     
         var watchID = null;
     
@@ -98,10 +98,10 @@ Uhren für Änderungen an der aktuellen <a href="Position/position.html">Positio
         function onDeviceReady() {
             // Throw an error if no update is received every 30 seconds
             var options = { timeout: 30000 };
-            watchID = navigator.geolocation.watch<a href="Position/position.html">Position</a>(onSuccess, onError, options);
+            watchID = navigator.geolocation.watchPosition(onSuccess, onError, options);
         }
     
-        // onSuccess <a href="geolocation.html">Geolocation</a>
+        // onSuccess Geolocation
         //
         function onSuccess(position) {
             var element = document.getElementById('geolocation');
@@ -110,7 +110,7 @@ Uhren für Änderungen an der aktuellen <a href="Position/position.html">Positio
                                 '<hr />'      + element.innerHTML;
         }
     
-            // onError Callback receives a <a href="Position/position.html">Position</a>Error object
+            // onError Callback receives a PositionError object
             //
             function onError(error) {
                 alert('code: '    + error.code    + '\n' +

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/geolocation/parameters/geolocation.options.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/geolocation/parameters/geolocation.options.md b/www/docs/de/3.1.0/cordova/geolocation/parameters/geolocation.options.md
index b267365..c9e1fbc 100644
--- a/www/docs/de/3.1.0/cordova/geolocation/parameters/geolocation.options.md
+++ b/www/docs/de/3.1.0/cordova/geolocation/parameters/geolocation.options.md
@@ -20,19 +20,19 @@ license: >
 
 # geolocationOptions
 
-Optionalen Parametern, um das Abrufen von der geolocation`<a href="../Position/position.html">Position</a>`.
+Optionalen Parametern, um das Abrufen von der geolocation`Position`.
 
     {MaximumAge: 3000, Timeout: 5000, EnableHighAccuracy: true};
     
 
 ## Optionen
 
-*   **EnableHighAccuracy**: stellt einen Hinweis, dass die Anwendung die bestmöglichen Ergebnisse benötigt. Standardmäßig versucht das <a href="../../device/device.html">Gerät</a> abzurufen ein `<a href="../Position/position.html">Position</a>` mit netzwerkbasierte Methoden. Wenn diese Eigenschaft auf `true` erzählt den Rahmenbedingungen genauere Methoden, z. B. Satellitenortung verwenden. *(Boolean)*
+*   **EnableHighAccuracy**: stellt einen Hinweis, dass die Anwendung die bestmöglichen Ergebnisse benötigt. Standardmäßig versucht das Gerät abzurufen ein `Position` mit netzwerkbasierte Methoden. Wenn diese Eigenschaft auf `true` erzählt den Rahmenbedingungen genauere Methoden, z. B. Satellitenortung verwenden. *(Boolean)*
 
-*   **Timeout**: die maximale Länge der Zeit (in Millisekunden), die zulässig ist, übergeben Sie den Aufruf von `geolocation.getCurrent<a href="../Position/position.html">Position</a>` oder `geolocation.watch<a href="../Position/position.html">Position</a>` bis zu den entsprechenden `<a href="geolocationSuccess.html">geolocationSuccess</a>` Rückruf führt. Wenn die `<a href="geolocationSuccess.html">geolocationSuccess</a>` Rückruf wird nicht aufgerufen, in dieser Zeit die `<a href="geolocationError.html">geolocationError</a>` Rückruf wird übergeben ein `<a href="../Position/position.html">Position</a>Error.TIMEOUT` Fehlercode. (Beachten Sie, dass in <a href="../../connection/connection.html">Verbindung</a> mit `geolocation.watch<a href="../Position/position.html">Position</a>` , die `<a href="geolocationError.html">geolocationError</a>` Rückruf könnte auf ein Intervall aufgerufen werden alle `timeout` Millisekunden!) *(Anzahl)*
+*   **Timeout**: die maximale Länge der Zeit (in Millisekunden), die zulässig ist, übergeben Sie den Aufruf von `geolocation.getCurrentPosition` oder `geolocation.watchPosition` bis zu den entsprechenden `geolocationSuccess` Rückruf führt. Wenn die `geolocationSuccess` Rückruf wird nicht aufgerufen, in dieser Zeit die `geolocationError` Rückruf wird übergeben ein `PositionError.TIMEOUT` Fehlercode. (Beachten Sie, dass in Verbindung mit `geolocation.watchPosition` , die `geolocationError` Rückruf könnte auf ein Intervall aufgerufen werden alle `timeout` Millisekunden!) *(Anzahl)*
 
-*   **MaximumAge**: eine zwischengespeicherte <a href="../Position/position.html">Position</a>, deren Alter nicht größer als die angegebene Zeit in Millisekunden ist, zu akzeptieren. *(Anzahl)*
+*   **MaximumAge**: eine zwischengespeicherte Position, deren Alter nicht größer als die angegebene Zeit in Millisekunden ist, zu akzeptieren. *(Anzahl)*
 
 ## Android Macken
 
-Android 2.x-Emulatoren geben ein <a href="../geolocation.html">Geolocation</a>-Ergebnis nicht zurück, es sei denn, die `enableHighAccuracy` Option auf festgelegt ist`true`.
\ No newline at end of file
+Android 2.x-Emulatoren geben ein Geolocation-Ergebnis nicht zurück, es sei denn, die `enableHighAccuracy` Option auf festgelegt ist`true`.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/geolocation/parameters/geolocationError.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/geolocation/parameters/geolocationError.md b/www/docs/de/3.1.0/cordova/geolocation/parameters/geolocationError.md
index 7906362..7a97069 100644
--- a/www/docs/de/3.1.0/cordova/geolocation/parameters/geolocationError.md
+++ b/www/docs/de/3.1.0/cordova/geolocation/parameters/geolocationError.md
@@ -20,7 +20,7 @@ license: >
 
 # geolocationError
 
-Des Benutzers Callback-Funktion, die ausgeführt wird, wenn ein Fehler für <a href="../geolocation.html">Geolocation</a>-Funktionen auftritt.
+Des Benutzers Callback-Funktion, die ausgeführt wird, wenn ein Fehler für Geolocation-Funktionen auftritt.
 
     function(error) {
         // Handle the error
@@ -29,4 +29,4 @@ Des Benutzers Callback-Funktion, die ausgeführt wird, wenn ein Fehler für <a h
 
 ## Parameter
 
-*   **Fehler**: der Fehler, die durch das <a href="../../device/device.html">Gerät</a> zurückgegeben. *(<a href="../Position/position.html">Position</a>Error)*
\ No newline at end of file
+*   **Fehler**: der Fehler, die durch das Gerät zurückgegeben. *(PositionError)*
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/geolocation/parameters/geolocationSuccess.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/geolocation/parameters/geolocationSuccess.md b/www/docs/de/3.1.0/cordova/geolocation/parameters/geolocationSuccess.md
index f6f122e..dbd87b9 100644
--- a/www/docs/de/3.1.0/cordova/geolocation/parameters/geolocationSuccess.md
+++ b/www/docs/de/3.1.0/cordova/geolocation/parameters/geolocationSuccess.md
@@ -20,7 +20,7 @@ license: >
 
 # geolocationSuccess
 
-Des Benutzers-Callback-Funktion, die ausgeführt wird, sobald eine <a href="../geolocation.html">Geolocation</a>-<a href="../Position/position.html">Position</a> verfügbar ist (beim Aufruf aus `geolocation.getCurrent<a href="../Position/position.html">Position</a>` ), oder wenn sich die <a href="../Position/position.html">Position</a> ändert, (beim Aufruf aus`geolocation.watch<a href="../Position/position.html">Position</a>`).
+Des Benutzers-Callback-Funktion, die ausgeführt wird, sobald eine Geolocation-Position verfügbar ist (beim Aufruf aus `geolocation.getCurrentPosition` ), oder wenn sich die Position ändert, (beim Aufruf aus`geolocation.watchPosition`).
 
     function(position) {
         // Do something
@@ -29,7 +29,7 @@ Des Benutzers-Callback-Funktion, die ausgeführt wird, sobald eine <a href="../g
 
 ## Parameter
 
-*   **Lage**: die <a href="../geolocation.html">Geolocation</a>-<a href="../Position/position.html">Position</a>, die durch das <a href="../../device/device.html">Gerät</a> zurückgegeben. *(<a href="../Position/position.html">Position</a>)*
+*   **Lage**: die Geolocation-Position, die durch das Gerät zurückgegeben. *(Position)*
 
 ## Beispiel
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/globalization/GlobalizationError/globalizationerror.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/globalization/GlobalizationError/globalizationerror.md b/www/docs/de/3.1.0/cordova/globalization/GlobalizationError/globalizationerror.md
index fff6a90..6ef72d0 100644
--- a/www/docs/de/3.1.0/cordova/globalization/GlobalizationError/globalizationerror.md
+++ b/www/docs/de/3.1.0/cordova/globalization/GlobalizationError/globalizationerror.md
@@ -20,7 +20,7 @@ license: >
 
 # GlobalizationError
 
-Ein Objekt, das einen Fehler von der <a href="../globalization.html">Globalisierung</a>-API darstellt.
+Ein Objekt, das einen Fehler von der Globalisierung-API darstellt.
 
 ## Eigenschaften
 
@@ -56,7 +56,7 @@ Die folgenden Fehler-Callback ausgeführt wird, zeigt einen Popup-Dialog mit dem
     <!DOCTYPE HTML>
     <html>
       <head>
-        <title>GlobalizationError <a href="../../storage/storage.opendatabase.html">Example</a></title>
+        <title>GlobalizationError Example</title>
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
     
@@ -72,7 +72,7 @@ Die folgenden Fehler-Callback ausgeführt wird, zeigt einen Popup-Dialog mit dem
         };
     
         function checkError() {
-          navigator.<a href="../globalization.stringToDate.html">globalization.stringToDate</a>(
+          navigator.globalization.stringToDate(
             'notADate',
             successCallback,
             errorCallback,

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/globalization/globalization.dateToString.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/globalization/globalization.dateToString.md b/www/docs/de/3.1.0/cordova/globalization/globalization.dateToString.md
index 93be2d4..71f276d 100644
--- a/www/docs/de/3.1.0/cordova/globalization/globalization.dateToString.md
+++ b/www/docs/de/3.1.0/cordova/globalization/globalization.dateToString.md
@@ -31,7 +31,7 @@ Gibt das formatierte Datum `String` über eine `value` -Eigenschaft zugänglich
 
 Die eingehende `date` -Parameter des Typs sein sollte`Date`.
 
-Wenn ein Fehler, die Formatierung des Datums vorliegt dann die `errorCallback` führt mit einem `<a href="GlobalizationError/globalizationerror.html">GlobalizationError</a>` -Objekt als Parameter. Erwarteten Fehlercode ist`<a href="GlobalizationError/globalizationerror.html">GlobalizationError</a>.FORMATTING\_ERROR`.
+Wenn ein Fehler, die Formatierung des Datums vorliegt dann die `errorCallback` führt mit einem `GlobalizationError` -Objekt als Parameter. Erwarteten Fehlercode ist`GlobalizationError.FORMATTING\_ERROR`.
 
 Die `options` Parameter ist optional, und die Standardwerte sind:
 
@@ -66,7 +66,7 @@ Wenn der Browser so, dass eingestellt ist die `en\_US` Gebietsschema, dies zeigt
     <!DOCTYPE HTML>
     <html>
       <head>
-        <title>dateToString <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>dateToString Example</title>
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
     

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/globalization/globalization.getCurrencyPattern.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/globalization/globalization.getCurrencyPattern.md b/www/docs/de/3.1.0/cordova/globalization/globalization.getCurrencyPattern.md
index e40d1e8..2673c2a 100644
--- a/www/docs/de/3.1.0/cordova/globalization/globalization.getCurrencyPattern.md
+++ b/www/docs/de/3.1.0/cordova/globalization/globalization.getCurrencyPattern.md
@@ -43,7 +43,7 @@ Gibt das Muster auf der `successCallback` mit einem `properties` -Objekt als Par
 
 Die eingehende `currencyCode` Parameter sollte ein `String` einer der ISO 4217 Währungscodes, z. B. 'USD'.
 
-Wenn ein Fehler, erhalten das Muster vorliegt dann die `errorCallback` führt mit einem `<a href="GlobalizationError/globalizationerror.html">GlobalizationError</a>` -Objekt als Parameter. Erwarteten Fehlercode ist`<a href="GlobalizationError/globalizationerror.html">GlobalizationError</a>.FORMATTING\_ERROR`.
+Wenn ein Fehler, erhalten das Muster vorliegt dann die `errorCallback` führt mit einem `GlobalizationError` -Objekt als Parameter. Erwarteten Fehlercode ist`GlobalizationError.FORMATTING\_ERROR`.
 
 ## Unterstützte Plattformen
 
@@ -84,7 +84,7 @@ Erwartete Ergebnis:
     <!DOCTYPE HTML>
     <html>
       <head>
-        <title>getCurrencyPattern <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>getCurrencyPattern Example</title>
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
     

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/globalization/globalization.getDateNames.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/globalization/globalization.getDateNames.md b/www/docs/de/3.1.0/cordova/globalization/globalization.getDateNames.md
index 72ee7de..44d7832 100644
--- a/www/docs/de/3.1.0/cordova/globalization/globalization.getDateNames.md
+++ b/www/docs/de/3.1.0/cordova/globalization/globalization.getDateNames.md
@@ -29,7 +29,7 @@ Gibt ein Array der Namen der Monate oder Tage der Woche, abhängig von dem Clien
 
 Gibt das Array von Namen der `successCallback` mit einem `properties` -Objekt als Parameter. Dieses Objekt enthält eine `value` -Eigenschaft mit einer `Array` der `String` Werte. Die Namen von Array-Funktionen, entweder der erste Monat im Jahr oder der erste Tag der Woche, je nach der ausgewählten Option ab.
 
-Wenn es einen Fehler erhalten die Namen dann die `errorCallback` führt mit einem `<a href="GlobalizationError/globalizationerror.html">GlobalizationError</a>` -Objekt als Parameter. Erwarteten Fehlercode ist`<a href="GlobalizationError/globalizationerror.html">GlobalizationError</a>.UNKNOWN\_ERROR`.
+Wenn es einen Fehler erhalten die Namen dann die `errorCallback` führt mit einem `GlobalizationError` -Objekt als Parameter. Erwarteten Fehlercode ist`GlobalizationError.UNKNOWN\_ERROR`.
 
 Die `options` Parameter ist optional, und die Standardwerte sind:
 
@@ -67,7 +67,7 @@ Wenn der Browser auf festgelegt ist die `en\_US` Gebietsschema, in diesem Beispi
     <!DOCTYPE HTML>
     <html>
       <head>
-        <title>getDateNames <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>getDateNames Example</title>
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
     

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/globalization/globalization.getDatePattern.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/globalization/globalization.getDatePattern.md b/www/docs/de/3.1.0/cordova/globalization/globalization.getDatePattern.md
index f86c54d..9e4823f 100644
--- a/www/docs/de/3.1.0/cordova/globalization/globalization.getDatePattern.md
+++ b/www/docs/de/3.1.0/cordova/globalization/globalization.getDatePattern.md
@@ -35,9 +35,9 @@ Gibt das Muster auf der `successCallback` . Das als Parameter übergebene Objekt
 
 *   **Utc_offset**: die aktuelle Differenz in Sekunden zwischen dem Client Zeitzone und koordinierte Weltzeit. *(Anzahl)*
 
-*   **Dst_offset**: der aktuelle Sommerzeit-Offset in Sekunden zwischen der Client-Sommerzeit der Zeitzone und der Client Tageslicht <a href="../storage/storage.html">Speicher</a>n der Zeitzone. *(Anzahl)*
+*   **Dst_offset**: der aktuelle Sommerzeit-Offset in Sekunden zwischen der Client-Sommerzeit der Zeitzone und der Client Tageslicht Speichern der Zeitzone. *(Anzahl)*
 
-Wenn es einen Fehler erhalten das Muster der `errorCallback` führt mit ein `<a href="GlobalizationError/globalizationerror.html">GlobalizationError</a>` -Objekt als Parameter. Erwarteten Fehlercode ist`<a href="GlobalizationError/globalizationerror.html">GlobalizationError</a>.PATTERN\_ERROR`.
+Wenn es einen Fehler erhalten das Muster der `errorCallback` führt mit ein `GlobalizationError` -Objekt als Parameter. Erwarteten Fehlercode ist`GlobalizationError.PATTERN\_ERROR`.
 
 Die `options` Parameter ist optional und wird mit den folgenden Werten:
 
@@ -72,7 +72,7 @@ Wenn der Browser auf festgelegt ist die `en\_US` Gebietsschema, in diesem Beispi
     <!DOCTYPE HTML>
     <html>
       <head>
-        <title>getDatePattern <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>getDatePattern Example</title>
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
     

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/globalization/globalization.getFirstDayOfWeek.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/globalization/globalization.getFirstDayOfWeek.md b/www/docs/de/3.1.0/cordova/globalization/globalization.getFirstDayOfWeek.md
index c0e627c..0e092de 100644
--- a/www/docs/de/3.1.0/cordova/globalization/globalization.getFirstDayOfWeek.md
+++ b/www/docs/de/3.1.0/cordova/globalization/globalization.getFirstDayOfWeek.md
@@ -29,7 +29,7 @@ Den ersten Tag der Woche laut dem Client Benutzereinstellungen und Kalender gibt
 
 Die Wochentage sind nummeriert, beginnend mit 1, wo wird 1 Sonntag angenommen. Liefert den Tag auf der `successCallback` mit einem `properties` -Objekt als Parameter. Dieses Objekt muss eine `value` Eigenschaft mit einer `Number` Wert.
 
-Wenn ein Fehler, erhalten das Muster vorliegt dann die `errorCallback` führt mit einem `<a href="GlobalizationError/globalizationerror.html">GlobalizationError</a>` -Objekt als Parameter. Erwarteten Fehlercode ist`<a href="GlobalizationError/globalizationerror.html">GlobalizationError</a>.UNKNOWN\_ERROR`.
+Wenn ein Fehler, erhalten das Muster vorliegt dann die `errorCallback` führt mit einem `GlobalizationError` -Objekt als Parameter. Erwarteten Fehlercode ist`GlobalizationError.UNKNOWN\_ERROR`.
 
 ## Unterstützte Plattformen
 
@@ -53,7 +53,7 @@ Wenn der Browser auf festgelegt ist die `en\_US` Gebietsschema, dies zeigt einen
     <!DOCTYPE HTML>
     <html>
       <head>
-        <title>getFirstDayOfWeek <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>getFirstDayOfWeek Example</title>
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
     

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/globalization/globalization.getLocaleName.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/globalization/globalization.getLocaleName.md b/www/docs/de/3.1.0/cordova/globalization/globalization.getLocaleName.md
index 113f8ec..7ebfb37 100644
--- a/www/docs/de/3.1.0/cordova/globalization/globalization.getLocaleName.md
+++ b/www/docs/de/3.1.0/cordova/globalization/globalization.getLocaleName.md
@@ -29,7 +29,7 @@ Bekommen Sie der Bezeichner für die aktuelle Gebietsschema-Einstellung des Clie
 
 Gibt die Gebietsschemabezeichner-Zeichenfolge, die `successCallback` mit einem `properties` -Objekt als Parameter. Dieses Objekt muss eine `value` Eigenschaft mit einer `String` Wert.
 
-Wenn es ist ein Fehler, der immer des Gebietsschemas, dann die `errorCallback` führt mit einem `<a href="GlobalizationError/globalizationerror.html">GlobalizationError</a>` -Objekt als Parameter. Erwarteten Fehlercode ist`<a href="GlobalizationError/globalizationerror.html">GlobalizationError</a>.UNKNOWN\_ERROR`.
+Wenn es ist ein Fehler, der immer des Gebietsschemas, dann die `errorCallback` führt mit einem `GlobalizationError` -Objekt als Parameter. Erwarteten Fehlercode ist`GlobalizationError.UNKNOWN\_ERROR`.
 
 ## Unterstützte Plattformen
 
@@ -53,7 +53,7 @@ Wenn der Browser auf festgelegt ist die `en\_US` Gebietsschema, dies zeigt einen
     <!DOCTYPE HTML>
     <html>
       <head>
-        <title>getLocaleName <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>getLocaleName Example</title>
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
     

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/globalization/globalization.getNumberPattern.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/globalization/globalization.getNumberPattern.md b/www/docs/de/3.1.0/cordova/globalization/globalization.getNumberPattern.md
index b83d103..61bafdf 100644
--- a/www/docs/de/3.1.0/cordova/globalization/globalization.getNumberPattern.md
+++ b/www/docs/de/3.1.0/cordova/globalization/globalization.getNumberPattern.md
@@ -45,7 +45,7 @@ Gibt das Muster auf der `successCallback` mit einem `properties` -Objekt als Par
 
 *   **Gruppieren**: das Symbol für Zifferngruppierung zum analysieren und formatieren verwenden. *(String)*
 
-Wenn ein Fehler, erhalten das Muster vorliegt dann die `errorCallback` führt mit einem `<a href="GlobalizationError/globalizationerror.html">GlobalizationError</a>` -Objekt als Parameter. Erwarteten Fehlercode ist`<a href="GlobalizationError/globalizationerror.html">GlobalizationError</a>.PATTERN\_ERROR`.
+Wenn ein Fehler, erhalten das Muster vorliegt dann die `errorCallback` führt mit einem `GlobalizationError` -Objekt als Parameter. Erwarteten Fehlercode ist`GlobalizationError.PATTERN\_ERROR`.
 
 Die `options` Parameter ist optional und Standardwerte sind:
 
@@ -91,7 +91,7 @@ Ergebnisse:
     <!DOCTYPE HTML>
     <html>
       <head>
-        <title>getNumberPattern <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>getNumberPattern Example</title>
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
     

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/globalization/globalization.getPreferredLanguage.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/globalization/globalization.getPreferredLanguage.md b/www/docs/de/3.1.0/cordova/globalization/globalization.getPreferredLanguage.md
index a930c64..7dfb973 100644
--- a/www/docs/de/3.1.0/cordova/globalization/globalization.getPreferredLanguage.md
+++ b/www/docs/de/3.1.0/cordova/globalization/globalization.getPreferredLanguage.md
@@ -29,7 +29,7 @@ Bekommen Sie Bezeichner für die aktuelle Sprache des Clients.
 
 Gibt die Sprache-ID-Zeichenfolge, die die `successCallback` mit einem `properties` -Objekt als Parameter. Dieses Objekt muss eine `value` Eigenschaft mit einer `String` Wert.
 
-Wenn ein Fehler, der immer der Sprache vorliegt dann die `errorCallback` führt mit einem `<a href="GlobalizationError/globalizationerror.html">GlobalizationError</a>` -Objekt als Parameter. Erwarteten Fehlercode ist`<a href="GlobalizationError/globalizationerror.html">GlobalizationError</a>.UNKNOWN\_ERROR`.
+Wenn ein Fehler, der immer der Sprache vorliegt dann die `errorCallback` führt mit einem `GlobalizationError` -Objekt als Parameter. Erwarteten Fehlercode ist`GlobalizationError.UNKNOWN\_ERROR`.
 
 ## Unterstützte Plattformen
 
@@ -53,7 +53,7 @@ Wenn der Browser auf festgelegt ist die `en\_US` Gebietsschema, dies sollte eine
     <!DOCTYPE HTML>
     <html>
       <head>
-        <title>getPreferredLanguage <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>getPreferredLanguage Example</title>
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
     

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/globalization/globalization.isDayLightSavingsTime.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/globalization/globalization.isDayLightSavingsTime.md b/www/docs/de/3.1.0/cordova/globalization/globalization.isDayLightSavingsTime.md
index 52006c7..f67c4c3 100644
--- a/www/docs/de/3.1.0/cordova/globalization/globalization.isDayLightSavingsTime.md
+++ b/www/docs/de/3.1.0/cordova/globalization/globalization.isDayLightSavingsTime.md
@@ -31,7 +31,7 @@ Gibt an, ob Sommerzeit ist in der Tat zu den `successCallback` mit einem `proper
 
 Die eingehenden Parameter `date` sollte vom Typ`Date`.
 
-Wenn gibt es einen Lesefehler das Datum der `errorCallback` führt. Erwarteten Fehlercode ist`<a href="GlobalizationError/globalizationerror.html">GlobalizationError</a>.UNKNOWN\_ERROR`.
+Wenn gibt es einen Lesefehler das Datum der `errorCallback` führt. Erwarteten Fehlercode ist`GlobalizationError.UNKNOWN\_ERROR`.
 
 ## Unterstützte Plattformen
 
@@ -56,7 +56,7 @@ Im Sommer und wenn der Browser auf eine DST-fähigen Zeitzone festgelegt ist, so
     <!DOCTYPE HTML>
     <html>
       <head>
-        <title>isDayLightSavingsTime <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>isDayLightSavingsTime Example</title>
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
     

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/globalization/globalization.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/globalization/globalization.md b/www/docs/de/3.1.0/cordova/globalization/globalization.md
index 1dc8d5a..8c1b850 100644
--- a/www/docs/de/3.1.0/cordova/globalization/globalization.md
+++ b/www/docs/de/3.1.0/cordova/globalization/globalization.md
@@ -24,24 +24,24 @@ Ruft Informationen und führt durch spezifisch für Gebietsschema und der Zeitzo
 
 ## Objekte
 
-*   <a href="GlobalizationError/globalizationerror.html">GlobalizationError</a>
+*   GlobalizationError
 
 ## Methoden
 
-*   <a href="globalization.getPreferredLanguage.html">globalization.getPreferredLanguage</a>
-*   <a href="globalization.getLocaleName.html">globalization.getLocaleName</a>
-*   <a href="globalization.dateToString.html">globalization.dateToString</a>
-*   <a href="globalization.stringToDate.html">globalization.stringToDate</a>
-*   <a href="globalization.getDatePattern.html">globalization.getDatePattern</a>
-*   <a href="globalization.getDateNames.html">globalization.getDateNames</a>
-*   <a href="globalization.isDayLightSavingsTime.html">globalization.isDayLightSavingsTime</a>
-*   <a href="globalization.getFirstDayOfWeek.html">globalization.getFirstDayOfWeek</a>
-*   <a href="globalization.numberToString.html">globalization.numberToString</a>
-*   <a href="globalization.stringToNumber.html">globalization.stringToNumber</a>
-*   <a href="globalization.getNumberPattern.html">globalization.getNumberPattern</a>
-*   <a href="globalization.getCurrencyPattern.html">globalization.getCurrencyPattern</a>
-
-## Geltungsbereich von <a href="../../plugin_ref/spec.html">Variablen</a>
+*   globalization.getPreferredLanguage
+*   globalization.getLocaleName
+*   globalization.dateToString
+*   globalization.stringToDate
+*   globalization.getDatePattern
+*   globalization.getDateNames
+*   globalization.isDayLightSavingsTime
+*   globalization.getFirstDayOfWeek
+*   globalization.numberToString
+*   globalization.stringToNumber
+*   globalization.getNumberPattern
+*   globalization.getCurrencyPattern
+
+## Geltungsbereich von Variablen
 
 Das `globalization` -Objekt ist ein untergeordnetes Element des der `navigator` -Objekt, und daher hat globalen Gültigkeitsbereich.
 
@@ -51,7 +51,7 @@ Das `globalization` -Objekt ist ein untergeordnetes Element des der `navigator`
 
 ## Zugriff auf die Funktion
 
-Ab Version 3.0 implementiert Cordova <a href="../device/device.html">Gerät</a>eebene APIs als *Plugins*. Verwenden Sie der CLI `plugin` Befehl, beschrieben in der Command-Line Interface, hinzufügen oder Entfernen dieses Feature für ein Projekt:
+Ab Version 3.0 implementiert Cordova Geräteebene APIs als *Plugins*. Verwenden Sie der CLI `plugin` Befehl, beschrieben in der Command-Line Interface, hinzufügen oder Entfernen dieses Feature für ein Projekt:
 
         $ cordova plugin add org.apache.cordova.globalization
         $ cordova plugin ls
@@ -68,4 +68,4 @@ Diese Befehle gelten für alle Zielplattformen, aber die unten beschriebenen Pla
         </feature>
         
 
-Einige Plattformen können dieses Feature unterstützen, ohne dass eine besondere Konfiguration. Finden Sie unter *Plattform-Unterstützung* in der <a href="../../guide/overview/index.html">Übersicht</a>.
\ No newline at end of file
+Einige Plattformen können dieses Feature unterstützen, ohne dass eine besondere Konfiguration. Finden Sie unter *Plattform-Unterstützung* in der Übersicht.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/globalization/globalization.numberToString.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/globalization/globalization.numberToString.md b/www/docs/de/3.1.0/cordova/globalization/globalization.numberToString.md
index 6358982..910d23e 100644
--- a/www/docs/de/3.1.0/cordova/globalization/globalization.numberToString.md
+++ b/www/docs/de/3.1.0/cordova/globalization/globalization.numberToString.md
@@ -29,7 +29,7 @@ Gibt eine Zahl, die als Zeichenfolge nach dem Client-Benutzer-Einstellungen form
 
 Gibt die formatierte Zeichenfolge, die `successCallback` mit einem `properties` -Objekt als Parameter. Dieses Objekt muss eine `value` Eigenschaft mit einer `String` Wert.
 
-Wenn es ist ein Fehler, die Formatierung der Zahl, dann die `errorCallback` führt mit einem `<a href="GlobalizationError/globalizationerror.html">GlobalizationError</a>` -Objekt als Parameter. Erwarteten Fehlercode ist`<a href="GlobalizationError/globalizationerror.html">GlobalizationError</a>.FORMATTING\_ERROR`.
+Wenn es ist ein Fehler, die Formatierung der Zahl, dann die `errorCallback` führt mit einem `GlobalizationError` -Objekt als Parameter. Erwarteten Fehlercode ist`GlobalizationError.FORMATTING\_ERROR`.
 
 Die `options` Parameter ist optional, und die Standardwerte sind:
 
@@ -62,7 +62,7 @@ Wenn der Browser auf festgelegt ist die `en\_US` Gebietsschema, dies zeigt einen
     <!DOCTYPE HTML>
     <html>
       <head>
-        <title>numberToString <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>numberToString Example</title>
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
     

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/globalization/globalization.stringToDate.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/globalization/globalization.stringToDate.md b/www/docs/de/3.1.0/cordova/globalization/globalization.stringToDate.md
index ee10f67..54897db 100644
--- a/www/docs/de/3.1.0/cordova/globalization/globalization.stringToDate.md
+++ b/www/docs/de/3.1.0/cordova/globalization/globalization.stringToDate.md
@@ -53,7 +53,7 @@ Die `options` Parameter ist optional und wird mit den folgenden Werten:
 Die `options.formatLength` kann `short` , `medium` , `long` , oder `full` . Die `options.selector` kann `date` , `time` oder`date and
 time`.
 
-Wenn es ist ein Fehler beim Analysieren der Datumszeichenfolge dann die `errorCallback` führt mit einem `<a href="GlobalizationError/globalizationerror.html">GlobalizationError</a>` -Objekt als Parameter. Erwarteten Fehlercode ist`<a href="GlobalizationError/globalizationerror.html">GlobalizationError</a>.PARSING\_ERROR`.
+Wenn es ist ein Fehler beim Analysieren der Datumszeichenfolge dann die `errorCallback` führt mit einem `GlobalizationError` -Objekt als Parameter. Erwarteten Fehlercode ist`GlobalizationError.PARSING\_ERROR`.
 
 ## Unterstützte Plattformen
 
@@ -81,7 +81,7 @@ Wenn der Browser auf festgelegt ist die `en\_US` Gebietsschema, dies zeigt einen
     <!DOCTYPE HTML>
     <html>
       <head>
-        <title>stringToDate <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>stringToDate Example</title>
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
     

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/globalization/globalization.stringToNumber.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/globalization/globalization.stringToNumber.md b/www/docs/de/3.1.0/cordova/globalization/globalization.stringToNumber.md
index d0e930b..230643d 100644
--- a/www/docs/de/3.1.0/cordova/globalization/globalization.stringToNumber.md
+++ b/www/docs/de/3.1.0/cordova/globalization/globalization.stringToNumber.md
@@ -29,7 +29,7 @@ Analysiert eine Zahl als Zeichenfolge nach dem Client-Benutzer-Einstellungen for
 
 Liefert die Anzahl an der `successCallback` mit einem `properties` -Objekt als Parameter. Dieses Objekt muss eine `value` Eigenschaft mit einer `Number` Wert.
 
-Wenn es ist ein Fehler beim Analysieren der Zeichenfolge, dann die `errorCallback` führt mit einem `<a href="GlobalizationError/globalizationerror.html">GlobalizationError</a>` -Objekt als Parameter. Erwarteten Fehlercode ist`<a href="GlobalizationError/globalizationerror.html">GlobalizationError</a>.PARSING\_ERROR`.
+Wenn es ist ein Fehler beim Analysieren der Zeichenfolge, dann die `errorCallback` führt mit einem `GlobalizationError` -Objekt als Parameter. Erwarteten Fehlercode ist`GlobalizationError.PARSING\_ERROR`.
 
 Die `options` Parameter ist optional und wird mit den folgenden Werten:
 
@@ -62,7 +62,7 @@ Wenn der Browser auf festgelegt ist die `en\_US` Gebietsschema, dies sollte eine
     <!DOCTYPE HTML>
     <html>
       <head>
-        <title>stringToNumber <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>stringToNumber Example</title>
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
     

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/inappbrowser/inappbrowser.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/inappbrowser/inappbrowser.md b/www/docs/de/3.1.0/cordova/inappbrowser/inappbrowser.md
index 7f1aadb..fe6dec3 100644
--- a/www/docs/de/3.1.0/cordova/inappbrowser/inappbrowser.md
+++ b/www/docs/de/3.1.0/cordova/inappbrowser/inappbrowser.md
@@ -20,16 +20,16 @@ license: >
 
 # InAppBrowser
 
-> Die `InAppBrowser` ist eine Web-Browser-Ansicht, die anzeigt, wann der Aufruf `<a href="window.open.html">window.open</a>()` , oder als als bildeten einen Link öffnen`<a target="_blank">`.
+> Die `InAppBrowser` ist eine Web-Browser-Ansicht, die anzeigt, wann der Aufruf `window.open()` , oder als als bildeten einen Link öffnen`<a target="_blank">`.
 
-    var ref = <a href="window.open.html">window.open</a>('http://apache.org', '_blank', 'location=yes');
+    var ref = window.open('http://apache.org', '_blank', 'location=yes');
     
 
 **Hinweis:** Das InAppBrowser-Fenster verhält sich wie einen standard-Webbrowser und Cordova APIs kann nicht zugegriffen werden kann.
 
 ## Beschreibung
 
-Aus einem Aufruf zurückgegebenen Objekts`<a href="window.open.html">window.open</a>`.
+Aus einem Aufruf zurückgegebenen Objekts`window.open`.
 
 ## Methoden
 
@@ -42,7 +42,7 @@ Aus einem Aufruf zurückgegebenen Objekts`<a href="window.open.html">window.open
 
 ## Zugriff auf die Funktion
 
-Ab Version 3.0 implementiert Cordova <a href="../device/device.html">Gerät</a>eebene APIs als *Plugins*. Verwenden Sie der CLI `plugin` Befehl, beschrieben in der Command-Line Interface, hinzufügen oder Entfernen dieses Feature für ein Projekt:
+Ab Version 3.0 implementiert Cordova Geräteebene APIs als *Plugins*. Verwenden Sie der CLI `plugin` Befehl, beschrieben in der Command-Line Interface, hinzufügen oder Entfernen dieses Feature für ein Projekt:
 
         $ cordova plugin add org.apache.cordova.inappbrowser
         $ cordova plugin ls
@@ -71,7 +71,7 @@ Diese Befehle gelten für alle Zielplattformen, aber die unten beschriebenen Pla
         <feature name="InAppBrowser" />
         
 
-Einige Plattformen können dieses Feature unterstützen, ohne dass eine besondere Konfiguration. Finden Sie unter *Plattform-Unterstützung* in der <a href="../../guide/overview/index.html">Übersicht</a>.
+Einige Plattformen können dieses Feature unterstützen, ohne dass eine besondere Konfiguration. Finden Sie unter *Plattform-Unterstützung* in der Übersicht.
 
 # addEventListener
 
@@ -100,7 +100,7 @@ Einige Plattformen können dieses Feature unterstützen, ohne dass eine besonder
 
 ## Kleines Beispiel
 
-    var ref = <a href="window.open.html">window.open</a>('http://apache.org', '_blank', 'location=yes');
+    var ref = window.open('http://apache.org', '_blank', 'location=yes');
     ref.addEventListener('loadstart', function() { alert(event.url); });
     
 
@@ -109,19 +109,19 @@ Einige Plattformen können dieses Feature unterstützen, ohne dass eine besonder
     <!DOCTYPE html>
     <html>
       <head>
-        <title>InAppBrowser.addEventListener <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>InAppBrowser.addEventListener Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
     
         // Wait for device API libraries to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", onDeviceReady, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
     
         // device APIs are available
         //
         function onDeviceReady() {
-             var ref = <a href="window.open.html">window.open</a>('http://apache.org', '_blank', 'location=yes');
+             var ref = window.open('http://apache.org', '_blank', 'location=yes');
              ref.addEventListener('loadstart', function(event) { alert('start: ' + event.url); });
              ref.addEventListener('loadstop', function(event) { alert('stop: ' + event.url); });
              ref.addEventListener('loaderror', function(event) { alert('error: ' + event.message); });
@@ -162,7 +162,7 @@ Einige Plattformen können dieses Feature unterstützen, ohne dass eine besonder
 
 ## Kleines Beispiel
 
-    var ref = <a href="window.open.html">window.open</a>('http://apache.org', '_blank', 'location=yes');
+    var ref = window.open('http://apache.org', '_blank', 'location=yes');
     var myCallback = function() { alert(event.url); }
     ref.addEventListener('loadstart', myCallback);
     ref.removeEventListener('loadstart', myCallback);
@@ -173,14 +173,14 @@ Einige Plattformen können dieses Feature unterstützen, ohne dass eine besonder
     <!DOCTYPE html>
     <html>
       <head>
-        <title>InAppBrowser.removeEventListener <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>InAppBrowser.removeEventListener Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
     
         // Wait for device API libraries to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", onDeviceReady, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
     
         // Global InAppBrowser reference
         var iabRef = null;
@@ -208,7 +208,7 @@ Einige Plattformen können dieses Feature unterstützen, ohne dass eine besonder
         // device APIs are available
         //
         function onDeviceReady() {
-             iabRef = <a href="window.open.html">window.open</a>('http://apache.org', '_blank', 'location=yes');
+             iabRef = window.open('http://apache.org', '_blank', 'location=yes');
              iabRef.addEventListener('loadstart', iabLoadStart);
              iabRef.addEventListener('loadstop', iabLoadStop);
              iabRef.removeEventListener('loaderror', iabLoadError);
@@ -240,7 +240,7 @@ Einige Plattformen können dieses Feature unterstützen, ohne dass eine besonder
 
 ## Kleines Beispiel
 
-    var ref = <a href="window.open.html">window.open</a>('http://apache.org', '_blank', 'location=yes');
+    var ref = window.open('http://apache.org', '_blank', 'location=yes');
     ref.close();
     
 
@@ -249,19 +249,19 @@ Einige Plattformen können dieses Feature unterstützen, ohne dass eine besonder
     <!DOCTYPE html>
     <html>
       <head>
-        <title>InAppBrowser.close <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>InAppBrowser.close Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
     
         // Wait for device API libraries to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", onDeviceReady, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
     
         // device APIs are available
         //
         function onDeviceReady() {
-             var ref = <a href="window.open.html">window.open</a>('http://apache.org', '_blank', 'location=yes');
+             var ref = window.open('http://apache.org', '_blank', 'location=yes');
              // close InAppBrowser after 5 seconds
              setTimeout(function() {
                  ref.close();
@@ -292,7 +292,7 @@ Einige Plattformen können dieses Feature unterstützen, ohne dass eine besonder
 
 ## Kleines Beispiel
 
-    var ref = <a href="window.open.html">window.open</a>('http://apache.org', '_blank', 'hidden=yes');
+    var ref = window.open('http://apache.org', '_blank', 'hidden=yes');
     ref.show();
     
 
@@ -301,19 +301,19 @@ Einige Plattformen können dieses Feature unterstützen, ohne dass eine besonder
     <!DOCTYPE html>
     <html>
       <head>
-        <title>InAppBrowser.show <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>InAppBrowser.show Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
     
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", onDeviceReady, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
     
         // Cordova is ready
         //
         function onDeviceReady() {
-             var ref = <a href="window.open.html">window.open</a>('http://apache.org', '_blank', 'hidden=yes');
+             var ref = window.open('http://apache.org', '_blank', 'hidden=yes');
              ref.addEventListener('loadstop', function(event) {
                  alert('background window loaded'); 
              });
@@ -341,7 +341,7 @@ Einige Plattformen können dieses Feature unterstützen, ohne dass eine besonder
 
 *   **InjectDetails**: Informationen über das Skript ausgeführt, angeben, entweder ein `file` oder `code` Schlüssel. *(Objekt)*
     
-    *   **<a href="../file/fileobj/fileobj.html">Datei</a>**: URL des Skripts zu injizieren.
+    *   **Datei**: URL des Skripts zu injizieren.
     *   **Code**: Text des Skripts zu injizieren.
 
 *   **Rückruf**: die Funktion, die ausgeführt wird, nachdem der JavaScript-Code injiziert wird.
@@ -356,7 +356,7 @@ Einige Plattformen können dieses Feature unterstützen, ohne dass eine besonder
 
 ## Kleines Beispiel
 
-    var ref = <a href="window.open.html">window.open</a>('http://apache.org', '_blank', 'location=yes');
+    var ref = window.open('http://apache.org', '_blank', 'location=yes');
     ref.addEventListener('loadstop', function() {
         ref.executeSript({file: "myscript.js"});
     });
@@ -367,14 +367,14 @@ Einige Plattformen können dieses Feature unterstützen, ohne dass eine besonder
     <!DOCTYPE html>
     <html>
       <head>
-        <title>InAppBrowser.executeScript <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>InAppBrowser.executeScript Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
     
         // Wait for device API libraries to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", onDeviceReady, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
     
         // Global InAppBrowser reference
         var iabRef = null;
@@ -397,7 +397,7 @@ Einige Plattformen können dieses Feature unterstützen, ohne dass eine besonder
         // device APIs are available
         //
         function onDeviceReady() {
-             iabRef = <a href="window.open.html">window.open</a>('http://apache.org', '_blank', 'location=yes');
+             iabRef = window.open('http://apache.org', '_blank', 'location=yes');
              iabRef.addEventListener('loadstop', replaceHeaderImage);
              iabRef.addEventListener('exit', iabClose);
         }
@@ -420,7 +420,7 @@ Einige Plattformen können dieses Feature unterstützen, ohne dass eine besonder
 
 *   **InjectDetails**: Informationen über das Skript ausgeführt, angeben, entweder ein `file` oder `code` Schlüssel. *(Objekt)*
     
-    *   **<a href="../file/fileobj/fileobj.html">Datei</a>**: URL des Stylesheets zu injizieren.
+    *   **Datei**: URL des Stylesheets zu injizieren.
     *   **Code**: Text des Stylesheets zu injizieren.
 
 *   **Rückruf**: die Funktion, die ausgeführt wird, nachdem die CSS injiziert wird.
@@ -433,7 +433,7 @@ Einige Plattformen können dieses Feature unterstützen, ohne dass eine besonder
 
 ## Kleines Beispiel
 
-    var ref = <a href="window.open.html">window.open</a>('http://apache.org', '_blank', 'location=yes');
+    var ref = window.open('http://apache.org', '_blank', 'location=yes');
     ref.addEventListener('loadstop', function() {
         ref.insertCSS({file: "mystyles.css"});
     });
@@ -444,14 +444,14 @@ Einige Plattformen können dieses Feature unterstützen, ohne dass eine besonder
     <!DOCTYPE html>
     <html>
       <head>
-        <title>InAppBrowser.insertCSS <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>InAppBrowser.insertCSS Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
     
         // Wait for device API libraries to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", onDeviceReady, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
     
         // Global InAppBrowser reference
         var iabRef = null;
@@ -474,7 +474,7 @@ Einige Plattformen können dieses Feature unterstützen, ohne dass eine besonder
         // device APIs are available
         //
         function onDeviceReady() {
-             iabRef = <a href="window.open.html">window.open</a>('http://apache.org', '_blank', 'location=yes');
+             iabRef = window.open('http://apache.org', '_blank', 'location=yes');
              iabRef.addEventListener('loadstop', changeBackgroundColor);
              iabRef.addEventListener('exit', iabClose);
         }

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/inappbrowser/window.open.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/inappbrowser/window.open.md b/www/docs/de/3.1.0/cordova/inappbrowser/window.open.md
index 4e52542..594db1f 100644
--- a/www/docs/de/3.1.0/cordova/inappbrowser/window.open.md
+++ b/www/docs/de/3.1.0/cordova/inappbrowser/window.open.md
@@ -20,26 +20,26 @@ license: >
 
 # window.open
 
-Öffnet eine URL in einem neuen `<a href="inappbrowser.html">InAppBrowser</a>` Instanz, die aktuelle Browserinstanz oder der Systembrowser.
+Öffnet eine URL in einem neuen `InAppBrowser` Instanz, die aktuelle Browserinstanz oder der Systembrowser.
 
     var ref = window.open(url, target, options);
     
 
-*   **Ref**: Bezugnahme auf die `<a href="inappbrowser.html">InAppBrowser</a>` Fenster. *(<a href="inappbrowser.html">InAppBrowser</a>)*
+*   **Ref**: Bezugnahme auf die `InAppBrowser` Fenster. *(InAppBrowser)*
 
 *   **URL**: die URL *(String)*zu laden. Rufen Sie `encodeURI()` auf diese Option, wenn die URL enthält Unicode-Zeichen.
 
 *   **Ziel**: das Ziel in der URL, einen optionalen Parameter geladen, die standardmäßig auf `_self` . *(String)*
     
-    *   `_self`: Öffnet sich in der Cordova WebView wenn der URL in der Whitelist ist, andernfalls es öffnet sich in der`<a href="inappbrowser.html">InAppBrowser</a>`.
-    *   `_blank`: Öffnet den`<a href="inappbrowser.html">InAppBrowser</a>`.
+    *   `_self`: Öffnet sich in der Cordova WebView wenn der URL in der Whitelist ist, andernfalls es öffnet sich in der`InAppBrowser`.
+    *   `_blank`: Öffnet den`InAppBrowser`.
     *   `_system`: Öffnet in den System-Web-Browser.
 
-*   **Optionen**: Optionen für die `<a href="inappbrowser.html">InAppBrowser</a>` . Optional, säumige an: `location=yes` . *(String)*
+*   **Optionen**: Optionen für die `InAppBrowser` . Optional, säumige an: `location=yes` . *(String)*
     
     Die `options` Zeichenfolge muss keine Leerstelle enthalten, und jede Funktion Name/Wert-Paare müssen durch ein Komma getrennt werden. Featurenamen Groß-/Kleinschreibung. Alle Plattformen unterstützen die anderen Werte:
     
-    *   **Lage**: Legen Sie auf `yes` oder `no` , machen die `<a href="inappbrowser.html">InAppBrowser</a>` der Adressleiste ein- oder ausschalten.
+    *   **Lage**: Legen Sie auf `yes` oder `no` , machen die `InAppBrowser` der Adressleiste ein- oder ausschalten.
     ## Android nur
     
     *   **Closebuttoncaption** - setzen Sie auf eine Zeichenfolge, die die Beschriftung für die Schaltfläche "Fertig" sein wird. 
@@ -50,10 +50,10 @@ license: >
     
     *   **Closebuttoncaption** - setzen Sie auf eine Zeichenfolge, die die Beschriftung für die Schaltfläche "Fertig" sein wird. Beachten Sie, dass Sie diesen Wert selbst lokalisieren.
     *   **versteckte** - legen Sie auf 'Ja', um den Browser zu erstellen und laden Sie die Seite, aber nicht zeigen. Das Load-Ereignis wird ausgelöst, wenn der Ladevorgang abgeschlossen ist. Lassen Sie, oder legen Sie auf "Nein" (Standard), den Browser öffnen und laden normalerweise zu haben. 
-    *   **Symbolleiste** - legen Sie auf "Ja" oder "Nein" zu die Symbolleiste aktivieren oder deaktivieren für die <a href="inappbrowser.html">InAppBrowser</a> (standardmäßig "Ja")
+    *   **Symbolleiste** - legen Sie auf "Ja" oder "Nein" zu die Symbolleiste aktivieren oder deaktivieren für die InAppBrowser (standardmäßig "Ja")
     *   **EnableViewportScale**: Legen Sie auf `yes` oder `no` , Viewport Skalierung durch ein Meta-Tag (standardmäßig zu verhindern`no`).
     *   **MediaPlaybackRequiresUserAction**: Legen Sie auf `yes` oder `no` , HTML5 audio oder video von automatisches Abspielen (standardmäßig zu verhindern`no`).
-    *   **AllowInlineMediaPlayback**: Legen Sie auf `yes` oder `no` Inline HTML5 <a href="../media/media.html">Medien</a>wiedergabe, anzeigen innerhalb des Browserfensters statt eine gerätespezifische Wiedergabe-Schnittstelle ermöglichen. Des HTML `video` Element muss auch die `webkit-playsinline` Attribut (Standard:`no`)
+    *   **AllowInlineMediaPlayback**: Legen Sie auf `yes` oder `no` Inline HTML5 Medienwiedergabe, anzeigen innerhalb des Browserfensters statt eine gerätespezifische Wiedergabe-Schnittstelle ermöglichen. Des HTML `video` Element muss auch die `webkit-playsinline` Attribut (Standard:`no`)
     *   **KeyboardDisplayRequiresUserAction**: Legen Sie auf `yes` oder `no` , die Tastatur zu öffnen, wenn Formularelemente Fokus per JavaScript erhalten `focus()` Anruf (Standard:`yes`).
     *   **SuppressesIncrementalRendering**: Legen Sie auf `yes` oder `no` zu warten, bis alle neuen Fensterinhalt empfangen wird, bevor Sie wiedergegeben wird (standardmäßig`no`).
     *   **Presentationstyle**: Legen Sie auf `pagesheet` , `formsheet` oder `fullscreen` [Präsentationsstil][1] (standardmäßig fest`fullscreen`).
@@ -80,14 +80,14 @@ license: >
     <!DOCTYPE html>
     <html>
       <head>
-        <title>window.open <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>window.open Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
     
         // Wait for device API libraries to load
         //
-        document.<a href="inappbrowser.html">addEventListener</a>("<a href="../events/events.deviceready.html">deviceready</a>", onDeviceReady, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
     
         // device APIs are available
         //

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/media/MediaError/mediaError.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/media/MediaError/mediaError.md b/www/docs/de/3.1.0/cordova/media/MediaError/mediaError.md
index 0b2ee1c..f0871c6 100644
--- a/www/docs/de/3.1.0/cordova/media/MediaError/mediaError.md
+++ b/www/docs/de/3.1.0/cordova/media/MediaError/mediaError.md
@@ -18,7 +18,7 @@ license: >
     under the License.
 ---
 
-# <a href="../Parameters/mediaError.html"><a href="../media.html">Medien</a>fehler</a>
+# Medienfehler
 
 A `MediaError` Objekt wird zurückgegeben, um die `mediaError` Callback-Funktion, wenn ein Fehler auftritt.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/media/Parameters/mediaError.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/media/Parameters/mediaError.md b/www/docs/de/3.1.0/cordova/media/Parameters/mediaError.md
index 60f7ec9..9f306b8 100644
--- a/www/docs/de/3.1.0/cordova/media/Parameters/mediaError.md
+++ b/www/docs/de/3.1.0/cordova/media/Parameters/mediaError.md
@@ -18,9 +18,9 @@ license: >
     under the License.
 ---
 
-# <a href="../media.html">Medien</a>fehler
+# Medienfehler
 
-Ein benutzerdefinierter Rückruffunktion, die ausgeführt wird, wenn ein Fehler, in <a href="../media.html">Medien</a>funktionen vorliegt.
+Ein benutzerdefinierter Rückruffunktion, die ausgeführt wird, wenn ein Fehler, in Medienfunktionen vorliegt.
 
     function(error) {
         // Handle the error
@@ -29,4 +29,4 @@ Ein benutzerdefinierter Rückruffunktion, die ausgeführt wird, wenn ein Fehler,
 
 ## Parameter
 
-*   **Fehler**: der Fehler, die durch das <a href="../../device/device.html">Gerät</a> zurückgegeben. *(<a href="../media.html">Medien</a>fehler)*
\ No newline at end of file
+*   **Fehler**: der Fehler, die durch das Gerät zurückgegeben. *(Medienfehler)*
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/media/capture/CaptureCB.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/media/capture/CaptureCB.md b/www/docs/de/3.1.0/cordova/media/capture/CaptureCB.md
index c52d347..5aa1407 100644
--- a/www/docs/de/3.1.0/cordova/media/capture/CaptureCB.md
+++ b/www/docs/de/3.1.0/cordova/media/capture/CaptureCB.md
@@ -22,14 +22,14 @@ license: >
 
 > Auf eine erfolgreiche Media-Erfassungsvorgangs aufgerufen.
 
-    function captureSuccess( <a href="MediaFile.html">MediaFile</a>[] mediaFiles ) { ... };
+    function captureSuccess( MediaFile[] mediaFiles ) { ... };
     
 
 ## Beschreibung
 
-Diese Funktion wird ausgeführt, nachdem ein erfolgreiche Capture-Vorgang abgeschlossen ist. An diesem Punkt kann eine <a href="../media.html">Medien</a>datei erfasst wurden und entweder der Benutzer die <a href="../media.html">Medien</a>-Capture-Anwendung beendet hat oder die Capture-erreicht.
+Diese Funktion wird ausgeführt, nachdem ein erfolgreiche Capture-Vorgang abgeschlossen ist. An diesem Punkt kann eine Mediendatei erfasst wurden und entweder der Benutzer die Medien-Capture-Anwendung beendet hat oder die Capture-erreicht.
 
-Jedes `<a href="MediaFile.html">MediaFile</a>` Objekt beschreibt eine aufgenommenen <a href="../media.html">Medien</a>-<a href="../../file/fileobj/fileobj.html">Datei</a>.
+Jedes `MediaFile` Objekt beschreibt eine aufgenommenen Medien-Datei.
 
 ## Kleines Beispiel
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/media/capture/CaptureError.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/media/capture/CaptureError.md b/www/docs/de/3.1.0/cordova/media/capture/CaptureError.md
index d0bc963..e0ad158 100644
--- a/www/docs/de/3.1.0/cordova/media/capture/CaptureError.md
+++ b/www/docs/de/3.1.0/cordova/media/capture/CaptureError.md
@@ -20,7 +20,7 @@ license: >
 
 # CaptureError
 
-> Kapselt den Fehlercode, der infolge eines fehlerhaften <a href="../media.html">Medien</a>-Erfassungsvorgangs.
+> Kapselt den Fehlercode, der infolge eines fehlerhaften Medien-Erfassungsvorgangs.
 
 ## Eigenschaften
 
@@ -28,12 +28,12 @@ license: >
 
 ## Konstanten
 
-*   `CaptureError.CAPTURE_INTERNAL_ERR`: Die <a href="../../camera/camera.html">Kamera</a> oder das Mikrofon konnte Bild oder Ton zu erfassen.
+*   `CaptureError.CAPTURE_INTERNAL_ERR`: Die Kamera oder das Mikrofon konnte Bild oder Ton zu erfassen.
 
-*   `CaptureError.CAPTURE_APPLICATION_BUSY`: Eine weitere Aufnahme-Anforderung verbüßt die <a href="../../camera/camera.html">Kamera</a> oder Audio-Capture-Anwendung.
+*   `CaptureError.CAPTURE_APPLICATION_BUSY`: Eine weitere Aufnahme-Anforderung verbüßt die Kamera oder Audio-Capture-Anwendung.
 
 *   `CaptureError.CAPTURE_INVALID_ARGUMENT`: Ungültige Verwendung der API (z. B. den Wert des `limit` ist kleiner als 1).
 
-*   `CaptureError.CAPTURE_NO_MEDIA_FILES`: Der Benutzer wird die <a href="../../camera/camera.html">Kamera</a> oder Audio-Capture-Anwendung vor Aufnahme alles beendet.
+*   `CaptureError.CAPTURE_NO_MEDIA_FILES`: Der Benutzer wird die Kamera oder Audio-Capture-Anwendung vor Aufnahme alles beendet.
 
 *   `CaptureError.CAPTURE_NOT_SUPPORTED`: Der angeforderte Capture-Vorgang wird nicht unterstützt.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/media/capture/CaptureErrorCB.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/media/capture/CaptureErrorCB.md b/www/docs/de/3.1.0/cordova/media/capture/CaptureErrorCB.md
index f8f2377..d96977c 100644
--- a/www/docs/de/3.1.0/cordova/media/capture/CaptureErrorCB.md
+++ b/www/docs/de/3.1.0/cordova/media/capture/CaptureErrorCB.md
@@ -18,18 +18,18 @@ license: >
     under the License.
 ---
 
-# <a href="CaptureError.html">CaptureError</a>CB
+# CaptureErrorCB
 
-> Wird aufgerufen, wenn ein Fehler, während eines <a href="../media.html">Medien</a> auftritt.
+> Wird aufgerufen, wenn ein Fehler, während eines Medien auftritt.
 
-    function captureError( <a href="CaptureError.html">CaptureError</a> error ) { ... };
+    function captureError( CaptureError error ) { ... };
     
 
 ## Beschreibung
 
-Diese Funktion wird ausgeführt, wenn ein Fehler auftritt, wenn Sie versuchen, starten Sie ein Medium capture Betrieb. Fehlerszenarien enthalten, wenn die Sicherungsanwendung beschäftigt, ein Capture-Vorgang ist bereits im Gange, oder der Benutzer den Vorgang abbricht, bevor alle <a href="../media.html">Medien</a>dateien erfasst werden.
+Diese Funktion wird ausgeführt, wenn ein Fehler auftritt, wenn Sie versuchen, starten Sie ein Medium capture Betrieb. Fehlerszenarien enthalten, wenn die Sicherungsanwendung beschäftigt, ein Capture-Vorgang ist bereits im Gange, oder der Benutzer den Vorgang abbricht, bevor alle Mediendateien erfasst werden.
 
-Diese Funktion führt mit einem `<a href="CaptureError.html">CaptureError</a>` -Objekt, enthält einen entsprechenden Fehler`code`.
+Diese Funktion führt mit einem `CaptureError` -Objekt, enthält einen entsprechenden Fehler`code`.
 
 ## Kleines Beispiel
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/media/capture/ConfigurationData.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/media/capture/ConfigurationData.md b/www/docs/de/3.1.0/cordova/media/capture/ConfigurationData.md
index c4d3b98..fae8f04 100644
--- a/www/docs/de/3.1.0/cordova/media/capture/ConfigurationData.md
+++ b/www/docs/de/3.1.0/cordova/media/capture/ConfigurationData.md
@@ -20,11 +20,11 @@ license: >
 
 # ConfigurationData
 
-> Kapselt eine Reihe von <a href="../media.html">Medien</a>-Aufnahme-Parameter, die ein <a href="../../device/device.html">Gerät</a> unterstützt.
+> Kapselt eine Reihe von Medien-Aufnahme-Parameter, die ein Gerät unterstützt.
 
 ## Beschreibung
 
-Beschreibt <a href="../media.html">Medien</a>-Aufnahmemodi, die vom <a href="../../device/device.html">Gerät</a> unterstützt. Die Konfigurationsdaten enthält den MIME-Typ und Capture Dimensionen für die Aufnahme von Video- oder Bilddateien.
+Beschreibt Medien-Aufnahmemodi, die vom Gerät unterstützt. Die Konfigurationsdaten enthält den MIME-Typ und Capture Dimensionen für die Aufnahme von Video- oder Bilddateien.
 
 Die MIME-Typen sollten [RFC2046][1]einhalten. Beispiele:
 
@@ -38,7 +38,7 @@ Die MIME-Typen sollten [RFC2046][1]einhalten. Beispiele:
 
 ## Eigenschaften
 
-*   **Typ**: die ASCII-codierte Zeichenfolge aus Kleinbuchstaben, den <a href="../media.html">Medien</a>typ darstellt. (DOM-String und enthält)
+*   **Typ**: die ASCII-codierte Zeichenfolge aus Kleinbuchstaben, den Medientyp darstellt. (DOM-String und enthält)
 
 *   **Höhe**: die Höhe des Bildes oder Videos in Pixel. Der Wert ist NULL für sound-Clips. (Anzahl)
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/media/capture/MediaFile.getFormatData.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/media/capture/MediaFile.getFormatData.md b/www/docs/de/3.1.0/cordova/media/capture/MediaFile.getFormatData.md
index 3bf817b..1f0165e 100644
--- a/www/docs/de/3.1.0/cordova/media/capture/MediaFile.getFormatData.md
+++ b/www/docs/de/3.1.0/cordova/media/capture/MediaFile.getFormatData.md
@@ -18,19 +18,19 @@ license: >
     under the License.
 ---
 
-# <a href="MediaFile.html">MediaFile</a>.getFormatData
+# MediaFile.getFormatData
 
-> Ruft formatieren Informationen über die <a href="../media.html">Medien</a>-Capture-<a href="../../file/fileobj/fileobj.html">Datei</a>.
+> Ruft formatieren Informationen über die Medien-Capture-Datei.
 
     mediaFile.getFormatData(
-        <a href="MediaFile.html">MediaFile</a>DataSuccessCB successCallback,
-        [<a href="MediaFile.html">MediaFile</a>DataErrorCB errorCallback]
+        MediaFileDataSuccessCB successCallback,
+        [MediaFileDataErrorCB errorCallback]
     );
     
 
 ## Beschreibung
 
-Diese Funktion versucht asynchron, die Formatierungsinformationen für die <a href="../media.html">Medien</a>datei abzurufen. Wenn erfolgreich, es ruft die `<a href="MediaFile.html">MediaFile</a>DataSuccessCB` Rückruf mit einem `<a href="MediaFile.html">MediaFile</a>Data` Objekt. Wenn der Versuch fehlschlägt, ruft diese Funktion die `<a href="MediaFile.html">MediaFile</a>DataErrorCB` Rückruf.
+Diese Funktion versucht asynchron, die Formatierungsinformationen für die Mediendatei abzurufen. Wenn erfolgreich, es ruft die `MediaFileDataSuccessCB` Rückruf mit einem `MediaFileData` Objekt. Wenn der Versuch fehlschlägt, ruft diese Funktion die `MediaFileDataErrorCB` Rückruf.
 
 ## Unterstützte Plattformen
 
@@ -42,12 +42,12 @@ Diese Funktion versucht asynchron, die Formatierungsinformationen für die <a hr
 
 ## BlackBerry WebWorks Macken
 
-Bietet eine API keine Informationen zum Media-<a href="../../file/fileobj/fileobj.html">Datei</a>en, so dass alle `<a href="MediaFile.html">MediaFile</a>Data` Objekte zurückgeben, mit Standardwerten.
+Bietet eine API keine Informationen zum Media-Dateien, so dass alle `MediaFileData` Objekte zurückgeben, mit Standardwerten.
 
 ## Android Macken
 
-Die API zum Zugriff <a href="../media.html">Medien</a> <a href="../../file/fileobj/fileobj.html">Datei</a>format-Information ist begrenzt, so dass nicht alle `<a href="MediaFile.html">MediaFile</a>Data` Eigenschaften werden unterstützt.
+Die API zum Zugriff Medien Dateiformat-Information ist begrenzt, so dass nicht alle `MediaFileData` Eigenschaften werden unterstützt.
 
 ## iOS Macken
 
-Die API zum Zugriff <a href="../media.html">Medien</a> <a href="../../file/fileobj/fileobj.html">Datei</a>format-Information ist begrenzt, so dass nicht alle `<a href="MediaFile.html">MediaFile</a>Data` Eigenschaften werden unterstützt.
\ No newline at end of file
+Die API zum Zugriff Medien Dateiformat-Information ist begrenzt, so dass nicht alle `MediaFileData` Eigenschaften werden unterstützt.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/media/capture/MediaFile.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/media/capture/MediaFile.md b/www/docs/de/3.1.0/cordova/media/capture/MediaFile.md
index bfacb5d..ec3f7a5 100644
--- a/www/docs/de/3.1.0/cordova/media/capture/MediaFile.md
+++ b/www/docs/de/3.1.0/cordova/media/capture/MediaFile.md
@@ -20,20 +20,20 @@ license: >
 
 # MediaFile
 
-> Kapselt Eigenschaften einer <a href="../media.html">Medien</a>datei erfassen.
+> Kapselt Eigenschaften einer Mediendatei erfassen.
 
 ## Eigenschaften
 
-*   **Name**: der Name der <a href="../../file/fileobj/fileobj.html">Datei</a>, ohne Pfadinformationen. (DOM-String und enthält)
+*   **Name**: der Name der Datei, ohne Pfadinformationen. (DOM-String und enthält)
 
-*   **FullPath**: der vollständige Pfad der <a href="../../file/fileobj/fileobj.html">Datei</a>, einschließlich des Namens. (DOM-String und enthält)
+*   **FullPath**: der vollständige Pfad der Datei, einschließlich des Namens. (DOM-String und enthält)
 
-*   **Typ**: Mime-Typ der <a href="../../file/fileobj/fileobj.html">Datei</a> (DOM-String und enthält)
+*   **Typ**: Mime-Typ der Datei (DOM-String und enthält)
 
-*   **LastModifiedDate**: das Datum und die Uhrzeit wann die <a href="../../file/fileobj/fileobj.html">Datei</a> zuletzt geändert wurde. (Datum)
+*   **LastModifiedDate**: das Datum und die Uhrzeit wann die Datei zuletzt geändert wurde. (Datum)
 
-*   **Größe**: die Größe der <a href="../../file/fileobj/fileobj.html">Datei</a> in Byte. (Anzahl)
+*   **Größe**: die Größe der Datei in Byte. (Anzahl)
 
 ## Methoden
 
-*   **<a href="MediaFile.getFormatData.html">MediaFile.getFormatData</a>**: Ruft die Formatierungsinformationen der <a href="../media.html">Medien</a>datei.
\ No newline at end of file
+*   **MediaFile.getFormatData**: Ruft die Formatierungsinformationen der Mediendatei.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/media/capture/MediaFileData.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/media/capture/MediaFileData.md b/www/docs/de/3.1.0/cordova/media/capture/MediaFileData.md
index 9f1372b..993e487 100644
--- a/www/docs/de/3.1.0/cordova/media/capture/MediaFileData.md
+++ b/www/docs/de/3.1.0/cordova/media/capture/MediaFileData.md
@@ -18,9 +18,9 @@ license: >
     under the License.
 ---
 
-# <a href="MediaFile.html">MediaFile</a>Data
+# MediaFileData
 
-> Kapselt Formatinformationen zu einer <a href="../media.html">Medien</a>datei.
+> Kapselt Formatinformationen zu einer Mediendatei.
 
 ## Eigenschaften
 
@@ -36,7 +36,7 @@ license: >
 
 ## BlackBerry WebWorks Macken
 
-Keine API bietet Informationen für <a href="../media.html">Medien</a>-<a href="../../file/fileobj/fileobj.html">Datei</a>en, so dass die `<a href="MediaFile.html">MediaFile</a>Data` von zurückgegebene Objekt `<a href="<a href="MediaFile.html">MediaFile</a>.getFormatData.html"><a href="MediaFile.html">MediaFile</a>.getFormatData</a>` verfügt über die folgenden Standardwerte:
+Keine API bietet Informationen für Medien-Dateien, so dass die `MediaFileData` von zurückgegebene Objekt `MediaFile.getFormatData` verfügt über die folgenden Standardwerte:
 
 *   **Codecs**: nicht unterstützt, und gibt`null`.
 
@@ -50,28 +50,28 @@ Keine API bietet Informationen für <a href="../media.html">Medien</a>-<a href="
 
 ## Android Macken
 
-Unterstützt die folgenden `<a href="MediaFile.html">MediaFile</a>Data` Eigenschaften:
+Unterstützt die folgenden `MediaFileData` Eigenschaften:
 
 *   **Codecs**: nicht unterstützt, und gibt`null`.
 
 *   **Bitrate**: nicht unterstützt, und gibt den Wert NULL.
 
-*   **Höhe**: unterstützt: nur Bild und Video-<a href="../../file/fileobj/fileobj.html">Datei</a>en.
+*   **Höhe**: unterstützt: nur Bild und Video-Dateien.
 
-*   **Breite**: unterstützt: nur Bild und Video-<a href="../../file/fileobj/fileobj.html">Datei</a>en.
+*   **Breite**: unterstützt: nur Bild und Video-Dateien.
 
-*   **Dauer**: unterstützt: Audio- und video-<a href="../../file/fileobj/fileobj.html">Datei</a>en nur.
+*   **Dauer**: unterstützt: Audio- und video-Dateien nur.
 
 ## iOS Macken
 
-Unterstützt die folgenden `<a href="MediaFile.html">MediaFile</a>Data` Eigenschaften:
+Unterstützt die folgenden `MediaFileData` Eigenschaften:
 
 *   **Codecs**: nicht unterstützt, und gibt`null`.
 
-*   **Bitrate**: iOS4 <a href="../../device/device.html">Gerät</a>en für nur Audio unterstützt. Gibt 0 (null) für Bilder und Videos.
+*   **Bitrate**: iOS4 Geräten für nur Audio unterstützt. Gibt 0 (null) für Bilder und Videos.
 
-*   **Höhe**: unterstützt: nur Bild und Video-<a href="../../file/fileobj/fileobj.html">Datei</a>en.
+*   **Höhe**: unterstützt: nur Bild und Video-Dateien.
 
-*   **Breite**: unterstützt: nur Bild und Video-<a href="../../file/fileobj/fileobj.html">Datei</a>en.
+*   **Breite**: unterstützt: nur Bild und Video-Dateien.
 
-*   **Dauer**: unterstützt: Audio- und video-<a href="../../file/fileobj/fileobj.html">Datei</a>en nur.
\ No newline at end of file
+*   **Dauer**: unterstützt: Audio- und video-Dateien nur.
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[35/51] [partial] docs commit: Reverting autolinking change because of inconsistencies.

Posted by db...@apache.org.
http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/edge/guide/platforms/blackberry/tools.md
----------------------------------------------------------------------
diff --git a/www/docs/de/edge/guide/platforms/blackberry/tools.md b/www/docs/de/edge/guide/platforms/blackberry/tools.md
index 73bb6bc..d8b549c 100644
--- a/www/docs/de/edge/guide/platforms/blackberry/tools.md
+++ b/www/docs/de/edge/guide/platforms/blackberry/tools.md
@@ -36,7 +36,7 @@ Führen Sie den `create` Befehl, der vorhandenen Pfad für das Projekt, die rüc
 
 ## Erstellen eines Projekts
 
-Für BlackBerry-Projekte, stellen Sie sicher, Sie Anpassen der `project.properties` Datei im Root-Verzeichnis des Projekts Cordova. Du musst tun, um Ihr BlackBerry Unterzeichnung Kennwort angeben, und geben <a href="../../../cordova/storage/storage.html">Speicher</a>orte für BlackBerry WebWorks SDK und BlackBerry Emulator ausführbare Dateien.
+Für BlackBerry-Projekte, stellen Sie sicher, Sie Anpassen der `project.properties` Datei im Root-Verzeichnis des Projekts Cordova. Du musst tun, um Ihr BlackBerry Unterzeichnung Kennwort angeben, und geben Speicherorte für BlackBerry WebWorks SDK und BlackBerry Emulator ausführbare Dateien.
 
     $ /path/to/my_new_project/cordova/build <platform>
     $ /path/to/my_new_project/cordova/build.bat <platform>
@@ -44,7 +44,7 @@ Für BlackBerry-Projekte, stellen Sie sicher, Sie Anpassen der `project.properti
 
 ## Emulator starten
 
-Für BlackBerry-Projekte, stellen Sie sicher, Sie Anpassen der `project.properties` Datei in das Stammverzeichnis des Cordova Projekt. Du musst tun, um Ihr BlackBerry Unterzeichnung Kennwort angeben, und geben <a href="../../../cordova/storage/storage.html">Speicher</a>orte für BlackBerry WebWorks SDK und BlackBerry Emulator ausführbare Dateien.
+Für BlackBerry-Projekte, stellen Sie sicher, Sie Anpassen der `project.properties` Datei in das Stammverzeichnis des Cordova Projekt. Du musst tun, um Ihr BlackBerry Unterzeichnung Kennwort angeben, und geben Speicherorte für BlackBerry WebWorks SDK und BlackBerry Emulator ausführbare Dateien.
 
     $ /path/to/my_new_project/cordova/run <platform>
     

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/edge/guide/platforms/blackberry/upgrade.md
----------------------------------------------------------------------
diff --git a/www/docs/de/edge/guide/platforms/blackberry/upgrade.md b/www/docs/de/edge/guide/platforms/blackberry/upgrade.md
index 1f7056d..c207829 100644
--- a/www/docs/de/edge/guide/platforms/blackberry/upgrade.md
+++ b/www/docs/de/edge/guide/platforms/blackberry/upgrade.md
@@ -18,7 +18,7 @@ license: >
     under the License.
 ---
 
-# <a href="upgrading.html">Aktualisieren der BlackBerry</a>
+# Aktualisieren der BlackBerry
 
 Diese Anleitung zeigt wie BlackBerry Projekte geändert werden müssen um ein Upgrade von älteren Versionen von Cordova durchzuführen. Diese Anweisungen gelten für Projekte, die mit einer älteren Befehlszeilentools, die vorangehen erstellt die `cordova` CLI-Hilfsprogramm. Informationen finden Sie unter The Command-Line Interface die CLI-Version zu aktualisieren.
 
@@ -26,7 +26,7 @@ Diese Anleitung zeigt wie BlackBerry Projekte geändert werden müssen um ein Up
 
 BlackBerry 10:
 
-1.  Herunterladen Sie und extrahieren Sie die Cordova 2.9.0-Quelle an einen permanenten <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrer Festplatte, zum Beispiel in`~/Cordova-2.9.0`.
+1.  Herunterladen Sie und extrahieren Sie die Cordova 2.9.0-Quelle an einen permanenten Speicherort auf Ihrer Festplatte, zum Beispiel in`~/Cordova-2.9.0`.
 
 2.  Beenden Sie alle laufenden SDK-Tools: Eclipse, Momentics und dergleichen.
 
@@ -40,7 +40,7 @@ BlackBerry 10:
 
 ### BlackBerryOS/Textbuch
 
-1.  Herunterladen Sie und extrahieren Sie die Cordova 2.9.0-Quelle an einen permanenten <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrer Festplatte, zum Beispiel in`~/Cordova-2.9.0`.
+1.  Herunterladen Sie und extrahieren Sie die Cordova 2.9.0-Quelle an einen permanenten Speicherort auf Ihrer Festplatte, zum Beispiel in`~/Cordova-2.9.0`.
 
 2.  Beenden Sie alle laufenden SDK-Tools: Eclipse, Momentics und dergleichen.
 
@@ -64,7 +64,7 @@ BlackBerry 10:
 
 BlackBerry 10 verwendet die neue CLI-Werkzeuge und Kern-APIs als Plugins verwaltet. Die Anweisungen Migrieren Ihres Projekts für ein neues Projekt, anstatt ein vorhandenes Projekt, aufgrund der Komplexität der Aktualisierung eines alten Projekts zu aktualisieren. Auch beachten Sie, dass die Cordova-Js--Datei Skript heißt jetzt 'cordova.js' und nicht mehr eine Zeichenfolge enthält.
 
-1.  Herunterladen Sie und extrahieren Sie die Cordova 2.8.0-Quelle an einen permanenten <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrer Festplatte, zum Beispiel in`~/Cordova-2.8.0`.
+1.  Herunterladen Sie und extrahieren Sie die Cordova 2.8.0-Quelle an einen permanenten Speicherort auf Ihrer Festplatte, zum Beispiel in`~/Cordova-2.8.0`.
 
 2.  Beenden Sie alle laufenden SDK-Tools: Eclipse, Momentics und dergleichen.
 
@@ -78,7 +78,7 @@ BlackBerry 10 verwendet die neue CLI-Werkzeuge und Kern-APIs als Plugins verwalt
 
 BlackBerryOS/Textbuch:
 
-1.  Herunterladen Sie und extrahieren Sie die Cordova 2.8.0-Quelle an einen permanenten <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrer Festplatte, zum Beispiel in`~/Cordova-2.8.0`.
+1.  Herunterladen Sie und extrahieren Sie die Cordova 2.8.0-Quelle an einen permanenten Speicherort auf Ihrer Festplatte, zum Beispiel in`~/Cordova-2.8.0`.
 
 2.  Beenden Sie alle laufenden SDK-Tools: Eclipse, Momentics und dergleichen.
 
@@ -98,7 +98,7 @@ BlackBerryOS/Textbuch:
 
 ## Upgrade 2.6.0 Projekte 2.7.0
 
-1.  Herunterladen Sie und extrahieren Sie die Cordova 2.7.0-Quelle an einen permanenten <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrer Festplatte, zum Beispiel in`~/Cordova-2.7.0`.
+1.  Herunterladen Sie und extrahieren Sie die Cordova 2.7.0-Quelle an einen permanenten Speicherort auf Ihrer Festplatte, zum Beispiel in`~/Cordova-2.7.0`.
 
 2.  Beenden Sie alle laufenden SDK-Tools: Eclipse, Momentics und dergleichen.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/edge/guide/platforms/blackberry/upgrading.md
----------------------------------------------------------------------
diff --git a/www/docs/de/edge/guide/platforms/blackberry/upgrading.md b/www/docs/de/edge/guide/platforms/blackberry/upgrading.md
index 6e42d1e..3668d66 100644
--- a/www/docs/de/edge/guide/platforms/blackberry/upgrading.md
+++ b/www/docs/de/edge/guide/platforms/blackberry/upgrading.md
@@ -26,7 +26,7 @@ Diese Anleitung zeigt wie BlackBerry Projekte geändert werden müssen um ein Up
 
 BlackBerry 10:
 
-1.  Herunterladen Sie und extrahieren Sie die Cordova 2.9.0-Quelle an einen permanenten <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrer Festplatte, zum Beispiel in`~/Cordova-2.9.0`.
+1.  Herunterladen Sie und extrahieren Sie die Cordova 2.9.0-Quelle an einen permanenten Speicherort auf Ihrer Festplatte, zum Beispiel in`~/Cordova-2.9.0`.
 
 2.  Beenden Sie alle laufenden SDK-Tools: Eclipse, Momentics und dergleichen.
 
@@ -40,7 +40,7 @@ BlackBerry 10:
 
 ### BlackBerryOS/Textbuch
 
-1.  Herunterladen Sie und extrahieren Sie die Cordova 2.9.0-Quelle an einen permanenten <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrer Festplatte, zum Beispiel in`~/Cordova-2.9.0`.
+1.  Herunterladen Sie und extrahieren Sie die Cordova 2.9.0-Quelle an einen permanenten Speicherort auf Ihrer Festplatte, zum Beispiel in`~/Cordova-2.9.0`.
 
 2.  Beenden Sie alle laufenden SDK-Tools: Eclipse, Momentics und dergleichen.
 
@@ -64,7 +64,7 @@ BlackBerry 10:
 
 BlackBerry 10 verwendet die neue CLI-Werkzeuge und Kern-APIs als Plugins verwaltet. Die Anweisungen Migrieren Ihres Projekts für ein neues Projekt, anstatt ein vorhandenes Projekt, aufgrund der Komplexität der Aktualisierung eines alten Projekts zu aktualisieren. Auch beachten Sie, dass die Cordova-Js--Datei Skript heißt jetzt 'cordova.js' und nicht mehr eine Versionszeichenfolge enthält.
 
-1.  Herunterladen Sie und extrahieren Sie die Cordova 2.8.0-Quelle an einen permanenten <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrer Festplatte, zum Beispiel in`~/Cordova-2.8.0`.
+1.  Herunterladen Sie und extrahieren Sie die Cordova 2.8.0-Quelle an einen permanenten Speicherort auf Ihrer Festplatte, zum Beispiel in`~/Cordova-2.8.0`.
 
 2.  Beenden Sie alle laufenden SDK-Tools: Eclipse, Momentics und dergleichen.
 
@@ -78,7 +78,7 @@ BlackBerry 10 verwendet die neue CLI-Werkzeuge und Kern-APIs als Plugins verwalt
 
 BlackBerryOS/Textbuch:
 
-1.  Herunterladen Sie und extrahieren Sie die Cordova 2.8.0-Quelle an einen permanenten <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrer Festplatte, zum Beispiel in`~/Cordova-2.8.0`.
+1.  Herunterladen Sie und extrahieren Sie die Cordova 2.8.0-Quelle an einen permanenten Speicherort auf Ihrer Festplatte, zum Beispiel in`~/Cordova-2.8.0`.
 
 2.  Beenden Sie alle laufenden SDK-Tools: Eclipse, Momentics und dergleichen.
 
@@ -98,7 +98,7 @@ BlackBerryOS/Textbuch:
 
 ## Upgrade 2.6.0 Projekte 2.7.0
 
-1.  Herunterladen Sie und extrahieren Sie die Cordova 2.7.0-Quelle an einen permanenten <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrer Festplatte, zum Beispiel in`~/Cordova-2.7.0`.
+1.  Herunterladen Sie und extrahieren Sie die Cordova 2.7.0-Quelle an einen permanenten Speicherort auf Ihrer Festplatte, zum Beispiel in`~/Cordova-2.7.0`.
 
 2.  Beenden Sie alle laufenden SDK-Tools: Eclipse, Momentics und dergleichen.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/edge/guide/platforms/blackberry10/config.md
----------------------------------------------------------------------
diff --git a/www/docs/de/edge/guide/platforms/blackberry10/config.md b/www/docs/de/edge/guide/platforms/blackberry10/config.md
index 003e13f..3c1cc40 100644
--- a/www/docs/de/edge/guide/platforms/blackberry10/config.md
+++ b/www/docs/de/edge/guide/platforms/blackberry10/config.md
@@ -34,6 +34,6 @@ Die `config.xml` Datei steuert eine app-Grundeinstellungen, die für jede Anwend
         <preference name="PopupBlocker" value="enable"/>
         
 
-*   `WebSecurity`( `disable` oder Standard `enable` ): Legen Sie auf `disable` Web-Sicherheits-Einstellungen, den Zugriff auf remote-Inhalte aus unbekannten Quellen zu überschreiben. Diese Voreinstellung ist vorgesehen, wie eine Entwicklung Bequemlichkeit nur, also vor dem Entfernen Verpackung die app für den Vertrieb. Für die veröffentlichten app sollte alle URIs bekannt und auf der weißen Liste mithilfe der `<access>` in die Domain-<a href="../../appdev/whitelist/index.html">Whitelist-Guide</a> beschriebene Element.
+*   `WebSecurity`( `disable` oder Standard `enable` ): Legen Sie auf `disable` Web-Sicherheits-Einstellungen, den Zugriff auf remote-Inhalte aus unbekannten Quellen zu überschreiben. Diese Voreinstellung ist vorgesehen, wie eine Entwicklung Bequemlichkeit nur, also vor dem Entfernen Verpackung die app für den Vertrieb. Für die veröffentlichten app sollte alle URIs bekannt und auf der weißen Liste mithilfe der `<access>` in die Domain-Whitelist-Guide beschriebene Element.
     
         <preference name="WebSecurity" value="disable"/>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/edge/guide/platforms/blackberry10/index.md
----------------------------------------------------------------------
diff --git a/www/docs/de/edge/guide/platforms/blackberry10/index.md b/www/docs/de/edge/guide/platforms/blackberry10/index.md
index d97ba50..54bc9a5 100644
--- a/www/docs/de/edge/guide/platforms/blackberry10/index.md
+++ b/www/docs/de/edge/guide/platforms/blackberry10/index.md
@@ -20,7 +20,7 @@ license: >
 
 # Handbuch für die Plattform von BlackBerry 10
 
-Diese Anleitung zeigt wie Ihr SDK-Umgebung einrichten, Cordova apps für BlackBerry 10 Geräte bereitstellen. Für frühere Versionen von BlackBerry müssen Sie mit einem unterschiedlichen SDK Umgebung und Befehlszeilentools, beschrieben im Handbuch für das BlackBerry-Plattform. Sie müssen für BlackBerry 10 installieren Sie das SDK unabhängig davon, ob Sie die Cross-Plattform-Cordova-CLI für Entwicklung, oder ein schmaler Plattform-zentrierte Kommandozeilen-Tools nutzen möchten. Einen Vergleich der zwei Entwicklungswege finden Sie in der <a href="../../overview/index.html">Übersicht</a>. Einzelheiten zu jedem finden Sie unter The Command-Line Interface und der <a href="tools.html">BlackBerry 10 Shell Tool Guide</a>.
+Diese Anleitung zeigt wie Ihr SDK-Umgebung einrichten, Cordova apps für BlackBerry 10 Geräte bereitstellen. Für frühere Versionen von BlackBerry müssen Sie mit einem unterschiedlichen SDK Umgebung und Befehlszeilentools, beschrieben im Handbuch für das BlackBerry-Plattform. Sie müssen für BlackBerry 10 installieren Sie das SDK unabhängig davon, ob Sie die Cross-Plattform-Cordova-CLI für Entwicklung, oder ein schmaler Plattform-zentrierte Kommandozeilen-Tools nutzen möchten. Einen Vergleich der zwei Entwicklungswege finden Sie in der Übersicht. Einzelheiten zu jedem finden Sie unter The Command-Line Interface und der BlackBerry 10 Shell Tool Guide.
 
 ## Anforderungen
 
@@ -32,7 +32,7 @@ BlackBerry 10 Geräte-Simulator:
 
 *   Prozessor: Intel Dual-core 2.0 GHz/AMD Athlon 4200 + oder höher
 *   Festplattenspeicher: 10 GB 
-*   RAM-<a href="../../../cordova/storage/storage.html">Speicher</a>: 4 GB 
+*   RAM-Speicher: 4 GB 
 *   Virtualisierung: eine der folgenden: 
     *   **Intel Virtualization Technology** (VT, VT-X, Vmx) → [Intel VT-X unterstützt Prozessor Liste][1]
     *   **AMD Virtualization** (AMD-V, SVM) (Seit Mai 2006 gehören alle AMD-CPUs AMD-V außer Sempron).
@@ -120,7 +120,7 @@ Um einen Signaturschlüssel zu erhalten, gehen Sie zu \[BlackBerry Schlüssel Be
 
 Markieren Sie das erste Feld: "für BlackBerry10 Anwendungen mit BlackBerry NDK entwickelt" und dann anmelden oder erstellen eine BBID.
 
-Geben Sie ein Kennwort, und klicken Sie auf "Token erhalten", um bbidtoken.csk zu downloaden. <a href="../../../cordova/storage/storage.html">Speicher</a>n Sie diese Datei auf den standardmäßigen <a href="../../../cordova/storage/storage.html">Speicher</a>ort für Ihr Betriebssystem, die auf der Downloadseite angezeigt wird.
+Geben Sie ein Kennwort, und klicken Sie auf "Token erhalten", um bbidtoken.csk zu downloaden. Speichern Sie diese Datei auf den standardmäßigen Speicherort für Ihr Betriebssystem, die auf der Downloadseite angezeigt wird.
 
 Der letzte Schritt ist ein Signaturzertifikat zu generieren:
 
@@ -237,9 +237,9 @@ Verwendung `--release` zu eine Release-Version zu erstellen, die für Verteilung
 
 Die `--keystorepass` Option gibt das Kennwort, die Sie beim Konfigurieren des Computers zum Signieren definiert Anwendungen.
 
-## An anderen <a href="../../../cordova/storage/storage.html">Speicher</a>orten bereitstellen
+## An anderen Speicherorten bereitstellen
 
-Die Anleitung oben übernehmen ein Gerät über USB angeschlossen ist oder ein Simulator auf dem lokalen Computer ausgeführt wird. Es ist auch möglich, an anderen <a href="../../../cordova/storage/storage.html">Speicher</a>orten bereitstellen.
+Die Anleitung oben übernehmen ein Gerät über USB angeschlossen ist oder ein Simulator auf dem lokalen Computer ausgeführt wird. Es ist auch möglich, an anderen Speicherorten bereitstellen.
 
 Eine weitere Gruppe von Befehlszeilen-Dienstprogramme sind enthalten, wenn Sie die BlackBerry 10-Plattform für Ihr Projekt einrichten. Der folgende Befehl, in diesem Fall aus dem Projektverzeichnis auf oberster Ebene aufgerufen verknüpft ein Ziel mit dem Namen *emu* mit einer IP-Adresse.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/edge/guide/platforms/blackberry10/plugin.md
----------------------------------------------------------------------
diff --git a/www/docs/de/edge/guide/platforms/blackberry10/plugin.md b/www/docs/de/edge/guide/platforms/blackberry10/plugin.md
index 8fdde69..6a0c3ee 100644
--- a/www/docs/de/edge/guide/platforms/blackberry10/plugin.md
+++ b/www/docs/de/edge/guide/platforms/blackberry10/plugin.md
@@ -35,9 +35,9 @@ Eine Cordova-Plugin für BlackBerry 10 enthält sowohl JavaScript als auch nativ
 
 ## Erstellen der systemeigenen Klasse
 
-Um den einheitlichen Teil Ihr Plugin zu erstellen, öffnen Sie die BlackBerry 10 NDK IDE, und wählen Sie **Datei → neu → BlackBerry Project → Native Erweiterung → BlackBerry 10**. Geben Sie den gewünschten Projektnamen und den <a href="../../../cordova/storage/storage.html">Speicher</a>ort, und drücken Sie **Fertig stellen**.
+Um den einheitlichen Teil Ihr Plugin zu erstellen, öffnen Sie die BlackBerry 10 NDK IDE, und wählen Sie **Datei → neu → BlackBerry Project → Native Erweiterung → BlackBerry 10**. Geben Sie den gewünschten Projektnamen und den Speicherort, und drücken Sie **Fertig stellen**.
 
-Das Projekt, erstellt von der IDE enthält Beispielcode für ein <a href="../../../cordova/storage/storage.html">Speicher</a>-Plugin. Sie können zu ersetzen oder diese Dateien ändern, um Ihre eigene Funktionalität zu implementieren:
+Das Projekt, erstellt von der IDE enthält Beispielcode für ein Speicher-Plugin. Sie können zu ersetzen oder diese Dateien ändern, um Ihre eigene Funktionalität zu implementieren:
 
 *   `*name*_js.hpp`: C++-Header für den JNEXT-Code.
 
@@ -124,7 +124,7 @@ Die `onCreateObject` Funktion nimmt zwei Parameter. Die erste ist der Name der a
 
 Das Plugin muss die folgenden JavaScript-Dateien enthalten:
 
-*   `client.js`: Dies wird als die Client-Seite und enthält die API eine Cordova-Anwendung zur Verfügung gestellt. Die API in `client.js` Aufrufe Aufrufe an `index.js` . Die API im `client.js` auch Callback-Funktionen zu den <a href="../../../cordova/events/events.html">Veranstaltungen</a>, die die Rückrufe auslösen herstellt.
+*   `client.js`: Dies wird als die Client-Seite und enthält die API eine Cordova-Anwendung zur Verfügung gestellt. Die API in `client.js` Aufrufe Aufrufe an `index.js` . Die API im `client.js` auch Callback-Funktionen zu den Veranstaltungen, die die Rückrufe auslösen herstellt.
 
 *   `index.js`: Cordova lädt `index.js` und macht es über die cordova.exec-Brücke. Die `client.js` Datei Aufrufe an die API in der `index.js` Datei, die wiederum aufrufen, um JNEXT macht zu kommunizieren, die systemeigene Seite.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/edge/guide/platforms/blackberry10/upgrade.md
----------------------------------------------------------------------
diff --git a/www/docs/de/edge/guide/platforms/blackberry10/upgrade.md b/www/docs/de/edge/guide/platforms/blackberry10/upgrade.md
index c1718f3..30c1b2c 100644
--- a/www/docs/de/edge/guide/platforms/blackberry10/upgrade.md
+++ b/www/docs/de/edge/guide/platforms/blackberry10/upgrade.md
@@ -18,7 +18,7 @@ license: >
     under the License.
 ---
 
-# <a href="../blackberry/upgrading.html">Aktualisieren der BlackBerry</a> 10
+# Aktualisieren der BlackBerry 10
 
 Diese Anleitung zeigt wie zum Ändern von BlackBerry Projekten Upgrade von älteren Versionen von Cordova. Die meisten diese Anweisungen gelten für Projekte, die mit einer älteren Befehlszeilentools, die vorangehen erstellt die `cordova` CLI-Hilfsprogramm. Informationen finden Sie unter The Command-Line Interface die CLI-Version zu aktualisieren.
 
@@ -88,7 +88,7 @@ platform add blackberry10`.
 
 Für BlackBerry 10:
 
-1.  Herunterladen Sie und extrahieren Sie die Cordova 2.9.0-Quelle zu einem permanenten <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrer Festplatte, zum Beispiel in`~/Cordova-2.9.0`.
+1.  Herunterladen Sie und extrahieren Sie die Cordova 2.9.0-Quelle zu einem permanenten Speicherort auf Ihrer Festplatte, zum Beispiel in`~/Cordova-2.9.0`.
 
 2.  Beenden Sie alle laufenden SDK-Tools: Eclipse, Momentics und dergleichen.
 
@@ -102,7 +102,7 @@ Für BlackBerry 10:
 
 Für BlackBerryOS/Textbuch:
 
-1.  Herunterladen Sie und extrahieren Sie die Cordova 2.9.0-Quelle zu einem permanenten <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrer Festplatte, zum Beispiel in`~/Cordova-2.9.0`.
+1.  Herunterladen Sie und extrahieren Sie die Cordova 2.9.0-Quelle zu einem permanenten Speicherort auf Ihrer Festplatte, zum Beispiel in`~/Cordova-2.9.0`.
 
 2.  Beenden Sie alle laufenden SDK-Tools: Eclipse, Momentics und dergleichen.
 
@@ -124,7 +124,7 @@ Für BlackBerryOS/Textbuch:
 
 BlackBerry 10 verwendet die neue CLI-Werkzeuge und Kern-APIs als Plugins verwaltet. Die Anweisungen migrieren Sie Ihr Projekt in ein neues Projekt, anstatt ein vorhandenes Projekt, aufgrund der Komplexität der Aktualisierung eines alten Projekts zu aktualisieren. Auch beachten Sie, dass die Cordova-Js--Datei Skript heißt jetzt 'cordova.js' und nicht mehr eine Versionszeichenfolge enthält.
 
-1.  Herunterladen Sie und extrahieren Sie die Cordova 2.8.0-Quelle zu einem permanenten <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrer Festplatte, zum Beispiel in`~/Cordova-2.8.0`.
+1.  Herunterladen Sie und extrahieren Sie die Cordova 2.8.0-Quelle zu einem permanenten Speicherort auf Ihrer Festplatte, zum Beispiel in`~/Cordova-2.8.0`.
 
 2.  Beenden Sie alle laufenden SDK-Tools: Eclipse, Momentics und dergleichen.
 
@@ -138,7 +138,7 @@ BlackBerry 10 verwendet die neue CLI-Werkzeuge und Kern-APIs als Plugins verwalt
 
 Für BlackBerryOS/Textbuch:
 
-1.  Herunterladen Sie und extrahieren Sie die Cordova 2.8.0-Quelle zu einem permanenten <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrer Festplatte, zum Beispiel in`~/Cordova-2.8.0`.
+1.  Herunterladen Sie und extrahieren Sie die Cordova 2.8.0-Quelle zu einem permanenten Speicherort auf Ihrer Festplatte, zum Beispiel in`~/Cordova-2.8.0`.
 
 2.  Beenden Sie alle laufenden SDK-Tools: Eclipse, Momentics und dergleichen.
 
@@ -158,7 +158,7 @@ Für BlackBerryOS/Textbuch:
 
 ## Upgrade 2.6.0 Projekte 2.7.0
 
-1.  Herunterladen Sie und entpacken Sie der Cordova 2.7.0-Quellen zu einem ständigen <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrer Festplatte, zum Beispiel zu `~/Cordova-2.7.0`.
+1.  Herunterladen Sie und entpacken Sie der Cordova 2.7.0-Quellen zu einem ständigen Speicherort auf Ihrer Festplatte, zum Beispiel zu `~/Cordova-2.7.0`.
 
 2.  Beenden Sie alle laufenden SDK-Tools: Eclipse, Momentics und dergleichen.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/edge/guide/platforms/blackberry10/upgrading.md
----------------------------------------------------------------------
diff --git a/www/docs/de/edge/guide/platforms/blackberry10/upgrading.md b/www/docs/de/edge/guide/platforms/blackberry10/upgrading.md
index e4f0940..e718b29 100644
--- a/www/docs/de/edge/guide/platforms/blackberry10/upgrading.md
+++ b/www/docs/de/edge/guide/platforms/blackberry10/upgrading.md
@@ -18,7 +18,7 @@ license: >
     under the License.
 ---
 
-# <a href="../blackberry/upgrading.html">Aktualisieren der BlackBerry</a> 10
+# Aktualisieren der BlackBerry 10
 
 Diese Anleitung zeigt wie zum Ändern von BlackBerry Projekten Upgrade von älteren Versionen von Cordova. Die meisten diese Anweisungen gelten für Projekte, die mit einer älteren Befehlszeilentools, die vorangehen erstellt die `cordova` CLI-Hilfsprogramm. Die Command-Line Interface Informationen finden Sie unter Gewusst wie: Aktualisieren Sie die Version der CLI.
 
@@ -75,7 +75,7 @@ platform add blackberry10`.
 
 Für BlackBerry 10:
 
-1.  Herunterladen Sie und extrahieren Sie die Cordova 2.9.0-Quelle zu einem permanenten <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrer Festplatte, zum Beispiel in`~/Cordova-2.9.0`.
+1.  Herunterladen Sie und extrahieren Sie die Cordova 2.9.0-Quelle zu einem permanenten Speicherort auf Ihrer Festplatte, zum Beispiel in`~/Cordova-2.9.0`.
 
 2.  Beenden Sie alle laufenden SDK-Tools: Eclipse, Momentics und dergleichen.
 
@@ -89,7 +89,7 @@ Für BlackBerry 10:
 
 Für BlackBerryOS/Textbuch:
 
-1.  Herunterladen Sie und extrahieren Sie die Cordova 2.9.0-Quelle zu einem permanenten <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrer Festplatte, zum Beispiel in`~/Cordova-2.9.0`.
+1.  Herunterladen Sie und extrahieren Sie die Cordova 2.9.0-Quelle zu einem permanenten Speicherort auf Ihrer Festplatte, zum Beispiel in`~/Cordova-2.9.0`.
 
 2.  Beenden Sie alle laufenden SDK-Tools: Eclipse, Momentics und dergleichen.
 
@@ -111,7 +111,7 @@ Für BlackBerryOS/Textbuch:
 
 BlackBerry 10 verwendet die neue CLI-Werkzeuge und Kern-APIs als Plugins verwaltet. Die Anweisungen Migrieren Ihres Projekts für ein neues Projekt, anstatt ein vorhandenes Projekt, aufgrund der Komplexität der Aktualisierung eines alten Projekts zu aktualisieren. Auch beachten Sie, dass die Cordova-Js--Datei Skript heißt jetzt 'cordova.js' und nicht mehr eine Zeichenfolge enthält.
 
-1.  Herunterladen Sie und extrahieren Sie die Cordova 2.8.0-Quelle zu einem permanenten <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrer Festplatte, zum Beispiel in`~/Cordova-2.8.0`.
+1.  Herunterladen Sie und extrahieren Sie die Cordova 2.8.0-Quelle zu einem permanenten Speicherort auf Ihrer Festplatte, zum Beispiel in`~/Cordova-2.8.0`.
 
 2.  Beenden Sie alle laufenden SDK-Tools: Eclipse, Momentics und dergleichen.
 
@@ -125,7 +125,7 @@ BlackBerry 10 verwendet die neue CLI-Werkzeuge und Kern-APIs als Plugins verwalt
 
 Für BlackBerryOS/Textbuch:
 
-1.  Herunterladen Sie und extrahieren Sie die Cordova 2.8.0-Quelle zu einem permanenten <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrer Festplatte, zum Beispiel in`~/Cordova-2.8.0`.
+1.  Herunterladen Sie und extrahieren Sie die Cordova 2.8.0-Quelle zu einem permanenten Speicherort auf Ihrer Festplatte, zum Beispiel in`~/Cordova-2.8.0`.
 
 2.  Beenden Sie alle laufenden SDK-Tools: Eclipse, Momentics und dergleichen.
 
@@ -145,7 +145,7 @@ Für BlackBerryOS/Textbuch:
 
 ## Upgrade 2.6.0 Projekte 2.7.0
 
-1.  Herunterladen Sie und extrahieren Sie die Cordova 2.7.0-Quelle zu einem permanenten <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrer Festplatte, zum Beispiel in`~/Cordova-2.7.0`.
+1.  Herunterladen Sie und extrahieren Sie die Cordova 2.7.0-Quelle zu einem permanenten Speicherort auf Ihrer Festplatte, zum Beispiel in`~/Cordova-2.7.0`.
 
 2.  Beenden Sie alle laufenden SDK-Tools: Eclipse, Momentics und dergleichen.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/edge/guide/platforms/index.md
----------------------------------------------------------------------
diff --git a/www/docs/de/edge/guide/platforms/index.md b/www/docs/de/edge/guide/platforms/index.md
index 2592483..31fabf8 100644
--- a/www/docs/de/edge/guide/platforms/index.md
+++ b/www/docs/de/edge/guide/platforms/index.md
@@ -28,58 +28,58 @@ Jede *Platform Guide* unten aufgeführten erfahren Sie, was Sie brauchen, wissen
 
 ## Amazon Fire OS
 
-*   <a href="amazonfireos/index.html">Handbuch für die OS-Plattform von Amazon-Feuer</a>
-*   <a href="amazonfireos/config.html">Amazon Fire OS Konfiguration</a>
-*   <a href="amazonfireos/webview.html">Amazon Fire OS Webansichten für</a>
-*   <a href="amazonfireos/plugin.html">Amazon Fire OS Plugins</a>
+*   Handbuch für die OS-Plattform von Amazon-Feuer
+*   Amazon Fire OS Konfiguration
+*   Amazon Fire OS Webansichten für
+*   Amazon Fire OS Plugins
 
 ## Android
 
-*   <a href="android/index.html">Android-Plattform-Guide</a>
-*   <a href="android/tools.html">Android Shell Tool Guide</a>
-*   <a href="android/config.html">Android Konfiguration</a>
-*   <a href="android/plugin.html">Android Plugins</a>
-*   <a href="android/webview.html">Android Webansichten für</a>
-*   <a href="android/upgrading.html">Aktualisierung von Android</a>
+*   Android-Plattform-Guide
+*   Android Shell Tool Guide
+*   Android Konfiguration
+*   Android Plugins
+*   Android Webansichten für
+*   Aktualisierung von Android
 
 ## BlackBerry 10
 
-*   <a href="blackberry10/index.html">Handbuch für die Plattform von BlackBerry 10</a>
-*   <a href="blackberry10/tools.html">BlackBerry 10 Shell Tool Guide</a>
-*   <a href="blackberry10/config.html">BlackBerry 10 Konfiguration</a>
-*   <a href="blackberry10/plugin.html">BlackBerry 10 Plugins</a>
-*   <a href="blackberry/upgrading.html">Aktualisieren der BlackBerry</a> 10
+*   Handbuch für die Plattform von BlackBerry 10
+*   BlackBerry 10 Shell Tool Guide
+*   BlackBerry 10 Konfiguration
+*   BlackBerry 10 Plugins
+*   Aktualisieren der BlackBerry 10
 
 ## Firefox OS
 
-*   <a href="firefoxos/index.html">Firefox-OS-Plattform-Guide</a>
+*   Firefox-OS-Plattform-Guide
 
 ## iOS
 
-*   <a href="ios/index.html">iOS Platform Guide</a>
-*   <a href="ios/tools.html">iOS Shell Tool Guide</a>
-*   <a href="ios/config.html">iOS Konfiguration</a>
-*   <a href="ios/plugin.html">iOS Plugins</a>
-*   <a href="ios/webview.html">iOS Webansichten für</a>
-*   <a href="ios/upgrading.html">IOS Upgrade</a>
+*   iOS Platform Guide
+*   iOS Shell Tool Guide
+*   iOS Konfiguration
+*   iOS Plugins
+*   iOS Webansichten für
+*   IOS Upgrade
 
 ## Ubuntu
 
-*   <a href="ubuntu/index.html">Handbuch Ubuntu Plattform</a>
+*   Handbuch Ubuntu Plattform
 
 ## Windows Phone 8
 
-*   <a href="wp8/index.html">Handbuch für die Plattform von Windows Phone-8</a>
-*   <a href="wp8/plugin.html">Windows Phone 8 Plugins</a>
-*   <a href="wp8/upgrading.html">Aktualisieren von Windows Phone</a> 8
+*   Handbuch für die Plattform von Windows Phone-8
+*   Windows Phone 8 Plugins
+*   Aktualisieren von Windows Phone 8
 
 ## Windows
 
-*   <a href="win8/index.html">Anleitung zur Windows Platform</a>
-*   <a href="win8/plugin.html">Windows Plugins</a>
-*   <a href="win8/packaging.html">Windows-Verpackungen</a>
-*   <a href="win8/upgrading.html">Aktualisieren von Windows 8</a>
+*   Anleitung zur Windows Platform
+*   Windows Plugins
+*   Windows-Verpackungen
+*   Aktualisieren von Windows 8
 
 ## Tizen
 
-*   <a href="tizen/index.html">Tizen Plattform Guide</a>
\ No newline at end of file
+*   Tizen Plattform Guide
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/edge/guide/platforms/ios/config.md
----------------------------------------------------------------------
diff --git a/www/docs/de/edge/guide/platforms/ios/config.md b/www/docs/de/edge/guide/platforms/ios/config.md
index 70fc6cc..47ff0cc 100644
--- a/www/docs/de/edge/guide/platforms/ios/config.md
+++ b/www/docs/de/edge/guide/platforms/ios/config.md
@@ -49,7 +49,7 @@ Die `config.xml` Datei steuert eine app-Grundeinstellungen, die für jede Anwend
         <preference name="AllowInlineMediaPlayback" value="true"/>
         
 
-*   `BackupWebStorage` (string, entweder `keine`, `lokalen`oder der Standard- `Wolke`): Legen Sie auf `Wolke` Web <a href="../../../cordova/storage/storage.html">Speicher</a>daten-Backup über iCloud können. Legen Sie auf `lokalen` nur lokale Backups über iTunes Sync zu ermöglichen. Satz auf `none` zu verhindern, dass Web-<a href="../../../cordova/storage/storage.html">Speicher</a>-Sicherungen.
+*   `BackupWebStorage` (string, entweder `keine`, `lokalen`oder der Standard- `Wolke`): Legen Sie auf `Wolke` Web Speicherdaten-Backup über iCloud können. Legen Sie auf `lokalen` nur lokale Backups über iTunes Sync zu ermöglichen. Satz auf `none` zu verhindern, dass Web-Speicher-Sicherungen.
     
         <preference name="BackupWebStorage" value="local"/>
         

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/edge/guide/platforms/ios/index.md
----------------------------------------------------------------------
diff --git a/www/docs/de/edge/guide/platforms/ios/index.md b/www/docs/de/edge/guide/platforms/ios/index.md
index e6a3885..9e056f7 100644
--- a/www/docs/de/edge/guide/platforms/ios/index.md
+++ b/www/docs/de/edge/guide/platforms/ios/index.md
@@ -22,11 +22,11 @@ license: >
 
 Diese Anleitung zeigt Ihre Entwicklungsumgebung SDK einrichten, Cordova apps für iOS-Geräte wie iPhone und iPad bereitstellen. Finden Sie im folgenden detaillierte Plattform-spezifischen Informationen:
 
-*   <a href="config.html">iOS Konfiguration</a>
-*   <a href="upgrading.html">IOS Upgrade</a>
-*   <a href="webview.html">iOS Webansichten für</a>
-*   <a href="plugin.html">iOS Plugins</a>
-*   <a href="tools.html">iOS Shell Tool Guide</a>
+*   iOS Konfiguration
+*   IOS Upgrade
+*   iOS Webansichten für
+*   iOS Plugins
+*   iOS Shell Tool Guide
 
 Die Befehlszeilentools, die oben beziehen sich auf Versionen vor 3.0 Cordova. Informationen über die aktuelle Schnittstelle finden Sie unter The Command-Line Interface.
 
@@ -34,7 +34,7 @@ Die Befehlszeilentools, die oben beziehen sich auf Versionen vor 3.0 Cordova. In
 
 Apple ® Werkzeuge zum Erstellen von iOS-Anwendungen, die nur auf das Betriebssystem OS X auf Intel-basierten Macs ausgeführt. Xcode ® 6.0 (die erforderliche Mindestversion) läuft nur unter OS X Version 10.9 (Mavericks) oder größer, und umfasst das iOS 8 SDK (Software Development Kit). Einreichen von apps, die Apple-App-Store℠ erfordert die neuesten Versionen der Apple-Tools.
 
-Sie können viele der mit dem iOS-Emulator installiert mit der iOS SDK und Xcode Cordova-Features testen, aber man braucht ein echtes Gerät vollständig testen aller Gerätefunktionen die app vor der Einreichung zum App-<a href="../../../cordova/storage/storage.html">Speicher</a>. Das Gerät muss mindestens iOS 6.x installiert, die mindestens iOS-Version ab Cordova 3.0 unterstützt. Unterstützende Geräten gehören alle iPad ® Modelle, iPhone ® 3GS und höher, und iPod ® Touch 3rd Generation oder höher. Um apps auf einem Gerät zu installieren, müssen Sie auch ein Mitglied von Apples [iOS Developer Program][1], sein, die kostet $99 pro Jahr. Diese Anleitung zeigt wie zum Implementieren von apps auf der iOS-Emulator, wofür Sie müssen sich nicht mit dem Entwicklerprogramm registrieren.
+Sie können viele der mit dem iOS-Emulator installiert mit der iOS SDK und Xcode Cordova-Features testen, aber man braucht ein echtes Gerät vollständig testen aller Gerätefunktionen die app vor der Einreichung zum App-Speicher. Das Gerät muss mindestens iOS 6.x installiert, die mindestens iOS-Version ab Cordova 3.0 unterstützt. Unterstützende Geräten gehören alle iPad ® Modelle, iPhone ® 3GS und höher, und iPod ® Touch 3rd Generation oder höher. Um apps auf einem Gerät zu installieren, müssen Sie auch ein Mitglied von Apples [iOS Developer Program][1], sein, die kostet $99 pro Jahr. Diese Anleitung zeigt wie zum Implementieren von apps auf der iOS-Emulator, wofür Sie müssen sich nicht mit dem Entwicklerprogramm registrieren.
 
  [1]: https://developer.apple.com/programs/ios/
 
@@ -158,7 +158,7 @@ Xcode die Warnung über die `InvokeString` -Methode betrifft die Funktionalität
         // only valid if ___PROJECTNAME__-Info.plist specifies a protocol to handle
         /*
         if (self.invokeString) {
-          // this is passed before the <a href="../../../cordova/events/events.deviceready.html">deviceready</a> event is fired, so you can access it in js when you receive <a href="../../../cordova/events/events.deviceready.html">deviceready</a>
+          // this is passed before the deviceready event is fired, so you can access it in js when you receive deviceready
           NSLog(@"DEPRECATED: window.invokeString - use the window.handleOpenURL(url) function instead, which is always called when the app is launched through a custom scheme url.");
           NSString* jsString = [NSString stringWithFormat:@"var invokeString = \"%@\";", self.invokeString];
           [theWebView stringByEvaluatingJavaScriptFromString:jsString];
@@ -182,7 +182,7 @@ Xcode die Warnung über die `InvokeString` -Methode betrifft die Funktionalität
 
 **Fehlende Header**: Kompilierungsfehler im Zusammenhang mit fehlenden Header werden durch Probleme mit den Buildspeicherort und kann über Xcode-Einstellungen festgelegt werden:
 
-1.  **Xcode → Einstellungen → <a href="../../../cordova/storage/storage.html">Speicher</a>orte** auswählen.
+1.  **Xcode → Einstellungen → Speicherorte** auswählen.
 
 2.  Drücken Sie im Abschnitt **Abgeleitete Daten** die Schaltfläche " **erweitert** " und wählen Sie **Unique** als den **Buildspeicherort** , wie hier gezeigt:
     

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/edge/guide/platforms/ios/plugin.md
----------------------------------------------------------------------
diff --git a/www/docs/de/edge/guide/platforms/ios/plugin.md b/www/docs/de/edge/guide/platforms/ios/plugin.md
index 4764f44..fa928a5 100644
--- a/www/docs/de/edge/guide/platforms/ios/plugin.md
+++ b/www/docs/de/edge/guide/platforms/ios/plugin.md
@@ -146,7 +146,7 @@ Es prüft den Parameter um sicherzustellen, dass es ist nicht `nil` oder eine le
 
 ## iOS Integration
 
-Die `CDVPlugin` -Klasse enthält Methoden, die Ihr Plugin überschrieben werden kann. Beispielsweise können Sie erfassen die `<a href="../../../cordova/events/events.pause.html">pause</a>` , `<a href="../../../cordova/events/events.resume.html">resume</a>` , app beenden und `handleOpenURL` Ereignisse. Finden Sie die [CDVPlugin.h][1] und [CDVPlugin.m][2] Klasse Anleitung.
+Die `CDVPlugin` -Klasse enthält Methoden, die Ihr Plugin überschrieben werden kann. Beispielsweise können Sie erfassen die `pause` , `resume` , app beenden und `handleOpenURL` Ereignisse. Finden Sie die [CDVPlugin.h][1] und [CDVPlugin.m][2] Klasse Anleitung.
 
  [1]: https://github.com/apache/cordova-ios/blob/master/CordovaLib/Classes/CDVPlugin.h
  [2]: https://github.com/apache/cordova-ios/blob/master/CordovaLib/Classes/CDVPlugin.m

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/edge/guide/platforms/ios/tools.md
----------------------------------------------------------------------
diff --git a/www/docs/de/edge/guide/platforms/ios/tools.md b/www/docs/de/edge/guide/platforms/ios/tools.md
index 13f71c1..3af4e4c 100644
--- a/www/docs/de/edge/guide/platforms/ios/tools.md
+++ b/www/docs/de/edge/guide/platforms/ios/tools.md
@@ -20,7 +20,7 @@ license: >
 
 # iOS Shell Tool Guide
 
-Diese Anleitung zeigt wie Cordovas Satz von Plattform-zentrierte Shell Tools verwenden, um iOS apps zu entwickeln. Dieser Entwicklungspfad, diskutiert in der <a href="../../overview/index.html">Übersicht</a>, möglicherweise einen größeren Bereich von Entwicklungsoptionen für iOS als das Cross-Plattform-CLI-Tool beschrieben in The Command-Line Interface anbieten. Beispielsweise müssen Sie Shell-Hilfsmittel zu verwenden, wenn Sie eine benutzerdefinierte Cordova WebView neben systemeigenen Komponenten bereitstellen. Vor der Verwendung von entweder Entwicklungsweg, müssen Sie zuerst die SDK-Umgebung konfigurieren, wie in der iOS-Plattform Guide beschrieben. Diese Tools basieren auf Xcodes-Befehlszeilen-Tools wie `xcode-select` und`xcodebuild`.
+Diese Anleitung zeigt wie Cordovas Satz von Plattform-zentrierte Shell Tools verwenden, um iOS apps zu entwickeln. Dieser Entwicklungspfad, diskutiert in der Übersicht, möglicherweise einen größeren Bereich von Entwicklungsoptionen für iOS als das Cross-Plattform-CLI-Tool beschrieben in The Command-Line Interface anbieten. Beispielsweise müssen Sie Shell-Hilfsmittel zu verwenden, wenn Sie eine benutzerdefinierte Cordova WebView neben systemeigenen Komponenten bereitstellen. Vor der Verwendung von entweder Entwicklungsweg, müssen Sie zuerst die SDK-Umgebung konfigurieren, wie in der iOS-Plattform Guide beschrieben. Diese Tools basieren auf Xcodes-Befehlszeilen-Tools wie `xcode-select` und`xcodebuild`.
 
 Um Shell Tools für iOS zu aktivieren, herunterladen Sie Cordova von [cordova.apache.org][1]. Der Download enthält separate Archiv für jede Plattform. Erweitern Sie jedes Ziel, soll `ios` in diesem Fall. Die entsprechenden Tools stehen in der Regel in den übergeordneten `bin` Verzeichnis, sonst finden Sie in der **README** -Datei für detailliertere Wegbeschreibung.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/edge/guide/platforms/ios/upgrade.md
----------------------------------------------------------------------
diff --git a/www/docs/de/edge/guide/platforms/ios/upgrade.md b/www/docs/de/edge/guide/platforms/ios/upgrade.md
index 2972296..10a2de5 100644
--- a/www/docs/de/edge/guide/platforms/ios/upgrade.md
+++ b/www/docs/de/edge/guide/platforms/ios/upgrade.md
@@ -18,7 +18,7 @@ license: >
     under the License.
 ---
 
-# <a href="upgrading.html">IOS Upgrade</a>
+# IOS Upgrade
 
 Diese Anleitung zeigt wie iOS-Projekte von älteren Versionen von Cordova upgedatet werden. Die meisten diese Anweisungen gelten für Projekte, die mit einer älteren Befehlszeilentools, die vorangehen erstellt die `cordova` CLI-Hilfsprogramm. Informationen finden Sie unter The Command-Line Interface die CLI-Version zu aktualisieren.
 
@@ -121,13 +121,13 @@ Xcode 5 Fragen:
 
 ## Upgrade 2.9.0 Projekte 3.0.0
 
-1.  Herunterladen Sie und entpacken Sie der Cordova 3.0.0-Quellen zu einem ständigen <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrer Festplatte, zum Beispiel zu `~/Documents/Cordova-3.0.0`.
+1.  Herunterladen Sie und entpacken Sie der Cordova 3.0.0-Quellen zu einem ständigen Speicherort auf Ihrer Festplatte, zum Beispiel zu `~/Documents/Cordova-3.0.0`.
 
 2.  Beenden Sie Xcode, wenn es geöffnet ist.
 
 3.  Terminal.app navigieren Sie zu dem Verzeichnis, in dem Sie die heruntergeladene Quelle oben setzen.
 
-4.  Erstellen Sie ein neues Projekt, wie in <a href="tools.html">iOS Shell Tool Guide</a> beschrieben. Sie benötigen die Vermögen aus diesem neuen Projekt.
+4.  Erstellen Sie ein neues Projekt, wie in iOS Shell Tool Guide beschrieben. Sie benötigen die Vermögen aus diesem neuen Projekt.
 
 5.  Kopie der `www/cordova.js` (Beachten Sie, dass es muss ein Version-Suffix nicht mehr, die Version ist in der Datei selbst in der Kopfzeile) Datei aus dem neuen Projekt in das `www` Verzeichnis und Löschen der `www/cordova.js` Datei.
 
@@ -139,13 +139,13 @@ Xcode 5 Fragen:
 
 ## Upgrade 2.8.0 Projekte 2.9.0
 
-1.  Herunterladen Sie und entpacken Sie der Cordova 2.9.0-Quellen zu einem ständigen <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrer Festplatte, zum Beispiel zu `~/Documents/Cordova-2.9.0`.
+1.  Herunterladen Sie und entpacken Sie der Cordova 2.9.0-Quellen zu einem ständigen Speicherort auf Ihrer Festplatte, zum Beispiel zu `~/Documents/Cordova-2.9.0`.
 
 2.  Beenden Sie Xcode, wenn es geöffnet ist.
 
 3.  Terminal.app navigieren Sie zu dem Verzeichnis, in dem Sie die heruntergeladene Quelle oben setzen.
 
-4.  Erstellen Sie ein neues Projekt, wie in <a href="tools.html">iOS Shell Tool Guide</a> beschrieben. Sie benötigen die Vermögen aus diesem neuen Projekt.
+4.  Erstellen Sie ein neues Projekt, wie in iOS Shell Tool Guide beschrieben. Sie benötigen die Vermögen aus diesem neuen Projekt.
 
 5.  Kopie der `www/cordova.js` (Beachten Sie, dass es muss ein Version-Suffix nicht mehr, die Version ist in der Datei selbst in der Kopfzeile) Datei aus dem neuen Projekt in das `www` Verzeichnis und Löschen der `www/cordova.js` Datei.
 
@@ -155,13 +155,13 @@ Xcode 5 Fragen:
 
 ## Upgrade 2.7.0 Projekte 2.8.0
 
-1.  Herunterladen Sie und entpacken Sie der Cordova 2.8.0-Quellen zu einem ständigen <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrer Festplatte, zum Beispiel zu `~/Documents/Cordova-2.8.0`.
+1.  Herunterladen Sie und entpacken Sie der Cordova 2.8.0-Quellen zu einem ständigen Speicherort auf Ihrer Festplatte, zum Beispiel zu `~/Documents/Cordova-2.8.0`.
 
 2.  Beenden Sie Xcode, wenn es geöffnet ist.
 
 3.  Terminal.app navigieren Sie zu dem Verzeichnis, in dem Sie die heruntergeladene Quelle oben setzen.
 
-4.  Erstellen Sie ein neues Projekt, wie in <a href="tools.html">iOS Shell Tool Guide</a> beschrieben. Sie benötigen die Vermögen aus diesem neuen Projekt.
+4.  Erstellen Sie ein neues Projekt, wie in iOS Shell Tool Guide beschrieben. Sie benötigen die Vermögen aus diesem neuen Projekt.
 
 5.  Kopieren Sie die `www/cordova.js` (Beachten Sie, dass es muss ein Version-Suffix nicht mehr, die Version ist in der Datei selbst in der Kopfzeile) Datei aus dem neuen Projekt in das `www`-Verzeichnis, und löschen Sie die Datei `www/cordova-2.7.0.js`.
 
@@ -197,13 +197,13 @@ Xcode 5 Fragen:
 
 ## Upgrade 2.6.0 Projekte 2.7.0
 
-1.  Herunterladen Sie und entpacken Sie der Cordova 2.7.0-Quellen zu einem ständigen <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrer Festplatte, zum Beispiel zu `~/Documents/Cordova-2.7.0`.
+1.  Herunterladen Sie und entpacken Sie der Cordova 2.7.0-Quellen zu einem ständigen Speicherort auf Ihrer Festplatte, zum Beispiel zu `~/Documents/Cordova-2.7.0`.
 
 2.  Beenden Sie Xcode, wenn es geöffnet ist.
 
 3.  Terminal.app navigieren Sie zu dem Verzeichnis, in dem Sie die heruntergeladene Quelle oben setzen.
 
-4.  Erstellen Sie ein neues Projekt, wie in <a href="tools.html">iOS Shell Tool Guide</a> beschrieben. Sie benötigen die Vermögen aus diesem neuen Projekt.
+4.  Erstellen Sie ein neues Projekt, wie in iOS Shell Tool Guide beschrieben. Sie benötigen die Vermögen aus diesem neuen Projekt.
 
 5.  Kopie der `www/cordova-2.7.0.js` Datei aus dem neuen Projekt in das `www` Verzeichnis und Löschen der `www/cordova-2.6.0.js` Datei.
 
@@ -220,13 +220,13 @@ Xcode 5 Fragen:
 
 ## Upgrade 2.5.0 Projekte 2.6.0
 
-1.  Herunterladen Sie und entpacken Sie der Cordova 2.6.0-Quellen zu einem ständigen <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrer Festplatte, zum Beispiel zu `~/Documents/Cordova-2.6.0`.
+1.  Herunterladen Sie und entpacken Sie der Cordova 2.6.0-Quellen zu einem ständigen Speicherort auf Ihrer Festplatte, zum Beispiel zu `~/Documents/Cordova-2.6.0`.
 
 2.  Beenden Sie Xcode, wenn es geöffnet ist.
 
 3.  Terminal.app navigieren Sie zu dem Verzeichnis, in dem Sie die heruntergeladene Quelle oben setzen.
 
-4.  Erstellen Sie ein neues Projekt, wie in <a href="tools.html">iOS Shell Tool Guide</a> beschrieben. Sie benötigen die Vermögen aus diesem neuen Projekt.
+4.  Erstellen Sie ein neues Projekt, wie in iOS Shell Tool Guide beschrieben. Sie benötigen die Vermögen aus diesem neuen Projekt.
 
 5.  Kopieren Sie die Datei des Projekts `www/cordova-2.6.0.js` in das `www`-Verzeichnis, und löschen Sie die Datei `www/cordova-2.5.0.js`.
 
@@ -251,13 +251,13 @@ Xcode 5 Fragen:
 
 ## Upgrade 2.4.0 Projekte 2.5.0
 
-1.  Herunterladen Sie und entpacken Sie der Cordova 2.5.0-Quellen zu einem ständigen <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrer Festplatte, zum Beispiel zu `~/Documents/Cordova-2.5.0`.
+1.  Herunterladen Sie und entpacken Sie der Cordova 2.5.0-Quellen zu einem ständigen Speicherort auf Ihrer Festplatte, zum Beispiel zu `~/Documents/Cordova-2.5.0`.
 
 2.  Beenden Sie Xcode, wenn es geöffnet ist.
 
 3.  Terminal.app navigieren Sie zu dem Verzeichnis, in dem Sie die heruntergeladene Quelle oben setzen.
 
-4.  Erstellen Sie ein neues Projekt, wie in <a href="tools.html">iOS Shell Tool Guide</a> beschrieben. Sie benötigen die Vermögen aus diesem neuen Projekt.
+4.  Erstellen Sie ein neues Projekt, wie in iOS Shell Tool Guide beschrieben. Sie benötigen die Vermögen aus diesem neuen Projekt.
 
 5.  Kopieren Sie die Datei `www/cordova-2.5.0.js` aus dem neuen Projekt, in das `www`-Verzeichnis, und löschen Sie die Datei `www/cordova-2.4.0.js`.
 
@@ -282,13 +282,13 @@ Xcode 5 Fragen:
 
 ## Upgrade 2.3.0 Projekte 2.4.0
 
-1.  Herunterladen Sie und entpacken Sie der Cordova 2.4.0-Quellen zu einem ständigen <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrer Festplatte, zum Beispiel zu `~/Documents/Cordova-2.4.0`.
+1.  Herunterladen Sie und entpacken Sie der Cordova 2.4.0-Quellen zu einem ständigen Speicherort auf Ihrer Festplatte, zum Beispiel zu `~/Documents/Cordova-2.4.0`.
 
 2.  Beenden Sie Xcode, wenn es geöffnet ist.
 
 3.  Terminal.app navigieren Sie zu dem Verzeichnis, in dem Sie die heruntergeladene Quelle oben setzen.
 
-4.  Erstellen Sie ein neues Projekt, wie in <a href="tools.html">iOS Shell Tool Guide</a> beschrieben. Sie benötigen die Vermögen aus diesem neuen Projekt.
+4.  Erstellen Sie ein neues Projekt, wie in iOS Shell Tool Guide beschrieben. Sie benötigen die Vermögen aus diesem neuen Projekt.
 
 5.  Kopieren Sie die Datei `www/cordova-2.4.0.js` aus dem neuen Projekt, in das `www`-Verzeichnis, und löschen Sie die Datei `www/cordova-2.3.0.js`.
 
@@ -313,13 +313,13 @@ Xcode 5 Fragen:
 
 ## Upgrade 2.2.0 Projekte 2.3.0
 
-1.  Herunterladen Sie und entpacken Sie der Cordova 2.3.0-Quellen zu einem ständigen <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrer Festplatte, zum Beispiel zu `~/Documents/Cordova-2.3.0`.
+1.  Herunterladen Sie und entpacken Sie der Cordova 2.3.0-Quellen zu einem ständigen Speicherort auf Ihrer Festplatte, zum Beispiel zu `~/Documents/Cordova-2.3.0`.
 
 2.  Beenden Sie Xcode, wenn es geöffnet ist.
 
 3.  Terminal.app navigieren Sie zu dem Verzeichnis, in dem Sie die heruntergeladene Quelle oben setzen.
 
-4.  Erstellen Sie ein neues Projekt, wie in <a href="tools.html">iOS Shell Tool Guide</a> beschrieben. Sie benötigen die Vermögen aus diesem neuen Projekt.
+4.  Erstellen Sie ein neues Projekt, wie in iOS Shell Tool Guide beschrieben. Sie benötigen die Vermögen aus diesem neuen Projekt.
 
 5.  Kopieren Sie die Datei `www/cordova-2.3.0.js` aus dem neuen Projekt, in das `www`-Verzeichnis, und löschen Sie die Datei `www/cordova-2.2.0.js`.
 
@@ -348,13 +348,13 @@ Xcode 5 Fragen:
 
 ## Upgrade 2.1.0 Projekte 2.2.0
 
-1.  Herunterladen Sie und entpacken Sie der Cordova 2.2.0-Quellen zu einem ständigen <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrer Festplatte, zum Beispiel zu `~/Documents/Cordova-2.2.0`.
+1.  Herunterladen Sie und entpacken Sie der Cordova 2.2.0-Quellen zu einem ständigen Speicherort auf Ihrer Festplatte, zum Beispiel zu `~/Documents/Cordova-2.2.0`.
 
 2.  Beenden Sie Xcode, wenn es geöffnet ist.
 
 3.  Terminal.app navigieren Sie zu dem Verzeichnis, in dem Sie die heruntergeladene Quelle oben setzen.
 
-4.  Erstellen Sie ein neues Projekt, wie in <a href="tools.html">iOS Shell Tool Guide</a> beschrieben. Sie benötigen die Vermögen aus diesem neuen Projekt.
+4.  Erstellen Sie ein neues Projekt, wie in iOS Shell Tool Guide beschrieben. Sie benötigen die Vermögen aus diesem neuen Projekt.
 
 5.  Kopieren Sie die Datei `www/cordova-2.2.0.js` aus dem neuen Projekt, in das `www`-Verzeichnis, und löschen Sie die Datei `www/cordova-2.1.0.js`.
 
@@ -369,24 +369,24 @@ Xcode 5 Fragen:
 9.  Anschließend aktualisieren Sie die `CordovaLib`-Teilprojekt-Referenz. Beginnend mit Cordova 2.1.0, nicht die CORDOVALIB Xcode-Variable nicht mehr wann verwenden wir verweisen, in dem sich `CordovaLib` befindet, der Verweis ist eine absolute Dateiverweis jetzt.
     
     1.  Terminal.app starten
-    2.  Gehen Sie zu dem <a href="../../../cordova/storage/storage.html">Speicher</a>ort, wo Sie Cordova installiert (siehe Schritt 1), in das Unterverzeichnis `bin`
+    2.  Gehen Sie zu dem Speicherort, wo Sie Cordova installiert (siehe Schritt 1), in das Unterverzeichnis `bin`
     3.  Führen Sie das Skript unter dem der erste Parameter der Pfad zu der Datei des Projekts `.xcodeproj ist`:
         
         `update_cordova_subproject path/to/your/project/xcodeproj`
 
-**Hinweis**: In 2.2.0, kopieren Sie das Skript `bin/erstellen` in das Teilprojekt "`CordovaLib`" in Ihr Projekt. Um die gleiche Art der Installation haben, kopieren Sie einfach in die richtige `CordovaLib` in Ihrem Projektverzeichnis, und aktualisieren Sie den <a href="../../../cordova/storage/storage.html">Speicher</a>ort des `CordovaLib`-Teilprojekt (bezogen auf "Projekt") in der Xcode-Datei-Inspektor.
+**Hinweis**: In 2.2.0, kopieren Sie das Skript `bin/erstellen` in das Teilprojekt "`CordovaLib`" in Ihr Projekt. Um die gleiche Art der Installation haben, kopieren Sie einfach in die richtige `CordovaLib` in Ihrem Projektverzeichnis, und aktualisieren Sie den Speicherort des `CordovaLib`-Teilprojekt (bezogen auf "Projekt") in der Xcode-Datei-Inspektor.
 
 ## Upgrade 2.0.0 Projekte auf 2.1.0
 
 Mit Cordova 2.1.0 wurde `CordovaLib` aufgerüstet, um **Automatische Reference Counting (ARC)** zu verwenden. Sie nicht müssen upgrade auf **ARC** mithilfe von CordovaLib, aber wenn Sie, aktualisieren Sie das Projekt zur Verwendung von **ARC möchten**, verwenden Sie bitte den Xcode-Migrations-Assistenten aus dem Menü: **Bearbeiten → umgestalten → Convert in Objective-C-Bogen...**, libCordova.a aufzuheben, dann führen Sie den Assistenten bis zum Abschluss.
 
-1.  Herunterladen Sie und entpacken Sie der Cordova 2.1.0-Quellen zu einem ständigen <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrer Festplatte, zum Beispiel zu `~/Documents/Cordova-2.1.0`.
+1.  Herunterladen Sie und entpacken Sie der Cordova 2.1.0-Quellen zu einem ständigen Speicherort auf Ihrer Festplatte, zum Beispiel zu `~/Documents/Cordova-2.1.0`.
 
 2.  Beenden Sie Xcode, wenn es geöffnet ist.
 
 3.  Terminal.app navigieren Sie zu dem Verzeichnis, in dem Sie die heruntergeladene Quelle oben setzen.
 
-4.  Erstellen Sie ein neues Projekt, wie in <a href="tools.html">iOS Shell Tool Guide</a> beschrieben. Sie benötigen die Vermögen aus diesem neuen Projekt.
+4.  Erstellen Sie ein neues Projekt, wie in iOS Shell Tool Guide beschrieben. Sie benötigen die Vermögen aus diesem neuen Projekt.
 
 5.  Kopieren Sie die Datei `www/cordova-2.1.0.js` aus dem neuen Projekt, in das `www`-Verzeichnis, und löschen Sie die Datei `www/cordova-2.0.0.js`.
 
@@ -408,7 +408,7 @@ Mit Cordova 2.1.0 wurde `CordovaLib` aufgerüstet, um **Automatische Reference C
 11. Anschließend aktualisieren Sie die `CordovaLib`-Teilprojekt-Referenz. Beginnend mit Cordova 2.1.0, nicht die CORDOVALIB Xcode-Variable nicht mehr wann verwenden wir verweisen, in dem sich `CordovaLib` befindet, der Verweis ist eine absolute Dateiverweis jetzt.
     
     1.  Terminal.app starten
-    2.  Gehen Sie zu dem <a href="../../../cordova/storage/storage.html">Speicher</a>ort, wo Sie Cordova installiert (siehe Schritt 1), in das Unterverzeichnis `bin`
+    2.  Gehen Sie zu dem Speicherort, wo Sie Cordova installiert (siehe Schritt 1), in das Unterverzeichnis `bin`
     3.  Führen Sie das Skript unter dem der erste Parameter der Pfad zu der Datei des Projekts `.xcodeproj ist`:
         
         `update_cordova_subproject path/to/your/project/xcodeproj`
@@ -417,7 +417,7 @@ Mit Cordova 2.1.0 wurde `CordovaLib` aufgerüstet, um **Automatische Reference C
 
 1.  Cordova 2.0.0 zu installieren.
 
-2.  Erstellen Sie ein neues Projekt, wie in <a href="tools.html">iOS Shell Tool Guide</a> beschrieben. Sie benötigen die Vermögen aus diesem neuen Projekt.
+2.  Erstellen Sie ein neues Projekt, wie in iOS Shell Tool Guide beschrieben. Sie benötigen die Vermögen aus diesem neuen Projekt.
 
 3.  Kopieren Sie die Datei `www/cordova-2.0.0.js` aus dem neuen Projekt, in das `www`-Verzeichnis, und löschen Sie die Datei `www/cordova-1.9.0.js`.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/edge/guide/platforms/ios/upgrading.md
----------------------------------------------------------------------
diff --git a/www/docs/de/edge/guide/platforms/ios/upgrading.md b/www/docs/de/edge/guide/platforms/ios/upgrading.md
index 89c2128..17ce51d 100644
--- a/www/docs/de/edge/guide/platforms/ios/upgrading.md
+++ b/www/docs/de/edge/guide/platforms/ios/upgrading.md
@@ -83,7 +83,7 @@ platform add ios`.
 
 ## Upgrade 2.9.0 Projekte 3.0.0
 
-1.  Herunterladen Sie und extrahieren Sie die Cordova 3.0.0-Quelle zu einem permanenten <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrer Festplatte, zum Beispiel in`~/Documents/Cordova-3.0.0`.
+1.  Herunterladen Sie und extrahieren Sie die Cordova 3.0.0-Quelle zu einem permanenten Speicherort auf Ihrer Festplatte, zum Beispiel in`~/Documents/Cordova-3.0.0`.
 
 2.  Beenden Sie Xcode, wenn es geöffnet ist.
 
@@ -101,7 +101,7 @@ platform add ios`.
 
 ## Upgrade 2.8.0 Projekte 2.9.0
 
-1.  Herunterladen Sie und extrahieren Sie die Cordova 2.9.0-Quelle zu einem permanenten <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrer Festplatte, zum Beispiel in`~/Documents/Cordova-2.9.0`.
+1.  Herunterladen Sie und extrahieren Sie die Cordova 2.9.0-Quelle zu einem permanenten Speicherort auf Ihrer Festplatte, zum Beispiel in`~/Documents/Cordova-2.9.0`.
 
 2.  Beenden Sie Xcode, wenn es geöffnet ist.
 
@@ -117,7 +117,7 @@ platform add ios`.
 
 ## Upgrade 2.7.0 Projekte 2.8.0
 
-1.  Herunterladen Sie und extrahieren Sie die Cordova 2.8.0-Quelle zu einem permanenten <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrer Festplatte, zum Beispiel in`~/Documents/Cordova-2.8.0`.
+1.  Herunterladen Sie und extrahieren Sie die Cordova 2.8.0-Quelle zu einem permanenten Speicherort auf Ihrer Festplatte, zum Beispiel in`~/Documents/Cordova-2.8.0`.
 
 2.  Beenden Sie Xcode, wenn es geöffnet ist.
 
@@ -158,7 +158,7 @@ platform add ios`.
 
 ## Upgrade 2.6.0 Projekte 2.7.0
 
-1.  Herunterladen Sie und extrahieren Sie die Cordova 2.7.0-Quelle zu einem permanenten <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrer Festplatte, zum Beispiel in`~/Documents/Cordova-2.7.0`.
+1.  Herunterladen Sie und extrahieren Sie die Cordova 2.7.0-Quelle zu einem permanenten Speicherort auf Ihrer Festplatte, zum Beispiel in`~/Documents/Cordova-2.7.0`.
 
 2.  Beenden Sie Xcode, wenn es geöffnet ist.
 
@@ -181,7 +181,7 @@ platform add ios`.
 
 ## Upgrade 2.5.0 Projekte 2.6.0
 
-1.  Herunterladen Sie und extrahieren Sie die Cordova 2.6.0-Quelle zu einem permanenten <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrer Festplatte, zum Beispiel in`~/Documents/Cordova-2.6.0`.
+1.  Herunterladen Sie und extrahieren Sie die Cordova 2.6.0-Quelle zu einem permanenten Speicherort auf Ihrer Festplatte, zum Beispiel in`~/Documents/Cordova-2.6.0`.
 
 2.  Beenden Sie Xcode, wenn es geöffnet ist.
 
@@ -212,7 +212,7 @@ platform add ios`.
 
 ## Upgrade 2.4.0 Projekte 2.5.0
 
-1.  Herunterladen Sie und extrahieren Sie die Cordova 2.5.0-Quelle zu einem permanenten <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrer Festplatte, zum Beispiel in`~/Documents/Cordova-2.5.0`.
+1.  Herunterladen Sie und extrahieren Sie die Cordova 2.5.0-Quelle zu einem permanenten Speicherort auf Ihrer Festplatte, zum Beispiel in`~/Documents/Cordova-2.5.0`.
 
 2.  Beenden Sie Xcode, wenn es geöffnet ist.
 
@@ -243,7 +243,7 @@ platform add ios`.
 
 ## Upgrade 2.3.0 Projekte 2.4.0
 
-1.  Herunterladen Sie und extrahieren Sie die Cordova 2.4.0-Quelle zu einem permanenten <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrer Festplatte, zum Beispiel in`~/Documents/Cordova-2.4.0`.
+1.  Herunterladen Sie und extrahieren Sie die Cordova 2.4.0-Quelle zu einem permanenten Speicherort auf Ihrer Festplatte, zum Beispiel in`~/Documents/Cordova-2.4.0`.
 
 2.  Beenden Sie Xcode, wenn es geöffnet ist.
 
@@ -274,7 +274,7 @@ platform add ios`.
 
 ## Upgrade 2.2.0 Projekte 2.3.0
 
-1.  Herunterladen Sie und extrahieren Sie die Cordova 2.3.0-Quelle zu einem permanenten <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrer Festplatte, zum Beispiel in`~/Documents/Cordova-2.3.0`.
+1.  Herunterladen Sie und extrahieren Sie die Cordova 2.3.0-Quelle zu einem permanenten Speicherort auf Ihrer Festplatte, zum Beispiel in`~/Documents/Cordova-2.3.0`.
 
 2.  Beenden Sie Xcode, wenn es geöffnet ist.
 
@@ -309,7 +309,7 @@ platform add ios`.
 
 ## Upgrade 2.1.0 Projekte 2.2.0
 
-1.  Herunterladen Sie und extrahieren Sie die Cordova 2.2.0-Quelle zu einem permanenten <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrer Festplatte, zum Beispiel in`~/Documents/Cordova-2.2.0`.
+1.  Herunterladen Sie und extrahieren Sie die Cordova 2.2.0-Quelle zu einem permanenten Speicherort auf Ihrer Festplatte, zum Beispiel in`~/Documents/Cordova-2.2.0`.
 
 2.  Beenden Sie Xcode, wenn es geöffnet ist.
 
@@ -330,7 +330,7 @@ platform add ios`.
 9.  Anschließend aktualisieren Ihre `CordovaLib` Teilprojekt Verweis. Beginnend mit Cordova 2.1.0, wir verwenden nicht die CORDOVALIB Xcode-Variable nicht mehr wo verweisen auf `CordovaLib` befindet, der Verweis ist eine absolute Dateiverweis jetzt.
     
     1.  Terminal.app starten
-    2.  Gehen Sie zu dem <a href="../../../cordova/storage/storage.html">Speicher</a>ort, wo Sie Cordova installiert (siehe Schritt 1), in der `bin` Unterverzeichnis
+    2.  Gehen Sie zu dem Speicherort, wo Sie Cordova installiert (siehe Schritt 1), in der `bin` Unterverzeichnis
     3.  Führen Sie das Skript unten, wo der erste Parameter ist der Pfad zu Ihrem Projekts `.xcodeproj` Datei:
         
         `update_cordova_subproject path/to/your/project/xcodeproj`
@@ -341,7 +341,7 @@ platform add ios`.
 
 Mit Cordova 2.1.0 `CordovaLib` zur **Automatischen Reference Counting (ARC)**verwenden aktualisiert wurde. Sie nicht müssen upgrade auf **ARC** mithilfe von CordovaLib, aber wenn Sie, aktualisieren Sie das Projekt zur Verwendung von **ARC möchten**, verwenden Sie bitte den Xcode-Migrations-Assistenten aus dem Menü: **Bearbeiten → → umgestalten Convert in Objective-C-Bogen...**, libCordova.a aufzuheben, dann führen Sie den Assistenten bis zum Abschluss.
 
-1.  Herunterladen Sie und extrahieren Sie die Cordova 2.1.0-Quelle zu einem permanenten <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrer Festplatte, zum Beispiel in`~/Documents/Cordova-2.1.0`.
+1.  Herunterladen Sie und extrahieren Sie die Cordova 2.1.0-Quelle zu einem permanenten Speicherort auf Ihrer Festplatte, zum Beispiel in`~/Documents/Cordova-2.1.0`.
 
 2.  Beenden Sie Xcode, wenn es geöffnet ist.
 
@@ -369,7 +369,7 @@ Mit Cordova 2.1.0 `CordovaLib` zur **Automatischen Reference Counting (ARC)**ver
 11. Anschließend aktualisieren Ihre `CordovaLib` Teilprojekt Verweis. Beginnend mit Cordova 2.1.0, wir verwenden nicht die CORDOVALIB Xcode-Variable nicht mehr wo verweisen auf `CordovaLib` befindet, der Verweis ist eine absolute Dateiverweis jetzt.
     
     1.  Terminal.app starten
-    2.  Gehen Sie zu dem <a href="../../../cordova/storage/storage.html">Speicher</a>ort, wo Sie Cordova installiert (siehe Schritt 1), in der `bin` Unterverzeichnis
+    2.  Gehen Sie zu dem Speicherort, wo Sie Cordova installiert (siehe Schritt 1), in der `bin` Unterverzeichnis
     3.  Führen Sie das Skript unten, wo der erste Parameter ist der Pfad zu Ihrem Projekts `.xcodeproj` Datei:
         
         `Update_cordova_subproject Pfad/zu/Ihrem/Projekt/xcodeproj`

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/edge/guide/platforms/ubuntu/index.md
----------------------------------------------------------------------
diff --git a/www/docs/de/edge/guide/platforms/ubuntu/index.md b/www/docs/de/edge/guide/platforms/ubuntu/index.md
index 8a27eaf..bd33964 100644
--- a/www/docs/de/edge/guide/platforms/ubuntu/index.md
+++ b/www/docs/de/edge/guide/platforms/ubuntu/index.md
@@ -22,7 +22,7 @@ license: >
 
 ## Erstveröffentlichung
 
-Willkommen Sie bei der ersten Version von Ubuntu-Plattform-Unterstützung in Cordova. Mit dieser Version ist der Fokus auf einem Ubuntu-System entwickeln und verwenden den Cross-Plattform-Workflow diskutiert in der <a href="../../overview/index.html">Übersicht</a>. Dazu gehören die Ubuntu-Plattform auf Ihr Projekt hinzufügen von Cordova Standarderweiterungen, und erstellen und Ausführen von Anwendungen für die Ubuntu-Plattform hinzufügen.
+Willkommen Sie bei der ersten Version von Ubuntu-Plattform-Unterstützung in Cordova. Mit dieser Version ist der Fokus auf einem Ubuntu-System entwickeln und verwenden den Cross-Plattform-Workflow diskutiert in der Übersicht. Dazu gehören die Ubuntu-Plattform auf Ihr Projekt hinzufügen von Cordova Standarderweiterungen, und erstellen und Ausführen von Anwendungen für die Ubuntu-Plattform hinzufügen.
 
 ### Ubuntu-SDK
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/edge/guide/platforms/win8/index.md
----------------------------------------------------------------------
diff --git a/www/docs/de/edge/guide/platforms/win8/index.md b/www/docs/de/edge/guide/platforms/win8/index.md
index 1f215db..3e57891 100644
--- a/www/docs/de/edge/guide/platforms/win8/index.md
+++ b/www/docs/de/edge/guide/platforms/win8/index.md
@@ -20,9 +20,9 @@ license: >
 
 # Anleitung zur Windows Platform
 
-Diese Anleitung zeigt wie die SDK-Entwicklungsumgebung zum Erstellen und Bereitstellen von Cordova apps für Windows 8, Windows 8.1 und Windows Phone 8.1 Windows 10 Universal-App-Plattform eingerichtet. Es zeigt, wie mit beiden Kommandozeilenanwendungen generieren und apps zu bauen oder die plattformübergreifende Cordova CLI diskutiert in der Command-Line Interface. (Siehe die <a href="../../overview/index.html">Übersicht</a> für einen Vergleich dieser Entwicklung-Optionen.) In diesem Abschnitt wird auch veranschaulicht, Cordova apps innerhalb von Visual Studio zu ändern. Unabhängig davon, welchen Ansatz Sie nehmen, müssen Sie die Visual Studio-SDK installieren, wie unten beschrieben.
+Diese Anleitung zeigt wie die SDK-Entwicklungsumgebung zum Erstellen und Bereitstellen von Cordova apps für Windows 8, Windows 8.1 und Windows Phone 8.1 Windows 10 Universal-App-Plattform eingerichtet. Es zeigt, wie mit beiden Kommandozeilenanwendungen generieren und apps zu bauen oder die plattformübergreifende Cordova CLI diskutiert in der Command-Line Interface. (Siehe die Übersicht für einen Vergleich dieser Entwicklung-Optionen.) In diesem Abschnitt wird auch veranschaulicht, Cordova apps innerhalb von Visual Studio zu ändern. Unabhängig davon, welchen Ansatz Sie nehmen, müssen Sie die Visual Studio-SDK installieren, wie unten beschrieben.
 
-Informationen zum Aktualisieren von bestehender Windows 8 Cordova-Projekten finden Sie unter <a href="upgrading.html">Aktualisieren von Windows 8</a>.
+Informationen zum Aktualisieren von bestehender Windows 8 Cordova-Projekten finden Sie unter Aktualisieren von Windows 8.
 
 Einzelheiten siehe Fenster Telefon 8 (wp8) Aufenthalte als separate Plattform Windows Phone 8 Platform Guide.
 
@@ -157,7 +157,7 @@ Gültige Werte für das Flag `--appx` sind `8,1-win`, `8.1-phone`und `UAP` (für
 
 ### Überlegungen zum Ziel-Windows-version
 
-Windows 10 unterstützt einen neuen "Remote" Modus für Cordova apps (und HTML apps im allgemeinen). Dieser Modus ermöglicht apps viel mehr Freiheit mit Respekt, der DOM-Manipulation und gängige Web-Muster wie die Verwendung von Inlineskript verwenden, aber nicht so durch Reduzierung den Satz von Funktionen Ihre app verwenden kann, wenn an den öffentlichen Windows-Informationsspeicher gesendet. Schauen Sie für weitere Informationen zu Windows 10 und Remote-Modus der [<a href="win10-support.html">Cordova für Windows 10</a>][13] -Dokumentation.
+Windows 10 unterstützt einen neuen "Remote" Modus für Cordova apps (und HTML apps im allgemeinen). Dieser Modus ermöglicht apps viel mehr Freiheit mit Respekt, der DOM-Manipulation und gängige Web-Muster wie die Verwendung von Inlineskript verwenden, aber nicht so durch Reduzierung den Satz von Funktionen Ihre app verwenden kann, wenn an den öffentlichen Windows-Informationsspeicher gesendet. Schauen Sie für weitere Informationen zu Windows 10 und Remote-Modus der [Cordova für Windows 10][13] -Dokumentation.
 
  [13]: win10-support.md.html
 
@@ -229,4 +229,4 @@ Wählen Sie alternativ die **Simulator** -Bereitstellungsoption die app anzeigen
 
 Im Gegensatz zu desktop-Bereitstellung mit dieser Option können Sie simulieren die Tablette Orientierung, Lage, und variieren ihre Netzwerkeinstellungen.
 
-**Hinweis**: Rufen Sie die <a href="../../overview/index.html">Übersicht</a> für Ratschläge, wie Cordovas Kommandozeilen-Tools oder das SDK in Ihrem Workflow verwendet. Cordova CLI stützt sich auf Cross-Plattform-Quellcode, der routinemäßig die plattformspezifischen Dateien vom SDK verwendet überschreibt. Möchten Sie das SDK zu verwenden, ändern Sie das Projekt, verwenden Sie die Low-Level-Kommandozeilenanwendungen als Alternative zu den CLI.
\ No newline at end of file
+**Hinweis**: Rufen Sie die Übersicht für Ratschläge, wie Cordovas Kommandozeilen-Tools oder das SDK in Ihrem Workflow verwendet. Cordova CLI stützt sich auf Cross-Plattform-Quellcode, der routinemäßig die plattformspezifischen Dateien vom SDK verwendet überschreibt. Möchten Sie das SDK zu verwenden, ändern Sie das Projekt, verwenden Sie die Low-Level-Kommandozeilenanwendungen als Alternative zu den CLI.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/edge/guide/platforms/win8/packaging.md
----------------------------------------------------------------------
diff --git a/www/docs/de/edge/guide/platforms/win8/packaging.md b/www/docs/de/edge/guide/platforms/win8/packaging.md
index 60ec32d..3c7fa34 100644
--- a/www/docs/de/edge/guide/platforms/win8/packaging.md
+++ b/www/docs/de/edge/guide/platforms/win8/packaging.md
@@ -79,7 +79,7 @@ Um zu verstehen was Makecert tut, ist hier eine kurze Erläuterung was tun Param
       * 1.3.6.1.4.1.311.10.3.13 bedeutet, dass das Zertifikat signieren Lebensdauer respektiert. In der Regel ist eine Signatur Zeitstempel, solange das Zertifikat zum Zeitpunkt gültigen war Zeitstempel wurde, bleibt die Signatur gültig, selbst wenn das Zertifikat abläuft. Diese EKU zwingt die Signatur unabhängig davon, ob die Signatur Zeitstempel abläuft.
   * -e "01.01.2020": setzt das Ablaufdatum des Zertifikats. 
   * -h 0: setzt max. Höhe der Struktur unterhalb dieses Zertifikat auf 0 zu verhindern, dass das Zertifikat als eine Certification Authority (CA), die andere Zertifikate ausstellen kann verwendet werden.
-  * -sv FakeCorp.com.pvk: Ausgabe PVK Datei. Windows verwendet PVK-Dateien zum <a href="../../../cordova/storage/storage.html">Speicher</a>n von privater Schlüsseln zum Signieren von Code.
+  * -sv FakeCorp.com.pvk: Ausgabe PVK Datei. Windows verwendet PVK-Dateien zum Speichern von privater Schlüsseln zum Signieren von Code.
   * FakeCorp.com.cer: Ausgabedatei Zertifikat. CER-Datei wird verwendet, um die x. 509-Zertifikatsspeicher.
 
 Nach dem Ausführen von Makecert zum ersten Mal, geben Sie ein Kennwort für den privaten auf dem Bildschirm, der eingeblendet wird:
@@ -104,7 +104,7 @@ Wenn wir dieses Pfx-Datei build.json-Datei zur Verfügung stellen, haben wir die
 
 Wo:
 
-  * user: "aktuellen Benutzer" gibt privaten <a href="../../../cordova/storage/storage.html">Speicher</a>
+  * user: "aktuellen Benutzer" gibt privaten Speicher
   * p: Kennwort für die Pfx-Datei
   * importPfx: Name der Pfx-Datei
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/edge/guide/platforms/win8/plugin.md
----------------------------------------------------------------------
diff --git a/www/docs/de/edge/guide/platforms/win8/plugin.md b/www/docs/de/edge/guide/platforms/win8/plugin.md
index e6d2cd0..d5c5150 100644
--- a/www/docs/de/edge/guide/platforms/win8/plugin.md
+++ b/www/docs/de/edge/guide/platforms/win8/plugin.md
@@ -20,7 +20,7 @@ license: >
 
 # Windows Plugins
 
-Dieser Abschnitt enthält Informationen für das eine Plugin für die Verwendung in einem Windows-<a href="../../../cordova/storage/storage.html">Speicher</a>-app zu implementieren. Finden Sie bevor Sie dies lesen einen Überblick über die Plugin-Struktur und ihre gemeinsame JavaScript-Schnittstelle Anwendung Plugins. In diesem Abschnitt weiterhin das Beispiel- *Echo* -Plugin, das zum einheitlichen Plattform und zurück von Cordova-Webview kommuniziert.
+Dieser Abschnitt enthält Informationen für das eine Plugin für die Verwendung in einem Windows-Speicher-app zu implementieren. Finden Sie bevor Sie dies lesen einen Überblick über die Plugin-Struktur und ihre gemeinsame JavaScript-Schnittstelle Anwendung Plugins. In diesem Abschnitt weiterhin das Beispiel- *Echo* -Plugin, das zum einheitlichen Plattform und zurück von Cordova-Webview kommuniziert.
 
 Es ist wichtig zu beachten, dass Windows Entwicklung direkt in Javascript, das bedeutet unterstützt, die 'native' Teile in nur erforderlich in besonderen Fällen zu entwickeln.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/edge/guide/platforms/win8/tools.md
----------------------------------------------------------------------
diff --git a/www/docs/de/edge/guide/platforms/win8/tools.md b/www/docs/de/edge/guide/platforms/win8/tools.md
index 23a3f07..7579267 100644
--- a/www/docs/de/edge/guide/platforms/win8/tools.md
+++ b/www/docs/de/edge/guide/platforms/win8/tools.md
@@ -24,7 +24,7 @@ Die `cordova` Befehlszeilen-Dienstprogramm ist ein High-Level Tool, das Ihnen er
 
  [1]: http://cordova.apache.org
 
-Informationen über die Low-Level-Befehlszeilenschnittstelle, die Plugins ermöglicht, finden Sie unter Verwendung von Plugman zu Plugins verwalten. Eine <a href="../../overview/index.html">Übersicht</a> finden Sie unter Application Plugins.
+Informationen über die Low-Level-Befehlszeilenschnittstelle, die Plugins ermöglicht, finden Sie unter Verwendung von Plugman zu Plugins verwalten. Eine Übersicht finden Sie unter Application Plugins.
 
 ## Windows 8
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/edge/guide/platforms/win8/upgrade.md
----------------------------------------------------------------------
diff --git a/www/docs/de/edge/guide/platforms/win8/upgrade.md b/www/docs/de/edge/guide/platforms/win8/upgrade.md
index 06cac31..cf9bd80 100644
--- a/www/docs/de/edge/guide/platforms/win8/upgrade.md
+++ b/www/docs/de/edge/guide/platforms/win8/upgrade.md
@@ -18,7 +18,7 @@ license: >
     under the License.
 ---
 
-# <a href="upgrading.html">Aktualisieren von Windows 8</a>
+# Aktualisieren von Windows 8
 
 Diese Anleitung zeigt, wie Windows 8 Projekte Upgrade von älteren Versionen von Cordova ändern. Die meisten diese Anweisungen gelten für Projekte, die mit einer älteren Befehlszeilentools, die vorangehen erstellt die `cordova` CLI-Hilfsprogramm. Informationen finden Sie unter The Command-Line Interface die CLI-Version zu aktualisieren.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/edge/guide/platforms/win8/win10-support.md
----------------------------------------------------------------------
diff --git a/www/docs/de/edge/guide/platforms/win8/win10-support.md b/www/docs/de/edge/guide/platforms/win8/win10-support.md
index f1e2016..b5c3511 100644
--- a/www/docs/de/edge/guide/platforms/win8/win10-support.md
+++ b/www/docs/de/edge/guide/platforms/win8/win10-support.md
@@ -40,7 +40,7 @@ Remote-Modus beseitigt diese Anforderungen, wodurch es möglich, unveränderte-B
 
 ### Wirkung von Remote-Modus auf die Funktionen
 
-Die folgenden Funktionen sind nicht verfügbar, beim Bereitstellen der Anwendung Remote-Modus in der Windows-<a href="../../../cordova/storage/storage.html">Speicher</a>:
+Die folgenden Funktionen sind nicht verfügbar, beim Bereitstellen der Anwendung Remote-Modus in der Windows-Speicher:
 
   * Unternehmensauthentifizierung (`enterpriseAuthentication`)
   * Freigegebene Benutzerzertifikate (`sharedUserCertificates`)
@@ -56,7 +56,7 @@ Jede Bibliothek Beschränkungen kann verlangen, dass der Benutzer interagieren m
 
 Die netzwerkbezogene Einschränkungen müssen um gearbeitet, entweder über eine API, die Fähigkeit Kontrollen nicht verwendet oder durch Vermittlung Kommunikation über standard-Internet-Kommunikation-Kanäle wie `XMLHttpRequest` oder Web Sockets.
 
-Die Unternehmensauthentifizierung und Benutzerzertifikaten freigegebene Funktionen richten sich speziell an Enterprise-Szenarien. Diese Funktionen werden unterstützt für Private/Unternehmen-fähige App Stores, also wenn Sie apps erstellen die werden, auf einen internen Bereitstellungsmechanismus bereitgestellt werden, Sie noch dies unterstützen können. Sie werden jedoch nicht für Remote Mode apps im öffentlichen Windows-<a href="../../../cordova/storage/storage.html">Speicher</a> unterstützt. Wenn Sie Windows 10, Zielen erstellen, wenn man diese Funktionen in Ihrem app-Manifest erkannt wird, wird eine Warnung angezeigt.
+Die Unternehmensauthentifizierung und Benutzerzertifikaten freigegebene Funktionen richten sich speziell an Enterprise-Szenarien. Diese Funktionen werden unterstützt für Private/Unternehmen-fähige App Stores, also wenn Sie apps erstellen die werden, auf einen internen Bereitstellungsmechanismus bereitgestellt werden, Sie noch dies unterstützen können. Sie werden jedoch nicht für Remote Mode apps im öffentlichen Windows-Speicher unterstützt. Wenn Sie Windows 10, Zielen erstellen, wenn man diese Funktionen in Ihrem app-Manifest erkannt wird, wird eine Warnung angezeigt.
 
 ## Referenz
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/edge/guide/platforms/wp7/index.md
----------------------------------------------------------------------
diff --git a/www/docs/de/edge/guide/platforms/wp7/index.md b/www/docs/de/edge/guide/platforms/wp7/index.md
index 017ad34..3697828 100644
--- a/www/docs/de/edge/guide/platforms/wp7/index.md
+++ b/www/docs/de/edge/guide/platforms/wp7/index.md
@@ -24,9 +24,9 @@ Diese Anleitung zeigt Ihre Entwicklungsumgebung SDK einrichten, Cordova apps fü
 
 Finden Sie im folgenden detaillierte Plattform-spezifischen Informationen, die für beide Versionen gilt:
 
-*   <a href="../wp8/upgrading.html">Aktualisieren von Windows Phone</a>
+*   Aktualisieren von Windows Phone
 *   Windows Phone Plugins
-*   <a href="../wp8/tools.html">Windows Phone Befehlszeilentools</a>
+*   Windows Phone Befehlszeilentools
 
 Die Befehlszeilentools, die oben beziehen sich auf Versionen vor 3.0 Cordova. Informationen über die aktuelle Schnittstelle finden Sie unter The Command-Line Interface.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/edge/guide/platforms/wp8/index.md
----------------------------------------------------------------------
diff --git a/www/docs/de/edge/guide/platforms/wp8/index.md b/www/docs/de/edge/guide/platforms/wp8/index.md
index 45c445b..6923ff8 100644
--- a/www/docs/de/edge/guide/platforms/wp8/index.md
+++ b/www/docs/de/edge/guide/platforms/wp8/index.md
@@ -22,12 +22,12 @@ license: >
 
 Diese Anleitung zeigt Ihre Entwicklungsumgebung SDK einrichten, Cordova apps für Windows Phone Geräte bereitstellen. Es konzentriert sich auf Windows Phone 8, sondern enthält weitere Details zum Windows Phone 7 Unterstützung.
 
-Es veranschaulicht, wie mithilfe von entweder Windows Phone-spezifischen Shell Tools generieren und bauen apps oder die plattformübergreifende Cordova CLI diskutiert in der Command-Line Interface. (Siehe die <a href="../../overview/index.html">Übersicht</a> für einen Vergleich dieser Entwicklung-Workflows). In diesem Abschnitt veranschaulicht auch Cordova apps zu öffnen, so dass diese innerhalb von Visual Studio ändern zu können. Unabhängig davon, welchen Ansatz Sie nehmen, müssen Sie das Windows Phone SDK installieren, wie unten beschrieben.
+Es veranschaulicht, wie mithilfe von entweder Windows Phone-spezifischen Shell Tools generieren und bauen apps oder die plattformübergreifende Cordova CLI diskutiert in der Command-Line Interface. (Siehe die Übersicht für einen Vergleich dieser Entwicklung-Workflows). In diesem Abschnitt veranschaulicht auch Cordova apps zu öffnen, so dass diese innerhalb von Visual Studio ändern zu können. Unabhängig davon, welchen Ansatz Sie nehmen, müssen Sie das Windows Phone SDK installieren, wie unten beschrieben.
 
 Im folgenden Details, die spezifisch auf die Windows Phone-Plattform finden Sie:
 
-*   <a href="plugin.html">Windows Phone 8 Plugins</a>
-*   <a href="upgrading.html">Aktualisieren von Windows Phone</a> 8
+*   Windows Phone 8 Plugins
+*   Aktualisieren von Windows Phone 8
 
 Für die Plattform Windows Phone 8 setzt die Cordova WebView auf Internet Explorer 10 als die Rendering-Engine, so als eine praktische Sache IE10s leistungsstarken Debugger können Sie verwenden Web-Inhalte testen, die Cordova-APIs aufrufen nicht. Die Windows Phone Developer Blog enthält [hilfreiche Anleitungen][1] , IE10 zusammen mit vergleichbaren WebKit-Browser zu unterstützen.
 
@@ -51,7 +51,7 @@ Um Cordova apps für Windows Phone Geräte zu entwickeln, können einen PC mit W
 
 *   **VMWare Fusion**: um die Windows 8 virtuelle Maschine einzurichten, folgen Sie die Anweisungen im [Microsoft Developer Network][5], dann finden Sie unter Konfigurieren von VMWare Fusion Informationen zum Vorbereiten der virtuellen Umgebung gebündelt mit dem SDK Emulator ausführen.
 
-*   **Parallels Desktop**: um die Windows 8 virtuelle Maschine einzurichten, folgen Sie die Anweisungen im [Microsoft Developer Network][6], dann finden Sie unter <a href="parallels.html">Konfigurieren von Parallels Desktop</a> Informationen zum Vorbereiten der virtuellen Umgebung gebündelt mit dem SDK Emulator ausführen.
+*   **Parallels Desktop**: um die Windows 8 virtuelle Maschine einzurichten, folgen Sie die Anweisungen im [Microsoft Developer Network][6], dann finden Sie unter Konfigurieren von Parallels Desktop Informationen zum Vorbereiten der virtuellen Umgebung gebündelt mit dem SDK Emulator ausführen.
 
  [5]: http://msdn.microsoft.com/en-US/library/windows/apps/jj945426
  [6]: http://msdn.microsoft.com/en-US/library/windows/apps/jj945424
@@ -83,7 +83,7 @@ Wenn Sie Cordovas Windows Phone-zentrierte Shell-Werkzeugen in Verbindung mit de
 
  [10]: http://cordova.apache.org
 
-Diese Shell-Tools können Sie erstellen, erstellen und Ausführen von Windows Phone apps. Informationen über die zusätzliche Befehlszeilenschnittstelle, die Plugin-Features für alle Plattformen aktiviert, finden Sie unter Using Plugman zu Plugins verwalten. Finden Sie unter Application Plugins, Anleitungen, Plugins und <a href="plugin.html">Windows Phone 8 Plugins</a> für Informationen speziell für die Windows Phone-Plattform zu entwickeln.
+Diese Shell-Tools können Sie erstellen, erstellen und Ausführen von Windows Phone apps. Informationen über die zusätzliche Befehlszeilenschnittstelle, die Plugin-Features für alle Plattformen aktiviert, finden Sie unter Using Plugman zu Plugins verwalten. Finden Sie unter Application Plugins, Anleitungen, Plugins und Windows Phone 8 Plugins für Informationen speziell für die Windows Phone-Plattform zu entwickeln.
 
 ## Das SDK installieren
 
@@ -161,7 +161,7 @@ Des Emulators grundlegenden Steuerelemente, auf die sich oben rechts auf dem Bil
 
  [14]: img/guide/platforms/wp8/wp8_emulator_orient.png
 
-Diese erweiterte Steuerelemente ermöglichen auch Ihnen, das Gerät den <a href="../../../cordova/storage/storage.html">Speicher</a>ort ändern oder Abfolgen von Bewegungen zu simulieren:
+Diese erweiterte Steuerelemente ermöglichen auch Ihnen, das Gerät den Speicherort ändern oder Abfolgen von Bewegungen zu simulieren:
 
 ![][15]
 
@@ -193,4 +193,4 @@ Sobald Sie eine Cordova-Anwendung zu erstellen, wie oben beschrieben, können Si
 
  [17]: img/guide/platforms/wp8/wp8_vs.png
 
-Ratschläge, wie mithilfe von Cordovas Kommandozeilen-Tools oder das SDK in Ihrem Workflow finden Sie in der <a href="../../overview/index.html">Übersicht</a>. Cordova CLI stützt sich auf Cross-Plattform-Quellcode, der routinemäßig die plattformspezifischen Dateien vom SDK verwendet überschreibt. Wenn Sie im SDK arbeiten möchten, verwenden Sie die Low-Level-Shell-Werkzeugen als Alternative zu den CLI.
\ No newline at end of file
+Ratschläge, wie mithilfe von Cordovas Kommandozeilen-Tools oder das SDK in Ihrem Workflow finden Sie in der Übersicht. Cordova CLI stützt sich auf Cross-Plattform-Quellcode, der routinemäßig die plattformspezifischen Dateien vom SDK verwendet überschreibt. Wenn Sie im SDK arbeiten möchten, verwenden Sie die Low-Level-Shell-Werkzeugen als Alternative zu den CLI.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/edge/guide/platforms/wp8/parallels.md
----------------------------------------------------------------------
diff --git a/www/docs/de/edge/guide/platforms/wp8/parallels.md b/www/docs/de/edge/guide/platforms/wp8/parallels.md
index 5b9d5c1..239a599 100644
--- a/www/docs/de/edge/guide/platforms/wp8/parallels.md
+++ b/www/docs/de/edge/guide/platforms/wp8/parallels.md
@@ -28,7 +28,7 @@ Das [Microsoft Developer Network][1] bietet allgemeine Anweisungen zum Ausführe
 
 1.  Parallels Desktop wählen Sie die Windows 8 Image-Datei, die Sie vorbereitet haben, und wählen Sie **Einstellungen**.
 
-2.  Wählen Sie die **Allgemeine → CPUs** . Geben Sie *zwei* CPUs. Geben Sie mindestens 2GB <a href="../../../cordova/storage/storage.html">Speicher</a>, auch wenn es außerhalb des empfohlenen Bereichs liegt:
+2.  Wählen Sie die **Allgemeine → CPUs** . Geben Sie *zwei* CPUs. Geben Sie mindestens 2GB Speicher, auch wenn es außerhalb des empfohlenen Bereichs liegt:
     
     ![][2]
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/edge/guide/platforms/wp8/plugin.md
----------------------------------------------------------------------
diff --git a/www/docs/de/edge/guide/platforms/wp8/plugin.md b/www/docs/de/edge/guide/platforms/wp8/plugin.md
index dcd5d6c..aaf75bf 100644
--- a/www/docs/de/edge/guide/platforms/wp8/plugin.md
+++ b/www/docs/de/edge/guide/platforms/wp8/plugin.md
@@ -161,7 +161,7 @@ Plugins mit lang andauernden Anfragen, background Aktivität wie Medienwiedergab
 
 ## Plugin XML
 
-Die folgenden veranschaulicht die `plugin.xml` Datei, um ein Plugin Quellcode Dateien auf der Windows Phone Plattform anzugeben. Details zu den verfügbaren Optionen finden Sie unter Application Plugins für einen Überblick und <a href="../../../plugin_ref/spec.html">Plugin-Spezifikation</a>.
+Die folgenden veranschaulicht die `plugin.xml` Datei, um ein Plugin Quellcode Dateien auf der Windows Phone Plattform anzugeben. Details zu den verfügbaren Optionen finden Sie unter Application Plugins für einen Überblick und Plugin-Spezifikation.
 
 *   Das `<source-file>` -Element definiert alle Plugin-Ressourcen, z. B. *CS*, *XAML*, *. xaml.cs*, und *dll* -Dateien und Bild-Assets.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/edge/guide/platforms/wp8/tools.md
----------------------------------------------------------------------
diff --git a/www/docs/de/edge/guide/platforms/wp8/tools.md b/www/docs/de/edge/guide/platforms/wp8/tools.md
index 7ff3ff7..69c6fb6 100644
--- a/www/docs/de/edge/guide/platforms/wp8/tools.md
+++ b/www/docs/de/edge/guide/platforms/wp8/tools.md
@@ -24,7 +24,7 @@ Die `cordova` Befehlszeilen-Dienstprogramm ist ein High-Level Tool, das Ihnen er
 
  [1]: http://cordova.apache.org
 
-Informationen über die Low-Level-Befehlszeilenschnittstelle, die Plugins ermöglicht, finden Sie unter Verwendung von Plugman zu Plugins verwalten. Eine <a href="../../overview/index.html">Übersicht</a> finden Sie unter Application Plugins.
+Informationen über die Low-Level-Befehlszeilenschnittstelle, die Plugins ermöglicht, finden Sie unter Verwendung von Plugman zu Plugins verwalten. Eine Übersicht finden Sie unter Application Plugins.
 
 ## Windows Phone
 
@@ -56,7 +56,7 @@ Führen Sie den `create` Befehl, der vorhandenen Pfad für das Projekt, die Reve
     >.\wp8\bin\create PathToNewProject [ PackageName ] [ AppName ]
     
     >PathToNewProject : The path to where you wish to create the project
-    >PackageName      : The namespace for the project (default is Cordova.<a href="../../../cordova/storage/storage.opendatabase.html">Example</a>)
+    >PackageName      : The namespace for the project (default is Cordova.Example)
     >AppName          : The name of the application (default is CordovaWP8AppProj or CordovaWP7AppProj)
     
     >examples:


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[20/51] [partial] docs commit: Reverting autolinking change because of inconsistencies.

Posted by db...@apache.org.
http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/file/filetransfererror/filetransfererror.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/file/filetransfererror/filetransfererror.md b/www/docs/en/1.6.1/cordova/file/filetransfererror/filetransfererror.md
index 1ef9e88..b243292 100644
--- a/www/docs/en/1.6.1/cordova/file/filetransfererror/filetransfererror.md
+++ b/www/docs/en/1.6.1/cordova/file/filetransfererror/filetransfererror.md
@@ -18,10 +18,10 @@ license: >
     under the License.
 ---
 
-<a href="../filetransfer/filetransfer.html"><a href="../fileobj/fileobj.html">File</a>Transfer</a>Error
+FileTransferError
 ========
 
-A `<a href="../filetransfer/filetransfer.html"><a href="../fileobj/fileobj.html">File</a>Transfer</a>Error` object is returned via the error callback when an error occurs.
+A `FileTransferError` object is returned via the error callback when an error occurs.
 
 Properties
 ----------
@@ -33,11 +33,11 @@ Properties
 Constants
 ---------
 
-- `<a href="../filetransfer/filetransfer.html"><a href="../fileobj/fileobj.html">File</a>Transfer</a>Error.FILE_NOT_FOUND_ERR`
-- `<a href="../filetransfer/filetransfer.html"><a href="../fileobj/fileobj.html">File</a>Transfer</a>Error.INVALID_URL_ERR`
-- `<a href="../filetransfer/filetransfer.html"><a href="../fileobj/fileobj.html">File</a>Transfer</a>Error.CONNECTION_ERR`
+- `FileTransferError.FILE_NOT_FOUND_ERR`
+- `FileTransferError.INVALID_URL_ERR`
+- `FileTransferError.CONNECTION_ERR`
 
 Description
 -----------
 
-The `<a href="../filetransfer/filetransfer.html"><a href="../fileobj/fileobj.html">File</a>Transfer</a>Error` object is returned via the error callback  when an error occurs when uploading a file.
+The `FileTransferError` object is returned via the error callback  when an error occurs when uploading a file.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/file/fileuploadoptions/fileuploadoptions.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/file/fileuploadoptions/fileuploadoptions.md b/www/docs/en/1.6.1/cordova/file/fileuploadoptions/fileuploadoptions.md
index afd3e1a..2b02358 100644
--- a/www/docs/en/1.6.1/cordova/file/fileuploadoptions/fileuploadoptions.md
+++ b/www/docs/en/1.6.1/cordova/file/fileuploadoptions/fileuploadoptions.md
@@ -18,10 +18,10 @@ license: >
     under the License.
 ---
 
-<a href="../fileobj/fileobj.html">File</a>UploadOptions
+FileUploadOptions
 ========
 
-A `<a href="../fileobj/fileobj.html">File</a>UploadOptions` object can be passed to the <a href="../filetransfer/filetransfer.html"><a href="../fileobj/fileobj.html">File</a>Transfer</a> objects upload method in order to specify additional parameters to the upload script.
+A `FileUploadOptions` object can be passed to the FileTransfer objects upload method in order to specify additional parameters to the upload script.
 
 Properties
 ----------
@@ -36,7 +36,7 @@ Properties
 Description
 -----------
 
-A `<a href="../fileobj/fileobj.html">File</a>UploadOptions` object can be passed to the <a href="../filetransfer/filetransfer.html"><a href="../fileobj/fileobj.html">File</a>Transfer</a> objects upload method in order to specify additional parameters to the upload script.
+A `FileUploadOptions` object can be passed to the FileTransfer objects upload method in order to specify additional parameters to the upload script.
 
 iOS Quirk
 ---------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/file/fileuploadresult/fileuploadresult.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/file/fileuploadresult/fileuploadresult.md b/www/docs/en/1.6.1/cordova/file/fileuploadresult/fileuploadresult.md
index a910ccb..d82cde1 100644
--- a/www/docs/en/1.6.1/cordova/file/fileuploadresult/fileuploadresult.md
+++ b/www/docs/en/1.6.1/cordova/file/fileuploadresult/fileuploadresult.md
@@ -18,10 +18,10 @@ license: >
     under the License.
 ---
 
-<a href="../fileobj/fileobj.html">File</a>UploadResult
+FileUploadResult
 ========
 
-A `<a href="../fileobj/fileobj.html">File</a>UploadResult` object is returned via the success callback of the <a href="../filetransfer/filetransfer.html"><a href="../fileobj/fileobj.html">File</a>Transfer</a> upload method.
+A `FileUploadResult` object is returned via the success callback of the FileTransfer upload method.
 
 Properties
 ----------
@@ -33,9 +33,9 @@ Properties
 Description
 -----------
 
-The `<a href="../fileobj/fileobj.html">File</a>UploadResult` object is returned via the success callback of the <a href="../filetransfer/filetransfer.html"><a href="../fileobj/fileobj.html">File</a>Transfer</a> upload method.
+The `FileUploadResult` object is returned via the success callback of the FileTransfer upload method.
 
 iOS Quirks
 ----------
-- iOS does not include values for responseCode nor bytesSent in the success callback <a href="../fileobj/fileobj.html">File</a>UploadResult object. 
+- iOS does not include values for responseCode nor bytesSent in the success callback FileUploadResult object. 
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/file/filewriter/filewriter.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/file/filewriter/filewriter.md b/www/docs/en/1.6.1/cordova/file/filewriter/filewriter.md
index f93e910..b93d523 100644
--- a/www/docs/en/1.6.1/cordova/file/filewriter/filewriter.md
+++ b/www/docs/en/1.6.1/cordova/file/filewriter/filewriter.md
@@ -18,10 +18,10 @@ license: >
     under the License.
 ---
 
-<a href="../fileobj/fileobj.html">File</a>Writer
+FileWriter
 ==========
 
-<a href="../fileobj/fileobj.html">File</a>Writer is an object that allows one to write a file.
+FileWriter is an object that allows one to write a file.
 
 Properties
 ----------
@@ -30,7 +30,7 @@ Properties
 - __fileName:__ The name of the file to be written. _(DOMString)_
 - __length:__ The length of the file to be written. _(long)_
 - __position:__ The current position of the file pointer. _(long)_
-- __error:__ An object containing errors. _(<a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a>)_
+- __error:__ An object containing errors. _(FileError)_
 - __onwritestart:__ Called when the write starts. . _(Function)_
 - __onprogress:__ Called while writing the file, reports progress (progress.loaded/progress.total). _(Function)_ -NOT SUPPORTED
 - __onwrite:__ Called when the request has completed successfully.  _(Function)_
@@ -49,9 +49,9 @@ Methods
 Details
 -------
 
-The `<a href="../fileobj/fileobj.html">File</a>Writer` object is a way to write files from the devices file system.  Users register their own event listeners to receive the writestart, progress, write, writeend, error and abort events.
+The `FileWriter` object is a way to write files from the devices file system.  Users register their own event listeners to receive the writestart, progress, write, writeend, error and abort events.
 
-A <a href="../fileobj/fileobj.html">File</a>Writer is created for a single file. You can use it to write to a file multiple times. The <a href="../fileobj/fileobj.html">File</a>Writer maintains the file's position and length attributes, so you can seek and write anywhere in the file. By default, the <a href="../fileobj/fileobj.html">File</a>Writer writes to the beginning of the file (will overwrite existing data). Set the optional append boolean to true in the <a href="../fileobj/fileobj.html">File</a>Writer's constructor to begin writing to the end of the file.
+A FileWriter is created for a single file. You can use it to write to a file multiple times. The FileWriter maintains the file's position and length attributes, so you can seek and write anywhere in the file. By default, the FileWriter writes to the beginning of the file (will overwrite existing data). Set the optional append boolean to true in the FileWriter's constructor to begin writing to the end of the file.
 
 Supported Platforms
 -------------------
@@ -61,7 +61,7 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
 
-Seek Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Seek Quick Example
 ------------------------------
 
 	function win(writer) {
@@ -75,7 +75,7 @@ Seek Quick <a href="../../storage/storage.opendatabase.html">Example</a>
 	
     entry.createWriter(win, fail);
 
-Truncate Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Truncate Quick Example
 --------------------------
 
 	function win(writer) {
@@ -88,7 +88,7 @@ Truncate Quick <a href="../../storage/storage.opendatabase.html">Example</a>
 	
     entry.createWriter(win, fail);
 
-Write Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Write Quick Example
 -------------------	
 
 	function win(writer) {
@@ -104,7 +104,7 @@ Write Quick <a href="../../storage/storage.opendatabase.html">Example</a>
 	
     entry.createWriter(win, fail);
 
-Append Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Append Quick Example
 --------------------	
 
 	function win(writer) {
@@ -121,7 +121,7 @@ Append Quick <a href="../../storage/storage.opendatabase.html">Example</a>
 	
     entry.createWriter(win, fail);
 	
-Abort Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Abort Quick Example
 -------------------
 
 	function win(writer) {
@@ -138,35 +138,35 @@ Abort Quick <a href="../../storage/storage.opendatabase.html">Example</a>
 	
     entry.createWriter(win, fail);
 
-Full <a href="../../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../fileobj/fileobj.html">File</a>Writer <a href="../../storage/storage.opendatabase.html">Example</a></title>
+        <title>FileWriter Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.1.js"></script>
         <script type="text/javascript" charset="utf-8">
     
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
     
         // Cordova is ready
         //
-        function on<a href="../../device/device.html">Device</a>Ready() {
-            window.request<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>(Local<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>.PERSISTENT, 0, gotFS, fail);
+        function onDeviceReady() {
+            window.requestFileSystem(LocalFileSystem.PERSISTENT, 0, gotFS, fail);
         }
     
         function gotFS(fileSystem) {
-            fileSystem.root.get<a href="../fileobj/fileobj.html">File</a>("readme.txt", {create: true, exclusive: false}, got<a href="../fileentry/fileentry.html"><a href="../fileobj/fileobj.html">File</a>Entry</a>, fail);
+            fileSystem.root.getFile("readme.txt", {create: true, exclusive: false}, gotFileEntry, fail);
         }
     
-        function got<a href="../fileentry/fileentry.html"><a href="../fileobj/fileobj.html">File</a>Entry</a>(fileEntry) {
-            fileEntry.createWriter(got<a href="../fileobj/fileobj.html">File</a>Writer, fail);
+        function gotFileEntry(fileEntry) {
+            fileEntry.createWriter(gotFileWriter, fail);
         }
     
-        function got<a href="../fileobj/fileobj.html">File</a>Writer(writer) {
+        function gotFileWriter(writer) {
             writer.onwriteend = function(evt) {
                 console.log("contents of file now 'some sample text'");
                 writer.truncate(11);  
@@ -189,7 +189,7 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
         </script>
       </head>
       <body>
-        <h1><a href="../../storage/storage.opendatabase.html">Example</a></h1>
-        <p>Write <a href="../fileobj/fileobj.html">File</a></p>
+        <h1>Example</h1>
+        <p>Write File</p>
       </body>
     </html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/file/flags/flags.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/file/flags/flags.md b/www/docs/en/1.6.1/cordova/file/flags/flags.md
index c5e9c8d..dedd8d4 100644
--- a/www/docs/en/1.6.1/cordova/file/flags/flags.md
+++ b/www/docs/en/1.6.1/cordova/file/flags/flags.md
@@ -21,7 +21,7 @@ license: >
 Flags
 =====
 
-This object is used to supply arguments to the `<a href="../directoryentry/directoryentry.html">DirectoryEntry</a>` __get<a href="../fileobj/fileobj.html">File</a>__ and __getDirectory__ methods, which look up or create files and directories, respectively.
+This object is used to supply arguments to the `DirectoryEntry` __getFile__ and __getDirectory__ methods, which look up or create files and directories, respectively.
 
 Properties
 ----------
@@ -37,11 +37,11 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // Get the data directory, creating it if it doesn't exist.
     dataDir = fileSystem.root.getDirectory("data", {create: true});
 
     // Create the lock file, if and only if it doesn't exist.
-    lock<a href="../fileobj/fileobj.html">File</a> = dataDir.get<a href="../fileobj/fileobj.html">File</a>("lockfile.txt", {create: true, exclusive: true});
+    lockFile = dataDir.getFile("lockfile.txt", {create: true, exclusive: true});

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/file/localfilesystem/localfilesystem.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/file/localfilesystem/localfilesystem.md b/www/docs/en/1.6.1/cordova/file/localfilesystem/localfilesystem.md
index 721f032..61eae9a 100644
--- a/www/docs/en/1.6.1/cordova/file/localfilesystem/localfilesystem.md
+++ b/www/docs/en/1.6.1/cordova/file/localfilesystem/localfilesystem.md
@@ -18,7 +18,7 @@ license: >
     under the License.
 ---
 
-Local<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>
+LocalFileSystem
 ===============
 
 This object provides a way to obtain root file systems.
@@ -26,19 +26,19 @@ This object provides a way to obtain root file systems.
 Methods
 ----------
 
-- __request<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>:__ Requests a filesystem. _(Function)_
-- __resolveLocal<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>URI:__ Retrieve a <a href="../directoryentry/directoryentry.html">DirectoryEntry</a> or <a href="../fileentry/fileentry.html"><a href="../fileobj/fileobj.html">File</a>Entry</a> using local URI. _(Function)_
+- __requestFileSystem:__ Requests a filesystem. _(Function)_
+- __resolveLocalFileSystemURI:__ Retrieve a DirectoryEntry or FileEntry using local URI. _(Function)_
 
 Constants
 ---------
 
-- `Local<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>.PERSISTENT`: Used for storage that should not be removed by the user agent without application or user permission.
-- `Local<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>.TEMPORARY`: Used for storage with no guarantee of persistence.
+- `LocalFileSystem.PERSISTENT`: Used for storage that should not be removed by the user agent without application or user permission.
+- `LocalFileSystem.TEMPORARY`: Used for storage with no guarantee of persistence.
 
 Details
 -------
 
-The `Local<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>` object methods are defined on the __window__ object.
+The `LocalFileSystem` object methods are defined on the __window__ object.
 
 Supported Platforms
 -------------------
@@ -48,7 +48,7 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
 
-Request <a href="../fileobj/fileobj.html">File</a> System Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Request File System Quick Example
 ---------------------------------
 
 	function onSuccess(fileSystem) {
@@ -56,41 +56,41 @@ Request <a href="../fileobj/fileobj.html">File</a> System Quick <a href="../../s
 	}
 	
 	// request the persistent file system
-	window.request<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>(Local<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>.PERSISTENT, 0, onSuccess, onError);
+	window.requestFileSystem(LocalFileSystem.PERSISTENT, 0, onSuccess, onError);
 
-Resolve Local <a href="../fileobj/fileobj.html">File</a> System URI Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Resolve Local File System URI Quick Example
 -------------------------------------------
 
 	function onSuccess(fileEntry) {
 		console.log(fileEntry.name);
 	}
 
-	window.resolveLocal<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>URI("file:///example.txt", onSuccess, onError);
+	window.resolveLocalFileSystemURI("file:///example.txt", onSuccess, onError);
 	
-Full <a href="../../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Local <a href="../fileobj/fileobj.html">File</a> System <a href="../../storage/storage.opendatabase.html">Example</a></title>
+        <title>Local File System Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../../device/device.html">Device</a>Ready() {
-			window.request<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>(Local<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>.PERSISTENT, 0, on<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>Success, fail);
-			window.resolveLocal<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>URI("file:///example.txt", onResolveSuccess, fail);
+        function onDeviceReady() {
+			window.requestFileSystem(LocalFileSystem.PERSISTENT, 0, onFileSystemSuccess, fail);
+			window.resolveLocalFileSystemURI("file:///example.txt", onResolveSuccess, fail);
         }
 
-		function on<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>Success(fileSystem) {
+		function onFileSystemSuccess(fileSystem) {
 			console.log(fileSystem.name);
 		}
 
@@ -105,7 +105,7 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
         </script>
       </head>
       <body>
-        <h1><a href="../../storage/storage.opendatabase.html">Example</a></h1>
-        <p>Local <a href="../fileobj/fileobj.html">File</a> System</p>
+        <h1>Example</h1>
+        <p>Local File System</p>
       </body>
     </html>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/file/metadata/metadata.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/file/metadata/metadata.md b/www/docs/en/1.6.1/cordova/file/metadata/metadata.md
index e4c5194..487d07c 100644
--- a/www/docs/en/1.6.1/cordova/file/metadata/metadata.md
+++ b/www/docs/en/1.6.1/cordova/file/metadata/metadata.md
@@ -31,7 +31,7 @@ Properties
 Details
 -------
 
-The `Metadata` object represents information about the state of a file or directory.  You can get an instance of a Metadata object by calling the __getMetadata__ method of a `<a href="../directoryentry/directoryentry.html">DirectoryEntry</a>` or `<a href="../fileentry/fileentry.html"><a href="../fileobj/fileobj.html">File</a>Entry</a>` object.
+The `Metadata` object represents information about the state of a file or directory.  You can get an instance of a Metadata object by calling the __getMetadata__ method of a `DirectoryEntry` or `FileEntry` object.
 
 Supported Platforms
 -------------------
@@ -41,7 +41,7 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
 	function win(metadata) {

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/geolocation/Coordinates/coordinates.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/geolocation/Coordinates/coordinates.md b/www/docs/en/1.6.1/cordova/geolocation/Coordinates/coordinates.md
index 23e02ee..d5cff8f 100644
--- a/www/docs/en/1.6.1/cordova/geolocation/Coordinates/coordinates.md
+++ b/www/docs/en/1.6.1/cordova/geolocation/Coordinates/coordinates.md
@@ -37,7 +37,7 @@ Properties
 Description
 -----------
 
-The `Coordinates` object is created and populated by Cordova, and attached to the `<a href="../Position/position.html">Position</a>` object. The `<a href="../Position/position.html">Position</a>` 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
 -------------------
@@ -47,7 +47,7 @@ Supported Platforms
 - iPhone
 - Windows Phone 7 ( Mango )
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // onSuccess Callback
@@ -69,29 +69,29 @@ Quick <a href="../../storage/storage.opendatabase.html">Example</a>
         alert('onError!');
     };
 
-    navigator.geolocation.getCurrent<a href="../Position/position.html">Position</a>(onSuccess, onError);
+    navigator.geolocation.getCurrentPosition(onSuccess, onError);
 
-Full <a href="../../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../geolocation.html">Geolocation</a> <a href="../Position/position.html">Position</a> <a href="../../storage/storage.opendatabase.html">Example</a></title>
+        <title>Geolocation Position Example</title>
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Set an event to wait for Cordova to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is loaded and Ready
         //
-        function on<a href="../../device/device.html">Device</a>Ready() {
-            navigator.geolocation.getCurrent<a href="../Position/position.html">Position</a>(onSuccess, onError);
+        function onDeviceReady() {
+            navigator.geolocation.getCurrentPosition(onSuccess, onError);
         }
     
-        // Display `<a href="../Position/position.html">Position</a>` properties from the geolocation
+        // Display `Position` properties from the geolocation
         //
         function onSuccess(position) {
             var div = document.getElementById('myDiv');

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/geolocation/Position/position.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/geolocation/Position/position.md b/www/docs/en/1.6.1/cordova/geolocation/Position/position.md
index b41a08d..aa7e159 100644
--- a/www/docs/en/1.6.1/cordova/geolocation/Position/position.md
+++ b/www/docs/en/1.6.1/cordova/geolocation/Position/position.md
@@ -26,7 +26,7 @@ Contains `Position` coordinates that are created by the geolocation API.
 Properties
 ----------
 
-- __coords:__ A set of geographic coordinates. _(<a href="../Coordinates/coordinates.html">Coordinates</a>)_
+- __coords:__ A set of geographic coordinates. _(Coordinates)_
 - __timestamp:__ Creation timestamp for `coords` in milliseconds. _(DOMTimeStamp)_
 
 Description
@@ -42,7 +42,7 @@ Supported Platforms
 - iPhone
 - Windows Phone 7 ( Mango )
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // onSuccess Callback
@@ -58,37 +58,37 @@ Quick <a href="../../storage/storage.opendatabase.html">Example</a>
               'Timestamp: '         + new Date(position.timestamp)      + '\n');
     };
 
-    // onError Callback receives a <a href="../PositionError/positionError.html">PositionError</a> object
+    // onError Callback receives a PositionError object
     //
     function onError(error) {
         alert('code: '    + error.code    + '\n' +
               'message: ' + error.message + '\n');
     }
 
-    navigator.<a href="../geolocation.getCurrentPosition.html">geolocation.getCurrentPosition</a>(onSuccess, onError);
+    navigator.geolocation.getCurrentPosition(onSuccess, onError);
 
-Full <a href="../../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../../device/device.html">Device</a> Properties <a href="../../storage/storage.opendatabase.html">Example</a></title>
+        <title>Device Properties Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../../device/device.html">Device</a>Ready() {
-            navigator.<a href="../geolocation.getCurrentPosition.html">geolocation.getCurrentPosition</a>(onSuccess, onError);
+        function onDeviceReady() {
+            navigator.geolocation.getCurrentPosition(onSuccess, onError);
         }
     
-        // onSuccess <a href="../geolocation.html">Geolocation</a>
+        // onSuccess Geolocation
         //
         function onSuccess(position) {
             var element = document.getElementById('geolocation');
@@ -102,7 +102,7 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
                                 'Timestamp: '          + new Date(position.timestamp)          + '<br />';
         }
     
-	    // onError Callback receives a <a href="../PositionError/positionError.html">PositionError</a> object
+	    // onError Callback receives a PositionError object
 	    //
 	    function onError(error) {
 	        alert('code: '    + error.code    + '\n' +

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/geolocation/PositionError/positionError.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/geolocation/PositionError/positionError.md b/www/docs/en/1.6.1/cordova/geolocation/PositionError/positionError.md
index 4450441..45bef69 100644
--- a/www/docs/en/1.6.1/cordova/geolocation/PositionError/positionError.md
+++ b/www/docs/en/1.6.1/cordova/geolocation/PositionError/positionError.md
@@ -18,10 +18,10 @@ license: >
     under the License.
 ---
 
-<a href="../Position/position.html">Position</a>Error
+PositionError
 ========
 
-A `<a href="../Position/position.html">Position</a>Error` object is returned to the <a href="../parameters/geolocationError.html">geolocationError</a> callback when an error occurs.
+A `PositionError` object is returned to the geolocationError callback when an error occurs.
 
 Properties
 ----------
@@ -32,12 +32,12 @@ Properties
 Constants
 ---------
 
-- `<a href="../Position/position.html">Position</a>Error.PERMISSION_DENIED`
-- `<a href="../Position/position.html">Position</a>Error.POSITION_UNAVAILABLE`
-- `<a href="../Position/position.html">Position</a>Error.TIMEOUT`
+- `PositionError.PERMISSION_DENIED`
+- `PositionError.POSITION_UNAVAILABLE`
+- `PositionError.TIMEOUT`
 
 Description
 -----------
 
-The `<a href="../Position/position.html">Position</a>Error` object is returned to the user through the `<a href="../parameters/geolocationError.html">geolocationError</a>` callback function when an error occurs with geolocation.
+The `PositionError` object is returned to the user through the `geolocationError` callback function when an error occurs with geolocation.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/geolocation/geolocation.clearWatch.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/geolocation/geolocation.clearWatch.md b/www/docs/en/1.6.1/cordova/geolocation/geolocation.clearWatch.md
index 62134e1..a4fb07a 100644
--- a/www/docs/en/1.6.1/cordova/geolocation/geolocation.clearWatch.md
+++ b/www/docs/en/1.6.1/cordova/geolocation/geolocation.clearWatch.md
@@ -28,12 +28,12 @@ Stop watching for changes to the device's location referenced by the `watchID` p
 Parameters
 ----------
 
-- __watchID:__ The id of the `watch<a href="Position/position.html">Position</a>` interval to clear. (String)
+- __watchID:__ The id of the `watchPosition` interval to clear. (String)
 
 Description
 -----------
 
-Function `geolocation.clearWatch` stops watching changes to the device's location by clearing the `geolocation.watch<a href="Position/position.html">Position</a>` referenced by `watchID`.
+Function `geolocation.clearWatch` stops watching changes to the device's location by clearing the `geolocation.watchPosition` referenced by `watchID`.
 
 Supported Platforms
 -------------------
@@ -43,44 +43,44 @@ Supported Platforms
 - iPhone
 - Windows Phone 7 ( Mango )
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // Options: retrieve the location every 3 seconds
     //
-    var watchID = navigator.geolocation.watch<a href="Position/position.html">Position</a>(onSuccess, onError, { frequency: 3000 });
+    var watchID = navigator.geolocation.watchPosition(onSuccess, onError, { frequency: 3000 });
 
     // ...later on...
 
     navigator.geolocation.clearWatch(watchID);
 
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../device/device.html">Device</a> Properties <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Device Properties Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         var watchID = null;
 
         // Cordova is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             // Update every 3 seconds
             var options = { frequency: 3000 };
-            watchID = navigator.geolocation.watch<a href="Position/position.html">Position</a>(onSuccess, onError, options);
+            watchID = navigator.geolocation.watchPosition(onSuccess, onError, options);
         }
     
-        // onSuccess <a href="geolocation.html">Geolocation</a>
+        // onSuccess Geolocation
         //
         function onSuccess(position) {
             var element = document.getElementById('geolocation');
@@ -98,7 +98,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             }
         }
     
-	    // onError Callback receives a <a href="<a href="Position/position.html">Position</a>Error/positionError.html"><a href="Position/position.html">Position</a>Error</a> object
+	    // onError Callback receives a PositionError object
 	    //
 	    function onError(error) {
 	      alert('code: '    + error.code    + '\n' +

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/geolocation/geolocation.getCurrentPosition.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/geolocation/geolocation.getCurrentPosition.md b/www/docs/en/1.6.1/cordova/geolocation/geolocation.getCurrentPosition.md
index 6bfb747..e5085d5 100644
--- a/www/docs/en/1.6.1/cordova/geolocation/geolocation.getCurrentPosition.md
+++ b/www/docs/en/1.6.1/cordova/geolocation/geolocation.getCurrentPosition.md
@@ -18,26 +18,26 @@ license: >
     under the License.
 ---
 
-geolocation.getCurrent<a href="Position/position.html">Position</a>
+geolocation.getCurrentPosition
 ==============================
 
-Returns the device's current position as a `<a href="Position/position.html">Position</a>` object.
+Returns the device's current position as a `Position` object.
 
-    navigator.geolocation.getCurrent<a href="Position/position.html">Position</a>(<a href="parameters/geolocationSuccess.html">geolocationSuccess</a>, 
-                                             [<a href="parameters/geolocationError.html">geolocationError</a>], 
-                                             [<a href="parameters/geolocation.options.html">geolocationOptions</a>]);
+    navigator.geolocation.getCurrentPosition(geolocationSuccess, 
+                                             [geolocationError], 
+                                             [geolocationOptions]);
 
 Parameters
 ----------
 
-- __<a href="parameters/geolocationSuccess.html">geolocationSuccess</a>__: The callback that is called with the current position.
-- __<a href="parameters/geolocationError.html">geolocationError</a>__: (Optional) The callback that is called if there was an error.
-- __<a href="parameters/geolocation.options.html">geolocationOptions</a>__: (Optional) The geolocation options.
+- __geolocationSuccess__: The callback that is called with the current position.
+- __geolocationError__: (Optional) The callback that is called if there was an error.
+- __geolocationOptions__: (Optional) The geolocation options.
 
 Description
 -----------
 
-Function `geolocation.getCurrent<a href="Position/position.html">Position</a>` is an asynchronous function. It returns the device's current position to the `<a href="parameters/geolocationSuccess.html">geolocationSuccess</a>` callback with a `<a href="Position/position.html">Position</a>` object as the parameter.  If there is an error, the `<a href="parameters/geolocationError.html">geolocationError</a>` callback is invoked with a `<a href="<a href="Position/position.html">Position</a>Error/positionError.html"><a href="Position/position.html">Position</a>Error</a>` object.
+Function `geolocation.getCurrentPosition` is an asynchronous function. It returns the device's current position to the `geolocationSuccess` callback with a `Position` object as the parameter.  If there is an error, the `geolocationError` callback is invoked with a `PositionError` object.
 
 
 Supported Platforms
@@ -48,11 +48,11 @@ Supported Platforms
 - iPhone
 - Windows Phone 7 ( Mango )
     
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // onSuccess Callback
-    //   This method accepts a `<a href="Position/position.html">Position</a>` object, which contains
+    //   This method accepts a `Position` object, which contains
     //   the current GPS coordinates
     //
     var onSuccess = function(position) {
@@ -66,37 +66,37 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
               'Timestamp: '         + new Date(position.timestamp)      + '\n');
     };
 
-    // onError Callback receives a <a href="<a href="Position/position.html">Position</a>Error/positionError.html"><a href="Position/position.html">Position</a>Error</a> object
+    // onError Callback receives a PositionError object
     //
     function onError(error) {
         alert('code: '    + error.code    + '\n' +
               'message: ' + error.message + '\n');
     }
 
-    navigator.geolocation.getCurrent<a href="Position/position.html">Position</a>(onSuccess, onError);
+    navigator.geolocation.getCurrentPosition(onSuccess, onError);
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../device/device.html">Device</a> Properties <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Device Properties Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
-            navigator.geolocation.getCurrent<a href="Position/position.html">Position</a>(onSuccess, onError);
+        function onDeviceReady() {
+            navigator.geolocation.getCurrentPosition(onSuccess, onError);
         }
     
-        // onSuccess <a href="geolocation.html">Geolocation</a>
+        // onSuccess Geolocation
         //
         function onSuccess(position) {
             var element = document.getElementById('geolocation');
@@ -110,7 +110,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
                                 'Timestamp: '          + new Date(position.timestamp)          + '<br />';
         }
     
-	    // onError Callback receives a <a href="<a href="Position/position.html">Position</a>Error/positionError.html"><a href="Position/position.html">Position</a>Error</a> object
+	    // onError Callback receives a PositionError object
 	    //
 	    function onError(error) {
 	        alert('code: '    + error.code    + '\n' +

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/geolocation/geolocation.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/geolocation/geolocation.md b/www/docs/en/1.6.1/cordova/geolocation/geolocation.md
index dcb6b3b..3f43a14 100644
--- a/www/docs/en/1.6.1/cordova/geolocation/geolocation.md
+++ b/www/docs/en/1.6.1/cordova/geolocation/geolocation.md
@@ -23,28 +23,28 @@ Geolocation
 
 > The `geolocation` object provides access to the device's GPS sensor. 
 
-Geolocation provides location information for the device, such as latitude and longitude. Common sources of location information include Global <a href="Position/position.html">Position</a>ing 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. 
+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 Cordova's implementation.  For devices that don't have geolocation support, Cordova's implementation should be compatible with the W3C specification.
 
 Methods
 -------
 
-- geolocation.getCurrent<a href="Position/position.html">Position</a>
-- geolocation.watch<a href="Position/position.html">Position</a>
-- <a href="geolocation.clearWatch.html">geolocation.clearWatch</a>
+- geolocation.getCurrentPosition
+- geolocation.watchPosition
+- geolocation.clearWatch
 
 
 Arguments
 ---------
 
-- <a href="parameters/geolocationSuccess.html">geolocationSuccess</a>
-- <a href="parameters/geolocationError.html">geolocationError</a>
-- <a href="parameters/geolocation.options.html">geolocationOptions</a>
+- geolocationSuccess
+- geolocationError
+- geolocationOptions
 
 Objects (Read-Only)
 -------------------
 
-- <a href="Position/position.html">Position</a>
-- <a href="<a href="Position/position.html">Position</a>Error/positionError.html"><a href="Position/position.html">Position</a>Error</a>
-- <a href="Coordinates/coordinates.html">Coordinates</a>
+- Position
+- PositionError
+- Coordinates

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/geolocation/geolocation.watchPosition.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/geolocation/geolocation.watchPosition.md b/www/docs/en/1.6.1/cordova/geolocation/geolocation.watchPosition.md
index 9625e27..bc076d1 100644
--- a/www/docs/en/1.6.1/cordova/geolocation/geolocation.watchPosition.md
+++ b/www/docs/en/1.6.1/cordova/geolocation/geolocation.watchPosition.md
@@ -18,31 +18,31 @@ license: >
     under the License.
 ---
 
-geolocation.watch<a href="Position/position.html">Position</a>
+geolocation.watchPosition
 =========================
 
 Watches for changes to the device's current position.
 
-    var watchId = navigator.geolocation.watch<a href="Position/position.html">Position</a>(<a href="parameters/geolocationSuccess.html">geolocationSuccess</a>,
-                                                      [<a href="parameters/geolocationError.html">geolocationError</a>],
-                                                      [<a href="parameters/geolocation.options.html">geolocationOptions</a>]);
+    var watchId = navigator.geolocation.watchPosition(geolocationSuccess,
+                                                      [geolocationError],
+                                                      [geolocationOptions]);
 
 Parameters
 ----------
 
-- __<a href="parameters/geolocationSuccess.html">geolocationSuccess</a>__: The callback that is called with the current position.
-- __<a href="parameters/geolocationError.html">geolocationError</a>__: (Optional) The callback that is called if there was an error.
-- __<a href="parameters/geolocation.options.html">geolocationOptions</a>__: (Optional) The geolocation options.
+- __geolocationSuccess__: The callback that is called with the current position.
+- __geolocationError__: (Optional) The callback that is called if there was an error.
+- __geolocationOptions__: (Optional) The geolocation options.
 
 Returns
 -------
 
-- __String__: returns a watch id that references the watch position interval. The watch id can be used with `<a href="geolocation.clearWatch.html">geolocation.clearWatch</a>` to stop watching for changes in position.
+- __String__: returns a watch id that references the watch position interval. The watch id can be used with `geolocation.clearWatch` to stop watching for changes in position.
 
 Description
 -----------
 
-Function `geolocation.watch<a href="Position/position.html">Position</a>` is an asynchronous function. It returns the device's current position when a change in position has been detected.  When the device has retrieved a new location, the `<a href="parameters/geolocationSuccess.html">geolocationSuccess</a>` callback is invoked with a `<a href="Position/position.html">Position</a>` object as the parameter.  If there is an error, the `<a href="parameters/geolocationError.html">geolocationError</a>` callback is invoked with a `<a href="<a href="Position/position.html">Position</a>Error/positionError.html"><a href="Position/position.html">Position</a>Error</a>` object.
+Function `geolocation.watchPosition` is an asynchronous function. It returns the device's current position when a change in position has been detected.  When the device has retrieved a new location, the `geolocationSuccess` callback is invoked with a `Position` object as the parameter.  If there is an error, the `geolocationError` callback is invoked with a `PositionError` object.
 
 Supported Platforms
 -------------------
@@ -52,11 +52,11 @@ Supported Platforms
 - iPhone
 - Windows Phone 7 ( Mango )
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // onSuccess Callback
-    //   This method accepts a `<a href="Position/position.html">Position</a>` object, which contains
+    //   This method accepts a `Position` object, which contains
     //   the current GPS coordinates
     //
     function onSuccess(position) {
@@ -66,7 +66,7 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
                             '<hr />'      + element.innerHTML;
     }
 
-    // onError Callback receives a <a href="<a href="Position/position.html">Position</a>Error/positionError.html"><a href="Position/position.html">Position</a>Error</a> object
+    // onError Callback receives a PositionError object
     //
     function onError(error) {
         alert('code: '    + error.code    + '\n' +
@@ -75,35 +75,35 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
 
     // Options: retrieve the location every 3 seconds
     //
-    var watchID = navigator.geolocation.watch<a href="Position/position.html">Position</a>(onSuccess, onError, { frequency: 3000 });
+    var watchID = navigator.geolocation.watchPosition(onSuccess, onError, { frequency: 3000 });
     
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../device/device.html">Device</a> Properties <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Device Properties Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         var watchID = null;
 
         // Cordova is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             // Update every 3 seconds
             var options = { frequency: 3000 };
-            watchID = navigator.geolocation.watch<a href="Position/position.html">Position</a>(onSuccess, onError, options);
+            watchID = navigator.geolocation.watchPosition(onSuccess, onError, options);
         }
     
-        // onSuccess <a href="geolocation.html">Geolocation</a>
+        // onSuccess Geolocation
         //
         function onSuccess(position) {
             var element = document.getElementById('geolocation');
@@ -112,7 +112,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
                                 '<hr />'      + element.innerHTML;
         }
     
-	    // onError Callback receives a <a href="<a href="Position/position.html">Position</a>Error/positionError.html"><a href="Position/position.html">Position</a>Error</a> object
+	    // onError Callback receives a PositionError object
 	    //
 	    function onError(error) {
 	        alert('code: '    + error.code    + '\n' +

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/geolocation/parameters/geolocation.options.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/geolocation/parameters/geolocation.options.md b/www/docs/en/1.6.1/cordova/geolocation/parameters/geolocation.options.md
index 9b14493..c6ab066 100644
--- a/www/docs/en/1.6.1/cordova/geolocation/parameters/geolocation.options.md
+++ b/www/docs/en/1.6.1/cordova/geolocation/parameters/geolocation.options.md
@@ -30,7 +30,7 @@ Options
 
 - __frequency:__ How often to retrieve the position in milliseconds. This option is not part of the W3C spec and will be removed in the future. maximumAge should be used instead. _(Number)_ (Default: 10000)
 - __enableHighAccuracy:__ Provides a hint that the application would like to receive the best possible results. _(Boolean)_
-- __timeout:__ The maximum length of time (msec) that is allowed to pass from the call to `geolocation.getCurrent<a href="../Position/position.html">Position</a>` or `geolocation.watch<a href="../Position/position.html">Position</a>` until the corresponding `<a href="geolocationSuccess.html">geolocationSuccess</a>` callback is invoked. _(Number)_
+- __timeout:__ The maximum length of time (msec) that is allowed to pass from the call to `geolocation.getCurrentPosition` or `geolocation.watchPosition` until the corresponding `geolocationSuccess` callback is invoked. _(Number)_
 - __maximumAge:__ Accept a cached position whose age is no greater than the specified time in milliseconds. _(Number)_
 
 Android Quirks

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/geolocation/parameters/geolocationError.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/geolocation/parameters/geolocationError.md b/www/docs/en/1.6.1/cordova/geolocation/parameters/geolocationError.md
index afe00ea..3408969 100644
--- a/www/docs/en/1.6.1/cordova/geolocation/parameters/geolocationError.md
+++ b/www/docs/en/1.6.1/cordova/geolocation/parameters/geolocationError.md
@@ -30,4 +30,4 @@ The user's callback function that is called when there is an error for geolocati
 Parameters
 ----------
 
-- __error:__ The error returned by the device. (`<a href="../<a href="../Position/position.html">Position</a>Error/positionError.html"><a href="../Position/position.html">Position</a>Error</a>`)
+- __error:__ The error returned by the device. (`PositionError`)

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/geolocation/parameters/geolocationSuccess.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/geolocation/parameters/geolocationSuccess.md b/www/docs/en/1.6.1/cordova/geolocation/parameters/geolocationSuccess.md
index e26929c..95d3455 100644
--- a/www/docs/en/1.6.1/cordova/geolocation/parameters/geolocationSuccess.md
+++ b/www/docs/en/1.6.1/cordova/geolocation/parameters/geolocationSuccess.md
@@ -30,9 +30,9 @@ The user's callback function that is called when a geolocation position is avail
 Parameters
 ----------
 
-- __position:__ The geolocation position returned by the device. (`<a href="../Position/position.html">Position</a>`)
+- __position:__ The geolocation position returned by the device. (`Position`)
 
-<a href="../../storage/storage.opendatabase.html">Example</a>
+Example
 -------
 
     function geolocationSuccess(position) {

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/media/MediaError/mediaError.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/media/MediaError/mediaError.md b/www/docs/en/1.6.1/cordova/media/MediaError/mediaError.md
index 8d8a960..ad11ca5 100644
--- a/www/docs/en/1.6.1/cordova/media/MediaError/mediaError.md
+++ b/www/docs/en/1.6.1/cordova/media/MediaError/mediaError.md
@@ -18,10 +18,10 @@ license: >
     under the License.
 ---
 
-<a href="../media.html">Media</a>Error
+MediaError
 ==========
 
-A `<a href="../media.html">Media</a>Error` object is returned to the `<a href="../Parameters/mediaError.html">mediaError</a>` callback function when an error occurs.
+A `MediaError` object is returned to the `mediaError` callback function when an error occurs.
 
 Properties
 ----------
@@ -32,14 +32,14 @@ Properties
 Constants
 ---------
 
-- `<a href="../media.html">Media</a>Error.MEDIA_ERR_ABORTED`
-- `<a href="../media.html">Media</a>Error.MEDIA_ERR_NETWORK`
-- `<a href="../media.html">Media</a>Error.MEDIA_ERR_DECODE`
-- `<a href="../media.html">Media</a>Error.MEDIA_ERR_NONE_SUPPORTED`
+- `MediaError.MEDIA_ERR_ABORTED`
+- `MediaError.MEDIA_ERR_NETWORK`
+- `MediaError.MEDIA_ERR_DECODE`
+- `MediaError.MEDIA_ERR_NONE_SUPPORTED`
 
 
 Description
 -----------
 
-The `<a href="../media.html">Media</a>Error` object is returned to the user through the `<a href="../Parameters/mediaError.html">mediaError</a>` callback function when an error occurs.
+The `MediaError` object is returned to the user through the `mediaError` callback function when an error occurs.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/media/Parameters/mediaError.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/media/Parameters/mediaError.md b/www/docs/en/1.6.1/cordova/media/Parameters/mediaError.md
index 1881d31..1e0e3a8 100644
--- a/www/docs/en/1.6.1/cordova/media/Parameters/mediaError.md
+++ b/www/docs/en/1.6.1/cordova/media/Parameters/mediaError.md
@@ -30,4 +30,4 @@ A user specified callback function that is invoked when there is an error in med
 Parameters
 ----------
 
-- __error:__ The error returned by the device. (`<a href="../<a href="../media.html">Media</a>Error/mediaError.html"><a href="../media.html">Media</a>Error</a>`)
+- __error:__ The error returned by the device. (`MediaError`)

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/media/capture/CaptureCB.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/media/capture/CaptureCB.md b/www/docs/en/1.6.1/cordova/media/capture/CaptureCB.md
index 81cad0a..a897c8b 100644
--- a/www/docs/en/1.6.1/cordova/media/capture/CaptureCB.md
+++ b/www/docs/en/1.6.1/cordova/media/capture/CaptureCB.md
@@ -18,28 +18,28 @@ license: >
     under the License.
 ---
 
-<a href="capture.html">Capture</a>CB
+CaptureCB
 =========
 
 > Invoked upon a successful media capture operation.
 
-    function captureSuccess( <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>[] media<a href="../../file/fileobj/fileobj.html">File</a>s ) { ... };
+    function captureSuccess( MediaFile[] mediaFiles ) { ... };
 
 Description
 -----------
 
 This function is invoked after a successful capture operation has completed.  This means a media file has been captured, and either the user has exited the media capture application, or the capture limit has been reached.
 
-Each <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a> object describes a captured media file.  
+Each MediaFile object describes a captured media file.  
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // capture callback
-    function captureSuccess(media<a href="../../file/fileobj/fileobj.html">File</a>s) {
+    function captureSuccess(mediaFiles) {
         var i, path, len;
-        for (i = 0, len = media<a href="../../file/fileobj/fileobj.html">File</a>s.length; i < len; i += 1) {
-            path = media<a href="../../file/fileobj/fileobj.html">File</a>s[i].fullPath;
+        for (i = 0, len = mediaFiles.length; i < len; i += 1) {
+            path = mediaFiles[i].fullPath;
             // do something interesting with the file
         }
     };

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/media/capture/CaptureError.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/media/capture/CaptureError.md b/www/docs/en/1.6.1/cordova/media/capture/CaptureError.md
index a4f135c..f387287 100644
--- a/www/docs/en/1.6.1/cordova/media/capture/CaptureError.md
+++ b/www/docs/en/1.6.1/cordova/media/capture/CaptureError.md
@@ -18,7 +18,7 @@ license: >
     under the License.
 ---
 
-<a href="capture.html">Capture</a>Error
+CaptureError
 ============
 
 > Encapsulates the error code resulting from a failed media capture operation.
@@ -31,8 +31,8 @@ Properties
 Constants
 ---------
 
-- <a href="capture.html">Capture</a>Error.`CAPTURE_INTERNAL_ERR`: <a href="../../camera/camera.html">Camera</a> or microphone failed to capture image or sound. 
-- <a href="capture.html">Capture</a>Error.`CAPTURE_APPLICATION_BUSY`: <a href="../../camera/camera.html">Camera</a> application or audio capture application is currently serving other capture request.
-- <a href="capture.html">Capture</a>Error.`CAPTURE_INVALID_ARGUMENT`: Invalid use of the API (e.g. limit parameter has value less than one).
-- <a href="capture.html">Capture</a>Error.`CAPTURE_NO_MEDIA_FILES`: User exited camera application or audio capture application before capturing anything.
-- <a href="capture.html">Capture</a>Error.`CAPTURE_NOT_SUPPORTED`: The requested capture operation is not supported.
+- CaptureError.`CAPTURE_INTERNAL_ERR`: Camera or microphone failed to capture image or sound. 
+- CaptureError.`CAPTURE_APPLICATION_BUSY`: Camera application or audio capture application is currently serving other capture request.
+- CaptureError.`CAPTURE_INVALID_ARGUMENT`: Invalid use of the API (e.g. limit parameter has value less than one).
+- CaptureError.`CAPTURE_NO_MEDIA_FILES`: User exited camera application or audio capture application before capturing anything.
+- CaptureError.`CAPTURE_NOT_SUPPORTED`: The requested capture operation is not supported.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/media/capture/CaptureErrorCB.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/media/capture/CaptureErrorCB.md b/www/docs/en/1.6.1/cordova/media/capture/CaptureErrorCB.md
index 02e9f62..7d24861 100644
--- a/www/docs/en/1.6.1/cordova/media/capture/CaptureErrorCB.md
+++ b/www/docs/en/1.6.1/cordova/media/capture/CaptureErrorCB.md
@@ -18,24 +18,24 @@ license: >
     under the License.
 ---
 
-<a href="capture.html">Capture</a>ErrorCB
+CaptureErrorCB
 ==============
 
 > Invoked if an error occurs during a media capture operation.
 
-    function captureError( <a href="capture.html">Capture</a>Error error ) { ... };
+    function captureError( CaptureError error ) { ... };
 
 Description
 -----------
 
 This function is invoked if an error occurs when trying to launch a media capture operation and the capture application is busy, if an error occurs while the capture operation is taking place, or if the capture operation has been canceled by the user before any media files have been captured.
 
-This function is invoked with a <a href="capture.html">Capture</a>Error object containing an appropriate error code.
+This function is invoked with a CaptureError object containing an appropriate error code.
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // capture error callback
     var captureError = function(error) {
-        navigator.<a href="../../notification/notification.alert.html">notification.alert</a>('Error code: ' + error.code, null, '<a href="capture.html">Capture</a> Error');
+        navigator.notification.alert('Error code: ' + error.code, null, 'Capture Error');
     };

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/media/capture/ConfigurationData.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/media/capture/ConfigurationData.md b/www/docs/en/1.6.1/cordova/media/capture/ConfigurationData.md
index 797d9da..2b32dfe 100644
--- a/www/docs/en/1.6.1/cordova/media/capture/ConfigurationData.md
+++ b/www/docs/en/1.6.1/cordova/media/capture/ConfigurationData.md
@@ -28,7 +28,7 @@ Description
 
 This object is used to describe media capture modes supported by the device.  The configuration data includes the MIME type, and capture dimensions (for video or image capture).  
 
-The MIME types should adhere to [RFC2046](http://www.ietf.org/rfc/rfc2046.txt).  <a href="../../storage/storage.opendatabase.html">Example</a>s:
+The MIME types should adhere to [RFC2046](http://www.ietf.org/rfc/rfc2046.txt).  Examples:
 
 - video/3gpp
 - video/quicktime
@@ -43,7 +43,7 @@ Properties
 - __height:__ The height of the image or video in pixels.  In the case of a sound clip, this attribute has value 0. (Number)
 - __width:__ The width of the image or video in pixels.  In the case of a sound clip, this attribute has value 0. (Number)
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // retrieve supported image modes

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/media/capture/MediaFile.getFormatData.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/media/capture/MediaFile.getFormatData.md b/www/docs/en/1.6.1/cordova/media/capture/MediaFile.getFormatData.md
index afb3f3e..83b2fe8 100644
--- a/www/docs/en/1.6.1/cordova/media/capture/MediaFile.getFormatData.md
+++ b/www/docs/en/1.6.1/cordova/media/capture/MediaFile.getFormatData.md
@@ -18,20 +18,20 @@ license: >
     under the License.
 ---
 
-<a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>.getFormatData
+MediaFile.getFormatData
 =======================
 
 > Retrieves format information about the media capture file.
 
-    media<a href="../../file/fileobj/fileobj.html">File</a>.getFormatData( 
-        <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>DataSuccessCB successCallback, 
-        [<a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>DataErrorCB errorCallback]
+    mediaFile.getFormatData( 
+        MediaFileDataSuccessCB successCallback, 
+        [MediaFileDataErrorCB errorCallback]
     );
 
 Description
 -----------
 
-This function asynchronously attempts to retrieve the format information for the media file.  If successful, it invokes the <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>DataSuccessCB callback with a <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>Data object.  If the attempt fails, this function will invoke the <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>DataErrorCB callback.
+This function asynchronously attempts to retrieve the format information for the media file.  If successful, it invokes the MediaFileDataSuccessCB callback with a MediaFileData object.  If the attempt fails, this function will invoke the MediaFileDataErrorCB callback.
 
 Supported Platforms
 -------------------
@@ -43,12 +43,12 @@ Supported Platforms
 
 BlackBerry WebWorks Quirks
 --------------------------
-There is no API that provides format information of media files.  Therefore, all <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>Data objects will be returned with default values.  See <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>Data documentation.
+There is no API that provides format information of media files.  Therefore, all MediaFileData objects will be returned with default values.  See MediaFileData documentation.
 
 Android Quirks
 --------------
-The API for retrieving media file format information is limited.  Therefore, not all <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>Data properties are supported.  See <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>Data documentation.
+The API for retrieving media file format information is limited.  Therefore, not all MediaFileData properties are supported.  See MediaFileData documentation.
 
 iOS Quirks
 ----------
-The API for retrieving media file format information is limited.  Therefore, not all <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>Data properties are supported.  See <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>Data documentation.
\ No newline at end of file
+The API for retrieving media file format information is limited.  Therefore, not all MediaFileData properties are supported.  See MediaFileData documentation.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/media/capture/MediaFile.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/media/capture/MediaFile.md b/www/docs/en/1.6.1/cordova/media/capture/MediaFile.md
index 0a10254..869b0ef 100644
--- a/www/docs/en/1.6.1/cordova/media/capture/MediaFile.md
+++ b/www/docs/en/1.6.1/cordova/media/capture/MediaFile.md
@@ -18,7 +18,7 @@ license: >
     under the License.
 ---
 
-<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>
+MediaFile
 =========
 
 > Encapsulates properties of a media capture file.
@@ -35,4 +35,4 @@ Properties
 Methods
 -------
 
-- __<a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.getFormatData.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.getFormatData</a>:__ Retrieves the format information of the media file.
\ No newline at end of file
+- __MediaFile.getFormatData:__ Retrieves the format information of the media file.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/media/capture/MediaFileData.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/media/capture/MediaFileData.md b/www/docs/en/1.6.1/cordova/media/capture/MediaFileData.md
index ebac2e3..cc7de58 100644
--- a/www/docs/en/1.6.1/cordova/media/capture/MediaFileData.md
+++ b/www/docs/en/1.6.1/cordova/media/capture/MediaFileData.md
@@ -18,7 +18,7 @@ license: >
     under the License.
 ---
 
-<a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>Data
+MediaFileData
 =============
 
 > Encapsulates format information about a media file.
@@ -34,7 +34,7 @@ Properties
 
 BlackBerry WebWorks Quirks
 --------------------------
-There is no API that provides format information of media files.  So the <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>Data object returned by the <a href="<a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>.getFormatData.html"><a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>.getFormatData</a> function will have the following default values:
+There is no API that provides format information of media files.  So the MediaFileData object returned by the MediaFile.getFormatData function will have the following default values:
 
 - __codecs:__ Not supported. The attribute will always be null.
 - __bitrate:__ Not supported.  The attribute will always be 0.
@@ -44,7 +44,7 @@ There is no API that provides format information of media files.  So the <a href
 
 Android Quirks
 --------------
-Support for the <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>Data properties is as follows:
+Support for the MediaFileData properties is as follows:
 
 - __codecs:__ Not supported.  The attribute will always be null.
 - __bitrate:__ Not supported.  The attribute will always be 0.
@@ -54,7 +54,7 @@ Support for the <a href="<a href="../media.html">Media</a><a href="../../file/fi
 
 iOS Quirks
 ----------
-Support for the <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>Data properties is as follows:
+Support for the MediaFileData properties is as follows:
 
 - __codecs:__ Not supported.  The attribute will always be null.
 - __bitrate:__ Supported on iOS4 devices for audio only. The attribute will always be 0 for image and video.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/media/capture/capture.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/media/capture/capture.md b/www/docs/en/1.6.1/cordova/media/capture/capture.md
index 1989c03..24cf551 100644
--- a/www/docs/en/1.6.1/cordova/media/capture/capture.md
+++ b/www/docs/en/1.6.1/cordova/media/capture/capture.md
@@ -27,22 +27,22 @@ Objects
 -------
 
 - Capture
-- <a href="captureAudioOptions.html">CaptureAudioOptions</a>
-- <a href="captureImageOptions.html">CaptureImageOptions</a>
-- <a href="captureVideoOptions.html">CaptureVideoOptions</a>
-- <a href="CaptureCB.html">CaptureCB</a>
-- <a href="<a href="CaptureError.html">CaptureError</a>CB.html"><a href="CaptureError.html">CaptureError</a>CB</a>
-- <a href="ConfigurationData.html">ConfigurationData</a>
-- <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>
-- <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>Data
+- CaptureAudioOptions
+- CaptureImageOptions
+- CaptureVideoOptions
+- CaptureCB
+- CaptureErrorCB
+- ConfigurationData
+- MediaFile
+- MediaFileData
 
 Methods
 -------
 
-- <a href="captureAudio.html">capture.captureAudio</a>
-- <a href="captureImage.html">capture.captureImage</a>
-- <a href="captureVideo.html">capture.captureVideo</a>
-- <a href="<a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>.getFormatData.html"><a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>.getFormatData</a>
+- capture.captureAudio
+- capture.captureImage
+- capture.captureVideo
+- MediaFile.getFormatData
 
 Scope
 -----
@@ -55,16 +55,16 @@ The __capture__ object is assigned to the __navigator.device__ object, and there
 Properties
 ----------
 
-- __supportedAudioModes:__ The audio recording formats supported by the device. (<a href="ConfigurationData.html">ConfigurationData</a>[])
-- __supportedImageModes:__ The recording image sizes and formats supported by the device. (<a href="ConfigurationData.html">ConfigurationData</a>[])
-- __supportedVideoModes:__ The recording video resolutions and formats supported by the device. (<a href="ConfigurationData.html">ConfigurationData</a>[])
+- __supportedAudioModes:__ The audio recording formats supported by the device. (ConfigurationData[])
+- __supportedImageModes:__ The recording image sizes and formats supported by the device. (ConfigurationData[])
+- __supportedVideoModes:__ The recording video resolutions and formats supported by the device. (ConfigurationData[])
 
 Methods
 -------
 
-- <a href="captureAudio.html">capture.captureAudio</a>: Launch the device audio recording application for recording audio clip(s).
-- <a href="captureImage.html">capture.captureImage</a>: Launch the device camera application for taking image(s).
-- <a href="captureVideo.html">capture.captureVideo</a>: Launch the device video recorder application for recording video(s).
+- capture.captureAudio: Launch the device audio recording application for recording audio clip(s).
+- capture.captureImage: Launch the device camera application for taking image(s).
+- capture.captureVideo: Launch the device video recorder application for recording video(s).
 
 
 Supported Platforms

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/media/capture/captureAudio.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/media/capture/captureAudio.md b/www/docs/en/1.6.1/cordova/media/capture/captureAudio.md
index 1cf3a66..1ef43f2 100644
--- a/www/docs/en/1.6.1/cordova/media/capture/captureAudio.md
+++ b/www/docs/en/1.6.1/cordova/media/capture/captureAudio.md
@@ -24,7 +24,7 @@ capture.captureAudio
 > Start the audio recorder application and return information about captured audio clip file(s).
 
     navigator.device.capture.captureAudio( 
-	    <a href="<a href="capture.html">Capture</a>CB.html"><a href="capture.html">Capture</a>CB</a> captureSuccess, <a href="capture.html">Capture</a>ErrorCB captureError,  [<a href="capture.html">Capture</a>AudioOptions options]
+	    CaptureCB captureSuccess, CaptureErrorCB captureError,  [CaptureAudioOptions options]
 	);
 
 Description
@@ -32,9 +32,9 @@ Description
 
 This method starts an asynchronous operation to capture audio recordings using the device's default audio recording application.  The operation allows the device user to capture multiple recordings in a single session.
 
-The capture operation ends when either the user exits the audio recording application, or the maximum number of recordings, specified by the __limit__ parameter in <a href="capture.html">Capture</a>AudioOptions, has been reached.  If no value is provided for the __limit__ parameter, a default value of one (1) is used, and the capture operation will terminate after the user records a single audio clip.
+The capture operation ends when either the user exits the audio recording application, or the maximum number of recordings, specified by the __limit__ parameter in CaptureAudioOptions, has been reached.  If no value is provided for the __limit__ parameter, a default value of one (1) is used, and the capture operation will terminate after the user records a single audio clip.
 
-When the capture operation is finished, it will invoke the <a href="<a href="capture.html">Capture</a>CB.html"><a href="capture.html">Capture</a>CB</a> callback with an array of <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a> objects describing each captured audio clip file.  If the operation is terminated by the user before an audio clip is captured, the <a href="capture.html">Capture</a>ErrorCB callback will be invoked with a <a href="capture.html">Capture</a>Error object with the <a href="capture.html">Capture</a>Error.`CAPTURE_NO_MEDIA_FILES` error code.
+When the capture operation is finished, it will invoke the CaptureCB callback with an array of MediaFile objects describing each captured audio clip file.  If the operation is terminated by the user before an audio clip is captured, the CaptureErrorCB callback will be invoked with a CaptureError object with the CaptureError.`CAPTURE_NO_MEDIA_FILES` error code.
 
 Supported Platforms
 -------------------
@@ -44,33 +44,33 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // capture callback
-    var captureSuccess = function(media<a href="../../file/fileobj/fileobj.html">File</a>s) {
+    var captureSuccess = function(mediaFiles) {
         var i, path, len;
-        for (i = 0, len = media<a href="../../file/fileobj/fileobj.html">File</a>s.length; i < len; i += 1) {
-            path = media<a href="../../file/fileobj/fileobj.html">File</a>s[i].fullPath;
+        for (i = 0, len = mediaFiles.length; i < len; i += 1) {
+            path = mediaFiles[i].fullPath;
             // do something interesting with the file
         }
     };
 
     // capture error callback
     var captureError = function(error) {
-        navigator.<a href="../../notification/notification.alert.html">notification.alert</a>('Error code: ' + error.code, null, '<a href="capture.html">Capture</a> Error');
+        navigator.notification.alert('Error code: ' + error.code, null, 'Capture Error');
     };
 
     // start audio capture
     navigator.device.capture.captureAudio(captureSuccess, captureError, {limit:2});
 
-Full <a href="../../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="capture.html">Capture</a> Audio</title>
+        <title>Capture Audio</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.1.js"></script>
         <script type="text/javascript" charset="utf-8" src="json2.js"></script>
@@ -78,10 +78,10 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
 
         // Called when capture operation is finished
         //
-        function captureSuccess(media<a href="../../file/fileobj/fileobj.html">File</a>s) {
+        function captureSuccess(mediaFiles) {
             var i, len;
-            for (i = 0, len = media<a href="../../file/fileobj/fileobj.html">File</a>s.length; i < len; i += 1) {
-                upload<a href="../../file/fileobj/fileobj.html">File</a>(media<a href="../../file/fileobj/fileobj.html">File</a>s[i]);
+            for (i = 0, len = mediaFiles.length; i < len; i += 1) {
+                uploadFile(mediaFiles[i]);
             }	    
         }
 
@@ -89,7 +89,7 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
         // 
         function captureError(error) {
 	        var msg = 'An error occurred during capture: ' + error.code;
-            navigator.<a href="../../notification/notification.alert.html">notification.alert</a>(msg, null, 'Uh oh!');
+            navigator.notification.alert(msg, null, 'Uh oh!');
         }
 
         // A button will call this function
@@ -101,10 +101,10 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
         }
 
         // Upload files to server
-        function upload<a href="../../file/fileobj/fileobj.html">File</a>(media<a href="../../file/fileobj/fileobj.html">File</a>) {
-            var ft = new <a href="../../file/filetransfer/filetransfer.html"><a href="../../file/fileobj/fileobj.html">File</a>Transfer</a>(),
-                path = media<a href="../../file/fileobj/fileobj.html">File</a>.fullPath,
-                name = media<a href="../../file/fileobj/fileobj.html">File</a>.name;
+        function uploadFile(mediaFile) {
+            var ft = new FileTransfer(),
+                path = mediaFile.fullPath,
+                name = mediaFile.name;
 
             ft.upload(path,
                 "http://my.domain.com/upload.php",
@@ -121,14 +121,14 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
         </script>
         </head>
         <body>
-            <button onclick="captureAudio();"><a href="capture.html">Capture</a> Audio</button> <br>
+            <button onclick="captureAudio();">Capture Audio</button> <br>
         </body>
     </html>
 
 BlackBerry WebWorks Quirks
 --------------------------
 
-- 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 <a href="capture.html">Capture</a>Error.`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/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/media/capture/captureAudioOptions.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/media/capture/captureAudioOptions.md b/www/docs/en/1.6.1/cordova/media/capture/captureAudioOptions.md
index 08a05cd..ff303f5 100644
--- a/www/docs/en/1.6.1/cordova/media/capture/captureAudioOptions.md
+++ b/www/docs/en/1.6.1/cordova/media/capture/captureAudioOptions.md
@@ -18,7 +18,7 @@ license: >
     under the License.
 ---
 
-<a href="capture.html">Capture</a>AudioOptions
+CaptureAudioOptions
 ===================
 
 > Encapsulates audio capture configuration options.
@@ -30,13 +30,13 @@ Properties
 - __duration:__ The maximum duration of an audio sound clip, in seconds.
 - __mode:__ The selected audio mode.  The value must match one of the elements in `capture.supportedAudioModes`.
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // limit capture operation to 3 media files, no longer than 10 seconds each
     var options = { limit: 3, duration: 10 };
 
-    navigator.device.<a href="captureAudio.html">capture.captureAudio</a>(captureSuccess, captureError, options);
+    navigator.device.capture.captureAudio(captureSuccess, captureError, options);
 
 Android Quirks
 --------------


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[36/51] [partial] docs commit: Reverting autolinking change because of inconsistencies.

Posted by db...@apache.org.
http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/edge/cordova/events/events.resume.md
----------------------------------------------------------------------
diff --git a/www/docs/de/edge/cordova/events/events.resume.md b/www/docs/de/edge/cordova/events/events.resume.md
index 296f43a..902c6d8 100644
--- a/www/docs/de/edge/cordova/events/events.resume.md
+++ b/www/docs/de/edge/cordova/events/events.resume.md
@@ -29,9 +29,9 @@ Das Ereignis wird ausgelöst, wenn eine Anwendung aus dem Hintergrund abgerufen
 
 Das `resume` -Ereignis wird ausgelöst, wenn die native Plattform die Anwendung aus dem Hintergrund zieht.
 
-Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal einen Ereignis-Listener hinzufügen das `<a href="events.deviceready.html">deviceready</a>` -Ereignis ausgelöst.
+Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal einen Ereignis-Listener hinzufügen das `deviceready` -Ereignis ausgelöst.
 
-## <a href="../../config_ref/images.html">Unterstützte Plattformen</a>
+## Unterstützte Plattformen
 
 *   Amazon Fire OS
 *   Android
@@ -54,7 +54,7 @@ Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal ei
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Resume <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Resume Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
@@ -62,7 +62,7 @@ Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal ei
         // Wait for device API libraries to load
         //
         function onLoad() {
-            document.addEventListener("<a href="events.deviceready.html">deviceready</a>", onDeviceReady, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
     
         // device APIs are available
@@ -85,7 +85,7 @@ Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal ei
 
 ## iOS Macken
 
-Alle interaktiven Funktionen Intensivlehrgang ein `<a href="events.pause.html">pause</a>` -Ereignishandler ausgeführt später, wenn die app wieder aufgenommen wird, wie durch signalisiert die `resume` Ereignis. Dazu gehören Warnungen, `console.log()` , und keine Anrufe von Plugins oder Cordova API, das Durchlaufen von Objective-C.
+Alle interaktiven Funktionen Intensivlehrgang ein `pause` -Ereignishandler ausgeführt später, wenn die app wieder aufgenommen wird, wie durch signalisiert die `resume` Ereignis. Dazu gehören Warnungen, `console.log()` , und keine Anrufe von Plugins oder Cordova API, das Durchlaufen von Objective-C.
 
 *   **aktiv** -Ereignis
     

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/edge/cordova/events/events.searchbutton.md
----------------------------------------------------------------------
diff --git a/www/docs/de/edge/cordova/events/events.searchbutton.md b/www/docs/de/edge/cordova/events/events.searchbutton.md
index aac24f2..4b94040 100644
--- a/www/docs/de/edge/cordova/events/events.searchbutton.md
+++ b/www/docs/de/edge/cordova/events/events.searchbutton.md
@@ -29,9 +29,9 @@ Das Ereignis wird ausgelöst, wenn der Benutzer die Schaltfläche Suchen auf And
 
 Wenn Sie das Standardverhalten für die Schaltfläche von Suche auf Android überschreiben möchten können Sie einen Ereignis-Listener für das Ereignis 'Searchbutton' registrieren.
 
-Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal einen Ereignis-Listener hinzufügen das `<a href="events.deviceready.html">deviceready</a>` -Ereignis ausgelöst.
+Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal einen Ereignis-Listener hinzufügen das `deviceready` -Ereignis ausgelöst.
 
-## <a href="../../config_ref/images.html">Unterstützte Plattformen</a>
+## Unterstützte Plattformen
 
 *   Android
 
@@ -50,7 +50,7 @@ Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal ei
                           "http://www.w3.org/TR/html4/strict.dtd">
     <html>
       <head>
-        <title>Search Button <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Search Button Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
@@ -58,7 +58,7 @@ Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal ei
         // Wait for device API libraries to load
         //
         function onLoad() {
-            document.addEventListener("<a href="events.deviceready.html">deviceready</a>", onDeviceReady, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
     
         // device APIs are available

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/edge/cordova/events/events.startcallbutton.md
----------------------------------------------------------------------
diff --git a/www/docs/de/edge/cordova/events/events.startcallbutton.md b/www/docs/de/edge/cordova/events/events.startcallbutton.md
index 7105423..5e9f1dd 100644
--- a/www/docs/de/edge/cordova/events/events.startcallbutton.md
+++ b/www/docs/de/edge/cordova/events/events.startcallbutton.md
@@ -29,9 +29,9 @@ Das Ereignis wird ausgelöst, wenn der Benutzer die Startschaltfläche drückt.
 
 Wenn Sie das Start-Aufruf Standardverhalten überschreiben möchten registrieren Sie einen Ereignis-Listener für das `startcallbutton` Ereignis.
 
-Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal einen Ereignis-Listener hinzufügen das `<a href="events.deviceready.html">deviceready</a>` -Ereignis ausgelöst.
+Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal einen Ereignis-Listener hinzufügen das `deviceready` -Ereignis ausgelöst.
 
-## <a href="../../config_ref/images.html">Unterstützte Plattformen</a>
+## Unterstützte Plattformen
 
 *   BlackBerry 10
 
@@ -50,7 +50,7 @@ Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal ei
                           "http://www.w3.org/TR/html4/strict.dtd">
     <html>
       <head>
-        <title>Start Call Button <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Start Call Button Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
@@ -58,7 +58,7 @@ Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal ei
         // Wait for device API libraries to load
         //
         function onLoad() {
-            document.addEventListener("<a href="events.deviceready.html">deviceready</a>", onDeviceReady, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
     
         // device APIs are available

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/edge/cordova/events/events.volumedownbutton.md
----------------------------------------------------------------------
diff --git a/www/docs/de/edge/cordova/events/events.volumedownbutton.md b/www/docs/de/edge/cordova/events/events.volumedownbutton.md
index f194ac8..cd12377 100644
--- a/www/docs/de/edge/cordova/events/events.volumedownbutton.md
+++ b/www/docs/de/edge/cordova/events/events.volumedownbutton.md
@@ -29,9 +29,9 @@ Das Ereignis wird ausgelöst, wenn der Benutzer die Lautstärke-Taste drückt.
 
 Wenn Sie die Standard-Lautstärke reduzieren Verhalten überschreiben müssen erfassen Sie einen Ereignis-Listener für das `volumedownbutton` Ereignis.
 
-Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal einen Ereignis-Listener hinzufügen das `<a href="events.deviceready.html">deviceready</a>` -Ereignis ausgelöst.
+Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal einen Ereignis-Listener hinzufügen das `deviceready` -Ereignis ausgelöst.
 
-## <a href="../../config_ref/images.html">Unterstützte Plattformen</a>
+## Unterstützte Plattformen
 
 *   BlackBerry 10
 *   Android
@@ -51,7 +51,7 @@ Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal ei
                           "http://www.w3.org/TR/html4/strict.dtd">
     <html>
       <head>
-        <title>Volume Down Button <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Volume Down Button Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
@@ -59,7 +59,7 @@ Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal ei
         // Wait for device API libraries to load
         //
         function onLoad() {
-            document.addEventListener("<a href="events.deviceready.html">deviceready</a>", onDeviceReady, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
     
         // device APIs are available

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/edge/cordova/events/events.volumeupbutton.md
----------------------------------------------------------------------
diff --git a/www/docs/de/edge/cordova/events/events.volumeupbutton.md b/www/docs/de/edge/cordova/events/events.volumeupbutton.md
index ef418be..2110716 100644
--- a/www/docs/de/edge/cordova/events/events.volumeupbutton.md
+++ b/www/docs/de/edge/cordova/events/events.volumeupbutton.md
@@ -29,9 +29,9 @@ Das Ereignis wird ausgelöst, wenn der Benutzer die Lauter Taste drückt.
 
 Wenn Sie die Standard-Lautstärke erhöhen Verhalten überschreiben müssen registrieren Sie einen Ereignis-Listener für das `volumeupbutton` Ereignis.
 
-Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal einen Ereignis-Listener hinzufügen das `<a href="events.deviceready.html">deviceready</a>` -Ereignis ausgelöst.
+Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal einen Ereignis-Listener hinzufügen das `deviceready` -Ereignis ausgelöst.
 
-## <a href="../../config_ref/images.html">Unterstützte Plattformen</a>
+## Unterstützte Plattformen
 
 *   BlackBerry 10
 *   Android
@@ -51,7 +51,7 @@ Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal ei
                           "http://www.w3.org/TR/html4/strict.dtd">
     <html>
       <head>
-        <title>Volume Up Button <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Volume Up Button Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
@@ -59,7 +59,7 @@ Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal ei
         // Wait for device API libraries to load
         //
         function onLoad() {
-            document.addEventListener("<a href="events.deviceready.html">deviceready</a>", onDeviceReady, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
     
         // device APIs are available

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/edge/cordova/storage/database/database.md
----------------------------------------------------------------------
diff --git a/www/docs/de/edge/cordova/storage/database/database.md b/www/docs/de/edge/cordova/storage/database/database.md
index 7f393a5..1084d9a 100644
--- a/www/docs/de/edge/cordova/storage/database/database.md
+++ b/www/docs/de/edge/cordova/storage/database/database.md
@@ -30,9 +30,9 @@ Ermöglicht den Zugriff auf eine SQL-Datenbank.
 
 ## Informationen
 
-Die `window.<a href="../storage.opendatabase.html">openDatabase</a>()` -Methode gibt ein `Database` Objekt.
+Die `window.openDatabase()` -Methode gibt ein `Database` Objekt.
 
-## <a href="../../../config_ref/images.html">Unterstützte Plattformen</a>
+## Unterstützte Plattformen
 
 *   Android
 *   BlackBerry WebWorks (OS 6.0 und höher)
@@ -56,13 +56,13 @@ Die `window.<a href="../storage.opendatabase.html">openDatabase</a>()` -Methode
         alert("success!");
     }
     
-    var db = window.<a href="../storage.opendatabase.html">openDatabase</a>("Database", "1.0", "Cordova Demo", 200000);
+    var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
     db.transaction(populateDB, errorCB, successCB);
     
 
 ## Änderung Version kleines Beispiel
 
-    var db = window.<a href="../storage.opendatabase.html">openDatabase</a>("Database", "1.0", "Cordova Demo", 200000);
+    var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
     db.changeVersion("1.0", "1.1");
     
 
@@ -71,19 +71,19 @@ Die `window.<a href="../storage.opendatabase.html">openDatabase</a>()` -Methode
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Storage <a href="../storage.opendatabase.html">Example</a></title>
+        <title>Storage Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
     
         // Wait for device API libraries to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", onDeviceReady, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
     
         // device APIs are available
         //
         function onDeviceReady() {
-            var db = window.<a href="../storage.opendatabase.html">openDatabase</a>("Database", "1.0", "Cordova Demo", 200000);
+            var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
             db.transaction(populateDB, errorCB, successCB);
         }
     
@@ -111,7 +111,7 @@ Die `window.<a href="../storage.opendatabase.html">openDatabase</a>()` -Methode
         </script>
       </head>
       <body>
-        <h1><a href="../storage.opendatabase.html">Example</a></h1>
+        <h1>Example</h1>
         <p>Database</p>
       </body>
     </html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/edge/cordova/storage/localstorage/localstorage.md
----------------------------------------------------------------------
diff --git a/www/docs/de/edge/cordova/storage/localstorage/localstorage.md b/www/docs/de/edge/cordova/storage/localstorage/localstorage.md
index 84c0602..92bddcf 100644
--- a/www/docs/de/edge/cordova/storage/localstorage/localstorage.md
+++ b/www/docs/de/edge/cordova/storage/localstorage/localstorage.md
@@ -20,7 +20,7 @@ license: >
 
 # localStorage
 
-Ermöglicht den Zugriff auf die W3C [Web-<a href="../storage.html">Speicher</a>schnittstelle][1]
+Ermöglicht den Zugriff auf die W3C [Web-Speicherschnittstelle][1]
 
  [1]: http://dev.w3.org/html5/webstorage/#the-localstorage-attribute
 
@@ -42,11 +42,11 @@ Ermöglicht den Zugriff auf die W3C [Web-<a href="../storage.html">Speicher</a>s
 
 ## Informationen
 
-Die `window.localStorage` -Schnittstelle implementiert die W3C [Web-<a href="../storage.html">Speicher</a>schnittstelle][2]. Eine app kann damit um persistente Daten mithilfe von Schlüssel-Wert-Paaren zu speichern. Die `window.sessionStorage` Schnittstelle funktioniert genauso in jeder Hinsicht, es sei denn, dass alle Daten jedes Mal die app schließt deaktiviert ist. Jede <a href="../database/database.html">Datenbank</a> bietet einen separaten Namespace.
+Die `window.localStorage` -Schnittstelle implementiert die W3C [Web-Speicherschnittstelle][2]. Eine app kann damit um persistente Daten mithilfe von Schlüssel-Wert-Paaren zu speichern. Die `window.sessionStorage` Schnittstelle funktioniert genauso in jeder Hinsicht, es sei denn, dass alle Daten jedes Mal die app schließt deaktiviert ist. Jede Datenbank bietet einen separaten Namespace.
 
  [2]: http://dev.w3.org/html5/webstorage/
 
-## <a href="../../../config_ref/images.html">Unterstützte Plattformen</a>
+## Unterstützte Plattformen
 
 *   Android
 *   BlackBerry WebWorks (OS 6.0 und höher)
@@ -85,14 +85,14 @@ Die `window.localStorage` -Schnittstelle implementiert die W3C [Web-<a href="../
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Storage <a href="../storage.opendatabase.html">Example</a></title>
+        <title>Storage Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
     
         // Wait for device API libraries to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", onDeviceReady, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
     
         // device APIs are available
         //
@@ -111,7 +111,7 @@ Die `window.localStorage` -Schnittstelle implementiert die W3C [Web-<a href="../
         </script>
       </head>
       <body>
-        <h1><a href="../storage.opendatabase.html">Example</a></h1>
+        <h1>Example</h1>
         <p>localStorage</p>
       </body>
     </html>
@@ -119,4 +119,4 @@ Die `window.localStorage` -Schnittstelle implementiert die W3C [Web-<a href="../
 
 ## Windows Phone 7 Macken
 
-Punktnotation ist *nicht* für Windows Phone 7 verfügbar. Verwenden Sie `setItem` oder `getItem` , anstatt auf Tasten direkt aus dem <a href="../storage.html">Speicher</a>objekt, wie z.B.`window.localStorage.someKey`.
\ No newline at end of file
+Punktnotation ist *nicht* für Windows Phone 7 verfügbar. Verwenden Sie `setItem` oder `getItem` , anstatt auf Tasten direkt aus dem Speicherobjekt, wie z.B.`window.localStorage.someKey`.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/edge/cordova/storage/parameters/display_name.md
----------------------------------------------------------------------
diff --git a/www/docs/de/edge/cordova/storage/parameters/display_name.md b/www/docs/de/edge/cordova/storage/parameters/display_name.md
index a45cfa4..6d8c773 100644
--- a/www/docs/de/edge/cordova/storage/parameters/display_name.md
+++ b/www/docs/de/edge/cordova/storage/parameters/display_name.md
@@ -20,4 +20,4 @@ license: >
 
 # database_displayname
 
-Der Anzeigename der <a href="../database/database.html">Datenbank</a>.
\ No newline at end of file
+Der Anzeigename der Datenbank.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/edge/cordova/storage/parameters/name.md
----------------------------------------------------------------------
diff --git a/www/docs/de/edge/cordova/storage/parameters/name.md b/www/docs/de/edge/cordova/storage/parameters/name.md
index 3964838..a2a0889 100644
--- a/www/docs/de/edge/cordova/storage/parameters/name.md
+++ b/www/docs/de/edge/cordova/storage/parameters/name.md
@@ -20,4 +20,4 @@ license: >
 
 # database_name
 
-Der Name der <a href="../database/database.html">Datenbank</a>.
\ No newline at end of file
+Der Name der Datenbank.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/edge/cordova/storage/parameters/size.md
----------------------------------------------------------------------
diff --git a/www/docs/de/edge/cordova/storage/parameters/size.md b/www/docs/de/edge/cordova/storage/parameters/size.md
index 8ec6c1b..84ed02c 100644
--- a/www/docs/de/edge/cordova/storage/parameters/size.md
+++ b/www/docs/de/edge/cordova/storage/parameters/size.md
@@ -20,4 +20,4 @@ license: >
 
 # database_size
 
-Die Grösse der <a href="../database/database.html">Datenbank</a> in Bytes.
\ No newline at end of file
+Die Grösse der Datenbank in Bytes.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/edge/cordova/storage/parameters/version.md
----------------------------------------------------------------------
diff --git a/www/docs/de/edge/cordova/storage/parameters/version.md b/www/docs/de/edge/cordova/storage/parameters/version.md
index 3a959ca..ee4cb8c 100644
--- a/www/docs/de/edge/cordova/storage/parameters/version.md
+++ b/www/docs/de/edge/cordova/storage/parameters/version.md
@@ -20,4 +20,4 @@ license: >
 
 # database_version
 
-Die Version der <a href="../database/database.html">Datenbank</a>.
\ No newline at end of file
+Die Version der Datenbank.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/edge/cordova/storage/sqlerror/sqlerror.md
----------------------------------------------------------------------
diff --git a/www/docs/de/edge/cordova/storage/sqlerror/sqlerror.md b/www/docs/de/edge/cordova/storage/sqlerror/sqlerror.md
index 4d3a1db..3ac441b 100644
--- a/www/docs/de/edge/cordova/storage/sqlerror/sqlerror.md
+++ b/www/docs/de/edge/cordova/storage/sqlerror/sqlerror.md
@@ -41,4 +41,4 @@ A `SQLError` Objekt wird ausgelöst, wenn ein Fehler auftritt.
 
 ## Beschreibung
 
-Das `SQLError` Objekt wird ausgelöst, wenn ein Fehler auftritt, wenn eine <a href="../database/database.html">Datenbank</a> zu manipulieren.
\ No newline at end of file
+Das `SQLError` Objekt wird ausgelöst, wenn ein Fehler auftritt, wenn eine Datenbank zu manipulieren.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/edge/cordova/storage/sqlresultset/sqlresultset.md
----------------------------------------------------------------------
diff --git a/www/docs/de/edge/cordova/storage/sqlresultset/sqlresultset.md b/www/docs/de/edge/cordova/storage/sqlresultset/sqlresultset.md
index ce5ae7c..bff869d 100644
--- a/www/docs/de/edge/cordova/storage/sqlresultset/sqlresultset.md
+++ b/www/docs/de/edge/cordova/storage/sqlresultset/sqlresultset.md
@@ -20,19 +20,19 @@ license: >
 
 # SQLResultSet
 
-Wenn eine `<a href="../sqltransaction/sqltransaction.html">SQLTransaction</a>` des Objekts `executeSql` -Methode wird aufgerufen, der angegebene Rückruf führt mit einem `SQLResultSet` Parameter.
+Wenn eine `SQLTransaction` des Objekts `executeSql` -Methode wird aufgerufen, der angegebene Rückruf führt mit einem `SQLResultSet` Parameter.
 
 ## Eigenschaften
 
-*   **InsertId**: die Zeilen-ID der Zeile, die die `SQLResultSet` des Objekts-SQL-Anweisung, die in die <a href="../database/database.html">Datenbank</a> eingefügt.
+*   **InsertId**: die Zeilen-ID der Zeile, die die `SQLResultSet` des Objekts-SQL-Anweisung, die in die Datenbank eingefügt.
 
 *   **RowsAffected**: die Anzahl der Zeilen geändert werden, indem die SQL-Anweisung, die 0 (null), wenn die Anweisung keine Zeilen nicht ausgewirkt hat.
 
-*   **Zeilen**: eine `<a href="../sqlresultsetrowlist/sqlresultsetrowlist.html">SQLResultSetRowList</a>` , die die zurückgegebenen Zeilen darstellen, empty, wenn keine Zeilen zurückgegeben werden.
+*   **Zeilen**: eine `SQLResultSetRowList` , die die zurückgegebenen Zeilen darstellen, empty, wenn keine Zeilen zurückgegeben werden.
 
 ## Informationen
 
-Wenn eine `<a href="../sqltransaction/sqltransaction.html">SQLTransaction</a>` des Objekts `executeSql` -Methode wird aufgerufen, der angegebene Rückruf führt mit einer `SQLResultSet` Parameter mit den drei Eigenschaften:
+Wenn eine `SQLTransaction` des Objekts `executeSql` -Methode wird aufgerufen, der angegebene Rückruf führt mit einer `SQLResultSet` Parameter mit den drei Eigenschaften:
 
 *   Die `insertId` gibt die Zeilennummer einer successly SQL-Einfügung-Anweisung zurück. Wenn die SQL keine Zeilen einfügen wird die `insertId` nicht festgelegt.
 
@@ -40,7 +40,7 @@ Wenn eine `<a href="../sqltransaction/sqltransaction.html">SQLTransaction</a>` d
 
 *   Finale `SQLResultSetList` enthält die Daten aus einer SQL-select-Anweisung zurückgegeben.
 
-## <a href="../../../config_ref/images.html">Unterstützte Plattformen</a>
+## Unterstützte Plattformen
 
 *   Android
 *   BlackBerry WebWorks (OS 6.0 und höher)
@@ -68,7 +68,7 @@ Wenn eine `<a href="../sqltransaction/sqltransaction.html">SQLTransaction</a>` d
         alert("Error processing SQL: "+err.code);
     }
     
-    var db = window.<a href="../storage.opendatabase.html">openDatabase</a>("Database", "1.0", "Cordova Demo", 200000);
+    var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
     db.transaction(queryDB, errorCB);
     
 
@@ -77,14 +77,14 @@ Wenn eine `<a href="../sqltransaction/sqltransaction.html">SQLTransaction</a>` d
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Storage <a href="../storage.opendatabase.html">Example</a></title>
+        <title>Storage Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
     
         // Wait for device API libraries to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", onDeviceReady, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
     
         // Populate the database
         //
@@ -123,21 +123,21 @@ Wenn eine `<a href="../sqltransaction/sqltransaction.html">SQLTransaction</a>` d
         // Transaction success callback
         //
         function successCB() {
-            var db = window.<a href="../storage.opendatabase.html">openDatabase</a>("Database", "1.0", "Cordova Demo", 200000);
+            var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
             db.transaction(queryDB, errorCB);
         }
     
         // device APIs are available
         //
         function onDeviceReady() {
-            var db = window.<a href="../storage.opendatabase.html">openDatabase</a>("Database", "1.0", "Cordova Demo", 200000);
+            var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
             db.transaction(populateDB, errorCB, successCB);
         }
     
         </script>
       </head>
       <body>
-        <h1><a href="../storage.opendatabase.html">Example</a></h1>
+        <h1>Example</h1>
         <p>Database</p>
       </body>
     </html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/edge/cordova/storage/sqlresultsetrowlist/sqlresultsetrowlist.md
----------------------------------------------------------------------
diff --git a/www/docs/de/edge/cordova/storage/sqlresultsetrowlist/sqlresultsetrowlist.md b/www/docs/de/edge/cordova/storage/sqlresultsetrowlist/sqlresultsetrowlist.md
index fc5ab55..be3e61e 100644
--- a/www/docs/de/edge/cordova/storage/sqlresultsetrowlist/sqlresultsetrowlist.md
+++ b/www/docs/de/edge/cordova/storage/sqlresultsetrowlist/sqlresultsetrowlist.md
@@ -18,9 +18,9 @@ license: >
     under the License.
 ---
 
-# <a href="../sqlresultset/sqlresultset.html">SQLResultSet</a>RowList
+# SQLResultSetRowList
 
-Eine der Eigenschaften von den `<a href="../sqlresultset/sqlresultset.html">SQLResultSet</a>` mit den Zeilen aus einer SQL-Abfrage zurückgegeben.
+Eine der Eigenschaften von den `SQLResultSet` mit den Zeilen aus einer SQL-Abfrage zurückgegeben.
 
 ## Eigenschaften
 
@@ -32,9 +32,9 @@ Eine der Eigenschaften von den `<a href="../sqlresultset/sqlresultset.html">SQLR
 
 ## Informationen
 
-Die `<a href="../sqlresultset/sqlresultset.html">SQLResultSet</a>RowList` enthält die Daten aus einer SQL zurückgegeben `select` Anweisung. Das Objekt enthält eine `length` Eigenschaft, die angibt, wie viele Zeilen der `select` Anweisung zurückgegeben. Um eine Zeile mit Daten abzurufen, rufen Sie die `item` -Methode, um einen Index angeben. Es gibt eine JavaScript `Object` deren Eigenschaften sind die <a href="../database/database.html">Datenbank</a>spalten der `select` Anweisung ausgeführt wurde.
+Die `SQLResultSetRowList` enthält die Daten aus einer SQL zurückgegeben `select` Anweisung. Das Objekt enthält eine `length` Eigenschaft, die angibt, wie viele Zeilen der `select` Anweisung zurückgegeben. Um eine Zeile mit Daten abzurufen, rufen Sie die `item` -Methode, um einen Index angeben. Es gibt eine JavaScript `Object` deren Eigenschaften sind die Datenbankspalten der `select` Anweisung ausgeführt wurde.
 
-## <a href="../../../config_ref/images.html">Unterstützte Plattformen</a>
+## Unterstützte Plattformen
 
 *   Android
 *   BlackBerry WebWorks (OS 6.0 und höher)
@@ -59,7 +59,7 @@ Die `<a href="../sqlresultset/sqlresultset.html">SQLResultSet</a>RowList` enthä
             alert("Error processing SQL: "+err.code);
         }
     
-        var db = window.<a href="../storage.opendatabase.html">openDatabase</a>("Database", "1.0", "Cordova Demo", 200000);
+        var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
         db.transaction(queryDB, errorCB);
     
 
@@ -68,14 +68,14 @@ Die `<a href="../sqlresultset/sqlresultset.html">SQLResultSet</a>RowList` enthä
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Storage <a href="../storage.opendatabase.html">Example</a></title>
+        <title>Storage Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
     
         // Wait for device API libraries to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", onDeviceReady, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
     
         // Populate the database
         //
@@ -111,21 +111,21 @@ Die `<a href="../sqlresultset/sqlresultset.html">SQLResultSet</a>RowList` enthä
         // Transaction success callback
         //
         function successCB() {
-            var db = window.<a href="../storage.opendatabase.html">openDatabase</a>("Database", "1.0", "Cordova Demo", 200000);
+            var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
             db.transaction(queryDB, errorCB);
         }
     
         // device APIs are available
         //
         function onDeviceReady() {
-            var db = window.<a href="../storage.opendatabase.html">openDatabase</a>("Database", "1.0", "Cordova Demo", 200000);
+            var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
             db.transaction(populateDB, errorCB, successCB);
         }
     
         </script>
       </head>
       <body>
-        <h1><a href="../storage.opendatabase.html">Example</a></h1>
+        <h1>Example</h1>
         <p>Database</p>
       </body>
     </html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/edge/cordova/storage/sqltransaction/sqltransaction.md
----------------------------------------------------------------------
diff --git a/www/docs/de/edge/cordova/storage/sqltransaction/sqltransaction.md b/www/docs/de/edge/cordova/storage/sqltransaction/sqltransaction.md
index 46acbe9..7aada79 100644
--- a/www/docs/de/edge/cordova/storage/sqltransaction/sqltransaction.md
+++ b/www/docs/de/edge/cordova/storage/sqltransaction/sqltransaction.md
@@ -20,7 +20,7 @@ license: >
 
 # SQLTransaction
 
-Ermöglicht die Ausführung von SQL-Anweisungen für die <a href="../database/database.html">Datenbank</a>.
+Ermöglicht die Ausführung von SQL-Anweisungen für die Datenbank.
 
 ## Methoden
 
@@ -30,7 +30,7 @@ Ermöglicht die Ausführung von SQL-Anweisungen für die <a href="../database/da
 
 Aufrufen einer `Database` -Methode des Objekts Transaktion, Pässe ein `SQLTransaction` Objekt, das die angegebene Callback-Methode.
 
-## <a href="../../../config_ref/images.html">Unterstützte Plattformen</a>
+## Unterstützte Plattformen
 
 *   Android
 *   BlackBerry WebWorks (OS 6.0 und höher)
@@ -54,7 +54,7 @@ Aufrufen einer `Database` -Methode des Objekts Transaktion, Pässe ein `SQLTrans
         alert("success!");
     }
     
-    var db = window.<a href="../storage.opendatabase.html">openDatabase</a>("Database", "1.0", "Cordova Demo", 200000);
+    var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
     db.transaction(populateDB, errorCB, successCB);
     
 
@@ -63,19 +63,19 @@ Aufrufen einer `Database` -Methode des Objekts Transaktion, Pässe ein `SQLTrans
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Storage <a href="../storage.opendatabase.html">Example</a></title>
+        <title>Storage Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
     
         // Wait for device API libraries to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", onDeviceReady, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
     
         // device APIs are available
         //
         function onDeviceReady() {
-            var db = window.<a href="../storage.opendatabase.html">openDatabase</a>("Database", "1.0", "Cordova Demo", 200000);
+            var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
             db.transaction(populateDB, errorCB, successCB);
         }
     
@@ -103,7 +103,7 @@ Aufrufen einer `Database` -Methode des Objekts Transaktion, Pässe ein `SQLTrans
         </script>
       </head>
       <body>
-        <h1><a href="../storage.opendatabase.html">Example</a></h1>
+        <h1>Example</h1>
         <p>SQLTransaction</p>
       </body>
     </html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/edge/cordova/storage/storage.md
----------------------------------------------------------------------
diff --git a/www/docs/de/edge/cordova/storage/storage.md b/www/docs/de/edge/cordova/storage/storage.md
index eaa91ab..f525f45 100644
--- a/www/docs/de/edge/cordova/storage/storage.md
+++ b/www/docs/de/edge/cordova/storage/storage.md
@@ -20,9 +20,9 @@ license: >
 
 # Speicher
 
-> Eine <a href="../../guide/overview/index.html">Übersicht</a> über Storage-Optionen für Cordova.
+> Eine Übersicht über Storage-Optionen für Cordova.
 
-Mehrere Speicher-APIs sind für Cordova-Anwendungen verfügbar. Finden Sie unter [html5rocks][1]. eine vollständigere <a href="../../guide/overview/index.html">Übersicht</a> und Beispiele.
+Mehrere Speicher-APIs sind für Cordova-Anwendungen verfügbar. Finden Sie unter [html5rocks][1]. eine vollständigere Übersicht und Beispiele.
 
  [1]: http://www.html5rocks.com/en/features/storage
 
@@ -34,7 +34,7 @@ Auch bekannt als *web-Speicher*, *einfache Lagerung*, oder durch seine Alternati
 
 ## WebSQL
 
-Diese API ist verfügbar in den zugrunde liegenden WebView. Der [Web SQL Database-Spezifikation][3] bietet Zugriff auf weitere vollwertige <a href="database/database.html">Datenbank</a>tabellen über SQL-Abfragen.
+Diese API ist verfügbar in den zugrunde liegenden WebView. Der [Web SQL Database-Spezifikation][3] bietet Zugriff auf weitere vollwertige Datenbanktabellen über SQL-Abfragen.
 
  [3]: http://dev.w3.org/html5/webdatabase/
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/edge/cordova/storage/storage.opendatabase.md
----------------------------------------------------------------------
diff --git a/www/docs/de/edge/cordova/storage/storage.opendatabase.md b/www/docs/de/edge/cordova/storage/storage.opendatabase.md
index ccae691..496abc4 100644
--- a/www/docs/de/edge/cordova/storage/storage.opendatabase.md
+++ b/www/docs/de/edge/cordova/storage/storage.opendatabase.md
@@ -22,14 +22,14 @@ license: >
 
 Gibt eine neue `Database` Objekt.
 
-    var dbShell = window.openDatabase(<a href="parameters/name.html">database_name</a>, <a href="parameters/version.html">database_version</a>, <a href="parameters/display_name.html">database_displayname</a>, <a href="parameters/size.html">database_size</a>);
+    var dbShell = window.openDatabase(database_name, database_version, database_displayname, database_size);
     
 
 ## Beschreibung
 
-Die Methode erstellt eine neue SQL-Lite <a href="database/database.html">Datenbank</a> und gibt ein `Database` -Objekt, das Manipulation der Daten ermöglicht.
+Die Methode erstellt eine neue SQL-Lite Datenbank und gibt ein `Database` -Objekt, das Manipulation der Daten ermöglicht.
 
-## <a href="../../config_ref/images.html">Unterstützte Plattformen</a>
+## Unterstützte Plattformen
 
 *   Android
 *   BlackBerry WebWorks (OS 6.0 und höher)
@@ -53,7 +53,7 @@ Die Methode erstellt eine neue SQL-Lite <a href="database/database.html">Datenba
     
         // Wait for device API libraries to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", onDeviceReady, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
     
         // device APIs are available
         //

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/edge/guide/appdev/privacy/index.md
----------------------------------------------------------------------
diff --git a/www/docs/de/edge/guide/appdev/privacy/index.md b/www/docs/de/edge/guide/appdev/privacy/index.md
index 8a5c5ea..43e0481 100644
--- a/www/docs/de/edge/guide/appdev/privacy/index.md
+++ b/www/docs/de/edge/guide/appdev/privacy/index.md
@@ -26,7 +26,7 @@ Leitfaden zur mobilen app Privatsphäre sollte eine *Grundierung* auf einige der
 
 *   **Privacy Policy**: Sie app sollte eine Datenschutzerklärung, die Themen wie welche Informationen die app von oder zu den Benutzern sammelt, wie diese Informationen verwendet werden, mit denen es geteilt ist, und wie Benutzer datenschutzrelevante Entscheidungen innerhalb der app machen können. Um Verständnis zu erleichtern, sollten Sie verwenden Klartext und vermeiden Fachjargon. Sie sollten Ihre Datenschutzrichtlinien für Benutzer überprüfen Sie vor dem Download, wie z. B. in der app-Beschreibung in der app-Marktplatz verfügbar machen. Darüber hinaus sollten Sie Ihre Datenschutzerklärung innerhalb der app selbst zur Verfügung stellen. Die geringe Größe von Handy-Displays schafft Herausforderungen für Anzeigen von Datenschutzrichtlinien für Benutzer. Ziehen Sie Entwicklung einer *Kurzform* der Politik mit den wichtigsten Informationen in Betracht, und geben Sie dann einen Link zu der "Langform" Politik für mehr Details interessiert. Mehrere Gruppen versuchen, Icon
 -basierter Standards für die Datenschutz-Praktiken, die Sie betrachten wünschen können, sobald diese Standards ältere Kommunikation entwickeln.
 
-*   **Sammlung vertraulicher Informationen**: eine app-Sammlung von sensiblen persönlichen Informationen wichtig Datenschutz Bedenken. Beispiele für sensible persönliche Daten Finanzinformationen, Gesundheit Informationen und Daten von Kindern. Darüber hinaus Informationen aus bestimmten Sensoren und <a href="../../../cordova/storage/database/database.html">Datenbank</a>en, die in der Regel auf mobilen Geräten und Tabletten, wie Geolocation-Informationen, Kontakte/Telefonbuch, Mikrofon/Kamera und gespeicherte Bilder oder Videos gefunden. Die folgenden Dokumentationsseiten für weitere Informationen siehe: [Kamera][1]"," [erfassen][2]"," [Kontakte][3]"und" [Geolocation][4]. Im Allgemeinen sollten Sie erhalten die Berechtigung eines Benutzers ausdrücklich vor der Erhebung sensiblen Informationen und, wenn möglich, einen Kontrollmechanismus, der einem Benutzer ermöglicht, Berechtigungen zu ändern. App Betriebssystemen kann in einigen Fällen durch Vorlage von just-in-Time-Dial
 ogfelder, die Zustimmung des Benutzers vor Auflistung Fragen helfen. Sollten Sie in diesen Fällen nutzen jede Gelegenheit zum Anpassen des Text im Dialog zu klären, wie die app verwendet und gegebenenfalls diese Informationen teilt.
+*   **Sammlung vertraulicher Informationen**: eine app-Sammlung von sensiblen persönlichen Informationen wichtig Datenschutz Bedenken. Beispiele für sensible persönliche Daten Finanzinformationen, Gesundheit Informationen und Daten von Kindern. Darüber hinaus Informationen aus bestimmten Sensoren und Datenbanken, die in der Regel auf mobilen Geräten und Tabletten, wie Geolocation-Informationen, Kontakte/Telefonbuch, Mikrofon/Kamera und gespeicherte Bilder oder Videos gefunden. Die folgenden Dokumentationsseiten für weitere Informationen siehe: [Kamera][1]"," [erfassen][2]"," [Kontakte][3]"und" [Geolocation][4]. Im Allgemeinen sollten Sie erhalten die Berechtigung eines Benutzers ausdrücklich vor der Erhebung sensiblen Informationen und, wenn möglich, einen Kontrollmechanismus, der einem Benutzer ermöglicht, Berechtigungen zu ändern. App Betriebssystemen kann in einigen Fällen durch Vorlage von just-in-Time-Dialogfelder, die Zustimmung des Benutzers vor Auflistung Fragen h
 elfen. Sollten Sie in diesen Fällen nutzen jede Gelegenheit zum Anpassen des Text im Dialog zu klären, wie die app verwendet und gegebenenfalls diese Informationen teilt.
 
 *   **Vermeidung von Benutzer-Überraschung**: Wenn die app sammelt oder Informationen in einer Weise, die möglicherweise überraschend für Benutzer im Lichte der Hauptzweck Ihrer Anwendung (z. B. ein Musik-Player, der auf die gespeicherten Bilder zugreift) verwendet, sollten Sie ähnliche Schritte wie bei der Auflistung von sensiblen persönlichen Informationen nehmen. Das heißt, sollten Sie dringend die Verwendung von just-in-Time-Dialogfelder informieren des Benutzers über die Sammlung oder Verwendung dieser Informationen und gegebenenfalls ein entsprechenden Datenschutz-Steuerelement bereitstellen.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/edge/guide/appdev/security/index.md
----------------------------------------------------------------------
diff --git a/www/docs/de/edge/guide/appdev/security/index.md b/www/docs/de/edge/guide/appdev/security/index.md
index 51dec33..b600fd8 100644
--- a/www/docs/de/edge/guide/appdev/security/index.md
+++ b/www/docs/de/edge/guide/appdev/security/index.md
@@ -30,13 +30,13 @@ Die folgende Anleitung beinhaltet einige bewährte Sicherheitsmethoden, die Sie,
 *   Iframes und die Id Rückrufmechanismus
 *   Zertifikat fixieren
 *   Selbstsignierte Zertifikate
-*   Verschlüsselte <a href="../../../cordova/storage/storage.html">Speicher</a>ung
+*   Verschlüsselte Speicherung
 *   Allgemeine Tipps
 *   Empfohlene Artikel und andere Ressourcen
 
 ## Whitelist
 
-*   Lesen und verstehen der <a href="../whitelist/index.html">Whitelist-Guide</a>
+*   Lesen und verstehen der Whitelist-Guide
 
 *   Domain-Whitelist funktioniert nicht auf Android API 10 und unten und WP8 für Iframes und XMLHttpRequest. Dies bedeutet ein Angreifer kann einer beliebigen Domäne in einem Iframe laden und jedes Skript auf dieser Seite in Iframe direkt auf Cordova JavaScript-Objekte und die entsprechenden native Java-Objekte zugreifen kann. Sie sollten dies in Betracht ziehen, beim Erstellen von Anwendungen für diese Plattformen. In der Praxis bedeutet dies, um sicherzustellen, dass Sie Ziel einer höher als 10 Android API und, wenn möglich nicht Iframe zu verwenden, um externe Inhalte - laden das InAppBrowser-Plugin oder andere Drittanbieter Plug-ins verwenden.
 
@@ -60,7 +60,7 @@ Die hier beschriebenen Prinzipien beziehen sich nicht auf Apache Cordova, sie ge
 
 Beim Ausführen von Cordova auf Android verwenden `android:debuggable="true"` in der Anwendung Manifest erlauben SSL-Fehler, z. B. Zertifikat Kette Validierungsfehler auf selbstsignierte Zertifikate. So Sie selbstsignierte Zertifikate in dieser Konfiguration können, aber dies keine Konfiguration, die verwendet werden soll ist, wenn die Anwendung in der Produktion ist. Es soll nur während der Anwendungsentwicklung verwendet werden.
 
-## Verschlüsselte <a href="../../../cordova/storage/storage.html">Speicher</a>ung
+## Verschlüsselte Speicherung
 
 (TBD)
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/edge/guide/appdev/whitelist/index.md
----------------------------------------------------------------------
diff --git a/www/docs/de/edge/guide/appdev/whitelist/index.md b/www/docs/de/edge/guide/appdev/whitelist/index.md
index 38f8f5e..35bc917 100644
--- a/www/docs/de/edge/guide/appdev/whitelist/index.md
+++ b/www/docs/de/edge/guide/appdev/whitelist/index.md
@@ -88,7 +88,7 @@ Die Whitelist-Regeln werden in `www/config.xml` gefunden..
 
 BlackBerry 10 Verwendung von Platzhaltern unterscheidet sich von anderen Plattformen auf zwei Arten:
 
-*   Alle Inhalte erreichbar `XMLHttpRequest` muss explizit deklariert werden. Festlegen von `origin="*"` funktioniert nicht in diesem Fall. Alternativ kann die gesamte Websicherheit verwenden die `WebSecurity`-Präferenz beschrieben in <a href="../../platforms/blackberry/config.html">BlackBerry-Konfiguration</a> deaktiviert werden:
+*   Alle Inhalte erreichbar `XMLHttpRequest` muss explizit deklariert werden. Festlegen von `origin="*"` funktioniert nicht in diesem Fall. Alternativ kann die gesamte Websicherheit verwenden die `WebSecurity`-Präferenz beschrieben in BlackBerry-Konfiguration deaktiviert werden:
     
         <preference name="websecurity" value="disable" />
         

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/edge/guide/cli/index.md
----------------------------------------------------------------------
diff --git a/www/docs/de/edge/guide/cli/index.md b/www/docs/de/edge/guide/cli/index.md
index 59343e0..43da8dc 100644
--- a/www/docs/de/edge/guide/cli/index.md
+++ b/www/docs/de/edge/guide/cli/index.md
@@ -20,7 +20,7 @@ license: >
 
 # Die Befehlszeilenschnittstelle
 
-Diese Anleitung zeigt Ihnen, wie Anwendungen zu erstellen und auf verschiedene native mobile Plattformen mit Bereitstellen der `cordova` Befehlszeilenschnittstelle (CLI). Mit diesem Tool können Sie neue Projekte erstellen und bauen sie auf verschiedenen Plattformen laufen auf echten Geräten oder innerhalb von Emulatoren. Die CLI ist das wichtigste Hilfsmittel für die Cross-Plattform-Workflow in der <a href="../overview/index.html">Übersicht</a> beschrieben verwenden. Ansonsten können Sie auch die CLI Projektcode zu initialisieren, dann wechseln Sie in die verschiedenen Plattformen SDKs und Shell-Hilfsmittel für die weitere Entwicklung.
+Diese Anleitung zeigt Ihnen, wie Anwendungen zu erstellen und auf verschiedene native mobile Plattformen mit Bereitstellen der `cordova` Befehlszeilenschnittstelle (CLI). Mit diesem Tool können Sie neue Projekte erstellen und bauen sie auf verschiedenen Plattformen laufen auf echten Geräten oder innerhalb von Emulatoren. Die CLI ist das wichtigste Hilfsmittel für die Cross-Plattform-Workflow in der Übersicht beschrieben verwenden. Ansonsten können Sie auch die CLI Projektcode zu initialisieren, dann wechseln Sie in die verschiedenen Plattformen SDKs und Shell-Hilfsmittel für die weitere Entwicklung.
 
 ## Voraussetzungen
 
@@ -139,7 +139,7 @@ Lesen Sie weiter, wenn Sie das plattformübergreifende Workflow-Konzept (CLI) f
 
 ## Die App zu bauen
 
-In der Standardeinstellung der `cordova create` Skript generiert eine Skeletts Web-basierte Anwendung, deren Homepage des Projekts ist `www/index.html` Datei. Diese Anwendung zu bearbeiten, aber Sie wollen, aber Initialisierungen werden, als Teil angegeben sollte der `<a href="../../cordova/events/events.deviceready.html">deviceready</a>` -Ereignishandler, standardmäßig von verwiesen`www/js/index.js`.
+In der Standardeinstellung der `cordova create` Skript generiert eine Skeletts Web-basierte Anwendung, deren Homepage des Projekts ist `www/index.html` Datei. Diese Anwendung zu bearbeiten, aber Sie wollen, aber Initialisierungen werden, als Teil angegeben sollte der `deviceready` -Ereignishandler, standardmäßig von verwiesen`www/js/index.js`.
 
 Führen Sie den folgenden Befehl, um das Projekt iterativ zu erstellen:
 
@@ -220,7 +220,7 @@ Der `cordova plugin add` Befehl müssen Sie das Repository für den Plugin-Code
         $ cordova plugin add cordova-plugin-device
         
 
-*   Netzwerkverbindung und Batterie-<a href="../../cordova/events/events.html">Veranstaltungen</a>:
+*   Netzwerkverbindung und Batterie-Veranstaltungen:
     
         $ cordova plugin add cordova-plugin-network-information
         $ cordova plugin add cordova-plugin-battery-status
@@ -277,7 +277,7 @@ Der `cordova plugin add` Befehl müssen Sie das Repository für den Plugin-Code
         $ cordova plugin add cordova-plugin-console
         
 
-**Hinweis**: die CLI fügt Plugin-Code entsprechend für jede Plattform. Wenn Sie mit Low-Level-Shell-Werkzeugen oder Platform SDKs wie in der <a href="../overview/index.html">Übersicht</a> beschrieben entwickeln wollen, müssen Sie das Plugman-Dienstprogramm zum Hinzufügen von Plugins separat für jede Plattform ausführen. (Weitere Informationen finden Sie unter Using Plugman zu Plugins verwalten.)
+**Hinweis**: die CLI fügt Plugin-Code entsprechend für jede Plattform. Wenn Sie mit Low-Level-Shell-Werkzeugen oder Platform SDKs wie in der Übersicht beschrieben entwickeln wollen, müssen Sie das Plugman-Dienstprogramm zum Hinzufügen von Plugins separat für jede Plattform ausführen. (Weitere Informationen finden Sie unter Using Plugman zu Plugins verwalten.)
 
 Verwendung `plugin ls` (oder `plugin list` , oder `plugin` von selbst) derzeit anzeigen Plugins installiert. Jede zeigt durch seinen Bezeichner:
 
@@ -366,7 +366,7 @@ Stattdessen bietet das Verzeichnis der obersten Ebene `merges` einen Ort um Verm
 
 Wenn Sie das Projekt neu erstellen, verfügt die Android Version die benutzerdefinierte Schriftgröße, während andere unverändert bleiben.
 
-Sie können `merges` auch zum Hinzufügen von Dateien in das ursprüngliche `Www` -Verzeichnis nicht vorhanden. Beispielsweise kann eine app integrieren eine *zurück-Schaltfläche* Grafik in die iOS-<a href="../next/index.html">Benutzeroberfläche</a>, gespeichert in `merges/ios/img/back_button.png`, während die Android Version stattdessen `Backbutton` Ereignisse über die entsprechende Taste erfassen kann.
+Sie können `merges` auch zum Hinzufügen von Dateien in das ursprüngliche `Www` -Verzeichnis nicht vorhanden. Beispielsweise kann eine app integrieren eine *zurück-Schaltfläche* Grafik in die iOS-Benutzeroberfläche, gespeichert in `merges/ios/img/back_button.png`, während die Android Version stattdessen `Backbutton` Ereignisse über die entsprechende Taste erfassen kann.
 
 ## Hilfebefehle
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/edge/guide/hybrid/plugins/index.md
----------------------------------------------------------------------
diff --git a/www/docs/de/edge/guide/hybrid/plugins/index.md b/www/docs/de/edge/guide/hybrid/plugins/index.md
index 243c682..1b9d8cd 100644
--- a/www/docs/de/edge/guide/hybrid/plugins/index.md
+++ b/www/docs/de/edge/guide/hybrid/plugins/index.md
@@ -26,7 +26,7 @@ Ein *Plugin* ist ein Paket von eingefügten Code, der die Cordova Webview ermög
 
 Plugins umfassen eine einzelne JavaScript-Schnittstelle zusammen mit entsprechenden native Code-Bibliotheken für jede unterstützte Plattform. Dies blendet im Wesentlichen die verschiedenen Implementierungen von systemeigenem Code hinter eine gemeinsame JavaScript-Schnittstelle.
 
-Dieser Abschnitt schrittweise einen einfachen *Echo* -Plugin, die übergibt eine Zeichenfolge von JavaScript zum einheitlichen Plattform und zurück, die Sie als Modell verwenden können, um viel komplexere Features zu erstellen. Dieser Abschnitt beschreibt die grundlegenden Plugin-Struktur und die nach außen gerichtete JavaScript-Schnittstelle. Jede entsprechende <a href="../../next/index.html">Benutzeroberfläche</a> finden Sie in der Liste am Ende dieses Abschnitts.
+Dieser Abschnitt schrittweise einen einfachen *Echo* -Plugin, die übergibt eine Zeichenfolge von JavaScript zum einheitlichen Plattform und zurück, die Sie als Modell verwenden können, um viel komplexere Features zu erstellen. Dieser Abschnitt beschreibt die grundlegenden Plugin-Struktur und die nach außen gerichtete JavaScript-Schnittstelle. Jede entsprechende Benutzeroberfläche finden Sie in der Liste am Ende dieses Abschnitts.
 
 Zusätzlich zu diesen Anweisungen, wenn bereiten auf ein Plugin zu schreiben, ist es am besten über die [vorhandenen Plugins][2] , Anleitungen zu schauen.
 
@@ -39,7 +39,7 @@ Anwendungsentwickler verwenden der CLI `plugin add` Befehl (beschrieben in The C
         $ cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-device.git
     
 
-Das Plugin Repository muss eine Top-Level-Funktion `plugin.xml` manifest-Datei. Es gibt viele Möglichkeiten um diese Datei zu konfigurieren, die Informationen für die in der <a href="../../../plugin_ref/spec.html">Plugin-Spezifikation</a> verfügbar sind. Diese gekürzte Version von der `Device` Plugin bietet ein einfaches Beispiel, als Vorbild zu verwenden:
+Das Plugin Repository muss eine Top-Level-Funktion `plugin.xml` manifest-Datei. Es gibt viele Möglichkeiten um diese Datei zu konfigurieren, die Informationen für die in der Plugin-Spezifikation verfügbar sind. Diese gekürzte Version von der `Device` Plugin bietet ein einfaches Beispiel, als Vorbild zu verwenden:
 
         <?xml version="1.0" encoding="UTF-8"?>
         <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
@@ -135,12 +135,12 @@ Der Erfolg-Rückruf übergebenen `exec` ist lediglich ein Verweis auf die Callba
 
 Wenn Sie JavaScript für Ihr Plugin definieren, müssen Sie es mit mindestens einem nativen Implementierung zu ergänzen. Details für jede Plattform sind unten aufgeführt, und jede baut auf dem einfachen Echo-Plugin-Beispiel oben:
 
-*   <a href="../../platforms/amazonfireos/plugin.html">Amazon Fire OS Plugins</a>
-*   <a href="../../platforms/android/plugin.html">Android Plugins</a>
-*   <a href="../../platforms/ios/plugin.html">iOS Plugins</a>
-*   <a href="../../platforms/blackberry10/plugin.html">BlackBerry 10 Plugins</a>
-*   <a href="../../platforms/wp8/plugin.html">Windows Phone 8 Plugins</a>
-*   <a href="../../platforms/win8/plugin.html">Windows Plugins</a>
+*   Amazon Fire OS Plugins
+*   Android Plugins
+*   iOS Plugins
+*   BlackBerry 10 Plugins
+*   Windows Phone 8 Plugins
+*   Windows Plugins
 
 Tizen-Plattform unterstützt keine Plugins.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/edge/guide/hybrid/webviews/index.md
----------------------------------------------------------------------
diff --git a/www/docs/de/edge/guide/hybrid/webviews/index.md b/www/docs/de/edge/guide/hybrid/webviews/index.md
index e2c65fb..2c38d34 100644
--- a/www/docs/de/edge/guide/hybrid/webviews/index.md
+++ b/www/docs/de/edge/guide/hybrid/webviews/index.md
@@ -24,7 +24,7 @@ Cordova-Anwendungen werden normalerweise als eine Browser-basierte *WebView* inn
 
 Wenn einen WebView bereitstellen möchten, müssen Sie mit jedem native Programmierumgebung vertraut sein. Im folgenden finden Sie Anweisungen für die unterstützten Plattformen:
 
-*   <a href="../../platforms/amazonfireos/webview.html">Amazon Fire OS Webansichten für</a>
-*   <a href="../../platforms/android/webview.html">Android Webansichten für</a>
-*   <a href="../../platforms/ios/webview.html">iOS Webansichten für</a>
-*   <a href="../../platforms/wp8/webview.html">Windows Phone 8,0 Webansichten für</a>
\ No newline at end of file
+*   Amazon Fire OS Webansichten für
+*   Android Webansichten für
+*   iOS Webansichten für
+*   Windows Phone 8,0 Webansichten für
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/edge/guide/next/index.md
----------------------------------------------------------------------
diff --git a/www/docs/de/edge/guide/next/index.md b/www/docs/de/edge/guide/next/index.md
index 6c9abd5..6f25673 100644
--- a/www/docs/de/edge/guide/next/index.md
+++ b/www/docs/de/edge/guide/next/index.md
@@ -93,7 +93,7 @@ Einer der größten Fehler, den, die ein neuer Cordova-Entwickler leisten kann,
 
 Finden Sie im vorherigen Tipp über Netzwerke. Nicht nur Sie können über ein langsames Netzwerk, es ist durchaus möglich, für Ihre Anwendung komplett offline sein. Die Anwendung sollte dies auf intelligente Weise behandeln. Wenn Ihre Anwendung nicht tut, wird glauben, dass Ihre Anwendung unterbrochen wird. Gegeben wie einfach es ist, (Cordova unterstützt hören für ein Offline- und Ereignis) zu behandeln gibt es absolut keinen Grund für Ihre Anwendung nicht mehr reagiert, wenn offline ausführen. Testen Sie (siehe Abschnitt Testing) Ihre Anwendung und sollten Sie testen, wie Ihre Anwendung behandelt, wenn Sie in einem Staat starten und dann zu einer anderen wechseln.
 
-Beachten Sie, dass die Online- und offline-<a href="../../cordova/events/events.html">Veranstaltungen</a> sowie die Netzwerk-Verbindung-API ist nicht perfekt. Sie müssen möglicherweise verlassen sich auf mithilfe einer XHR-Anforderung um zu sehen, ob das Gerät wirklich offline oder online ist. Am Ende des Tages werden sicher irgendeine Form der Unterstützung für Netzwerkprobleme - fügen Sie in der Tat, im Apple Store (und wahrscheinlich noch andere Läden) werden apps, die ordnungsgemäß offline/online-Staaten darstellen nicht ablehnen. Weitere Diskussion zu diesem Thema finden Sie unter ["Ist das Ding auf?"][14]
+Beachten Sie, dass die Online- und offline-Veranstaltungen sowie die Netzwerk-Verbindung-API ist nicht perfekt. Sie müssen möglicherweise verlassen sich auf mithilfe einer XHR-Anforderung um zu sehen, ob das Gerät wirklich offline oder online ist. Am Ende des Tages werden sicher irgendeine Form der Unterstützung für Netzwerkprobleme - fügen Sie in der Tat, im Apple Store (und wahrscheinlich noch andere Läden) werden apps, die ordnungsgemäß offline/online-Staaten darstellen nicht ablehnen. Weitere Diskussion zu diesem Thema finden Sie unter ["Ist das Ding auf?"][14]
 
  [14]: http://blogs.telerik.com/appbuilder/posts/13-04-23/is-this-thing-on-%28part-1%29
 
@@ -140,7 +140,7 @@ Testen Ihrer Anwendungen ist super wichtig. Das Cordova-Team nutzt Jasmin aber W
 
 Es ist nicht ungewöhnlich, dass desktop-Browsern und Gerät-Simulatoren/Emulatoren verwenden Sie beim Entwickeln einer Anwendung von Cordova. Allerdings ist es unglaublich wichtig, dass Sie Ihre Anwendung auf so viele physische Geräte testen wie du nur kannst:
 
-*   Simulatoren sind genau das: Simulatoren. Beispielsweise Ihre Anwendung in der iOS-Simulator ohne Probleme funktionieren, aber es möglicherweise nicht auf einem echten Gerät (vor allem in bestimmten Umständen, wie etwa einen <a href="../../cordova/storage/storage.html">Speicher</a>mangel-Zustand). Oder Ihre app versäumen tatsächlich auf dem Simulator, während es auf einem echten Gerät einwandfrei funktioniert. 
+*   Simulatoren sind genau das: Simulatoren. Beispielsweise Ihre Anwendung in der iOS-Simulator ohne Probleme funktionieren, aber es möglicherweise nicht auf einem echten Gerät (vor allem in bestimmten Umständen, wie etwa einen Speichermangel-Zustand). Oder Ihre app versäumen tatsächlich auf dem Simulator, während es auf einem echten Gerät einwandfrei funktioniert. 
 *   Emulatoren sind genau das: Emulatoren. Sie repräsentieren nicht, wie gut Ihre app auf einem physischen Gerät ausgeführt werden. Einige Emulatoren können beispielsweise Ihre app mit einer verstümmelten Anzeige gerendert, während ein echtes Gerät kein Problem hat. (Wenn Sie dieses Problem auftritt, deaktivieren Sie den Host GPU im Emulator.)
 *   Simulatoren sind in der Regel schneller als Ihr physisches Gerät. Emulatoren sind auf der anderen Seite im allgemeinen langsamer. Beurteilen Sie die Leistung Ihrer Anwendung nicht, von wie es in einem Simulator oder einen Emulator durchführt. Beurteilen Sie die Leistung Ihrer Anwendung von wie es auf ein Spektrum an realen Geräten läuft.
 *   Es ist unmöglich, ein gutes Gefühl dafür, wie Ihre app auf Ihrem Touch reagiert, mit einem Simulator oder einen Emulator. Stattdessen kann die app auf einem echten Gerät ausgeführt Probleme mit den Größen der Elemente der Benutzeroberfläche, Reaktionsfähigkeit, usw. hinweisen.
@@ -176,7 +176,7 @@ Es ist möglich, Chrome Dev Tools verwenden, um iOS apps, über einen WebKit-Pro
 
 ## Welligkeit
 
-Welligkeit ist ein desktop basierten Emulator für Cordova-Projekte. Im Wesentlichen können Sie eine Cordova-Anwendung in der desktop-Anwendung ausführen und fake verschiedene Cordova-Features. Beispielsweise können Sie den Beschleunigungsmesser um zu testen, Shake-<a href="../../cordova/events/events.html">Veranstaltungen</a> zu simulieren. Es täuscht die Kamera-API, indem man Ihnen ein Bild von Ihrer Festplatte auszuwählen. Welligkeit können, die Sie mehr auf Ihren benutzerdefinierten Code, anstatt sich Gedanken über Cordova Plugins konzentrieren. Erfahren Sie mehr über Ripple hier: <http://ripple.incubator.apache.org/>
+Welligkeit ist ein desktop basierten Emulator für Cordova-Projekte. Im Wesentlichen können Sie eine Cordova-Anwendung in der desktop-Anwendung ausführen und fake verschiedene Cordova-Features. Beispielsweise können Sie den Beschleunigungsmesser um zu testen, Shake-Veranstaltungen zu simulieren. Es täuscht die Kamera-API, indem man Ihnen ein Bild von Ihrer Festplatte auszuwählen. Welligkeit können, die Sie mehr auf Ihren benutzerdefinierten Code, anstatt sich Gedanken über Cordova Plugins konzentrieren. Erfahren Sie mehr über Ripple hier: <http://ripple.incubator.apache.org/>
 
 ## Weinre
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/edge/guide/overview/index.md
----------------------------------------------------------------------
diff --git a/www/docs/de/edge/guide/overview/index.md b/www/docs/de/edge/guide/overview/index.md
index 09dbe9a..7614da5 100644
--- a/www/docs/de/edge/guide/overview/index.md
+++ b/www/docs/de/edge/guide/overview/index.md
@@ -30,7 +30,7 @@ Verwenden Sie Apache Cordova, falls Sie sind:
 
 *   mobile Entwickler und wollen eine Anwendung über mehrere Plattformen hinweg zu erweitern, ohne es erneut mit Sprache und Tool jede Plattform implementieren festgelegt.
 
-*   <a href="../../cordova/storage/storage.html">Speicher</a>n Portale, Webentwickler und wollen eine Webanwendung bereitstellen, die für den Vertrieb in verschiedenen app gepackt ist.
+*   Speichern Portale, Webentwickler und wollen eine Webanwendung bereitstellen, die für den Vertrieb in verschiedenen app gepackt ist.
 
 *   mobile Entwickler interessiert mischen systemeigene Anwendungskomponenten mit einer *WebView* (spezielle Browser-Fenster), die auf Geräteebene APIs, zugreifen kann oder wollen Sie eine Plugin-Schnittstelle zwischen systemeigenen und WebView Komponenten entwickeln.
 
@@ -42,7 +42,7 @@ Apache-Cordova-Anwendungen basieren auf einer gemeinsamen `config.xml` -Datei, e
 
 Die Anwendung selbst wird als eine Web-Seite implementiert, standardmäßig eine lokale Datei mit dem Namen *index.html*, die verweist was CSS, JavaScript, Bilder, Mediendateien oder andere Ressourcen sind notwendig für die Ausführung. Die app führt als ein *WebView* in der Ausgangsanwendung-Wrapper, die Sie auf app Stores zu verteilen.
 
-Der Cordova-fähigen WebView kann die Anwendung mit der gesamten <a href="../next/index.html">Benutzeroberfläche</a> bereitstellen. Auf einigen Plattformen kann es auch eine Komponente innerhalb einer größeren, Hybridanwendung sein, die die WebView mit nativen Komponenten mischt. (Siehe Einbettung Webansichten für Details.)
+Der Cordova-fähigen WebView kann die Anwendung mit der gesamten Benutzeroberfläche bereitstellen. Auf einigen Plattformen kann es auch eine Komponente innerhalb einer größeren, Hybridanwendung sein, die die WebView mit nativen Komponenten mischt. (Siehe Einbettung Webansichten für Details.)
 
 Eine *Plugin* -Schnittstelle steht für Cordova und systemeigenen Komponenten miteinander kommunizieren. Dadurch können mit systemeigenen Code aus JavaScript aufrufen. Im Idealfall sind die JavaScript-APIs für systemeigenen Code konsistent mehrere Geräteplattformen. Ab der Version 3.0 bieten Plugins Bindungen an standard-Device-APIs. Drittanbieter Plug-ins bieten zusätzliche Bindungen an Funktionen nicht notwendigerweise auf allen Plattformen. Sie können finden diese Drittanbieter Plug-ins in der [Plugin-Registry][3] und in Ihrer Anwendung verwenden. Sie können auch eigene Plugins entwickeln, wie in der Plugin-Entwicklung-Handbuch beschrieben. Plugins, z. B. möglicherweise erforderlich für die Kommunikation zwischen Cordova und benutzerdefinierte systemeigenen Komponenten.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/edge/guide/platforms/amazonfireos/config.md
----------------------------------------------------------------------
diff --git a/www/docs/de/edge/guide/platforms/amazonfireos/config.md b/www/docs/de/edge/guide/platforms/amazonfireos/config.md
index 0885102..36dde42 100644
--- a/www/docs/de/edge/guide/platforms/amazonfireos/config.md
+++ b/www/docs/de/edge/guide/platforms/amazonfireos/config.md
@@ -24,7 +24,7 @@ Die `config.xml` Datei steuert eine app-Grundeinstellungen, die für jede Anwend
 
  [1]: config_ref_index.md.html#The%20config.xml%20File
 
-*   `KeepRunning`(Boolean, wird standardmäßig auf `true` ): bestimmt, ob die Anwendung bleibt auch nach im Hintergrund läuft ein `<a href="../../../cordova/events/events.pause.html">pause</a>` -Ereignis ausgelöst. Diese `false` tötet nicht die app nach einem `<a href="../../../cordova/events/events.pause.html">pause</a>` Ereignis, sondern einfach hält Ausführung von Code innerhalb der Webview Cordova, während die app im Hintergrund ist.
+*   `KeepRunning`(Boolean, wird standardmäßig auf `true` ): bestimmt, ob die Anwendung bleibt auch nach im Hintergrund läuft ein `pause` -Ereignis ausgelöst. Diese `false` tötet nicht die app nach einem `pause` Ereignis, sondern einfach hält Ausführung von Code innerhalb der Webview Cordova, während die app im Hintergrund ist.
     
         <preference name="KeepRunning" value="false"/>
         

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/edge/guide/platforms/amazonfireos/index.md
----------------------------------------------------------------------
diff --git a/www/docs/de/edge/guide/platforms/amazonfireos/index.md b/www/docs/de/edge/guide/platforms/amazonfireos/index.md
index e2e06b0..2df0c8c 100644
--- a/www/docs/de/edge/guide/platforms/amazonfireos/index.md
+++ b/www/docs/de/edge/guide/platforms/amazonfireos/index.md
@@ -24,9 +24,9 @@ Diese Anleitung zeigt Ihre Entwicklungsumgebung SDK einrichten, Cordova apps fü
 
 Finden Sie im folgenden detaillierte Plattform-spezifischen Informationen:
 
-*   <a href="config.html">Amazon Fire OS Konfiguration</a>
-*   <a href="webview.html">Amazon Fire OS Webansichten für</a>
-*   <a href="plugin.html">Amazon Fire OS Plugins</a>
+*   Amazon Fire OS Konfiguration
+*   Amazon Fire OS Webansichten für
+*   Amazon Fire OS Plugins
 
 ## Einführung
 
@@ -41,7 +41,7 @@ Weitere Informationen über die Amazon-WebView-API finden Sie im Amazon-Entwickl
 
 Entwicklung von Cordova apps für Amazon Fire OS erfordert die Installation einer Vielzahl von Support-Dateien, einschließlich alles für Android Entwicklung, als auch die Amazon-WebView-SDK. Überprüfen Sie die Liste unten für die erforderlichen Installationen:
 
-*   <a href="../../cli/index.html">Die Befehlszeilenschnittstelle</a>
+*   Die Befehlszeilenschnittstelle
 *   [Android SDK][3]
 *   [Apache Ant][4]
 *   [Amazon WebView SDK][1]
@@ -95,9 +95,9 @@ So ändern Sie die PATH-Umgebung unter Windows:
         ;C:\Development\adt-bundle\sdk\platform-tools;C:\Development\adt-bundle\sdk\tools;C:\Development\apache-ant\bin
         
 
-*   <a href="../../../cordova/storage/storage.html">Speicher</a>n Sie den Wert und schließen Sie beide Dialogfelder zu.
+*   Speichern Sie den Wert und schließen Sie beide Dialogfelder zu.
 
-*   Auch müssen Sie Java aktivieren. Öffnen Sie eine Eingabeaufforderung und geben `java` , wenn es nicht ausgeführt wird, fügen Sie den <a href="../../../cordova/storage/storage.html">Speicher</a>ort der Java-Binärdateien an Ihren Weg auch. Stellen Sie sicher, dass %JAVA_HOME% auf installierte JDK-Verzeichnis verweist. Sie müssen möglicherweise JAVA_HOME Umgebung Variable separat hinzufügen.
+*   Auch müssen Sie Java aktivieren. Öffnen Sie eine Eingabeaufforderung und geben `java` , wenn es nicht ausgeführt wird, fügen Sie den Speicherort der Java-Binärdateien an Ihren Weg auch. Stellen Sie sicher, dass %JAVA_HOME% auf installierte JDK-Verzeichnis verweist. Sie müssen möglicherweise JAVA_HOME Umgebung Variable separat hinzufügen.
     
         ; %JAVA_HOME%\bin
         

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/edge/guide/platforms/amazonfireos/plugin.md
----------------------------------------------------------------------
diff --git a/www/docs/de/edge/guide/platforms/amazonfireos/plugin.md b/www/docs/de/edge/guide/platforms/amazonfireos/plugin.md
index f64de77..f3b7543 100644
--- a/www/docs/de/edge/guide/platforms/amazonfireos/plugin.md
+++ b/www/docs/de/edge/guide/platforms/amazonfireos/plugin.md
@@ -20,7 +20,7 @@ license: >
 
 # Amazon Fire OS Plugins
 
-Folgen Sie den Anweisungen im Handbuch für das <a href="../android/plugin.html">Android Plugins</a> für einen Überblick über die Entwicklung von benutzerdefinierten Plugins.
+Folgen Sie den Anweisungen im Handbuch für das Android Plugins für einen Überblick über die Entwicklung von benutzerdefinierten Plugins.
 
 ## Echo Amazon Fire OS Plugin Beispiel
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/edge/guide/platforms/android/config.md
----------------------------------------------------------------------
diff --git a/www/docs/de/edge/guide/platforms/android/config.md b/www/docs/de/edge/guide/platforms/android/config.md
index 2a6e4ef..6b4f0a9 100644
--- a/www/docs/de/edge/guide/platforms/android/config.md
+++ b/www/docs/de/edge/guide/platforms/android/config.md
@@ -24,7 +24,7 @@ Die `config.xml` Datei steuert eine app-Grundeinstellungen, die für jede Anwend
 
  [1]: config_ref_index.md.html#The%20config.xml%20File
 
-*   `KeepRunning`(Boolean, wird standardmäßig auf `true` ): bestimmt, ob die Anwendung bleibt auch nach im Hintergrund läuft ein `<a href="../../../cordova/events/events.pause.html">pause</a>` -Ereignis ausgelöst. Diese `false` tötet nicht die app nach einem `<a href="../../../cordova/events/events.pause.html">pause</a>` Ereignis, sondern einfach hält Ausführung von Code innerhalb der Webview Cordova, während die app im Hintergrund ist.
+*   `KeepRunning`(Boolean, wird standardmäßig auf `true` ): bestimmt, ob die Anwendung bleibt auch nach im Hintergrund läuft ein `pause` -Ereignis ausgelöst. Diese `false` tötet nicht die app nach einem `pause` Ereignis, sondern einfach hält Ausführung von Code innerhalb der Webview Cordova, während die app im Hintergrund ist.
     
         <preference name="KeepRunning" value="false"/>
         
@@ -44,7 +44,7 @@ Die `config.xml` Datei steuert eine app-Grundeinstellungen, die für jede Anwend
         <preference name="SplashScreenDelay" value="10000"/>
         
 
-*   `InAppBrowserStorageEnabled`(Boolean, wird standardmäßig auf `true` ): Steuerelemente ob Seiten innerhalb einer InAppBrowser geöffnet können Zugriff auf die gleichen LocalStorage und WebSQL <a href="../../../cordova/storage/storage.html">Speicher</a> als Seiten mit Standardbrowser geöffnet.
+*   `InAppBrowserStorageEnabled`(Boolean, wird standardmäßig auf `true` ): Steuerelemente ob Seiten innerhalb einer InAppBrowser geöffnet können Zugriff auf die gleichen LocalStorage und WebSQL Speicher als Seiten mit Standardbrowser geöffnet.
     
         <preference name="InAppBrowserStorageEnabled" value="true"/>
         

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/edge/guide/platforms/android/index.md
----------------------------------------------------------------------
diff --git a/www/docs/de/edge/guide/platforms/android/index.md b/www/docs/de/edge/guide/platforms/android/index.md
index 166cec0..f216fd2 100644
--- a/www/docs/de/edge/guide/platforms/android/index.md
+++ b/www/docs/de/edge/guide/platforms/android/index.md
@@ -20,7 +20,7 @@ license: >
 
 # Android-Plattform-Guide
 
-Diese Anleitung zeigt wie Ihr SDK-Umgebung einrichten, um Cordova apps für Android-Geräte bereitzustellen sowie optional mithilfe von Befehlszeilentools Android-zentrierte in Ihrem Entwicklungs-Workflow. Sie müssen installieren Sie das Android SDK unabhängig davon, ob Sie für die Entwicklung dieser Plattform-zentrierte Shell-Werkzeugen oder plattformübergreifende Cordova CLI verwenden möchten. Einen Vergleich der zwei Entwicklungswege finden Sie in der <a href="../../overview/index.html">Übersicht</a>. Details über die CLI finden Sie unter The Command-Line Interface.
+Diese Anleitung zeigt wie Ihr SDK-Umgebung einrichten, um Cordova apps für Android-Geräte bereitzustellen sowie optional mithilfe von Befehlszeilentools Android-zentrierte in Ihrem Entwicklungs-Workflow. Sie müssen installieren Sie das Android SDK unabhängig davon, ob Sie für die Entwicklung dieser Plattform-zentrierte Shell-Werkzeugen oder plattformübergreifende Cordova CLI verwenden möchten. Einen Vergleich der zwei Entwicklungswege finden Sie in der Übersicht. Details über die CLI finden Sie unter The Command-Line Interface.
 
 ## Anforderungen und Unterstützung
 
@@ -52,7 +52,7 @@ Wenn Sie auf Windows installieren, müssen Sie auch `JAVA_HOME` -Umgebungsvariab
 
 ## Das Android SDK installieren
 
-Installieren Sie [Android eigenständige SDK Tools][5] oder das [Android-Studio][6]. Procceed mit `Android-Studio` Wenn Sie planen, entwickeln neue Cordova für <a href="plugin.html">Android Plugins</a> oder Verwenden von systemeigenen Tools ausführen und Debuggen der Android-Plattform. Andernfalls sind `Android Stand-Alone-SDK-Tools` genug, um erstellen und Bereitstellen von Android-Anwendung.
+Installieren Sie [Android eigenständige SDK Tools][5] oder das [Android-Studio][6]. Procceed mit `Android-Studio` Wenn Sie planen, entwickeln neue Cordova für Android Plugins oder Verwenden von systemeigenen Tools ausführen und Debuggen der Android-Plattform. Andernfalls sind `Android Stand-Alone-SDK-Tools` genug, um erstellen und Bereitstellen von Android-Anwendung.
 
  [5]: http://developer.android.com/sdk/installing/index.html?pkg=tools
  [6]: http://developer.android.com/sdk/installing/index.html?pkg=studio
@@ -84,7 +84,7 @@ So ändern Sie die `PATH` -Umgebung unter Windows:
         ;C:\Development\android-sdk\platform-tools;C:\Development\android-sdk\tools
         
 
-6.  <a href="../../../cordova/storage/storage.html">Speicher</a>n Sie den Wert und schließen Sie beide Dialogfelder zu.
+6.  Speichern Sie den Wert und schließen Sie beide Dialogfelder zu.
 
 ## SDK-Pakete installieren
 
@@ -267,7 +267,7 @@ Sie können sind eingestellt jetzt bauen und führen Sie die Anwendung direkt vo
 
  [21]: img/guide/platforms/android/asdk_import_done.png
 
-Finden Sie unter [<a href="../../overview/index.html">Übersicht</a> über Android-Studio][22] und und [erstellen und Ausführen von Android-Studio][23] für weitere Details.
+Finden Sie unter [Übersicht über Android-Studio][22] und und [erstellen und Ausführen von Android-Studio][23] für weitere Details.
 
  [22]: http://developer.android.com/tools/studio/index.html
  [23]: http://developer.android.com/tools/building/building-studio.html
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/edge/guide/platforms/android/plugin.md
----------------------------------------------------------------------
diff --git a/www/docs/de/edge/guide/platforms/android/plugin.md b/www/docs/de/edge/guide/platforms/android/plugin.md
index ca30fa2..21fd434 100644
--- a/www/docs/de/edge/guide/platforms/android/plugin.md
+++ b/www/docs/de/edge/guide/platforms/android/plugin.md
@@ -24,7 +24,7 @@ Dieser Abschnitt enthält Informationen für das native Plugin-Code auf der Andr
 
  [1]: https://github.com/apache/cordova-android/blob/master/framework/src/org/apache/cordova/CordovaPlugin.java
 
-Android Plugins basieren auf Cordova-Android, bestehend aus einem Android WebView mit Haken verbunden. Plugins werden dargestellt als Klasse Zuordnungen in der `config.xml` Datei. Eine Plugin besteht aus mindestens einer Java-Klasse, die erweitert die `CordovaPlugin` -Klasse überschreiben eines seiner `execute` Methoden. Als beste Praxis, das Plugin sollte auch behandeln, `<a href="../../../cordova/events/events.pause.html">pause</a>` und `<a href="../../../cordova/events/events.resume.html">resume</a>` <a href="../../../cordova/events/events.html">Veranstaltungen</a>, zusammen mit jeder Nachrichtenaustausch zwischen Plugins. Plugins mit lang andauernden Anfragen, Hintergrundaktivitäten wie Medienwiedergabe, Zuhörer oder internen Zustand sollten Implementieren der `onReset()` -Methode. Es wird ausgeführt, wenn die `WebView` navigiert zu einer neuen Seite oder Aktualisierungen, die das JavaScript lädt.
+Android Plugins basieren auf Cordova-Android, bestehend aus einem Android WebView mit Haken verbunden. Plugins werden dargestellt als Klasse Zuordnungen in der `config.xml` Datei. Eine Plugin besteht aus mindestens einer Java-Klasse, die erweitert die `CordovaPlugin` -Klasse überschreiben eines seiner `execute` Methoden. Als beste Praxis, das Plugin sollte auch behandeln, `pause` und `resume` Veranstaltungen, zusammen mit jeder Nachrichtenaustausch zwischen Plugins. Plugins mit lang andauernden Anfragen, Hintergrundaktivitäten wie Medienwiedergabe, Zuhörer oder internen Zustand sollten Implementieren der `onReset()` -Methode. Es wird ausgeführt, wenn die `WebView` navigiert zu einer neuen Seite oder Aktualisierungen, die das JavaScript lädt.
 
 ## Plugin-Klasse Zuordnung
 
@@ -80,7 +80,7 @@ Wann Abfangen von Ausnahmen und Fehler zurückgeben, ist es wichtig aus Gründen
 
 ## Threading
 
-Das Plugin-JavaScript ist *nicht* führen Sie in der Haupt-Thread der die `WebView` Schnittstelle; stattdessen läuft auf die `WebCore` thread, wie die `execute` Methode. Wenn Sie mit der <a href="../../next/index.html">Benutzeroberfläche</a> interagieren müssen, verwenden Sie die folgende Variante:
+Das Plugin-JavaScript ist *nicht* führen Sie in der Haupt-Thread der die `WebView` Schnittstelle; stattdessen läuft auf die `WebCore` thread, wie die `execute` Methode. Wenn Sie mit der Benutzeroberfläche interagieren müssen, verwenden Sie die folgende Variante:
 
         @Override
         public boolean execute(String action, JSONArray args, final CallbackContext callbackContext) throws JSONException {

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/edge/guide/platforms/android/tools.md
----------------------------------------------------------------------
diff --git a/www/docs/de/edge/guide/platforms/android/tools.md b/www/docs/de/edge/guide/platforms/android/tools.md
index 0c28ebd..b0a62e3 100644
--- a/www/docs/de/edge/guide/platforms/android/tools.md
+++ b/www/docs/de/edge/guide/platforms/android/tools.md
@@ -20,7 +20,7 @@ license: >
 
 # Android Shell Tool Guide
 
-Diese Anleitung zeigt wie Cordovas Satz von Plattform-zentrierte Shell Tools verwenden, um Android apps zu entwickeln. Dieser Entwicklungspfad, diskutiert in der <a href="../../overview/index.html">Übersicht</a>, möglicherweise einen größeren Bereich von Entwicklungsoptionen als das Cross-Plattform-CLI-Tool beschrieben in The Command-Line Interface anbieten. Beispielsweise müssen Sie Shell-Hilfsmittel zu verwenden, wenn Sie eine benutzerdefinierte Cordova WebView neben systemeigenen Komponenten bereitstellen. Vor der Verwendung von entweder Entwicklungsweg, müssen Sie zuerst die Android SDK-Umgebung konfigurieren, wie in der Android-Plattform-Handbuch beschrieben.
+Diese Anleitung zeigt wie Cordovas Satz von Plattform-zentrierte Shell Tools verwenden, um Android apps zu entwickeln. Dieser Entwicklungspfad, diskutiert in der Übersicht, möglicherweise einen größeren Bereich von Entwicklungsoptionen als das Cross-Plattform-CLI-Tool beschrieben in The Command-Line Interface anbieten. Beispielsweise müssen Sie Shell-Hilfsmittel zu verwenden, wenn Sie eine benutzerdefinierte Cordova WebView neben systemeigenen Komponenten bereitstellen. Vor der Verwendung von entweder Entwicklungsweg, müssen Sie zuerst die Android SDK-Umgebung konfigurieren, wie in der Android-Plattform-Handbuch beschrieben.
 
 Zum Aktivieren der Shell-Hilfsmittel für Android download Cordova von [cordova.apache.org][1]. Der Download enthält separate Archiv für jede Plattform. Erweitern Sie jedes Ziel, soll `android` in diesem Fall. Die entsprechenden Tools stehen in der Regel in den übergeordneten `bin` Verzeichnis, sonst finden Sie in der **README** -Datei für detailliertere Wegbeschreibung.
 
@@ -183,7 +183,7 @@ Diese [Eigenschaften][3] können festgelegt werden, um den Build anzupassen:
 
 Wenn Sie `build.gradle`anpassen, anstatt direkt bearbeiten müssen, sollten Sie eine Geschwister-Datei mit dem Namen `Build-extras.gradle`erstellen. Diese Datei wird von den wichtigsten `build.gradle` wenn vorhanden enthalten sein. Hier ist ein Beispiel:
 
-    # <a href="../../../cordova/storage/storage.opendatabase.html">Example</a> build-extras.gradle
+    # Example build-extras.gradle
     # This file is included at the beginning of `build.gradle`
     ext.cdvDebugSigningPropertiesFile = '../../android-debug-keys.properties'
     # When set, this function allows code to run at the end of `build.gradle`

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/edge/guide/platforms/android/upgrade.md
----------------------------------------------------------------------
diff --git a/www/docs/de/edge/guide/platforms/android/upgrade.md b/www/docs/de/edge/guide/platforms/android/upgrade.md
index 7210140..4c7aca3 100644
--- a/www/docs/de/edge/guide/platforms/android/upgrade.md
+++ b/www/docs/de/edge/guide/platforms/android/upgrade.md
@@ -18,7 +18,7 @@ license: >
     under the License.
 ---
 
-# <a href="upgrading.html">Aktualisierung von Android</a>
+# Aktualisierung von Android
 
 Diese Anleitung zeigt, wie Android Projekte Upgrade von älteren Versionen von Cordova ändern. Die meisten diese Anweisungen gelten für Projekte, die mit einer älteren Befehlszeilentools, die vorangehen erstellt die `cordova` CLI-Hilfsprogramm. Informationen finden Sie unter The Command-Line Interface die CLI-Version zu aktualisieren.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/edge/guide/platforms/android/webview.md
----------------------------------------------------------------------
diff --git a/www/docs/de/edge/guide/platforms/android/webview.md b/www/docs/de/edge/guide/platforms/android/webview.md
index 4866d37..712d574 100644
--- a/www/docs/de/edge/guide/platforms/android/webview.md
+++ b/www/docs/de/edge/guide/platforms/android/webview.md
@@ -22,7 +22,7 @@ license: >
 
 Diese Anleitung zeigt, wie eine Cordova-fähigen WebView Komponente innerhalb einer größeren Android Anwendung einbetten. Details darüber, wie diese Komponenten miteinander kommunizieren können finden Sie unter Application Plugins.
 
-Wenn Sie mit Android nicht vertraut sind, sollten Sie zunächst machen Sie sich vertraut mit der <a href="index.html">Android-Plattform-Guide</a> und haben die neuesten Android SDK installiert, bevor Sie versuchen die ungewöhnlicheren Entwicklungsoption einen WebView-Einbettung. Beginnend mit Cordova 1,9, die Android-Plattform setzt auf eine `CordovaWebView` -Komponente, die auf ein Vermächtnis baut `CordovaActivity` Komponente, die vor der 1.9 Version stammt.
+Wenn Sie mit Android nicht vertraut sind, sollten Sie zunächst machen Sie sich vertraut mit der Android-Plattform-Guide und haben die neuesten Android SDK installiert, bevor Sie versuchen die ungewöhnlicheren Entwicklungsoption einen WebView-Einbettung. Beginnend mit Cordova 1,9, die Android-Plattform setzt auf eine `CordovaWebView` -Komponente, die auf ein Vermächtnis baut `CordovaActivity` Komponente, die vor der 1.9 Version stammt.
 
 1.  Um diese Anweisungen befolgen, stellen Sie sicher, dass Sie die neueste Cordova-Verteilung. Von [cordova.apache.org][1] herunterladen Sie und entpacken Sie das Android-Paket.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/edge/guide/platforms/blackberry/index.md
----------------------------------------------------------------------
diff --git a/www/docs/de/edge/guide/platforms/blackberry/index.md b/www/docs/de/edge/guide/platforms/blackberry/index.md
index 09b7d4b..179392c 100644
--- a/www/docs/de/edge/guide/platforms/blackberry/index.md
+++ b/www/docs/de/edge/guide/platforms/blackberry/index.md
@@ -23,9 +23,9 @@ license: >
 Diese Anleitung zeigt Ihnen wie ein SDK-Umfeld zu Zielanwendungen für die BlackBerry-Plattform vor Version 10 eingerichtet. Wenn Sie die aktuellste Version ansprechen möchten, finden Sie im BlackBerry-10-Plattform-Guide. Finden Sie im folgenden detaillierte Plattform-spezifischen Informationen:
 
 *   BlackBerry Configuration
-*   <a href="upgrading.html">Aktualisieren der BlackBerry</a>
-*   <a href="plugin.html">BlackBerry-Plugins</a>
-*   <a href="tools.html">BlackBerry-Befehlszeilentools</a>
+*   Aktualisieren der BlackBerry
+*   BlackBerry-Plugins
+*   BlackBerry-Befehlszeilentools
 
 Die Befehlszeilentools, die oben beziehen sich auf Versionen vor 3.0 Cordova. Informationen über die aktuelle Schnittstelle finden Sie unter The Command-Line Interface.
 
@@ -76,7 +76,7 @@ Herunterladen Sie und extrahieren Sie die neueste Kopie von [Cordova][1].
 
 *   Es ist ein Verzeichnis für jede Plattform, Cordova unterstützt. Navigieren Sie zu dem `blackberry` Verzeichnis.
 
-*   Das `blackberry` Verzeichnis enthält mehrere Unterverzeichnisse. Das `example` -Verzeichnis enthält ein komplettes Cordova-Projekt. Kopie der `example` Verzeichnis an einen anderen <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrem Computer, und dorthin navigieren.
+*   Das `blackberry` Verzeichnis enthält mehrere Unterverzeichnisse. Das `example` -Verzeichnis enthält ein komplettes Cordova-Projekt. Kopie der `example` Verzeichnis an einen anderen Speicherort auf Ihrem Computer, und dorthin navigieren.
 
 *   Bearbeiten Sie die `project.properties` Datei im WebWorks-SDK angeben Sie verwenden. Hier sind beispielsweise die jeweiligen Einstellungen für BlackBerry PlayBook, BlackBerry-Smartphone (OS5-7) oder BlackBerry 10 (QNX):
     

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/edge/guide/platforms/blackberry/plugin.md
----------------------------------------------------------------------
diff --git a/www/docs/de/edge/guide/platforms/blackberry/plugin.md b/www/docs/de/edge/guide/platforms/blackberry/plugin.md
index 42b09db..ef19670 100644
--- a/www/docs/de/edge/guide/platforms/blackberry/plugin.md
+++ b/www/docs/de/edge/guide/platforms/blackberry/plugin.md
@@ -20,7 +20,7 @@ license: >
 
 # BlackBerry-Plugins
 
-Diese Anleitung zeigt, wie ein Echo-Plugin auf BlackBerry zu entwickeln. Die <a href="../../hybrid/plugins/index.html">Plugin-Entwicklung-Guide</a> bietet einen umfassenden Überblick, mit dem Sie bereits vertraut sein sollten, und dieser Anleitung nimmt wo es aufhört. Darüber hinaus das [Cordova BlackBerry-Repository][1] herunterladen.
+Diese Anleitung zeigt, wie ein Echo-Plugin auf BlackBerry zu entwickeln. Die Plugin-Entwicklung-Guide bietet einen umfassenden Überblick, mit dem Sie bereits vertraut sein sollten, und dieser Anleitung nimmt wo es aufhört. Darüber hinaus das [Cordova BlackBerry-Repository][1] herunterladen.
 
  [1]: https://git-wip-us.apache.org/repos/asf?p=cordova-blackberry-webworks.git;a=summary
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[50/51] [partial] docs commit: Reverting autolinking change because of inconsistencies.

Posted by db...@apache.org.
http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/config_ref/images.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/config_ref/images.md b/www/docs/de/3.1.0/config_ref/images.md
index fc6c5a1..4f4cf6c 100644
--- a/www/docs/de/3.1.0/config_ref/images.md
+++ b/www/docs/de/3.1.0/config_ref/images.md
@@ -24,7 +24,7 @@ In diesem Abschnitt veranschaulicht, wie einer app-Symbol und optionale Splash-S
 
 ## Symbole in der CLI konfigurieren
 
-Bei der Arbeit im CLI Icon-Quellcode-<a href="../cordova/file/fileobj/fileobj.html">Datei</a>en liegen in verschiedenen plattformspezifischen Unterverzeichnissen im Rahmen des Projektes `www/res/icons` Verzeichnis. Neu erstellte Projekte verfügen über einen Standardsatz von Cordova Symbole für Sie für die Plattformen ersetzen möchten Sie als Ziel.
+Bei der Arbeit im CLI Icon-Quellcode-Dateien liegen in verschiedenen plattformspezifischen Unterverzeichnissen im Rahmen des Projektes `www/res/icons` Verzeichnis. Neu erstellte Projekte verfügen über einen Standardsatz von Cordova Symbole für Sie für die Plattformen ersetzen möchten Sie als Ziel.
 
 Android gibt Symbole für niedrige, mittlere, hohe und besonders hoher Auflösungen:
 
@@ -42,7 +42,7 @@ Die iOS-Plattform gibt 72 Pixel-quadratischen Icons für iPads und 57 Pixel Icon
         ios/icon-72.png
     
 
-Windows Phone gibt ein Standardsymbol 48 Pixel, zusammen mit verschiedenen <a href="../cordova/device/device.html">Gerät</a>en Hintergrund Fliesen Bilder beim Anwendungen darstellen:
+Windows Phone gibt ein Standardsymbol 48 Pixel, zusammen mit verschiedenen Geräten Hintergrund Fliesen Bilder beim Anwendungen darstellen:
 
         windows-phone/icon-48.png
         windows-phone/icon-62-tile.png
@@ -75,7 +75,7 @@ Android gibt sowohl Hochformat und Querformat Splash-Bildschirm-Images für nied
         android/screen-xhdpi-portrait.png
     
 
-Die iOS-Plattform gibt Varianten für iPhone/iPod und iPad, mit Varianten für Retina-Displays und verschiedenen Ausrichtungen. Die *568 h* -<a href="../cordova/file/fileobj/fileobj.html">Datei</a> ist für das iPhone 5 größer Bildschirm angepasst:
+Die iOS-Plattform gibt Varianten für iPhone/iPod und iPad, mit Varianten für Retina-Displays und verschiedenen Ausrichtungen. Die *568 h* -Datei ist für das iPhone 5 größer Bildschirm angepasst:
 
         ios/screen-ipad-landscape-2x.png
         ios/screen-ipad-landscape.png
@@ -115,11 +115,11 @@ In `config.xml` , fügen Sie die folgenden Einstellungen:
 
 Die erste Zeile legt das Bild fest als den Begrüßungsbildschirm anzuzeigen. Wenn Sie Ihr Bild alles andere als nennen, `splash.png` , müssen Sie diese Zeile ändern.
 
-Der zweiten Zeile wird die Verzögerung der Splashscreen in Millisekunden wie lange angezeigt wird. Um den Begrüßungsbildschirm zu entlassen, sobald die app erhält der `<a href="../cordova/events/events.deviceready.html">deviceready</a>` Veranstaltung, Aufruf der `navigator.splashscreen.hide()` Methode.
+Der zweiten Zeile wird die Verzögerung der Splashscreen in Millisekunden wie lange angezeigt wird. Um den Begrüßungsbildschirm zu entlassen, sobald die app erhält der `deviceready` Veranstaltung, Aufruf der `navigator.splashscreen.hide()` Methode.
 
 ## Splash-Screens für die iOS-Plattform
 
-Kopieren Sie Ihre Bildschirm-Splash-Images in des iOS-Projekts `Resources/splash` Verzeichnis. Fügen Sie nur die Bilder für die <a href="../cordova/device/device.html">Gerät</a>e, wie iPad oder iPhone unterstützen möchten. Die Größe der einzelnen Bilder sollten sein:
+Kopieren Sie Ihre Bildschirm-Splash-Images in des iOS-Projekts `Resources/splash` Verzeichnis. Fügen Sie nur die Bilder für die Geräte, wie iPad oder iPhone unterstützen möchten. Die Größe der einzelnen Bilder sollten sein:
 
 *   Default-568h@2x~iphone.png (640x1136 pixels)
 *   Default-Landscape@2x~ipad.png (2048 x 1496 Pixel)
@@ -131,7 +131,7 @@ Kopieren Sie Ihre Bildschirm-Splash-Images in des iOS-Projekts `Resources/splash
 
 ## Splash-Screens für die BlackBerry 10-Plattform
 
-Kopieren Sie Ihre Bildschirm-Splash-Images in des Projekts `res/screen/blackberry10` Verzeichnis. Die <a href="../cordova/file/fileobj/fileobj.html">Datei</a>namen sollten sein:
+Kopieren Sie Ihre Bildschirm-Splash-Images in des Projekts `res/screen/blackberry10` Verzeichnis. Die Dateinamen sollten sein:
 
 *   splash-1280x768.png (1280x768 pixels)
 *   splash-720x720.png (720x720 pixels)

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/config_ref/index.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/config_ref/index.md b/www/docs/de/3.1.0/config_ref/index.md
index 7fa18ea..34b67c9 100644
--- a/www/docs/de/3.1.0/config_ref/index.md
+++ b/www/docs/de/3.1.0/config_ref/index.md
@@ -18,21 +18,21 @@ license: >
     under the License.
 ---
 
-# Die <a href="../cordova/file/fileobj/fileobj.html">Datei</a> config.xml
+# Die Datei config.xml
 
-Zahlreiche Aspekte des Verhaltens einer app können mit einer globalen Konfigurationsdatei `config.xml` gesteuert werden, welche sich in der obersten Ebene des Web Asset Verzeichnisses zusammen mit der app-Homepage befindet. Diese plattformunabhängig XML-<a href="../cordova/file/fileobj/fileobj.html">Datei</a> wird basierend auf der W3C [Verpackt von Web-Anwendungen (Widgets)][1] Spezifikation formatiert, und erweitert, um die Kern-Cordova-API-Funktionen, Plugins und Plattform-spezifischen Einstellungen angeben.
+Zahlreiche Aspekte des Verhaltens einer app können mit einer globalen Konfigurationsdatei `config.xml` gesteuert werden, welche sich in der obersten Ebene des Web Asset Verzeichnisses zusammen mit der app-Homepage befindet. Diese plattformunabhängig XML-Datei wird basierend auf der W3C [Verpackt von Web-Anwendungen (Widgets)][1] Spezifikation formatiert, und erweitert, um die Kern-Cordova-API-Funktionen, Plugins und Plattform-spezifischen Einstellungen angeben.
 
  [1]: http://www.w3.org/TR/widgets/
 
-Für Projekte, die mit dem Cordova-CLI (beschrieben in Die Kommandozeilen-Schnittstelle) erstellt wurden, finden Sie diese <a href="../cordova/file/fileobj/fileobj.html">Datei</a> im `www` Verzeichnis der obersten Ebene. Mit dem CLI zum Erstellen eines Projekts regeneriert Versionen dieser <a href="../cordova/file/fileobj/fileobj.html">Datei</a> in verschiedenen Unterverzeichnissen innerhalb `platforms` . Wenn Sie die CLI zum Erstellen eines Projekts, aber dann verlagern Ihren Workflow auf ein SDK verwenden, dient die Plattform-spezifische <a href="../cordova/file/fileobj/fileobj.html">Datei</a> als Quelle.
+Für Projekte, die mit dem Cordova-CLI (beschrieben in Die Kommandozeilen-Schnittstelle) erstellt wurden, finden Sie diese Datei im `www` Verzeichnis der obersten Ebene. Mit dem CLI zum Erstellen eines Projekts regeneriert Versionen dieser Datei in verschiedenen Unterverzeichnissen innerhalb `platforms` . Wenn Sie die CLI zum Erstellen eines Projekts, aber dann verlagern Ihren Workflow auf ein SDK verwenden, dient die Plattform-spezifische Datei als Quelle.
 
 Dieser Abschnitt beschreibt globale und Cross-Plattform-Konfigurationsoptionen. Finden Sie in den folgenden Abschnitten für Plattform-spezifische Optionen:
 
-*   <a href="../guide/platforms/ios/config.html">iOS Konfiguration</a>
+*   iOS Konfiguration
 *   Android Konfiguration
 *   BlackBerry Konfiguration
 
-Neben der verschiedenen Konfigurationsoptionen unten können Sie auch eine Anwendung Kernsatz von Bildern für jede Zielplattform konfigurieren. Weitere Informationen finden Sie unter <a href="images.html">Symbole und Splash-Screens</a>.
+Neben der verschiedenen Konfigurationsoptionen unten können Sie auch eine Anwendung Kernsatz von Bildern für jede Zielplattform konfigurieren. Weitere Informationen finden Sie unter Symbole und Splash-Screens.
 
 ## Kern-Konfigurationselemente
 
@@ -41,7 +41,7 @@ In diesem Beispiel wird den Standardwert `config.xml` erzeugt durch der CLI `cre
         <widget id="com.example.hello" version="0.0.1">
             <name>HelloWorld</name>
             <description>
-                A sample Apache Cordova application that responds to the <a href="../cordova/events/events.deviceready.html">deviceready</a> event.
+                A sample Apache Cordova application that responds to the deviceready event.
             </description>
             <author email="dev@callback.apache.org" href="http://cordova.io">
                 Apache Cordova Team
@@ -55,17 +55,17 @@ In diesem Beispiel wird den Standardwert `config.xml` erzeugt durch der CLI `cre
 
 <!-- QUERY: is WebViewBounce superseded by DisallowOverscroll? -->
 
-Die folgenden Konfigurationselemente in der obersten Ebene angezeigt `config.xml` <a href="../cordova/file/fileobj/fileobj.html">Datei</a> und werden auf allen unterstützten Cordova-Plattformen unterstützt:
+Die folgenden Konfigurationselemente in der obersten Ebene angezeigt `config.xml` Datei und werden auf allen unterstützten Cordova-Plattformen unterstützt:
 
 *   Die `<widget>` des Elements `id` Attribut bietet die app-Reverse-Domänen-ID, und der `version` seine vollständige Versionsnummer in Major/Minor/Patch-Notation ausgedrückt.
 
-*   Die `<name>` Element gibt die app formalen Namen, wie er auf home-Bildschirm des <a href="../cordova/device/device.html">Gerät</a>s und im app-Store-Schnittstellen erscheint.
+*   Die `<name>` Element gibt die app formalen Namen, wie er auf home-Bildschirm des Geräts und im app-Store-Schnittstellen erscheint.
 
-*   Die `<description>` und `<author>` Elemente geben, <a href="../cordova/file/metadata/metadata.html">Metadaten</a> und <a href="../cordova/contacts/Contact/contact.html">Kontakt</a>informationen, die im app-Shop-Angebote angezeigt werden kann.
+*   Die `<description>` und `<author>` Elemente geben, Metadaten und Kontaktinformationen, die im app-Shop-Angebote angezeigt werden kann.
 
 *   Der optionale `<content>` -Element definiert die Anwendung Startseite in der obersten Ebene Webverzeichnis Vermögenswerte. Der Standardwert ist `index.html` , die üblicherweise in einem Projekt angezeigt wird, ist der obersten Ebene `www` Verzeichnis.
 
-*   `<access>`Elemente definieren den Satz der externen Domänen, die, denen die app erlaubt ist, zu kommunizieren. Der Standardwert, der oben gezeigten ermöglicht es, jeden beliebigen Server zugreifen. Finden Sie im Domain-<a href="../guide/appdev/whitelist/index.html">Whitelist-Guide</a> für Details.
+*   `<access>`Elemente definieren den Satz der externen Domänen, die, denen die app erlaubt ist, zu kommunizieren. Der Standardwert, der oben gezeigten ermöglicht es, jeden beliebigen Server zugreifen. Finden Sie im Domain-Whitelist-Guide für Details.
 
 *   Die `<preference>` Tag stellt verschiedene Optionen als Paare von `name` / `value` Attribute. Jede Vorliebe `name` ist case-insensitive. Viele Einstellungen sind nur für bestimmte Plattformen, wie oben auf dieser Seite aufgeführt. In den folgenden Abschnitten beschreiben die Einstellungen, die für mehrere Plattformen gelten.
 
@@ -83,7 +83,7 @@ Die folgenden globalen Einstellungen gelten für alle Plattformen:
         <preference name="Orientation" value="landscape" />
         
     
-    **Hinweis:** Die `default` Wert bedeutet *sowohl* quer- und Hochformat Ausrichtungen sind aktiviert. Wenn Sie Standardeinstellungen für jede Plattform (in der Regel Porträt nur) verwenden möchten, lassen Sie dieses Tag von der `config.xml` <a href="../cordova/file/fileobj/fileobj.html">Datei</a>. Verwendet außerdem BlackBerry `auto` anstelle von `default` in der `config.xml` <a href="../cordova/file/fileobj/fileobj.html">Datei</a>. Bei Angabe von `default` in der globalen `config.xml` , es übersetzt `auto` in den BlackBerry-Build.
+    **Hinweis:** Die `default` Wert bedeutet *sowohl* quer- und Hochformat Ausrichtungen sind aktiviert. Wenn Sie Standardeinstellungen für jede Plattform (in der Regel Porträt nur) verwenden möchten, lassen Sie dieses Tag von der `config.xml` Datei. Verwendet außerdem BlackBerry `auto` anstelle von `default` in der `config.xml` Datei. Bei Angabe von `default` in der globalen `config.xml` , es übersetzt `auto` in den BlackBerry-Build.
 
 ## Multi-Plattform-Einstellungen
 
@@ -94,7 +94,7 @@ Die folgenden Einstellungen gelten für mehrere Plattformen, jedoch nicht auf al
         <preference name="DisallowOverscroll" value="true"/>
         
     
-    Gilt für Android und iOS. Auf iOS, Overscroll Gesten Ursache Inhalt zurück an seine ursprüngliche <a href="../cordova/geolocation/Position/position.html">Position</a> gut zu machen. Auf Android produzieren sie ein subtiler Glüheffekt am oberen oder unteren Rand des Inhalts.
+    Gilt für Android und iOS. Auf iOS, Overscroll Gesten Ursache Inhalt zurück an seine ursprüngliche Position gut zu machen. Auf Android produzieren sie ein subtiler Glüheffekt am oberen oder unteren Rand des Inhalts.
 
 *   `BackgroundColor`: Die app-Hintergrundfarbe festgelegt. Unterstützt eine 4-Byte hex-Wert, mit dem ersten Byte, die den Alphakanal und standard-RGB-Werte für die folgenden drei Bytes. In diesem Beispiel gibt blau:
     
@@ -114,12 +114,12 @@ Die folgenden Einstellungen gelten für mehrere Plattformen, jedoch nicht auf al
 
 ## Die `<feature>` Element
 
-Wenn Sie die CLI verwenden, um Anwendungen zu erstellen, verwenden Sie den `plugin` Befehl <a href="../cordova/device/device.html">Gerät</a> APIs zu aktivieren. Dies ändert jedoch nicht die Top-Level- `config.xml` <a href="../cordova/file/fileobj/fileobj.html">Datei</a>, so dass die `<feature>` Element gilt nicht für Ihren Workflow. Wenn Sie direkt in ein SDK arbeiten und mit der Plattform-spezifischen `config.xml` <a href="../cordova/file/fileobj/fileobj.html">Datei</a> als Quelle, Sie verwenden die `<feature>` Tag auf Device-Ebene APIs und externe Plugins aktivieren. Sie werden in der Regel in dieser Form:
+Wenn Sie die CLI verwenden, um Anwendungen zu erstellen, verwenden Sie den `plugin` Befehl Gerät APIs zu aktivieren. Dies ändert jedoch nicht die Top-Level- `config.xml` Datei, so dass die `<feature>` Element gilt nicht für Ihren Workflow. Wenn Sie direkt in ein SDK arbeiten und mit der Plattform-spezifischen `config.xml` Datei als Quelle, Sie verwenden die `<feature>` Tag auf Device-Ebene APIs und externe Plugins aktivieren. Sie werden in der Regel in dieser Form:
 
         <feature name="Plugin" value="PluginID" />
     
 
-Sie erscheinen oft mit benutzerdefinierten Werte in plattformspezifischen `config.xml` <a href="../cordova/file/fileobj/fileobj.html">Datei</a>en. Hier ist beispielsweise die Device-API für Android Projekte angeben:
+Sie erscheinen oft mit benutzerdefinierten Werte in plattformspezifischen `config.xml` Dateien. Hier ist beispielsweise die Device-API für Android Projekte angeben:
 
         <feature name="Device">
             <param name="android-package" value="org.apache.cordova.device.Device" />

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/accelerometer/acceleration/acceleration.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/accelerometer/acceleration/acceleration.md b/www/docs/de/3.1.0/cordova/accelerometer/acceleration/acceleration.md
index 720fe1e..c7e9155 100644
--- a/www/docs/de/3.1.0/cordova/accelerometer/acceleration/acceleration.md
+++ b/www/docs/de/3.1.0/cordova/accelerometer/acceleration/acceleration.md
@@ -20,7 +20,7 @@ license: >
 
 # Beschleunigung
 
-Zu einem bestimmten Zeitpunkt erfasste `<a href="../accelerometer.html">Beschleunigungsmesser</a>`-Daten.
+Zu einem bestimmten Zeitpunkt erfasste `Beschleunigungsmesser`-Daten.
 
 ## Eigenschaften
 
@@ -31,7 +31,7 @@ Zu einem bestimmten Zeitpunkt erfasste `<a href="../accelerometer.html">Beschleu
 
 ## Beschreibung
 
-Ein `Acceleration` Objekt aufgefüllt und von jeder der APIs zurückgegebene `Accelerometer` Methoden. Beschleunigungswerte sind die Auswirkungen der Schwerkraft (9.81 m/s ^ 2), so dass wenn ein <a href="../../device/device.html">Gerät</a> flach und nach oben, *X*, *y liegt*, und *Z* -Werte zurückgegeben werden sollte `` , `` , und`9.81`.
+Ein `Acceleration` Objekt aufgefüllt und von jeder der APIs zurückgegebene `Accelerometer` Methoden. Beschleunigungswerte sind die Auswirkungen der Schwerkraft (9.81 m/s ^ 2), so dass wenn ein Gerät flach und nach oben, *X*, *y liegt*, und *Z* -Werte zurückgegeben werden sollte `` , `` , und`9.81`.
 
 ## Unterstützte Plattformen
 
@@ -55,7 +55,7 @@ Ein `Acceleration` Objekt aufgefüllt und von jeder der APIs zurückgegebene `Ac
         alert('onError!');
     };
     
-    navigator.<a href="../accelerometer.getCurrentAcceleration.html">accelerometer.getCurrentAcceleration</a>(onSuccess, onError);
+    navigator.accelerometer.getCurrentAcceleration(onSuccess, onError);
     
 
 ## Vollständiges Beispiel
@@ -63,19 +63,19 @@ Ein `Acceleration` Objekt aufgefüllt und von jeder der APIs zurückgegebene `Ac
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Acceleration <a href="../../storage/storage.opendatabase.html">Example</a></title>
+        <title>Acceleration Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
     
         // Wait for device API libraries to load
         //
-        document.<a href="../../inappbrowser/inappbrowser.html">addEventListener</a>("<a href="../../events/events.deviceready.html">deviceready</a>", onDeviceReady, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
     
         // device APIs are available
         //
         function onDeviceReady() {
-            navigator.<a href="../accelerometer.getCurrentAcceleration.html">accelerometer.getCurrentAcceleration</a>(onSuccess, onError);
+            navigator.accelerometer.getCurrentAcceleration(onSuccess, onError);
         }
     
         // onSuccess: Get a snapshot of the current acceleration
@@ -96,7 +96,7 @@ Ein `Acceleration` Objekt aufgefüllt und von jeder der APIs zurückgegebene `Ac
         </script>
       </head>
       <body>
-        <h1><a href="../../storage/storage.opendatabase.html">Example</a></h1>
+        <h1>Example</h1>
         <p>getCurrentAcceleration</p>
       </body>
     </html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/accelerometer/accelerometer.clearWatch.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/accelerometer/accelerometer.clearWatch.md b/www/docs/de/3.1.0/cordova/accelerometer/accelerometer.clearWatch.md
index 1822318..5ceea4a 100644
--- a/www/docs/de/3.1.0/cordova/accelerometer/accelerometer.clearWatch.md
+++ b/www/docs/de/3.1.0/cordova/accelerometer/accelerometer.clearWatch.md
@@ -25,7 +25,7 @@ Beenden, beobachten die `Acceleration` verwiesen wird, durch die `watchID` Param
     navigator.accelerometer.clearWatch(watchID);
     
 
-*   **WatchID**: die ID zurückgegebener`<a href="accelerometer.watchAcceleration.html">accelerometer.watchAcceleration</a>`.
+*   **WatchID**: die ID zurückgegebener`accelerometer.watchAcceleration`.
 
 ## Unterstützte Plattformen
 
@@ -38,7 +38,7 @@ Beenden, beobachten die `Acceleration` verwiesen wird, durch die `watchID` Param
 
 ## Kleines Beispiel
 
-    var watchID = navigator.<a href="accelerometer.watchAcceleration.html">accelerometer.watchAcceleration</a>(onSuccess, onError, options);
+    var watchID = navigator.accelerometer.watchAcceleration(onSuccess, onError, options);
     
     // ... later on ...
     
@@ -50,7 +50,7 @@ Beenden, beobachten die `Acceleration` verwiesen wird, durch die `watchID` Param
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Acceleration <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Acceleration Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
@@ -60,7 +60,7 @@ Beenden, beobachten die `Acceleration` verwiesen wird, durch die `watchID` Param
     
         // Wait for device API libraries to load
         //
-        document.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>("<a href="../events/events.deviceready.html">deviceready</a>", onDeviceReady, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
     
         // device APIs are available
         //
@@ -75,7 +75,7 @@ Beenden, beobachten die `Acceleration` verwiesen wird, durch die `watchID` Param
             // Update acceleration every 3 seconds
             var options = { frequency: 3000 };
     
-            watchID = navigator.<a href="accelerometer.watchAcceleration.html">accelerometer.watchAcceleration</a>(onSuccess, onError, options);
+            watchID = navigator.accelerometer.watchAcceleration(onSuccess, onError, options);
         }
     
         // Stop watching the acceleration

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/accelerometer/accelerometer.getCurrentAcceleration.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/accelerometer/accelerometer.getCurrentAcceleration.md b/www/docs/de/3.1.0/cordova/accelerometer/accelerometer.getCurrentAcceleration.md
index 61c2a77..b849943 100644
--- a/www/docs/de/3.1.0/cordova/accelerometer/accelerometer.getCurrentAcceleration.md
+++ b/www/docs/de/3.1.0/cordova/accelerometer/accelerometer.getCurrentAcceleration.md
@@ -20,16 +20,16 @@ license: >
 
 # accelerometer.getCurrentAcceleration
 
-Erhalten Sie die aktuelle <a href="acceleration/acceleration.html">Beschleunigung</a> entlang der *x-*, *y-*und *Z* -Achsen.
+Erhalten Sie die aktuelle Beschleunigung entlang der *x-*, *y-*und *Z* -Achsen.
 
-    navigator.accelerometer.getCurrentAcceleration(<a href="parameters/accelerometerSuccess.html">accelerometerSuccess</a>, <a href="parameters/accelerometerError.html">accelerometerError</a>);
+    navigator.accelerometer.getCurrentAcceleration(accelerometerSuccess, accelerometerError);
     
 
 ## Beschreibung
 
-Der <a href="acceleration/acceleration.html">Beschleunigung</a>smesser ist ein Bewegungssensor, der die Änderung (*Delta*) erkennt Bewegung im Verhältnis zu der aktuellen <a href="../device/device.html">Gerät</a>e-Orientierung in drei Dimensionen entlang der *x-*, *y-*und *Z* -Achse.
+Der Beschleunigungsmesser ist ein Bewegungssensor, der die Änderung (*Delta*) erkennt Bewegung im Verhältnis zu der aktuellen Geräte-Orientierung in drei Dimensionen entlang der *x-*, *y-*und *Z* -Achse.
 
-Diese <a href="acceleration/acceleration.html">Beschleunigung</a>swerte werden zurückgegeben die `<a href="parameters/accelerometerSuccess.html">accelerometerSuccess</a>` Callback-Funktion.
+Diese Beschleunigungswerte werden zurückgegeben die `accelerometerSuccess` Callback-Funktion.
 
 ## Unterstützte Plattformen
 
@@ -61,14 +61,14 @@ Diese <a href="acceleration/acceleration.html">Beschleunigung</a>swerte werden z
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Acceleration <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Acceleration Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
     
         // Wait for device API libraries to load
         //
-        document.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>("<a href="../events/events.deviceready.html">deviceready</a>", onDeviceReady, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
     
         // device APIs are available
         //
@@ -94,7 +94,7 @@ Diese <a href="acceleration/acceleration.html">Beschleunigung</a>swerte werden z
         </script>
       </head>
       <body>
-        <h1><a href="../storage/storage.opendatabase.html">Example</a></h1>
+        <h1>Example</h1>
         <p>getCurrentAcceleration</p>
       </body>
     </html>
@@ -102,8 +102,8 @@ Diese <a href="acceleration/acceleration.html">Beschleunigung</a>swerte werden z
 
 ## iOS Macken
 
-*   iOS erkennt nicht das Konzept die aktuelle <a href="acceleration/acceleration.html">Beschleunigung</a> zu einem bestimmten Zeitpunkt zu bekommen.
+*   iOS erkennt nicht das Konzept die aktuelle Beschleunigung zu einem bestimmten Zeitpunkt zu bekommen.
 
-*   Müssen Sie die <a href="acceleration/acceleration.html">Beschleunigung</a> zu sehen und erfassen die Daten zu bestimmten Zeitintervallen.
+*   Müssen Sie die Beschleunigung zu sehen und erfassen die Daten zu bestimmten Zeitintervallen.
 
 *   So die `getCurrentAcceleration` -Funktion führt zu den letzten Wert berichtet von einer `watchAccelerometer` rufen.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/accelerometer/accelerometer.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/accelerometer/accelerometer.md b/www/docs/de/3.1.0/cordova/accelerometer/accelerometer.md
index e054d94..9ee4fdd 100644
--- a/www/docs/de/3.1.0/cordova/accelerometer/accelerometer.md
+++ b/www/docs/de/3.1.0/cordova/accelerometer/accelerometer.md
@@ -18,29 +18,29 @@ license: >
     under the License.
 ---
 
-# <a href="acceleration/acceleration.html">Beschleunigung</a>smesser
+# Beschleunigungsmesser
 
-> Erfasst die Bewegung des <a href="../device/device.html">Gerät</a>s in der *x-*, *y-* und *Z*-Richtung.
+> Erfasst die Bewegung des Geräts in der *x-*, *y-* und *Z*-Richtung.
 
 ## Methoden
 
-*   <a href="accelerometer.getCurrentAcceleration.html">accelerometer.getCurrentAcceleration</a>
-*   <a href="accelerometer.watchAcceleration.html">accelerometer.watchAcceleration</a>
-*   <a href="accelerometer.clearWatch.html">accelerometer.clearWatch</a>
+*   accelerometer.getCurrentAcceleration
+*   accelerometer.watchAcceleration
+*   accelerometer.clearWatch
 
 ## Argumente
 
-*   <a href="parameters/accelerometerSuccess.html">accelerometerSuccess</a>
-*   <a href="parameters/accelerometerError.html">accelerometerError</a>
-*   <a href="parameters/accelerometerOptions.html">accelerometerOptions</a>
+*   accelerometerSuccess
+*   accelerometerError
+*   accelerometerOptions
 
 ## Objekte (schreibgeschützt)
 
-*   <a href="acceleration/acceleration.html">Beschleunigung</a>
+*   Beschleunigung
 
 ## Zugriff auf die Funktion
 
-Ab Version 3.0 implementiert Cordova <a href="../device/device.html">Gerät</a>eebene APIs als *Plugins*. Verwenden Sie den CLI `plugin` Befehl, welche im Command-Line Interface beschrieben ist, zum hinzufügen oder entfernen dieses Features für ein Projekt:
+Ab Version 3.0 implementiert Cordova Geräteebene APIs als *Plugins*. Verwenden Sie den CLI `plugin` Befehl, welche im Command-Line Interface beschrieben ist, zum hinzufügen oder entfernen dieses Features für ein Projekt:
 
         $ cordova plugin add org.apache.cordova.device-motion
         $ cordova plugin ls
@@ -87,4 +87,4 @@ Diese Befehle gelten für alle Zielplattformen, aber die plattformspezifischen K
 
  [1]: http://msdn.microsoft.com/en-us/library/ff769509%28v=vs.92%29.aspx
 
-Einige Plattformen können dieses Feature unterstützen ohne dass eine besondere Konfiguration notwendig ist. Siehe dazu *Plattform-Unterstützung* in der <a href="../../guide/overview/index.html">Übersicht</a>.
\ No newline at end of file
+Einige Plattformen können dieses Feature unterstützen ohne dass eine besondere Konfiguration notwendig ist. Siehe dazu *Plattform-Unterstützung* in der Übersicht.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/accelerometer/accelerometer.watchAcceleration.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/accelerometer/accelerometer.watchAcceleration.md b/www/docs/de/3.1.0/cordova/accelerometer/accelerometer.watchAcceleration.md
index 174aa6a..90a30b2 100644
--- a/www/docs/de/3.1.0/cordova/accelerometer/accelerometer.watchAcceleration.md
+++ b/www/docs/de/3.1.0/cordova/accelerometer/accelerometer.watchAcceleration.md
@@ -20,20 +20,20 @@ license: >
 
 # accelerometer.watchAcceleration
 
-Erhalten Sie in regelmäßigen Abständen die <a href="acceleration/acceleration.html">Beschleunigung</a> entlang der *x-*, *y-*und *Z* -Achse.
+Erhalten Sie in regelmäßigen Abständen die Beschleunigung entlang der *x-*, *y-*und *Z* -Achse.
 
-    var watchID = navigator.accelerometer.watchAcceleration(<a href="parameters/accelerometerSuccess.html">accelerometerSuccess</a>,
-                                                           <a href="parameters/accelerometerError.html">accelerometerError</a>,
-                                                           [<a href="parameters/accelerometerOptions.html">accelerometerOptions</a>]);
+    var watchID = navigator.accelerometer.watchAcceleration(accelerometerSuccess,
+                                                           accelerometerError,
+                                                           [accelerometerOptions]);
     
 
 ## Beschreibung
 
-Der <a href="acceleration/acceleration.html">Beschleunigung</a>smesser ist ein Bewegungssensor, der die Änderung (Delta) erkennt Bewegung relativ zur aktuellen <a href="../geolocation/Position/position.html">Position</a>. Der <a href="acceleration/acceleration.html">Beschleunigung</a>ssensor erkennt 3D Bewegung entlang der *x-*, *y-*und *Z* -Achse.
+Der Beschleunigungsmesser ist ein Bewegungssensor, der die Änderung (Delta) erkennt Bewegung relativ zur aktuellen Position. Der Beschleunigungssensor erkennt 3D Bewegung entlang der *x-*, *y-*und *Z* -Achse.
 
-Die `accelerometer.watchAcceleration` -Methode ruft das <a href="../device/device.html">Gerät</a> an den aktuellen `Acceleration` in regelmäßigen Abständen, Ausführung der `<a href="parameters/accelerometerSuccess.html">accelerometerSuccess</a>` Callback-Funktion jedes Mal. Gibt das Intervall in Millisekunden über die `acceleratorOptions` des Objekts `frequency` Parameter.
+Die `accelerometer.watchAcceleration` -Methode ruft das Gerät an den aktuellen `Acceleration` in regelmäßigen Abständen, Ausführung der `accelerometerSuccess` Callback-Funktion jedes Mal. Gibt das Intervall in Millisekunden über die `acceleratorOptions` des Objekts `frequency` Parameter.
 
-Das zurückgegebene ID Referenzen der <a href="acceleration/acceleration.html">Beschleunigung</a>smesser Uhr Intervall zu sehen und kann mit verwendet werden `<a href="accelerometer.clearWatch.html">accelerometer.clearWatch</a>` , beobachten den <a href="acceleration/acceleration.html">Beschleunigung</a>smesser zu stoppen.
+Das zurückgegebene ID Referenzen der Beschleunigungsmesser Uhr Intervall zu sehen und kann mit verwendet werden `accelerometer.clearWatch` , beobachten den Beschleunigungsmesser zu stoppen.
 
 ## Unterstützte Plattformen
 
@@ -67,7 +67,7 @@ Das zurückgegebene ID Referenzen der <a href="acceleration/acceleration.html">B
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Acceleration <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Acceleration Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
@@ -77,7 +77,7 @@ Das zurückgegebene ID Referenzen der <a href="acceleration/acceleration.html">B
     
         // Wait for device API libraries to load
         //
-        document.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>("<a href="../events/events.deviceready.html">deviceready</a>", onDeviceReady, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
     
         // device APIs are available
         //
@@ -99,7 +99,7 @@ Das zurückgegebene ID Referenzen der <a href="acceleration/acceleration.html">B
         //
         function stopWatch() {
             if (watchID) {
-                navigator.<a href="accelerometer.clearWatch.html">accelerometer.clearWatch</a>(watchID);
+                navigator.accelerometer.clearWatch(watchID);
                 watchID = null;
             }
         }
@@ -130,4 +130,4 @@ Das zurückgegebene ID Referenzen der <a href="acceleration/acceleration.html">B
 
 ## iOS Macken
 
-Die API ruft die Erfolg-Callback-Funktion im Intervall angefordert, aber schränkt den Bereich der Anforderungen an das <a href="../device/device.html">Gerät</a> zwischen 40ms und 1000ms. Beispielsweise wenn Sie ein Intervall von 3 Sekunden, (3000ms), beantragen die API fordert Daten vom <a href="../device/device.html">Gerät</a> jede Sekunde, aber nur den Erfolg-Rückruf führt alle 3 Sekunden.
\ No newline at end of file
+Die API ruft die Erfolg-Callback-Funktion im Intervall angefordert, aber schränkt den Bereich der Anforderungen an das Gerät zwischen 40ms und 1000ms. Beispielsweise wenn Sie ein Intervall von 3 Sekunden, (3000ms), beantragen die API fordert Daten vom Gerät jede Sekunde, aber nur den Erfolg-Rückruf führt alle 3 Sekunden.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/accelerometer/parameters/accelerometerError.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/accelerometer/parameters/accelerometerError.md b/www/docs/de/3.1.0/cordova/accelerometer/parameters/accelerometerError.md
index adaadc1..1448b3f 100644
--- a/www/docs/de/3.1.0/cordova/accelerometer/parameters/accelerometerError.md
+++ b/www/docs/de/3.1.0/cordova/accelerometer/parameters/accelerometerError.md
@@ -20,7 +20,7 @@ license: >
 
 # accelerometerError
 
-OnError Callback-Funktion für <a href="../acceleration/acceleration.html">Beschleunigung</a>sfunktionen.
+OnError Callback-Funktion für Beschleunigungsfunktionen.
 
     function() {
         // Handle the error

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/accelerometer/parameters/accelerometerOptions.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/accelerometer/parameters/accelerometerOptions.md b/www/docs/de/3.1.0/cordova/accelerometer/parameters/accelerometerOptions.md
index 2db26dd..795679a 100644
--- a/www/docs/de/3.1.0/cordova/accelerometer/parameters/accelerometerOptions.md
+++ b/www/docs/de/3.1.0/cordova/accelerometer/parameters/accelerometerOptions.md
@@ -20,7 +20,7 @@ license: >
 
 # accelerometerOptions
 
-Ein optionaler Parameter, um den Abruf der <a href="../acceleration/acceleration.html">Beschleunigung</a>swerte anzupassen.
+Ein optionaler Parameter, um den Abruf der Beschleunigungswerte anzupassen.
 
 ## Optionen
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/accelerometer/parameters/accelerometerSuccess.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/accelerometer/parameters/accelerometerSuccess.md b/www/docs/de/3.1.0/cordova/accelerometer/parameters/accelerometerSuccess.md
index 4adfff7..cf9eddb 100644
--- a/www/docs/de/3.1.0/cordova/accelerometer/parameters/accelerometerSuccess.md
+++ b/www/docs/de/3.1.0/cordova/accelerometer/parameters/accelerometerSuccess.md
@@ -20,7 +20,7 @@ license: >
 
 # accelerometerSuccess
 
-OnSuccess Callback-Funktion, die die `<a href="../acceleration/acceleration.html">Beschleunigung</a>` Informationen bereitstellt.
+OnSuccess Callback-Funktion, die die `Beschleunigung` Informationen bereitstellt.
 
     function(acceleration) {
         // Do something
@@ -29,7 +29,7 @@ OnSuccess Callback-Funktion, die die `<a href="../acceleration/acceleration.html
 
 ## Parameter
 
-*   **acceleration**: Die <a href="../acceleration/acceleration.html">Beschleunigung</a> in einem einzigen Moment der Zeit. (<a href="../acceleration/acceleration.html">Beschleunigung</a>)
+*   **acceleration**: Die Beschleunigung in einem einzigen Moment der Zeit. (Beschleunigung)
 
 ## Beispiel
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/camera/camera.cleanup.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/camera/camera.cleanup.md b/www/docs/de/3.1.0/cordova/camera/camera.cleanup.md
index 6fa1a55..4ce8ee6 100644
--- a/www/docs/de/3.1.0/cordova/camera/camera.cleanup.md
+++ b/www/docs/de/3.1.0/cordova/camera/camera.cleanup.md
@@ -20,14 +20,14 @@ license: >
 
 # camera.cleanup
 
-Entfernt Mittelstufe Fotos von der <a href="camera.html">Kamera</a> aus der vorübergehenden Verwahrung genommen.
+Entfernt Mittelstufe Fotos von der Kamera aus der vorübergehenden Verwahrung genommen.
 
-    navigator.camera.cleanup( <a href="parameter/cameraSuccess.html">cameraSuccess</a>, <a href="parameter/cameraError.html">cameraError</a> );
+    navigator.camera.cleanup( cameraSuccess, cameraError );
     
 
 ## Beschreibung
 
-Entfernt Mittelstufe Image-<a href="../file/fileobj/fileobj.html">Datei</a>en, die nach der Berufung in vorübergehender Verwahrung gehalten werden `<a href="camera.getPicture.html">camera.getPicture</a>` . Gilt nur, wenn der Wert des `Camera.sourceType` ist gleich `Camera.PictureSourceType.CAMERA` und der `Camera.destinationType` entspricht`Camera.DestinationType.FILE_URI`.
+Entfernt Mittelstufe Image-Dateien, die nach der Berufung in vorübergehender Verwahrung gehalten werden `camera.getPicture` . Gilt nur, wenn der Wert des `Camera.sourceType` ist gleich `Camera.PictureSourceType.CAMERA` und der `Camera.destinationType` entspricht`Camera.DestinationType.FILE_URI`.
 
 ## Unterstützte Plattformen
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/camera/camera.getPicture.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/camera/camera.getPicture.md b/www/docs/de/3.1.0/cordova/camera/camera.getPicture.md
index fa8335f..00bdb13 100644
--- a/www/docs/de/3.1.0/cordova/camera/camera.getPicture.md
+++ b/www/docs/de/3.1.0/cordova/camera/camera.getPicture.md
@@ -20,22 +20,22 @@ license: >
 
 # camera.getPicture
 
-Nimmt ein Foto mit der <a href="camera.html">Kamera</a>, oder ein Foto aus dem <a href="../device/device.html">Gerät</a> Bildergalerie abgerufen. Das Bild wird an den Erfolg-Rückruf als eine base64-codierte übergeben `String` , oder als den URI für die Image-<a href="../file/fileobj/fileobj.html">Datei</a>. Die Methode selbst gibt ein `<a href="parameter/CameraPopoverHandle.html">CameraPopoverHandle</a>` -Objekt, das verwendet werden kann, um die <a href="../file/fileobj/fileobj.html">Datei</a>-Auswahl-Popover neu zu positionieren.
+Nimmt ein Foto mit der Kamera, oder ein Foto aus dem Gerät Bildergalerie abgerufen. Das Bild wird an den Erfolg-Rückruf als eine base64-codierte übergeben `String` , oder als den URI für die Image-Datei. Die Methode selbst gibt ein `CameraPopoverHandle` -Objekt, das verwendet werden kann, um die Datei-Auswahl-Popover neu zu positionieren.
 
-    navigator.camera.getPicture( <a href="parameter/cameraSuccess.html">cameraSuccess</a>, <a href="parameter/cameraError.html">cameraError</a>, [ <a href="parameter/cameraOptions.html">cameraOptions</a> ] );
+    navigator.camera.getPicture( cameraSuccess, cameraError, [ cameraOptions ] );
     
 
 ## Beschreibung
 
-Die `camera.getPicture` -Funktion öffnet das <a href="../device/device.html">Gerät</a> Standard-<a href="camera.html">Kamera</a>-Anwendung, die Benutzern ermöglicht, Bilder ausrichten. Dieses Verhalten tritt standardmäßig, wenn `Camera.sourceType` gleich `Camera.PictureSourceType.CAMERA` . Sobald der Benutzer die Fotoschnäpper, die <a href="camera.html">Kamera</a>anwendung geschlossen wird und die Anwendung wird wiederhergestellt.
+Die `camera.getPicture` -Funktion öffnet das Gerät Standard-Kamera-Anwendung, die Benutzern ermöglicht, Bilder ausrichten. Dieses Verhalten tritt standardmäßig, wenn `Camera.sourceType` gleich `Camera.PictureSourceType.CAMERA` . Sobald der Benutzer die Fotoschnäpper, die Kameraanwendung geschlossen wird und die Anwendung wird wiederhergestellt.
 
-Wenn `Camera.sourceType` ist `Camera.PictureSourceType.PHOTOLIBRARY` oder `Camera.PictureSourceType.SAVEDPHOTOALBUM` , dann ein Dialog-Displays, die Benutzern ermöglicht, ein vorhandenes Bild auszuwählen. Die `camera.getPicture` Funktion gibt ein `<a href="parameter/CameraPopoverHandle.html">CameraPopoverHandle</a>` -Objekt, das verwendet werden kann, um den Bild-Auswahl-Dialog, zum Beispiel beim ändert sich der Orientierung des <a href="../device/device.html">Gerät</a>s neu positionieren.
+Wenn `Camera.sourceType` ist `Camera.PictureSourceType.PHOTOLIBRARY` oder `Camera.PictureSourceType.SAVEDPHOTOALBUM` , dann ein Dialog-Displays, die Benutzern ermöglicht, ein vorhandenes Bild auszuwählen. Die `camera.getPicture` Funktion gibt ein `CameraPopoverHandle` -Objekt, das verwendet werden kann, um den Bild-Auswahl-Dialog, zum Beispiel beim ändert sich der Orientierung des Geräts neu positionieren.
 
-Der Rückgabewert wird gesendet, um die `<a href="parameter/cameraSuccess.html">cameraSuccess</a>` Callback-Funktion in einem der folgenden Formate, je nach dem angegebenen `<a href="parameter/cameraOptions.html">cameraOptions</a>` :
+Der Rückgabewert wird gesendet, um die `cameraSuccess` Callback-Funktion in einem der folgenden Formate, je nach dem angegebenen `cameraOptions` :
 
 *   A `String` mit dem base64-codierte Foto-Bild.
 
-*   A `String` , die die Bild-<a href="../file/fileobj/fileobj.html">Datei</a>-Stelle auf lokalem <a href="../storage/storage.html">Speicher</a> (Standard).
+*   A `String` , die die Bild-Datei-Stelle auf lokalem Speicher (Standard).
 
 Sie können tun, was Sie wollen, mit dem codierten Bildes oder URI, zum Beispiel:
 
@@ -47,7 +47,7 @@ Sie können tun, was Sie wollen, mit dem codierten Bildes oder URI, zum Beispiel
 
  [1]: http://brianleroux.github.com/lawnchair/
 
-**Hinweis:** Fotoauflösung auf neueren <a href="../device/device.html">Gerät</a>en ist recht gut. Fotos aus dem <a href="../device/device.html">Gerät</a> Galerie ausgewählt sind nicht zu einer niedrigeren Qualität herunterskaliert auch wenn ein `quality` -Parameter angegeben wird. Um <a href="../storage/storage.html">Speicher</a>probleme zu vermeiden, legen Sie `Camera.destinationType` auf `FILE_URI` statt`DATA_URL`.
+**Hinweis:** Fotoauflösung auf neueren Geräten ist recht gut. Fotos aus dem Gerät Galerie ausgewählt sind nicht zu einer niedrigeren Qualität herunterskaliert auch wenn ein `quality` -Parameter angegeben wird. Um Speicherprobleme zu vermeiden, legen Sie `Camera.destinationType` auf `FILE_URI` statt`DATA_URL`.
 
 ## Unterstützte Plattformen
 
@@ -60,7 +60,7 @@ Sie können tun, was Sie wollen, mit dem codierten Bildes oder URI, zum Beispiel
 
 ## Android Macken
 
-Android verwendet Absichten zum Starten von der <a href="camera.html">Kamera</a>-Aktivität auf dem <a href="../device/device.html">Gerät</a>, um Bilder zu erfassen und auf Handys mit wenig <a href="../storage/storage.html">Speicher</a>, Cordova Tätigkeit getötet werden kann. In diesem Szenario kann das Bild nicht angezeigt, wenn die Aktivität von Cordova wiederhergestellt wird.
+Android verwendet Absichten zum Starten von der Kamera-Aktivität auf dem Gerät, um Bilder zu erfassen und auf Handys mit wenig Speicher, Cordova Tätigkeit getötet werden kann. In diesem Szenario kann das Bild nicht angezeigt, wenn die Aktivität von Cordova wiederhergestellt wird.
 
 ## iOS Macken
 
@@ -71,7 +71,7 @@ Darunter eine JavaScript `alert()` entweder des Rückrufs Funktionen können Pro
 
 ## Windows Phone 7 Macken
 
-Die native <a href="camera.html">Kamera</a>anwendung aufrufen, während Ihr <a href="../device/device.html">Gerät</a> über Zune angeschlossen ist funktioniert nicht und löst eine Fehler-Callback.
+Die native Kameraanwendung aufrufen, während Ihr Gerät über Zune angeschlossen ist funktioniert nicht und löst eine Fehler-Callback.
 
 ## Tizen Macken
 
@@ -95,7 +95,7 @@ Nehmen Sie ein Foto und rufen Sie sie als base64-codierte Bild:
     }
     
 
-Nehmen Sie ein Foto und rufen Sie das Bild-<a href="../file/fileobj/fileobj.html">Datei</a>-<a href="../storage/storage.html">Speicher</a>ort:
+Nehmen Sie ein Foto und rufen Sie das Bild-Datei-Speicherort:
 
     navigator.camera.getPicture(onSuccess, onFail, { quality: 50,
         destinationType: Camera.DestinationType.FILE_URI });
@@ -125,7 +125,7 @@ Nehmen Sie ein Foto und rufen Sie das Bild-<a href="../file/fileobj/fileobj.html
     
         // Wait for device API libraries to load
         //
-        document.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>("<a href="../events/events.deviceready.html">deviceready</a>",onDeviceReady,false);
+        document.addEventListener("deviceready",onDeviceReady,false);
     
         // device APIs are available
         //

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/camera/camera.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/camera/camera.md b/www/docs/de/3.1.0/cordova/camera/camera.md
index 746cf7d..1380d36 100644
--- a/www/docs/de/3.1.0/cordova/camera/camera.md
+++ b/www/docs/de/3.1.0/cordova/camera/camera.md
@@ -20,18 +20,18 @@ license: >
 
 # Kamera
 
-> Das `camera` Objekt bietet Zugriff auf das <a href="../device/device.html">Gerät</a> Standard-Kamera-Anwendung.
+> Das `camera` Objekt bietet Zugriff auf das Gerät Standard-Kamera-Anwendung.
 
-**Wichtige Datenschutzhinweis:** Sammlung und Verwendung von Bildern von einem <a href="../device/device.html">Gerät</a> Kamera löst wichtige Datenschutzprobleme. Ihre app-Datenschutzerklärung sollten besprechen, wie die app die Kamera verwendet und ob die Bilder aufgenommen mit irgendwelchen anderen Parteien geteilt werden. Außerdem, wenn die app-Nutzung der Kamera in der Benutzeroberfläche nicht offensichtlich ist, sollten Sie bereitstellen eine just-in-Time-Bekanntmachung vor Ihrer Anwendung den Zugriff auf die Kamera (wenn das Betriebssystem des <a href="../device/device.html">Gerät</a>s bereits tun nicht). Diese <a href="../notification/notification.html">Benachrichtigung</a> sollte der gleichen Informationen, die vorstehend, sowie die Zustimmung des Benutzers (z.B. durch Präsentation Entscheidungen für das **OK** und **Nein danke**). Weitere Informationen finden Sie in der <a href="../../guide/appdev/privacy/index.html">Datenschutz-Guide</a>.
+**Wichtige Datenschutzhinweis:** Sammlung und Verwendung von Bildern von einem Gerät Kamera löst wichtige Datenschutzprobleme. Ihre app-Datenschutzerklärung sollten besprechen, wie die app die Kamera verwendet und ob die Bilder aufgenommen mit irgendwelchen anderen Parteien geteilt werden. Außerdem, wenn die app-Nutzung der Kamera in der Benutzeroberfläche nicht offensichtlich ist, sollten Sie bereitstellen eine just-in-Time-Bekanntmachung vor Ihrer Anwendung den Zugriff auf die Kamera (wenn das Betriebssystem des Geräts bereits tun nicht). Diese Benachrichtigung sollte der gleichen Informationen, die vorstehend, sowie die Zustimmung des Benutzers (z.B. durch Präsentation Entscheidungen für das **OK** und **Nein danke**). Weitere Informationen finden Sie in der Datenschutz-Guide.
 
 ## Methoden
 
-*   <a href="camera.getPicture.html">camera.getPicture</a>
+*   camera.getPicture
 *   Camera.Cleanup
 
 ## Zugriff auf die Funktion
 
-Ab Version 3.0 implementiert Cordova <a href="../device/device.html">Gerät</a>eebene APIs als *Plugins*. Verwenden Sie der CLI `plugin` Befehl, beschrieben in der Command-Line Interface, hinzufügen oder Entfernen dieses Feature für ein Projekt:
+Ab Version 3.0 implementiert Cordova Geräteebene APIs als *Plugins*. Verwenden Sie der CLI `plugin` Befehl, beschrieben in der Command-Line Interface, hinzufügen oder Entfernen dieses Feature für ein Projekt:
 
         $ cordova plugin add org.apache.cordova.camera
         $ cordova plugin ls
@@ -95,4 +95,4 @@ Diese Befehle gelten für alle Zielplattformen, aber die unten beschriebenen Pla
  [1]: http://msdn.microsoft.com/en-us/library/ff769509%28v=vs.92%29.aspx
  [2]: https://developer.tizen.org/help/topic/org.tizen.help.gs/Creating%20a%20Project.html?path=0_1_1_3#8814682_CreatingaProject-EditingconfigxmlFeatures
 
-Einige Plattformen können dieses Feature unterstützen, ohne dass eine besondere Konfiguration. Finden Sie unter *Plattform-Unterstützung* in der <a href="../../guide/overview/index.html">Übersicht</a>.
\ No newline at end of file
+Einige Plattformen können dieses Feature unterstützen, ohne dass eine besondere Konfiguration. Finden Sie unter *Plattform-Unterstützung* in der Übersicht.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/camera/parameter/CameraPopoverHandle.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/camera/parameter/CameraPopoverHandle.md b/www/docs/de/3.1.0/cordova/camera/parameter/CameraPopoverHandle.md
index f2de710..1f3ace1 100644
--- a/www/docs/de/3.1.0/cordova/camera/parameter/CameraPopoverHandle.md
+++ b/www/docs/de/3.1.0/cordova/camera/parameter/CameraPopoverHandle.md
@@ -20,28 +20,28 @@ license: >
 
 # CameraPopoverHandle
 
-Ein Handle für das Dialogfeld "Popover" erstellt von`<a href="../camera.getPicture.html">camera.getPicture</a>`.
+Ein Handle für das Dialogfeld "Popover" erstellt von`camera.getPicture`.
 
 ## Methoden
 
-*   **Set<a href="../../geolocation/Position/position.html">Position</a>**: Legen Sie die <a href="../../geolocation/Position/position.html">Position</a> der Popover.
+*   **SetPosition**: Legen Sie die Position der Popover.
 
 ## Unterstützte Plattformen
 
 *   iOS
 
-## set<a href="../../geolocation/Position/position.html">Position</a>
+## setPosition
 
-Legen Sie die <a href="../../geolocation/Position/position.html">Position</a> von der Popover.
+Legen Sie die Position von der Popover.
 
 **Parameter:**
 
-*   `cameraPopoverOptions`: die `<a href="CameraPopoverOptions.html">CameraPopoverOptions</a>` angeben, dass die neue <a href="../../geolocation/Position/position.html">Position</a>
+*   `cameraPopoverOptions`: die `CameraPopoverOptions` angeben, dass die neue Position
 
 ## Kleines Beispiel
 
-     var cameraPopoverOptions = new <a href="CameraPopoverOptions.html">CameraPopoverOptions</a>(300, 300, 100, 100, Camera.PopoverArrowDirection.ARROW_ANY);
-     cameraPopoverHandle.set<a href="../../geolocation/Position/position.html">Position</a>(cameraPopoverOptions);
+     var cameraPopoverOptions = new CameraPopoverOptions(300, 300, 100, 100, Camera.PopoverArrowDirection.ARROW_ANY);
+     cameraPopoverHandle.setPosition(cameraPopoverOptions);
     
 
 ## Vollständiges Beispiel
@@ -54,12 +54,12 @@ Legen Sie die <a href="../../geolocation/Position/position.html">Position</a> vo
          alert('Failed to get the picture: ' + message);
      }
     
-     var cameraPopoverHandle = navigator.<a href="../camera.getPicture.html">camera.getPicture</a>(onSuccess, onFail,
+     var cameraPopoverHandle = navigator.camera.getPicture(onSuccess, onFail,
          { destinationType: Camera.DestinationType.FILE_URI,
            sourceType: Camera.PictureSourceType.PHOTOLIBRARY });
     
      // Reposition the popover if the orientation changes.
      window.onorientationchange = function() {
-         var cameraPopoverOptions = new <a href="CameraPopoverOptions.html">CameraPopoverOptions</a>(0, 0, 100, 100, 0);
-         cameraPopoverHandle.set<a href="../../geolocation/Position/position.html">Position</a>(cameraPopoverOptions);
+         var cameraPopoverOptions = new CameraPopoverOptions(0, 0, 100, 100, 0);
+         cameraPopoverHandle.setPosition(cameraPopoverOptions);
      }
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/camera/parameter/CameraPopoverOptions.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/camera/parameter/CameraPopoverOptions.md b/www/docs/de/3.1.0/cordova/camera/parameter/CameraPopoverOptions.md
index 0f618c2..5d19d30 100644
--- a/www/docs/de/3.1.0/cordova/camera/parameter/CameraPopoverOptions.md
+++ b/www/docs/de/3.1.0/cordova/camera/parameter/CameraPopoverOptions.md
@@ -40,7 +40,7 @@ nur iOS-Parametern, die Anker-Element Lage und Pfeil Richtung der Popover angebe
             Camera.PopoverArrowDirection = {ARROW_UP: 1, / / entspricht iOS UIPopoverArrowDirection Konstanten ARROW_DOWN: 2, ARROW_LEFT: 4, ARROW_RIGHT: 8, ARROW_ANY: 15};
         
 
-Beachten Sie, dass die Größe der Popover ändern kann, um die Richtung des Pfeils und Ausrichtung des Bildschirms anzupassen. Achten Sie darauf, um Orientierung zu berücksichtigen, wenn Sie den Anker-Element-<a href="../../storage/storage.html">Speicher</a>ort angeben.
+Beachten Sie, dass die Größe der Popover ändern kann, um die Richtung des Pfeils und Ausrichtung des Bildschirms anzupassen. Achten Sie darauf, um Orientierung zu berücksichtigen, wenn Sie den Anker-Element-Speicherort angeben.
 
 ## Kleines Beispiel
 
@@ -52,7 +52,7 @@ Beachten Sie, dass die Größe der Popover ändern kann, um die Richtung des Pfe
          popoverOptions  : popover
      };
     
-     navigator.<a href="../camera.getPicture.html">camera.getPicture</a>(onSuccess, onFail, options);
+     navigator.camera.getPicture(onSuccess, onFail, options);
     
      function onSuccess(imageData) {
          var image = document.getElementById('myImage');

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/camera/parameter/cameraError.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/camera/parameter/cameraError.md b/www/docs/de/3.1.0/cordova/camera/parameter/cameraError.md
index ca80d65..f6192c2 100644
--- a/www/docs/de/3.1.0/cordova/camera/parameter/cameraError.md
+++ b/www/docs/de/3.1.0/cordova/camera/parameter/cameraError.md
@@ -29,4 +29,4 @@ OnError-Callback-Funktion, die eine Fehlermeldung bereitstellt.
 
 ## Parameter
 
-*   **Meldung**: die Nachricht wird durch das <a href="../../device/device.html">Gerät</a> systemeigenen Code bereitgestellt. *(String)*
\ No newline at end of file
+*   **Meldung**: die Nachricht wird durch das Gerät systemeigenen Code bereitgestellt. *(String)*
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/camera/parameter/cameraOptions.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/camera/parameter/cameraOptions.md b/www/docs/de/3.1.0/cordova/camera/parameter/cameraOptions.md
index d7e215d..c13cb34 100644
--- a/www/docs/de/3.1.0/cordova/camera/parameter/cameraOptions.md
+++ b/www/docs/de/3.1.0/cordova/camera/parameter/cameraOptions.md
@@ -20,23 +20,23 @@ license: >
 
 # cameraOptions
 
-Optionale Parameter die <a href="../camera.html">Kamera</a>einstellungen anpassen.
+Optionale Parameter die Kameraeinstellungen anpassen.
 
-    {Qualität: 75, DestinationType: Camera.DestinationType.DATA_URL, SourceType: Camera.PictureSourceType.CAMERA, AllowEdit: stimmt, EncodingType: Camera.EncodingType.JPEG, TargetWidth: 100, TargetHeight: 100, PopoverOptions: <a href="CameraPopoverOptions.html">CameraPopoverOptions</a>, SaveToPhotoAlbum: false};
+    {Qualität: 75, DestinationType: Camera.DestinationType.DATA_URL, SourceType: Camera.PictureSourceType.CAMERA, AllowEdit: stimmt, EncodingType: Camera.EncodingType.JPEG, TargetWidth: 100, TargetHeight: 100, PopoverOptions: CameraPopoverOptions, SaveToPhotoAlbum: false};
     
 
 ## Optionen
 
-*   **Qualität**: Qualität des gespeicherten Bildes, ausgedrückt als ein Bereich von 0-100, wo 100 in der Regel voller Auflösung ohne Verlust aus der <a href="../../file/fileobj/fileobj.html">Datei</a>komprimierung ist. *(Anzahl)* (Beachten Sie, dass Informationen über die <a href="../camera.html">Kamera</a> Auflösung nicht verfügbar ist.)
+*   **Qualität**: Qualität des gespeicherten Bildes, ausgedrückt als ein Bereich von 0-100, wo 100 in der Regel voller Auflösung ohne Verlust aus der Dateikomprimierung ist. *(Anzahl)* (Beachten Sie, dass Informationen über die Kamera Auflösung nicht verfügbar ist.)
 
 *   **destinationType**: Choose the format of the return value. Defined in `navigator.camera.DestinationType` *(Number)*
     
-        Camera.DestinationType = {DATA_URL: 0, / / Return Bild als base64-codierte Zeichenfolge FILE_URI: 1, / / Return Image-<a href="../../file/fileobj/fileobj.html">Datei</a>-URI NATIVE_URI: 2 / / Return image native URI (z. B. Ressourcen-Bibliothek: / / auf iOS oder Inhalte: / / auf Android)};
+        Camera.DestinationType = {DATA_URL: 0, / / Return Bild als base64-codierte Zeichenfolge FILE_URI: 1, / / Return Image-Datei-URI NATIVE_URI: 2 / / Return image native URI (z. B. Ressourcen-Bibliothek: / / auf iOS oder Inhalte: / / auf Android)};
         
 
 *   **sourceType**: Set the source of the picture. Defined in `navigator.camera.PictureSourceType` *(Number)*
     
-        Camera.PictureSourceType = {Fotothek: 0, <a href="../camera.html">Kamera</a>: 1, SAVEDPHOTOALBUM: 2};
+        Camera.PictureSourceType = {Fotothek: 0, Kamera: 1, SAVEDPHOTOALBUM: 2};
         
 
 *   **AllowEdit**: einfache Bearbeitung des Bildes vor Auswahl zu ermöglichen. *(Boolesch)*
@@ -50,22 +50,22 @@ Optionale Parameter die <a href="../camera.html">Kamera</a>einstellungen anpasse
 
 *   **TargetHeight**: Höhe in Pixel zum Bild skalieren. Muss mit **TargetWidth**verwendet werden. Seitenverhältnis bleibt konstant. *(Anzahl)*
 
-*   **MediaType**: Legen Sie den Typ der <a href="../../media/media.html">Medien</a> zur Auswahl. Funktioniert nur, wenn `PictureSourceType` ist `PHOTOLIBRARY` oder `SAVEDPHOTOALBUM` . Im Sinne `nagivator.camera.MediaType` *(Anzahl)* 
+*   **MediaType**: Legen Sie den Typ der Medien zur Auswahl. Funktioniert nur, wenn `PictureSourceType` ist `PHOTOLIBRARY` oder `SAVEDPHOTOALBUM` . Im Sinne `nagivator.camera.MediaType` *(Anzahl)* 
     
-        Camera.MediaType = {Bild: 0, / / Auswahl der Standbilder nur ermöglichen. STANDARD. Kehrt über DestinationType VIDEO angegebenen Format: 1, / / ermöglichen Auswahl an nur, Video wird immer zurückgegeben FILE_URI ALLMEDIA: 2 / / Auswahl von alle <a href="../../media/media.html">Medien</a>typen zulassen
+        Camera.MediaType = {Bild: 0, / / Auswahl der Standbilder nur ermöglichen. STANDARD. Kehrt über DestinationType VIDEO angegebenen Format: 1, / / ermöglichen Auswahl an nur, Video wird immer zurückgegeben FILE_URI ALLMEDIA: 2 / / Auswahl von alle Medientypen zulassen
         
     
     };
 
-*   **CorrectOrientation**: Drehen Sie das Bild um die Ausrichtung des <a href="../../device/device.html">Gerät</a>s während der Aufnahme zu korrigieren. *(Boolesch)*
+*   **CorrectOrientation**: Drehen Sie das Bild um die Ausrichtung des Geräts während der Aufnahme zu korrigieren. *(Boolesch)*
 
-*   **SaveToPhotoAlbum**: das Bild auf das Fotoalbum auf dem <a href="../../device/device.html">Gerät</a> zu speichern, nach Einnahme. *(Boolesch)*
+*   **SaveToPhotoAlbum**: das Bild auf das Fotoalbum auf dem Gerät zu speichern, nach Einnahme. *(Boolesch)*
 
-*   **PopoverOptions**: iOS-nur Optionen, die Popover Lage in iPad angeben. In definierten`<a href="CameraPopoverOptions.html">CameraPopoverOptions</a>`.
+*   **PopoverOptions**: iOS-nur Optionen, die Popover Lage in iPad angeben. In definierten`CameraPopoverOptions`.
 
 *   **cameraDirection**: Choose the camera to use (front- or back-facing). Defined in `navigator.camera.Direction` *(Number)*
     
-        Camera.Direction = {zurück: 0, / / die hinten gerichteter <a href="../camera.html">Kamera</a> vorne verwenden: 1 / / die nach vorn gerichtete <a href="../camera.html">Kamera</a> verwenden};
+        Camera.Direction = {zurück: 0, / / die hinten gerichteter Kamera vorne verwenden: 1 / / die nach vorn gerichtete Kamera verwenden};
         
 
 ## Android Macken
@@ -84,9 +84,9 @@ Optionale Parameter die <a href="../camera.html">Kamera</a>einstellungen anpasse
 
 *   Ignoriert die `allowEdit` Parameter.
 
-*   Anwendung müssen wichtige Injektion-Berechtigungen, um die ursprüngliche <a href="../camera.html">Kamera</a>-Anwendung zu schließen, nachdem der Benutzer die Fotoschnäpper.
+*   Anwendung müssen wichtige Injektion-Berechtigungen, um die ursprüngliche Kamera-Anwendung zu schließen, nachdem der Benutzer die Fotoschnäpper.
 
-*   Große Bildgrößen kann die Unfähigkeit Bilder auf Nachfolger <a href="../../device/device.html">Gerät</a>en (z.B. Torch 9800) codiert, dass Feature hochauflösende <a href="../camera.html">Kamera</a>s führen.
+*   Große Bildgrößen kann die Unfähigkeit Bilder auf Nachfolger Geräten (z.B. Torch 9800) codiert, dass Feature hochauflösende Kameras führen.
 
 *   `Camera.MediaType`wird nicht unterstützt.
 
@@ -96,15 +96,15 @@ Optionale Parameter die <a href="../camera.html">Kamera</a>einstellungen anpasse
 
 ## iOS Macken
 
-*   Legen Sie `quality` unter 50 <a href="../../storage/storage.html">Speicher</a>fehler auf einigen <a href="../../device/device.html">Gerät</a>en zu vermeiden.
+*   Legen Sie `quality` unter 50 Speicherfehler auf einigen Geräten zu vermeiden.
 
-*   Bei der Verwendung `destinationType.FILE_URI` , Fotos werden im temporären Verzeichnis der Anwendung gespeichert. Sie können den Inhalt dieses Verzeichnisses mit löschen die `navigator.fileMgr` APIs, wenn <a href="../../storage/storage.html">Speicher</a>platz ein Anliegen.
+*   Bei der Verwendung `destinationType.FILE_URI` , Fotos werden im temporären Verzeichnis der Anwendung gespeichert. Sie können den Inhalt dieses Verzeichnisses mit löschen die `navigator.fileMgr` APIs, wenn Speicherplatz ein Anliegen.
 
 ## Tizen Macken
 
 *   nicht unterstützte Optionen
 
-*   gibt immer einen <a href="../../file/fileobj/fileobj.html">Datei</a>-URI
+*   gibt immer einen Datei-URI
 
 ## Windows Phone 7 und 8 Macken
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/camera/parameter/cameraSuccess.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/camera/parameter/cameraSuccess.md b/www/docs/de/3.1.0/cordova/camera/parameter/cameraSuccess.md
index 8349081..e5c33a5 100644
--- a/www/docs/de/3.1.0/cordova/camera/parameter/cameraSuccess.md
+++ b/www/docs/de/3.1.0/cordova/camera/parameter/cameraSuccess.md
@@ -29,7 +29,7 @@ OnSuccess Callback-Funktion, die die Bilddaten bereitstellt.
 
 ## Parameter
 
-*   **CMYK**: Base64-Codierung der Bilddaten, *oder* die Image-<a href="../../file/fileobj/fileobj.html">Datei</a>-URI, je nach `<a href="cameraOptions.html">cameraOptions</a>` in Kraft. *(String)*
+*   **CMYK**: Base64-Codierung der Bilddaten, *oder* die Image-Datei-URI, je nach `cameraOptions` in Kraft. *(String)*
 
 ## Beispiel
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/compass/compass.clearWatch.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/compass/compass.clearWatch.md b/www/docs/de/3.1.0/cordova/compass/compass.clearWatch.md
index 0253153..3bd4fc6 100644
--- a/www/docs/de/3.1.0/cordova/compass/compass.clearWatch.md
+++ b/www/docs/de/3.1.0/cordova/compass/compass.clearWatch.md
@@ -20,12 +20,12 @@ license: >
 
 # compass.clearWatch
 
-Stoppen Sie, beobachten den <a href="compass.html">Kompass</a> auf der Uhr-ID-Parameter verweist.
+Stoppen Sie, beobachten den Kompass auf der Uhr-ID-Parameter verweist.
 
     navigator.compass.clearWatch(watchID);
     
 
-*   **WatchID**: die ID zurückgegebener`<a href="compass.watchHeading.html">compass.watchHeading</a>`.
+*   **WatchID**: die ID zurückgegebener`compass.watchHeading`.
 
 ## Unterstützte Plattformen
 
@@ -38,7 +38,7 @@ Stoppen Sie, beobachten den <a href="compass.html">Kompass</a> auf der Uhr-ID-Pa
 
 ## Kleines Beispiel
 
-    var watchID = navigator.<a href="compass.watchHeading.html">compass.watchHeading</a>(onSuccess, onError, options);
+    var watchID = navigator.compass.watchHeading(onSuccess, onError, options);
     
     // ... later on ...
     
@@ -50,7 +50,7 @@ Stoppen Sie, beobachten den <a href="compass.html">Kompass</a> auf der Uhr-ID-Pa
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Compass <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Compass Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
@@ -60,7 +60,7 @@ Stoppen Sie, beobachten den <a href="compass.html">Kompass</a> auf der Uhr-ID-Pa
     
         // Wait for device API libraries to load
         //
-        document.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>("<a href="../events/events.deviceready.html">deviceready</a>", onDeviceReady, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
     
         // device APIs are available
         //
@@ -75,7 +75,7 @@ Stoppen Sie, beobachten den <a href="compass.html">Kompass</a> auf der Uhr-ID-Pa
             // Update compass every 3 seconds
             var options = { frequency: 3000 };
     
-            watchID = navigator.<a href="compass.watchHeading.html">compass.watchHeading</a>(onSuccess, onError, options);
+            watchID = navigator.compass.watchHeading(onSuccess, onError, options);
         }
     
         // Stop watching the compass
@@ -96,8 +96,8 @@ Stoppen Sie, beobachten den <a href="compass.html">Kompass</a> auf der Uhr-ID-Pa
     
         // onError: Failed to get the heading
         //
-        function onError(<a href="parameters/compassError.html">compassError</a>) {
-            alert('Compass error: ' + <a href="parameters/compassError.html">compassError</a>.code);
+        function onError(compassError) {
+            alert('Compass error: ' + compassError.code);
         }
     
         </script>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/compass/compass.clearWatchFilter.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/compass/compass.clearWatchFilter.md b/www/docs/de/3.1.0/cordova/compass/compass.clearWatchFilter.md
index a1ed1a1..a034011 100644
--- a/www/docs/de/3.1.0/cordova/compass/compass.clearWatchFilter.md
+++ b/www/docs/de/3.1.0/cordova/compass/compass.clearWatchFilter.md
@@ -18,6 +18,6 @@ license: >
     under the License.
 ---
 
-# <a href="compass.clearWatch.html">compass.clearWatch</a>Filter
+# compass.clearWatchFilter
 
-Nicht mehr unterstützt ab 1.6. Finden Sie unter`<a href="compass.clearWatch.html">compass.clearWatch</a>`.
\ No newline at end of file
+Nicht mehr unterstützt ab 1.6. Finden Sie unter`compass.clearWatch`.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/compass/compass.getCurrentHeading.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/compass/compass.getCurrentHeading.md b/www/docs/de/3.1.0/cordova/compass/compass.getCurrentHeading.md
index 6f82a4d..7e414cd 100644
--- a/www/docs/de/3.1.0/cordova/compass/compass.getCurrentHeading.md
+++ b/www/docs/de/3.1.0/cordova/compass/compass.getCurrentHeading.md
@@ -20,16 +20,16 @@ license: >
 
 # compass.getCurrentHeading
 
-Erhalten Sie aktuelle <a href="compass.html">Kompass</a>richtung.
+Erhalten Sie aktuelle Kompassrichtung.
 
-    navigator.compass.getCurrentHeading(<a href="parameters/compassSuccess.html">compassSuccess</a>, <a href="parameters/compassError.html">compassError</a>, <a href="parameters/compassOptions.html">compassOptions</a>);
+    navigator.compass.getCurrentHeading(compassSuccess, compassError, compassOptions);
     
 
 ## Beschreibung
 
-Der <a href="compass.html">Kompass</a> ist ein Sensor, der erkennt die Richtung oder <a href="../geolocation/Position/position.html">Position</a>, dass das <a href="../device/device.html">Gerät</a> in der Regel von der Oberseite des <a href="../device/device.html">Gerät</a>s gezeigt wird. Er misst die Überschrift im Grad von 0 bis 359.99, wobei 0 Norden ist.
+Der Kompass ist ein Sensor, der erkennt die Richtung oder Position, dass das Gerät in der Regel von der Oberseite des Geräts gezeigt wird. Er misst die Überschrift im Grad von 0 bis 359.99, wobei 0 Norden ist.
 
-Die <a href="compass.html">Kompass</a>richtung Informationen über zurückgegeben ein `CompassHeading` -Objekt unter Verwendung der `<a href="parameters/compassSuccess.html">compassSuccess</a>` Callback-Funktion.
+Die Kompassrichtung Informationen über zurückgegeben ein `CompassHeading` -Objekt unter Verwendung der `compassSuccess` Callback-Funktion.
 
 ## Unterstützte Plattformen
 
@@ -47,7 +47,7 @@ Die <a href="compass.html">Kompass</a>richtung Informationen über zurückgegebe
     };
     
     function onError(error) {
-        alert('<a href="<a href="parameters/compassError.html">compassError</a>/<a href="parameters/compassError.html">compassError</a>.html">CompassError</a>: ' + error.code);
+        alert('CompassError: ' + error.code);
     };
     
     navigator.compass.getCurrentHeading(onSuccess, onError);
@@ -58,14 +58,14 @@ Die <a href="compass.html">Kompass</a>richtung Informationen über zurückgegebe
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Compass <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Compass Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
     
         // Wait for device API libraries to load
         //
-        document.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>("<a href="../events/events.deviceready.html">deviceready</a>", onDeviceReady, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
     
         // device APIs are available
         //
@@ -81,14 +81,14 @@ Die <a href="compass.html">Kompass</a>richtung Informationen über zurückgegebe
     
         // onError: Failed to get the heading
         //
-        function onError(<a href="parameters/compassError.html">compassError</a>) {
-            alert('Compass Error: ' + <a href="parameters/compassError.html">compassError</a>.code);
+        function onError(compassError) {
+            alert('Compass Error: ' + compassError.code);
         }
     
         </script>
       </head>
       <body>
-        <h1><a href="../storage/storage.opendatabase.html">Example</a></h1>
+        <h1>Example</h1>
         <p>getCurrentHeading</p>
       </body>
     </html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/compass/compass.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/compass/compass.md b/www/docs/de/3.1.0/cordova/compass/compass.md
index 3e146d7..9ae791a 100644
--- a/www/docs/de/3.1.0/cordova/compass/compass.md
+++ b/www/docs/de/3.1.0/cordova/compass/compass.md
@@ -20,26 +20,26 @@ license: >
 
 # Kompass
 
-> Ruft die Richtung, die das <a href="../device/device.html">Gerät</a> verweist.
+> Ruft die Richtung, die das Gerät verweist.
 
 ## Methoden
 
-*   <a href="compass.getCurrentHeading.html">compass.getCurrentHeading</a>
-*   <a href="compass.watchHeading.html">compass.watchHeading</a>
-*   <a href="compass.clearWatch.html">compass.clearWatch</a>
-*   <a href="<a href="compass.watchHeading.html">compass.watchHeading</a>Filter.html"><a href="compass.watchHeading.html">compass.watchHeading</a>Filter</a> (veraltet)
-*   <a href="<a href="compass.clearWatch.html">compass.clearWatch</a>Filter.html"><a href="compass.clearWatch.html">compass.clearWatch</a>Filter</a> (veraltet)
+*   compass.getCurrentHeading
+*   compass.watchHeading
+*   compass.clearWatch
+*   compass.watchHeadingFilter (veraltet)
+*   compass.clearWatchFilter (veraltet)
 
 ## Argumente
 
-*   <a href="parameters/compassSuccess.html">compassSuccess</a>
-*   <a href="parameters/compassError.html">compassError</a>
-*   <a href="parameters/compassOptions.html">compassOptions</a>
-*   <a href="parameters/compassHeading.html">compassHeading</a>
+*   compassSuccess
+*   compassError
+*   compassOptions
+*   compassHeading
 
 ## Zugriff auf die Funktion
 
-Ab Version 3.0 implementiert Cordova <a href="../device/device.html">Gerät</a>eebene APIs als *Plugins*. Verwenden Sie der CLI `plugin` Befehl, beschrieben in der Command-Line Interface, hinzufügen oder Entfernen dieses Feature für ein Projekt:
+Ab Version 3.0 implementiert Cordova Geräteebene APIs als *Plugins*. Verwenden Sie der CLI `plugin` Befehl, beschrieben in der Command-Line Interface, hinzufügen oder Entfernen dieses Feature für ein Projekt:
 
         $ cordova plugin add org.apache.cordova.device-orientation
         $ cordova plugin ls
@@ -74,4 +74,4 @@ Diese Befehle gelten für alle Zielplattformen, aber die unten beschriebenen Pla
 
  [1]: http://msdn.microsoft.com/en-us/library/ff769509%28v=vs.92%29.aspx
 
-Einige Plattformen können dieses Feature unterstützen, ohne dass eine besondere Konfiguration. Finden Sie unter *Plattform-Unterstützung* in der <a href="../../guide/overview/index.html">Übersicht</a>.
\ No newline at end of file
+Einige Plattformen können dieses Feature unterstützen, ohne dass eine besondere Konfiguration. Finden Sie unter *Plattform-Unterstützung* in der Übersicht.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/compass/compass.watchHeading.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/compass/compass.watchHeading.md b/www/docs/de/3.1.0/cordova/compass/compass.watchHeading.md
index 322e775..a2d0143 100644
--- a/www/docs/de/3.1.0/cordova/compass/compass.watchHeading.md
+++ b/www/docs/de/3.1.0/cordova/compass/compass.watchHeading.md
@@ -20,18 +20,18 @@ license: >
 
 # compass.watchHeading
 
-Erhalten Sie in regelmäßigen Abständen die <a href="compass.html">Kompass</a>richtung in Grad.
+Erhalten Sie in regelmäßigen Abständen die Kompassrichtung in Grad.
 
-    var watchID = navigator.compass.watchHeading(<a href="parameters/compassSuccess.html">compassSuccess</a>, <a href="parameters/compassError.html">compassError</a>, [<a href="parameters/compassOptions.html">compassOptions</a>]);
+    var watchID = navigator.compass.watchHeading(compassSuccess, compassError, [compassOptions]);
     
 
 ## Beschreibung
 
-Der <a href="compass.html">Kompass</a> ist ein Sensor, der erkennt die Richtung oder <a href="../geolocation/Position/position.html">Position</a>, dass das <a href="../device/device.html">Gerät</a> angezeigt wird. Er misst die Überschrift im Grad von 0 bis 359.99.
+Der Kompass ist ein Sensor, der erkennt die Richtung oder Position, dass das Gerät angezeigt wird. Er misst die Überschrift im Grad von 0 bis 359.99.
 
-Die `compass.watchHeading` Ruft das <a href="../device/device.html">Gerät</a> aktuelle Rubrik in regelmäßigen Abständen. Jedes Mal, die Überschrift abgerufen wird, die `headingSuccess` Callback-Funktion wird ausgeführt. Gibt das Intervall in Millisekunden über den `frequency` -Parameter in der `<a href="parameters/compassOptions.html">compassOptions</a>` Objekt.
+Die `compass.watchHeading` Ruft das Gerät aktuelle Rubrik in regelmäßigen Abständen. Jedes Mal, die Überschrift abgerufen wird, die `headingSuccess` Callback-Funktion wird ausgeführt. Gibt das Intervall in Millisekunden über den `frequency` -Parameter in der `compassOptions` Objekt.
 
-Die zurückgegebenen Uhren-ID verweist das <a href="compass.html">Kompass</a>-Uhr-Intervall. Die Uhr, die ID kann verwendet werden, mit `<a href="compass.clearWatch.html">compass.clearWatch</a>` , beobachten den <a href="compass.html">Kompass</a> zu stoppen.
+Die zurückgegebenen Uhren-ID verweist das Kompass-Uhr-Intervall. Die Uhr, die ID kann verwendet werden, mit `compass.clearWatch` , beobachten den Kompass zu stoppen.
 
 ## Unterstützte Plattformen
 
@@ -49,8 +49,8 @@ Die zurückgegebenen Uhren-ID verweist das <a href="compass.html">Kompass</a>-Uh
         element.innerHTML = 'Heading: ' + heading.magneticHeading;
     };
     
-    function onError(<a href="parameters/compassError.html">compassError</a>) {
-        alert('Compass error: ' + <a href="parameters/compassError.html">compassError</a>.code);
+    function onError(compassError) {
+        alert('Compass error: ' + compassError.code);
     };
     
     var options = {
@@ -65,7 +65,7 @@ Die zurückgegebenen Uhren-ID verweist das <a href="compass.html">Kompass</a>-Uh
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Compass <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Compass Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
@@ -75,7 +75,7 @@ Die zurückgegebenen Uhren-ID verweist das <a href="compass.html">Kompass</a>-Uh
     
         // Wait for device API libraries to load
         //
-        document.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>("<a href="../events/events.deviceready.html">deviceready</a>", onDeviceReady, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
     
         // device APIs are available
         //
@@ -97,7 +97,7 @@ Die zurückgegebenen Uhren-ID verweist das <a href="compass.html">Kompass</a>-Uh
         //
         function stopWatch() {
             if (watchID) {
-                navigator.<a href="compass.clearWatch.html">compass.clearWatch</a>(watchID);
+                navigator.compass.clearWatch(watchID);
                 watchID = null;
             }
         }
@@ -111,8 +111,8 @@ Die zurückgegebenen Uhren-ID verweist das <a href="compass.html">Kompass</a>-Uh
     
         // onError: Failed to get the heading
         //
-        function onError(<a href="parameters/compassError.html">compassError</a>) {
-            alert('Compass error: ' + <a href="parameters/compassError.html">compassError</a>.code);
+        function onError(compassError) {
+            alert('Compass error: ' + compassError.code);
         }
     
         </script>
@@ -127,6 +127,6 @@ Die zurückgegebenen Uhren-ID verweist das <a href="compass.html">Kompass</a>-Uh
 
 ## iOS Macken
 
-In iOS `compass.watchHeading` erhalten Sie auch aktuelle <a href="../geolocation/Position/position.html">Position</a> des <a href="../device/device.html">Gerät</a>s, wenn es um eine angegebene Anzahl von Grad ändert. Jedes Mal die Überschrift-Änderungen, um die angegebene Anzahl von Grad oder mehr, die `headingSuccess` Rückruffunktion ausgeführt wird. Geben Sie den Grad der Veränderung über die `filter` Parameter in der `<a href="parameters/compassOptions.html">compassOptions</a>` Objekt. Deaktivieren Sie die Uhr wie üblich durch Übermittlung der zurückgegebenen Uhren-ID auf `<a href="compass.clearWatch.html">compass.clearWatch</a>` . Diese Funktion ersetzt die bisher getrennten, nur iOS- `watchHeadingFilter` und `clearWatchFilter` Funktionen, die in Version 1.6 entfernt wurden.
+In iOS `compass.watchHeading` erhalten Sie auch aktuelle Position des Geräts, wenn es um eine angegebene Anzahl von Grad ändert. Jedes Mal die Überschrift-Änderungen, um die angegebene Anzahl von Grad oder mehr, die `headingSuccess` Rückruffunktion ausgeführt wird. Geben Sie den Grad der Veränderung über die `filter` Parameter in der `compassOptions` Objekt. Deaktivieren Sie die Uhr wie üblich durch Übermittlung der zurückgegebenen Uhren-ID auf `compass.clearWatch` . Diese Funktion ersetzt die bisher getrennten, nur iOS- `watchHeadingFilter` und `clearWatchFilter` Funktionen, die in Version 1.6 entfernt wurden.
 
 Nur ein `watchHeading` kann in der Tat auf einmal in iOS sein. Wenn ein `watchHeading` benutzt einen Filter Aufrufen von `getCurrentHeading` oder `watchHeading` verwendet den Wert des vorhandenen Filters Überschrift Änderungen festlegen. Überschrift Veränderungen beobachten, mit einem Filter ist effizienter als mit Zeitintervallen.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/compass/compass.watchHeadingFilter.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/compass/compass.watchHeadingFilter.md b/www/docs/de/3.1.0/cordova/compass/compass.watchHeadingFilter.md
index 21f1fe5..9c0cc75 100644
--- a/www/docs/de/3.1.0/cordova/compass/compass.watchHeadingFilter.md
+++ b/www/docs/de/3.1.0/cordova/compass/compass.watchHeadingFilter.md
@@ -18,6 +18,6 @@ license: >
     under the License.
 ---
 
-# <a href="compass.watchHeading.html">compass.watchHeading</a>Filter
+# compass.watchHeadingFilter
 
-Nicht mehr ab 1.6 unterstützt, finden Sie unter `<a href="compass.watchHeading.html">compass.watchHeading</a>` für die entsprechende Funktionalität.
\ No newline at end of file
+Nicht mehr ab 1.6 unterstützt, finden Sie unter `compass.watchHeading` für die entsprechende Funktionalität.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/compass/compassError/compassError.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/compass/compassError/compassError.md b/www/docs/de/3.1.0/cordova/compass/compassError/compassError.md
index c88ef99..384b67b 100644
--- a/www/docs/de/3.1.0/cordova/compass/compassError/compassError.md
+++ b/www/docs/de/3.1.0/cordova/compass/compassError/compassError.md
@@ -20,7 +20,7 @@ license: >
 
 # CompassError
 
-A `CompassError` Objekt wird zurückgegeben, um die `<a href="../parameters/compassError.html">compassError</a>` Callback-Funktion, wenn ein Fehler auftritt.
+A `CompassError` Objekt wird zurückgegeben, um die `compassError` Callback-Funktion, wenn ein Fehler auftritt.
 
 ## Eigenschaften
 
@@ -33,4 +33,4 @@ A `CompassError` Objekt wird zurückgegeben, um die `<a href="../parameters/comp
 
 ## Beschreibung
 
-Wenn ein Fehler auftritt, das `CompassError` -Objekt wird als Parameter übergeben ein `<a href="../parameters/compassError.html">compassError</a>` Callback-Funktion.
\ No newline at end of file
+Wenn ein Fehler auftritt, das `CompassError` -Objekt wird als Parameter übergeben ein `compassError` Callback-Funktion.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/compass/parameters/compassError.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/compass/parameters/compassError.md b/www/docs/de/3.1.0/cordova/compass/parameters/compassError.md
index 2959dd2..ce50d2f 100644
--- a/www/docs/de/3.1.0/cordova/compass/parameters/compassError.md
+++ b/www/docs/de/3.1.0/cordova/compass/parameters/compassError.md
@@ -20,10 +20,10 @@ license: >
 
 # compassError
 
-OnError Callback-Funktion für <a href="../compass.html">Kompass</a>-Funktionen.
+OnError Callback-Funktion für Kompass-Funktionen.
 
 ## Beispiel
 
-    function(<a href="../compassError/compassError.html">CompassError</a>) {
+    function(CompassError) {
         // Handle the error
     }
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/compass/parameters/compassHeading.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/compass/parameters/compassHeading.md b/www/docs/de/3.1.0/cordova/compass/parameters/compassHeading.md
index b86c84c..4843b45 100644
--- a/www/docs/de/3.1.0/cordova/compass/parameters/compassHeading.md
+++ b/www/docs/de/3.1.0/cordova/compass/parameters/compassHeading.md
@@ -34,7 +34,7 @@ Ein `CompassHeading` Objekt wird an die `CompassSuccess` Callback-Funktion zurü
 
 ## Beschreibung
 
-Das `CompassHeading` Objekt wird zurückgegeben, um die `<a href="compassSuccess.html">compassSuccess</a>` Callback-Funktion.
+Das `CompassHeading` Objekt wird zurückgegeben, um die `compassSuccess` Callback-Funktion.
 
 ## Android Macken
 
@@ -46,4 +46,4 @@ Das `CompassHeading` Objekt wird zurückgegeben, um die `<a href="compassSuccess
 
 *   `trueHeading` is only returned when location services are enabled via `navigator.geolocation.watchLocation()`
 
-*   Für iOS 4 <a href="../../device/device.html">Gerät</a>e und oben, Rubrik Faktoren in die aktuelle Ausrichtung des <a href="../../device/device.html">Gerät</a>s, nicht in Bezug auf die absolute <a href="../../geolocation/Position/position.html">Position</a> für apps unterstützt, das die Orientierung.
\ No newline at end of file
+*   Für iOS 4 Geräte und oben, Rubrik Faktoren in die aktuelle Ausrichtung des Geräts, nicht in Bezug auf die absolute Position für apps unterstützt, das die Orientierung.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/compass/parameters/compassOptions.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/compass/parameters/compassOptions.md b/www/docs/de/3.1.0/cordova/compass/parameters/compassOptions.md
index 66463dd..5f65af3 100644
--- a/www/docs/de/3.1.0/cordova/compass/parameters/compassOptions.md
+++ b/www/docs/de/3.1.0/cordova/compass/parameters/compassOptions.md
@@ -20,11 +20,11 @@ license: >
 
 # compassOptions
 
-Ein optionaler Parameter, um das Abrufen des <a href="../compass.html">Kompass</a>es anzupassen.
+Ein optionaler Parameter, um das Abrufen des Kompasses anzupassen.
 
 ## Optionen
 
-*   **Häufigkeit**: wie oft die <a href="../compass.html">Kompass</a>richtung in Millisekunden abrufen. *(Anzahl)* (Default: 100)
+*   **Häufigkeit**: wie oft die Kompassrichtung in Millisekunden abrufen. *(Anzahl)* (Default: 100)
 
 *   **Filter**: die Veränderung der Grad benötigt, um einen WatchHeading Erfolg Rückruf initiiert. *(Anzahl)*
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/compass/parameters/compassSuccess.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/compass/parameters/compassSuccess.md b/www/docs/de/3.1.0/cordova/compass/parameters/compassSuccess.md
index 23bbbe4..64807ca 100644
--- a/www/docs/de/3.1.0/cordova/compass/parameters/compassSuccess.md
+++ b/www/docs/de/3.1.0/cordova/compass/parameters/compassSuccess.md
@@ -20,7 +20,7 @@ license: >
 
 # compassSuccess
 
-OnSuccess-Callback-Funktion, die die <a href="../compass.html">Kompass</a>richtung Informationen über ein `<a href="compassHeading.html">compassHeading</a>` Objekt.
+OnSuccess-Callback-Funktion, die die Kompassrichtung Informationen über ein `compassHeading` Objekt.
 
     function(heading) {
         // Do something


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[24/51] [partial] docs commit: Reverting autolinking change because of inconsistencies.

Posted by db...@apache.org.
http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/media/capture/captureVideo.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/media/capture/captureVideo.md b/www/docs/en/1.6.0/cordova/media/capture/captureVideo.md
index c23520c..c021f43 100644
--- a/www/docs/en/1.6.0/cordova/media/capture/captureVideo.md
+++ b/www/docs/en/1.6.0/cordova/media/capture/captureVideo.md
@@ -24,7 +24,7 @@ capture.captureVideo
 > Start the video recorder application and return information about captured video clip file(s).
 
     navigator.device.capture.captureVideo( 
-	    <a href="<a href="capture.html">Capture</a>CB.html"><a href="capture.html">Capture</a>CB</a> captureSuccess, <a href="capture.html">Capture</a>ErrorCB captureError, [<a href="capture.html">Capture</a>VideoOptions options]
+	    CaptureCB captureSuccess, CaptureErrorCB captureError, [CaptureVideoOptions options]
 	);
 
 Description
@@ -32,9 +32,9 @@ Description
 
 This method starts an asynchronous operation to capture video recordings using the device video recording application.  The operation allows the device user to capture multiple recordings in a single session.
 
-The capture operation ends when either the user exits the video recording application, or the maximum number of recordings, specified by the __limit__ parameter in <a href="capture.html">Capture</a>VideoOptions, has been reached.  If no value is provided for the __limit__ parameter, a default value of one (1) is used, and the capture operation will terminate after the user records a single video clip.
+The capture operation ends when either the user exits the video recording application, or the maximum number of recordings, specified by the __limit__ parameter in CaptureVideoOptions, has been reached.  If no value is provided for the __limit__ parameter, a default value of one (1) is used, and the capture operation will terminate after the user records a single video clip.
 
-When the capture operation is finished, it will invoke the <a href="<a href="capture.html">Capture</a>CB.html"><a href="capture.html">Capture</a>CB</a> callback with an array of <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a> objects describing each captured video clip file.  If the operation is terminated by the user before an video clip is captured, the <a href="capture.html">Capture</a>ErrorCB callback will be invoked with a <a href="capture.html">Capture</a>Error object with the <a href="capture.html">Capture</a>Error.`CAPTURE_NO_MEDIA_FILES` error code.
+When the capture operation is finished, it will invoke the CaptureCB callback with an array of MediaFile objects describing each captured video clip file.  If the operation is terminated by the user before an video clip is captured, the CaptureErrorCB callback will be invoked with a CaptureError object with the CaptureError.`CAPTURE_NO_MEDIA_FILES` error code.
 
 Supported Platforms
 -------------------
@@ -44,33 +44,33 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // capture callback
-    var captureSuccess = function(media<a href="../../file/fileobj/fileobj.html">File</a>s) {
+    var captureSuccess = function(mediaFiles) {
         var i, path, len;
-        for (i = 0, len = media<a href="../../file/fileobj/fileobj.html">File</a>s.length; i < len; i += 1) {
-            path = media<a href="../../file/fileobj/fileobj.html">File</a>s[i].fullPath;
+        for (i = 0, len = mediaFiles.length; i < len; i += 1) {
+            path = mediaFiles[i].fullPath;
             // do something interesting with the file
         }
     };
 
     // capture error callback
     var captureError = function(error) {
-        navigator.<a href="../../notification/notification.alert.html">notification.alert</a>('Error code: ' + error.code, null, '<a href="capture.html">Capture</a> Error');
+        navigator.notification.alert('Error code: ' + error.code, null, 'Capture Error');
     };
 
     // start video capture
     navigator.device.capture.captureVideo(captureSuccess, captureError, {limit:2});
 
-Full <a href="../../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="capture.html">Capture</a> Video</title>
+        <title>Capture Video</title>
 
         <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>
@@ -78,10 +78,10 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
 
         // Called when capture operation is finished
         //
-        function captureSuccess(media<a href="../../file/fileobj/fileobj.html">File</a>s) {
+        function captureSuccess(mediaFiles) {
             var i, len;
-            for (i = 0, len = media<a href="../../file/fileobj/fileobj.html">File</a>s.length; i < len; i += 1) {
-                upload<a href="../../file/fileobj/fileobj.html">File</a>(media<a href="../../file/fileobj/fileobj.html">File</a>s[i]);
+            for (i = 0, len = mediaFiles.length; i < len; i += 1) {
+                uploadFile(mediaFiles[i]);
             }	    
         }
 
@@ -89,7 +89,7 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
         // 
         function captureError(error) {
 	        var msg = 'An error occurred during capture: ' + error.code;
-            navigator.<a href="../../notification/notification.alert.html">notification.alert</a>(msg, null, 'Uh oh!');
+            navigator.notification.alert(msg, null, 'Uh oh!');
         }
 
         // A button will call this function
@@ -101,10 +101,10 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
         }
 
         // Upload files to server
-        function upload<a href="../../file/fileobj/fileobj.html">File</a>(media<a href="../../file/fileobj/fileobj.html">File</a>) {
-            var ft = new <a href="../../file/filetransfer/filetransfer.html"><a href="../../file/fileobj/fileobj.html">File</a>Transfer</a>(),
-                path = media<a href="../../file/fileobj/fileobj.html">File</a>.fullPath,
-                name = media<a href="../../file/fileobj/fileobj.html">File</a>.name;
+        function uploadFile(mediaFile) {
+            var ft = new FileTransfer(),
+                path = mediaFile.fullPath,
+                name = mediaFile.name;
 
             ft.upload(path,
                 "http://my.domain.com/upload.php",
@@ -121,11 +121,11 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
         </script>
         </head>
         <body>
-            <button onclick="captureVideo();"><a href="capture.html">Capture</a> Video</button> <br>
+            <button onclick="captureVideo();">Capture Video</button> <br>
         </body>
     </html>
 
 BlackBerry WebWorks Quirks
 --------------------------
 
-- Cordova for BlackBerry WebWorks attempts to launch the __Video Recorder__ application, provided by RIM, to capture the video recordings.  The developer will receive a <a href="capture.html">Capture</a>Error.`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/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/media/capture/captureVideoOptions.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/media/capture/captureVideoOptions.md b/www/docs/en/1.6.0/cordova/media/capture/captureVideoOptions.md
index 7b31d89..29667ad 100644
--- a/www/docs/en/1.6.0/cordova/media/capture/captureVideoOptions.md
+++ b/www/docs/en/1.6.0/cordova/media/capture/captureVideoOptions.md
@@ -18,7 +18,7 @@ license: >
     under the License.
 ---
 
-<a href="capture.html">Capture</a>VideoOptions
+CaptureVideoOptions
 ===================
 
 > Encapsulates video capture configuration options.
@@ -30,13 +30,13 @@ Properties
 - __duration:__ The maximum duration of a video clip, in seconds.
 - __mode:__ The selected video capture mode.  The value must match one of the elements in `capture.supportedVideoModes`.
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // limit capture operation to 3 video clips
     var options = { limit: 3 };
 
-    navigator.device.<a href="captureVideo.html">capture.captureVideo</a>(captureSuccess, captureError, options);
+    navigator.device.capture.captureVideo(captureSuccess, captureError, options);
 
 Android Quirks
 --------------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/media/media.getCurrentPosition.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/media/media.getCurrentPosition.md b/www/docs/en/1.6.0/cordova/media/media.getCurrentPosition.md
index 51073ba..9865d93 100644
--- a/www/docs/en/1.6.0/cordova/media/media.getCurrentPosition.md
+++ b/www/docs/en/1.6.0/cordova/media/media.getCurrentPosition.md
@@ -18,23 +18,23 @@ license: >
     under the License.
 ---
 
-media.getCurrent<a href="../geolocation/Position/position.html">Position</a>
+media.getCurrentPosition
 ========================
 
 Returns the current position within an audio file.
 
-    media.getCurrent<a href="../geolocation/Position/position.html">Position</a>(mediaSuccess, [<a href="Parameters/mediaError.html">mediaError</a>]);
+    media.getCurrentPosition(mediaSuccess, [mediaError]);
 
 Parameters
 ----------
 
 - __mediaSuccess__: The callback that is called with the current position in seconds.
-- __<a href="Parameters/mediaError.html">mediaError</a>__: (Optional) The callback that is called if there was an error.
+- __mediaError__: (Optional) The callback that is called if there was an error.
 
 Description
 -----------
 
-Function `media.getCurrent<a href="../geolocation/Position/position.html">Position</a>` is an asynchronous function that returns the current position of the underlying audio file of a <a href="media.html">Media</a> object. Also updates the ___position__ parameter within the <a href="media.html">Media</a> object. 
+Function `media.getCurrentPosition` is an asynchronous function that returns the current position of the underlying audio file of a Media object. Also updates the ___position__ parameter within the Media object. 
 
 Supported Platforms
 -------------------
@@ -43,17 +43,17 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
     
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
         // Audio player
         //
-        var my_media = new <a href="media.html">Media</a>(src, onSuccess, onError);
+        var my_media = new Media(src, onSuccess, onError);
 
         // Update media position every second
         var mediaTimer = setInterval(function() {
             // get media position
-            my_media.getCurrent<a href="../geolocation/Position/position.html">Position</a>(
+            my_media.getCurrentPosition(
                 // success callback
                 function(position) {
                     if (position > -1) {
@@ -68,25 +68,25 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         }, 1000);
 
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
         <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
                       "http://www.w3.org/TR/html4/strict.dtd">
         <html>
           <head>
-            <title><a href="media.html">Media</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+            <title>Media Example</title>
         
             <script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"></script>
             <script type="text/javascript" charset="utf-8">
         
             // Wait for Cordova to load
             //
-            document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         
             // Cordova is ready
             //
-            function on<a href="../device/device.html">Device</a>Ready() {
+            function onDeviceReady() {
                 playAudio("http://audio.ibeat.org/content/p1rj1s/p1rj1s_-_rockGuitar.mp3");
             }
         
@@ -98,27 +98,27 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             // Play audio
             //
             function playAudio(src) {
-                // Create <a href="media.html">Media</a> object from src
-                my_media = new <a href="media.html">Media</a>(src, onSuccess, onError);
+                // Create Media object from src
+                my_media = new Media(src, onSuccess, onError);
         
                 // Play audio
-                my_<a href="media.play.html">media.play</a>();
+                my_media.play();
         
                 // Update my_media position every second
                 if (mediaTimer == null) {
                     mediaTimer = setInterval(function() {
                         // get my_media position
-                        my_media.getCurrent<a href="../geolocation/Position/position.html">Position</a>(
+                        my_media.getCurrentPosition(
                             // success callback
                             function(position) {
                                 if (position > -1) {
-                                    setAudio<a href="../geolocation/Position/position.html">Position</a>((position) + " sec");
+                                    setAudioPosition((position) + " sec");
                                 }
                             },
                             // error callback
                             function(e) {
                                 console.log("Error getting pos=" + e);
-                                setAudio<a href="../geolocation/Position/position.html">Position</a>("Error: " + e);
+                                setAudioPosition("Error: " + e);
                             }
                         );
                     }, 1000);
@@ -127,9 +127,9 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         
             // Pause audio
             // 
-            function <a href="../events/events.pause.html">pause</a>Audio() {
+            function pauseAudio() {
                 if (my_media) {
-                    my_media.<a href="../events/events.pause.html">pause</a>();
+                    my_media.pause();
                 }
             }
         
@@ -137,7 +137,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             // 
             function stopAudio() {
                 if (my_media) {
-                    my_<a href="media.stop.html">media.stop</a>();
+                    my_media.stop();
                 }
                 clearInterval(mediaTimer);
                 mediaTimer = null;
@@ -158,7 +158,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         
             // Set audio position
             // 
-            function setAudio<a href="../geolocation/Position/position.html">Position</a>(position) {
+            function setAudioPosition(position) {
                 document.getElementById('audio_position').innerHTML = position;
             }
         
@@ -166,7 +166,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
           </head>
           <body>
             <a href="#" class="btn large" onclick="playAudio('http://audio.ibeat.org/content/p1rj1s/p1rj1s_-_rockGuitar.mp3');">Play Audio</a>
-            <a href="#" class="btn large" onclick="<a href="../events/events.pause.html">pause</a>Audio();">Pause Playing Audio</a>
+            <a href="#" class="btn large" onclick="pauseAudio();">Pause Playing Audio</a>
             <a href="#" class="btn large" onclick="stopAudio();">Stop Playing Audio</a>
             <p id="audio_position"></p>
           </body>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/media/media.getDuration.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/media/media.getDuration.md b/www/docs/en/1.6.0/cordova/media/media.getDuration.md
index 299d688..cedd820 100644
--- a/www/docs/en/1.6.0/cordova/media/media.getDuration.md
+++ b/www/docs/en/1.6.0/cordova/media/media.getDuration.md
@@ -38,12 +38,12 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
     
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
         // Audio player
         //
-        var my_media = new <a href="media.html">Media</a>(src, onSuccess, onError);
+        var my_media = new Media(src, onSuccess, onError);
 
         // Get duration
         var counter = 0;
@@ -60,25 +60,25 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
        }, 100);
 
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
         <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
                               "http://www.w3.org/TR/html4/strict.dtd">
         <html>
           <head>
-            <title><a href="media.html">Media</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+            <title>Media Example</title>
         
             <script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"></script>
             <script type="text/javascript" charset="utf-8">
         
             // Wait for Cordova to load
             //
-            document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         
             // Cordova is ready
             //
-            function on<a href="../device/device.html">Device</a>Ready() {
+            function onDeviceReady() {
                 playAudio("http://audio.ibeat.org/content/p1rj1s/p1rj1s_-_rockGuitar.mp3");
             }
         
@@ -90,27 +90,27 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             // Play audio
             //
             function playAudio(src) {
-                // Create <a href="media.html">Media</a> object from src
-                my_media = new <a href="media.html">Media</a>(src, onSuccess, onError);
+                // Create Media object from src
+                my_media = new Media(src, onSuccess, onError);
         
                 // Play audio
-                my_<a href="media.play.html">media.play</a>();
+                my_media.play();
         
                 // Update my_media position every second
                 if (mediaTimer == null) {
                     mediaTimer = setInterval(function() {
                         // get my_media position
-                        my_media.getCurrent<a href="../geolocation/Position/position.html">Position</a>(
+                        my_media.getCurrentPosition(
                             // success callback
                             function(position) {
                                 if (position > -1) {
-                                    setAudio<a href="../geolocation/Position/position.html">Position</a>((position) + " sec");
+                                    setAudioPosition((position) + " sec");
                                 }
                             },
                             // error callback
                             function(e) {
                                 console.log("Error getting pos=" + e);
-                                setAudio<a href="../geolocation/Position/position.html">Position</a>("Error: " + e);
+                                setAudioPosition("Error: " + e);
                             }
                         );
                     }, 1000);
@@ -119,9 +119,9 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         
             // Pause audio
             // 
-            function <a href="../events/events.pause.html">pause</a>Audio() {
+            function pauseAudio() {
                 if (my_media) {
-                    my_media.<a href="../events/events.pause.html">pause</a>();
+                    my_media.pause();
                 }
             }
         
@@ -129,7 +129,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             // 
             function stopAudio() {
                 if (my_media) {
-                    my_<a href="media.stop.html">media.stop</a>();
+                    my_media.stop();
                 }
                 clearInterval(mediaTimer);
                 mediaTimer = null;
@@ -150,7 +150,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         
             // Set audio position
             // 
-            function setAudio<a href="../geolocation/Position/position.html">Position</a>(position) {
+            function setAudioPosition(position) {
                 document.getElementById('audio_position').innerHTML = position;
             }
         
@@ -158,7 +158,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
           </head>
           <body>
             <a href="#" class="btn large" onclick="playAudio('http://audio.ibeat.org/content/p1rj1s/p1rj1s_-_rockGuitar.mp3');">Play Audio</a>
-            <a href="#" class="btn large" onclick="<a href="../events/events.pause.html">pause</a>Audio();">Pause Playing Audio</a>
+            <a href="#" class="btn large" onclick="pauseAudio();">Pause Playing Audio</a>
             <a href="#" class="btn large" onclick="stopAudio();">Stop Playing Audio</a>
             <p id="audio_position"></p>
           </body>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/media/media.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/media/media.md b/www/docs/en/1.6.0/cordova/media/media.md
index 53c2c4c..1094fb8 100644
--- a/www/docs/en/1.6.0/cordova/media/media.md
+++ b/www/docs/en/1.6.0/cordova/media/media.md
@@ -23,7 +23,7 @@ Media
 
 > The `Media` object provides the ability to record and play back audio files on a device. 
 
-    var media = new Media(src, mediaSuccess, [<a href="Parameters/mediaError.html">mediaError</a>], [mediaStatus]);
+    var media = new Media(src, mediaSuccess, [mediaError], [mediaStatus]);
 
 
 Note: The current implementation does not adhere to a W3C specification for media capture, and is provided for convenience only.  A future implementation will adhere to the latest W3C specification and may deprecate the current APIs.
@@ -33,26 +33,26 @@ Parameters
 
 - __src__: A URI containing the audio content. _(DOMString)_
 - __mediaSuccess__: (Optional) The callback that is invoked after a Media object has completed the current play/record or stop action. _(Function)_
-- __<a href="Parameters/mediaError.html">mediaError</a>__: (Optional) The callback that is invoked if there was an error. _(Function)_
+- __mediaError__: (Optional) The callback that is invoked if there was an error. _(Function)_
 - __mediaStatus__: (Optional) The callback that is invoked to indicate status changes. _(Function)_
 
 Methods
 -------
 
-- media.getCurrent<a href="../geolocation/Position/position.html">Position</a>: Returns the current position within an audio file.
-- <a href="media.getDuration.html">media.getDuration</a>: Returns the duration of an audio file.
-- <a href="media.play.html">media.play</a>: Start or <a href="../events/events.resume.html">resume</a> playing audio file.
-- media.<a href="../events/events.pause.html">pause</a>: Pause playing audio file.
-- <a href="media.release.html">media.release</a>: Releases the underlying OS'es audio resources.
-- <a href="media.seekTo.html">media.seekTo</a>: Moves the position within the audio file.
-- <a href="media.startRecord.html">media.startRecord</a>: Start recording audio file.
-- <a href="media.stop.html">media.stop</a>Record: Stop recording audio file.
-- <a href="media.stop.html">media.stop</a>: Stop playing audio file.
+- media.getCurrentPosition: Returns the current position within an audio file.
+- media.getDuration: Returns the duration of an audio file.
+- media.play: Start or resume playing audio file.
+- media.pause: Pause playing audio file.
+- media.release: Releases the underlying OS'es audio resources.
+- media.seekTo: Moves the position within the audio file.
+- media.startRecord: Start recording audio file.
+- media.stopRecord: Stop recording audio file.
+- media.stop: Stop playing audio file.
 
 Additional ReadOnly Parameters
 ---------------------
 
-- ___position__: The position within the audio playback in seconds.  Not automatically updated during play, call getCurrent<a href="../geolocation/Position/position.html">Position</a> to update.
+- ___position__: The position within the audio playback in seconds.  Not automatically updated during play, call getCurrentPosition to update.
 - ___duration__: The duration of the media in seconds.
 
 Supported Platforms

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/media/media.pause.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/media/media.pause.md b/www/docs/en/1.6.0/cordova/media/media.pause.md
index 8c758d4..f36dd0c 100644
--- a/www/docs/en/1.6.0/cordova/media/media.pause.md
+++ b/www/docs/en/1.6.0/cordova/media/media.pause.md
@@ -18,18 +18,18 @@ license: >
     under the License.
 ---
 
-media.<a href="../events/events.pause.html">pause</a>
+media.pause
 ===========
 
 Pauses playing an audio file.
 
-    media.<a href="../events/events.pause.html">pause</a>();
+    media.pause();
 
 
 Description
 -----------
 
-Function `media.<a href="../events/events.pause.html">pause</a>` is a synchronous function that <a href="../events/events.pause.html">pause</a>s playing an audio file.
+Function `media.pause` is a synchronous function that pauses playing an audio file.
 
 Supported Platforms
 -------------------
@@ -38,14 +38,14 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
     
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // Play audio
     //
     function playAudio(url) {
         // Play the audio file at url
-        var my_media = new <a href="media.html">Media</a>(url,
+        var my_media = new Media(url,
             // success callback
             function() {
                 console.log("playAudio():Audio Success");
@@ -56,34 +56,34 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         });
 
         // Play audio
-        my_<a href="media.play.html">media.play</a>();
+        my_media.play();
 
         // Pause after 10 seconds
         setTimeout(function() {
-            media.<a href="../events/events.pause.html">pause</a>();
+            media.pause();
         }, 10000);        
     }
 
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
         <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
                               "http://www.w3.org/TR/html4/strict.dtd">
         <html>
           <head>
-            <title><a href="media.html">Media</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+            <title>Media Example</title>
         
             <script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"></script>
             <script type="text/javascript" charset="utf-8">
         
             // Wait for Cordova to load
             //
-            document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         
             // Cordova is ready
             //
-            function on<a href="../device/device.html">Device</a>Ready() {
+            function onDeviceReady() {
                 playAudio("http://audio.ibeat.org/content/p1rj1s/p1rj1s_-_rockGuitar.mp3");
             }
         
@@ -95,27 +95,27 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             // Play audio
             //
             function playAudio(src) {
-                // Create <a href="media.html">Media</a> object from src
-                my_media = new <a href="media.html">Media</a>(src, onSuccess, onError);
+                // Create Media object from src
+                my_media = new Media(src, onSuccess, onError);
         
                 // Play audio
-                my_<a href="media.play.html">media.play</a>();
+                my_media.play();
         
                 // Update my_media position every second
                 if (mediaTimer == null) {
                     mediaTimer = setInterval(function() {
                         // get my_media position
-                        my_media.getCurrent<a href="../geolocation/Position/position.html">Position</a>(
+                        my_media.getCurrentPosition(
                             // success callback
                             function(position) {
                                 if (position > -1) {
-                                    setAudio<a href="../geolocation/Position/position.html">Position</a>((position) + " sec");
+                                    setAudioPosition((position) + " sec");
                                 }
                             },
                             // error callback
                             function(e) {
                                 console.log("Error getting pos=" + e);
-                                setAudio<a href="../geolocation/Position/position.html">Position</a>("Error: " + e);
+                                setAudioPosition("Error: " + e);
                             }
                         );
                     }, 1000);
@@ -124,9 +124,9 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         
             // Pause audio
             // 
-            function <a href="../events/events.pause.html">pause</a>Audio() {
+            function pauseAudio() {
                 if (my_media) {
-                    my_media.<a href="../events/events.pause.html">pause</a>();
+                    my_media.pause();
                 }
             }
         
@@ -134,7 +134,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             // 
             function stopAudio() {
                 if (my_media) {
-                    my_<a href="media.stop.html">media.stop</a>();
+                    my_media.stop();
                 }
                 clearInterval(mediaTimer);
                 mediaTimer = null;
@@ -155,7 +155,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         
             // Set audio position
             // 
-            function setAudio<a href="../geolocation/Position/position.html">Position</a>(position) {
+            function setAudioPosition(position) {
                 document.getElementById('audio_position').innerHTML = position;
             }
         
@@ -163,7 +163,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
           </head>
           <body>
             <a href="#" class="btn large" onclick="playAudio('http://audio.ibeat.org/content/p1rj1s/p1rj1s_-_rockGuitar.mp3');">Play Audio</a>
-            <a href="#" class="btn large" onclick="<a href="../events/events.pause.html">pause</a>Audio();">Pause Playing Audio</a>
+            <a href="#" class="btn large" onclick="pauseAudio();">Pause Playing Audio</a>
             <a href="#" class="btn large" onclick="stopAudio();">Stop Playing Audio</a>
             <p id="audio_position"></p>
           </body>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/media/media.play.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/media/media.play.md b/www/docs/en/1.6.0/cordova/media/media.play.md
index 5cc5555..3022fe3 100644
--- a/www/docs/en/1.6.0/cordova/media/media.play.md
+++ b/www/docs/en/1.6.0/cordova/media/media.play.md
@@ -21,7 +21,7 @@ license: >
 media.play
 ==========
 
-Starts or <a href="../events/events.resume.html">resume</a>s playing an audio file.
+Starts or resumes playing an audio file.
 
     media.play();
 
@@ -29,7 +29,7 @@ Starts or <a href="../events/events.resume.html">resume</a>s playing an audio fi
 Description
 -----------
 
-Function `media.play` is a synchronous function that starts or <a href="../events/events.resume.html">resume</a>s playing an audio file.
+Function `media.play` is a synchronous function that starts or resumes playing an audio file.
 
 Supported Platforms
 -------------------
@@ -38,14 +38,14 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
     
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // Play audio
     //
     function playAudio(url) {
         // Play the audio file at url
-        var my_media = new <a href="media.html">Media</a>(url,
+        var my_media = new Media(url,
             // success callback
             function() {
                 console.log("playAudio():Audio Success");
@@ -60,25 +60,25 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
     }
 
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
         <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
                               "http://www.w3.org/TR/html4/strict.dtd">
         <html>
           <head>
-            <title><a href="media.html">Media</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+            <title>Media Example</title>
         
             <script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"></script>
             <script type="text/javascript" charset="utf-8">
         
             // Wait for Cordova to load
             //
-            document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         
             // Cordova is ready
             //
-            function on<a href="../device/device.html">Device</a>Ready() {
+            function onDeviceReady() {
                 playAudio("http://audio.ibeat.org/content/p1rj1s/p1rj1s_-_rockGuitar.mp3");
             }
         
@@ -91,8 +91,8 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             //
             function playAudio(src) {
             	if (my_media == null) {
-                	// Create <a href="media.html">Media</a> object from src
-                	my_media = new <a href="media.html">Media</a>(src, onSuccess, onError);
+                	// Create Media object from src
+                	my_media = new Media(src, onSuccess, onError);
             	} // else play current audio
                 // Play audio
                 my_media.play();
@@ -101,17 +101,17 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
                 if (mediaTimer == null) {
                     mediaTimer = setInterval(function() {
                         // get my_media position
-                        my_media.getCurrent<a href="../geolocation/Position/position.html">Position</a>(
+                        my_media.getCurrentPosition(
                             // success callback
                             function(position) {
                                 if (position > -1) {
-                                    setAudio<a href="../geolocation/Position/position.html">Position</a>((position) + " sec");
+                                    setAudioPosition((position) + " sec");
                                 }
                             },
                             // error callback
                             function(e) {
                                 console.log("Error getting pos=" + e);
-                                setAudio<a href="../geolocation/Position/position.html">Position</a>("Error: " + e);
+                                setAudioPosition("Error: " + e);
                             }
                         );
                     }, 1000);
@@ -120,9 +120,9 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         
             // Pause audio
             // 
-            function <a href="../events/events.pause.html">pause</a>Audio() {
+            function pauseAudio() {
                 if (my_media) {
-                    my_media.<a href="../events/events.pause.html">pause</a>();
+                    my_media.pause();
                 }
             }
         
@@ -130,7 +130,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             // 
             function stopAudio() {
                 if (my_media) {
-                    my_<a href="media.stop.html">media.stop</a>();
+                    my_media.stop();
                 }
                 clearInterval(mediaTimer);
                 mediaTimer = null;
@@ -151,7 +151,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         
             // Set audio position
             // 
-            function setAudio<a href="../geolocation/Position/position.html">Position</a>(position) {
+            function setAudioPosition(position) {
                 document.getElementById('audio_position').innerHTML = position;
             }
         
@@ -159,7 +159,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
           </head>
           <body>
             <a href="#" class="btn large" onclick="playAudio('http://audio.ibeat.org/content/p1rj1s/p1rj1s_-_rockGuitar.mp3');">Play Audio</a>
-            <a href="#" class="btn large" onclick="<a href="../events/events.pause.html">pause</a>Audio();">Pause Playing Audio</a>
+            <a href="#" class="btn large" onclick="pauseAudio();">Pause Playing Audio</a>
             <a href="#" class="btn large" onclick="stopAudio();">Stop Playing Audio</a>
             <p id="audio_position"></p>
           </body>
@@ -172,5 +172,5 @@ iOS Quirk
  
     Pass in this option to the **play** method to specify the number of times you want the media file to play. e.g:
     
-        var my<a href="media.html">Media</a> = new <a href="media.html">Media</a>("http://audio.ibeat.org/content/p1rj1s/p1rj1s_-_rockGuitar.mp3")
-        my<a href="media.html">Media</a>.play({ numberOfLoops: 2 })
+        var myMedia = new Media("http://audio.ibeat.org/content/p1rj1s/p1rj1s_-_rockGuitar.mp3")
+        myMedia.play({ numberOfLoops: 2 })

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/media/media.release.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/media/media.release.md b/www/docs/en/1.6.0/cordova/media/media.release.md
index 2c517b7..5ee7ca0 100644
--- a/www/docs/en/1.6.0/cordova/media/media.release.md
+++ b/www/docs/en/1.6.0/cordova/media/media.release.md
@@ -29,7 +29,7 @@ Releases the underlying operating systems audio resources.
 Description
 -----------
 
-Function `media.release` is a synchronous function that releases the underlying operating systems audio resources.  This function is particularly important for Android as there are a finite amount of OpenCore instances for media playback.  Developers should call the 'release' function when they no longer need the <a href="media.html">Media</a> resource.
+Function `media.release` is a synchronous function that releases the underlying operating systems audio resources.  This function is particularly important for Android as there are a finite amount of OpenCore instances for media playback.  Developers should call the 'release' function when they no longer need the Media resource.
 
 Supported Platforms
 -------------------
@@ -38,36 +38,36 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
     
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
         // Audio player
         //
-        var my_media = new <a href="media.html">Media</a>(src, onSuccess, onError);
+        var my_media = new Media(src, onSuccess, onError);
         
-        my_<a href="media.play.html">media.play</a>();
-        my_<a href="media.stop.html">media.stop</a>();
+        my_media.play();
+        my_media.stop();
         my_media.release();
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
         <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
                               "http://www.w3.org/TR/html4/strict.dtd">
         <html>
           <head>
-            <title><a href="media.html">Media</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+            <title>Media Example</title>
         
             <script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"></script>
             <script type="text/javascript" charset="utf-8">
         
             // Wait for Cordova to load
             //
-            document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         
             // Cordova is ready
             //
-            function on<a href="../device/device.html">Device</a>Ready() {
+            function onDeviceReady() {
                 playAudio("http://audio.ibeat.org/content/p1rj1s/p1rj1s_-_rockGuitar.mp3");
             }
         
@@ -79,27 +79,27 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             // Play audio
             //
             function playAudio(src) {
-                // Create <a href="media.html">Media</a> object from src
-                my_media = new <a href="media.html">Media</a>(src, onSuccess, onError);
+                // Create Media object from src
+                my_media = new Media(src, onSuccess, onError);
         
                 // Play audio
-                my_<a href="media.play.html">media.play</a>();
+                my_media.play();
         
                 // Update my_media position every second
                 if (mediaTimer == null) {
                     mediaTimer = setInterval(function() {
                         // get my_media position
-                        my_media.getCurrent<a href="../geolocation/Position/position.html">Position</a>(
+                        my_media.getCurrentPosition(
                             // success callback
                             function(position) {
                                 if (position > -1) {
-                                    setAudio<a href="../geolocation/Position/position.html">Position</a>((position) + " sec");
+                                    setAudioPosition((position) + " sec");
                                 }
                             },
                             // error callback
                             function(e) {
                                 console.log("Error getting pos=" + e);
-                                setAudio<a href="../geolocation/Position/position.html">Position</a>("Error: " + e);
+                                setAudioPosition("Error: " + e);
                             }
                         );
                     }, 1000);
@@ -108,9 +108,9 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         
             // Pause audio
             // 
-            function <a href="../events/events.pause.html">pause</a>Audio() {
+            function pauseAudio() {
                 if (my_media) {
-                    my_media.<a href="../events/events.pause.html">pause</a>();
+                    my_media.pause();
                 }
             }
         
@@ -118,7 +118,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             // 
             function stopAudio() {
                 if (my_media) {
-                    my_<a href="media.stop.html">media.stop</a>();
+                    my_media.stop();
                 }
                 clearInterval(mediaTimer);
                 mediaTimer = null;
@@ -139,7 +139,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         
             // Set audio position
             // 
-            function setAudio<a href="../geolocation/Position/position.html">Position</a>(position) {
+            function setAudioPosition(position) {
                 document.getElementById('audio_position').innerHTML = position;
             }
         
@@ -147,7 +147,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
           </head>
           <body>
             <a href="#" class="btn large" onclick="playAudio('http://audio.ibeat.org/content/p1rj1s/p1rj1s_-_rockGuitar.mp3');">Play Audio</a>
-            <a href="#" class="btn large" onclick="<a href="../events/events.pause.html">pause</a>Audio();">Pause Playing Audio</a>
+            <a href="#" class="btn large" onclick="pauseAudio();">Pause Playing Audio</a>
             <a href="#" class="btn large" onclick="stopAudio();">Stop Playing Audio</a>
             <p id="audio_position"></p>
           </body>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/media/media.seekTo.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/media/media.seekTo.md b/www/docs/en/1.6.0/cordova/media/media.seekTo.md
index 8e0dcb6..12f0158 100644
--- a/www/docs/en/1.6.0/cordova/media/media.seekTo.md
+++ b/www/docs/en/1.6.0/cordova/media/media.seekTo.md
@@ -34,7 +34,7 @@ Parameters
 Description
 -----------
 
-Function `media.seekTo` is an asynchronous function that updates the current position of the underlying audio file of a <a href="media.html">Media</a> object. Also updates the ___position__ parameter within the <a href="media.html">Media</a> object. 
+Function `media.seekTo` is an asynchronous function that updates the current position of the underlying audio file of a Media object. Also updates the ___position__ parameter within the Media object. 
 
 Supported Platforms
 -------------------
@@ -43,38 +43,38 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
     
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
         // Audio player
         //
-        var my_media = new <a href="media.html">Media</a>(src, onSuccess, onError);
-		my_<a href="media.play.html">media.play</a>();
+        var my_media = new Media(src, onSuccess, onError);
+		my_media.play();
         // SeekTo to 10 seconds after 5 seconds
         setTimeout(function() {
             my_media.seekTo(10000);
         }, 5000);
 
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
         <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
                       "http://www.w3.org/TR/html4/strict.dtd">
         <html>
           <head>
-            <title><a href="media.html">Media</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+            <title>Media Example</title>
         
             <script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"></script>
             <script type="text/javascript" charset="utf-8">
         
             // Wait for Cordova to load
             //
-            document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         
             // Cordova is ready
             //
-            function on<a href="../device/device.html">Device</a>Ready() {
+            function onDeviceReady() {
                 playAudio("http://audio.ibeat.org/content/p1rj1s/p1rj1s_-_rockGuitar.mp3");
             }
         
@@ -86,19 +86,19 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             // Play audio
             //
             function playAudio(src) {
-                // Create <a href="media.html">Media</a> object from src
-                my_media = new <a href="media.html">Media</a>(src, onSuccess, onError);
+                // Create Media object from src
+                my_media = new Media(src, onSuccess, onError);
         
                 // Play audio
-                my_<a href="media.play.html">media.play</a>();
+                my_media.play();
                 // Update media position every second
         		mediaTimer = setInterval(function() {
             		// get media position
-           			my_media.getCurrent<a href="../geolocation/Position/position.html">Position</a>(
+           			my_media.getCurrentPosition(
                 		// success callback
                 		function(position) {
                     		if (position > -1) {
-                        		setAudio<a href="../geolocation/Position/position.html">Position</a>(position + " sec");
+                        		setAudioPosition(position + " sec");
                     		}
                 		},
                 		// error callback
@@ -117,7 +117,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             // 
             function stopAudio() {
                 if (my_media) {
-                    my_<a href="media.stop.html">media.stop</a>();
+                    my_media.stop();
                 }
                 clearInterval(mediaTimer);
                 mediaTimer = null;
@@ -138,7 +138,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         
             // Set audio position
             // 
-            function setAudio<a href="../geolocation/Position/position.html">Position</a>(position) {
+            function setAudioPosition(position) {
                 document.getElementById('audio_position').innerHTML = position;
             }
         

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/media/media.startRecord.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/media/media.startRecord.md b/www/docs/en/1.6.0/cordova/media/media.startRecord.md
index af39543..70a3c4a 100644
--- a/www/docs/en/1.6.0/cordova/media/media.startRecord.md
+++ b/www/docs/en/1.6.0/cordova/media/media.startRecord.md
@@ -38,14 +38,14 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
     
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // Record audio
     // 
     function recordAudio() {
         var src = "myrecording.mp3";
-        var mediaRec = new <a href="media.html">Media</a>(src,
+        var mediaRec = new Media(src,
             // success callback
             function() {
                 console.log("recordAudio():Audio Success");
@@ -61,26 +61,26 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
     }
 
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../device/device.html">Device</a> Properties <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Device Properties Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Record audio
         // 
         function recordAudio() {
             var src = "myrecording.mp3";
-            var mediaRec = new <a href="media.html">Media</a>(src, onSuccess, onError);
+            var mediaRec = new Media(src, onSuccess, onError);
 
             // Record audio
             mediaRec.startRecord();
@@ -89,7 +89,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             var recTime = 0;
             var recInterval = setInterval(function() {
                 recTime = recTime + 1;
-                setAudio<a href="../geolocation/Position/position.html">Position</a>(recTime + " sec");
+                setAudioPosition(recTime + " sec");
                 if (recTime >= 10) {
                     clearInterval(recInterval);
                     mediaRec.stopRecord();
@@ -99,7 +99,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
 
         // Cordova is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             recordAudio();
         }
     
@@ -118,7 +118,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
 
         // Set audio position
         // 
-        function setAudio<a href="../geolocation/Position/position.html">Position</a>(position) {
+        function setAudioPosition(position) {
             document.getElementById('audio_position').innerHTML = position;
         }
 
@@ -134,4 +134,4 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
 iOS Quirks
 ----------
 
-- The file to record to must already exist and should be of type .wav. The <a href="../file/fileobj/fileobj.html">File</a> API's can be used to create the file.
+- The file to record to must already exist and should be of type .wav. The File API's can be used to create the file.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/media/media.stop.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/media/media.stop.md b/www/docs/en/1.6.0/cordova/media/media.stop.md
index f6c8a86..362ac0e 100644
--- a/www/docs/en/1.6.0/cordova/media/media.stop.md
+++ b/www/docs/en/1.6.0/cordova/media/media.stop.md
@@ -38,14 +38,14 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
     
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // Play audio
     //
     function playAudio(url) {
         // Play the audio file at url
-        var my_media = new <a href="media.html">Media</a>(url,
+        var my_media = new Media(url,
             // success callback
             function() {
                 console.log("playAudio():Audio Success");
@@ -56,7 +56,7 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         });
 
         // Play audio
-        my_<a href="media.play.html">media.play</a>();
+        my_media.play();
 
         // Pause after 10 seconds
         setTimeout(function() {
@@ -64,25 +64,25 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         }, 10000);        
     }
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
         <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
                               "http://www.w3.org/TR/html4/strict.dtd">
         <html>
           <head>
-            <title><a href="media.html">Media</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+            <title>Media Example</title>
         
             <script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"></script>
             <script type="text/javascript" charset="utf-8">
         
             // Wait for Cordova to load
             //
-            document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         
             // Cordova is ready
             //
-            function on<a href="../device/device.html">Device</a>Ready() {
+            function onDeviceReady() {
                 playAudio("http://audio.ibeat.org/content/p1rj1s/p1rj1s_-_rockGuitar.mp3");
             }
         
@@ -94,27 +94,27 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             // Play audio
             //
             function playAudio(src) {
-                // Create <a href="media.html">Media</a> object from src
-                my_media = new <a href="media.html">Media</a>(src, onSuccess, onError);
+                // Create Media object from src
+                my_media = new Media(src, onSuccess, onError);
         
                 // Play audio
-                my_<a href="media.play.html">media.play</a>();
+                my_media.play();
         
                 // Update my_media position every second
                 if (mediaTimer == null) {
                     mediaTimer = setInterval(function() {
                         // get my_media position
-                        my_media.getCurrent<a href="../geolocation/Position/position.html">Position</a>(
+                        my_media.getCurrentPosition(
                             // success callback
                             function(position) {
                                 if (position > -1) {
-                                    setAudio<a href="../geolocation/Position/position.html">Position</a>((position) + " sec");
+                                    setAudioPosition((position) + " sec");
                                 }
                             },
                             // error callback
                             function(e) {
                                 console.log("Error getting pos=" + e);
-                                setAudio<a href="../geolocation/Position/position.html">Position</a>("Error: " + e);
+                                setAudioPosition("Error: " + e);
                             }
                         );
                     }, 1000);
@@ -123,9 +123,9 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         
             // Pause audio
             // 
-            function <a href="../events/events.pause.html">pause</a>Audio() {
+            function pauseAudio() {
                 if (my_media) {
-                    my_media.<a href="../events/events.pause.html">pause</a>();
+                    my_media.pause();
                 }
             }
         
@@ -154,7 +154,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         
             // Set audio position
             // 
-            function setAudio<a href="../geolocation/Position/position.html">Position</a>(position) {
+            function setAudioPosition(position) {
                 document.getElementById('audio_position').innerHTML = position;
             }
         
@@ -162,7 +162,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
           </head>
           <body>
             <a href="#" class="btn large" onclick="playAudio('http://audio.ibeat.org/content/p1rj1s/p1rj1s_-_rockGuitar.mp3');">Play Audio</a>
-            <a href="#" class="btn large" onclick="<a href="../events/events.pause.html">pause</a>Audio();">Pause Playing Audio</a>
+            <a href="#" class="btn large" onclick="pauseAudio();">Pause Playing Audio</a>
             <a href="#" class="btn large" onclick="stopAudio();">Stop Playing Audio</a>
             <p id="audio_position"></p>
           </body>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/media/media.stopRecord.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/media/media.stopRecord.md b/www/docs/en/1.6.0/cordova/media/media.stopRecord.md
index 9639b5a..6f19ed0 100644
--- a/www/docs/en/1.6.0/cordova/media/media.stopRecord.md
+++ b/www/docs/en/1.6.0/cordova/media/media.stopRecord.md
@@ -18,18 +18,18 @@ license: >
     under the License.
 ---
 
-<a href="media.stop.html">media.stop</a>Record
+media.stopRecord
 ================
 
 Stops recording an audio file.
 
-    <a href="media.stop.html">media.stop</a>Record();
+    media.stopRecord();
 
 
 Description
 -----------
 
-Function `<a href="media.stop.html">media.stop</a>Record` is a synchronous function that stops recording an audio file.
+Function `media.stopRecord` is a synchronous function that stops recording an audio file.
 
 Supported Platforms
 -------------------
@@ -38,14 +38,14 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
     
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // Record audio
     // 
     function recordAudio() {
         var src = "myrecording.mp3";
-        var mediaRec = new <a href="media.html">Media</a>(src,
+        var mediaRec = new Media(src,
             // success callback
             function() {
                 console.log("recordAudio():Audio Success");
@@ -66,26 +66,26 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
     }
 
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../device/device.html">Device</a> Properties <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Device Properties Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Record audio
         // 
         function recordAudio() {
             var src = "myrecording.mp3";
-            var mediaRec = new <a href="media.html">Media</a>(src, onSuccess, onError);
+            var mediaRec = new Media(src, onSuccess, onError);
 
             // Record audio
             mediaRec.startRecord();
@@ -94,7 +94,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             var recTime = 0;
             var recInterval = setInterval(function() {
                 recTime = recTime + 1;
-                setAudio<a href="../geolocation/Position/position.html">Position</a>(recTime + " sec");
+                setAudioPosition(recTime + " sec");
                 if (recTime >= 10) {
                     clearInterval(recInterval);
                     mediaRec.stopRecord();
@@ -104,7 +104,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
 
         // Cordova is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             recordAudio();
         }
     
@@ -123,7 +123,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
 
         // Set audio position
         // 
-        function setAudio<a href="../geolocation/Position/position.html">Position</a>(position) {
+        function setAudioPosition(position) {
             document.getElementById('audio_position').innerHTML = position;
         }
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/notification/notification.alert.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/notification/notification.alert.md b/www/docs/en/1.6.0/cordova/notification/notification.alert.md
index 60ab6aa..7b58c3d 100644
--- a/www/docs/en/1.6.0/cordova/notification/notification.alert.md
+++ b/www/docs/en/1.6.0/cordova/notification/notification.alert.md
@@ -43,7 +43,7 @@ Supported Platforms
 - iPhone
 - Windows Phone 7 ( Mango )
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // Android / BlackBerry WebWorks (OS 5.0 and higher) / iPhone
@@ -59,24 +59,24 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         'Done'                  // buttonName
     );
         
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="notification.html">Notification</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Notification Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             // Empty
         }
     

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/notification/notification.beep.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/notification/notification.beep.md b/www/docs/en/1.6.0/cordova/notification/notification.beep.md
index 24faeb6..553ca12 100644
--- a/www/docs/en/1.6.0/cordova/notification/notification.beep.md
+++ b/www/docs/en/1.6.0/cordova/notification/notification.beep.md
@@ -35,37 +35,37 @@ Supported Platforms
 - iPhone
 - Windows Phone 7 ( Mango )
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // Beep twice!
     navigator.notification.beep(2);
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="notification.html">Notification</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Notification Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             // Empty
         }
 
         // Show a custom alert
         //
         function showAlert() {
-		    navigator.<a href="notification.alert.html">notification.alert</a>(
+		    navigator.notification.alert(
 		        'You are the winner!',  // message
 		        'Game Over',            // title
 		        'Done'                  // buttonName
@@ -81,7 +81,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         // Vibrate for 2 seconds
         //
         function vibrate() {
-            navigator.<a href="notification.vibrate.html">notification.vibrate</a>(2000);
+            navigator.notification.vibrate(2000);
         }
 
         </script>
@@ -96,7 +96,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
 Android Quirks
 --------------
 
-- Android plays the default "<a href="notification.html">Notification</a> ringtone" specified under the "Settings/Sound & Display" panel.
+- Android plays the default "Notification ringtone" specified under the "Settings/Sound & Display" panel.
 
 iPhone Quirks
 -------------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/notification/notification.confirm.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/notification/notification.confirm.md b/www/docs/en/1.6.0/cordova/notification/notification.confirm.md
index d49e76e..2923c58 100644
--- a/www/docs/en/1.6.0/cordova/notification/notification.confirm.md
+++ b/www/docs/en/1.6.0/cordova/notification/notification.confirm.md
@@ -43,7 +43,7 @@ Supported Platforms
 - iPhone
 - Windows Phone 7 ( Mango )
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
 	// process the confirmation dialog result
@@ -62,24 +62,24 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         );
     }
         
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="notification.html">Notification</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Notification Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             // Empty
         }
     

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/notification/notification.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/notification/notification.md b/www/docs/en/1.6.0/cordova/notification/notification.md
index 5a0efa2..f337c57 100644
--- a/www/docs/en/1.6.0/cordova/notification/notification.md
+++ b/www/docs/en/1.6.0/cordova/notification/notification.md
@@ -26,7 +26,7 @@ Notification
 Methods
 -------
 
-- <a href="notification.alert.html">notification.alert</a>
-- <a href="notification.confirm.html">notification.confirm</a>
-- <a href="notification.beep.html">notification.beep</a>
-- <a href="notification.vibrate.html">notification.vibrate</a>
\ No newline at end of file
+- notification.alert
+- notification.confirm
+- notification.beep
+- notification.vibrate
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/notification/notification.vibrate.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/notification/notification.vibrate.md b/www/docs/en/1.6.0/cordova/notification/notification.vibrate.md
index b055498..833bc8e 100644
--- a/www/docs/en/1.6.0/cordova/notification/notification.vibrate.md
+++ b/www/docs/en/1.6.0/cordova/notification/notification.vibrate.md
@@ -35,38 +35,38 @@ Supported Platforms
 - iPhone
 - Windows Phone 7
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // Vibrate for 2.5 seconds
     //
     navigator.notification.vibrate(2500);
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
     
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="notification.html">Notification</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Notification Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             // Empty
         }
     
         // Show a custom alert
         //
         function showAlert() {
-		    navigator.<a href="notification.alert.html">notification.alert</a>(
+		    navigator.notification.alert(
 		        'You are the winner!',  // message
 		        'Game Over',            // title
 		        'Done'                  // buttonName
@@ -76,7 +76,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         // Beep three times
         //
         function playBeep() {
-            navigator.<a href="notification.beep.html">notification.beep</a>(3);
+            navigator.notification.beep(3);
         }
     
         // Vibrate for 2 seconds

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/storage/database/database.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/storage/database/database.md b/www/docs/en/1.6.0/cordova/storage/database/database.md
index c6bf3b1..6e8f440 100644
--- a/www/docs/en/1.6.0/cordova/storage/database/database.md
+++ b/www/docs/en/1.6.0/cordova/storage/database/database.md
@@ -32,7 +32,7 @@ Methods
 Details
 -------
 
-A Database object is returned from a call to `window.<a href="../storage.opendatabase.html">openDatabase</a>()`.
+A Database object is returned from a call to `window.openDatabase()`.
 
 Supported Platforms
 -------------------
@@ -41,7 +41,7 @@ Supported Platforms
 - BlackBerry WebWorks (OS 6.0 and higher)
 - iPhone
 
-Transaction Quick <a href="../storage.opendatabase.html">Example</a>
+Transaction Quick Example
 ------------------
 	function populateDB(tx) {
 		 tx.executeSql('DROP TABLE IF EXISTS DEMO');
@@ -58,34 +58,34 @@ Transaction Quick <a href="../storage.opendatabase.html">Example</a>
 		alert("success!");
 	}
 	
-	var db = window.<a href="../storage.opendatabase.html">openDatabase</a>("Database", "1.0", "Cordova Demo", 200000);
+	var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
 	db.transaction(populateDB, errorCB, successCB);
 
-Change Version Quick <a href="../storage.opendatabase.html">Example</a>
+Change Version Quick Example
 -------------------
 
-	var db = window.<a href="../storage.opendatabase.html">openDatabase</a>("Database", "1.0", "Cordova Demo", 200000);
+	var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
 	db.changeVersion("1.0", "1.1");
 
-Full <a href="../storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../../contacts/Contact/contact.html">Contact</a> <a href="../storage.opendatabase.html">Example</a></title>
+        <title>Contact Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../../device/device.html">Device</a>Ready() {
-			var db = window.<a href="../storage.opendatabase.html">openDatabase</a>("Database", "1.0", "Cordova Demo", 200000);
+        function onDeviceReady() {
+			var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
 			db.transaction(populateDB, errorCB, successCB);
         }
 		
@@ -113,7 +113,7 @@ Full <a href="../storage.opendatabase.html">Example</a>
         </script>
       </head>
       <body>
-        <h1><a href="../storage.opendatabase.html">Example</a></h1>
+        <h1>Example</h1>
         <p>Database</p>
       </body>
     </html>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/storage/localstorage/localstorage.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/storage/localstorage/localstorage.md b/www/docs/en/1.6.0/cordova/storage/localstorage/localstorage.md
index db5a13b..737c497 100644
--- a/www/docs/en/1.6.0/cordova/storage/localstorage/localstorage.md
+++ b/www/docs/en/1.6.0/cordova/storage/localstorage/localstorage.md
@@ -18,12 +18,12 @@ license: >
     under the License.
 ---
 
-local<a href="../storage.html">Storage</a>
+localStorage
 ===============
 
-Provides access to a W3C <a href="../storage.html">Storage</a> interface (http://dev.w3.org/html5/webstorage/#the-localstorage-attribute)
+Provides access to a W3C Storage interface (http://dev.w3.org/html5/webstorage/#the-localstorage-attribute)
 
-    var storage = window.local<a href="../storage.html">Storage</a>;
+    var storage = window.localStorage;
 
 Methods
 -------
@@ -37,9 +37,9 @@ Methods
 Details
 -----------
 
-local<a href="../storage.html">Storage</a> provides an interface to a W3C <a href="../storage.html">Storage</a> interface.  It allows one to save data as key-value pairs.
+localStorage provides an interface to a W3C Storage interface.  It allows one to save data as key-value pairs.
 
-Note: window.session<a href="../storage.html">Storage</a> provides the same interface, but is cleared between app launches.
+Note: window.sessionStorage provides the same interface, but is cleared between app launches.
 
 Supported Platforms
 -------------------
@@ -49,67 +49,67 @@ Supported Platforms
 - iPhone
 - Windows Phone 7
 
-Key Quick <a href="../storage.opendatabase.html">Example</a>
+Key Quick Example
 -------------
 
-    var keyName = window.local<a href="../storage.html">Storage</a>.key(0);
+    var keyName = window.localStorage.key(0);
 
-Set Item Quick <a href="../storage.opendatabase.html">Example</a>
+Set Item Quick Example
 -------------
 
-    window.local<a href="../storage.html">Storage</a>.setItem("key", "value");
+    window.localStorage.setItem("key", "value");
 
-Get Item Quick <a href="../storage.opendatabase.html">Example</a>
+Get Item Quick Example
 -------------
 
-	var value = window.local<a href="../storage.html">Storage</a>.getItem("key");
+	var value = window.localStorage.getItem("key");
 	// value is now equal to "value"
 
-Remove Item Quick <a href="../storage.opendatabase.html">Example</a>
+Remove Item Quick Example
 -------------
 
-	window.local<a href="../storage.html">Storage</a>.removeItem("key");
+	window.localStorage.removeItem("key");
 
-Clear Quick <a href="../storage.opendatabase.html">Example</a>
+Clear Quick Example
 -------------
 
-	window.local<a href="../storage.html">Storage</a>.clear();
+	window.localStorage.clear();
 
-Full <a href="../storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../../contacts/Contact/contact.html">Contact</a> <a href="../storage.opendatabase.html">Example</a></title>
+        <title>Contact Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../../device/device.html">Device</a>Ready() {
-			window.local<a href="../storage.html">Storage</a>.setItem("key", "value");
-			var keyname = window.local<a href="../storage.html">Storage</a>.key(i);
+        function onDeviceReady() {
+			window.localStorage.setItem("key", "value");
+			var keyname = window.localStorage.key(i);
 			// keyname is now equal to "key"
-			var value = window.local<a href="../storage.html">Storage</a>.getItem("key");
+			var value = window.localStorage.getItem("key");
 			// value is now equal to "value"
-			window.local<a href="../storage.html">Storage</a>.removeItem("key");
-			window.local<a href="../storage.html">Storage</a>.setItem("key2", "value2");
-			window.local<a href="../storage.html">Storage</a>.clear();
-			// local<a href="../storage.html">Storage</a> is now empty
+			window.localStorage.removeItem("key");
+			window.localStorage.setItem("key2", "value2");
+			window.localStorage.clear();
+			// localStorage is now empty
         }
     
 
         </script>
       </head>
       <body>
-        <h1><a href="../storage.opendatabase.html">Example</a></h1>
-        <p>local<a href="../storage.html">Storage</a></p>
+        <h1>Example</h1>
+        <p>localStorage</p>
       </body>
     </html>
 
@@ -117,4 +117,4 @@ Full <a href="../storage.opendatabase.html">Example</a>
 Windows Phone 7 Quirks
 -------------
 
-- dot notation is NOT available on Windows Phone. Be sure to use : window.local<a href="../storage.html">Storage</a>.setItem/getItem, and not the w3 spec defined calls to window.local<a href="../storage.html">Storage</a>.someKey = 'someValue';
\ No newline at end of file
+- dot notation is NOT available on Windows Phone. Be sure to use : window.localStorage.setItem/getItem, and not the w3 spec defined calls to window.localStorage.someKey = 'someValue';
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/storage/sqlresultset/sqlresultset.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/storage/sqlresultset/sqlresultset.md b/www/docs/en/1.6.0/cordova/storage/sqlresultset/sqlresultset.md
index 43f3bf3..a2349c7 100644
--- a/www/docs/en/1.6.0/cordova/storage/sqlresultset/sqlresultset.md
+++ b/www/docs/en/1.6.0/cordova/storage/sqlresultset/sqlresultset.md
@@ -21,7 +21,7 @@ license: >
 SQLResultSet
 =======
 
-When the executeSql method of a <a href="../sqltransaction/sqltransaction.html">SQLTransaction</a> is called it will invoke it's callback with a SQLResultSet.
+When the executeSql method of a SQLTransaction is called it will invoke it's callback with a SQLResultSet.
 
 Properties
 -------
@@ -33,7 +33,7 @@ Properties
 Details
 -------
 
-When you call the <a href="../sqltransaction/sqltransaction.html">SQLTransaction</a> executeSql method it's callback methods will be called with a SQLResultSet object.  The result object has three properties.  The first is the `insertId` which will return the row number of a success SQL insert statement.  If the SQL statement is not an insert then the `insertId` is not set.  The `rowsAffected` is always 0 for a SQL select statement.  For insert or update statements it returns the number of rows that have been modified.  The final property is of type <a href="../sqlresultsetlist/sqlresultsetlist.html">SQLResultSetList</a> and it contains the data returned from a SQL select statement.
+When you call the SQLTransaction executeSql method it's callback methods will be called with a SQLResultSet object.  The result object has three properties.  The first is the `insertId` which will return the row number of a success SQL insert statement.  If the SQL statement is not an insert then the `insertId` is not set.  The `rowsAffected` is always 0 for a SQL select statement.  For insert or update statements it returns the number of rows that have been modified.  The final property is of type SQLResultSetList and it contains the data returned from a SQL select statement.
 
 Supported Platforms
 -------------------
@@ -42,7 +42,7 @@ Supported Platforms
 - BlackBerry WebWorks (OS 6.0 and higher)
 - iPhone
 
-Execute SQL Quick <a href="../storage.opendatabase.html">Example</a>
+Execute SQL Quick Example
 ------------------
 
 	function queryDB(tx) {
@@ -62,23 +62,23 @@ Execute SQL Quick <a href="../storage.opendatabase.html">Example</a>
 		alert("Error processing SQL: "+err.code);
 	}
 	
-	var db = window.<a href="../storage.opendatabase.html">open<a href="../database/database.html">Database</a></a>("<a href="../database/database.html">Database</a>", "1.0", "Cordova Demo", 200000);
+	var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
 	db.transaction(queryDB, errorCB);
 
-Full <a href="../storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../../contacts/Contact/contact.html">Contact</a> <a href="../storage.opendatabase.html">Example</a></title>
+        <title>Contact Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
 		// Populate the database 
 		//
@@ -115,21 +115,21 @@ Full <a href="../storage.opendatabase.html">Example</a>
 		// Transaction success callback
 		//
 		function successCB() {
-			var db = window.<a href="../storage.opendatabase.html">open<a href="../database/database.html">Database</a></a>("<a href="../database/database.html">Database</a>", "1.0", "Cordova Demo", 200000);
+			var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
 			db.transaction(queryDB, errorCB);
 		}
 
 		// Cordova is ready
 		//
-		function on<a href="../../device/device.html">Device</a>Ready() {
-			var db = window.<a href="../storage.opendatabase.html">open<a href="../database/database.html">Database</a></a>("<a href="../database/database.html">Database</a>", "1.0", "Cordova Demo", 200000);
+		function onDeviceReady() {
+			var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
 			db.transaction(populateDB, errorCB, successCB);
 		}
 	
         </script>
       </head>
       <body>
-        <h1><a href="../storage.opendatabase.html">Example</a></h1>
-        <p><a href="../database/database.html">Database</a></p>
+        <h1>Example</h1>
+        <p>Database</p>
       </body>
     </html>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[27/51] [partial] docs commit: Reverting autolinking change because of inconsistencies.

Posted by db...@apache.org.
http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/contacts/Contact/contact.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/contacts/Contact/contact.md b/www/docs/en/1.6.0/cordova/contacts/Contact/contact.md
index bef2ca1..c93585d 100644
--- a/www/docs/en/1.6.0/cordova/contacts/Contact/contact.md
+++ b/www/docs/en/1.6.0/cordova/contacts/Contact/contact.md
@@ -28,31 +28,31 @@ Properties
 
 - __id:__ A globally unique identifier. _(DOMString)_
 - __displayName:__ The name of this Contact, suitable for display to end-users. _(DOMString)_
-- __name:__ An object containing all components of a persons name. _(<a href="../ContactName/contactname.html">ContactName</a>)_
+- __name:__ An object containing all components of a persons name. _(ContactName)_
 - __nickname:__ A casual name to address the contact by. _(DOMString)_
-- __phoneNumbers:__ An array of all the contact's phone numbers. _(<a href="../ContactField/contactfield.html">ContactField</a>[])_
-- __emails:__ An array of all the contact's email addresses. _(<a href="../ContactField/contactfield.html">ContactField</a>[])_
-- __addresses:__ An array of all the contact's addresses. _(<a href="../ContactAddress/contactaddress.html">ContactAddress</a>es[])_
-- __ims:__ An array of all the contact's IM addresses. _(<a href="../ContactField/contactfield.html">ContactField</a>[])_
-- __organizations:__ An array of all the contact's organizations. _(<a href="../ContactOrganization/contactorganization.html">ContactOrganization</a>[])_
+- __phoneNumbers:__ An array of all the contact's phone numbers. _(ContactField[])_
+- __emails:__ An array of all the contact's email addresses. _(ContactField[])_
+- __addresses:__ An array of all the contact's addresses. _(ContactAddresses[])_
+- __ims:__ An array of all the contact's IM addresses. _(ContactField[])_
+- __organizations:__ An array of all the contact's organizations. _(ContactOrganization[])_
 - __birthday:__ The birthday of the contact. _(Date)_
 - __note:__ A note about the contact. _(DOMString)_
-- __photos:__ An array of the contact's photos. _(<a href="../ContactField/contactfield.html">ContactField</a>[])_
-- __categories:__  An array of all the contacts user defined categories. _(<a href="../ContactField/contactfield.html">ContactField</a>[])_
-- __urls:__  An array of web pages associated to the contact. _(<a href="../ContactField/contactfield.html">ContactField</a>[])_
+- __photos:__ An array of the contact's photos. _(ContactField[])_
+- __categories:__  An array of all the contacts user defined categories. _(ContactField[])_
+- __urls:__  An array of web pages associated to the contact. _(ContactField[])_
 
 Methods
 -------
 
 - __clone__: Returns a new Contact object that is a deep copy of the calling object, with the id property set to `null`. 
-- __remove__: Removes the contact from the device contacts database.  An error callback is called with a `<a href="../ContactError/<a href="../parameters/contactError.html">contactError</a>.html">ContactError</a>` object if the removal is unsuccessful.
+- __remove__: Removes the contact from the device contacts database.  An error callback is called with a `ContactError` object if the removal is unsuccessful.
 - __save__: Saves a new contact to the device contacts database, or updates an existing contact if a contact with the same __id__ already exists.
 
 
 Details
 -------
 
-The `Contact` object represents a user contact.  <a href="../contacts.html">Contacts</a> can be created, saved to, or removed from the device contacts database.  <a href="../contacts.html">Contacts</a> can also be retrieved (individually or in bulk) from the database by invoking the `<a href="../contacts.find.html">contacts.find</a>` method.
+The `Contact` object represents a user contact.  Contacts can be created, saved to, or removed from the device contacts database.  Contacts can also be retrieved (individually or in bulk) from the database by invoking the `contacts.find` method.
 
 _Note: Not all of the above contact fields are supported on every device platform.  Please check each platform's Quirks section for information about which fields are supported._
 
@@ -63,24 +63,24 @@ Supported Platforms
 - BlackBerry WebWorks (OS 5.0 and higher)
 - iOS
 
-Save Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Save Quick Example
 ------------------
 
 	function onSuccess(contact) {
 		alert("Save Success");
 	};
 
-	function onError(<a href="../parameters/contactError.html">contactError</a>) {
-		alert("Error = " + <a href="../parameters/contactError.html">contactError</a>.code);
+	function onError(contactError) {
+		alert("Error = " + contactError.code);
 	};
 
 	// create a new contact object
-    var contact = navigator.<a href="../contacts.create.html">contacts.create</a>();
+    var contact = navigator.contacts.create();
 	contact.displayName = "Plumber";
 	contact.nickname = "Plumber"; 		//specify both to support all devices
 	
 	// populate some fields
-	var name = new <a href="../ContactName/contactname.html">ContactName</a>();
+	var name = new ContactName();
 	name.givenName = "Jane";
 	name.familyName = "Doe";
 	contact.name = name;
@@ -88,7 +88,7 @@ Save Quick <a href="../../storage/storage.opendatabase.html">Example</a>
 	// save to device
 	contact.save(onSuccess,onError);
 
-Clone Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Clone Quick Example
 -------------------
 
 	// clone the contact object
@@ -97,43 +97,43 @@ Clone Quick <a href="../../storage/storage.opendatabase.html">Example</a>
 	console.log("Original contact name = " + contact.name.givenName);
 	console.log("Cloned contact name = " + clone.name.givenName); 
 
-Remove Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Remove Quick Example
 --------------------
 
     function onSuccess() {
         alert("Removal Success");
     };
 
-    function onError(<a href="../parameters/contactError.html">contactError</a>) {
-        alert("Error = " + <a href="../parameters/contactError.html">contactError</a>.code);
+    function onError(contactError) {
+        alert("Error = " + contactError.code);
     };
 
 	// remove the contact from the device
 	contact.remove(onSuccess,onError);
 
-Full <a href="../../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Contact <a href="../../storage/storage.opendatabase.html">Example</a></title>
+        <title>Contact Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
 		    // create
-		    var contact = navigator.<a href="../contacts.create.html">contacts.create</a>();
+		    var contact = navigator.contacts.create();
 			contact.displayName = "Plumber";
 			contact.nickname = "Plumber"; 		//specify both to support all devices
-			var name = new <a href="../ContactName/contactname.html">ContactName</a>();
+			var name = new ContactName();
 			name.givenName = "Jane";
 			name.familyName = "Doe";
 			contact.name = name;
@@ -159,8 +159,8 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
     
         // onSaveError: Failed to get the contacts
         //
-        function onSaveError(<a href="../parameters/contactError.html">contactError</a>) {
-			alert("Error = " + <a href="../parameters/contactError.html">contactError</a>.code);
+        function onSaveError(contactError) {
+			alert("Error = " + contactError.code);
         }
         
         // onRemoveSuccess: Get a snapshot of the current contacts
@@ -171,15 +171,15 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
     
         // onRemoveError: Failed to get the contacts
         //
-        function onRemoveError(<a href="../parameters/contactError.html">contactError</a>) {
-			alert("Error = " + <a href="../parameters/contactError.html">contactError</a>.code);
+        function onRemoveError(contactError) {
+			alert("Error = " + contactError.code);
         }
 
         </script>
       </head>
       <body>
-        <h1><a href="../../storage/storage.opendatabase.html">Example</a></h1>
-        <p>Find <a href="../contacts.html">Contacts</a></p>
+        <h1>Example</h1>
+        <p>Find Contacts</p>
       </body>
     </html>
 
@@ -216,7 +216,7 @@ BlackBerry WebWorks (OS 5.0 and higher) Quirks
 
 iOS Quirks
 ----------
-- __displayName:__ This property is not supported by iOS and will be returned as `null` unless there is no <a href="../ContactName/contactname.html">ContactName</a> specified.  If there is no <a href="../ContactName/contactname.html">ContactName</a>, then composite name, __nickname__ or "" is returned for __displayName__, respectively. 
+- __displayName:__ This property is not supported by iOS and will be returned as `null` unless there is no ContactName specified.  If there is no ContactName, then composite name, __nickname__ or "" is returned for __displayName__, respectively. 
 - __birthday:__ For input, this property must be provided as a JavaScript Date object. It is returned as a JavaScript Date object.
-- __photos:__ Returned Photo is stored in the application's temporary directory and a <a href="../../file/fileobj/fileobj.html">File</a> URL to photo is returned.  Contents of temporary folder is deleted when application exits. 
+- __photos:__ Returned Photo is stored in the application's temporary directory and a File URL to photo is returned.  Contents of temporary folder is deleted when application exits. 
 - __categories:__  This property is not currently supported and will always be returned as `null`.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/contacts/ContactAddress/contactaddress.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/contacts/ContactAddress/contactaddress.md b/www/docs/en/1.6.0/cordova/contacts/ContactAddress/contactaddress.md
index 004b5c6..daca30c 100644
--- a/www/docs/en/1.6.0/cordova/contacts/ContactAddress/contactaddress.md
+++ b/www/docs/en/1.6.0/cordova/contacts/ContactAddress/contactaddress.md
@@ -18,14 +18,14 @@ license: >
     under the License.
 ---
 
-<a href="../Contact/contact.html">Contact</a>Address
+ContactAddress
 ==============
 
-Contains address properties for a `<a href="../Contact/contact.html">Contact</a>` object.
+Contains address properties for a `Contact` object.
 
 Properties
 ----------
-- __pref:__ Set to `true` if this `<a href="../Contact/contact.html">Contact</a>Address` contains the user's preferred value. _(boolean)_
+- __pref:__ Set to `true` if this `ContactAddress` contains the user's preferred value. _(boolean)_
 - __type:__ A string that tells you what type of field this is (example: 'home'). _(DOMString)
 - __formatted:__ The full address formatted for display. _(DOMString)_
 - __streetAddress:__ The full street address. _(DOMString)_
@@ -37,7 +37,7 @@ Properties
 Details
 -------
 
-The `<a href="../Contact/contact.html">Contact</a>Address` object stores the properties of a single address of a contact.  A `<a href="../Contact/contact.html">Contact</a>` object can have one or more addresses in a  `<a href="../Contact/contact.html">Contact</a>Address[]` array. 
+The `ContactAddress` object stores the properties of a single address of a contact.  A `Contact` object can have one or more addresses in a  `ContactAddress[]` array. 
 
 Supported Platforms
 -------------------
@@ -46,7 +46,7 @@ Supported Platforms
 - BlackBerry WebWorks (OS 5.0 and higher)
 - iOS
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
 	// display the address information for all contacts
@@ -65,39 +65,39 @@ Quick <a href="../../storage/storage.opendatabase.html">Example</a>
 		}
     };
 
-    function onError(<a href="../parameters/contactError.html">contactError</a>) {
+    function onError(contactError) {
         alert('onError!');
     };
 
     // find all contacts
-    var options = new <a href="../Contact/contact.html">Contact</a>FindOptions();
+    var options = new ContactFindOptions();
 	options.filter=""; 
 	var filter = ["displayName","addresses"];
-    navigator.<a href="../contacts.find.html">contacts.find</a>(filter, onSuccess, onError, options);
+    navigator.contacts.find(filter, onSuccess, onError, options);
 
-Full <a href="../../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../Contact/contact.html">Contact</a> <a href="../../storage/storage.opendatabase.html">Example</a></title>
+        <title>Contact Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
 		    // find all contacts
-		    var options = new <a href="../Contact/contact.html">Contact</a>FindOptions();
+		    var options = new ContactFindOptions();
 			options.filter=""; 
 			var filter = ["displayName","addresses"];
-		    navigator.<a href="../contacts.find.html">contacts.find</a>(filter, onSuccess, onError, options);
+		    navigator.contacts.find(filter, onSuccess, onError, options);
         }
     
         // onSuccess: Get a snapshot of the current contacts
@@ -120,15 +120,15 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
     
         // onError: Failed to get the contacts
         //
-        function onError(<a href="../parameters/contactError.html">contactError</a>) {
+        function onError(contactError) {
             alert('onError!');
         }
 
         </script>
       </head>
       <body>
-        <h1><a href="../../storage/storage.opendatabase.html">Example</a></h1>
-        <p>Find <a href="../Contact/contact.html">Contact</a>s</p>
+        <h1>Example</h1>
+        <p>Find Contacts</p>
       </body>
     </html>
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/contacts/ContactError/contactError.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/contacts/ContactError/contactError.md b/www/docs/en/1.6.0/cordova/contacts/ContactError/contactError.md
index ad3bc3d..b0f07c8 100644
--- a/www/docs/en/1.6.0/cordova/contacts/ContactError/contactError.md
+++ b/www/docs/en/1.6.0/cordova/contacts/ContactError/contactError.md
@@ -18,10 +18,10 @@ license: >
     under the License.
 ---
 
-<a href="../Contact/contact.html">Contact</a>Error
+ContactError
 ========
 
-A `<a href="../Contact/contact.html">Contact</a>Error` object is returned to the `<a href="../parameters/contactError.html">contactError</a>` callback when an error occurs.
+A `ContactError` object is returned to the `contactError` callback when an error occurs.
 
 Properties
 ----------
@@ -31,16 +31,16 @@ Properties
 Constants
 ---------
 
-- `<a href="../Contact/contact.html">Contact</a>Error.UNKNOWN_ERROR`
-- `<a href="../Contact/contact.html">Contact</a>Error.INVALID_ARGUMENT_ERROR`
-- `<a href="../Contact/contact.html">Contact</a>Error.TIMEOUT_ERROR`
-- `<a href="../Contact/contact.html">Contact</a>Error.PENDING_OPERATION_ERROR`
-- `<a href="../Contact/contact.html">Contact</a>Error.IO_ERROR`
-- `<a href="../Contact/contact.html">Contact</a>Error.NOT_SUPPORTED_ERROR`
-- `<a href="../Contact/contact.html">Contact</a>Error.PERMISSION_DENIED_ERROR`
+- `ContactError.UNKNOWN_ERROR`
+- `ContactError.INVALID_ARGUMENT_ERROR`
+- `ContactError.TIMEOUT_ERROR`
+- `ContactError.PENDING_OPERATION_ERROR`
+- `ContactError.IO_ERROR`
+- `ContactError.NOT_SUPPORTED_ERROR`
+- `ContactError.PERMISSION_DENIED_ERROR`
 
 Description
 -----------
 
-The `<a href="../Contact/contact.html">Contact</a>Error` object is returned to the user through the `<a href="../parameters/contactError.html">contactError</a>` callback function when an error occurs.
+The `ContactError` object is returned to the user through the `contactError` callback function when an error occurs.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/contacts/ContactField/contactfield.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/contacts/ContactField/contactfield.md b/www/docs/en/1.6.0/cordova/contacts/ContactField/contactfield.md
index f698000..816f438 100644
--- a/www/docs/en/1.6.0/cordova/contacts/ContactField/contactfield.md
+++ b/www/docs/en/1.6.0/cordova/contacts/ContactField/contactfield.md
@@ -18,24 +18,24 @@ license: >
     under the License.
 ---
 
-<a href="../Contact/contact.html">Contact</a>Field
+ContactField
 ============
 
-Supports generic fields in a `<a href="../Contact/contact.html">Contact</a>` object.  Some properties that are stored as `<a href="../Contact/contact.html">Contact</a>Field` objects include email addresses, phone numbers, and urls.
+Supports generic fields in a `Contact` object.  Some properties that are stored as `ContactField` objects include email addresses, phone numbers, and urls.
 
 Properties
 ----------
 
 - __type:__ A string that tells you what type of field this is (example: 'home'). _(DOMString)_
 - __value:__ The value of the field (such as a phone number or email address). _(DOMString)_
-- __pref:__ Set to `true` if this `<a href="../Contact/contact.html">Contact</a>Field` contains the user's preferred value. _(boolean)_
+- __pref:__ Set to `true` if this `ContactField` contains the user's preferred value. _(boolean)_
 
 Details
 -------
 
-The `<a href="../Contact/contact.html">Contact</a>Field` object is a reusable component that is used to support contact fields in a generic fashion.  Each `<a href="../Contact/contact.html">Contact</a>Field` object contains a value property, a type property, and a pref property.  A `<a href="../Contact/contact.html">Contact</a>` object stores several properties in `<a href="../Contact/contact.html">Contact</a>Field[]` arrays, such as phone numbers and email addresses.
+The `ContactField` object is a reusable component that is used to support contact fields in a generic fashion.  Each `ContactField` object contains a value property, a type property, and a pref property.  A `Contact` object stores several properties in `ContactField[]` arrays, such as phone numbers and email addresses.
 
-In most instances, there are no pre-determined values for the __type__ attribute of a `<a href="../Contact/contact.html">Contact</a>Field` object.  For example, a phone number can have __type__ values of 'home', 'work', 'mobile', 'iPhone', or any other value that is supported by the contact database on a particular device platform.  However, in the case of the `<a href="../Contact/contact.html">Contact</a>` __photos__ field, Cordova makes use of the __type__ field to indicate the format of the returned image.  Cordova will return __type: 'url'__ when the __value__ attribute contains a URL to the photo image, or __type: 'base64'__ when the returned __value__ attribute contains a Base64 encoded image string.
+In most instances, there are no pre-determined values for the __type__ attribute of a `ContactField` object.  For example, a phone number can have __type__ values of 'home', 'work', 'mobile', 'iPhone', or any other value that is supported by the contact database on a particular device platform.  However, in the case of the `Contact` __photos__ field, Cordova makes use of the __type__ field to indicate the format of the returned image.  Cordova will return __type: 'url'__ when the __value__ attribute contains a URL to the photo image, or __type: 'base64'__ when the returned __value__ attribute contains a Base64 encoded image string.
 
 Supported Platforms
 -------------------
@@ -44,58 +44,58 @@ Supported Platforms
 - BlackBerry WebWorks (OS 5.0 and higher)
 - iOS
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
 	// create a new contact
-	var contact = navigator.<a href="../contacts.create.html">contacts.create</a>();
+	var contact = navigator.contacts.create();
 	
-	// store contact phone numbers in <a href="../Contact/contact.html">Contact</a>Field[]
+	// store contact phone numbers in ContactField[]
 	var phoneNumbers = [];
-	phoneNumbers[0] = new <a href="../Contact/contact.html">Contact</a>Field('work', '212-555-1234', false);
-	phoneNumbers[1] = new <a href="../Contact/contact.html">Contact</a>Field('mobile', '917-555-5432', true); // preferred number
-	phoneNumbers[2] = new <a href="../Contact/contact.html">Contact</a>Field('home', '203-555-7890', false);
+	phoneNumbers[0] = new ContactField('work', '212-555-1234', false);
+	phoneNumbers[1] = new ContactField('mobile', '917-555-5432', true); // preferred number
+	phoneNumbers[2] = new ContactField('home', '203-555-7890', false);
 	contact.phoneNumbers = phoneNumbers;
 	
 	// save the contact
 	contact.save();
 
-Full <a href="../../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../Contact/contact.html">Contact</a> <a href="../../storage/storage.opendatabase.html">Example</a></title>
+        <title>Contact Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
 			// create a new contact
-			var contact = navigator.<a href="../contacts.create.html">contacts.create</a>();
+			var contact = navigator.contacts.create();
 
-			// store contact phone numbers in <a href="../Contact/contact.html">Contact</a>Field[]
+			// store contact phone numbers in ContactField[]
 			var phoneNumbers = [];
-			phoneNumbers[0] = new <a href="../Contact/contact.html">Contact</a>Field('work', '212-555-1234', false);
-			phoneNumbers[1] = new <a href="../Contact/contact.html">Contact</a>Field('mobile', '917-555-5432', true); // preferred number
-			phoneNumbers[2] = new <a href="../Contact/contact.html">Contact</a>Field('home', '203-555-7890', false);
+			phoneNumbers[0] = new ContactField('work', '212-555-1234', false);
+			phoneNumbers[1] = new ContactField('mobile', '917-555-5432', true); // preferred number
+			phoneNumbers[2] = new ContactField('home', '203-555-7890', false);
 			contact.phoneNumbers = phoneNumbers;
 
 			// save the contact
 			contact.save();
 
 			// search contacts, returning display name and phone numbers
-			var options = new <a href="../Contact/contact.html">Contact</a>FindOptions();
+			var options = new ContactFindOptions();
 			options.filter="";
 			filter = ["displayName","phoneNumbers"];
-			navigator.<a href="../contacts.find.html">contacts.find</a>(filter, onSuccess, onError, options);
+			navigator.contacts.find(filter, onSuccess, onError, options);
         }
     
         // onSuccess: Get a snapshot of the current contacts
@@ -113,15 +113,15 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
     
         // onError: Failed to get the contacts
         //
-        function onError(<a href="../parameters/contactError.html">contactError</a>) {
+        function onError(contactError) {
             alert('onError!');
         }
 
         </script>
       </head>
       <body>
-        <h1><a href="../../storage/storage.opendatabase.html">Example</a></h1>
-        <p>Find <a href="../Contact/contact.html">Contact</a>s</p>
+        <h1>Example</h1>
+        <p>Find Contacts</p>
       </body>
     </html>
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/contacts/ContactFindOptions/contactfindoptions.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/contacts/ContactFindOptions/contactfindoptions.md b/www/docs/en/1.6.0/cordova/contacts/ContactFindOptions/contactfindoptions.md
index 0feb5f9..47fe675 100644
--- a/www/docs/en/1.6.0/cordova/contacts/ContactFindOptions/contactfindoptions.md
+++ b/www/docs/en/1.6.0/cordova/contacts/ContactFindOptions/contactfindoptions.md
@@ -18,10 +18,10 @@ license: >
     under the License.
 ---
 
-<a href="../Contact/contact.html">Contact</a>FindOptions
+ContactFindOptions
 ==================
 
-Contains properties that can be used to filter the results of a `<a href="../contacts.find.html">contacts.find</a>` operation.
+Contains properties that can be used to filter the results of a `contacts.find` operation.
 
 Properties
 ----------
@@ -37,7 +37,7 @@ Supported Platforms
 - BlackBerry WebWorks (OS 5.0 and higher)
 - iOS
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
 	// success callback
@@ -48,45 +48,45 @@ Quick <a href="../../storage/storage.opendatabase.html">Example</a>
     };
 
 	// error callback
-    function onError(<a href="../parameters/contactError.html">contactError</a>) {
+    function onError(contactError) {
         alert('onError!');
     };
 
 	// specify contact search criteria
-    var options = new <a href="../Contact/contact.html">Contact</a>FindOptions();
+    var options = new ContactFindOptions();
 	options.filter="";			// empty search string returns all contacts
 	options.multiple=true;		// return multiple results
 	filter = ["displayName"];	// return contact.displayName field
 	
 	// find contacts
-    navigator.<a href="../contacts.find.html">contacts.find</a>(filter, onSuccess, onError, options);
+    navigator.contacts.find(filter, onSuccess, onError, options);
 
-Full <a href="../../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../Contact/contact.html">Contact</a> <a href="../../storage/storage.opendatabase.html">Example</a></title>
+        <title>Contact Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
 			// specify contact search criteria
-		    var options = new <a href="../Contact/contact.html">Contact</a>FindOptions();
+		    var options = new ContactFindOptions();
 			options.filter="";			// empty search string returns all contacts
 			options.multiple=true;		// return multiple results
 			filter = ["displayName"];	// return contact.displayName field
 
 			// find contacts
-		    navigator.<a href="../contacts.find.html">contacts.find</a>(filter, onSuccess, onError, options);
+		    navigator.contacts.find(filter, onSuccess, onError, options);
         }
     
         // onSuccess: Get a snapshot of the current contacts
@@ -99,15 +99,15 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
     
         // onError: Failed to get the contacts
         //
-        function onError(<a href="../parameters/contactError.html">contactError</a>) {
+        function onError(contactError) {
             alert('onError!');
         }
 
         </script>
       </head>
       <body>
-        <h1><a href="../../storage/storage.opendatabase.html">Example</a></h1>
-        <p>Find <a href="../Contact/contact.html">Contact</a>s</p>
+        <h1>Example</h1>
+        <p>Find Contacts</p>
       </body>
     </html>
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/contacts/ContactName/contactname.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/contacts/ContactName/contactname.md b/www/docs/en/1.6.0/cordova/contacts/ContactName/contactname.md
index 96eb4e7..c6107f1 100644
--- a/www/docs/en/1.6.0/cordova/contacts/ContactName/contactname.md
+++ b/www/docs/en/1.6.0/cordova/contacts/ContactName/contactname.md
@@ -18,10 +18,10 @@ license: >
     under the License.
 ---
 
-<a href="../Contact/contact.html">Contact</a>Name
+ContactName
 ===========
 
-Contains name properties of a `<a href="../Contact/contact.html">Contact</a>` object.
+Contains name properties of a `Contact` object.
 
 Properties
 ----------
@@ -36,7 +36,7 @@ Properties
 Details
 -------
 
-The `<a href="../Contact/contact.html">Contact</a>Name` object stores name properties of a contact.
+The `ContactName` object stores name properties of a contact.
 
 Supported Platforms
 -------------------
@@ -45,7 +45,7 @@ Supported Platforms
 - BlackBerry WebWorks (OS 5.0 and higher)
 - iOS
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     function onSuccess(contacts) {
@@ -59,37 +59,37 @@ Quick <a href="../../storage/storage.opendatabase.html">Example</a>
 		}
     };
 
-    function onError(<a href="../parameters/contactError.html">contactError</a>) {
+    function onError(contactError) {
         alert('onError!');
     };
 
-    var options = new <a href="../Contact/contact.html">Contact</a>FindOptions();
+    var options = new ContactFindOptions();
 	options.filter="";
 	filter = ["displayName","name"];
-    navigator.<a href="../contacts.find.html">contacts.find</a>(filter, onSuccess, onError, options);
+    navigator.contacts.find(filter, onSuccess, onError, options);
 
-Full <a href="../../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../Contact/contact.html">Contact</a> <a href="../../storage/storage.opendatabase.html">Example</a></title>
+        <title>Contact Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../../device/device.html">Device</a>Ready() {
-			var options = new <a href="../Contact/contact.html">Contact</a>FindOptions();
+        function onDeviceReady() {
+			var options = new ContactFindOptions();
 			options.filter="";
 			filter = ["displayName","name"];
-			navigator.<a href="../contacts.find.html">contacts.find</a>(filter, onSuccess, onError, options);
+			navigator.contacts.find(filter, onSuccess, onError, options);
         }
     
         // onSuccess: Get a snapshot of the current contacts
@@ -107,15 +107,15 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
     
         // onError: Failed to get the contacts
         //
-        function onError(<a href="../parameters/contactError.html">contactError</a>) {
+        function onError(contactError) {
             alert('onError!');
         }
 
         </script>
       </head>
       <body>
-        <h1><a href="../../storage/storage.opendatabase.html">Example</a></h1>
-        <p>Find <a href="../Contact/contact.html">Contact</a>s</p>
+        <h1>Example</h1>
+        <p>Find Contacts</p>
       </body>
     </html>
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/contacts/ContactOrganization/contactorganization.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/contacts/ContactOrganization/contactorganization.md b/www/docs/en/1.6.0/cordova/contacts/ContactOrganization/contactorganization.md
index d01da0e..f99ff2c 100644
--- a/www/docs/en/1.6.0/cordova/contacts/ContactOrganization/contactorganization.md
+++ b/www/docs/en/1.6.0/cordova/contacts/ContactOrganization/contactorganization.md
@@ -18,14 +18,14 @@ license: >
     under the License.
 ---
 
-<a href="../Contact/contact.html">Contact</a>Organization
+ContactOrganization
 ===================
 
-Contains organization properties of a `<a href="../Contact/contact.html">Contact</a>` object.
+Contains organization properties of a `Contact` object.
 
 Properties
 ----------
-- __pref:__ Set to `true` if this `<a href="../Contact/contact.html">Contact</a>Organization` contains the user's preferred value. _(boolean)_
+- __pref:__ Set to `true` if this `ContactOrganization` contains the user's preferred value. _(boolean)_
 - __type:__ A string that tells you what type of field this is (example: 'home'). _(DOMString)
 - __name:__ The name of the organization. _(DOMString)_
 - __department:__ The department the contract works for. _(DOMString)_
@@ -34,7 +34,7 @@ Properties
 Details
 -------
 
-The `<a href="../Contact/contact.html">Contact</a>Organization` object stores a contact's organization properties.  A `<a href="../Contact/contact.html">Contact</a>` object stores one or more `<a href="../Contact/contact.html">Contact</a>Organization` objects in an array. 
+The `ContactOrganization` object stores a contact's organization properties.  A `Contact` object stores one or more `ContactOrganization` objects in an array. 
 
 Supported Platforms
 -------------------
@@ -43,7 +43,7 @@ Supported Platforms
 - BlackBerry WebWorks (OS 5.0 and higher)
 - iOS
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     function onSuccess(contacts) {
@@ -58,37 +58,37 @@ Quick <a href="../../storage/storage.opendatabase.html">Example</a>
 		}
     };
 
-    function onError(<a href="../parameters/contactError.html">contactError</a>) {
+    function onError(contactError) {
         alert('onError!');
     };
 
-    var options = new <a href="../Contact/contact.html">Contact</a>FindOptions();
+    var options = new ContactFindOptions();
 	options.filter="";
 	filter = ["displayName","organizations"];
-    navigator.<a href="../contacts.find.html">contacts.find</a>(filter, onSuccess, onError, options);
+    navigator.contacts.find(filter, onSuccess, onError, options);
 
-Full <a href="../../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../Contact/contact.html">Contact</a> <a href="../../storage/storage.opendatabase.html">Example</a></title>
+        <title>Contact Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../../device/device.html">Device</a>Ready() {
-			var options = new <a href="../Contact/contact.html">Contact</a>FindOptions();
+        function onDeviceReady() {
+			var options = new ContactFindOptions();
 			options.filter="";
 			filter = ["displayName","organizations"];
-			navigator.<a href="../contacts.find.html">contacts.find</a>(filter, onSuccess, onError, options);
+			navigator.contacts.find(filter, onSuccess, onError, options);
         }
     
         // onSuccess: Get a snapshot of the current contacts
@@ -107,15 +107,15 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
     
         // onError: Failed to get the contacts
         //
-        function onError(<a href="../parameters/contactError.html">contactError</a>) {
+        function onError(contactError) {
             alert('onError!');
         }
 
         </script>
       </head>
       <body>
-        <h1><a href="../../storage/storage.opendatabase.html">Example</a></h1>
-        <p>Find <a href="../Contact/contact.html">Contact</a>s</p>
+        <h1>Example</h1>
+        <p>Find Contacts</p>
       </body>
     </html>
 	

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/contacts/contacts.create.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/contacts/contacts.create.md b/www/docs/en/1.6.0/cordova/contacts/contacts.create.md
index 2911abe..2a14af0 100644
--- a/www/docs/en/1.6.0/cordova/contacts/contacts.create.md
+++ b/www/docs/en/1.6.0/cordova/contacts/contacts.create.md
@@ -21,16 +21,16 @@ license: >
 contacts.create
 ===============
 
-Returns a new <a href="Contact/contact.html">Contact</a> object.
+Returns a new Contact object.
 
     var contact = navigator.contacts.create(properties);
 
 Description
 -----------
 
-contacts.create is a synchronous function that returns a new `<a href="Contact/contact.html">Contact</a>` object.
+contacts.create is a synchronous function that returns a new `Contact` object.
 
-This method does not persist the <a href="Contact/contact.html">Contact</a> object to the device contacts database.  To persist the <a href="Contact/contact.html">Contact</a> object to the device, invoke the `<a href="Contact/contact.html">Contact</a>.save` method.
+This method does not persist the Contact object to the device contacts database.  To persist the Contact object to the device, invoke the `Contact.save` method.
 
 Supported Platforms
 -------------------
@@ -39,39 +39,39 @@ Supported Platforms
 - BlackBerry WebWorks (OS 5.0 and higher)
 - iOS
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
-    var my<a href="Contact/contact.html">Contact</a> = navigator.contacts.create({"displayName": "Test User"});
+    var myContact = navigator.contacts.create({"displayName": "Test User"});
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="Contact/contact.html">Contact</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Contact Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
-			var my<a href="Contact/contact.html">Contact</a> = navigator.contacts.create({"displayName": "Test User"});
-			my<a href="Contact/contact.html">Contact</a>.gender = "male";
-			console.log("The contact, " + my<a href="Contact/contact.html">Contact</a>.displayName + ", is of the " + my<a href="Contact/contact.html">Contact</a>.gender + " gender");
+        function onDeviceReady() {
+			var myContact = navigator.contacts.create({"displayName": "Test User"});
+			myContact.gender = "male";
+			console.log("The contact, " + myContact.displayName + ", is of the " + myContact.gender + " gender");
         }
     
 
         </script>
       </head>
       <body>
-        <h1><a href="../storage/storage.opendatabase.html">Example</a></h1>
-        <p>Create <a href="Contact/contact.html">Contact</a></p>
+        <h1>Example</h1>
+        <p>Create Contact</p>
       </body>
     </html>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/contacts/contacts.find.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/contacts/contacts.find.md b/www/docs/en/1.6.0/cordova/contacts/contacts.find.md
index 7ab7197..8af46ae 100644
--- a/www/docs/en/1.6.0/cordova/contacts/contacts.find.md
+++ b/www/docs/en/1.6.0/cordova/contacts/contacts.find.md
@@ -21,26 +21,26 @@ license: >
 contacts.find
 =============
 
-Queries the device contacts database and returns one or more `<a href="Contact/contact.html">Contact</a>` objects, each containing the fields specified.
+Queries the device contacts database and returns one or more `Contact` objects, each containing the fields specified.
 
-    navigator.contacts.find(<a href="parameters/contactFields.html">contactFields</a>, <a href="parameters/contactSuccess.html">contactSuccess</a>, <a href="parameters/contactError.html">contactError</a>, <a href="parameters/contactFindOptions.html">contactFindOptions</a>);
+    navigator.contacts.find(contactFields, contactSuccess, contactError, contactFindOptions);
 
 Description
 -----------
 
-contacts.find is an asynchronous function that queries the device contacts database and returns an array of `<a href="Contact/contact.html">Contact</a>` objects.  The resulting objects are passed to the `<a href="parameters/contactSuccess.html">contactSuccess</a>` callback function specified by the __<a href="parameters/contactSuccess.html">contactSuccess</a>__ parameter.  
+contacts.find is an asynchronous function that queries the device contacts database and returns an array of `Contact` objects.  The resulting objects are passed to the `contactSuccess` callback function specified by the __contactSuccess__ parameter.  
 
-Users must specify the contact fields to be used as a search qualifier in the __<a href="parameters/contactFields.html">contactFields</a>__ parameter.  Only the fields specified in the __<a href="parameters/contactFields.html">contactFields</a>__ parameter will be returned as properties of the `<a href="Contact/contact.html">Contact</a>` objects that are passed to the __<a href="parameters/contactSuccess.html">contactSuccess</a>__ callback function.  A zero-length __<a href="parameters/contactFields.html">contactFields</a>__ parameter will result in an array of `<a href="Contact/contact.html">Contact</a>` objects with only the `id` property populated. A __<a href="parameters/contactFields.html">contactFields</a>__ value of ["*"] will return all contact fields. 
+Users must specify the contact fields to be used as a search qualifier in the __contactFields__ parameter.  Only the fields specified in the __contactFields__ parameter will be returned as properties of the `Contact` objects that are passed to the __contactSuccess__ callback function.  A zero-length __contactFields__ parameter will result in an array of `Contact` objects with only the `id` property populated. A __contactFields__ value of ["*"] will return all contact fields. 
 
-The __<a href="parameters/contactFindOptions.html">contactFindOptions</a>.filter__ string can be used as a search filter when querying the contacts database.  If provided, a case-insensitive, partial value match is applied to each field specified in the __<a href="parameters/contactFields.html">contactFields</a>__ parameter.  If a match is found in a comparison with _any_ of the specified fields, the contact is returned.
+The __contactFindOptions.filter__ string can be used as a search filter when querying the contacts database.  If provided, a case-insensitive, partial value match is applied to each field specified in the __contactFields__ parameter.  If a match is found in a comparison with _any_ of the specified fields, the contact is returned.
 
 Parameters
 ----------
 
-- __<a href="parameters/contactFields.html">contactFields</a>:__ <a href="Contact/contact.html">Contact</a> fields to be used as search qualifier. Only these fields will have values in the resulting `<a href="Contact/contact.html">Contact</a>` objects. _(DOMString[])_ [Required]
-- __<a href="parameters/contactSuccess.html">contactSuccess</a>:__ Success callback function that is invoked with the contacts returned from the contacts database. [Required]
-- __<a href="parameters/contactError.html">contactError</a>:__ Error callback function. Invoked when error occurs. [Optional]
-- __<a href="parameters/contactFindOptions.html">contactFindOptions</a>:__ Search options to filter contacts. [Optional]
+- __contactFields:__ Contact fields to be used as search qualifier. Only these fields will have values in the resulting `Contact` objects. _(DOMString[])_ [Required]
+- __contactSuccess:__ Success callback function that is invoked with the contacts returned from the contacts database. [Required]
+- __contactError:__ Error callback function. Invoked when error occurs. [Optional]
+- __contactFindOptions:__ Search options to filter contacts. [Optional]
 
 Supported Platforms
 -------------------
@@ -49,43 +49,43 @@ Supported Platforms
 - BlackBerry WebWorks (OS 5.0 and higher)
 - iOS
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     function onSuccess(contacts) {
         alert('Found ' + contacts.length + ' contacts.');
     };
 
-    function onError(<a href="parameters/contactError.html">contactError</a>) {
+    function onError(contactError) {
         alert('onError!');
     };
 
     // find all contacts with 'Bob' in any name field
-    var options = new <a href="Contact/contact.html">Contact</a>FindOptions();
+    var options = new ContactFindOptions();
 	options.filter="Bob"; 
 	var fields = ["displayName", "name"];
     navigator.contacts.find(fields, onSuccess, onError, options);
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="Contact/contact.html">Contact</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Contact Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
 		    // find all contacts with 'Bob' in any name field
-		    var options = new <a href="Contact/contact.html">Contact</a>FindOptions();
+		    var options = new ContactFindOptions();
 			options.filter="Bob"; 
 			var fields = ["displayName", "name"];
 		    navigator.contacts.find(fields, onSuccess, onError, options);
@@ -101,15 +101,15 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
     
         // onError: Failed to get the contacts
         //
-        function onError(<a href="parameters/contactError.html">contactError</a>) {
+        function onError(contactError) {
             alert('onError!');
         }
 
         </script>
       </head>
       <body>
-        <h1><a href="../storage/storage.opendatabase.html">Example</a></h1>
-        <p>Find <a href="Contact/contact.html">Contact</a>s</p>
+        <h1>Example</h1>
+        <p>Find Contacts</p>
       </body>
     </html>
     

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/contacts/contacts.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/contacts/contacts.md b/www/docs/en/1.6.0/cordova/contacts/contacts.md
index 554a82d..03eb3d8 100644
--- a/www/docs/en/1.6.0/cordova/contacts/contacts.md
+++ b/www/docs/en/1.6.0/cordova/contacts/contacts.md
@@ -18,7 +18,7 @@ license: >
     under the License.
 ---
 
-<a href="Contact/contact.html">Contact</a>s
+Contacts
 ========
 
 > The `contacts` object provides access to the device contacts database.  
@@ -26,24 +26,24 @@ license: >
 Methods
 -------
 
-- <a href="contacts.create.html">contacts.create</a>
-- <a href="contacts.find.html">contacts.find</a>
+- contacts.create
+- contacts.find
 
 Arguments
 ---------
 
-- <a href="parameters/contactFields.html">contactFields</a>
-- <a href="parameters/contactSuccess.html">contactSuccess</a>
-- <a href="parameters/contactError.html">contactError</a>
-- <a href="parameters/contactFindOptions.html">contactFindOptions</a>
+- contactFields
+- contactSuccess
+- contactError
+- contactFindOptions
 
 Objects
 -------
 
-- <a href="Contact/contact.html">Contact</a>
-- <a href="Contact/contact.html">Contact</a>Name
-- <a href="Contact/contact.html">Contact</a>Field
-- <a href="Contact/contact.html">Contact</a>Address
-- <a href="Contact/contact.html">Contact</a>Organization
-- <a href="Contact/contact.html">Contact</a>FindOptions
-- <a href="Contact/contact.html">Contact</a>Error
\ No newline at end of file
+- Contact
+- ContactName
+- ContactField
+- ContactAddress
+- ContactOrganization
+- ContactFindOptions
+- ContactError
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/contacts/parameters/contactFields.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/contacts/parameters/contactFields.md b/www/docs/en/1.6.0/cordova/contacts/parameters/contactFields.md
index 487c226..1951960 100644
--- a/www/docs/en/1.6.0/cordova/contacts/parameters/contactFields.md
+++ b/www/docs/en/1.6.0/cordova/contacts/parameters/contactFields.md
@@ -21,6 +21,6 @@ license: >
 contactFields
 =============
 
-Required parameter of the `<a href="../contacts.find.html">contacts.find</a>` method.  Use this parameter to specify which fields should be included in the `<a href="../Contact/contact.html">Contact</a>` objects resulting from a find operation.
+Required parameter of the `contacts.find` method.  Use this parameter to specify which fields should be included in the `Contact` objects resulting from a find operation.
 
     ["name", "phoneNumbers", "emails"]

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/contacts/parameters/contactFindOptions.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/contacts/parameters/contactFindOptions.md b/www/docs/en/1.6.0/cordova/contacts/parameters/contactFindOptions.md
index 9d92f9c..f2f3e12 100644
--- a/www/docs/en/1.6.0/cordova/contacts/parameters/contactFindOptions.md
+++ b/www/docs/en/1.6.0/cordova/contacts/parameters/contactFindOptions.md
@@ -21,7 +21,7 @@ license: >
 contactFindOptions
 ==================
 
-Optional parameter of the `<a href="../contacts.find.html">contacts.find</a>` method.  Use this parameter to filter the contacts returned from the contacts database.
+Optional parameter of the `contacts.find` method.  Use this parameter to filter the contacts returned from the contacts database.
 
     { 
 		filter: "",

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/contacts/parameters/contactSuccess.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/contacts/parameters/contactSuccess.md b/www/docs/en/1.6.0/cordova/contacts/parameters/contactSuccess.md
index 0394b6d..925105f 100644
--- a/www/docs/en/1.6.0/cordova/contacts/parameters/contactSuccess.md
+++ b/www/docs/en/1.6.0/cordova/contacts/parameters/contactSuccess.md
@@ -21,7 +21,7 @@ license: >
 contactSuccess
 ==============
 
-Success callback function that provides the `<a href="../Contact/contact.html">Contact</a>` array resulting from a `<a href="../contacts.find.html">contacts.find</a>` operation.
+Success callback function that provides the `Contact` array resulting from a `contacts.find` operation.
 
     function(contacts) {
         // Do something
@@ -30,9 +30,9 @@ Success callback function that provides the `<a href="../Contact/contact.html">C
 Parameters
 ----------
 
-- __contacts:__ The contact array resulting from a find operation. (`<a href="../Contact/contact.html">Contact</a>`)
+- __contacts:__ The contact array resulting from a find operation. (`Contact`)
 
-<a href="../../storage/storage.opendatabase.html">Example</a>
+Example
 -------
 
     function contactSuccess(contacts) {

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/device/device.cordova.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/device/device.cordova.md b/www/docs/en/1.6.0/cordova/device/device.cordova.md
index 7dd62fa..bf2c657 100644
--- a/www/docs/en/1.6.0/cordova/device/device.cordova.md
+++ b/www/docs/en/1.6.0/cordova/device/device.cordova.md
@@ -38,36 +38,36 @@ Supported Platforms
 - iPhone
 - Windows Phone 7 ( Mango )
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     var name = device.cordova;
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="device.html">Device</a> Properties <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Device Properties Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="device.html">Device</a>Ready() {
+        function onDeviceReady() {
             var element = document.getElementById('deviceProperties');
     
-            element.innerHTML = '<a href="device.html">Device</a> Name: '     + <a href="device.name.html">device.name</a>     + '<br />' + 
-                                '<a href="device.html">Device</a> Cordova: '  + device.cordova  + '<br />' + 
-                                '<a href="device.html">Device</a> Platform: ' + <a href="device.platform.html">device.platform</a> + '<br />' + 
-                                '<a href="device.html">Device</a> UUID: '     + <a href="device.uuid.html">device.uuid</a>     + '<br />' + 
-                                '<a href="device.html">Device</a> Version: '  + <a href="device.version.html">device.version</a>  + '<br />';
+            element.innerHTML = 'Device Name: '     + device.name     + '<br />' + 
+                                'Device Cordova: '  + device.cordova  + '<br />' + 
+                                'Device Platform: ' + device.platform + '<br />' + 
+                                'Device UUID: '     + device.uuid     + '<br />' + 
+                                'Device Version: '  + device.version  + '<br />';
         }
 
         </script>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/device/device.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/device/device.md b/www/docs/en/1.6.0/cordova/device/device.md
index 40cd569..6a5f11a 100644
--- a/www/docs/en/1.6.0/cordova/device/device.md
+++ b/www/docs/en/1.6.0/cordova/device/device.md
@@ -26,11 +26,11 @@ Device
 Properties
 ----------
 
-- <a href="device.name.html">device.name</a>
-- <a href="device.cordova.html">device.cordova</a>
-- <a href="device.platform.html">device.platform</a>
-- <a href="device.uuid.html">device.uuid</a>
-- <a href="device.version.html">device.version</a>
+- device.name
+- device.cordova
+- device.platform
+- device.uuid
+- device.version
 
 Variable Scope
 --------------
@@ -39,5 +39,5 @@ Since `device` is assigned to the `window` object, it is implicitly in the globa
 
     // These reference the same `device`
     //
-    var phoneName = window.<a href="device.name.html">device.name</a>;
-    var phoneName = <a href="device.name.html">device.name</a>;
\ No newline at end of file
+    var phoneName = window.device.name;
+    var phoneName = device.name;
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/device/device.name.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/device/device.name.md b/www/docs/en/1.6.0/cordova/device/device.name.md
index a5fadc1..3a71d7b 100644
--- a/www/docs/en/1.6.0/cordova/device/device.name.md
+++ b/www/docs/en/1.6.0/cordova/device/device.name.md
@@ -38,7 +38,7 @@ Supported Platforms
 - iPhone
 - Windows Phone 7 ( Mango )
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // Android:    Nexus One       returns "Passion" (Nexus One code name)
@@ -48,31 +48,31 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
     //
     var name = device.name;
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="device.html">Device</a> Properties <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Device Properties Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="device.html">Device</a>Ready() {
+        function onDeviceReady() {
             var element = document.getElementById('deviceProperties');
     
-            element.innerHTML = '<a href="device.html">Device</a> Name: '     + device.name     + '<br />' + 
-                                '<a href="device.html">Device</a> Cordova: '  + <a href="device.cordova.html">device.cordova</a> + '<br />' + 
-                                '<a href="device.html">Device</a> Platform: ' + <a href="device.platform.html">device.platform</a> + '<br />' + 
-                                '<a href="device.html">Device</a> UUID: '     + <a href="device.uuid.html">device.uuid</a>     + '<br />' + 
-                                '<a href="device.html">Device</a> Version: '  + <a href="device.version.html">device.version</a>  + '<br />';
+            element.innerHTML = 'Device Name: '     + device.name     + '<br />' + 
+                                'Device Cordova: '  + device.cordova + '<br />' + 
+                                'Device Platform: ' + device.platform + '<br />' + 
+                                'Device UUID: '     + device.uuid     + '<br />' + 
+                                'Device Version: '  + device.version  + '<br />';
         }
 
         </script>
@@ -93,7 +93,7 @@ Android Quirks
 iPhone Quirks
 -------------
 
-- Gets the [device's custom name](http://developer.apple.com/iphone/library/documentation/uikit/reference/UI<a href="device.html">Device</a>_Class/Reference/UI<a href="device.html">Device</a>.html#//apple_ref/doc/uid/TP40006902-CH3-SW13) instead of the [device model name](http://developer.apple.com/iphone/library/documentation/uikit/reference/UI<a href="device.html">Device</a>_Class/Reference/UI<a href="device.html">Device</a>.html#//apple_ref/doc/uid/TP40006902-CH3-SW1).
+- Gets the [device's custom name](http://developer.apple.com/iphone/library/documentation/uikit/reference/UIDevice_Class/Reference/UIDevice.html#//apple_ref/doc/uid/TP40006902-CH3-SW13) instead of the [device model name](http://developer.apple.com/iphone/library/documentation/uikit/reference/UIDevice_Class/Reference/UIDevice.html#//apple_ref/doc/uid/TP40006902-CH3-SW1).
     - The custom name is set by the owner in iTunes.
     - e.g. "Joe's iPhone"
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/device/device.platform.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/device/device.platform.md b/www/docs/en/1.6.0/cordova/device/device.platform.md
index 753618c..5b76f57 100644
--- a/www/docs/en/1.6.0/cordova/device/device.platform.md
+++ b/www/docs/en/1.6.0/cordova/device/device.platform.md
@@ -33,7 +33,7 @@ Supported Platforms
 - iPhone
 - Windows Phone 7 ( Mango )
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // Depending on the device, a few examples are:
@@ -44,31 +44,31 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
     //   - "WinCE"
     var devicePlatform = device.platform;
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="device.html">Device</a> Properties <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Device Properties Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="device.html">Device</a>Ready() {
+        function onDeviceReady() {
             var element = document.getElementById('deviceProperties');
     
-            element.innerHTML = '<a href="device.html">Device</a> Name: '     + <a href="device.name.html">device.name</a>     + '<br />' + 
-                                '<a href="device.html">Device</a> Cordova: '  + <a href="device.cordova.html">device.cordova</a>  + '<br />' + 
-                                '<a href="device.html">Device</a> Platform: ' + device.platform + '<br />' + 
-                                '<a href="device.html">Device</a> UUID: '     + <a href="device.uuid.html">device.uuid</a>     + '<br />' + 
-                                '<a href="device.html">Device</a> Version: '  + <a href="device.version.html">device.version</a>  + '<br />';
+            element.innerHTML = 'Device Name: '     + device.name     + '<br />' + 
+                                'Device Cordova: '  + device.cordova  + '<br />' + 
+                                'Device Platform: ' + device.platform + '<br />' + 
+                                'Device UUID: '     + device.uuid     + '<br />' + 
+                                'Device Version: '  + device.version  + '<br />';
         }
 
         </script>
@@ -86,7 +86,7 @@ All devices return `iPhone` as the platform. This is inaccurate because Apple ha
 BlackBerry Quirks
 -----------------
 
-<a href="device.html">Device</a>s may return the device platform version instead of the platform name.  For example, the Storm2 9550 would return '2.13.0.95' or similar.
+Devices may return the device platform version instead of the platform name.  For example, the Storm2 9550 would return '2.13.0.95' or similar.
 
 Windows Phone 7 Quirks
 -----------------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/device/device.uuid.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/device/device.uuid.md b/www/docs/en/1.6.0/cordova/device/device.uuid.md
index c3e4bae..06a9bff 100644
--- a/www/docs/en/1.6.0/cordova/device/device.uuid.md
+++ b/www/docs/en/1.6.0/cordova/device/device.uuid.md
@@ -38,7 +38,7 @@ Supported Platforms
 - iPhone
 - Windows Phone 7 ( Mango )
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // Android: Returns a random 64-bit integer (as a string, again!)
@@ -47,7 +47,7 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
     // BlackBerry: Returns the PIN number of the device
     //             This is a nine-digit unique integer (as a string, though!)
     //
-    // iPhone: (Paraphrased from the UI<a href="device.html">Device</a> Class documentation)
+    // iPhone: (Paraphrased from the UIDevice Class documentation)
     //         Returns a string of hash values created from multiple hardware identifies.
     //         It is guaranteed to be unique for every device and cannot be tied
     //         to the user account.
@@ -56,31 +56,31 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
     // 
     var deviceID = device.uuid;
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="device.html">Device</a> Properties <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Device Properties Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="device.html">Device</a>Ready() {
+        function onDeviceReady() {
             var element = document.getElementById('deviceProperties');
     
-            element.innerHTML = '<a href="device.html">Device</a> Name: '     + <a href="device.name.html">device.name</a>     + '<br />' + 
-                                '<a href="device.html">Device</a> Cordova: '  + <a href="device.cordova.html">device.cordova</a>  + '<br />' + 
-                                '<a href="device.html">Device</a> Platform: ' + <a href="device.platform.html">device.platform</a> + '<br />' + 
-                                '<a href="device.html">Device</a> UUID: '     + device.uuid     + '<br />' + 
-                                '<a href="device.html">Device</a> Version: '  + <a href="device.version.html">device.version</a>  + '<br />';
+            element.innerHTML = 'Device Name: '     + device.name     + '<br />' + 
+                                'Device Cordova: '  + device.cordova  + '<br />' + 
+                                'Device Platform: ' + device.platform + '<br />' + 
+                                'Device UUID: '     + device.uuid     + '<br />' + 
+                                'Device Version: '  + device.version  + '<br />';
         }
 
         </script>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/device/device.version.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/device/device.version.md b/www/docs/en/1.6.0/cordova/device/device.version.md
index 33fcd18..fbc3fd2 100644
--- a/www/docs/en/1.6.0/cordova/device/device.version.md
+++ b/www/docs/en/1.6.0/cordova/device/device.version.md
@@ -33,7 +33,7 @@ Supported Platforms
 - iPhone
 - Windows Phone 7 ( Mango )
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // Android:    Froyo OS would return "2.2"
@@ -47,31 +47,31 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
     // Windows Phone 7: returns current OS version number, ex. on Mango returns 7.10.7720
     var deviceVersion = device.version;
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="device.html">Device</a> Properties <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Device Properties Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="device.html">Device</a>Ready() {
+        function onDeviceReady() {
             var element = document.getElementById('deviceProperties');
         
-            element.innerHTML = '<a href="device.html">Device</a> Name: '     + <a href="device.name.html">device.name</a>     + '<br />' + 
-                                '<a href="device.html">Device</a> Cordova: '  + <a href="device.cordova.html">device.cordova</a>  + '<br />' + 
-                                '<a href="device.html">Device</a> Platform: ' + <a href="device.platform.html">device.platform</a> + '<br />' + 
-                                '<a href="device.html">Device</a> UUID: '     + <a href="device.uuid.html">device.uuid</a>     + '<br />' + 
-                                '<a href="device.html">Device</a> Version: '  + device.version  + '<br />';
+            element.innerHTML = 'Device Name: '     + device.name     + '<br />' + 
+                                'Device Cordova: '  + device.cordova  + '<br />' + 
+                                'Device Platform: ' + device.platform + '<br />' + 
+                                'Device UUID: '     + device.uuid     + '<br />' + 
+                                'Device Version: '  + device.version  + '<br />';
         }
 
         </script>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/events/events.backbutton.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/events/events.backbutton.md b/www/docs/en/1.6.0/cordova/events/events.backbutton.md
index 37ad02e..2b0f419 100644
--- a/www/docs/en/1.6.0/cordova/events/events.backbutton.md
+++ b/www/docs/en/1.6.0/cordova/events/events.backbutton.md
@@ -30,7 +30,7 @@ Details
 
 If you need to override the default back button behaviour you can register an event listener for the 'backbutton' event.  It is no longer necessary to call any other method to over ride the back button behaviour.  Now, you only need to register an event listener for 'backbutton'.
 
-Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova '<a href="events.deviceready.html">deviceready</a>' event.
+Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova 'deviceready' event.
 
 Supported Platforms
 -------------------
@@ -39,7 +39,7 @@ Supported Platforms
 - BlackBerry WebWorks (OS 5.0 and higher)
 - Windows Phone 7 ( Mango )
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     document.addEventListener("backbutton", onBackKeyDown, false);
@@ -48,30 +48,30 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         // Handle the back button
     }
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Cordova Back Button <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Cordova Back Button Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Call on<a href="../device/device.html">Device</a>Ready when Cordova is loaded.
+        // Call onDeviceReady when Cordova is loaded.
         //
         // 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 `<a href="events.deviceready.html">deviceready</a>`.
+        // it will call the event `deviceready`.
         //
         function onLoad() {
-            document.addEventListener("<a href="events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
 
         // Cordova is loaded and it is now safe to call Cordova methods
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             // Register the event listener
             document.addEventListener("backbutton", onBackKeyDown, false);
         }

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/events/events.batterycritical.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/events/events.batterycritical.md b/www/docs/en/1.6.0/cordova/events/events.batterycritical.md
index d9ee910..2ef6b4c 100644
--- a/www/docs/en/1.6.0/cordova/events/events.batterycritical.md
+++ b/www/docs/en/1.6.0/cordova/events/events.batterycritical.md
@@ -35,7 +35,7 @@ The batterycritical handler will be called with an object that contains two prop
 - __level:__ The percentage of battery (0-100). _(Number)_
 - __isPlugged:__ A boolean that represents whether or not the device is plugged in or not. _(Boolean)_
 
-Typically, you will want to attach an event listener with `window.addEventListener` once you receive the Cordova '<a href="events.deviceready.html">deviceready</a>' event.
+Typically, you will want to attach an event listener with `window.addEventListener` once you receive the Cordova 'deviceready' event.
 
 Supported Platforms
 -------------------
@@ -44,7 +44,7 @@ Supported Platforms
 - Android
 - BlackBerry WebWorks (OS 5.0 and higher)
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     window.addEventListener("batterycritical", onBatteryCritical, false);
@@ -54,30 +54,30 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
        	alert("Battery Level Critical " + info.level + "%\nRecharge Soon!"); 
     }
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Cordova <a href="../device/device.html">Device</a> Ready <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Cordova Device Ready Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Call on<a href="../device/device.html">Device</a>Ready when Cordova is loaded.
+        // Call onDeviceReady when Cordova is loaded.
         //
         // 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 `<a href="events.deviceready.html">deviceready</a>`.
+        // it will call the event `deviceready`.
         // 
 	    function onLoad() {
-    	    document.addEventListener("<a href="events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+    	    document.addEventListener("deviceready", onDeviceReady, false);
     	}
 
         // Cordova is loaded and it is now safe to make calls Cordova methods
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
 		    window.addEventListener("batterycritical", onBatteryCritical, false);
         }
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/events/events.batterylow.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/events/events.batterylow.md b/www/docs/en/1.6.0/cordova/events/events.batterylow.md
index da00d89..2d0ac23 100644
--- a/www/docs/en/1.6.0/cordova/events/events.batterylow.md
+++ b/www/docs/en/1.6.0/cordova/events/events.batterylow.md
@@ -35,7 +35,7 @@ The batterylow handler will be called with an object that contains two propertie
 - __level:__ The percentage of battery (0-100). _(Number)_
 - __isPlugged:__ A boolean that represents whether or not the device is plugged in or not. _(Boolean)_
 
-Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova '<a href="events.deviceready.html">deviceready</a>' event.
+Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova 'deviceready' event.
 
 Supported Platforms
 -------------------
@@ -44,7 +44,7 @@ Supported Platforms
 - Android
 - BlackBerry WebWorks (OS 5.0 and higher)
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     window.addEventListener("batterylow", onBatteryLow, false);
@@ -54,30 +54,30 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
        	alert("Battery Level Low " + info.level + "%"); 
     }
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Cordova <a href="../device/device.html">Device</a> Ready <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Cordova Device Ready Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Call on<a href="../device/device.html">Device</a>Ready when Cordova is loaded.
+        // Call onDeviceReady when Cordova is loaded.
         //
         // 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 `<a href="events.deviceready.html">deviceready</a>`.
+        // it will call the event `deviceready`.
         // 
 	    function onLoad() {
-    	    document.addEventListener("<a href="events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+    	    document.addEventListener("deviceready", onDeviceReady, false);
     	}
 
         // Cordova is loaded and it is now safe to make calls Cordova methods
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
 		    window.addEventListener("batterylow", onBatteryLow, false);
         }
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/events/events.batterystatus.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/events/events.batterystatus.md b/www/docs/en/1.6.0/cordova/events/events.batterystatus.md
index 7876feb..c48ca4d 100644
--- a/www/docs/en/1.6.0/cordova/events/events.batterystatus.md
+++ b/www/docs/en/1.6.0/cordova/events/events.batterystatus.md
@@ -35,7 +35,7 @@ The battery status handler will be called with an object that contains two prope
 - __level:__ The percentage of battery (0-100). _(Number)_
 - __isPlugged:__ A boolean that represents whether or not the device is plugged in or not. _(Boolean)_
 
-Typically, you will want to attach an event listener with `window.addEventListener` once you receive the Cordova '<a href="events.deviceready.html">deviceready</a>' event.
+Typically, you will want to attach an event listener with `window.addEventListener` once you receive the Cordova 'deviceready' event.
 
 Supported Platforms
 -------------------
@@ -53,40 +53,40 @@ The `level` property is unavailable as Windows Phone 7 does not provide
 native APIs for determining battery level. The `isPlugged` parameter
 _is_ supported.
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     window.addEventListener("batterystatus", onBatteryStatus, false);
 
     function onBatteryStatus(info) {
-        // Handle the <a href="events.online.html">online</a> event
+        // Handle the online event
        	console.log("Level: " + info.level + " isPlugged: " + info.isPlugged); 
     }
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Cordova <a href="../device/device.html">Device</a> Ready <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Cordova Device Ready Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Call on<a href="../device/device.html">Device</a>Ready when Cordova is loaded.
+        // Call onDeviceReady when Cordova is loaded.
         //
         // 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 `<a href="events.deviceready.html">deviceready</a>`.
+        // it will call the event `deviceready`.
         // 
 	    function onLoad() {
-    	    document.addEventListener("<a href="events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+    	    document.addEventListener("deviceready", onDeviceReady, false);
     	}
 
         // Cordova is loaded and it is now safe to make calls Cordova methods
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
 		    window.addEventListener("batterystatus", onBatteryStatus, false);
         }
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/events/events.deviceready.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/events/events.deviceready.md b/www/docs/en/1.6.0/cordova/events/events.deviceready.md
index 338af67..928d447 100644
--- a/www/docs/en/1.6.0/cordova/events/events.deviceready.md
+++ b/www/docs/en/1.6.0/cordova/events/events.deviceready.md
@@ -44,39 +44,39 @@ Supported Platforms
 - iOS
 - Windows Phone 7
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
-    document.addEventListener("deviceready", on<a href="../device/device.html">Device</a>Ready, false);
+    document.addEventListener("deviceready", onDeviceReady, false);
 
-    function on<a href="../device/device.html">Device</a>Ready() {
+    function onDeviceReady() {
         // Now safe to use the Cordova API
     }
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Cordova <a href="../device/device.html">Device</a> Ready <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Cordova Device Ready Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Call on<a href="../device/device.html">Device</a>Ready when Cordova is loaded.
+        // Call onDeviceReady when Cordova is loaded.
         //
         // 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", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
 
         // Cordova is loaded and it is now safe to make calls Cordova methods
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             // Now safe to use the Cordova API
         }
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.0/cordova/events/events.endcallbutton.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.0/cordova/events/events.endcallbutton.md b/www/docs/en/1.6.0/cordova/events/events.endcallbutton.md
index 604f8db..5f05fc2 100644
--- a/www/docs/en/1.6.0/cordova/events/events.endcallbutton.md
+++ b/www/docs/en/1.6.0/cordova/events/events.endcallbutton.md
@@ -30,14 +30,14 @@ Details
 
 If you need to override the default end call behaviour you can register an event listener for the 'endcallbutton' event.
 
-Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova '<a href="events.deviceready.html">deviceready</a>' event.
+Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova 'deviceready' event.
 
 Supported Platforms
 -------------------
 
 - BlackBerry WebWorks (OS 5.0 and higher)
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     document.addEventListener("endcallbutton", onEndCallKeyDown, false);
@@ -46,31 +46,31 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         // Handle the end call button
     }
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
                           "http://www.w3.org/TR/html4/strict.dtd">
     <html>
       <head>
-        <title>Cordova End Call Button <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Cordova End Call Button Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Call on<a href="../device/device.html">Device</a>Ready when Cordova is loaded.
+        // Call onDeviceReady when Cordova is loaded.
         //
         // 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 `<a href="events.deviceready.html">deviceready</a>`.
+        // it will call the event `deviceready`.
         //
         function onLoad() {
-            document.addEventListener("<a href="events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
 
         // Cordova is loaded and it is now safe to make calls Cordova methods
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             // Register the event listener
             document.addEventListener("endcallbutton", onEndCallKeyDown, false);
         }


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[40/51] [partial] docs commit: Reverting autolinking change because of inconsistencies.

Posted by db...@apache.org.
http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/guide/platforms/wp7/index.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/guide/platforms/wp7/index.md b/www/docs/de/3.1.0/guide/platforms/wp7/index.md
index 3e07c74..0b00f13 100644
--- a/www/docs/de/3.1.0/guide/platforms/wp7/index.md
+++ b/www/docs/de/3.1.0/guide/platforms/wp7/index.md
@@ -20,13 +20,13 @@ license: >
 
 # Windows Phone 7 Plattform Guide
 
-Diese Anleitung zeigt Ihre Entwicklungsumgebung SDK einrichten, Cordova apps für Windows Phone 7 <a href="../../../cordova/device/device.html">Gerät</a>e bereitstellen. Apps laufen auch auf Windows Phone 8 <a href="../../../cordova/device/device.html">Gerät</a>en mit derselben APIs, aber Version 7 IE10s erweiterte Features auf Windows Phone 8 fehlt. Windows Phone 8 apps tun *nicht* laufen auf Windows Phone 7 <a href="../../../cordova/device/device.html">Gerät</a>e.
+Diese Anleitung zeigt Ihre Entwicklungsumgebung SDK einrichten, Cordova apps für Windows Phone 7 Geräte bereitstellen. Apps laufen auch auf Windows Phone 8 Geräten mit derselben APIs, aber Version 7 IE10s erweiterte Features auf Windows Phone 8 fehlt. Windows Phone 8 apps tun *nicht* laufen auf Windows Phone 7 Geräte.
 
 Finden Sie im folgenden detaillierte Plattform-spezifischen Informationen, die für beide Versionen gilt:
 
-*   <a href="../wp8/upgrading.html">Aktualisieren von Windows Phone</a>
-*   <a href="../wp8/plugin.html">Windows Phone Plugins</a>
-*   <a href="../wp8/tools.html">Windows Phone Befehlszeilentools</a>
+*   Aktualisieren von Windows Phone
+*   Windows Phone Plugins
+*   Windows Phone Befehlszeilentools
 
 Die Befehlszeilentools, die oben beziehen sich auf Versionen vor 3.0 Cordova. Informationen über die aktuelle Schnittstelle finden Sie unter The Command-Line Interface.
 
@@ -36,9 +36,9 @@ Die Befehlszeilentools, die oben beziehen sich auf Versionen vor 3.0 Cordova. In
     
     *   Windows 7, Windows 8 (Pro) oder Windows Vista mit SP2 
         *   Die 64-Bit Version (X 64) von Windows ist für das SDK erforderlich.
-        *   Die Pro-Version wird empfohlen, für die Ausführung von eines <a href="../../../cordova/device/device.html">Gerät</a>eemulators.
+        *   Die Pro-Version wird empfohlen, für die Ausführung von eines Geräteemulators.
 
-*   Anmelden und bezahlen für ein [Windows Phone Dev Center][1] -Konto, wenn Sie Ihre app auf einem echten <a href="../../../cordova/device/device.html">Gerät</a> anbringen oder an Marktplatz übermitteln möchten.
+*   Anmelden und bezahlen für ein [Windows Phone Dev Center][1] -Konto, wenn Sie Ihre app auf einem echten Gerät anbringen oder an Marktplatz übermitteln möchten.
 
  [1]: http://dev.windowsphone.com/en-us/publish
 
@@ -52,22 +52,22 @@ Die Befehlszeilentools, die oben beziehen sich auf Versionen vor 3.0 Cordova. In
 
 *   Unterladen Sie her und extrahieren Sie die neueste Kopie von [Cordova][4]. Arbeiten Sie der `lib\windows-phone-8\wp7` Unterverzeichnis `lib\windows-phone-8\wp8` enthält die Windwos Phone 8 Version von Cordova.
 
-*   Kopie der `CordovaWP7_x_x_x.zip` -<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> in das `\My Documents\Visual Studio 2012\Templates\ProjectTemplates\` Verzeichnis.
+*   Kopie der `CordovaWP7_x_x_x.zip` -Datei in das `\My Documents\Visual Studio 2012\Templates\ProjectTemplates\` Verzeichnis.
 
  [3]: http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=27570/
  [4]: http://phonegap.com/download
 
 ## 2.1. Aufbau der Vorlage
 
-**Hinweis:** dieser Schritt kann nicht verlangt werden. Wenn das Lib\windows-Telefon-Verzeichnis bereits eine CordovaWP7\_x\_x_x.zip-<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> enthält, können Sie diesen Schritt überspringen.
+**Hinweis:** dieser Schritt kann nicht verlangt werden. Wenn das Lib\windows-Telefon-Verzeichnis bereits eine CordovaWP7\_x\_x_x.zip-Datei enthält, können Sie diesen Schritt überspringen.
 
 Um den Entwicklungsprozess zu vereinfachen, kommt Cordova mit einem Skript zum Erstellen der Visual Studio-Vorlagen. Dies ermöglicht schnelle Erstellung von Cordova-Anwendungen in Visual Studio. Diese Vorlage kann bei Bedarf geändert werden und die unten aufgeführten Schritte zeigen wie Sie vorgehen, wenn Sie die Vorlage generieren möchten.
 
 ### Führen Sie die Batchdatei erstellen und installieren Sie die Vorlagen.
 
-*   Der Stamm der Repo enthält eine <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> createTemplates.bat. Doppelklick auf diese <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> wird 2 Zip-<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>en generieren. (CordovaWP7\_x\_x\_x.zip + CordovaWP8\_x\_x\_x.zip wo x.x.x die aktuelle Versionsnummer ist) Um diese <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>en in Visual Studio kopieren leicht zu verwenden werden sie zu "Mein <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>en\Visual Studio 2012\Templates\ProjectTemplates\" Sie dann neue Apache Cordova Windows Phone apps aus der Visual Studio-<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>-> neues Projekt im Menü erstellen können.
+*   Der Stamm der Repo enthält eine Datei createTemplates.bat. Doppelklick auf diese Datei wird 2 Zip-Dateien generieren. (CordovaWP7\_x\_x\_x.zip + CordovaWP8\_x\_x\_x.zip wo x.x.x die aktuelle Versionsnummer ist) Um diese Dateien in Visual Studio kopieren leicht zu verwenden werden sie zu "Mein Dateien\Visual Studio 2012\Templates\ProjectTemplates\" Sie dann neue Apache Cordova Windows Phone apps aus der Visual Studio-Datei-> neues Projekt im Menü erstellen können.
 
-*   Wenn Sie die Batch-<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> von der Befehlszeile aus ausführen, können Sie auch mit einem Parameter automatisch installieren aufrufen
+*   Wenn Sie die Batch-Datei von der Befehlszeile aus ausführen, können Sie auch mit einem Parameter automatisch installieren aufrufen
 
 Führen Sie das Skript:
 
@@ -94,15 +94,15 @@ Führen Sie das Skript:
 
  [5]: img/guide/platforms/wp8/projectStructure.png
 
-## 6. Erstellen Sie das Projekt für das <a href="../../../cordova/device/device.html">Gerät</a>
+## 6. Erstellen Sie das Projekt für das Gerät
 
-Um die Anwendung auf einem <a href="../../../cordova/device/device.html">Gerät</a> zu testen, muss das <a href="../../../cordova/device/device.html">Gerät</a> registriert werden. Klicken Sie [hier][6] , um Dokumentation zu lesen, auf bereitstellen und Testen auf Ihrem Windows Phone 7.
+Um die Anwendung auf einem Gerät zu testen, muss das Gerät registriert werden. Klicken Sie [hier][6] , um Dokumentation zu lesen, auf bereitstellen und Testen auf Ihrem Windows Phone 7.
 
  [6]: http://msdn.microsoft.com/en-us/library/windowsphone/develop/ff402565(v=vs.105).aspx
 
 *   Stellen Sie sicher, Ihr Telefon angeschlossen ist, und der Bildschirm ist entsperrt.
 
-*   Wählen Sie in Visual Studio '<a href="../../../cordova/device/device.html">Gerät</a>' aus dem oberen Dropdown-Menü.
+*   Wählen Sie in Visual Studio 'Gerät' aus dem oberen Dropdown-Menü.
 
 *   Drücken Sie die Taste grün **spielen** neben dem Haupt-Dropdown-Menü Debuggen zu beginnen, oder geben Sie **F5**.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/guide/platforms/wp8/index.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/guide/platforms/wp8/index.md b/www/docs/de/3.1.0/guide/platforms/wp8/index.md
index dcf5179..e14b217 100644
--- a/www/docs/de/3.1.0/guide/platforms/wp8/index.md
+++ b/www/docs/de/3.1.0/guide/platforms/wp8/index.md
@@ -20,13 +20,13 @@ license: >
 
 # Handbuch für die Plattform von Windows Phone-8
 
-Diese Anleitung zeigt Ihre Entwicklungsumgebung SDK einrichten, Cordova apps für Windows Phone 8 <a href="../../../cordova/device/device.html">Gerät</a>e bereitstellen. Wenn Sie 7,5 und 8 <a href="../../../cordova/device/device.html">Gerät</a>e ansprechen möchten, entwickeln Sie für Windows Phone 7 stattdessen, wie detailliert die Windows Phone 7 Plattform-Guide. Version 7 verfügt nicht über die erweiterten Funktionen im IE10 enthalten, aber den gleichen Satz von APIs implementiert. Windows Phone 8 apps tun *nicht* laufen auf Windows Phone 7 <a href="../../../cordova/device/device.html">Gerät</a>e.
+Diese Anleitung zeigt Ihre Entwicklungsumgebung SDK einrichten, Cordova apps für Windows Phone 8 Geräte bereitstellen. Wenn Sie 7,5 und 8 Geräte ansprechen möchten, entwickeln Sie für Windows Phone 7 stattdessen, wie detailliert die Windows Phone 7 Plattform-Guide. Version 7 verfügt nicht über die erweiterten Funktionen im IE10 enthalten, aber den gleichen Satz von APIs implementiert. Windows Phone 8 apps tun *nicht* laufen auf Windows Phone 7 Geräte.
 
 Finden Sie im folgenden detaillierte Plattform-spezifischen Informationen, die für beide Versionen gilt:
 
-*   <a href="upgrading.html">Aktualisieren von Windows Phone</a>
-*   <a href="plugin.html">Windows Phone Plugins</a>
-*   <a href="tools.html">Windows Phone Befehlszeilentools</a>
+*   Aktualisieren von Windows Phone
+*   Windows Phone Plugins
+*   Windows Phone Befehlszeilentools
 
 Die Befehlszeilentools, die oben beziehen sich auf Versionen vor 3.0 Cordova. Informationen über die aktuelle Schnittstelle finden Sie unter The Command-Line Interface.
 
@@ -36,7 +36,7 @@ Die Befehlszeilentools, die oben beziehen sich auf Versionen vor 3.0 Cordova. In
     
     *   Windows 8 oder Windows 8 Pro 
         *   Die 64-Bit Version (X 64) von Windows ist für das SDK erforderlich.
-        *   Die Pro-Version wird empfohlen, damit Sie einen <a href="../../../cordova/device/device.html">Gerät</a>eemulator ausführen können.
+        *   Die Pro-Version wird empfohlen, damit Sie einen Geräteemulator ausführen können.
 
 *   Hardware:
     
@@ -56,7 +56,7 @@ Die Befehlszeilentools, die oben beziehen sich auf Versionen vor 3.0 Cordova. In
     
     *   Visual Studio 2012 Professional, Premium oder Ultimate. Beachten Sie, dass Visual Studio Express für Windows Phone (enthalten im SDK) ist nicht empfehlenswert da Sie nicht die Vorlage (siehe unten) mit VS Express erstellen können, da es nicht die **Vorlage exportieren** -Funktionalität, die nur in VS Pro oder höher ist.
 
-*   Anmelden und bezahlen für ein [Windows Phone Dev Center][3] -Konto, wenn Sie Ihre app auf einem echten <a href="../../../cordova/device/device.html">Gerät</a> anbringen oder an Marktplatz übermitteln möchten.
+*   Anmelden und bezahlen für ein [Windows Phone Dev Center][3] -Konto, wenn Sie Ihre app auf einem echten Gerät anbringen oder an Marktplatz übermitteln möchten.
 
  [1]: http://en.wikipedia.org/wiki/Second_Level_Address_Translation
  [2]: http://ark.intel.com/Products/VirtualizationTechnology
@@ -72,22 +72,22 @@ Die Befehlszeilentools, die oben beziehen sich auf Versionen vor 3.0 Cordova. In
 
 *   Herunterladen Sie und extrahieren Sie die neueste Kopie von [Cordova][6]. Arbeiten Sie der `lib\windows-phone-8\wp8` Unterverzeichnis `lib\windows-phone-8\wp7` enthält die Windwos Phone 7-Version von Cordova.
 
-*   Kopie der `CordovaWP8_x_x_x.zip` -<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> in das `\My Documents\Visual Studio 2012\Templates\ProjectTemplates\` Verzeichnis.
+*   Kopie der `CordovaWP8_x_x_x.zip` -Datei in das `\My Documents\Visual Studio 2012\Templates\ProjectTemplates\` Verzeichnis.
 
  [5]: http://www.microsoft.com/en-us/download/details.aspx?id=35471
  [6]: http://phonegap.com/download
 
 ## 2.1. Aufbau der Vorlage
 
-**Hinweis:** dieser Schritt kann nicht verlangt werden. Wenn das Lib\windows-Telefon-Verzeichnis bereits eine CordovaWP8\_x\_x_x.zip-<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> enthält, können Sie diesen Schritt überspringen.
+**Hinweis:** dieser Schritt kann nicht verlangt werden. Wenn das Lib\windows-Telefon-Verzeichnis bereits eine CordovaWP8\_x\_x_x.zip-Datei enthält, können Sie diesen Schritt überspringen.
 
 Um den Entwicklungsprozess zu vereinfachen, kommt Cordova mit einem Skript zum Erstellen der Visual Studio-Vorlagen. Dies ermöglicht schnelle Erstellung von Cordova-Anwendungen in Visual Studio. Diese Vorlage kann bei Bedarf geändert werden und die unten aufgeführten Schritte zeigen wie Sie vorgehen, wenn Sie die Vorlage generieren möchten.
 
 ### Führen Sie die Batchdatei erstellen und installieren Sie die Vorlagen.
 
-*   Der Stamm der Repo enthält eine <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> createTemplates.bat. Doppelklick auf diese <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> wird 2 Zip-<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>en generieren. (CordovaWP7\_x\_x\_x.zip + CordovaWP8\_x\_x\_x.zip wo x.x.x die aktuelle Versionsnummer ist) Um diese <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>en in Visual Studio kopieren leicht zu verwenden werden sie zu "Mein <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>en\Visual Studio 2012\Templates\ProjectTemplates\" Sie dann neue Apache Cordova Windows Phone apps aus der Visual Studio-<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>-> neues Projekt im Menü erstellen können.
+*   Der Stamm der Repo enthält eine Datei createTemplates.bat. Doppelklick auf diese Datei wird 2 Zip-Dateien generieren. (CordovaWP7\_x\_x\_x.zip + CordovaWP8\_x\_x\_x.zip wo x.x.x die aktuelle Versionsnummer ist) Um diese Dateien in Visual Studio kopieren leicht zu verwenden werden sie zu "Mein Dateien\Visual Studio 2012\Templates\ProjectTemplates\" Sie dann neue Apache Cordova Windows Phone apps aus der Visual Studio-Datei-> neues Projekt im Menü erstellen können.
 
-*   Wenn Sie die Batch-<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> von der Befehlszeile aus ausführen, können Sie auch mit einem Parameter automatisch installieren aufrufen
+*   Wenn Sie die Batch-Datei von der Befehlszeile aus ausführen, können Sie auch mit einem Parameter automatisch installieren aufrufen
 
 Führen Sie das Skript:
 
@@ -128,15 +128,15 @@ Führen Sie das Skript:
 
  [9]: img/guide/platforms/wp8/BuildEmulator.png
 
-## 6. Erstellen Sie das Projekt für das <a href="../../../cordova/device/device.html">Gerät</a>
+## 6. Erstellen Sie das Projekt für das Gerät
 
-Um die Anwendung auf einem <a href="../../../cordova/device/device.html">Gerät</a> zu testen, muss das <a href="../../../cordova/device/device.html">Gerät</a> registriert werden. Klicken Sie [hier][10] , um auf bereitstellen und Testen auf Ihrem Windows Phone 8 die Dokumentation lesen.
+Um die Anwendung auf einem Gerät zu testen, muss das Gerät registriert werden. Klicken Sie [hier][10] , um auf bereitstellen und Testen auf Ihrem Windows Phone 8 die Dokumentation lesen.
 
  [10]: http://msdn.microsoft.com/en-us/library/windowsphone/develop/ff402565(v=vs.105).aspx
 
 *   Stellen Sie sicher, Ihr Telefon angeschlossen ist, und der Bildschirm ist entsperrt.
 
-*   Wählen Sie in Visual Studio '<a href="../../../cordova/device/device.html">Gerät</a>' aus dem oberen Dropdown-Menü.
+*   Wählen Sie in Visual Studio 'Gerät' aus dem oberen Dropdown-Menü.
 
 *   Drücken Sie die Taste grün **spielen** neben dem wichtigsten Dropdown-Menü Debuggen zu beginnen, oder geben Sie **F5**.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/guide/platforms/wp8/plugin.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/guide/platforms/wp8/plugin.md b/www/docs/de/3.1.0/guide/platforms/wp8/plugin.md
index b4b7eb1..9c96c72 100644
--- a/www/docs/de/3.1.0/guide/platforms/wp8/plugin.md
+++ b/www/docs/de/3.1.0/guide/platforms/wp8/plugin.md
@@ -133,7 +133,7 @@ Wenn Ihre Argumente zu interpretieren, ist es eine gute Idee, einen Try/Catch-Bl
 
 ## Plugin XML
 
-Dies sind die Windows Telefon konkrete Beispiele für die Verwendung der <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> plugin.xml, beziehen sich auf die <a href="../../../plugin_ref/spec.html">Plugin-Spezifikation</a> für weitere details
+Dies sind die Windows Telefon konkrete Beispiele für die Verwendung der Datei plugin.xml, beziehen sich auf die Plugin-Spezifikation für weitere details
 
 ### `<source-file>`
 
@@ -141,7 +141,7 @@ Windows Phone das `<source-file>` Element wird derzeit verwendet, um alle Plugin
 
 ### `<config-file>`
 
-Das `<config-file>` -Element definiert, welche Elemente in einer Config-<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> gestellt bekommen. Zum Beispiel der Plattformen-config.xml ein Plugin hinzu würde Sie so etwas tun:
+Das `<config-file>` -Element definiert, welche Elemente in einer Config-Datei gestellt bekommen. Zum Beispiel der Plattformen-config.xml ein Plugin hinzu würde Sie so etwas tun:
 
     <config-file target="config.xml" parent="/*">
         <feature name="PluginName">
@@ -150,7 +150,7 @@ Das `<config-file>` -Element definiert, welche Elemente in einer Config-<a href=
     </config-file>
     
 
-Wenn wir wollten die WMAppManifest.xml die Fähigkeit <a href="../../../cordova/contacts/contacts.html"><a href="../../../cordova/contacts/Contact/contact.html">Kontakt</a>e</a> hinzu, würde es so aussehen:
+Wenn wir wollten die WMAppManifest.xml die Fähigkeit Kontakte hinzu, würde es so aussehen:
 
     <config-file target="Properties/WMAppManifest.xml" parent="/Deployment/App/Capabilities">
         <Capability Name="ID_CAP_CONTACTS" />

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/guide/platforms/wp8/tools.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/guide/platforms/wp8/tools.md b/www/docs/de/3.1.0/guide/platforms/wp8/tools.md
index 660aa12..9d171ca 100644
--- a/www/docs/de/3.1.0/guide/platforms/wp8/tools.md
+++ b/www/docs/de/3.1.0/guide/platforms/wp8/tools.md
@@ -20,7 +20,7 @@ license: >
 
 # Windows Phone Befehlszeilentools
 
-Die `cordova` Befehlszeilen-Dienstprogramm ist ein High-Level Tool, das Ihnen erlaubt, Anwendungen auf mehreren Plattformen gleichzeitig zu erstellen. Eine ältere Version von Cordova Rahmen bietet Gruppen von Befehlszeilentools, die spezifisch für jede Plattform. Wenn sie als Alternative zu den CLI verwenden möchten, müssen Sie diese Version von Cordova von [cordova.apache.org][1]herunterladen. Der Download enthält separate Archiv für jede Plattform. Erweitern Sie die gewünschte Ziel-Plattform. Die hier beschriebenen Tools sind in der Regel in der obersten Ebene `bin` Verzeichnis, sonst finden Sie in die **README** -<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> ausführlichere Wegbeschreibung.
+Die `cordova` Befehlszeilen-Dienstprogramm ist ein High-Level Tool, das Ihnen erlaubt, Anwendungen auf mehreren Plattformen gleichzeitig zu erstellen. Eine ältere Version von Cordova Rahmen bietet Gruppen von Befehlszeilentools, die spezifisch für jede Plattform. Wenn sie als Alternative zu den CLI verwenden möchten, müssen Sie diese Version von Cordova von [cordova.apache.org][1]herunterladen. Der Download enthält separate Archiv für jede Plattform. Erweitern Sie die gewünschte Ziel-Plattform. Die hier beschriebenen Tools sind in der Regel in der obersten Ebene `bin` Verzeichnis, sonst finden Sie in die **README** -Datei ausführlichere Wegbeschreibung.
 
  [1]: http://cordova.apache.org
 
@@ -36,9 +36,9 @@ Es gibt 2 Möglichkeiten, gehen Sie zum Erstellen einer neuen Apache Cordova WP7
 
 ### Führen Sie die Batchdatei erstellen und installieren Sie die Vorlagen.
 
-*   Der Stamm der Repo enthält eine <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> createTemplates.bat. Doppelklick auf diese <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> wird 2 Zip-<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>en generiert. (CordovaWP7\_x\_x\_x.zip + CordovaWP8\_x\_x\_x.zip wo x.x.x die aktuelle Versionsnummer ist) Um diese <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>en in Visual Studio kopieren leicht zu verwenden werden sie zu "Mein <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>en\Visual Studio 2012\Templates\ProjectTemplates\" Sie dann neue Apache Cordova Windows Phone apps aus der Visual Studio-<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>-> neues Projekt im Menü erstellen können.
+*   Der Stamm der Repo enthält eine Datei createTemplates.bat. Doppelklick auf diese Datei wird 2 Zip-Dateien generiert. (CordovaWP7\_x\_x\_x.zip + CordovaWP8\_x\_x\_x.zip wo x.x.x die aktuelle Versionsnummer ist) Um diese Dateien in Visual Studio kopieren leicht zu verwenden werden sie zu "Mein Dateien\Visual Studio 2012\Templates\ProjectTemplates\" Sie dann neue Apache Cordova Windows Phone apps aus der Visual Studio-Datei-> neues Projekt im Menü erstellen können.
 
-*   Wenn Sie die Batch-<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> von der Befehlszeile aus ausführen, können Sie auch mit einem Parameter automatisch installieren aufrufen
+*   Wenn Sie die Batch-Datei von der Befehlszeile aus ausführen, können Sie auch mit einem Parameter automatisch installieren aufrufen
 
 Führen Sie das Skript:
 
@@ -53,7 +53,7 @@ Führen Sie den `create` Befehl, der vorhandenen Pfad für das Projekt, die rüc
     >.\wp8\bin\create PathToNewProject [ PackageName ] [ AppName ]
     
     >PathToNewProject : The path to where you wish to create the project
-    >PackageName      : The namespace for the project (default is Cordova.<a href="../../../cordova/storage/storage.opendatabase.html">Example</a>)
+    >PackageName      : The namespace for the project (default is Cordova.Example)
     >AppName          : The name of the application (default is CordovaWP8AppProj or CordovaWP7AppProj)
     
     >examples:

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/guide/platforms/wp8/upgrading.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/guide/platforms/wp8/upgrading.md b/www/docs/de/3.1.0/guide/platforms/wp8/upgrading.md
index 135472a..f3dc1c7 100644
--- a/www/docs/de/3.1.0/guide/platforms/wp8/upgrading.md
+++ b/www/docs/de/3.1.0/guide/platforms/wp8/upgrading.md
@@ -42,7 +42,7 @@ platform add wp7 wp8`.
 
 3.  Kopieren Sie den Inhalt des Projekts `www` Verzeichnis in das `www` Verzeichnis im Stammverzeichnis des Projektes Cordova, die Sie gerade erstellt haben.
 
-4.  Kopieren oder nativen Vermögen aus dem ursprünglichen Projekt zu überschreiben ( `<a href="../../../cordova/splashscreen/splashscreen.html">SplashScreen</a>` , `ApplicationIcon` , etc.), die sicher um jede neuen <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>en auf die `.csproj` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>. Die Windows phone Projektbuilds innerhalb der `platforms\wp7` oder `platforms\wp8` Verzeichnis.
+4.  Kopieren oder nativen Vermögen aus dem ursprünglichen Projekt zu überschreiben ( `SplashScreen` , `ApplicationIcon` , etc.), die sicher um jede neuen Dateien auf die `.csproj` Datei. Die Windows phone Projektbuilds innerhalb der `platforms\wp7` oder `platforms\wp8` Verzeichnis.
 
 5.  Verwenden Sie Cordova-CLI-Tool, um alle Plugins zu installieren, die Sie brauchen. Beachten Sie, dass die CLI behandelt alle Kern-APIs als Plugins, so müssen sie möglicherweise hinzugefügt werden. Nur 3.0.0 Plugins sind kompatibel mit CLI.
 
@@ -76,7 +76,7 @@ Im Projektmappen-Explorer-Fenster von Visual Studio:
 
 4.  Kopieren Sie und überschreiben Sie alle Splash-Screen oder Symbolbilder.
 
-5.  Kopie über alle Plugins aus dem `plugins` Verzeichnis in das neue Projekt und stellen Sie sicher, dass sie auch die CSPROJ-<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> hinzugefügt werden.
+5.  Kopie über alle Plugins aus dem `plugins` Verzeichnis in das neue Projekt und stellen Sie sicher, dass sie auch die CSPROJ-Datei hinzugefügt werden.
 
 6.  Erstellen und testen.
 
@@ -88,7 +88,7 @@ Im Projektmappen-Explorer-Fenster von Visual Studio:
 
 2.  Kopieren Sie den Inhalt Ihrer `www` Verzeichnis in das neue Projekt und achten, dass diese Elemente werden dem VS-Projekt hinzugefügt.
 
-3.  Aktualisieren Sie den HTML-Code um das neue `cordova.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>. (Beachten Sie das Fehlen einer Versionsnummer im <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>namen).
+3.  Aktualisieren Sie den HTML-Code um das neue `cordova.js` Datei. (Beachten Sie das Fehlen einer Versionsnummer im Dateinamen).
 
 4.  Kopieren Sie und überschreiben Sie alle Splash-Screen oder Symbolbilder.
 
@@ -104,7 +104,7 @@ Im Projektmappen-Explorer-Fenster von Visual Studio:
 
 2.  Kopieren Sie den Inhalt Ihrer `www` Verzeichnis in das neue Projekt und achten, dass diese Elemente werden dem VS-Projekt hinzugefügt.
 
-3.  Aktualisieren Sie den HTML-Code um das neue `cordova-2.7.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+3.  Aktualisieren Sie den HTML-Code um das neue `cordova-2.7.0.js` Datei.
 
 4.  Kopieren Sie und überschreiben Sie alle Splash-Screen oder Symbolbilder.
 
@@ -120,7 +120,7 @@ Im Projektmappen-Explorer-Fenster von Visual Studio:
 
 2.  Kopieren Sie den Inhalt Ihrer `www` Verzeichnis in das neue Projekt und achten, dass diese Elemente werden dem VS-Projekt hinzugefügt.
 
-3.  Aktualisieren Sie den HTML-Code um das neue `cordova-2.6.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+3.  Aktualisieren Sie den HTML-Code um das neue `cordova-2.6.0.js` Datei.
 
 4.  Kopieren Sie und überschreiben Sie alle Splash-Screen oder Symbolbilder.
 
@@ -136,7 +136,7 @@ Im Projektmappen-Explorer-Fenster von Visual Studio:
 
 2.  Kopieren Sie den Inhalt Ihrer `www` Verzeichnis in das neue Projekt und achten, dass diese Elemente werden dem VS-Projekt hinzugefügt.
 
-3.  Aktualisieren Sie den HTML-Code um das neue `cordova-2.5.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+3.  Aktualisieren Sie den HTML-Code um das neue `cordova-2.5.0.js` Datei.
 
 4.  Kopieren Sie und überschreiben Sie alle Splash-Screen oder Symbolbilder.
 
@@ -152,7 +152,7 @@ Im Projektmappen-Explorer-Fenster von Visual Studio:
 
 2.  Kopieren Sie den Inhalt Ihrer `www` Verzeichnis in das neue Projekt und achten, dass diese Elemente werden dem VS-Projekt hinzugefügt.
 
-3.  Aktualisieren Sie den HTML-Code um das neue `cordova-2.4.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+3.  Aktualisieren Sie den HTML-Code um das neue `cordova-2.4.0.js` Datei.
 
 4.  Kopieren Sie und überschreiben Sie alle Splash-Screen oder Symbolbilder.
 
@@ -168,7 +168,7 @@ Im Projektmappen-Explorer-Fenster von Visual Studio:
 
 2.  Kopieren Sie den Inhalt Ihrer `www` Verzeichnis in das neue Projekt und achten, dass diese Elemente werden dem VS-Projekt hinzugefügt.
 
-3.  Aktualisieren Sie den HTML-Code um das neue `cordova-2.3.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+3.  Aktualisieren Sie den HTML-Code um das neue `cordova-2.3.0.js` Datei.
 
 4.  Kopieren Sie und überschreiben Sie alle Splash-Screen oder Symbolbilder.
 
@@ -184,7 +184,7 @@ Im Projektmappen-Explorer-Fenster von Visual Studio:
 
 2.  Kopieren Sie den Inhalt Ihrer `www` Verzeichnis in das neue Projekt und achten, dass diese Elemente werden dem VS-Projekt hinzugefügt.
 
-3.  Aktualisieren Sie den HTML-Code um das neue `cordova-2.2.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+3.  Aktualisieren Sie den HTML-Code um das neue `cordova-2.2.0.js` Datei.
 
 4.  Kopieren Sie und überschreiben Sie alle Splash-Screen oder Symbolbilder.
 
@@ -200,7 +200,7 @@ Im Projektmappen-Explorer-Fenster von Visual Studio:
 
 2.  Kopieren Sie den Inhalt Ihrer `www` Verzeichnis in das neue Projekt und achten, dass diese Elemente werden dem VS-Projekt hinzugefügt.
 
-3.  Aktualisieren Sie den HTML-Code um das neue `cordova-2.1.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+3.  Aktualisieren Sie den HTML-Code um das neue `cordova-2.1.0.js` Datei.
 
 4.  Kopieren Sie und überschreiben Sie alle Splash-Screen oder Symbolbilder.
 
@@ -218,7 +218,7 @@ Im Projektmappen-Explorer-Fenster von Visual Studio:
 
 2.  Kopieren Sie den Inhalt Ihrer `www` Verzeichnis in das neue Projekt und achten, dass diese Elemente werden dem VS-Projekt hinzugefügt.
 
-3.  Aktualisieren Sie den HTML-Code um das neue `cordova-2.0.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+3.  Aktualisieren Sie den HTML-Code um das neue `cordova-2.0.0.js` Datei.
 
 4.  Kopieren Sie und überschreiben Sie alle Splash-Screen oder Symbolbilder.
 
@@ -236,13 +236,13 @@ Im Projektmappen-Explorer-Fenster von Visual Studio:
 
 3.  Mit der rechten Maustaste auf **Verweise** , und wählen Sie **Verweis hinzufügen**.
 
-4.  Navigieren Sie zu der neuen Distribution und fügen Sie die `WP7CordovaClassLib.dll` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+4.  Navigieren Sie zu der neuen Distribution und fügen Sie die `WP7CordovaClassLib.dll` Datei.
     
     *   **Hinweis:** Sie können die DLL-Version anzeigen, indem mit der rechten Maustaste auf den Verweis und **Eigenschaften** auswählen.
 
 5.  Kopieren Sie die neue `cordova-1.9.0.js` in Ihr Projekt. (Sein Sie sicher, dass er als Inhalt markiert wird.)
 
-6.  Aktualisieren Sie den HTML-Code um das neue `cordova-1.9.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+6.  Aktualisieren Sie den HTML-Code um das neue `cordova-1.9.0.js` Datei.
 
 ## Ein Upgrade auf 1.8.0 von 1.7.0
 
@@ -254,13 +254,13 @@ Im Projektmappen-Explorer-Fenster von Visual Studio:
 
 3.  Mit der rechten Maustaste auf **Verweise** , und wählen Sie **Verweis hinzufügen**.
 
-4.  Navigieren Sie zu der neuen Distribution und fügen Sie die `WP7CordovaClassLib.dll` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+4.  Navigieren Sie zu der neuen Distribution und fügen Sie die `WP7CordovaClassLib.dll` Datei.
     
     *   **Hinweis:** Sie können die DLL-Version anzeigen, indem mit der rechten Maustaste auf den Verweis und **Eigenschaften** auswählen.
 
 5.  Kopieren Sie die neue `cordova-1.8.0.js` in Ihr Projekt. (Sein Sie sicher, dass er als Inhalt markiert wird.)
 
-6.  Aktualisieren Sie den HTML-Code um das neue `cordova-1.8.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+6.  Aktualisieren Sie den HTML-Code um das neue `cordova-1.8.0.js` Datei.
 
 ## Ein Upgrade auf 1.7.0 von 1.6.0
 
@@ -272,13 +272,13 @@ Im Projektmappen-Explorer-Fenster von Visual Studio:
 
 3.  Mit der rechten Maustaste auf **Verweise** , und wählen Sie **Verweis hinzufügen**.
 
-4.  Navigieren Sie zu der neuen Distribution und fügen Sie die `WP7CordovaClassLib.dll` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+4.  Navigieren Sie zu der neuen Distribution und fügen Sie die `WP7CordovaClassLib.dll` Datei.
     
     *   **Hinweis:** Sie können die DLL-Version anzeigen, indem mit der rechten Maustaste auf den Verweis und **Eigenschaften** auswählen.
 
 5.  Kopieren Sie die neue `cordova-1.7.0.js` in Ihr Projekt. (Sein Sie sicher, dass er als Inhalt markiert wird.)
 
-6.  Aktualisieren Sie den HTML-Code um das neue `cordova-1.7.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+6.  Aktualisieren Sie den HTML-Code um das neue `cordova-1.7.0.js` Datei.
 
 ## Ein Upgrade auf 1.6.1 von 1.6.0
 
@@ -290,13 +290,13 @@ Im Projektmappen-Explorer-Fenster von Visual Studio:
 
 3.  Mit der rechten Maustaste auf **Verweise** , und wählen Sie **Verweis hinzufügen**.
 
-4.  Navigieren Sie zu der neuen Distribution und fügen Sie die `WP7CordovaClassLib.dll` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+4.  Navigieren Sie zu der neuen Distribution und fügen Sie die `WP7CordovaClassLib.dll` Datei.
     
     *   **Hinweis:** Sie können die DLL-Version anzeigen, indem mit der rechten Maustaste auf den Verweis und **Eigenschaften** auswählen.
 
 5.  Kopieren Sie die neue `cordova-1.6.1.js` in Ihr Projekt. (Sein Sie sicher, dass er als Inhalt markiert wird.)
 
-6.  Aktualisieren Sie den HTML-Code um das neue `cordova-1.6.1.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+6.  Aktualisieren Sie den HTML-Code um das neue `cordova-1.6.1.js` Datei.
 
 ## Ein Upgrade auf 1.6.0 von 1.5.0
 
@@ -308,13 +308,13 @@ Im Projektmappen-Explorer-Fenster von Visual Studio:
 
 3.  Mit der rechten Maustaste auf **Verweise** , und wählen Sie **Verweis hinzufügen**.
 
-4.  Navigieren Sie zu der neuen Distribution und fügen Sie die `WP7CordovaClassLib.dll` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+4.  Navigieren Sie zu der neuen Distribution und fügen Sie die `WP7CordovaClassLib.dll` Datei.
     
     *   **Hinweis:** Sie können die DLL-Version anzeigen, indem mit der rechten Maustaste auf den Verweis und **Eigenschaften** auswählen.
 
 5.  Kopieren Sie die neue `cordova-1.6.0.js` in Ihr Projekt. (Sein Sie sicher, dass er als Inhalt markiert wird.)
 
-6.  Aktualisieren Sie den HTML-Code um das neue `cordova-1.6.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+6.  Aktualisieren Sie den HTML-Code um das neue `cordova-1.6.0.js` Datei.
 
 ## Ein Upgrade auf 1.5.0 von 1.4.0
 
@@ -326,13 +326,13 @@ Im Projektmappen-Explorer-Fenster von Visual Studio:
 
 3.  Mit der rechten Maustaste auf **Verweise** , und wählen Sie **Verweis hinzufügen**.
 
-4.  Navigieren Sie zu der neuen Distribution und fügen Sie die `WP7CordovaClassLib.dll` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+4.  Navigieren Sie zu der neuen Distribution und fügen Sie die `WP7CordovaClassLib.dll` Datei.
     
     *   **Hinweis:** Sie können die DLL-Version anzeigen, indem mit der rechten Maustaste auf den Verweis und **Eigenschaften** auswählen.
 
 5.  Kopieren Sie die neue `cordova-1.5.0.js` in Ihr Projekt. (Sein Sie sicher, dass er als Inhalt markiert wird.)
 
-6.  Aktualisieren Sie den HTML-Code um das neue `cordova-1.5.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+6.  Aktualisieren Sie den HTML-Code um das neue `cordova-1.5.0.js` Datei.
 
 ## Ein Upgrade auf 1.4.0 von 1.3.0
 
@@ -344,13 +344,13 @@ Im Projektmappen-Explorer-Fenster von Visual Studio:
 
 3.  Mit der rechten Maustaste auf **Verweise** , und wählen Sie **Verweis hinzufügen**.
 
-4.  Navigieren Sie zu der neuen Distribution und fügen Sie die `WP7CordovaClassLib.dll` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+4.  Navigieren Sie zu der neuen Distribution und fügen Sie die `WP7CordovaClassLib.dll` Datei.
     
     *   **Hinweis:** Sie können die DLL-Version anzeigen, indem mit der rechten Maustaste auf den Verweis und **Eigenschaften** auswählen.
 
 5.  Kopieren Sie die neue `cordova-1.4.0.js` in Ihr Projekt. (Sein Sie sicher, dass er als Inhalt markiert wird.)
 
-6.  Aktualisieren Sie den HTML-Code um das neue `cordova-1.4.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+6.  Aktualisieren Sie den HTML-Code um das neue `cordova-1.4.0.js` Datei.
 
 ## Ein Upgrade auf 1.3.0 von 1.2.0
 
@@ -362,13 +362,13 @@ Im Projektmappen-Explorer-Fenster von Visual Studio:
 
 3.  Mit der rechten Maustaste auf **Verweise** , und wählen Sie **Verweis hinzufügen**.
 
-4.  Navigieren Sie zu der neuen Distribution und fügen Sie die `WP7CordovaClassLib.dll` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+4.  Navigieren Sie zu der neuen Distribution und fügen Sie die `WP7CordovaClassLib.dll` Datei.
     
     *   **Hinweis:** Sie können die DLL-Version anzeigen, indem mit der rechten Maustaste auf den Verweis und **Eigenschaften** auswählen.
 
 5.  Kopieren Sie die neue `cordova-1.3.0.js` in Ihr Projekt. (Sein Sie sicher, dass er als Inhalt markiert wird.)
 
-6.  Aktualisieren Sie den HTML-Code um das neue `cordova-1.3.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+6.  Aktualisieren Sie den HTML-Code um das neue `cordova-1.3.0.js` Datei.
 
 ## Ein Upgrade auf 1.2.0 von 1.1.0
 
@@ -380,13 +380,13 @@ Im Projektmappen-Explorer-Fenster von Visual Studio:
 
 3.  Mit der rechten Maustaste auf **Verweise** , und wählen Sie **Verweis hinzufügen**.
 
-4.  Navigieren Sie zu der neuen Distribution und fügen Sie die `WP7CordovaClassLib.dll` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+4.  Navigieren Sie zu der neuen Distribution und fügen Sie die `WP7CordovaClassLib.dll` Datei.
     
     *   **Hinweis:** Sie können die DLL-Version anzeigen, indem mit der rechten Maustaste auf den Verweis und **Eigenschaften** auswählen.
 
 5.  Kopieren Sie die neue `cordova-1.2.0.js` in Ihr Projekt. (Sein Sie sicher, dass er als Inhalt markiert wird.)
 
-6.  Aktualisieren Sie den HTML-Code um das neue `cordova-1.2.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+6.  Aktualisieren Sie den HTML-Code um das neue `cordova-1.2.0.js` Datei.
 
 ## Von 1.0.0 auf 1.1.0 aktualisieren
 
@@ -398,10 +398,10 @@ Im Projektmappen-Explorer-Fenster von Visual Studio:
 
 3.  Mit der rechten Maustaste auf **Verweise** , und wählen Sie **Verweis hinzufügen**.
 
-4.  Navigieren Sie zu der neuen Distribution und fügen Sie die `WP7CordovaClassLib.dll` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+4.  Navigieren Sie zu der neuen Distribution und fügen Sie die `WP7CordovaClassLib.dll` Datei.
     
     *   **Hinweis:** können Sie die DLL-Version anzeigen, indem mit der rechten Maustaste auf den Verweis und **Eigenschaften** auswählen.
 
 5.  Kopieren Sie die neue `cordova-1.1.0.js` in Ihr Projekt. (Sein Sie sicher, dass er als Inhalt markiert wird.)
 
-6.  Aktualisieren Sie den HTML-Code um das neue `cordova-1.1.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
\ No newline at end of file
+6.  Aktualisieren Sie den HTML-Code um das neue `cordova-1.1.0.js` Datei.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/index.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/index.md b/www/docs/de/3.1.0/index.md
index 4fb9155..1e1f447 100644
--- a/www/docs/de/3.1.0/index.md
+++ b/www/docs/de/3.1.0/index.md
@@ -26,63 +26,63 @@ license: >
   <ul>
     <li>
       <h2>
-        <a href="guide/overview/index.html">Übersicht</a>
+        Übersicht
       </h2>
       
       <span>Beginnen Sie hier, wenn Sie Cordova Neuland.</span>
     </li>
     <li>
       <h2>
-        <a href="guide/cli/index.html">Die Befehlszeilenschnittstelle</a>
+        Die Befehlszeilenschnittstelle
       </h2>
       
       <span>Erstellen, erstellen und Bereitstellen von der Befehlszeile aus.</span>
     </li>
     <li>
       <h2>
-        <a href="guide/platforms/index.html">Plattform-Guides</a>
+        Plattform-Guides
       </h2>
       
       <span>Jede SDK und Update Projekte</span>
     </li>
     <li>
       <h2>
-        <a href="config_ref/index.html">Die <a href="cordova/file/fileobj/fileobj.html">Datei</a> config.xml</a> <a href="cordova/file/fileobj/fileobj.html">Datei</a>
+        Die Datei config.xml Datei
       </h2>
       
       <span>Die Features Ihrer Anwendung anpassen.</span>
     </li>
     <li>
       <h2>
-        <a href="config_ref/images.html">Symbole und Splash-Screens</a>
+        Symbole und Splash-Screens
       </h2>
       
       <span>Die app Anzeigen von Bildern anpassen.</span>
     </li>
     <li>
       <h2>
-        <a href="guide/hybrid/webviews/index.html">Einbetten von Webansichten für</a>
+        Einbetten von Webansichten für
       </h2>
       
       <span>Implementieren Sie die Cordova WebView in Ihrem Projekt.</span>
     </li>
     <li>
       <h2>
-        <a href="guide/hybrid/plugins/index.html">Plugin-Entwicklung-Guide</a>
+        Plugin-Entwicklung-Guide
       </h2>
       
       <span>Entwickeln Sie Ihre erste Plugin.</span>
     </li>
     <li>
       <h2>
-        <a href="guide/appdev/privacy/index.html">Datenschutz-Guide</a>
+        Datenschutz-Guide
       </h2>
       
       <span>Erfahren Sie mehr über wichtige mobile Datenschutzprobleme.</span>
     </li>
     <li>
       <h2>
-        <a href="guide/appdev/whitelist/index.html">Whitelist-Guide</a>
+        Whitelist-Guide
       </h2>
       
       <span>Gewähren Sie eine Anwendungszugriff auf externe Ressourcen.</span>
@@ -103,115 +103,115 @@ license: >
   <ul>
     <li>
       <h2>
-        <a href="cordova/accelerometer/acceleration/acceleration.html">Beschleunigung</a>smesser
+        Beschleunigungsmesser
       </h2>
       
-      <span>Tippen Sie in das <a href="cordova/device/device.html">Gerät</a> Weg-und/oder Geschwindigkeitsgeber.</span>
+      <span>Tippen Sie in das Gerät Weg-und/oder Geschwindigkeitsgeber.</span>
     </li>
     <li>
       <h2>
-        <a href="cordova/camera/camera.html">Kamera</a>
+        Kamera
       </h2>
       
-      <span>Ein Foto mit der <a href="cordova/device/device.html">Gerät</a>ekamera zu erfassen.</span>
+      <span>Ein Foto mit der Gerätekamera zu erfassen.</span>
     </li>
     <li>
       <h2>
-        <a href="cordova/media/capture/capture.html">Erfassen</a>
+        Erfassen
       </h2>
       
-      <span>Media-<a href="cordova/file/fileobj/fileobj.html">Datei</a>en mithilfe des <a href="cordova/device/device.html">Gerät</a>s erfassen <a href="cordova/media/media.html">Medien</a>anwendungen zu erfassen.</span>
+      <span>Media-Dateien mithilfe des Geräts erfassen Medienanwendungen zu erfassen.</span>
     </li>
     <li>
       <h2>
-        <a href="cordova/compass/compass.html">Kompass</a>
+        Kompass
       </h2>
       
-      <span>Erhalten Sie die Richtung, die das <a href="cordova/device/device.html">Gerät</a> verweist.</span>
+      <span>Erhalten Sie die Richtung, die das Gerät verweist.</span>
     </li>
     <li>
       <h2>
-        <a href="cordova/connection/connection.html">Verbindung</a>
+        Verbindung
       </h2>
       
       <span>Der Netzwerkstatus und Mobilfunknetz Informationen schnell zu überprüfen.</span>
     </li>
     <li>
       <h2>
-        <a href="cordova/contacts/contacts.html"><a href="cordova/contacts/Contact/contact.html">Kontakt</a>e</a>
+        Kontakte
       </h2>
       
-      <span>Arbeiten Sie mit der <a href="cordova/device/device.html">Gerät</a>e-<a href="cordova/contacts/Contact/contact.html">Kontakt</a>datenbank.</span>
+      <span>Arbeiten Sie mit der Geräte-Kontaktdatenbank.</span>
     </li>
     <li>
       <h2>
-        <a href="cordova/device/device.html">Gerät</a>
+        Gerät
       </h2>
       
-      <span><a href="cordova/device/device.html">Gerät</a> bestimmte Informationen zu sammeln.</span>
+      <span>Gerät bestimmte Informationen zu sammeln.</span>
     </li>
     <li>
       <h2>
-        <a href="cordova/events/events.html">Veranstaltungen</a>
+        Veranstaltungen
       </h2>
       
       <span>Haken Sie in systemeigene Ereignisse durch JavaScript.</span>
     </li>
     <li>
       <h2>
-        <a href="cordova/file/fileobj/fileobj.html">Datei</a>
+        Datei
       </h2>
       
-      <span>Haken Sie in native <a href="cordova/file/filesystem/filesystem.html"><a href="cordova/file/fileobj/fileobj.html">Datei</a>system</a> durch JavaScript.</span>
+      <span>Haken Sie in native Dateisystem durch JavaScript.</span>
     </li>
     <li>
       <h2>
-        <a href="cordova/geolocation/geolocation.html">Geolocation</a>
+        Geolocation
       </h2>
       
       <span>Machen Sie Ihre Anwendung Lage bewusst.</span>
     </li>
     <li>
       <h2>
-        <a href="cordova/globalization/globalization.html">Globalisierung</a>
+        Globalisierung
       </h2>
       
       <span>Aktivieren Sie die Darstellung von Objekten, die spezifisch für ein Gebietsschema.</span>
     </li>
     <li>
       <h2>
-        <a href="cordova/inappbrowser/inappbrowser.html">InAppBrowser</a>
+        InAppBrowser
       </h2>
       
       <span>URLs in einer anderen in-app Browserinstanz zu starten.</span>
     </li>
     <li>
       <h2>
-        <a href="cordova/media/media.html">Medien</a>
+        Medien
       </h2>
       
-      <span>Aufzeichnen und Wiedergeben von audio-<a href="cordova/file/fileobj/fileobj.html">Datei</a>en.</span>
+      <span>Aufzeichnen und Wiedergeben von audio-Dateien.</span>
     </li>
     <li>
       <h2>
-        <a href="cordova/notification/notification.html">Benachrichtigung</a>
+        Benachrichtigung
       </h2>
       
-      <span>Visueller, akustischer und taktiler <a href="cordova/device/device.html">Gerät</a>ebenachrichtigungen.</span>
+      <span>Visueller, akustischer und taktiler Gerätebenachrichtigungen.</span>
     </li>
     <li>
       <h2>
-        <a href="cordova/splashscreen/splashscreen.html">SplashScreen</a>
+        SplashScreen
       </h2>
       
       <span>Ein- und Ausblenden der Splash-Screen Anwendungen.</span>
     </li>
     <li>
       <h2>
-        <a href="cordova/storage/storage.html">Speicher</a>
+        Speicher
       </h2>
       
-      <span>Haken Sie in die <a href="cordova/device/device.html">Gerät</a>e native Storage-Optionen.</span>
+      <span>Haken Sie in die Geräte native Storage-Optionen.</span>
     </li>
   </ul>
 </div>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/plugin_ref/plugman.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/plugin_ref/plugman.md b/www/docs/de/3.1.0/plugin_ref/plugman.md
index 759d017..bb733b9 100644
--- a/www/docs/de/3.1.0/plugin_ref/plugman.md
+++ b/www/docs/de/3.1.0/plugin_ref/plugman.md
@@ -20,11 +20,11 @@ license: >
 
 # Plugins verwalten mithilfe Plugman
 
-Ab Version 3.0 ff. Cordova implementiert alle <a href="../cordova/device/device.html">Gerät</a> APIs als Plugins und lässt sie standardmäßig deaktiviert. Es unterstützt auch zwei Möglichkeiten zum Hinzufügen und Entfernen von Plugins. Die erste ist mithilfe der `cordova` CLI in der Command-Line Interface beschrieben. Die zweite ist die Verwendung einer untergeordnete [Plugman][1] -Kommandozeilen-Schnittstelle. Dieses Handbuch konzentriert sich auf den zweiten Ansatz, der möglicherweise nützlich für Entwickler, die ihre Version von Cordova aktualisieren wollen, aber wer noch nicht noch angenommen Cordova CLI in ihren Workflow.
+Ab Version 3.0 ff. Cordova implementiert alle Gerät APIs als Plugins und lässt sie standardmäßig deaktiviert. Es unterstützt auch zwei Möglichkeiten zum Hinzufügen und Entfernen von Plugins. Die erste ist mithilfe der `cordova` CLI in der Command-Line Interface beschrieben. Die zweite ist die Verwendung einer untergeordnete [Plugman][1] -Kommandozeilen-Schnittstelle. Dieses Handbuch konzentriert sich auf den zweiten Ansatz, der möglicherweise nützlich für Entwickler, die ihre Version von Cordova aktualisieren wollen, aber wer noch nicht noch angenommen Cordova CLI in ihren Workflow.
 
  [1]: https://github.com/apache/cordova-plugman/
 
-Weitere Informationen über Plugman finden Sie in [der README-<a href="../cordova/file/fileobj/fileobj.html">Datei</a> im repository][2].
+Weitere Informationen über Plugman finden Sie in [der README-Datei im repository][2].
 
  [2]: https://github.com/apache/cordova-plugman/blob/master/README.md
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/plugin_ref/spec.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/plugin_ref/spec.md b/www/docs/de/3.1.0/plugin_ref/spec.md
index c9b6ee3..be45731 100644
--- a/www/docs/de/3.1.0/plugin_ref/spec.md
+++ b/www/docs/de/3.1.0/plugin_ref/spec.md
@@ -20,7 +20,7 @@ license: >
 
 # Plugin-Spezifikation
 
-Die `plugin.xml` <a href="../cordova/file/fileobj/fileobj.html">Datei</a> ist ein XML‑Dokument in den `plugins` Namespace: `http://apache.org/cordova/ns/plugins/1.0` . Es enthält eine Top-Level- `plugin` Element, das das Plugin definiert, und Kinder, die die Struktur des Plugins zu definieren.
+Die `plugin.xml` Datei ist ein XML‑Dokument in den `plugins` Namespace: `http://apache.org/cordova/ns/plugins/1.0` . Es enthält eine Top-Level- `plugin` Element, das das Plugin definiert, und Kinder, die die Struktur des Plugins zu definieren.
 
 Ein Beispiel-Plugin-Element:
 
@@ -35,7 +35,7 @@ Ein Beispiel-Plugin-Element:
 
 Das `plugin` Element ist das Plugin Manifest Element der obersten Ebene. Es verfügt über die folgenden Attribute:
 
-*   `xmlns`(erforderlich): die Plugin-Namespace `http://apache.org/cordova/ns/plugins/1.0` . Enthält das Dokument XML aus anderen Namespaces, z. B. Tags hinzugefügt werden die `AndroidManifest.xml` -<a href="../cordova/file/fileobj/fileobj.html">Datei</a>, diese Namespaces sollten auch in Element der obersten Ebene enthalten sein.
+*   `xmlns`(erforderlich): die Plugin-Namespace `http://apache.org/cordova/ns/plugins/1.0` . Enthält das Dokument XML aus anderen Namespaces, z. B. Tags hinzugefügt werden die `AndroidManifest.xml` -Datei, diese Namespaces sollten auch in Element der obersten Ebene enthalten sein.
 
 *   `id`(erforderlich): eine Reverse-Domain style Bezeichner für das Plugin, wie`com.alunny.foo`
 
@@ -94,7 +94,7 @@ Ein benutzerdefinierter Apache Cordova-basiertes Framework erfordert, dass ein M
 
 *   `version`(erforderlich): die Version, die Ihr Framework verfügen muss, um zu installieren.
 
-*   `scriptSrc`(erforderlich): der Skript-<a href="../cordova/file/fileobj/fileobj.html">Datei</a>, die Plugman sagt, welche Version von benutzerdefinierten Rahmen ist. Im Idealfall sollte diese <a href="../cordova/file/fileobj/fileobj.html">Datei</a> innerhalb des Verzeichnisses der obersten Ebene für Ihr Pluginverzeichnis.
+*   `scriptSrc`(erforderlich): der Skript-Datei, die Plugman sagt, welche Version von benutzerdefinierten Rahmen ist. Im Idealfall sollte diese Datei innerhalb des Verzeichnisses der obersten Ebene für Ihr Pluginverzeichnis.
 
 *   `platform`(erforderlich): Welche Plattformen, Ihr Framework unterstützt. Sie können den Platzhalter ' *' um zu sagen, für alle Plattformen unterstützt, geben Sie mehrere mit ein Pipe-Zeichen wie 'android|ios|blackberry10' oder nur einer einzigen Plattform wie 'Android'.
 
@@ -143,7 +143,7 @@ Plugin-Lizenz. Der Textinhalt des Elements enthält das Plugin-Lizenz. Ein Beisp
 
 ## `<asset>`Element
 
-Ein oder mehrere Elemente Auflisten der <a href="../cordova/file/fileobj/fileobj.html">Datei</a>en oder Verzeichnisse in einer Cordova app kopieren `www` Verzeichnis. Beispiele:
+Ein oder mehrere Elemente Auflisten der Dateien oder Verzeichnisse in einer Cordova app kopieren `www` Verzeichnis. Beispiele:
 
     <!-- a single file, to be copied in the root directory -->
     <asset src="www/foo.js" target="foo.js" />
@@ -153,32 +153,32 @@ Ein oder mehrere Elemente Auflisten der <a href="../cordova/file/fileobj/fileobj
 
 Alle `<asset>` Tags erfordern beide `src` und `target` Attribute. Nur Web-Plugins enthält meist `<asset>` Elemente. Alle `<asset>` Elemente, die geschachtelt sind `<platform>` Elemente geben plattformspezifische Web Vermögenswerte, wie unten beschrieben. Attribute enthalten:
 
-*   `src`(erforderlich): wo die <a href="../cordova/file/fileobj/fileobj.html">Datei</a> oder das Verzeichnis befindet sich in das Plugin-Paket, bezogen auf das `plugin.xml` Dokument. Wenn eine <a href="../cordova/file/fileobj/fileobj.html">Datei</a> nicht, an der angegebenen vorhanden ist `src` Lage, Plugman beendet und kehrt den Installationsvorgang, gibt eine <a href="../cordova/notification/notification.html">Benachrichtigung</a> über den Konflikt und beendet mit einem NULL-Code.
+*   `src`(erforderlich): wo die Datei oder das Verzeichnis befindet sich in das Plugin-Paket, bezogen auf das `plugin.xml` Dokument. Wenn eine Datei nicht, an der angegebenen vorhanden ist `src` Lage, Plugman beendet und kehrt den Installationsvorgang, gibt eine Benachrichtigung über den Konflikt und beendet mit einem NULL-Code.
 
 *   `target`(erforderlich):
     
-    Wo die <a href="../cordova/file/fileobj/fileobj.html">Datei</a> oder das Verzeichnis sollte gefunden werden in der app Cordova bezogen auf das `www` Verzeichnis. Vermögenswerte können z. B. auf Unterverzeichnisse, eingesetzt werden:
+    Wo die Datei oder das Verzeichnis sollte gefunden werden in der app Cordova bezogen auf das `www` Verzeichnis. Vermögenswerte können z. B. auf Unterverzeichnisse, eingesetzt werden:
     
     <asset src="www/new-foo.js" target="js/experimental/foo.js" />
     
-    erstellt die `js/experimental` Verzeichnis innerhalb der `www` Verzeichnis, sofern bereits vorhanden, dann Kopien der `new-foo.js` <a href="../cordova/file/fileobj/fileobj.html">Datei</a> und benennt es `foo.js` . Existiert eine <a href="../cordova/file/fileobj/fileobj.html">Datei</a> schon am Zielort, Plugman beendet und kehrt den Installationsvorgang, gibt eine <a href="../cordova/notification/notification.html">Benachrichtigung</a> über den Konflikt und beendet mit einem NULL-Code.
+    erstellt die `js/experimental` Verzeichnis innerhalb der `www` Verzeichnis, sofern bereits vorhanden, dann Kopien der `new-foo.js` Datei und benennt es `foo.js` . Existiert eine Datei schon am Zielort, Plugman beendet und kehrt den Installationsvorgang, gibt eine Benachrichtigung über den Konflikt und beendet mit einem NULL-Code.
 
 ## `<js-module>`Element
 
-Die meisten Plugins enthalten eine oder mehrere JavaScript-<a href="../cordova/file/fileobj/fileobj.html">Datei</a>en. Jeder `<js-module>` Tag entspricht einer JavaScript-<a href="../cordova/file/fileobj/fileobj.html">Datei</a>, und verhindert, dass das Plugin Benutzer hinzufügen ein `<script>` Tag für jede <a href="../cordova/file/fileobj/fileobj.html">Datei</a>. Während `<asset>` Markierungen kopieren Sie einfach eine <a href="../cordova/file/fileobj/fileobj.html">Datei</a> aus dem Plugin-Unterverzeichnis in `www` , `<js-module>` Markierungen sind viel komplexer. Sie sieht wie folgt:
+Die meisten Plugins enthalten eine oder mehrere JavaScript-Dateien. Jeder `<js-module>` Tag entspricht einer JavaScript-Datei, und verhindert, dass das Plugin Benutzer hinzufügen ein `<script>` Tag für jede Datei. Während `<asset>` Markierungen kopieren Sie einfach eine Datei aus dem Plugin-Unterverzeichnis in `www` , `<js-module>` Markierungen sind viel komplexer. Sie sieht wie folgt:
 
     <js-module src="socket.js" name="Socket">
         <clobbers target="chrome.socket" />
     </js-module>
     
 
-Wenn Sie eine Plugin mit dem obigen Beispiel installieren `socket.js` wird kopiert `www/plugins/my.plugin.id/socket.js` , und als einen Eintrag hinzugefügt `www/cordova_plugins.js` . Einloggen zur Ladezeit `cordova.js` XHR verwendet, um jede <a href="../cordova/file/fileobj/fileobj.html">Datei</a> zu lesen und injizieren ein `<script>` Tag in HTML. Es fügt eine Zuordnung zum verprügeln oder gegebenenfalls zusammenführen, wie unten beschrieben.
+Wenn Sie eine Plugin mit dem obigen Beispiel installieren `socket.js` wird kopiert `www/plugins/my.plugin.id/socket.js` , und als einen Eintrag hinzugefügt `www/cordova_plugins.js` . Einloggen zur Ladezeit `cordova.js` XHR verwendet, um jede Datei zu lesen und injizieren ein `<script>` Tag in HTML. Es fügt eine Zuordnung zum verprügeln oder gegebenenfalls zusammenführen, wie unten beschrieben.
 
-Wickeln Sie *nicht* die <a href="../cordova/file/fileobj/fileobj.html">Datei</a> mit `cordova.define` , automatisch hinzugefügt wird. Das Modul ist verpackt in einen Verschluss mit `module` , `exports` , und `require` im Bereich, ist als normal, dass AMD-Module.
+Wickeln Sie *nicht* die Datei mit `cordova.define` , automatisch hinzugefügt wird. Das Modul ist verpackt in einen Verschluss mit `module` , `exports` , und `require` im Bereich, ist als normal, dass AMD-Module.
 
 Details für den `<js-module>` Tag:
 
-*   Der `src` verweist auf eine <a href="../cordova/file/fileobj/fileobj.html">Datei</a> in das Pluginverzeichnis bezogen auf die `plugin.xml` <a href="../cordova/file/fileobj/fileobj.html">Datei</a>.
+*   Der `src` verweist auf eine Datei in das Pluginverzeichnis bezogen auf die `plugin.xml` Datei.
 
 *   Die `name` stellt den letzten Teil den Namen des Moduls. Es kann in der Regel sein, was du willst, und es nur wichtig, wenn Sie verwenden möchten `cordova.require` anderen Teilen Ihrer plugins in Ihrem JavaScript-Code importieren. Der Modulname für eine `<js-module>` ist Ihr Plugins `id` gefolgt vom Wert der `name` . Für das obige Beispiel mit einer `id` von `chrome.socket` , den Namen des Moduls ist`chrome.socket.Socket`.
 
@@ -192,7 +192,7 @@ Details für den `<js-module>` Tag:
     
     *   Eine leere `<js-module>` noch geladen und kann vorzugeben in anderen Modulen über`cordova.require`.
 
-Wenn `src` , löst nicht an eine vorhandene <a href="../cordova/file/fileobj/fileobj.html">Datei</a> Plugman beendet und kehrt die Installation, gibt eine <a href="../cordova/notification/notification.html">Benachrichtigung</a> des Problems und beendet mit einem NULL-Code.
+Wenn `src` , löst nicht an eine vorhandene Datei Plugman beendet und kehrt die Installation, gibt eine Benachrichtigung des Problems und beendet mit einem NULL-Code.
 
 Schachteln `<js-module>` Elemente im `<platform>` deklariert plattformspezifische JavaScript-Modul Bindungen.
 
@@ -260,21 +260,21 @@ Die `<source-file>` Element identifiziert ausführbare Quellcodes, die in ein Pr
 
 Es unterstützt die folgenden Attribute:
 
-*   `src`(erforderlich): <a href="../cordova/storage/storage.html">Speicher</a>ort der <a href="../cordova/file/fileobj/fileobj.html">Datei</a> relativ zum `plugin.xml` . Wenn die `src` <a href="../cordova/file/fileobj/fileobj.html">Datei</a> nicht gefunden, Plugman beendet und kehrt die Installation, gibt eine <a href="../cordova/notification/notification.html">Benachrichtigung</a> über das Problem und beendet mit einem NULL-Code.
+*   `src`(erforderlich): Speicherort der Datei relativ zum `plugin.xml` . Wenn die `src` Datei nicht gefunden, Plugman beendet und kehrt die Installation, gibt eine Benachrichtigung über das Problem und beendet mit einem NULL-Code.
 
-*   `target-dir`: Ein Verzeichnis, in dem die <a href="../cordova/file/fileobj/fileobj.html">Datei</a>en sollen, relativ zum Stammverzeichnis des Projektes Cordova kopiert werden. In der Praxis ist das wichtigste für Java-basierte Plattformen, wo eine <a href="../cordova/file/fileobj/fileobj.html">Datei</a> in die `com.alunny.foo` Paket muss in das `com/alunny/foo` Verzeichnis. Für Plattformen, wo das Quellverzeichnis nicht wichtig ist, sollte dieses Attribut weggelassen werden.
+*   `target-dir`: Ein Verzeichnis, in dem die Dateien sollen, relativ zum Stammverzeichnis des Projektes Cordova kopiert werden. In der Praxis ist das wichtigste für Java-basierte Plattformen, wo eine Datei in die `com.alunny.foo` Paket muss in das `com/alunny/foo` Verzeichnis. Für Plattformen, wo das Quellverzeichnis nicht wichtig ist, sollte dieses Attribut weggelassen werden.
     
-    Wie bei Papieren, wenn die `target` von einer `source-file` würde die vorhandene <a href="../cordova/file/fileobj/fileobj.html">Datei</a> überschreiben, Plugman beendet und kehrt die Installation, gibt eine <a href="../cordova/notification/notification.html">Benachrichtigung</a> über das Problem und beendet mit einem NULL-Code.
+    Wie bei Papieren, wenn die `target` von einer `source-file` würde die vorhandene Datei überschreiben, Plugman beendet und kehrt die Installation, gibt eine Benachrichtigung über das Problem und beendet mit einem NULL-Code.
 
-*   `framework`(nur iOS): Wenn legen Sie auf `true` , auch die angegebene <a href="../cordova/file/fileobj/fileobj.html">Datei</a> als Rahmen dem Projekt hinzugefügt.
+*   `framework`(nur iOS): Wenn legen Sie auf `true` , auch die angegebene Datei als Rahmen dem Projekt hinzugefügt.
 
-*   `compiler-flags`(nur iOS): Wenn festgelegt ist, weist der angegebenen Compiler-<a href="../cordova/file/flags/flags.html">Flags</a> für die bestimmten Quelldatei.
+*   `compiler-flags`(nur iOS): Wenn festgelegt ist, weist der angegebenen Compiler-Flags für die bestimmten Quelldatei.
 
 ## `<config-file>`
 
-Bezeichnet eine XML-basierte Konfiguration-<a href="../cordova/file/fileobj/fileobj.html">Datei</a>, die geändert werden, wo in diesem Dokument die Änderung stattfinden sollen, und was geändert werden sollte.
+Bezeichnet eine XML-basierte Konfiguration-Datei, die geändert werden, wo in diesem Dokument die Änderung stattfinden sollen, und was geändert werden sollte.
 
-Zwei <a href="../cordova/file/fileobj/fileobj.html">Datei</a>typen, die auf die Änderung mit diesem Element getestet wurden sind `xml` und `plist` <a href="../cordova/file/fileobj/fileobj.html">Datei</a>en.
+Zwei Dateitypen, die auf die Änderung mit diesem Element getestet wurden sind `xml` und `plist` Dateien.
 
 Die `config-file` Element nur können Sie neue Kinder an eine XML-Dokumentstruktur anhängen. Die Kinder sind XML-Literale im Zieldokument eingefügt werden soll.
 
@@ -304,17 +304,17 @@ Es unterstützt die folgenden Attribute:
 
 *   `target`:
     
-    Die <a href="../cordova/file/fileobj/fileobj.html">Datei</a> geändert werden, und der Pfad relativ zum Stammverzeichnis des Projektes Cordova.
+    Die Datei geändert werden, und der Pfad relativ zum Stammverzeichnis des Projektes Cordova.
     
     Das Ziel kann Platzhalter enthalten ( `*` ) Elemente. In diesem Fall Plugman rekursiv durchsucht die Verzeichnisstruktur des Projekts und verwendet die erste Übereinstimmung.
     
-    Auf iOS, der <a href="../cordova/storage/storage.html">Speicher</a>ort der Konfigurationsdateien relativ zum Stammverzeichnis des Projekt-Verzeichnis ist nicht bekannt, also ein Ziel angeben `config.xml` löst in`cordova-ios-project/MyAppName/config.xml`.
+    Auf iOS, der Speicherort der Konfigurationsdateien relativ zum Stammverzeichnis des Projekt-Verzeichnis ist nicht bekannt, also ein Ziel angeben `config.xml` löst in`cordova-ios-project/MyAppName/config.xml`.
     
-    Wenn die angegebene <a href="../cordova/file/fileobj/fileobj.html">Datei</a> nicht vorhanden ist, wird das Tool ignoriert die Konfigurationsänderung und wird die Installation fortgesetzt.
+    Wenn die angegebene Datei nicht vorhanden ist, wird das Tool ignoriert die Konfigurationsänderung und wird die Installation fortgesetzt.
 
-*   `parent`: Eine XPath-Selector, verweisen auf das übergeordnete Element der Elemente der Config-<a href="../cordova/file/fileobj/fileobj.html">Datei</a> hinzugefügt werden. Wenn Sie absolute Selektoren verwenden, können Sie einen Platzhalter ( `*` ) an das Root-Element, z.B.`/*/plugins`.
+*   `parent`: Eine XPath-Selector, verweisen auf das übergeordnete Element der Elemente der Config-Datei hinzugefügt werden. Wenn Sie absolute Selektoren verwenden, können Sie einen Platzhalter ( `*` ) an das Root-Element, z.B.`/*/plugins`.
     
-    Für `plist` <a href="../cordova/file/fileobj/fileobj.html">Datei</a>en, die `parent` bestimmt, unter welchen übergeordneten Schlüssel der angegebene XML-Code eingefügt werden soll.
+    Für `plist` Dateien, die `parent` bestimmt, unter welchen übergeordneten Schlüssel der angegebene XML-Code eingefügt werden soll.
     
     Wenn die Auswahl auf ein untergeordnetes Element des angegebenen Dokuments nicht behoben wird, das Tool beendet und kehrt des Installationsvorgangs gibt eine Warnung aus und beendet mit einem NULL-Code.
 
@@ -331,7 +331,7 @@ Beispiel:
     </config-file>
     
 
-Gibt einen Schlüssel und Wert auf den richtigen anfügen `AppInfo.plist` <a href="../cordova/file/fileobj/fileobj.html">Datei</a> in einem iOS-Cordova-Projekt. Zum Beispiel:
+Gibt einen Schlüssel und Wert auf den richtigen anfügen `AppInfo.plist` Datei in einem iOS-Cordova-Projekt. Zum Beispiel:
 
     <plugins-plist key="Foo" string="CDVFoo" />
     
@@ -347,7 +347,7 @@ Wie Quelldateien, aber speziell für Plattformen wie iOS unterscheiden, die Quel
 
 ## `<lib-file>`
 
-Wie Quelle, Ressourcen- und Header-<a href="../cordova/file/fileobj/fileobj.html">Datei</a>en, aber speziell für Plattformen wie BlackBerry 10 User generated Bibliotheken verwenden. Beispiele:
+Wie Quelle, Ressourcen- und Header-Dateien, aber speziell für Plattformen wie BlackBerry 10 User generated Bibliotheken verwenden. Beispiele:
 
     <lib-file src="src/BlackBerry10/native/device/libfoo.so" arch="device" />
     <lib-file src="src/BlackBerry10/native/simulator/libfoo.so" arch="simulator" />
@@ -355,9 +355,9 @@ Wie Quelle, Ressourcen- und Header-<a href="../cordova/file/fileobj/fileobj.html
 
 Unterstützte Attribute:
 
-*   `src`(erforderlich): der <a href="../cordova/storage/storage.html">Speicher</a>ort der <a href="../cordova/file/fileobj/fileobj.html">Datei</a> relativ zum `plugin.xml` . Wenn `src` nicht auffindbar, Plugman beendet und kehrt die Installation Probleme eine Warnung über das Problem und beendet mit einem NULL-Code.
+*   `src`(erforderlich): der Speicherort der Datei relativ zum `plugin.xml` . Wenn `src` nicht auffindbar, Plugman beendet und kehrt die Installation Probleme eine Warnung über das Problem und beendet mit einem NULL-Code.
 
-*   `arch`: Die Architektur, für die die `.so` <a href="../cordova/file/fileobj/fileobj.html">Datei</a> erstellt wurde, entweder `device` oder`simulator`.
+*   `arch`: Die Architektur, für die die `.so` Datei erstellt wurde, entweder `device` oder`simulator`.
 
 ## `<framework>`
 
@@ -394,13 +394,13 @@ In bestimmten Fällen kann eine Plugin müssen Änderungen an der Konfiguration
     android:name="com.alunny.message.permission.C2D_MESSAGE"/>
     
 
-In solchen Fällen, wo der Inhalt, von eingefügt, der `plugin.xml` <a href="../cordova/file/fileobj/fileobj.html">Datei</a> ist nicht bekannt, vor der Zeit, Variablen durch ein Dollarzeichen, gefolgt von einer Reihe von Großbuchstaben, Ziffern und Unterstriche angezeigt werden können. Für das obige Beispiel die `plugin.xml` <a href="../cordova/file/fileobj/fileobj.html">Datei</a> würde diesem Tag enthalten:
+In solchen Fällen, wo der Inhalt, von eingefügt, der `plugin.xml` Datei ist nicht bekannt, vor der Zeit, Variablen durch ein Dollarzeichen, gefolgt von einer Reihe von Großbuchstaben, Ziffern und Unterstriche angezeigt werden können. Für das obige Beispiel die `plugin.xml` Datei würde diesem Tag enthalten:
 
     <uses-permission
     android:name="$PACKAGE_NAME.permission.C2D_MESSAGE"/>
     
 
-Plugman Variablenreferenzen mit dem angegebenen Wert oder eine leere Zeichenfolge ersetzt, wenn keine gefunden. Der Wert der Variable Referenz erkannt werden kann (in diesem Fall aus der `AndroidManifest.xml` <a href="../cordova/file/fileobj/fileobj.html">Datei</a>) oder vom Benutzer des Werkzeugs angegebene der genaue Vorgang ist abhängig von der speziellen Werkzeug.
+Plugman Variablenreferenzen mit dem angegebenen Wert oder eine leere Zeichenfolge ersetzt, wenn keine gefunden. Der Wert der Variable Referenz erkannt werden kann (in diesem Fall aus der `AndroidManifest.xml` Datei) oder vom Benutzer des Werkzeugs angegebene der genaue Vorgang ist abhängig von der speziellen Werkzeug.
 
 Plugman kann Benutzer ein Plugin erforderlichen Variablen angeben anfordern. API-Schlüssel für C2M und Google Maps können beispielsweise als Befehlszeilenargument angegeben werden:
 
@@ -418,4 +418,4 @@ Bestimmten Variablennamen sollte reserviert werden, wie unten aufgeführt.
 
 ## $PACKAGE_NAME
 
-Die Reverse-Domain style eindeutigen Bezeichner für das Paket, das entspricht der `CFBundleIdentifier` auf iOS oder das `package` -Attribut des der obersten Ebene `manifest` Element in eine `AndroidManifest.xml` <a href="../cordova/file/fileobj/fileobj.html">Datei</a>.
\ No newline at end of file
+Die Reverse-Domain style eindeutigen Bezeichner für das Paket, das entspricht der `CFBundleIdentifier` auf iOS oder das `package` -Attribut des der obersten Ebene `manifest` Element in eine `AndroidManifest.xml` Datei.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.4.0/config_ref/images.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.4.0/config_ref/images.md b/www/docs/de/3.4.0/config_ref/images.md
index 3cb8a6a..aefd37a 100644
--- a/www/docs/de/3.4.0/config_ref/images.md
+++ b/www/docs/de/3.4.0/config_ref/images.md
@@ -150,7 +150,7 @@ Die erste Zeile legt das Bild fest als den Begrüßungsbildschirm anzuzeigen. Di
 
 Der zweiten Zeile wird die Standardverzögerung der Splashscreen in Millisekunden wie lange angezeigt wird. Dies sollte die maximale erwartete Startzeit. Der Standardwert für SplashScreenDelay ist 3000 ms.
 
-Schließlich sollte der Begrüßungsbildschirm vorhanden nur so lange wie nötig sein. Wenn Ihre app begonnen hat und die Webview geladen hat, sollte Ihre Anwendung den Splash-Screen ausblenden, sodass Hauptansicht angezeigt wird. Da die Startzeit der app ziemlich aufgrund zahlreicher Faktoren variieren, es wird empfohlen, Ihre Anwendung explizit aufrufen `navigator.splashscreen.hide()` in der Javascript-Methode, die auf reagiert das `<a href="../cordova/events/events.deviceready.html">deviceready</a>` Ereignis. Ansonsten werden der Splash-Screen für den SplashScreenDelay-Wert angezeigt, die Sie oben konfiguriert. Diese ereignisgesteuerten Ansatz wird dringend empfohlen, im Vergleich mit den Splash-Screen sichtbar für immer eine feste Laufzeit.
+Schließlich sollte der Begrüßungsbildschirm vorhanden nur so lange wie nötig sein. Wenn Ihre app begonnen hat und die Webview geladen hat, sollte Ihre Anwendung den Splash-Screen ausblenden, sodass Hauptansicht angezeigt wird. Da die Startzeit der app ziemlich aufgrund zahlreicher Faktoren variieren, es wird empfohlen, Ihre Anwendung explizit aufrufen `navigator.splashscreen.hide()` in der Javascript-Methode, die auf reagiert das `deviceready` Ereignis. Ansonsten werden der Splash-Screen für den SplashScreenDelay-Wert angezeigt, die Sie oben konfiguriert. Diese ereignisgesteuerten Ansatz wird dringend empfohlen, im Vergleich mit den Splash-Screen sichtbar für immer eine feste Laufzeit.
 
 ## Splash-Screens für die iOS-Plattform
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.4.0/config_ref/index.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.4.0/config_ref/index.md b/www/docs/de/3.4.0/config_ref/index.md
index ab77265..585832a 100644
--- a/www/docs/de/3.4.0/config_ref/index.md
+++ b/www/docs/de/3.4.0/config_ref/index.md
@@ -40,11 +40,11 @@ Wenn die CLI ein Projekt erstellen, werden in verschiedenen Versionen dieser Dat
 
 Dieser Abschnitt beschreibt globale und Cross-Plattform-Konfigurationsoptionen. Finden Sie in den folgenden Abschnitten für Plattform-spezifische Optionen:
 
-*   <a href="../guide/platforms/ios/config.html">iOS Konfiguration</a>
+*   iOS Konfiguration
 *   Android Konfiguration
-*   <a href="../guide/platforms/blackberry10/config.html">BlackBerry 10 Konfiguration</a>
+*   BlackBerry 10 Konfiguration
 
-Neben der verschiedenen Konfigurationsoptionen unten können Sie auch eine Anwendung Kernsatz von Bildern für jede Zielplattform konfigurieren. Weitere Informationen finden Sie unter <a href="images.html">Symbole und Splash-Screens</a>.
+Neben der verschiedenen Konfigurationsoptionen unten können Sie auch eine Anwendung Kernsatz von Bildern für jede Zielplattform konfigurieren. Weitere Informationen finden Sie unter Symbole und Splash-Screens.
 
 ## Kern-Konfigurationselemente
 
@@ -53,7 +53,7 @@ In diesem Beispiel wird den Standardwert `config.xml` erzeugt durch der CLI `cre
         <widget id="com.example.hello" version="0.0.1">
             <name>HelloWorld</name>
             <description>
-                A sample Apache Cordova application that responds to the <a href="../cordova/events/events.deviceready.html">deviceready</a> event.
+                A sample Apache Cordova application that responds to the deviceready event.
             </description>
             <author email="dev@callback.apache.org" href="http://cordova.io">
                 Apache Cordova Team
@@ -73,7 +73,7 @@ Die folgenden Konfigurationselemente in der obersten Ebene angezeigt `config.xml
 
 *   Der optionale `<content>` -Element definiert die app Startseite in der obersten Ebene Webverzeichnis Vermögenswerte. Der Standardwert ist `index.html` , die üblicherweise in einem Projekt angezeigt wird, ist der obersten Ebene `www` Verzeichnis.
 
-*   `<access>`Elemente definieren den Satz der externen Domänen, die, denen die app erlaubt ist, zu kommunizieren. Der Standardwert, der oben gezeigten ermöglicht es, jeden beliebigen Server zugreifen. Finden Sie im Domain-<a href="../guide/appdev/whitelist/index.html">Whitelist-Guide</a> für Details.
+*   `<access>`Elemente definieren den Satz der externen Domänen, die, denen die app erlaubt ist, zu kommunizieren. Der Standardwert, der oben gezeigten ermöglicht es, jeden beliebigen Server zugreifen. Finden Sie im Domain-Whitelist-Guide für Details.
 
 *   Die `<preference>` Tag stellt verschiedene Optionen als Paare von `name` / `value` Attribute. Jede Vorliebe `name` ist case-insensitive. Viele Einstellungen sind nur für bestimmte Plattformen, wie oben auf dieser Seite aufgeführt. In den folgenden Abschnitten beschreiben die Einstellungen, die für mehrere Plattformen gelten.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.4.0/cordova/events/events.backbutton.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.4.0/cordova/events/events.backbutton.md b/www/docs/de/3.4.0/cordova/events/events.backbutton.md
index 93fee24..8a18520 100644
--- a/www/docs/de/3.4.0/cordova/events/events.backbutton.md
+++ b/www/docs/de/3.4.0/cordova/events/events.backbutton.md
@@ -27,7 +27,7 @@ Das Ereignis wird ausgelöst, wenn der Benutzer den "zurück"-Button drückt.
 
 ## Details
 
-Um das zurück-Button Standardverhalten überschreiben, registriert einen Ereignis-Listener für das `backbutton` Ereignis in der Regel durch den Aufruf `document.addEventListener` sobald Sie erhalten die `<a href="events.deviceready.html">deviceready</a>` Ereignis. Es ist nicht mehr notwendig, jede andere Methode zum Überschreiben der zurück-Button aufrufen.
+Um das zurück-Button Standardverhalten überschreiben, registriert einen Ereignis-Listener für das `backbutton` Ereignis in der Regel durch den Aufruf `document.addEventListener` sobald Sie erhalten die `deviceready` Ereignis. Es ist nicht mehr notwendig, jede andere Methode zum Überschreiben der zurück-Button aufrufen.
 
 ## Unterstützte Plattformen
 
@@ -50,7 +50,7 @@ Um das zurück-Button Standardverhalten überschreiben, registriert einen Ereign
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Back Button <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Back Button Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
@@ -58,7 +58,7 @@ Um das zurück-Button Standardverhalten überschreiben, registriert einen Ereign
         // Wait for device API libraries to load
         //
         function onLoad() {
-            document.addEventListener("<a href="events.deviceready.html">deviceready</a>", onDeviceReady, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
     
         // device APIs are available

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.4.0/cordova/events/events.deviceready.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.4.0/cordova/events/events.deviceready.md b/www/docs/de/3.4.0/cordova/events/events.deviceready.md
index d45547b..5bda585 100644
--- a/www/docs/de/3.4.0/cordova/events/events.deviceready.md
+++ b/www/docs/de/3.4.0/cordova/events/events.deviceready.md
@@ -59,7 +59,7 @@ Das `deviceready` Ereignis verhält sich etwas anders als von anderen. Ein Ereig
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Device Ready <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Device Ready Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.4.0/cordova/events/events.endcallbutton.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.4.0/cordova/events/events.endcallbutton.md b/www/docs/de/3.4.0/cordova/events/events.endcallbutton.md
index e4502bc..05f2f3c 100644
--- a/www/docs/de/3.4.0/cordova/events/events.endcallbutton.md
+++ b/www/docs/de/3.4.0/cordova/events/events.endcallbutton.md
@@ -29,7 +29,7 @@ Dieses Ereignis wird ausgelöst, wenn der Benutzer die End-Call-Taste drückt.
 
 Das Ereignis überschreibt das Standardverhalten des End-Aufruf.
 
-Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal einen Ereignis-Listener hinzufügen das `<a href="events.deviceready.html">deviceready</a>` -Ereignis ausgelöst.
+Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal einen Ereignis-Listener hinzufügen das `deviceready` -Ereignis ausgelöst.
 
 ## Unterstützte Plattformen
 
@@ -50,7 +50,7 @@ Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal ei
                           "http://www.w3.org/TR/html4/strict.dtd">
     <html>
       <head>
-        <title>End Call Button <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>End Call Button Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
@@ -58,7 +58,7 @@ Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal ei
         // Wait for device API libraries to load
         //
         function onLoad() {
-            document.addEventListener("<a href="events.deviceready.html">deviceready</a>", onDeviceReady, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
     
         // device APIs are available

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.4.0/cordova/events/events.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.4.0/cordova/events/events.md b/www/docs/de/3.4.0/cordova/events/events.md
index 6b41125..1a5e875 100644
--- a/www/docs/de/3.4.0/cordova/events/events.md
+++ b/www/docs/de/3.4.0/cordova/events/events.md
@@ -24,16 +24,16 @@ license: >
 
 ## Ereignistypen
 
-*   <a href="events.deviceready.html">deviceready</a>
-*   <a href="events.pause.html">Anhalten</a>
-*   <a href="events.resume.html">Lebenslauf</a>
-*   <a href="events.backbutton.html">backbutton</a>
-*   <a href="events.menubutton.html">menubutton</a>
-*   <a href="events.searchbutton.html">searchbutton</a>
-*   <a href="events.startcallbutton.html">startcallbutton</a>
-*   <a href="events.endcallbutton.html">endcallbutton</a>
-*   <a href="events.volumedownbutton.html">volumedownbutton</a>
-*   <a href="events.volumeupbutton.html">volumeupbutton</a>
+*   deviceready
+*   Anhalten
+*   Lebenslauf
+*   backbutton
+*   menubutton
+*   searchbutton
+*   startcallbutton
+*   endcallbutton
+*   volumedownbutton
+*   volumeupbutton
 
 ## Ereignisse, die von den [org.apache.cordova.battery-Status][1] hinzugefügt
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.4.0/cordova/events/events.menubutton.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.4.0/cordova/events/events.menubutton.md b/www/docs/de/3.4.0/cordova/events/events.menubutton.md
index 3f1ac8c..243228e 100644
--- a/www/docs/de/3.4.0/cordova/events/events.menubutton.md
+++ b/www/docs/de/3.4.0/cordova/events/events.menubutton.md
@@ -29,7 +29,7 @@ Das Ereignis wird ausgelöst, wenn der Benutzer die Menü-Taste drückt.
 
 Anwenden eines Event-handlers überschreibt das Standardverhalten der Menü-Taste.
 
-Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal einen Ereignis-Listener hinzufügen das `<a href="events.deviceready.html">deviceready</a>` -Ereignis ausgelöst.
+Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal einen Ereignis-Listener hinzufügen das `deviceready` -Ereignis ausgelöst.
 
 ## Unterstützte Plattformen
 
@@ -52,7 +52,7 @@ Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal ei
                           "http://www.w3.org/TR/html4/strict.dtd">
     <html>
       <head>
-        <title>Menu Button <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Menu Button Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
@@ -60,7 +60,7 @@ Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal ei
         // Wait for device API libraries to load
         //
         function onLoad() {
-            document.addEventListener("<a href="events.deviceready.html">deviceready</a>", onDeviceReady, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
     
         // device APIs are available

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.4.0/cordova/events/events.pause.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.4.0/cordova/events/events.pause.md b/www/docs/de/3.4.0/cordova/events/events.pause.md
index ef8bed9..a1f391e 100644
--- a/www/docs/de/3.4.0/cordova/events/events.pause.md
+++ b/www/docs/de/3.4.0/cordova/events/events.pause.md
@@ -29,7 +29,7 @@ Das Ereignis wird ausgelöst, wenn eine Anwendung in den Hintergrund gelegt wird
 
 Das `pause` -Ereignis wird ausgelöst, wenn die einheitlichen Plattform die Anwendung in den Hintergrund, in der Regel, setzt wenn der Benutzer zu einer anderen Anwendung wechselt.
 
-Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal einen Ereignis-Listener hinzufügen das `<a href="events.deviceready.html">deviceready</a>` -Ereignis ausgelöst.
+Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal einen Ereignis-Listener hinzufügen das `deviceready` -Ereignis ausgelöst.
 
 ## Unterstützte Plattformen
 
@@ -54,7 +54,7 @@ Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal ei
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Pause <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Pause Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
@@ -62,7 +62,7 @@ Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal ei
         // Wait for device API libraries to load
         //
         function onLoad() {
-            document.addEventListener("<a href="events.deviceready.html">deviceready</a>", onDeviceReady, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
     
         // device APIs are available

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.4.0/cordova/events/events.resume.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.4.0/cordova/events/events.resume.md b/www/docs/de/3.4.0/cordova/events/events.resume.md
index d6e6d7e..ac6e17f 100644
--- a/www/docs/de/3.4.0/cordova/events/events.resume.md
+++ b/www/docs/de/3.4.0/cordova/events/events.resume.md
@@ -29,7 +29,7 @@ Das Ereignis wird ausgelöst, wenn eine Anwendung aus dem Hintergrund abgerufen
 
 Das `resume` -Ereignis wird ausgelöst, wenn die native Plattform die Anwendung aus dem Hintergrund zieht.
 
-Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal einen Ereignis-Listener hinzufügen das `<a href="events.deviceready.html">deviceready</a>` -Ereignis ausgelöst.
+Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal einen Ereignis-Listener hinzufügen das `deviceready` -Ereignis ausgelöst.
 
 ## Unterstützte Plattformen
 
@@ -54,7 +54,7 @@ Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal ei
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Resume <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Resume Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
@@ -62,7 +62,7 @@ Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal ei
         // Wait for device API libraries to load
         //
         function onLoad() {
-            document.addEventListener("<a href="events.deviceready.html">deviceready</a>", onDeviceReady, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
     
         // device APIs are available

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.4.0/cordova/events/events.searchbutton.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.4.0/cordova/events/events.searchbutton.md b/www/docs/de/3.4.0/cordova/events/events.searchbutton.md
index ef1edbf..bc165af 100644
--- a/www/docs/de/3.4.0/cordova/events/events.searchbutton.md
+++ b/www/docs/de/3.4.0/cordova/events/events.searchbutton.md
@@ -29,7 +29,7 @@ Das Ereignis wird ausgelöst, wenn der Benutzer die Schaltfläche Suchen auf And
 
 Wenn Sie das Standardverhalten für die Schaltfläche von Suche auf Android überschreiben möchten können Sie einen Ereignis-Listener für das Ereignis 'Searchbutton' registrieren.
 
-Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal einen Ereignis-Listener hinzufügen das `<a href="events.deviceready.html">deviceready</a>` -Ereignis ausgelöst.
+Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal einen Ereignis-Listener hinzufügen das `deviceready` -Ereignis ausgelöst.
 
 ## Unterstützte Plattformen
 
@@ -50,7 +50,7 @@ Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal ei
                           "http://www.w3.org/TR/html4/strict.dtd">
     <html>
       <head>
-        <title>Search Button <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Search Button Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
@@ -58,7 +58,7 @@ Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal ei
         // Wait for device API libraries to load
         //
         function onLoad() {
-            document.addEventListener("<a href="events.deviceready.html">deviceready</a>", onDeviceReady, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
     
         // device APIs are available


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[44/51] [partial] docs commit: Reverting autolinking change because of inconsistencies.

Posted by db...@apache.org.
http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/splashscreen/splashscreen.show.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/splashscreen/splashscreen.show.md b/www/docs/de/3.1.0/cordova/splashscreen/splashscreen.show.md
index a898f93..223898e 100644
--- a/www/docs/de/3.1.0/cordova/splashscreen/splashscreen.show.md
+++ b/www/docs/de/3.1.0/cordova/splashscreen/splashscreen.show.md
@@ -18,7 +18,7 @@ license: >
     under the License.
 ---
 
-# <a href="splashscreen.html">SplashScreen</a>.Show
+# SplashScreen.Show
 
 Zeigt den Begrüßungsbildschirm.
 
@@ -46,14 +46,14 @@ Diese Methode zeigt Begrüßungsbildschirm der Anwendung.
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Splashscreen <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Splashscreen Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
     
         // Wait for device API libraries to load
         //
-        document.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>("<a href="../events/events.deviceready.html">deviceready</a>", onDeviceReady, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
     
         // device APIs are available
         //
@@ -64,6 +64,6 @@ Diese Methode zeigt Begrüßungsbildschirm der Anwendung.
         </script>
       </head>
       <body>
-        <h1><a href="../storage/storage.opendatabase.html">Example</a></h1>
+        <h1>Example</h1>
       </body>
     </html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/storage/database/database.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/storage/database/database.md b/www/docs/de/3.1.0/cordova/storage/database/database.md
index e862c53..1084d9a 100644
--- a/www/docs/de/3.1.0/cordova/storage/database/database.md
+++ b/www/docs/de/3.1.0/cordova/storage/database/database.md
@@ -30,7 +30,7 @@ Ermöglicht den Zugriff auf eine SQL-Datenbank.
 
 ## Informationen
 
-Die `window.<a href="../storage.opendatabase.html">openDatabase</a>()` -Methode gibt ein `Database` Objekt.
+Die `window.openDatabase()` -Methode gibt ein `Database` Objekt.
 
 ## Unterstützte Plattformen
 
@@ -56,13 +56,13 @@ Die `window.<a href="../storage.opendatabase.html">openDatabase</a>()` -Methode
         alert("success!");
     }
     
-    var db = window.<a href="../storage.opendatabase.html">openDatabase</a>("Database", "1.0", "Cordova Demo", 200000);
+    var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
     db.transaction(populateDB, errorCB, successCB);
     
 
 ## Änderung Version kleines Beispiel
 
-    var db = window.<a href="../storage.opendatabase.html">openDatabase</a>("Database", "1.0", "Cordova Demo", 200000);
+    var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
     db.changeVersion("1.0", "1.1");
     
 
@@ -71,19 +71,19 @@ Die `window.<a href="../storage.opendatabase.html">openDatabase</a>()` -Methode
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Storage <a href="../storage.opendatabase.html">Example</a></title>
+        <title>Storage Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
     
         // Wait for device API libraries to load
         //
-        document.<a href="../../inappbrowser/inappbrowser.html">addEventListener</a>("<a href="../../events/events.deviceready.html">deviceready</a>", onDeviceReady, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
     
         // device APIs are available
         //
         function onDeviceReady() {
-            var db = window.<a href="../storage.opendatabase.html">openDatabase</a>("Database", "1.0", "Cordova Demo", 200000);
+            var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
             db.transaction(populateDB, errorCB, successCB);
         }
     
@@ -111,7 +111,7 @@ Die `window.<a href="../storage.opendatabase.html">openDatabase</a>()` -Methode
         </script>
       </head>
       <body>
-        <h1><a href="../storage.opendatabase.html">Example</a></h1>
+        <h1>Example</h1>
         <p>Database</p>
       </body>
     </html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/storage/localstorage/localstorage.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/storage/localstorage/localstorage.md b/www/docs/de/3.1.0/cordova/storage/localstorage/localstorage.md
index 10a8646..92bddcf 100644
--- a/www/docs/de/3.1.0/cordova/storage/localstorage/localstorage.md
+++ b/www/docs/de/3.1.0/cordova/storage/localstorage/localstorage.md
@@ -20,7 +20,7 @@ license: >
 
 # localStorage
 
-Ermöglicht den Zugriff auf die W3C [Web-<a href="../storage.html">Speicher</a>schnittstelle][1]
+Ermöglicht den Zugriff auf die W3C [Web-Speicherschnittstelle][1]
 
  [1]: http://dev.w3.org/html5/webstorage/#the-localstorage-attribute
 
@@ -30,7 +30,7 @@ Ermöglicht den Zugriff auf die W3C [Web-<a href="../storage.html">Speicher</a>s
 
 ## Methoden
 
-*   **Schlüssel**: gibt den Namen des Schlüssels an der angegebenen <a href="../../geolocation/Position/position.html">Position</a> zurück.
+*   **Schlüssel**: gibt den Namen des Schlüssels an der angegebenen Position zurück.
 
 *   **GetItem**: gibt das Element mit dem angegebenen Schlüssel identifiziert.
 
@@ -42,7 +42,7 @@ Ermöglicht den Zugriff auf die W3C [Web-<a href="../storage.html">Speicher</a>s
 
 ## Informationen
 
-Die `window.localStorage` -Schnittstelle implementiert die W3C [Web-<a href="../storage.html">Speicher</a>schnittstelle][2]. Eine app kann damit um persistente Daten mithilfe von Schlüssel-Wert-Paaren zu speichern. Die `window.sessionStorage` Schnittstelle funktioniert genauso in jeder Hinsicht, es sei denn, dass alle Daten jedes Mal die app schließt deaktiviert ist. Jede <a href="../database/database.html">Datenbank</a> bietet einen separaten Namespace.
+Die `window.localStorage` -Schnittstelle implementiert die W3C [Web-Speicherschnittstelle][2]. Eine app kann damit um persistente Daten mithilfe von Schlüssel-Wert-Paaren zu speichern. Die `window.sessionStorage` Schnittstelle funktioniert genauso in jeder Hinsicht, es sei denn, dass alle Daten jedes Mal die app schließt deaktiviert ist. Jede Datenbank bietet einen separaten Namespace.
 
  [2]: http://dev.w3.org/html5/webstorage/
 
@@ -85,14 +85,14 @@ Die `window.localStorage` -Schnittstelle implementiert die W3C [Web-<a href="../
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Storage <a href="../storage.opendatabase.html">Example</a></title>
+        <title>Storage Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
     
         // Wait for device API libraries to load
         //
-        document.<a href="../../inappbrowser/inappbrowser.html">addEventListener</a>("<a href="../../events/events.deviceready.html">deviceready</a>", onDeviceReady, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
     
         // device APIs are available
         //
@@ -111,7 +111,7 @@ Die `window.localStorage` -Schnittstelle implementiert die W3C [Web-<a href="../
         </script>
       </head>
       <body>
-        <h1><a href="../storage.opendatabase.html">Example</a></h1>
+        <h1>Example</h1>
         <p>localStorage</p>
       </body>
     </html>
@@ -119,4 +119,4 @@ Die `window.localStorage` -Schnittstelle implementiert die W3C [Web-<a href="../
 
 ## Windows Phone 7 Macken
 
-Punktnotation ist *nicht* für Windows Phone 7 verfügbar. Verwenden Sie `setItem` oder `getItem` , anstatt auf Tasten direkt aus dem <a href="../storage.html">Speicher</a>objekt, wie z.B.`window.localStorage.someKey`.
\ No newline at end of file
+Punktnotation ist *nicht* für Windows Phone 7 verfügbar. Verwenden Sie `setItem` oder `getItem` , anstatt auf Tasten direkt aus dem Speicherobjekt, wie z.B.`window.localStorage.someKey`.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/storage/parameters/display_name.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/storage/parameters/display_name.md b/www/docs/de/3.1.0/cordova/storage/parameters/display_name.md
index a45cfa4..6d8c773 100644
--- a/www/docs/de/3.1.0/cordova/storage/parameters/display_name.md
+++ b/www/docs/de/3.1.0/cordova/storage/parameters/display_name.md
@@ -20,4 +20,4 @@ license: >
 
 # database_displayname
 
-Der Anzeigename der <a href="../database/database.html">Datenbank</a>.
\ No newline at end of file
+Der Anzeigename der Datenbank.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/storage/parameters/name.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/storage/parameters/name.md b/www/docs/de/3.1.0/cordova/storage/parameters/name.md
index 3964838..a2a0889 100644
--- a/www/docs/de/3.1.0/cordova/storage/parameters/name.md
+++ b/www/docs/de/3.1.0/cordova/storage/parameters/name.md
@@ -20,4 +20,4 @@ license: >
 
 # database_name
 
-Der Name der <a href="../database/database.html">Datenbank</a>.
\ No newline at end of file
+Der Name der Datenbank.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/storage/parameters/size.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/storage/parameters/size.md b/www/docs/de/3.1.0/cordova/storage/parameters/size.md
index 8ec6c1b..84ed02c 100644
--- a/www/docs/de/3.1.0/cordova/storage/parameters/size.md
+++ b/www/docs/de/3.1.0/cordova/storage/parameters/size.md
@@ -20,4 +20,4 @@ license: >
 
 # database_size
 
-Die Grösse der <a href="../database/database.html">Datenbank</a> in Bytes.
\ No newline at end of file
+Die Grösse der Datenbank in Bytes.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/storage/parameters/version.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/storage/parameters/version.md b/www/docs/de/3.1.0/cordova/storage/parameters/version.md
index 3a959ca..ee4cb8c 100644
--- a/www/docs/de/3.1.0/cordova/storage/parameters/version.md
+++ b/www/docs/de/3.1.0/cordova/storage/parameters/version.md
@@ -20,4 +20,4 @@ license: >
 
 # database_version
 
-Die Version der <a href="../database/database.html">Datenbank</a>.
\ No newline at end of file
+Die Version der Datenbank.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/storage/sqlerror/sqlerror.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/storage/sqlerror/sqlerror.md b/www/docs/de/3.1.0/cordova/storage/sqlerror/sqlerror.md
index 4d3a1db..3ac441b 100644
--- a/www/docs/de/3.1.0/cordova/storage/sqlerror/sqlerror.md
+++ b/www/docs/de/3.1.0/cordova/storage/sqlerror/sqlerror.md
@@ -41,4 +41,4 @@ A `SQLError` Objekt wird ausgelöst, wenn ein Fehler auftritt.
 
 ## Beschreibung
 
-Das `SQLError` Objekt wird ausgelöst, wenn ein Fehler auftritt, wenn eine <a href="../database/database.html">Datenbank</a> zu manipulieren.
\ No newline at end of file
+Das `SQLError` Objekt wird ausgelöst, wenn ein Fehler auftritt, wenn eine Datenbank zu manipulieren.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/storage/sqlresultset/sqlresultset.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/storage/sqlresultset/sqlresultset.md b/www/docs/de/3.1.0/cordova/storage/sqlresultset/sqlresultset.md
index 96a607b..bff869d 100644
--- a/www/docs/de/3.1.0/cordova/storage/sqlresultset/sqlresultset.md
+++ b/www/docs/de/3.1.0/cordova/storage/sqlresultset/sqlresultset.md
@@ -20,19 +20,19 @@ license: >
 
 # SQLResultSet
 
-Wenn eine `<a href="../sqltransaction/sqltransaction.html">SQLTransaction</a>` des Objekts `executeSql` -Methode wird aufgerufen, der angegebene Rückruf führt mit einem `SQLResultSet` Parameter.
+Wenn eine `SQLTransaction` des Objekts `executeSql` -Methode wird aufgerufen, der angegebene Rückruf führt mit einem `SQLResultSet` Parameter.
 
 ## Eigenschaften
 
-*   **InsertId**: die Zeilen-ID der Zeile, die die `SQLResultSet` des Objekts-SQL-Anweisung, die in die <a href="../database/database.html">Datenbank</a> eingefügt.
+*   **InsertId**: die Zeilen-ID der Zeile, die die `SQLResultSet` des Objekts-SQL-Anweisung, die in die Datenbank eingefügt.
 
 *   **RowsAffected**: die Anzahl der Zeilen geändert werden, indem die SQL-Anweisung, die 0 (null), wenn die Anweisung keine Zeilen nicht ausgewirkt hat.
 
-*   **Zeilen**: eine `<a href="../sqlresultsetrowlist/sqlresultsetrowlist.html">SQLResultSetRowList</a>` , die die zurückgegebenen Zeilen darstellen, empty, wenn keine Zeilen zurückgegeben werden.
+*   **Zeilen**: eine `SQLResultSetRowList` , die die zurückgegebenen Zeilen darstellen, empty, wenn keine Zeilen zurückgegeben werden.
 
 ## Informationen
 
-Wenn eine `<a href="../sqltransaction/sqltransaction.html">SQLTransaction</a>` des Objekts `executeSql` -Methode wird aufgerufen, der angegebene Rückruf führt mit einer `SQLResultSet` Parameter mit den drei Eigenschaften:
+Wenn eine `SQLTransaction` des Objekts `executeSql` -Methode wird aufgerufen, der angegebene Rückruf führt mit einer `SQLResultSet` Parameter mit den drei Eigenschaften:
 
 *   Die `insertId` gibt die Zeilennummer einer successly SQL-Einfügung-Anweisung zurück. Wenn die SQL keine Zeilen einfügen wird die `insertId` nicht festgelegt.
 
@@ -68,7 +68,7 @@ Wenn eine `<a href="../sqltransaction/sqltransaction.html">SQLTransaction</a>` d
         alert("Error processing SQL: "+err.code);
     }
     
-    var db = window.<a href="../storage.opendatabase.html">openDatabase</a>("Database", "1.0", "Cordova Demo", 200000);
+    var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
     db.transaction(queryDB, errorCB);
     
 
@@ -77,14 +77,14 @@ Wenn eine `<a href="../sqltransaction/sqltransaction.html">SQLTransaction</a>` d
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Storage <a href="../storage.opendatabase.html">Example</a></title>
+        <title>Storage Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
     
         // Wait for device API libraries to load
         //
-        document.<a href="../../inappbrowser/inappbrowser.html">addEventListener</a>("<a href="../../events/events.deviceready.html">deviceready</a>", onDeviceReady, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
     
         // Populate the database
         //
@@ -123,21 +123,21 @@ Wenn eine `<a href="../sqltransaction/sqltransaction.html">SQLTransaction</a>` d
         // Transaction success callback
         //
         function successCB() {
-            var db = window.<a href="../storage.opendatabase.html">openDatabase</a>("Database", "1.0", "Cordova Demo", 200000);
+            var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
             db.transaction(queryDB, errorCB);
         }
     
         // device APIs are available
         //
         function onDeviceReady() {
-            var db = window.<a href="../storage.opendatabase.html">openDatabase</a>("Database", "1.0", "Cordova Demo", 200000);
+            var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
             db.transaction(populateDB, errorCB, successCB);
         }
     
         </script>
       </head>
       <body>
-        <h1><a href="../storage.opendatabase.html">Example</a></h1>
+        <h1>Example</h1>
         <p>Database</p>
       </body>
     </html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/storage/sqlresultsetrowlist/sqlresultsetrowlist.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/storage/sqlresultsetrowlist/sqlresultsetrowlist.md b/www/docs/de/3.1.0/cordova/storage/sqlresultsetrowlist/sqlresultsetrowlist.md
index 90137b7..be3e61e 100644
--- a/www/docs/de/3.1.0/cordova/storage/sqlresultsetrowlist/sqlresultsetrowlist.md
+++ b/www/docs/de/3.1.0/cordova/storage/sqlresultsetrowlist/sqlresultsetrowlist.md
@@ -18,9 +18,9 @@ license: >
     under the License.
 ---
 
-# <a href="../sqlresultset/sqlresultset.html">SQLResultSet</a>RowList
+# SQLResultSetRowList
 
-Eine der Eigenschaften von den `<a href="../sqlresultset/sqlresultset.html">SQLResultSet</a>` mit den Zeilen aus einer SQL-Abfrage zurückgegeben.
+Eine der Eigenschaften von den `SQLResultSet` mit den Zeilen aus einer SQL-Abfrage zurückgegeben.
 
 ## Eigenschaften
 
@@ -32,7 +32,7 @@ Eine der Eigenschaften von den `<a href="../sqlresultset/sqlresultset.html">SQLR
 
 ## Informationen
 
-Die `<a href="../sqlresultset/sqlresultset.html">SQLResultSet</a>RowList` enthält die Daten aus einer SQL zurückgegeben `select` Anweisung. Das Objekt enthält eine `length` Eigenschaft, die angibt, wie viele Zeilen der `select` Anweisung zurückgegeben. Um eine Zeile mit Daten abzurufen, rufen Sie die `item` -Methode, um einen Index angeben. Es gibt eine JavaScript `Object` deren Eigenschaften sind die <a href="../database/database.html">Datenbank</a>spalten der `select` Anweisung ausgeführt wurde.
+Die `SQLResultSetRowList` enthält die Daten aus einer SQL zurückgegeben `select` Anweisung. Das Objekt enthält eine `length` Eigenschaft, die angibt, wie viele Zeilen der `select` Anweisung zurückgegeben. Um eine Zeile mit Daten abzurufen, rufen Sie die `item` -Methode, um einen Index angeben. Es gibt eine JavaScript `Object` deren Eigenschaften sind die Datenbankspalten der `select` Anweisung ausgeführt wurde.
 
 ## Unterstützte Plattformen
 
@@ -59,7 +59,7 @@ Die `<a href="../sqlresultset/sqlresultset.html">SQLResultSet</a>RowList` enthä
             alert("Error processing SQL: "+err.code);
         }
     
-        var db = window.<a href="../storage.opendatabase.html">openDatabase</a>("Database", "1.0", "Cordova Demo", 200000);
+        var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
         db.transaction(queryDB, errorCB);
     
 
@@ -68,14 +68,14 @@ Die `<a href="../sqlresultset/sqlresultset.html">SQLResultSet</a>RowList` enthä
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Storage <a href="../storage.opendatabase.html">Example</a></title>
+        <title>Storage Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
     
         // Wait for device API libraries to load
         //
-        document.<a href="../../inappbrowser/inappbrowser.html">addEventListener</a>("<a href="../../events/events.deviceready.html">deviceready</a>", onDeviceReady, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
     
         // Populate the database
         //
@@ -111,21 +111,21 @@ Die `<a href="../sqlresultset/sqlresultset.html">SQLResultSet</a>RowList` enthä
         // Transaction success callback
         //
         function successCB() {
-            var db = window.<a href="../storage.opendatabase.html">openDatabase</a>("Database", "1.0", "Cordova Demo", 200000);
+            var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
             db.transaction(queryDB, errorCB);
         }
     
         // device APIs are available
         //
         function onDeviceReady() {
-            var db = window.<a href="../storage.opendatabase.html">openDatabase</a>("Database", "1.0", "Cordova Demo", 200000);
+            var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
             db.transaction(populateDB, errorCB, successCB);
         }
     
         </script>
       </head>
       <body>
-        <h1><a href="../storage.opendatabase.html">Example</a></h1>
+        <h1>Example</h1>
         <p>Database</p>
       </body>
     </html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/storage/sqltransaction/sqltransaction.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/storage/sqltransaction/sqltransaction.md b/www/docs/de/3.1.0/cordova/storage/sqltransaction/sqltransaction.md
index 8775a99..7aada79 100644
--- a/www/docs/de/3.1.0/cordova/storage/sqltransaction/sqltransaction.md
+++ b/www/docs/de/3.1.0/cordova/storage/sqltransaction/sqltransaction.md
@@ -20,7 +20,7 @@ license: >
 
 # SQLTransaction
 
-Ermöglicht die Ausführung von SQL-Anweisungen für die <a href="../database/database.html">Datenbank</a>.
+Ermöglicht die Ausführung von SQL-Anweisungen für die Datenbank.
 
 ## Methoden
 
@@ -54,7 +54,7 @@ Aufrufen einer `Database` -Methode des Objekts Transaktion, Pässe ein `SQLTrans
         alert("success!");
     }
     
-    var db = window.<a href="../storage.opendatabase.html">openDatabase</a>("Database", "1.0", "Cordova Demo", 200000);
+    var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
     db.transaction(populateDB, errorCB, successCB);
     
 
@@ -63,19 +63,19 @@ Aufrufen einer `Database` -Methode des Objekts Transaktion, Pässe ein `SQLTrans
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Storage <a href="../storage.opendatabase.html">Example</a></title>
+        <title>Storage Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
     
         // Wait for device API libraries to load
         //
-        document.<a href="../../inappbrowser/inappbrowser.html">addEventListener</a>("<a href="../../events/events.deviceready.html">deviceready</a>", onDeviceReady, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
     
         // device APIs are available
         //
         function onDeviceReady() {
-            var db = window.<a href="../storage.opendatabase.html">openDatabase</a>("Database", "1.0", "Cordova Demo", 200000);
+            var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
             db.transaction(populateDB, errorCB, successCB);
         }
     
@@ -103,7 +103,7 @@ Aufrufen einer `Database` -Methode des Objekts Transaktion, Pässe ein `SQLTrans
         </script>
       </head>
       <body>
-        <h1><a href="../storage.opendatabase.html">Example</a></h1>
+        <h1>Example</h1>
         <p>SQLTransaction</p>
       </body>
     </html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/storage/storage.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/storage/storage.md b/www/docs/de/3.1.0/cordova/storage/storage.md
index 36465b0..261b7d6 100644
--- a/www/docs/de/3.1.0/cordova/storage/storage.md
+++ b/www/docs/de/3.1.0/cordova/storage/storage.md
@@ -20,37 +20,37 @@ license: >
 
 # Speicher
 
-> Ermöglicht den Zugriff auf das <a href="../device/device.html">Gerät</a> Storage-Optionen.
+> Ermöglicht den Zugriff auf das Gerät Storage-Optionen.
 
 Diese API bietet Storage-Optionen, die auf der Grundlage von zwei verschiedenen W3C-Spezifikationen:
 
 *   Die [Web Storage API-Spezifikation][1] ermöglicht Zugriff auf Daten über einfachen Schlüssel/Wert-Paaren. Finden Sie im Abschnitt über LocalStorage ausführliche auf dieser Schnittstelle.
 
-*   Der [Web SQL Database-Spezifikation][2] bietet Zugriff auf weitere vollwertige <a href="database/database.html">Datenbank</a>tabellen über SQL-Abfragen. Eine Zusammenfassung dieser Schnittstelle unmittelbar unterhalb angezeigt wird.
+*   Der [Web SQL Database-Spezifikation][2] bietet Zugriff auf weitere vollwertige Datenbanktabellen über SQL-Abfragen. Eine Zusammenfassung dieser Schnittstelle unmittelbar unterhalb angezeigt wird.
 
  [1]: http://dev.w3.org/html5/webstorage/
  [2]: http://dev.w3.org/html5/webdatabase/
 
-Cordova bietet Zugriff auf beide Schnittstellen für die Minderheit der <a href="../device/device.html">Gerät</a>e, die bereits diese nicht unterstützen. Im übrigen gelten die integrierten Implementierungen.
+Cordova bietet Zugriff auf beide Schnittstellen für die Minderheit der Geräte, die bereits diese nicht unterstützen. Im übrigen gelten die integrierten Implementierungen.
 
 ## Methoden
 
-*   <a href="storage.opendatabase.html">openDatabase</a>
+*   openDatabase
 
 ## Argumente
 
-*   <a href="parameters/name.html">database_name</a>
-*   <a href="parameters/version.html">database_version</a>
-*   <a href="parameters/display_name.html">database_displayname</a>
-*   <a href="parameters/size.html">database_size</a>
+*   database_name
+*   database_version
+*   database_displayname
+*   database_size
 
 ## Objekte
 
-*   <a href="database/database.html">Datenbank</a>
-*   <a href="sqltransaction/sqltransaction.html">SQLTransaction</a>
-*   <a href="sqlresultset/sqlresultset.html">SQLResultSet</a>
-*   <a href="sqlresultset/sqlresultset.html">SQLResultSet</a>RowList
-*   <a href="sqlerror/sqlerror.html">SQLError</a>
+*   Datenbank
+*   SQLTransaction
+*   SQLResultSet
+*   SQLResultSetRowList
+*   SQLError
 
 ## Zugriff auf die Funktion
 
@@ -70,4 +70,4 @@ Wenn Sie einen älteren Satz der Cordova Werkzeuge, die die CLI vorangehen verwe
         <feature id="blackberry.widgetcache" required="true" version="1.0.0.0" />
         
 
-Einige Plattformen können dieses Feature unterstützen, ohne dass eine besondere Konfiguration. Finden Sie unter *Plattform-Unterstützung* in der <a href="../../guide/overview/index.html">Übersicht</a>.
\ No newline at end of file
+Einige Plattformen können dieses Feature unterstützen, ohne dass eine besondere Konfiguration. Finden Sie unter *Plattform-Unterstützung* in der Übersicht.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/storage/storage.opendatabase.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/storage/storage.opendatabase.md b/www/docs/de/3.1.0/cordova/storage/storage.opendatabase.md
index 17e3839..496abc4 100644
--- a/www/docs/de/3.1.0/cordova/storage/storage.opendatabase.md
+++ b/www/docs/de/3.1.0/cordova/storage/storage.opendatabase.md
@@ -22,12 +22,12 @@ license: >
 
 Gibt eine neue `Database` Objekt.
 
-    var dbShell = <a href="../inappbrowser/window.open.html">window.open</a>Database(<a href="parameters/name.html">database_name</a>, <a href="parameters/version.html">database_version</a>, <a href="parameters/display_name.html">database_displayname</a>, <a href="parameters/size.html">database_size</a>);
+    var dbShell = window.openDatabase(database_name, database_version, database_displayname, database_size);
     
 
 ## Beschreibung
 
-Die Methode erstellt eine neue SQL-Lite <a href="database/database.html">Datenbank</a> und gibt ein `Database` -Objekt, das Manipulation der Daten ermöglicht.
+Die Methode erstellt eine neue SQL-Lite Datenbank und gibt ein `Database` -Objekt, das Manipulation der Daten ermöglicht.
 
 ## Unterstützte Plattformen
 
@@ -38,7 +38,7 @@ Die Methode erstellt eine neue SQL-Lite <a href="database/database.html">Datenba
 
 ## Kleines Beispiel
 
-    var db = <a href="../inappbrowser/window.open.html">window.open</a>Database("test", "1.0", "Test DB", 1000000);
+    var db = window.openDatabase("test", "1.0", "Test DB", 1000000);
     
 
 ## Vollständiges Beispiel
@@ -53,12 +53,12 @@ Die Methode erstellt eine neue SQL-Lite <a href="database/database.html">Datenba
     
         // Wait for device API libraries to load
         //
-        document.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>("<a href="../events/events.deviceready.html">deviceready</a>", onDeviceReady, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
     
         // device APIs are available
         //
         function onDeviceReady() {
-            var db = <a href="../inappbrowser/window.open.html">window.open</a>Database("test", "1.0", "Test DB", 1000000);
+            var db = window.openDatabase("test", "1.0", "Test DB", 1000000);
         }
     
         </script>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/guide/appdev/privacy/index.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/guide/appdev/privacy/index.md b/www/docs/de/3.1.0/guide/appdev/privacy/index.md
index 7539124..47ab1d8 100644
--- a/www/docs/de/3.1.0/guide/appdev/privacy/index.md
+++ b/www/docs/de/3.1.0/guide/appdev/privacy/index.md
@@ -26,13 +26,13 @@ Leitfaden zur mobilen app Privatsphäre sollte eine *Grundierung* auf einige der
 
 *   **Privacy Policy**: Sie app sollte eine Datenschutzerklärung, die Themen wie welche Art von Informationen sammelt Ihre app von oder zu den Benutzern, wie diese Informationen verwendet werden, mit denen es geteilt ist, und wie Benutzer datenschutzrelevante Entscheidungen innerhalb der app machen können. Um Verständnis zu erleichtern, sollten Sie verwenden Klartext und vermeiden Fachjargon. Sie sollten Ihre Datenschutzrichtlinien für Benutzer überprüfen Sie vor dem Download, wie z. B. in der app-Beschreibung in der app-Marktplatz verfügbar machen. Darüber hinaus sollten Sie Ihre Datenschutzerklärung innerhalb der app selbst zur Verfügung stellen. Die geringe Größe von Handy-Displays schafft Herausforderungen für Anzeigen von Datenschutzrichtlinien für Benutzer. Ziehen Sie Entwicklung einer *Kurzform* der Politik mit den wichtigsten Informationen in Betracht, und geben Sie dann einen Link zu der "Langform" Politik für mehr Details interessiert. Mehrere Gruppen versuc
 hen, Icon-basierter Standards für die Datenschutz-Praktiken, die Sie betrachten wünschen können, sobald diese Standards ältere Kommunikation entwickeln.
 
-*   **Sammlung vertraulicher Informationen**: eine app-Sammlung von sensiblen persönlichen Informationen wichtig Datenschutz Bedenken. Beispiele für sensible persönliche Daten Finanzinformationen, Gesundheit Informationen und Daten von Kindern. Darüber hinaus Informationen aus bestimmten Sensoren und <a href="../../../cordova/storage/database/database.html">Datenbank</a>en, die in der Regel auf mobilen <a href="../../../cordova/device/device.html">Gerät</a>en und Tabletten, wie <a href="../../../cordova/geolocation/geolocation.html">Geolocation</a>-Informationen, <a href="../../../cordova/contacts/contacts.html"><a href="../../../cordova/contacts/Contact/contact.html">Kontakt</a>e</a>/Telefonbuch, Mikrofon/<a href="../../../cordova/camera/camera.html">Kamera</a> und gespeicherte Bilder oder Videos gefunden. Die folgenden Dokumentationsseiten für weitere Informationen siehe: [<a href="../../../cordova/camera/camera.html">Kamera</a>][1]"," [erfassen][2]"," [<a href="../../../cor
 dova/contacts/contacts.html"><a href="../../../cordova/contacts/Contact/contact.html">Kontakt</a>e</a>][3]"und" [<a href="../../../cordova/geolocation/geolocation.html">Geolocation</a>][4]. Im Allgemeinen sollten Sie erhalten die Berechtigung eines Benutzers ausdrücklich vor der Erhebung sensiblen Informationen und, wenn möglich, einen Kontrollmechanismus, der einem Benutzer ermöglicht, Berechtigungen zu ändern. App Betriebssystemen kann in einigen Fällen durch Vorlage von just-in-Time-Dialogfelder, die Zustimmung des Benutzers vor Auflistung Fragen helfen. Sollten Sie in diesen Fällen nutzen jede Gelegenheit zum Anpassen des Text im Dialog zu klären, wie die app verwendet und gegebenenfalls diese Informationen teilt.
+*   **Sammlung vertraulicher Informationen**: eine app-Sammlung von sensiblen persönlichen Informationen wichtig Datenschutz Bedenken. Beispiele für sensible persönliche Daten Finanzinformationen, Gesundheit Informationen und Daten von Kindern. Darüber hinaus Informationen aus bestimmten Sensoren und Datenbanken, die in der Regel auf mobilen Geräten und Tabletten, wie Geolocation-Informationen, Kontakte/Telefonbuch, Mikrofon/Kamera und gespeicherte Bilder oder Videos gefunden. Die folgenden Dokumentationsseiten für weitere Informationen siehe: [Kamera][1]"," [erfassen][2]"," [Kontakte][3]"und" [Geolocation][4]. Im Allgemeinen sollten Sie erhalten die Berechtigung eines Benutzers ausdrücklich vor der Erhebung sensiblen Informationen und, wenn möglich, einen Kontrollmechanismus, der einem Benutzer ermöglicht, Berechtigungen zu ändern. App Betriebssystemen kann in einigen Fällen durch Vorlage von just-in-Time-Dialogfelder, die Zustimmung des Benutzers vor Auflistung Fragen h
 elfen. Sollten Sie in diesen Fällen nutzen jede Gelegenheit zum Anpassen des Text im Dialog zu klären, wie die app verwendet und gegebenenfalls diese Informationen teilt.
 
 *   **Vermeidung von Benutzer-Überraschung**: Wenn Ihre app sammelt oder Informationen in einer Weise, die möglicherweise überraschend für Benutzer im Lichte der Hauptzweck Ihrer Anwendung (z. B. ein Musik-Player, der auf die gespeicherten Bilder zugreift) verwendet, sollten Sie ähnliche Schritte wie bei der Auflistung von sensiblen persönlichen Informationen nehmen. Das heißt, sollten Sie dringend die Verwendung von just-in-Time-Dialogfelder informieren des Benutzers über die Sammlung oder Verwendung dieser Informationen und gegebenenfalls ein entsprechenden Datenschutz-Steuerelement bereitstellen.
 
 *   **Dritter Datenerhebung oder Teilen**: Wenn Sie app Informationen erfasst, die auf eine andere Gesellschaft--bereitgestellt wird wie ein social-networking-Plattform oder ein Ad-Netzwerk (z. B. Wenn Ihre app Werbung angezeigt wird)--Sie sollten informieren Sie Ihre Benutzer dieser Sammlung und Austausch. Zumindest sollten Ihre Datenschutzrichtlinien beschreiben, die Sammlung von Informationen und Austausch und ggf. bieten Ihren Benutzern die Möglichkeit zu steuern oder opt-Out dieser Sammlung oder Teilen.
 
-*   **Sammlung Begrenzung und der Sicherheit**: Ihre Nutzer vertrauen Ihre app mit ihren Informationen und sie erwarten, dass Sie entsprechende Vorsichtsmaßnahmen zum Schutz bringt. Eine der besten Möglichkeiten zur Vermeidung von Sicherheitslücken von persönlichen Informationen soll nicht in erster Linie die Informationen zu sammeln, es sei denn, Ihre Anwendung eine bestimmte und legitimen geschäftlichen Gründen für die Auflistung. Informationen, die gesammelt werden müssen, sicherstellen Sie, dass Sie entsprechenden Sicherheitskontrollen zum Schutz dieser Informationen angeben, ob diese auf dem <a href="../../../cordova/device/device.html">Gerät</a> oder auf den Back-End-Servern gespeichert sind. Sie sollte auch eine entsprechenden Daten-Aufbewahrungsrichtlinie entwickeln, die innerhalb der app und auf den Back-End-Servern implementiert wird.
+*   **Sammlung Begrenzung und der Sicherheit**: Ihre Nutzer vertrauen Ihre app mit ihren Informationen und sie erwarten, dass Sie entsprechende Vorsichtsmaßnahmen zum Schutz bringt. Eine der besten Möglichkeiten zur Vermeidung von Sicherheitslücken von persönlichen Informationen soll nicht in erster Linie die Informationen zu sammeln, es sei denn, Ihre Anwendung eine bestimmte und legitimen geschäftlichen Gründen für die Auflistung. Informationen, die gesammelt werden müssen, sicherstellen Sie, dass Sie entsprechenden Sicherheitskontrollen zum Schutz dieser Informationen angeben, ob diese auf dem Gerät oder auf den Back-End-Servern gespeichert sind. Sie sollte auch eine entsprechenden Daten-Aufbewahrungsrichtlinie entwickeln, die innerhalb der app und auf den Back-End-Servern implementiert wird.
 
  [1]: cordova_camera_camera.md.html
  [2]: cordova_media_capture_capture.md.html

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/guide/appdev/whitelist/index.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/guide/appdev/whitelist/index.md b/www/docs/de/3.1.0/guide/appdev/whitelist/index.md
index 4562158..2bd09ac 100644
--- a/www/docs/de/3.1.0/guide/appdev/whitelist/index.md
+++ b/www/docs/de/3.1.0/guide/appdev/whitelist/index.md
@@ -20,7 +20,7 @@ license: >
 
 # Whitelist-Guide
 
-## <a href="../../overview/index.html">Übersicht</a>
+## Übersicht
 
 Ressource Whitelisting ist ein Sicherheitsmodell, das steuert Zugang zu externen Netzwerk-Ressourcen, wie z. B. `http://google.com` . Apache Cordova Standardsicherheitsrichtlinien ermöglicht den Zugriff auf eine Ressource auf einer beliebigen Website im Internet. Bevor Sie Ihre Anwendung auf die Produktion verschieben, sollten Sie überprüfen ihrer Whitelist und deklarieren Zugang zu bestimmten Netzwerk-Domains und Sub-Domains.
 
@@ -148,7 +148,7 @@ iOS unterstützt Whitelisting-Syntax.
 
 ### In 3.1.0 geändert:
 
-Vor Version 3.1.0 enthalten Cordova-iOS einige nicht-standard-Erweiterungen für die Domäne Whilelisting Regelung von anderen Cordova-Plattformen unterstützt. Ab 3.1.0 entspricht die iOS-Whitelist jetzt die Ressource-Whitelist-Syntax an der Spitze dieses Dokuments beschrieben. Wenn Sie ein von Pre-3.1.0 Upgrade und Sie wurden diese Erweiterungen verwenden, müssen Sie möglicherweise ändern Ihre `config.xml` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> um Whitelisting dieselben Ressourcen wie bisher weiter.
+Vor Version 3.1.0 enthalten Cordova-iOS einige nicht-standard-Erweiterungen für die Domäne Whilelisting Regelung von anderen Cordova-Plattformen unterstützt. Ab 3.1.0 entspricht die iOS-Whitelist jetzt die Ressource-Whitelist-Syntax an der Spitze dieses Dokuments beschrieben. Wenn Sie ein von Pre-3.1.0 Upgrade und Sie wurden diese Erweiterungen verwenden, müssen Sie möglicherweise ändern Ihre `config.xml` Datei um Whitelisting dieselben Ressourcen wie bisher weiter.
 
 Insbesondere diese Muster müssen aktualisiert werden:
 
@@ -180,7 +180,7 @@ Zugang zu [google.com][3]:
 
 ### Informationen
 
-Stammverzeichnis der Anwendung `config.xml` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> gibt Whitelisting Domänenregeln, mit dem `<access origin="..." />` Element. Eine vollständige Referenz finden Sie in der [Dokumentation Tizen zugreifen auf externe Netzwerkressourcen][10].
+Stammverzeichnis der Anwendung `config.xml` Datei gibt Whitelisting Domänenregeln, mit dem `<access origin="..." />` Element. Eine vollständige Referenz finden Sie in der [Dokumentation Tizen zugreifen auf externe Netzwerkressourcen][10].
 
  [10]: https://developer.tizen.org/help/topic/org.tizen.help.gs/Creating%20a%20Project.html?path=0_1_1_4#8814682_CreatingaProject-AccessingExternalNetworkResources
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/guide/cli/index.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/guide/cli/index.md b/www/docs/de/3.1.0/guide/cli/index.md
index 4e52103..1fd514f 100644
--- a/www/docs/de/3.1.0/guide/cli/index.md
+++ b/www/docs/de/3.1.0/guide/cli/index.md
@@ -62,9 +62,9 @@ Gehe in das Verzeichnis wo verwalten Sie Ihren Quellcode, und führen Sie einen
 
 Es kann einige Zeit dauern für den Befehl abgeschlossen, also etwas Geduld. Führen Sie die `cordova -d` Informationen zum Fortschritt zu sehen.
 
-Das erste Argument gibt ein *Hallo* -Verzeichnis für Ihr Projekt generiert werden. Seine `www` Unterverzeichnis Häuser Ihre Anwendung-Homepage, zusammen mit verschiedenen Ressourcen unter `css` , `js` , und `img` , die gemeinsame Web Entwicklung <a href="../../cordova/file/fileobj/fileobj.html">Datei</a>benennungskonventionen folgen. Die `config.xml` -<a href="../../cordova/file/fileobj/fileobj.html">Datei</a> enthält wichtige <a href="../../cordova/file/metadata/metadata.html">Metadaten</a> erzeugen und Verteilen der Anwendung erforderlich.
+Das erste Argument gibt ein *Hallo* -Verzeichnis für Ihr Projekt generiert werden. Seine `www` Unterverzeichnis Häuser Ihre Anwendung-Homepage, zusammen mit verschiedenen Ressourcen unter `css` , `js` , und `img` , die gemeinsame Web Entwicklung Dateibenennungskonventionen folgen. Die `config.xml` -Datei enthält wichtige Metadaten erzeugen und Verteilen der Anwendung erforderlich.
 
-Die anderen beiden Argumente sind optional: das `com.example.hello` Argument stellt Ihr Projekt mit einem Bezeichner reverse Domain-Stil und der `HelloWorld` bietet die Anwendung Anzeigetext. Sie können bearbeiten beide Werte später in der `config.xml` <a href="../../cordova/file/fileobj/fileobj.html">Datei</a>.
+Die anderen beiden Argumente sind optional: das `com.example.hello` Argument stellt Ihr Projekt mit einem Bezeichner reverse Domain-Stil und der `HelloWorld` bietet die Anwendung Anzeigetext. Sie können bearbeiten beide Werte später in der `config.xml` Datei.
 
 ## Hinzufügen von Plattformen
 
@@ -106,11 +106,11 @@ Führen Sie einen der folgenden Synonym Befehle, eine Plattform zu entfernen:
 
 Ausführen Befehle hinzufügen oder Entfernen von Plattformen wirkt sich auf den Inhalt des Verzeichnis des Projekts *Plattformen* , wo jede angegebene Plattform als Unterverzeichnis angezeigt wird. Das *Www* -Quellverzeichnis wird wiedergegeben in jede Plattform-Unterverzeichnis, erscheinen zum Beispiel in `platforms/ios/www` oder `platforms/android/assets/www` . Standardmäßig ist jede Plattform-Konfigurationsdatei eingerichtet, um alle Cordova's APIs zugreifen zu können.
 
-Wenn Sie möchten, können Sie eine SDK an dieser Stelle verwenden, um das Projekt zu öffnen, die, das Sie erstellt. Legen jedoch alle Bearbeitungen an das Projekt im SDK beeinflusst die Ableitung vorgenommenen Vermögenswerte, nicht die original Cross-Plattform-Quellcode-<a href="../../cordova/file/fileobj/fileobj.html">Datei</a>en. Verwenden Sie diese Methode, wenn Sie einfach ein Projekt initialisieren möchten. (Siehe die Plattform-Führer für Informationen zum Entwickeln von Anwendungen innerhalb jedes SDK.) Lesen Sie weiter, wenn Sie Befehlszeilenprogramme für den gesamten Entwicklungszyklus verwenden möchten.
+Wenn Sie möchten, können Sie eine SDK an dieser Stelle verwenden, um das Projekt zu öffnen, die, das Sie erstellt. Legen jedoch alle Bearbeitungen an das Projekt im SDK beeinflusst die Ableitung vorgenommenen Vermögenswerte, nicht die original Cross-Plattform-Quellcode-Dateien. Verwenden Sie diese Methode, wenn Sie einfach ein Projekt initialisieren möchten. (Siehe die Plattform-Führer für Informationen zum Entwickeln von Anwendungen innerhalb jedes SDK.) Lesen Sie weiter, wenn Sie Befehlszeilenprogramme für den gesamten Entwicklungszyklus verwenden möchten.
 
 ## Die App zu bauen
 
-In der Standardeinstellung der `cordova create` Skript generiert eine Skeletts Web-basierte Anwendung, deren Homepage des Projekts ist `www/index.html` <a href="../../cordova/file/fileobj/fileobj.html">Datei</a>. Diese Anwendung zu bearbeiten, aber Sie wollen, aber Initialisierungen werden, als Teil angegeben sollte der `<a href="../../cordova/events/events.deviceready.html">deviceready</a>` -Ereignishandler, standardmäßig von verwiesen `www/js/index.js` . <!-- XREF
+In der Standardeinstellung der `cordova create` Skript generiert eine Skeletts Web-basierte Anwendung, deren Homepage des Projekts ist `www/index.html` Datei. Diese Anwendung zu bearbeiten, aber Sie wollen, aber Initialisierungen werden, als Teil angegeben sollte der `deviceready` -Ereignishandler, standardmäßig von verwiesen `www/js/index.js` . <!-- XREF
 (See the Application Development Guide for details.)
 XREF -->
 
@@ -132,14 +132,14 @@ Der `cordova build` Befehl ist eine Kurzform für die folgenden, die in diesem B
 
 In diesem Fall einmal ausführen `prepare` , können Sie Apples Xcode SDK als Alternative zu ändern und kompilieren Sie den Plattform-spezifischen Code, die in Cordova generiert `platforms/ios` . Sie können den gleichen Ansatz mit anderen Plattformen SDKs.
 
-## Testen Sie die App auf einem Emulator oder <a href="../../cordova/device/device.html">Gerät</a>
+## Testen Sie die App auf einem Emulator oder Gerät
 
-SDKs für mobile Plattformen kommen oft mit Emulatoren, die ein <a href="../../cordova/device/device.html">Gerät</a>ebild ausgeführt, so dass Sie können starten Sie die app aus dem home-Bildschirm und Interaktion mit vielen Plattformfeatures gebündelt. Führen Sie einen Befehl wie den folgenden erstellen Sie die Anwendung neu und innerhalb einer bestimmten Plattform Emulator anzeigen:
+SDKs für mobile Plattformen kommen oft mit Emulatoren, die ein Gerätebild ausgeführt, so dass Sie können starten Sie die app aus dem home-Bildschirm und Interaktion mit vielen Plattformfeatures gebündelt. Führen Sie einen Befehl wie den folgenden erstellen Sie die Anwendung neu und innerhalb einer bestimmten Plattform Emulator anzeigen:
 
         $ cordova emulate android
     
 
-Einige mobilen Plattformen emulieren ein bestimmtes <a href="../../cordova/device/device.html">Gerät</a> wie das iPhone für iOS-Projekte in der Standardeinstellung. Für die anderen Plattformen müssen Sie zuerst ein <a href="../../cordova/device/device.html">Gerät</a> mit einem Emulator zuordnen. (Siehe die Plattform-Führer für Details.) Beispielsweise Sie möglicherweise zunächst führen Sie den `android` Befehl zum Starten des Android SDK, dann führen Sie ein bestimmtes <a href="../../cordova/device/device.html">Gerät</a>-Image, das es laut sein Standardverhalten startet:
+Einige mobilen Plattformen emulieren ein bestimmtes Gerät wie das iPhone für iOS-Projekte in der Standardeinstellung. Für die anderen Plattformen müssen Sie zuerst ein Gerät mit einem Emulator zuordnen. (Siehe die Plattform-Führer für Details.) Beispielsweise Sie möglicherweise zunächst führen Sie den `android` Befehl zum Starten des Android SDK, dann führen Sie ein bestimmtes Gerät-Image, das es laut sein Standardverhalten startet:
 
 ![][2]
 
@@ -156,69 +156,69 @@ Alternativ können Sie schließen den Hörer an den Computer und testen die app
         $ cordova run android
     
 
-Bevor Sie diesen Befehl ausführen, müssen Sie das <a href="../../cordova/device/device.html">Gerät</a> zum Testen einrichten nach Verfahren, die für jede Plattform variieren. In Androids Fall müssten Sie eine Option **USB-debugging** auf dem <a href="../../cordova/device/device.html">Gerät</a> zu aktivieren, und vielleicht einen USB-Treiber je nach Ihrer Entwicklung-Environmnent. Einzelheiten über jede Plattform Anforderungen finden Sie unter Plattform Guides.
+Bevor Sie diesen Befehl ausführen, müssen Sie das Gerät zum Testen einrichten nach Verfahren, die für jede Plattform variieren. In Androids Fall müssten Sie eine Option **USB-debugging** auf dem Gerät zu aktivieren, und vielleicht einen USB-Treiber je nach Ihrer Entwicklung-Environmnent. Einzelheiten über jede Plattform Anforderungen finden Sie unter Plattform Guides.
 
 ## Hinzufügen von Features
 
-Wenn Sie erstellen und eines neues Projekts anzeigen, nicht sehr viel die Standardanwendung, die angezeigt wird. Sie können ändern, die app in vielerlei Hinsicht zu standard-Web-Technologien nutzen, aber für die app eng mit verschiedenen <a href="../../cordova/device/device.html">Gerät</a>eebene Features zu kommunizieren, müssen Sie Plugins hinzufügen, die Zugriff auf Kern-Cordova-APIs.
+Wenn Sie erstellen und eines neues Projekts anzeigen, nicht sehr viel die Standardanwendung, die angezeigt wird. Sie können ändern, die app in vielerlei Hinsicht zu standard-Web-Technologien nutzen, aber für die app eng mit verschiedenen Geräteebene Features zu kommunizieren, müssen Sie Plugins hinzufügen, die Zugriff auf Kern-Cordova-APIs.
 
 Ein *Plugin* ist ein Add-on-Code, die eine Schnittstelle zu systemeigenen Komponenten bereitstellt. Sie können Ihr eigenes Plugin-Schnittstelle, z. B. wenn eine Hybrid-app zu entwerfen, die einen Cordova WebView mit systemeigenen Komponenten mischt entwerfen. (Siehe Einbettung Webansichten für und Plugin Development Guide für Details.) Häufiger vorkommt, würde Sie eine Plugin um eine Cordovas Grundfunktionen auf Device-Ebene aktivieren hinzufügen <!--XREF diskutiert in der Application Development Guide und XREF--> in der API-Referenz.
 
 Der `cordova plugin add` Befehl müssen Sie das Repository für den Plugin-Code angeben. Hier sind Beispiele für Funktionen, die Sie hinzufügen können:
 
-*   Grundlegenden <a href="../../cordova/device/device.html">Gerät</a>einformationen (Device-API):
+*   Grundlegenden Geräteinformationen (Device-API):
     
         $ cordova plugin add org.apache.cordova.device
         
 
-*   Netzwerkverbindung und Batterie-<a href="../../cordova/events/events.html">Veranstaltungen</a>:
+*   Netzwerkverbindung und Batterie-Veranstaltungen:
     
         $ cordova plugin add org.apache.cordova.network-information
         $ cordova plugin add org.apache.cordova.battery-status
         
 
-*   <a href="../../cordova/accelerometer/acceleration/acceleration.html">Beschleunigung</a>ssensor, <a href="../../cordova/compass/compass.html">Kompass</a> und <a href="../../cordova/geolocation/geolocation.html">Geolocation</a>:
+*   Beschleunigungssensor, Kompass und Geolocation:
     
         $ cordova plugin add org.apache.cordova.device-motion
         $ cordova plugin add org.apache.cordova.device-orientation
         $ cordova plugin add org.apache.cordova.geolocation
         
 
-*   <a href="../../cordova/camera/camera.html">Kamera</a>, <a href="../../cordova/media/media.html">Medien</a>-Wiedergabe und Aufnahme:
+*   Kamera, Medien-Wiedergabe und Aufnahme:
     
         $ cordova plugin add org.apache.cordova.camera
         $ cordova plugin add org.apache.cordova.media-capture
         $ cordova plugin add org.apache.cordova.media
             
 
-*   Zugriff auf <a href="../../cordova/file/fileobj/fileobj.html">Datei</a>en auf <a href="../../cordova/device/device.html">Gerät</a> oder Netzwerk (File API):
+*   Zugriff auf Dateien auf Gerät oder Netzwerk (File API):
     
         $ cordova plugin add org.apache.cordova.file
         $ cordova plugin add org.apache.cordova.file-transfer
         
 
-*   <a href="../../cordova/notification/notification.html">Benachrichtigung</a> per Dialogfeld oder Vibration:
+*   Benachrichtigung per Dialogfeld oder Vibration:
     
         $ cordova plugin add org.apache.cordova.dialogs
         $ cordova plugin add org.apache.cordova.vibration
         
 
-*   <a href="../../cordova/contacts/contacts.html"><a href="../../cordova/contacts/Contact/contact.html">Kontakt</a>e</a>:
+*   Kontakte:
     
         $ cordova plugin add org.apache.cordova.contacts
         
 
-*   <a href="../../cordova/globalization/globalization.html">Globalisierung</a>:
+*   Globalisierung:
     
         $ cordova plugin add org.apache.cordova.globalization
         
 
-*   <a href="../../cordova/splashscreen/splashscreen.html">SplashScreen</a>:
+*   SplashScreen:
     
         $ cordova plugin add org.apache.cordova.splashscreen
         
 
-*   Neue Browserfenster öffnen (<a href="../../cordova/inappbrowser/inappbrowser.html">InAppBrowser</a>):
+*   Neue Browserfenster öffnen (InAppBrowser):
     
         $ cordova plugin add org.apache.cordova.inappbrowser
         
@@ -244,25 +244,25 @@ Sie können Batch-entfernen oder Hinzufügen von Plugins durch mehr als ein Argu
 
 ## Jede Plattform anpassen
 
-Während Cordova auf einfache Weise eine app für viele verschiedene Plattformen bereitstellen kann, müssen Sie manchmal Anpassungen hinzufügen. In diesem Fall wollen Sie die Quellcode-<a href="../../cordova/file/fileobj/fileobj.html">Datei</a>en in verschiedenen ändern `www` Verzeichnisse innerhalb der obersten Ebene `platforms` Verzeichnis, da sie regelmäßig mit der obersten Ebene ersetzt sind `www` des Verzeichnisses Cross-Plattform-Quelle.
+Während Cordova auf einfache Weise eine app für viele verschiedene Plattformen bereitstellen kann, müssen Sie manchmal Anpassungen hinzufügen. In diesem Fall wollen Sie die Quellcode-Dateien in verschiedenen ändern `www` Verzeichnisse innerhalb der obersten Ebene `platforms` Verzeichnis, da sie regelmäßig mit der obersten Ebene ersetzt sind `www` des Verzeichnisses Cross-Plattform-Quelle.
 
-Stattdessen der obersten Ebene `merges` Verzeichnis bietet Ihnen einen Ort zu geben Vermögen auf bestimmten Plattformen bereitstellen. Jedes plattformspezifischen Unterverzeichnis innerhalb `merges` spiegelt die Verzeichnisstruktur des der `www` Source-Tree, sodass Sie überschreiben oder <a href="../../cordova/file/fileobj/fileobj.html">Datei</a>en nach Bedarf hinzufügen. Zum Beispiel hier ist, wie Sie verwendet möglicherweise `merges` zur Erhöhung der Standardschriftgrad für Android-<a href="../../cordova/device/device.html">Gerät</a>e:
+Stattdessen der obersten Ebene `merges` Verzeichnis bietet Ihnen einen Ort zu geben Vermögen auf bestimmten Plattformen bereitstellen. Jedes plattformspezifischen Unterverzeichnis innerhalb `merges` spiegelt die Verzeichnisstruktur des der `www` Source-Tree, sodass Sie überschreiben oder Dateien nach Bedarf hinzufügen. Zum Beispiel hier ist, wie Sie verwendet möglicherweise `merges` zur Erhöhung der Standardschriftgrad für Android-Geräte:
 
-*   Bearbeiten Sie die `www/index.html` <a href="../../cordova/file/fileobj/fileobj.html">Datei</a>, Hinzufügen eines Links zu einer weiteren CSS-<a href="../../cordova/file/fileobj/fileobj.html">Datei</a> `overrides.css` in diesem Fall:
+*   Bearbeiten Sie die `www/index.html` Datei, Hinzufügen eines Links zu einer weiteren CSS-Datei `overrides.css` in diesem Fall:
     
         <link rel="stylesheet" type="text/css" href="css/overrides.css" />
         
 
-*   Erstellen Sie optional ein leeres `www/css/overrides.css` <a href="../../cordova/file/fileobj/fileobj.html">Datei</a>, die für alle nicht-Android Builds, einen fehlende <a href="../../cordova/file/fileobj/fileobj.html">Datei</a>-Fehler zu verhindern, gelten würden.
+*   Erstellen Sie optional ein leeres `www/css/overrides.css` Datei, die für alle nicht-Android Builds, einen fehlende Datei-Fehler zu verhindern, gelten würden.
 
-*   Erstellen einer `css` Unterverzeichnis innerhalb `merges/android` , fügen Sie eine entsprechende `overrides.css` <a href="../../cordova/file/fileobj/fileobj.html">Datei</a>. Angeben von CSS, die den angegebenen innerhalb 12-Punkt-Standard-Schriftgrad überschreibt `www/css/index.css` , zum Beispiel:
+*   Erstellen einer `css` Unterverzeichnis innerhalb `merges/android` , fügen Sie eine entsprechende `overrides.css` Datei. Angeben von CSS, die den angegebenen innerhalb 12-Punkt-Standard-Schriftgrad überschreibt `www/css/index.css` , zum Beispiel:
     
         body { font-size:14px; }
         
 
 Wenn Sie das Projekt neu erstellen, verfügt die Android Version die benutzerdefinierte Schriftgröße, während andere unverändert bleiben.
 
-Sie können auch `merges` hinzufügen, <a href="../../cordova/file/fileobj/fileobj.html">Datei</a>en nicht vorhanden, im Original `www` Verzeichnis. Beispielsweise eine app kann integrieren eine *Zurück-Schaltfläche* Grafik in die iOS-Benutzeroberfläche, gespeichert `merges/ios/img/back_button.png` , während die Android Version stattdessen erfassen kann `backbutton` Ereignisse über die entsprechende Taste.
+Sie können auch `merges` hinzufügen, Dateien nicht vorhanden, im Original `www` Verzeichnis. Beispielsweise eine app kann integrieren eine *Zurück-Schaltfläche* Grafik in die iOS-Benutzeroberfläche, gespeichert `merges/ios/img/back_button.png` , während die Android Version stattdessen erfassen kann `backbutton` Ereignisse über die entsprechende Taste.
 
 ## Aktualisieren von Cordova
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/guide/hybrid/plugins/index.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/guide/hybrid/plugins/index.md b/www/docs/de/3.1.0/guide/hybrid/plugins/index.md
index 6c28f9b..213fbdd 100644
--- a/www/docs/de/3.1.0/guide/hybrid/plugins/index.md
+++ b/www/docs/de/3.1.0/guide/hybrid/plugins/index.md
@@ -24,7 +24,7 @@ Ein Cordova Plugin Brücken ein wenig Funktionalität zwischen den WebView eine
 
 Dieser Leitfaden Schritte der Prozess des Schreibens ein einfaches Echo-Plugin, das übergibt eine Zeichenfolge von JavaScript und sendet sie in die native-Umgebung für die unterstützten Plattformen. Der systemeigene Code gibt dann dieselbe Zeichenfolge an die Rückrufe innerhalb des Plugins JavaScript zurück.
 
-Dieses Handbuch bietet ausreichend <a href="../../overview/index.html">Übersicht</a>, auf der Sie aufbauen können, um komplexere Plugins zu schreiben.
+Dieses Handbuch bietet ausreichend Übersicht, auf der Sie aufbauen können, um komplexere Plugins zu schreiben.
 
 ## JavaScript
 
@@ -69,21 +69,21 @@ Zunächst werfen wir einen Blick auf die letzten drei Argumente für die `exec`
 
 Der Erfolg-Rückruf übergebenen `exec` ist lediglich ein Verweis auf den Rückruf, die Funktion `window.echo` führt. Wir machen ein bisschen mehr für den Fehler-Rückruf: Wenn die systemeigene Seite aus der Fehler-Rückruf ausgelöst wird, wir einfach den Erfolg-Rückruf aufzurufen und übergeben sie eine Zeichenfolge "Standard".
 
-## <a href="../../../plugin_ref/spec.html">Plugin-Spezifikation</a>
+## Plugin-Spezifikation
 
-Cordova hat eine <a href="../../../plugin_ref/spec.html">Plugin-Spezifikation</a> verfügbar, aktivieren Sie die automatische Installation des Plugins für Android, iOS, BlackBerry 10 und Windows Phone-Plattformen. Indem Ihr Plugin in einer bestimmten Weise zu strukturieren und ein `plugin.xml` manifest-<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>, Sie können Benutzern ermöglichen, Ihr Plugin über die Befehlszeile Werkzeuge zu installieren.
+Cordova hat eine Plugin-Spezifikation verfügbar, aktivieren Sie die automatische Installation des Plugins für Android, iOS, BlackBerry 10 und Windows Phone-Plattformen. Indem Ihr Plugin in einer bestimmten Weise zu strukturieren und ein `plugin.xml` manifest-Datei, Sie können Benutzern ermöglichen, Ihr Plugin über die Befehlszeile Werkzeuge zu installieren.
 
-*   <a href="../../../plugin_ref/spec.html">Plugin-Spezifikation</a>
+*   Plugin-Spezifikation
 
 ## Native
 
 Wenn Sie JavaScript für Ihr Plugin definieren, müssen Sie es mit mindestens einem nativen Implementierung zu ergänzen. Details für jede Plattform dazu sind unten aufgeführt. Diese Leitfäden weiterhin auf dem einfachen Echo-Plugin-Beispiel wie oben beschrieben zu bauen.
 
-*   <a href="../../platforms/android/plugin.html">Android Plugins</a>
-*   <a href="../../platforms/blackberry/plugin.html">BlackBerry-Plugins</a>
-*   <a href="../../platforms/blackberry10/plugin.html">BlackBerry 10 Plugins</a>
-*   <a href="../../platforms/ios/plugin.html">iOS Plugins</a>
-*   <a href="../../platforms/wp8/plugin.html">Windows Phone Plugins</a>
+*   Android Plugins
+*   BlackBerry-Plugins
+*   BlackBerry 10 Plugins
+*   iOS Plugins
+*   Windows Phone Plugins
 
 Tizen-Plattform unterstützt derzeit keine Plugins.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/guide/hybrid/webviews/index.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/guide/hybrid/webviews/index.md b/www/docs/de/3.1.0/guide/hybrid/webviews/index.md
index 133ee17..411a11d 100644
--- a/www/docs/de/3.1.0/guide/hybrid/webviews/index.md
+++ b/www/docs/de/3.1.0/guide/hybrid/webviews/index.md
@@ -22,5 +22,5 @@ license: >
 
 > Implementieren Sie die Cordova WebView in Ihr eigenes Projekt.
 
-*   <a href="../../platforms/android/webview.html">Android Webansichten für</a>
-*   <a href="../../platforms/ios/webview.html">iOS Webansichten für</a>
\ No newline at end of file
+*   Android Webansichten für
+*   iOS Webansichten für
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/guide/overview/index.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/guide/overview/index.md b/www/docs/de/3.1.0/guide/overview/index.md
index 2016fa0..0967dea 100644
--- a/www/docs/de/3.1.0/guide/overview/index.md
+++ b/www/docs/de/3.1.0/guide/overview/index.md
@@ -20,23 +20,23 @@ license: >
 
 # Übersicht
 
-Cordova ist ein Open-Source-mobile-Entwicklung-Framework. Sie können standard-Web-Technologien wie HTML5, CSS3 und JavaScript für Cross-Plattform-Entwicklung, Vermeidung jeder mobilen Plattformen native Entwicklung der Sprache zu verwenden. Anwendungen werden in Verpackungen, die gezielt auf jede Plattform und verlassen sich auf standardkonforme API Anbindungen an jedes <a href="../../cordova/device/device.html">Gerät</a> Sensoren, Daten und Netzwerkstatus zugreifen.
+Cordova ist ein Open-Source-mobile-Entwicklung-Framework. Sie können standard-Web-Technologien wie HTML5, CSS3 und JavaScript für Cross-Plattform-Entwicklung, Vermeidung jeder mobilen Plattformen native Entwicklung der Sprache zu verwenden. Anwendungen werden in Verpackungen, die gezielt auf jede Plattform und verlassen sich auf standardkonforme API Anbindungen an jedes Gerät Sensoren, Daten und Netzwerkstatus zugreifen.
 
 Verwenden Sie Cordova, falls Sie sind:
 
 *   mobile Entwickler und wollen eine Anwendung über mehrere Plattformen hinweg zu erweitern, ohne es erneut mit Sprache und Tool jede Plattform implementieren festgelegt.
 
-*   <a href="../../cordova/storage/storage.html">Speicher</a>n Portale, Webentwickler und wollen eine Webanwendung bereitstellen, die für den Vertrieb in verschiedenen app gepackt ist.
+*   Speichern Portale, Webentwickler und wollen eine Webanwendung bereitstellen, die für den Vertrieb in verschiedenen app gepackt ist.
 
-*   mobile Entwickler interessiert mischen systemeigene Anwendungskomponenten mit einer *WebView* (Browser-Fenster), die auf <a href="../../cordova/device/device.html">Gerät</a>eebene APIs, zugreifen kann oder wollen Sie eine Plugin-Schnittstelle zwischen systemeigenen und WebView Komponenten entwickeln.
+*   mobile Entwickler interessiert mischen systemeigene Anwendungskomponenten mit einer *WebView* (Browser-Fenster), die auf Geräteebene APIs, zugreifen kann oder wollen Sie eine Plugin-Schnittstelle zwischen systemeigenen und WebView Komponenten entwickeln.
 
 ## Basiskomponenten
 
-Cordova-Anwendungen basieren auf einer gemeinsamen `config.xml` -<a href="../../cordova/file/fileobj/fileobj.html">Datei</a>, enthält Informationen über die app und gibt Parameter, die beeinflussen, wie es funktioniert, z. B. ob es reagiert auf Orientierung verschiebt. Diese <a href="../../cordova/file/fileobj/fileobj.html">Datei</a> entspricht der W3C-Spezifikation für [Verpackt Web App][1]oder *Widget*.
+Cordova-Anwendungen basieren auf einer gemeinsamen `config.xml` -Datei, enthält Informationen über die app und gibt Parameter, die beeinflussen, wie es funktioniert, z. B. ob es reagiert auf Orientierung verschiebt. Diese Datei entspricht der W3C-Spezifikation für [Verpackt Web App][1]oder *Widget*.
 
  [1]: http://www.w3.org/TR/widgets/
 
-Die Anwendung selbst ist als eine Web-Seite implementiert, mit dem Namen *index.html* standardmäßig die verweist, was CSS, JavaScript, Bilder, <a href="../../cordova/media/media.html">Medien</a>dateien, oder andere Ressourcen sind notwendig für die Ausführung. Die app führt als ein *WebView* in der Ausgangsanwendung-Wrapper, die Sie auf app Stores zu verteilen. Für die Web-app für die Interaktion mit verschiedenen <a href="../../cordova/device/device.html">Gerät</a>efunktionen Weg native apps zu tun, muss es auch verweisen eine `cordova.js` -<a href="../../cordova/file/fileobj/fileobj.html">Datei</a>, die API Bindungen bietet. <!-- XREF
+Die Anwendung selbst ist als eine Web-Seite implementiert, mit dem Namen *index.html* standardmäßig die verweist, was CSS, JavaScript, Bilder, Mediendateien, oder andere Ressourcen sind notwendig für die Ausführung. Die app führt als ein *WebView* in der Ausgangsanwendung-Wrapper, die Sie auf app Stores zu verteilen. Für die Web-app für die Interaktion mit verschiedenen Gerätefunktionen Weg native apps zu tun, muss es auch verweisen eine `cordova.js` -Datei, die API Bindungen bietet. <!-- XREF
 (See the API Reference for an overview, and the Application
 Development Guide for examples of how to use them.)
 XREF -->
@@ -49,9 +49,9 @@ Die einfachste Möglichkeit, eine Anwendung eingerichtet ist, führen Sie die `c
 
 *   Im einfachsten Szenario können die CLI Sie einfach erstellen ein neues Projekt, das gefüllt ist mit Standard-Konfiguration zu ändern.
 
-*   Für viele mobile Plattformen können Sie auch die CLI einrichten weitere Projekt-<a href="../../cordova/file/fileobj/fileobj.html">Datei</a>en erforderlich, um innerhalb jedes SDK kompilieren. Damit dies funktioniert müssen Sie jede gezielte Plattform-SDK installieren. (Siehe den Plattform-Führern Anweisungen.) Wie in der folgenden Tabelle der Plattformunterstützung angegeben, müssen Sie möglicherweise die CLI auf verschiedenen Betriebssystemen abhängig von der Zielplattform ausgeführt.
+*   Für viele mobile Plattformen können Sie auch die CLI einrichten weitere Projekt-Dateien erforderlich, um innerhalb jedes SDK kompilieren. Damit dies funktioniert müssen Sie jede gezielte Plattform-SDK installieren. (Siehe den Plattform-Führern Anweisungen.) Wie in der folgenden Tabelle der Plattformunterstützung angegeben, müssen Sie möglicherweise die CLI auf verschiedenen Betriebssystemen abhängig von der Zielplattform ausgeführt.
 
-*   Zur Unterstützung der Plattformen, kann die CLI Dienstprogramme kompilieren und führen sie in einem SDK-basiertes <a href="../../cordova/device/device.html">Gerät</a>-Emulator. <!--XREF (Siehe Application Development Guide für Details.) XREF--> für umfassende Tests, können Sie auch Anwendungsdateien zu generieren und installieren Sie sie direkt auf einem <a href="../../cordova/device/device.html">Gerät</a>.
+*   Zur Unterstützung der Plattformen, kann die CLI Dienstprogramme kompilieren und führen sie in einem SDK-basiertes Gerät-Emulator. <!--XREF (Siehe Application Development Guide für Details.) XREF--> für umfassende Tests, können Sie auch Anwendungsdateien zu generieren und installieren Sie sie direkt auf einem Gerät.
 
 Zu jedem Zeitpunkt im Entwicklungszyklus können Sie sich auf Plattform-spezifischen SDK Tools verlassen, die eine umfangreichere Optionen bieten. (Siehe die Plattform-Führer für Details über jede Plattform-SDK-Tool festgelegt.) Eine SDK-Umgebung ist besser geeignet, wenn Sie möchten, eine Hybrid-app zu implementieren, die Web-basierte und native Anwendungskomponenten mischt. <!--XREF (Siehe Hybrid Application Guide für mehr informationen.) XREF--> Sie können das Befehlszeile-Dienstprogramm verwenden, um zunächst die app generieren oder iterativ danach, aktualisierten Code zu SDK-Tools zu ernähren. Sie können die app-Konfigurationsdatei auch selbst erstellen. 
 
@@ -66,7 +66,7 @@ XREF -->
 
 ## Plattformunterstützung
 
-Im folgenden wird die Gruppe von Entwicklungs-Tools und APIs verfügbar-<a href="../../cordova/device/device.html">Gerät</a> für jede mobile Plattform. (Spaltenüberschriften angezeigt die CLI Kurzschrift gestorben.)
+Im folgenden wird die Gruppe von Entwicklungs-Tools und APIs verfügbar-Gerät für jede mobile Plattform. (Spaltenüberschriften angezeigt die CLI Kurzschrift gestorben.)
 
 <!-- START HTML -->
 
@@ -223,7 +223,7 @@ Im folgenden wird die Gruppe von Entwicklungs-Tools und APIs verfügbar-<a href=
       
       <tr>
         <th>
-          <a href="cordova_accelerometer_accelerometer.md.html"><a href="../../cordova/accelerometer/acceleration/acceleration.html">Beschleunigung</a>smesser</a>
+          <a href="cordova_accelerometer_accelerometer.md.html">Beschleunigungsmesser</a>
         </th>
         
         <td data-col="android"    class="y">
@@ -253,7 +253,7 @@ Im folgenden wird die Gruppe von Entwicklungs-Tools und APIs verfügbar-<a href=
       
       <tr>
         <th>
-          <a href="cordova_camera_camera.md.html"><a href="../../cordova/camera/camera.html">Kamera</a></a>
+          <a href="cordova_camera_camera.md.html">Kamera</a>
         </th>
         
         <td data-col="android"    class="y">
@@ -283,7 +283,7 @@ Im folgenden wird die Gruppe von Entwicklungs-Tools und APIs verfügbar-<a href=
       
       <tr>
         <th>
-          <a href="cordova_media_capture_capture.md.html"><a href="../../cordova/media/capture/capture.html">Erfassen</a></a>
+          <a href="cordova_media_capture_capture.md.html">Erfassen</a>
         </th>
         
         <td data-col="android"    class="y">
@@ -313,7 +313,7 @@ Im folgenden wird die Gruppe von Entwicklungs-Tools und APIs verfügbar-<a href=
       
       <tr>
         <th>
-          <a href="cordova_compass_compass.md.html"><a href="../../cordova/compass/compass.html">Kompass</a></a>
+          <a href="cordova_compass_compass.md.html">Kompass</a>
         </th>
         
         <td data-col="android"    class="y">
@@ -344,7 +344,7 @@ Im folgenden wird die Gruppe von Entwicklungs-Tools und APIs verfügbar-<a href=
       
       <tr>
         <th>
-          <a href="cordova_connection_connection.md.html"><a href="../../cordova/connection/connection.html">Verbindung</a></a>
+          <a href="cordova_connection_connection.md.html">Verbindung</a>
         </th>
         
         <td data-col="android"    class="y">
@@ -374,7 +374,7 @@ Im folgenden wird die Gruppe von Entwicklungs-Tools und APIs verfügbar-<a href=
       
       <tr>
         <th>
-          <a href="cordova_contacts_contacts.md.html"><a href="../../cordova/contacts/contacts.html"><a href="../../cordova/contacts/Contact/contact.html">Kontakt</a>e</a></a>
+          <a href="cordova_contacts_contacts.md.html">Kontakte</a>
         </th>
         
         <td data-col="android"    class="y">
@@ -404,7 +404,7 @@ Im folgenden wird die Gruppe von Entwicklungs-Tools und APIs verfügbar-<a href=
       
       <tr>
         <th>
-          <a href="cordova_device_device.md.html"><a href="../../cordova/device/device.html">Gerät</a></a>
+          <a href="cordova_device_device.md.html">Gerät</a>
         </th>
         
         <td data-col="android"    class="y">
@@ -434,7 +434,7 @@ Im folgenden wird die Gruppe von Entwicklungs-Tools und APIs verfügbar-<a href=
       
       <tr>
         <th>
-          <a href="cordova_events_events.md.html"><a href="../../cordova/events/events.html">Veranstaltungen</a></a>
+          <a href="cordova_events_events.md.html">Veranstaltungen</a>
         </th>
         
         <td data-col="android"    class="y">
@@ -464,7 +464,7 @@ Im folgenden wird die Gruppe von Entwicklungs-Tools und APIs verfügbar-<a href=
       
       <tr>
         <th>
-          <a href="cordova_file_file.md.html"><a href="../../cordova/file/fileobj/fileobj.html">Datei</a></a>
+          <a href="cordova_file_file.md.html">Datei</a>
         </th>
         
         <td data-col="android"    class="y">
@@ -480,11 +480,11 @@ Im folgenden wird die Gruppe von Entwicklungs-Tools und APIs verfügbar-<a href=
         </td>
         
         <td data-col="winphone7"  class="p">
-          kein <a href="../../cordova/file/filetransfer/filetransfer.html">FileTransfer</a>
+          kein FileTransfer
         </td>
         
         <td data-col="winphone8"  class="p">
-          kein <a href="../../cordova/file/filetransfer/filetransfer.html">FileTransfer</a>
+          kein FileTransfer
         </td>
         
         <td data-col="win8"       class="y">
@@ -496,7 +496,7 @@ Im folgenden wird die Gruppe von Entwicklungs-Tools und APIs verfügbar-<a href=
       
       <tr>
         <th>
-          <a href="cordova_geolocation_geolocation.md.html"><a href="../../cordova/geolocation/geolocation.html">Geolocation</a></a>
+          <a href="cordova_geolocation_geolocation.md.html">Geolocation</a>
         </th>
         
         <td data-col="android"    class="y">
@@ -526,7 +526,7 @@ Im folgenden wird die Gruppe von Entwicklungs-Tools und APIs verfügbar-<a href=
       
       <tr>
         <th>
-          <a href="cordova_globalization_globalization.md.html"><a href="../../cordova/globalization/globalization.html">Globalisierung</a></a>
+          <a href="cordova_globalization_globalization.md.html">Globalisierung</a>
         </th>
         
         <td data-col="android"    class="y">
@@ -556,7 +556,7 @@ Im folgenden wird die Gruppe von Entwicklungs-Tools und APIs verfügbar-<a href=
       
       <tr>
         <th>
-          <a href="cordova_inappbrowser_inappbrowser.md.html"><a href="../../cordova/inappbrowser/inappbrowser.html">InAppBrowser</a></a>
+          <a href="cordova_inappbrowser_inappbrowser.md.html">InAppBrowser</a>
         </th>
         
         <td data-col="android"    class="y">
@@ -586,7 +586,7 @@ Im folgenden wird die Gruppe von Entwicklungs-Tools und APIs verfügbar-<a href=
       
       <tr>
         <th>
-          <a href="cordova_media_media.md.html"><a href="../../cordova/media/media.html">Medien</a></a>
+          <a href="cordova_media_media.md.html">Medien</a>
         </th>
         
         <td data-col="android"    class="y">
@@ -616,7 +616,7 @@ Im folgenden wird die Gruppe von Entwicklungs-Tools und APIs verfügbar-<a href=
       
       <tr>
         <th>
-          <a href="cordova_notification_notification.md.html"><a href="../../cordova/notification/notification.html">Benachrichtigung</a></a>
+          <a href="cordova_notification_notification.md.html">Benachrichtigung</a>
         </th>
         
         <td data-col="android"    class="y">
@@ -646,7 +646,7 @@ Im folgenden wird die Gruppe von Entwicklungs-Tools und APIs verfügbar-<a href=
       
       <tr>
         <th>
-          <a href="cordova_splashscreen_splashscreen.md.html"><a href="../../cordova/splashscreen/splashscreen.html">SplashScreen</a></a>
+          <a href="cordova_splashscreen_splashscreen.md.html">SplashScreen</a>
         </th>
         
         <td data-col="android"    class="y">
@@ -676,7 +676,7 @@ Im folgenden wird die Gruppe von Entwicklungs-Tools und APIs verfügbar-<a href=
       
       <tr>
         <th>
-          <a href="cordova_storage_storage.md.html"><a href="../../cordova/storage/storage.html">Speicher</a></a>
+          <a href="cordova_storage_storage.md.html">Speicher</a>
         </th>
         
         <td data-col="android"    class="y">

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/guide/platforms/android/config.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/guide/platforms/android/config.md b/www/docs/de/3.1.0/guide/platforms/android/config.md
index 834050b..912ccf3 100644
--- a/www/docs/de/3.1.0/guide/platforms/android/config.md
+++ b/www/docs/de/3.1.0/guide/platforms/android/config.md
@@ -20,14 +20,14 @@ license: >
 
 # Android-Konfiguration
 
-Die `config.xml` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> steuert eine app-Grundeinstellungen, die für jede Anwendung und CordovaWebView Instanz gelten. Dieser Abschnitt beschreibt die Einstellungen, die nur auf Android Builds gelten. Finden Sie die <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> config.xml <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> Informationen auf globalen Konfigurations-Optionen.
+Die `config.xml` Datei steuert eine app-Grundeinstellungen, die für jede Anwendung und CordovaWebView Instanz gelten. Dieser Abschnitt beschreibt die Einstellungen, die nur auf Android Builds gelten. Finden Sie die Datei config.xml Datei Informationen auf globalen Konfigurations-Optionen.
 
 *   `KeepRunning`(Boolean, wird standardmäßig auf `true` ): bestimmt, ob die Anwendung bleibt auch nach im Hintergrund läuft ein `pause` -Ereignis ausgelöst.
     
         <preference name="KeepRunning" value="false"/>
         
 
-*   `ErrorUrl`: Gibt eine Fehlerseite, die als Reaktion auf standard-HTTP-Fehler im Bereich von 400-500 anzeigt. Platzieren Sie die angegebene <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> im obersten Verzeichnis enthält die Homepage und andere Web-Ressourcen.
+*   `ErrorUrl`: Gibt eine Fehlerseite, die als Reaktion auf standard-HTTP-Fehler im Bereich von 400-500 anzeigt. Platzieren Sie die angegebene Datei im obersten Verzeichnis enthält die Homepage und andere Web-Ressourcen.
     
         <preference name="ErrorUrl" value="error.html"/>
         
@@ -47,11 +47,11 @@ Die `config.xml` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>
         <preference name="LoadUrlTimeoutValue" value="10000"/>
         
 
-*   `<a href="../../../cordova/splashscreen/splashscreen.html">SplashScreen</a>`: Der Name der <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> abzüglich ihrer Erweiterung in das `res/drawable` Verzeichnis. Verschiedene Vermögenswerte müssen diesem gemeinsamen Namen in verschiedenen Unterverzeichnissen teilen.
+*   `SplashScreen`: Der Name der Datei abzüglich ihrer Erweiterung in das `res/drawable` Verzeichnis. Verschiedene Vermögenswerte müssen diesem gemeinsamen Namen in verschiedenen Unterverzeichnissen teilen.
     
-        <preference name="<a href="../../../cordova/splashscreen/splashscreen.html">SplashScreen</a>" value="splash"/>
+        <preference name="SplashScreen" value="splash"/>
         
 
-*   `<a href="../../../cordova/splashscreen/splashscreen.html">SplashScreen</a>Delay`(Nummer, der Standardwert ist `5000` ): die Zeitspanne zeigt das Bild des Begrüßungsbildschirms.
+*   `SplashScreenDelay`(Nummer, der Standardwert ist `5000` ): die Zeitspanne zeigt das Bild des Begrüßungsbildschirms.
     
-        <preference name="<a href="../../../cordova/splashscreen/splashscreen.html">SplashScreen</a>Delay" value="10000"/>
\ No newline at end of file
+        <preference name="SplashScreenDelay" value="10000"/>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/guide/platforms/android/index.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/guide/platforms/android/index.md b/www/docs/de/3.1.0/guide/platforms/android/index.md
index 9b109ba..2990a0b 100644
--- a/www/docs/de/3.1.0/guide/platforms/android/index.md
+++ b/www/docs/de/3.1.0/guide/platforms/android/index.md
@@ -20,13 +20,13 @@ license: >
 
 # Android-Plattform-Guide
 
-Diese Anleitung zeigt wie Ihre Entwicklungsumgebung SDK eingerichtet, Cordova apps für Android-<a href="../../../cordova/device/device.html">Gerät</a>e bereitzustellen. Finden Sie im folgenden detaillierte Plattform-spezifischen Informationen:
+Diese Anleitung zeigt wie Ihre Entwicklungsumgebung SDK eingerichtet, Cordova apps für Android-Geräte bereitzustellen. Finden Sie im folgenden detaillierte Plattform-spezifischen Informationen:
 
-*   <a href="config.html">Android-Konfiguration</a>
-*   <a href="webview.html">Android Webansichten für</a>
-*   <a href="plugin.html">Android Plugins</a>
-*   <a href="upgrading.html">Aktualisierung von Android</a>
-*   <a href="tools.html">Android-Befehlszeilenprogrammen</a>
+*   Android-Konfiguration
+*   Android Webansichten für
+*   Android Plugins
+*   Aktualisierung von Android
+*   Android-Befehlszeilenprogrammen
 
 Die Befehlszeilentools, die oben beziehen sich auf Versionen vor 3.0 Cordova. Informationen über die aktuelle Schnittstelle finden Sie unter The Command-Line Interface.
 
@@ -46,7 +46,7 @@ NOTE, doc said:
 - Android 3.x (Deprecated May 2013)
 -->
 
-Entwickler sollten verwenden das `cordova` -Dienstprogramm in <a href="../../../cordova/connection/connection.html">Verbindung</a> mit dem Android SDK. Finden Sie unter The Command-Line Interface Informationen installieren Sie es, Projekte, hinzufügen dann erstellen und Bereitstellen eines Projekts.
+Entwickler sollten verwenden das `cordova` -Dienstprogramm in Verbindung mit dem Android SDK. Finden Sie unter The Command-Line Interface Informationen installieren Sie es, Projekte, hinzufügen dann erstellen und Bereitstellen eines Projekts.
 
 ## Das SDK installieren
 
@@ -54,7 +54,7 @@ Installieren Sie das Android SDK von [developer.android.com/sdk][3]. Sie können
 
  [3]: http://developer.android.com/sdk/
 
-Für Cordova Kommandozeilen-Tools arbeiten, müssen Sie das SDK enthalten `tools` und `platform-tools` Verzeichnisse in Ihrer PATH-Umgebung. Auf Mac, können Sie einen Text-Editor zum Erstellen oder ändern die `~/.bash_profile` -<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> eine Zeile wie die folgende, je nachdem, wo das SDK installiert:
+Für Cordova Kommandozeilen-Tools arbeiten, müssen Sie das SDK enthalten `tools` und `platform-tools` Verzeichnisse in Ihrer PATH-Umgebung. Auf Mac, können Sie einen Text-Editor zum Erstellen oder ändern die `~/.bash_profile` -Datei eine Zeile wie die folgende, je nachdem, wo das SDK installiert:
 
     export PATH=${PATH}:/Development/adt-bundle/sdk/platform-tools:/Development/adt-bundle/sdk/tools
     
@@ -79,7 +79,7 @@ Die PATH-Umgebung unter Windows 7 zu ändern:
         ;C:\Development\adt-bundle\sdk\platform-tools;C:\Development\adt-bundle\sdk\tools
         
 
-*   <a href="../../../cordova/storage/storage.html">Speicher</a>n Sie den Wert und schließen Sie beide Dialogfelder zu.
+*   Speichern Sie den Wert und schließen Sie beide Dialogfelder zu.
 
 Sie müssen möglicherweise auch Java und Ant öffnen eine Eingabeaufforderung und geben aktivieren `java` , und geben Sie auch `ant` . Hängen Sie an den Pfad, welcher nicht ausgeführt:
 
@@ -124,7 +124,7 @@ Sobald das Eclipse-Fenster wird geöffnet, erscheint ein rotes **X** auf ungelö
 
 ## Bereitstellen auf Emulator
 
-Können Sie das `cordova` -Dienstprogramm eine app in einem Emulator, oder Sie laufen kann es im SDK ausgeführt. In jedem Fall muss das SDK zuerst konfiguriert werden um mindestens ein <a href="../../../cordova/device/device.html">Gerät</a> anzuzeigen. Verwenden Sie hierzu das Android SDK Manager, eine Java-Anwendung, die separat von Eclipse verläuft. Es gibt zwei Möglichkeiten, es zu öffnen:
+Können Sie das `cordova` -Dienstprogramm eine app in einem Emulator, oder Sie laufen kann es im SDK ausgeführt. In jedem Fall muss das SDK zuerst konfiguriert werden um mindestens ein Gerät anzuzeigen. Verwenden Sie hierzu das Android SDK Manager, eine Java-Anwendung, die separat von Eclipse verläuft. Es gibt zwei Möglichkeiten, es zu öffnen:
 
 *   Führen Sie `android` in der Befehlszeile.
 
@@ -140,7 +140,7 @@ Nach dem Öffnen zeigt das Android SDK Manager verschiedene Laufzeit-Bibliotheke
 
  [6]: img/guide/platforms/android/asdk_window.png
 
-Wählen Sie **Extras → Verwaltung AVDs** (Android Virtual Devices), dann wählen Sie ein Element aus **<a href="../../../cordova/device/device.html">Gerät</a>edefinitionen** in dem daraufhin angezeigten Dialogfeld:
+Wählen Sie **Extras → Verwaltung AVDs** (Android Virtual Devices), dann wählen Sie ein Element aus **Gerätedefinitionen** in dem daraufhin angezeigten Dialogfeld:
 
 ![][7]
 
@@ -158,7 +158,7 @@ Der AVD wird dann in der Liste **Android Virtual Devices** angezeigt:
 
  [9]: img/guide/platforms/android/asdk_avds.png
 
-Um den Emulator als separate Anwendung zu öffnen, wählen Sie den AVD, und drücken Sie **Start**. Es bringt viel, wie es auf dem <a href="../../../cordova/device/device.html">Gerät</a> mit zusätzliche Steuerelemente für Hardware-Tasten zur Verfügung:
+Um den Emulator als separate Anwendung zu öffnen, wählen Sie den AVD, und drücken Sie **Start**. Es bringt viel, wie es auf dem Gerät mit zusätzliche Steuerelemente für Hardware-Tasten zur Verfügung:
 
 ![][10]
 
@@ -181,13 +181,13 @@ Verwenden Sie für eine schnellere Erfahrung ein Intel-basierten Emulator-Image:
 
 *   Wenn Sie den Emulator zu starten, stellen Sie sicher, es gibt keine Fehlermeldungen angezeigt, der angibt, einer Störungsmeldung HAX Module laden.
 
-## Bereitstellung auf <a href="../../../cordova/device/device.html">Gerät</a>
+## Bereitstellung auf Gerät
 
-Um eine app direkt auf das <a href="../../../cordova/device/device.html">Gerät</a> zu drücken, stellen Sie sicher, dass USB debugging auf dem <a href="../../../cordova/device/device.html">Gerät</a> wie beschrieben auf der [Android Developer-Website][11]aktiviert ist, und verwenden Sie einen Mini-USB-Kabel zu, um es an Ihr System anschließen.
+Um eine app direkt auf das Gerät zu drücken, stellen Sie sicher, dass USB debugging auf dem Gerät wie beschrieben auf der [Android Developer-Website][11]aktiviert ist, und verwenden Sie einen Mini-USB-Kabel zu, um es an Ihr System anschließen.
 
  [11]: http://developer.android.com/tools/device.html
 
-Drücken Sie die app auf das <a href="../../../cordova/device/device.html">Gerät</a> von der Befehlszeile aus:
+Drücken Sie die app auf das Gerät von der Befehlszeile aus:
 
         $ cordova run android
     


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[03/51] [partial] docs commit: Reverting autolinking change because of inconsistencies.

Posted by db...@apache.org.
http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/media/capture/captureVideo.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/media/capture/captureVideo.md b/www/docs/en/1.8.1/cordova/media/capture/captureVideo.md
index 1ed4054..6145d8a 100644
--- a/www/docs/en/1.8.1/cordova/media/capture/captureVideo.md
+++ b/www/docs/en/1.8.1/cordova/media/capture/captureVideo.md
@@ -24,7 +24,7 @@ capture.captureVideo
 > Start the video recorder application and return information about captured video clip file(s).
 
     navigator.device.capture.captureVideo( 
-	    <a href="<a href="capture.html">Capture</a>CB.html"><a href="capture.html">Capture</a>CB</a> captureSuccess, <a href="capture.html">Capture</a>ErrorCB captureError, [<a href="capture.html">Capture</a>VideoOptions options]
+	    CaptureCB captureSuccess, CaptureErrorCB captureError, [CaptureVideoOptions options]
 	);
 
 Description
@@ -32,9 +32,9 @@ Description
 
 This method starts an asynchronous operation to capture video recordings using the device video recording application.  The operation allows the device user to capture multiple recordings in a single session.
 
-The capture operation ends when either the user exits the video recording application, or the maximum number of recordings, specified by the __limit__ parameter in <a href="capture.html">Capture</a>VideoOptions, has been reached.  If no value is provided for the __limit__ parameter, a default value of one (1) is used, and the capture operation will terminate after the user records a single video clip.
+The capture operation ends when either the user exits the video recording application, or the maximum number of recordings, specified by the __limit__ parameter in CaptureVideoOptions, has been reached.  If no value is provided for the __limit__ parameter, a default value of one (1) is used, and the capture operation will terminate after the user records a single video clip.
 
-When the capture operation is finished, it will invoke the <a href="<a href="capture.html">Capture</a>CB.html"><a href="capture.html">Capture</a>CB</a> callback with an array of <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a> objects describing each captured video clip file.  If the operation is terminated by the user before an video clip is captured, the <a href="capture.html">Capture</a>ErrorCB callback will be invoked with a <a href="capture.html">Capture</a>Error object with the <a href="capture.html">Capture</a>Error.`CAPTURE_NO_MEDIA_FILES` error code.
+When the capture operation is finished, it will invoke the CaptureCB callback with an array of MediaFile objects describing each captured video clip file.  If the operation is terminated by the user before an video clip is captured, the CaptureErrorCB callback will be invoked with a CaptureError object with the CaptureError.`CAPTURE_NO_MEDIA_FILES` error code.
 
 Supported Platforms
 -------------------
@@ -44,33 +44,33 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // capture callback
-    var captureSuccess = function(media<a href="../../file/fileobj/fileobj.html">File</a>s) {
+    var captureSuccess = function(mediaFiles) {
         var i, path, len;
-        for (i = 0, len = media<a href="../../file/fileobj/fileobj.html">File</a>s.length; i < len; i += 1) {
-            path = media<a href="../../file/fileobj/fileobj.html">File</a>s[i].fullPath;
+        for (i = 0, len = mediaFiles.length; i < len; i += 1) {
+            path = mediaFiles[i].fullPath;
             // do something interesting with the file
         }
     };
 
     // capture error callback
     var captureError = function(error) {
-        navigator.<a href="../../notification/notification.alert.html">notification.alert</a>('Error code: ' + error.code, null, '<a href="capture.html">Capture</a> Error');
+        navigator.notification.alert('Error code: ' + error.code, null, 'Capture Error');
     };
 
     // start video capture
     navigator.device.capture.captureVideo(captureSuccess, captureError, {limit:2});
 
-Full <a href="../../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="capture.html">Capture</a> Video</title>
+        <title>Capture Video</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.1.js"></script>
         <script type="text/javascript" charset="utf-8" src="json2.js"></script>
@@ -78,10 +78,10 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
 
         // Called when capture operation is finished
         //
-        function captureSuccess(media<a href="../../file/fileobj/fileobj.html">File</a>s) {
+        function captureSuccess(mediaFiles) {
             var i, len;
-            for (i = 0, len = media<a href="../../file/fileobj/fileobj.html">File</a>s.length; i < len; i += 1) {
-                upload<a href="../../file/fileobj/fileobj.html">File</a>(media<a href="../../file/fileobj/fileobj.html">File</a>s[i]);
+            for (i = 0, len = mediaFiles.length; i < len; i += 1) {
+                uploadFile(mediaFiles[i]);
             }	    
         }
 
@@ -89,7 +89,7 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
         // 
         function captureError(error) {
 	        var msg = 'An error occurred during capture: ' + error.code;
-            navigator.<a href="../../notification/notification.alert.html">notification.alert</a>(msg, null, 'Uh oh!');
+            navigator.notification.alert(msg, null, 'Uh oh!');
         }
 
         // A button will call this function
@@ -101,10 +101,10 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
         }
 
         // Upload files to server
-        function upload<a href="../../file/fileobj/fileobj.html">File</a>(media<a href="../../file/fileobj/fileobj.html">File</a>) {
-            var ft = new <a href="../../file/filetransfer/filetransfer.html"><a href="../../file/fileobj/fileobj.html">File</a>Transfer</a>(),
-                path = media<a href="../../file/fileobj/fileobj.html">File</a>.fullPath,
-                name = media<a href="../../file/fileobj/fileobj.html">File</a>.name;
+        function uploadFile(mediaFile) {
+            var ft = new FileTransfer(),
+                path = mediaFile.fullPath,
+                name = mediaFile.name;
 
             ft.upload(path,
                 "http://my.domain.com/upload.php",
@@ -121,11 +121,11 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
         </script>
         </head>
         <body>
-            <button onclick="captureVideo();"><a href="capture.html">Capture</a> Video</button> <br>
+            <button onclick="captureVideo();">Capture Video</button> <br>
         </body>
     </html>
 
 BlackBerry WebWorks Quirks
 --------------------------
 
-- Cordova for BlackBerry WebWorks attempts to launch the __Video Recorder__ application, provided by RIM, to capture the video recordings.  The developer will receive a <a href="capture.html">Capture</a>Error.`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/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/media/capture/captureVideoOptions.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/media/capture/captureVideoOptions.md b/www/docs/en/1.8.1/cordova/media/capture/captureVideoOptions.md
index 7b31d89..29667ad 100644
--- a/www/docs/en/1.8.1/cordova/media/capture/captureVideoOptions.md
+++ b/www/docs/en/1.8.1/cordova/media/capture/captureVideoOptions.md
@@ -18,7 +18,7 @@ license: >
     under the License.
 ---
 
-<a href="capture.html">Capture</a>VideoOptions
+CaptureVideoOptions
 ===================
 
 > Encapsulates video capture configuration options.
@@ -30,13 +30,13 @@ Properties
 - __duration:__ The maximum duration of a video clip, in seconds.
 - __mode:__ The selected video capture mode.  The value must match one of the elements in `capture.supportedVideoModes`.
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // limit capture operation to 3 video clips
     var options = { limit: 3 };
 
-    navigator.device.<a href="captureVideo.html">capture.captureVideo</a>(captureSuccess, captureError, options);
+    navigator.device.capture.captureVideo(captureSuccess, captureError, options);
 
 Android Quirks
 --------------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/media/media.getCurrentPosition.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/media/media.getCurrentPosition.md b/www/docs/en/1.8.1/cordova/media/media.getCurrentPosition.md
index 635614e..31dfd29 100644
--- a/www/docs/en/1.8.1/cordova/media/media.getCurrentPosition.md
+++ b/www/docs/en/1.8.1/cordova/media/media.getCurrentPosition.md
@@ -18,23 +18,23 @@ license: >
     under the License.
 ---
 
-media.getCurrent<a href="../geolocation/Position/position.html">Position</a>
+media.getCurrentPosition
 ========================
 
 Returns the current position within an audio file.
 
-    media.getCurrent<a href="../geolocation/Position/position.html">Position</a>(mediaSuccess, [<a href="Parameters/mediaError.html">mediaError</a>]);
+    media.getCurrentPosition(mediaSuccess, [mediaError]);
 
 Parameters
 ----------
 
 - __mediaSuccess__: The callback that is called with the current position in seconds.
-- __<a href="Parameters/mediaError.html">mediaError</a>__: (Optional) The callback that is called if there was an error.
+- __mediaError__: (Optional) The callback that is called if there was an error.
 
 Description
 -----------
 
-Function `media.getCurrent<a href="../geolocation/Position/position.html">Position</a>` is an asynchronous function that returns the current position of the underlying audio file of a <a href="media.html">Media</a> object. Also updates the ___position__ parameter within the <a href="media.html">Media</a> object. 
+Function `media.getCurrentPosition` is an asynchronous function that returns the current position of the underlying audio file of a Media object. Also updates the ___position__ parameter within the Media object. 
 
 Supported Platforms
 -------------------
@@ -44,17 +44,17 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
     
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
         // Audio player
         //
-        var my_media = new <a href="media.html">Media</a>(src, onSuccess, onError);
+        var my_media = new Media(src, onSuccess, onError);
 
         // Update media position every second
         var mediaTimer = setInterval(function() {
             // get media position
-            my_media.getCurrent<a href="../geolocation/Position/position.html">Position</a>(
+            my_media.getCurrentPosition(
                 // success callback
                 function(position) {
                     if (position > -1) {
@@ -69,25 +69,25 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         }, 1000);
 
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
         <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
                       "http://www.w3.org/TR/html4/strict.dtd">
         <html>
           <head>
-            <title><a href="media.html">Media</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+            <title>Media Example</title>
         
             <script type="text/javascript" charset="utf-8" src="cordova-1.8.1.js"></script>
             <script type="text/javascript" charset="utf-8">
         
             // Wait for Cordova to load
             //
-            document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         
             // Cordova is ready
             //
-            function on<a href="../device/device.html">Device</a>Ready() {
+            function onDeviceReady() {
                 playAudio("http://audio.ibeat.org/content/p1rj1s/p1rj1s_-_rockGuitar.mp3");
             }
         
@@ -99,27 +99,27 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             // Play audio
             //
             function playAudio(src) {
-                // Create <a href="media.html">Media</a> object from src
-                my_media = new <a href="media.html">Media</a>(src, onSuccess, onError);
+                // Create Media object from src
+                my_media = new Media(src, onSuccess, onError);
         
                 // Play audio
-                my_<a href="media.play.html">media.play</a>();
+                my_media.play();
         
                 // Update my_media position every second
                 if (mediaTimer == null) {
                     mediaTimer = setInterval(function() {
                         // get my_media position
-                        my_media.getCurrent<a href="../geolocation/Position/position.html">Position</a>(
+                        my_media.getCurrentPosition(
                             // success callback
                             function(position) {
                                 if (position > -1) {
-                                    setAudio<a href="../geolocation/Position/position.html">Position</a>((position) + " sec");
+                                    setAudioPosition((position) + " sec");
                                 }
                             },
                             // error callback
                             function(e) {
                                 console.log("Error getting pos=" + e);
-                                setAudio<a href="../geolocation/Position/position.html">Position</a>("Error: " + e);
+                                setAudioPosition("Error: " + e);
                             }
                         );
                     }, 1000);
@@ -128,9 +128,9 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         
             // Pause audio
             // 
-            function <a href="../events/events.pause.html">pause</a>Audio() {
+            function pauseAudio() {
                 if (my_media) {
-                    my_media.<a href="../events/events.pause.html">pause</a>();
+                    my_media.pause();
                 }
             }
         
@@ -138,7 +138,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             // 
             function stopAudio() {
                 if (my_media) {
-                    my_<a href="media.stop.html">media.stop</a>();
+                    my_media.stop();
                 }
                 clearInterval(mediaTimer);
                 mediaTimer = null;
@@ -159,7 +159,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         
             // Set audio position
             // 
-            function setAudio<a href="../geolocation/Position/position.html">Position</a>(position) {
+            function setAudioPosition(position) {
                 document.getElementById('audio_position').innerHTML = position;
             }
         
@@ -167,7 +167,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
           </head>
           <body>
             <a href="#" class="btn large" onclick="playAudio('http://audio.ibeat.org/content/p1rj1s/p1rj1s_-_rockGuitar.mp3');">Play Audio</a>
-            <a href="#" class="btn large" onclick="<a href="../events/events.pause.html">pause</a>Audio();">Pause Playing Audio</a>
+            <a href="#" class="btn large" onclick="pauseAudio();">Pause Playing Audio</a>
             <a href="#" class="btn large" onclick="stopAudio();">Stop Playing Audio</a>
             <p id="audio_position"></p>
           </body>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/media/media.getDuration.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/media/media.getDuration.md b/www/docs/en/1.8.1/cordova/media/media.getDuration.md
index 98d2235..1908e6b 100644
--- a/www/docs/en/1.8.1/cordova/media/media.getDuration.md
+++ b/www/docs/en/1.8.1/cordova/media/media.getDuration.md
@@ -39,12 +39,12 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
     
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
         // Audio player
         //
-        var my_media = new <a href="media.html">Media</a>(src, onSuccess, onError);
+        var my_media = new Media(src, onSuccess, onError);
 
         // Get duration
         var counter = 0;
@@ -61,25 +61,25 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
        }, 100);
 
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
         <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
                               "http://www.w3.org/TR/html4/strict.dtd">
         <html>
           <head>
-            <title><a href="media.html">Media</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+            <title>Media Example</title>
         
             <script type="text/javascript" charset="utf-8" src="cordova-1.8.1.js"></script>
             <script type="text/javascript" charset="utf-8">
         
             // Wait for Cordova to load
             //
-            document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         
             // Cordova is ready
             //
-            function on<a href="../device/device.html">Device</a>Ready() {
+            function onDeviceReady() {
                 playAudio("http://audio.ibeat.org/content/p1rj1s/p1rj1s_-_rockGuitar.mp3");
             }
         
@@ -91,27 +91,27 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             // Play audio
             //
             function playAudio(src) {
-                // Create <a href="media.html">Media</a> object from src
-                my_media = new <a href="media.html">Media</a>(src, onSuccess, onError);
+                // Create Media object from src
+                my_media = new Media(src, onSuccess, onError);
         
                 // Play audio
-                my_<a href="media.play.html">media.play</a>();
+                my_media.play();
         
                 // Update my_media position every second
                 if (mediaTimer == null) {
                     mediaTimer = setInterval(function() {
                         // get my_media position
-                        my_media.getCurrent<a href="../geolocation/Position/position.html">Position</a>(
+                        my_media.getCurrentPosition(
                             // success callback
                             function(position) {
                                 if (position > -1) {
-                                    setAudio<a href="../geolocation/Position/position.html">Position</a>((position) + " sec");
+                                    setAudioPosition((position) + " sec");
                                 }
                             },
                             // error callback
                             function(e) {
                                 console.log("Error getting pos=" + e);
-                                setAudio<a href="../geolocation/Position/position.html">Position</a>("Error: " + e);
+                                setAudioPosition("Error: " + e);
                             }
                         );
                     }, 1000);
@@ -120,9 +120,9 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         
             // Pause audio
             // 
-            function <a href="../events/events.pause.html">pause</a>Audio() {
+            function pauseAudio() {
                 if (my_media) {
-                    my_media.<a href="../events/events.pause.html">pause</a>();
+                    my_media.pause();
                 }
             }
         
@@ -130,7 +130,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             // 
             function stopAudio() {
                 if (my_media) {
-                    my_<a href="media.stop.html">media.stop</a>();
+                    my_media.stop();
                 }
                 clearInterval(mediaTimer);
                 mediaTimer = null;
@@ -151,7 +151,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         
             // Set audio position
             // 
-            function setAudio<a href="../geolocation/Position/position.html">Position</a>(position) {
+            function setAudioPosition(position) {
                 document.getElementById('audio_position').innerHTML = position;
             }
         
@@ -159,7 +159,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
           </head>
           <body>
             <a href="#" class="btn large" onclick="playAudio('http://audio.ibeat.org/content/p1rj1s/p1rj1s_-_rockGuitar.mp3');">Play Audio</a>
-            <a href="#" class="btn large" onclick="<a href="../events/events.pause.html">pause</a>Audio();">Pause Playing Audio</a>
+            <a href="#" class="btn large" onclick="pauseAudio();">Pause Playing Audio</a>
             <a href="#" class="btn large" onclick="stopAudio();">Stop Playing Audio</a>
             <p id="audio_position"></p>
           </body>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/media/media.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/media/media.md b/www/docs/en/1.8.1/cordova/media/media.md
index 45ed8ba..76f0b71 100644
--- a/www/docs/en/1.8.1/cordova/media/media.md
+++ b/www/docs/en/1.8.1/cordova/media/media.md
@@ -23,7 +23,7 @@ Media
 
 > The `Media` object provides the ability to record and play back audio files on a device.
 
-    var media = new Media(src, mediaSuccess, [<a href="Parameters/mediaError.html">mediaError</a>], [mediaStatus]);
+    var media = new Media(src, mediaSuccess, [mediaError], [mediaStatus]);
 
 
 Note: The current implementation does not adhere to a W3C specification for media capture, and is provided for convenience only.  A future implementation will adhere to the latest W3C specification and may deprecate the current APIs.
@@ -33,27 +33,27 @@ Parameters
 
 - __src__: A URI containing the audio content. _(DOMString)_
 - __mediaSuccess__: (Optional) The callback that is invoked after a Media object has completed the current play/record or stop action. _(Function)_
-- __<a href="Parameters/mediaError.html">mediaError</a>__: (Optional) The callback that is invoked if there was an error. _(Function)_
+- __mediaError__: (Optional) The callback that is invoked if there was an error. _(Function)_
 - __mediaStatus__: (Optional) The callback that is invoked to indicate status changes. _(Function)_
 
 Methods
 -------
 
-- media.getCurrent<a href="../geolocation/Position/position.html">Position</a>: Returns the current position within an audio file.
-- <a href="media.getDuration.html">media.getDuration</a>: Returns the duration of an audio file.
-- <a href="media.play.html">media.play</a>: Start or <a href="../events/events.resume.html">resume</a> playing audio file.
-- media.<a href="../events/events.pause.html">pause</a>: Pause playing audio file.
-- <a href="media.release.html">media.release</a>: Releases the underlying OS'es audio resources.
-- <a href="media.seekTo.html">media.seekTo</a>: Moves the position within the audio file.
-- <a href="media.startRecord.html">media.startRecord</a>: Start recording audio file.
-- <a href="media.stop.html">media.stop</a>Record: Stop recording audio file.
-- <a href="media.stop.html">media.stop</a>: Stop playing audio file.
+- media.getCurrentPosition: Returns the current position within an audio file.
+- media.getDuration: Returns the duration of an audio file.
+- media.play: Start or resume playing audio file.
+- media.pause: Pause playing audio file.
+- media.release: Releases the underlying OS'es audio resources.
+- media.seekTo: Moves the position within the audio file.
+- media.startRecord: Start recording audio file.
+- media.stopRecord: Stop recording audio file.
+- media.stop: Stop playing audio file.
 
 Additional ReadOnly Parameters
 ---------------------
 
 - __position__: The position within the audio playback in seconds.
-    - Not automatically updated during play, call `getCurrent<a href="../geolocation/Position/position.html">Position</a>` to update.
+    - Not automatically updated during play, call `getCurrentPosition` to update.
 - __duration__: The duration of the media in seconds.
 
 Supported Platforms
@@ -91,11 +91,11 @@ Permissions
 
 #### www/plugins.xml
 
-    <plugin name="<a href="capture/capture.html">Capture</a>" value="org.apache.cordova.media.Media<a href="capture/capture.html">Capture</a>" />
+    <plugin name="Capture" value="org.apache.cordova.media.MediaCapture" />
 
 ### iOS
 
-#### App/Supporting <a href="../file/fileobj/fileobj.html">File</a>s/Cordova.plist
+#### App/Supporting Files/Cordova.plist
 
     <key>Plugins</key>
     <dict>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/media/media.pause.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/media/media.pause.md b/www/docs/en/1.8.1/cordova/media/media.pause.md
index 78768c3..74c2a16 100644
--- a/www/docs/en/1.8.1/cordova/media/media.pause.md
+++ b/www/docs/en/1.8.1/cordova/media/media.pause.md
@@ -18,18 +18,18 @@ license: >
     under the License.
 ---
 
-media.<a href="../events/events.pause.html">pause</a>
+media.pause
 ===========
 
 Pauses playing an audio file.
 
-    media.<a href="../events/events.pause.html">pause</a>();
+    media.pause();
 
 
 Description
 -----------
 
-Function `media.<a href="../events/events.pause.html">pause</a>` is a synchronous function that <a href="../events/events.pause.html">pause</a>s playing an audio file.
+Function `media.pause` is a synchronous function that pauses playing an audio file.
 
 Supported Platforms
 -------------------
@@ -39,14 +39,14 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
     
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // Play audio
     //
     function playAudio(url) {
         // Play the audio file at url
-        var my_media = new <a href="media.html">Media</a>(url,
+        var my_media = new Media(url,
             // success callback
             function() {
                 console.log("playAudio():Audio Success");
@@ -57,34 +57,34 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         });
 
         // Play audio
-        my_<a href="media.play.html">media.play</a>();
+        my_media.play();
 
         // Pause after 10 seconds
         setTimeout(function() {
-            media.<a href="../events/events.pause.html">pause</a>();
+            media.pause();
         }, 10000);        
     }
 
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
         <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
                               "http://www.w3.org/TR/html4/strict.dtd">
         <html>
           <head>
-            <title><a href="media.html">Media</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+            <title>Media Example</title>
         
             <script type="text/javascript" charset="utf-8" src="cordova-1.8.1.js"></script>
             <script type="text/javascript" charset="utf-8">
         
             // Wait for Cordova to load
             //
-            document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         
             // Cordova is ready
             //
-            function on<a href="../device/device.html">Device</a>Ready() {
+            function onDeviceReady() {
                 playAudio("http://audio.ibeat.org/content/p1rj1s/p1rj1s_-_rockGuitar.mp3");
             }
         
@@ -96,27 +96,27 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             // Play audio
             //
             function playAudio(src) {
-                // Create <a href="media.html">Media</a> object from src
-                my_media = new <a href="media.html">Media</a>(src, onSuccess, onError);
+                // Create Media object from src
+                my_media = new Media(src, onSuccess, onError);
         
                 // Play audio
-                my_<a href="media.play.html">media.play</a>();
+                my_media.play();
         
                 // Update my_media position every second
                 if (mediaTimer == null) {
                     mediaTimer = setInterval(function() {
                         // get my_media position
-                        my_media.getCurrent<a href="../geolocation/Position/position.html">Position</a>(
+                        my_media.getCurrentPosition(
                             // success callback
                             function(position) {
                                 if (position > -1) {
-                                    setAudio<a href="../geolocation/Position/position.html">Position</a>((position) + " sec");
+                                    setAudioPosition((position) + " sec");
                                 }
                             },
                             // error callback
                             function(e) {
                                 console.log("Error getting pos=" + e);
-                                setAudio<a href="../geolocation/Position/position.html">Position</a>("Error: " + e);
+                                setAudioPosition("Error: " + e);
                             }
                         );
                     }, 1000);
@@ -125,9 +125,9 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         
             // Pause audio
             // 
-            function <a href="../events/events.pause.html">pause</a>Audio() {
+            function pauseAudio() {
                 if (my_media) {
-                    my_media.<a href="../events/events.pause.html">pause</a>();
+                    my_media.pause();
                 }
             }
         
@@ -135,7 +135,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             // 
             function stopAudio() {
                 if (my_media) {
-                    my_<a href="media.stop.html">media.stop</a>();
+                    my_media.stop();
                 }
                 clearInterval(mediaTimer);
                 mediaTimer = null;
@@ -156,7 +156,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         
             // Set audio position
             // 
-            function setAudio<a href="../geolocation/Position/position.html">Position</a>(position) {
+            function setAudioPosition(position) {
                 document.getElementById('audio_position').innerHTML = position;
             }
         
@@ -164,7 +164,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
           </head>
           <body>
             <a href="#" class="btn large" onclick="playAudio('http://audio.ibeat.org/content/p1rj1s/p1rj1s_-_rockGuitar.mp3');">Play Audio</a>
-            <a href="#" class="btn large" onclick="<a href="../events/events.pause.html">pause</a>Audio();">Pause Playing Audio</a>
+            <a href="#" class="btn large" onclick="pauseAudio();">Pause Playing Audio</a>
             <a href="#" class="btn large" onclick="stopAudio();">Stop Playing Audio</a>
             <p id="audio_position"></p>
           </body>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/media/media.play.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/media/media.play.md b/www/docs/en/1.8.1/cordova/media/media.play.md
index 512d4af..029cd2d 100644
--- a/www/docs/en/1.8.1/cordova/media/media.play.md
+++ b/www/docs/en/1.8.1/cordova/media/media.play.md
@@ -21,7 +21,7 @@ license: >
 media.play
 ==========
 
-Starts or <a href="../events/events.resume.html">resume</a>s playing an audio file.
+Starts or resumes playing an audio file.
 
     media.play();
 
@@ -29,7 +29,7 @@ Starts or <a href="../events/events.resume.html">resume</a>s playing an audio fi
 Description
 -----------
 
-Function `media.play` is a synchronous function that starts or <a href="../events/events.resume.html">resume</a>s playing an audio file.
+Function `media.play` is a synchronous function that starts or resumes playing an audio file.
 
 Supported Platforms
 -------------------
@@ -39,14 +39,14 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
     
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // Play audio
     //
     function playAudio(url) {
         // Play the audio file at url
-        var my_media = new <a href="media.html">Media</a>(url,
+        var my_media = new Media(url,
             // success callback
             function() {
                 console.log("playAudio():Audio Success");
@@ -61,25 +61,25 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
     }
 
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
         <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
                               "http://www.w3.org/TR/html4/strict.dtd">
         <html>
           <head>
-            <title><a href="media.html">Media</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+            <title>Media Example</title>
         
             <script type="text/javascript" charset="utf-8" src="cordova-1.8.1.js"></script>
             <script type="text/javascript" charset="utf-8">
         
             // Wait for Cordova to load
             //
-            document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         
             // Cordova is ready
             //
-            function on<a href="../device/device.html">Device</a>Ready() {
+            function onDeviceReady() {
                 playAudio("http://audio.ibeat.org/content/p1rj1s/p1rj1s_-_rockGuitar.mp3");
             }
         
@@ -92,8 +92,8 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             //
             function playAudio(src) {
             	if (my_media == null) {
-                	// Create <a href="media.html">Media</a> object from src
-                	my_media = new <a href="media.html">Media</a>(src, onSuccess, onError);
+                	// Create Media object from src
+                	my_media = new Media(src, onSuccess, onError);
             	} // else play current audio
                 // Play audio
                 my_media.play();
@@ -102,17 +102,17 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
                 if (mediaTimer == null) {
                     mediaTimer = setInterval(function() {
                         // get my_media position
-                        my_media.getCurrent<a href="../geolocation/Position/position.html">Position</a>(
+                        my_media.getCurrentPosition(
                             // success callback
                             function(position) {
                                 if (position > -1) {
-                                    setAudio<a href="../geolocation/Position/position.html">Position</a>((position) + " sec");
+                                    setAudioPosition((position) + " sec");
                                 }
                             },
                             // error callback
                             function(e) {
                                 console.log("Error getting pos=" + e);
-                                setAudio<a href="../geolocation/Position/position.html">Position</a>("Error: " + e);
+                                setAudioPosition("Error: " + e);
                             }
                         );
                     }, 1000);
@@ -121,9 +121,9 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         
             // Pause audio
             // 
-            function <a href="../events/events.pause.html">pause</a>Audio() {
+            function pauseAudio() {
                 if (my_media) {
-                    my_media.<a href="../events/events.pause.html">pause</a>();
+                    my_media.pause();
                 }
             }
         
@@ -131,7 +131,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             // 
             function stopAudio() {
                 if (my_media) {
-                    my_<a href="media.stop.html">media.stop</a>();
+                    my_media.stop();
                 }
                 clearInterval(mediaTimer);
                 mediaTimer = null;
@@ -152,7 +152,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         
             // Set audio position
             // 
-            function setAudio<a href="../geolocation/Position/position.html">Position</a>(position) {
+            function setAudioPosition(position) {
                 document.getElementById('audio_position').innerHTML = position;
             }
         
@@ -160,7 +160,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
           </head>
           <body>
             <a href="#" class="btn large" onclick="playAudio('http://audio.ibeat.org/content/p1rj1s/p1rj1s_-_rockGuitar.mp3');">Play Audio</a>
-            <a href="#" class="btn large" onclick="<a href="../events/events.pause.html">pause</a>Audio();">Pause Playing Audio</a>
+            <a href="#" class="btn large" onclick="pauseAudio();">Pause Playing Audio</a>
             <a href="#" class="btn large" onclick="stopAudio();">Stop Playing Audio</a>
             <p id="audio_position"></p>
           </body>
@@ -178,5 +178,5 @@ iOS Quirk
  
     Pass in this option to the **play** method to specify the number of times you want the media file to play. e.g:
     
-        var my<a href="media.html">Media</a> = new <a href="media.html">Media</a>("http://audio.ibeat.org/content/p1rj1s/p1rj1s_-_rockGuitar.mp3")
-        my<a href="media.html">Media</a>.play({ numberOfLoops: 2 })
+        var myMedia = new Media("http://audio.ibeat.org/content/p1rj1s/p1rj1s_-_rockGuitar.mp3")
+        myMedia.play({ numberOfLoops: 2 })

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/media/media.release.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/media/media.release.md b/www/docs/en/1.8.1/cordova/media/media.release.md
index dfa0479..bc4844b 100644
--- a/www/docs/en/1.8.1/cordova/media/media.release.md
+++ b/www/docs/en/1.8.1/cordova/media/media.release.md
@@ -29,7 +29,7 @@ Releases the underlying operating systems audio resources.
 Description
 -----------
 
-Function `media.release` is a synchronous function that releases the underlying operating systems audio resources.  This function is particularly important for Android as there are a finite amount of OpenCore instances for media playback.  Developers should call the 'release' function when they no longer need the <a href="media.html">Media</a> resource.
+Function `media.release` is a synchronous function that releases the underlying operating systems audio resources.  This function is particularly important for Android as there are a finite amount of OpenCore instances for media playback.  Developers should call the 'release' function when they no longer need the Media resource.
 
 Supported Platforms
 -------------------
@@ -39,36 +39,36 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
     
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
         // Audio player
         //
-        var my_media = new <a href="media.html">Media</a>(src, onSuccess, onError);
+        var my_media = new Media(src, onSuccess, onError);
         
-        my_<a href="media.play.html">media.play</a>();
-        my_<a href="media.stop.html">media.stop</a>();
+        my_media.play();
+        my_media.stop();
         my_media.release();
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
         <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
                               "http://www.w3.org/TR/html4/strict.dtd">
         <html>
           <head>
-            <title><a href="media.html">Media</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+            <title>Media Example</title>
         
             <script type="text/javascript" charset="utf-8" src="cordova-1.8.1.js"></script>
             <script type="text/javascript" charset="utf-8">
         
             // Wait for Cordova to load
             //
-            document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         
             // Cordova is ready
             //
-            function on<a href="../device/device.html">Device</a>Ready() {
+            function onDeviceReady() {
                 playAudio("http://audio.ibeat.org/content/p1rj1s/p1rj1s_-_rockGuitar.mp3");
             }
         
@@ -80,27 +80,27 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             // Play audio
             //
             function playAudio(src) {
-                // Create <a href="media.html">Media</a> object from src
-                my_media = new <a href="media.html">Media</a>(src, onSuccess, onError);
+                // Create Media object from src
+                my_media = new Media(src, onSuccess, onError);
         
                 // Play audio
-                my_<a href="media.play.html">media.play</a>();
+                my_media.play();
         
                 // Update my_media position every second
                 if (mediaTimer == null) {
                     mediaTimer = setInterval(function() {
                         // get my_media position
-                        my_media.getCurrent<a href="../geolocation/Position/position.html">Position</a>(
+                        my_media.getCurrentPosition(
                             // success callback
                             function(position) {
                                 if (position > -1) {
-                                    setAudio<a href="../geolocation/Position/position.html">Position</a>((position) + " sec");
+                                    setAudioPosition((position) + " sec");
                                 }
                             },
                             // error callback
                             function(e) {
                                 console.log("Error getting pos=" + e);
-                                setAudio<a href="../geolocation/Position/position.html">Position</a>("Error: " + e);
+                                setAudioPosition("Error: " + e);
                             }
                         );
                     }, 1000);
@@ -109,9 +109,9 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         
             // Pause audio
             // 
-            function <a href="../events/events.pause.html">pause</a>Audio() {
+            function pauseAudio() {
                 if (my_media) {
-                    my_media.<a href="../events/events.pause.html">pause</a>();
+                    my_media.pause();
                 }
             }
         
@@ -119,7 +119,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             // 
             function stopAudio() {
                 if (my_media) {
-                    my_<a href="media.stop.html">media.stop</a>();
+                    my_media.stop();
                 }
                 clearInterval(mediaTimer);
                 mediaTimer = null;
@@ -140,7 +140,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         
             // Set audio position
             // 
-            function setAudio<a href="../geolocation/Position/position.html">Position</a>(position) {
+            function setAudioPosition(position) {
                 document.getElementById('audio_position').innerHTML = position;
             }
         
@@ -148,7 +148,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
           </head>
           <body>
             <a href="#" class="btn large" onclick="playAudio('http://audio.ibeat.org/content/p1rj1s/p1rj1s_-_rockGuitar.mp3');">Play Audio</a>
-            <a href="#" class="btn large" onclick="<a href="../events/events.pause.html">pause</a>Audio();">Pause Playing Audio</a>
+            <a href="#" class="btn large" onclick="pauseAudio();">Pause Playing Audio</a>
             <a href="#" class="btn large" onclick="stopAudio();">Stop Playing Audio</a>
             <p id="audio_position"></p>
           </body>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/media/media.seekTo.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/media/media.seekTo.md b/www/docs/en/1.8.1/cordova/media/media.seekTo.md
index b3bef06..6dfd5bb 100644
--- a/www/docs/en/1.8.1/cordova/media/media.seekTo.md
+++ b/www/docs/en/1.8.1/cordova/media/media.seekTo.md
@@ -34,7 +34,7 @@ Parameters
 Description
 -----------
 
-Function `media.seekTo` is an asynchronous function that updates the current position of the underlying audio file of a <a href="media.html">Media</a> object. Also updates the ___position__ parameter within the <a href="media.html">Media</a> object. 
+Function `media.seekTo` is an asynchronous function that updates the current position of the underlying audio file of a Media object. Also updates the ___position__ parameter within the Media object. 
 
 Supported Platforms
 -------------------
@@ -44,38 +44,38 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
     
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
         // Audio player
         //
-        var my_media = new <a href="media.html">Media</a>(src, onSuccess, onError);
-		my_<a href="media.play.html">media.play</a>();
+        var my_media = new Media(src, onSuccess, onError);
+		my_media.play();
         // SeekTo to 10 seconds after 5 seconds
         setTimeout(function() {
             my_media.seekTo(10000);
         }, 5000);
 
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
         <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
                       "http://www.w3.org/TR/html4/strict.dtd">
         <html>
           <head>
-            <title><a href="media.html">Media</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+            <title>Media Example</title>
         
             <script type="text/javascript" charset="utf-8" src="cordova-1.8.1.js"></script>
             <script type="text/javascript" charset="utf-8">
         
             // Wait for Cordova to load
             //
-            document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         
             // Cordova is ready
             //
-            function on<a href="../device/device.html">Device</a>Ready() {
+            function onDeviceReady() {
                 playAudio("http://audio.ibeat.org/content/p1rj1s/p1rj1s_-_rockGuitar.mp3");
             }
         
@@ -87,19 +87,19 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             // Play audio
             //
             function playAudio(src) {
-                // Create <a href="media.html">Media</a> object from src
-                my_media = new <a href="media.html">Media</a>(src, onSuccess, onError);
+                // Create Media object from src
+                my_media = new Media(src, onSuccess, onError);
         
                 // Play audio
-                my_<a href="media.play.html">media.play</a>();
+                my_media.play();
                 // Update media position every second
         		mediaTimer = setInterval(function() {
             		// get media position
-           			my_media.getCurrent<a href="../geolocation/Position/position.html">Position</a>(
+           			my_media.getCurrentPosition(
                 		// success callback
                 		function(position) {
                     		if (position > -1) {
-                        		setAudio<a href="../geolocation/Position/position.html">Position</a>(position + " sec");
+                        		setAudioPosition(position + " sec");
                     		}
                 		},
                 		// error callback
@@ -118,7 +118,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             // 
             function stopAudio() {
                 if (my_media) {
-                    my_<a href="media.stop.html">media.stop</a>();
+                    my_media.stop();
                 }
                 clearInterval(mediaTimer);
                 mediaTimer = null;
@@ -139,7 +139,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         
             // Set audio position
             // 
-            function setAudio<a href="../geolocation/Position/position.html">Position</a>(position) {
+            function setAudioPosition(position) {
                 document.getElementById('audio_position').innerHTML = position;
             }
         

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/media/media.startRecord.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/media/media.startRecord.md b/www/docs/en/1.8.1/cordova/media/media.startRecord.md
index daf4789..f34b5e5 100644
--- a/www/docs/en/1.8.1/cordova/media/media.startRecord.md
+++ b/www/docs/en/1.8.1/cordova/media/media.startRecord.md
@@ -39,14 +39,14 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
     
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // Record audio
     // 
     function recordAudio() {
         var src = "myrecording.mp3";
-        var mediaRec = new <a href="media.html">Media</a>(src,
+        var mediaRec = new Media(src,
             // success callback
             function() {
                 console.log("recordAudio():Audio Success");
@@ -62,26 +62,26 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
     }
 
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../device/device.html">Device</a> Properties <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Device Properties Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Record audio
         // 
         function recordAudio() {
             var src = "myrecording.mp3";
-            var mediaRec = new <a href="media.html">Media</a>(src, onSuccess, onError);
+            var mediaRec = new Media(src, onSuccess, onError);
 
             // Record audio
             mediaRec.startRecord();
@@ -90,7 +90,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             var recTime = 0;
             var recInterval = setInterval(function() {
                 recTime = recTime + 1;
-                setAudio<a href="../geolocation/Position/position.html">Position</a>(recTime + " sec");
+                setAudioPosition(recTime + " sec");
                 if (recTime >= 10) {
                     clearInterval(recInterval);
                     mediaRec.stopRecord();
@@ -100,7 +100,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
 
         // Cordova is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             recordAudio();
         }
     
@@ -119,7 +119,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
 
         // Set audio position
         // 
-        function setAudio<a href="../geolocation/Position/position.html">Position</a>(position) {
+        function setAudioPosition(position) {
             document.getElementById('audio_position').innerHTML = position;
         }
 
@@ -139,4 +139,4 @@ BlackBerry WebWorks Quirks
 iOS Quirks
 ----------
 
-- The file to record to must already exist and should be of type .wav. The <a href="../file/fileobj/fileobj.html">File</a> API's can be used to create the file.
+- The file to record to must already exist and should be of type .wav. The File API's can be used to create the file.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/media/media.stop.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/media/media.stop.md b/www/docs/en/1.8.1/cordova/media/media.stop.md
index e8bca77..b7d1420 100644
--- a/www/docs/en/1.8.1/cordova/media/media.stop.md
+++ b/www/docs/en/1.8.1/cordova/media/media.stop.md
@@ -39,14 +39,14 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
     
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // Play audio
     //
     function playAudio(url) {
         // Play the audio file at url
-        var my_media = new <a href="media.html">Media</a>(url,
+        var my_media = new Media(url,
             // success callback
             function() {
                 console.log("playAudio():Audio Success");
@@ -57,7 +57,7 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         });
 
         // Play audio
-        my_<a href="media.play.html">media.play</a>();
+        my_media.play();
 
         // Pause after 10 seconds
         setTimeout(function() {
@@ -65,25 +65,25 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         }, 10000);        
     }
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
         <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
                               "http://www.w3.org/TR/html4/strict.dtd">
         <html>
           <head>
-            <title><a href="media.html">Media</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+            <title>Media Example</title>
         
             <script type="text/javascript" charset="utf-8" src="cordova-1.8.1.js"></script>
             <script type="text/javascript" charset="utf-8">
         
             // Wait for Cordova to load
             //
-            document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         
             // Cordova is ready
             //
-            function on<a href="../device/device.html">Device</a>Ready() {
+            function onDeviceReady() {
                 playAudio("http://audio.ibeat.org/content/p1rj1s/p1rj1s_-_rockGuitar.mp3");
             }
         
@@ -95,27 +95,27 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             // Play audio
             //
             function playAudio(src) {
-                // Create <a href="media.html">Media</a> object from src
-                my_media = new <a href="media.html">Media</a>(src, onSuccess, onError);
+                // Create Media object from src
+                my_media = new Media(src, onSuccess, onError);
         
                 // Play audio
-                my_<a href="media.play.html">media.play</a>();
+                my_media.play();
         
                 // Update my_media position every second
                 if (mediaTimer == null) {
                     mediaTimer = setInterval(function() {
                         // get my_media position
-                        my_media.getCurrent<a href="../geolocation/Position/position.html">Position</a>(
+                        my_media.getCurrentPosition(
                             // success callback
                             function(position) {
                                 if (position > -1) {
-                                    setAudio<a href="../geolocation/Position/position.html">Position</a>((position) + " sec");
+                                    setAudioPosition((position) + " sec");
                                 }
                             },
                             // error callback
                             function(e) {
                                 console.log("Error getting pos=" + e);
-                                setAudio<a href="../geolocation/Position/position.html">Position</a>("Error: " + e);
+                                setAudioPosition("Error: " + e);
                             }
                         );
                     }, 1000);
@@ -124,9 +124,9 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         
             // Pause audio
             // 
-            function <a href="../events/events.pause.html">pause</a>Audio() {
+            function pauseAudio() {
                 if (my_media) {
-                    my_media.<a href="../events/events.pause.html">pause</a>();
+                    my_media.pause();
                 }
             }
         
@@ -155,7 +155,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         
             // Set audio position
             // 
-            function setAudio<a href="../geolocation/Position/position.html">Position</a>(position) {
+            function setAudioPosition(position) {
                 document.getElementById('audio_position').innerHTML = position;
             }
         
@@ -163,7 +163,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
           </head>
           <body>
             <a href="#" class="btn large" onclick="playAudio('http://audio.ibeat.org/content/p1rj1s/p1rj1s_-_rockGuitar.mp3');">Play Audio</a>
-            <a href="#" class="btn large" onclick="<a href="../events/events.pause.html">pause</a>Audio();">Pause Playing Audio</a>
+            <a href="#" class="btn large" onclick="pauseAudio();">Pause Playing Audio</a>
             <a href="#" class="btn large" onclick="stopAudio();">Stop Playing Audio</a>
             <p id="audio_position"></p>
           </body>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/media/media.stopRecord.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/media/media.stopRecord.md b/www/docs/en/1.8.1/cordova/media/media.stopRecord.md
index b81b6f5..7ee003d 100644
--- a/www/docs/en/1.8.1/cordova/media/media.stopRecord.md
+++ b/www/docs/en/1.8.1/cordova/media/media.stopRecord.md
@@ -18,18 +18,18 @@ license: >
     under the License.
 ---
 
-<a href="media.stop.html">media.stop</a>Record
+media.stopRecord
 ================
 
 Stops recording an audio file.
 
-    <a href="media.stop.html">media.stop</a>Record();
+    media.stopRecord();
 
 
 Description
 -----------
 
-Function `<a href="media.stop.html">media.stop</a>Record` is a synchronous function that stops recording an audio file.
+Function `media.stopRecord` is a synchronous function that stops recording an audio file.
 
 Supported Platforms
 -------------------
@@ -39,14 +39,14 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
     
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // Record audio
     // 
     function recordAudio() {
         var src = "myrecording.mp3";
-        var mediaRec = new <a href="media.html">Media</a>(src,
+        var mediaRec = new Media(src,
             // success callback
             function() {
                 console.log("recordAudio():Audio Success");
@@ -67,26 +67,26 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
     }
 
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../device/device.html">Device</a> Properties <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Device Properties Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Record audio
         // 
         function recordAudio() {
             var src = "myrecording.mp3";
-            var mediaRec = new <a href="media.html">Media</a>(src, onSuccess, onError);
+            var mediaRec = new Media(src, onSuccess, onError);
 
             // Record audio
             mediaRec.startRecord();
@@ -95,7 +95,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             var recTime = 0;
             var recInterval = setInterval(function() {
                 recTime = recTime + 1;
-                setAudio<a href="../geolocation/Position/position.html">Position</a>(recTime + " sec");
+                setAudioPosition(recTime + " sec");
                 if (recTime >= 10) {
                     clearInterval(recInterval);
                     mediaRec.stopRecord();
@@ -105,7 +105,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
 
         // Cordova is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             recordAudio();
         }
     
@@ -124,7 +124,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
 
         // Set audio position
         // 
-        function setAudio<a href="../geolocation/Position/position.html">Position</a>(position) {
+        function setAudioPosition(position) {
             document.getElementById('audio_position').innerHTML = position;
         }
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/notification/notification.alert.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/notification/notification.alert.md b/www/docs/en/1.8.1/cordova/notification/notification.alert.md
index 166a5f3..57a49d8 100644
--- a/www/docs/en/1.8.1/cordova/notification/notification.alert.md
+++ b/www/docs/en/1.8.1/cordova/notification/notification.alert.md
@@ -45,7 +45,7 @@ Supported Platforms
 - Bada 1.2 & 2.x
 - webOS
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // Android / BlackBerry WebWorks (OS 5.0 and higher) / iPhone
@@ -61,24 +61,24 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         'Done'                  // buttonName
     );
         
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="notification.html">Notification</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Notification Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             // Empty
         }
     

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/notification/notification.beep.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/notification/notification.beep.md b/www/docs/en/1.8.1/cordova/notification/notification.beep.md
index b74e290..8ef9232 100644
--- a/www/docs/en/1.8.1/cordova/notification/notification.beep.md
+++ b/www/docs/en/1.8.1/cordova/notification/notification.beep.md
@@ -36,37 +36,37 @@ Supported Platforms
 - Windows Phone 7 ( Mango )
 - Bada 1.2 & 2.x
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // Beep twice!
     navigator.notification.beep(2);
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="notification.html">Notification</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Notification Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             // Empty
         }
 
         // Show a custom alert
         //
         function showAlert() {
-		    navigator.<a href="notification.alert.html">notification.alert</a>(
+		    navigator.notification.alert(
 		        'You are the winner!',  // message
 		        'Game Over',            // title
 		        'Done'                  // buttonName
@@ -82,7 +82,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         // Vibrate for 2 seconds
         //
         function vibrate() {
-            navigator.<a href="notification.vibrate.html">notification.vibrate</a>(2000);
+            navigator.notification.vibrate(2000);
         }
 
         </script>
@@ -97,7 +97,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
 Android Quirks
 --------------
 
-- Android plays the default "<a href="notification.html">Notification</a> ringtone" specified under the "Settings/Sound & Display" panel.
+- Android plays the default "Notification ringtone" specified under the "Settings/Sound & Display" panel.
 
 iPhone Quirks
 -------------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/notification/notification.confirm.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/notification/notification.confirm.md b/www/docs/en/1.8.1/cordova/notification/notification.confirm.md
index 72ff4b7..eaa65ca 100644
--- a/www/docs/en/1.8.1/cordova/notification/notification.confirm.md
+++ b/www/docs/en/1.8.1/cordova/notification/notification.confirm.md
@@ -51,7 +51,7 @@ Supported Platforms
 - Windows Phone 7 ( Mango )
 - Bada 1.2 & 2.x
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
 	// process the confirmation dialog result
@@ -70,24 +70,24 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         );
     }
         
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="notification.html">Notification</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Notification Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             // Empty
         }
     

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/notification/notification.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/notification/notification.md b/www/docs/en/1.8.1/cordova/notification/notification.md
index 5e34de8..3cdd531 100644
--- a/www/docs/en/1.8.1/cordova/notification/notification.md
+++ b/www/docs/en/1.8.1/cordova/notification/notification.md
@@ -26,10 +26,10 @@ Notification
 Methods
 -------
 
-- <a href="notification.alert.html">notification.alert</a>
-- <a href="notification.confirm.html">notification.confirm</a>
-- <a href="notification.beep.html">notification.beep</a>
-- <a href="notification.vibrate.html">notification.vibrate</a>
+- notification.alert
+- notification.confirm
+- notification.beep
+- notification.vibrate
 
 Permissions
 -----------
@@ -64,7 +64,7 @@ Permissions
 
 ### iOS
 
-#### App/Supporting <a href="../file/fileobj/fileobj.html">File</a>s/Cordova.plist
+#### App/Supporting Files/Cordova.plist
 
     <key>Plugins</key>
     <dict>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/notification/notification.vibrate.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/notification/notification.vibrate.md b/www/docs/en/1.8.1/cordova/notification/notification.vibrate.md
index bb450f3..3a48c45 100644
--- a/www/docs/en/1.8.1/cordova/notification/notification.vibrate.md
+++ b/www/docs/en/1.8.1/cordova/notification/notification.vibrate.md
@@ -36,38 +36,38 @@ Supported Platforms
 - Windows Phone 7
 - Bada 1.2 & 2.x
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // Vibrate for 2.5 seconds
     //
     navigator.notification.vibrate(2500);
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
     
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="notification.html">Notification</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Notification Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             // Empty
         }
     
         // Show a custom alert
         //
         function showAlert() {
-		    navigator.<a href="notification.alert.html">notification.alert</a>(
+		    navigator.notification.alert(
 		        'You are the winner!',  // message
 		        'Game Over',            // title
 		        'Done'                  // buttonName
@@ -77,7 +77,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         // Beep three times
         //
         function playBeep() {
-            navigator.<a href="notification.beep.html">notification.beep</a>(3);
+            navigator.notification.beep(3);
         }
     
         // Vibrate for 2 seconds

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/storage/database/database.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/storage/database/database.md b/www/docs/en/1.8.1/cordova/storage/database/database.md
index 4128206..d837d58 100644
--- a/www/docs/en/1.8.1/cordova/storage/database/database.md
+++ b/www/docs/en/1.8.1/cordova/storage/database/database.md
@@ -32,7 +32,7 @@ Methods
 Details
 -------
 
-A Database object is returned from a call to `window.<a href="../storage.opendatabase.html">openDatabase</a>()`.
+A Database object is returned from a call to `window.openDatabase()`.
 
 Supported Platforms
 -------------------
@@ -42,7 +42,7 @@ Supported Platforms
 - iPhone
 - webOS
 
-Transaction Quick <a href="../storage.opendatabase.html">Example</a>
+Transaction Quick Example
 ------------------
 	function populateDB(tx) {
 		 tx.executeSql('DROP TABLE IF EXISTS DEMO');
@@ -59,34 +59,34 @@ Transaction Quick <a href="../storage.opendatabase.html">Example</a>
 		alert("success!");
 	}
 	
-	var db = window.<a href="../storage.opendatabase.html">openDatabase</a>("Database", "1.0", "Cordova Demo", 200000);
+	var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
 	db.transaction(populateDB, errorCB, successCB);
 
-Change Version Quick <a href="../storage.opendatabase.html">Example</a>
+Change Version Quick Example
 -------------------
 
-	var db = window.<a href="../storage.opendatabase.html">openDatabase</a>("Database", "1.0", "Cordova Demo", 200000);
+	var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
 	db.changeVersion("1.0", "1.1");
 
-Full <a href="../storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../storage.html">Storage</a> <a href="../storage.opendatabase.html">Example</a></title>
+        <title>Storage Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../../device/device.html">Device</a>Ready() {
-			var db = window.<a href="../storage.opendatabase.html">openDatabase</a>("Database", "1.0", "Cordova Demo", 200000);
+        function onDeviceReady() {
+			var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
 			db.transaction(populateDB, errorCB, successCB);
         }
 		
@@ -114,7 +114,7 @@ Full <a href="../storage.opendatabase.html">Example</a>
         </script>
       </head>
       <body>
-        <h1><a href="../storage.opendatabase.html">Example</a></h1>
+        <h1>Example</h1>
         <p>Database</p>
       </body>
     </html>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/storage/localstorage/localstorage.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/storage/localstorage/localstorage.md b/www/docs/en/1.8.1/cordova/storage/localstorage/localstorage.md
index 7880f06..44286c0 100644
--- a/www/docs/en/1.8.1/cordova/storage/localstorage/localstorage.md
+++ b/www/docs/en/1.8.1/cordova/storage/localstorage/localstorage.md
@@ -18,12 +18,12 @@ license: >
     under the License.
 ---
 
-local<a href="../storage.html">Storage</a>
+localStorage
 ===============
 
-Provides access to a W3C <a href="../storage.html">Storage</a> interface (http://dev.w3.org/html5/webstorage/#the-localstorage-attribute)
+Provides access to a W3C Storage interface (http://dev.w3.org/html5/webstorage/#the-localstorage-attribute)
 
-    var storage = window.local<a href="../storage.html">Storage</a>;
+    var storage = window.localStorage;
 
 Methods
 -------
@@ -37,9 +37,9 @@ Methods
 Details
 -----------
 
-local<a href="../storage.html">Storage</a> provides an interface to a W3C <a href="../storage.html">Storage</a> interface.  It allows one to save data as key-value pairs.
+localStorage provides an interface to a W3C Storage interface.  It allows one to save data as key-value pairs.
 
-Note: window.session<a href="../storage.html">Storage</a> provides the same interface, but is cleared between app launches.
+Note: window.sessionStorage provides the same interface, but is cleared between app launches.
 
 Supported Platforms
 -------------------
@@ -50,67 +50,67 @@ Supported Platforms
 - Windows Phone 7
 - webOS
 
-Key Quick <a href="../storage.opendatabase.html">Example</a>
+Key Quick Example
 -------------
 
-    var keyName = window.local<a href="../storage.html">Storage</a>.key(0);
+    var keyName = window.localStorage.key(0);
 
-Set Item Quick <a href="../storage.opendatabase.html">Example</a>
+Set Item Quick Example
 -------------
 
-    window.local<a href="../storage.html">Storage</a>.setItem("key", "value");
+    window.localStorage.setItem("key", "value");
 
-Get Item Quick <a href="../storage.opendatabase.html">Example</a>
+Get Item Quick Example
 -------------
 
-	var value = window.local<a href="../storage.html">Storage</a>.getItem("key");
+	var value = window.localStorage.getItem("key");
 	// value is now equal to "value"
 
-Remove Item Quick <a href="../storage.opendatabase.html">Example</a>
+Remove Item Quick Example
 -------------
 
-	window.local<a href="../storage.html">Storage</a>.removeItem("key");
+	window.localStorage.removeItem("key");
 
-Clear Quick <a href="../storage.opendatabase.html">Example</a>
+Clear Quick Example
 -------------
 
-	window.local<a href="../storage.html">Storage</a>.clear();
+	window.localStorage.clear();
 
-Full <a href="../storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../storage.html">Storage</a> <a href="../storage.opendatabase.html">Example</a></title>
+        <title>Storage Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../../device/device.html">Device</a>Ready() {
-			window.local<a href="../storage.html">Storage</a>.setItem("key", "value");
-			var keyname = window.local<a href="../storage.html">Storage</a>.key(i);
+        function onDeviceReady() {
+			window.localStorage.setItem("key", "value");
+			var keyname = window.localStorage.key(i);
 			// keyname is now equal to "key"
-			var value = window.local<a href="../storage.html">Storage</a>.getItem("key");
+			var value = window.localStorage.getItem("key");
 			// value is now equal to "value"
-			window.local<a href="../storage.html">Storage</a>.removeItem("key");
-			window.local<a href="../storage.html">Storage</a>.setItem("key2", "value2");
-			window.local<a href="../storage.html">Storage</a>.clear();
-			// local<a href="../storage.html">Storage</a> is now empty
+			window.localStorage.removeItem("key");
+			window.localStorage.setItem("key2", "value2");
+			window.localStorage.clear();
+			// localStorage is now empty
         }
     
 
         </script>
       </head>
       <body>
-        <h1><a href="../storage.opendatabase.html">Example</a></h1>
-        <p>local<a href="../storage.html">Storage</a></p>
+        <h1>Example</h1>
+        <p>localStorage</p>
       </body>
     </html>
 
@@ -118,4 +118,4 @@ Full <a href="../storage.opendatabase.html">Example</a>
 Windows Phone 7 Quirks
 -------------
 
-- dot notation is NOT available on Windows Phone. Be sure to use : window.local<a href="../storage.html">Storage</a>.setItem/getItem, and not the w3 spec defined calls to window.local<a href="../storage.html">Storage</a>.someKey = 'someValue';
+- dot notation is NOT available on Windows Phone. Be sure to use : window.localStorage.setItem/getItem, and not the w3 spec defined calls to window.localStorage.someKey = 'someValue';

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/storage/sqlresultset/sqlresultset.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/storage/sqlresultset/sqlresultset.md b/www/docs/en/1.8.1/cordova/storage/sqlresultset/sqlresultset.md
index f539b66..061ad7d 100644
--- a/www/docs/en/1.8.1/cordova/storage/sqlresultset/sqlresultset.md
+++ b/www/docs/en/1.8.1/cordova/storage/sqlresultset/sqlresultset.md
@@ -21,7 +21,7 @@ license: >
 SQLResultSet
 =======
 
-When the executeSql method of a <a href="../sqltransaction/sqltransaction.html">SQLTransaction</a> is called it will invoke it's callback with a SQLResultSet.
+When the executeSql method of a SQLTransaction is called it will invoke it's callback with a SQLResultSet.
 
 Properties
 -------
@@ -33,7 +33,7 @@ Properties
 Details
 -------
 
-When you call the <a href="../sqltransaction/sqltransaction.html">SQLTransaction</a> executeSql method its callback methods will be called with a SQLResultSet object.  The result object has three properties.  The first is the `insertId` which will return the row number of a success SQL insert statement.  If the SQL statement is not an insert then the `insertId` is not set.  The `rowsAffected` is always 0 for a SQL select statement.  For insert or update statements it returns the number of rows that have been modified.  The final property is of type <a href="../sqlresultsetlist/sqlresultsetlist.html">SQLResultSetList</a> and it contains the data returned from a SQL select statement.
+When you call the SQLTransaction executeSql method its callback methods will be called with a SQLResultSet object.  The result object has three properties.  The first is the `insertId` which will return the row number of a success SQL insert statement.  If the SQL statement is not an insert then the `insertId` is not set.  The `rowsAffected` is always 0 for a SQL select statement.  For insert or update statements it returns the number of rows that have been modified.  The final property is of type SQLResultSetList and it contains the data returned from a SQL select statement.
 
 Supported Platforms
 -------------------
@@ -43,7 +43,7 @@ Supported Platforms
 - iPhone
 - webOS
 
-Execute SQL Quick <a href="../storage.opendatabase.html">Example</a>
+Execute SQL Quick Example
 ------------------
 
 	function queryDB(tx) {
@@ -65,23 +65,23 @@ Execute SQL Quick <a href="../storage.opendatabase.html">Example</a>
 		alert("Error processing SQL: "+err.code);
 	}
 	
-	var db = window.<a href="../storage.opendatabase.html">open<a href="../database/database.html">Database</a></a>("<a href="../database/database.html">Database</a>", "1.0", "Cordova Demo", 200000);
+	var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
 	db.transaction(queryDB, errorCB);
 
-Full <a href="../storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../storage.html">Storage</a> <a href="../storage.opendatabase.html">Example</a></title>
+        <title>Storage Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
 		// Populate the database 
 		//
@@ -120,21 +120,21 @@ Full <a href="../storage.opendatabase.html">Example</a>
 		// Transaction success callback
 		//
 		function successCB() {
-			var db = window.<a href="../storage.opendatabase.html">open<a href="../database/database.html">Database</a></a>("<a href="../database/database.html">Database</a>", "1.0", "Cordova Demo", 200000);
+			var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
 			db.transaction(queryDB, errorCB);
 		}
 
 		// Cordova is ready
 		//
-		function on<a href="../../device/device.html">Device</a>Ready() {
-			var db = window.<a href="../storage.opendatabase.html">open<a href="../database/database.html">Database</a></a>("<a href="../database/database.html">Database</a>", "1.0", "Cordova Demo", 200000);
+		function onDeviceReady() {
+			var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
 			db.transaction(populateDB, errorCB, successCB);
 		}
 	
         </script>
       </head>
       <body>
-        <h1><a href="../storage.opendatabase.html">Example</a></h1>
-        <p><a href="../database/database.html">Database</a></p>
+        <h1>Example</h1>
+        <p>Database</p>
       </body>
     </html>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[05/51] [partial] docs commit: Reverting autolinking change because of inconsistencies.

Posted by db...@apache.org.
http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/events/events.resume.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/events/events.resume.md b/www/docs/en/1.8.1/cordova/events/events.resume.md
index b7d55b3..6b7c67e 100644
--- a/www/docs/en/1.8.1/cordova/events/events.resume.md
+++ b/www/docs/en/1.8.1/cordova/events/events.resume.md
@@ -30,7 +30,7 @@ Details
 
 Cordova consists of two code bases: native and JavaScript. While the native code pulls the application from the background the resume event is fired.  
 
-Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova '<a href="events.deviceready.html">deviceready</a>' event.
+Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova 'deviceready' event.
 
 Supported Platforms
 -------------------
@@ -40,7 +40,7 @@ Supported Platforms
 - iOS
 - Windows Phone 7
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     document.addEventListener("resume", onResume, false);
@@ -49,30 +49,30 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         // Handle the resume event
     }
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Cordova Resume <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Cordova Resume Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Call on<a href="../device/device.html">Device</a>Ready when Cordova is loaded.
+        // Call onDeviceReady when Cordova is loaded.
         //
         // At this point, the document has loaded but cordova-1.8.1.js has not.
         // When Cordova is loaded and talking with the native device,
-        // it will call the event `<a href="events.deviceready.html">deviceready</a>`.
+        // it will call the event `deviceready`.
         //
         function onLoad() {
-            document.addEventListener("<a href="events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
 
         // Cordova is loaded and it is now safe to make calls Cordova methods
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             document.addEventListener("resume", onResume, false);
         }
 
@@ -89,7 +89,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
 
 iOS Quirks
 --------------------------
-Any calls to console.log during your **<a href="events.pause.html">pause</a>** event handler will be run now when the app resumes, see the iOS Quirks section for the **<a href="events.pause.html">pause</a>** event for an explanation. 
+Any calls to console.log during your **pause** event handler will be run now when the app resumes, see the iOS Quirks section for the **pause** event for an explanation. 
 
 Interactive functions like `alert` when the **resume** event fires will need to be wrapped in a `setTimeout` call with a timeout value of zero, or else the app will hang. e.g.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/events/events.searchbutton.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/events/events.searchbutton.md b/www/docs/en/1.8.1/cordova/events/events.searchbutton.md
index 4d96450..1549257 100644
--- a/www/docs/en/1.8.1/cordova/events/events.searchbutton.md
+++ b/www/docs/en/1.8.1/cordova/events/events.searchbutton.md
@@ -30,14 +30,14 @@ Details
 
 If you need to override the default search button behaviour on Android you can register an event listener for the 'searchbutton' event.
 
-Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova '<a href="events.deviceready.html">deviceready</a>' event.
+Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova 'deviceready' event.
 
 Supported Platforms
 -------------------
 
 - Android
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     document.addEventListener("searchbutton", onSearchKeyDown, false);
@@ -46,31 +46,31 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         // Handle the search button
     }
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
                           "http://www.w3.org/TR/html4/strict.dtd">
     <html>
       <head>
-        <title>Cordova Search Button <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Cordova Search Button Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Call on<a href="../device/device.html">Device</a>Ready when Cordova is loaded.
+        // Call onDeviceReady when Cordova is loaded.
         //
         // At this point, the document has loaded but cordova-1.8.1.js has not.
         // When Cordova is loaded and talking with the native device,
-        // it will call the event `<a href="events.deviceready.html">deviceready</a>`.
+        // it will call the event `deviceready`.
         //
         function onLoad() {
-            document.addEventListener("<a href="events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
 
         // Cordova is loaded and it is now safe to make calls Cordova methods
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             // Register the event listener
             document.addEventListener("searchbutton", onSearchKeyDown, false);
         }

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/events/events.startcallbutton.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/events/events.startcallbutton.md b/www/docs/en/1.8.1/cordova/events/events.startcallbutton.md
index 8b5ce4f..210ff91 100644
--- a/www/docs/en/1.8.1/cordova/events/events.startcallbutton.md
+++ b/www/docs/en/1.8.1/cordova/events/events.startcallbutton.md
@@ -30,14 +30,14 @@ Details
 
 If you need to override the default start call behaviour you can register an event listener for the 'startcallbutton' event.
 
-Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova '<a href="events.deviceready.html">deviceready</a>' event.
+Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova 'deviceready' event.
 
 Supported Platforms
 -------------------
 
 - BlackBerry WebWorks (OS 5.0 and higher)
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     document.addEventListener("startcallbutton", onStartCallKeyDown, false);
@@ -46,31 +46,31 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         // Handle the start call button
     }
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
                           "http://www.w3.org/TR/html4/strict.dtd">
     <html>
       <head>
-        <title>Cordova Start Call Button <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Cordova Start Call Button Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Call on<a href="../device/device.html">Device</a>Ready when Cordova is loaded.
+        // Call onDeviceReady when Cordova is loaded.
         //
         // At this point, the document has loaded but cordova-1.8.1.js has not.
         // When Cordova is loaded and talking with the native device,
-        // it will call the event `<a href="events.deviceready.html">deviceready</a>`.
+        // it will call the event `deviceready`.
         //
         function onLoad() {
-            document.addEventListener("<a href="events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
 
         // Cordova is loaded and it is now safe to make calls Cordova methods
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             // Register the event listener
             document.addEventListener("startcallbutton", onStartCallKeyDown, false);
         }

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/events/events.volumedownbutton.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/events/events.volumedownbutton.md b/www/docs/en/1.8.1/cordova/events/events.volumedownbutton.md
index 350aa31..a071915 100644
--- a/www/docs/en/1.8.1/cordova/events/events.volumedownbutton.md
+++ b/www/docs/en/1.8.1/cordova/events/events.volumedownbutton.md
@@ -30,14 +30,14 @@ 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 Cordova '<a href="events.deviceready.html">deviceready</a>' event.
+Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova 'deviceready' event.
 
 Supported Platforms
 -------------------
 
 - BlackBerry WebWorks (OS 5.0 and higher)
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     document.addEventListener("volumedownbutton", onVolumeDownKeyDown, false);
@@ -46,31 +46,31 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         // Handle the volume down button
     }
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
                           "http://www.w3.org/TR/html4/strict.dtd">
     <html>
       <head>
-        <title>Cordova Volume Down Button <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Cordova Volume Down Button Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Call on<a href="../device/device.html">Device</a>Ready when Cordova is loaded.
+        // Call onDeviceReady when Cordova is loaded.
         //
         // At this point, the document has loaded but cordova-1.8.1.js has not.
         // When Cordova is loaded and talking with the native device,
-        // it will call the event `<a href="events.deviceready.html">deviceready</a>`.
+        // it will call the event `deviceready`.
         //
         function onLoad() {
-            document.addEventListener("<a href="events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
 
         // Cordova is loaded and it is now safe to make calls Cordova methods
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             // Register the event listener
             document.addEventListener("volumedownbutton", onVolumeDownKeyDown, false);
         }

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/events/events.volumeupbutton.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/events/events.volumeupbutton.md b/www/docs/en/1.8.1/cordova/events/events.volumeupbutton.md
index 79d968f..342fda9 100644
--- a/www/docs/en/1.8.1/cordova/events/events.volumeupbutton.md
+++ b/www/docs/en/1.8.1/cordova/events/events.volumeupbutton.md
@@ -30,14 +30,14 @@ 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 Cordova '<a href="events.deviceready.html">deviceready</a>' event.
+Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova 'deviceready' event.
 
 Supported Platforms
 -------------------
 
 - BlackBerry WebWorks (OS 5.0 and higher)
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     document.addEventListener("volumeupbutton", onVolumeUpKeyDown, false);
@@ -46,31 +46,31 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         // Handle the volume up button
     }
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
                           "http://www.w3.org/TR/html4/strict.dtd">
     <html>
       <head>
-        <title>Cordova Volume Up Button <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Cordova Volume Up Button Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Call on<a href="../device/device.html">Device</a>Ready when Cordova is loaded.
+        // Call onDeviceReady when Cordova is loaded.
         //
         // At this point, the document has loaded but cordova-1.8.1.js has not.
         // When Cordova is loaded and talking with the native device,
-        // it will call the event `<a href="events.deviceready.html">deviceready</a>`.
+        // it will call the event `deviceready`.
         //
         function onLoad() {
-            document.addEventListener("<a href="events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
 
         // Cordova is loaded and it is now safe to make calls Cordova methods
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             // Register the event listener
             document.addEventListener("volumeupbutton", onVolumeUpKeyDown, false);
         }

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/file/directoryentry/directoryentry.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/file/directoryentry/directoryentry.md b/www/docs/en/1.8.1/cordova/file/directoryentry/directoryentry.md
index 406f84f..f06bd19 100644
--- a/www/docs/en/1.8.1/cordova/file/directoryentry/directoryentry.md
+++ b/www/docs/en/1.8.1/cordova/file/directoryentry/directoryentry.md
@@ -26,30 +26,30 @@ This object represents a directory on a file system.  It is defined in the [W3C
 Properties
 ----------
 
-- __is<a href="../fileobj/fileobj.html">File</a>:__ Always false. _(boolean)_
+- __isFile:__ Always false. _(boolean)_
 - __isDirectory:__ Always true. _(boolean)_
 - __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 Cordova:
 
-- __filesystem:__ The file system on which the DirectoryEntry resides. _(<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>)_
+- __filesystem:__ The file system on which the DirectoryEntry resides. _(FileSystem)_
 
 Methods
 -------
 
 The following methods can be invoked on a DirectoryEntry object:
 
-- __get<a href="../metadata/metadata.html">Metadata</a>__: Look up metadata about a directory.
-- __set<a href="../metadata/metadata.html">Metadata</a>__: Set metadata on a directory.
+- __getMetadata__: Look up metadata about a directory.
+- __setMetadata__: Set metadata on a directory.
 - __moveTo__: Move a directory to a different location on the file system.
 - __copyTo__: Copy a directory to a different location on the file system.
 - __toURL__: Return a URL that can be used to locate a directory.
 - __remove__: Delete a directory.  The directory must be empty.
 - __getParent__: Look up the parent directory.
-- __createReader__: Create a new <a href="../directoryreader/directoryreader.html">DirectoryReader</a> that can read entries from a directory.
+- __createReader__: Create a new DirectoryReader that can read entries from a directory.
 - __getDirectory__: Create or look up a directory.
-- __get<a href="../fileobj/fileobj.html">File</a>__: Create or look up a file.
+- __getFile__: Create or look up a file.
 - __removeRecursively__: Delete a directory and all of its contents.
 
 
@@ -61,18 +61,18 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
 
-get<a href="../metadata/metadata.html">Metadata</a>
+getMetadata
 -----------
 
 Look up metadata about a directory.
 
 __Parameters:__
 
-- __successCallback__ - A callback that is called with a <a href="../metadata/metadata.html">Metadata</a> object. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs retrieving the <a href="../metadata/metadata.html">Metadata</a>. Invoked with a <a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a> object. _(Function)_
+- __successCallback__ - A callback that is called with a Metadata object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileError object. _(Function)_
 
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 
     function success(metadata) {
         console.log("Last Modified: " + metadata.modificationTime);
@@ -83,9 +83,9 @@ __Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
     }
 
     // Request the metadata object for this entry
-    entry.get<a href="../metadata/metadata.html">Metadata</a>(success, fail);
+    entry.getMetadata(success, fail);
 
-set<a href="../metadata/metadata.html">Metadata</a>
+setMetadata
 ----------------
 
 Set metadata on a directory.
@@ -98,7 +98,7 @@ __Parameters:__
 - __metadataObject__ - An object that contains the metadata keys and values. _(Object)_
 
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 
     function success() {
         console.log("The metadata was successfully set.");
@@ -109,7 +109,7 @@ __Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
     }
 
     // Set the metadata
-    entry.set<a href="../metadata/metadata.html">Metadata</a>(success, fail, { "com.apple.MobileBackup": 1});
+    entry.setMetadata(success, fail, { "com.apple.MobileBackup": 1});
 __iOS Quirk__
 
 - only the **"com.apple.MobileBackup"** extended attribute is supported. Set the value to **1** to NOT enable the directory to be backed up by iCloud. Set the value to **0** to re-enable the directory to be backed up by iCloud.
@@ -132,10 +132,10 @@ __Parameters:__
 - __parent__ - The parent directory to which to move the directory. _(DirectoryEntry)_
 - __newName__ - The new name of the directory. Defaults to the current name if unspecified. _(DOMString)_
 - __successCallback__ - A callback that is called with the DirectoryEntry object of the new directory. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs when attempting to move the directory.  Invoked with a <a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a> object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs when attempting to move the directory.  Invoked with a FileError object. _(Function)_
 
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 
     function success(entry) {
         console.log("New Path: " + entry.fullPath);
@@ -170,10 +170,10 @@ __Parameters:__
 - __parent__ - The parent directory to which to copy the directory. _(DirectoryEntry)_
 - __newName__ - The new name of the directory. Defaults to the current name if unspecified. _(DOMString)_
 - __successCallback__ - A callback that is called with the DirectoryEntry object of the new directory. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs when attempting to copy the underlying directory.  Invoked with a <a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a> object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs when attempting to copy the underlying directory.  Invoked with a FileError object. _(Function)_
 
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 
 	function win(entry) {
 		console.log("New Path: " + entry.fullPath);
@@ -199,7 +199,7 @@ toURL
 
 Returns a URL that can be used to locate the directory.
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 
     // Get the URL for this directory
     var dirURL = entry.toURL();
@@ -217,9 +217,9 @@ Deletes a directory. It is an error to attempt to:
 __Parameters:__
 
 - __successCallback__ - A callback that is called after the directory has been deleted.  Invoked with no parameters. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs when attempting to delete the directory.  Invoked with a <a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a> object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs when attempting to delete the directory.  Invoked with a FileError object. _(Function)_
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 
     function success(entry) {
         console.log("Removal succeeded");
@@ -241,9 +241,9 @@ Look up the parent DirectoryEntry containing the directory.
 __Parameters:__
 
 - __successCallback__ - A callback that is called with the directory's parent DirectoryEntry. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs when attempting to retrieve the parent DirectoryEntry.  Invoked with a <a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a> object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs when attempting to retrieve the parent DirectoryEntry.  Invoked with a FileError object. _(Function)_
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 
     function success(parent) {
         console.log("Parent Name: " + parent.name);
@@ -260,9 +260,9 @@ __Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
 createReader
 ------------
 
-Creates a new <a href="../directoryreader/directoryreader.html">DirectoryReader</a> to read entries in a directory.
+Creates a new DirectoryReader to read entries in a directory.
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 
     // create a directory reader
     var directoryReader = entry.createReader();
@@ -278,11 +278,11 @@ Creates or looks up an existing directory.  It is an error to attempt to:
 __Parameters:__
 
 - __path__ - The path to the directory to be looked up or created.  Either an absolute path, or a relative path from this DirectoryEntry. _(DOMString)_
-- __options__ - Options to specify whether the directory is created if it doesn't exist.  _(<a href="../flags/flags.html">Flags</a>)_
+- __options__ - Options to specify whether the directory is created if it doesn't exist.  _(Flags)_
 - __successCallback__ - A callback that is invoked with a DirectoryEntry object. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs creating or looking up the directory.  Invoked with a <a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a> object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs creating or looking up the directory.  Invoked with a FileError object. _(Function)_
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 
     function success(parent) {
         console.log("Parent Name: " + parent.name);
@@ -296,7 +296,7 @@ __Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
     entry.getDirectory("newDir", {create: true, exclusive: false}, success, fail);
 
 
-get<a href="../fileobj/fileobj.html">File</a>
+getFile
 -------
 
 Creates or looks up a file.  It is an error to attempt to:
@@ -306,11 +306,11 @@ Creates or looks up a file.  It is an error to attempt to:
 __Parameters:__
 
 - __path__ - The path to the file to be looked up or created.  Either an absolute path, or a relative path from this DirectoryEntry. _(DOMString)_
-- __options__ - Options to specify whether the file is created if it doesn't exist.  _(<a href="../flags/flags.html">Flags</a>)_
-- __successCallback__ - A callback that is invoked with a <a href="../fileentry/fileentry.html"><a href="../fileobj/fileobj.html">File</a>Entry</a> object. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs creating or looking up the file.  Invoked with a <a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a> object. _(Function)_
+- __options__ - Options to specify whether the file is created if it doesn't exist.  _(Flags)_
+- __successCallback__ - A callback that is invoked with a FileEntry object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs creating or looking up the file.  Invoked with a FileError object. _(Function)_
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 
     function success(parent) {
         console.log("Parent Name: " + parent.name);
@@ -321,7 +321,7 @@ __Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
     }
 
     // Retrieve an existing file, or create it if it does not exist
-    entry.get<a href="../fileobj/fileobj.html">File</a>("new<a href="../fileobj/fileobj.html">File</a>.txt", {create: true, exclusive: false}, success, fail);
+    entry.getFile("newFile.txt", {create: true, exclusive: false}, success, fail);
 
 
 removeRecursively
@@ -336,9 +336,9 @@ be deleted.   It is an error to attempt to:
 __Parameters:__
 
 - __successCallback__ - A callback that is called after the DirectoryEntry has been deleted.  Invoked with no parameters. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs when attempting to delete the DirectoryEntry.  Invoked with a <a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a> object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs when attempting to delete the DirectoryEntry.  Invoked with a FileError object. _(Function)_
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 
     function success(parent) {
         console.log("Remove Recursively Succeeded");

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/file/directoryreader/directoryreader.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/file/directoryreader/directoryreader.md b/www/docs/en/1.8.1/cordova/file/directoryreader/directoryreader.md
index 9e024f6..da55cc2 100644
--- a/www/docs/en/1.8.1/cordova/file/directoryreader/directoryreader.md
+++ b/www/docs/en/1.8.1/cordova/file/directoryreader/directoryreader.md
@@ -44,10 +44,10 @@ Read the entries in this directory.
 
 __Parameters:__
 
-- __successCallback__ - A callback that is passed an array of <a href="../fileentry/fileentry.html"><a href="../fileobj/fileobj.html">File</a>Entry</a> and <a href="../directoryentry/directoryentry.html">DirectoryEntry</a> objects. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs retrieving the directory listing. Invoked with a <a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a> object. _(Function)_
+- __successCallback__ - A callback that is passed an array of FileEntry and DirectoryEntry objects. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs retrieving the directory listing. Invoked with a FileError object. _(Function)_
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 	
     function success(entries) {
         var i;

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/file/file.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/file/file.md b/www/docs/en/1.8.1/cordova/file/file.md
index e4c6268..49bd848 100644
--- a/www/docs/en/1.8.1/cordova/file/file.md
+++ b/www/docs/en/1.8.1/cordova/file/file.md
@@ -18,29 +18,29 @@ license: >
     under the License.
 ---
 
-<a href="fileobj/fileobj.html">File</a>
+File
 ==========
 
->  This API is based on the W3C [<a href="fileobj/fileobj.html">File</a> API](http://www.w3.org/TR/<a href="fileobj/fileobj.html">File</a>API). An API to read, write and navigate file system hierarchies.
+>  This API is based on the W3C [File API](http://www.w3.org/TR/FileAPI). An API to read, write and navigate file system hierarchies.
 
 Objects
 -------
 
-- <a href="directoryentry/directoryentry.html">DirectoryEntry</a>
-- <a href="directoryreader/directoryreader.html">DirectoryReader</a>
-- <a href="fileobj/fileobj.html">File</a>
-- <a href="fileentry/fileentry.html"><a href="fileobj/fileobj.html">File</a>Entry</a>
-- <a href="fileerror/fileerror.html"><a href="fileobj/fileobj.html">File</a>Error</a>
-- <a href="filereader/filereader.html"><a href="fileobj/fileobj.html">File</a>Reader</a>
-- <a href="filesystem/filesystem.html"><a href="fileobj/fileobj.html">File</a>System</a>
-- <a href="filetransfer/filetransfer.html"><a href="fileobj/fileobj.html">File</a>Transfer</a>
-- <a href="filetransfererror/filetransfererror.html"><a href="filetransfer/filetransfer.html"><a href="fileobj/fileobj.html">File</a>Transfer</a>Error</a>
-- <a href="fileuploadoptions/fileuploadoptions.html"><a href="fileobj/fileobj.html">File</a>UploadOptions</a>
-- <a href="fileuploadresult/fileuploadresult.html"><a href="fileobj/fileobj.html">File</a>UploadResult</a>
-- <a href="filewriter/filewriter.html"><a href="fileobj/fileobj.html">File</a>Writer</a>
-- <a href="flags/flags.html">Flags</a>
-- Local<a href="filesystem/filesystem.html"><a href="fileobj/fileobj.html">File</a>System</a>
-- <a href="metadata/metadata.html">Metadata</a>
+- DirectoryEntry
+- DirectoryReader
+- File
+- FileEntry
+- FileError
+- FileReader
+- FileSystem
+- FileTransfer
+- FileTransferError
+- FileUploadOptions
+- FileUploadResult
+- FileWriter
+- Flags
+- LocalFileSystem
+- Metadata
 
 Permissions
 -----------
@@ -49,8 +49,8 @@ Permissions
 
 #### app/res/xml/plugins.xml
 
-    <plugin name="<a href="fileobj/fileobj.html">File</a>" value="org.apache.cordova.<a href="fileobj/fileobj.html">File</a>Utils" />
-    <plugin name="<a href="filetransfer/filetransfer.html"><a href="fileobj/fileobj.html">File</a>Transfer</a>" value="org.apache.cordova.<a href="filetransfer/filetransfer.html"><a href="fileobj/fileobj.html">File</a>Transfer</a>" />
+    <plugin name="File" value="org.apache.cordova.FileUtils" />
+    <plugin name="FileTransfer" value="org.apache.cordova.FileTransfer" />
 
 #### app/AndroidManifest.xml
 
@@ -64,8 +64,8 @@ Permissions
 
 #### www/plugins.xml
 
-    <plugin name="<a href="fileobj/fileobj.html">File</a>" value="org.apache.cordova.file.<a href="fileobj/fileobj.html">File</a>Manager" />
-    <plugin name="<a href="filetransfer/filetransfer.html"><a href="fileobj/fileobj.html">File</a>Transfer</a>" value="org.apache.cordova.http.<a href="filetransfer/filetransfer.html"><a href="fileobj/fileobj.html">File</a>Transfer</a>" />
+    <plugin name="File" value="org.apache.cordova.file.FileManager" />
+    <plugin name="FileTransfer" value="org.apache.cordova.http.FileTransfer" />
 
 #### www/config.xml
 
@@ -78,18 +78,18 @@ Permissions
 
 ### iOS
 
-#### App/Supporting <a href="fileobj/fileobj.html">File</a>s/Cordova.plist
+#### App/Supporting Files/Cordova.plist
 
     <key>Plugins</key>
     <dict>
-        <key><a href="fileobj/fileobj.html">File</a></key>
-        <string>CDV<a href="fileobj/fileobj.html">File</a></string>
+        <key>File</key>
+        <string>CDVFile</string>
     </dict>
 
     <key>Plugins</key>
     <dict>
-        <key><a href="filetransfer/filetransfer.html"><a href="fileobj/fileobj.html">File</a>Transfer</a></key>
-        <string>CDV<a href="filetransfer/filetransfer.html"><a href="fileobj/fileobj.html">File</a>Transfer</a></string>
+        <key>FileTransfer</key>
+        <string>CDVFileTransfer</string>
     </dict>
 
 ### webOS

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/file/fileentry/fileentry.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/file/fileentry/fileentry.md b/www/docs/en/1.8.1/cordova/file/fileentry/fileentry.md
index 4334cb3..ea0ad2c 100644
--- a/www/docs/en/1.8.1/cordova/file/fileentry/fileentry.md
+++ b/www/docs/en/1.8.1/cordova/file/fileentry/fileentry.md
@@ -18,7 +18,7 @@ license: >
     under the License.
 ---
 
-<a href="../fileobj/fileobj.html">File</a>Entry
+FileEntry
 ==========
 
 This object represents a file on a file system.  It is defined in the [W3C Directories and Systems](http://www.w3.org/TR/file-system-api/) specification.
@@ -26,28 +26,28 @@ This object represents a file on a file system.  It is defined in the [W3C Direc
 Properties
 ----------
 
-- __is<a href="../fileobj/fileobj.html">File</a>:__ Always true. _(boolean)_
+- __isFile:__ Always true. _(boolean)_
 - __isDirectory:__ Always false. _(boolean)_
-- __name:__ The name of the <a href="../fileobj/fileobj.html">File</a>Entry, excluding the path leading to it. _(DOMString)_
-- __fullPath:__ The full absolute path from the root to the <a href="../fileobj/fileobj.html">File</a>Entry. _(DOMString)_
+- __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 Cordova:
 
-- __filesystem:__ The file system on which the <a href="../fileobj/fileobj.html">File</a>Entry resides. _(<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>)_
+- __filesystem:__ The file system on which the FileEntry resides. _(FileSystem)_
 
 
 Methods
 -------
 
-- __get<a href="../metadata/metadata.html">Metadata</a>__: Look up metadata about a file.
-- __set<a href="../metadata/metadata.html">Metadata</a>__: Set metadata on a file.
+- __getMetadata__: Look up metadata about a file.
+- __setMetadata__: Set metadata on a file.
 - __moveTo__: Move a file to a different location on the file system.
 - __copyTo__: Copy a file to a different location on the file system.
 - __toURL__: Return a URL that can be used to locate a file.
 - __remove__: Delete a file.
 - __getParent__: Look up the parent directory.
-- __createWriter__: Creates a <a href="../filewriter/filewriter.html"><a href="../fileobj/fileobj.html">File</a>Writer</a> object that can be used to write to a file.
-- __file__: Creates a <a href="../fileobj/fileobj.html">File</a> object containing file properties.
+- __createWriter__: Creates a FileWriter object that can be used to write to a file.
+- __file__: Creates a File object containing file properties.
 
 
 Supported Platforms
@@ -59,18 +59,18 @@ Supported Platforms
 - Windows Phone 7 ( Mango )
 
 
-get<a href="../metadata/metadata.html">Metadata</a>
+getMetadata
 ----------------
 
 Look up metadata about a file.
 
 __Parameters:__
 
-- __successCallback__ - A callback that is called with a <a href="../metadata/metadata.html">Metadata</a> object. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs retrieving the <a href="../metadata/metadata.html">Metadata</a>. Invoked with a <a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a> object. _(Function)_
+- __successCallback__ - A callback that is called with a Metadata object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileError object. _(Function)_
 
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 
     function success(metadata) {
         console.log("Last Modified: " + metadata.modificationTime);
@@ -81,10 +81,10 @@ __Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
     }
 
     // Request the metadata object for this entry
-    entry.get<a href="../metadata/metadata.html">Metadata</a>(success, fail);
+    entry.getMetadata(success, fail);
 
 
-set<a href="../metadata/metadata.html">Metadata</a>
+setMetadata
 ----------------
 
 Set metadata on a file.
@@ -97,7 +97,7 @@ __Parameters:__
 - __metadataObject__ - An object that contains the metadata keys and values. _(Object)_
 
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 
     function success() {
         console.log("The metadata was successfully set.");
@@ -108,7 +108,7 @@ __Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
     }
 
     // Set the metadata
-    entry.set<a href="../metadata/metadata.html">Metadata</a>(success, fail, { "com.apple.MobileBackup": 1});
+    entry.setMetadata(success, fail, { "com.apple.MobileBackup": 1});
 __iOS Quirk__
 
 - only the **"com.apple.MobileBackup"** extended attribute is supported. Set the value to **1** to NOT enable the file to be backed up by iCloud. Set the value to **0** to re-enable the file to be backed up by iCloud.
@@ -126,13 +126,13 @@ In addition, an attempt to move a file on top of an existing file must attempt t
 
 __Parameters:__
 
-- __parent__ - The parent directory to which to move the file. _(<a href="../directoryentry/directoryentry.html">DirectoryEntry</a>)_
+- __parent__ - The parent directory to which to move the file. _(DirectoryEntry)_
 - __newName__ - The new name of the file. Defaults to the current name if unspecified. _(DOMString)_
-- __successCallback__ - A callback that is called with the <a href="../fileobj/fileobj.html">File</a>Entry object of the new file. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs when attempting to move the file.  Invoked with a <a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a> object. _(Function)_
+- __successCallback__ - A callback that is called with the FileEntry object of the new file. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs when attempting to move the file.  Invoked with a FileError object. _(Function)_
 
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 
     function success(entry) {
         console.log("New Path: " + entry.fullPath);
@@ -142,13 +142,13 @@ __Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
         alert(error.code);
     }
 
-    function move<a href="../fileobj/fileobj.html">File</a>(entry) {
+    function moveFile(entry) {
         var parent = document.getElementById('parent').value,
             parentName = parent.substring(parent.lastIndexOf('/')+1),
-            parentEntry = new <a href="../directoryentry/directoryentry.html">DirectoryEntry</a>(parentName, parent);
+            parentEntry = new DirectoryEntry(parentName, parent);
 
         // move the file to a new directory and rename it
-        entry.moveTo(parentEntry, "new<a href="../fileobj/fileobj.html">File</a>.txt", success, fail);
+        entry.moveTo(parentEntry, "newFile.txt", success, fail);
     }
 
 
@@ -161,13 +161,13 @@ Copy a file to a new location on the file system.  It is an error to attempt to:
 
 __Parameters:__
 
-- __parent__ - The parent directory to which to copy the file. _(<a href="../directoryentry/directoryentry.html">DirectoryEntry</a>)_
+- __parent__ - The parent directory to which to copy the file. _(DirectoryEntry)_
 - __newName__ - The new name of the file. Defaults to the current name if unspecified. _(DOMString)_
-- __successCallback__ - A callback that is called with the <a href="../fileobj/fileobj.html">File</a>Entry object of the new file. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs when attempting to copy the file.  Invoked with a <a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a> object. _(Function)_
+- __successCallback__ - A callback that is called with the FileEntry object of the new file. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs when attempting to copy the file.  Invoked with a FileError object. _(Function)_
 
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 
     function win(entry) {
 	    console.log("New Path: " + entry.fullPath);
@@ -177,10 +177,10 @@ __Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
 	    alert(error.code);
     }
 
-    function copy<a href="../fileobj/fileobj.html">File</a>(entry) {
+    function copyFile(entry) {
         var parent = document.getElementById('parent').value,
             parentName = parent.substring(parent.lastIndexOf('/')+1),
-            parentEntry = new <a href="../directoryentry/directoryentry.html">DirectoryEntry</a>(parentName, parent);
+            parentEntry = new DirectoryEntry(parentName, parent);
 
         // copy the file to a new directory and rename it
         entry.copyTo(parentEntry, "file.copy", success, fail);
@@ -192,7 +192,7 @@ toURL
 
 Returns a URL that can be used to locate the file.
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 
     // Request the URL for this entry
     var fileURL = entry.toURL();
@@ -207,9 +207,9 @@ Deletes a file.
 __Parameters:__
 
 - __successCallback__ - A callback that is called after the file has been deleted.  Invoked with no parameters. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs when attempting to delete the file.  Invoked with a <a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a> object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs when attempting to delete the file.  Invoked with a FileError object. _(Function)_
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 
     function success(entry) {
         console.log("Removal succeeded");
@@ -226,14 +226,14 @@ __Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
 getParent
 ---------
 
-Look up the parent <a href="../directoryentry/directoryentry.html">DirectoryEntry</a> containing the file.
+Look up the parent DirectoryEntry containing the file.
 
 __Parameters:__
 
-- __successCallback__ - A callback that is called with the file's parent <a href="../directoryentry/directoryentry.html">DirectoryEntry</a>. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs when attempting to retrieve the parent <a href="../directoryentry/directoryentry.html">DirectoryEntry</a>.  Invoked with a <a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a> object. _(Function)_
+- __successCallback__ - A callback that is called with the file's parent DirectoryEntry. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs when attempting to retrieve the parent DirectoryEntry.  Invoked with a FileError object. _(Function)_
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 
     function success(parent) {
         console.log("Parent Name: " + parent.name);
@@ -243,21 +243,21 @@ __Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
         alert(error.code);
     }
 
-    // Get the parent <a href="../directoryentry/directoryentry.html">DirectoryEntry</a>
+    // Get the parent DirectoryEntry
     entry.getParent(success, fail);
 
 
 createWriter
 ------------
 
-Create a <a href="../filewriter/filewriter.html"><a href="../fileobj/fileobj.html">File</a>Writer</a> object associated with the file that the <a href="../fileobj/fileobj.html">File</a>Entry represents.
+Create a FileWriter object associated with the file that the FileEntry represents.
 
 __Parameters:__
 
-- __successCallback__ - A callback that is called with a <a href="../filewriter/filewriter.html"><a href="../fileobj/fileobj.html">File</a>Writer</a> object. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs while attempting to create the <a href="../filewriter/filewriter.html"><a href="../fileobj/fileobj.html">File</a>Writer</a>.  Invoked with a <a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a> object. _(Function)_
+- __successCallback__ - A callback that is called with a FileWriter object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs while attempting to create the FileWriter.  Invoked with a FileError object. _(Function)_
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 
     function success(writer) {
         writer.write("Some text to the file");
@@ -267,24 +267,24 @@ __Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
         alert(error.code);
     }
 
-    // create a <a href="../filewriter/filewriter.html"><a href="../fileobj/fileobj.html">File</a>Writer</a> to write to the file
+    // create a FileWriter to write to the file
     entry.createWriter(success, fail);
 
 
 file
 ----
 
-Return a <a href="../fileobj/fileobj.html">File</a> object that represents the current state of the file that this <a href="../fileobj/fileobj.html">File</a>Entry represents.
+Return a File object that represents the current state of the file that this FileEntry represents.
 
 __Parameters:__
 
-- __successCallback__ - A callback that is called with a <a href="../fileobj/fileobj.html">File</a> object. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs when creating the <a href="../fileobj/fileobj.html">File</a> object (e.g. the underlying file no longer exists).  Invoked with a <a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a> object. _(Function)_
+- __successCallback__ - A callback that is called with a File object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs when creating the File object (e.g. the underlying file no longer exists).  Invoked with a FileError object. _(Function)_
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 
     function success(file) {
-        console.log("<a href="../fileobj/fileobj.html">File</a> size: " + file.size);
+        console.log("File size: " + file.size);
     }
 
     function fail(error) {

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/file/fileerror/fileerror.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/file/fileerror/fileerror.md b/www/docs/en/1.8.1/cordova/file/fileerror/fileerror.md
index 5bdd794..fa54c1f 100644
--- a/www/docs/en/1.8.1/cordova/file/fileerror/fileerror.md
+++ b/www/docs/en/1.8.1/cordova/file/fileerror/fileerror.md
@@ -18,10 +18,10 @@ license: >
     under the License.
 ---
 
-<a href="../fileobj/fileobj.html">File</a>Error
+FileError
 ========
 
-A '<a href="../fileobj/fileobj.html">File</a>Error' object is set when an error occurs in any of the <a href="../fileobj/fileobj.html">File</a> API methods. 
+A 'FileError' object is set when an error occurs in any of the File API methods. 
 
 Properties
 ----------
@@ -31,20 +31,20 @@ Properties
 Constants
 ---------
 
-- `<a href="../fileobj/fileobj.html">File</a>Error.NOT_FOUND_ERR`
-- `<a href="../fileobj/fileobj.html">File</a>Error.SECURITY_ERR`
-- `<a href="../fileobj/fileobj.html">File</a>Error.ABORT_ERR`
-- `<a href="../fileobj/fileobj.html">File</a>Error.NOT_READABLE_ERR`
-- `<a href="../fileobj/fileobj.html">File</a>Error.ENCODING_ERR`
-- `<a href="../fileobj/fileobj.html">File</a>Error.NO_MODIFICATION_ALLOWED_ERR`
-- `<a href="../fileobj/fileobj.html">File</a>Error.INVALID_STATE_ERR`
-- `<a href="../fileobj/fileobj.html">File</a>Error.SYNTAX_ERR`
-- `<a href="../fileobj/fileobj.html">File</a>Error.INVALID_MODIFICATION_ERR`
-- `<a href="../fileobj/fileobj.html">File</a>Error.QUOTA_EXCEEDED_ERR`
-- `<a href="../fileobj/fileobj.html">File</a>Error.TYPE_MISMATCH_ERR`
-- `<a href="../fileobj/fileobj.html">File</a>Error.PATH_EXISTS_ERR`
+- `FileError.NOT_FOUND_ERR`
+- `FileError.SECURITY_ERR`
+- `FileError.ABORT_ERR`
+- `FileError.NOT_READABLE_ERR`
+- `FileError.ENCODING_ERR`
+- `FileError.NO_MODIFICATION_ALLOWED_ERR`
+- `FileError.INVALID_STATE_ERR`
+- `FileError.SYNTAX_ERR`
+- `FileError.INVALID_MODIFICATION_ERR`
+- `FileError.QUOTA_EXCEEDED_ERR`
+- `FileError.TYPE_MISMATCH_ERR`
+- `FileError.PATH_EXISTS_ERR`
 
 Description
 -----------
 
-The `<a href="../fileobj/fileobj.html">File</a>Error` object is the only parameter of any of the <a href="../fileobj/fileobj.html">File</a> API's error callbacks.  Developers must read the code property to determine the type of error.
\ No newline at end of file
+The `FileError` object is the only parameter of any of the File API's error callbacks.  Developers must read the code property to determine the type of error.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/file/fileobj/fileobj.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/file/fileobj/fileobj.md b/www/docs/en/1.8.1/cordova/file/fileobj/fileobj.md
index 5910a3c..9920be9 100644
--- a/www/docs/en/1.8.1/cordova/file/fileobj/fileobj.md
+++ b/www/docs/en/1.8.1/cordova/file/fileobj/fileobj.md
@@ -35,7 +35,7 @@ Properties
 Details
 -------
 
-The `File` object contains attributes of a single file.  You can get an instance of a File object by calling the __file__ method of a `<a href="../fileentry/fileentry.html">FileEntry</a>` object.
+The `File` object contains attributes of a single file.  You can get an instance of a File object by calling the __file__ method of a `FileEntry` object.
 
 Supported Platforms
 -------------------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/file/filereader/filereader.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/file/filereader/filereader.md b/www/docs/en/1.8.1/cordova/file/filereader/filereader.md
index 1e3651f..57a4567 100644
--- a/www/docs/en/1.8.1/cordova/file/filereader/filereader.md
+++ b/www/docs/en/1.8.1/cordova/file/filereader/filereader.md
@@ -18,17 +18,17 @@ license: >
     under the License.
 ---
 
-<a href="../fileobj/fileobj.html">File</a>Reader
+FileReader
 ==========
 
-<a href="../fileobj/fileobj.html">File</a>Reader is an object that allows one to read a file.
+FileReader is an object that allows one to read a file.
 
 Properties
 ----------
 
 - __readyState:__ One of the three states the reader can be in EMPTY, LOADING or DONE.
 - __result:__ The contents of the file that has been read. _(DOMString)_
-- __error:__ An object containing errors. _(<a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a>)_
+- __error:__ An object containing errors. _(FileError)_
 - __onloadstart:__ Called when the read starts. . _(Function)_
 - __onprogress:__ Called while reading the file, reports progress (progess.loaded/progress.total). _(Function)_ -NOT SUPPORTED
 - __onload:__ Called when the read has successfully completed. _(Function)_
@@ -46,7 +46,7 @@ Methods
 Details
 -------
 
-The `<a href="../fileobj/fileobj.html">File</a>Reader` object is a way to read files from the devices file system.  <a href="../fileobj/fileobj.html">File</a>s can be read as text or as a base64 data encoded string.  Users register their own event listeners to receive the loadstart, progress, load, loadend, error and abort events.
+The `FileReader` object is a way to read files from the devices file system.  Files can be read as text or as a base64 data encoded string.  Users register their own event listeners to receive the loadstart, progress, load, loadend, error and abort events.
 
 Supported Platforms
 -------------------
@@ -63,11 +63,11 @@ __Parameters:__
 - file - the file object to read
 
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
 	function win(file) {
-		var reader = new <a href="../fileobj/fileobj.html">File</a>Reader();
+		var reader = new FileReader();
 		reader.onloadend = function(evt) {
         	console.log("read success");
             console.log(evt.target.result);
@@ -89,11 +89,11 @@ __Parameters:__
 - file - the file object to read
 - encoding - the encoding to use to encode the file's content. Default is UTF8.
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
 	function win(file) {
-		var reader = new <a href="../fileobj/fileobj.html">File</a>Reader();
+		var reader = new FileReader();
 		reader.onloadend = function(evt) {
         	console.log("read success");
             console.log(evt.target.result);
@@ -107,11 +107,11 @@ Quick <a href="../../storage/storage.opendatabase.html">Example</a>
 	
     entry.file(win, fail);
 
-Abort Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Abort Quick Example
 -------------------
 
 	function win(file) {
-		var reader = new <a href="../fileobj/fileobj.html">File</a>Reader();
+		var reader = new FileReader();
 		reader.onloadend = function(evt) {
         	console.log("read success");
             console.log(evt.target.result);
@@ -126,13 +126,13 @@ Abort Quick <a href="../../storage/storage.opendatabase.html">Example</a>
 	
     entry.file(win, fail);
 
-Full <a href="../../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../fileobj/fileobj.html">File</a>Reader <a href="../../storage/storage.opendatabase.html">Example</a></title>
+        <title>FileReader Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.1.js"></script>
         <script type="text/javascript" charset="utf-8">
@@ -140,30 +140,30 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
         // Wait for Cordova to load
         //
         function onLoad() {
-            document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
 
         // Cordova is ready
         //
-        function on<a href="../../device/device.html">Device</a>Ready() {
-			window.request<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>(Local<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>.PERSISTENT, 0, gotFS, fail);
+        function onDeviceReady() {
+			window.requestFileSystem(LocalFileSystem.PERSISTENT, 0, gotFS, fail);
         }
 		
 		function gotFS(fileSystem) {
-			fileSystem.root.get<a href="../fileobj/fileobj.html">File</a>("readme.txt", null, got<a href="../fileentry/fileentry.html"><a href="../fileobj/fileobj.html">File</a>Entry</a>, fail);
+			fileSystem.root.getFile("readme.txt", null, gotFileEntry, fail);
 		}
 		
-		function got<a href="../fileentry/fileentry.html"><a href="../fileobj/fileobj.html">File</a>Entry</a>(fileEntry) {
-			fileEntry.file(got<a href="../fileobj/fileobj.html">File</a>, fail);
+		function gotFileEntry(fileEntry) {
+			fileEntry.file(gotFile, fail);
 		}
 		
-        function got<a href="../fileobj/fileobj.html">File</a>(file){
+        function gotFile(file){
 			readDataUrl(file);
 			readAsText(file);
 		}
         
         function readDataUrl(file) {
-            var reader = new <a href="../fileobj/fileobj.html">File</a>Reader();
+            var reader = new FileReader();
             reader.onloadend = function(evt) {
                 console.log("Read as data URL");
                 console.log(evt.target.result);
@@ -172,7 +172,7 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
         }
         
         function readAsText(file) {
-            var reader = new <a href="../fileobj/fileobj.html">File</a>Reader();
+            var reader = new FileReader();
             reader.onloadend = function(evt) {
                 console.log("Read as text");
                 console.log(evt.target.result);
@@ -187,8 +187,8 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
         </script>
       </head>
       <body>
-        <h1><a href="../../storage/storage.opendatabase.html">Example</a></h1>
-        <p>Read <a href="../fileobj/fileobj.html">File</a></p>
+        <h1>Example</h1>
+        <p>Read File</p>
       </body>
     </html>
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/file/filesystem/filesystem.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/file/filesystem/filesystem.md b/www/docs/en/1.8.1/cordova/file/filesystem/filesystem.md
index faf0bac..a49d023 100644
--- a/www/docs/en/1.8.1/cordova/file/filesystem/filesystem.md
+++ b/www/docs/en/1.8.1/cordova/file/filesystem/filesystem.md
@@ -18,7 +18,7 @@ license: >
     under the License.
 ---
 
-<a href="../fileobj/fileobj.html">File</a>System
+FileSystem
 ==========
 
 This object represents a file system.
@@ -27,12 +27,12 @@ Properties
 ----------
 
 - __name:__ The name of the file system. _(DOMString)_
-- __root:__ The root directory of the file system. _(<a href="../directoryentry/directoryentry.html">DirectoryEntry</a>)_
+- __root:__ The root directory of the file system. _(DirectoryEntry)_
 
 Details
 -------
 
-The `<a href="../fileobj/fileobj.html">File</a>System` object represents information about the file system. The name of the file system will be unique across the list of exposed file systems.  The root property contains a `<a href="../directoryentry/directoryentry.html">DirectoryEntry</a>` object which represents the root directory of the file system.
+The `FileSystem` object represents information about the file system. The name of the file system will be unique across the list of exposed file systems.  The root property contains a `DirectoryEntry` object which represents the root directory of the file system.
 
 Supported Platforms
 -------------------
@@ -42,7 +42,7 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
 
-<a href="../fileobj/fileobj.html">File</a> System Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+File System Quick Example
 -------------------------
 
 	function onSuccess(fileSystem) {
@@ -51,30 +51,30 @@ Supported Platforms
 	}
 	
 	// request the persistent file system
-	window.request<a href="../fileobj/fileobj.html">File</a>System(<a href="../localfilesystem/localfilesystem.html">Local<a href="../fileobj/fileobj.html">File</a>System</a>.PERSISTENT, 0, onSuccess, null);
+	window.requestFileSystem(LocalFileSystem.PERSISTENT, 0, onSuccess, null);
 
-Full <a href="../../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../fileobj/fileobj.html">File</a> System <a href="../../storage/storage.opendatabase.html">Example</a></title>
+        <title>File System Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../../device/device.html">Device</a>Ready() {
-			window.request<a href="../fileobj/fileobj.html">File</a>System(<a href="../localfilesystem/localfilesystem.html">Local<a href="../fileobj/fileobj.html">File</a>System</a>.PERSISTENT, 0, on<a href="../fileobj/fileobj.html">File</a>SystemSuccess, fail);
+        function onDeviceReady() {
+			window.requestFileSystem(LocalFileSystem.PERSISTENT, 0, onFileSystemSuccess, fail);
         }
 
-		function on<a href="../fileobj/fileobj.html">File</a>SystemSuccess(fileSystem) {
+		function onFileSystemSuccess(fileSystem) {
 			console.log(fileSystem.name);
 			console.log(fileSystem.root.name);
 		}
@@ -86,7 +86,7 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
         </script>
       </head>
       <body>
-        <h1><a href="../../storage/storage.opendatabase.html">Example</a></h1>
-        <p><a href="../fileobj/fileobj.html">File</a> System</p>
+        <h1>Example</h1>
+        <p>File System</p>
       </body>
     </html>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/file/filetransfer/filetransfer.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/file/filetransfer/filetransfer.md b/www/docs/en/1.8.1/cordova/file/filetransfer/filetransfer.md
index ad072a2..61fc5fe 100644
--- a/www/docs/en/1.8.1/cordova/file/filetransfer/filetransfer.md
+++ b/www/docs/en/1.8.1/cordova/file/filetransfer/filetransfer.md
@@ -18,10 +18,10 @@ license: >
     under the License.
 ---
 
-<a href="../fileobj/fileobj.html">File</a>Transfer
+FileTransfer
 ==========
 
-<a href="../fileobj/fileobj.html">File</a>Transfer is an object that allows you to upload files to a server or download files from a server.
+FileTransfer is an object that allows you to upload files to a server or download files from a server.
 
 Properties
 ----------
@@ -37,7 +37,7 @@ Methods
 Details
 -------
 
-The `<a href="../fileobj/fileobj.html">File</a>Transfer` object provides a way to upload files to a remote server using an HTTP multi-part POST request.  Both HTTP and HTTPS protocols are supported.  Optional parameters can be specified by passing a <a href="../fileuploadoptions/fileuploadoptions.html"><a href="../fileobj/fileobj.html">File</a>UploadOptions</a> object to the upload method.  On successful upload, the success callback will be called with a <a href="../fileuploadresult/fileuploadresult.html"><a href="../fileobj/fileobj.html">File</a>UploadResult</a> object.  If an error occurs, the error callback will be invoked with a <a href="../filetransfererror/filetransfererror.html"><a href="../fileobj/fileobj.html">File</a>TransferError</a> object.
+The `FileTransfer` object provides a way to upload files to a remote server using an HTTP multi-part POST request.  Both HTTP and HTTPS protocols are supported.  Optional parameters can be specified by passing a FileUploadOptions object to the upload method.  On successful upload, the success callback will be called with a FileUploadResult object.  If an error occurs, the error callback will be invoked with a FileTransferError object.
 It is also possible to download a file from remote and save it on the device (only iOS and Android).
 
 Supported Platforms
@@ -55,11 +55,11 @@ __Parameters:__
 
 - __filePath__ - Full path of the file on the device
 - __server__ - URL of the server to receive the file
-- __successCallback__ - A callback that is called with a <a href="../metadata/metadata.html">Metadata</a> object. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs retrieving the <a href="../metadata/metadata.html">Metadata</a>. Invoked with a <a href="../filetransfererror/filetransfererror.html"><a href="../fileobj/fileobj.html">File</a>TransferError</a> object. _(Function)_
+- __successCallback__ - A callback that is called with a Metadata object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileTransferError object. _(Function)_
 - __options__ - Optional parameters such as file name and mimetype
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 	
     // !! Assumes variable fileURI contains a valid URI to a  text file on the device
 	
@@ -75,7 +75,7 @@ __Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
         console.log("upload error target " + error.target);
     }
 	
-	var options = new <a href="../fileuploadoptions/fileuploadoptions.html"><a href="../fileobj/fileobj.html">File</a>UploadOptions</a>();
+	var options = new FileUploadOptions();
 	options.fileKey="file";
 	options.fileName=fileURI.substr(fileURI.lastIndexOf('/')+1);
 	options.mimeType="text/plain";
@@ -86,29 +86,29 @@ __Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
 		
 	options.params = params;
 	
-	var ft = new <a href="../fileobj/fileobj.html">File</a>Transfer();
+	var ft = new FileTransfer();
     ft.upload(fileURI, "http://some.server.com/upload.php", win, fail, options);
     
-__Full <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Full Example__
 
     <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
     <html>
     <head>
-        <title><a href="../fileobj/fileobj.html">File</a> Transfer <a href="../../storage/storage.opendatabase.html">Example</a></title>
+        <title>File Transfer Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.1.js"></script>
         <script type="text/javascript" charset="utf-8">
             
             // Wait for Cordova to load
             //
-            document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
             
             // Cordova is ready
             //
-            function on<a href="../../device/device.html">Device</a>Ready() {
+            function onDeviceReady() {
                 
                 // Retrieve image file location from specified source
-                navigator.<a href="../../camera/camera.getPicture.html">camera.getPicture</a>(uploadPhoto,
+                navigator.camera.getPicture(uploadPhoto,
                                             function(message) { alert('get picture failed'); },
                                             { quality: 50, 
                                             destinationType: navigator.camera.DestinationType.FILE_URI,
@@ -118,7 +118,7 @@ __Full <a href="../../storage/storage.opendatabase.html">Example</a>__
             }
             
             function uploadPhoto(imageURI) {
-                var options = new <a href="../fileuploadoptions/fileuploadoptions.html"><a href="../fileobj/fileobj.html">File</a>UploadOptions</a>();
+                var options = new FileUploadOptions();
                 options.fileKey="file";
                 options.fileName=imageURI.substr(imageURI.lastIndexOf('/')+1);
                 options.mimeType="image/jpeg";
@@ -129,7 +129,7 @@ __Full <a href="../../storage/storage.opendatabase.html">Example</a>__
                 
                 options.params = params;
                 
-                var ft = new <a href="../fileobj/fileobj.html">File</a>Transfer();
+                var ft = new FileTransfer();
                 ft.upload(imageURI, "http://some.server.com/upload.php", win, fail, options);
             }
             
@@ -148,8 +148,8 @@ __Full <a href="../../storage/storage.opendatabase.html">Example</a>__
             </script>
     </head>
     <body>
-        <h1><a href="../../storage/storage.opendatabase.html">Example</a></h1>
-        <p>Upload <a href="../fileobj/fileobj.html">File</a></p>
+        <h1>Example</h1>
+        <p>Upload File</p>
     </body>
     </html>
 
@@ -160,14 +160,14 @@ __Parameters:__
 
 - __source__ - URL of the server to receive the file
 - __target__ - Full path of the file on the device
-- __successCallback__ - A callback that is called with a <a href="../fileentry/fileentry.html"><a href="../fileobj/fileobj.html">File</a>Entry</a> object. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs retrieving the <a href="../metadata/metadata.html">Metadata</a>. Invoked with a <a href="../filetransfererror/filetransfererror.html"><a href="../fileobj/fileobj.html">File</a>TransferError</a> object. _(Function)_
+- __successCallback__ - A callback that is called with a FileEntry object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileTransferError object. _(Function)_
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 
      // !! Assumes variable url contains a valid URI to a file on a server and filePath is a valid path on the device
 
-    var fileTransfer = new <a href="../fileobj/fileobj.html">File</a>Transfer();
+    var fileTransfer = new FileTransfer();
     
     fileTransfer.download(
         url,

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/file/filetransfererror/filetransfererror.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/file/filetransfererror/filetransfererror.md b/www/docs/en/1.8.1/cordova/file/filetransfererror/filetransfererror.md
index c843777..f5fd9db 100644
--- a/www/docs/en/1.8.1/cordova/file/filetransfererror/filetransfererror.md
+++ b/www/docs/en/1.8.1/cordova/file/filetransfererror/filetransfererror.md
@@ -18,10 +18,10 @@ license: >
     under the License.
 ---
 
-<a href="../filetransfer/filetransfer.html"><a href="../fileobj/fileobj.html">File</a>Transfer</a>Error
+FileTransferError
 ========
 
-A `<a href="../filetransfer/filetransfer.html"><a href="../fileobj/fileobj.html">File</a>Transfer</a>Error` object is returned via the error callback when an error occurs.
+A `FileTransferError` object is returned via the error callback when an error occurs.
 
 Properties
 ----------
@@ -34,11 +34,11 @@ Properties
 Constants
 ---------
 
-- `<a href="../filetransfer/filetransfer.html"><a href="../fileobj/fileobj.html">File</a>Transfer</a>Error.FILE_NOT_FOUND_ERR`
-- `<a href="../filetransfer/filetransfer.html"><a href="../fileobj/fileobj.html">File</a>Transfer</a>Error.INVALID_URL_ERR`
-- `<a href="../filetransfer/filetransfer.html"><a href="../fileobj/fileobj.html">File</a>Transfer</a>Error.CONNECTION_ERR`
+- `FileTransferError.FILE_NOT_FOUND_ERR`
+- `FileTransferError.INVALID_URL_ERR`
+- `FileTransferError.CONNECTION_ERR`
 
 Description
 -----------
 
-The `<a href="../filetransfer/filetransfer.html"><a href="../fileobj/fileobj.html">File</a>Transfer</a>Error` object is returned via the error callback  when an error occurs when uploading a file.
+The `FileTransferError` object is returned via the error callback  when an error occurs when uploading a file.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/file/fileuploadoptions/fileuploadoptions.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/file/fileuploadoptions/fileuploadoptions.md b/www/docs/en/1.8.1/cordova/file/fileuploadoptions/fileuploadoptions.md
index afd3e1a..2b02358 100644
--- a/www/docs/en/1.8.1/cordova/file/fileuploadoptions/fileuploadoptions.md
+++ b/www/docs/en/1.8.1/cordova/file/fileuploadoptions/fileuploadoptions.md
@@ -18,10 +18,10 @@ license: >
     under the License.
 ---
 
-<a href="../fileobj/fileobj.html">File</a>UploadOptions
+FileUploadOptions
 ========
 
-A `<a href="../fileobj/fileobj.html">File</a>UploadOptions` object can be passed to the <a href="../filetransfer/filetransfer.html"><a href="../fileobj/fileobj.html">File</a>Transfer</a> objects upload method in order to specify additional parameters to the upload script.
+A `FileUploadOptions` object can be passed to the FileTransfer objects upload method in order to specify additional parameters to the upload script.
 
 Properties
 ----------
@@ -36,7 +36,7 @@ Properties
 Description
 -----------
 
-A `<a href="../fileobj/fileobj.html">File</a>UploadOptions` object can be passed to the <a href="../filetransfer/filetransfer.html"><a href="../fileobj/fileobj.html">File</a>Transfer</a> objects upload method in order to specify additional parameters to the upload script.
+A `FileUploadOptions` object can be passed to the FileTransfer objects upload method in order to specify additional parameters to the upload script.
 
 iOS Quirk
 ---------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/file/fileuploadresult/fileuploadresult.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/file/fileuploadresult/fileuploadresult.md b/www/docs/en/1.8.1/cordova/file/fileuploadresult/fileuploadresult.md
index a910ccb..d82cde1 100644
--- a/www/docs/en/1.8.1/cordova/file/fileuploadresult/fileuploadresult.md
+++ b/www/docs/en/1.8.1/cordova/file/fileuploadresult/fileuploadresult.md
@@ -18,10 +18,10 @@ license: >
     under the License.
 ---
 
-<a href="../fileobj/fileobj.html">File</a>UploadResult
+FileUploadResult
 ========
 
-A `<a href="../fileobj/fileobj.html">File</a>UploadResult` object is returned via the success callback of the <a href="../filetransfer/filetransfer.html"><a href="../fileobj/fileobj.html">File</a>Transfer</a> upload method.
+A `FileUploadResult` object is returned via the success callback of the FileTransfer upload method.
 
 Properties
 ----------
@@ -33,9 +33,9 @@ Properties
 Description
 -----------
 
-The `<a href="../fileobj/fileobj.html">File</a>UploadResult` object is returned via the success callback of the <a href="../filetransfer/filetransfer.html"><a href="../fileobj/fileobj.html">File</a>Transfer</a> upload method.
+The `FileUploadResult` object is returned via the success callback of the FileTransfer upload method.
 
 iOS Quirks
 ----------
-- iOS does not include values for responseCode nor bytesSent in the success callback <a href="../fileobj/fileobj.html">File</a>UploadResult object. 
+- iOS does not include values for responseCode nor bytesSent in the success callback FileUploadResult object. 
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/file/filewriter/filewriter.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/file/filewriter/filewriter.md b/www/docs/en/1.8.1/cordova/file/filewriter/filewriter.md
index e67e71f..46d6ae9 100644
--- a/www/docs/en/1.8.1/cordova/file/filewriter/filewriter.md
+++ b/www/docs/en/1.8.1/cordova/file/filewriter/filewriter.md
@@ -18,10 +18,10 @@ license: >
     under the License.
 ---
 
-<a href="../fileobj/fileobj.html">File</a>Writer
+FileWriter
 ==========
 
-<a href="../fileobj/fileobj.html">File</a>Writer is an object that allows one to write a file.
+FileWriter is an object that allows one to write a file.
 
 Properties
 ----------
@@ -30,7 +30,7 @@ Properties
 - __fileName:__ The name of the file to be written. _(DOMString)_
 - __length:__ The length of the file to be written. _(long)_
 - __position:__ The current position of the file pointer. _(long)_
-- __error:__ An object containing errors. _(<a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a>)_
+- __error:__ An object containing errors. _(FileError)_
 - __onwritestart:__ Called when the write starts. . _(Function)_
 - __onprogress:__ Called while writing the file, reports progress (progress.loaded/progress.total). _(Function)_ -NOT SUPPORTED
 - __onwrite:__ Called when the request has completed successfully.  _(Function)_
@@ -49,9 +49,9 @@ Methods
 Details
 -------
 
-The `<a href="../fileobj/fileobj.html">File</a>Writer` object is a way to write files to the device file system (UTF-8 encoded).  Users register their own event listeners to receive the writestart, progress, write, writeend, error and abort events.
+The `FileWriter` object is a way to write files to the device file system (UTF-8 encoded).  Users register their own event listeners to receive the writestart, progress, write, writeend, error and abort events.
 
-A <a href="../fileobj/fileobj.html">File</a>Writer is created for a single file. You can use it to write to a file multiple times. The <a href="../fileobj/fileobj.html">File</a>Writer maintains the file's position and length attributes, so you can seek and write anywhere in the file. By default, the <a href="../fileobj/fileobj.html">File</a>Writer writes to the beginning of the file (will overwrite existing data). Set the optional append boolean to true in the <a href="../fileobj/fileobj.html">File</a>Writer's constructor to begin writing to the end of the file.
+A FileWriter is created for a single file. You can use it to write to a file multiple times. The FileWriter maintains the file's position and length attributes, so you can seek and write anywhere in the file. By default, the FileWriter writes to the beginning of the file (will overwrite existing data). Set the optional append boolean to true in the FileWriter's constructor to begin writing to the end of the file.
 
 Supported Platforms
 -------------------
@@ -61,7 +61,7 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
 
-Seek Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Seek Quick Example
 ------------------------------
 
 	function win(writer) {
@@ -75,7 +75,7 @@ Seek Quick <a href="../../storage/storage.opendatabase.html">Example</a>
 	
     entry.createWriter(win, fail);
 
-Truncate Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Truncate Quick Example
 --------------------------
 
 	function win(writer) {
@@ -88,7 +88,7 @@ Truncate Quick <a href="../../storage/storage.opendatabase.html">Example</a>
 	
     entry.createWriter(win, fail);
 
-Write Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Write Quick Example
 -------------------	
 
 	function win(writer) {
@@ -104,7 +104,7 @@ Write Quick <a href="../../storage/storage.opendatabase.html">Example</a>
 	
     entry.createWriter(win, fail);
 
-Append Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Append Quick Example
 --------------------	
 
 	function win(writer) {
@@ -121,7 +121,7 @@ Append Quick <a href="../../storage/storage.opendatabase.html">Example</a>
 	
     entry.createWriter(win, fail);
 	
-Abort Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Abort Quick Example
 -------------------
 
 	function win(writer) {
@@ -138,35 +138,35 @@ Abort Quick <a href="../../storage/storage.opendatabase.html">Example</a>
 	
     entry.createWriter(win, fail);
 
-Full <a href="../../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../fileobj/fileobj.html">File</a>Writer <a href="../../storage/storage.opendatabase.html">Example</a></title>
+        <title>FileWriter Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.1.js"></script>
         <script type="text/javascript" charset="utf-8">
     
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
     
         // Cordova is ready
         //
-        function on<a href="../../device/device.html">Device</a>Ready() {
-            window.request<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>(Local<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>.PERSISTENT, 0, gotFS, fail);
+        function onDeviceReady() {
+            window.requestFileSystem(LocalFileSystem.PERSISTENT, 0, gotFS, fail);
         }
     
         function gotFS(fileSystem) {
-            fileSystem.root.get<a href="../fileobj/fileobj.html">File</a>("readme.txt", {create: true, exclusive: false}, got<a href="../fileentry/fileentry.html"><a href="../fileobj/fileobj.html">File</a>Entry</a>, fail);
+            fileSystem.root.getFile("readme.txt", {create: true, exclusive: false}, gotFileEntry, fail);
         }
     
-        function got<a href="../fileentry/fileentry.html"><a href="../fileobj/fileobj.html">File</a>Entry</a>(fileEntry) {
-            fileEntry.createWriter(got<a href="../fileobj/fileobj.html">File</a>Writer, fail);
+        function gotFileEntry(fileEntry) {
+            fileEntry.createWriter(gotFileWriter, fail);
         }
     
-        function got<a href="../fileobj/fileobj.html">File</a>Writer(writer) {
+        function gotFileWriter(writer) {
             writer.onwriteend = function(evt) {
                 console.log("contents of file now 'some sample text'");
                 writer.truncate(11);  
@@ -189,7 +189,7 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
         </script>
       </head>
       <body>
-        <h1><a href="../../storage/storage.opendatabase.html">Example</a></h1>
-        <p>Write <a href="../fileobj/fileobj.html">File</a></p>
+        <h1>Example</h1>
+        <p>Write File</p>
       </body>
     </html>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/file/flags/flags.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/file/flags/flags.md b/www/docs/en/1.8.1/cordova/file/flags/flags.md
index c5e9c8d..dedd8d4 100644
--- a/www/docs/en/1.8.1/cordova/file/flags/flags.md
+++ b/www/docs/en/1.8.1/cordova/file/flags/flags.md
@@ -21,7 +21,7 @@ license: >
 Flags
 =====
 
-This object is used to supply arguments to the `<a href="../directoryentry/directoryentry.html">DirectoryEntry</a>` __get<a href="../fileobj/fileobj.html">File</a>__ and __getDirectory__ methods, which look up or create files and directories, respectively.
+This object is used to supply arguments to the `DirectoryEntry` __getFile__ and __getDirectory__ methods, which look up or create files and directories, respectively.
 
 Properties
 ----------
@@ -37,11 +37,11 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // Get the data directory, creating it if it doesn't exist.
     dataDir = fileSystem.root.getDirectory("data", {create: true});
 
     // Create the lock file, if and only if it doesn't exist.
-    lock<a href="../fileobj/fileobj.html">File</a> = dataDir.get<a href="../fileobj/fileobj.html">File</a>("lockfile.txt", {create: true, exclusive: true});
+    lockFile = dataDir.getFile("lockfile.txt", {create: true, exclusive: true});


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[18/51] [partial] docs commit: Reverting autolinking change because of inconsistencies.

Posted by db...@apache.org.
http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/storage/localstorage/localstorage.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/storage/localstorage/localstorage.md b/www/docs/en/1.6.1/cordova/storage/localstorage/localstorage.md
index f440720..2c7a5f5 100644
--- a/www/docs/en/1.6.1/cordova/storage/localstorage/localstorage.md
+++ b/www/docs/en/1.6.1/cordova/storage/localstorage/localstorage.md
@@ -18,12 +18,12 @@ license: >
     under the License.
 ---
 
-local<a href="../storage.html">Storage</a>
+localStorage
 ===============
 
-Provides access to a W3C <a href="../storage.html">Storage</a> interface (http://dev.w3.org/html5/webstorage/#the-localstorage-attribute)
+Provides access to a W3C Storage interface (http://dev.w3.org/html5/webstorage/#the-localstorage-attribute)
 
-    var storage = window.local<a href="../storage.html">Storage</a>;
+    var storage = window.localStorage;
 
 Methods
 -------
@@ -37,9 +37,9 @@ Methods
 Details
 -----------
 
-local<a href="../storage.html">Storage</a> provides an interface to a W3C <a href="../storage.html">Storage</a> interface.  It allows one to save data as key-value pairs.
+localStorage provides an interface to a W3C Storage interface.  It allows one to save data as key-value pairs.
 
-Note: window.session<a href="../storage.html">Storage</a> provides the same interface, but is cleared between app launches.
+Note: window.sessionStorage provides the same interface, but is cleared between app launches.
 
 Supported Platforms
 -------------------
@@ -49,67 +49,67 @@ Supported Platforms
 - iPhone
 - Windows Phone 7
 
-Key Quick <a href="../storage.opendatabase.html">Example</a>
+Key Quick Example
 -------------
 
-    var keyName = window.local<a href="../storage.html">Storage</a>.key(0);
+    var keyName = window.localStorage.key(0);
 
-Set Item Quick <a href="../storage.opendatabase.html">Example</a>
+Set Item Quick Example
 -------------
 
-    window.local<a href="../storage.html">Storage</a>.setItem("key", "value");
+    window.localStorage.setItem("key", "value");
 
-Get Item Quick <a href="../storage.opendatabase.html">Example</a>
+Get Item Quick Example
 -------------
 
-	var value = window.local<a href="../storage.html">Storage</a>.getItem("key");
+	var value = window.localStorage.getItem("key");
 	// value is now equal to "value"
 
-Remove Item Quick <a href="../storage.opendatabase.html">Example</a>
+Remove Item Quick Example
 -------------
 
-	window.local<a href="../storage.html">Storage</a>.removeItem("key");
+	window.localStorage.removeItem("key");
 
-Clear Quick <a href="../storage.opendatabase.html">Example</a>
+Clear Quick Example
 -------------
 
-	window.local<a href="../storage.html">Storage</a>.clear();
+	window.localStorage.clear();
 
-Full <a href="../storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../../contacts/Contact/contact.html">Contact</a> <a href="../storage.opendatabase.html">Example</a></title>
+        <title>Contact Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../../device/device.html">Device</a>Ready() {
-			window.local<a href="../storage.html">Storage</a>.setItem("key", "value");
-			var keyname = window.local<a href="../storage.html">Storage</a>.key(i);
+        function onDeviceReady() {
+			window.localStorage.setItem("key", "value");
+			var keyname = window.localStorage.key(i);
 			// keyname is now equal to "key"
-			var value = window.local<a href="../storage.html">Storage</a>.getItem("key");
+			var value = window.localStorage.getItem("key");
 			// value is now equal to "value"
-			window.local<a href="../storage.html">Storage</a>.removeItem("key");
-			window.local<a href="../storage.html">Storage</a>.setItem("key2", "value2");
-			window.local<a href="../storage.html">Storage</a>.clear();
-			// local<a href="../storage.html">Storage</a> is now empty
+			window.localStorage.removeItem("key");
+			window.localStorage.setItem("key2", "value2");
+			window.localStorage.clear();
+			// localStorage is now empty
         }
     
 
         </script>
       </head>
       <body>
-        <h1><a href="../storage.opendatabase.html">Example</a></h1>
-        <p>local<a href="../storage.html">Storage</a></p>
+        <h1>Example</h1>
+        <p>localStorage</p>
       </body>
     </html>
 
@@ -117,4 +117,4 @@ Full <a href="../storage.opendatabase.html">Example</a>
 Windows Phone 7 Quirks
 -------------
 
-- dot notation is NOT available on Windows Phone. Be sure to use : window.local<a href="../storage.html">Storage</a>.setItem/getItem, and not the w3 spec defined calls to window.local<a href="../storage.html">Storage</a>.someKey = 'someValue';
\ No newline at end of file
+- dot notation is NOT available on Windows Phone. Be sure to use : window.localStorage.setItem/getItem, and not the w3 spec defined calls to window.localStorage.someKey = 'someValue';
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/storage/sqlresultset/sqlresultset.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/storage/sqlresultset/sqlresultset.md b/www/docs/en/1.6.1/cordova/storage/sqlresultset/sqlresultset.md
index eda735e..27deecf 100644
--- a/www/docs/en/1.6.1/cordova/storage/sqlresultset/sqlresultset.md
+++ b/www/docs/en/1.6.1/cordova/storage/sqlresultset/sqlresultset.md
@@ -21,7 +21,7 @@ license: >
 SQLResultSet
 =======
 
-When the executeSql method of a <a href="../sqltransaction/sqltransaction.html">SQLTransaction</a> is called it will invoke it's callback with a SQLResultSet.
+When the executeSql method of a SQLTransaction is called it will invoke it's callback with a SQLResultSet.
 
 Properties
 -------
@@ -33,7 +33,7 @@ Properties
 Details
 -------
 
-When you call the <a href="../sqltransaction/sqltransaction.html">SQLTransaction</a> executeSql method its callback methods will be called with a SQLResultSet object.  The result object has three properties.  The first is the `insertId` which will return the row number of a success SQL insert statement.  If the SQL statement is not an insert then the `insertId` is not set.  The `rowsAffected` is always 0 for a SQL select statement.  For insert or update statements it returns the number of rows that have been modified.  The final property is of type <a href="../sqlresultsetlist/sqlresultsetlist.html">SQLResultSetList</a> and it contains the data returned from a SQL select statement.
+When you call the SQLTransaction executeSql method its callback methods will be called with a SQLResultSet object.  The result object has three properties.  The first is the `insertId` which will return the row number of a success SQL insert statement.  If the SQL statement is not an insert then the `insertId` is not set.  The `rowsAffected` is always 0 for a SQL select statement.  For insert or update statements it returns the number of rows that have been modified.  The final property is of type SQLResultSetList and it contains the data returned from a SQL select statement.
 
 Supported Platforms
 -------------------
@@ -42,7 +42,7 @@ Supported Platforms
 - BlackBerry WebWorks (OS 6.0 and higher)
 - iPhone
 
-Execute SQL Quick <a href="../storage.opendatabase.html">Example</a>
+Execute SQL Quick Example
 ------------------
 
 	function queryDB(tx) {
@@ -64,23 +64,23 @@ Execute SQL Quick <a href="../storage.opendatabase.html">Example</a>
 		alert("Error processing SQL: "+err.code);
 	}
 	
-	var db = window.<a href="../storage.opendatabase.html">open<a href="../database/database.html">Database</a></a>("<a href="../database/database.html">Database</a>", "1.0", "Cordova Demo", 200000);
+	var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
 	db.transaction(queryDB, errorCB);
 
-Full <a href="../storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../../contacts/Contact/contact.html">Contact</a> <a href="../storage.opendatabase.html">Example</a></title>
+        <title>Contact Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
 		// Populate the database 
 		//
@@ -119,21 +119,21 @@ Full <a href="../storage.opendatabase.html">Example</a>
 		// Transaction success callback
 		//
 		function successCB() {
-			var db = window.<a href="../storage.opendatabase.html">open<a href="../database/database.html">Database</a></a>("<a href="../database/database.html">Database</a>", "1.0", "Cordova Demo", 200000);
+			var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
 			db.transaction(queryDB, errorCB);
 		}
 
 		// Cordova is ready
 		//
-		function on<a href="../../device/device.html">Device</a>Ready() {
-			var db = window.<a href="../storage.opendatabase.html">open<a href="../database/database.html">Database</a></a>("<a href="../database/database.html">Database</a>", "1.0", "Cordova Demo", 200000);
+		function onDeviceReady() {
+			var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
 			db.transaction(populateDB, errorCB, successCB);
 		}
 	
         </script>
       </head>
       <body>
-        <h1><a href="../storage.opendatabase.html">Example</a></h1>
-        <p><a href="../database/database.html">Database</a></p>
+        <h1>Example</h1>
+        <p>Database</p>
       </body>
     </html>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/storage/sqlresultsetlist/sqlresultsetlist.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/storage/sqlresultsetlist/sqlresultsetlist.md b/www/docs/en/1.6.1/cordova/storage/sqlresultsetlist/sqlresultsetlist.md
index 58f1a06..296e4be 100644
--- a/www/docs/en/1.6.1/cordova/storage/sqlresultsetlist/sqlresultsetlist.md
+++ b/www/docs/en/1.6.1/cordova/storage/sqlresultsetlist/sqlresultsetlist.md
@@ -18,10 +18,10 @@ license: >
     under the License.
 ---
 
-<a href="../sqlresultset/sqlresultset.html">SQLResultSet</a>List
+SQLResultSetList
 =======
 
-One of the properties of the <a href="../sqlresultset/sqlresultset.html">SQLResultSet</a> containing the rows returned from a SQL query.
+One of the properties of the SQLResultSet containing the rows returned from a SQL query.
 
 Properties
 -------
@@ -36,7 +36,7 @@ Methods
 Details
 -------
 
-The <a href="../sqlresultset/sqlresultset.html">SQLResultSet</a>List contains the data returned from a SQL select statement.  The object contains a length property letting you know how many rows the select statement has been returned.  To get a row of data you would call the `item` method specifying an index.  The item method returns a JavaScript Object who's properties are the columns of the database the select statement was executed against.
+The SQLResultSetList contains the data returned from a SQL select statement.  The object contains a length property letting you know how many rows the select statement has been returned.  To get a row of data you would call the `item` method specifying an index.  The item method returns a JavaScript Object who's properties are the columns of the database the select statement was executed against.
 
 Supported Platforms
 -------------------
@@ -45,7 +45,7 @@ Supported Platforms
 - BlackBerry WebWorks (OS 6.0 and higher)
 - iPhone
 
-Execute SQL Quick <a href="../storage.opendatabase.html">Example</a>
+Execute SQL Quick Example
 ------------------
 
 	function queryDB(tx) {
@@ -64,23 +64,23 @@ Execute SQL Quick <a href="../storage.opendatabase.html">Example</a>
 		alert("Error processing SQL: "+err.code);
 	}
 
-	var db = window.<a href="../storage.opendatabase.html">open<a href="../database/database.html">Database</a></a>("<a href="../database/database.html">Database</a>", "1.0", "Cordova Demo", 200000);
+	var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
 	db.transaction(queryDB, errorCB);
 
-Full <a href="../storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../../contacts/Contact/contact.html">Contact</a> <a href="../storage.opendatabase.html">Example</a></title>
+        <title>Contact Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
 		// Populate the database
 		//
@@ -116,21 +116,21 @@ Full <a href="../storage.opendatabase.html">Example</a>
 		// Transaction success callback
 		//
 		function successCB() {
-			var db = window.<a href="../storage.opendatabase.html">open<a href="../database/database.html">Database</a></a>("<a href="../database/database.html">Database</a>", "1.0", "Cordova Demo", 200000);
+			var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
 			db.transaction(queryDB, errorCB);
 		}
 
 		// Cordova is ready
 		//
-		function on<a href="../../device/device.html">Device</a>Ready() {
-			var db = window.<a href="../storage.opendatabase.html">open<a href="../database/database.html">Database</a></a>("<a href="../database/database.html">Database</a>", "1.0", "Cordova Demo", 200000);
+		function onDeviceReady() {
+			var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
 			db.transaction(populateDB, errorCB, successCB);
 		}
 
         </script>
       </head>
       <body>
-        <h1><a href="../storage.opendatabase.html">Example</a></h1>
-        <p><a href="../database/database.html">Database</a></p>
+        <h1>Example</h1>
+        <p>Database</p>
       </body>
     </html>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/storage/sqltransaction/sqltransaction.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/storage/sqltransaction/sqltransaction.md b/www/docs/en/1.6.1/cordova/storage/sqltransaction/sqltransaction.md
index 7da9c66..7962461 100644
--- a/www/docs/en/1.6.1/cordova/storage/sqltransaction/sqltransaction.md
+++ b/www/docs/en/1.6.1/cordova/storage/sqltransaction/sqltransaction.md
@@ -21,7 +21,7 @@ license: >
 SQLTransaction
 =======
 
-Contains methods that allow the user to execute SQL statements against the <a href="../database/database.html">Database</a>.
+Contains methods that allow the user to execute SQL statements against the Database.
 
 Methods
 -------
@@ -31,7 +31,7 @@ Methods
 Details
 -------
 
-When you call a <a href="../database/database.html">Database</a> objects transaction method it's callback methods will be called with a SQLTransaction object.  The user can build up a database transaction by calling the executeSql method multiple times.  
+When you call a Database objects transaction method it's callback methods will be called with a SQLTransaction object.  The user can build up a database transaction by calling the executeSql method multiple times.  
 
 Supported Platforms
 -------------------
@@ -40,7 +40,7 @@ Supported Platforms
 - BlackBerry WebWorks (OS 6.0 and higher)
 - iPhone
 
-Execute SQL Quick <a href="../storage.opendatabase.html">Example</a>
+Execute SQL Quick Example
 ------------------
 
 	function populateDB(tx) {
@@ -58,28 +58,28 @@ Execute SQL Quick <a href="../storage.opendatabase.html">Example</a>
 		alert("success!");
 	}
 	
-	var db = window.<a href="../storage.opendatabase.html">open<a href="../database/database.html">Database</a></a>("<a href="../database/database.html">Database</a>", "1.0", "Cordova Demo", 200000);
+	var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
 	db.transaction(populateDB, errorCB, successCB);
 
-Full <a href="../storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../../contacts/Contact/contact.html">Contact</a> <a href="../storage.opendatabase.html">Example</a></title>
+        <title>Contact Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../../device/device.html">Device</a>Ready() {
-			var db = window.<a href="../storage.opendatabase.html">open<a href="../database/database.html">Database</a></a>("<a href="../database/database.html">Database</a>", "1.0", "Cordova Demo", 200000);
+        function onDeviceReady() {
+			var db = window.openDatabase("Database", "1.0", "Cordova Demo", 200000);
 			db.transaction(populateDB, errorCB, successCB);
         }
 		
@@ -107,7 +107,7 @@ Full <a href="../storage.opendatabase.html">Example</a>
         </script>
       </head>
       <body>
-        <h1><a href="../storage.opendatabase.html">Example</a></h1>
+        <h1>Example</h1>
         <p>SQLTransaction</p>
       </body>
     </html>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/storage/storage.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/storage/storage.md b/www/docs/en/1.6.1/cordova/storage/storage.md
index db98812..9970c74 100644
--- a/www/docs/en/1.6.1/cordova/storage/storage.md
+++ b/www/docs/en/1.6.1/cordova/storage/storage.md
@@ -23,27 +23,27 @@ Storage
 
 > Provides access to the devices storage options.  
 
-This API is based on the [W3C Web SQL <a href="database/database.html">Database</a> 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.
+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
 -------
 
-- <a href="storage.opendatabase.html">open<a href="database/database.html">Database</a></a>
+- openDatabase
 
 Arguments
 ---------
 
-- <a href="parameters/name.html">database_name</a>
-- <a href="parameters/version.html">database_version</a>
-- <a href="parameters/display_name.html">database_displayname</a>
-- <a href="parameters/size.html">database_size</a>
+- database_name
+- database_version
+- database_displayname
+- database_size
 
 Objects
 -------
 
-- <a href="database/database.html">Database</a>
-- <a href="sqltransaction/sqltransaction.html">SQLTransaction</a>
-- <a href="sqlresultset/sqlresultset.html">SQLResultSet</a>
-- <a href="sqlresultsetlist/sqlresultsetlist.html"><a href="sqlresultset/sqlresultset.html">SQLResultSet</a>List</a>
-- <a href="sqlerror/sqlerror.html">SQLError</a>
-- <a href="localstorage/localstorage.html">localStorage</a>
\ No newline at end of file
+- Database
+- SQLTransaction
+- SQLResultSet
+- SQLResultSetList
+- SQLError
+- localStorage
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/storage/storage.opendatabase.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/storage/storage.opendatabase.md b/www/docs/en/1.6.1/cordova/storage/storage.opendatabase.md
index 4e748c5..e04d4dc 100644
--- a/www/docs/en/1.6.1/cordova/storage/storage.opendatabase.md
+++ b/www/docs/en/1.6.1/cordova/storage/storage.opendatabase.md
@@ -18,19 +18,19 @@ license: >
     under the License.
 ---
 
-open<a href="database/database.html">Database</a>
+openDatabase
 ===============
 
-Returns a new <a href="database/database.html">Database</a> object.
+Returns a new Database object.
 
-    var dbShell = window.open<a href="database/database.html">Database</a>(<a href="parameters/name.html">database_name</a>, <a href="parameters/version.html">database_version</a>, <a href="parameters/display_name.html">database_displayname</a>, <a href="parameters/size.html">database_size</a>);
+    var dbShell = window.openDatabase(database_name, database_version, database_displayname, database_size);
 
 Description
 -----------
 
-window.open<a href="database/database.html">Database</a> returns a new <a href="database/database.html">Database</a> object.
+window.openDatabase returns a new Database object.
 
-This method will create a new SQL Lite <a href="database/database.html">Database</a> and return a <a href="database/database.html">Database</a> object.  Use the <a href="database/database.html">Database</a> Object to manipulate the data.
+This method will create a new SQL Lite Database and return a Database object.  Use the Database Object to manipulate the data.
 
 Supported Platforms
 -------------------
@@ -42,7 +42,7 @@ Supported Platforms
 Quick Example
 -------------
 
-    var db = window.open<a href="database/database.html">Database</a>("test", "1.0", "Test DB", 1000000);
+    var db = window.openDatabase("test", "1.0", "Test DB", 1000000);
 
 Full Example
 ------------
@@ -50,25 +50,25 @@ Full Example
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../contacts/Contact/contact.html">Contact</a> Example</title>
+        <title>Contact Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
-			var db = window.open<a href="database/database.html">Database</a>("test", "1.0", "Test DB", 1000000);
+        function onDeviceReady() {
+			var db = window.openDatabase("test", "1.0", "Test DB", 1000000);
         }
 		
         </script>
       </head>
       <body>
         <h1>Example</h1>
-        <p>Open <a href="database/database.html">Database</a></p>
+        <p>Open Database</p>
       </body>
     </html>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/guide/getting-started/android/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/guide/getting-started/android/index.md b/www/docs/en/1.6.1/guide/getting-started/android/index.md
index 9a6d0bb..7b6f6ff 100644
--- a/www/docs/en/1.6.1/guide/getting-started/android/index.md
+++ b/www/docs/en/1.6.1/guide/getting-started/android/index.md
@@ -99,7 +99,7 @@ This guide describes how to set up your development environment for Cordova and
     ![](img/guide/platforms/android/manifest.jpg)
 
 
-4. <a href="../webos/index.html">Hello World</a>
+4. Hello World
 --------------    
 
 - Create and open a new file named **index.html** in the **assets/www** directory. Paste the following code:
@@ -111,7 +111,7 @@ This guide describes how to set up your development environment for Cordova and
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.1.js"></script>
         </head>
         <body>
-        <h1><a href="../webos/index.html">Hello World</a></h1>
+        <h1>Hello World</h1>
         </body>
         </html>
 
@@ -123,7 +123,7 @@ This guide describes how to set up your development environment for Cordova and
 - Eclipse will ask you to select an appropriate AVD. If there isn't one, then you'll need to create it.
 
 
-5B. Deploy to <a href="../../../cordova/device/device.html">Device</a>
+5B. Deploy to Device
 --------------------
 
 - Make sure USB debugging is enabled on your device and plug it into your system. (**Settings &gt; Applications &gt; Development**)

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/guide/getting-started/blackberry/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/guide/getting-started/blackberry/index.md b/www/docs/en/1.6.1/guide/getting-started/blackberry/index.md
index 698e7ea..8aeb884 100644
--- a/www/docs/en/1.6.1/guide/getting-started/blackberry/index.md
+++ b/www/docs/en/1.6.1/guide/getting-started/blackberry/index.md
@@ -55,7 +55,7 @@ Cordova for BlackBerry makes use of the [BlackBerry WebWorks framework](https://
 - Open up the project.properties file with your favorite editor and edit the entries for `blackberry.bbwp.dir=` and/or `playbook.bbwp.dir=`. Set the  value(s) to the directory containing the `bbwp` binary in the WebWorks SDK(s) installed earlier.
 
 
-4.  <a href="../webos/index.html">Hello World</a>
+4.  Hello World
 --------------
 
 Build the Cordova sample project by typing `ant target build` in your command prompt/terminal while you are in your project's directory. Replace `target` with either `blackberry` or `playbook`. Note this is a sample Cordova project and not a basic hello world application. The provided index.html in the www contains example usages of many of the Cordova API.
@@ -75,7 +75,7 @@ BlackBerry smartphone simulators are only available on Windows. PlayBook simulat
 - While in your project directory, in command prompt/terminal type `ant target load-simulator`. Replace `target` with either `blackberry` or `playbook`.  Note, for PlayBook the simulator virtual image must already be started.
 - The application will be installed in the All Applications section in the simulator.  Note, on BlackBerry OS 5 the application is installed in the Downloads folder.
 
-5B.  Deploy to <a href="../../../cordova/device/device.html">Device</a> (Windows and Mac)
+5B.  Deploy to Device (Windows and Mac)
 --------------------------------------
 
 - Deploying to a device requires signing keys which can be obtained from RIM.
@@ -91,7 +91,7 @@ BlackBerry smartphone simulators are only available on Windows. PlayBook simulat
         - `playbook.sigtool.csk.password` : Signing key password.
         - `playbook.sigtool.p12.password` : Signing key password.
         - `playbook.device.ip` : IP address of device obtained when placing the device in developer mode through device security settings.
-        - `playbook.device.password` : <a href="../../../cordova/device/device.html">Device</a> password which is set through device security settings.
+        - `playbook.device.password` : Device password which is set through device security settings.
 - While in your project directory, in command prompt/terminal type `ant target load-device`. Replace `target` with either `blackberry` or `playbook`.
 - The application will be installed in the All Applications section in the device.  Note, on BlackBerry OS 5 the application is installed in the Downloads folder.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/guide/getting-started/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/guide/getting-started/index.md b/www/docs/en/1.6.1/guide/getting-started/index.md
index 451866d..124d04d 100644
--- a/www/docs/en/1.6.1/guide/getting-started/index.md
+++ b/www/docs/en/1.6.1/guide/getting-started/index.md
@@ -21,9 +21,9 @@ license: >
 Getting Started Guides
 ======================
 
-- <a href="android/index.html">Getting Started with Android</a>
-- <a href="blackberry/index.html">Getting Started with BlackBerry</a>
-- <a href="ios/index.html">Getting Started with iOS</a>
-- <a href="symbian/index.html">Getting Started with Symbian</a>
-- <a href="webos/index.html">Getting Started with WebOS</a>
-- <a href="windows-phone/index.html">Getting Started with Windows Phone</a>
\ No newline at end of file
+- Getting Started with Android
+- Getting Started with BlackBerry
+- Getting Started with iOS
+- Getting Started with Symbian
+- Getting Started with WebOS
+- Getting Started with Windows Phone
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/guide/getting-started/ios/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/guide/getting-started/ios/index.md b/www/docs/en/1.6.1/guide/getting-started/ios/index.md
index f6f4502..4eebc57 100644
--- a/www/docs/en/1.6.1/guide/getting-started/ios/index.md
+++ b/www/docs/en/1.6.1/guide/getting-started/ios/index.md
@@ -32,7 +32,7 @@ Video Tutorials:
 1. Requirements
 ---------------
 - Intel-based computer with Mac OS X Lion (10.7)
-- Necessary for Installing on <a href="../../../cordova/device/device.html">Device</a>:
+- Necessary for Installing on Device:
     - An Apple iOS device (iPhone, iPad, iPod Touch)
     - iOS developer certification
 
@@ -48,7 +48,7 @@ Video Tutorials:
 --------------------
 
 - Launch Xcode
-- Select the **<a href="../../../cordova/file/fileobj/fileobj.html">File</a>** menu
+- Select the **File** menu
 - Select **New**, then **New Project...**
 - Select **Cordova-based Application** from the list of templates
 
@@ -86,12 +86,12 @@ Video Tutorials:
 - Select the **Finish** button
 
 
-4. <a href="../webos/index.html">Hello World</a>
+4. Hello World
 --------------
 
 - Select the folder named **www** in your Project Navigator in Xcode
 - Select the **index.html** file
-- Type `<h1><a href="../webos/index.html">Hello World</a></h1>` after the `<body>` tag
+- Type `<h1>Hello World</h1>` after the `<body>` tag
 
 You can also add any associated JavaScript and CSS files there as well.
     
@@ -103,10 +103,10 @@ You can also add any associated JavaScript and CSS files there as well.
 - Select the **Run** button in your project window's toolbar
 
 
-5B. Deploy to <a href="../../../cordova/device/device.html">Device</a>
+5B. Deploy to Device
 --------------------
 
-- Open [AppName]-Info.plist (where [AppName] is your application's name), under the "Supporting <a href="../../../cordova/file/fileobj/fileobj.html">File</a>s" group
+- Open [AppName]-Info.plist (where [AppName] is your application's name), under the "Supporting Files" group
 - Change **BundleIdentifier** to the identifier provided by Apple, or your own bundle identifier. If you have a developer license, you can access and run the Assistant [here](http://developer.apple.com/iphone/manage/overview/index.action) and register your app.
 - Change the Active SDK in the Scheme drop-down menu on the toolbar to **[DEVICENAME]** where [DEVICENAME] is the name of the device you want to deploy to.
 - Select the **Run** button in your project window's toolbar

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/guide/getting-started/symbian/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/guide/getting-started/symbian/index.md b/www/docs/en/1.6.1/guide/getting-started/symbian/index.md
index 9fd0938..aaac5e1 100644
--- a/www/docs/en/1.6.1/guide/getting-started/symbian/index.md
+++ b/www/docs/en/1.6.1/guide/getting-started/symbian/index.md
@@ -50,11 +50,11 @@ There are also [QT for Symbian](http://wiki.phonegap.com/w/page/16494811/PhoneGa
 - In cygwin, navigate to where you extracted Cordova and go into the Symbian directory</li>
 
  
-4. <a href="../webos/index.html">Hello World</a>
+4. Hello World
 --------------
 
 - Open up index.html located in phonegap/symbian/framework/www with your favourite editor. 
-- In the `body` tag, remove the line `"Build your phonegap app here! Dude!"` and add the line `<h1><a href="../webos/index.html">Hello World</a></h1>`
+- In the `body` tag, remove the line `"Build your phonegap app here! Dude!"` and add the line `<h1>Hello World</h1>`
 - In cygwin/terminal, type make. This will produce phonegap-symbian.wrt/app.wgz. 
 
 
@@ -66,7 +66,7 @@ There are also [QT for Symbian](http://wiki.phonegap.com/w/page/16494811/PhoneGa
 - Load the phonegap-symbian.wrt/app.wgz file into the emulator.
 
 
-5B. Deploy to <a href="../../../cordova/device/device.html">Device</a>
+5B. Deploy to Device
 --------------------
 
 - Load the phonegap-symbian.wrt/app.wgz file into the device using bluetooth or email.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/guide/getting-started/webos/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/guide/getting-started/webos/index.md b/www/docs/en/1.6.1/guide/getting-started/webos/index.md
index e87bd6a..68d7570 100644
--- a/www/docs/en/1.6.1/guide/getting-started/webos/index.md
+++ b/www/docs/en/1.6.1/guide/getting-started/webos/index.md
@@ -65,7 +65,7 @@ In phonegap/webOS/framework/www, open up index.html with your favourite editor.
 - Type `make` in your terminal/cygwin while in the webOS directory.
 
 
-5B. Deploy to <a href="../../../cordova/device/device.html">Device</a>
+5B. Deploy to Device
 --------------------
 
 - Make sure your device is in [Developer Mode and plug it in.](http://developer.palm.com/index.php?option=com_content&amp;view=article&amp;id=1552&amp;Itemid=59#dev_mode)

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/guide/getting-started/windows-phone/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/guide/getting-started/windows-phone/index.md b/www/docs/en/1.6.1/guide/getting-started/windows-phone/index.md
index 1497693..cc334e9 100644
--- a/www/docs/en/1.6.1/guide/getting-started/windows-phone/index.md
+++ b/www/docs/en/1.6.1/guide/getting-started/windows-phone/index.md
@@ -37,7 +37,7 @@ Video Tutorials:
 
 Note: Running in VM has issues, if you are on a Mac, you will need to setup a bootcamp partition with Windows 7 or Vista
 
-Necessary for Installing on <a href="../../../cordova/device/device.html">Device</a> and Submitting to Market Place:
+Necessary for Installing on Device and Submitting to Market Place:
 
 - Become an [App Hub member](http://create.msdn.com/en-US/home/membership).
 
@@ -84,7 +84,7 @@ Necessary for Installing on <a href="../../../cordova/device/device.html">Device
 In order to test your application on a device, the device must be registered. Click [here][register-url] to read documentation on deploying and testing on your Windows Phone.
 
 - Make sure your phone is connected, and the screen is unlocked
-- In Visual Studio, select 'Windows Phone <a href="../../../cordova/device/device.html">Device</a>' from the top drop-down menu.
+- In Visual Studio, select 'Windows Phone Device' from the top drop-down menu.
 - Hit the green **play button** beside the drop-down menu to start debugging or press F5.
 
     ![](img/guide/platforms/wp7/wpd.png)

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/index.md b/www/docs/en/1.6.1/index.md
index 4204baf..1924993 100644
--- a/www/docs/en/1.6.1/index.md
+++ b/www/docs/en/1.6.1/index.md
@@ -22,62 +22,62 @@ license: >
     <h1>API Reference</h1>
     <ul>
         <li>
-            <h2><a href="cordova/accelerometer/accelerometer.html">Accelerometer</a></h2>
+            <h2>Accelerometer</h2>
             <span>Tap into the device's motion sensor.</span>
         </li>
         <li>
-            <h2><a href="cordova/camera/camera.html">Camera</a></h2>
-            <span><a href="cordova/media/capture/capture.html">Capture</a> a photo using the device's camera.</span>
+            <h2>Camera</h2>
+            <span>Capture a photo using the device's camera.</span>
         </li>
         <li>
-            <h2><a href="cordova/media/capture/capture.html">Capture</a></h2>
-            <span><a href="cordova/media/capture/capture.html">Capture</a> media files using device's media capture applications.</span>
+            <h2>Capture</h2>
+            <span>Capture media files using device's media capture applications.</span>
         </li>
         <li>
-            <h2><a href="cordova/compass/compass.html">Compass</a></h2>
+            <h2>Compass</h2>
             <span>Obtain the direction that the device is pointing.</span>
         </li>
         <li>
-            <h2><a href="cordova/connection/connection.html">Connection</a></h2>
+            <h2>Connection</h2>
             <span>Quickly check the network state, and cellular network information.</span>
         </li>
         <li>
-            <h2><a href="cordova/contacts/Contact/contact.html">Contact</a>s</h2>
+            <h2>Contacts</h2>
             <span>Work with the devices contact database.</span>
         </li>
         <li>
-            <h2><a href="cordova/device/device.html">Device</a></h2>
+            <h2>Device</h2>
             <span>Gather device specific information.</span>
         </li>
         <li>
-            <h2><a href="cordova/events/events.html">Events</a></h2>
+            <h2>Events</h2>
             <span>Hook into native events through JavaScript.</span>
         </li>
         <li>
-            <h2><a href="cordova/file/fileobj/fileobj.html">File</a></h2>
+            <h2>File</h2>
             <span>Hook into native file system through JavaScript.</span>
         </li>
         <li>
-            <h2><a href="cordova/geolocation/geolocation.html">Geolocation</a></h2>
+            <h2>Geolocation</h2>
             <span>Make your application location aware.</span>
         </li>
         <li>
-            <h2><a href="cordova/media/media.html">Media</a></h2>
+            <h2>Media</h2>
             <span>Record and play back audio files.</span>
         </li>
         <li>
-            <h2><a href="cordova/notification/notification.html">Notification</a></h2>
+            <h2>Notification</h2>
             <span>Visual, audible, and tactile device notifications.</span>
         </li>
         <li>
-            <h2><a href="cordova/storage/storage.html">Storage</a></h2>
+            <h2>Storage</h2>
             <span>Hook into the devices native storage options.</span>
         </li>
     </ul>
     <h1>Guides</h1>
     <ul>
         <li>
-            <h2><a href="guide/getting-started/index.html">Getting Started Guides</a></h2>
+            <h2>Getting Started Guides</h2>
             <span>Setup each SDK and create your first Cordova app.</span>
         </li>
         <li>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/accelerometer/acceleration/acceleration.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/accelerometer/acceleration/acceleration.md b/www/docs/en/1.7.0/cordova/accelerometer/acceleration/acceleration.md
index d9a92eb..f6966cf 100644
--- a/www/docs/en/1.7.0/cordova/accelerometer/acceleration/acceleration.md
+++ b/www/docs/en/1.7.0/cordova/accelerometer/acceleration/acceleration.md
@@ -21,7 +21,7 @@ license: >
 Acceleration
 ============
 
-Contains `<a href="../accelerometer.html">Accelerometer</a>` data captured at a specific point in time.
+Contains `Accelerometer` data captured at a specific point in time.
 
 Properties
 ----------
@@ -34,7 +34,7 @@ Properties
 Description
 -----------
 
-This object is created and populated by Cordova, and returned by an `<a href="../accelerometer.html">Accelerometer</a>` method. The x, y, z acceleration values include the effect of gravity (9.81 m/s^2), so at when a device is lying flat on a table facing up, the value returned should be x=0, y=0, z=9.81.
+This object is created and populated by Cordova, and returned by an `Accelerometer` method. The x, y, z acceleration values include the effect of gravity (9.81 m/s^2), so at when a device is lying flat on a table facing up, the value returned should be x=0, y=0, z=9.81.
 
 Supported Platforms
 -------------------
@@ -45,7 +45,7 @@ Supported Platforms
 - Windows Phone 7 (Mango)
 - Bada 1.2 & 2.x
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     function onSuccess(acceleration) {
@@ -59,27 +59,27 @@ Quick <a href="../../storage/storage.opendatabase.html">Example</a>
         alert('onError!');
     };
 
-    navigator.<a href="../accelerometer.getCurrentAcceleration.html">accelerometer.getCurrentAcceleration</a>(onSuccess, onError);
+    navigator.accelerometer.getCurrentAcceleration(onSuccess, onError);
 
-Full <a href="../../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Acceleration <a href="../../storage/storage.opendatabase.html">Example</a></title>
+        <title>Acceleration Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.7.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../../device/device.html">Device</a>Ready() {
-            navigator.<a href="../accelerometer.getCurrentAcceleration.html">accelerometer.getCurrentAcceleration</a>(onSuccess, onError);
+        function onDeviceReady() {
+            navigator.accelerometer.getCurrentAcceleration(onSuccess, onError);
         }
 
         // onSuccess: Get a snapshot of the current acceleration
@@ -100,7 +100,7 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
         </script>
       </head>
       <body>
-        <h1><a href="../../storage/storage.opendatabase.html">Example</a></h1>
+        <h1>Example</h1>
         <p>getCurrentAcceleration</p>
       </body>
     </html>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/accelerometer/accelerometer.clearWatch.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/accelerometer/accelerometer.clearWatch.md b/www/docs/en/1.7.0/cordova/accelerometer/accelerometer.clearWatch.md
index f7655c3..1a3da3e 100644
--- a/www/docs/en/1.7.0/cordova/accelerometer/accelerometer.clearWatch.md
+++ b/www/docs/en/1.7.0/cordova/accelerometer/accelerometer.clearWatch.md
@@ -21,11 +21,11 @@ license: >
 accelerometer.clearWatch
 ========================
 
-Stop watching the `<a href="acceleration/acceleration.html">Acceleration</a>` referenced by the watch ID parameter.
+Stop watching the `Acceleration` referenced by the watch ID parameter.
 
     navigator.accelerometer.clearWatch(watchID);
 
-- __watchID__: The ID returned by `accelerometer.watch<a href="acceleration/acceleration.html">Acceleration</a>`.
+- __watchID__: The ID returned by `accelerometer.watchAcceleration`.
 
 Supported Platforms
 -------------------
@@ -36,36 +36,36 @@ Supported Platforms
 - Windows Phone 7 (Mango)
 - Bada 1.2 & 2.x
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
-    var watchID = navigator.accelerometer.watch<a href="acceleration/acceleration.html">Acceleration</a>(onSuccess, onError, options);
+    var watchID = navigator.accelerometer.watchAcceleration(onSuccess, onError, options);
     
     // ... later on ...
     
     navigator.accelerometer.clearWatch(watchID);
     
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="acceleration/acceleration.html">Acceleration</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Acceleration Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.7.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // The watch id references the current `watch<a href="acceleration/acceleration.html">Acceleration</a>`
+        // The watch id references the current `watchAcceleration`
         var watchID = null;
         
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             startWatch();
         }
 
@@ -76,7 +76,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             // Update acceleration every 3 seconds
             var options = { frequency: 3000 };
             
-            watchID = navigator.accelerometer.watch<a href="acceleration/acceleration.html">Acceleration</a>(onSuccess, onError, options);
+            watchID = navigator.accelerometer.watchAcceleration(onSuccess, onError, options);
         }
         
         // Stop watching the acceleration
@@ -92,9 +92,9 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         //
         function onSuccess(acceleration) {
             var element = document.getElementById('accelerometer');
-            element.innerHTML = '<a href="acceleration/acceleration.html">Acceleration</a> X: ' + acceleration.x + '<br />' +
-                                '<a href="acceleration/acceleration.html">Acceleration</a> Y: ' + acceleration.y + '<br />' +
-                                '<a href="acceleration/acceleration.html">Acceleration</a> Z: ' + acceleration.z + '<br />' + 
+            element.innerHTML = 'Acceleration X: ' + acceleration.x + '<br />' +
+                                'Acceleration Y: ' + acceleration.y + '<br />' +
+                                'Acceleration Z: ' + acceleration.z + '<br />' + 
                                 'Timestamp: '      + acceleration.timestamp + '<br />';
         }
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/accelerometer/accelerometer.getCurrentAcceleration.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/accelerometer/accelerometer.getCurrentAcceleration.md b/www/docs/en/1.7.0/cordova/accelerometer/accelerometer.getCurrentAcceleration.md
index 93bc36d..0d47435 100644
--- a/www/docs/en/1.7.0/cordova/accelerometer/accelerometer.getCurrentAcceleration.md
+++ b/www/docs/en/1.7.0/cordova/accelerometer/accelerometer.getCurrentAcceleration.md
@@ -18,19 +18,19 @@ license: >
     under the License.
 ---
 
-accelerometer.getCurrent<a href="acceleration/acceleration.html">Acceleration</a>
+accelerometer.getCurrentAcceleration
 ====================================
 
 Get the current acceleration along the x, y, and z axis.
 
-    navigator.accelerometer.getCurrent<a href="acceleration/acceleration.html">Acceleration</a>(<a href="parameters/accelerometerSuccess.html">accelerometerSuccess</a>, <a href="parameters/accelerometerError.html">accelerometerError</a>);
+    navigator.accelerometer.getCurrentAcceleration(accelerometerSuccess, accelerometerError);
 
 Description
 -----------
 
 The accelerometer is a motion sensor that detects the change (delta) in movement relative to the current device orientation. The accelerometer can detect 3D movement along the x, y, and z axis.
 
-The acceleration is returned using the `<a href="parameters/accelerometerSuccess.html">accelerometerSuccess</a>` callback function.
+The acceleration is returned using the `accelerometerSuccess` callback function.
 
 Supported Platforms
 -------------------
@@ -41,13 +41,13 @@ Supported Platforms
 - Windows Phone 7 (Mango)
 - Bada 1.2 & 2.x
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     function onSuccess(acceleration) {
-        alert('<a href="acceleration/acceleration.html">Acceleration</a> X: ' + acceleration.x + '\n' +
-              '<a href="acceleration/acceleration.html">Acceleration</a> Y: ' + acceleration.y + '\n' +
-              '<a href="acceleration/acceleration.html">Acceleration</a> Z: ' + acceleration.z + '\n' +
+        alert('Acceleration X: ' + acceleration.x + '\n' +
+              'Acceleration Y: ' + acceleration.y + '\n' +
+              'Acceleration Z: ' + acceleration.z + '\n' +
               'Timestamp: '      + acceleration.timestamp + '\n');
     };
 
@@ -55,35 +55,35 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         alert('onError!');
     };
 
-    navigator.accelerometer.getCurrent<a href="acceleration/acceleration.html">Acceleration</a>(onSuccess, onError);
+    navigator.accelerometer.getCurrentAcceleration(onSuccess, onError);
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="acceleration/acceleration.html">Acceleration</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Acceleration Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.7.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
-            navigator.accelerometer.getCurrent<a href="acceleration/acceleration.html">Acceleration</a>(onSuccess, onError);
+        function onDeviceReady() {
+            navigator.accelerometer.getCurrentAcceleration(onSuccess, onError);
         }
     
         // onSuccess: Get a snapshot of the current acceleration
         //
         function onSuccess(acceleration) {
-            alert('<a href="acceleration/acceleration.html">Acceleration</a> X: ' + acceleration.x + '\n' +
-                  '<a href="acceleration/acceleration.html">Acceleration</a> Y: ' + acceleration.y + '\n' +
-                  '<a href="acceleration/acceleration.html">Acceleration</a> Z: ' + acceleration.z + '\n' +
+            alert('Acceleration X: ' + acceleration.x + '\n' +
+                  'Acceleration Y: ' + acceleration.y + '\n' +
+                  'Acceleration Z: ' + acceleration.z + '\n' +
                   'Timestamp: '      + acceleration.timestamp + '\n');
         }
     
@@ -96,8 +96,8 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         </script>
       </head>
       <body>
-        <h1><a href="../storage/storage.opendatabase.html">Example</a></h1>
-        <p>getCurrent<a href="acceleration/acceleration.html">Acceleration</a></p>
+        <h1>Example</h1>
+        <p>getCurrentAcceleration</p>
       </body>
     </html>
     
@@ -106,4 +106,4 @@ iPhone Quirks
 
 - iPhone doesn't have the concept of getting the current acceleration at any given point.
 - You must watch the acceleration and capture the data at given time intervals.
-- Thus, the `getCurrent<a href="acceleration/acceleration.html">Acceleration</a>` function will give you the last value reported from a Cordova `watch<a href="accelerometer.html">Accelerometer</a>` call.
+- Thus, the `getCurrentAcceleration` function will give you the last value reported from a Cordova `watchAccelerometer` call.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/accelerometer/accelerometer.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/accelerometer/accelerometer.md b/www/docs/en/1.7.0/cordova/accelerometer/accelerometer.md
index afb5e45..7607cd0 100644
--- a/www/docs/en/1.7.0/cordova/accelerometer/accelerometer.md
+++ b/www/docs/en/1.7.0/cordova/accelerometer/accelerometer.md
@@ -21,23 +21,23 @@ license: >
 Accelerometer
 =============
 
-> <a href="../media/capture/capture.html">Capture</a>s device motion in the x, y, and z direction.
+> Captures device motion in the x, y, and z direction.
 
 Methods
 -------
 
-- accelerometer.getCurrent<a href="acceleration/acceleration.html">Acceleration</a>
-- accelerometer.watch<a href="acceleration/acceleration.html">Acceleration</a>
-- <a href="accelerometer.clearWatch.html">accelerometer.clearWatch</a>
+- accelerometer.getCurrentAcceleration
+- accelerometer.watchAcceleration
+- accelerometer.clearWatch
 
 Arguments
 ---------
 
-- <a href="parameters/accelerometerSuccess.html">accelerometerSuccess</a>
-- <a href="parameters/accelerometerError.html">accelerometerError</a>
-- <a href="parameters/accelerometerOptions.html">accelerometerOptions</a>
+- accelerometerSuccess
+- accelerometerError
+- accelerometerOptions
 
 Objects (Read-Only)
 -------------------
 
-- <a href="acceleration/acceleration.html">Acceleration</a>
\ No newline at end of file
+- Acceleration
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/accelerometer/accelerometer.watchAcceleration.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/accelerometer/accelerometer.watchAcceleration.md b/www/docs/en/1.7.0/cordova/accelerometer/accelerometer.watchAcceleration.md
index 91523a8..f2d600b 100644
--- a/www/docs/en/1.7.0/cordova/accelerometer/accelerometer.watchAcceleration.md
+++ b/www/docs/en/1.7.0/cordova/accelerometer/accelerometer.watchAcceleration.md
@@ -18,23 +18,23 @@ license: >
     under the License.
 ---
 
-accelerometer.watch<a href="acceleration/acceleration.html">Acceleration</a>
+accelerometer.watchAcceleration
 ===============================
 
 At a regular interval, get the acceleration along the x, y, and z axis.
 
-    var watchID = navigator.accelerometer.watch<a href="acceleration/acceleration.html">Acceleration</a>(<a href="parameters/accelerometerSuccess.html">accelerometerSuccess</a>,
-                                                           <a href="parameters/accelerometerError.html">accelerometerError</a>,
-                                                           [<a href="parameters/accelerometerOptions.html">accelerometerOptions</a>]);
+    var watchID = navigator.accelerometer.watchAcceleration(accelerometerSuccess,
+                                                           accelerometerError,
+                                                           [accelerometerOptions]);
                                                            
 Description
 -----------
 
 The accelerometer is a motion sensor that detects the change (delta) in movement relative to the current position. The accelerometer can detect 3D movement along the x, y, and z axis.
 
-The `accelerometer.watch<a href="acceleration/acceleration.html">Acceleration</a>` gets the device's current acceleration at a regular interval. Each time the `<a href="acceleration/acceleration.html">Acceleration</a>` is retrieved, the `<a href="parameters/accelerometerSuccess.html">accelerometerSuccess</a>` callback function is executed. Specify the interval in milliseconds via the `frequency` parameter in the `acceleratorOptions` object.
+The `accelerometer.watchAcceleration` gets the device's current acceleration at a regular interval. Each time the `Acceleration` is retrieved, the `accelerometerSuccess` callback function is executed. Specify the interval in milliseconds via the `frequency` parameter in the `acceleratorOptions` object.
 
-The returned watch ID references references the accelerometer watch interval. The watch ID can be used with `<a href="accelerometer.clearWatch.html">accelerometer.clearWatch</a>` to stop watching the accelerometer.
+The returned watch ID references references the accelerometer watch interval. The watch ID can be used with `accelerometer.clearWatch` to stop watching the accelerometer.
 
 Supported Platforms
 -------------------
@@ -46,13 +46,13 @@ Supported Platforms
 - Bada 1.2 & 2.x
 
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     function onSuccess(acceleration) {
-        alert('<a href="acceleration/acceleration.html">Acceleration</a> X: ' + acceleration.x + '\n' +
-              '<a href="acceleration/acceleration.html">Acceleration</a> Y: ' + acceleration.y + '\n' +
-              '<a href="acceleration/acceleration.html">Acceleration</a> Z: ' + acceleration.z + '\n' +
+        alert('Acceleration X: ' + acceleration.x + '\n' +
+              'Acceleration Y: ' + acceleration.y + '\n' +
+              'Acceleration Z: ' + acceleration.z + '\n' +
               'Timestamp: '      + acceleration.timestamp + '\n');
     };
 
@@ -62,29 +62,29 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
 
     var options = { frequency: 3000 };  // Update every 3 seconds
     
-    var watchID = navigator.accelerometer.watch<a href="acceleration/acceleration.html">Acceleration</a>(onSuccess, onError, options);
+    var watchID = navigator.accelerometer.watchAcceleration(onSuccess, onError, options);
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="acceleration/acceleration.html">Acceleration</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Acceleration Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.7.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // The watch id references the current `watch<a href="acceleration/acceleration.html">Acceleration</a>`
+        // The watch id references the current `watchAcceleration`
         var watchID = null;
         
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             startWatch();
         }
 
@@ -95,14 +95,14 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             // Update acceleration every 3 seconds
             var options = { frequency: 3000 };
             
-            watchID = navigator.accelerometer.watch<a href="acceleration/acceleration.html">Acceleration</a>(onSuccess, onError, options);
+            watchID = navigator.accelerometer.watchAcceleration(onSuccess, onError, options);
         }
         
         // Stop watching the acceleration
         //
         function stopWatch() {
             if (watchID) {
-                navigator.<a href="accelerometer.clearWatch.html">accelerometer.clearWatch</a>(watchID);
+                navigator.accelerometer.clearWatch(watchID);
                 watchID = null;
             }
         }
@@ -111,9 +111,9 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         //
         function onSuccess(acceleration) {
             var element = document.getElementById('accelerometer');
-            element.innerHTML = '<a href="acceleration/acceleration.html">Acceleration</a> X: ' + acceleration.x + '<br />' +
-                                '<a href="acceleration/acceleration.html">Acceleration</a> Y: ' + acceleration.y + '<br />' +
-                                '<a href="acceleration/acceleration.html">Acceleration</a> Z: ' + acceleration.z + '<br />' +
+            element.innerHTML = 'Acceleration X: ' + acceleration.x + '<br />' +
+                                'Acceleration Y: ' + acceleration.y + '<br />' +
+                                'Acceleration Z: ' + acceleration.z + '<br />' +
                                 'Timestamp: '      + acceleration.timestamp + '<br />';
         }
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/accelerometer/parameters/accelerometerOptions.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/accelerometer/parameters/accelerometerOptions.md b/www/docs/en/1.7.0/cordova/accelerometer/parameters/accelerometerOptions.md
index d105d2d..86fb292 100644
--- a/www/docs/en/1.7.0/cordova/accelerometer/parameters/accelerometerOptions.md
+++ b/www/docs/en/1.7.0/cordova/accelerometer/parameters/accelerometerOptions.md
@@ -26,4 +26,4 @@ An optional parameter to customize the retrieval of the accelerometer.
 Options
 -------
 
-- __frequency:__ How often to retrieve the `<a href="../acceleration/acceleration.html">Acceleration</a>` in milliseconds. _(Number)_ (Default: 10000)
\ No newline at end of file
+- __frequency:__ How often to retrieve the `Acceleration` in milliseconds. _(Number)_ (Default: 10000)
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/accelerometer/parameters/accelerometerSuccess.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/accelerometer/parameters/accelerometerSuccess.md b/www/docs/en/1.7.0/cordova/accelerometer/parameters/accelerometerSuccess.md
index 5f448d2..67166dc 100644
--- a/www/docs/en/1.7.0/cordova/accelerometer/parameters/accelerometerSuccess.md
+++ b/www/docs/en/1.7.0/cordova/accelerometer/parameters/accelerometerSuccess.md
@@ -21,7 +21,7 @@ license: >
 accelerometerSuccess
 ====================
 
-onSuccess callback function that provides the <a href="../acceleration/acceleration.html">Acceleration</a> information.
+onSuccess callback function that provides the Acceleration information.
 
     function(acceleration) {
         // Do something
@@ -30,14 +30,14 @@ onSuccess callback function that provides the <a href="../acceleration/accelerat
 Parameters
 ----------
 
-- __acceleration:__ The acceleration at a single moment in time. (<a href="../acceleration/acceleration.html">Acceleration</a>)
+- __acceleration:__ The acceleration at a single moment in time. (Acceleration)
 
-<a href="../../storage/storage.opendatabase.html">Example</a>
+Example
 -------
 
     function onSuccess(acceleration) {
-        alert('<a href="../acceleration/acceleration.html">Acceleration</a> X: ' + acceleration.x + '\n' +
-              '<a href="../acceleration/acceleration.html">Acceleration</a> Y: ' + acceleration.y + '\n' +
-              '<a href="../acceleration/acceleration.html">Acceleration</a> Z: ' + acceleration.z + '\n' +
+        alert('Acceleration X: ' + acceleration.x + '\n' +
+              'Acceleration Y: ' + acceleration.y + '\n' +
+              'Acceleration Z: ' + acceleration.z + '\n' +
               'Timestamp: '      + acceleration.timestamp + '\n');
     };
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/camera/camera.getPicture.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/camera/camera.getPicture.md b/www/docs/en/1.7.0/cordova/camera/camera.getPicture.md
index 3e4403f..f2fee0f 100644
--- a/www/docs/en/1.7.0/cordova/camera/camera.getPicture.md
+++ b/www/docs/en/1.7.0/cordova/camera/camera.getPicture.md
@@ -23,16 +23,16 @@ camera.getPicture
 
 Takes a photo using the camera or retrieves a photo from the device's album.  The image is returned as a base64 encoded `String` or as the URI of an image file.
 
-    navigator.camera.getPicture( <a href="parameter/cameraSuccess.html">cameraSuccess</a>, <a href="parameter/cameraError.html">cameraError</a>, [ <a href="parameter/cameraOptions.html">cameraOptions</a> ] );
+    navigator.camera.getPicture( cameraSuccess, cameraError, [ cameraOptions ] );
 
 Description
 -----------
 
-Function `camera.getPicture` opens the device's default camera application so that the user can take a picture (if `<a href="camera.html">Camera</a>.sourceType = <a href="camera.html">Camera</a>.PictureSourceType.CAMERA`, which is the default). Once the photo is taken, the camera application closes and your application is restored.
+Function `camera.getPicture` opens the device's default camera application so that the user can take a picture (if `Camera.sourceType = Camera.PictureSourceType.CAMERA`, which is the default). Once the photo is taken, the camera application closes and your application is restored.
 
-If `<a href="camera.html">Camera</a>.sourceType = <a href="camera.html">Camera</a>.PictureSourceType.PHOTOLIBRARY` or `<a href="camera.html">Camera</a>.PictureSourceType.SAVEDPHOTOALBUM`, then a photo chooser dialog is shown, from which a photo from the album can be selected.
+If `Camera.sourceType = Camera.PictureSourceType.PHOTOLIBRARY` or `Camera.PictureSourceType.SAVEDPHOTOALBUM`, then a photo chooser dialog is shown, from which a photo from the album can be selected.
 
-The return value will be sent to the `<a href="parameter/cameraSuccess.html">cameraSuccess</a>` function, in one of the following formats, depending on the `<a href="parameter/cameraOptions.html">cameraOptions</a>` you specify:
+The return value will be sent to the `cameraSuccess` function, in one of the following formats, depending on the `cameraOptions` you specify:
 
 - A `String` containing the Base64 encoded photo image.
 - A `String` representing the image file location on local storage (default).
@@ -40,10 +40,10 @@ The return value will be sent to the `<a href="parameter/cameraSuccess.html">cam
 You can do whatever you want with the encoded image or URI, for example:
 
 - Render the image in an `<img>` tag _(see example below)_
-- Save the data locally (`Local<a href="../storage/storage.html">Storage</a>`, [Lawnchair](http://brianleroux.github.com/lawnchair/), etc)
+- Save the data locally (`LocalStorage`, [Lawnchair](http://brianleroux.github.com/lawnchair/), etc)
 - Post the data to a remote server
 
-Note: The image quality of pictures taken using the camera on newer devices is quite good, and images from the Photo Album will not be downscaled to a lower quality, even if a quality parameter is specified.  _Encoding such images using Base64 has caused memory issues on some of these devices (iPhone 4, BlackBerry Torch 9800)._  Therefore, using FILE_URI as the '<a href="camera.html">Camera</a>.destinationType' is highly recommended.
+Note: The image quality of pictures taken using the camera on newer devices is quite good, and images from the Photo Album will not be downscaled to a lower quality, even if a quality parameter is specified.  _Encoding such images using Base64 has caused memory issues on some of these devices (iPhone 4, BlackBerry Torch 9800)._  Therefore, using FILE_URI as the 'Camera.destinationType' is highly recommended.
 
 Supported Platforms
 -------------------
@@ -62,13 +62,13 @@ Invoking the native camera application while your device is connected
 via Zune will not work, and the error callback will be triggered.
 
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
 Take photo and retrieve Base64-encoded image:
 
     navigator.camera.getPicture(onSuccess, onFail, { quality: 50,
-        destinationType: <a href="camera.html">Camera</a>.DestinationType.DATA_URL
+        destinationType: Camera.DestinationType.DATA_URL
      }); 
 
     function onSuccess(imageData) {
@@ -83,7 +83,7 @@ Take photo and retrieve Base64-encoded image:
 Take photo and retrieve image file location: 
 
     navigator.camera.getPicture(onSuccess, onFail, { quality: 50, 
-        destinationType: <a href="camera.html">Camera</a>.DestinationType.FILE_URI }); 
+        destinationType: Camera.DestinationType.FILE_URI }); 
 
     function onSuccess(imageURI) {
         var image = document.getElementById('myImage');
@@ -95,13 +95,13 @@ Take photo and retrieve image file location:
     }
 
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../media/capture/capture.html">Capture</a> Photo</title>
+        <title>Capture Photo</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.7.0.js"></script>
         <script type="text/javascript" charset="utf-8">
@@ -111,11 +111,11 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         
         // Wait for Cordova to connect with the device
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>",on<a href="../device/device.html">Device</a>Ready,false);
+        document.addEventListener("deviceready",onDeviceReady,false);
     
         // Cordova is ready to be used!
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             pictureSource=navigator.camera.PictureSourceType;
             destinationType=navigator.camera.DestinationType;
         }
@@ -194,8 +194,8 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         </script>
       </head>
       <body>
-        <button onclick="capturePhoto();"><a href="../media/capture/capture.html">Capture</a> Photo</button> <br>
-        <button onclick="capturePhotoEdit();"><a href="../media/capture/capture.html">Capture</a> Editable Photo</button> <br>
+        <button onclick="capturePhoto();">Capture Photo</button> <br>
+        <button onclick="capturePhotoEdit();">Capture Editable Photo</button> <br>
         <button onclick="getPhoto(pictureSource.PHOTOLIBRARY);">From Photo Library</button><br>
         <button onclick="getPhoto(pictureSource.SAVEDPHOTOALBUM);">From Photo Album</button><br>
         <img style="display:none;width:60px;height:60px;" id="smallImage" src="" />

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/camera/camera.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/camera/camera.md b/www/docs/en/1.7.0/cordova/camera/camera.md
index 4608c34..611035d 100644
--- a/www/docs/en/1.7.0/cordova/camera/camera.md
+++ b/www/docs/en/1.7.0/cordova/camera/camera.md
@@ -26,4 +26,4 @@ Camera
 Methods
 -------
 
-- <a href="camera.getPicture.html">camera.getPicture</a>
\ No newline at end of file
+- camera.getPicture
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/camera/parameter/cameraOptions.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/camera/parameter/cameraOptions.md b/www/docs/en/1.7.0/cordova/camera/parameter/cameraOptions.md
index d8ed3d0..498dc01 100644
--- a/www/docs/en/1.7.0/cordova/camera/parameter/cameraOptions.md
+++ b/www/docs/en/1.7.0/cordova/camera/parameter/cameraOptions.md
@@ -24,10 +24,10 @@ cameraOptions
 Optional parameters to customize the camera settings.
 
     { quality : 75, 
-      destinationType : <a href="../camera.html">Camera</a>.DestinationType.DATA_URL, 
-      sourceType : <a href="../camera.html">Camera</a>.PictureSourceType.CAMERA, 
+      destinationType : Camera.DestinationType.DATA_URL, 
+      sourceType : Camera.PictureSourceType.CAMERA, 
       allowEdit : true,
-      encodingType: <a href="../camera.html">Camera</a>.EncodingType.JPEG,
+      encodingType: Camera.EncodingType.JPEG,
       targetWidth: 100,
       targetHeight: 100 };
 
@@ -38,14 +38,14 @@ Options
 
 - __destinationType:__ Choose the format of the return value.  Defined in navigator.camera.DestinationType (`Number`)
         
-            <a href="../camera.html">Camera</a>.DestinationType = {
+            Camera.DestinationType = {
                 DATA_URL : 0,                // Return image as base64 encoded string
                 FILE_URI : 1                 // Return image file URI
             };
 
 - __sourceType:__ Set the source of the picture.  Defined in nagivator.camera.PictureSourceType (`Number`)
      
-        <a href="../camera.html">Camera</a>.PictureSourceType = {
+        Camera.PictureSourceType = {
             PHOTOLIBRARY : 0,
             CAMERA : 1,
             SAVEDPHOTOALBUM : 2
@@ -55,7 +55,7 @@ Options
   
 - __encodingType:__ Choose the encoding of the returned image file.  Defined in navigator.camera.EncodingType (`Number`)
         
-            <a href="../camera.html">Camera</a>.EncodingType = {
+            Camera.EncodingType = {
                 JPEG : 0,               // Return JPEG encoded image
                 PNG : 1                 // Return PNG encoded image
             };
@@ -63,9 +63,9 @@ Options
 - __targetWidth:__ Width in pixels to scale image. Must be used with targetHeight.  Aspect ratio is maintained. (`Number`)
 - __targetHeight:__ Height in pixels to scale image. Must be used with targetWidth. Aspect ratio is maintained. (`Number`)
 
-- __mediaType:__ Set the type of media to select from.  Only works when PictureSourceType is PHOTOLIBRARY or SAVEDPHOTOALBUM. Defined in nagivator.camera.<a href="../../media/media.html">Media</a>Type (`Number`)
+- __mediaType:__ Set the type of media to select from.  Only works when PictureSourceType is PHOTOLIBRARY or SAVEDPHOTOALBUM. Defined in nagivator.camera.MediaType (`Number`)
      
-        <a href="../camera.html">Camera</a>.<a href="../../media/media.html">Media</a>Type = { 
+        Camera.MediaType = { 
 			PICTURE: 0,             // allow selection of still pictures only. DEFAULT. Will return format specified via DestinationType
 			VIDEO: 1,               // allow selection of video only, WILL ALWAYS RETURN FILE_URI
 			ALLMEDIA : 2			// allow selection from all media types
@@ -78,8 +78,8 @@ Android Quirks
 --------------
 
 - Ignores the `allowEdit` parameter.
-- <a href="../camera.html">Camera</a>.PictureSourceType.PHOTOLIBRARY and <a href="../camera.html">Camera</a>.PictureSourceType.SAVEDPHOTOALBUM both display the same photo album.
-- <a href="../camera.html">Camera</a>.EncodingType is not supported.
+- Camera.PictureSourceType.PHOTOLIBRARY and Camera.PictureSourceType.SAVEDPHOTOALBUM both display the same photo album.
+- Camera.EncodingType is not supported.
 - Ignores the `correctOrientation` parameter.
 - Ignores the `saveToPhotoAlbum` parameter.
 
@@ -89,9 +89,9 @@ BlackBerry Quirks
 - Ignores the `quality` parameter.
 - Ignores the `sourceType` parameter.
 - Ignores the `allowEdit` parameter.
-- Application must have key injection permissions to close native <a href="../camera.html">Camera</a> application after photo is taken.
+- Application must have key injection permissions to close native Camera application after photo is taken.
 - Using Large image sizes may result in inability to encode image on later model devices with high resolution cameras (e.g. Torch 9800).
-- <a href="../camera.html">Camera</a>.<a href="../../media/media.html">Media</a>Type is not supported.
+- Camera.MediaType is not supported.
 - Ignores the `correctOrientation` parameter.
 - Ignores the `saveToPhotoAlbum` parameter.
 
@@ -101,7 +101,7 @@ Palm Quirks
 - Ignores the `quality` parameter.
 - Ignores the `sourceType` parameter.
 - Ignores the `allowEdit` parameter.
-- <a href="../camera.html">Camera</a>.<a href="../../media/media.html">Media</a>Type is not supported.
+- Camera.MediaType is not supported.
 - Ignores the `correctOrientation` parameter.
 - Ignores the `saveToPhotoAlbum` parameter.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/camera/parameter/cameraSuccess.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/camera/parameter/cameraSuccess.md b/www/docs/en/1.7.0/cordova/camera/parameter/cameraSuccess.md
index 6083130..ec04795 100644
--- a/www/docs/en/1.7.0/cordova/camera/parameter/cameraSuccess.md
+++ b/www/docs/en/1.7.0/cordova/camera/parameter/cameraSuccess.md
@@ -30,9 +30,9 @@ onSuccess callback function that provides the image data.
 Parameters
 ----------
 
-- __imageData:__ Base64 encoding of the image data, OR the image file URI, depending on `<a href="cameraOptions.html">cameraOptions</a>` used. (`String`)
+- __imageData:__ Base64 encoding of the image data, OR the image file URI, depending on `cameraOptions` used. (`String`)
 
-<a href="../../storage/storage.opendatabase.html">Example</a>
+Example
 -------
 
     // Show image

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/compass/compass.clearWatch.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/compass/compass.clearWatch.md b/www/docs/en/1.7.0/cordova/compass/compass.clearWatch.md
index cee5ee9..e892acd 100644
--- a/www/docs/en/1.7.0/cordova/compass/compass.clearWatch.md
+++ b/www/docs/en/1.7.0/cordova/compass/compass.clearWatch.md
@@ -25,7 +25,7 @@ Stop watching the compass referenced by the watch ID parameter.
 
     navigator.compass.clearWatch(watchID);
 
-- __watchID__: The ID returned by `<a href="compass.watchHeading.html">compass.watchHeading</a>`.
+- __watchID__: The ID returned by `compass.watchHeading`.
 
 Supported Platforms
 -------------------
@@ -35,22 +35,22 @@ Supported Platforms
 - Windows Phone 7 ( Mango ) if available in hardware
 - Bada 1.2 & 2.x
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
-    var watchID = navigator.<a href="compass.watchHeading.html">compass.watchHeading</a>(onSuccess, onError, options);
+    var watchID = navigator.compass.watchHeading(onSuccess, onError, options);
     
     // ... later on ...
     
     navigator.compass.clearWatch(watchID);
     
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="compass.html">Compass</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Compass Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.7.0.js"></script>
         <script type="text/javascript" charset="utf-8">
@@ -60,11 +60,11 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             startWatch();
         }
 
@@ -75,7 +75,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             // Update compass every 3 seconds
             var options = { frequency: 3000 };
             
-            watchID = navigator.<a href="compass.watchHeading.html">compass.watchHeading</a>(onSuccess, onError, options);
+            watchID = navigator.compass.watchHeading(onSuccess, onError, options);
         }
         
         // Stop watching the compass
@@ -96,8 +96,8 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
 
         // onError: Failed to get the heading
         //
-        function onError(<a href="parameters/compassError.html">compassError</a>) {
-            alert('<a href="compass.html">Compass</a> error: ' + <a href="parameters/compassError.html">compassError</a>.code);
+        function onError(compassError) {
+            alert('Compass error: ' + compassError.code);
         }
 
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/compass/compass.clearWatchFilter.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/compass/compass.clearWatchFilter.md b/www/docs/en/1.7.0/cordova/compass/compass.clearWatchFilter.md
index 9cf3e19..276c11f 100644
--- a/www/docs/en/1.7.0/cordova/compass/compass.clearWatchFilter.md
+++ b/www/docs/en/1.7.0/cordova/compass/compass.clearWatchFilter.md
@@ -18,7 +18,7 @@ license: >
     under the License.
 ---
 
-<a href="compass.clearWatch.html">compass.clearWatch</a>Filter
+compass.clearWatchFilter
 ========================
 
-No longer supported as of 1.6.  See `<a href="compass.clearWatch.html">compass.clearWatch</a>`.
\ No newline at end of file
+No longer supported as of 1.6.  See `compass.clearWatch`.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/compass/compass.getCurrentHeading.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/compass/compass.getCurrentHeading.md b/www/docs/en/1.7.0/cordova/compass/compass.getCurrentHeading.md
index fb86e71..28cfc0f 100644
--- a/www/docs/en/1.7.0/cordova/compass/compass.getCurrentHeading.md
+++ b/www/docs/en/1.7.0/cordova/compass/compass.getCurrentHeading.md
@@ -23,14 +23,14 @@ compass.getCurrentHeading
 
 Get the current compass heading.
 
-    navigator.compass.getCurrentHeading(<a href="parameters/compassSuccess.html">compassSuccess</a>, <a href="parameters/compassError.html">compassError</a>, <a href="parameters/compassOptions.html">compassOptions</a>);
+    navigator.compass.getCurrentHeading(compassSuccess, compassError, compassOptions);
 
 Description
 -----------
 
 The compass is a sensor that detects the direction or heading that the device is pointed.  It measures the heading in degrees from 0 to 359.99.
 
-The compass heading information is returned via a <a href="compass.html">Compass</a>Heading object using the `<a href="parameters/compassSuccess.html">compassSuccess</a>` callback function.
+The compass heading information is returned via a CompassHeading object using the `compassSuccess` callback function.
 
 Supported Platforms
 -------------------
@@ -40,7 +40,7 @@ Supported Platforms
 - Windows Phone 7 ( Mango ) if available in hardware
 - Bada 1.2 & 2.x
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     function onSuccess(heading) {
@@ -48,29 +48,29 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
     };
 
     function onError(error) {
-        alert('<a href="<a href="parameters/compassError.html">compassError</a>/<a href="parameters/compassError.html">compassError</a>.html"><a href="compass.html">Compass</a>Error</a>: ' + error.code);
+        alert('CompassError: ' + error.code);
     };
 
     navigator.compass.getCurrentHeading(onSuccess, onError);
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="compass.html">Compass</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Compass Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.7.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             navigator.compass.getCurrentHeading(onSuccess, onError);
         }
     
@@ -82,14 +82,14 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
     
         // onError: Failed to get the heading
         //
-        function onError(<a href="parameters/compassError.html">compassError</a>) {
-            alert('<a href="compass.html">Compass</a> Error: ' + <a href="parameters/compassError.html">compassError</a>.code);
+        function onError(compassError) {
+            alert('Compass Error: ' + compassError.code);
         }
 
         </script>
       </head>
       <body>
-        <h1><a href="../storage/storage.opendatabase.html">Example</a></h1>
+        <h1>Example</h1>
         <p>getCurrentHeading</p>
       </body>
     </html>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/compass/compass.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/compass/compass.md b/www/docs/en/1.7.0/cordova/compass/compass.md
index febba7c..beb83e2 100644
--- a/www/docs/en/1.7.0/cordova/compass/compass.md
+++ b/www/docs/en/1.7.0/cordova/compass/compass.md
@@ -26,16 +26,16 @@ Compass
 Methods
 -------
 
-- <a href="compass.getCurrentHeading.html">compass.getCurrentHeading</a>
-- <a href="compass.watchHeading.html">compass.watchHeading</a>
-- <a href="compass.clearWatch.html">compass.clearWatch</a>
-- <a href="<a href="compass.watchHeading.html">compass.watchHeading</a>Filter.html"><a href="compass.watchHeading.html">compass.watchHeading</a>Filter</a> 	(obsolete)
-- <a href="<a href="compass.clearWatch.html">compass.clearWatch</a>Filter.html"><a href="compass.clearWatch.html">compass.clearWatch</a>Filter</a>		(obsolete)
+- compass.getCurrentHeading
+- compass.watchHeading
+- compass.clearWatch
+- compass.watchHeadingFilter 	(obsolete)
+- compass.clearWatchFilter		(obsolete)
 
 Arguments
 ---------
 
-- <a href="parameters/compassSuccess.html">compassSuccess</a>
-- <a href="parameters/compassError.html">compassError</a>
-- <a href="parameters/compassOptions.html">compassOptions</a>
-- <a href="parameters/compassHeading.html">compassHeading</a>
+- compassSuccess
+- compassError
+- compassOptions
+- compassHeading


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[30/51] [partial] docs commit: Reverting autolinking change because of inconsistencies.

Posted by db...@apache.org.
http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/file/localfilesystem/localfilesystem.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/file/localfilesystem/localfilesystem.md b/www/docs/en/1.5.0/phonegap/file/localfilesystem/localfilesystem.md
index 330d3a0..04f5b72 100644
--- a/www/docs/en/1.5.0/phonegap/file/localfilesystem/localfilesystem.md
+++ b/www/docs/en/1.5.0/phonegap/file/localfilesystem/localfilesystem.md
@@ -18,7 +18,7 @@ license: >
     under the License.
 ---
 
-Local<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>
+LocalFileSystem
 ===============
 
 This object provides a way to obtain root file systems.
@@ -26,19 +26,19 @@ This object provides a way to obtain root file systems.
 Methods
 ----------
 
-- __request<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>:__ Requests a filesystem. _(Function)_
-- __resolveLocal<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>URI:__ Retrieve a <a href="../directoryentry/directoryentry.html">DirectoryEntry</a> or <a href="../fileentry/fileentry.html"><a href="../fileobj/fileobj.html">File</a>Entry</a> using local URI. _(Function)_
+- __requestFileSystem:__ Requests a filesystem. _(Function)_
+- __resolveLocalFileSystemURI:__ Retrieve a DirectoryEntry or FileEntry using local URI. _(Function)_
 
 Constants
 ---------
 
-- `Local<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>.PERSISTENT`: Used for storage that should not be removed by the user agent without application or user permission.
-- `Local<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>.TEMPORARY`: Used for storage with no guarantee of persistence.
+- `LocalFileSystem.PERSISTENT`: Used for storage that should not be removed by the user agent without application or user permission.
+- `LocalFileSystem.TEMPORARY`: Used for storage with no guarantee of persistence.
 
 Details
 -------
 
-The `Local<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>` object methods are defined on the __window__ object.
+The `LocalFileSystem` object methods are defined on the __window__ object.
 
 Supported Platforms
 -------------------
@@ -48,54 +48,54 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
 
-Request <a href="../fileobj/fileobj.html">File</a> System Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Request File System Quick Example
 ---------------------------------
 
 	function onSuccess(fileSystem) {
-		console.log(fileSystem.<a href="../../storage/parameters/name.html">name</a>);
+		console.log(fileSystem.name);
 	}
 	
 	// request the persistent file system
-	window.request<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>(Local<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>.PERSISTENT, 0, onSuccess, onError);
+	window.requestFileSystem(LocalFileSystem.PERSISTENT, 0, onSuccess, onError);
 
-Resolve Local <a href="../fileobj/fileobj.html">File</a> System URI Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Resolve Local File System URI Quick Example
 -------------------------------------------
 
 	function onSuccess(fileEntry) {
-		console.log(fileEntry.<a href="../../storage/parameters/name.html">name</a>);
+		console.log(fileEntry.name);
 	}
 
-	window.resolveLocal<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>URI("file:///example.txt", onSuccess, onError);
+	window.resolveLocalFileSystemURI("file:///example.txt", onSuccess, onError);
 	
-Full <a href="../../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Local <a href="../fileobj/fileobj.html">File</a> System <a href="../../storage/storage.opendatabase.html">Example</a></title>
+        <title>Local File System Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.5.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for PhoneGap to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // PhoneGap is ready
         //
-        function on<a href="../../device/device.html">Device</a>Ready() {
-			window.request<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>(Local<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>.PERSISTENT, 0, on<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>Success, fail);
-			window.resolveLocal<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>URI("file:///example.txt", onResolveSuccess, fail);
+        function onDeviceReady() {
+			window.requestFileSystem(LocalFileSystem.PERSISTENT, 0, onFileSystemSuccess, fail);
+			window.resolveLocalFileSystemURI("file:///example.txt", onResolveSuccess, fail);
         }
 
-		function on<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>Success(fileSystem) {
-			console.log(fileSystem.<a href="../../storage/parameters/name.html">name</a>);
+		function onFileSystemSuccess(fileSystem) {
+			console.log(fileSystem.name);
 		}
 
 		function onResolveSuccess(fileEntry) {
-			console.log(fileEntry.<a href="../../storage/parameters/name.html">name</a>);
+			console.log(fileEntry.name);
 		}
 		
 		function fail(evt) {
@@ -105,7 +105,7 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
         </script>
       </head>
       <body>
-        <h1><a href="../../storage/storage.opendatabase.html">Example</a></h1>
-        <p>Local <a href="../fileobj/fileobj.html">File</a> System</p>
+        <h1>Example</h1>
+        <p>Local File System</p>
       </body>
     </html>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/file/metadata/metadata.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/file/metadata/metadata.md b/www/docs/en/1.5.0/phonegap/file/metadata/metadata.md
index e4c5194..487d07c 100644
--- a/www/docs/en/1.5.0/phonegap/file/metadata/metadata.md
+++ b/www/docs/en/1.5.0/phonegap/file/metadata/metadata.md
@@ -31,7 +31,7 @@ Properties
 Details
 -------
 
-The `Metadata` object represents information about the state of a file or directory.  You can get an instance of a Metadata object by calling the __getMetadata__ method of a `<a href="../directoryentry/directoryentry.html">DirectoryEntry</a>` or `<a href="../fileentry/fileentry.html"><a href="../fileobj/fileobj.html">File</a>Entry</a>` object.
+The `Metadata` object represents information about the state of a file or directory.  You can get an instance of a Metadata object by calling the __getMetadata__ method of a `DirectoryEntry` or `FileEntry` object.
 
 Supported Platforms
 -------------------
@@ -41,7 +41,7 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
 	function win(metadata) {

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/geolocation/Coordinates/coordinates.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/geolocation/Coordinates/coordinates.md b/www/docs/en/1.5.0/phonegap/geolocation/Coordinates/coordinates.md
index d684b8d..e92efca 100644
--- a/www/docs/en/1.5.0/phonegap/geolocation/Coordinates/coordinates.md
+++ b/www/docs/en/1.5.0/phonegap/geolocation/Coordinates/coordinates.md
@@ -37,7 +37,7 @@ Properties
 Description
 -----------
 
-The `Coordinates` object is created and populated by PhoneGap, and attached to the `<a href="../Position/position.html">Position</a>` object. The `<a href="../Position/position.html">Position</a>` object is then returned to the user through a callback function.
+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.
 
 Supported Platforms
 -------------------
@@ -48,7 +48,7 @@ Supported Platforms
 - iPhone
 - Windows Phone 7 ( Mango )
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // onSuccess Callback
@@ -70,29 +70,29 @@ Quick <a href="../../storage/storage.opendatabase.html">Example</a>
         alert('onError!');
     };
 
-    navigator.geolocation.getCurrent<a href="../Position/position.html">Position</a>(onSuccess, onError);
+    navigator.geolocation.getCurrentPosition(onSuccess, onError);
 
-Full <a href="../../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../geolocation.html">Geolocation</a> <a href="../Position/position.html">Position</a> <a href="../../storage/storage.opendatabase.html">Example</a></title>
+        <title>Geolocation Position Example</title>
         <script type="text/javascript" charset="utf-8" src="cordova-1.5.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Set an event to wait for PhoneGap to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // PhoneGap is loaded and Ready
         //
-        function on<a href="../../device/device.html">Device</a>Ready() {
-            navigator.geolocation.getCurrent<a href="../Position/position.html">Position</a>(onSuccess, onError);
+        function onDeviceReady() {
+            navigator.geolocation.getCurrentPosition(onSuccess, onError);
         }
     
-        // Display `<a href="../Position/position.html">Position</a>` properties from the geolocation
+        // Display `Position` properties from the geolocation
         //
         function onSuccess(position) {
             var div = document.getElementById('myDiv');

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/geolocation/Position/position.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/geolocation/Position/position.md b/www/docs/en/1.5.0/phonegap/geolocation/Position/position.md
index 6961d03..ad18ce2 100644
--- a/www/docs/en/1.5.0/phonegap/geolocation/Position/position.md
+++ b/www/docs/en/1.5.0/phonegap/geolocation/Position/position.md
@@ -26,7 +26,7 @@ Contains `Position` coordinates that are created by the geolocation API.
 Properties
 ----------
 
-- __coords:__ A set of geographic coordinates. _(<a href="../Coordinates/coordinates.html">Coordinates</a>)_
+- __coords:__ A set of geographic coordinates. _(Coordinates)_
 - __timestamp:__ Creation timestamp for `coords` in milliseconds. _(DOMTimeStamp)_
 
 Description
@@ -43,7 +43,7 @@ Supported Platforms
 - iPhone
 - Windows Phone 7 ( Mango )
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // onSuccess Callback
@@ -59,37 +59,37 @@ Quick <a href="../../storage/storage.opendatabase.html">Example</a>
               'Timestamp: '         + new Date(position.timestamp)      + '\n');
     };
 
-    // onError Callback receives a <a href="../PositionError/positionError.html">PositionError</a> object
+    // onError Callback receives a PositionError object
     //
     function onError(error) {
         alert('code: '    + error.code    + '\n' +
               'message: ' + error.message + '\n');
     }
 
-    navigator.<a href="../geolocation.getCurrentPosition.html">geolocation.getCurrentPosition</a>(onSuccess, onError);
+    navigator.geolocation.getCurrentPosition(onSuccess, onError);
 
-Full <a href="../../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../../device/device.html">Device</a> Properties <a href="../../storage/storage.opendatabase.html">Example</a></title>
+        <title>Device Properties Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.5.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for PhoneGap to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // PhoneGap is ready
         //
-        function on<a href="../../device/device.html">Device</a>Ready() {
-            navigator.<a href="../geolocation.getCurrentPosition.html">geolocation.getCurrentPosition</a>(onSuccess, onError);
+        function onDeviceReady() {
+            navigator.geolocation.getCurrentPosition(onSuccess, onError);
         }
     
-        // onSuccess <a href="../geolocation.html">Geolocation</a>
+        // onSuccess Geolocation
         //
         function onSuccess(position) {
             var element = document.getElementById('geolocation');
@@ -103,7 +103,7 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
                                 'Timestamp: '          + new Date(position.timestamp)          + '<br />';
         }
     
-	    // onError Callback receives a <a href="../PositionError/positionError.html">PositionError</a> object
+	    // onError Callback receives a PositionError object
 	    //
 	    function onError(error) {
 	        alert('code: '    + error.code    + '\n' +

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/geolocation/PositionError/positionError.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/geolocation/PositionError/positionError.md b/www/docs/en/1.5.0/phonegap/geolocation/PositionError/positionError.md
index 4450441..45bef69 100644
--- a/www/docs/en/1.5.0/phonegap/geolocation/PositionError/positionError.md
+++ b/www/docs/en/1.5.0/phonegap/geolocation/PositionError/positionError.md
@@ -18,10 +18,10 @@ license: >
     under the License.
 ---
 
-<a href="../Position/position.html">Position</a>Error
+PositionError
 ========
 
-A `<a href="../Position/position.html">Position</a>Error` object is returned to the <a href="../parameters/geolocationError.html">geolocationError</a> callback when an error occurs.
+A `PositionError` object is returned to the geolocationError callback when an error occurs.
 
 Properties
 ----------
@@ -32,12 +32,12 @@ Properties
 Constants
 ---------
 
-- `<a href="../Position/position.html">Position</a>Error.PERMISSION_DENIED`
-- `<a href="../Position/position.html">Position</a>Error.POSITION_UNAVAILABLE`
-- `<a href="../Position/position.html">Position</a>Error.TIMEOUT`
+- `PositionError.PERMISSION_DENIED`
+- `PositionError.POSITION_UNAVAILABLE`
+- `PositionError.TIMEOUT`
 
 Description
 -----------
 
-The `<a href="../Position/position.html">Position</a>Error` object is returned to the user through the `<a href="../parameters/geolocationError.html">geolocationError</a>` callback function when an error occurs with geolocation.
+The `PositionError` object is returned to the user through the `geolocationError` callback function when an error occurs with geolocation.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/geolocation/geolocation.clearWatch.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/geolocation/geolocation.clearWatch.md b/www/docs/en/1.5.0/phonegap/geolocation/geolocation.clearWatch.md
index a41c93b..454158c 100644
--- a/www/docs/en/1.5.0/phonegap/geolocation/geolocation.clearWatch.md
+++ b/www/docs/en/1.5.0/phonegap/geolocation/geolocation.clearWatch.md
@@ -28,12 +28,12 @@ Stop watching for changes to the device's location referenced by the `watchID` p
 Parameters
 ----------
 
-- __watchID:__ The id of the `watch<a href="Position/position.html">Position</a>` interval to clear. (String)
+- __watchID:__ The id of the `watchPosition` interval to clear. (String)
 
 Description
 -----------
 
-Function `geolocation.clearWatch` stops watching changes to the device's location by clearing the `geolocation.watch<a href="Position/position.html">Position</a>` referenced by `watchID`.
+Function `geolocation.clearWatch` stops watching changes to the device's location by clearing the `geolocation.watchPosition` referenced by `watchID`.
 
 Supported Platforms
 -------------------
@@ -44,44 +44,44 @@ Supported Platforms
 - iPhone
 - Windows Phone 7 ( Mango )
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // Options: retrieve the location every 3 seconds
     //
-    var watchID = navigator.geolocation.watch<a href="Position/position.html">Position</a>(onSuccess, onError, { frequency: 3000 });
+    var watchID = navigator.geolocation.watchPosition(onSuccess, onError, { frequency: 3000 });
 
     // ...later on...
 
     navigator.geolocation.clearWatch(watchID);
 
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../device/device.html">Device</a> Properties <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Device Properties Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.5.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for PhoneGap to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         var watchID = null;
 
         // PhoneGap is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             // Update every 3 seconds
             var options = { frequency: 3000 };
-            watchID = navigator.geolocation.watch<a href="Position/position.html">Position</a>(onSuccess, onError, options);
+            watchID = navigator.geolocation.watchPosition(onSuccess, onError, options);
         }
     
-        // onSuccess <a href="geolocation.html">Geolocation</a>
+        // onSuccess Geolocation
         //
         function onSuccess(position) {
             var element = document.getElementById('geolocation');
@@ -99,7 +99,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             }
         }
     
-	    // onError Callback receives a <a href="<a href="Position/position.html">Position</a>Error/positionError.html"><a href="Position/position.html">Position</a>Error</a> object
+	    // onError Callback receives a PositionError object
 	    //
 	    function onError(error) {
 	      alert('code: '    + error.code    + '\n' +

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/geolocation/geolocation.getCurrentPosition.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/geolocation/geolocation.getCurrentPosition.md b/www/docs/en/1.5.0/phonegap/geolocation/geolocation.getCurrentPosition.md
index ead623f..cc4297b 100644
--- a/www/docs/en/1.5.0/phonegap/geolocation/geolocation.getCurrentPosition.md
+++ b/www/docs/en/1.5.0/phonegap/geolocation/geolocation.getCurrentPosition.md
@@ -18,26 +18,26 @@ license: >
     under the License.
 ---
 
-geolocation.getCurrent<a href="Position/position.html">Position</a>
+geolocation.getCurrentPosition
 ==============================
 
-Returns the device's current position as a `<a href="Position/position.html">Position</a>` object.
+Returns the device's current position as a `Position` object.
 
-    navigator.geolocation.getCurrent<a href="Position/position.html">Position</a>(<a href="parameters/geolocationSuccess.html">geolocationSuccess</a>, 
-                                             [<a href="parameters/geolocationError.html">geolocationError</a>], 
-                                             [<a href="parameters/geolocation.options.html">geolocationOptions</a>]);
+    navigator.geolocation.getCurrentPosition(geolocationSuccess, 
+                                             [geolocationError], 
+                                             [geolocationOptions]);
 
 Parameters
 ----------
 
-- __<a href="parameters/geolocationSuccess.html">geolocationSuccess</a>__: The callback that is called with the current position.
-- __<a href="parameters/geolocationError.html">geolocationError</a>__: (Optional) The callback that is called if there was an error.
-- __<a href="parameters/geolocation.options.html">geolocationOptions</a>__: (Optional) The geolocation options.
+- __geolocationSuccess__: The callback that is called with the current position.
+- __geolocationError__: (Optional) The callback that is called if there was an error.
+- __geolocationOptions__: (Optional) The geolocation options.
 
 Description
 -----------
 
-Function `geolocation.getCurrent<a href="Position/position.html">Position</a>` is an asynchronous function. It returns the device's current position to the `<a href="parameters/geolocationSuccess.html">geolocationSuccess</a>` callback with a `<a href="Position/position.html">Position</a>` object as the parameter.  If there is an error, the `<a href="parameters/geolocationError.html">geolocationError</a>` callback is invoked with a `<a href="<a href="Position/position.html">Position</a>Error/positionError.html"><a href="Position/position.html">Position</a>Error</a>` object.
+Function `geolocation.getCurrentPosition` is an asynchronous function. It returns the device's current position to the `geolocationSuccess` callback with a `Position` object as the parameter.  If there is an error, the `geolocationError` callback is invoked with a `PositionError` object.
 
 
 Supported Platforms
@@ -49,11 +49,11 @@ Supported Platforms
 - iPhone
 - Windows Phone 7 ( Mango )
     
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // onSuccess Callback
-    //   This method accepts a `<a href="Position/position.html">Position</a>` object, which contains
+    //   This method accepts a `Position` object, which contains
     //   the current GPS coordinates
     //
     var onSuccess = function(position) {
@@ -67,37 +67,37 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
               'Timestamp: '         + new Date(position.timestamp)      + '\n');
     };
 
-    // onError Callback receives a <a href="<a href="Position/position.html">Position</a>Error/positionError.html"><a href="Position/position.html">Position</a>Error</a> object
+    // onError Callback receives a PositionError object
     //
     function onError(error) {
         alert('code: '    + error.code    + '\n' +
               'message: ' + error.message + '\n');
     }
 
-    navigator.geolocation.getCurrent<a href="Position/position.html">Position</a>(onSuccess, onError);
+    navigator.geolocation.getCurrentPosition(onSuccess, onError);
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../device/device.html">Device</a> Properties <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Device Properties Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.5.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for PhoneGap to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // PhoneGap is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
-            navigator.geolocation.getCurrent<a href="Position/position.html">Position</a>(onSuccess, onError);
+        function onDeviceReady() {
+            navigator.geolocation.getCurrentPosition(onSuccess, onError);
         }
     
-        // onSuccess <a href="geolocation.html">Geolocation</a>
+        // onSuccess Geolocation
         //
         function onSuccess(position) {
             var element = document.getElementById('geolocation');
@@ -111,7 +111,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
                                 'Timestamp: '          + new Date(position.timestamp)          + '<br />';
         }
     
-	    // onError Callback receives a <a href="<a href="Position/position.html">Position</a>Error/positionError.html"><a href="Position/position.html">Position</a>Error</a> object
+	    // onError Callback receives a PositionError object
 	    //
 	    function onError(error) {
 	        alert('code: '    + error.code    + '\n' +

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/geolocation/geolocation.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/geolocation/geolocation.md b/www/docs/en/1.5.0/phonegap/geolocation/geolocation.md
index c7b38cc..37f866a 100644
--- a/www/docs/en/1.5.0/phonegap/geolocation/geolocation.md
+++ b/www/docs/en/1.5.0/phonegap/geolocation/geolocation.md
@@ -23,28 +23,28 @@ Geolocation
 
 > The `geolocation` object provides access to the device's GPS sensor. 
 
-Geolocation provides location information for the device, such as latitude and longitude. Common sources of location information include Global <a href="Position/position.html">Position</a>ing 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. 
+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.
 
 Methods
 -------
 
-- geolocation.getCurrent<a href="Position/position.html">Position</a>
-- geolocation.watch<a href="Position/position.html">Position</a>
-- <a href="geolocation.clearWatch.html">geolocation.clearWatch</a>
+- geolocation.getCurrentPosition
+- geolocation.watchPosition
+- geolocation.clearWatch
 
 
 Arguments
 ---------
 
-- <a href="parameters/geolocationSuccess.html">geolocationSuccess</a>
-- <a href="parameters/geolocationError.html">geolocationError</a>
-- <a href="parameters/geolocation.options.html">geolocationOptions</a>
+- geolocationSuccess
+- geolocationError
+- geolocationOptions
 
 Objects (Read-Only)
 -------------------
 
-- <a href="Position/position.html">Position</a>
-- <a href="<a href="Position/position.html">Position</a>Error/positionError.html"><a href="Position/position.html">Position</a>Error</a>
-- <a href="Coordinates/coordinates.html">Coordinates</a>
+- Position
+- PositionError
+- Coordinates

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/geolocation/geolocation.watchPosition.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/geolocation/geolocation.watchPosition.md b/www/docs/en/1.5.0/phonegap/geolocation/geolocation.watchPosition.md
index 2ca0579..8b2a89d 100644
--- a/www/docs/en/1.5.0/phonegap/geolocation/geolocation.watchPosition.md
+++ b/www/docs/en/1.5.0/phonegap/geolocation/geolocation.watchPosition.md
@@ -18,31 +18,31 @@ license: >
     under the License.
 ---
 
-geolocation.watch<a href="Position/position.html">Position</a>
+geolocation.watchPosition
 =========================
 
 Watches for changes to the device's current position.
 
-    var watchId = navigator.geolocation.watch<a href="Position/position.html">Position</a>(<a href="parameters/geolocationSuccess.html">geolocationSuccess</a>,
-                                                      [<a href="parameters/geolocationError.html">geolocationError</a>],
-                                                      [<a href="parameters/geolocation.options.html">geolocationOptions</a>]);
+    var watchId = navigator.geolocation.watchPosition(geolocationSuccess,
+                                                      [geolocationError],
+                                                      [geolocationOptions]);
 
 Parameters
 ----------
 
-- __<a href="parameters/geolocationSuccess.html">geolocationSuccess</a>__: The callback that is called with the current position.
-- __<a href="parameters/geolocationError.html">geolocationError</a>__: (Optional) The callback that is called if there was an error.
-- __<a href="parameters/geolocation.options.html">geolocationOptions</a>__: (Optional) The geolocation options.
+- __geolocationSuccess__: The callback that is called with the current position.
+- __geolocationError__: (Optional) The callback that is called if there was an error.
+- __geolocationOptions__: (Optional) The geolocation options.
 
 Returns
 -------
 
-- __String__: returns a watch id that references the watch position interval. The watch id can be used with `<a href="geolocation.clearWatch.html">geolocation.clearWatch</a>` to stop watching for changes in position.
+- __String__: returns a watch id that references the watch position interval. The watch id can be used with `geolocation.clearWatch` to stop watching for changes in position.
 
 Description
 -----------
 
-Function `geolocation.watch<a href="Position/position.html">Position</a>` is an asynchronous function. It returns the device's current position when a change in position has been detected.  When the device has retrieved a new location, the `<a href="parameters/geolocationSuccess.html">geolocationSuccess</a>` callback is invoked with a `<a href="Position/position.html">Position</a>` object as the parameter.  If there is an error, the `<a href="parameters/geolocationError.html">geolocationError</a>` callback is invoked with a `<a href="<a href="Position/position.html">Position</a>Error/positionError.html"><a href="Position/position.html">Position</a>Error</a>` object.
+Function `geolocation.watchPosition` is an asynchronous function. It returns the device's current position when a change in position has been detected.  When the device has retrieved a new location, the `geolocationSuccess` callback is invoked with a `Position` object as the parameter.  If there is an error, the `geolocationError` callback is invoked with a `PositionError` object.
 
 Supported Platforms
 -------------------
@@ -53,11 +53,11 @@ Supported Platforms
 - iPhone
 - Windows Phone 7 ( Mango )
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // onSuccess Callback
-    //   This method accepts a `<a href="Position/position.html">Position</a>` object, which contains
+    //   This method accepts a `Position` object, which contains
     //   the current GPS coordinates
     //
     function onSuccess(position) {
@@ -67,7 +67,7 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
                             '<hr />'      + element.innerHTML;
     }
 
-    // onError Callback receives a <a href="<a href="Position/position.html">Position</a>Error/positionError.html"><a href="Position/position.html">Position</a>Error</a> object
+    // onError Callback receives a PositionError object
     //
     function onError(error) {
         alert('code: '    + error.code    + '\n' +
@@ -76,35 +76,35 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
 
     // Options: retrieve the location every 3 seconds
     //
-    var watchID = navigator.geolocation.watch<a href="Position/position.html">Position</a>(onSuccess, onError, { frequency: 3000 });
+    var watchID = navigator.geolocation.watchPosition(onSuccess, onError, { frequency: 3000 });
     
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../device/device.html">Device</a> Properties <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Device Properties Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.5.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for PhoneGap to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         var watchID = null;
 
         // PhoneGap is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             // Update every 3 seconds
             var options = { frequency: 3000 };
-            watchID = navigator.geolocation.watch<a href="Position/position.html">Position</a>(onSuccess, onError, options);
+            watchID = navigator.geolocation.watchPosition(onSuccess, onError, options);
         }
     
-        // onSuccess <a href="geolocation.html">Geolocation</a>
+        // onSuccess Geolocation
         //
         function onSuccess(position) {
             var element = document.getElementById('geolocation');
@@ -113,7 +113,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
                                 '<hr />'      + element.innerHTML;
         }
     
-	    // onError Callback receives a <a href="<a href="Position/position.html">Position</a>Error/positionError.html"><a href="Position/position.html">Position</a>Error</a> object
+	    // onError Callback receives a PositionError object
 	    //
 	    function onError(error) {
 	        alert('code: '    + error.code    + '\n' +

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/geolocation/parameters/geolocation.options.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/geolocation/parameters/geolocation.options.md b/www/docs/en/1.5.0/phonegap/geolocation/parameters/geolocation.options.md
index 9b14493..c6ab066 100644
--- a/www/docs/en/1.5.0/phonegap/geolocation/parameters/geolocation.options.md
+++ b/www/docs/en/1.5.0/phonegap/geolocation/parameters/geolocation.options.md
@@ -30,7 +30,7 @@ Options
 
 - __frequency:__ How often to retrieve the position in milliseconds. This option is not part of the W3C spec and will be removed in the future. maximumAge should be used instead. _(Number)_ (Default: 10000)
 - __enableHighAccuracy:__ Provides a hint that the application would like to receive the best possible results. _(Boolean)_
-- __timeout:__ The maximum length of time (msec) that is allowed to pass from the call to `geolocation.getCurrent<a href="../Position/position.html">Position</a>` or `geolocation.watch<a href="../Position/position.html">Position</a>` until the corresponding `<a href="geolocationSuccess.html">geolocationSuccess</a>` callback is invoked. _(Number)_
+- __timeout:__ The maximum length of time (msec) that is allowed to pass from the call to `geolocation.getCurrentPosition` or `geolocation.watchPosition` until the corresponding `geolocationSuccess` callback is invoked. _(Number)_
 - __maximumAge:__ Accept a cached position whose age is no greater than the specified time in milliseconds. _(Number)_
 
 Android Quirks

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/geolocation/parameters/geolocationError.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/geolocation/parameters/geolocationError.md b/www/docs/en/1.5.0/phonegap/geolocation/parameters/geolocationError.md
index afe00ea..3408969 100644
--- a/www/docs/en/1.5.0/phonegap/geolocation/parameters/geolocationError.md
+++ b/www/docs/en/1.5.0/phonegap/geolocation/parameters/geolocationError.md
@@ -30,4 +30,4 @@ The user's callback function that is called when there is an error for geolocati
 Parameters
 ----------
 
-- __error:__ The error returned by the device. (`<a href="../<a href="../Position/position.html">Position</a>Error/positionError.html"><a href="../Position/position.html">Position</a>Error</a>`)
+- __error:__ The error returned by the device. (`PositionError`)

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/geolocation/parameters/geolocationSuccess.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/geolocation/parameters/geolocationSuccess.md b/www/docs/en/1.5.0/phonegap/geolocation/parameters/geolocationSuccess.md
index e26929c..95d3455 100644
--- a/www/docs/en/1.5.0/phonegap/geolocation/parameters/geolocationSuccess.md
+++ b/www/docs/en/1.5.0/phonegap/geolocation/parameters/geolocationSuccess.md
@@ -30,9 +30,9 @@ The user's callback function that is called when a geolocation position is avail
 Parameters
 ----------
 
-- __position:__ The geolocation position returned by the device. (`<a href="../Position/position.html">Position</a>`)
+- __position:__ The geolocation position returned by the device. (`Position`)
 
-<a href="../../storage/storage.opendatabase.html">Example</a>
+Example
 -------
 
     function geolocationSuccess(position) {

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/media/MediaError/mediaError.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/media/MediaError/mediaError.md b/www/docs/en/1.5.0/phonegap/media/MediaError/mediaError.md
index 8d8a960..ad11ca5 100644
--- a/www/docs/en/1.5.0/phonegap/media/MediaError/mediaError.md
+++ b/www/docs/en/1.5.0/phonegap/media/MediaError/mediaError.md
@@ -18,10 +18,10 @@ license: >
     under the License.
 ---
 
-<a href="../media.html">Media</a>Error
+MediaError
 ==========
 
-A `<a href="../media.html">Media</a>Error` object is returned to the `<a href="../Parameters/mediaError.html">mediaError</a>` callback function when an error occurs.
+A `MediaError` object is returned to the `mediaError` callback function when an error occurs.
 
 Properties
 ----------
@@ -32,14 +32,14 @@ Properties
 Constants
 ---------
 
-- `<a href="../media.html">Media</a>Error.MEDIA_ERR_ABORTED`
-- `<a href="../media.html">Media</a>Error.MEDIA_ERR_NETWORK`
-- `<a href="../media.html">Media</a>Error.MEDIA_ERR_DECODE`
-- `<a href="../media.html">Media</a>Error.MEDIA_ERR_NONE_SUPPORTED`
+- `MediaError.MEDIA_ERR_ABORTED`
+- `MediaError.MEDIA_ERR_NETWORK`
+- `MediaError.MEDIA_ERR_DECODE`
+- `MediaError.MEDIA_ERR_NONE_SUPPORTED`
 
 
 Description
 -----------
 
-The `<a href="../media.html">Media</a>Error` object is returned to the user through the `<a href="../Parameters/mediaError.html">mediaError</a>` callback function when an error occurs.
+The `MediaError` object is returned to the user through the `mediaError` callback function when an error occurs.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/media/Parameters/mediaError.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/media/Parameters/mediaError.md b/www/docs/en/1.5.0/phonegap/media/Parameters/mediaError.md
index 1881d31..1e0e3a8 100644
--- a/www/docs/en/1.5.0/phonegap/media/Parameters/mediaError.md
+++ b/www/docs/en/1.5.0/phonegap/media/Parameters/mediaError.md
@@ -30,4 +30,4 @@ A user specified callback function that is invoked when there is an error in med
 Parameters
 ----------
 
-- __error:__ The error returned by the device. (`<a href="../<a href="../media.html">Media</a>Error/mediaError.html"><a href="../media.html">Media</a>Error</a>`)
+- __error:__ The error returned by the device. (`MediaError`)

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/media/capture/CaptureCB.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/media/capture/CaptureCB.md b/www/docs/en/1.5.0/phonegap/media/capture/CaptureCB.md
index 81cad0a..a897c8b 100644
--- a/www/docs/en/1.5.0/phonegap/media/capture/CaptureCB.md
+++ b/www/docs/en/1.5.0/phonegap/media/capture/CaptureCB.md
@@ -18,28 +18,28 @@ license: >
     under the License.
 ---
 
-<a href="capture.html">Capture</a>CB
+CaptureCB
 =========
 
 > Invoked upon a successful media capture operation.
 
-    function captureSuccess( <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>[] media<a href="../../file/fileobj/fileobj.html">File</a>s ) { ... };
+    function captureSuccess( MediaFile[] mediaFiles ) { ... };
 
 Description
 -----------
 
 This function is invoked after a successful capture operation has completed.  This means a media file has been captured, and either the user has exited the media capture application, or the capture limit has been reached.
 
-Each <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a> object describes a captured media file.  
+Each MediaFile object describes a captured media file.  
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // capture callback
-    function captureSuccess(media<a href="../../file/fileobj/fileobj.html">File</a>s) {
+    function captureSuccess(mediaFiles) {
         var i, path, len;
-        for (i = 0, len = media<a href="../../file/fileobj/fileobj.html">File</a>s.length; i < len; i += 1) {
-            path = media<a href="../../file/fileobj/fileobj.html">File</a>s[i].fullPath;
+        for (i = 0, len = mediaFiles.length; i < len; i += 1) {
+            path = mediaFiles[i].fullPath;
             // do something interesting with the file
         }
     };

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/media/capture/CaptureError.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/media/capture/CaptureError.md b/www/docs/en/1.5.0/phonegap/media/capture/CaptureError.md
index a4f135c..f387287 100644
--- a/www/docs/en/1.5.0/phonegap/media/capture/CaptureError.md
+++ b/www/docs/en/1.5.0/phonegap/media/capture/CaptureError.md
@@ -18,7 +18,7 @@ license: >
     under the License.
 ---
 
-<a href="capture.html">Capture</a>Error
+CaptureError
 ============
 
 > Encapsulates the error code resulting from a failed media capture operation.
@@ -31,8 +31,8 @@ Properties
 Constants
 ---------
 
-- <a href="capture.html">Capture</a>Error.`CAPTURE_INTERNAL_ERR`: <a href="../../camera/camera.html">Camera</a> or microphone failed to capture image or sound. 
-- <a href="capture.html">Capture</a>Error.`CAPTURE_APPLICATION_BUSY`: <a href="../../camera/camera.html">Camera</a> application or audio capture application is currently serving other capture request.
-- <a href="capture.html">Capture</a>Error.`CAPTURE_INVALID_ARGUMENT`: Invalid use of the API (e.g. limit parameter has value less than one).
-- <a href="capture.html">Capture</a>Error.`CAPTURE_NO_MEDIA_FILES`: User exited camera application or audio capture application before capturing anything.
-- <a href="capture.html">Capture</a>Error.`CAPTURE_NOT_SUPPORTED`: The requested capture operation is not supported.
+- CaptureError.`CAPTURE_INTERNAL_ERR`: Camera or microphone failed to capture image or sound. 
+- CaptureError.`CAPTURE_APPLICATION_BUSY`: Camera application or audio capture application is currently serving other capture request.
+- CaptureError.`CAPTURE_INVALID_ARGUMENT`: Invalid use of the API (e.g. limit parameter has value less than one).
+- CaptureError.`CAPTURE_NO_MEDIA_FILES`: User exited camera application or audio capture application before capturing anything.
+- CaptureError.`CAPTURE_NOT_SUPPORTED`: The requested capture operation is not supported.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/media/capture/CaptureErrorCB.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/media/capture/CaptureErrorCB.md b/www/docs/en/1.5.0/phonegap/media/capture/CaptureErrorCB.md
index 02e9f62..7d24861 100644
--- a/www/docs/en/1.5.0/phonegap/media/capture/CaptureErrorCB.md
+++ b/www/docs/en/1.5.0/phonegap/media/capture/CaptureErrorCB.md
@@ -18,24 +18,24 @@ license: >
     under the License.
 ---
 
-<a href="capture.html">Capture</a>ErrorCB
+CaptureErrorCB
 ==============
 
 > Invoked if an error occurs during a media capture operation.
 
-    function captureError( <a href="capture.html">Capture</a>Error error ) { ... };
+    function captureError( CaptureError error ) { ... };
 
 Description
 -----------
 
 This function is invoked if an error occurs when trying to launch a media capture operation and the capture application is busy, if an error occurs while the capture operation is taking place, or if the capture operation has been canceled by the user before any media files have been captured.
 
-This function is invoked with a <a href="capture.html">Capture</a>Error object containing an appropriate error code.
+This function is invoked with a CaptureError object containing an appropriate error code.
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // capture error callback
     var captureError = function(error) {
-        navigator.<a href="../../notification/notification.alert.html">notification.alert</a>('Error code: ' + error.code, null, '<a href="capture.html">Capture</a> Error');
+        navigator.notification.alert('Error code: ' + error.code, null, 'Capture Error');
     };

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/media/capture/ConfigurationData.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/media/capture/ConfigurationData.md b/www/docs/en/1.5.0/phonegap/media/capture/ConfigurationData.md
index 797d9da..2b32dfe 100644
--- a/www/docs/en/1.5.0/phonegap/media/capture/ConfigurationData.md
+++ b/www/docs/en/1.5.0/phonegap/media/capture/ConfigurationData.md
@@ -28,7 +28,7 @@ Description
 
 This object is used to describe media capture modes supported by the device.  The configuration data includes the MIME type, and capture dimensions (for video or image capture).  
 
-The MIME types should adhere to [RFC2046](http://www.ietf.org/rfc/rfc2046.txt).  <a href="../../storage/storage.opendatabase.html">Example</a>s:
+The MIME types should adhere to [RFC2046](http://www.ietf.org/rfc/rfc2046.txt).  Examples:
 
 - video/3gpp
 - video/quicktime
@@ -43,7 +43,7 @@ Properties
 - __height:__ The height of the image or video in pixels.  In the case of a sound clip, this attribute has value 0. (Number)
 - __width:__ The width of the image or video in pixels.  In the case of a sound clip, this attribute has value 0. (Number)
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // retrieve supported image modes

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/media/capture/MediaFile.getFormatData.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/media/capture/MediaFile.getFormatData.md b/www/docs/en/1.5.0/phonegap/media/capture/MediaFile.getFormatData.md
index afb3f3e..83b2fe8 100644
--- a/www/docs/en/1.5.0/phonegap/media/capture/MediaFile.getFormatData.md
+++ b/www/docs/en/1.5.0/phonegap/media/capture/MediaFile.getFormatData.md
@@ -18,20 +18,20 @@ license: >
     under the License.
 ---
 
-<a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>.getFormatData
+MediaFile.getFormatData
 =======================
 
 > Retrieves format information about the media capture file.
 
-    media<a href="../../file/fileobj/fileobj.html">File</a>.getFormatData( 
-        <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>DataSuccessCB successCallback, 
-        [<a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>DataErrorCB errorCallback]
+    mediaFile.getFormatData( 
+        MediaFileDataSuccessCB successCallback, 
+        [MediaFileDataErrorCB errorCallback]
     );
 
 Description
 -----------
 
-This function asynchronously attempts to retrieve the format information for the media file.  If successful, it invokes the <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>DataSuccessCB callback with a <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>Data object.  If the attempt fails, this function will invoke the <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>DataErrorCB callback.
+This function asynchronously attempts to retrieve the format information for the media file.  If successful, it invokes the MediaFileDataSuccessCB callback with a MediaFileData object.  If the attempt fails, this function will invoke the MediaFileDataErrorCB callback.
 
 Supported Platforms
 -------------------
@@ -43,12 +43,12 @@ Supported Platforms
 
 BlackBerry WebWorks Quirks
 --------------------------
-There is no API that provides format information of media files.  Therefore, all <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>Data objects will be returned with default values.  See <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>Data documentation.
+There is no API that provides format information of media files.  Therefore, all MediaFileData objects will be returned with default values.  See MediaFileData documentation.
 
 Android Quirks
 --------------
-The API for retrieving media file format information is limited.  Therefore, not all <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>Data properties are supported.  See <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>Data documentation.
+The API for retrieving media file format information is limited.  Therefore, not all MediaFileData properties are supported.  See MediaFileData documentation.
 
 iOS Quirks
 ----------
-The API for retrieving media file format information is limited.  Therefore, not all <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>Data properties are supported.  See <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>Data documentation.
\ No newline at end of file
+The API for retrieving media file format information is limited.  Therefore, not all MediaFileData properties are supported.  See MediaFileData documentation.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/media/capture/MediaFile.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/media/capture/MediaFile.md b/www/docs/en/1.5.0/phonegap/media/capture/MediaFile.md
index cced1d1..869b0ef 100644
--- a/www/docs/en/1.5.0/phonegap/media/capture/MediaFile.md
+++ b/www/docs/en/1.5.0/phonegap/media/capture/MediaFile.md
@@ -18,7 +18,7 @@ license: >
     under the License.
 ---
 
-<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>
+MediaFile
 =========
 
 > Encapsulates properties of a media capture file.
@@ -26,13 +26,13 @@ license: >
 Properties
 ----------
 
-- __<a href="../../storage/parameters/name.html">name</a>:__ The <a href="../../storage/parameters/name.html">name</a> of the file, without path information. (DOMString)
-- __fullPath:__ The full path of the file, including the <a href="../../storage/parameters/name.html">name</a>. (DOMString)
+- __name:__ The name of the file, without path information. (DOMString)
+- __fullPath:__ The full path of the file, including the name. (DOMString)
 - __type:__ The mime type (DOMString)
 - __lastModifiedDate:__ The date and time that the file was last modified. (Date)
-- __<a href="../../storage/parameters/size.html">size</a>:__ The <a href="../../storage/parameters/size.html">size</a> of the file, in bytes. (Number)
+- __size:__ The size of the file, in bytes. (Number)
 
 Methods
 -------
 
-- __<a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.getFormatData.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.getFormatData</a>:__ Retrieves the format information of the media file.
\ No newline at end of file
+- __MediaFile.getFormatData:__ Retrieves the format information of the media file.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/media/capture/MediaFileData.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/media/capture/MediaFileData.md b/www/docs/en/1.5.0/phonegap/media/capture/MediaFileData.md
index ebac2e3..cc7de58 100644
--- a/www/docs/en/1.5.0/phonegap/media/capture/MediaFileData.md
+++ b/www/docs/en/1.5.0/phonegap/media/capture/MediaFileData.md
@@ -18,7 +18,7 @@ license: >
     under the License.
 ---
 
-<a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>Data
+MediaFileData
 =============
 
 > Encapsulates format information about a media file.
@@ -34,7 +34,7 @@ Properties
 
 BlackBerry WebWorks Quirks
 --------------------------
-There is no API that provides format information of media files.  So the <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>Data object returned by the <a href="<a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>.getFormatData.html"><a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>.getFormatData</a> function will have the following default values:
+There is no API that provides format information of media files.  So the MediaFileData object returned by the MediaFile.getFormatData function will have the following default values:
 
 - __codecs:__ Not supported. The attribute will always be null.
 - __bitrate:__ Not supported.  The attribute will always be 0.
@@ -44,7 +44,7 @@ There is no API that provides format information of media files.  So the <a href
 
 Android Quirks
 --------------
-Support for the <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>Data properties is as follows:
+Support for the MediaFileData properties is as follows:
 
 - __codecs:__ Not supported.  The attribute will always be null.
 - __bitrate:__ Not supported.  The attribute will always be 0.
@@ -54,7 +54,7 @@ Support for the <a href="<a href="../media.html">Media</a><a href="../../file/fi
 
 iOS Quirks
 ----------
-Support for the <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>Data properties is as follows:
+Support for the MediaFileData properties is as follows:
 
 - __codecs:__ Not supported.  The attribute will always be null.
 - __bitrate:__ Supported on iOS4 devices for audio only. The attribute will always be 0 for image and video.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/media/capture/capture.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/media/capture/capture.md b/www/docs/en/1.5.0/phonegap/media/capture/capture.md
index ab2d3c8..24cf551 100644
--- a/www/docs/en/1.5.0/phonegap/media/capture/capture.md
+++ b/www/docs/en/1.5.0/phonegap/media/capture/capture.md
@@ -27,22 +27,22 @@ Objects
 -------
 
 - Capture
-- <a href="captureAudioOptions.html">CaptureAudioOptions</a>
-- <a href="captureImageOptions.html">CaptureImageOptions</a>
-- <a href="captureVideoOptions.html">CaptureVideoOptions</a>
-- <a href="CaptureCB.html">CaptureCB</a>
-- <a href="<a href="CaptureError.html">CaptureError</a>CB.html"><a href="CaptureError.html">CaptureError</a>CB</a>
-- <a href="ConfigurationData.html">ConfigurationData</a>
-- <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>
-- <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>Data
+- CaptureAudioOptions
+- CaptureImageOptions
+- CaptureVideoOptions
+- CaptureCB
+- CaptureErrorCB
+- ConfigurationData
+- MediaFile
+- MediaFileData
 
 Methods
 -------
 
-- <a href="captureAudio.html">capture.captureAudio</a>
-- <a href="captureImage.html">capture.captureImage</a>
-- <a href="captureVideo.html">capture.captureVideo</a>
-- <a href="<a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>.getFormatData.html"><a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>.getFormatData</a>
+- capture.captureAudio
+- capture.captureImage
+- capture.captureVideo
+- MediaFile.getFormatData
 
 Scope
 -----
@@ -55,16 +55,16 @@ The __capture__ object is assigned to the __navigator.device__ object, and there
 Properties
 ----------
 
-- __supportedAudioModes:__ The audio recording formats supported by the device. (<a href="ConfigurationData.html">ConfigurationData</a>[])
-- __supportedImageModes:__ The recording image <a href="../../storage/parameters/size.html">size</a>s and formats supported by the device. (<a href="ConfigurationData.html">ConfigurationData</a>[])
-- __supportedVideoModes:__ The recording video resolutions and formats supported by the device. (<a href="ConfigurationData.html">ConfigurationData</a>[])
+- __supportedAudioModes:__ The audio recording formats supported by the device. (ConfigurationData[])
+- __supportedImageModes:__ The recording image sizes and formats supported by the device. (ConfigurationData[])
+- __supportedVideoModes:__ The recording video resolutions and formats supported by the device. (ConfigurationData[])
 
 Methods
 -------
 
-- <a href="captureAudio.html">capture.captureAudio</a>: Launch the device audio recording application for recording audio clip(s).
-- <a href="captureImage.html">capture.captureImage</a>: Launch the device camera application for taking image(s).
-- <a href="captureVideo.html">capture.captureVideo</a>: Launch the device video recorder application for recording video(s).
+- capture.captureAudio: Launch the device audio recording application for recording audio clip(s).
+- capture.captureImage: Launch the device camera application for taking image(s).
+- capture.captureVideo: Launch the device video recorder application for recording video(s).
 
 
 Supported Platforms

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/media/capture/captureAudio.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/media/capture/captureAudio.md b/www/docs/en/1.5.0/phonegap/media/capture/captureAudio.md
index e5a83df..06c90f8 100644
--- a/www/docs/en/1.5.0/phonegap/media/capture/captureAudio.md
+++ b/www/docs/en/1.5.0/phonegap/media/capture/captureAudio.md
@@ -24,7 +24,7 @@ capture.captureAudio
 > Start the audio recorder application and return information about captured audio clip file(s).
 
     navigator.device.capture.captureAudio( 
-	    <a href="<a href="capture.html">Capture</a>CB.html"><a href="capture.html">Capture</a>CB</a> captureSuccess, <a href="capture.html">Capture</a>ErrorCB captureError,  [<a href="capture.html">Capture</a>AudioOptions options]
+	    CaptureCB captureSuccess, CaptureErrorCB captureError,  [CaptureAudioOptions options]
 	);
 
 Description
@@ -32,9 +32,9 @@ Description
 
 This method starts an asynchronous operation to capture audio recordings using the device's default audio recording application.  The operation allows the device user to capture multiple recordings in a single session.
 
-The capture operation ends when either the user exits the audio recording application, or the maximum number of recordings, specified by the __limit__ parameter in <a href="capture.html">Capture</a>AudioOptions, has been reached.  If no value is provided for the __limit__ parameter, a default value of one (1) is used, and the capture operation will terminate after the user records a single audio clip.
+The capture operation ends when either the user exits the audio recording application, or the maximum number of recordings, specified by the __limit__ parameter in CaptureAudioOptions, has been reached.  If no value is provided for the __limit__ parameter, a default value of one (1) is used, and the capture operation will terminate after the user records a single audio clip.
 
-When the capture operation is finished, it will invoke the <a href="<a href="capture.html">Capture</a>CB.html"><a href="capture.html">Capture</a>CB</a> callback with an array of <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a> objects describing each captured audio clip file.  If the operation is terminated by the user before an audio clip is captured, the <a href="capture.html">Capture</a>ErrorCB callback will be invoked with a <a href="capture.html">Capture</a>Error object with the <a href="capture.html">Capture</a>Error.`CAPTURE_NO_MEDIA_FILES` error code.
+When the capture operation is finished, it will invoke the CaptureCB callback with an array of MediaFile objects describing each captured audio clip file.  If the operation is terminated by the user before an audio clip is captured, the CaptureErrorCB callback will be invoked with a CaptureError object with the CaptureError.`CAPTURE_NO_MEDIA_FILES` error code.
 
 Supported Platforms
 -------------------
@@ -44,33 +44,33 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // capture callback
-    var captureSuccess = function(media<a href="../../file/fileobj/fileobj.html">File</a>s) {
+    var captureSuccess = function(mediaFiles) {
         var i, path, len;
-        for (i = 0, len = media<a href="../../file/fileobj/fileobj.html">File</a>s.length; i < len; i += 1) {
-            path = media<a href="../../file/fileobj/fileobj.html">File</a>s[i].fullPath;
+        for (i = 0, len = mediaFiles.length; i < len; i += 1) {
+            path = mediaFiles[i].fullPath;
             // do something interesting with the file
         }
     };
 
     // capture error callback
     var captureError = function(error) {
-        navigator.<a href="../../notification/notification.alert.html">notification.alert</a>('Error code: ' + error.code, null, '<a href="capture.html">Capture</a> Error');
+        navigator.notification.alert('Error code: ' + error.code, null, 'Capture Error');
     };
 
     // start audio capture
     navigator.device.capture.captureAudio(captureSuccess, captureError, {limit:2});
 
-Full <a href="../../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="capture.html">Capture</a> Audio</title>
+        <title>Capture Audio</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.5.0.js"></script>
         <script type="text/javascript" charset="utf-8" src="json2.js"></script>
@@ -78,10 +78,10 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
 
         // Called when capture operation is finished
         //
-        function captureSuccess(media<a href="../../file/fileobj/fileobj.html">File</a>s) {
+        function captureSuccess(mediaFiles) {
             var i, len;
-            for (i = 0, len = media<a href="../../file/fileobj/fileobj.html">File</a>s.length; i < len; i += 1) {
-                upload<a href="../../file/fileobj/fileobj.html">File</a>(media<a href="../../file/fileobj/fileobj.html">File</a>s[i]);
+            for (i = 0, len = mediaFiles.length; i < len; i += 1) {
+                uploadFile(mediaFiles[i]);
             }	    
         }
 
@@ -89,7 +89,7 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
         // 
         function captureError(error) {
 	        var msg = 'An error occurred during capture: ' + error.code;
-            navigator.<a href="../../notification/notification.alert.html">notification.alert</a>(msg, null, 'Uh oh!');
+            navigator.notification.alert(msg, null, 'Uh oh!');
         }
 
         // A button will call this function
@@ -101,10 +101,10 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
         }
 
         // Upload files to server
-        function upload<a href="../../file/fileobj/fileobj.html">File</a>(media<a href="../../file/fileobj/fileobj.html">File</a>) {
-            var ft = new <a href="../../file/filetransfer/filetransfer.html"><a href="../../file/fileobj/fileobj.html">File</a>Transfer</a>(),
-                path = media<a href="../../file/fileobj/fileobj.html">File</a>.fullPath,
-                <a href="../../storage/parameters/name.html">name</a> = media<a href="../../file/fileobj/fileobj.html">File</a>.<a href="../../storage/parameters/name.html">name</a>;
+        function uploadFile(mediaFile) {
+            var ft = new FileTransfer(),
+                path = mediaFile.fullPath,
+                name = mediaFile.name;
 
             ft.upload(path,
                 "http://my.domain.com/upload.php",
@@ -115,20 +115,20 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
                 function(error) {
                     console.log('Error uploading file ' + path + ': ' + error.code);
                 },
-                { fileName: <a href="../../storage/parameters/name.html">name</a> });   
+                { fileName: name });   
         }
 
         </script>
         </head>
         <body>
-            <button onclick="captureAudio();"><a href="capture.html">Capture</a> Audio</button> <br>
+            <button onclick="captureAudio();">Capture Audio</button> <br>
         </body>
     </html>
 
 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 <a href="capture.html">Capture</a>Error.`CAPTURE_NOT_SUPPORTED` error code if the application is not installed on the device.
+- 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.
 
 iOS Quirks
 ----------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/media/capture/captureAudioOptions.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/media/capture/captureAudioOptions.md b/www/docs/en/1.5.0/phonegap/media/capture/captureAudioOptions.md
index 08a05cd..ff303f5 100644
--- a/www/docs/en/1.5.0/phonegap/media/capture/captureAudioOptions.md
+++ b/www/docs/en/1.5.0/phonegap/media/capture/captureAudioOptions.md
@@ -18,7 +18,7 @@ license: >
     under the License.
 ---
 
-<a href="capture.html">Capture</a>AudioOptions
+CaptureAudioOptions
 ===================
 
 > Encapsulates audio capture configuration options.
@@ -30,13 +30,13 @@ Properties
 - __duration:__ The maximum duration of an audio sound clip, in seconds.
 - __mode:__ The selected audio mode.  The value must match one of the elements in `capture.supportedAudioModes`.
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // limit capture operation to 3 media files, no longer than 10 seconds each
     var options = { limit: 3, duration: 10 };
 
-    navigator.device.<a href="captureAudio.html">capture.captureAudio</a>(captureSuccess, captureError, options);
+    navigator.device.capture.captureAudio(captureSuccess, captureError, options);
 
 Android Quirks
 --------------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/media/capture/captureImage.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/media/capture/captureImage.md b/www/docs/en/1.5.0/phonegap/media/capture/captureImage.md
index 998ad13..5adbc66 100644
--- a/www/docs/en/1.5.0/phonegap/media/capture/captureImage.md
+++ b/www/docs/en/1.5.0/phonegap/media/capture/captureImage.md
@@ -24,7 +24,7 @@ capture.captureImage
 > Start the camera application and return information about captured image file(s).
 
     navigator.device.capture.captureImage( 
-	    <a href="<a href="capture.html">Capture</a>CB.html"><a href="capture.html">Capture</a>CB</a> captureSuccess, <a href="capture.html">Capture</a>ErrorCB captureError, [<a href="capture.html">Capture</a>ImageOptions options]
+	    CaptureCB captureSuccess, CaptureErrorCB captureError, [CaptureImageOptions options]
 	);
 
 Description
@@ -32,9 +32,9 @@ Description
 
 This method starts an asynchronous operation to capture images using the device camera application.  The operation allows the device user to capture multiple images in a single session.
 
-The capture operation ends when either the user exits the camera application, or the maximum number of images, specified by the __limit__ parameter in <a href="capture.html">Capture</a>ImageOptions, has been reached.  If no value is provided for the __limit__ parameter, a default value of one (1) is used, and the capture operation will terminate after the user captures a single image.
+The capture operation ends when either the user exits the camera application, or the maximum number of images, specified by the __limit__ parameter in CaptureImageOptions, has been reached.  If no value is provided for the __limit__ parameter, a default value of one (1) is used, and the capture operation will terminate after the user captures a single image.
 
-When the capture operation is finished, it will invoke the <a href="<a href="capture.html">Capture</a>CB.html"><a href="capture.html">Capture</a>CB</a> callback with an array of <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a> objects describing each captured image file.  If the operation is terminated by the user before an image is captured, the <a href="capture.html">Capture</a>ErrorCB callback will be invoked with a <a href="capture.html">Capture</a>Error object with the <a href="capture.html">Capture</a>Error.`CAPTURE_NO_MEDIA_FILES` error code.
+When the capture operation is finished, it will invoke the CaptureCB callback with an array of MediaFile objects describing each captured image file.  If the operation is terminated by the user before an image is captured, the CaptureErrorCB callback will be invoked with a CaptureError object with the CaptureError.`CAPTURE_NO_MEDIA_FILES` error code.
 
 Supported Platforms
 -------------------
@@ -44,33 +44,33 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // capture callback
-    var captureSuccess = function(media<a href="../../file/fileobj/fileobj.html">File</a>s) {
+    var captureSuccess = function(mediaFiles) {
         var i, path, len;
-        for (i = 0, len = media<a href="../../file/fileobj/fileobj.html">File</a>s.length; i < len; i += 1) {
-            path = media<a href="../../file/fileobj/fileobj.html">File</a>s[i].fullPath;
+        for (i = 0, len = mediaFiles.length; i < len; i += 1) {
+            path = mediaFiles[i].fullPath;
             // do something interesting with the file
         }
     };
 
     // capture error callback
     var captureError = function(error) {
-        navigator.<a href="../../notification/notification.alert.html">notification.alert</a>('Error code: ' + error.code, null, '<a href="capture.html">Capture</a> Error');
+        navigator.notification.alert('Error code: ' + error.code, null, 'Capture Error');
     };
 
     // start image capture
     navigator.device.capture.captureImage(captureSuccess, captureError, {limit:2});
 
-Full <a href="../../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="capture.html">Capture</a> Image</title>
+        <title>Capture Image</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.5.0.js"></script>
         <script type="text/javascript" charset="utf-8" src="json2.js"></script>
@@ -78,10 +78,10 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
 
         // Called when capture operation is finished
         //
-        function captureSuccess(media<a href="../../file/fileobj/fileobj.html">File</a>s) {
+        function captureSuccess(mediaFiles) {
             var i, len;
-            for (i = 0, len = media<a href="../../file/fileobj/fileobj.html">File</a>s.length; i < len; i += 1) {
-                upload<a href="../../file/fileobj/fileobj.html">File</a>(media<a href="../../file/fileobj/fileobj.html">File</a>s[i]);
+            for (i = 0, len = mediaFiles.length; i < len; i += 1) {
+                uploadFile(mediaFiles[i]);
             }	    
         }
 
@@ -89,7 +89,7 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
         // 
         function captureError(error) {
 	        var msg = 'An error occurred during capture: ' + error.code;
-            navigator.<a href="../../notification/notification.alert.html">notification.alert</a>(msg, null, 'Uh oh!');
+            navigator.notification.alert(msg, null, 'Uh oh!');
         }
 
         // A button will call this function
@@ -101,10 +101,10 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
         }
 
         // Upload files to server
-        function upload<a href="../../file/fileobj/fileobj.html">File</a>(media<a href="../../file/fileobj/fileobj.html">File</a>) {
-            var ft = new <a href="../../file/filetransfer/filetransfer.html"><a href="../../file/fileobj/fileobj.html">File</a>Transfer</a>(),
-                path = media<a href="../../file/fileobj/fileobj.html">File</a>.fullPath,
-                <a href="../../storage/parameters/name.html">name</a> = media<a href="../../file/fileobj/fileobj.html">File</a>.<a href="../../storage/parameters/name.html">name</a>;
+        function uploadFile(mediaFile) {
+            var ft = new FileTransfer(),
+                path = mediaFile.fullPath,
+                name = mediaFile.name;
 
             ft.upload(path,
                 "http://my.domain.com/upload.php",
@@ -115,13 +115,13 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
                 function(error) {
                     console.log('Error uploading file ' + path + ': ' + error.code);
                 },
-                { fileName: <a href="../../storage/parameters/name.html">name</a> });   
+                { fileName: name });   
         }
 
         </script>
         </head>
         <body>
-            <button onclick="captureImage();"><a href="capture.html">Capture</a> Image</button> <br>
+            <button onclick="captureImage();">Capture Image</button> <br>
         </body>
     </html>
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/media/capture/captureImageOptions.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/media/capture/captureImageOptions.md b/www/docs/en/1.5.0/phonegap/media/capture/captureImageOptions.md
index 2fab5a7..b9f0333 100644
--- a/www/docs/en/1.5.0/phonegap/media/capture/captureImageOptions.md
+++ b/www/docs/en/1.5.0/phonegap/media/capture/captureImageOptions.md
@@ -18,7 +18,7 @@ license: >
     under the License.
 ---
 
-<a href="capture.html">Capture</a>ImageOptions
+CaptureImageOptions
 ===================
 
 > Encapsulates image capture configuration options.
@@ -29,26 +29,26 @@ Properties
 - __limit:__ The maximum number of images the device user can capture in a single capture operation.  The value must be greater than or equal to 1 (defaults to 1).
 - __mode:__ The selected image mode.  The value must match one of the elements in `capture.supportedImageModes`.
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // limit capture operation to 3 images
     var options = { limit: 3 };
 
-    navigator.device.<a href="captureImage.html">capture.captureImage</a>(captureSuccess, captureError, options);
+    navigator.device.capture.captureImage(captureSuccess, captureError, options);
 
 Android Quirks
 --------------
 
-- The __mode__ parameter is not supported.  The image <a href="../../storage/parameters/size.html">size</a> and format cannot be altered programmatically; however, the image <a href="../../storage/parameters/size.html">size</a> can be altered by the device user.  Images are saved in JPEG format (image/jpeg).
+- The __mode__ parameter is not supported.  The image size and format cannot be altered programmatically; however, the image size can be altered by the device user.  Images are saved in JPEG format (image/jpeg).
 
 BlackBerry WebWorks Quirks
 --------------------------
 
-- The __mode__ parameter is not supported.  The image <a href="../../storage/parameters/size.html">size</a> and format cannot be altered programmatically; however, the image <a href="../../storage/parameters/size.html">size</a> can be altered by the device user.  Images are saved in JPEG format (image/jpeg).
+- The __mode__ parameter is not supported.  The image size and format cannot be altered programmatically; however, the image size can be altered by the device user.  Images are saved in JPEG format (image/jpeg).
 
 iOS Quirks
 ----------
 
 - The __limit__ parameter is not supported. One image is taken per invocation.
-- The __mode__ parameter is not supported.  The image <a href="../../storage/parameters/size.html">size</a> and format cannot be altered programmatically.  Images are saved in JPEG format (image/jpeg).
+- The __mode__ parameter is not supported.  The image size and format cannot be altered programmatically.  Images are saved in JPEG format (image/jpeg).


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[16/51] [partial] docs commit: Reverting autolinking change because of inconsistencies.

Posted by db...@apache.org.
http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/events/events.backbutton.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/events/events.backbutton.md b/www/docs/en/1.7.0/cordova/events/events.backbutton.md
index 5ab5b5c..c5ba866 100644
--- a/www/docs/en/1.7.0/cordova/events/events.backbutton.md
+++ b/www/docs/en/1.7.0/cordova/events/events.backbutton.md
@@ -30,7 +30,7 @@ Details
 
 If you need to override the default back button behaviour you can register an event listener for the 'backbutton' event.  It is no longer necessary to call any other method to over ride the back button behaviour.  Now, you only need to register an event listener for 'backbutton'.
 
-Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova '<a href="events.deviceready.html">deviceready</a>' event.
+Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova 'deviceready' event.
 
 Supported Platforms
 -------------------
@@ -39,7 +39,7 @@ Supported Platforms
 - BlackBerry WebWorks (OS 5.0 and higher)
 - Windows Phone 7 ( Mango )
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     document.addEventListener("backbutton", onBackKeyDown, false);
@@ -48,30 +48,30 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         // Handle the back button
     }
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Cordova Back Button <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Cordova Back Button Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.7.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Call on<a href="../device/device.html">Device</a>Ready when Cordova is loaded.
+        // Call onDeviceReady when Cordova is loaded.
         //
         // At this point, the document has loaded but cordova-1.7.0.js has not.
         // When Cordova is loaded and talking with the native device,
-        // it will call the event `<a href="events.deviceready.html">deviceready</a>`.
+        // it will call the event `deviceready`.
         //
         function onLoad() {
-            document.addEventListener("<a href="events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
 
         // Cordova is loaded and it is now safe to call Cordova methods
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             // Register the event listener
             document.addEventListener("backbutton", onBackKeyDown, false);
         }

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/events/events.batterycritical.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/events/events.batterycritical.md b/www/docs/en/1.7.0/cordova/events/events.batterycritical.md
index fde2249..0d34318 100644
--- a/www/docs/en/1.7.0/cordova/events/events.batterycritical.md
+++ b/www/docs/en/1.7.0/cordova/events/events.batterycritical.md
@@ -35,7 +35,7 @@ The batterycritical handler will be called with an object that contains two prop
 - __level:__ The percentage of battery (0-100). _(Number)_
 - __isPlugged:__ A boolean that represents whether or not the device is plugged in or not. _(Boolean)_
 
-Typically, you will want to attach an event listener with `window.addEventListener` once you receive the Cordova '<a href="events.deviceready.html">deviceready</a>' event.
+Typically, you will want to attach an event listener with `window.addEventListener` once you receive the Cordova 'deviceready' event.
 
 Supported Platforms
 -------------------
@@ -44,7 +44,7 @@ Supported Platforms
 - Android
 - BlackBerry WebWorks (OS 5.0 and higher)
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     window.addEventListener("batterycritical", onBatteryCritical, false);
@@ -54,30 +54,30 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
        	alert("Battery Level Critical " + info.level + "%\nRecharge Soon!"); 
     }
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Cordova <a href="../device/device.html">Device</a> Ready <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Cordova Device Ready Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.7.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Call on<a href="../device/device.html">Device</a>Ready when Cordova is loaded.
+        // Call onDeviceReady when Cordova is loaded.
         //
         // At this point, the document has loaded but cordova-1.7.0.js has not.
         // When Cordova is loaded and talking with the native device,
-        // it will call the event `<a href="events.deviceready.html">deviceready</a>`.
+        // it will call the event `deviceready`.
         // 
 	    function onLoad() {
-    	    document.addEventListener("<a href="events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+    	    document.addEventListener("deviceready", onDeviceReady, false);
     	}
 
         // Cordova is loaded and it is now safe to make calls Cordova methods
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
 		    window.addEventListener("batterycritical", onBatteryCritical, false);
         }
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/events/events.batterylow.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/events/events.batterylow.md b/www/docs/en/1.7.0/cordova/events/events.batterylow.md
index ccfd2d0..34c622e 100644
--- a/www/docs/en/1.7.0/cordova/events/events.batterylow.md
+++ b/www/docs/en/1.7.0/cordova/events/events.batterylow.md
@@ -35,7 +35,7 @@ The batterylow handler will be called with an object that contains two propertie
 - __level:__ The percentage of battery (0-100). _(Number)_
 - __isPlugged:__ A boolean that represents whether or not the device is plugged in or not. _(Boolean)_
 
-Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova '<a href="events.deviceready.html">deviceready</a>' event.
+Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova 'deviceready' event.
 
 Supported Platforms
 -------------------
@@ -44,7 +44,7 @@ Supported Platforms
 - Android
 - BlackBerry WebWorks (OS 5.0 and higher)
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     window.addEventListener("batterylow", onBatteryLow, false);
@@ -54,30 +54,30 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
        	alert("Battery Level Low " + info.level + "%"); 
     }
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Cordova <a href="../device/device.html">Device</a> Ready <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Cordova Device Ready Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.7.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Call on<a href="../device/device.html">Device</a>Ready when Cordova is loaded.
+        // Call onDeviceReady when Cordova is loaded.
         //
         // At this point, the document has loaded but cordova-1.7.0.js has not.
         // When Cordova is loaded and talking with the native device,
-        // it will call the event `<a href="events.deviceready.html">deviceready</a>`.
+        // it will call the event `deviceready`.
         // 
 	    function onLoad() {
-    	    document.addEventListener("<a href="events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+    	    document.addEventListener("deviceready", onDeviceReady, false);
     	}
 
         // Cordova is loaded and it is now safe to make calls Cordova methods
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
 		    window.addEventListener("batterylow", onBatteryLow, false);
         }
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/events/events.batterystatus.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/events/events.batterystatus.md b/www/docs/en/1.7.0/cordova/events/events.batterystatus.md
index de0dd4e..1839aaf 100644
--- a/www/docs/en/1.7.0/cordova/events/events.batterystatus.md
+++ b/www/docs/en/1.7.0/cordova/events/events.batterystatus.md
@@ -35,7 +35,7 @@ The battery status handler will be called with an object that contains two prope
 - __level:__ The percentage of battery (0-100). _(Number)_
 - __isPlugged:__ A boolean that represents whether or not the device is plugged in or not. _(Boolean)_
 
-Typically, you will want to attach an event listener with `window.addEventListener` once you receive the Cordova '<a href="events.deviceready.html">deviceready</a>' event.
+Typically, you will want to attach an event listener with `window.addEventListener` once you receive the Cordova 'deviceready' event.
 
 Supported Platforms
 -------------------
@@ -53,40 +53,40 @@ The `level` property is unavailable as Windows Phone 7 does not provide
 native APIs for determining battery level. The `isPlugged` parameter
 _is_ supported.
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     window.addEventListener("batterystatus", onBatteryStatus, false);
 
     function onBatteryStatus(info) {
-        // Handle the <a href="events.online.html">online</a> event
+        // Handle the online event
        	console.log("Level: " + info.level + " isPlugged: " + info.isPlugged); 
     }
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Cordova <a href="../device/device.html">Device</a> Ready <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Cordova Device Ready Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.7.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Call on<a href="../device/device.html">Device</a>Ready when Cordova is loaded.
+        // Call onDeviceReady when Cordova is loaded.
         //
         // At this point, the document has loaded but cordova-1.7.0.js has not.
         // When Cordova is loaded and talking with the native device,
-        // it will call the event `<a href="events.deviceready.html">deviceready</a>`.
+        // it will call the event `deviceready`.
         // 
 	    function onLoad() {
-    	    document.addEventListener("<a href="events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+    	    document.addEventListener("deviceready", onDeviceReady, false);
     	}
 
         // Cordova is loaded and it is now safe to make calls Cordova methods
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
 		    window.addEventListener("batterystatus", onBatteryStatus, false);
         }
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/events/events.deviceready.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/events/events.deviceready.md b/www/docs/en/1.7.0/cordova/events/events.deviceready.md
index d02388d..3298f24 100644
--- a/www/docs/en/1.7.0/cordova/events/events.deviceready.md
+++ b/www/docs/en/1.7.0/cordova/events/events.deviceready.md
@@ -45,39 +45,39 @@ Supported Platforms
 - Windows Phone 7
 - Bada 1.2 & 2.x
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
-    document.addEventListener("deviceready", on<a href="../device/device.html">Device</a>Ready, false);
+    document.addEventListener("deviceready", onDeviceReady, false);
 
-    function on<a href="../device/device.html">Device</a>Ready() {
+    function onDeviceReady() {
         // Now safe to use the Cordova API
     }
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Cordova <a href="../device/device.html">Device</a> Ready <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Cordova Device Ready Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.7.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Call on<a href="../device/device.html">Device</a>Ready when Cordova is loaded.
+        // Call onDeviceReady when Cordova is loaded.
         //
         // At this point, the document has loaded but cordova-1.7.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", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
 
         // Cordova is loaded and it is now safe to make calls Cordova methods
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             // Now safe to use the Cordova API
         }
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/events/events.endcallbutton.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/events/events.endcallbutton.md b/www/docs/en/1.7.0/cordova/events/events.endcallbutton.md
index 806dd37..3f063bf 100644
--- a/www/docs/en/1.7.0/cordova/events/events.endcallbutton.md
+++ b/www/docs/en/1.7.0/cordova/events/events.endcallbutton.md
@@ -30,14 +30,14 @@ Details
 
 If you need to override the default end call behaviour you can register an event listener for the 'endcallbutton' event.
 
-Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova '<a href="events.deviceready.html">deviceready</a>' event.
+Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova 'deviceready' event.
 
 Supported Platforms
 -------------------
 
 - BlackBerry WebWorks (OS 5.0 and higher)
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     document.addEventListener("endcallbutton", onEndCallKeyDown, false);
@@ -46,31 +46,31 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         // Handle the end call button
     }
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
                           "http://www.w3.org/TR/html4/strict.dtd">
     <html>
       <head>
-        <title>Cordova End Call Button <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Cordova End Call Button Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.7.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Call on<a href="../device/device.html">Device</a>Ready when Cordova is loaded.
+        // Call onDeviceReady when Cordova is loaded.
         //
         // At this point, the document has loaded but cordova-1.7.0.js has not.
         // When Cordova is loaded and talking with the native device,
-        // it will call the event `<a href="events.deviceready.html">deviceready</a>`.
+        // it will call the event `deviceready`.
         //
         function onLoad() {
-            document.addEventListener("<a href="events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
 
         // Cordova is loaded and it is now safe to make calls Cordova methods
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             // Register the event listener
             document.addEventListener("endcallbutton", onEndCallKeyDown, false);
         }

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/events/events.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/events/events.md b/www/docs/en/1.7.0/cordova/events/events.md
index 45a8623..c42b595 100644
--- a/www/docs/en/1.7.0/cordova/events/events.md
+++ b/www/docs/en/1.7.0/cordova/events/events.md
@@ -26,19 +26,19 @@ Events
 Event Types
 -----------
 
-- <a href="events.deviceready.html">deviceready</a>
-- <a href="events.pause.html">pause</a>
-- <a href="events.resume.html">resume</a>
-- <a href="events.online.html">online</a>
-- <a href="events.offline.html">offline</a>
-- <a href="events.backbutton.html">backbutton</a>
-- <a href="events.batterycritical.html">batterycritical</a>
-- <a href="events.batterylow.html">batterylow</a>
-- <a href="events.batterystatus.html">batterystatus</a>
-- <a href="events.menubutton.html">menubutton</a>
-- <a href="events.searchbutton.html">searchbutton</a>
-- <a href="events.startcallbutton.html">startcallbutton</a>
-- <a href="events.endcallbutton.html">endcallbutton</a>
-- <a href="events.volumedownbutton.html">volumedownbutton</a>
-- <a href="events.volumeupbutton.html">volumeupbutton</a>
+- deviceready
+- pause
+- resume
+- online
+- offline
+- backbutton
+- batterycritical
+- batterylow
+- batterystatus
+- menubutton
+- searchbutton
+- startcallbutton
+- endcallbutton
+- volumedownbutton
+- volumeupbutton
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/events/events.menubutton.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/events/events.menubutton.md b/www/docs/en/1.7.0/cordova/events/events.menubutton.md
index 00441a0..c24af6e 100644
--- a/www/docs/en/1.7.0/cordova/events/events.menubutton.md
+++ b/www/docs/en/1.7.0/cordova/events/events.menubutton.md
@@ -30,7 +30,7 @@ Details
 
 If you need to override the default menu button behaviour you can register an event listener for the 'menubutton' event.
 
-Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova '<a href="events.deviceready.html">deviceready</a>' event.
+Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova 'deviceready' event.
 
 Supported Platforms
 -------------------
@@ -38,7 +38,7 @@ Supported Platforms
 - Android
 - BlackBerry WebWorks (OS 5.0 and higher)
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     document.addEventListener("menubutton", onMenuKeyDown, false);
@@ -47,31 +47,31 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         // Handle the back button
     }
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
                           "http://www.w3.org/TR/html4/strict.dtd">
     <html>
       <head>
-        <title>Cordova Menu Button <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Cordova Menu Button Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.7.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Call on<a href="../device/device.html">Device</a>Ready when Cordova is loaded.
+        // Call onDeviceReady when Cordova is loaded.
         //
         // At this point, the document has loaded but cordova-1.7.0.js has not.
         // When Cordova is loaded and talking with the native device,
-        // it will call the event `<a href="events.deviceready.html">deviceready</a>`.
+        // it will call the event `deviceready`.
         //
         function onLoad() {
-            document.addEventListener("<a href="events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
 
         // Cordova is loaded and it is now safe to make calls Cordova methods
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             // Register the event listener
             document.addEventListener("menubutton", onMenuKeyDown, false);
         }

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/events/events.offline.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/events/events.offline.md b/www/docs/en/1.7.0/cordova/events/events.offline.md
index 4b4edd8..ac14de5 100644
--- a/www/docs/en/1.7.0/cordova/events/events.offline.md
+++ b/www/docs/en/1.7.0/cordova/events/events.offline.md
@@ -30,7 +30,7 @@ Details
 
 When the application's network connection changes to being offline, the offline event is fired.  
 
-Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova '<a href="events.deviceready.html">deviceready</a>' event.
+Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova 'deviceready' event.
 
 Supported Platforms
 -------------------
@@ -40,7 +40,7 @@ Supported Platforms
 - iOS
 - Windows Phone 7
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     document.addEventListener("offline", onOffline, false);
@@ -49,30 +49,30 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         // Handle the offline event
     }
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Cordova Offline <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Cordova Offline Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.7.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Call on<a href="../device/device.html">Device</a>Ready when Cordova is loaded.
+        // Call onDeviceReady when Cordova is loaded.
         //
         // At this point, the document has loaded but cordova-1.7.0.js has not.
         // When Cordova is loaded and talking with the native device,
-        // it will call the event `<a href="events.deviceready.html">deviceready</a>`.
+        // it will call the event `deviceready`.
         //
         function onLoad() {
-            document.addEventListener("<a href="events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
 
         // Cordova is loaded and it is now safe to make calls Cordova methods
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
 		    document.addEventListener("offline", onOffline, false);
         }
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/events/events.online.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/events/events.online.md b/www/docs/en/1.7.0/cordova/events/events.online.md
index 3127fdf..3913e0f 100644
--- a/www/docs/en/1.7.0/cordova/events/events.online.md
+++ b/www/docs/en/1.7.0/cordova/events/events.online.md
@@ -30,7 +30,7 @@ Details
 
 When the application's network connection changes to being online, the online event is fired.  
 
-Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova '<a href="events.deviceready.html">deviceready</a>' event.
+Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova 'deviceready' event.
 
 Supported Platforms
 -------------------
@@ -40,7 +40,7 @@ Supported Platforms
 - iOS
 - Windows Phone 7
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     document.addEventListener("online", onOnline, false);
@@ -49,30 +49,30 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         // Handle the online event
     }
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Cordova Online <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Cordova Online Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.7.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Call on<a href="../device/device.html">Device</a>Ready when Cordova is loaded.
+        // Call onDeviceReady when Cordova is loaded.
         //
         // At this point, the document has loaded but cordova-1.7.0.js has not.
         // When Cordova is loaded and talking with the native device,
-        // it will call the event `<a href="events.deviceready.html">deviceready</a>`.
+        // it will call the event `deviceready`.
         //
         function onLoad() {
-            document.addEventListener("<a href="events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
 
         // Cordova is loaded and it is now safe to make calls Cordova methods
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             document.addEventListener("online", onOnline, false);
         }
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/events/events.pause.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/events/events.pause.md b/www/docs/en/1.7.0/cordova/events/events.pause.md
index 4e195ed..5b14bef 100644
--- a/www/docs/en/1.7.0/cordova/events/events.pause.md
+++ b/www/docs/en/1.7.0/cordova/events/events.pause.md
@@ -30,7 +30,7 @@ Details
 
 Cordova consists of two code bases: native and JavaScript. While the native code puts the application into the background the pause event is fired.  
 
-Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova '<a href="events.deviceready.html">deviceready</a>' event.
+Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova 'deviceready' event.
 
 Supported Platforms
 -------------------
@@ -40,7 +40,7 @@ Supported Platforms
 - iOS
 - Windows Phone 7
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     document.addEventListener("pause", onPause, false);
@@ -49,30 +49,30 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         // Handle the pause event
     }
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Cordova Pause <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Cordova Pause Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.7.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Call on<a href="../device/device.html">Device</a>Ready when Cordova is loaded.
+        // Call onDeviceReady when Cordova is loaded.
         //
         // At this point, the document has loaded but cordova-1.7.0.js has not.
         // When Cordova is loaded and talking with the native device,
-        // it will call the event `<a href="events.deviceready.html">deviceready</a>`.
+        // it will call the event `deviceready`.
         //
         function onLoad() {
-            document.addEventListener("<a href="events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
 
         // Cordova is loaded and it is now safe to make calls Cordova methods
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
 		    document.addEventListener("pause", onPause, false);
         }
 
@@ -89,7 +89,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
 
 iOS Quirks
 --------------------------
-In the pause handler, any calls that go through Objective-C will not work, nor will any calls that are interactive, like alerts. This means that you cannot call console.log (and its variants), or any calls from Plugins or the Cordova API. These will only be processed when the app <a href="events.resume.html">resume</a>s (processed on the next run-loop).
+In the pause handler, any calls that go through Objective-C will not work, nor will any calls that are interactive, like alerts. This means that you cannot call console.log (and its variants), or any calls from Plugins or the Cordova API. These will only be processed when the app resumes (processed on the next run-loop).
 
 - __resign__ event 
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/events/events.resume.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/events/events.resume.md b/www/docs/en/1.7.0/cordova/events/events.resume.md
index 66490ed..d4f0e34 100644
--- a/www/docs/en/1.7.0/cordova/events/events.resume.md
+++ b/www/docs/en/1.7.0/cordova/events/events.resume.md
@@ -30,7 +30,7 @@ Details
 
 Cordova consists of two code bases: native and JavaScript. While the native code pulls the application from the background the resume event is fired.  
 
-Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova '<a href="events.deviceready.html">deviceready</a>' event.
+Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova 'deviceready' event.
 
 Supported Platforms
 -------------------
@@ -40,7 +40,7 @@ Supported Platforms
 - iOS
 - Windows Phone 7
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     document.addEventListener("resume", onResume, false);
@@ -49,30 +49,30 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         // Handle the resume event
     }
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Cordova Resume <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Cordova Resume Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.7.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Call on<a href="../device/device.html">Device</a>Ready when Cordova is loaded.
+        // Call onDeviceReady when Cordova is loaded.
         //
         // At this point, the document has loaded but cordova-1.7.0.js has not.
         // When Cordova is loaded and talking with the native device,
-        // it will call the event `<a href="events.deviceready.html">deviceready</a>`.
+        // it will call the event `deviceready`.
         //
         function onLoad() {
-            document.addEventListener("<a href="events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
 
         // Cordova is loaded and it is now safe to make calls Cordova methods
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             document.addEventListener("resume", onResume, false);
         }
 
@@ -89,7 +89,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
 
 iOS Quirks
 --------------------------
-Any calls to console.log during your **<a href="events.pause.html">pause</a>** event handler will be run now when the app resumes, see the iOS Quirks section for the **<a href="events.pause.html">pause</a>** event for an explanation. 
+Any calls to console.log during your **pause** event handler will be run now when the app resumes, see the iOS Quirks section for the **pause** event for an explanation. 
 
 Interactive functions like `alert` when the **resume** event fires will need to be wrapped in a `setTimeout` call with a timeout value of zero, or else the app will hang. e.g.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/events/events.searchbutton.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/events/events.searchbutton.md b/www/docs/en/1.7.0/cordova/events/events.searchbutton.md
index 5c98a52..bd4e967 100644
--- a/www/docs/en/1.7.0/cordova/events/events.searchbutton.md
+++ b/www/docs/en/1.7.0/cordova/events/events.searchbutton.md
@@ -30,14 +30,14 @@ Details
 
 If you need to override the default search button behaviour on Android you can register an event listener for the 'searchbutton' event.
 
-Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova '<a href="events.deviceready.html">deviceready</a>' event.
+Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova 'deviceready' event.
 
 Supported Platforms
 -------------------
 
 - Android
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     document.addEventListener("searchbutton", onSearchKeyDown, false);
@@ -46,31 +46,31 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         // Handle the search button
     }
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
                           "http://www.w3.org/TR/html4/strict.dtd">
     <html>
       <head>
-        <title>Cordova Search Button <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Cordova Search Button Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.7.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Call on<a href="../device/device.html">Device</a>Ready when Cordova is loaded.
+        // Call onDeviceReady when Cordova is loaded.
         //
         // At this point, the document has loaded but cordova-1.7.0.js has not.
         // When Cordova is loaded and talking with the native device,
-        // it will call the event `<a href="events.deviceready.html">deviceready</a>`.
+        // it will call the event `deviceready`.
         //
         function onLoad() {
-            document.addEventListener("<a href="events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
 
         // Cordova is loaded and it is now safe to make calls Cordova methods
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             // Register the event listener
             document.addEventListener("searchbutton", onSearchKeyDown, false);
         }

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/events/events.startcallbutton.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/events/events.startcallbutton.md b/www/docs/en/1.7.0/cordova/events/events.startcallbutton.md
index 5b32dfe..f8351b6 100644
--- a/www/docs/en/1.7.0/cordova/events/events.startcallbutton.md
+++ b/www/docs/en/1.7.0/cordova/events/events.startcallbutton.md
@@ -30,14 +30,14 @@ Details
 
 If you need to override the default start call behaviour you can register an event listener for the 'startcallbutton' event.
 
-Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova '<a href="events.deviceready.html">deviceready</a>' event.
+Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova 'deviceready' event.
 
 Supported Platforms
 -------------------
 
 - BlackBerry WebWorks (OS 5.0 and higher)
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     document.addEventListener("startcallbutton", onStartCallKeyDown, false);
@@ -46,31 +46,31 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         // Handle the start call button
     }
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
                           "http://www.w3.org/TR/html4/strict.dtd">
     <html>
       <head>
-        <title>Cordova Start Call Button <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Cordova Start Call Button Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.7.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Call on<a href="../device/device.html">Device</a>Ready when Cordova is loaded.
+        // Call onDeviceReady when Cordova is loaded.
         //
         // At this point, the document has loaded but cordova-1.7.0.js has not.
         // When Cordova is loaded and talking with the native device,
-        // it will call the event `<a href="events.deviceready.html">deviceready</a>`.
+        // it will call the event `deviceready`.
         //
         function onLoad() {
-            document.addEventListener("<a href="events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
 
         // Cordova is loaded and it is now safe to make calls Cordova methods
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             // Register the event listener
             document.addEventListener("startcallbutton", onStartCallKeyDown, false);
         }

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/events/events.volumedownbutton.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/events/events.volumedownbutton.md b/www/docs/en/1.7.0/cordova/events/events.volumedownbutton.md
index b388812..26f58c8 100644
--- a/www/docs/en/1.7.0/cordova/events/events.volumedownbutton.md
+++ b/www/docs/en/1.7.0/cordova/events/events.volumedownbutton.md
@@ -30,14 +30,14 @@ 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 Cordova '<a href="events.deviceready.html">deviceready</a>' event.
+Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova 'deviceready' event.
 
 Supported Platforms
 -------------------
 
 - BlackBerry WebWorks (OS 5.0 and higher)
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     document.addEventListener("volumedownbutton", onVolumeDownKeyDown, false);
@@ -46,31 +46,31 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         // Handle the volume down button
     }
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
                           "http://www.w3.org/TR/html4/strict.dtd">
     <html>
       <head>
-        <title>Cordova Volume Down Button <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Cordova Volume Down Button Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.7.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Call on<a href="../device/device.html">Device</a>Ready when Cordova is loaded.
+        // Call onDeviceReady when Cordova is loaded.
         //
         // At this point, the document has loaded but cordova-1.7.0.js has not.
         // When Cordova is loaded and talking with the native device,
-        // it will call the event `<a href="events.deviceready.html">deviceready</a>`.
+        // it will call the event `deviceready`.
         //
         function onLoad() {
-            document.addEventListener("<a href="events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
 
         // Cordova is loaded and it is now safe to make calls Cordova methods
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             // Register the event listener
             document.addEventListener("volumedownbutton", onVolumeDownKeyDown, false);
         }

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/events/events.volumeupbutton.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/events/events.volumeupbutton.md b/www/docs/en/1.7.0/cordova/events/events.volumeupbutton.md
index 1957385..a259e65 100644
--- a/www/docs/en/1.7.0/cordova/events/events.volumeupbutton.md
+++ b/www/docs/en/1.7.0/cordova/events/events.volumeupbutton.md
@@ -30,14 +30,14 @@ 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 Cordova '<a href="events.deviceready.html">deviceready</a>' event.
+Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova 'deviceready' event.
 
 Supported Platforms
 -------------------
 
 - BlackBerry WebWorks (OS 5.0 and higher)
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     document.addEventListener("volumeupbutton", onVolumeUpKeyDown, false);
@@ -46,31 +46,31 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         // Handle the volume up button
     }
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
                           "http://www.w3.org/TR/html4/strict.dtd">
     <html>
       <head>
-        <title>Cordova Volume Up Button <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Cordova Volume Up Button Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.7.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Call on<a href="../device/device.html">Device</a>Ready when Cordova is loaded.
+        // Call onDeviceReady when Cordova is loaded.
         //
         // At this point, the document has loaded but cordova-1.7.0.js has not.
         // When Cordova is loaded and talking with the native device,
-        // it will call the event `<a href="events.deviceready.html">deviceready</a>`.
+        // it will call the event `deviceready`.
         //
         function onLoad() {
-            document.addEventListener("<a href="events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
 
         // Cordova is loaded and it is now safe to make calls Cordova methods
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             // Register the event listener
             document.addEventListener("volumeupbutton", onVolumeUpKeyDown, false);
         }

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/file/directoryentry/directoryentry.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/file/directoryentry/directoryentry.md b/www/docs/en/1.7.0/cordova/file/directoryentry/directoryentry.md
index 5fa9eae..98b2399 100644
--- a/www/docs/en/1.7.0/cordova/file/directoryentry/directoryentry.md
+++ b/www/docs/en/1.7.0/cordova/file/directoryentry/directoryentry.md
@@ -26,29 +26,29 @@ This object represents a directory on a file system.  It is defined in the [W3C
 Properties
 ----------
 
-- __is<a href="../fileobj/fileobj.html">File</a>:__ Always false. _(boolean)_
+- __isFile:__ Always false. _(boolean)_
 - __isDirectory:__ Always true. _(boolean)_
 - __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 Cordova:
 
-- __filesystem:__ The file system on which the DirectoryEntry resides. _(<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>)_ 
+- __filesystem:__ The file system on which the DirectoryEntry resides. _(FileSystem)_ 
 
 Methods
 -------
 
 The following methods can be invoked on a DirectoryEntry object:
 
-- __get<a href="../metadata/metadata.html">Metadata</a>__: Look up metadata about a directory. 
+- __getMetadata__: Look up metadata about a directory. 
 - __moveTo__: Move a directory to a different location on the file system.
 - __copyTo__: Copy a directory to a different location on the file system.
 - __toURI__: Return a URI that can be used to locate a directory.
 - __remove__: Delete a directory.  The directory must be empty.
 - __getParent__: Look up the parent directory.
-- __createReader__: Create a new <a href="../directoryreader/directoryreader.html">DirectoryReader</a> that can read entries from a directory.
+- __createReader__: Create a new DirectoryReader that can read entries from a directory.
 - __getDirectory__: Create or look up a directory.
-- __get<a href="../fileobj/fileobj.html">File</a>__: Create or look up a file.
+- __getFile__: Create or look up a file.
 - __removeRecursively__: Delete a directory and all of its contents.
 
 
@@ -60,18 +60,18 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
 
-get<a href="../metadata/metadata.html">Metadata</a>
+getMetadata
 -----------
 
 Look up metadata about a directory.
 
 __Parameters:__
 
-- __successCallback__ - A callback that is called with a <a href="../metadata/metadata.html">Metadata</a> object. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs retrieving the <a href="../metadata/metadata.html">Metadata</a>. Invoked with a <a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a> object. _(Function)_
+- __successCallback__ - A callback that is called with a Metadata object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileError object. _(Function)_
 
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 
     function success(metadata) {
         console.log("Last Modified: " + metadata.modificationTime);
@@ -82,7 +82,7 @@ __Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
     }
 
     // Request the metadata object for this entry
-    entry.get<a href="../metadata/metadata.html">Metadata</a>(success, fail);	
+    entry.getMetadata(success, fail);	
 
 
 moveTo
@@ -102,10 +102,10 @@ __Parameters:__
 - __parent__ - The parent directory to which to move the directory. _(DirectoryEntry)_
 - __newName__ - The new name of the directory. Defaults to the current name if unspecified. _(DOMString)_
 - __successCallback__ - A callback that is called with the DirectoryEntry object of the new directory. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs when attempting to move the directory.  Invoked with a <a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a> object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs when attempting to move the directory.  Invoked with a FileError object. _(Function)_
 
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 
     function success(entry) {
         console.log("New Path: " + entry.fullPath);
@@ -139,10 +139,10 @@ __Parameters:__
 - __parent__ - The parent directory to which to copy the directory. _(DirectoryEntry)_
 - __newName__ - The new name of the directory. Defaults to the current name if unspecified. _(DOMString)_
 - __successCallback__ - A callback that is called with the DirectoryEntry object of the new directory. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs when attempting to copy the underlying directory.  Invoked with a <a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a> object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs when attempting to copy the underlying directory.  Invoked with a FileError object. _(Function)_
 
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 
 	function win(entry) {
 		console.log("New Path: " + entry.fullPath);
@@ -167,7 +167,7 @@ toURI
 
 Returns a URI that can be used to locate the directory. 
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 	
     // Get the URI for this directory
     var uri = entry.toURI();
@@ -185,9 +185,9 @@ Deletes a directory. It is an error to attempt to:
 __Parameters:__
 
 - __successCallback__ - A callback that is called after the directory has been deleted.  Invoked with no parameters. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs when attempting to delete the directory.  Invoked with a <a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a> object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs when attempting to delete the directory.  Invoked with a FileError object. _(Function)_
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 	
     function success(entry) {
         console.log("Removal succeeded");
@@ -209,9 +209,9 @@ Look up the parent DirectoryEntry containing the directory.
 __Parameters:__
 
 - __successCallback__ - A callback that is called with the directory's parent DirectoryEntry. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs when attempting to retrieve the parent DirectoryEntry.  Invoked with a <a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a> object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs when attempting to retrieve the parent DirectoryEntry.  Invoked with a FileError object. _(Function)_
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 	
     function success(parent) {
         console.log("Parent Name: " + parent.name);
@@ -228,9 +228,9 @@ __Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
 createReader
 ------------
 
-Creates a new <a href="../directoryreader/directoryreader.html">DirectoryReader</a> to read entries in a directory.
+Creates a new DirectoryReader to read entries in a directory.
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 	
     // create a directory reader
     var directoryReader = entry.createReader();	
@@ -246,11 +246,11 @@ Creates or looks up an existing directory.  It is an error to attempt to:
 __Parameters:__
 
 - __path__ - The path to the directory to be looked up or created.  Either an absolute path, or a relative path from this DirectoryEntry. _(DOMString)_
-- __options__ - Options to specify whether the directory is created if it doesn't exist.  _(<a href="../flags/flags.html">Flags</a>)_
+- __options__ - Options to specify whether the directory is created if it doesn't exist.  _(Flags)_
 - __successCallback__ - A callback that is invoked with a DirectoryEntry object. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs creating or looking up the directory.  Invoked with a <a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a> object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs creating or looking up the directory.  Invoked with a FileError object. _(Function)_
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 	
     function success(parent) {
         console.log("Parent Name: " + parent.name);
@@ -264,7 +264,7 @@ __Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
     entry.getDirectory("newDir", {create: true, exclusive: false}, success, fail);	
 
 
-get<a href="../fileobj/fileobj.html">File</a>
+getFile
 -------
 
 Creates or looks up a file.  It is an error to attempt to:
@@ -274,11 +274,11 @@ Creates or looks up a file.  It is an error to attempt to:
 __Parameters:__
 
 - __path__ - The path to the file to be looked up or created.  Either an absolute path, or a relative path from this DirectoryEntry. _(DOMString)_
-- __options__ - Options to specify whether the file is created if it doesn't exist.  _(<a href="../flags/flags.html">Flags</a>)_
-- __successCallback__ - A callback that is invoked with a <a href="../fileentry/fileentry.html"><a href="../fileobj/fileobj.html">File</a>Entry</a> object. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs creating or looking up the file.  Invoked with a <a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a> object. _(Function)_
+- __options__ - Options to specify whether the file is created if it doesn't exist.  _(Flags)_
+- __successCallback__ - A callback that is invoked with a FileEntry object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs creating or looking up the file.  Invoked with a FileError object. _(Function)_
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 	
     function success(parent) {
         console.log("Parent Name: " + parent.name);
@@ -289,7 +289,7 @@ __Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
     }
 
     // Retrieve an existing file, or create it if it does not exist
-    entry.get<a href="../fileobj/fileobj.html">File</a>("new<a href="../fileobj/fileobj.html">File</a>.txt", {create: true, exclusive: false}, success, fail);	
+    entry.getFile("newFile.txt", {create: true, exclusive: false}, success, fail);	
 
 
 removeRecursively
@@ -304,9 +304,9 @@ be deleted.   It is an error to attempt to:
 __Parameters:__
 
 - __successCallback__ - A callback that is called after the DirectoryEntry has been deleted.  Invoked with no parameters. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs when attempting to delete the DirectoryEntry.  Invoked with a <a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a> object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs when attempting to delete the DirectoryEntry.  Invoked with a FileError object. _(Function)_
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 	
     function success(parent) {
         console.log("Remove Recursively Succeeded");

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/file/directoryreader/directoryreader.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/file/directoryreader/directoryreader.md b/www/docs/en/1.7.0/cordova/file/directoryreader/directoryreader.md
index 9e024f6..da55cc2 100644
--- a/www/docs/en/1.7.0/cordova/file/directoryreader/directoryreader.md
+++ b/www/docs/en/1.7.0/cordova/file/directoryreader/directoryreader.md
@@ -44,10 +44,10 @@ Read the entries in this directory.
 
 __Parameters:__
 
-- __successCallback__ - A callback that is passed an array of <a href="../fileentry/fileentry.html"><a href="../fileobj/fileobj.html">File</a>Entry</a> and <a href="../directoryentry/directoryentry.html">DirectoryEntry</a> objects. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs retrieving the directory listing. Invoked with a <a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a> object. _(Function)_
+- __successCallback__ - A callback that is passed an array of FileEntry and DirectoryEntry objects. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs retrieving the directory listing. Invoked with a FileError object. _(Function)_
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 	
     function success(entries) {
         var i;

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/file/file.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/file/file.md b/www/docs/en/1.7.0/cordova/file/file.md
index cf93c75..cdb17e9 100644
--- a/www/docs/en/1.7.0/cordova/file/file.md
+++ b/www/docs/en/1.7.0/cordova/file/file.md
@@ -18,26 +18,26 @@ license: >
     under the License.
 ---
 
-<a href="fileobj/fileobj.html">File</a>
+File
 ==========
 
->  This API is based on the W3C [<a href="fileobj/fileobj.html">File</a> API](http://www.w3.org/TR/<a href="fileobj/fileobj.html">File</a>API). An API to read, write and navigate file system hierarchies. 
+>  This API is based on the W3C [File API](http://www.w3.org/TR/FileAPI). An API to read, write and navigate file system hierarchies. 
 
 Objects
 -------
 
-- <a href="directoryentry/directoryentry.html">DirectoryEntry</a>
-- <a href="directoryreader/directoryreader.html">DirectoryReader</a>
-- <a href="fileobj/fileobj.html">File</a>
-- <a href="fileentry/fileentry.html"><a href="fileobj/fileobj.html">File</a>Entry</a>
-- <a href="fileerror/fileerror.html"><a href="fileobj/fileobj.html">File</a>Error</a>
-- <a href="filereader/filereader.html"><a href="fileobj/fileobj.html">File</a>Reader</a>
-- <a href="filesystem/filesystem.html"><a href="fileobj/fileobj.html">File</a>System</a>
-- <a href="filetransfer/filetransfer.html"><a href="fileobj/fileobj.html">File</a>Transfer</a>
-- <a href="filetransfererror/filetransfererror.html"><a href="filetransfer/filetransfer.html"><a href="fileobj/fileobj.html">File</a>Transfer</a>Error</a>
-- <a href="fileuploadoptions/fileuploadoptions.html"><a href="fileobj/fileobj.html">File</a>UploadOptions</a>
-- <a href="fileuploadresult/fileuploadresult.html"><a href="fileobj/fileobj.html">File</a>UploadResult</a>
-- <a href="filewriter/filewriter.html"><a href="fileobj/fileobj.html">File</a>Writer</a>
-- <a href="flags/flags.html">Flags</a>
-- Local<a href="filesystem/filesystem.html"><a href="fileobj/fileobj.html">File</a>System</a>
-- <a href="metadata/metadata.html">Metadata</a>
\ No newline at end of file
+- DirectoryEntry
+- DirectoryReader
+- File
+- FileEntry
+- FileError
+- FileReader
+- FileSystem
+- FileTransfer
+- FileTransferError
+- FileUploadOptions
+- FileUploadResult
+- FileWriter
+- Flags
+- LocalFileSystem
+- Metadata
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/file/fileentry/fileentry.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/file/fileentry/fileentry.md b/www/docs/en/1.7.0/cordova/file/fileentry/fileentry.md
index d10b9d0..ffe30f3 100644
--- a/www/docs/en/1.7.0/cordova/file/fileentry/fileentry.md
+++ b/www/docs/en/1.7.0/cordova/file/fileentry/fileentry.md
@@ -18,7 +18,7 @@ license: >
     under the License.
 ---
 
-<a href="../fileobj/fileobj.html">File</a>Entry
+FileEntry
 ==========
 
 This object represents a file on a file system.  It is defined in the [W3C Directories and Systems](http://www.w3.org/TR/file-system-api/) specification.
@@ -26,27 +26,27 @@ This object represents a file on a file system.  It is defined in the [W3C Direc
 Properties
 ----------
 
-- __is<a href="../fileobj/fileobj.html">File</a>:__ Always true. _(boolean)_
+- __isFile:__ Always true. _(boolean)_
 - __isDirectory:__ Always false. _(boolean)_
-- __name:__ The name of the <a href="../fileobj/fileobj.html">File</a>Entry, excluding the path leading to it. _(DOMString)_
-- __fullPath:__ The full absolute path from the root to the <a href="../fileobj/fileobj.html">File</a>Entry. _(DOMString)_
+- __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 Cordova:
 
-- __filesystem:__ The file system on which the <a href="../fileobj/fileobj.html">File</a>Entry resides. _(<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>)_
+- __filesystem:__ The file system on which the FileEntry resides. _(FileSystem)_
 
 
 Methods
 -------
 
-- __get<a href="../metadata/metadata.html">Metadata</a>__: Look up metadata about a file. 
+- __getMetadata__: Look up metadata about a file. 
 - __moveTo__: Move a file to a different location on the file system.
 - __copyTo__: Copy a file to a different location on the file system.
 - __toURI__: Return a URI that can be used to locate a file.
 - __remove__: Delete a file.  
 - __getParent__: Look up the parent directory.
-- __createWriter__: Creates a <a href="../filewriter/filewriter.html"><a href="../fileobj/fileobj.html">File</a>Writer</a> object that can be used to write to a file.
-- __file__: Creates a <a href="../fileobj/fileobj.html">File</a> object containing file properties.
+- __createWriter__: Creates a FileWriter object that can be used to write to a file.
+- __file__: Creates a File object containing file properties.
 
 
 Supported Platforms
@@ -58,18 +58,18 @@ Supported Platforms
 - Windows Phone 7 ( Mango )
 
 
-get<a href="../metadata/metadata.html">Metadata</a>
+getMetadata
 ----------------
 
 Look up metadata about a file.
 
 __Parameters:__
 
-- __successCallback__ - A callback that is called with a <a href="../metadata/metadata.html">Metadata</a> object. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs retrieving the <a href="../metadata/metadata.html">Metadata</a>. Invoked with a <a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a> object. _(Function)_
+- __successCallback__ - A callback that is called with a Metadata object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileError object. _(Function)_
 
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 
     function success(metadata) {
         console.log("Last Modified: " + metadata.modificationTime);
@@ -80,7 +80,7 @@ __Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
     }
 
     // Request the metadata object for this entry
-    entry.get<a href="../metadata/metadata.html">Metadata</a>(success, fail);	
+    entry.getMetadata(success, fail);	
 
 
 moveTo
@@ -95,13 +95,13 @@ In addition, an attempt to move a file on top of an existing file must attempt t
 
 __Parameters:__
 
-- __parent__ - The parent directory to which to move the file. _(<a href="../directoryentry/directoryentry.html">DirectoryEntry</a>)_
+- __parent__ - The parent directory to which to move the file. _(DirectoryEntry)_
 - __newName__ - The new name of the file. Defaults to the current name if unspecified. _(DOMString)_
-- __successCallback__ - A callback that is called with the <a href="../fileobj/fileobj.html">File</a>Entry object of the new file. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs when attempting to move the file.  Invoked with a <a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a> object. _(Function)_
+- __successCallback__ - A callback that is called with the FileEntry object of the new file. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs when attempting to move the file.  Invoked with a FileError object. _(Function)_
 
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 
     function success(entry) {
         console.log("New Path: " + entry.fullPath);
@@ -111,12 +111,12 @@ __Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
         alert(error.code);
     }
 
-    function move<a href="../fileobj/fileobj.html">File</a>(entry) {
+    function moveFile(entry) {
         var parent = document.getElementById('parent').value,
-            parentEntry = new <a href="../directoryentry/directoryentry.html">DirectoryEntry</a>({fullPath: parent});
+            parentEntry = new DirectoryEntry({fullPath: parent});
 
         // move the file to a new directory and rename it
-        entry.moveTo(parentEntry, "new<a href="../fileobj/fileobj.html">File</a>.txt", success, fail);
+        entry.moveTo(parentEntry, "newFile.txt", success, fail);
     }
 	
 
@@ -129,13 +129,13 @@ Copy a file to a new location on the file system.  It is an error to attempt to:
 
 __Parameters:__
 
-- __parent__ - The parent directory to which to copy the file. _(<a href="../directoryentry/directoryentry.html">DirectoryEntry</a>)_
+- __parent__ - The parent directory to which to copy the file. _(DirectoryEntry)_
 - __newName__ - The new name of the file. Defaults to the current name if unspecified. _(DOMString)_
-- __successCallback__ - A callback that is called with the <a href="../fileobj/fileobj.html">File</a>Entry object of the new file. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs when attempting to copy the file.  Invoked with a <a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a> object. _(Function)_
+- __successCallback__ - A callback that is called with the FileEntry object of the new file. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs when attempting to copy the file.  Invoked with a FileError object. _(Function)_
 
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 
     function win(entry) {
 	    console.log("New Path: " + entry.fullPath);
@@ -145,9 +145,9 @@ __Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
 	    alert(error.code);
     }
 
-    function copy<a href="../fileobj/fileobj.html">File</a>(entry) {
+    function copyFile(entry) {
         var parent = document.getElementById('parent').value,
-            parentEntry = new <a href="../directoryentry/directoryentry.html">DirectoryEntry</a>({fullPath: parent});
+            parentEntry = new DirectoryEntry({fullPath: parent});
 
         // copy the file to a new directory and rename it
         entry.copyTo(parentEntry, "file.copy", success, fail);
@@ -159,7 +159,7 @@ toURI
 
 Returns a URI that can be used to locate the file. 
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 	
     // Request the URI for this entry
     var uri = entry.toURI();
@@ -174,9 +174,9 @@ Deletes a file.
 __Parameters:__
 
 - __successCallback__ - A callback that is called after the file has been deleted.  Invoked with no parameters. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs when attempting to delete the file.  Invoked with a <a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a> object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs when attempting to delete the file.  Invoked with a FileError object. _(Function)_
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 	
     function success(entry) {
         console.log("Removal succeeded");
@@ -193,14 +193,14 @@ __Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
 getParent
 ---------
 
-Look up the parent <a href="../directoryentry/directoryentry.html">DirectoryEntry</a> containing the file. 
+Look up the parent DirectoryEntry containing the file. 
 
 __Parameters:__
 
-- __successCallback__ - A callback that is called with the file's parent <a href="../directoryentry/directoryentry.html">DirectoryEntry</a>. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs when attempting to retrieve the parent <a href="../directoryentry/directoryentry.html">DirectoryEntry</a>.  Invoked with a <a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a> object. _(Function)_
+- __successCallback__ - A callback that is called with the file's parent DirectoryEntry. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs when attempting to retrieve the parent DirectoryEntry.  Invoked with a FileError object. _(Function)_
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 	
     function success(parent) {
         console.log("Parent Name: " + parent.name);
@@ -210,21 +210,21 @@ __Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
         alert(error.code);
     }
 
-    // Get the parent <a href="../directoryentry/directoryentry.html">DirectoryEntry</a>
+    // Get the parent DirectoryEntry
     entry.getParent(success, fail);	
 
 
 createWriter
 ------------
 
-Create a <a href="../filewriter/filewriter.html"><a href="../fileobj/fileobj.html">File</a>Writer</a> object associated with the file that the <a href="../fileobj/fileobj.html">File</a>Entry represents.
+Create a FileWriter object associated with the file that the FileEntry represents.
 
 __Parameters:__
 
-- __successCallback__ - A callback that is called with a <a href="../filewriter/filewriter.html"><a href="../fileobj/fileobj.html">File</a>Writer</a> object. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs while attempting to create the <a href="../filewriter/filewriter.html"><a href="../fileobj/fileobj.html">File</a>Writer</a>.  Invoked with a <a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a> object. _(Function)_
+- __successCallback__ - A callback that is called with a FileWriter object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs while attempting to create the FileWriter.  Invoked with a FileError object. _(Function)_
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 	
     function success(writer) {
         writer.write("Some text to the file");
@@ -234,24 +234,24 @@ __Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
         alert(error.code);
     }
 
-    // create a <a href="../filewriter/filewriter.html"><a href="../fileobj/fileobj.html">File</a>Writer</a> to write to the file
+    // create a FileWriter to write to the file
     entry.createWriter(success, fail);	
 
 
 file
 ----
 
-Return a <a href="../fileobj/fileobj.html">File</a> object that represents the current state of the file that this <a href="../fileobj/fileobj.html">File</a>Entry represents.
+Return a File object that represents the current state of the file that this FileEntry represents.
 
 __Parameters:__
 
-- __successCallback__ - A callback that is called with a <a href="../fileobj/fileobj.html">File</a> object. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs when creating the <a href="../fileobj/fileobj.html">File</a> object (e.g. the underlying file no longer exists).  Invoked with a <a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a> object. _(Function)_
+- __successCallback__ - A callback that is called with a File object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs when creating the File object (e.g. the underlying file no longer exists).  Invoked with a FileError object. _(Function)_
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 	
     function success(file) {
-        console.log("<a href="../fileobj/fileobj.html">File</a> size: " + file.size);
+        console.log("File size: " + file.size);
     }
 
     function fail(error) {

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/file/fileerror/fileerror.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/file/fileerror/fileerror.md b/www/docs/en/1.7.0/cordova/file/fileerror/fileerror.md
index 5bdd794..fa54c1f 100644
--- a/www/docs/en/1.7.0/cordova/file/fileerror/fileerror.md
+++ b/www/docs/en/1.7.0/cordova/file/fileerror/fileerror.md
@@ -18,10 +18,10 @@ license: >
     under the License.
 ---
 
-<a href="../fileobj/fileobj.html">File</a>Error
+FileError
 ========
 
-A '<a href="../fileobj/fileobj.html">File</a>Error' object is set when an error occurs in any of the <a href="../fileobj/fileobj.html">File</a> API methods. 
+A 'FileError' object is set when an error occurs in any of the File API methods. 
 
 Properties
 ----------
@@ -31,20 +31,20 @@ Properties
 Constants
 ---------
 
-- `<a href="../fileobj/fileobj.html">File</a>Error.NOT_FOUND_ERR`
-- `<a href="../fileobj/fileobj.html">File</a>Error.SECURITY_ERR`
-- `<a href="../fileobj/fileobj.html">File</a>Error.ABORT_ERR`
-- `<a href="../fileobj/fileobj.html">File</a>Error.NOT_READABLE_ERR`
-- `<a href="../fileobj/fileobj.html">File</a>Error.ENCODING_ERR`
-- `<a href="../fileobj/fileobj.html">File</a>Error.NO_MODIFICATION_ALLOWED_ERR`
-- `<a href="../fileobj/fileobj.html">File</a>Error.INVALID_STATE_ERR`
-- `<a href="../fileobj/fileobj.html">File</a>Error.SYNTAX_ERR`
-- `<a href="../fileobj/fileobj.html">File</a>Error.INVALID_MODIFICATION_ERR`
-- `<a href="../fileobj/fileobj.html">File</a>Error.QUOTA_EXCEEDED_ERR`
-- `<a href="../fileobj/fileobj.html">File</a>Error.TYPE_MISMATCH_ERR`
-- `<a href="../fileobj/fileobj.html">File</a>Error.PATH_EXISTS_ERR`
+- `FileError.NOT_FOUND_ERR`
+- `FileError.SECURITY_ERR`
+- `FileError.ABORT_ERR`
+- `FileError.NOT_READABLE_ERR`
+- `FileError.ENCODING_ERR`
+- `FileError.NO_MODIFICATION_ALLOWED_ERR`
+- `FileError.INVALID_STATE_ERR`
+- `FileError.SYNTAX_ERR`
+- `FileError.INVALID_MODIFICATION_ERR`
+- `FileError.QUOTA_EXCEEDED_ERR`
+- `FileError.TYPE_MISMATCH_ERR`
+- `FileError.PATH_EXISTS_ERR`
 
 Description
 -----------
 
-The `<a href="../fileobj/fileobj.html">File</a>Error` object is the only parameter of any of the <a href="../fileobj/fileobj.html">File</a> API's error callbacks.  Developers must read the code property to determine the type of error.
\ No newline at end of file
+The `FileError` object is the only parameter of any of the File API's error callbacks.  Developers must read the code property to determine the type of error.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/file/fileobj/fileobj.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/file/fileobj/fileobj.md b/www/docs/en/1.7.0/cordova/file/fileobj/fileobj.md
index 5910a3c..9920be9 100644
--- a/www/docs/en/1.7.0/cordova/file/fileobj/fileobj.md
+++ b/www/docs/en/1.7.0/cordova/file/fileobj/fileobj.md
@@ -35,7 +35,7 @@ Properties
 Details
 -------
 
-The `File` object contains attributes of a single file.  You can get an instance of a File object by calling the __file__ method of a `<a href="../fileentry/fileentry.html">FileEntry</a>` object.
+The `File` object contains attributes of a single file.  You can get an instance of a File object by calling the __file__ method of a `FileEntry` object.
 
 Supported Platforms
 -------------------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.7.0/cordova/file/filereader/filereader.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.7.0/cordova/file/filereader/filereader.md b/www/docs/en/1.7.0/cordova/file/filereader/filereader.md
index d7bb29a..f4c62a4 100644
--- a/www/docs/en/1.7.0/cordova/file/filereader/filereader.md
+++ b/www/docs/en/1.7.0/cordova/file/filereader/filereader.md
@@ -18,17 +18,17 @@ license: >
     under the License.
 ---
 
-<a href="../fileobj/fileobj.html">File</a>Reader
+FileReader
 ==========
 
-<a href="../fileobj/fileobj.html">File</a>Reader is an object that allows one to read a file.
+FileReader is an object that allows one to read a file.
 
 Properties
 ----------
 
 - __readyState:__ One of the three states the reader can be in EMPTY, LOADING or DONE.
 - __result:__ The contents of the file that has been read. _(DOMString)_
-- __error:__ An object containing errors. _(<a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a>)_
+- __error:__ An object containing errors. _(FileError)_
 - __onloadstart:__ Called when the read starts. . _(Function)_
 - __onprogress:__ Called while reading the file, reports progress (progess.loaded/progress.total). _(Function)_ -NOT SUPPORTED
 - __onload:__ Called when the read has successfully completed. _(Function)_
@@ -46,7 +46,7 @@ Methods
 Details
 -------
 
-The `<a href="../fileobj/fileobj.html">File</a>Reader` object is a way to read files from the devices file system.  <a href="../fileobj/fileobj.html">File</a>s can be read as text or as a base64 data encoded string.  Users register their own event listeners to receive the loadstart, progress, load, loadend, error and abort events.
+The `FileReader` object is a way to read files from the devices file system.  Files can be read as text or as a base64 data encoded string.  Users register their own event listeners to receive the loadstart, progress, load, loadend, error and abort events.
 
 Supported Platforms
 -------------------
@@ -63,11 +63,11 @@ __Parameters:__
 - file - the file object to read
 
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
 	function win(file) {
-		var reader = new <a href="../fileobj/fileobj.html">File</a>Reader();
+		var reader = new FileReader();
 		reader.onloadend = function(evt) {
         	console.log("read success");
             console.log(evt.target.result);
@@ -89,11 +89,11 @@ __Parameters:__
 - file - the file object to read
 - encoding - the encoding to use to encode the file's content. Default is UTF8.
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
 	function win(file) {
-		var reader = new <a href="../fileobj/fileobj.html">File</a>Reader();
+		var reader = new FileReader();
 		reader.onloadend = function(evt) {
         	console.log("read success");
             console.log(evt.target.result);
@@ -107,11 +107,11 @@ Quick <a href="../../storage/storage.opendatabase.html">Example</a>
 	
     entry.file(win, fail);
 
-Abort Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Abort Quick Example
 -------------------
 
 	function win(file) {
-		var reader = new <a href="../fileobj/fileobj.html">File</a>Reader();
+		var reader = new FileReader();
 		reader.onloadend = function(evt) {
         	console.log("read success");
             console.log(evt.target.result);
@@ -126,13 +126,13 @@ Abort Quick <a href="../../storage/storage.opendatabase.html">Example</a>
 	
     entry.file(win, fail);
 
-Full <a href="../../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../fileobj/fileobj.html">File</a>Reader <a href="../../storage/storage.opendatabase.html">Example</a></title>
+        <title>FileReader Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.7.0.js"></script>
         <script type="text/javascript" charset="utf-8">
@@ -140,30 +140,30 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
         // Wait for Cordova to load
         //
         function onLoad() {
-            document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
 
         // Cordova is ready
         //
-        function on<a href="../../device/device.html">Device</a>Ready() {
-			window.request<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>(Local<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>.PERSISTENT, 0, gotFS, fail);
+        function onDeviceReady() {
+			window.requestFileSystem(LocalFileSystem.PERSISTENT, 0, gotFS, fail);
         }
 		
 		function gotFS(fileSystem) {
-			fileSystem.root.get<a href="../fileobj/fileobj.html">File</a>("readme.txt", null, got<a href="../fileentry/fileentry.html"><a href="../fileobj/fileobj.html">File</a>Entry</a>, fail);
+			fileSystem.root.getFile("readme.txt", null, gotFileEntry, fail);
 		}
 		
-		function got<a href="../fileentry/fileentry.html"><a href="../fileobj/fileobj.html">File</a>Entry</a>(fileEntry) {
-			fileEntry.file(got<a href="../fileobj/fileobj.html">File</a>, fail);
+		function gotFileEntry(fileEntry) {
+			fileEntry.file(gotFile, fail);
 		}
 		
-        function got<a href="../fileobj/fileobj.html">File</a>(file){
+        function gotFile(file){
 			readDataUrl(file);
 			readAsText(file);
 		}
         
         function readDataUrl(file) {
-            var reader = new <a href="../fileobj/fileobj.html">File</a>Reader();
+            var reader = new FileReader();
             reader.onloadend = function(evt) {
                 console.log("Read as data URL");
                 console.log(evt.target.result);
@@ -172,7 +172,7 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
         }
         
         function readAsText(file) {
-            var reader = new <a href="../fileobj/fileobj.html">File</a>Reader();
+            var reader = new FileReader();
             reader.onloadend = function(evt) {
                 console.log("Read as text");
                 console.log(evt.target.result);
@@ -187,8 +187,8 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
         </script>
       </head>
       <body>
-        <h1><a href="../../storage/storage.opendatabase.html">Example</a></h1>
-        <p>Read <a href="../fileobj/fileobj.html">File</a></p>
+        <h1>Example</h1>
+        <p>Read File</p>
       </body>
     </html>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[06/51] [partial] docs commit: Reverting autolinking change because of inconsistencies.

Posted by db...@apache.org.
http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/contacts/ContactField/contactfield.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/contacts/ContactField/contactfield.md b/www/docs/en/1.8.1/cordova/contacts/ContactField/contactfield.md
index 531b279..438758a 100644
--- a/www/docs/en/1.8.1/cordova/contacts/ContactField/contactfield.md
+++ b/www/docs/en/1.8.1/cordova/contacts/ContactField/contactfield.md
@@ -18,24 +18,24 @@ license: >
     under the License.
 ---
 
-<a href="../Contact/contact.html">Contact</a>Field
+ContactField
 ============
 
-Supports generic fields in a `<a href="../Contact/contact.html">Contact</a>` object.  Some properties that are stored as `<a href="../Contact/contact.html">Contact</a>Field` objects include email addresses, phone numbers, and urls.
+Supports generic fields in a `Contact` object.  Some properties that are stored as `ContactField` objects include email addresses, phone numbers, and urls.
 
 Properties
 ----------
 
 - __type:__ A string that tells you what type of field this is (example: 'home'). _(DOMString)_
 - __value:__ The value of the field (such as a phone number or email address). _(DOMString)_
-- __pref:__ Set to `true` if this `<a href="../Contact/contact.html">Contact</a>Field` contains the user's preferred value. _(boolean)_
+- __pref:__ Set to `true` if this `ContactField` contains the user's preferred value. _(boolean)_
 
 Details
 -------
 
-The `<a href="../Contact/contact.html">Contact</a>Field` object is a reusable component that is used to support contact fields in a generic fashion.  Each `<a href="../Contact/contact.html">Contact</a>Field` object contains a value property, a type property, and a pref property.  A `<a href="../Contact/contact.html">Contact</a>` object stores several properties in `<a href="../Contact/contact.html">Contact</a>Field[]` arrays, such as phone numbers and email addresses.
+The `ContactField` object is a reusable component that is used to support contact fields in a generic fashion.  Each `ContactField` object contains a value property, a type property, and a pref property.  A `Contact` object stores several properties in `ContactField[]` arrays, such as phone numbers and email addresses.
 
-In most instances, there are no pre-determined values for the __type__ attribute of a `<a href="../Contact/contact.html">Contact</a>Field` object.  For example, a phone number can have __type__ values of 'home', 'work', 'mobile', 'iPhone', or any other value that is supported by the contact database on a particular device platform.  However, in the case of the `<a href="../Contact/contact.html">Contact</a>` __photos__ field, Cordova makes use of the __type__ field to indicate the format of the returned image.  Cordova will return __type: 'url'__ when the __value__ attribute contains a URL to the photo image, or __type: 'base64'__ when the returned __value__ attribute contains a Base64 encoded image string.
+In most instances, there are no pre-determined values for the __type__ attribute of a `ContactField` object.  For example, a phone number can have __type__ values of 'home', 'work', 'mobile', 'iPhone', or any other value that is supported by the contact database on a particular device platform.  However, in the case of the `Contact` __photos__ field, Cordova makes use of the __type__ field to indicate the format of the returned image.  Cordova will return __type: 'url'__ when the __value__ attribute contains a URL to the photo image, or __type: 'base64'__ when the returned __value__ attribute contains a Base64 encoded image string.
 
 Supported Platforms
 -------------------
@@ -45,58 +45,58 @@ Supported Platforms
 - iOS
 - Bada 1.2 & 2.0
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
 	// create a new contact
-	var contact = navigator.<a href="../contacts.create.html">contacts.create</a>();
+	var contact = navigator.contacts.create();
 	
-	// store contact phone numbers in <a href="../Contact/contact.html">Contact</a>Field[]
+	// store contact phone numbers in ContactField[]
 	var phoneNumbers = [];
-	phoneNumbers[0] = new <a href="../Contact/contact.html">Contact</a>Field('work', '212-555-1234', false);
-	phoneNumbers[1] = new <a href="../Contact/contact.html">Contact</a>Field('mobile', '917-555-5432', true); // preferred number
-	phoneNumbers[2] = new <a href="../Contact/contact.html">Contact</a>Field('home', '203-555-7890', false);
+	phoneNumbers[0] = new ContactField('work', '212-555-1234', false);
+	phoneNumbers[1] = new ContactField('mobile', '917-555-5432', true); // preferred number
+	phoneNumbers[2] = new ContactField('home', '203-555-7890', false);
 	contact.phoneNumbers = phoneNumbers;
 	
 	// save the contact
 	contact.save();
 
-Full <a href="../../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../Contact/contact.html">Contact</a> <a href="../../storage/storage.opendatabase.html">Example</a></title>
+        <title>Contact Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
 			// create a new contact
-			var contact = navigator.<a href="../contacts.create.html">contacts.create</a>();
+			var contact = navigator.contacts.create();
 
-			// store contact phone numbers in <a href="../Contact/contact.html">Contact</a>Field[]
+			// store contact phone numbers in ContactField[]
 			var phoneNumbers = [];
-			phoneNumbers[0] = new <a href="../Contact/contact.html">Contact</a>Field('work', '212-555-1234', false);
-			phoneNumbers[1] = new <a href="../Contact/contact.html">Contact</a>Field('mobile', '917-555-5432', true); // preferred number
-			phoneNumbers[2] = new <a href="../Contact/contact.html">Contact</a>Field('home', '203-555-7890', false);
+			phoneNumbers[0] = new ContactField('work', '212-555-1234', false);
+			phoneNumbers[1] = new ContactField('mobile', '917-555-5432', true); // preferred number
+			phoneNumbers[2] = new ContactField('home', '203-555-7890', false);
 			contact.phoneNumbers = phoneNumbers;
 
 			// save the contact
 			contact.save();
 
 			// search contacts, returning display name and phone numbers
-			var options = new <a href="../Contact/contact.html">Contact</a>FindOptions();
+			var options = new ContactFindOptions();
 			options.filter="";
 			filter = ["displayName","phoneNumbers"];
-			navigator.<a href="../contacts.find.html">contacts.find</a>(filter, onSuccess, onError, options);
+			navigator.contacts.find(filter, onSuccess, onError, options);
         }
     
         // onSuccess: Get a snapshot of the current contacts
@@ -114,15 +114,15 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
     
         // onError: Failed to get the contacts
         //
-        function onError(<a href="../parameters/contactError.html">contactError</a>) {
+        function onError(contactError) {
             alert('onError!');
         }
 
         </script>
       </head>
       <body>
-        <h1><a href="../../storage/storage.opendatabase.html">Example</a></h1>
-        <p>Find <a href="../Contact/contact.html">Contact</a>s</p>
+        <h1>Example</h1>
+        <p>Find Contacts</p>
       </body>
     </html>
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/contacts/ContactFindOptions/contactfindoptions.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/contacts/ContactFindOptions/contactfindoptions.md b/www/docs/en/1.8.1/cordova/contacts/ContactFindOptions/contactfindoptions.md
index 5d665cb..34e10c7 100644
--- a/www/docs/en/1.8.1/cordova/contacts/ContactFindOptions/contactfindoptions.md
+++ b/www/docs/en/1.8.1/cordova/contacts/ContactFindOptions/contactfindoptions.md
@@ -18,10 +18,10 @@ license: >
     under the License.
 ---
 
-<a href="../Contact/contact.html">Contact</a>FindOptions
+ContactFindOptions
 ==================
 
-Contains properties that can be used to filter the results of a `<a href="../contacts.find.html">contacts.find</a>` operation.
+Contains properties that can be used to filter the results of a `contacts.find` operation.
 
 Properties
 ----------
@@ -38,7 +38,7 @@ Supported Platforms
 - iOS
 - Bada 1.2 & 2.0
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
 	// success callback
@@ -49,45 +49,45 @@ Quick <a href="../../storage/storage.opendatabase.html">Example</a>
     };
 
 	// error callback
-    function onError(<a href="../parameters/contactError.html">contactError</a>) {
+    function onError(contactError) {
         alert('onError!');
     };
 
 	// specify contact search criteria
-    var options = new <a href="../Contact/contact.html">Contact</a>FindOptions();
+    var options = new ContactFindOptions();
 	options.filter="";			// empty search string returns all contacts
 	options.multiple=true;		// return multiple results
 	filter = ["displayName"];	// return contact.displayName field
 	
 	// find contacts
-    navigator.<a href="../contacts.find.html">contacts.find</a>(filter, onSuccess, onError, options);
+    navigator.contacts.find(filter, onSuccess, onError, options);
 
-Full <a href="../../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../Contact/contact.html">Contact</a> <a href="../../storage/storage.opendatabase.html">Example</a></title>
+        <title>Contact Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
 			// specify contact search criteria
-		    var options = new <a href="../Contact/contact.html">Contact</a>FindOptions();
+		    var options = new ContactFindOptions();
 			options.filter="";			// empty search string returns all contacts
 			options.multiple=true;		// return multiple results
 			filter = ["displayName"];	// return contact.displayName field
 
 			// find contacts
-		    navigator.<a href="../contacts.find.html">contacts.find</a>(filter, onSuccess, onError, options);
+		    navigator.contacts.find(filter, onSuccess, onError, options);
         }
     
         // onSuccess: Get a snapshot of the current contacts
@@ -100,15 +100,15 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
     
         // onError: Failed to get the contacts
         //
-        function onError(<a href="../parameters/contactError.html">contactError</a>) {
+        function onError(contactError) {
             alert('onError!');
         }
 
         </script>
       </head>
       <body>
-        <h1><a href="../../storage/storage.opendatabase.html">Example</a></h1>
-        <p>Find <a href="../Contact/contact.html">Contact</a>s</p>
+        <h1>Example</h1>
+        <p>Find Contacts</p>
       </body>
     </html>
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/contacts/ContactName/contactname.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/contacts/ContactName/contactname.md b/www/docs/en/1.8.1/cordova/contacts/ContactName/contactname.md
index b449800..c84f8ec 100644
--- a/www/docs/en/1.8.1/cordova/contacts/ContactName/contactname.md
+++ b/www/docs/en/1.8.1/cordova/contacts/ContactName/contactname.md
@@ -18,10 +18,10 @@ license: >
     under the License.
 ---
 
-<a href="../Contact/contact.html">Contact</a>Name
+ContactName
 ===========
 
-Contains name properties of a `<a href="../Contact/contact.html">Contact</a>` object.
+Contains name properties of a `Contact` object.
 
 Properties
 ----------
@@ -36,7 +36,7 @@ Properties
 Details
 -------
 
-The `<a href="../Contact/contact.html">Contact</a>Name` object stores name properties of a contact.
+The `ContactName` object stores name properties of a contact.
 
 Supported Platforms
 -------------------
@@ -46,7 +46,7 @@ Supported Platforms
 - iOS
 - Bada 1.2 & 2.0
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     function onSuccess(contacts) {
@@ -60,37 +60,37 @@ Quick <a href="../../storage/storage.opendatabase.html">Example</a>
 		}
     };
 
-    function onError(<a href="../parameters/contactError.html">contactError</a>) {
+    function onError(contactError) {
         alert('onError!');
     };
 
-    var options = new <a href="../Contact/contact.html">Contact</a>FindOptions();
+    var options = new ContactFindOptions();
 	options.filter="";
 	filter = ["displayName","name"];
-    navigator.<a href="../contacts.find.html">contacts.find</a>(filter, onSuccess, onError, options);
+    navigator.contacts.find(filter, onSuccess, onError, options);
 
-Full <a href="../../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../Contact/contact.html">Contact</a> <a href="../../storage/storage.opendatabase.html">Example</a></title>
+        <title>Contact Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../../device/device.html">Device</a>Ready() {
-			var options = new <a href="../Contact/contact.html">Contact</a>FindOptions();
+        function onDeviceReady() {
+			var options = new ContactFindOptions();
 			options.filter="";
 			filter = ["displayName","name"];
-			navigator.<a href="../contacts.find.html">contacts.find</a>(filter, onSuccess, onError, options);
+			navigator.contacts.find(filter, onSuccess, onError, options);
         }
     
         // onSuccess: Get a snapshot of the current contacts
@@ -108,15 +108,15 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
     
         // onError: Failed to get the contacts
         //
-        function onError(<a href="../parameters/contactError.html">contactError</a>) {
+        function onError(contactError) {
             alert('onError!');
         }
 
         </script>
       </head>
       <body>
-        <h1><a href="../../storage/storage.opendatabase.html">Example</a></h1>
-        <p>Find <a href="../Contact/contact.html">Contact</a>s</p>
+        <h1>Example</h1>
+        <p>Find Contacts</p>
       </body>
     </html>
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/contacts/ContactOrganization/contactorganization.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/contacts/ContactOrganization/contactorganization.md b/www/docs/en/1.8.1/cordova/contacts/ContactOrganization/contactorganization.md
index edf543e..8be7772 100644
--- a/www/docs/en/1.8.1/cordova/contacts/ContactOrganization/contactorganization.md
+++ b/www/docs/en/1.8.1/cordova/contacts/ContactOrganization/contactorganization.md
@@ -18,14 +18,14 @@ license: >
     under the License.
 ---
 
-<a href="../Contact/contact.html">Contact</a>Organization
+ContactOrganization
 ===================
 
-Contains organization properties of a `<a href="../Contact/contact.html">Contact</a>` object.
+Contains organization properties of a `Contact` object.
 
 Properties
 ----------
-- __pref:__ Set to `true` if this `<a href="../Contact/contact.html">Contact</a>Organization` contains the user's preferred value. _(boolean)_
+- __pref:__ Set to `true` if this `ContactOrganization` contains the user's preferred value. _(boolean)_
 - __type:__ A string that tells you what type of field this is (example: 'home'). _(DOMString)
 - __name:__ The name of the organization. _(DOMString)_
 - __department:__ The department the contract works for. _(DOMString)_
@@ -34,7 +34,7 @@ Properties
 Details
 -------
 
-The `<a href="../Contact/contact.html">Contact</a>Organization` object stores a contact's organization properties.  A `<a href="../Contact/contact.html">Contact</a>` object stores one or more `<a href="../Contact/contact.html">Contact</a>Organization` objects in an array. 
+The `ContactOrganization` object stores a contact's organization properties.  A `Contact` object stores one or more `ContactOrganization` objects in an array. 
 
 Supported Platforms
 -------------------
@@ -44,7 +44,7 @@ Supported Platforms
 - iOS
 - Bada 1.2
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     function onSuccess(contacts) {
@@ -59,37 +59,37 @@ Quick <a href="../../storage/storage.opendatabase.html">Example</a>
 		}
     };
 
-    function onError(<a href="../parameters/contactError.html">contactError</a>) {
+    function onError(contactError) {
         alert('onError!');
     };
 
-    var options = new <a href="../Contact/contact.html">Contact</a>FindOptions();
+    var options = new ContactFindOptions();
 	options.filter="";
 	filter = ["displayName","organizations"];
-    navigator.<a href="../contacts.find.html">contacts.find</a>(filter, onSuccess, onError, options);
+    navigator.contacts.find(filter, onSuccess, onError, options);
 
-Full <a href="../../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../Contact/contact.html">Contact</a> <a href="../../storage/storage.opendatabase.html">Example</a></title>
+        <title>Contact Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../../device/device.html">Device</a>Ready() {
-			var options = new <a href="../Contact/contact.html">Contact</a>FindOptions();
+        function onDeviceReady() {
+			var options = new ContactFindOptions();
 			options.filter="";
 			filter = ["displayName","organizations"];
-			navigator.<a href="../contacts.find.html">contacts.find</a>(filter, onSuccess, onError, options);
+			navigator.contacts.find(filter, onSuccess, onError, options);
         }
     
         // onSuccess: Get a snapshot of the current contacts
@@ -108,15 +108,15 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
     
         // onError: Failed to get the contacts
         //
-        function onError(<a href="../parameters/contactError.html">contactError</a>) {
+        function onError(contactError) {
             alert('onError!');
         }
 
         </script>
       </head>
       <body>
-        <h1><a href="../../storage/storage.opendatabase.html">Example</a></h1>
-        <p>Find <a href="../Contact/contact.html">Contact</a>s</p>
+        <h1>Example</h1>
+        <p>Find Contacts</p>
       </body>
     </html>
 	
@@ -151,4 +151,4 @@ iOS Quirks
 
 Bada 2.0 Quirks
 ---------------
-- <a href="../Contact/contact.html">Contact</a>Organization not supported
+- ContactOrganization not supported

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/contacts/contacts.create.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/contacts/contacts.create.md b/www/docs/en/1.8.1/cordova/contacts/contacts.create.md
index c60f506..9e5d9f1 100644
--- a/www/docs/en/1.8.1/cordova/contacts/contacts.create.md
+++ b/www/docs/en/1.8.1/cordova/contacts/contacts.create.md
@@ -21,16 +21,16 @@ license: >
 contacts.create
 ===============
 
-Returns a new <a href="Contact/contact.html">Contact</a> object.
+Returns a new Contact object.
 
     var contact = navigator.contacts.create(properties);
 
 Description
 -----------
 
-contacts.create is a synchronous function that returns a new `<a href="Contact/contact.html">Contact</a>` object.
+contacts.create is a synchronous function that returns a new `Contact` object.
 
-This method does not persist the <a href="Contact/contact.html">Contact</a> object to the device contacts database.  To persist the <a href="Contact/contact.html">Contact</a> object to the device, invoke the `<a href="Contact/contact.html">Contact</a>.save` method.
+This method does not persist the Contact object to the device contacts database.  To persist the Contact object to the device, invoke the `Contact.save` method.
 
 Supported Platforms
 -------------------
@@ -40,39 +40,39 @@ Supported Platforms
 - iOS
 - Bada 1.2 & 2.0
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
-    var my<a href="Contact/contact.html">Contact</a> = navigator.contacts.create({"displayName": "Test User"});
+    var myContact = navigator.contacts.create({"displayName": "Test User"});
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="Contact/contact.html">Contact</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Contact Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
-			var my<a href="Contact/contact.html">Contact</a> = navigator.contacts.create({"displayName": "Test User"});
-			my<a href="Contact/contact.html">Contact</a>.note = "This contact has a note.";
-			console.log("The contact, " + my<a href="Contact/contact.html">Contact</a>.displayName + ", note: " + my<a href="Contact/contact.html">Contact</a>.note);
+        function onDeviceReady() {
+			var myContact = navigator.contacts.create({"displayName": "Test User"});
+			myContact.note = "This contact has a note.";
+			console.log("The contact, " + myContact.displayName + ", note: " + myContact.note);
         }
     
 
         </script>
       </head>
       <body>
-        <h1><a href="../storage/storage.opendatabase.html">Example</a></h1>
-        <p>Create <a href="Contact/contact.html">Contact</a></p>
+        <h1>Example</h1>
+        <p>Create Contact</p>
       </body>
     </html>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/contacts/contacts.find.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/contacts/contacts.find.md b/www/docs/en/1.8.1/cordova/contacts/contacts.find.md
index fd8fadd..0511979 100644
--- a/www/docs/en/1.8.1/cordova/contacts/contacts.find.md
+++ b/www/docs/en/1.8.1/cordova/contacts/contacts.find.md
@@ -21,26 +21,26 @@ license: >
 contacts.find
 =============
 
-Queries the device contacts database and returns one or more `<a href="Contact/contact.html">Contact</a>` objects, each containing the fields specified.
+Queries the device contacts database and returns one or more `Contact` objects, each containing the fields specified.
 
-    navigator.contacts.find(<a href="parameters/contactFields.html">contactFields</a>, <a href="parameters/contactSuccess.html">contactSuccess</a>, <a href="parameters/contactError.html">contactError</a>, <a href="parameters/contactFindOptions.html">contactFindOptions</a>);
+    navigator.contacts.find(contactFields, contactSuccess, contactError, contactFindOptions);
 
 Description
 -----------
 
-contacts.find is an asynchronous function that queries the device contacts database and returns an array of `<a href="Contact/contact.html">Contact</a>` objects.  The resulting objects are passed to the `<a href="parameters/contactSuccess.html">contactSuccess</a>` callback function specified by the __<a href="parameters/contactSuccess.html">contactSuccess</a>__ parameter.  
+contacts.find is an asynchronous function that queries the device contacts database and returns an array of `Contact` objects.  The resulting objects are passed to the `contactSuccess` callback function specified by the __contactSuccess__ parameter.  
 
-Users must specify the contact fields to be used as a search qualifier in the __<a href="parameters/contactFields.html">contactFields</a>__ parameter.  Only the fields specified in the __<a href="parameters/contactFields.html">contactFields</a>__ parameter will be returned as properties of the `<a href="Contact/contact.html">Contact</a>` objects that are passed to the __<a href="parameters/contactSuccess.html">contactSuccess</a>__ callback function.  A zero-length __<a href="parameters/contactFields.html">contactFields</a>__ parameter will result in an array of `<a href="Contact/contact.html">Contact</a>` objects with only the `id` property populated. A __<a href="parameters/contactFields.html">contactFields</a>__ value of ["*"] will return all contact fields. 
+Users must specify the contact fields to be used as a search qualifier in the __contactFields__ parameter.  Only the fields specified in the __contactFields__ parameter will be returned as properties of the `Contact` objects that are passed to the __contactSuccess__ callback function.  A zero-length __contactFields__ parameter will result in an array of `Contact` objects with only the `id` property populated. A __contactFields__ value of ["*"] will return all contact fields. 
 
-The __<a href="parameters/contactFindOptions.html">contactFindOptions</a>.filter__ string can be used as a search filter when querying the contacts database.  If provided, a case-insensitive, partial value match is applied to each field specified in the __<a href="parameters/contactFields.html">contactFields</a>__ parameter.  If a match is found in a comparison with _any_ of the specified fields, the contact is returned.
+The __contactFindOptions.filter__ string can be used as a search filter when querying the contacts database.  If provided, a case-insensitive, partial value match is applied to each field specified in the __contactFields__ parameter.  If a match is found in a comparison with _any_ of the specified fields, the contact is returned.
 
 Parameters
 ----------
 
-- __<a href="parameters/contactFields.html">contactFields</a>:__ <a href="Contact/contact.html">Contact</a> fields to be used as search qualifier. Only these fields will have values in the resulting `<a href="Contact/contact.html">Contact</a>` objects. _(DOMString[])_ [Required]
-- __<a href="parameters/contactSuccess.html">contactSuccess</a>:__ Success callback function that is invoked with the contacts returned from the contacts database. [Required]
-- __<a href="parameters/contactError.html">contactError</a>:__ Error callback function. Invoked when error occurs. [Optional]
-- __<a href="parameters/contactFindOptions.html">contactFindOptions</a>:__ Search options to filter contacts. [Optional]
+- __contactFields:__ Contact fields to be used as search qualifier. Only these fields will have values in the resulting `Contact` objects. _(DOMString[])_ [Required]
+- __contactSuccess:__ Success callback function that is invoked with the contacts returned from the contacts database. [Required]
+- __contactError:__ Error callback function. Invoked when error occurs. [Optional]
+- __contactFindOptions:__ Search options to filter contacts. [Optional]
 
 Supported Platforms
 -------------------
@@ -50,43 +50,43 @@ Supported Platforms
 - iOS
 - Bada 1.2 & 2.0
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     function onSuccess(contacts) {
         alert('Found ' + contacts.length + ' contacts.');
     };
 
-    function onError(<a href="parameters/contactError.html">contactError</a>) {
+    function onError(contactError) {
         alert('onError!');
     };
 
     // find all contacts with 'Bob' in any name field
-    var options = new <a href="Contact/contact.html">Contact</a>FindOptions();
+    var options = new ContactFindOptions();
 	options.filter="Bob"; 
 	var fields = ["displayName", "name"];
     navigator.contacts.find(fields, onSuccess, onError, options);
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="Contact/contact.html">Contact</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Contact Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
 		    // find all contacts with 'Bob' in any name field
-		    var options = new <a href="Contact/contact.html">Contact</a>FindOptions();
+		    var options = new ContactFindOptions();
 			options.filter="Bob"; 
 			var fields = ["displayName", "name"];
 		    navigator.contacts.find(fields, onSuccess, onError, options);
@@ -102,15 +102,15 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
     
         // onError: Failed to get the contacts
         //
-        function onError(<a href="parameters/contactError.html">contactError</a>) {
+        function onError(contactError) {
             alert('onError!');
         }
 
         </script>
       </head>
       <body>
-        <h1><a href="../storage/storage.opendatabase.html">Example</a></h1>
-        <p>Find <a href="Contact/contact.html">Contact</a>s</p>
+        <h1>Example</h1>
+        <p>Find Contacts</p>
       </body>
     </html>
     

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/contacts/contacts.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/contacts/contacts.md b/www/docs/en/1.8.1/cordova/contacts/contacts.md
index ff5c180..34346f0 100644
--- a/www/docs/en/1.8.1/cordova/contacts/contacts.md
+++ b/www/docs/en/1.8.1/cordova/contacts/contacts.md
@@ -18,7 +18,7 @@ license: >
     under the License.
 ---
 
-<a href="Contact/contact.html">Contact</a>s
+Contacts
 ========
 
 > The `contacts` object provides access to the device contacts database.
@@ -26,27 +26,27 @@ license: >
 Methods
 -------
 
-- <a href="contacts.create.html">contacts.create</a>
-- <a href="contacts.find.html">contacts.find</a>
+- contacts.create
+- contacts.find
 
 Arguments
 ---------
 
-- <a href="parameters/contactFields.html">contactFields</a>
-- <a href="parameters/contactSuccess.html">contactSuccess</a>
-- <a href="parameters/contactError.html">contactError</a>
-- <a href="parameters/contactFindOptions.html">contactFindOptions</a>
+- contactFields
+- contactSuccess
+- contactError
+- contactFindOptions
 
 Objects
 -------
 
-- <a href="Contact/contact.html">Contact</a>
-- <a href="Contact/contact.html">Contact</a>Name
-- <a href="Contact/contact.html">Contact</a>Field
-- <a href="Contact/contact.html">Contact</a>Address
-- <a href="Contact/contact.html">Contact</a>Organization
-- <a href="Contact/contact.html">Contact</a>FindOptions
-- <a href="Contact/contact.html">Contact</a>Error
+- Contact
+- ContactName
+- ContactField
+- ContactAddress
+- ContactOrganization
+- ContactFindOptions
+- ContactError
 
 Permissions
 -----------
@@ -55,7 +55,7 @@ Permissions
 
 #### app/res/xml/plugins.xml
 
-    <plugin name="<a href="Contact/contact.html">Contact</a>s" value="org.apache.cordova.<a href="Contact/contact.html">Contact</a>Manager" />
+    <plugin name="Contacts" value="org.apache.cordova.ContactManager" />
 
 #### app/AndroidManifest.xml
 
@@ -75,23 +75,23 @@ Permissions
 
 #### www/plugins.xml
 
-    <plugin name="<a href="Contact/contact.html">Contact</a>" value="org.apache.cordova.pim.<a href="Contact/contact.html">Contact</a>" />
+    <plugin name="Contact" value="org.apache.cordova.pim.Contact" />
 
 #### www/config.xml
 
     <feature id="blackberry.find"        required="true" version="1.0.0.0" />
     <feature id="blackberry.identity"    required="true" version="1.0.0.0" />
     <feature id="blackberry.pim.Address" required="true" version="1.0.0.0" />
-    <feature id="blackberry.pim.<a href="Contact/contact.html">Contact</a>" required="true" version="1.0.0.0" />
+    <feature id="blackberry.pim.Contact" required="true" version="1.0.0.0" />
 
 ### iOS
 
-#### App/Supporting <a href="../file/fileobj/fileobj.html">File</a>s/Cordova.plist
+#### App/Supporting Files/Cordova.plist
 
     <key>Plugins</key>
     <dict>
-        <key><a href="Contact/contact.html">Contact</a>s</key>
-        <string>CDV<a href="Contact/contact.html">Contact</a>s</string>
+        <key>Contacts</key>
+        <string>CDVContacts</string>
     </dict>
 
 ### webOS

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/contacts/parameters/contactFields.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/contacts/parameters/contactFields.md b/www/docs/en/1.8.1/cordova/contacts/parameters/contactFields.md
index 487c226..1951960 100644
--- a/www/docs/en/1.8.1/cordova/contacts/parameters/contactFields.md
+++ b/www/docs/en/1.8.1/cordova/contacts/parameters/contactFields.md
@@ -21,6 +21,6 @@ license: >
 contactFields
 =============
 
-Required parameter of the `<a href="../contacts.find.html">contacts.find</a>` method.  Use this parameter to specify which fields should be included in the `<a href="../Contact/contact.html">Contact</a>` objects resulting from a find operation.
+Required parameter of the `contacts.find` method.  Use this parameter to specify which fields should be included in the `Contact` objects resulting from a find operation.
 
     ["name", "phoneNumbers", "emails"]

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/contacts/parameters/contactFindOptions.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/contacts/parameters/contactFindOptions.md b/www/docs/en/1.8.1/cordova/contacts/parameters/contactFindOptions.md
index 9d92f9c..f2f3e12 100644
--- a/www/docs/en/1.8.1/cordova/contacts/parameters/contactFindOptions.md
+++ b/www/docs/en/1.8.1/cordova/contacts/parameters/contactFindOptions.md
@@ -21,7 +21,7 @@ license: >
 contactFindOptions
 ==================
 
-Optional parameter of the `<a href="../contacts.find.html">contacts.find</a>` method.  Use this parameter to filter the contacts returned from the contacts database.
+Optional parameter of the `contacts.find` method.  Use this parameter to filter the contacts returned from the contacts database.
 
     { 
 		filter: "",

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/contacts/parameters/contactSuccess.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/contacts/parameters/contactSuccess.md b/www/docs/en/1.8.1/cordova/contacts/parameters/contactSuccess.md
index 0394b6d..925105f 100644
--- a/www/docs/en/1.8.1/cordova/contacts/parameters/contactSuccess.md
+++ b/www/docs/en/1.8.1/cordova/contacts/parameters/contactSuccess.md
@@ -21,7 +21,7 @@ license: >
 contactSuccess
 ==============
 
-Success callback function that provides the `<a href="../Contact/contact.html">Contact</a>` array resulting from a `<a href="../contacts.find.html">contacts.find</a>` operation.
+Success callback function that provides the `Contact` array resulting from a `contacts.find` operation.
 
     function(contacts) {
         // Do something
@@ -30,9 +30,9 @@ Success callback function that provides the `<a href="../Contact/contact.html">C
 Parameters
 ----------
 
-- __contacts:__ The contact array resulting from a find operation. (`<a href="../Contact/contact.html">Contact</a>`)
+- __contacts:__ The contact array resulting from a find operation. (`Contact`)
 
-<a href="../../storage/storage.opendatabase.html">Example</a>
+Example
 -------
 
     function contactSuccess(contacts) {

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/device/device.cordova.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/device/device.cordova.md b/www/docs/en/1.8.1/cordova/device/device.cordova.md
index 14a37c3..f2bde5b 100644
--- a/www/docs/en/1.8.1/cordova/device/device.cordova.md
+++ b/www/docs/en/1.8.1/cordova/device/device.cordova.md
@@ -39,36 +39,36 @@ Supported Platforms
 - Windows Phone 7 ( Mango )
 - Bada 1.2 & 2.x
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     var name = device.cordova;
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="device.html">Device</a> Properties <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Device Properties Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="device.html">Device</a>Ready() {
+        function onDeviceReady() {
             var element = document.getElementById('deviceProperties');
     
-            element.innerHTML = '<a href="device.html">Device</a> Name: '     + <a href="device.name.html">device.name</a>     + '<br />' + 
-                                '<a href="device.html">Device</a> Cordova: '  + device.cordova  + '<br />' + 
-                                '<a href="device.html">Device</a> Platform: ' + <a href="device.platform.html">device.platform</a> + '<br />' + 
-                                '<a href="device.html">Device</a> UUID: '     + <a href="device.uuid.html">device.uuid</a>     + '<br />' + 
-                                '<a href="device.html">Device</a> Version: '  + <a href="device.version.html">device.version</a>  + '<br />';
+            element.innerHTML = 'Device Name: '     + device.name     + '<br />' + 
+                                'Device Cordova: '  + device.cordova  + '<br />' + 
+                                'Device Platform: ' + device.platform + '<br />' + 
+                                'Device UUID: '     + device.uuid     + '<br />' + 
+                                'Device Version: '  + device.version  + '<br />';
         }
 
         </script>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/device/device.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/device/device.md b/www/docs/en/1.8.1/cordova/device/device.md
index 5a85b38..48fdceb 100644
--- a/www/docs/en/1.8.1/cordova/device/device.md
+++ b/www/docs/en/1.8.1/cordova/device/device.md
@@ -26,11 +26,11 @@ Device
 Properties
 ----------
 
-- <a href="device.name.html">device.name</a>
-- <a href="device.cordova.html">device.cordova</a>
-- <a href="device.platform.html">device.platform</a>
-- <a href="device.uuid.html">device.uuid</a>
-- <a href="device.version.html">device.version</a>
+- device.name
+- device.cordova
+- device.platform
+- device.uuid
+- device.version
 
 Variable Scope
 --------------
@@ -38,8 +38,8 @@ Variable Scope
 Since `device` is assigned to the `window` object, it is implicitly in the global scope.
 
     // These reference the same `device`
-    var phoneName = window.<a href="device.name.html">device.name</a>;
-    var phoneName = <a href="device.name.html">device.name</a>;
+    var phoneName = window.device.name;
+    var phoneName = device.name;
 
 Permissions
 -----------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/device/device.name.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/device/device.name.md b/www/docs/en/1.8.1/cordova/device/device.name.md
index bf1f371..79681a8 100644
--- a/www/docs/en/1.8.1/cordova/device/device.name.md
+++ b/www/docs/en/1.8.1/cordova/device/device.name.md
@@ -40,7 +40,7 @@ Supported Platforms
 - Bada 1.2 & 2.x
 - webOS
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // Android:    Nexus One       returns "Passion" (Nexus One code name)
@@ -50,31 +50,31 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
     //
     var name = device.name;
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="device.html">Device</a> Properties <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Device Properties Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="device.html">Device</a>Ready() {
+        function onDeviceReady() {
             var element = document.getElementById('deviceProperties');
     
-            element.innerHTML = '<a href="device.html">Device</a> Name: '     + device.name     + '<br />' + 
-                                '<a href="device.html">Device</a> Cordova: '  + <a href="device.cordova.html">device.cordova</a> + '<br />' + 
-                                '<a href="device.html">Device</a> Platform: ' + <a href="device.platform.html">device.platform</a> + '<br />' + 
-                                '<a href="device.html">Device</a> UUID: '     + <a href="device.uuid.html">device.uuid</a>     + '<br />' + 
-                                '<a href="device.html">Device</a> Version: '  + <a href="device.version.html">device.version</a>  + '<br />';
+            element.innerHTML = 'Device Name: '     + device.name     + '<br />' + 
+                                'Device Cordova: '  + device.cordova + '<br />' + 
+                                'Device Platform: ' + device.platform + '<br />' + 
+                                'Device UUID: '     + device.uuid     + '<br />' + 
+                                'Device Version: '  + device.version  + '<br />';
         }
 
         </script>
@@ -95,7 +95,7 @@ Android Quirks
 iPhone Quirks
 -------------
 
-- Gets the [device's custom name](http://developer.apple.com/iphone/library/documentation/uikit/reference/UI<a href="device.html">Device</a>_Class/Reference/UI<a href="device.html">Device</a>.html#//apple_ref/doc/uid/TP40006902-CH3-SW13) instead of the [device model name](http://developer.apple.com/iphone/library/documentation/uikit/reference/UI<a href="device.html">Device</a>_Class/Reference/UI<a href="device.html">Device</a>.html#//apple_ref/doc/uid/TP40006902-CH3-SW1).
+- Gets the [device's custom name](http://developer.apple.com/iphone/library/documentation/uikit/reference/UIDevice_Class/Reference/UIDevice.html#//apple_ref/doc/uid/TP40006902-CH3-SW13) instead of the [device model name](http://developer.apple.com/iphone/library/documentation/uikit/reference/UIDevice_Class/Reference/UIDevice.html#//apple_ref/doc/uid/TP40006902-CH3-SW1).
     - The custom name is set by the owner in iTunes.
     - e.g. "Joe's iPhone"
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/device/device.platform.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/device/device.platform.md b/www/docs/en/1.8.1/cordova/device/device.platform.md
index 07248b8..e3b7c5b 100644
--- a/www/docs/en/1.8.1/cordova/device/device.platform.md
+++ b/www/docs/en/1.8.1/cordova/device/device.platform.md
@@ -35,7 +35,7 @@ Supported Platforms
 - Bada 1.2 & 2.x
 - webOS
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // Depending on the device, a few examples are:
@@ -46,31 +46,31 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
     //   - "WinCE"
     var devicePlatform = device.platform;
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="device.html">Device</a> Properties <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Device Properties Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="device.html">Device</a>Ready() {
+        function onDeviceReady() {
             var element = document.getElementById('deviceProperties');
     
-            element.innerHTML = '<a href="device.html">Device</a> Name: '     + <a href="device.name.html">device.name</a>     + '<br />' + 
-                                '<a href="device.html">Device</a> Cordova: '  + <a href="device.cordova.html">device.cordova</a>  + '<br />' + 
-                                '<a href="device.html">Device</a> Platform: ' + device.platform + '<br />' + 
-                                '<a href="device.html">Device</a> UUID: '     + <a href="device.uuid.html">device.uuid</a>     + '<br />' + 
-                                '<a href="device.html">Device</a> Version: '  + <a href="device.version.html">device.version</a>  + '<br />';
+            element.innerHTML = 'Device Name: '     + device.name     + '<br />' + 
+                                'Device Cordova: '  + device.cordova  + '<br />' + 
+                                'Device Platform: ' + device.platform + '<br />' + 
+                                'Device UUID: '     + device.uuid     + '<br />' + 
+                                'Device Version: '  + device.version  + '<br />';
         }
 
         </script>
@@ -88,7 +88,7 @@ The iPhone returns `iPhone` as the platform. The iPad returns `iPad` as the plat
 BlackBerry Quirks
 -----------------
 
-<a href="device.html">Device</a>s may return the device platform version instead of the platform name.  For example, the Storm2 9550 would return '2.13.0.95' or similar.
+Devices may return the device platform version instead of the platform name.  For example, the Storm2 9550 would return '2.13.0.95' or similar.
 
 Windows Phone 7 Quirks
 -----------------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/device/device.uuid.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/device/device.uuid.md b/www/docs/en/1.8.1/cordova/device/device.uuid.md
index bb51d76..d20688b 100644
--- a/www/docs/en/1.8.1/cordova/device/device.uuid.md
+++ b/www/docs/en/1.8.1/cordova/device/device.uuid.md
@@ -40,7 +40,7 @@ Supported Platforms
 - Bada 1.2 & 2.x
 - webOS
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // Android: Returns a random 64-bit integer (as a string, again!)
@@ -49,7 +49,7 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
     // BlackBerry: Returns the PIN number of the device
     //             This is a nine-digit unique integer (as a string, though!)
     //
-    // iPhone: (Paraphrased from the UI<a href="device.html">Device</a> Class documentation)
+    // iPhone: (Paraphrased from the UIDevice Class documentation)
     //         Returns a string of hash values created from multiple hardware identifies.
     //         It is guaranteed to be unique for every device and cannot be tied
     //         to the user account.
@@ -59,31 +59,31 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
     // webOS: returns the device NDUID
     var deviceID = device.uuid;
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="device.html">Device</a> Properties <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Device Properties Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="device.html">Device</a>Ready() {
+        function onDeviceReady() {
             var element = document.getElementById('deviceProperties');
     
-            element.innerHTML = '<a href="device.html">Device</a> Name: '     + <a href="device.name.html">device.name</a>     + '<br />' + 
-                                '<a href="device.html">Device</a> Cordova: '  + <a href="device.cordova.html">device.cordova</a>  + '<br />' + 
-                                '<a href="device.html">Device</a> Platform: ' + <a href="device.platform.html">device.platform</a> + '<br />' + 
-                                '<a href="device.html">Device</a> UUID: '     + device.uuid     + '<br />' + 
-                                '<a href="device.html">Device</a> Version: '  + <a href="device.version.html">device.version</a>  + '<br />';
+            element.innerHTML = 'Device Name: '     + device.name     + '<br />' + 
+                                'Device Cordova: '  + device.cordova  + '<br />' + 
+                                'Device Platform: ' + device.platform + '<br />' + 
+                                'Device UUID: '     + device.uuid     + '<br />' + 
+                                'Device Version: '  + device.version  + '<br />';
         }
 
         </script>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/device/device.version.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/device/device.version.md b/www/docs/en/1.8.1/cordova/device/device.version.md
index 258462b..b40b49e 100644
--- a/www/docs/en/1.8.1/cordova/device/device.version.md
+++ b/www/docs/en/1.8.1/cordova/device/device.version.md
@@ -35,7 +35,7 @@ Supported Platforms
 - Bada 1.2 & 2.x
 - webOS
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // Android:    Froyo OS would return "2.2"
@@ -50,31 +50,31 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
     // webOS: webOS 2.2.4 return 2.2.4
     var deviceVersion = device.version;
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="device.html">Device</a> Properties <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Device Properties Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="device.html">Device</a>Ready() {
+        function onDeviceReady() {
             var element = document.getElementById('deviceProperties');
         
-            element.innerHTML = '<a href="device.html">Device</a> Name: '     + <a href="device.name.html">device.name</a>     + '<br />' + 
-                                '<a href="device.html">Device</a> Cordova: '  + <a href="device.cordova.html">device.cordova</a>  + '<br />' + 
-                                '<a href="device.html">Device</a> Platform: ' + <a href="device.platform.html">device.platform</a> + '<br />' + 
-                                '<a href="device.html">Device</a> UUID: '     + <a href="device.uuid.html">device.uuid</a>     + '<br />' + 
-                                '<a href="device.html">Device</a> Version: '  + device.version  + '<br />';
+            element.innerHTML = 'Device Name: '     + device.name     + '<br />' + 
+                                'Device Cordova: '  + device.cordova  + '<br />' + 
+                                'Device Platform: ' + device.platform + '<br />' + 
+                                'Device UUID: '     + device.uuid     + '<br />' + 
+                                'Device Version: '  + device.version  + '<br />';
         }
 
         </script>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/events/events.backbutton.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/events/events.backbutton.md b/www/docs/en/1.8.1/cordova/events/events.backbutton.md
index 5fb05a2..7c00ff0 100644
--- a/www/docs/en/1.8.1/cordova/events/events.backbutton.md
+++ b/www/docs/en/1.8.1/cordova/events/events.backbutton.md
@@ -30,7 +30,7 @@ Details
 
 If you need to override the default back button behaviour you can register an event listener for the 'backbutton' event.  It is no longer necessary to call any other method to over ride the back button behaviour.  Now, you only need to register an event listener for 'backbutton'.
 
-Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova '<a href="events.deviceready.html">deviceready</a>' event.
+Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova 'deviceready' event.
 
 Supported Platforms
 -------------------
@@ -39,7 +39,7 @@ Supported Platforms
 - BlackBerry WebWorks (OS 5.0 and higher)
 - Windows Phone 7 ( Mango )
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     document.addEventListener("backbutton", onBackKeyDown, false);
@@ -48,30 +48,30 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         // Handle the back button
     }
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Cordova Back Button <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Cordova Back Button Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Call on<a href="../device/device.html">Device</a>Ready when Cordova is loaded.
+        // Call onDeviceReady when Cordova is loaded.
         //
         // At this point, the document has loaded but cordova-1.8.1.js has not.
         // When Cordova is loaded and talking with the native device,
-        // it will call the event `<a href="events.deviceready.html">deviceready</a>`.
+        // it will call the event `deviceready`.
         //
         function onLoad() {
-            document.addEventListener("<a href="events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
 
         // Cordova is loaded and it is now safe to call Cordova methods
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             // Register the event listener
             document.addEventListener("backbutton", onBackKeyDown, false);
         }

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/events/events.batterycritical.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/events/events.batterycritical.md b/www/docs/en/1.8.1/cordova/events/events.batterycritical.md
index 426ab57..250d10f 100644
--- a/www/docs/en/1.8.1/cordova/events/events.batterycritical.md
+++ b/www/docs/en/1.8.1/cordova/events/events.batterycritical.md
@@ -35,7 +35,7 @@ The batterycritical handler will be called with an object that contains two prop
 - __level:__ The percentage of battery (0-100). _(Number)_
 - __isPlugged:__ A boolean that represents whether or not the device is plugged in or not. _(Boolean)_
 
-Typically, you will want to attach an event listener with `window.addEventListener` once you receive the Cordova '<a href="events.deviceready.html">deviceready</a>' event.
+Typically, you will want to attach an event listener with `window.addEventListener` once you receive the Cordova 'deviceready' event.
 
 Supported Platforms
 -------------------
@@ -44,7 +44,7 @@ Supported Platforms
 - Android
 - BlackBerry WebWorks (OS 5.0 and higher)
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     window.addEventListener("batterycritical", onBatteryCritical, false);
@@ -54,30 +54,30 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
        	alert("Battery Level Critical " + info.level + "%\nRecharge Soon!"); 
     }
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Cordova <a href="../device/device.html">Device</a> Ready <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Cordova Device Ready Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Call on<a href="../device/device.html">Device</a>Ready when Cordova is loaded.
+        // Call onDeviceReady when Cordova is loaded.
         //
         // At this point, the document has loaded but cordova-1.8.1.js has not.
         // When Cordova is loaded and talking with the native device,
-        // it will call the event `<a href="events.deviceready.html">deviceready</a>`.
+        // it will call the event `deviceready`.
         // 
 	    function onLoad() {
-    	    document.addEventListener("<a href="events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+    	    document.addEventListener("deviceready", onDeviceReady, false);
     	}
 
         // Cordova is loaded and it is now safe to make calls Cordova methods
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
 		    window.addEventListener("batterycritical", onBatteryCritical, false);
         }
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/events/events.batterylow.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/events/events.batterylow.md b/www/docs/en/1.8.1/cordova/events/events.batterylow.md
index 4418fc7..45e5922 100644
--- a/www/docs/en/1.8.1/cordova/events/events.batterylow.md
+++ b/www/docs/en/1.8.1/cordova/events/events.batterylow.md
@@ -35,7 +35,7 @@ The batterylow handler will be called with an object that contains two propertie
 - __level:__ The percentage of battery (0-100). _(Number)_
 - __isPlugged:__ A boolean that represents whether or not the device is plugged in or not. _(Boolean)_
 
-Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova '<a href="events.deviceready.html">deviceready</a>' event.
+Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova 'deviceready' event.
 
 Supported Platforms
 -------------------
@@ -44,7 +44,7 @@ Supported Platforms
 - Android
 - BlackBerry WebWorks (OS 5.0 and higher)
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     window.addEventListener("batterylow", onBatteryLow, false);
@@ -54,30 +54,30 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
        	alert("Battery Level Low " + info.level + "%"); 
     }
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Cordova <a href="../device/device.html">Device</a> Ready <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Cordova Device Ready Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Call on<a href="../device/device.html">Device</a>Ready when Cordova is loaded.
+        // Call onDeviceReady when Cordova is loaded.
         //
         // At this point, the document has loaded but cordova-1.8.1.js has not.
         // When Cordova is loaded and talking with the native device,
-        // it will call the event `<a href="events.deviceready.html">deviceready</a>`.
+        // it will call the event `deviceready`.
         // 
 	    function onLoad() {
-    	    document.addEventListener("<a href="events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+    	    document.addEventListener("deviceready", onDeviceReady, false);
     	}
 
         // Cordova is loaded and it is now safe to make calls Cordova methods
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
 		    window.addEventListener("batterylow", onBatteryLow, false);
         }
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/events/events.batterystatus.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/events/events.batterystatus.md b/www/docs/en/1.8.1/cordova/events/events.batterystatus.md
index fbd7302..d0d5af4 100644
--- a/www/docs/en/1.8.1/cordova/events/events.batterystatus.md
+++ b/www/docs/en/1.8.1/cordova/events/events.batterystatus.md
@@ -35,7 +35,7 @@ The battery status handler will be called with an object that contains two prope
 - __level:__ The percentage of battery (0-100). _(Number)_
 - __isPlugged:__ A boolean that represents whether or not the device is plugged in or not. _(Boolean)_
 
-Typically, you will want to attach an event listener with `window.addEventListener` once you receive the Cordova '<a href="events.deviceready.html">deviceready</a>' event.
+Typically, you will want to attach an event listener with `window.addEventListener` once you receive the Cordova 'deviceready' event.
 
 Supported Platforms
 -------------------
@@ -53,40 +53,40 @@ The `level` property is unavailable as Windows Phone 7 does not provide
 native APIs for determining battery level. The `isPlugged` parameter
 _is_ supported.
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     window.addEventListener("batterystatus", onBatteryStatus, false);
 
     function onBatteryStatus(info) {
-        // Handle the <a href="events.online.html">online</a> event
+        // Handle the online event
        	console.log("Level: " + info.level + " isPlugged: " + info.isPlugged); 
     }
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Cordova <a href="../device/device.html">Device</a> Ready <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Cordova Device Ready Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Call on<a href="../device/device.html">Device</a>Ready when Cordova is loaded.
+        // Call onDeviceReady when Cordova is loaded.
         //
         // At this point, the document has loaded but cordova-1.8.1.js has not.
         // When Cordova is loaded and talking with the native device,
-        // it will call the event `<a href="events.deviceready.html">deviceready</a>`.
+        // it will call the event `deviceready`.
         // 
 	    function onLoad() {
-    	    document.addEventListener("<a href="events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+    	    document.addEventListener("deviceready", onDeviceReady, false);
     	}
 
         // Cordova is loaded and it is now safe to make calls Cordova methods
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
 		    window.addEventListener("batterystatus", onBatteryStatus, false);
         }
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/events/events.deviceready.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/events/events.deviceready.md b/www/docs/en/1.8.1/cordova/events/events.deviceready.md
index e4051bc..ce273c2 100644
--- a/www/docs/en/1.8.1/cordova/events/events.deviceready.md
+++ b/www/docs/en/1.8.1/cordova/events/events.deviceready.md
@@ -45,39 +45,39 @@ Supported Platforms
 - Windows Phone 7
 - Bada 1.2 & 2.x
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
-    document.addEventListener("deviceready", on<a href="../device/device.html">Device</a>Ready, false);
+    document.addEventListener("deviceready", onDeviceReady, false);
 
-    function on<a href="../device/device.html">Device</a>Ready() {
+    function onDeviceReady() {
         // Now safe to use the Cordova API
     }
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Cordova <a href="../device/device.html">Device</a> Ready <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Cordova Device Ready Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Call on<a href="../device/device.html">Device</a>Ready when Cordova is loaded.
+        // Call onDeviceReady when Cordova is loaded.
         //
         // At this point, the document has loaded but cordova-1.8.1.js has not.
         // When Cordova is loaded and talking with the native device,
         // it will call the event `deviceready`.
         //
         function onLoad() {
-            document.addEventListener("deviceready", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
 
         // Cordova is loaded and it is now safe to make calls Cordova methods
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             // Now safe to use the Cordova API
         }
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/events/events.endcallbutton.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/events/events.endcallbutton.md b/www/docs/en/1.8.1/cordova/events/events.endcallbutton.md
index 28eaa7d..9a3387d 100644
--- a/www/docs/en/1.8.1/cordova/events/events.endcallbutton.md
+++ b/www/docs/en/1.8.1/cordova/events/events.endcallbutton.md
@@ -30,14 +30,14 @@ Details
 
 If you need to override the default end call behaviour you can register an event listener for the 'endcallbutton' event.
 
-Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova '<a href="events.deviceready.html">deviceready</a>' event.
+Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova 'deviceready' event.
 
 Supported Platforms
 -------------------
 
 - BlackBerry WebWorks (OS 5.0 and higher)
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     document.addEventListener("endcallbutton", onEndCallKeyDown, false);
@@ -46,31 +46,31 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         // Handle the end call button
     }
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
                           "http://www.w3.org/TR/html4/strict.dtd">
     <html>
       <head>
-        <title>Cordova End Call Button <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Cordova End Call Button Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Call on<a href="../device/device.html">Device</a>Ready when Cordova is loaded.
+        // Call onDeviceReady when Cordova is loaded.
         //
         // At this point, the document has loaded but cordova-1.8.1.js has not.
         // When Cordova is loaded and talking with the native device,
-        // it will call the event `<a href="events.deviceready.html">deviceready</a>`.
+        // it will call the event `deviceready`.
         //
         function onLoad() {
-            document.addEventListener("<a href="events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
 
         // Cordova is loaded and it is now safe to make calls Cordova methods
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             // Register the event listener
             document.addEventListener("endcallbutton", onEndCallKeyDown, false);
         }

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/events/events.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/events/events.md b/www/docs/en/1.8.1/cordova/events/events.md
index 23d0478..067c14c 100644
--- a/www/docs/en/1.8.1/cordova/events/events.md
+++ b/www/docs/en/1.8.1/cordova/events/events.md
@@ -26,21 +26,21 @@ Events
 Event Types
 -----------
 
-- <a href="events.deviceready.html">deviceready</a>
-- <a href="events.pause.html">pause</a>
-- <a href="events.resume.html">resume</a>
-- <a href="events.online.html">online</a>
-- <a href="events.offline.html">offline</a>
-- <a href="events.backbutton.html">backbutton</a>
-- <a href="events.batterycritical.html">batterycritical</a>
-- <a href="events.batterylow.html">batterylow</a>
-- <a href="events.batterystatus.html">batterystatus</a>
-- <a href="events.menubutton.html">menubutton</a>
-- <a href="events.searchbutton.html">searchbutton</a>
-- <a href="events.startcallbutton.html">startcallbutton</a>
-- <a href="events.endcallbutton.html">endcallbutton</a>
-- <a href="events.volumedownbutton.html">volumedownbutton</a>
-- <a href="events.volumeupbutton.html">volumeupbutton</a>
+- deviceready
+- pause
+- resume
+- online
+- offline
+- backbutton
+- batterycritical
+- batterylow
+- batterystatus
+- menubutton
+- searchbutton
+- startcallbutton
+- endcallbutton
+- volumedownbutton
+- volumeupbutton
 
 Permissions
 -----------
@@ -77,7 +77,7 @@ Permissions
 
 ### iOS
 
-#### App/Supporting <a href="../file/fileobj/fileobj.html">File</a>s/Cordova.plist
+#### App/Supporting Files/Cordova.plist
 
     <key>Plugins</key>
     <dict>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/events/events.menubutton.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/events/events.menubutton.md b/www/docs/en/1.8.1/cordova/events/events.menubutton.md
index f8459cc..8e961b0 100644
--- a/www/docs/en/1.8.1/cordova/events/events.menubutton.md
+++ b/www/docs/en/1.8.1/cordova/events/events.menubutton.md
@@ -30,7 +30,7 @@ Details
 
 If you need to override the default menu button behaviour you can register an event listener for the 'menubutton' event.
 
-Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova '<a href="events.deviceready.html">deviceready</a>' event.
+Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova 'deviceready' event.
 
 Supported Platforms
 -------------------
@@ -38,7 +38,7 @@ Supported Platforms
 - Android
 - BlackBerry WebWorks (OS 5.0 and higher)
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     document.addEventListener("menubutton", onMenuKeyDown, false);
@@ -47,31 +47,31 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         // Handle the back button
     }
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
                           "http://www.w3.org/TR/html4/strict.dtd">
     <html>
       <head>
-        <title>Cordova Menu Button <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Cordova Menu Button Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Call on<a href="../device/device.html">Device</a>Ready when Cordova is loaded.
+        // Call onDeviceReady when Cordova is loaded.
         //
         // At this point, the document has loaded but cordova-1.8.1.js has not.
         // When Cordova is loaded and talking with the native device,
-        // it will call the event `<a href="events.deviceready.html">deviceready</a>`.
+        // it will call the event `deviceready`.
         //
         function onLoad() {
-            document.addEventListener("<a href="events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
 
         // Cordova is loaded and it is now safe to make calls Cordova methods
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             // Register the event listener
             document.addEventListener("menubutton", onMenuKeyDown, false);
         }

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/events/events.offline.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/events/events.offline.md b/www/docs/en/1.8.1/cordova/events/events.offline.md
index 2ccf6fd..eb7beb6 100644
--- a/www/docs/en/1.8.1/cordova/events/events.offline.md
+++ b/www/docs/en/1.8.1/cordova/events/events.offline.md
@@ -30,7 +30,7 @@ Details
 
 When the application's network connection changes to being offline, the offline event is fired.  
 
-Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova '<a href="events.deviceready.html">deviceready</a>' event.
+Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova 'deviceready' event.
 
 Supported Platforms
 -------------------
@@ -40,7 +40,7 @@ Supported Platforms
 - iOS
 - Windows Phone 7
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     document.addEventListener("offline", onOffline, false);
@@ -49,30 +49,30 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         // Handle the offline event
     }
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Cordova Offline <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Cordova Offline Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Call on<a href="../device/device.html">Device</a>Ready when Cordova is loaded.
+        // Call onDeviceReady when Cordova is loaded.
         //
         // At this point, the document has loaded but cordova-1.8.1.js has not.
         // When Cordova is loaded and talking with the native device,
-        // it will call the event `<a href="events.deviceready.html">deviceready</a>`.
+        // it will call the event `deviceready`.
         //
         function onLoad() {
-            document.addEventListener("<a href="events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
 
         // Cordova is loaded and it is now safe to make calls Cordova methods
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
 		    document.addEventListener("offline", onOffline, false);
         }
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/events/events.online.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/events/events.online.md b/www/docs/en/1.8.1/cordova/events/events.online.md
index 0f710a5..b6d732d 100644
--- a/www/docs/en/1.8.1/cordova/events/events.online.md
+++ b/www/docs/en/1.8.1/cordova/events/events.online.md
@@ -30,7 +30,7 @@ Details
 
 When the application's network connection changes to being online, the online event is fired.  
 
-Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova '<a href="events.deviceready.html">deviceready</a>' event.
+Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova 'deviceready' event.
 
 Supported Platforms
 -------------------
@@ -40,7 +40,7 @@ Supported Platforms
 - iOS
 - Windows Phone 7
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     document.addEventListener("online", onOnline, false);
@@ -49,30 +49,30 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         // Handle the online event
     }
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Cordova Online <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Cordova Online Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Call on<a href="../device/device.html">Device</a>Ready when Cordova is loaded.
+        // Call onDeviceReady when Cordova is loaded.
         //
         // At this point, the document has loaded but cordova-1.8.1.js has not.
         // When Cordova is loaded and talking with the native device,
-        // it will call the event `<a href="events.deviceready.html">deviceready</a>`.
+        // it will call the event `deviceready`.
         //
         function onLoad() {
-            document.addEventListener("<a href="events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
 
         // Cordova is loaded and it is now safe to make calls Cordova methods
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             document.addEventListener("online", onOnline, false);
         }
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/events/events.pause.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/events/events.pause.md b/www/docs/en/1.8.1/cordova/events/events.pause.md
index e8074f0..339e187 100644
--- a/www/docs/en/1.8.1/cordova/events/events.pause.md
+++ b/www/docs/en/1.8.1/cordova/events/events.pause.md
@@ -30,7 +30,7 @@ Details
 
 Cordova consists of two code bases: native and JavaScript. While the native code puts the application into the background the pause event is fired.  
 
-Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova '<a href="events.deviceready.html">deviceready</a>' event.
+Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova 'deviceready' event.
 
 Supported Platforms
 -------------------
@@ -40,7 +40,7 @@ Supported Platforms
 - iOS
 - Windows Phone 7
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     document.addEventListener("pause", onPause, false);
@@ -49,30 +49,30 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         // Handle the pause event
     }
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Cordova Pause <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Cordova Pause Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Call on<a href="../device/device.html">Device</a>Ready when Cordova is loaded.
+        // Call onDeviceReady when Cordova is loaded.
         //
         // At this point, the document has loaded but cordova-1.8.1.js has not.
         // When Cordova is loaded and talking with the native device,
-        // it will call the event `<a href="events.deviceready.html">deviceready</a>`.
+        // it will call the event `deviceready`.
         //
         function onLoad() {
-            document.addEventListener("<a href="events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
 
         // Cordova is loaded and it is now safe to make calls Cordova methods
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
 		    document.addEventListener("pause", onPause, false);
         }
 
@@ -89,7 +89,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
 
 iOS Quirks
 --------------------------
-In the pause handler, any calls that go through Objective-C will not work, nor will any calls that are interactive, like alerts. This means that you cannot call console.log (and its variants), or any calls from Plugins or the Cordova API. These will only be processed when the app <a href="events.resume.html">resume</a>s (processed on the next run-loop).
+In the pause handler, any calls that go through Objective-C will not work, nor will any calls that are interactive, like alerts. This means that you cannot call console.log (and its variants), or any calls from Plugins or the Cordova API. These will only be processed when the app resumes (processed on the next run-loop).
 
 - __resign__ event 
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[07/51] [partial] docs commit: Reverting autolinking change because of inconsistencies.

Posted by db...@apache.org.
http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/accelerometer/acceleration/acceleration.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/accelerometer/acceleration/acceleration.md b/www/docs/en/1.8.1/cordova/accelerometer/acceleration/acceleration.md
index fe40b82..75d3aad 100644
--- a/www/docs/en/1.8.1/cordova/accelerometer/acceleration/acceleration.md
+++ b/www/docs/en/1.8.1/cordova/accelerometer/acceleration/acceleration.md
@@ -21,7 +21,7 @@ license: >
 Acceleration
 ============
 
-Contains `<a href="../accelerometer.html">Accelerometer</a>` data captured at a specific point in time.
+Contains `Accelerometer` data captured at a specific point in time.
 
 Properties
 ----------
@@ -34,7 +34,7 @@ Properties
 Description
 -----------
 
-This object is created and populated by Cordova, and returned by an `<a href="../accelerometer.html">Accelerometer</a>` method. The x, y, z acceleration values include the effect of gravity (9.81 m/s^2), so at when a device is lying flat on a table facing up, the value returned should be x=0, y=0, z=9.81.
+This object is created and populated by Cordova, and returned by an `Accelerometer` method. The x, y, z acceleration values include the effect of gravity (9.81 m/s^2), so at when a device is lying flat on a table facing up, the value returned should be x=0, y=0, z=9.81.
 
 Supported Platforms
 -------------------
@@ -46,7 +46,7 @@ Supported Platforms
 - Bada 1.2 & 2.x
 - webOS
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     function onSuccess(acceleration) {
@@ -60,27 +60,27 @@ Quick <a href="../../storage/storage.opendatabase.html">Example</a>
         alert('onError!');
     };
 
-    navigator.<a href="../accelerometer.getCurrentAcceleration.html">accelerometer.getCurrentAcceleration</a>(onSuccess, onError);
+    navigator.accelerometer.getCurrentAcceleration(onSuccess, onError);
 
-Full <a href="../../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Acceleration <a href="../../storage/storage.opendatabase.html">Example</a></title>
+        <title>Acceleration Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../../device/device.html">Device</a>Ready() {
-            navigator.<a href="../accelerometer.getCurrentAcceleration.html">accelerometer.getCurrentAcceleration</a>(onSuccess, onError);
+        function onDeviceReady() {
+            navigator.accelerometer.getCurrentAcceleration(onSuccess, onError);
         }
 
         // onSuccess: Get a snapshot of the current acceleration
@@ -101,7 +101,7 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
         </script>
       </head>
       <body>
-        <h1><a href="../../storage/storage.opendatabase.html">Example</a></h1>
+        <h1>Example</h1>
         <p>getCurrentAcceleration</p>
       </body>
     </html>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/accelerometer/accelerometer.clearWatch.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/accelerometer/accelerometer.clearWatch.md b/www/docs/en/1.8.1/cordova/accelerometer/accelerometer.clearWatch.md
index 0fb6817..e57c4aa 100644
--- a/www/docs/en/1.8.1/cordova/accelerometer/accelerometer.clearWatch.md
+++ b/www/docs/en/1.8.1/cordova/accelerometer/accelerometer.clearWatch.md
@@ -21,11 +21,11 @@ license: >
 accelerometer.clearWatch
 ========================
 
-Stop watching the `<a href="acceleration/acceleration.html">Acceleration</a>` referenced by the watch ID parameter.
+Stop watching the `Acceleration` referenced by the watch ID parameter.
 
     navigator.accelerometer.clearWatch(watchID);
 
-- __watchID__: The ID returned by `accelerometer.watch<a href="acceleration/acceleration.html">Acceleration</a>`.
+- __watchID__: The ID returned by `accelerometer.watchAcceleration`.
 
 Supported Platforms
 -------------------
@@ -36,36 +36,36 @@ Supported Platforms
 - Windows Phone 7 (Mango)
 - Bada 1.2 & 2.x
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
-    var watchID = navigator.accelerometer.watch<a href="acceleration/acceleration.html">Acceleration</a>(onSuccess, onError, options);
+    var watchID = navigator.accelerometer.watchAcceleration(onSuccess, onError, options);
     
     // ... later on ...
     
     navigator.accelerometer.clearWatch(watchID);
     
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="acceleration/acceleration.html">Acceleration</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Acceleration Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // The watch id references the current `watch<a href="acceleration/acceleration.html">Acceleration</a>`
+        // The watch id references the current `watchAcceleration`
         var watchID = null;
         
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             startWatch();
         }
 
@@ -76,7 +76,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             // Update acceleration every 3 seconds
             var options = { frequency: 3000 };
             
-            watchID = navigator.accelerometer.watch<a href="acceleration/acceleration.html">Acceleration</a>(onSuccess, onError, options);
+            watchID = navigator.accelerometer.watchAcceleration(onSuccess, onError, options);
         }
         
         // Stop watching the acceleration
@@ -92,9 +92,9 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         //
         function onSuccess(acceleration) {
             var element = document.getElementById('accelerometer');
-            element.innerHTML = '<a href="acceleration/acceleration.html">Acceleration</a> X: ' + acceleration.x + '<br />' +
-                                '<a href="acceleration/acceleration.html">Acceleration</a> Y: ' + acceleration.y + '<br />' +
-                                '<a href="acceleration/acceleration.html">Acceleration</a> Z: ' + acceleration.z + '<br />' + 
+            element.innerHTML = 'Acceleration X: ' + acceleration.x + '<br />' +
+                                'Acceleration Y: ' + acceleration.y + '<br />' +
+                                'Acceleration Z: ' + acceleration.z + '<br />' + 
                                 'Timestamp: '      + acceleration.timestamp + '<br />';
         }
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/accelerometer/accelerometer.getCurrentAcceleration.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/accelerometer/accelerometer.getCurrentAcceleration.md b/www/docs/en/1.8.1/cordova/accelerometer/accelerometer.getCurrentAcceleration.md
index bdda006..57d2988 100644
--- a/www/docs/en/1.8.1/cordova/accelerometer/accelerometer.getCurrentAcceleration.md
+++ b/www/docs/en/1.8.1/cordova/accelerometer/accelerometer.getCurrentAcceleration.md
@@ -18,19 +18,19 @@ license: >
     under the License.
 ---
 
-accelerometer.getCurrent<a href="acceleration/acceleration.html">Acceleration</a>
+accelerometer.getCurrentAcceleration
 ====================================
 
 Get the current acceleration along the x, y, and z axis.
 
-    navigator.accelerometer.getCurrent<a href="acceleration/acceleration.html">Acceleration</a>(<a href="parameters/accelerometerSuccess.html">accelerometerSuccess</a>, <a href="parameters/accelerometerError.html">accelerometerError</a>);
+    navigator.accelerometer.getCurrentAcceleration(accelerometerSuccess, accelerometerError);
 
 Description
 -----------
 
 The accelerometer is a motion sensor that detects the change (delta) in movement relative to the current device orientation. The accelerometer can detect 3D movement along the x, y, and z axis.
 
-The acceleration is returned using the `<a href="parameters/accelerometerSuccess.html">accelerometerSuccess</a>` callback function.
+The acceleration is returned using the `accelerometerSuccess` callback function.
 
 Supported Platforms
 -------------------
@@ -41,13 +41,13 @@ Supported Platforms
 - Windows Phone 7 (Mango)
 - Bada 1.2 & 2.x
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     function onSuccess(acceleration) {
-        alert('<a href="acceleration/acceleration.html">Acceleration</a> X: ' + acceleration.x + '\n' +
-              '<a href="acceleration/acceleration.html">Acceleration</a> Y: ' + acceleration.y + '\n' +
-              '<a href="acceleration/acceleration.html">Acceleration</a> Z: ' + acceleration.z + '\n' +
+        alert('Acceleration X: ' + acceleration.x + '\n' +
+              'Acceleration Y: ' + acceleration.y + '\n' +
+              'Acceleration Z: ' + acceleration.z + '\n' +
               'Timestamp: '      + acceleration.timestamp + '\n');
     };
 
@@ -55,35 +55,35 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         alert('onError!');
     };
 
-    navigator.accelerometer.getCurrent<a href="acceleration/acceleration.html">Acceleration</a>(onSuccess, onError);
+    navigator.accelerometer.getCurrentAcceleration(onSuccess, onError);
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="acceleration/acceleration.html">Acceleration</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Acceleration Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
-            navigator.accelerometer.getCurrent<a href="acceleration/acceleration.html">Acceleration</a>(onSuccess, onError);
+        function onDeviceReady() {
+            navigator.accelerometer.getCurrentAcceleration(onSuccess, onError);
         }
     
         // onSuccess: Get a snapshot of the current acceleration
         //
         function onSuccess(acceleration) {
-            alert('<a href="acceleration/acceleration.html">Acceleration</a> X: ' + acceleration.x + '\n' +
-                  '<a href="acceleration/acceleration.html">Acceleration</a> Y: ' + acceleration.y + '\n' +
-                  '<a href="acceleration/acceleration.html">Acceleration</a> Z: ' + acceleration.z + '\n' +
+            alert('Acceleration X: ' + acceleration.x + '\n' +
+                  'Acceleration Y: ' + acceleration.y + '\n' +
+                  'Acceleration Z: ' + acceleration.z + '\n' +
                   'Timestamp: '      + acceleration.timestamp + '\n');
         }
     
@@ -96,8 +96,8 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         </script>
       </head>
       <body>
-        <h1><a href="../storage/storage.opendatabase.html">Example</a></h1>
-        <p>getCurrent<a href="acceleration/acceleration.html">Acceleration</a></p>
+        <h1>Example</h1>
+        <p>getCurrentAcceleration</p>
       </body>
     </html>
     
@@ -106,4 +106,4 @@ iPhone Quirks
 
 - iPhone doesn't have the concept of getting the current acceleration at any given point.
 - You must watch the acceleration and capture the data at given time intervals.
-- Thus, the `getCurrent<a href="acceleration/acceleration.html">Acceleration</a>` function will give you the last value reported from a Cordova `watch<a href="accelerometer.html">Accelerometer</a>` call.
+- Thus, the `getCurrentAcceleration` function will give you the last value reported from a Cordova `watchAccelerometer` call.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/accelerometer/accelerometer.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/accelerometer/accelerometer.md b/www/docs/en/1.8.1/cordova/accelerometer/accelerometer.md
index f7c4802..5aec54d 100644
--- a/www/docs/en/1.8.1/cordova/accelerometer/accelerometer.md
+++ b/www/docs/en/1.8.1/cordova/accelerometer/accelerometer.md
@@ -21,26 +21,26 @@ license: >
 Accelerometer
 =============
 
-> <a href="../media/capture/capture.html">Capture</a>s device motion in the x, y, and z direction.
+> Captures device motion in the x, y, and z direction.
 
 Methods
 -------
 
-- accelerometer.getCurrent<a href="acceleration/acceleration.html">Acceleration</a>
-- accelerometer.watch<a href="acceleration/acceleration.html">Acceleration</a>
-- <a href="accelerometer.clearWatch.html">accelerometer.clearWatch</a>
+- accelerometer.getCurrentAcceleration
+- accelerometer.watchAcceleration
+- accelerometer.clearWatch
 
 Arguments
 ---------
 
-- <a href="parameters/accelerometerSuccess.html">accelerometerSuccess</a>
-- <a href="parameters/accelerometerError.html">accelerometerError</a>
-- <a href="parameters/accelerometerOptions.html">accelerometerOptions</a>
+- accelerometerSuccess
+- accelerometerError
+- accelerometerOptions
 
 Objects (Read-Only)
 -------------------
 
-- <a href="acceleration/acceleration.html">Acceleration</a>
+- Acceleration
 
 Permissions
 -----------
@@ -68,7 +68,7 @@ Permissions
 
 ### iOS
 
-#### App/Supporting <a href="../file/fileobj/fileobj.html">File</a>s/Cordova.plist
+#### App/Supporting Files/Cordova.plist
 
     <key>Plugins</key>
     <dict>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/accelerometer/accelerometer.watchAcceleration.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/accelerometer/accelerometer.watchAcceleration.md b/www/docs/en/1.8.1/cordova/accelerometer/accelerometer.watchAcceleration.md
index aa3a13c..dbf6fa3 100644
--- a/www/docs/en/1.8.1/cordova/accelerometer/accelerometer.watchAcceleration.md
+++ b/www/docs/en/1.8.1/cordova/accelerometer/accelerometer.watchAcceleration.md
@@ -18,23 +18,23 @@ license: >
     under the License.
 ---
 
-accelerometer.watch<a href="acceleration/acceleration.html">Acceleration</a>
+accelerometer.watchAcceleration
 ===============================
 
 At a regular interval, get the acceleration along the x, y, and z axis.
 
-    var watchID = navigator.accelerometer.watch<a href="acceleration/acceleration.html">Acceleration</a>(<a href="parameters/accelerometerSuccess.html">accelerometerSuccess</a>,
-                                                           <a href="parameters/accelerometerError.html">accelerometerError</a>,
-                                                           [<a href="parameters/accelerometerOptions.html">accelerometerOptions</a>]);
+    var watchID = navigator.accelerometer.watchAcceleration(accelerometerSuccess,
+                                                           accelerometerError,
+                                                           [accelerometerOptions]);
                                                            
 Description
 -----------
 
 The accelerometer is a motion sensor that detects the change (delta) in movement relative to the current position. The accelerometer can detect 3D movement along the x, y, and z axis.
 
-The `accelerometer.watch<a href="acceleration/acceleration.html">Acceleration</a>` gets the device's current acceleration at a regular interval. Each time the `<a href="acceleration/acceleration.html">Acceleration</a>` is retrieved, the `<a href="parameters/accelerometerSuccess.html">accelerometerSuccess</a>` callback function is executed. Specify the interval in milliseconds via the `frequency` parameter in the `acceleratorOptions` object.
+The `accelerometer.watchAcceleration` gets the device's current acceleration at a regular interval. Each time the `Acceleration` is retrieved, the `accelerometerSuccess` callback function is executed. Specify the interval in milliseconds via the `frequency` parameter in the `acceleratorOptions` object.
 
-The returned watch ID references references the accelerometer watch interval. The watch ID can be used with `<a href="accelerometer.clearWatch.html">accelerometer.clearWatch</a>` to stop watching the accelerometer.
+The returned watch ID references references the accelerometer watch interval. The watch ID can be used with `accelerometer.clearWatch` to stop watching the accelerometer.
 
 Supported Platforms
 -------------------
@@ -46,13 +46,13 @@ Supported Platforms
 - Bada 1.2 & 2.x
 
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     function onSuccess(acceleration) {
-        alert('<a href="acceleration/acceleration.html">Acceleration</a> X: ' + acceleration.x + '\n' +
-              '<a href="acceleration/acceleration.html">Acceleration</a> Y: ' + acceleration.y + '\n' +
-              '<a href="acceleration/acceleration.html">Acceleration</a> Z: ' + acceleration.z + '\n' +
+        alert('Acceleration X: ' + acceleration.x + '\n' +
+              'Acceleration Y: ' + acceleration.y + '\n' +
+              'Acceleration Z: ' + acceleration.z + '\n' +
               'Timestamp: '      + acceleration.timestamp + '\n');
     };
 
@@ -62,29 +62,29 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
 
     var options = { frequency: 3000 };  // Update every 3 seconds
     
-    var watchID = navigator.accelerometer.watch<a href="acceleration/acceleration.html">Acceleration</a>(onSuccess, onError, options);
+    var watchID = navigator.accelerometer.watchAcceleration(onSuccess, onError, options);
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="acceleration/acceleration.html">Acceleration</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Acceleration Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // The watch id references the current `watch<a href="acceleration/acceleration.html">Acceleration</a>`
+        // The watch id references the current `watchAcceleration`
         var watchID = null;
         
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             startWatch();
         }
 
@@ -95,14 +95,14 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             // Update acceleration every 3 seconds
             var options = { frequency: 3000 };
             
-            watchID = navigator.accelerometer.watch<a href="acceleration/acceleration.html">Acceleration</a>(onSuccess, onError, options);
+            watchID = navigator.accelerometer.watchAcceleration(onSuccess, onError, options);
         }
         
         // Stop watching the acceleration
         //
         function stopWatch() {
             if (watchID) {
-                navigator.<a href="accelerometer.clearWatch.html">accelerometer.clearWatch</a>(watchID);
+                navigator.accelerometer.clearWatch(watchID);
                 watchID = null;
             }
         }
@@ -111,9 +111,9 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         //
         function onSuccess(acceleration) {
             var element = document.getElementById('accelerometer');
-            element.innerHTML = '<a href="acceleration/acceleration.html">Acceleration</a> X: ' + acceleration.x + '<br />' +
-                                '<a href="acceleration/acceleration.html">Acceleration</a> Y: ' + acceleration.y + '<br />' +
-                                '<a href="acceleration/acceleration.html">Acceleration</a> Z: ' + acceleration.z + '<br />' +
+            element.innerHTML = 'Acceleration X: ' + acceleration.x + '<br />' +
+                                'Acceleration Y: ' + acceleration.y + '<br />' +
+                                'Acceleration Z: ' + acceleration.z + '<br />' +
                                 'Timestamp: '      + acceleration.timestamp + '<br />';
         }
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/accelerometer/parameters/accelerometerOptions.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/accelerometer/parameters/accelerometerOptions.md b/www/docs/en/1.8.1/cordova/accelerometer/parameters/accelerometerOptions.md
index d105d2d..86fb292 100644
--- a/www/docs/en/1.8.1/cordova/accelerometer/parameters/accelerometerOptions.md
+++ b/www/docs/en/1.8.1/cordova/accelerometer/parameters/accelerometerOptions.md
@@ -26,4 +26,4 @@ An optional parameter to customize the retrieval of the accelerometer.
 Options
 -------
 
-- __frequency:__ How often to retrieve the `<a href="../acceleration/acceleration.html">Acceleration</a>` in milliseconds. _(Number)_ (Default: 10000)
\ No newline at end of file
+- __frequency:__ How often to retrieve the `Acceleration` in milliseconds. _(Number)_ (Default: 10000)
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/accelerometer/parameters/accelerometerSuccess.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/accelerometer/parameters/accelerometerSuccess.md b/www/docs/en/1.8.1/cordova/accelerometer/parameters/accelerometerSuccess.md
index 5f448d2..67166dc 100644
--- a/www/docs/en/1.8.1/cordova/accelerometer/parameters/accelerometerSuccess.md
+++ b/www/docs/en/1.8.1/cordova/accelerometer/parameters/accelerometerSuccess.md
@@ -21,7 +21,7 @@ license: >
 accelerometerSuccess
 ====================
 
-onSuccess callback function that provides the <a href="../acceleration/acceleration.html">Acceleration</a> information.
+onSuccess callback function that provides the Acceleration information.
 
     function(acceleration) {
         // Do something
@@ -30,14 +30,14 @@ onSuccess callback function that provides the <a href="../acceleration/accelerat
 Parameters
 ----------
 
-- __acceleration:__ The acceleration at a single moment in time. (<a href="../acceleration/acceleration.html">Acceleration</a>)
+- __acceleration:__ The acceleration at a single moment in time. (Acceleration)
 
-<a href="../../storage/storage.opendatabase.html">Example</a>
+Example
 -------
 
     function onSuccess(acceleration) {
-        alert('<a href="../acceleration/acceleration.html">Acceleration</a> X: ' + acceleration.x + '\n' +
-              '<a href="../acceleration/acceleration.html">Acceleration</a> Y: ' + acceleration.y + '\n' +
-              '<a href="../acceleration/acceleration.html">Acceleration</a> Z: ' + acceleration.z + '\n' +
+        alert('Acceleration X: ' + acceleration.x + '\n' +
+              'Acceleration Y: ' + acceleration.y + '\n' +
+              'Acceleration Z: ' + acceleration.z + '\n' +
               'Timestamp: '      + acceleration.timestamp + '\n');
     };
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/camera/camera.getPicture.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/camera/camera.getPicture.md b/www/docs/en/1.8.1/cordova/camera/camera.getPicture.md
index 22f30c3..9e07e8d 100644
--- a/www/docs/en/1.8.1/cordova/camera/camera.getPicture.md
+++ b/www/docs/en/1.8.1/cordova/camera/camera.getPicture.md
@@ -23,16 +23,16 @@ camera.getPicture
 
 Takes a photo using the camera or retrieves a photo from the device's album.  The image is returned as a base64 encoded `String` or as the URI of an image file.
 
-    navigator.camera.getPicture( <a href="parameter/cameraSuccess.html">cameraSuccess</a>, <a href="parameter/cameraError.html">cameraError</a>, [ <a href="parameter/cameraOptions.html">cameraOptions</a> ] );
+    navigator.camera.getPicture( cameraSuccess, cameraError, [ cameraOptions ] );
 
 Description
 -----------
 
-Function `camera.getPicture` opens the device's default camera application so that the user can take a picture (if `<a href="camera.html">Camera</a>.sourceType = <a href="camera.html">Camera</a>.PictureSourceType.CAMERA`, which is the default). Once the photo is taken, the camera application closes and your application is restored.
+Function `camera.getPicture` opens the device's default camera application so that the user can take a picture (if `Camera.sourceType = Camera.PictureSourceType.CAMERA`, which is the default). Once the photo is taken, the camera application closes and your application is restored.
 
-If `<a href="camera.html">Camera</a>.sourceType = <a href="camera.html">Camera</a>.PictureSourceType.PHOTOLIBRARY` or `<a href="camera.html">Camera</a>.PictureSourceType.SAVEDPHOTOALBUM`, then a photo chooser dialog is shown, from which a photo from the album can be selected.
+If `Camera.sourceType = Camera.PictureSourceType.PHOTOLIBRARY` or `Camera.PictureSourceType.SAVEDPHOTOALBUM`, then a photo chooser dialog is shown, from which a photo from the album can be selected.
 
-The return value will be sent to the `<a href="parameter/cameraSuccess.html">cameraSuccess</a>` function, in one of the following formats, depending on the `<a href="parameter/cameraOptions.html">cameraOptions</a>` you specify:
+The return value will be sent to the `cameraSuccess` function, in one of the following formats, depending on the `cameraOptions` you specify:
 
 - A `String` containing the Base64 encoded photo image.
 - A `String` representing the image file location on local storage (default).
@@ -40,10 +40,10 @@ The return value will be sent to the `<a href="parameter/cameraSuccess.html">cam
 You can do whatever you want with the encoded image or URI, for example:
 
 - Render the image in an `<img>` tag _(see example below)_
-- Save the data locally (`Local<a href="../storage/storage.html">Storage</a>`, [Lawnchair](http://brianleroux.github.com/lawnchair/), etc)
+- Save the data locally (`LocalStorage`, [Lawnchair](http://brianleroux.github.com/lawnchair/), etc)
 - Post the data to a remote server
 
-Note: The image quality of pictures taken using the camera on newer devices is quite good, and images from the Photo Album will not be downscaled to a lower quality, even if a quality parameter is specified.  _Encoding such images using Base64 has caused memory issues on some of these devices (iPhone 4, BlackBerry Torch 9800)._  Therefore, using FILE_URI as the '<a href="camera.html">Camera</a>.destinationType' is highly recommended.
+Note: The image quality of pictures taken using the camera on newer devices is quite good, and images from the Photo Album will not be downscaled to a lower quality, even if a quality parameter is specified.  _Encoding such images using Base64 has caused memory issues on some of these devices (iPhone 4, BlackBerry Torch 9800)._  Therefore, using FILE_URI as the 'Camera.destinationType' is highly recommended.
 
 Supported Platforms
 -------------------
@@ -66,13 +66,13 @@ Windows Phone 7 Quirks
 Invoking the native camera application while your device is connected
 via Zune will not work, and the error callback will be triggered.
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
 Take photo and retrieve Base64-encoded image:
 
     navigator.camera.getPicture(onSuccess, onFail, { quality: 50,
-        destinationType: <a href="camera.html">Camera</a>.DestinationType.DATA_URL
+        destinationType: Camera.DestinationType.DATA_URL
      }); 
 
     function onSuccess(imageData) {
@@ -87,7 +87,7 @@ Take photo and retrieve Base64-encoded image:
 Take photo and retrieve image file location: 
 
     navigator.camera.getPicture(onSuccess, onFail, { quality: 50, 
-        destinationType: <a href="camera.html">Camera</a>.DestinationType.FILE_URI }); 
+        destinationType: Camera.DestinationType.FILE_URI }); 
 
     function onSuccess(imageURI) {
         var image = document.getElementById('myImage');
@@ -99,13 +99,13 @@ Take photo and retrieve image file location:
     }
 
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../media/capture/capture.html">Capture</a> Photo</title>
+        <title>Capture Photo</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.1.js"></script>
         <script type="text/javascript" charset="utf-8">
@@ -115,11 +115,11 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         
         // Wait for Cordova to connect with the device
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>",on<a href="../device/device.html">Device</a>Ready,false);
+        document.addEventListener("deviceready",onDeviceReady,false);
     
         // Cordova is ready to be used!
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             pictureSource=navigator.camera.PictureSourceType;
             destinationType=navigator.camera.DestinationType;
         }
@@ -198,8 +198,8 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         </script>
       </head>
       <body>
-        <button onclick="capturePhoto();"><a href="../media/capture/capture.html">Capture</a> Photo</button> <br>
-        <button onclick="capturePhotoEdit();"><a href="../media/capture/capture.html">Capture</a> Editable Photo</button> <br>
+        <button onclick="capturePhoto();">Capture Photo</button> <br>
+        <button onclick="capturePhotoEdit();">Capture Editable Photo</button> <br>
         <button onclick="getPhoto(pictureSource.PHOTOLIBRARY);">From Photo Library</button><br>
         <button onclick="getPhoto(pictureSource.SAVEDPHOTOALBUM);">From Photo Album</button><br>
         <img style="display:none;width:60px;height:60px;" id="smallImage" src="" />

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/camera/camera.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/camera/camera.md b/www/docs/en/1.8.1/cordova/camera/camera.md
index fdafec0..db122ab 100644
--- a/www/docs/en/1.8.1/cordova/camera/camera.md
+++ b/www/docs/en/1.8.1/cordova/camera/camera.md
@@ -26,7 +26,7 @@ Camera
 Methods
 -------
 
-- <a href="camera.getPicture.html">camera.getPicture</a>
+- camera.getPicture
 
 Permissions
 -----------
@@ -68,7 +68,7 @@ Permissions
 
 ### iOS
 
-#### App/Supporting <a href="../file/fileobj/fileobj.html">File</a>s/Cordova.plist
+#### App/Supporting Files/Cordova.plist
 
     <key>Plugins</key>
     <dict>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/camera/parameter/CameraPopoverOptions.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/camera/parameter/CameraPopoverOptions.md b/www/docs/en/1.8.1/cordova/camera/parameter/CameraPopoverOptions.md
index 2efd55b..06bfea9 100644
--- a/www/docs/en/1.8.1/cordova/camera/parameter/CameraPopoverOptions.md
+++ b/www/docs/en/1.8.1/cordova/camera/parameter/CameraPopoverOptions.md
@@ -18,7 +18,7 @@ license: >
     under the License.
 ---
 
-<a href="../camera.html">Camera</a>PopoverOptions
+CameraPopoverOptions
 ====================
 
 Parameters only used by iOS to specify the anchor element location and arrow direction of popover used on iPad when selecting images from the library or album.
@@ -27,10 +27,10 @@ Parameters only used by iOS to specify the anchor element location and arrow dir
       y :  32,
       width : 320,
       height : 480,
-      arrowDir : <a href="../camera.html">Camera</a>.PopoverArrowDirection.ARROW_ANY
+      arrowDir : Camera.PopoverArrowDirection.ARROW_ANY
     };
 
-<a href="../camera.html">Camera</a>PopoverOptions
+CameraPopoverOptions
 --------------------
 
 - __x:__ x pixel coordinate of element on the screen to anchor popover onto. (`Number`)
@@ -41,9 +41,9 @@ Parameters only used by iOS to specify the anchor element location and arrow dir
 
 - __height:__ height, in pixels, of the element on the screen to anchor popover onto. (`Number`)
 
-- __arrowDir:__ Direction the arrow on the popover should point.  Defined in <a href="../camera.html">Camera</a>.PopoverArrowDirection (`Number`)
+- __arrowDir:__ Direction the arrow on the popover should point.  Defined in Camera.PopoverArrowDirection (`Number`)
         
-            <a href="../camera.html">Camera</a>.PopoverArrowDirection = {
+            Camera.PopoverArrowDirection = {
                 ARROW_UP : 1,        // matches iOS UIPopoverArrowDirection constants
                 ARROW_DOWN : 2,
                 ARROW_LEFT : 4,
@@ -53,13 +53,13 @@ Parameters only used by iOS to specify the anchor element location and arrow dir
   
 Note that the size of the popover may change to adjust to the direction of the arrow and orientation of the screen.  Make sure to account for orientation changes when specifying the anchor element location. 
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
-     var popover = new <a href="../camera.html">Camera</a>PopoverOptions(300,300,100,100,<a href="../camera.html">Camera</a>.PopoverArrowDirection.ARROW_ANY);
-     var options = { quality: 50, destinationType: <a href="../camera.html">Camera</a>.DestinationType.DATA_URL,sourceType: <a href="../camera.html">Camera</a>.PictureSource.SAVEDPHOTOALBUM, popoverOptions : popover };
+     var popover = new CameraPopoverOptions(300,300,100,100,Camera.PopoverArrowDirection.ARROW_ANY);
+     var options = { quality: 50, destinationType: Camera.DestinationType.DATA_URL,sourceType: Camera.PictureSource.SAVEDPHOTOALBUM, popoverOptions : popover };
      
-     navigator.<a href="../camera.getPicture.html">camera.getPicture</a>(onSuccess, onFail, options);
+     navigator.camera.getPicture(onSuccess, onFail, options);
      
      function onSuccess(imageData) {
         var image = document.getElementById('myImage');

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/camera/parameter/cameraOptions.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/camera/parameter/cameraOptions.md b/www/docs/en/1.8.1/cordova/camera/parameter/cameraOptions.md
index 0ddcfda..e216e7d 100644
--- a/www/docs/en/1.8.1/cordova/camera/parameter/cameraOptions.md
+++ b/www/docs/en/1.8.1/cordova/camera/parameter/cameraOptions.md
@@ -24,13 +24,13 @@ cameraOptions
 Optional parameters to customize the camera settings.
 
     { quality : 75, 
-      destinationType : <a href="../camera.html">Camera</a>.DestinationType.DATA_URL, 
-      sourceType : <a href="../camera.html">Camera</a>.PictureSourceType.CAMERA, 
+      destinationType : Camera.DestinationType.DATA_URL, 
+      sourceType : Camera.PictureSourceType.CAMERA, 
       allowEdit : true,
-      encodingType: <a href="../camera.html">Camera</a>.EncodingType.JPEG,
+      encodingType: Camera.EncodingType.JPEG,
       targetWidth: 100,
       targetHeight: 100,
-      popoverOptions: <a href="../camera.html">Camera</a>PopoverOptions };
+      popoverOptions: CameraPopoverOptions };
 
 Options
 -------
@@ -39,14 +39,14 @@ Options
 
 - __destinationType:__ Choose the format of the return value.  Defined in navigator.camera.DestinationType (`Number`)
         
-            <a href="../camera.html">Camera</a>.DestinationType = {
+            Camera.DestinationType = {
                 DATA_URL : 0,                // Return image as base64 encoded string
                 FILE_URI : 1                 // Return image file URI
             };
 
 - __sourceType:__ Set the source of the picture.  Defined in nagivator.camera.PictureSourceType (`Number`)
      
-        <a href="../camera.html">Camera</a>.PictureSourceType = {
+        Camera.PictureSourceType = {
             PHOTOLIBRARY : 0,
             CAMERA : 1,
             SAVEDPHOTOALBUM : 2
@@ -56,7 +56,7 @@ Options
   
 - __encodingType:__ Choose the encoding of the returned image file.  Defined in navigator.camera.EncodingType (`Number`)
         
-            <a href="../camera.html">Camera</a>.EncodingType = {
+            Camera.EncodingType = {
                 JPEG : 0,               // Return JPEG encoded image
                 PNG : 1                 // Return PNG encoded image
             };
@@ -64,9 +64,9 @@ Options
 - __targetWidth:__ Width in pixels to scale image. Must be used with targetHeight.  Aspect ratio is maintained. (`Number`)
 - __targetHeight:__ Height in pixels to scale image. Must be used with targetWidth. Aspect ratio is maintained. (`Number`)
 
-- __mediaType:__ Set the type of media to select from.  Only works when PictureSourceType is PHOTOLIBRARY or SAVEDPHOTOALBUM. Defined in nagivator.camera.<a href="../../media/media.html">Media</a>Type (`Number`)
+- __mediaType:__ Set the type of media to select from.  Only works when PictureSourceType is PHOTOLIBRARY or SAVEDPHOTOALBUM. Defined in nagivator.camera.MediaType (`Number`)
      
-        <a href="../camera.html">Camera</a>.<a href="../../media/media.html">Media</a>Type = { 
+        Camera.MediaType = { 
 			PICTURE: 0,             // allow selection of still pictures only. DEFAULT. Will return format specified via DestinationType
 			VIDEO: 1,               // allow selection of video only, WILL ALWAYS RETURN FILE_URI
 			ALLMEDIA : 2			// allow selection from all media types
@@ -74,14 +74,14 @@ Options
 
 - __correctOrientation:__ Rotate the image to correct for the orientation of the device during capture. (`Boolean`)
 - __saveToPhotoAlbum:__ Save the image to the photo album on the device after capture. (`Boolean`)
-- __popoverOptions:__ iOS only options to specify popover location in iPad.  Defined in <a href="../camera.html">Camera</a>PopoverOptions
+- __popoverOptions:__ iOS only options to specify popover location in iPad.  Defined in CameraPopoverOptions
   
 Android Quirks
 --------------
 
 - Ignores the `allowEdit` parameter.
-- <a href="../camera.html">Camera</a>.PictureSourceType.PHOTOLIBRARY and <a href="../camera.html">Camera</a>.PictureSourceType.SAVEDPHOTOALBUM both display the same photo album.
-- <a href="../camera.html">Camera</a>.EncodingType is not supported.
+- Camera.PictureSourceType.PHOTOLIBRARY and Camera.PictureSourceType.SAVEDPHOTOALBUM both display the same photo album.
+- Camera.EncodingType is not supported.
 - Ignores the `correctOrientation` parameter.
 - Ignores the `saveToPhotoAlbum` parameter.
 
@@ -91,9 +91,9 @@ BlackBerry Quirks
 - Ignores the `quality` parameter.
 - Ignores the `sourceType` parameter.
 - Ignores the `allowEdit` parameter.
-- Application must have key injection permissions to close native <a href="../camera.html">Camera</a> application after photo is taken.
+- Application must have key injection permissions to close native Camera application after photo is taken.
 - Using Large image sizes may result in inability to encode image on later model devices with high resolution cameras (e.g. Torch 9800).
-- <a href="../camera.html">Camera</a>.<a href="../../media/media.html">Media</a>Type is not supported.
+- Camera.MediaType is not supported.
 - Ignores the `correctOrientation` parameter.
 - Ignores the `saveToPhotoAlbum` parameter.
 
@@ -103,7 +103,7 @@ webOS Quirks
 - Ignores the `quality` parameter.
 - Ignores the `sourceType` parameter.
 - Ignores the `allowEdit` parameter.
-- <a href="../camera.html">Camera</a>.<a href="../../media/media.html">Media</a>Type is not supported.
+- Camera.MediaType is not supported.
 - Ignores the `correctOrientation` parameter.
 - Ignores the `saveToPhotoAlbum` parameter.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/camera/parameter/cameraSuccess.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/camera/parameter/cameraSuccess.md b/www/docs/en/1.8.1/cordova/camera/parameter/cameraSuccess.md
index 6083130..ec04795 100644
--- a/www/docs/en/1.8.1/cordova/camera/parameter/cameraSuccess.md
+++ b/www/docs/en/1.8.1/cordova/camera/parameter/cameraSuccess.md
@@ -30,9 +30,9 @@ onSuccess callback function that provides the image data.
 Parameters
 ----------
 
-- __imageData:__ Base64 encoding of the image data, OR the image file URI, depending on `<a href="cameraOptions.html">cameraOptions</a>` used. (`String`)
+- __imageData:__ Base64 encoding of the image data, OR the image file URI, depending on `cameraOptions` used. (`String`)
 
-<a href="../../storage/storage.opendatabase.html">Example</a>
+Example
 -------
 
     // Show image

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/compass/compass.clearWatch.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/compass/compass.clearWatch.md b/www/docs/en/1.8.1/cordova/compass/compass.clearWatch.md
index bdc64fe..8cee616 100644
--- a/www/docs/en/1.8.1/cordova/compass/compass.clearWatch.md
+++ b/www/docs/en/1.8.1/cordova/compass/compass.clearWatch.md
@@ -25,7 +25,7 @@ Stop watching the compass referenced by the watch ID parameter.
 
     navigator.compass.clearWatch(watchID);
 
-- __watchID__: The ID returned by `<a href="compass.watchHeading.html">compass.watchHeading</a>`.
+- __watchID__: The ID returned by `compass.watchHeading`.
 
 Supported Platforms
 -------------------
@@ -36,22 +36,22 @@ Supported Platforms
 - Bada 1.2 & 2.x
 - webOS
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
-    var watchID = navigator.<a href="compass.watchHeading.html">compass.watchHeading</a>(onSuccess, onError, options);
+    var watchID = navigator.compass.watchHeading(onSuccess, onError, options);
     
     // ... later on ...
     
     navigator.compass.clearWatch(watchID);
     
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="compass.html">Compass</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Compass Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.1.js"></script>
         <script type="text/javascript" charset="utf-8">
@@ -61,11 +61,11 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             startWatch();
         }
 
@@ -76,7 +76,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             // Update compass every 3 seconds
             var options = { frequency: 3000 };
             
-            watchID = navigator.<a href="compass.watchHeading.html">compass.watchHeading</a>(onSuccess, onError, options);
+            watchID = navigator.compass.watchHeading(onSuccess, onError, options);
         }
         
         // Stop watching the compass
@@ -97,8 +97,8 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
 
         // onError: Failed to get the heading
         //
-        function onError(<a href="parameters/compassError.html">compassError</a>) {
-            alert('<a href="compass.html">Compass</a> error: ' + <a href="parameters/compassError.html">compassError</a>.code);
+        function onError(compassError) {
+            alert('Compass error: ' + compassError.code);
         }
 
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/compass/compass.clearWatchFilter.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/compass/compass.clearWatchFilter.md b/www/docs/en/1.8.1/cordova/compass/compass.clearWatchFilter.md
index 9cf3e19..276c11f 100644
--- a/www/docs/en/1.8.1/cordova/compass/compass.clearWatchFilter.md
+++ b/www/docs/en/1.8.1/cordova/compass/compass.clearWatchFilter.md
@@ -18,7 +18,7 @@ license: >
     under the License.
 ---
 
-<a href="compass.clearWatch.html">compass.clearWatch</a>Filter
+compass.clearWatchFilter
 ========================
 
-No longer supported as of 1.6.  See `<a href="compass.clearWatch.html">compass.clearWatch</a>`.
\ No newline at end of file
+No longer supported as of 1.6.  See `compass.clearWatch`.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/compass/compass.getCurrentHeading.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/compass/compass.getCurrentHeading.md b/www/docs/en/1.8.1/cordova/compass/compass.getCurrentHeading.md
index 51c97ee..26e4f99 100644
--- a/www/docs/en/1.8.1/cordova/compass/compass.getCurrentHeading.md
+++ b/www/docs/en/1.8.1/cordova/compass/compass.getCurrentHeading.md
@@ -23,14 +23,14 @@ compass.getCurrentHeading
 
 Get the current compass heading.
 
-    navigator.compass.getCurrentHeading(<a href="parameters/compassSuccess.html">compassSuccess</a>, <a href="parameters/compassError.html">compassError</a>, <a href="parameters/compassOptions.html">compassOptions</a>);
+    navigator.compass.getCurrentHeading(compassSuccess, compassError, compassOptions);
 
 Description
 -----------
 
 The compass is a sensor that detects the direction or heading that the device is pointed.  It measures the heading in degrees from 0 to 359.99.
 
-The compass heading information is returned via a <a href="compass.html">Compass</a>Heading object using the `<a href="parameters/compassSuccess.html">compassSuccess</a>` callback function.
+The compass heading information is returned via a CompassHeading object using the `compassSuccess` callback function.
 
 Supported Platforms
 -------------------
@@ -41,7 +41,7 @@ Supported Platforms
 - Bada 1.2 & 2.x
 - webOS
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     function onSuccess(heading) {
@@ -49,29 +49,29 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
     };
 
     function onError(error) {
-        alert('<a href="<a href="parameters/compassError.html">compassError</a>/<a href="parameters/compassError.html">compassError</a>.html"><a href="compass.html">Compass</a>Error</a>: ' + error.code);
+        alert('CompassError: ' + error.code);
     };
 
     navigator.compass.getCurrentHeading(onSuccess, onError);
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="compass.html">Compass</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Compass Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             navigator.compass.getCurrentHeading(onSuccess, onError);
         }
     
@@ -83,14 +83,14 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
     
         // onError: Failed to get the heading
         //
-        function onError(<a href="parameters/compassError.html">compassError</a>) {
-            alert('<a href="compass.html">Compass</a> Error: ' + <a href="parameters/compassError.html">compassError</a>.code);
+        function onError(compassError) {
+            alert('Compass Error: ' + compassError.code);
         }
 
         </script>
       </head>
       <body>
-        <h1><a href="../storage/storage.opendatabase.html">Example</a></h1>
+        <h1>Example</h1>
         <p>getCurrentHeading</p>
       </body>
     </html>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/compass/compass.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/compass/compass.md b/www/docs/en/1.8.1/cordova/compass/compass.md
index 3e0651e..c560ffd 100644
--- a/www/docs/en/1.8.1/cordova/compass/compass.md
+++ b/www/docs/en/1.8.1/cordova/compass/compass.md
@@ -26,19 +26,19 @@ Compass
 Methods
 -------
 
-- <a href="compass.getCurrentHeading.html">compass.getCurrentHeading</a>
-- <a href="compass.watchHeading.html">compass.watchHeading</a>
-- <a href="compass.clearWatch.html">compass.clearWatch</a>
-- <a href="<a href="compass.watchHeading.html">compass.watchHeading</a>Filter.html"><a href="compass.watchHeading.html">compass.watchHeading</a>Filter</a> 	(obsolete)
-- <a href="<a href="compass.clearWatch.html">compass.clearWatch</a>Filter.html"><a href="compass.clearWatch.html">compass.clearWatch</a>Filter</a>		(obsolete)
+- compass.getCurrentHeading
+- compass.watchHeading
+- compass.clearWatch
+- compass.watchHeadingFilter 	(obsolete)
+- compass.clearWatchFilter		(obsolete)
 
 Arguments
 ---------
 
-- <a href="parameters/compassSuccess.html">compassSuccess</a>
-- <a href="parameters/compassError.html">compassError</a>
-- <a href="parameters/compassOptions.html">compassOptions</a>
-- <a href="parameters/compassHeading.html">compassHeading</a>
+- compassSuccess
+- compassError
+- compassOptions
+- compassHeading
 
 Permissions
 -----------
@@ -59,7 +59,7 @@ Permissions
 
 ### iOS
 
-#### App/Supporting <a href="../file/fileobj/fileobj.html">File</a>s/Cordova.plist
+#### App/Supporting Files/Cordova.plist
 
     <key>Plugins</key>
     <dict>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/compass/compass.watchHeading.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/compass/compass.watchHeading.md b/www/docs/en/1.8.1/cordova/compass/compass.watchHeading.md
index 3014ab8..90b85c6 100644
--- a/www/docs/en/1.8.1/cordova/compass/compass.watchHeading.md
+++ b/www/docs/en/1.8.1/cordova/compass/compass.watchHeading.md
@@ -23,16 +23,16 @@ compass.watchHeading
 
 At a regular interval, get the compass heading in degrees.
 
-    var watchID = navigator.compass.watchHeading(<a href="parameters/compassSuccess.html">compassSuccess</a>, <a href="parameters/compassError.html">compassError</a>, [<a href="parameters/compassOptions.html">compassOptions</a>]);
+    var watchID = navigator.compass.watchHeading(compassSuccess, compassError, [compassOptions]);
                                                            
 Description
 -----------
 
 The compass is a sensor that detects the direction or heading that the device is pointed.  It measures the heading in degrees from 0 to 359.99.
 
-The `compass.watchHeading` gets the device's current heading at a regular interval. Each time the heading is retrieved, the `headingSuccess` callback function is executed. Specify the interval in milliseconds via the `frequency` parameter in the `<a href="parameters/compassOptions.html">compassOptions</a>` object.
+The `compass.watchHeading` gets the device's current heading at a regular interval. Each time the heading is retrieved, the `headingSuccess` callback function is executed. Specify the interval in milliseconds via the `frequency` parameter in the `compassOptions` object.
 
-The returned watch ID references references the compass watch interval. The watch ID can be used with `<a href="compass.clearWatch.html">compass.clearWatch</a>` to stop watching the compass.
+The returned watch ID references references the compass watch interval. The watch ID can be used with `compass.clearWatch` to stop watching the compass.
 
 Supported Platforms
 -------------------
@@ -44,7 +44,7 @@ Supported Platforms
 - webOS
 
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     function onSuccess(heading) {
@@ -52,21 +52,21 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         element.innerHTML = 'Heading: ' + heading.magneticHeading;
     };
 
-    function onError(<a href="parameters/compassError.html">compassError</a>) {
-            alert('<a href="compass.html">Compass</a> error: ' + <a href="parameters/compassError.html">compassError</a>.code);
+    function onError(compassError) {
+            alert('Compass error: ' + compassError.code);
     };
 
     var options = { frequency: 3000 };  // Update every 3 seconds
     
     var watchID = navigator.compass.watchHeading(onSuccess, onError, options);
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="compass.html">Compass</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Compass Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.1.js"></script>
         <script type="text/javascript" charset="utf-8">
@@ -76,11 +76,11 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             startWatch();
         }
 
@@ -98,7 +98,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         //
         function stopWatch() {
             if (watchID) {
-                navigator.<a href="compass.clearWatch.html">compass.clearWatch</a>(watchID);
+                navigator.compass.clearWatch(watchID);
                 watchID = null;
             }
         }
@@ -112,8 +112,8 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
 
         // onError: Failed to get the heading
         //
-        function onError(<a href="parameters/compassError.html">compassError</a>) {
-            alert('<a href="compass.html">Compass</a> error: ' + <a href="parameters/compassError.html">compassError</a>.code);
+        function onError(compassError) {
+            alert('Compass error: ' + compassError.code);
         }
 
         </script>
@@ -128,6 +128,6 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
 iOS Quirks
 --------------
 
-In iOS `compass.watchHeading` can also get the device's current heading when it changes by a specified number of degrees. Each time the heading changes by the specified number of degrees or more, the `headingSuccess` callback function is called. Specify the degrees of change via the `filter` parameter in the `<a href="parameters/compassOptions.html">compassOptions</a>` object.  Clear the watch as normal by passing the returned watch ID to `<a href="compass.clearWatch.html">compass.clearWatch</a>`.  This functionality replaces the previously separate, iOS only functions, watchHeadingFilter and clearWatchFilter, which were removed in 1.6.
+In iOS `compass.watchHeading` can also get the device's current heading when it changes by a specified number of degrees. Each time the heading changes by the specified number of degrees or more, the `headingSuccess` callback function is called. Specify the degrees of change via the `filter` parameter in the `compassOptions` object.  Clear the watch as normal by passing the returned watch ID to `compass.clearWatch`.  This functionality replaces the previously separate, iOS only functions, watchHeadingFilter and clearWatchFilter, which were removed in 1.6.
 
 In iOS only one watchHeading can be in effect at one time.  If a watchHeading via filter is in effect, calling getCurrentHeading or watchHeading will use the existing filter value for specifying heading changes. On iOS watching heading changes via a filter is more efficient than via time.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/compass/compass.watchHeadingFilter.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/compass/compass.watchHeadingFilter.md b/www/docs/en/1.8.1/cordova/compass/compass.watchHeadingFilter.md
index f05a774..991da30 100644
--- a/www/docs/en/1.8.1/cordova/compass/compass.watchHeadingFilter.md
+++ b/www/docs/en/1.8.1/cordova/compass/compass.watchHeadingFilter.md
@@ -18,7 +18,7 @@ license: >
     under the License.
 ---
 
-<a href="compass.watchHeading.html">compass.watchHeading</a>Filter
+compass.watchHeadingFilter
 ==========================
 
-No longer supported as of 1.6, see `<a href="compass.watchHeading.html">compass.watchHeading</a>` for equivalent functionality.
+No longer supported as of 1.6, see `compass.watchHeading` for equivalent functionality.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/compass/compassError/compassError.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/compass/compassError/compassError.md b/www/docs/en/1.8.1/cordova/compass/compassError/compassError.md
index e356b45..20d01c5 100644
--- a/www/docs/en/1.8.1/cordova/compass/compassError/compassError.md
+++ b/www/docs/en/1.8.1/cordova/compass/compassError/compassError.md
@@ -18,10 +18,10 @@ license: >
     under the License.
 ---
 
-<a href="../compass.html">Compass</a>Error
+CompassError
 ==========
 
-A `<a href="../compass.html">Compass</a>Error` object is returned to the `<a href="../parameters/compassError.html">compassError</a>` callback function when an error occurs.
+A `CompassError` object is returned to the `compassError` callback function when an error occurs.
 
 Properties
 ----------
@@ -30,12 +30,12 @@ Properties
 
 Constants
 ---------
-- `<a href="../compass.html">Compass</a>Error.COMPASS_INTERNAL_ERR` 
-- `<a href="../compass.html">Compass</a>Error.COMPASS_NOT_SUPPORTED`
+- `CompassError.COMPASS_INTERNAL_ERR` 
+- `CompassError.COMPASS_NOT_SUPPORTED`
 
 Description
 -----------
 
-The `<a href="../compass.html">Compass</a>Error` object is returned to the user through the `<a href="../parameters/compassError.html">compassError</a>` callback function when an error occurs.
+The `CompassError` object is returned to the user through the `compassError` callback function when an error occurs.
 
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/compass/parameters/compassError.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/compass/parameters/compassError.md b/www/docs/en/1.8.1/cordova/compass/parameters/compassError.md
index 44700bc..3d2f523 100644
--- a/www/docs/en/1.8.1/cordova/compass/parameters/compassError.md
+++ b/www/docs/en/1.8.1/cordova/compass/parameters/compassError.md
@@ -23,9 +23,9 @@ compassError
 
 onError callback function for compass functions. 
 
-<a href="../../storage/storage.opendatabase.html">Example</a>
+Example
 -------
 
-function(<a href="../compassError/compassError.html"><a href="../compass.html">Compass</a>Error</a>) {
+function(CompassError) {
     // Handle the error
 }

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/compass/parameters/compassHeading.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/compass/parameters/compassHeading.md b/www/docs/en/1.8.1/cordova/compass/parameters/compassHeading.md
index 8293202..adae2f6 100644
--- a/www/docs/en/1.8.1/cordova/compass/parameters/compassHeading.md
+++ b/www/docs/en/1.8.1/cordova/compass/parameters/compassHeading.md
@@ -21,7 +21,7 @@ license: >
 compassHeading
 ==========
 
-A `<a href="../compass.html">Compass</a>Heading` object is returned to the `<a href="compassSuccess.html">compassSuccess</a>` callback function when an error occurs.
+A `CompassHeading` object is returned to the `compassSuccess` callback function when an error occurs.
 
 Properties
 ----------
@@ -33,7 +33,7 @@ Properties
 Description
 -----------
 
-The `<a href="../compass.html">Compass</a>Heading` object is returned to the user through the `<a href="compassSuccess.html">compassSuccess</a>` callback function.
+The `CompassHeading` object is returned to the user through the `compassSuccess` callback function.
 
 Android Quirks
 --------------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/compass/parameters/compassSuccess.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/compass/parameters/compassSuccess.md b/www/docs/en/1.8.1/cordova/compass/parameters/compassSuccess.md
index 015bb3f..a9bc5ff 100644
--- a/www/docs/en/1.8.1/cordova/compass/parameters/compassSuccess.md
+++ b/www/docs/en/1.8.1/cordova/compass/parameters/compassSuccess.md
@@ -21,7 +21,7 @@ license: >
 compassSuccess
 ==============
 
-onSuccess callback function that provides the compass heading information via a <a href="compassHeading.html">compassHeading</a> object.
+onSuccess callback function that provides the compass heading information via a compassHeading object.
 
     function(heading) {
         // Do something
@@ -31,9 +31,9 @@ Parameters
 ----------
 
 
-- __heading:__ The heading information. _(<a href="compassHeading.html">compassHeading</a>)_
+- __heading:__ The heading information. _(compassHeading)_
 
-<a href="../../storage/storage.opendatabase.html">Example</a>
+Example
 -------
 
     function onSuccess(heading) {

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/connection/connection.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/connection/connection.md b/www/docs/en/1.8.1/cordova/connection/connection.md
index a39bb77..dd275b5 100644
--- a/www/docs/en/1.8.1/cordova/connection/connection.md
+++ b/www/docs/en/1.8.1/cordova/connection/connection.md
@@ -28,7 +28,7 @@ This object is accessed under the `navigator.network` interface.
 Properties
 ----------
 
-- <a href="connection.type.html">connection.type</a>
+- connection.type
 
 Constants
 ---------
@@ -70,7 +70,7 @@ Permissions
 
 ### iOS
 
-#### App/Supporting <a href="../file/fileobj/fileobj.html">File</a>s/Cordova.plist
+#### App/Supporting Files/Cordova.plist
 
     <key>Plugins</key>
     <dict>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/connection/connection.type.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/connection/connection.type.md b/www/docs/en/1.8.1/cordova/connection/connection.type.md
index 54bfa6c..63b2643 100644
--- a/www/docs/en/1.8.1/cordova/connection/connection.type.md
+++ b/www/docs/en/1.8.1/cordova/connection/connection.type.md
@@ -38,60 +38,60 @@ Supported Platforms
 - Bada 2.x
 - webOS
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
-    function check<a href="connection.html">Connection</a>() {
+    function checkConnection() {
         var networkState = navigator.network.connection.type;
         
         var states = {};
-        states[<a href="connection.html">Connection</a>.UNKNOWN]	= 'Unknown connection';
-        states[<a href="connection.html">Connection</a>.ETHERNET]	= 'Ethernet connection';
-        states[<a href="connection.html">Connection</a>.WIFI]   	= 'WiFi connection';
-        states[<a href="connection.html">Connection</a>.CELL_2G]	= 'Cell 2G connection';
-        states[<a href="connection.html">Connection</a>.CELL_3G]	= 'Cell 3G connection';
-        states[<a href="connection.html">Connection</a>.CELL_4G]	= 'Cell 4G connection';
-        states[<a href="connection.html">Connection</a>.NONE]   	= 'No network connection';
+        states[Connection.UNKNOWN]	= 'Unknown connection';
+        states[Connection.ETHERNET]	= 'Ethernet connection';
+        states[Connection.WIFI]   	= 'WiFi connection';
+        states[Connection.CELL_2G]	= 'Cell 2G connection';
+        states[Connection.CELL_3G]	= 'Cell 3G connection';
+        states[Connection.CELL_4G]	= 'Cell 4G connection';
+        states[Connection.NONE]   	= 'No network connection';
     
-        alert('<a href="connection.html">Connection</a> type: ' + states[networkState]);
+        alert('Connection type: ' + states[networkState]);
     }
     
-    check<a href="connection.html">Connection</a>();
+    checkConnection();
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title>navigator.network.connection.type <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>navigator.network.connection.type Example</title>
         
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.1.js"></script>
         <script type="text/javascript" charset="utf-8">
             
         // Wait for Cordova to load
         // 
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
         
         // Cordova is loaded and it is now safe to make calls Cordova methods
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
-            check<a href="connection.html">Connection</a>();
+        function onDeviceReady() {
+            checkConnection();
         }
         
-	    function check<a href="connection.html">Connection</a>() {
+	    function checkConnection() {
 	        var networkState = navigator.network.connection.type;
 
 	        var states = {};
-	        states[<a href="connection.html">Connection</a>.UNKNOWN]	= 'Unknown connection';
-	        states[<a href="connection.html">Connection</a>.ETHERNET]	= 'Ethernet connection';
-	        states[<a href="connection.html">Connection</a>.WIFI]   	= 'WiFi connection';
-	        states[<a href="connection.html">Connection</a>.CELL_2G]	= 'Cell 2G connection';
-	        states[<a href="connection.html">Connection</a>.CELL_3G]	= 'Cell 3G connection';
-	        states[<a href="connection.html">Connection</a>.CELL_4G]	= 'Cell 4G connection';
-	        states[<a href="connection.html">Connection</a>.NONE]   	= 'No network connection';
-
-	        alert('<a href="connection.html">Connection</a> type: ' + states[networkState]);
+	        states[Connection.UNKNOWN]	= 'Unknown connection';
+	        states[Connection.ETHERNET]	= 'Ethernet connection';
+	        states[Connection.WIFI]   	= 'WiFi connection';
+	        states[Connection.CELL_2G]	= 'Cell 2G connection';
+	        states[Connection.CELL_3G]	= 'Cell 3G connection';
+	        states[Connection.CELL_4G]	= 'Cell 4G connection';
+	        states[Connection.NONE]   	= 'No network connection';
+
+	        alert('Connection type: ' + states[networkState]);
 	    }
         
         </script>
@@ -105,13 +105,13 @@ iOS Quirks
 ----------
 
 - iOS cannot detect the type of cellular network connection.
-    - `navigator.network.connection.type` is set to `<a href="connection.html">Connection</a>.CELL_2G` for all cellular data.
+    - `navigator.network.connection.type` is set to `Connection.CELL_2G` for all cellular data.
 
 Bada Quirks
 -----------
 
 - Bada can only detect a WiFi or cellular connection.
-    - `navigator.network.connection.type` is set to `<a href="connection.html">Connection</a>.CELL_2G` for all cellular data.
+    - `navigator.network.connection.type` is set to `Connection.CELL_2G` for all cellular data.
 
 webOS Quirks
 ------------
@@ -121,4 +121,4 @@ webOS Quirks
 Windows Phone Quirks
 --------------------
 
-- Windows Phone Emulator always detects `navigator.network.connection.type` as `<a href="connection.html">Connection</a>.UNKNOWN`.
+- Windows Phone Emulator always detects `navigator.network.connection.type` as `Connection.UNKNOWN`.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/contacts/Contact/contact.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/contacts/Contact/contact.md b/www/docs/en/1.8.1/cordova/contacts/Contact/contact.md
index b7ea837..dc75106 100644
--- a/www/docs/en/1.8.1/cordova/contacts/Contact/contact.md
+++ b/www/docs/en/1.8.1/cordova/contacts/Contact/contact.md
@@ -28,31 +28,31 @@ Properties
 
 - __id:__ A globally unique identifier. _(DOMString)_
 - __displayName:__ The name of this Contact, suitable for display to end-users. _(DOMString)_
-- __name:__ An object containing all components of a persons name. _(<a href="../ContactName/contactname.html">ContactName</a>)_
+- __name:__ An object containing all components of a persons name. _(ContactName)_
 - __nickname:__ A casual name to address the contact by. _(DOMString)_
-- __phoneNumbers:__ An array of all the contact's phone numbers. _(<a href="../ContactField/contactfield.html">ContactField</a>[])_
-- __emails:__ An array of all the contact's email addresses. _(<a href="../ContactField/contactfield.html">ContactField</a>[])_
-- __addresses:__ An array of all the contact's addresses. _(<a href="../ContactAddress/contactaddress.html">ContactAddress</a>[])_
-- __ims:__ An array of all the contact's IM addresses. _(<a href="../ContactField/contactfield.html">ContactField</a>[])_
-- __organizations:__ An array of all the contact's organizations. _(<a href="../ContactOrganization/contactorganization.html">ContactOrganization</a>[])_
+- __phoneNumbers:__ An array of all the contact's phone numbers. _(ContactField[])_
+- __emails:__ An array of all the contact's email addresses. _(ContactField[])_
+- __addresses:__ An array of all the contact's addresses. _(ContactAddress[])_
+- __ims:__ An array of all the contact's IM addresses. _(ContactField[])_
+- __organizations:__ An array of all the contact's organizations. _(ContactOrganization[])_
 - __birthday:__ The birthday of the contact. _(Date)_
 - __note:__ A note about the contact. _(DOMString)_
-- __photos:__ An array of the contact's photos. _(<a href="../ContactField/contactfield.html">ContactField</a>[])_
-- __categories:__  An array of all the contacts user defined categories. _(<a href="../ContactField/contactfield.html">ContactField</a>[])_
-- __urls:__  An array of web pages associated to the contact. _(<a href="../ContactField/contactfield.html">ContactField</a>[])_
+- __photos:__ An array of the contact's photos. _(ContactField[])_
+- __categories:__  An array of all the contacts user defined categories. _(ContactField[])_
+- __urls:__  An array of web pages associated to the contact. _(ContactField[])_
 
 Methods
 -------
 
 - __clone__: Returns a new Contact object that is a deep copy of the calling object, with the id property set to `null`. 
-- __remove__: Removes the contact from the device contacts database.  An error callback is called with a `<a href="../ContactError/<a href="../parameters/contactError.html">contactError</a>.html">ContactError</a>` object if the removal is unsuccessful.
+- __remove__: Removes the contact from the device contacts database.  An error callback is called with a `ContactError` object if the removal is unsuccessful.
 - __save__: Saves a new contact to the device contacts database, or updates an existing contact if a contact with the same __id__ already exists.
 
 
 Details
 -------
 
-The `Contact` object represents a user contact.  <a href="../contacts.html">Contacts</a> can be created, saved to, or removed from the device contacts database.  <a href="../contacts.html">Contacts</a> can also be retrieved (individually or in bulk) from the database by invoking the `<a href="../contacts.find.html">contacts.find</a>` method.
+The `Contact` object represents a user contact.  Contacts can be created, saved to, or removed from the device contacts database.  Contacts can also be retrieved (individually or in bulk) from the database by invoking the `contacts.find` method.
 
 _Note: Not all of the above contact fields are supported on every device platform.  Please check each platform's Quirks section for information about which fields are supported._
 
@@ -64,24 +64,24 @@ Supported Platforms
 - iOS
 - Bada 1.2 & 2.0
 
-Save Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Save Quick Example
 ------------------
 
 	function onSuccess(contact) {
 		alert("Save Success");
 	};
 
-	function onError(<a href="../parameters/contactError.html">contactError</a>) {
-		alert("Error = " + <a href="../parameters/contactError.html">contactError</a>.code);
+	function onError(contactError) {
+		alert("Error = " + contactError.code);
 	};
 
 	// create a new contact object
-    var contact = navigator.<a href="../contacts.create.html">contacts.create</a>();
+    var contact = navigator.contacts.create();
 	contact.displayName = "Plumber";
 	contact.nickname = "Plumber"; 		//specify both to support all devices
 	
 	// populate some fields
-	var name = new <a href="../ContactName/contactname.html">ContactName</a>();
+	var name = new ContactName();
 	name.givenName = "Jane";
 	name.familyName = "Doe";
 	contact.name = name;
@@ -89,7 +89,7 @@ Save Quick <a href="../../storage/storage.opendatabase.html">Example</a>
 	// save to device
 	contact.save(onSuccess,onError);
 
-Clone Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Clone Quick Example
 -------------------
 
 	// clone the contact object
@@ -98,43 +98,43 @@ Clone Quick <a href="../../storage/storage.opendatabase.html">Example</a>
 	console.log("Original contact name = " + contact.name.givenName);
 	console.log("Cloned contact name = " + clone.name.givenName); 
 
-Remove Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Remove Quick Example
 --------------------
 
     function onSuccess() {
         alert("Removal Success");
     };
 
-    function onError(<a href="../parameters/contactError.html">contactError</a>) {
-        alert("Error = " + <a href="../parameters/contactError.html">contactError</a>.code);
+    function onError(contactError) {
+        alert("Error = " + contactError.code);
     };
 
 	// remove the contact from the device
 	contact.remove(onSuccess,onError);
 
-Full <a href="../../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Contact <a href="../../storage/storage.opendatabase.html">Example</a></title>
+        <title>Contact Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
 		    // create
-		    var contact = navigator.<a href="../contacts.create.html">contacts.create</a>();
+		    var contact = navigator.contacts.create();
 			contact.displayName = "Plumber";
 			contact.nickname = "Plumber"; 		//specify both to support all devices
-			var name = new <a href="../ContactName/contactname.html">ContactName</a>();
+			var name = new ContactName();
 			name.givenName = "Jane";
 			name.familyName = "Doe";
 			contact.name = name;
@@ -160,8 +160,8 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
     
         // onSaveError: Failed to get the contacts
         //
-        function onSaveError(<a href="../parameters/contactError.html">contactError</a>) {
-			alert("Error = " + <a href="../parameters/contactError.html">contactError</a>.code);
+        function onSaveError(contactError) {
+			alert("Error = " + contactError.code);
         }
         
         // onRemoveSuccess: Get a snapshot of the current contacts
@@ -172,15 +172,15 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
     
         // onRemoveError: Failed to get the contacts
         //
-        function onRemoveError(<a href="../parameters/contactError.html">contactError</a>) {
-			alert("Error = " + <a href="../parameters/contactError.html">contactError</a>.code);
+        function onRemoveError(contactError) {
+			alert("Error = " + contactError.code);
         }
 
         </script>
       </head>
       <body>
-        <h1><a href="../../storage/storage.opendatabase.html">Example</a></h1>
-        <p>Find <a href="../contacts.html">Contacts</a></p>
+        <h1>Example</h1>
+        <p>Find Contacts</p>
       </body>
     </html>
 
@@ -217,9 +217,9 @@ BlackBerry WebWorks (OS 5.0 and higher) Quirks
 
 iOS Quirks
 ----------
-- __displayName:__ This property is not supported by iOS and will be returned as `null` unless there is no <a href="../ContactName/contactname.html">ContactName</a> specified.  If there is no <a href="../ContactName/contactname.html">ContactName</a>, then composite name, __nickname__ or "" is returned for __displayName__, respectively. 
+- __displayName:__ This property is not supported by iOS and will be returned as `null` unless there is no ContactName specified.  If there is no ContactName, then composite name, __nickname__ or "" is returned for __displayName__, respectively. 
 - __birthday:__ For input, this property must be provided as a JavaScript Date object. It is returned as a JavaScript Date object.
-- __photos:__ Returned Photo is stored in the application's temporary directory and a <a href="../../file/fileobj/fileobj.html">File</a> URL to photo is returned.  Contents of temporary folder is deleted when application exits. 
+- __photos:__ Returned Photo is stored in the application's temporary directory and a File URL to photo is returned.  Contents of temporary folder is deleted when application exits. 
 - __categories:__  This property is not currently supported and will always be returned as `null`.
 
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/contacts/ContactAddress/contactaddress.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/contacts/ContactAddress/contactaddress.md b/www/docs/en/1.8.1/cordova/contacts/ContactAddress/contactaddress.md
index 1cba078..f557c48 100644
--- a/www/docs/en/1.8.1/cordova/contacts/ContactAddress/contactaddress.md
+++ b/www/docs/en/1.8.1/cordova/contacts/ContactAddress/contactaddress.md
@@ -18,14 +18,14 @@ license: >
     under the License.
 ---
 
-<a href="../Contact/contact.html">Contact</a>Address
+ContactAddress
 ==============
 
-Contains address properties for a `<a href="../Contact/contact.html">Contact</a>` object.
+Contains address properties for a `Contact` object.
 
 Properties
 ----------
-- __pref:__ Set to `true` if this `<a href="../Contact/contact.html">Contact</a>Address` contains the user's preferred value. _(boolean)_
+- __pref:__ Set to `true` if this `ContactAddress` contains the user's preferred value. _(boolean)_
 - __type:__ A string that tells you what type of field this is (example: 'home'). _(DOMString)
 - __formatted:__ The full address formatted for display. _(DOMString)_
 - __streetAddress:__ The full street address. _(DOMString)_
@@ -37,7 +37,7 @@ Properties
 Details
 -------
 
-The `<a href="../Contact/contact.html">Contact</a>Address` object stores the properties of a single address of a contact.  A `<a href="../Contact/contact.html">Contact</a>` object can have one or more addresses in a  `<a href="../Contact/contact.html">Contact</a>Address[]` array. 
+The `ContactAddress` object stores the properties of a single address of a contact.  A `Contact` object can have one or more addresses in a  `ContactAddress[]` array. 
 
 Supported Platforms
 -------------------
@@ -47,7 +47,7 @@ Supported Platforms
 - iOS
 - Bada 1.2 & 2.0
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
 	// display the address information for all contacts
@@ -66,39 +66,39 @@ Quick <a href="../../storage/storage.opendatabase.html">Example</a>
 		}
     };
 
-    function onError(<a href="../parameters/contactError.html">contactError</a>) {
+    function onError(contactError) {
         alert('onError!');
     };
 
     // find all contacts
-    var options = new <a href="../Contact/contact.html">Contact</a>FindOptions();
+    var options = new ContactFindOptions();
 	options.filter=""; 
 	var filter = ["displayName","addresses"];
-    navigator.<a href="../contacts.find.html">contacts.find</a>(filter, onSuccess, onError, options);
+    navigator.contacts.find(filter, onSuccess, onError, options);
 
-Full <a href="../../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../Contact/contact.html">Contact</a> <a href="../../storage/storage.opendatabase.html">Example</a></title>
+        <title>Contact Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
 		    // find all contacts
-		    var options = new <a href="../Contact/contact.html">Contact</a>FindOptions();
+		    var options = new ContactFindOptions();
 			options.filter=""; 
 			var filter = ["displayName","addresses"];
-		    navigator.<a href="../contacts.find.html">contacts.find</a>(filter, onSuccess, onError, options);
+		    navigator.contacts.find(filter, onSuccess, onError, options);
         }
     
         // onSuccess: Get a snapshot of the current contacts
@@ -121,15 +121,15 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
     
         // onError: Failed to get the contacts
         //
-        function onError(<a href="../parameters/contactError.html">contactError</a>) {
+        function onError(contactError) {
             alert('onError!');
         }
 
         </script>
       </head>
       <body>
-        <h1><a href="../../storage/storage.opendatabase.html">Example</a></h1>
-        <p>Find <a href="../Contact/contact.html">Contact</a>s</p>
+        <h1>Example</h1>
+        <p>Find Contacts</p>
       </body>
     </html>
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.1/cordova/contacts/ContactError/contactError.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.1/cordova/contacts/ContactError/contactError.md b/www/docs/en/1.8.1/cordova/contacts/ContactError/contactError.md
index ad3bc3d..b0f07c8 100644
--- a/www/docs/en/1.8.1/cordova/contacts/ContactError/contactError.md
+++ b/www/docs/en/1.8.1/cordova/contacts/ContactError/contactError.md
@@ -18,10 +18,10 @@ license: >
     under the License.
 ---
 
-<a href="../Contact/contact.html">Contact</a>Error
+ContactError
 ========
 
-A `<a href="../Contact/contact.html">Contact</a>Error` object is returned to the `<a href="../parameters/contactError.html">contactError</a>` callback when an error occurs.
+A `ContactError` object is returned to the `contactError` callback when an error occurs.
 
 Properties
 ----------
@@ -31,16 +31,16 @@ Properties
 Constants
 ---------
 
-- `<a href="../Contact/contact.html">Contact</a>Error.UNKNOWN_ERROR`
-- `<a href="../Contact/contact.html">Contact</a>Error.INVALID_ARGUMENT_ERROR`
-- `<a href="../Contact/contact.html">Contact</a>Error.TIMEOUT_ERROR`
-- `<a href="../Contact/contact.html">Contact</a>Error.PENDING_OPERATION_ERROR`
-- `<a href="../Contact/contact.html">Contact</a>Error.IO_ERROR`
-- `<a href="../Contact/contact.html">Contact</a>Error.NOT_SUPPORTED_ERROR`
-- `<a href="../Contact/contact.html">Contact</a>Error.PERMISSION_DENIED_ERROR`
+- `ContactError.UNKNOWN_ERROR`
+- `ContactError.INVALID_ARGUMENT_ERROR`
+- `ContactError.TIMEOUT_ERROR`
+- `ContactError.PENDING_OPERATION_ERROR`
+- `ContactError.IO_ERROR`
+- `ContactError.NOT_SUPPORTED_ERROR`
+- `ContactError.PERMISSION_DENIED_ERROR`
 
 Description
 -----------
 
-The `<a href="../Contact/contact.html">Contact</a>Error` object is returned to the user through the `<a href="../parameters/contactError.html">contactError</a>` callback function when an error occurs.
+The `ContactError` object is returned to the user through the `contactError` callback function when an error occurs.
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[42/51] [partial] docs commit: Reverting autolinking change because of inconsistencies.

Posted by db...@apache.org.
http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/guide/platforms/blackberry10/index.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/guide/platforms/blackberry10/index.md b/www/docs/de/3.1.0/guide/platforms/blackberry10/index.md
index 5e76264..d0ecf32 100644
--- a/www/docs/de/3.1.0/guide/platforms/blackberry10/index.md
+++ b/www/docs/de/3.1.0/guide/platforms/blackberry10/index.md
@@ -20,13 +20,13 @@ license: >
 
 # Handbuch für die Plattform von BlackBerry 10
 
-Diese Anleitung zeigt wie Sie die Entwicklungsumgebung zum Erstellen und Bereitstellen von Cordova apps für BlackBerry 10 <a href="../../../cordova/device/device.html">Gerät</a>e aufsetzen. Für frühere Versionen von BlackBerry müssen Sie einen anderen Satz von Befehlszeilentools, beschrieben im <a href="../blackberry/index.html">Handbuch der BlackBerry-Plattform</a> zu verwenden.
+Diese Anleitung zeigt wie Sie die Entwicklungsumgebung zum Erstellen und Bereitstellen von Cordova apps für BlackBerry 10 Geräte aufsetzen. Für frühere Versionen von BlackBerry müssen Sie einen anderen Satz von Befehlszeilentools, beschrieben im Handbuch der BlackBerry-Plattform zu verwenden.
 
 ## Anforderungen
 
 Die Entwicklungsumgebung ist auf Windows, Mac und Linux verfügbar.
 
-Entwickler sollten verwenden, die `cordova` in <a href="../../../cordova/connection/connection.html">Verbindung</a> mit der Blackberry-Native-SDK-Dienstprogramm. Die Command-Line Interface Informationen finden Sie unter Gewusst wie: Installieren Sie `cordova` , Projekte, hinzufügen dann erstellen und bereitstellen für jede Plattform.
+Entwickler sollten verwenden, die `cordova` in Verbindung mit der Blackberry-Native-SDK-Dienstprogramm. Die Command-Line Interface Informationen finden Sie unter Gewusst wie: Installieren Sie `cordova` , Projekte, hinzufügen dann erstellen und bereitstellen für jede Plattform.
 
 ## Das BlackBerry-Native-SDK installieren
 
@@ -44,7 +44,7 @@ Unter Windows:
 
 Auf Mac und Linux:
 
-*   Bearbeiten Sie die `~/.bash_profile` -<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> eine Zeile wie die folgende, je nachdem, wo die Native SDK installiert wurde hinzugefügt:
+*   Bearbeiten Sie die `~/.bash_profile` -Datei eine Zeile wie die folgende, je nachdem, wo die Native SDK installiert wurde hinzugefügt:
     
     $ Export PATH = ${PATH}: / Anwendungen/Bbndk/host\_10\_1\_0\_132/Darwin/X 86/Usr/bin /
     
@@ -58,7 +58,7 @@ Auf Mac und Linux:
 
 ## Für Signierung einrichten
 
-Wenn Sie auf einem <a href="../../../cordova/device/device.html">Gerät</a> zu testen oder apps durch BlackBerry World verteilen möchten, muss Ihr System Setup zum Signieren von Code sein.
+Wenn Sie auf einem Gerät zu testen oder apps durch BlackBerry World verteilen möchten, muss Ihr System Setup zum Signieren von Code sein.
 
 Um einen Signaturschlüssel zu erhalten, besuchen Sie die BlackBerry-Website, und achten Sie darauf, das Kennwort zu kennen, die, das Sie angeben. Führen Sie das `blackberry-signer` -Dienstprogramm, das mit dem systemeigenen BlackBerry-SDK enthalten ist.
 
@@ -83,14 +83,14 @@ Verwendung der `cordova` Utility für ein neues Projekt, wie in der Command-Line
 
 ## Bereitstellen auf Emulator
 
-Wenn Sie einen <a href="../../../cordova/device/device.html">Gerät</a>eemulator ausführen möchten, downloaden und Installieren der BlackBerry-10-Simulator.
+Wenn Sie einen Geräteemulator ausführen möchten, downloaden und Installieren der BlackBerry-10-Simulator.
 
 *   [Download][1]
 *   [Erste Schritte][4]
 
  [4]: http://developer.blackberry.com/devzone/develop/simulator/blackberry_10_simulator_start.html
 
-Sie müssen vor der Prüfung einer app auf einem Emulator oder ein <a href="../../../cordova/device/device.html">Gerät</a>, ein *Ziel* zu Ihrem Projekt hinzufügen. Jedes ist mit einem eindeutigen Namen identifiziert und einer IP-Adresse zugeordnet. Sie müssen die IP-Adresse vom Emulator zu erhalten, bevor Sie es verwenden, um apps anzusehen.
+Sie müssen vor der Prüfung einer app auf einem Emulator oder ein Gerät, ein *Ziel* zu Ihrem Projekt hinzufügen. Jedes ist mit einem eindeutigen Namen identifiziert und einer IP-Adresse zugeordnet. Sie müssen die IP-Adresse vom Emulator zu erhalten, bevor Sie es verwenden, um apps anzusehen.
 
 Starten Sie das Emulator-Image, dann wählen Sie **Einstellungen** aus dem home-Bildschirm:
 
@@ -119,15 +119,15 @@ Führen Sie dann den `emulate` Befehl, um die app anzuzeigen:
     $ cordova emulate blackberry10
     
 
-## Bereitstellung auf <a href="../../../cordova/device/device.html">Gerät</a>
+## Bereitstellung auf Gerät
 
-Um auf ein <a href="../../../cordova/device/device.html">Gerät</a> bereitzustellen, sicherzustellen Sie, dass es an Ihrem Computer angeschlossen ist. Entwicklungsmodus aktivieren und die IP-Adresse als beschriebenen Emulator oben im Abschnitt zu erhalten. Sie müssen auch den Anschluß von erhalten die **lagereinstellungsanwendung unter** **über → Hardware**:
+Um auf ein Gerät bereitzustellen, sicherzustellen Sie, dass es an Ihrem Computer angeschlossen ist. Entwicklungsmodus aktivieren und die IP-Adresse als beschriebenen Emulator oben im Abschnitt zu erhalten. Sie müssen auch den Anschluß von erhalten die **lagereinstellungsanwendung unter** **über → Hardware**:
 
 ![][7]
 
  [7]: img/guide/platforms/blackberry10/bb_pin.png
 
-Führen Sie das Ziel-Befehlszeilenprogramm, um eine IP-Adresse, <a href="../../../cordova/device/device.html">Gerät</a>ekennwort und PIN einen Namen zuzuordnen.
+Führen Sie das Ziel-Befehlszeilenprogramm, um eine IP-Adresse, Gerätekennwort und PIN einen Namen zuzuordnen.
 
 *   Unter Windows:
     
@@ -141,14 +141,14 @@ Wo:
 
 *   `--password`bezieht sich auf das Kennwort zum Entsperren.
 
-*   `--pin`bezieht sich auf das <a href="../../../cordova/device/device.html">Gerät</a> PIN **die Einstellungsanwendung** eingeholt.
+*   `--pin`bezieht sich auf das Gerät PIN **die Einstellungsanwendung** eingeholt.
 
 Führen Sie dann den `run` Befehl, um die app anzuzeigen:
 
     $ cordova run blackberry10
     
 
-Wenn ein Debug-Token nicht noch für das <a href="../../../cordova/device/device.html">Gerät</a> eingerichtet ist, fordert eine Fehlermeldung Sie nutzen die Plattform, das Skript mit dem Kennwort, die Sie bei Registrierung für Signaturschlüssel.
+Wenn ein Debug-Token nicht noch für das Gerät eingerichtet ist, fordert eine Fehlermeldung Sie nutzen die Plattform, das Skript mit dem Kennwort, die Sie bei Registrierung für Signaturschlüssel.
 
 *   Unter Windows:
     
@@ -160,13 +160,13 @@ Wenn ein Debug-Token nicht noch für das <a href="../../../cordova/device/device
 
 ## Debuggen mit WebInspector
 
-Beim Debuggen auf dem <a href="../../../cordova/device/device.html">Gerät</a> oder einen Emulator können Sie WebInspector aus der Ferne, um den internen Zustand der Anwendung anzuzeigen ausführen. Eine Eingabeaufforderung zeigt die URL, die Sie zum Herstellen einer <a href="../../../cordova/connection/connection.html">Verbindung</a> mit Ihrer app mit einem standard-Webbrowser ermöglicht. Weitere Informationen finden Sie unter [Debuggen verwenden WebInspector][8].
+Beim Debuggen auf dem Gerät oder einen Emulator können Sie WebInspector aus der Ferne, um den internen Zustand der Anwendung anzuzeigen ausführen. Eine Eingabeaufforderung zeigt die URL, die Sie zum Herstellen einer Verbindung mit Ihrer app mit einem standard-Webbrowser ermöglicht. Weitere Informationen finden Sie unter [Debuggen verwenden WebInspector][8].
 
  [8]: http://developer.blackberry.com/html5/documentation/web_inspector_overview_1553586_11.html
 
 ## Erstellen einer Releaseversion
 
-Standardmäßig läuft der `cordova build` Befehl erstellt eine vorzeichenlose *...verlegt* -Paketdatei geeignet zum Testen auf einem <a href="../../../cordova/device/device.html">Gerät</a> oder Simulator.
+Standardmäßig läuft der `cordova build` Befehl erstellt eine vorzeichenlose *...verlegt* -Paketdatei geeignet zum Testen auf einem Gerät oder Simulator.
 
 Sie müssen eine andere ausführen `build` Befehl aus, um eine Release-Version zu erstellen, die für Verteilung durch BlackBerry Welt geeignet. Es ist nicht angewiesen auf die `cordova` CLI-Tool, und stattdessen verwendet die folgende Syntax:
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/guide/platforms/blackberry10/plugin.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/guide/platforms/blackberry10/plugin.md b/www/docs/de/3.1.0/guide/platforms/blackberry10/plugin.md
index 50a85a1..9102bc0 100644
--- a/www/docs/de/3.1.0/guide/platforms/blackberry10/plugin.md
+++ b/www/docs/de/3.1.0/guide/platforms/blackberry10/plugin.md
@@ -29,19 +29,19 @@ Dies ist eine Fortsetzung des Plugin Development Guide für Cordova. Sobald Sie
         };
     
 
-Eine native BlackBerry 10-Plugin für Cordova enthält JavaScript-Code und kann auch nativen Code enthalten. Das Echo-Plugin-Beispiel veranschaulicht die native Funktion aus JavaScript aufrufen. Die Native und JavaScript-Code kommunizieren miteinander durch einen Rahmen zur Verfügung gestellt von JNEXT. Jedes Plugin muss auch eine `plugin.xml` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+Eine native BlackBerry 10-Plugin für Cordova enthält JavaScript-Code und kann auch nativen Code enthalten. Das Echo-Plugin-Beispiel veranschaulicht die native Funktion aus JavaScript aufrufen. Die Native und JavaScript-Code kommunizieren miteinander durch einen Rahmen zur Verfügung gestellt von JNEXT. Jedes Plugin muss auch eine `plugin.xml` Datei.
 
 ## Systemeigenen Bestandteil Ihr Plugin erstellen
 
-Um den nativen Teil Ihr Plugin zu erstellen, öffnen Sie die BlackBerry 10 NDK IDE, und wählen Sie <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> > New > BlackBerry Projekt > Native Erweiterung > BlackBerry WebWorks. Geben Sie Ihre gewünschten Projektnamen / <a href="../../../cordova/storage/storage.html">Speicher</a>ort und klicken Sie auf Fertig stellen.
+Um den nativen Teil Ihr Plugin zu erstellen, öffnen Sie die BlackBerry 10 NDK IDE, und wählen Sie Datei > New > BlackBerry Projekt > Native Erweiterung > BlackBerry WebWorks. Geben Sie Ihre gewünschten Projektnamen / Speicherort und klicken Sie auf Fertig stellen.
 
-Das Projekt, erstellt von der IDE enthält Beispielcode für ein <a href="../../../cordova/storage/storage.html">Speicher</a>-Plugin. Sie ersetzen oder ändern diese <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>en um eigene Funktionalität erweitert.
+Das Projekt, erstellt von der IDE enthält Beispielcode für ein Speicher-Plugin. Sie ersetzen oder ändern diese Dateien um eigene Funktionalität erweitert.
 
 *   `*name*_js.hpp`: C++-Header für den JNEXT-Code.
 
 *   `*name*_js.cpp`: C++-Code für JNEXT.
 
-Die systemeigene Schnittstelle für die JNEXT-Erweiterung kann in der Plugin-Header-<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> befindet sich im öffentlichen Verzeichnis des Projekts angezeigt werden. Es enthält auch Konstanten und nützlichen Funktionen, die in Ihrem systemeigenen Code verwendet werden können. Ihr Plugin muss von JSExt abgeleitet werden, die in plugin.h definiert ist. Das heißt, müssen Sie die folgende Klasse implementieren:
+Die systemeigene Schnittstelle für die JNEXT-Erweiterung kann in der Plugin-Header-Datei befindet sich im öffentlichen Verzeichnis des Projekts angezeigt werden. Es enthält auch Konstanten und nützlichen Funktionen, die in Ihrem systemeigenen Code verwendet werden können. Ihr Plugin muss von JSExt abgeleitet werden, die in plugin.h definiert ist. Das heißt, müssen Sie die folgende Klasse implementieren:
 
     Klasse JSExt {public: virtuelle ~JSExt() {};
         virtual String InvokeMethod (const String & StrCommand) = 0;
@@ -50,7 +50,7 @@ Die systemeigene Schnittstelle für die JNEXT-Erweiterung kann in der Plugin-Hea
     };
     
 
-Daher sollte die Erweiterung die plugin.h-Headerdatei enthalten. Im Beispiel Echo verwenden Sie JSExt in der echo_js.hpp-<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> wie folgt:
+Daher sollte die Erweiterung die plugin.h-Headerdatei enthalten. Im Beispiel Echo verwenden Sie JSExt in der echo_js.hpp-Datei wie folgt:
 
     #include ".../ public/plugin.h "#include <string> #ifndef ECHO_JS_H_ #define ECHO_JS_H_ Klasse Echo: öffentliche JSExt {public: explizite Echo (const Std:: String & Id);
         virtuelle ~ Echo();
@@ -100,13 +100,13 @@ Die `onCreateObject` Funktion nimmt zwei Parameter. Der erste Parameter ist der
 
 ## Den JavaScript-Teil von Ihr Plugin erstellen
 
-Den JavaScript-Teil der Ihr Plugin muss die folgenden <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>en enthalten:
+Den JavaScript-Teil der Ihr Plugin muss die folgenden Dateien enthalten:
 
-*   `client.js`: Dies wird als die Client-Seite und enthält die API, die eine Cordova-Anwendung aufrufen können. Die API in `client.js` Aufrufe Aufrufe an `index.js` . Die API im `client.js` auch Callback-Funktionen zu den <a href="../../../cordova/events/events.html">Veranstaltungen</a>, die die Rückrufe auslösen herstellt.
+*   `client.js`: Dies wird als die Client-Seite und enthält die API, die eine Cordova-Anwendung aufrufen können. Die API in `client.js` Aufrufe Aufrufe an `index.js` . Die API im `client.js` auch Callback-Funktionen zu den Veranstaltungen, die die Rückrufe auslösen herstellt.
 
-*   `index.js`: Cordova lädt `index.js` und macht es über die cordova.exec-Brücke. Die `client.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> Aufrufe an die API in der `index.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>, die wiederum aufrufen, um JNEXT macht zu kommunizieren, die systemeigene Seite.
+*   `index.js`: Cordova lädt `index.js` und macht es über die cordova.exec-Brücke. Die `client.js` Datei Aufrufe an die API in der `index.js` Datei, die wiederum aufrufen, um JNEXT macht zu kommunizieren, die systemeigene Seite.
 
-Die Client- und Serverseite ( `client.js` und `index.js` ) interagiert durch die `Cordova.exec` Funktion. Ja, in `client.js` Aufrufen der `exec` -Funktion und geben Sie die erforderlichen Argumente. In der Echo-Plugin haben wir Folgendes in der `client.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>:
+Die Client- und Serverseite ( `client.js` und `index.js` ) interagiert durch die `Cordova.exec` Funktion. Ja, in `client.js` Aufrufen der `exec` -Funktion und geben Sie die erforderlichen Argumente. In der Echo-Plugin haben wir Folgendes in der `client.js` Datei:
 
     var service = "org.apache.cordova.blackberry.echo",
         exec = cordova.require("cordova/exec");
@@ -120,7 +120,7 @@ Die Client- und Serverseite ( `client.js` und `index.js` ) interagiert durch die
 
 Nun, `index.js` interagiert mit der native Seite mit JNEXT. So fügen Sie eine Konstruktorfunktion mit dem Namen Echo JNEXT. Innerhalb des Konstruktors führen Sie die folgenden wichtigen Vorgänge mithilfe der Init-Funktion:
 
-*   Geben Sie das erforderliche Modul durch die systemeigene Seite exportiert. Der Name des Moduls erforderlich muss den Namen einer shared Library-<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> (.so-<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>) übereinstimmen.
+*   Geben Sie das erforderliche Modul durch die systemeigene Seite exportiert. Der Name des Moduls erforderlich muss den Namen einer shared Library-Datei (.so-Datei) übereinstimmen.
 
 `JNEXT.require("libecho")`
 
@@ -144,20 +144,20 @@ Sie können jetzt die Daten zurück senden. Sagen wir es alle zusammen:
 
 ## Architektur des Plugins
 
-Kann man die Artefakte des Plugins, die enthält die `plugin.xml` -<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>, die Quellcode-<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>en (JavaScript, C++) und die Binärdateien ( `.so` ) innerhalb einer Verzeichnisstruktur, solange Sie korrekt angeben, die <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>pfade in der `plugin.xml` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>. Eine typische Struktur sieht folgendermaßen aus:
+Kann man die Artefakte des Plugins, die enthält die `plugin.xml` -Datei, die Quellcode-Dateien (JavaScript, C++) und die Binärdateien ( `.so` ) innerhalb einer Verzeichnisstruktur, solange Sie korrekt angeben, die Dateipfade in der `plugin.xml` Datei. Eine typische Struktur sieht folgendermaßen aus:
 
 ***your\_project\_directory*** (> plugin.xml)
 
 *   **www** (> client.js)
 *   **src** 
     *   **blackberry10** (> index.js, **native** > *.cpp, *.hpp)
-    *   **<a href="../../../cordova/device/device.html">Gerät</a>** (>*Binärdatei* * .so)
+    *   **Gerät** (>*Binärdatei* * .so)
     *   **Simulator** (>*Binärdatei* * .so)
 
-(Die Liste zeigt die hierarchische Beziehung zwischen den Verzeichnissen der obersten Ebene. Die Klammer zeigt den Inhalt eines angegebenen Verzeichnisses. Alle Verzeichnisnamen werden in Fettschrift angezeigt. <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>namen vorangestellt sind die `>` Zeichen.)
+(Die Liste zeigt die hierarchische Beziehung zwischen den Verzeichnissen der obersten Ebene. Die Klammer zeigt den Inhalt eines angegebenen Verzeichnisses. Alle Verzeichnisnamen werden in Fettschrift angezeigt. Dateinamen vorangestellt sind die `>` Zeichen.)
 
-## Inhalt der `plugin.xml` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>
+## Inhalt der `plugin.xml` Datei
 
-Die `plugin.xml` -<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> enthält den Namespace der Erweiterung und andere <a href="../../../cordova/file/metadata/metadata.html">Metadaten</a>. Den Namespace definiert und andere <a href="../../../cordova/file/metadata/metadata.html">Metadaten</a> für das Echo-Plugin wie folgt angeben:
+Die `plugin.xml` -Datei enthält den Namespace der Erweiterung und andere Metadaten. Den Namespace definiert und andere Metadaten für das Echo-Plugin wie folgt angeben:
 
-    < Plugin xmlns="http://www.phonegap.com/ns/plugins/1.0" id="org.apache.cordova.blackberry.echo" Version = "1.0.0" >< Js-Modul src="www/client.js" >< Zusammenführungen Ziel = "Navigator" / >< / Js-Modul >< Plattformnamen = "blackberry10" >< Quelldatei src="src/blackberry10/index.js" / >< Lib-<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> src="src/blackberry10/native/device/libecho.so" Bogen = "<a href="../../../cordova/device/device.html">Gerät</a>" / >< Lib-<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> src="src/blackberry10/native/simulator/libecho.so" Bogen = "Simulator" / ><-Config-File target="www/config.xml" übergeordnete = "/ Widget" >< verfügen über name="org.apache.cordova.blackberry.echo" value="org.apache.cordova.blackberry.echo" / >< / Config-<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> >< /Plattform >< / Plugin >
\ No newline at end of file
+    < Plugin xmlns="http://www.phonegap.com/ns/plugins/1.0" id="org.apache.cordova.blackberry.echo" Version = "1.0.0" >< Js-Modul src="www/client.js" >< Zusammenführungen Ziel = "Navigator" / >< / Js-Modul >< Plattformnamen = "blackberry10" >< Quelldatei src="src/blackberry10/index.js" / >< Lib-Datei src="src/blackberry10/native/device/libecho.so" Bogen = "Gerät" / >< Lib-Datei src="src/blackberry10/native/simulator/libecho.so" Bogen = "Simulator" / ><-Config-File target="www/config.xml" übergeordnete = "/ Widget" >< verfügen über name="org.apache.cordova.blackberry.echo" value="org.apache.cordova.blackberry.echo" / >< / Config-Datei >< /Plattform >< / Plugin >
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/guide/platforms/blackberry10/tools.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/guide/platforms/blackberry10/tools.md b/www/docs/de/3.1.0/guide/platforms/blackberry10/tools.md
index b3fd5e9..3c968b9 100644
--- a/www/docs/de/3.1.0/guide/platforms/blackberry10/tools.md
+++ b/www/docs/de/3.1.0/guide/platforms/blackberry10/tools.md
@@ -20,7 +20,7 @@ license: >
 
 # BlackBerry 10-Befehlszeilentools
 
-Die `cordova` Befehlszeilen-Dienstprogramm ist ein High-Level Tool, das Ihnen erlaubt, Anwendungen auf mehreren Plattformen gleichzeitig zu erstellen. Eine ältere Version von Cordova Rahmen bietet Gruppen von Befehlszeilentools, die spezifisch für jede Plattform. Wenn sie als Alternative zu den CLI verwenden möchten, müssen Sie diese Version von Cordova von [cordova.apache.org][1]herunterladen. Der Download enthält separate Archiv für jede Plattform. Erweitern Sie die gewünschte Ziel-Plattform. Die hier beschriebenen Tools sind in der Regel in der obersten Ebene `bin` Verzeichnis, sonst finden Sie in die **README** -<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> ausführlichere Wegbeschreibung.
+Die `cordova` Befehlszeilen-Dienstprogramm ist ein High-Level Tool, das Ihnen erlaubt, Anwendungen auf mehreren Plattformen gleichzeitig zu erstellen. Eine ältere Version von Cordova Rahmen bietet Gruppen von Befehlszeilentools, die spezifisch für jede Plattform. Wenn sie als Alternative zu den CLI verwenden möchten, müssen Sie diese Version von Cordova von [cordova.apache.org][1]herunterladen. Der Download enthält separate Archiv für jede Plattform. Erweitern Sie die gewünschte Ziel-Plattform. Die hier beschriebenen Tools sind in der Regel in der obersten Ebene `bin` Verzeichnis, sonst finden Sie in die **README** -Datei ausführlichere Wegbeschreibung.
 
  [1]: http://cordova.apache.org
 
@@ -45,22 +45,22 @@ wo
 
 ## Ziel
 
-Die `target` mit dem Befehl können Sie verwalten den Emulator oder BlackBerry-<a href="../../../cordova/device/device.html">Gerät</a>e, mit denen Sie Ihre Anwendung testen. Sie können hinzufügen oder entfernen ein Ziel oder ein Ziel gesetzt, als Standardziel.
+Die `target` mit dem Befehl können Sie verwalten den Emulator oder BlackBerry-Geräte, mit denen Sie Ihre Anwendung testen. Sie können hinzufügen oder entfernen ein Ziel oder ein Ziel gesetzt, als Standardziel.
 
 ### Fügen Sie ein Ziel
 
-    < Path-Projekt >/Cordova/Ziel hinzufügen <name> < Ip-Adresse > [-t |--Typ < <a href="../../../cordova/device/device.html">Gerät</a> | Simulator >] [-p |--Kennwort <password>] [--polig < <a href="../../../cordova/device/device.html">Gerät</a>-polig >]
+    < Path-Projekt >/Cordova/Ziel hinzufügen <name> < Ip-Adresse > [-t |--Typ < Gerät | Simulator >] [-p |--Kennwort <password>] [--polig < Gerät-polig >]
     
 
 wo
 
 *   `<name>`Gibt einen eindeutigen Namen für das Ziel.
 
-*   `<ip-address>`Gibt die Ip-Adresse des BlackBerry-<a href="../../../cordova/device/device.html">Gerät</a>s oder Simulator.
+*   `<ip-address>`Gibt die Ip-Adresse des BlackBerry-Geräts oder Simulator.
 
-*   `-p | --password <password>`Gibt das Kennwort für das <a href="../../../cordova/device/device.html">Gerät</a> oder den Emulator. Dies ist erforderlich, nur, wenn das <a href="../../../cordova/device/device.html">Gerät</a> oder den Emulator kennwortgeschützt ist.
+*   `-p | --password <password>`Gibt das Kennwort für das Gerät oder den Emulator. Dies ist erforderlich, nur, wenn das Gerät oder den Emulator kennwortgeschützt ist.
 
-*   `--pin <device-pin>`Gibt die PIN für das BlackBerry-<a href="../../../cordova/device/device.html">Gerät</a>, das dieses <a href="../../../cordova/device/device.html">Gerät</a> als gültige Host für die Debug-Token identifiziert. Dieses Argument ist erforderlich, nur, wenn Sie ein Debug-Token erstellen.
+*   `--pin <device-pin>`Gibt die PIN für das BlackBerry-Gerät, das dieses Gerät als gültige Host für die Debug-Token identifiziert. Dieses Argument ist erforderlich, nur, wenn Sie ein Debug-Token erstellen.
 
 ### Entfernen Sie ein Ziel
 
@@ -74,11 +74,11 @@ wo
 
 ## Build
 
-Der `build` Befehl erstellt das Projekt als ...verlegt <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>. Sie können Ihre app in beiden Release-Modus (der eine signierte ...verlegt <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> erzeugt) oder im Debug-Modus (der eine vorzeichenlose ...verlegt <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> erzeugt) erstellen.
+Der `build` Befehl erstellt das Projekt als ...verlegt Datei. Sie können Ihre app in beiden Release-Modus (der eine signierte ...verlegt Datei erzeugt) oder im Debug-Modus (der eine vorzeichenlose ...verlegt Datei erzeugt) erstellen.
 
 ### Erstellen Sie das Projekt im Release-Modus
 
-    < Path-Projekt >/Cordova/Release build [-k |--Keystorepass <password>] [-b |--BuildId <number>] [-p |--Params < Params-JSON-<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> >]
+    < Path-Projekt >/Cordova/Release build [-k |--Keystorepass <password>] [-b |--BuildId <number>] [-p |--Params < Params-JSON-Datei >]
     
 
 wo
@@ -87,38 +87,38 @@ wo
 
 *   `-b | --buildId <number>`Gibt die Build-Versionsnummer der Anwendung. In der Regel sollte diese Zahl signierte der Vorgängerversion erhöht werden. Dieses Argument ist optional.
 
-*   `-p | --params <params-JSON-file>`gibt eine JSON-<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>, die mit zusätzlichen Parameter zur Übergabe an nachgelagerte Werkzeuge. Dieses Argument ist optional.
+*   `-p | --params <params-JSON-file>`gibt eine JSON-Datei, die mit zusätzlichen Parameter zur Übergabe an nachgelagerte Werkzeuge. Dieses Argument ist optional.
 
 ### Erstellen Sie das Projekt im Debugmodus
 
-    < Path-Projekt >/Cordova/build Debug [<target>] [-k |--Keystorepass <password>] [-p |--Params < Params-JSON-<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> >] [-ll |--Loglevel <error|warn|verbose>]
+    < Path-Projekt >/Cordova/build Debug [<target>] [-k |--Keystorepass <password>] [-p |--Params < Params-JSON-Datei >] [-ll |--Loglevel <error|warn|verbose>]
     
 
 wo
 
-*   `<target>`Gibt den Namen eines zuvor hinzugefügten Ziels. Wenn `<target>` nicht angegeben ist, das Standardziel wird verwendet, wenn eine erstellt wurde. Dieses Argument ist nur erforderlich, wenn Sie das Skript zum Bereitstellen Ihrer Anwendung auf einem BlackBerry-<a href="../../../cordova/device/device.html">Gerät</a> oder Emulator, in dem Sie als Standardziel nicht erstellt haben. Zusätzlich, wenn `<target>` ist ein <a href="../../../cordova/device/device.html">Gerät</a>, dann das <a href="../../../cordova/device/device.html">Gerät</a> vom USB-Anschluss an den Computer angeschlossen werden oder mit dem gleichen Wi-Fi-Netzwerk wie Ihr Computer angeschlossen werden.
+*   `<target>`Gibt den Namen eines zuvor hinzugefügten Ziels. Wenn `<target>` nicht angegeben ist, das Standardziel wird verwendet, wenn eine erstellt wurde. Dieses Argument ist nur erforderlich, wenn Sie das Skript zum Bereitstellen Ihrer Anwendung auf einem BlackBerry-Gerät oder Emulator, in dem Sie als Standardziel nicht erstellt haben. Zusätzlich, wenn `<target>` ist ein Gerät, dann das Gerät vom USB-Anschluss an den Computer angeschlossen werden oder mit dem gleichen Wi-Fi-Netzwerk wie Ihr Computer angeschlossen werden.
 
 *   `-k | --keystorepass <password>`Gibt das Kennwort, die, das Sie definiert, wenn Sie Ihren Computer zum Signieren von Anwendungen konfiguriert. Dieses Kennwort wird auch verwendet, um das Debug-Token zu erstellen. Dieses Argument ist nur erforderlich, wenn Sie wollen das Skript zum Erstellen und installieren das Debug-Token für Sie.
 
-*   `-p | --params <params-JSON-file>`gibt eine JSON-<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>, die mit zusätzlichen Parameter zur Übergabe an nachgelagerte Werkzeuge.
+*   `-p | --params <params-JSON-file>`gibt eine JSON-Datei, die mit zusätzlichen Parameter zur Übergabe an nachgelagerte Werkzeuge.
 
 *   `-ll | --loglevel <level>`Gibt die Protokollebene. Die Protokollebene möglicherweise einer der `error` , `warn` , oder`verbose`.
 
-Wenn Sie zuvor definiert als Standardziel (und zuvor installiert haben ein Debug-Token, wenn das Ziel ein BlackBerry-<a href="../../../cordova/device/device.html">Gerät</a> ist), führen Sie das Skript ohne Argumente und das Skript wird Ihre app-Paket und auf das Standardziel bereitstellen. Zum Beispiel:
+Wenn Sie zuvor definiert als Standardziel (und zuvor installiert haben ein Debug-Token, wenn das Ziel ein BlackBerry-Gerät ist), führen Sie das Skript ohne Argumente und das Skript wird Ihre app-Paket und auf das Standardziel bereitstellen. Zum Beispiel:
 
     < Path-Projekt >/Cordova/build debug
     
 
 ## Ausführen
 
-Der `run` Befehl stellt die app auf dem BlackBerry-<a href="../../../cordova/device/device.html">Gerät</a> oder einen Emulator. Bevor Sie Ihre Anwendung bereitstellen, müssen Sie zunächst ein Ziel für das <a href="../../../cordova/device/device.html">Gerät</a> oder den Emulator Ihre Anwendung bereitgestellt, mit dem Ziel-Skript soll erstellen. Das Bereitstellen-Skript wird das letzte Build Ihrer Anwendung bereitstellen.
+Der `run` Befehl stellt die app auf dem BlackBerry-Gerät oder einen Emulator. Bevor Sie Ihre Anwendung bereitstellen, müssen Sie zunächst ein Ziel für das Gerät oder den Emulator Ihre Anwendung bereitgestellt, mit dem Ziel-Skript soll erstellen. Das Bereitstellen-Skript wird das letzte Build Ihrer Anwendung bereitstellen.
 
     < Path-Projekt >/Cordova/run <target>
     
 
 wo
 
-*   `<target>`Gibt den Namen eines zuvor hinzugefügten Ziels. Wenn `<target>` ist ein <a href="../../../cordova/device/device.html">Gerät</a>, dann das <a href="../../../cordova/device/device.html">Gerät</a> vom USB-Anschluss an den Computer angeschlossen werden oder mit dem gleichen Wi-Fi-Netzwerk wie Ihr Computer angeschlossen werden.
+*   `<target>`Gibt den Namen eines zuvor hinzugefügten Ziels. Wenn `<target>` ist ein Gerät, dann das Gerät vom USB-Anschluss an den Computer angeschlossen werden oder mit dem gleichen Wi-Fi-Netzwerk wie Ihr Computer angeschlossen werden.
 
 ## Plugin
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/guide/platforms/blackberry10/upgrading.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/guide/platforms/blackberry10/upgrading.md b/www/docs/de/3.1.0/guide/platforms/blackberry10/upgrading.md
index d681653..47423bc 100644
--- a/www/docs/de/3.1.0/guide/platforms/blackberry10/upgrading.md
+++ b/www/docs/de/3.1.0/guide/platforms/blackberry10/upgrading.md
@@ -62,7 +62,7 @@ platform add blackberry10`.
 
 BlackBerry 10:
 
-1.  Herunterladen Sie und extrahieren Sie die Cordova 2.9.0-Quelle zu einem permanenten <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrer Festplatte, zum Beispiel in`~/Cordova-2.9.0`.
+1.  Herunterladen Sie und extrahieren Sie die Cordova 2.9.0-Quelle zu einem permanenten Speicherort auf Ihrer Festplatte, zum Beispiel in`~/Cordova-2.9.0`.
 
 2.  Beenden Sie alle laufenden SDK-Tools: Eclipse, Momentics und dergleichen.
 
@@ -72,11 +72,11 @@ BlackBerry 10:
 
 5.  Kopieren Sie Ihre Projekte-Quelle aus des alten Projekts `/www` Verzeichnis in des neuen Projekts `/www` Verzeichnis.
 
-6.  Aktualisieren von Cordova Skriptverweis in Ihre `www/index.html` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> (und alle anderen <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>en, die den Skriptverweis enthalten) auf die neue hinzu `cordova.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+6.  Aktualisieren von Cordova Skriptverweis in Ihre `www/index.html` Datei (und alle anderen Dateien, die den Skriptverweis enthalten) auf die neue hinzu `cordova.js` Datei.
 
 ### BlackBerryOS/Textbuch
 
-1.  Herunterladen Sie und extrahieren Sie die Cordova 2.9.0-Quelle zu einem permanenten <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrer Festplatte, zum Beispiel in`~/Cordova-2.9.0`.
+1.  Herunterladen Sie und extrahieren Sie die Cordova 2.9.0-Quelle zu einem permanenten Speicherort auf Ihrer Festplatte, zum Beispiel in`~/Cordova-2.9.0`.
 
 2.  Beenden Sie alle laufenden SDK-Tools: Eclipse, Momentics und dergleichen.
 
@@ -84,9 +84,9 @@ BlackBerry 10:
 
 4.  Erstellen Sie ein neues Projekt, wie in iOS Command-Line Tools beschrieben. Sie benötigen die Vermögen aus diesem neuen Projekt.
 
-5.  Kopie der `www/cordova.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> aus dem neuen Projekt in Ihr `www` Verzeichnis und löschen Ihre `www/cordova.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+5.  Kopie der `www/cordova.js` Datei aus dem neuen Projekt in Ihr `www` Verzeichnis und löschen Ihre `www/cordova.js` Datei.
 
-6.  Aktualisieren von Cordova Skriptverweis in Ihre `www/index.html` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> (und alle anderen <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>en, die den Skriptverweis enthalten) auf die neue hinzu `cordova.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+6.  Aktualisieren von Cordova Skriptverweis in Ihre `www/index.html` Datei (und alle anderen Dateien, die den Skriptverweis enthalten) auf die neue hinzu `cordova.js` Datei.
 
 7.  Kopie der `native` Verzeichnis des neuen Projekts in das bestehende Projekt, überschreiben die alte `native` Verzeichnis.
 
@@ -98,9 +98,9 @@ BlackBerry 10:
 
 BlackBerry 10:
 
-BlackBerry 10 verwendet die neue CLI-Werkzeuge und Kern-APIs als Plugins verwaltet. Die Anweisungen Migrieren Ihres Projekts für ein neues Projekt, anstatt ein vorhandenes Projekt, aufgrund der Komplexität der Aktualisierung eines alten Projekts zu aktualisieren. Auch beachten Sie, dass die Cordova-Js--<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> Skript heißt jetzt 'cordova.js' und nicht mehr eine Zeichenfolge enthält.
+BlackBerry 10 verwendet die neue CLI-Werkzeuge und Kern-APIs als Plugins verwaltet. Die Anweisungen Migrieren Ihres Projekts für ein neues Projekt, anstatt ein vorhandenes Projekt, aufgrund der Komplexität der Aktualisierung eines alten Projekts zu aktualisieren. Auch beachten Sie, dass die Cordova-Js--Datei Skript heißt jetzt 'cordova.js' und nicht mehr eine Zeichenfolge enthält.
 
-1.  Herunterladen Sie und extrahieren Sie die Cordova 2.8.0-Quelle zu einem permanenten <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrer Festplatte, zum Beispiel in`~/Cordova-2.8.0`.
+1.  Herunterladen Sie und extrahieren Sie die Cordova 2.8.0-Quelle zu einem permanenten Speicherort auf Ihrer Festplatte, zum Beispiel in`~/Cordova-2.8.0`.
 
 2.  Beenden Sie alle laufenden SDK-Tools: Eclipse, Momentics und dergleichen.
 
@@ -110,11 +110,11 @@ BlackBerry 10 verwendet die neue CLI-Werkzeuge und Kern-APIs als Plugins verwalt
 
 5.  Kopieren Sie Ihre Projekte-Quelle aus des alten Projekts `/www` Verzeichnis in des neuen Projekts `/www` Verzeichnis.
 
-6.  Aktualisieren von Cordova Skriptverweis in Ihre `www/index.html` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> (und alle anderen <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>en, die den Skriptverweis enthalten) auf die neue hinzu `cordova.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+6.  Aktualisieren von Cordova Skriptverweis in Ihre `www/index.html` Datei (und alle anderen Dateien, die den Skriptverweis enthalten) auf die neue hinzu `cordova.js` Datei.
 
 BlackBerryOS/Textbuch:
 
-1.  Herunterladen Sie und extrahieren Sie die Cordova 2.8.0-Quelle zu einem permanenten <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrer Festplatte, zum Beispiel in`~/Cordova-2.8.0`.
+1.  Herunterladen Sie und extrahieren Sie die Cordova 2.8.0-Quelle zu einem permanenten Speicherort auf Ihrer Festplatte, zum Beispiel in`~/Cordova-2.8.0`.
 
 2.  Beenden Sie alle laufenden SDK-Tools: Eclipse, Momentics und dergleichen.
 
@@ -122,9 +122,9 @@ BlackBerryOS/Textbuch:
 
 4.  Erstellen Sie ein neues Projekt, wie in iOS Command-Line Tools beschrieben. Sie benötigen die Vermögen aus diesem neuen Projekt.
 
-5.  Kopie der `www/cordova.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> aus dem neuen Projekt in Ihr `www` Verzeichnis und löschen Ihre `www/cordova.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+5.  Kopie der `www/cordova.js` Datei aus dem neuen Projekt in Ihr `www` Verzeichnis und löschen Ihre `www/cordova.js` Datei.
 
-6.  Aktualisieren von Cordova Skriptverweis in Ihre `www/index.html` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> (und alle anderen <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>en, die den Skriptverweis enthalten) auf die neue hinzu `cordova.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+6.  Aktualisieren von Cordova Skriptverweis in Ihre `www/index.html` Datei (und alle anderen Dateien, die den Skriptverweis enthalten) auf die neue hinzu `cordova.js` Datei.
 
 7.  Kopie der `native` Verzeichnis des neuen Projekts in das bestehende Projekt, überschreiben die alte `native` Verzeichnis.
 
@@ -134,7 +134,7 @@ BlackBerryOS/Textbuch:
 
 ## Upgrade 2.6.0 Projekte 2.7.0
 
-1.  Herunterladen Sie und extrahieren Sie die Cordova 2.7.0-Quelle zu einem permanenten <a href="../../../cordova/storage/storage.html">Speicher</a>ort auf Ihrer Festplatte, zum Beispiel in`~/Cordova-2.7.0`.
+1.  Herunterladen Sie und extrahieren Sie die Cordova 2.7.0-Quelle zu einem permanenten Speicherort auf Ihrer Festplatte, zum Beispiel in`~/Cordova-2.7.0`.
 
 2.  Beenden Sie alle laufenden SDK-Tools: Eclipse, Momentics und dergleichen.
 
@@ -142,9 +142,9 @@ BlackBerryOS/Textbuch:
 
 4.  Erstellen Sie ein neues Projekt, wie in BlackBerry-Befehlszeilen-Tools beschrieben. Sie benötigen die Vermögen aus diesem neuen Projekt.
 
-5.  Kopie der `www/cordova-2.7.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> aus dem neuen Projekt in Ihr `www` Verzeichnis und löschen Ihre `www/cordova-2.6.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+5.  Kopie der `www/cordova-2.7.0.js` Datei aus dem neuen Projekt in Ihr `www` Verzeichnis und löschen Ihre `www/cordova-2.6.0.js` Datei.
 
-6.  Aktualisieren von Cordova Skriptverweis in Ihre `www/index.html` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> (und alle anderen <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>en, die den Skriptverweis enthalten) auf die neue hinzu `cordova-2.7.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+6.  Aktualisieren von Cordova Skriptverweis in Ihre `www/index.html` Datei (und alle anderen Dateien, die den Skriptverweis enthalten) auf die neue hinzu `cordova-2.7.0.js` Datei.
 
 7.  Kopie der `native` Verzeichnis des neuen Projekts in das bestehende Projekt, überschreiben die alte `native` Verzeichnis.
 
@@ -160,21 +160,21 @@ Es wird empfohlen, dass Sie eine neue Kopie von das gesamte Verzeichnis herunter
 
 Aber auch hier sind die neuen Teile für die schrittweise Aktualisierung:
 
-1.  Aktualisieren Sie die <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> cordova.blackberry.js in das `Phonegap-2.6.0/lib/blackberry/javascript` Verzeichnis.
+1.  Aktualisieren Sie die Datei cordova.blackberry.js in das `Phonegap-2.6.0/lib/blackberry/javascript` Verzeichnis.
 
 2.  Update der `ext` , `ext-air` , und `ext-qnx` in das `Phonegap-2.6.0/lib/blackberry/framework` Verzeichnis.
 
-3.  Update der `build.xml` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> das `Phonegap-2.6.0/lib/blackberry` Verzeichnis.
+3.  Update der `build.xml` Datei das `Phonegap-2.6.0/lib/blackberry` Verzeichnis.
 
 4.  Update der `Phonegap-2.6.0/lib/blackberry/bin` Verzeichnis.
 
-5.  Update der `VERSION` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> das `Phonegap-2.6.0/lib/blackberry` Verzeichnis.
+5.  Update der `VERSION` Datei das `Phonegap-2.6.0/lib/blackberry` Verzeichnis.
 
 Aktualisieren das Beispiel / Verzeichnis oder Migrieren einer vorhandenen Projekt:
 
 1.  Öffnen Ihre `www/` Verzeichnis, das Ihre Anwendung enthält.
 
-2.  Entfernen und aktualisieren Sie die .jar-<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> in das `ext/` Verzeichnis.
+2.  Entfernen und aktualisieren Sie die .jar-Datei in das `ext/` Verzeichnis.
 
 3.  Aktualisieren des Inhalts der `ext-air/` Verzeichnis.
 
@@ -182,7 +182,7 @@ Aktualisieren das Beispiel / Verzeichnis oder Migrieren einer vorhandenen Projek
 
 5.  Kopieren Sie die neue `cordova-2.6.0.js` in Ihr Projekt.
 
-6.  Aktualisieren Sie den HTML-Code um das neue `cordova-2.6.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+6.  Aktualisieren Sie den HTML-Code um das neue `cordova-2.6.0.js` Datei.
 
 ## Ein Upgrade auf 2.5.0 von 2.4.0
 
@@ -192,21 +192,21 @@ Es wird empfohlen, dass Sie eine neue Kopie von das gesamte Verzeichnis herunter
 
 Aber auch hier sind die neuen Teile für die schrittweise Aktualisierung:
 
-1.  Aktualisieren Sie die <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> cordova.blackberry.js in das `Phonegap-2.5.0/lib/blackberry/javascript` Verzeichnis.
+1.  Aktualisieren Sie die Datei cordova.blackberry.js in das `Phonegap-2.5.0/lib/blackberry/javascript` Verzeichnis.
 
 2.  Update der `ext` , `ext-air` , und `ext-qnx` in das `Phonegap-2.5.0/lib/blackberry/framework` Verzeichnis.
 
-3.  Update der `build.xml` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> das `Phonegap-2.5.0/lib/blackberry` Verzeichnis.
+3.  Update der `build.xml` Datei das `Phonegap-2.5.0/lib/blackberry` Verzeichnis.
 
 4.  Update der `Phonegap-2.5.0/lib/blackberry/bin` Verzeichnis.
 
-5.  Update der `VERSION` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> das `Phonegap-2.5.0/lib/blackberry` Verzeichnis.
+5.  Update der `VERSION` Datei das `Phonegap-2.5.0/lib/blackberry` Verzeichnis.
 
 Aktualisieren das Beispiel / Verzeichnis oder Migrieren einer vorhandenen Projekt:
 
 1.  Öffnen Ihre `www/` Verzeichnis, das Ihre Anwendung enthält.
 
-2.  Entfernen und aktualisieren Sie die .jar-<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> in das `ext/` Verzeichnis.
+2.  Entfernen und aktualisieren Sie die .jar-Datei in das `ext/` Verzeichnis.
 
 3.  Aktualisieren des Inhalts der `ext-air/` Verzeichnis.
 
@@ -214,7 +214,7 @@ Aktualisieren das Beispiel / Verzeichnis oder Migrieren einer vorhandenen Projek
 
 5.  Kopieren Sie die neue `cordova-2.5.0.js` in Ihr Projekt.
 
-6.  Aktualisieren Sie den HTML-Code um das neue `cordova-2.5.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+6.  Aktualisieren Sie den HTML-Code um das neue `cordova-2.5.0.js` Datei.
 
 ## Ein Upgrade auf 2.4.0 von 2.3.0
 
@@ -222,34 +222,34 @@ Aktualisierung nur das `www` Verzeichnis:
 
 1.  Öffnen Ihre `www/` Verzeichnis, das Ihre Anwendung enthält.
 
-2.  Entfernen und aktualisieren Sie die .jar-<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> in das `ext/` Verzeichnis.
+2.  Entfernen und aktualisieren Sie die .jar-Datei in das `ext/` Verzeichnis.
 
 3.  Aktualisieren des Inhalts der `ext-air/` Verzeichnis.
 
 4.  Kopieren Sie die neue `cordova-2.4.0.js` in Ihr Projekt.
     
-    *   Wenn Textbuch, dann Update die JS-in <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> das `playbook/` Verzeichnis.
-    *   Wenn BlackBerry 10, aktualisieren Sie dann die JS-<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> in das `qnx/` Verzeichnis.
+    *   Wenn Textbuch, dann Update die JS-in Datei das `playbook/` Verzeichnis.
+    *   Wenn BlackBerry 10, aktualisieren Sie dann die JS-Datei in das `qnx/` Verzeichnis.
 
-5.  Aktualisieren Sie den HTML-Code um das neue `cordova-2.4.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+5.  Aktualisieren Sie den HTML-Code um das neue `cordova-2.4.0.js` Datei.
 
 Aktualisieren das Beispielverzeichnis (d. h. Aktualisierung mithilfe der Ant-Tools):
 
 1.  Öffnen der `sample/lib/` Verzeichnis.
 
-2.  Aktualisieren Sie die .jar-<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> in das `cordova.2.3.0/ext/` Verzeichnis.
+2.  Aktualisieren Sie die .jar-Datei in das `cordova.2.3.0/ext/` Verzeichnis.
 
 3.  Aktualisieren des Inhalts der `cordova.2.3.0/ext-air/` Verzeichnis.
 
 4.  Aktualisieren des Inhalts der `cordova.2.3.0/ext-qnx/` Verzeichnis.
 
-5.  Aktualisieren Sie die JS-<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> in das `cordova.2.3.0/javascript/` Verzeichnis.
+5.  Aktualisieren Sie die JS-Datei in das `cordova.2.3.0/javascript/` Verzeichnis.
 
 6.  Öffnen der `sample/lib/` Verzeichnis und benennen Sie die `cordova.2.3.0/` Verzeichnis`cordova.2.4.0/`.
 
 7.  Typ `ant blackberry build` oder `ant playbook build` zum Aktualisieren der `www/` Verzeichnis mit aktualisierten Cordova.
 
-8.  Öffnen der `www/` Verzeichnis und aktualisieren Sie den HTML-Code um das neue `cordova-2.4.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+8.  Öffnen der `www/` Verzeichnis und aktualisieren Sie den HTML-Code um das neue `cordova-2.4.0.js` Datei.
 
 ## Ein Upgrade auf 2.3.0 von 2.2.0
 
@@ -257,34 +257,34 @@ Aktualisierung nur das `www` Verzeichnis:
 
 1.  Öffnen Ihre `www/` Verzeichnis, das Ihre Anwendung enthält.
 
-2.  Entfernen und aktualisieren Sie die .jar-<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> in das `ext/` Verzeichnis.
+2.  Entfernen und aktualisieren Sie die .jar-Datei in das `ext/` Verzeichnis.
 
 3.  Aktualisieren des Inhalts der `ext-air/` Verzeichnis.
 
 4.  Kopieren Sie die neue `cordova-2.3.0.js` in Ihr Projekt.
     
-    *   Wenn Textbuch, dann Update die JS-in <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> das `playbook/` Verzeichnis.
-    *   Wenn BlackBerry 10, aktualisieren Sie dann die JS-<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> in das `qnx/` Verzeichnis.
+    *   Wenn Textbuch, dann Update die JS-in Datei das `playbook/` Verzeichnis.
+    *   Wenn BlackBerry 10, aktualisieren Sie dann die JS-Datei in das `qnx/` Verzeichnis.
 
-5.  Aktualisieren Sie den HTML-Code um das neue `cordova-2.3.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+5.  Aktualisieren Sie den HTML-Code um das neue `cordova-2.3.0.js` Datei.
 
 Aktualisieren das Beispielverzeichnis (d. h. Aktualisierung mithilfe der Ant-Tools):
 
 1.  Öffnen der `sample/lib/` Verzeichnis.
 
-2.  Aktualisieren Sie die .jar-<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> in das `cordova.2.2.0/ext/` Verzeichnis.
+2.  Aktualisieren Sie die .jar-Datei in das `cordova.2.2.0/ext/` Verzeichnis.
 
 3.  Aktualisieren des Inhalts der `cordova.2.2.0/ext-air/` Verzeichnis.
 
 4.  Aktualisieren des Inhalts der `cordova.2.2.0/ext-qnx/` Verzeichnis.
 
-5.  Aktualisieren Sie die JS-<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> in das `cordova.2.2.0/javascript/` Verzeichnis.
+5.  Aktualisieren Sie die JS-Datei in das `cordova.2.2.0/javascript/` Verzeichnis.
 
 6.  Öffnen der `sample/lib/` Verzeichnis und benennen Sie die `cordova.2.2.0/` Verzeichnis`cordova.2.3.0/`.
 
 7.  Typ `ant blackberry build` oder `ant playbook build` zum Aktualisieren der `www/` Verzeichnis mit aktualisierten Cordova.
 
-8.  Öffnen der `www/` Verzeichnis und aktualisieren Sie den HTML-Code um das neue `cordova-2.3.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+8.  Öffnen der `www/` Verzeichnis und aktualisieren Sie den HTML-Code um das neue `cordova-2.3.0.js` Datei.
 
 ## Ein Upgrade auf 2.2.0 von 2.1.0
 
@@ -292,34 +292,34 @@ Aktualisieren einfach das Www-Verzeichnis:
 
 1.  Öffnen Ihre `www/` Verzeichnis, das Ihre Anwendung enthält.
 
-2.  Entfernen und aktualisieren Sie die .jar-<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> in das `ext/` Verzeichnis.
+2.  Entfernen und aktualisieren Sie die .jar-Datei in das `ext/` Verzeichnis.
 
 3.  Aktualisieren des Inhalts der `ext-air/` Verzeichnis.
 
 4.  Kopieren Sie die neue `cordova-2.2.0.js` in Ihr Projekt.
     
-    *   Wenn Textbuch, dann Update die JS-in <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> das `playbook/` Verzeichnis.
-    *   Wenn BlackBerry 10, aktualisieren Sie dann die JS-<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> in das `qnx/` Verzeichnis.
+    *   Wenn Textbuch, dann Update die JS-in Datei das `playbook/` Verzeichnis.
+    *   Wenn BlackBerry 10, aktualisieren Sie dann die JS-Datei in das `qnx/` Verzeichnis.
 
-5.  Aktualisieren Sie den HTML-Code um das neue `cordova-2.2.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+5.  Aktualisieren Sie den HTML-Code um das neue `cordova-2.2.0.js` Datei.
 
 Aktualisieren das Beispielverzeichnis (d. h. Aktualisierung mithilfe der Ant-Tools):
 
 1.  Öffnen der `sample/lib/` Verzeichnis.
 
-2.  Aktualisieren Sie die .jar-<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> in das `cordova.2.1.0/ext/` Verzeichnis.
+2.  Aktualisieren Sie die .jar-Datei in das `cordova.2.1.0/ext/` Verzeichnis.
 
 3.  Aktualisieren des Inhalts der `cordova.2.1.0/ext-air/` Verzeichnis.
 
 4.  Aktualisieren des Inhalts der `cordova.2.1.0/ext-qnx/` Verzeichnis.
 
-5.  Aktualisieren Sie die JS-<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> in das `cordova.2.1.0/javascript/` Verzeichnis.
+5.  Aktualisieren Sie die JS-Datei in das `cordova.2.1.0/javascript/` Verzeichnis.
 
 6.  Öffnen der `sample/lib/` Verzeichnis und benennen Sie die `cordova.2.1.0/` Verzeichnis`cordova.2.2.0/`.
 
 7.  Typ `ant blackberry build` oder `ant playbook build` zum Aktualisieren der `www/` Verzeichnis mit aktualisierten Cordova.
 
-8.  Öffnen der `www/` Verzeichnis und aktualisieren Sie den HTML-Code um das neue `cordova-2.2.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+8.  Öffnen der `www/` Verzeichnis und aktualisieren Sie den HTML-Code um das neue `cordova-2.2.0.js` Datei.
 
 ## Upgrade auf 2.1.0 von 2.0.0
 
@@ -327,31 +327,31 @@ Aktualisierung nur das `www` Verzeichnis:
 
 1.  Öffnen Ihre `www/` Verzeichnis, das Ihre Anwendung enthält.
 
-2.  Entfernen und aktualisieren Sie die .jar-<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> in das `ext/` Verzeichnis.
+2.  Entfernen und aktualisieren Sie die .jar-Datei in das `ext/` Verzeichnis.
 
 3.  Aktualisieren des Inhalts der `ext-air/` Verzeichnis.
 
 4.  Kopieren Sie die neue `cordova-2.1.0.js` in Ihr Projekt.
     
-    *   Wenn Textbuch, dann Update die JS-in <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> das `playbook/` Verzeichnis.
+    *   Wenn Textbuch, dann Update die JS-in Datei das `playbook/` Verzeichnis.
 
-5.  Aktualisieren Sie den HTML-Code um das neue `cordova-2.1.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+5.  Aktualisieren Sie den HTML-Code um das neue `cordova-2.1.0.js` Datei.
 
 Aktualisieren das Beispielverzeichnis (d. h. Aktualisierung mithilfe der Ant-Tools):
 
 1.  Öffnen der `sample/lib/` Verzeichnis.
 
-2.  Aktualisieren Sie die .jar-<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> in das `cordova.2.0.0/ext/` Verzeichnis.
+2.  Aktualisieren Sie die .jar-Datei in das `cordova.2.0.0/ext/` Verzeichnis.
 
 3.  Aktualisieren des Inhalts der `cordova.2.0.0/ext-air/` Verzeichnis.
 
-4.  Aktualisieren Sie die JS-<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> in das `cordova.2.0.0/javascript/` Verzeichnis.
+4.  Aktualisieren Sie die JS-Datei in das `cordova.2.0.0/javascript/` Verzeichnis.
 
 5.  Öffnen der `sample/lib/` Verzeichnis und benennen Sie die `cordova.2.0.0/` Verzeichnis`cordova.2.1.0/`.
 
 6.  Typ `ant blackberry build` oder `ant playbook build` zum Aktualisieren der `www/` Verzeichnis mit aktualisierten Cordova.
 
-7.  Öffnen der `www/` Verzeichnis und aktualisieren Sie den HTML-Code um das neue `cordova-2.1.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+7.  Öffnen der `www/` Verzeichnis und aktualisieren Sie den HTML-Code um das neue `cordova-2.1.0.js` Datei.
 
 ## Ein Upgrade auf 2.0.0 von 1.9.0
 
@@ -359,48 +359,48 @@ Aktualisierung nur das `www` Verzeichnis:
 
 1.  Öffnen Ihre `www/` Verzeichnis, das Ihre Anwendung enthält.
 
-2.  Entfernen und aktualisieren Sie die .jar-<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> in das `ext/` Verzeichnis.
+2.  Entfernen und aktualisieren Sie die .jar-Datei in das `ext/` Verzeichnis.
 
 3.  Aktualisieren des Inhalts der `ext-air/` Verzeichnis.
 
 4.  Kopieren Sie die neue `cordova-2.0.0.js` in Ihr Projekt.
     
-    *   Wenn Textbuch, dann Update die JS-in <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> das `playbook/` Verzeichnis.
+    *   Wenn Textbuch, dann Update die JS-in Datei das `playbook/` Verzeichnis.
 
-5.  Aktualisieren Sie den HTML-Code um das neue `cordova-2.0.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+5.  Aktualisieren Sie den HTML-Code um das neue `cordova-2.0.0.js` Datei.
 
-6.  Update der `www/plugins.xml` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>. Zwei Plugins verändert ihr Label-Namespace-Dienst. Ändern Sie die alten Einträge für die Erfassung und <a href="../../../cordova/contacts/Contact/contact.html">Kontakt</a>-Plugins von:
+6.  Update der `www/plugins.xml` Datei. Zwei Plugins verändert ihr Label-Namespace-Dienst. Ändern Sie die alten Einträge für die Erfassung und Kontakt-Plugins von:
     
-        < Plugin Name = "Capture" value="org.apache.cordova.media.MediaCapture"/ >< Plugin-Name = "<a href="../../../cordova/contacts/Contact/contact.html">Kontakt</a>" value="org.apache.cordova.pim.Contact"/ >
+        < Plugin Name = "Capture" value="org.apache.cordova.media.MediaCapture"/ >< Plugin-Name = "Kontakt" value="org.apache.cordova.pim.Contact"/ >
         
     An:
     
-        < Plugin Name = "Capture" value="org.apache.cordova.capture.MediaCapture"/ >< Plugin-Namen "<a href="../../../cordova/contacts/contacts.html"><a href="../../../cordova/contacts/Contact/contact.html">Kontakt</a>e</a>" value="org.apache.cordova.pim.Contact"/ = >
+        < Plugin Name = "Capture" value="org.apache.cordova.capture.MediaCapture"/ >< Plugin-Namen "Kontakte" value="org.apache.cordova.pim.Contact"/ = >
         
 
 Aktualisieren das Beispielverzeichnis (d. h. Aktualisierung mithilfe der Ant-Tools):
 
 1.  Öffnen der `sample/lib/` Verzeichnis.
 
-2.  Aktualisieren Sie die .jar-<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> in das `cordova.1.9.0/ext/` Verzeichnis.
+2.  Aktualisieren Sie die .jar-Datei in das `cordova.1.9.0/ext/` Verzeichnis.
 
 3.  Aktualisieren des Inhalts der `cordova.1.9.0/ext-air/` Verzeichnis.
 
-4.  Aktualisieren Sie die JS-<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> in das `cordova.1.9.0/javascript/` Verzeichnis.
+4.  Aktualisieren Sie die JS-Datei in das `cordova.1.9.0/javascript/` Verzeichnis.
 
 5.  Öffnen der `sample/lib/` Verzeichnis und benennen Sie die `cordova.1.9.0/` Verzeichnis`cordova.2.0.0/`.
 
 6.  Typ `ant blackberry build` oder `ant playbook build` zum Aktualisieren der `www/` Verzeichnis mit aktualisierten Cordova.
 
-7.  Öffnen der `www/` Verzeichnis und aktualisieren Sie den HTML-Code um das neue `cordova-2.0.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+7.  Öffnen der `www/` Verzeichnis und aktualisieren Sie den HTML-Code um das neue `cordova-2.0.0.js` Datei.
 
-8.  Öffnen der `www/` Verzeichnis und Update der `plugins.xml` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>. Zwei Plugins verändert ihr Label-Namespace-Dienst. Ändern Sie die alten Einträge für die Erfassung und <a href="../../../cordova/contacts/Contact/contact.html">Kontakt</a>-Plugins von:
+8.  Öffnen der `www/` Verzeichnis und Update der `plugins.xml` Datei. Zwei Plugins verändert ihr Label-Namespace-Dienst. Ändern Sie die alten Einträge für die Erfassung und Kontakt-Plugins von:
     
-         < Plugin Name = "Capture" value="org.apache.cordova.media.MediaCapture"/ >< Plugin-Name = "<a href="../../../cordova/contacts/Contact/contact.html">Kontakt</a>" value="org.apache.cordova.pim.Contact"/ >
+         < Plugin Name = "Capture" value="org.apache.cordova.media.MediaCapture"/ >< Plugin-Name = "Kontakt" value="org.apache.cordova.pim.Contact"/ >
         
     An:
     
-         < Plugin Name = "Capture" value="org.apache.cordova.capture.MediaCapture"/ >< Plugin-Namen "<a href="../../../cordova/contacts/contacts.html"><a href="../../../cordova/contacts/Contact/contact.html">Kontakt</a>e</a>" value="org.apache.cordova.pim.Contact"/ = >
+         < Plugin Name = "Capture" value="org.apache.cordova.capture.MediaCapture"/ >< Plugin-Namen "Kontakte" value="org.apache.cordova.pim.Contact"/ = >
         
 
 *   Um auf 1.8.0 aktualisieren, gehen Sie bitte 1.7.0
@@ -411,45 +411,45 @@ Aktualisierung nur das `www` Verzeichnis:
 
 1.  Öffnen Ihre `www/` Verzeichnis, das Ihre Anwendung enthält.
 
-2.  Entfernen und aktualisieren Sie die .jar-<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> in das `ext/` Verzeichnis.
+2.  Entfernen und aktualisieren Sie die .jar-Datei in das `ext/` Verzeichnis.
 
 3.  Aktualisieren des Inhalts der `ext-air/` Verzeichnis.
 
 4.  Kopieren Sie die neue `cordova-1.8.0.js` in Ihr Projekt.
     
-    *   Wenn Textbuch, dann Update die JS-in <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> das `playbook/` Verzeichnis.
+    *   Wenn Textbuch, dann Update die JS-in Datei das `playbook/` Verzeichnis.
 
-5.  Aktualisieren Sie den HTML-Code um das neue `cordova-1.8.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+5.  Aktualisieren Sie den HTML-Code um das neue `cordova-1.8.0.js` Datei.
 
-6.  Update der `www/plugins.xml` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>. Zwei Plugins verändert ihr Label-Namespace-Dienst. Ändern Sie die alten Einträge für die Erfassung und <a href="../../../cordova/contacts/Contact/contact.html">Kontakt</a>-Plugins von:
+6.  Update der `www/plugins.xml` Datei. Zwei Plugins verändert ihr Label-Namespace-Dienst. Ändern Sie die alten Einträge für die Erfassung und Kontakt-Plugins von:
     
-        < Plugin Name = "Capture" value="org.apache.cordova.media.MediaCapture"/ >< Plugin-Name = "<a href="../../../cordova/contacts/Contact/contact.html">Kontakt</a>" value="org.apache.cordova.pim.Contact"/ >
+        < Plugin Name = "Capture" value="org.apache.cordova.media.MediaCapture"/ >< Plugin-Name = "Kontakt" value="org.apache.cordova.pim.Contact"/ >
         
     An:
     
-        < Plugin Name = "Capture" value="org.apache.cordova.capture.MediaCapture"/ >< Plugin-Namen "<a href="../../../cordova/contacts/contacts.html"><a href="../../../cordova/contacts/Contact/contact.html">Kontakt</a>e</a>" value="org.apache.cordova.pim.Contact"/ = >
+        < Plugin Name = "Capture" value="org.apache.cordova.capture.MediaCapture"/ >< Plugin-Namen "Kontakte" value="org.apache.cordova.pim.Contact"/ = >
         
 
 Aktualisieren das Beispielverzeichnis (d. h. Aktualisierung mithilfe der Ant-Tools):
 
 1.  Öffnen der `sample/lib/` Verzeichnis.
 
-2.  Aktualisieren Sie die .jar-<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> in das `cordova.1.7.0/ext/` Verzeichnis.
+2.  Aktualisieren Sie die .jar-Datei in das `cordova.1.7.0/ext/` Verzeichnis.
 
 3.  Aktualisieren des Inhalts der `cordova.1.7.0/ext-air/` Verzeichnis.
 
-4.  Aktualisieren Sie die JS-<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> in das `cordova.1.7.0/javascript/` Verzeichnis.
+4.  Aktualisieren Sie die JS-Datei in das `cordova.1.7.0/javascript/` Verzeichnis.
 
 5.  Öffnen der `sample/lib/` Verzeichnis und benennen Sie die `cordova.1.7.0/` Verzeichnis`cordova.1.8.0/`.
 
 6.  Typ `ant blackberry build` oder `ant playbook build` zum Aktualisieren der `www/` Verzeichnis mit aktualisierten Cordova.
 
-7.  Öffnen der `www/` Verzeichnis und aktualisieren Sie den HTML-Code um das neue `cordova-1.8.0.js` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+7.  Öffnen der `www/` Verzeichnis und aktualisieren Sie den HTML-Code um das neue `cordova-1.8.0.js` Datei.
 
-8.  Öffnen der `www/` Verzeichnis und Update der `plugins.xml` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>. Zwei Plugins verändert ihr Label-Namespace-Dienst. Ändern Sie die alten Einträge für die Erfassung und <a href="../../../cordova/contacts/Contact/contact.html">Kontakt</a>-Plugins von:
+8.  Öffnen der `www/` Verzeichnis und Update der `plugins.xml` Datei. Zwei Plugins verändert ihr Label-Namespace-Dienst. Ändern Sie die alten Einträge für die Erfassung und Kontakt-Plugins von:
     
-         < Plugin Name = "Capture" value="org.apache.cordova.media.MediaCapture"/ >< Plugin-Name = "<a href="../../../cordova/contacts/Contact/contact.html">Kontakt</a>" value="org.apache.cordova.pim.Contact"/ >
+         < Plugin Name = "Capture" value="org.apache.cordova.media.MediaCapture"/ >< Plugin-Name = "Kontakt" value="org.apache.cordova.pim.Contact"/ >
         
     An:
     
-         < Plugin Name = "Capture" value="org.apache.cordova.capture.MediaCapture"/ >< Plugin-Namen "<a href="../../../cordova/contacts/contacts.html"><a href="../../../cordova/contacts/Contact/contact.html">Kontakt</a>e</a>" value="org.apache.cordova.pim.Contact"/ = >
\ No newline at end of file
+         < Plugin Name = "Capture" value="org.apache.cordova.capture.MediaCapture"/ >< Plugin-Namen "Kontakte" value="org.apache.cordova.pim.Contact"/ = >
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/guide/platforms/index.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/guide/platforms/index.md b/www/docs/de/3.1.0/guide/platforms/index.md
index 2926dac..3b5ed75 100644
--- a/www/docs/de/3.1.0/guide/platforms/index.md
+++ b/www/docs/de/3.1.0/guide/platforms/index.md
@@ -24,54 +24,54 @@ Installieren Sie vor der Entwicklung für den unten aufgeführten Plattformen, C
 
 Um Cordova Anwendungen entwickeln, installieren Sie SDKs für jede mobile Plattform, die Sie abzielen. Diese Installation ist erforderlich, unabhängig davon, ob Sie den Großteil Ihrer Arbeit im SDK oder verwenden die CLI für Ihren Build-Zyklus.
 
-Jede *Platform Guide* unten aufgeführten erfahren Sie, was Sie brauchen, wissen, jede Plattform-Entwicklungsumgebung einrichten: wo Sie das SDK zu erhalten, <a href="../../cordova/device/device.html">Gerät</a>eemulatoren einrichten, wie die <a href="../../cordova/connection/connection.html">Verbindung</a> der <a href="../../cordova/device/device.html">Gerät</a>e zum direkten testen und verwalten, wichtige Signaturanforderungen. Zusätzliche Handbücher enthalten Informationen auf jede Plattform einzigartige Gruppe von Konfigurationsoptionen, Anweisungen zum Hinzufügen von Plugins, aktualisieren, jede Plattform und Plattform-spezifischen Befehlszeilentools, die als eine Low-Level-Alternative zu dienen die `cordova` des Befehlszeilen-Dienstprogramms.
+Jede *Platform Guide* unten aufgeführten erfahren Sie, was Sie brauchen, wissen, jede Plattform-Entwicklungsumgebung einrichten: wo Sie das SDK zu erhalten, Geräteemulatoren einrichten, wie die Verbindung der Geräte zum direkten testen und verwalten, wichtige Signaturanforderungen. Zusätzliche Handbücher enthalten Informationen auf jede Plattform einzigartige Gruppe von Konfigurationsoptionen, Anweisungen zum Hinzufügen von Plugins, aktualisieren, jede Plattform und Plattform-spezifischen Befehlszeilentools, die als eine Low-Level-Alternative zu dienen die `cordova` des Befehlszeilen-Dienstprogramms.
 
 ## Android
 
-*   <a href="android/index.html">Android-Plattform-Guide</a>
-*   <a href="android/config.html">Android-Konfiguration</a>
-*   <a href="android/webview.html">Android Webansichten für</a>
-*   <a href="android/plugin.html">Android Plugins</a>
-*   <a href="android/tools.html">Android-Befehlszeilenprogrammen</a>
-*   <a href="android/upgrading.html">Aktualisierung von Android</a>
+*   Android-Plattform-Guide
+*   Android-Konfiguration
+*   Android Webansichten für
+*   Android Plugins
+*   Android-Befehlszeilenprogrammen
+*   Aktualisierung von Android
 
 ## BlackBerry
 
-*   <a href="blackberry/index.html">Handbuch der BlackBerry-Plattform</a>
-*   <a href="blackberry10/config.html">BlackBerry Configuration</a>
-*   <a href="blackberry/tools.html">BlackBerry-Befehlszeilentools</a>
-*   <a href="blackberry10/upgrading.html">Aktualisieren der BlackBerry</a>
+*   Handbuch der BlackBerry-Plattform
+*   BlackBerry Configuration
+*   BlackBerry-Befehlszeilentools
+*   Aktualisieren der BlackBerry
 
 ## BlackBerry 10
 
-*   <a href="blackberry10/index.html">Handbuch für die Plattform von BlackBerry 10</a>
+*   Handbuch für die Plattform von BlackBerry 10
 *   BlackBerry 10 Konfiguration
-*   <a href="blackberry10/plugin.html">BlackBerry 10 Plugins</a>
-*   <a href="blackberry10/tools.html">BlackBerry 10-Befehlszeilentools</a>
+*   BlackBerry 10 Plugins
+*   BlackBerry 10-Befehlszeilentools
 
 ## iOS
 
-*   <a href="ios/index.html">iOS Platform Guide</a>
-*   <a href="ios/config.html">iOS Konfiguration</a>
-*   <a href="ios/webview.html">iOS Webansichten für</a>
-*   <a href="ios/plugin.html">iOS Plugins</a>
-*   <a href="ios/tools.html">iOS-Befehlszeilenprogrammen</a>
-*   <a href="ios/upgrading.html">IOS Upgrade</a>
+*   iOS Platform Guide
+*   iOS Konfiguration
+*   iOS Webansichten für
+*   iOS Plugins
+*   iOS-Befehlszeilenprogrammen
+*   IOS Upgrade
 
 ## Windows Phone
 
-*   <a href="wp8/index.html">Handbuch für die Plattform von Windows Phone-8</a>
-*   <a href="wp7/index.html">Windows Phone 7 Plattform Guide</a>
+*   Handbuch für die Plattform von Windows Phone-8
+*   Windows Phone 7 Plattform Guide
 *   Windows Phone-Konfiguration
-*   <a href="wp8/tools.html">Windows Phone Befehlszeilentools</a>
-*   <a href="wp8/upgrading.html">Aktualisieren von Windows Phone</a>
+*   Windows Phone Befehlszeilentools
+*   Aktualisieren von Windows Phone
 
 ## Windows 8
 
-*   <a href="win8/index.html">Anleitung zur Windows 8 Platform</a>
-*   <a href="win8/tools.html">Windows 8-Befehlszeilentools</a>
-*   <a href="win8/upgrading.html">Aktualisieren von Windows 8</a>
+*   Anleitung zur Windows 8 Platform
+*   Windows 8-Befehlszeilentools
+*   Aktualisieren von Windows 8
 
 ## Tizen
 
-*   <a href="tizen/index.html">Tizen Plattform Guide</a>
\ No newline at end of file
+*   Tizen Plattform Guide
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/guide/platforms/ios/config.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/guide/platforms/ios/config.md b/www/docs/de/3.1.0/guide/platforms/ios/config.md
index 9a24688..63c39bb 100644
--- a/www/docs/de/3.1.0/guide/platforms/ios/config.md
+++ b/www/docs/de/3.1.0/guide/platforms/ios/config.md
@@ -20,7 +20,7 @@ license: >
 
 # iOS Konfiguration
 
-Die `config.xml` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> steuert eine app-Grundeinstellungen, die für jede Anwendung und CordovaWebView Instanz gelten. Dieser Abschnitt beschreibt die Einstellungen, die nur auf iOS-Builds zu gelten. Finden Sie die <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> config.xml <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> Informationen auf globalen Konfigurations-Optionen.
+Die `config.xml` Datei steuert eine app-Grundeinstellungen, die für jede Anwendung und CordovaWebView Instanz gelten. Dieser Abschnitt beschreibt die Einstellungen, die nur auf iOS-Builds zu gelten. Finden Sie die Datei config.xml Datei Informationen auf globalen Konfigurations-Optionen.
 
 *   `EnableViewportScale`(Boolean, wird standardmäßig auf `false` ): Legen Sie auf `true` ein Viewport Meta-Tag verwenden, um entweder deaktivieren oder den Bereich der Benutzer Skalierung zu beschränken.
     
@@ -32,12 +32,12 @@ Die `config.xml` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>
         <preference name="MediaPlaybackRequiresUserAction" value="true"/>
         
 
-*   `AllowInlineMediaPlayback`(Boolean, wird standardmäßig auf `false` ): Legen Sie auf `true` HTML5 <a href="../../../cordova/media/media.html">Medien</a>wiedergabe *Inline* innerhalb des Bildschirm-Layouts, mit Browser bereitgestellten Steuerelemente anstelle von native Steuerelemente angezeigt werden können. Damit dies funktioniert, fügen Sie das `webkit-playsinline` -Attribut auf eine `<video>` Elemente.
+*   `AllowInlineMediaPlayback`(Boolean, wird standardmäßig auf `false` ): Legen Sie auf `true` HTML5 Medienwiedergabe *Inline* innerhalb des Bildschirm-Layouts, mit Browser bereitgestellten Steuerelemente anstelle von native Steuerelemente angezeigt werden können. Damit dies funktioniert, fügen Sie das `webkit-playsinline` -Attribut auf eine `<video>` Elemente.
     
         <preference name="AllowInlineMediaPlayback" value="true"/>
         
 
-*   `BackupWebStorage`(string, entweder `none` , `local` , oder den Standardwert `cloud` ): Legen Sie auf `cloud` Web-<a href="../../../cordova/storage/storage.html">Speicher</a>daten-Backup über iCloud können. Legen Sie auf `local` um nur lokale Backups über iTunes Sync zu ermöglichen. Legen Sie auf `none` zu verhindern, dass Web-<a href="../../../cordova/storage/storage.html">Speicher</a>-Backup.
+*   `BackupWebStorage`(string, entweder `none` , `local` , oder den Standardwert `cloud` ): Legen Sie auf `cloud` Web-Speicherdaten-Backup über iCloud können. Legen Sie auf `local` um nur lokale Backups über iTunes Sync zu ermöglichen. Legen Sie auf `none` zu verhindern, dass Web-Speicher-Backup.
     
         <preference name="BackupWebStorage" value="local"/>
         
@@ -47,19 +47,19 @@ Die `config.xml` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>
         <preference name="TopActivityIndicator" value="white"/>
         
 
-*   `Fade<a href="../../../cordova/splashscreen/splashscreen.html">SplashScreen</a>`(Boolean, wird standardmäßig auf `true` ): Legen Sie auf `false` um zu verhindern, dass den Begrüßungsbildschirm ein-und ausblenden wenn seinen Anzeigezustand ändert.
+*   `FadeSplashScreen`(Boolean, wird standardmäßig auf `true` ): Legen Sie auf `false` um zu verhindern, dass den Begrüßungsbildschirm ein-und ausblenden wenn seinen Anzeigezustand ändert.
     
-        <preference name="Fade<a href="../../../cordova/splashscreen/splashscreen.html">SplashScreen</a>" value="false"/>
+        <preference name="FadeSplashScreen" value="false"/>
         
 
-*   `Fade<a href="../../../cordova/splashscreen/splashscreen.html">SplashScreen</a>Duration`(float, der Standardwert ist `2` ): gibt die Anzahl der Sekunden für den Begrüßungsbildschirm fade Effekt ausgeführt.
+*   `FadeSplashScreenDuration`(float, der Standardwert ist `2` ): gibt die Anzahl der Sekunden für den Begrüßungsbildschirm fade Effekt ausgeführt.
     
-        <preference name="Fade<a href="../../../cordova/splashscreen/splashscreen.html">SplashScreen</a>Duration" value="4"/>
+        <preference name="FadeSplashScreenDuration" value="4"/>
         
 
-*   `Show<a href="../../../cordova/splashscreen/splashscreen.html">SplashScreen</a>Spinner`(Boolean, wird standardmäßig auf `true` ): Legen Sie auf `false` den Begrüßungsbildschirm Spinner zu verstecken.
+*   `ShowSplashScreenSpinner`(Boolean, wird standardmäßig auf `true` ): Legen Sie auf `false` den Begrüßungsbildschirm Spinner zu verstecken.
     
-        <preference name="Show<a href="../../../cordova/splashscreen/splashscreen.html">SplashScreen</a>Spinner" value="false"/>
+        <preference name="ShowSplashScreenSpinner" value="false"/>
         
 
 *   `KeyboardDisplayRequiresUserAction`(Boolean, wird standardmäßig auf `true` ): Legen Sie auf `false` erlauben die Tastatur angezeigt werden, beim Aufrufen von `focus()` auf Formularfelder.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/guide/platforms/ios/index.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/guide/platforms/ios/index.md b/www/docs/de/3.1.0/guide/platforms/ios/index.md
index 5e8b02a..fffa222 100644
--- a/www/docs/de/3.1.0/guide/platforms/ios/index.md
+++ b/www/docs/de/3.1.0/guide/platforms/ios/index.md
@@ -20,13 +20,13 @@ license: >
 
 # iOS Platform Guide
 
-Diese Anleitung zeigt Ihre Entwicklungsumgebung SDK einrichten, Cordova apps für iOS-<a href="../../../cordova/device/device.html">Gerät</a>e wie iPhone und iPad bereitstellen. Finden Sie im folgenden detaillierte Plattform-spezifischen Informationen:
+Diese Anleitung zeigt Ihre Entwicklungsumgebung SDK einrichten, Cordova apps für iOS-Geräte wie iPhone und iPad bereitstellen. Finden Sie im folgenden detaillierte Plattform-spezifischen Informationen:
 
-*   <a href="config.html">iOS Konfiguration</a>
-*   <a href="upgrading.html">IOS Upgrade</a>
-*   <a href="webview.html">iOS Webansichten für</a>
-*   <a href="plugin.html">iOS Plugins</a>
-*   <a href="tools.html">iOS-Befehlszeilenprogrammen</a>
+*   iOS Konfiguration
+*   IOS Upgrade
+*   iOS Webansichten für
+*   iOS Plugins
+*   iOS-Befehlszeilenprogrammen
 
 Die Befehlszeilentools, die oben beziehen sich auf Versionen vor 3.0 Cordova. Informationen über die aktuelle Schnittstelle finden Sie unter The Command-Line Interface.
 
@@ -34,7 +34,7 @@ Die Befehlszeilentools, die oben beziehen sich auf Versionen vor 3.0 Cordova. In
 
 Apple ® Werkzeuge zum Erstellen von iOS-Anwendungen, die nur auf das Betriebssystem OS X auf Intel-basierten Macs ausgeführt. Xcode ® 4.5 (die erforderliche Mindestversion) läuft nur unter OS X Version 10.7 (Lion) oder größer, und umfasst das iOS 6 SDK (Software Development Kit). Einreichen von apps, die Apple-App-Store℠ erfordert die neuesten Versionen der Apple-Tools.
 
-Sie können viele der mit dem iOS-Emulator installiert mit der iOS SDK und Xcode Cordova-Features testen, aber man braucht ein echtes <a href="../../../cordova/device/device.html">Gerät</a> vollständig testen aller <a href="../../../cordova/device/device.html">Gerät</a>efunktionen die app vor der Einreichung zum App-<a href="../../../cordova/storage/storage.html">Speicher</a>. Das <a href="../../../cordova/device/device.html">Gerät</a> muss mindestens iOS 5.x installiert, die mindestens iOS-Version ab Cordova 2.3 unterstützt. Unterstützende <a href="../../../cordova/device/device.html">Gerät</a>en gehören alle iPad ® Modelle, iPhone ® 3GS und höher, und iPod ® Touch 3rd Generation oder höher. Um apps auf einem <a href="../../../cordova/device/device.html">Gerät</a> zu installieren, müssen Sie auch ein Mitglied von Apples [iOS Developer Program][1], sein, die kostet $99 pro Jahr. Diese Anleitung zeigt wie zum Implementieren von apps auf der iOS-Emulator, wofür Sie mü
 ssen sich nicht mit dem Entwicklerprogramm registrieren.
+Sie können viele der mit dem iOS-Emulator installiert mit der iOS SDK und Xcode Cordova-Features testen, aber man braucht ein echtes Gerät vollständig testen aller Gerätefunktionen die app vor der Einreichung zum App-Speicher. Das Gerät muss mindestens iOS 5.x installiert, die mindestens iOS-Version ab Cordova 2.3 unterstützt. Unterstützende Geräten gehören alle iPad ® Modelle, iPhone ® 3GS und höher, und iPod ® Touch 3rd Generation oder höher. Um apps auf einem Gerät zu installieren, müssen Sie auch ein Mitglied von Apples [iOS Developer Program][1], sein, die kostet $99 pro Jahr. Diese Anleitung zeigt wie zum Implementieren von apps auf der iOS-Emulator, wofür Sie müssen sich nicht mit dem Entwicklerprogramm registrieren.
 
  [1]: https://developer.apple.com/programs/ios/
 
@@ -61,7 +61,7 @@ Verwendung der `cordova` Utility für ein neues Projekt, wie in der Cordova The
         $ cordova prepare              # or "cordova build"
     
 
-Einmal erstellt, können Sie es innerhalb von Xcode öffnen. Doppelklicken Sie zum Öffnen der `hello/platforms/ios/hello.xcodeproj` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>. Der Bildschirm sollte wie folgt aussehen:
+Einmal erstellt, können Sie es innerhalb von Xcode öffnen. Doppelklicken Sie zum Öffnen der `hello/platforms/ios/hello.xcodeproj` Datei. Der Bildschirm sollte wie folgt aussehen:
 
 ![][4]
 
@@ -71,11 +71,11 @@ Einmal erstellt, können Sie es innerhalb von Xcode öffnen. Doppelklicken Sie z
 
 Die app in der iOS-Emulator Vorschau:
 
-1.  Stellen Sie sicher, dass die *.xcodeproj* -<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> im linken Bereich ausgewählt ist.
+1.  Stellen Sie sicher, dass die *.xcodeproj* -Datei im linken Bereich ausgewählt ist.
 
 2.  Wählen Sie die **Hallo** -app im Bereich sofort nach rechts.
 
-3.  Wählen Sie das gewünschte <a href="../../../cordova/device/device.html">Gerät</a> " **Schema** " der Symbolleiste, wie das iPhone hervorgehoben 6.0 Simulator als hier:
+3.  Wählen Sie das gewünschte Gerät " **Schema** " der Symbolleiste, wie das iPhone hervorgehoben 6.0 Simulator als hier:
     
     ![][5]
 
@@ -90,9 +90,9 @@ Die app in der iOS-Emulator Vorschau:
 
 Xcode kommt zusammengerollt mit Emulatoren für die neuesten Versionen von iPhone und iPad. Ältere Versionen möglicherweise zur Verfügung, aus der **Xcode → Einstellungen → Downloads → Komponenten** Panel.
 
-## Bereitstellung auf <a href="../../../cordova/device/device.html">Gerät</a>
+## Bereitstellung auf Gerät
 
-Ausführliche Informationen zu unterschiedlichen Anforderungen an ein <a href="../../../cordova/device/device.html">Gerät</a> bereitstellen finden Sie im Abschnitt " *Konfigurieren von Entwicklung und Vertrieb Vermögenswerte* " Apples [Tools Workflow Guide für iOS][7]. Kurz gesagt, müssen Sie vor der Bereitstellung Folgendes:
+Ausführliche Informationen zu unterschiedlichen Anforderungen an ein Gerät bereitstellen finden Sie im Abschnitt " *Konfigurieren von Entwicklung und Vertrieb Vermögenswerte* " Apples [Tools Workflow Guide für iOS][7]. Kurz gesagt, müssen Sie vor der Bereitstellung Folgendes:
 
  [7]: http://developer.apple.com/library/ios/#documentation/Xcode/Conceptual/ios_development_workflow/00-About_the_iOS_Application_Development_Workflow/introduction.html#//apple_ref/doc/uid/TP40007959
 
@@ -104,15 +104,15 @@ Ausführliche Informationen zu unterschiedlichen Anforderungen an ein <a href=".
 
  [8]: https://developer.apple.com/ios/manage/overview/index.action
 
-Für das <a href="../../../cordova/device/device.html">Gerät</a> bereitstellen:
+Für das Gerät bereitstellen:
 
-1.  Verwenden Sie das USB-Kabel, um das <a href="../../../cordova/device/device.html">Gerät</a> an Ihren Mac anschließen
+1.  Verwenden Sie das USB-Kabel, um das Gerät an Ihren Mac anschließen
 
 2.  Wählen Sie den Namen des Projekts in das Xcode-Fenster **Schema** Dropdown Liste.
 
-3.  Wählen Sie Ihr <a href="../../../cordova/device/device.html">Gerät</a> aus der Dropdownliste **<a href="../../../cordova/device/device.html">Gerät</a>** . Wenn es über USB angeschlossen ist, aber immer noch nicht angezeigt, drücken Sie die Schaltfläche " **Organizer** ", um Fehler zu beheben.
+3.  Wählen Sie Ihr Gerät aus der Dropdownliste **Gerät** . Wenn es über USB angeschlossen ist, aber immer noch nicht angezeigt, drücken Sie die Schaltfläche " **Organizer** ", um Fehler zu beheben.
 
-4.  Drücken Sie die Schaltfläche **Ausführen** , erstellen, bereitstellen und führen Sie die Anwendung auf Ihrem <a href="../../../cordova/device/device.html">Gerät</a>.
+4.  Drücken Sie die Schaltfläche **Ausführen** , erstellen, bereitstellen und führen Sie die Anwendung auf Ihrem Gerät.
 
 ## Häufige Probleme
 
@@ -120,14 +120,14 @@ Für das <a href="../../../cordova/device/device.html">Gerät</a> bereitstellen:
 
 Xcode Warnung über die `invokeString` Methode betrifft die Funktionalität, die eine Anwendung über einen benutzerdefinierten URL startet. Obwohl der Mechanismus zum Laden aus einer benutzerdefinierten URL geändert hat, ist dieser Code noch rückwärts Funktionalität für Anwendungen, die mit älteren Versionen von Cordova erstellt. Die Beispielanwendung wird diese Funktionalität nicht verwendet, können diese Warnungen ignoriert werden. Um diese Warnungen angezeigt zu vermeiden, entfernen Sie den Code, der die veraltete InvokeString API verweist:
 
-*   Bearbeiten Sie die <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> *Classes/MainViewController.m* , umgeben von den folgenden Codeblock mit `/*` und `*/` Kommentare wie folgt, dann geben Sie **Befehl-s** , um die <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> zu speichern:
+*   Bearbeiten Sie die Datei *Classes/MainViewController.m* , umgeben von den folgenden Codeblock mit `/*` und `*/` Kommentare wie folgt, dann geben Sie **Befehl-s** , um die Datei zu speichern:
     
         (void)webViewDidFinishLoad:(UIWebView*)theWebView
         {
         // only valid if ___PROJECTNAME__-Info.plist specifies a protocol to handle
         /*
         if (self.invokeString) {
-          // this is passed before the <a href="../../../cordova/events/events.deviceready.html">deviceready</a> event is fired, so you can access it in js when you receive <a href="../../../cordova/events/events.deviceready.html">deviceready</a>
+          // this is passed before the deviceready event is fired, so you can access it in js when you receive deviceready
           NSLog(@"DEPRECATED: window.invokeString - use the window.handleOpenURL(url) function instead, which is always called when the app is launched through a custom scheme url.");
           NSString* jsString = [NSString stringWithFormat:@"var invokeString = \"%@\";", self.invokeString];
           [theWebView stringByEvaluatingJavaScriptFromString:jsString];
@@ -140,7 +140,7 @@ Xcode Warnung über die `invokeString` Methode betrifft die Funktionalität, die
         }
         
 
-*   Bearbeiten Sie die *Classes/AppViewDelegate.m* -<a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>, kommentieren Sie die folgende Zeile durch einen doppelten Schrägstrich einfügen, wie folgt, dann geben Sie **Befehl-s** , um die <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a> zu speichern:
+*   Bearbeiten Sie die *Classes/AppViewDelegate.m* -Datei, kommentieren Sie die folgende Zeile durch einen doppelten Schrägstrich einfügen, wie folgt, dann geben Sie **Befehl-s** , um die Datei zu speichern:
     
         //self.viewController.invokeString = invokeString;
         
@@ -151,7 +151,7 @@ Xcode Warnung über die `invokeString` Methode betrifft die Funktionalität, die
 
 **Fehlende Header**: Kompilierungsfehler im Zusammenhang mit fehlenden Header werden durch Probleme mit den Buildspeicherort und kann über Xcode-Einstellungen festgelegt werden:
 
-1.  **Xcode → Einstellungen → <a href="../../../cordova/storage/storage.html">Speicher</a>orte** auswählen.
+1.  **Xcode → Einstellungen → Speicherorte** auswählen.
 
 2.  Drücken Sie im Abschnitt **Abgeleitete Daten** die Schaltfläche " **erweitert** " und wählen Sie **Unique** als den **Buildspeicherort** , wie hier gezeigt:
     

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/guide/platforms/ios/plugin.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/guide/platforms/ios/plugin.md b/www/docs/de/3.1.0/guide/platforms/ios/plugin.md
index 3218944..52866a9 100644
--- a/www/docs/de/3.1.0/guide/platforms/ios/plugin.md
+++ b/www/docs/de/3.1.0/guide/platforms/ios/plugin.md
@@ -22,7 +22,7 @@ license: >
 
 Eine Plugin ist eine Objective-C-Klasse, die erweitert die `CDVPlugin` Klasse.
 
-Jedes Plugin-Klasse muss registriert sein, als ein `<feature>` tag-in der `config.xml` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>. Es ist über diesen Mechanismus, dass JavaScript `exec` Methode `service` Parameter ordnet eine Objective-C-Klasse.
+Jedes Plugin-Klasse muss registriert sein, als ein `<feature>` tag-in der `config.xml` Datei. Es ist über diesen Mechanismus, dass JavaScript `exec` Methode `service` Parameter ordnet eine Objective-C-Klasse.
 
 ## Plugin-Klasse Zuordnung
 
@@ -33,7 +33,7 @@ Der JavaScript-Teil eines Plugins verwendet immer die `cordova.exec` Methode wie
 
 Dies marshallt Ersuchen der `UIWebView` auf die iOS native Seite, mehr oder weniger kochendes bis Berufung der `action` -Methode für die `service` -Klasse mit der übergebenen Argumente der `args` Array.
 
-Geben Sie das Plugin als ein `<feature>` Tag in Ihre Cordova-iOS-Anwendung-Projekt `config.xml` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>.
+Geben Sie das Plugin als ein `<feature>` Tag in Ihre Cordova-iOS-Anwendung-Projekt `config.xml` Datei.
 
     <feature name="LocalStorage">
         <param name="ios-package" value="CDVLocalStorage" />
@@ -54,11 +54,11 @@ Wird eine Instanz eines Plugin-Objekts erstellt, für das Leben eines jeden `UIW
 
 Es gibt *keine* benannten Initialisierer für Plugins. Stattdessen sollten die Plugins verwenden die `pluginInitialize` -Methode für ihre Start-up-Logik.
 
-Plugins mit langer Laufzeit-Anforderungen, elektronische Aktivität (z. B. spielen <a href="../../../cordova/media/media.html">Medien</a>), Zuhörer oder internen Zustand sollten implementieren die `onReset` Methode und stoppen oder Bereinigen Sie diese Tätigkeiten. Diese Methode wird ausgeführt, wenn die `UIWebView` navigiert zu einer neuen Seite oder Aktualisierungen, die das JavaScript lädt.
+Plugins mit langer Laufzeit-Anforderungen, elektronische Aktivität (z. B. spielen Medien), Zuhörer oder internen Zustand sollten implementieren die `onReset` Methode und stoppen oder Bereinigen Sie diese Tätigkeiten. Diese Methode wird ausgeführt, wenn die `UIWebView` navigiert zu einer neuen Seite oder Aktualisierungen, die das JavaScript lädt.
 
 ## Ein iOS Cordova Plugin schreiben
 
-Wir haben JavaScript Feuer aus eine Plugin-Anforderung an die systemeigene Seite. Wir haben das iOS Objective-C-Plugin richtig zugeordnet, über die `config.xml` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>. Also sieht die letzte iOS Objective-C-Plugin-Klasse wie?
+Wir haben JavaScript Feuer aus eine Plugin-Anforderung an die systemeigene Seite. Wir haben das iOS Objective-C-Plugin richtig zugeordnet, über die `config.xml` Datei. Also sieht die letzte iOS Objective-C-Plugin-Klasse wie?
 
 Was an das Plugin per JavaScript gesendet ruft `exec` Funktion übergeben wird, in der entsprechenden Plugin-Klasse `action` Methode. Eine Plugin-Methode hat diese Signatur:
 
@@ -103,14 +103,14 @@ Sie können erstellen, `String` , `Int` , `Double` , `Bool` , `Array` , `Diction
 
 ## Echo-Plugin iOS Plugin
 
-Wir würden fügen Sie Folgendes in des Projekts `config.xml` <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>:
+Wir würden fügen Sie Folgendes in des Projekts `config.xml` Datei:
 
     <feature name="Echo">
         <param name="ios-package" value="Echo" />
     </feature>
     
 
-Dann wir die folgenden <a href="../../../cordova/file/fileobj/fileobj.html">Datei</a>en fügen würden ( `Echo.h` und `Echo.m` ) in das Plugins-Verzeichnis unserer Cordova-iOS-Anwendung-Verzeichnis:
+Dann wir die folgenden Dateien fügen würden ( `Echo.h` und `Echo.m` ) in das Plugins-Verzeichnis unserer Cordova-iOS-Anwendung-Verzeichnis:
 
     /********* Echo.h Cordova Plugin Header *******/
     
@@ -197,4 +197,4 @@ Für iOS 6 würden Sie Safari 6.0 verwenden, einfach an Ihre Anwendung, die in d
 
 *   Vergessen Sie nicht, Ihr Plugin Zuordnung zu "config.xml" hinzugefügt werden. Wenn Sie vergessen haben, wird ein Fehler in der Xcode-Konsole protokolliert.
 
-*   Vergessen Sie nicht, alle Hosts, die <a href="../../../cordova/connection/connection.html">Verbindung</a> in die Whitelist hinzufügen, wie in Domain-Whitelist-Handbuch beschrieben. Wenn Sie vergessen haben, wird ein Fehler in der Xcode-Konsole protokolliert.
\ No newline at end of file
+*   Vergessen Sie nicht, alle Hosts, die Verbindung in die Whitelist hinzufügen, wie in Domain-Whitelist-Handbuch beschrieben. Wenn Sie vergessen haben, wird ein Fehler in der Xcode-Konsole protokolliert.
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[48/51] [partial] docs commit: Reverting autolinking change because of inconsistencies.

Posted by db...@apache.org.
http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/events/events.backbutton.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/events/events.backbutton.md b/www/docs/de/3.1.0/cordova/events/events.backbutton.md
index 71defe5..ea06245 100644
--- a/www/docs/de/3.1.0/cordova/events/events.backbutton.md
+++ b/www/docs/de/3.1.0/cordova/events/events.backbutton.md
@@ -22,12 +22,12 @@ license: >
 
 Das Ereignis wird ausgelöst, wenn der Benutzer den "zurück"-Button drückt.
 
-    document.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>("backbutton", yourCallbackFunction, false);
+    document.addEventListener("backbutton", yourCallbackFunction, false);
     
 
 ## Details
 
-Um das zurück-Button Standardverhalten überschreiben, registriert einen Ereignis-Listener für das `backbutton` Ereignis in der Regel durch den Aufruf `document.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>` sobald Sie erhalten die `<a href="events.deviceready.html">deviceready</a>` Ereignis. Es ist nicht mehr notwendig, jede andere Methode zum Überschreiben der zurück-Button aufrufen.
+Um das zurück-Button Standardverhalten überschreiben, registriert einen Ereignis-Listener für das `backbutton` Ereignis in der Regel durch den Aufruf `document.addEventListener` sobald Sie erhalten die `deviceready` Ereignis. Es ist nicht mehr notwendig, jede andere Methode zum Überschreiben der zurück-Button aufrufen.
 
 ## Unterstützte Plattformen
 
@@ -37,7 +37,7 @@ Um das zurück-Button Standardverhalten überschreiben, registriert einen Ereign
 
 ## Kurzes Beispiel
 
-    document.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>("backbutton", onBackKeyDown, false);
+    document.addEventListener("backbutton", onBackKeyDown, false);
     
     function onBackKeyDown() {
         // Handle the back button
@@ -49,7 +49,7 @@ Um das zurück-Button Standardverhalten überschreiben, registriert einen Ereign
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Back Button <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Back Button Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
@@ -57,14 +57,14 @@ Um das zurück-Button Standardverhalten überschreiben, registriert einen Ereign
         // Wait for device API libraries to load
         //
         function onLoad() {
-            document.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>("<a href="events.deviceready.html">deviceready</a>", onDeviceReady, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
     
         // device APIs are available
         //
         function onDeviceReady() {
             // Register the event listener
-            document.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>("backbutton", onBackKeyDown, false);
+            document.addEventListener("backbutton", onBackKeyDown, false);
         }
     
         // Handle the back button

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/events/events.batterycritical.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/events/events.batterycritical.md b/www/docs/de/3.1.0/cordova/events/events.batterycritical.md
index 70d7548..e6d9b37 100644
--- a/www/docs/de/3.1.0/cordova/events/events.batterycritical.md
+++ b/www/docs/de/3.1.0/cordova/events/events.batterycritical.md
@@ -22,7 +22,7 @@ license: >
 
 Das Ereignis wird ausgelöst, wenn die Batterie den kritischen Schwellenwert für die Level erreicht hat.
 
-    window.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>("batterycritical", yourCallbackFunction, false);
+    window.addEventListener("batterycritical", yourCallbackFunction, false);
     
 
 ## Informationen
@@ -33,9 +33,9 @@ Die `batterycritical` Handler übergeben wird ein Objekt mit zwei Eigenschaften:
 
 *   **Ebene**: der Prozentsatz der Batterieladung (0-100). *(Anzahl)*
 
-*   **IsPlugged**: ein boolescher Wert, der angibt, ob das <a href="../device/device.html">Gerät</a> eingesteckt Zoll *(boolesch)*
+*   **IsPlugged**: ein boolescher Wert, der angibt, ob das Gerät eingesteckt Zoll *(boolesch)*
 
-Anwendungen sollten in der Regel verwenden `window.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>` einmal einen Ereignis-Listener hinzufügen das `<a href="events.deviceready.html">deviceready</a>` -Ereignis ausgelöst.
+Anwendungen sollten in der Regel verwenden `window.addEventListener` einmal einen Ereignis-Listener hinzufügen das `deviceready` -Ereignis ausgelöst.
 
 ## Unterstützte Plattformen
 
@@ -46,7 +46,7 @@ Anwendungen sollten in der Regel verwenden `window.<a href="../inappbrowser/inap
 
 ## Kleines Beispiel
 
-    window.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>("batterycritical", onBatteryCritical, false);
+    window.addEventListener("batterycritical", onBatteryCritical, false);
     
     function onBatteryCritical(info) {
         // Handle the battery critical event
@@ -59,7 +59,7 @@ Anwendungen sollten in der Regel verwenden `window.<a href="../inappbrowser/inap
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Battery Critical <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Battery Critical Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
@@ -67,13 +67,13 @@ Anwendungen sollten in der Regel verwenden `window.<a href="../inappbrowser/inap
         // Wait for device API libraries to load
         //
         function onLoad() {
-            document.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>("<a href="events.deviceready.html">deviceready</a>", onDeviceReady, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
     
         // device APIs are available
         //
         function onDeviceReady() {
-            window.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>("batterycritical", onBatteryCritical, false);
+            window.addEventListener("batterycritical", onBatteryCritical, false);
         }
     
         // Handle the batterycritical event

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/events/events.batterylow.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/events/events.batterylow.md b/www/docs/de/3.1.0/cordova/events/events.batterylow.md
index 00788a0..d5e17f3 100644
--- a/www/docs/de/3.1.0/cordova/events/events.batterylow.md
+++ b/www/docs/de/3.1.0/cordova/events/events.batterylow.md
@@ -22,7 +22,7 @@ license: >
 
 Das Ereignis wird ausgelöst, wenn die Batterie der low-Level-Schwellenwert erreicht hat.
 
-    window.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>("batterylow", yourCallbackFunction, false);
+    window.addEventListener("batterylow", yourCallbackFunction, false);
     
 
 ## Informationen
@@ -33,9 +33,9 @@ Die `batterylow` Handler übergeben wird ein Objekt mit zwei Eigenschaften:
 
 *   **Ebene**: der Prozentsatz der Batterieladung (0-100). *(Anzahl)*
 
-*   **IsPlugged**: ein boolescher Wert, der angibt, ob das <a href="../device/device.html">Gerät</a> eingesteckt Zoll *(boolesch)*
+*   **IsPlugged**: ein boolescher Wert, der angibt, ob das Gerät eingesteckt Zoll *(boolesch)*
 
-Anwendungen sollten in der Regel verwenden `document.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>` einmal einen Ereignis-Listener hinzufügen das `<a href="events.deviceready.html">deviceready</a>` -Ereignis ausgelöst.
+Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal einen Ereignis-Listener hinzufügen das `deviceready` -Ereignis ausgelöst.
 
 ## Unterstützte Plattformen
 
@@ -46,7 +46,7 @@ Anwendungen sollten in der Regel verwenden `document.<a href="../inappbrowser/in
 
 ## Kleines Beispiel
 
-    window.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>("batterylow", onBatteryLow, false);
+    window.addEventListener("batterylow", onBatteryLow, false);
     
     function onBatteryLow(info) {
         // Handle the battery low event
@@ -59,7 +59,7 @@ Anwendungen sollten in der Regel verwenden `document.<a href="../inappbrowser/in
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Device Ready <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Device Ready Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
@@ -67,13 +67,13 @@ Anwendungen sollten in der Regel verwenden `document.<a href="../inappbrowser/in
         // Wait for device API libraries to load
         //
         function onLoad() {
-            document.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>("<a href="events.deviceready.html">deviceready</a>", onDeviceReady, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
     
         // device APIs are available
         //
         function onDeviceReady() {
-            window.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>("batterylow", onBatteryLow, false);
+            window.addEventListener("batterylow", onBatteryLow, false);
         }
     
         // Handle the batterylow event

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/events/events.batterystatus.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/events/events.batterystatus.md b/www/docs/de/3.1.0/cordova/events/events.batterystatus.md
index d76ee78..c883526 100644
--- a/www/docs/de/3.1.0/cordova/events/events.batterystatus.md
+++ b/www/docs/de/3.1.0/cordova/events/events.batterystatus.md
@@ -22,20 +22,20 @@ license: >
 
 Das Ereignis wird ausgelöst, wenn eine Änderung in den Batteriestatus vorliegt.
 
-    window.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>("batterystatus", yourCallbackFunction, false);
+    window.addEventListener("batterystatus", yourCallbackFunction, false);
     
 
 ## Informationen
 
-Dieses Ereignis wird ausgelöst, wenn der Prozentsatz der Akkuladung um mindestens 1 Prozent ändert, oder wenn das <a href="../device/device.html">Gerät</a> eingesteckt oder "Unplugged".
+Dieses Ereignis wird ausgelöst, wenn der Prozentsatz der Akkuladung um mindestens 1 Prozent ändert, oder wenn das Gerät eingesteckt oder "Unplugged".
 
 Der Batterie-Status-Handler wird ein Objekt übergeben, das zwei Eigenschaften enthält:
 
 *   **Ebene**: der Prozentsatz der Batterieladung (0-100). *(Anzahl)*
 
-*   **IsPlugged**: ein boolescher Wert, der angibt, ob das <a href="../device/device.html">Gerät</a> eingesteckt Zoll *(boolesch)*
+*   **IsPlugged**: ein boolescher Wert, der angibt, ob das Gerät eingesteckt Zoll *(boolesch)*
 
-Anwendungen sollten in der Regel verwenden `window.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>` einmal einen Ereignis-Listener hinzufügen das `<a href="events.deviceready.html">deviceready</a>` -Ereignis ausgelöst.
+Anwendungen sollten in der Regel verwenden `window.addEventListener` einmal einen Ereignis-Listener hinzufügen das `deviceready` -Ereignis ausgelöst.
 
 ## Unterstützte Plattformen
 
@@ -51,7 +51,7 @@ Windows Phone 7 bietet keine systemeigenen APIs um zu bestimmen, Batterie-Niveau
 
 ## Kleines Beispiel
 
-    window.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>("batterystatus", onBatteryStatus, false);
+    window.addEventListener("batterystatus", onBatteryStatus, false);
     
     function onBatteryStatus(info) {
         // Handle the online event
@@ -64,7 +64,7 @@ Windows Phone 7 bietet keine systemeigenen APIs um zu bestimmen, Batterie-Niveau
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Device Ready <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Device Ready Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
@@ -72,13 +72,13 @@ Windows Phone 7 bietet keine systemeigenen APIs um zu bestimmen, Batterie-Niveau
         // Wait for device API libraries to load
         //
         function onLoad() {
-            document.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>("<a href="events.deviceready.html">deviceready</a>", onDeviceReady, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
     
         // device APIs are available
         //
         function onDeviceReady() {
-            window.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>("batterystatus", onBatteryStatus, false);
+            window.addEventListener("batterystatus", onBatteryStatus, false);
         }
     
         // Handle the batterystatus event

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/events/events.deviceready.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/events/events.deviceready.md b/www/docs/de/3.1.0/cordova/events/events.deviceready.md
index 698efa4..5bc3bf5 100644
--- a/www/docs/de/3.1.0/cordova/events/events.deviceready.md
+++ b/www/docs/de/3.1.0/cordova/events/events.deviceready.md
@@ -22,16 +22,16 @@ license: >
 
 Das Ereignis wird ausgelöst, wenn Cordova vollständig geladen ist.
 
-    document.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>("deviceready", yourCallbackFunction, false);
+    document.addEventListener("deviceready", yourCallbackFunction, false);
     
 
 ## Informationen
 
-Dieses Ereignis ist wesentlich für jede Anwendung. Es signalisiert, dass Cordovas <a href="../device/device.html">Gerät</a> APIs geladen haben und bereit sind, zugreifen.
+Dieses Ereignis ist wesentlich für jede Anwendung. Es signalisiert, dass Cordovas Gerät APIs geladen haben und bereit sind, zugreifen.
 
 Cordova besteht aus zwei Codebasen: native und JavaScript. Während der native Code lädt, zeigt eine benutzerdefinierte Lade-Bild. JavaScript lädt jedoch nur wenn das DOM geladen. Dies bedeutet, dass Ihre Webanwendung möglicherweise eine Cordova JavaScript-Funktion nennen darf, bevor der entsprechende systemeigene Code verfügbar ist.
 
-Das `deviceready` -Ereignis wird ausgelöst, sobald Cordova vollständig geladen hat. Einmal können das Ereignis ausgelöst, Sie sicher Cordova-APIs aufrufen. Anwendungen in der Regel fügen Sie einen Ereignis-Listener mit `document.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>` sobald das HTML-Dokument DOM geladen hat.
+Das `deviceready` -Ereignis wird ausgelöst, sobald Cordova vollständig geladen hat. Einmal können das Ereignis ausgelöst, Sie sicher Cordova-APIs aufrufen. Anwendungen in der Regel fügen Sie einen Ereignis-Listener mit `document.addEventListener` sobald das HTML-Dokument DOM geladen hat.
 
 Das `deviceready` Ereignis verhält sich etwas anders als von anderen. Ein Ereignishandler registriert nach der `deviceready` -Ereignis ausgelöst hat die Callback-Funktion aufgerufen, sofort.
 
@@ -46,7 +46,7 @@ Das `deviceready` Ereignis verhält sich etwas anders als von anderen. Ein Ereig
 
 ## Kleines Beispiel
 
-    document.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>("deviceready", onDeviceReady, false);
+    document.addEventListener("deviceready", onDeviceReady, false);
     
     function onDeviceReady() {
         // Now safe to use device APIs
@@ -58,7 +58,7 @@ Das `deviceready` Ereignis verhält sich etwas anders als von anderen. Ein Ereig
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Device Ready <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Device Ready Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
@@ -66,7 +66,7 @@ Das `deviceready` Ereignis verhält sich etwas anders als von anderen. Ein Ereig
         // Wait for device API libraries to load
         //
         function onLoad() {
-            document.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>("deviceready", onDeviceReady, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
     
         // device APIs are available

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/events/events.endcallbutton.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/events/events.endcallbutton.md b/www/docs/de/3.1.0/cordova/events/events.endcallbutton.md
index 89a094c..ea63f23 100644
--- a/www/docs/de/3.1.0/cordova/events/events.endcallbutton.md
+++ b/www/docs/de/3.1.0/cordova/events/events.endcallbutton.md
@@ -22,14 +22,14 @@ license: >
 
 Dieses Ereignis wird ausgelöst, wenn der Benutzer die End-Call-Taste drückt.
 
-    document.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>("endcallbutton", yourCallbackFunction, false);
+    document.addEventListener("endcallbutton", yourCallbackFunction, false);
     
 
 ## Informationen
 
 Das Ereignis überschreibt das Standardverhalten des End-Aufruf.
 
-Anwendungen sollten in der Regel verwenden `document.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>` einmal einen Ereignis-Listener hinzufügen das `<a href="events.deviceready.html">deviceready</a>` -Ereignis ausgelöst.
+Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal einen Ereignis-Listener hinzufügen das `deviceready` -Ereignis ausgelöst.
 
 ## Unterstützte Plattformen
 
@@ -37,7 +37,7 @@ Anwendungen sollten in der Regel verwenden `document.<a href="../inappbrowser/in
 
 ## Kleines Beispiel
 
-    document.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>("endcallbutton", onEndCallKeyDown, false);
+    document.addEventListener("endcallbutton", onEndCallKeyDown, false);
     
     function onEndCallKeyDown() {
         // Handle the end call button
@@ -50,7 +50,7 @@ Anwendungen sollten in der Regel verwenden `document.<a href="../inappbrowser/in
                           "http://www.w3.org/TR/html4/strict.dtd">
     <html>
       <head>
-        <title>End Call Button <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>End Call Button Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
@@ -58,14 +58,14 @@ Anwendungen sollten in der Regel verwenden `document.<a href="../inappbrowser/in
         // Wait for device API libraries to load
         //
         function onLoad() {
-            document.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>("<a href="events.deviceready.html">deviceready</a>", onDeviceReady, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
     
         // device APIs are available
         //
         function onDeviceReady() {
             // Register the event listener
-            document.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>("endcallbutton", onEndCallKeyDown, false);
+            document.addEventListener("endcallbutton", onEndCallKeyDown, false);
         }
     
         // Handle the end call button

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/events/events.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/events/events.md b/www/docs/de/3.1.0/cordova/events/events.md
index 11445d7..85af0f3 100644
--- a/www/docs/de/3.1.0/cordova/events/events.md
+++ b/www/docs/de/3.1.0/cordova/events/events.md
@@ -24,25 +24,25 @@ license: >
 
 ## Ereignistypen
 
-*   <a href="events.deviceready.html">deviceready</a>
-*   <a href="events.pause.html">Anhalten</a>
-*   <a href="events.resume.html">Lebenslauf</a>
-*   <a href="events.online.html">Online</a>
-*   <a href="events.offline.html">Offline</a>
-*   <a href="events.backbutton.html">BackButton</a>
-*   <a href="events.batterycritical.html">batterycritical</a>
-*   <a href="events.batterylow.html">batterylow</a>
-*   <a href="events.batterystatus.html">batterystatus</a>
-*   <a href="events.menubutton.html">menubutton</a>
-*   <a href="events.searchbutton.html">SearchButton</a>
-*   <a href="events.startcallbutton.html">startcallbutton</a>
-*   <a href="events.endcallbutton.html">endcallbutton</a>
-*   <a href="events.volumedownbutton.html">volumedownbutton</a>
-*   <a href="events.volumeupbutton.html">volumeupbutton</a>
+*   deviceready
+*   Anhalten
+*   Lebenslauf
+*   Online
+*   Offline
+*   BackButton
+*   batterycritical
+*   batterylow
+*   batterystatus
+*   menubutton
+*   SearchButton
+*   startcallbutton
+*   endcallbutton
+*   volumedownbutton
+*   volumeupbutton
 
 ## Zugriff auf die Funktion
 
-Ab Version 3.0, Cordova implementiert Batteriestatus und andere <a href="../device/device.html">Gerät</a>eebene APIs als *Plugins*. Zugriff auf alle anderen Ereignisse, die nicht im Zusammenhang mit Batterie-Status sind standardmäßig aktiviert. Verwenden Sie der CLI `plugin` Befehl, beschrieben in der Command-Line Interface, aktivieren oder Deaktivieren von Batterie-Veranstaltungen:
+Ab Version 3.0, Cordova implementiert Batteriestatus und andere Geräteebene APIs als *Plugins*. Zugriff auf alle anderen Ereignisse, die nicht im Zusammenhang mit Batterie-Status sind standardmäßig aktiviert. Verwenden Sie der CLI `plugin` Befehl, beschrieben in der Command-Line Interface, aktivieren oder Deaktivieren von Batterie-Veranstaltungen:
 
         $ cordova plugin add org.apache.cordova.battery-status
         $ cordova plugin ls
@@ -92,4 +92,4 @@ Diese Befehle gelten für alle Zielplattformen, aber die unten beschriebenen Pla
 
  [1]: https://developer.tizen.org/help/topic/org.tizen.help.gs/Creating%20a%20Project.html?path=0_1_1_3#8814682_CreatingaProject-EditingconfigxmlFeatures
 
-Einige Plattformen können dieses Feature unterstützen, ohne dass eine besondere Konfiguration. Finden Sie unter *Plattform-Unterstützung* in der <a href="../../guide/overview/index.html">Übersicht</a>.
\ No newline at end of file
+Einige Plattformen können dieses Feature unterstützen, ohne dass eine besondere Konfiguration. Finden Sie unter *Plattform-Unterstützung* in der Übersicht.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/events/events.menubutton.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/events/events.menubutton.md b/www/docs/de/3.1.0/cordova/events/events.menubutton.md
index 63b759a..b0713c9 100644
--- a/www/docs/de/3.1.0/cordova/events/events.menubutton.md
+++ b/www/docs/de/3.1.0/cordova/events/events.menubutton.md
@@ -22,14 +22,14 @@ license: >
 
 Das Ereignis wird ausgelöst, wenn der Benutzer die Menü-Taste drückt.
 
-    document.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>("menubutton", yourCallbackFunction, false);
+    document.addEventListener("menubutton", yourCallbackFunction, false);
     
 
 ## Informationen
 
 Anwenden eines Event-handlers überschreibt das Standardverhalten der Menü-Taste.
 
-Anwendungen sollten in der Regel verwenden `document.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>` einmal einen Ereignis-Listener hinzufügen das `<a href="events.deviceready.html">deviceready</a>` -Ereignis ausgelöst.
+Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal einen Ereignis-Listener hinzufügen das `deviceready` -Ereignis ausgelöst.
 
 ## Unterstützte Plattformen
 
@@ -38,7 +38,7 @@ Anwendungen sollten in der Regel verwenden `document.<a href="../inappbrowser/in
 
 ## Kleines Beispiel
 
-    document.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>("menubutton", onMenuKeyDown, false);
+    document.addEventListener("menubutton", onMenuKeyDown, false);
     
     function onMenuKeyDown() {
         // Handle the back button
@@ -51,7 +51,7 @@ Anwendungen sollten in der Regel verwenden `document.<a href="../inappbrowser/in
                           "http://www.w3.org/TR/html4/strict.dtd">
     <html>
       <head>
-        <title>Menu Button <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Menu Button Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
@@ -59,14 +59,14 @@ Anwendungen sollten in der Regel verwenden `document.<a href="../inappbrowser/in
         // Wait for device API libraries to load
         //
         function onLoad() {
-            document.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>("<a href="events.deviceready.html">deviceready</a>", onDeviceReady, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
     
         // device APIs are available
         //
         function onDeviceReady() {
             // Register the event listener
-            document.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>("menubutton", onMenuKeyDown, false);
+            document.addEventListener("menubutton", onMenuKeyDown, false);
         }
     
         // Handle the menu button

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/events/events.offline.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/events/events.offline.md b/www/docs/de/3.1.0/cordova/events/events.offline.md
index 722f557..85a756b 100644
--- a/www/docs/de/3.1.0/cordova/events/events.offline.md
+++ b/www/docs/de/3.1.0/cordova/events/events.offline.md
@@ -20,16 +20,16 @@ license: >
 
 # Offline
 
-Das Ereignis wird ausgelöst, wenn eine Anwendung offline geht, und das <a href="../device/device.html">Gerät</a> nicht mit dem Internet verbunden ist.
+Das Ereignis wird ausgelöst, wenn eine Anwendung offline geht, und das Gerät nicht mit dem Internet verbunden ist.
 
-    document.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>("offline", yourCallbackFunction, false);
+    document.addEventListener("offline", yourCallbackFunction, false);
     
 
 ## Informationen
 
-Das `offline` -Ereignis wird ausgelöst, wenn ein bereits angeschlossenes <a href="../device/device.html">Gerät</a> eine Netzwerkverbindung verliert, so dass eine Anwendung nicht mehr auf das Internet zugreifen kann. Es stützt sich auf die gleichen Informationen wie die <a href="../connection/connection.html">Verbindung</a>-API und wird ausgelöst, wenn die `<a href="../connection/connection.type.html">connection.type</a>` ändert sich von `NONE` auf einen anderen Wert.
+Das `offline` -Ereignis wird ausgelöst, wenn ein bereits angeschlossenes Gerät eine Netzwerkverbindung verliert, so dass eine Anwendung nicht mehr auf das Internet zugreifen kann. Es stützt sich auf die gleichen Informationen wie die Verbindung-API und wird ausgelöst, wenn die `connection.type` ändert sich von `NONE` auf einen anderen Wert.
 
-Anwendungen sollten in der Regel verwenden `document.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>` einmal einen Ereignis-Listener hinzufügen das `<a href="events.deviceready.html">deviceready</a>` -Ereignis ausgelöst.
+Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal einen Ereignis-Listener hinzufügen das `deviceready` -Ereignis ausgelöst.
 
 ## Unterstützte Plattformen
 
@@ -42,7 +42,7 @@ Anwendungen sollten in der Regel verwenden `document.<a href="../inappbrowser/in
 
 ## Kleines Beispiel
 
-    document.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>("offline", onOffline, false);
+    document.addEventListener("offline", onOffline, false);
     
     function onOffline() {
         // Handle the offline event
@@ -54,7 +54,7 @@ Anwendungen sollten in der Regel verwenden `document.<a href="../inappbrowser/in
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Offline <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Offline Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
@@ -62,13 +62,13 @@ Anwendungen sollten in der Regel verwenden `document.<a href="../inappbrowser/in
         // Wait for device API libraries to load
         //
         function onLoad() {
-            document.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>("<a href="events.deviceready.html">deviceready</a>", onDeviceReady, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
     
         // device APIs are available
         //
         function onDeviceReady() {
-            document.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>("offline", onOffline, false);
+            document.addEventListener("offline", onOffline, false);
         }
     
         // Handle the offline event
@@ -93,4 +93,4 @@ Bei der Ausführung im Emulator, der `connection.status` ist immer unbekannt, so
 
 ## Windows Phone 8 Macken
 
-Der Emulator meldet den <a href="../connection/connection.html">Verbindung</a>styp als `Cellular` , die wird nicht geändert, so dass das Ereignis *nicht* Feuer.
\ No newline at end of file
+Der Emulator meldet den Verbindungstyp als `Cellular` , die wird nicht geändert, so dass das Ereignis *nicht* Feuer.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/events/events.online.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/events/events.online.md b/www/docs/de/3.1.0/cordova/events/events.online.md
index afd4f8d..58a9030 100644
--- a/www/docs/de/3.1.0/cordova/events/events.online.md
+++ b/www/docs/de/3.1.0/cordova/events/events.online.md
@@ -20,16 +20,16 @@ license: >
 
 # Online
 
-Dieses Ereignis wird ausgelöst, wenn eine Anwendung online geht, und das <a href="../device/device.html">Gerät</a> wird mit dem Internet verbunden.
+Dieses Ereignis wird ausgelöst, wenn eine Anwendung online geht, und das Gerät wird mit dem Internet verbunden.
 
-    document.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>("online", yourCallbackFunction, false);
+    document.addEventListener("online", yourCallbackFunction, false);
     
 
 ## Informationen
 
-Das `online` -Ereignis wird ausgelöst, wenn ein zuvor unverbundenen <a href="../device/device.html">Gerät</a> eine Netzwerkverbindung zu einem Anwendung Zugriff auf das Internet empfängt. Es stützt sich auf die gleichen Informationen wie die <a href="../connection/connection.html">Verbindung</a>-API und wird ausgelöst, wenn der Wert des `<a href="../connection/connection.type.html">connection.type</a>` wird`NONE`.
+Das `online` -Ereignis wird ausgelöst, wenn ein zuvor unverbundenen Gerät eine Netzwerkverbindung zu einem Anwendung Zugriff auf das Internet empfängt. Es stützt sich auf die gleichen Informationen wie die Verbindung-API und wird ausgelöst, wenn der Wert des `connection.type` wird`NONE`.
 
-Anwendungen sollten in der Regel verwenden `document.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>` einmal einen Ereignis-Listener hinzufügen das `<a href="events.deviceready.html">deviceready</a>` -Ereignis ausgelöst.
+Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal einen Ereignis-Listener hinzufügen das `deviceready` -Ereignis ausgelöst.
 
 ## Unterstützte Plattformen
 
@@ -42,7 +42,7 @@ Anwendungen sollten in der Regel verwenden `document.<a href="../inappbrowser/in
 
 ## Kleines Beispiel
 
-    document.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>("online", onOnline, false);
+    document.addEventListener("online", onOnline, false);
     
     function onOnline() {
         // Handle the online event
@@ -54,7 +54,7 @@ Anwendungen sollten in der Regel verwenden `document.<a href="../inappbrowser/in
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Online <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Online Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
@@ -62,8 +62,8 @@ Anwendungen sollten in der Regel verwenden `document.<a href="../inappbrowser/in
         // Wait for device API libraries to load
         //
         function onLoad() {
-            document.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>("online", onOnline, false);
-            document.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>("<a href="events.deviceready.html">deviceready</a>", onDeviceReady, false);
+            document.addEventListener("online", onOnline, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
     
         // device APIs are available
@@ -85,7 +85,7 @@ Anwendungen sollten in der Regel verwenden `document.<a href="../inappbrowser/in
 
 ## iOS Macken
 
-Beim ersten Start die erste `online` Ereignis (falls zutreffend) dauert mindestens eine Sekunde vor dem Feuer `<a href="../connection/connection.type.html">connection.type</a>` ist`UNKNOWN`.
+Beim ersten Start die erste `online` Ereignis (falls zutreffend) dauert mindestens eine Sekunde vor dem Feuer `connection.type` ist`UNKNOWN`.
 
 ## Windows Phone 7 Macken
 
@@ -93,4 +93,4 @@ Bei der Ausführung im Emulator, der `connection.status` ist immer unbekannt, so
 
 ## Windows Phone 8 Macken
 
-Der Emulator meldet den <a href="../connection/connection.html">Verbindung</a>styp als `Cellular` , die ändert sich nicht, so dass Ereignisse werden *nicht* Feuer.
\ No newline at end of file
+Der Emulator meldet den Verbindungstyp als `Cellular` , die ändert sich nicht, so dass Ereignisse werden *nicht* Feuer.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/events/events.pause.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/events/events.pause.md b/www/docs/de/3.1.0/cordova/events/events.pause.md
index 6ed30c0..33a3028 100644
--- a/www/docs/de/3.1.0/cordova/events/events.pause.md
+++ b/www/docs/de/3.1.0/cordova/events/events.pause.md
@@ -22,14 +22,14 @@ license: >
 
 Das Ereignis wird ausgelöst, wenn eine Anwendung in den Hintergrund gelegt wird.
 
-    document.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>("pause", yourCallbackFunction, false);
+    document.addEventListener("pause", yourCallbackFunction, false);
     
 
 ## Informationen
 
 Das `pause` -Ereignis wird ausgelöst, wenn die einheitlichen Plattform die Anwendung in den Hintergrund, in der Regel, setzt wenn der Benutzer zu einer anderen Anwendung wechselt.
 
-Anwendungen sollten in der Regel verwenden `document.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>` einmal einen Ereignis-Listener hinzufügen das `<a href="events.deviceready.html">deviceready</a>` -Ereignis ausgelöst.
+Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal einen Ereignis-Listener hinzufügen das `deviceready` -Ereignis ausgelöst.
 
 ## Unterstützte Plattformen
 
@@ -41,7 +41,7 @@ Anwendungen sollten in der Regel verwenden `document.<a href="../inappbrowser/in
 
 ## Kleines Beispiel
 
-    document.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>("pause", onPause, false);
+    document.addEventListener("pause", onPause, false);
     
     function onPause() {
         // Handle the pause event
@@ -53,7 +53,7 @@ Anwendungen sollten in der Regel verwenden `document.<a href="../inappbrowser/in
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Pause <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Pause Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
@@ -61,13 +61,13 @@ Anwendungen sollten in der Regel verwenden `document.<a href="../inappbrowser/in
         // Wait for device API libraries to load
         //
         function onLoad() {
-            document.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>("<a href="events.deviceready.html">deviceready</a>", onDeviceReady, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
     
         // device APIs are available
         //
         function onDeviceReady() {
-            document.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>("pause", onPause, false);
+            document.addEventListener("pause", onPause, false);
         }
     
         // Handle the pause event
@@ -86,6 +86,6 @@ Anwendungen sollten in der Regel verwenden `document.<a href="../inappbrowser/in
 
 In der `pause` Handler, keine Anrufe an die Cordova-API oder native Plugins, die Objective-C durchlaufen funktionieren nicht, zusammen mit interaktiven Aufrufe, z. B. Warnungen oder `console.log()` . Sie werden nur verarbeitet, wenn die app auf der nächsten laufen Schleife fortgesetzt wird.
 
-Die iOS-spezifische `resign` Ereignis ist verfügbar als Alternative zu `pause` , und erkennt, wenn Benutzer die **Lock** -Taste um das <a href="../device/device.html">Gerät</a> mit der app im Vordergrund ausgeführt zu sperren können. Wenn die app (und <a href="../device/device.html">Gerät</a>) für Multitasking aktiviert ist, ist dies gepaart mit einer anschließenden `pause` Ereignis, aber nur unter iOS 5. In der Tat werden alle gesperrten apps in iOS 5, die Multitasking aktiviert haben in den Hintergrund gedrängt. Für Anwendungen, die ausgeführt werden, wenn unter iOS 5 gesperrt, deaktivieren die app Multitasking, indem [UIApplicationExitsOnSuspend][1] auf `YES` . Um beim gesperrt auf iOS 4 auszuführen, spielt diese Einstellung keine Rolle.
+Die iOS-spezifische `resign` Ereignis ist verfügbar als Alternative zu `pause` , und erkennt, wenn Benutzer die **Lock** -Taste um das Gerät mit der app im Vordergrund ausgeführt zu sperren können. Wenn die app (und Gerät) für Multitasking aktiviert ist, ist dies gepaart mit einer anschließenden `pause` Ereignis, aber nur unter iOS 5. In der Tat werden alle gesperrten apps in iOS 5, die Multitasking aktiviert haben in den Hintergrund gedrängt. Für Anwendungen, die ausgeführt werden, wenn unter iOS 5 gesperrt, deaktivieren die app Multitasking, indem [UIApplicationExitsOnSuspend][1] auf `YES` . Um beim gesperrt auf iOS 4 auszuführen, spielt diese Einstellung keine Rolle.
 
  [1]: http://developer.apple.com/library/ios/#documentation/general/Reference/InfoPlistKeyReference/Articles/iPhoneOSKeys.html
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/events/events.resume.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/events/events.resume.md b/www/docs/de/3.1.0/cordova/events/events.resume.md
index 4d35d6d..978e7bc 100644
--- a/www/docs/de/3.1.0/cordova/events/events.resume.md
+++ b/www/docs/de/3.1.0/cordova/events/events.resume.md
@@ -22,14 +22,14 @@ license: >
 
 Das Ereignis wird ausgelöst, wenn eine Anwendung aus dem Hintergrund abgerufen wird.
 
-    document.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>("resume", yourCallbackFunction, false);
+    document.addEventListener("resume", yourCallbackFunction, false);
     
 
 ## Informationen
 
 Das `resume` -Ereignis wird ausgelöst, wenn die native Plattform die Anwendung aus dem Hintergrund zieht.
 
-Anwendungen sollten in der Regel verwenden `document.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>` einmal einen Ereignis-Listener hinzufügen das `<a href="events.deviceready.html">deviceready</a>` -Ereignis ausgelöst.
+Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal einen Ereignis-Listener hinzufügen das `deviceready` -Ereignis ausgelöst.
 
 ## Unterstützte Plattformen
 
@@ -41,7 +41,7 @@ Anwendungen sollten in der Regel verwenden `document.<a href="../inappbrowser/in
 
 ## Kleines Beispiel
 
-    document.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>("resume", onResume, false);
+    document.addEventListener("resume", onResume, false);
     
     function onResume() {
         // Handle the resume event
@@ -53,7 +53,7 @@ Anwendungen sollten in der Regel verwenden `document.<a href="../inappbrowser/in
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Resume <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Resume Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
@@ -61,13 +61,13 @@ Anwendungen sollten in der Regel verwenden `document.<a href="../inappbrowser/in
         // Wait for device API libraries to load
         //
         function onLoad() {
-            document.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>("<a href="events.deviceready.html">deviceready</a>", onDeviceReady, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
     
         // device APIs are available
         //
         function onDeviceReady() {
-            document.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>("resume", onResume, false);
+            document.addEventListener("resume", onResume, false);
         }
     
         // Handle the resume event
@@ -88,13 +88,13 @@ Alle interaktiven Funktionen Intensivlehrgang ein `pause` -Ereignishandler ausge
 
 *   **aktiv** -Ereignis
     
-    Die iOS-spezifische `active` Ereignis ist verfügbar als Alternative zu `resume` , und erkennt, wenn Benutzer die **Lock** -Taste mit der app im Vordergrund ausgeführt entsperren deaktivieren. Wenn die app (und <a href="../device/device.html">Gerät</a>) für Multitasking aktiviert ist, ist dies gepaart mit einer anschließenden `resume` Ereignis, aber nur unter iOS 5. In der Tat werden alle gesperrten apps in iOS 5, die Multitasking aktiviert haben in den Hintergrund gedrängt. Für Anwendungen, die ausgeführt werden, wenn unter iOS 5 gesperrt, deaktivieren die app Multitasking, indem [UIApplicationExitsOnSuspend][1] auf `YES` . Um beim gesperrt auf iOS 4 auszuführen, spielt diese Einstellung keine Rolle.
+    Die iOS-spezifische `active` Ereignis ist verfügbar als Alternative zu `resume` , und erkennt, wenn Benutzer die **Lock** -Taste mit der app im Vordergrund ausgeführt entsperren deaktivieren. Wenn die app (und Gerät) für Multitasking aktiviert ist, ist dies gepaart mit einer anschließenden `resume` Ereignis, aber nur unter iOS 5. In der Tat werden alle gesperrten apps in iOS 5, die Multitasking aktiviert haben in den Hintergrund gedrängt. Für Anwendungen, die ausgeführt werden, wenn unter iOS 5 gesperrt, deaktivieren die app Multitasking, indem [UIApplicationExitsOnSuspend][1] auf `YES` . Um beim gesperrt auf iOS 4 auszuführen, spielt diese Einstellung keine Rolle.
 
 *   **Lebenslauf** -Ereignis
     
     Beim Aufruf aus einer `resume` -Ereignishandler, interaktive Funktionen wie z. B. `alert()` in eingeschlossen werden müssen ein `setTimeout()` Aufruf mit einem Timeoutwert von 0 (null), oder auch der app hängt. Zum Beispiel:
     
-        document.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>("resume", onResume, false);
+        document.addEventListener("resume", onResume, false);
         function onResume() {
            setTimeout(function() {
                   // TODO: do your thing!

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/events/events.searchbutton.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/events/events.searchbutton.md b/www/docs/de/3.1.0/cordova/events/events.searchbutton.md
index c6e407b..f5a93f3 100644
--- a/www/docs/de/3.1.0/cordova/events/events.searchbutton.md
+++ b/www/docs/de/3.1.0/cordova/events/events.searchbutton.md
@@ -22,14 +22,14 @@ license: >
 
 Das Ereignis wird ausgelöst, wenn der Benutzer die Schaltfläche Suchen auf Android drückt.
 
-    document.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>("searchbutton", yourCallbackFunction, false);
+    document.addEventListener("searchbutton", yourCallbackFunction, false);
     
 
 ## Informationen
 
 Wenn Sie das Standardverhalten für die Schaltfläche von Suche auf Android überschreiben möchten können Sie einen Ereignis-Listener für das Ereignis 'Searchbutton' registrieren.
 
-Anwendungen sollten in der Regel verwenden `document.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>` einmal einen Ereignis-Listener hinzufügen das `<a href="events.deviceready.html">deviceready</a>` -Ereignis ausgelöst.
+Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal einen Ereignis-Listener hinzufügen das `deviceready` -Ereignis ausgelöst.
 
 ## Unterstützte Plattformen
 
@@ -37,7 +37,7 @@ Anwendungen sollten in der Regel verwenden `document.<a href="../inappbrowser/in
 
 ## Kleines Beispiel
 
-    document.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>("searchbutton", onSearchKeyDown, false);
+    document.addEventListener("searchbutton", onSearchKeyDown, false);
     
     function onSearchKeyDown() {
         // Handle the search button
@@ -50,7 +50,7 @@ Anwendungen sollten in der Regel verwenden `document.<a href="../inappbrowser/in
                           "http://www.w3.org/TR/html4/strict.dtd">
     <html>
       <head>
-        <title>Search Button <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Search Button Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
@@ -58,14 +58,14 @@ Anwendungen sollten in der Regel verwenden `document.<a href="../inappbrowser/in
         // Wait for device API libraries to load
         //
         function onLoad() {
-            document.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>("<a href="events.deviceready.html">deviceready</a>", onDeviceReady, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
     
         // device APIs are available
         //
         function onDeviceReady() {
             // Register the event listener
-            document.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>("searchbutton", onSearchKeyDown, false);
+            document.addEventListener("searchbutton", onSearchKeyDown, false);
         }
     
         // Handle the search button

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/events/events.startcallbutton.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/events/events.startcallbutton.md b/www/docs/de/3.1.0/cordova/events/events.startcallbutton.md
index 3979a8f..324bd6d 100644
--- a/www/docs/de/3.1.0/cordova/events/events.startcallbutton.md
+++ b/www/docs/de/3.1.0/cordova/events/events.startcallbutton.md
@@ -22,14 +22,14 @@ license: >
 
 Das Ereignis wird ausgelöst, wenn der Benutzer die Startschaltfläche drückt.
 
-    document.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>("startcallbutton", yourCallbackFunction, false);
+    document.addEventListener("startcallbutton", yourCallbackFunction, false);
     
 
 ## Informationen
 
 Wenn Sie das Start-Aufruf Standardverhalten überschreiben möchten registrieren Sie einen Ereignis-Listener für das `startcallbutton` Ereignis.
 
-Anwendungen sollten in der Regel verwenden `document.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>` einmal einen Ereignis-Listener hinzufügen das `<a href="events.deviceready.html">deviceready</a>` -Ereignis ausgelöst.
+Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal einen Ereignis-Listener hinzufügen das `deviceready` -Ereignis ausgelöst.
 
 ## Unterstützte Plattformen
 
@@ -37,7 +37,7 @@ Anwendungen sollten in der Regel verwenden `document.<a href="../inappbrowser/in
 
 ## Kleines Beispiel
 
-    document.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>("startcallbutton", onStartCallKeyDown, false);
+    document.addEventListener("startcallbutton", onStartCallKeyDown, false);
     
     function onStartCallKeyDown() {
         // Handle the start call button
@@ -50,7 +50,7 @@ Anwendungen sollten in der Regel verwenden `document.<a href="../inappbrowser/in
                           "http://www.w3.org/TR/html4/strict.dtd">
     <html>
       <head>
-        <title>Start Call Button <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Start Call Button Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
@@ -58,14 +58,14 @@ Anwendungen sollten in der Regel verwenden `document.<a href="../inappbrowser/in
         // Wait for device API libraries to load
         //
         function onLoad() {
-            document.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>("<a href="events.deviceready.html">deviceready</a>", onDeviceReady, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
     
         // device APIs are available
         //
         function onDeviceReady() {
             // Register the event listener
-            document.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>("startcallbutton", onStartCallKeyDown, false);
+            document.addEventListener("startcallbutton", onStartCallKeyDown, false);
         }
     
         // Handle the start call button

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/events/events.volumedownbutton.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/events/events.volumedownbutton.md b/www/docs/de/3.1.0/cordova/events/events.volumedownbutton.md
index 32c3103..9cce5d0 100644
--- a/www/docs/de/3.1.0/cordova/events/events.volumedownbutton.md
+++ b/www/docs/de/3.1.0/cordova/events/events.volumedownbutton.md
@@ -22,14 +22,14 @@ license: >
 
 Das Ereignis wird ausgelöst, wenn der Benutzer die Lautstärke-Taste drückt.
 
-    document.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>("volumedownbutton", yourCallbackFunction, false);
+    document.addEventListener("volumedownbutton", yourCallbackFunction, false);
     
 
 ## Informationen
 
 Wenn Sie die Standard-Lautstärke reduzieren Verhalten überschreiben müssen erfassen Sie einen Ereignis-Listener für das `volumedownbutton` Ereignis.
 
-Anwendungen sollten in der Regel verwenden `document.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>` einmal einen Ereignis-Listener hinzufügen das `<a href="events.deviceready.html">deviceready</a>` -Ereignis ausgelöst.
+Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal einen Ereignis-Listener hinzufügen das `deviceready` -Ereignis ausgelöst.
 
 ## Unterstützte Plattformen
 
@@ -37,7 +37,7 @@ Anwendungen sollten in der Regel verwenden `document.<a href="../inappbrowser/in
 
 ## Kleines Beispiel
 
-    document.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>("volumedownbutton", onVolumeDownKeyDown, false);
+    document.addEventListener("volumedownbutton", onVolumeDownKeyDown, false);
     
     function onVolumeDownKeyDown() {
         // Handle the volume down button
@@ -50,7 +50,7 @@ Anwendungen sollten in der Regel verwenden `document.<a href="../inappbrowser/in
                           "http://www.w3.org/TR/html4/strict.dtd">
     <html>
       <head>
-        <title>Volume Down Button <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Volume Down Button Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
@@ -58,14 +58,14 @@ Anwendungen sollten in der Regel verwenden `document.<a href="../inappbrowser/in
         // Wait for device API libraries to load
         //
         function onLoad() {
-            document.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>("<a href="events.deviceready.html">deviceready</a>", onDeviceReady, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
     
         // device APIs are available
         //
         function onDeviceReady() {
             // Register the event listener
-            document.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>("volumedownbutton", onVolumeDownKeyDown, false);
+            document.addEventListener("volumedownbutton", onVolumeDownKeyDown, false);
         }
     
         // Handle the volume down button

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/events/events.volumeupbutton.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/events/events.volumeupbutton.md b/www/docs/de/3.1.0/cordova/events/events.volumeupbutton.md
index 36eea14..c29579c 100644
--- a/www/docs/de/3.1.0/cordova/events/events.volumeupbutton.md
+++ b/www/docs/de/3.1.0/cordova/events/events.volumeupbutton.md
@@ -22,14 +22,14 @@ license: >
 
 Das Ereignis wird ausgelöst, wenn der Benutzer die Lauter Taste drückt.
 
-    document.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>("volumeupbutton", yourCallbackFunction, false);
+    document.addEventListener("volumeupbutton", yourCallbackFunction, false);
     
 
 ## Informationen
 
 Wenn Sie die Standard-Lautstärke erhöhen Verhalten überschreiben müssen registrieren Sie einen Ereignis-Listener für das `volumeupbutton` Ereignis.
 
-Anwendungen sollten in der Regel verwenden `document.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>` einmal einen Ereignis-Listener hinzufügen das `<a href="events.deviceready.html">deviceready</a>` -Ereignis ausgelöst.
+Anwendungen sollten in der Regel verwenden `document.addEventListener` einmal einen Ereignis-Listener hinzufügen das `deviceready` -Ereignis ausgelöst.
 
 ## Unterstützte Plattformen
 
@@ -37,7 +37,7 @@ Anwendungen sollten in der Regel verwenden `document.<a href="../inappbrowser/in
 
 ## Kleines Beispiel
 
-    document.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>("volumeupbutton", onVolumeUpKeyDown, false);
+    document.addEventListener("volumeupbutton", onVolumeUpKeyDown, false);
     
     function onVolumeUpKeyDown() {
         // Handle the volume up button
@@ -50,7 +50,7 @@ Anwendungen sollten in der Regel verwenden `document.<a href="../inappbrowser/in
                           "http://www.w3.org/TR/html4/strict.dtd">
     <html>
       <head>
-        <title>Volume Up Button <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Volume Up Button Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova.js"></script>
         <script type="text/javascript" charset="utf-8">
@@ -58,14 +58,14 @@ Anwendungen sollten in der Regel verwenden `document.<a href="../inappbrowser/in
         // Wait for device API libraries to load
         //
         function onLoad() {
-            document.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>("<a href="events.deviceready.html">deviceready</a>", onDeviceReady, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
     
         // device APIs are available
         //
         function onDeviceReady() {
             // Register the event listener
-            document.<a href="../inappbrowser/inappbrowser.html">addEventListener</a>("volumeupbutton", onVolumeUpKeyDown, false);
+            document.addEventListener("volumeupbutton", onVolumeUpKeyDown, false);
         }
     
         // Handle the volume up button

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/file/directoryentry/directoryentry.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/file/directoryentry/directoryentry.md b/www/docs/de/3.1.0/cordova/file/directoryentry/directoryentry.md
index 5845453..23dce12 100644
--- a/www/docs/de/3.1.0/cordova/file/directoryentry/directoryentry.md
+++ b/www/docs/de/3.1.0/cordova/file/directoryentry/directoryentry.md
@@ -20,7 +20,7 @@ license: >
 
 # DirectoryEntry
 
-Dieses Objekt stellt ein Verzeichnis auf einem <a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">Datei</a>system</a>, wie durch die [W3C-Verzeichnisse und Systeme][1] -Spezifikation definiert.
+Dieses Objekt stellt ein Verzeichnis auf einem Dateisystem, wie durch die [W3C-Verzeichnisse und Systeme][1] -Spezifikation definiert.
 
  [1]: http://www.w3.org/TR/file-system-api/
 
@@ -36,19 +36,19 @@ Dieses Objekt stellt ein Verzeichnis auf einem <a href="../filesystem/filesystem
 
 **Hinweis:** Das folgende Attribut wird durch die W3C-Spezifikation definiert, aber wird *nicht* unterstützt:
 
-*   **<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">Datei</a>system</a>**: das <a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">Datei</a>system</a>, auf dem der `DirectoryEntry` befindet. *(FileSystem)*
+*   **Dateisystem**: das Dateisystem, auf dem der `DirectoryEntry` befindet. *(FileSystem)*
 
 ## Methoden
 
 Die folgenden Methoden aufgerufen werden können, auf ein `DirectoryEntry` Objekt:
 
-*   **GetMetadata**: <a href="../metadata/metadata.html">Metadaten</a> über ein Verzeichnis nachschlagen.
+*   **GetMetadata**: Metadaten über ein Verzeichnis nachschlagen.
 
-*   **SetMetadata**: <a href="../metadata/metadata.html">Metadaten</a> für ein Verzeichnis festgelegt.
+*   **SetMetadata**: Metadaten für ein Verzeichnis festgelegt.
 
-*   **MoveTo**: Verschieben Sie ein Verzeichnis an einen anderen <a href="../../storage/storage.html">Speicher</a>ort im <a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">Datei</a>system</a>.
+*   **MoveTo**: Verschieben Sie ein Verzeichnis an einen anderen Speicherort im Dateisystem.
 
-*   **CopyTo**: Kopieren eines Verzeichnisses in einem anderen <a href="../../storage/storage.html">Speicher</a>ort im <a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">Datei</a>system</a>.
+*   **CopyTo**: Kopieren eines Verzeichnisses in einem anderen Speicherort im Dateisystem.
 
 *   **Besuch**: Rückkehr eine URL zu helfen, ein Verzeichnis zu suchen.
 
@@ -56,11 +56,11 @@ Die folgenden Methoden aufgerufen werden können, auf ein `DirectoryEntry` Objek
 
 *   **GetParent**: das übergeordnete Verzeichnis nachschlagen.
 
-*   **CreateReader**: Erstellen Sie eine neue `<a href="../directoryreader/directoryreader.html">DirectoryReader</a>` , die können Einträge aus dem Verzeichnis lesen.
+*   **CreateReader**: Erstellen Sie eine neue `DirectoryReader` , die können Einträge aus dem Verzeichnis lesen.
 
 *   **GetDirectory**: Erstellen oder ein Verzeichnis nachschlagen.
 
-*   **GetFile**: Erstellen oder eine <a href="../fileobj/fileobj.html">Datei</a> nachschlagen.
+*   **GetFile**: Erstellen oder eine Datei nachschlagen.
 
 *   **RemoveRecursively**: ein Verzeichnis und seinen Inhalt zu löschen.
 
@@ -74,13 +74,13 @@ Die folgenden Methoden aufgerufen werden können, auf ein `DirectoryEntry` Objek
 
 ## getMetadata
 
-<a href="../metadata/metadata.html">Metadaten</a> über ein Verzeichnis nachschlagen.
+Metadaten über ein Verzeichnis nachschlagen.
 
 **Parameter:**
 
 *   **SuccessCallback**: eine Callback-Funktion mit einem `Metadata` Objekt. *(Funktion)*
 
-*   **ErrorCallback**: eine Callback-Funktion ausführen, tritt ein Fehler beim Abrufen der `Metadata` . Aufgerufene mit einem `<a href="../fileerror/fileerror.html">FileError</a>` Objekt. *(Funktion)*
+*   **ErrorCallback**: eine Callback-Funktion ausführen, tritt ein Fehler beim Abrufen der `Metadata` . Aufgerufene mit einem `FileError` Objekt. *(Funktion)*
 
 **Kleines Beispiel**
 
@@ -88,20 +88,20 @@ Die folgenden Methoden aufgerufen werden können, auf ein `DirectoryEntry` Objek
     
     Function fail(error) {alert(error.code);}
     
-    / / Anfrage das <a href="../metadata/metadata.html">Metadaten</a>objekt für diesen Eintrag entry.getMetadata (Erfolg, Fehler);
+    / / Anfrage das Metadatenobjekt für diesen Eintrag entry.getMetadata (Erfolg, Fehler);
     
 
 ## setMetadata
 
-Legt ein Verzeichnis erweiterte Attribute oder <a href="../metadata/metadata.html">Metadaten</a>. *Funktioniert derzeit nur auf iOS.*
+Legt ein Verzeichnis erweiterte Attribute oder Metadaten. *Funktioniert derzeit nur auf iOS.*
 
 **Parameter:**
 
-*   **SuccessCallback**: ein Rückruf, der ausgeführt wird, wenn die <a href="../metadata/metadata.html">Metadaten</a> erfolgreich festgelegt ist. *(Funktion)*
+*   **SuccessCallback**: ein Rückruf, der ausgeführt wird, wenn die Metadaten erfolgreich festgelegt ist. *(Funktion)*
 
-*   **ErrorCallback**: ein Rückruf, der ausgeführt wird, wenn die <a href="../metadata/metadata.html">Metadaten</a> nicht festgelegt werden. *(Funktion)*
+*   **ErrorCallback**: ein Rückruf, der ausgeführt wird, wenn die Metadaten nicht festgelegt werden. *(Funktion)*
 
-*   **MetadataObject**: ein Objekt, das der <a href="../metadata/metadata.html">Metadaten</a> Schlüssel und Werte enthält. *(Objekt)*
+*   **MetadataObject**: ein Objekt, das der Metadaten Schlüssel und Werte enthält. *(Objekt)*
 
 **Kleines Beispiel**
 
@@ -149,21 +149,21 @@ Legt ein Verzeichnis erweiterte Attribute oder <a href="../metadata/metadata.htm
             console.log(evt.target.error.code);
         }
     
-        window.<a href="../localfilesystem/localfilesystem.html">requestFileSystem</a>(localFileSystem, 0, onFSWin, onFSFail);
+        window.requestFileSystem(localFileSystem, 0, onFSWin, onFSFail);
     }
     
-        setFolderMetadata(<a href="../localfilesystem/localfilesystem.html">LocalFileSystem</a>.PERSISTENT, "Backups", "com.apple.MobileBackup", 1);
+        setFolderMetadata(LocalFileSystem.PERSISTENT, "Backups", "com.apple.MobileBackup", 1);
     
 
 ## moveTo
 
-Verschieben Sie ein Verzeichnis an einen anderen <a href="../../storage/storage.html">Speicher</a>ort im <a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">Datei</a>system</a>. Ein Fehler auftritt, wenn die app versucht:
+Verschieben Sie ein Verzeichnis an einen anderen Speicherort im Dateisystem. Ein Fehler auftritt, wenn die app versucht:
 
 *   Verschieben Sie ein Verzeichnis in sich selbst oder an jedes Kind in jede Tiefe.
 
 *   Verschieben Sie ein Verzeichnis in übergeordneten, wenn ein Name unterscheidet sich von seinem aktuellen Verzeichnis nicht bereitgestellt wird.
 
-*   Verschieben Sie ein Verzeichnis auf einen Pfad, der von einer <a href="../fileobj/fileobj.html">Datei</a> belegt.
+*   Verschieben Sie ein Verzeichnis auf einen Pfad, der von einer Datei belegt.
 
 *   Verschieben Sie ein Verzeichnis auf einen Pfad, belegt durch ein Verzeichnis, das nicht leer ist.
 
@@ -177,7 +177,7 @@ Verschieben eines Verzeichnisses auf einem vorhandenen leeren Verzeichnis versuc
 
 *   **SuccessCallback**: ein Rückruf, der mit führt das `DirectoryEntry` -Objekt für das neue Verzeichnis. *(Funktion)*
 
-*   **ErrorCallback**: ein Rückruf, der ausgeführt wird, wenn ein Fehler auftritt, wenn Sie versuchen, das Verzeichnis zu verschieben. Aufgerufene mit einem `<a href="../fileerror/fileerror.html">FileError</a>` Objekt. *(Funktion)*
+*   **ErrorCallback**: ein Rückruf, der ausgeführt wird, wenn ein Fehler auftritt, wenn Sie versuchen, das Verzeichnis zu verschieben. Aufgerufene mit einem `FileError` Objekt. *(Funktion)*
 
 **Kleines Beispiel**
 
@@ -202,7 +202,7 @@ Verschieben eines Verzeichnisses auf einem vorhandenen leeren Verzeichnis versuc
 
 ## copyTo
 
-Kopieren Sie ein Verzeichnis an einen anderen <a href="../../storage/storage.html">Speicher</a>ort im <a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">Datei</a>system</a>. Ein Fehler auftritt, wenn die app versucht:
+Kopieren Sie ein Verzeichnis an einen anderen Speicherort im Dateisystem. Ein Fehler auftritt, wenn die app versucht:
 
 *   Kopieren eines Verzeichnisses in sich in beliebiger Tiefe.
 
@@ -218,7 +218,7 @@ Verzeichnis-Kopien sind immer rekursive, und kopieren Sie alle Inhalte des Verze
 
 *   **SuccessCallback**: ein Rückruf, der mit führt das `DirectoryEntry` -Objekt für das neue Verzeichnis. *(Funktion)*
 
-*   **ErrorCallback**: ein Rückruf, der ausgeführt wird, tritt ein Fehler beim Versuch, vom zugrunde liegenden Verzeichnis kopieren. Aufgerufene mit einem `<a href="../fileerror/fileerror.html">FileError</a>` Objekt. *(Funktion)*
+*   **ErrorCallback**: ein Rückruf, der ausgeführt wird, tritt ein Fehler beim Versuch, vom zugrunde liegenden Verzeichnis kopieren. Aufgerufene mit einem `FileError` Objekt. *(Funktion)*
 
 **Kleines Beispiel**
 
@@ -258,13 +258,13 @@ Löscht ein Verzeichnis. Ein Fehler auftritt, wenn die app versucht:
 
 *   Löschen Sie ein Verzeichnis, das nicht leer ist.
 
-*   Löschen Sie das Root-Verzeichnis des <a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">Datei</a>system</a>s.
+*   Löschen Sie das Root-Verzeichnis des Dateisystems.
 
 **Parameter:**
 
 *   **SuccessCallback**: ein Rückruf, der ausgeführt wird, nachdem das Verzeichnis gelöscht wird. Ohne Parameter aufgerufen. *(Funktion)*
 
-*   **ErrorCallback**: ein Rückruf, der ausgeführt wird, wenn ein Fehler auftritt, wenn Sie versuchen, das Verzeichnis zu löschen. Aufgerufene mit einem `<a href="../fileerror/fileerror.html">FileError</a>` Objekt. *(Funktion)*
+*   **ErrorCallback**: ein Rückruf, der ausgeführt wird, wenn ein Fehler auftritt, wenn Sie versuchen, das Verzeichnis zu löschen. Aufgerufene mit einem `FileError` Objekt. *(Funktion)*
 
 **Kleines Beispiel**
 
@@ -283,7 +283,7 @@ Suchen Sie den übergeordneten `DirectoryEntry` mit dem Verzeichnis.
 
 *   **SuccessCallback**: ein Rückruf, der das Verzeichnis übergeordnete übergeben wird `DirectoryEntry` . *(Funktion)*
 
-*   **ErrorCallback**: ein Rückruf, der ausgeführt wird, wenn ein Fehler auftritt, wenn Sie versuchen, das übergeordnete Element abrufen `DirectoryEntry` . Aufgerufene mit einem `<a href="../fileerror/fileerror.html">FileError</a>` Objekt. *(Funktion)*
+*   **ErrorCallback**: ein Rückruf, der ausgeführt wird, wenn ein Fehler auftritt, wenn Sie versuchen, das übergeordnete Element abrufen `DirectoryEntry` . Aufgerufene mit einem `FileError` Objekt. *(Funktion)*
 
 **Kleines Beispiel**
 
@@ -301,7 +301,7 @@ Suchen Sie den übergeordneten `DirectoryEntry` mit dem Verzeichnis.
 
 ## createReader
 
-Erstellt eine neue <a href="../directoryreader/directoryreader.html">DirectoryReader</a> um Einträge in einem Verzeichnis zu lesen.
+Erstellt eine neue DirectoryReader um Einträge in einem Verzeichnis zu lesen.
 
 **Kleines Beispiel**
 
@@ -319,11 +319,11 @@ Erstellt oder ein vorhandenes Verzeichnis sucht. Ein Fehler auftritt, wenn die a
 
 *   **Pfad**: der Pfad zu dem Verzeichnis nachgeschlagen oder erstellt werden. Ein absoluter Pfad oder einen relativen Pfad von diesem `DirectoryEntry` . *(DOM-String und enthält)*
 
-*   **Optionen**: Optionen, um anzugeben, ob das Verzeichnis erstellt werden, wenn er nicht vorhanden ist. *(<a href="../flags/flags.html">Flags</a>)*
+*   **Optionen**: Optionen, um anzugeben, ob das Verzeichnis erstellt werden, wenn er nicht vorhanden ist. *(Flags)*
 
 *   **SuccessCallback**: ein Rückruf, der mit führt ein `DirectoryEntry` Objekt. *(Funktion)*
 
-*   **ErrorCallback**: ein Rückruf, der ausgeführt wird, tritt ein Fehler beim Erstellen oder suchen Sie das Verzeichnis. Aufgerufene mit einem `<a href="../fileerror/fileerror.html">FileError</a>` Objekt. *(Funktion)*
+*   **ErrorCallback**: ein Rückruf, der ausgeführt wird, tritt ein Fehler beim Erstellen oder suchen Sie das Verzeichnis. Aufgerufene mit einem `FileError` Objekt. *(Funktion)*
 
 **Kleines Beispiel**
 
@@ -336,40 +336,40 @@ Erstellt oder ein vorhandenes Verzeichnis sucht. Ein Fehler auftritt, wenn die a
 
 ## getFile
 
-Erstellt oder eine <a href="../fileobj/fileobj.html">Datei</a> sucht. Ein Fehler auftritt, wenn die app versucht:
+Erstellt oder eine Datei sucht. Ein Fehler auftritt, wenn die app versucht:
 
-*   Erstellen Sie eine <a href="../fileobj/fileobj.html">Datei</a>, deren unmittelbar übergeordnete noch nicht vorhanden ist.
+*   Erstellen Sie eine Datei, deren unmittelbar übergeordnete noch nicht vorhanden ist.
 
 **Parameter:**
 
-*   **Pfad**: der Pfad zu der <a href="../fileobj/fileobj.html">Datei</a> nachgeschlagen oder erstellt werden. Ein absoluter Pfad oder einen relativen Pfad von diesem `DirectoryEntry` . *(DOM-String und enthält)*
+*   **Pfad**: der Pfad zu der Datei nachgeschlagen oder erstellt werden. Ein absoluter Pfad oder einen relativen Pfad von diesem `DirectoryEntry` . *(DOM-String und enthält)*
 
-*   **Optionen**: Optionen, um anzugeben, ob die <a href="../fileobj/fileobj.html">Datei</a> erstellt wird, wenn es nicht vorhanden ist. *(<a href="../flags/flags.html">Flags</a>)*
+*   **Optionen**: Optionen, um anzugeben, ob die Datei erstellt wird, wenn es nicht vorhanden ist. *(Flags)*
 
 *   **SuccessCallback**: ein Rückruf, der übergeben wird ein `FileEntry` Objekt. *(Funktion)*
 
-*   **ErrorCallback**: ein Rückruf, der ausgeführt wird, tritt ein Fehler beim Erstellen oder suchen Sie die <a href="../fileobj/fileobj.html">Datei</a>. Aufgerufene mit einem `<a href="../fileerror/fileerror.html">FileError</a>` Objekt. *(Funktion)*
+*   **ErrorCallback**: ein Rückruf, der ausgeführt wird, tritt ein Fehler beim Erstellen oder suchen Sie die Datei. Aufgerufene mit einem `FileError` Objekt. *(Funktion)*
 
 **Kleines Beispiel**
 
-    Function success(fileEntry) {console.log ("<a href="../fileobj/fileobj.html">Datei</a>name:" + fileEntry.name);}
+    Function success(fileEntry) {console.log ("Dateiname:" + fileEntry.name);}
     
-    Function fail(error) {Alert ("Fehler beim Abrufen der <a href="../fileobj/fileobj.html">Datei</a>:" + error.code);}
+    Function fail(error) {Alert ("Fehler beim Abrufen der Datei:" + error.code);}
     
-    / / Abrufen eine vorhandene <a href="../fileobj/fileobj.html">Datei</a>, oder erstellen Sie ihn, wenn er nicht, entry.getFile vorhanden ist ("newFile.txt", {erstellen: echte, exklusive: False}, Erfolg, Fehler);
+    / / Abrufen eine vorhandene Datei, oder erstellen Sie ihn, wenn er nicht, entry.getFile vorhanden ist ("newFile.txt", {erstellen: echte, exklusive: False}, Erfolg, Fehler);
     
 
 ## removeRecursively
 
-Löscht ein Verzeichnis und seinen Inhalt. Im Falle eines Fehlers (z. B. versuchen, Löschen eines Verzeichnisses mit einer <a href="../fileobj/fileobj.html">Datei</a>, die nicht entfernt werden), können einige der den Inhalt des Verzeichnisses gelöscht werden. Ein Fehler auftritt, wenn die app versucht:
+Löscht ein Verzeichnis und seinen Inhalt. Im Falle eines Fehlers (z. B. versuchen, Löschen eines Verzeichnisses mit einer Datei, die nicht entfernt werden), können einige der den Inhalt des Verzeichnisses gelöscht werden. Ein Fehler auftritt, wenn die app versucht:
 
-*   Löschen Sie das Root-Verzeichnis des <a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">Datei</a>system</a>s.
+*   Löschen Sie das Root-Verzeichnis des Dateisystems.
 
 **Parameter:**
 
 *   **SuccessCallback**: ein Rückruf, der nach dem führt die `DirectoryEntry` gelöscht wurden. Ohne Parameter aufgerufen. *(Funktion)*
 
-*   **ErrorCallback**: ein Rückruf, der ausgeführt wird, wenn ein Fehler auftritt, wenn Sie versuchen, löschen Sie die `DirectoryEntry` . Aufgerufene mit einem `<a href="../fileerror/fileerror.html">FileError</a>` Objekt. *(Funktion)*
+*   **ErrorCallback**: ein Rückruf, der ausgeführt wird, wenn ein Fehler auftritt, wenn Sie versuchen, löschen Sie die `DirectoryEntry` . Aufgerufene mit einem `FileError` Objekt. *(Funktion)*
 
 **Kleines Beispiel**
 
@@ -393,6 +393,6 @@ Möglicherweise nicht mit einem `ControlledAccessException` in den folgenden Fä
 
 > Lösung: Stellen Sie sicher, dass temporäre Verzeichnisse manuell oder durch die Anwendung vor der Neuinstallation gereinigt werden.
 
-*   Wenn das <a href="../../device/device.html">Gerät</a> per USB angeschlossen ist.
+*   Wenn das Gerät per USB angeschlossen ist.
 
-> Lösung: Trennen Sie das USB-Kabel vom <a href="../../device/device.html">Gerät</a> und erneut ausführen.
\ No newline at end of file
+> Lösung: Trennen Sie das USB-Kabel vom Gerät und erneut ausführen.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/file/directoryreader/directoryreader.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/file/directoryreader/directoryreader.md b/www/docs/de/3.1.0/cordova/file/directoryreader/directoryreader.md
index 111b416..a61cf90 100644
--- a/www/docs/de/3.1.0/cordova/file/directoryreader/directoryreader.md
+++ b/www/docs/de/3.1.0/cordova/file/directoryreader/directoryreader.md
@@ -20,7 +20,7 @@ license: >
 
 # DirectoryReader
 
-Ein Objekt, das <a href="../fileobj/fileobj.html">Datei</a>en und Verzeichnisse in einem Verzeichnis listet in der [W3C-Verzeichnisse und Systeme][1] -Spezifikation definiert.
+Ein Objekt, das Dateien und Verzeichnisse in einem Verzeichnis listet in der [W3C-Verzeichnisse und Systeme][1] -Spezifikation definiert.
 
  [1]: http://www.w3.org/TR/file-system-api/
 
@@ -42,9 +42,9 @@ Lesen Sie die Einträge in diesem Verzeichnis.
 
 **Parameter:**
 
-*   **SuccessCallback**: ein Rückruf, der ein Array von übergeben wird `FileEntry` und `<a href="../directoryentry/directoryentry.html">DirectoryEntry</a>` Objekte. *(Funktion)*
+*   **SuccessCallback**: ein Rückruf, der ein Array von übergeben wird `FileEntry` und `DirectoryEntry` Objekte. *(Funktion)*
 
-*   **ErrorCallback**: ein Rückruf, der ausgeführt wird, tritt ein Fehler beim Abrufen der Verzeichnisliste. Aufgerufene mit einem `<a href="../fileerror/fileerror.html">FileError</a>` Objekt. *(Funktion)*
+*   **ErrorCallback**: ein Rückruf, der ausgeführt wird, tritt ein Fehler beim Abrufen der Verzeichnisliste. Aufgerufene mit einem `FileError` Objekt. *(Funktion)*
 
 **Kleines Beispiel**
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/3.1.0/cordova/file/file.md
----------------------------------------------------------------------
diff --git a/www/docs/de/3.1.0/cordova/file/file.md b/www/docs/de/3.1.0/cordova/file/file.md
index 01e27e4..6d005eb 100644
--- a/www/docs/de/3.1.0/cordova/file/file.md
+++ b/www/docs/de/3.1.0/cordova/file/file.md
@@ -18,33 +18,33 @@ license: >
     under the License.
 ---
 
-# <a href="fileobj/fileobj.html">Datei</a>
+# Datei
 
-> Eine API zum Lesen, schreiben und navigieren Sie <a href="fileobj/fileobj.html">Datei</a>-System-Hierarchien, basierend auf der [w3c <a href="fileobj/fileobj.html">Datei</a> api][1].
+> Eine API zum Lesen, schreiben und navigieren Sie Datei-System-Hierarchien, basierend auf der [w3c Datei api][1].
 
  [1]: http://www.w3.org/TR/FileAPI
 
 ## Objekte
 
-*   <a href="directoryentry/directoryentry.html">DirectoryEntry</a>
-*   <a href="directoryreader/directoryreader.html">DirectoryReader</a>
-*   <a href="fileobj/fileobj.html">Datei</a>
-*   <a href="fileentry/fileentry.html">FileEntries</a>
-*   <a href="fileerror/fileerror.html">FileError</a>
-*   <a href="filereader/filereader.html">FileReader</a>
-*   <a href="filesystem/filesystem.html"><a href="fileobj/fileobj.html">Datei</a>system</a>
-*   <a href="filetransfer/filetransfer.html">FileTransfer</a>
-*   <a href="filetransfererror/filetransfererror.html"><a href="filetransfer/filetransfer.html">FileTransfer</a>Error</a>
-*   <a href="fileuploadoptions/fileuploadoptions.html">FileUploadOptions</a>
-*   <a href="fileuploadresult/fileuploadresult.html">FileUploadResult</a>
-*   <a href="filewriter/filewriter.html">FileWriter</a>
+*   DirectoryEntry
+*   DirectoryReader
+*   Datei
+*   FileEntries
+*   FileError
+*   FileReader
+*   Dateisystem
+*   FileTransfer
+*   FileTransferError
+*   FileUploadOptions
+*   FileUploadResult
+*   FileWriter
 *   Flaggen
-*   <a href="localfilesystem/localfilesystem.html">LocalFileSystem</a>
-*   <a href="metadata/metadata.html">Metadaten</a>
+*   LocalFileSystem
+*   Metadaten
 
 ## Zugriff auf die Funktion
 
-Ab Version 3.0 implementiert Cordova <a href="../device/device.html">Gerät</a>eebene APIs als *Plugins*. Verwenden Sie der CLI `plugin` Befehl, beschrieben in der Command-Line Interface, hinzufügen oder Entfernen dieses Feature für ein Projekt:
+Ab Version 3.0 implementiert Cordova Geräteebene APIs als *Plugins*. Verwenden Sie der CLI `plugin` Befehl, beschrieben in der Command-Line Interface, hinzufügen oder Entfernen dieses Feature für ein Projekt:
 
         $ cordova plugin add org.apache.cordova.file
         $ cordova plugin ls
@@ -52,7 +52,7 @@ Ab Version 3.0 implementiert Cordova <a href="../device/device.html">Gerät</a>e
         $ cordova plugin rm org.apache.cordova.file
     
 
-Um die <a href="fileobj/fileobj.html">Datei</a>übertragung-Plugin zu verwenden, müssen Sie, die separat hinzufügen.
+Um die Dateiübertragung-Plugin zu verwenden, müssen Sie, die separat hinzufügen.
 
         $ cordova plugin add org.apache.cordova.file-transfer
         $ cordova plugin ls
@@ -68,8 +68,8 @@ Diese Befehle gelten für alle Zielplattformen, aber die unten beschriebenen Pla
         <feature name="File">
             <param name="android-package" value="org.apache.cordova.FileUtils" />
         </feature>
-        <feature name="<a href="filetransfer/filetransfer.html">FileTransfer</a>">
-            <param name="android-package" value="org.apache.cordova.<a href="filetransfer/filetransfer.html">FileTransfer</a>" />
+        <feature name="FileTransfer">
+            <param name="android-package" value="org.apache.cordova.FileTransfer" />
         </feature>
         
         (in app/AndroidManifest.xml)
@@ -82,8 +82,8 @@ Diese Befehle gelten für alle Zielplattformen, aber die unten beschriebenen Pla
         <feature name="File">
             <param name="blackberry-package" value="org.apache.cordova.file.FileManager" />
         </feature>
-        <feature name="<a href="filetransfer/filetransfer.html">FileTransfer</a>">
-            <param name="blackberry-package" value="org.apache.cordova.http.<a href="filetransfer/filetransfer.html">FileTransfer</a>" />
+        <feature name="FileTransfer">
+            <param name="blackberry-package" value="org.apache.cordova.http.FileTransfer" />
         </feature>
         
         (in www/config.xml)
@@ -100,9 +100,9 @@ Diese Befehle gelten für alle Zielplattformen, aber die unten beschriebenen Pla
         <feature name="File">
             <param name="ios-package" value="CDVFile" />
         </feature>
-        <feature name="<a href="filetransfer/filetransfer.html">FileTransfer</a>">
-            <param name="ios-package" value="CDV<a href="filetransfer/filetransfer.html">FileTransfer</a>" />
+        <feature name="FileTransfer">
+            <param name="ios-package" value="CDVFileTransfer" />
         </feature>
         
 
-Einige Plattformen können dieses Feature unterstützen, ohne dass eine besondere Konfiguration. Finden Sie unter *Plattform-Unterstützung* in der <a href="../../guide/overview/index.html">Übersicht</a>.
\ No newline at end of file
+Einige Plattformen können dieses Feature unterstützen, ohne dass eine besondere Konfiguration. Finden Sie unter *Plattform-Unterstützung* in der Übersicht.
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[09/51] [partial] docs commit: Reverting autolinking change because of inconsistencies.

Posted by db...@apache.org.
http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/geolocation/parameters/geolocation.options.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/geolocation/parameters/geolocation.options.md b/www/docs/en/1.8.0/cordova/geolocation/parameters/geolocation.options.md
index 6a5b3da..ff1b80d 100644
--- a/www/docs/en/1.8.0/cordova/geolocation/parameters/geolocation.options.md
+++ b/www/docs/en/1.8.0/cordova/geolocation/parameters/geolocation.options.md
@@ -22,15 +22,15 @@ geolocationOptions
 ==================
 
 Optional parameters to customize the retrieval of the geolocation
-`<a href="../Position/position.html">Position</a>`.
+`Position`.
 
     { maximumAge: 3000, timeout: 5000, enableHighAccuracy: true };
 
 Options
 -------
 
-- __enableHighAccuracy:__ Provides a hint that the application would like to receive the best possible results. By default, the device will attempt to retrieve a `<a href="../Position/position.html">Position</a>` using network-based methods. Setting this property to `true` tells the framework to use more accurate methods, such as satellite positioning. _(Boolean)_
-- __timeout:__ The maximum length of time (milliseconds) that is allowed to pass from the call to `geolocation.getCurrent<a href="../Position/position.html">Position</a>` or `geolocation.watch<a href="../Position/position.html">Position</a>` until the corresponding `<a href="geolocationSuccess.html">geolocationSuccess</a>` callback is invoked. If the `<a href="geolocationSuccess.html">geolocationSuccess</a>` callback is not invoked within this time, the `<a href="geolocationError.html">geolocationError</a>` callback will be invoked with a `<a href="../<a href="../Position/position.html">Position</a>Error/positionError.html"><a href="../Position/position.html">Position</a>Error</a>.TIMEOUT` error code. NOTE: when used in conjunction with `geolocation.watch<a href="../Position/position.html">Position</a>`, the `<a href="geolocationError.html">geolocationError</a>` callback could be called on an interval every `timeout` milliseconds! _(Number)_
+- __enableHighAccuracy:__ Provides a hint that the application would like to receive the best possible results. By default, the device will attempt to retrieve a `Position` using network-based methods. Setting this property to `true` tells the framework to use more accurate methods, such as satellite positioning. _(Boolean)_
+- __timeout:__ The maximum length of time (milliseconds) that is allowed to pass from the call to `geolocation.getCurrentPosition` or `geolocation.watchPosition` until the corresponding `geolocationSuccess` callback is invoked. If the `geolocationSuccess` callback is not invoked within this time, the `geolocationError` callback will be invoked with a `PositionError.TIMEOUT` error code. NOTE: when used in conjunction with `geolocation.watchPosition`, the `geolocationError` callback could be called on an interval every `timeout` milliseconds! _(Number)_
 - __maximumAge:__ Accept a cached position whose age is no greater than the specified time in milliseconds. _(Number)_
 
 Android Quirks

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/geolocation/parameters/geolocationError.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/geolocation/parameters/geolocationError.md b/www/docs/en/1.8.0/cordova/geolocation/parameters/geolocationError.md
index afe00ea..3408969 100644
--- a/www/docs/en/1.8.0/cordova/geolocation/parameters/geolocationError.md
+++ b/www/docs/en/1.8.0/cordova/geolocation/parameters/geolocationError.md
@@ -30,4 +30,4 @@ The user's callback function that is called when there is an error for geolocati
 Parameters
 ----------
 
-- __error:__ The error returned by the device. (`<a href="../<a href="../Position/position.html">Position</a>Error/positionError.html"><a href="../Position/position.html">Position</a>Error</a>`)
+- __error:__ The error returned by the device. (`PositionError`)

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/geolocation/parameters/geolocationSuccess.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/geolocation/parameters/geolocationSuccess.md b/www/docs/en/1.8.0/cordova/geolocation/parameters/geolocationSuccess.md
index cac8481..bffd951 100644
--- a/www/docs/en/1.8.0/cordova/geolocation/parameters/geolocationSuccess.md
+++ b/www/docs/en/1.8.0/cordova/geolocation/parameters/geolocationSuccess.md
@@ -21,7 +21,7 @@ license: >
 geolocationSuccess
 ==================
 
-The user's callback function that is called when a geolocation position becomes available (when using with `geolocation.getCurrent<a href="../Position/position.html">Position</a>`), or when the position changes (when using with `geolocation.watch<a href="../Position/position.html">Position</a>`).
+The user's callback function that is called when a geolocation position becomes available (when using with `geolocation.getCurrentPosition`), or when the position changes (when using with `geolocation.watchPosition`).
 
     function(position) {
         // Do something
@@ -30,9 +30,9 @@ The user's callback function that is called when a geolocation position becomes
 Parameters
 ----------
 
-- __position:__ The geolocation position returned by the device. (`<a href="../Position/position.html">Position</a>`)
+- __position:__ The geolocation position returned by the device. (`Position`)
 
-<a href="../../storage/storage.opendatabase.html">Example</a>
+Example
 -------
 
     function geolocationSuccess(position) {

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/media/MediaError/mediaError.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/media/MediaError/mediaError.md b/www/docs/en/1.8.0/cordova/media/MediaError/mediaError.md
index 8d8a960..ad11ca5 100644
--- a/www/docs/en/1.8.0/cordova/media/MediaError/mediaError.md
+++ b/www/docs/en/1.8.0/cordova/media/MediaError/mediaError.md
@@ -18,10 +18,10 @@ license: >
     under the License.
 ---
 
-<a href="../media.html">Media</a>Error
+MediaError
 ==========
 
-A `<a href="../media.html">Media</a>Error` object is returned to the `<a href="../Parameters/mediaError.html">mediaError</a>` callback function when an error occurs.
+A `MediaError` object is returned to the `mediaError` callback function when an error occurs.
 
 Properties
 ----------
@@ -32,14 +32,14 @@ Properties
 Constants
 ---------
 
-- `<a href="../media.html">Media</a>Error.MEDIA_ERR_ABORTED`
-- `<a href="../media.html">Media</a>Error.MEDIA_ERR_NETWORK`
-- `<a href="../media.html">Media</a>Error.MEDIA_ERR_DECODE`
-- `<a href="../media.html">Media</a>Error.MEDIA_ERR_NONE_SUPPORTED`
+- `MediaError.MEDIA_ERR_ABORTED`
+- `MediaError.MEDIA_ERR_NETWORK`
+- `MediaError.MEDIA_ERR_DECODE`
+- `MediaError.MEDIA_ERR_NONE_SUPPORTED`
 
 
 Description
 -----------
 
-The `<a href="../media.html">Media</a>Error` object is returned to the user through the `<a href="../Parameters/mediaError.html">mediaError</a>` callback function when an error occurs.
+The `MediaError` object is returned to the user through the `mediaError` callback function when an error occurs.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/media/Parameters/mediaError.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/media/Parameters/mediaError.md b/www/docs/en/1.8.0/cordova/media/Parameters/mediaError.md
index 1881d31..1e0e3a8 100644
--- a/www/docs/en/1.8.0/cordova/media/Parameters/mediaError.md
+++ b/www/docs/en/1.8.0/cordova/media/Parameters/mediaError.md
@@ -30,4 +30,4 @@ A user specified callback function that is invoked when there is an error in med
 Parameters
 ----------
 
-- __error:__ The error returned by the device. (`<a href="../<a href="../media.html">Media</a>Error/mediaError.html"><a href="../media.html">Media</a>Error</a>`)
+- __error:__ The error returned by the device. (`MediaError`)

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/media/capture/CaptureCB.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/media/capture/CaptureCB.md b/www/docs/en/1.8.0/cordova/media/capture/CaptureCB.md
index 81cad0a..a897c8b 100644
--- a/www/docs/en/1.8.0/cordova/media/capture/CaptureCB.md
+++ b/www/docs/en/1.8.0/cordova/media/capture/CaptureCB.md
@@ -18,28 +18,28 @@ license: >
     under the License.
 ---
 
-<a href="capture.html">Capture</a>CB
+CaptureCB
 =========
 
 > Invoked upon a successful media capture operation.
 
-    function captureSuccess( <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>[] media<a href="../../file/fileobj/fileobj.html">File</a>s ) { ... };
+    function captureSuccess( MediaFile[] mediaFiles ) { ... };
 
 Description
 -----------
 
 This function is invoked after a successful capture operation has completed.  This means a media file has been captured, and either the user has exited the media capture application, or the capture limit has been reached.
 
-Each <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a> object describes a captured media file.  
+Each MediaFile object describes a captured media file.  
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // capture callback
-    function captureSuccess(media<a href="../../file/fileobj/fileobj.html">File</a>s) {
+    function captureSuccess(mediaFiles) {
         var i, path, len;
-        for (i = 0, len = media<a href="../../file/fileobj/fileobj.html">File</a>s.length; i < len; i += 1) {
-            path = media<a href="../../file/fileobj/fileobj.html">File</a>s[i].fullPath;
+        for (i = 0, len = mediaFiles.length; i < len; i += 1) {
+            path = mediaFiles[i].fullPath;
             // do something interesting with the file
         }
     };

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/media/capture/CaptureError.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/media/capture/CaptureError.md b/www/docs/en/1.8.0/cordova/media/capture/CaptureError.md
index a4f135c..f387287 100644
--- a/www/docs/en/1.8.0/cordova/media/capture/CaptureError.md
+++ b/www/docs/en/1.8.0/cordova/media/capture/CaptureError.md
@@ -18,7 +18,7 @@ license: >
     under the License.
 ---
 
-<a href="capture.html">Capture</a>Error
+CaptureError
 ============
 
 > Encapsulates the error code resulting from a failed media capture operation.
@@ -31,8 +31,8 @@ Properties
 Constants
 ---------
 
-- <a href="capture.html">Capture</a>Error.`CAPTURE_INTERNAL_ERR`: <a href="../../camera/camera.html">Camera</a> or microphone failed to capture image or sound. 
-- <a href="capture.html">Capture</a>Error.`CAPTURE_APPLICATION_BUSY`: <a href="../../camera/camera.html">Camera</a> application or audio capture application is currently serving other capture request.
-- <a href="capture.html">Capture</a>Error.`CAPTURE_INVALID_ARGUMENT`: Invalid use of the API (e.g. limit parameter has value less than one).
-- <a href="capture.html">Capture</a>Error.`CAPTURE_NO_MEDIA_FILES`: User exited camera application or audio capture application before capturing anything.
-- <a href="capture.html">Capture</a>Error.`CAPTURE_NOT_SUPPORTED`: The requested capture operation is not supported.
+- CaptureError.`CAPTURE_INTERNAL_ERR`: Camera or microphone failed to capture image or sound. 
+- CaptureError.`CAPTURE_APPLICATION_BUSY`: Camera application or audio capture application is currently serving other capture request.
+- CaptureError.`CAPTURE_INVALID_ARGUMENT`: Invalid use of the API (e.g. limit parameter has value less than one).
+- CaptureError.`CAPTURE_NO_MEDIA_FILES`: User exited camera application or audio capture application before capturing anything.
+- CaptureError.`CAPTURE_NOT_SUPPORTED`: The requested capture operation is not supported.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/media/capture/CaptureErrorCB.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/media/capture/CaptureErrorCB.md b/www/docs/en/1.8.0/cordova/media/capture/CaptureErrorCB.md
index 02e9f62..7d24861 100644
--- a/www/docs/en/1.8.0/cordova/media/capture/CaptureErrorCB.md
+++ b/www/docs/en/1.8.0/cordova/media/capture/CaptureErrorCB.md
@@ -18,24 +18,24 @@ license: >
     under the License.
 ---
 
-<a href="capture.html">Capture</a>ErrorCB
+CaptureErrorCB
 ==============
 
 > Invoked if an error occurs during a media capture operation.
 
-    function captureError( <a href="capture.html">Capture</a>Error error ) { ... };
+    function captureError( CaptureError error ) { ... };
 
 Description
 -----------
 
 This function is invoked if an error occurs when trying to launch a media capture operation and the capture application is busy, if an error occurs while the capture operation is taking place, or if the capture operation has been canceled by the user before any media files have been captured.
 
-This function is invoked with a <a href="capture.html">Capture</a>Error object containing an appropriate error code.
+This function is invoked with a CaptureError object containing an appropriate error code.
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // capture error callback
     var captureError = function(error) {
-        navigator.<a href="../../notification/notification.alert.html">notification.alert</a>('Error code: ' + error.code, null, '<a href="capture.html">Capture</a> Error');
+        navigator.notification.alert('Error code: ' + error.code, null, 'Capture Error');
     };

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/media/capture/ConfigurationData.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/media/capture/ConfigurationData.md b/www/docs/en/1.8.0/cordova/media/capture/ConfigurationData.md
index 797d9da..2b32dfe 100644
--- a/www/docs/en/1.8.0/cordova/media/capture/ConfigurationData.md
+++ b/www/docs/en/1.8.0/cordova/media/capture/ConfigurationData.md
@@ -28,7 +28,7 @@ Description
 
 This object is used to describe media capture modes supported by the device.  The configuration data includes the MIME type, and capture dimensions (for video or image capture).  
 
-The MIME types should adhere to [RFC2046](http://www.ietf.org/rfc/rfc2046.txt).  <a href="../../storage/storage.opendatabase.html">Example</a>s:
+The MIME types should adhere to [RFC2046](http://www.ietf.org/rfc/rfc2046.txt).  Examples:
 
 - video/3gpp
 - video/quicktime
@@ -43,7 +43,7 @@ Properties
 - __height:__ The height of the image or video in pixels.  In the case of a sound clip, this attribute has value 0. (Number)
 - __width:__ The width of the image or video in pixels.  In the case of a sound clip, this attribute has value 0. (Number)
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // retrieve supported image modes

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/media/capture/MediaFile.getFormatData.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/media/capture/MediaFile.getFormatData.md b/www/docs/en/1.8.0/cordova/media/capture/MediaFile.getFormatData.md
index afb3f3e..83b2fe8 100644
--- a/www/docs/en/1.8.0/cordova/media/capture/MediaFile.getFormatData.md
+++ b/www/docs/en/1.8.0/cordova/media/capture/MediaFile.getFormatData.md
@@ -18,20 +18,20 @@ license: >
     under the License.
 ---
 
-<a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>.getFormatData
+MediaFile.getFormatData
 =======================
 
 > Retrieves format information about the media capture file.
 
-    media<a href="../../file/fileobj/fileobj.html">File</a>.getFormatData( 
-        <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>DataSuccessCB successCallback, 
-        [<a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>DataErrorCB errorCallback]
+    mediaFile.getFormatData( 
+        MediaFileDataSuccessCB successCallback, 
+        [MediaFileDataErrorCB errorCallback]
     );
 
 Description
 -----------
 
-This function asynchronously attempts to retrieve the format information for the media file.  If successful, it invokes the <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>DataSuccessCB callback with a <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>Data object.  If the attempt fails, this function will invoke the <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>DataErrorCB callback.
+This function asynchronously attempts to retrieve the format information for the media file.  If successful, it invokes the MediaFileDataSuccessCB callback with a MediaFileData object.  If the attempt fails, this function will invoke the MediaFileDataErrorCB callback.
 
 Supported Platforms
 -------------------
@@ -43,12 +43,12 @@ Supported Platforms
 
 BlackBerry WebWorks Quirks
 --------------------------
-There is no API that provides format information of media files.  Therefore, all <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>Data objects will be returned with default values.  See <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>Data documentation.
+There is no API that provides format information of media files.  Therefore, all MediaFileData objects will be returned with default values.  See MediaFileData documentation.
 
 Android Quirks
 --------------
-The API for retrieving media file format information is limited.  Therefore, not all <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>Data properties are supported.  See <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>Data documentation.
+The API for retrieving media file format information is limited.  Therefore, not all MediaFileData properties are supported.  See MediaFileData documentation.
 
 iOS Quirks
 ----------
-The API for retrieving media file format information is limited.  Therefore, not all <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>Data properties are supported.  See <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>Data documentation.
\ No newline at end of file
+The API for retrieving media file format information is limited.  Therefore, not all MediaFileData properties are supported.  See MediaFileData documentation.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/media/capture/MediaFile.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/media/capture/MediaFile.md b/www/docs/en/1.8.0/cordova/media/capture/MediaFile.md
index 0a10254..869b0ef 100644
--- a/www/docs/en/1.8.0/cordova/media/capture/MediaFile.md
+++ b/www/docs/en/1.8.0/cordova/media/capture/MediaFile.md
@@ -18,7 +18,7 @@ license: >
     under the License.
 ---
 
-<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>
+MediaFile
 =========
 
 > Encapsulates properties of a media capture file.
@@ -35,4 +35,4 @@ Properties
 Methods
 -------
 
-- __<a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.getFormatData.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.getFormatData</a>:__ Retrieves the format information of the media file.
\ No newline at end of file
+- __MediaFile.getFormatData:__ Retrieves the format information of the media file.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/media/capture/MediaFileData.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/media/capture/MediaFileData.md b/www/docs/en/1.8.0/cordova/media/capture/MediaFileData.md
index ebac2e3..cc7de58 100644
--- a/www/docs/en/1.8.0/cordova/media/capture/MediaFileData.md
+++ b/www/docs/en/1.8.0/cordova/media/capture/MediaFileData.md
@@ -18,7 +18,7 @@ license: >
     under the License.
 ---
 
-<a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>Data
+MediaFileData
 =============
 
 > Encapsulates format information about a media file.
@@ -34,7 +34,7 @@ Properties
 
 BlackBerry WebWorks Quirks
 --------------------------
-There is no API that provides format information of media files.  So the <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>Data object returned by the <a href="<a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>.getFormatData.html"><a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>.getFormatData</a> function will have the following default values:
+There is no API that provides format information of media files.  So the MediaFileData object returned by the MediaFile.getFormatData function will have the following default values:
 
 - __codecs:__ Not supported. The attribute will always be null.
 - __bitrate:__ Not supported.  The attribute will always be 0.
@@ -44,7 +44,7 @@ There is no API that provides format information of media files.  So the <a href
 
 Android Quirks
 --------------
-Support for the <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>Data properties is as follows:
+Support for the MediaFileData properties is as follows:
 
 - __codecs:__ Not supported.  The attribute will always be null.
 - __bitrate:__ Not supported.  The attribute will always be 0.
@@ -54,7 +54,7 @@ Support for the <a href="<a href="../media.html">Media</a><a href="../../file/fi
 
 iOS Quirks
 ----------
-Support for the <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>Data properties is as follows:
+Support for the MediaFileData properties is as follows:
 
 - __codecs:__ Not supported.  The attribute will always be null.
 - __bitrate:__ Supported on iOS4 devices for audio only. The attribute will always be 0 for image and video.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/media/capture/capture.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/media/capture/capture.md b/www/docs/en/1.8.0/cordova/media/capture/capture.md
index 4d53c33..044d06f 100644
--- a/www/docs/en/1.8.0/cordova/media/capture/capture.md
+++ b/www/docs/en/1.8.0/cordova/media/capture/capture.md
@@ -27,22 +27,22 @@ Objects
 -------
 
 - Capture
-- <a href="captureAudioOptions.html">CaptureAudioOptions</a>
-- <a href="captureImageOptions.html">CaptureImageOptions</a>
-- <a href="captureVideoOptions.html">CaptureVideoOptions</a>
-- <a href="CaptureCB.html">CaptureCB</a>
-- <a href="<a href="CaptureError.html">CaptureError</a>CB.html"><a href="CaptureError.html">CaptureError</a>CB</a>
-- <a href="ConfigurationData.html">ConfigurationData</a>
-- <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>
-- <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>Data
+- CaptureAudioOptions
+- CaptureImageOptions
+- CaptureVideoOptions
+- CaptureCB
+- CaptureErrorCB
+- ConfigurationData
+- MediaFile
+- MediaFileData
 
 Methods
 -------
 
-- <a href="captureAudio.html">capture.captureAudio</a>
-- <a href="captureImage.html">capture.captureImage</a>
-- <a href="captureVideo.html">capture.captureVideo</a>
-- <a href="<a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>.getFormatData.html"><a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a>.getFormatData</a>
+- capture.captureAudio
+- capture.captureImage
+- capture.captureVideo
+- MediaFile.getFormatData
 
 Scope
 -----
@@ -55,16 +55,16 @@ The __capture__ object is assigned to the __navigator.device__ object, and there
 Properties
 ----------
 
-- __supportedAudioModes:__ The audio recording formats supported by the device. (<a href="ConfigurationData.html">ConfigurationData</a>[])
-- __supportedImageModes:__ The recording image sizes and formats supported by the device. (<a href="ConfigurationData.html">ConfigurationData</a>[])
-- __supportedVideoModes:__ The recording video resolutions and formats supported by the device. (<a href="ConfigurationData.html">ConfigurationData</a>[])
+- __supportedAudioModes:__ The audio recording formats supported by the device. (ConfigurationData[])
+- __supportedImageModes:__ The recording image sizes and formats supported by the device. (ConfigurationData[])
+- __supportedVideoModes:__ The recording video resolutions and formats supported by the device. (ConfigurationData[])
 
 Methods
 -------
 
-- <a href="captureAudio.html">capture.captureAudio</a>: Launch the device audio recording application for recording audio clip(s).
-- <a href="captureImage.html">capture.captureImage</a>: Launch the device camera application for taking image(s).
-- <a href="captureVideo.html">capture.captureVideo</a>: Launch the device video recorder application for recording video(s).
+- capture.captureAudio: Launch the device audio recording application for recording audio clip(s).
+- capture.captureImage: Launch the device camera application for taking image(s).
+- capture.captureVideo: Launch the device video recorder application for recording video(s).
 
 
 Supported Platforms
@@ -101,7 +101,7 @@ Permissions
 
 #### www/plugins.xml
 
-    <plugin name="Capture" value="org.apache.cordova.capture.<a href="../media.html">Media</a>Capture" />
+    <plugin name="Capture" value="org.apache.cordova.capture.MediaCapture" />
 
 #### www/config.xml
 
@@ -110,7 +110,7 @@ Permissions
 
 ### iOS
 
-#### App/Supporting <a href="../../file/fileobj/fileobj.html">File</a>s/Cordova.plist
+#### App/Supporting Files/Cordova.plist
 
     <key>Plugins</key>
     <dict>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/media/capture/captureAudio.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/media/capture/captureAudio.md b/www/docs/en/1.8.0/cordova/media/capture/captureAudio.md
index 6f879c7..39006bf 100644
--- a/www/docs/en/1.8.0/cordova/media/capture/captureAudio.md
+++ b/www/docs/en/1.8.0/cordova/media/capture/captureAudio.md
@@ -24,7 +24,7 @@ capture.captureAudio
 > Start the audio recorder application and return information about captured audio clip file(s).
 
     navigator.device.capture.captureAudio( 
-	    <a href="<a href="capture.html">Capture</a>CB.html"><a href="capture.html">Capture</a>CB</a> captureSuccess, <a href="capture.html">Capture</a>ErrorCB captureError,  [<a href="capture.html">Capture</a>AudioOptions options]
+	    CaptureCB captureSuccess, CaptureErrorCB captureError,  [CaptureAudioOptions options]
 	);
 
 Description
@@ -32,9 +32,9 @@ Description
 
 This method starts an asynchronous operation to capture audio recordings using the device's default audio recording application.  The operation allows the device user to capture multiple recordings in a single session.
 
-The capture operation ends when either the user exits the audio recording application, or the maximum number of recordings, specified by the __limit__ parameter in <a href="capture.html">Capture</a>AudioOptions, has been reached.  If no value is provided for the __limit__ parameter, a default value of one (1) is used, and the capture operation will terminate after the user records a single audio clip.
+The capture operation ends when either the user exits the audio recording application, or the maximum number of recordings, specified by the __limit__ parameter in CaptureAudioOptions, has been reached.  If no value is provided for the __limit__ parameter, a default value of one (1) is used, and the capture operation will terminate after the user records a single audio clip.
 
-When the capture operation is finished, it will invoke the <a href="<a href="capture.html">Capture</a>CB.html"><a href="capture.html">Capture</a>CB</a> callback with an array of <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a> objects describing each captured audio clip file.  If the operation is terminated by the user before an audio clip is captured, the <a href="capture.html">Capture</a>ErrorCB callback will be invoked with a <a href="capture.html">Capture</a>Error object with the <a href="capture.html">Capture</a>Error.`CAPTURE_NO_MEDIA_FILES` error code.
+When the capture operation is finished, it will invoke the CaptureCB callback with an array of MediaFile objects describing each captured audio clip file.  If the operation is terminated by the user before an audio clip is captured, the CaptureErrorCB callback will be invoked with a CaptureError object with the CaptureError.`CAPTURE_NO_MEDIA_FILES` error code.
 
 Supported Platforms
 -------------------
@@ -44,33 +44,33 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // capture callback
-    var captureSuccess = function(media<a href="../../file/fileobj/fileobj.html">File</a>s) {
+    var captureSuccess = function(mediaFiles) {
         var i, path, len;
-        for (i = 0, len = media<a href="../../file/fileobj/fileobj.html">File</a>s.length; i < len; i += 1) {
-            path = media<a href="../../file/fileobj/fileobj.html">File</a>s[i].fullPath;
+        for (i = 0, len = mediaFiles.length; i < len; i += 1) {
+            path = mediaFiles[i].fullPath;
             // do something interesting with the file
         }
     };
 
     // capture error callback
     var captureError = function(error) {
-        navigator.<a href="../../notification/notification.alert.html">notification.alert</a>('Error code: ' + error.code, null, '<a href="capture.html">Capture</a> Error');
+        navigator.notification.alert('Error code: ' + error.code, null, 'Capture Error');
     };
 
     // start audio capture
     navigator.device.capture.captureAudio(captureSuccess, captureError, {limit:2});
 
-Full <a href="../../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="capture.html">Capture</a> Audio</title>
+        <title>Capture Audio</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.0.js"></script>
         <script type="text/javascript" charset="utf-8" src="json2.js"></script>
@@ -78,10 +78,10 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
 
         // Called when capture operation is finished
         //
-        function captureSuccess(media<a href="../../file/fileobj/fileobj.html">File</a>s) {
+        function captureSuccess(mediaFiles) {
             var i, len;
-            for (i = 0, len = media<a href="../../file/fileobj/fileobj.html">File</a>s.length; i < len; i += 1) {
-                upload<a href="../../file/fileobj/fileobj.html">File</a>(media<a href="../../file/fileobj/fileobj.html">File</a>s[i]);
+            for (i = 0, len = mediaFiles.length; i < len; i += 1) {
+                uploadFile(mediaFiles[i]);
             }	    
         }
 
@@ -89,7 +89,7 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
         // 
         function captureError(error) {
 	        var msg = 'An error occurred during capture: ' + error.code;
-            navigator.<a href="../../notification/notification.alert.html">notification.alert</a>(msg, null, 'Uh oh!');
+            navigator.notification.alert(msg, null, 'Uh oh!');
         }
 
         // A button will call this function
@@ -101,10 +101,10 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
         }
 
         // Upload files to server
-        function upload<a href="../../file/fileobj/fileobj.html">File</a>(media<a href="../../file/fileobj/fileobj.html">File</a>) {
-            var ft = new <a href="../../file/filetransfer/filetransfer.html"><a href="../../file/fileobj/fileobj.html">File</a>Transfer</a>(),
-                path = media<a href="../../file/fileobj/fileobj.html">File</a>.fullPath,
-                name = media<a href="../../file/fileobj/fileobj.html">File</a>.name;
+        function uploadFile(mediaFile) {
+            var ft = new FileTransfer(),
+                path = mediaFile.fullPath,
+                name = mediaFile.name;
 
             ft.upload(path,
                 "http://my.domain.com/upload.php",
@@ -121,14 +121,14 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
         </script>
         </head>
         <body>
-            <button onclick="captureAudio();"><a href="capture.html">Capture</a> Audio</button> <br>
+            <button onclick="captureAudio();">Capture Audio</button> <br>
         </body>
     </html>
 
 BlackBerry WebWorks Quirks
 --------------------------
 
-- 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 <a href="capture.html">Capture</a>Error.`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/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/media/capture/captureAudioOptions.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/media/capture/captureAudioOptions.md b/www/docs/en/1.8.0/cordova/media/capture/captureAudioOptions.md
index 08a05cd..ff303f5 100644
--- a/www/docs/en/1.8.0/cordova/media/capture/captureAudioOptions.md
+++ b/www/docs/en/1.8.0/cordova/media/capture/captureAudioOptions.md
@@ -18,7 +18,7 @@ license: >
     under the License.
 ---
 
-<a href="capture.html">Capture</a>AudioOptions
+CaptureAudioOptions
 ===================
 
 > Encapsulates audio capture configuration options.
@@ -30,13 +30,13 @@ Properties
 - __duration:__ The maximum duration of an audio sound clip, in seconds.
 - __mode:__ The selected audio mode.  The value must match one of the elements in `capture.supportedAudioModes`.
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // limit capture operation to 3 media files, no longer than 10 seconds each
     var options = { limit: 3, duration: 10 };
 
-    navigator.device.<a href="captureAudio.html">capture.captureAudio</a>(captureSuccess, captureError, options);
+    navigator.device.capture.captureAudio(captureSuccess, captureError, options);
 
 Android Quirks
 --------------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/media/capture/captureImage.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/media/capture/captureImage.md b/www/docs/en/1.8.0/cordova/media/capture/captureImage.md
index 88695b2..defbde1 100644
--- a/www/docs/en/1.8.0/cordova/media/capture/captureImage.md
+++ b/www/docs/en/1.8.0/cordova/media/capture/captureImage.md
@@ -24,7 +24,7 @@ capture.captureImage
 > Start the camera application and return information about captured image file(s).
 
     navigator.device.capture.captureImage( 
-	    <a href="<a href="capture.html">Capture</a>CB.html"><a href="capture.html">Capture</a>CB</a> captureSuccess, <a href="capture.html">Capture</a>ErrorCB captureError, [<a href="capture.html">Capture</a>ImageOptions options]
+	    CaptureCB captureSuccess, CaptureErrorCB captureError, [CaptureImageOptions options]
 	);
 
 Description
@@ -32,9 +32,9 @@ Description
 
 This method starts an asynchronous operation to capture images using the device camera application.  The operation allows the device user to capture multiple images in a single session.
 
-The capture operation ends when either the user exits the camera application, or the maximum number of images, specified by the __limit__ parameter in <a href="capture.html">Capture</a>ImageOptions, has been reached.  If no value is provided for the __limit__ parameter, a default value of one (1) is used, and the capture operation will terminate after the user captures a single image.
+The capture operation ends when either the user exits the camera application, or the maximum number of images, specified by the __limit__ parameter in CaptureImageOptions, has been reached.  If no value is provided for the __limit__ parameter, a default value of one (1) is used, and the capture operation will terminate after the user captures a single image.
 
-When the capture operation is finished, it will invoke the <a href="<a href="capture.html">Capture</a>CB.html"><a href="capture.html">Capture</a>CB</a> callback with an array of <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a> objects describing each captured image file.  If the operation is terminated by the user before an image is captured, the <a href="capture.html">Capture</a>ErrorCB callback will be invoked with a <a href="capture.html">Capture</a>Error object with the <a href="capture.html">Capture</a>Error.`CAPTURE_NO_MEDIA_FILES` error code.
+When the capture operation is finished, it will invoke the CaptureCB callback with an array of MediaFile objects describing each captured image file.  If the operation is terminated by the user before an image is captured, the CaptureErrorCB callback will be invoked with a CaptureError object with the CaptureError.`CAPTURE_NO_MEDIA_FILES` error code.
 
 Supported Platforms
 -------------------
@@ -50,33 +50,33 @@ Windows Phone 7 Quirks
 Invoking the native camera application while your device is connected
 via Zune will not work, and the error callback will be triggered.
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // capture callback
-    var captureSuccess = function(media<a href="../../file/fileobj/fileobj.html">File</a>s) {
+    var captureSuccess = function(mediaFiles) {
         var i, path, len;
-        for (i = 0, len = media<a href="../../file/fileobj/fileobj.html">File</a>s.length; i < len; i += 1) {
-            path = media<a href="../../file/fileobj/fileobj.html">File</a>s[i].fullPath;
+        for (i = 0, len = mediaFiles.length; i < len; i += 1) {
+            path = mediaFiles[i].fullPath;
             // do something interesting with the file
         }
     };
 
     // capture error callback
     var captureError = function(error) {
-        navigator.<a href="../../notification/notification.alert.html">notification.alert</a>('Error code: ' + error.code, null, '<a href="capture.html">Capture</a> Error');
+        navigator.notification.alert('Error code: ' + error.code, null, 'Capture Error');
     };
 
     // start image capture
     navigator.device.capture.captureImage(captureSuccess, captureError, {limit:2});
 
-Full <a href="../../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="capture.html">Capture</a> Image</title>
+        <title>Capture Image</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.0.js"></script>
         <script type="text/javascript" charset="utf-8" src="json2.js"></script>
@@ -84,10 +84,10 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
 
         // Called when capture operation is finished
         //
-        function captureSuccess(media<a href="../../file/fileobj/fileobj.html">File</a>s) {
+        function captureSuccess(mediaFiles) {
             var i, len;
-            for (i = 0, len = media<a href="../../file/fileobj/fileobj.html">File</a>s.length; i < len; i += 1) {
-                upload<a href="../../file/fileobj/fileobj.html">File</a>(media<a href="../../file/fileobj/fileobj.html">File</a>s[i]);
+            for (i = 0, len = mediaFiles.length; i < len; i += 1) {
+                uploadFile(mediaFiles[i]);
             }	    
         }
 
@@ -95,7 +95,7 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
         // 
         function captureError(error) {
 	        var msg = 'An error occurred during capture: ' + error.code;
-            navigator.<a href="../../notification/notification.alert.html">notification.alert</a>(msg, null, 'Uh oh!');
+            navigator.notification.alert(msg, null, 'Uh oh!');
         }
 
         // A button will call this function
@@ -107,10 +107,10 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
         }
 
         // Upload files to server
-        function upload<a href="../../file/fileobj/fileobj.html">File</a>(media<a href="../../file/fileobj/fileobj.html">File</a>) {
-            var ft = new <a href="../../file/filetransfer/filetransfer.html"><a href="../../file/fileobj/fileobj.html">File</a>Transfer</a>(),
-                path = media<a href="../../file/fileobj/fileobj.html">File</a>.fullPath,
-                name = media<a href="../../file/fileobj/fileobj.html">File</a>.name;
+        function uploadFile(mediaFile) {
+            var ft = new FileTransfer(),
+                path = mediaFile.fullPath,
+                name = mediaFile.name;
 
             ft.upload(path,
                 "http://my.domain.com/upload.php",
@@ -127,7 +127,7 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
         </script>
         </head>
         <body>
-            <button onclick="captureImage();"><a href="capture.html">Capture</a> Image</button> <br>
+            <button onclick="captureImage();">Capture Image</button> <br>
         </body>
     </html>
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/media/capture/captureImageOptions.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/media/capture/captureImageOptions.md b/www/docs/en/1.8.0/cordova/media/capture/captureImageOptions.md
index a0891fe..b9f0333 100644
--- a/www/docs/en/1.8.0/cordova/media/capture/captureImageOptions.md
+++ b/www/docs/en/1.8.0/cordova/media/capture/captureImageOptions.md
@@ -18,7 +18,7 @@ license: >
     under the License.
 ---
 
-<a href="capture.html">Capture</a>ImageOptions
+CaptureImageOptions
 ===================
 
 > Encapsulates image capture configuration options.
@@ -29,13 +29,13 @@ Properties
 - __limit:__ The maximum number of images the device user can capture in a single capture operation.  The value must be greater than or equal to 1 (defaults to 1).
 - __mode:__ The selected image mode.  The value must match one of the elements in `capture.supportedImageModes`.
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // limit capture operation to 3 images
     var options = { limit: 3 };
 
-    navigator.device.<a href="captureImage.html">capture.captureImage</a>(captureSuccess, captureError, options);
+    navigator.device.capture.captureImage(captureSuccess, captureError, options);
 
 Android Quirks
 --------------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/media/capture/captureVideo.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/media/capture/captureVideo.md b/www/docs/en/1.8.0/cordova/media/capture/captureVideo.md
index bbbd18d..1e509fd 100644
--- a/www/docs/en/1.8.0/cordova/media/capture/captureVideo.md
+++ b/www/docs/en/1.8.0/cordova/media/capture/captureVideo.md
@@ -24,7 +24,7 @@ capture.captureVideo
 > Start the video recorder application and return information about captured video clip file(s).
 
     navigator.device.capture.captureVideo( 
-	    <a href="<a href="capture.html">Capture</a>CB.html"><a href="capture.html">Capture</a>CB</a> captureSuccess, <a href="capture.html">Capture</a>ErrorCB captureError, [<a href="capture.html">Capture</a>VideoOptions options]
+	    CaptureCB captureSuccess, CaptureErrorCB captureError, [CaptureVideoOptions options]
 	);
 
 Description
@@ -32,9 +32,9 @@ Description
 
 This method starts an asynchronous operation to capture video recordings using the device video recording application.  The operation allows the device user to capture multiple recordings in a single session.
 
-The capture operation ends when either the user exits the video recording application, or the maximum number of recordings, specified by the __limit__ parameter in <a href="capture.html">Capture</a>VideoOptions, has been reached.  If no value is provided for the __limit__ parameter, a default value of one (1) is used, and the capture operation will terminate after the user records a single video clip.
+The capture operation ends when either the user exits the video recording application, or the maximum number of recordings, specified by the __limit__ parameter in CaptureVideoOptions, has been reached.  If no value is provided for the __limit__ parameter, a default value of one (1) is used, and the capture operation will terminate after the user records a single video clip.
 
-When the capture operation is finished, it will invoke the <a href="<a href="capture.html">Capture</a>CB.html"><a href="capture.html">Capture</a>CB</a> callback with an array of <a href="<a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a>.html"><a href="../media.html">Media</a><a href="../../file/fileobj/fileobj.html">File</a></a> objects describing each captured video clip file.  If the operation is terminated by the user before an video clip is captured, the <a href="capture.html">Capture</a>ErrorCB callback will be invoked with a <a href="capture.html">Capture</a>Error object with the <a href="capture.html">Capture</a>Error.`CAPTURE_NO_MEDIA_FILES` error code.
+When the capture operation is finished, it will invoke the CaptureCB callback with an array of MediaFile objects describing each captured video clip file.  If the operation is terminated by the user before an video clip is captured, the CaptureErrorCB callback will be invoked with a CaptureError object with the CaptureError.`CAPTURE_NO_MEDIA_FILES` error code.
 
 Supported Platforms
 -------------------
@@ -44,33 +44,33 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // capture callback
-    var captureSuccess = function(media<a href="../../file/fileobj/fileobj.html">File</a>s) {
+    var captureSuccess = function(mediaFiles) {
         var i, path, len;
-        for (i = 0, len = media<a href="../../file/fileobj/fileobj.html">File</a>s.length; i < len; i += 1) {
-            path = media<a href="../../file/fileobj/fileobj.html">File</a>s[i].fullPath;
+        for (i = 0, len = mediaFiles.length; i < len; i += 1) {
+            path = mediaFiles[i].fullPath;
             // do something interesting with the file
         }
     };
 
     // capture error callback
     var captureError = function(error) {
-        navigator.<a href="../../notification/notification.alert.html">notification.alert</a>('Error code: ' + error.code, null, '<a href="capture.html">Capture</a> Error');
+        navigator.notification.alert('Error code: ' + error.code, null, 'Capture Error');
     };
 
     // start video capture
     navigator.device.capture.captureVideo(captureSuccess, captureError, {limit:2});
 
-Full <a href="../../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="capture.html">Capture</a> Video</title>
+        <title>Capture Video</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.0.js"></script>
         <script type="text/javascript" charset="utf-8" src="json2.js"></script>
@@ -78,10 +78,10 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
 
         // Called when capture operation is finished
         //
-        function captureSuccess(media<a href="../../file/fileobj/fileobj.html">File</a>s) {
+        function captureSuccess(mediaFiles) {
             var i, len;
-            for (i = 0, len = media<a href="../../file/fileobj/fileobj.html">File</a>s.length; i < len; i += 1) {
-                upload<a href="../../file/fileobj/fileobj.html">File</a>(media<a href="../../file/fileobj/fileobj.html">File</a>s[i]);
+            for (i = 0, len = mediaFiles.length; i < len; i += 1) {
+                uploadFile(mediaFiles[i]);
             }	    
         }
 
@@ -89,7 +89,7 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
         // 
         function captureError(error) {
 	        var msg = 'An error occurred during capture: ' + error.code;
-            navigator.<a href="../../notification/notification.alert.html">notification.alert</a>(msg, null, 'Uh oh!');
+            navigator.notification.alert(msg, null, 'Uh oh!');
         }
 
         // A button will call this function
@@ -101,10 +101,10 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
         }
 
         // Upload files to server
-        function upload<a href="../../file/fileobj/fileobj.html">File</a>(media<a href="../../file/fileobj/fileobj.html">File</a>) {
-            var ft = new <a href="../../file/filetransfer/filetransfer.html"><a href="../../file/fileobj/fileobj.html">File</a>Transfer</a>(),
-                path = media<a href="../../file/fileobj/fileobj.html">File</a>.fullPath,
-                name = media<a href="../../file/fileobj/fileobj.html">File</a>.name;
+        function uploadFile(mediaFile) {
+            var ft = new FileTransfer(),
+                path = mediaFile.fullPath,
+                name = mediaFile.name;
 
             ft.upload(path,
                 "http://my.domain.com/upload.php",
@@ -121,11 +121,11 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
         </script>
         </head>
         <body>
-            <button onclick="captureVideo();"><a href="capture.html">Capture</a> Video</button> <br>
+            <button onclick="captureVideo();">Capture Video</button> <br>
         </body>
     </html>
 
 BlackBerry WebWorks Quirks
 --------------------------
 
-- Cordova for BlackBerry WebWorks attempts to launch the __Video Recorder__ application, provided by RIM, to capture the video recordings.  The developer will receive a <a href="capture.html">Capture</a>Error.`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/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/media/capture/captureVideoOptions.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/media/capture/captureVideoOptions.md b/www/docs/en/1.8.0/cordova/media/capture/captureVideoOptions.md
index 7b31d89..29667ad 100644
--- a/www/docs/en/1.8.0/cordova/media/capture/captureVideoOptions.md
+++ b/www/docs/en/1.8.0/cordova/media/capture/captureVideoOptions.md
@@ -18,7 +18,7 @@ license: >
     under the License.
 ---
 
-<a href="capture.html">Capture</a>VideoOptions
+CaptureVideoOptions
 ===================
 
 > Encapsulates video capture configuration options.
@@ -30,13 +30,13 @@ Properties
 - __duration:__ The maximum duration of a video clip, in seconds.
 - __mode:__ The selected video capture mode.  The value must match one of the elements in `capture.supportedVideoModes`.
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // limit capture operation to 3 video clips
     var options = { limit: 3 };
 
-    navigator.device.<a href="captureVideo.html">capture.captureVideo</a>(captureSuccess, captureError, options);
+    navigator.device.capture.captureVideo(captureSuccess, captureError, options);
 
 Android Quirks
 --------------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/media/media.getCurrentPosition.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/media/media.getCurrentPosition.md b/www/docs/en/1.8.0/cordova/media/media.getCurrentPosition.md
index 7ee9dd0..c48a663 100644
--- a/www/docs/en/1.8.0/cordova/media/media.getCurrentPosition.md
+++ b/www/docs/en/1.8.0/cordova/media/media.getCurrentPosition.md
@@ -18,23 +18,23 @@ license: >
     under the License.
 ---
 
-media.getCurrent<a href="../geolocation/Position/position.html">Position</a>
+media.getCurrentPosition
 ========================
 
 Returns the current position within an audio file.
 
-    media.getCurrent<a href="../geolocation/Position/position.html">Position</a>(mediaSuccess, [<a href="Parameters/mediaError.html">mediaError</a>]);
+    media.getCurrentPosition(mediaSuccess, [mediaError]);
 
 Parameters
 ----------
 
 - __mediaSuccess__: The callback that is called with the current position in seconds.
-- __<a href="Parameters/mediaError.html">mediaError</a>__: (Optional) The callback that is called if there was an error.
+- __mediaError__: (Optional) The callback that is called if there was an error.
 
 Description
 -----------
 
-Function `media.getCurrent<a href="../geolocation/Position/position.html">Position</a>` is an asynchronous function that returns the current position of the underlying audio file of a <a href="media.html">Media</a> object. Also updates the ___position__ parameter within the <a href="media.html">Media</a> object. 
+Function `media.getCurrentPosition` is an asynchronous function that returns the current position of the underlying audio file of a Media object. Also updates the ___position__ parameter within the Media object. 
 
 Supported Platforms
 -------------------
@@ -44,17 +44,17 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
     
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
         // Audio player
         //
-        var my_media = new <a href="media.html">Media</a>(src, onSuccess, onError);
+        var my_media = new Media(src, onSuccess, onError);
 
         // Update media position every second
         var mediaTimer = setInterval(function() {
             // get media position
-            my_media.getCurrent<a href="../geolocation/Position/position.html">Position</a>(
+            my_media.getCurrentPosition(
                 // success callback
                 function(position) {
                     if (position > -1) {
@@ -69,25 +69,25 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         }, 1000);
 
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
         <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
                       "http://www.w3.org/TR/html4/strict.dtd">
         <html>
           <head>
-            <title><a href="media.html">Media</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+            <title>Media Example</title>
         
             <script type="text/javascript" charset="utf-8" src="cordova-1.8.0.js"></script>
             <script type="text/javascript" charset="utf-8">
         
             // Wait for Cordova to load
             //
-            document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         
             // Cordova is ready
             //
-            function on<a href="../device/device.html">Device</a>Ready() {
+            function onDeviceReady() {
                 playAudio("http://audio.ibeat.org/content/p1rj1s/p1rj1s_-_rockGuitar.mp3");
             }
         
@@ -99,27 +99,27 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             // Play audio
             //
             function playAudio(src) {
-                // Create <a href="media.html">Media</a> object from src
-                my_media = new <a href="media.html">Media</a>(src, onSuccess, onError);
+                // Create Media object from src
+                my_media = new Media(src, onSuccess, onError);
         
                 // Play audio
-                my_<a href="media.play.html">media.play</a>();
+                my_media.play();
         
                 // Update my_media position every second
                 if (mediaTimer == null) {
                     mediaTimer = setInterval(function() {
                         // get my_media position
-                        my_media.getCurrent<a href="../geolocation/Position/position.html">Position</a>(
+                        my_media.getCurrentPosition(
                             // success callback
                             function(position) {
                                 if (position > -1) {
-                                    setAudio<a href="../geolocation/Position/position.html">Position</a>((position) + " sec");
+                                    setAudioPosition((position) + " sec");
                                 }
                             },
                             // error callback
                             function(e) {
                                 console.log("Error getting pos=" + e);
-                                setAudio<a href="../geolocation/Position/position.html">Position</a>("Error: " + e);
+                                setAudioPosition("Error: " + e);
                             }
                         );
                     }, 1000);
@@ -128,9 +128,9 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         
             // Pause audio
             // 
-            function <a href="../events/events.pause.html">pause</a>Audio() {
+            function pauseAudio() {
                 if (my_media) {
-                    my_media.<a href="../events/events.pause.html">pause</a>();
+                    my_media.pause();
                 }
             }
         
@@ -138,7 +138,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             // 
             function stopAudio() {
                 if (my_media) {
-                    my_<a href="media.stop.html">media.stop</a>();
+                    my_media.stop();
                 }
                 clearInterval(mediaTimer);
                 mediaTimer = null;
@@ -159,7 +159,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         
             // Set audio position
             // 
-            function setAudio<a href="../geolocation/Position/position.html">Position</a>(position) {
+            function setAudioPosition(position) {
                 document.getElementById('audio_position').innerHTML = position;
             }
         
@@ -167,7 +167,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
           </head>
           <body>
             <a href="#" class="btn large" onclick="playAudio('http://audio.ibeat.org/content/p1rj1s/p1rj1s_-_rockGuitar.mp3');">Play Audio</a>
-            <a href="#" class="btn large" onclick="<a href="../events/events.pause.html">pause</a>Audio();">Pause Playing Audio</a>
+            <a href="#" class="btn large" onclick="pauseAudio();">Pause Playing Audio</a>
             <a href="#" class="btn large" onclick="stopAudio();">Stop Playing Audio</a>
             <p id="audio_position"></p>
           </body>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/media/media.getDuration.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/media/media.getDuration.md b/www/docs/en/1.8.0/cordova/media/media.getDuration.md
index c3ae956..1b7eba1 100644
--- a/www/docs/en/1.8.0/cordova/media/media.getDuration.md
+++ b/www/docs/en/1.8.0/cordova/media/media.getDuration.md
@@ -39,12 +39,12 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
     
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
         // Audio player
         //
-        var my_media = new <a href="media.html">Media</a>(src, onSuccess, onError);
+        var my_media = new Media(src, onSuccess, onError);
 
         // Get duration
         var counter = 0;
@@ -61,25 +61,25 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
        }, 100);
 
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
         <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
                               "http://www.w3.org/TR/html4/strict.dtd">
         <html>
           <head>
-            <title><a href="media.html">Media</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+            <title>Media Example</title>
         
             <script type="text/javascript" charset="utf-8" src="cordova-1.8.0.js"></script>
             <script type="text/javascript" charset="utf-8">
         
             // Wait for Cordova to load
             //
-            document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         
             // Cordova is ready
             //
-            function on<a href="../device/device.html">Device</a>Ready() {
+            function onDeviceReady() {
                 playAudio("http://audio.ibeat.org/content/p1rj1s/p1rj1s_-_rockGuitar.mp3");
             }
         
@@ -91,27 +91,27 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             // Play audio
             //
             function playAudio(src) {
-                // Create <a href="media.html">Media</a> object from src
-                my_media = new <a href="media.html">Media</a>(src, onSuccess, onError);
+                // Create Media object from src
+                my_media = new Media(src, onSuccess, onError);
         
                 // Play audio
-                my_<a href="media.play.html">media.play</a>();
+                my_media.play();
         
                 // Update my_media position every second
                 if (mediaTimer == null) {
                     mediaTimer = setInterval(function() {
                         // get my_media position
-                        my_media.getCurrent<a href="../geolocation/Position/position.html">Position</a>(
+                        my_media.getCurrentPosition(
                             // success callback
                             function(position) {
                                 if (position > -1) {
-                                    setAudio<a href="../geolocation/Position/position.html">Position</a>((position) + " sec");
+                                    setAudioPosition((position) + " sec");
                                 }
                             },
                             // error callback
                             function(e) {
                                 console.log("Error getting pos=" + e);
-                                setAudio<a href="../geolocation/Position/position.html">Position</a>("Error: " + e);
+                                setAudioPosition("Error: " + e);
                             }
                         );
                     }, 1000);
@@ -120,9 +120,9 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         
             // Pause audio
             // 
-            function <a href="../events/events.pause.html">pause</a>Audio() {
+            function pauseAudio() {
                 if (my_media) {
-                    my_media.<a href="../events/events.pause.html">pause</a>();
+                    my_media.pause();
                 }
             }
         
@@ -130,7 +130,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             // 
             function stopAudio() {
                 if (my_media) {
-                    my_<a href="media.stop.html">media.stop</a>();
+                    my_media.stop();
                 }
                 clearInterval(mediaTimer);
                 mediaTimer = null;
@@ -151,7 +151,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         
             // Set audio position
             // 
-            function setAudio<a href="../geolocation/Position/position.html">Position</a>(position) {
+            function setAudioPosition(position) {
                 document.getElementById('audio_position').innerHTML = position;
             }
         
@@ -159,7 +159,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
           </head>
           <body>
             <a href="#" class="btn large" onclick="playAudio('http://audio.ibeat.org/content/p1rj1s/p1rj1s_-_rockGuitar.mp3');">Play Audio</a>
-            <a href="#" class="btn large" onclick="<a href="../events/events.pause.html">pause</a>Audio();">Pause Playing Audio</a>
+            <a href="#" class="btn large" onclick="pauseAudio();">Pause Playing Audio</a>
             <a href="#" class="btn large" onclick="stopAudio();">Stop Playing Audio</a>
             <p id="audio_position"></p>
           </body>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/media/media.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/media/media.md b/www/docs/en/1.8.0/cordova/media/media.md
index 45ed8ba..76f0b71 100644
--- a/www/docs/en/1.8.0/cordova/media/media.md
+++ b/www/docs/en/1.8.0/cordova/media/media.md
@@ -23,7 +23,7 @@ Media
 
 > The `Media` object provides the ability to record and play back audio files on a device.
 
-    var media = new Media(src, mediaSuccess, [<a href="Parameters/mediaError.html">mediaError</a>], [mediaStatus]);
+    var media = new Media(src, mediaSuccess, [mediaError], [mediaStatus]);
 
 
 Note: The current implementation does not adhere to a W3C specification for media capture, and is provided for convenience only.  A future implementation will adhere to the latest W3C specification and may deprecate the current APIs.
@@ -33,27 +33,27 @@ Parameters
 
 - __src__: A URI containing the audio content. _(DOMString)_
 - __mediaSuccess__: (Optional) The callback that is invoked after a Media object has completed the current play/record or stop action. _(Function)_
-- __<a href="Parameters/mediaError.html">mediaError</a>__: (Optional) The callback that is invoked if there was an error. _(Function)_
+- __mediaError__: (Optional) The callback that is invoked if there was an error. _(Function)_
 - __mediaStatus__: (Optional) The callback that is invoked to indicate status changes. _(Function)_
 
 Methods
 -------
 
-- media.getCurrent<a href="../geolocation/Position/position.html">Position</a>: Returns the current position within an audio file.
-- <a href="media.getDuration.html">media.getDuration</a>: Returns the duration of an audio file.
-- <a href="media.play.html">media.play</a>: Start or <a href="../events/events.resume.html">resume</a> playing audio file.
-- media.<a href="../events/events.pause.html">pause</a>: Pause playing audio file.
-- <a href="media.release.html">media.release</a>: Releases the underlying OS'es audio resources.
-- <a href="media.seekTo.html">media.seekTo</a>: Moves the position within the audio file.
-- <a href="media.startRecord.html">media.startRecord</a>: Start recording audio file.
-- <a href="media.stop.html">media.stop</a>Record: Stop recording audio file.
-- <a href="media.stop.html">media.stop</a>: Stop playing audio file.
+- media.getCurrentPosition: Returns the current position within an audio file.
+- media.getDuration: Returns the duration of an audio file.
+- media.play: Start or resume playing audio file.
+- media.pause: Pause playing audio file.
+- media.release: Releases the underlying OS'es audio resources.
+- media.seekTo: Moves the position within the audio file.
+- media.startRecord: Start recording audio file.
+- media.stopRecord: Stop recording audio file.
+- media.stop: Stop playing audio file.
 
 Additional ReadOnly Parameters
 ---------------------
 
 - __position__: The position within the audio playback in seconds.
-    - Not automatically updated during play, call `getCurrent<a href="../geolocation/Position/position.html">Position</a>` to update.
+    - Not automatically updated during play, call `getCurrentPosition` to update.
 - __duration__: The duration of the media in seconds.
 
 Supported Platforms
@@ -91,11 +91,11 @@ Permissions
 
 #### www/plugins.xml
 
-    <plugin name="<a href="capture/capture.html">Capture</a>" value="org.apache.cordova.media.Media<a href="capture/capture.html">Capture</a>" />
+    <plugin name="Capture" value="org.apache.cordova.media.MediaCapture" />
 
 ### iOS
 
-#### App/Supporting <a href="../file/fileobj/fileobj.html">File</a>s/Cordova.plist
+#### App/Supporting Files/Cordova.plist
 
     <key>Plugins</key>
     <dict>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/media/media.pause.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/media/media.pause.md b/www/docs/en/1.8.0/cordova/media/media.pause.md
index f115bd8..717f2a5 100644
--- a/www/docs/en/1.8.0/cordova/media/media.pause.md
+++ b/www/docs/en/1.8.0/cordova/media/media.pause.md
@@ -18,18 +18,18 @@ license: >
     under the License.
 ---
 
-media.<a href="../events/events.pause.html">pause</a>
+media.pause
 ===========
 
 Pauses playing an audio file.
 
-    media.<a href="../events/events.pause.html">pause</a>();
+    media.pause();
 
 
 Description
 -----------
 
-Function `media.<a href="../events/events.pause.html">pause</a>` is a synchronous function that <a href="../events/events.pause.html">pause</a>s playing an audio file.
+Function `media.pause` is a synchronous function that pauses playing an audio file.
 
 Supported Platforms
 -------------------
@@ -39,14 +39,14 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
     
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // Play audio
     //
     function playAudio(url) {
         // Play the audio file at url
-        var my_media = new <a href="media.html">Media</a>(url,
+        var my_media = new Media(url,
             // success callback
             function() {
                 console.log("playAudio():Audio Success");
@@ -57,34 +57,34 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         });
 
         // Play audio
-        my_<a href="media.play.html">media.play</a>();
+        my_media.play();
 
         // Pause after 10 seconds
         setTimeout(function() {
-            media.<a href="../events/events.pause.html">pause</a>();
+            media.pause();
         }, 10000);        
     }
 
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
         <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
                               "http://www.w3.org/TR/html4/strict.dtd">
         <html>
           <head>
-            <title><a href="media.html">Media</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+            <title>Media Example</title>
         
             <script type="text/javascript" charset="utf-8" src="cordova-1.8.0.js"></script>
             <script type="text/javascript" charset="utf-8">
         
             // Wait for Cordova to load
             //
-            document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         
             // Cordova is ready
             //
-            function on<a href="../device/device.html">Device</a>Ready() {
+            function onDeviceReady() {
                 playAudio("http://audio.ibeat.org/content/p1rj1s/p1rj1s_-_rockGuitar.mp3");
             }
         
@@ -96,27 +96,27 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             // Play audio
             //
             function playAudio(src) {
-                // Create <a href="media.html">Media</a> object from src
-                my_media = new <a href="media.html">Media</a>(src, onSuccess, onError);
+                // Create Media object from src
+                my_media = new Media(src, onSuccess, onError);
         
                 // Play audio
-                my_<a href="media.play.html">media.play</a>();
+                my_media.play();
         
                 // Update my_media position every second
                 if (mediaTimer == null) {
                     mediaTimer = setInterval(function() {
                         // get my_media position
-                        my_media.getCurrent<a href="../geolocation/Position/position.html">Position</a>(
+                        my_media.getCurrentPosition(
                             // success callback
                             function(position) {
                                 if (position > -1) {
-                                    setAudio<a href="../geolocation/Position/position.html">Position</a>((position) + " sec");
+                                    setAudioPosition((position) + " sec");
                                 }
                             },
                             // error callback
                             function(e) {
                                 console.log("Error getting pos=" + e);
-                                setAudio<a href="../geolocation/Position/position.html">Position</a>("Error: " + e);
+                                setAudioPosition("Error: " + e);
                             }
                         );
                     }, 1000);
@@ -125,9 +125,9 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         
             // Pause audio
             // 
-            function <a href="../events/events.pause.html">pause</a>Audio() {
+            function pauseAudio() {
                 if (my_media) {
-                    my_media.<a href="../events/events.pause.html">pause</a>();
+                    my_media.pause();
                 }
             }
         
@@ -135,7 +135,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             // 
             function stopAudio() {
                 if (my_media) {
-                    my_<a href="media.stop.html">media.stop</a>();
+                    my_media.stop();
                 }
                 clearInterval(mediaTimer);
                 mediaTimer = null;
@@ -156,7 +156,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         
             // Set audio position
             // 
-            function setAudio<a href="../geolocation/Position/position.html">Position</a>(position) {
+            function setAudioPosition(position) {
                 document.getElementById('audio_position').innerHTML = position;
             }
         
@@ -164,7 +164,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
           </head>
           <body>
             <a href="#" class="btn large" onclick="playAudio('http://audio.ibeat.org/content/p1rj1s/p1rj1s_-_rockGuitar.mp3');">Play Audio</a>
-            <a href="#" class="btn large" onclick="<a href="../events/events.pause.html">pause</a>Audio();">Pause Playing Audio</a>
+            <a href="#" class="btn large" onclick="pauseAudio();">Pause Playing Audio</a>
             <a href="#" class="btn large" onclick="stopAudio();">Stop Playing Audio</a>
             <p id="audio_position"></p>
           </body>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/media/media.play.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/media/media.play.md b/www/docs/en/1.8.0/cordova/media/media.play.md
index 6aa1ee3..c4ab8ea 100644
--- a/www/docs/en/1.8.0/cordova/media/media.play.md
+++ b/www/docs/en/1.8.0/cordova/media/media.play.md
@@ -21,7 +21,7 @@ license: >
 media.play
 ==========
 
-Starts or <a href="../events/events.resume.html">resume</a>s playing an audio file.
+Starts or resumes playing an audio file.
 
     media.play();
 
@@ -29,7 +29,7 @@ Starts or <a href="../events/events.resume.html">resume</a>s playing an audio fi
 Description
 -----------
 
-Function `media.play` is a synchronous function that starts or <a href="../events/events.resume.html">resume</a>s playing an audio file.
+Function `media.play` is a synchronous function that starts or resumes playing an audio file.
 
 Supported Platforms
 -------------------
@@ -39,14 +39,14 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
     
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // Play audio
     //
     function playAudio(url) {
         // Play the audio file at url
-        var my_media = new <a href="media.html">Media</a>(url,
+        var my_media = new Media(url,
             // success callback
             function() {
                 console.log("playAudio():Audio Success");
@@ -61,25 +61,25 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
     }
 
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
         <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
                               "http://www.w3.org/TR/html4/strict.dtd">
         <html>
           <head>
-            <title><a href="media.html">Media</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+            <title>Media Example</title>
         
             <script type="text/javascript" charset="utf-8" src="cordova-1.8.0.js"></script>
             <script type="text/javascript" charset="utf-8">
         
             // Wait for Cordova to load
             //
-            document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         
             // Cordova is ready
             //
-            function on<a href="../device/device.html">Device</a>Ready() {
+            function onDeviceReady() {
                 playAudio("http://audio.ibeat.org/content/p1rj1s/p1rj1s_-_rockGuitar.mp3");
             }
         
@@ -92,8 +92,8 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             //
             function playAudio(src) {
             	if (my_media == null) {
-                	// Create <a href="media.html">Media</a> object from src
-                	my_media = new <a href="media.html">Media</a>(src, onSuccess, onError);
+                	// Create Media object from src
+                	my_media = new Media(src, onSuccess, onError);
             	} // else play current audio
                 // Play audio
                 my_media.play();
@@ -102,17 +102,17 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
                 if (mediaTimer == null) {
                     mediaTimer = setInterval(function() {
                         // get my_media position
-                        my_media.getCurrent<a href="../geolocation/Position/position.html">Position</a>(
+                        my_media.getCurrentPosition(
                             // success callback
                             function(position) {
                                 if (position > -1) {
-                                    setAudio<a href="../geolocation/Position/position.html">Position</a>((position) + " sec");
+                                    setAudioPosition((position) + " sec");
                                 }
                             },
                             // error callback
                             function(e) {
                                 console.log("Error getting pos=" + e);
-                                setAudio<a href="../geolocation/Position/position.html">Position</a>("Error: " + e);
+                                setAudioPosition("Error: " + e);
                             }
                         );
                     }, 1000);
@@ -121,9 +121,9 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         
             // Pause audio
             // 
-            function <a href="../events/events.pause.html">pause</a>Audio() {
+            function pauseAudio() {
                 if (my_media) {
-                    my_media.<a href="../events/events.pause.html">pause</a>();
+                    my_media.pause();
                 }
             }
         
@@ -131,7 +131,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             // 
             function stopAudio() {
                 if (my_media) {
-                    my_<a href="media.stop.html">media.stop</a>();
+                    my_media.stop();
                 }
                 clearInterval(mediaTimer);
                 mediaTimer = null;
@@ -152,7 +152,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         
             // Set audio position
             // 
-            function setAudio<a href="../geolocation/Position/position.html">Position</a>(position) {
+            function setAudioPosition(position) {
                 document.getElementById('audio_position').innerHTML = position;
             }
         
@@ -160,7 +160,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
           </head>
           <body>
             <a href="#" class="btn large" onclick="playAudio('http://audio.ibeat.org/content/p1rj1s/p1rj1s_-_rockGuitar.mp3');">Play Audio</a>
-            <a href="#" class="btn large" onclick="<a href="../events/events.pause.html">pause</a>Audio();">Pause Playing Audio</a>
+            <a href="#" class="btn large" onclick="pauseAudio();">Pause Playing Audio</a>
             <a href="#" class="btn large" onclick="stopAudio();">Stop Playing Audio</a>
             <p id="audio_position"></p>
           </body>
@@ -178,5 +178,5 @@ iOS Quirk
  
     Pass in this option to the **play** method to specify the number of times you want the media file to play. e.g:
     
-        var my<a href="media.html">Media</a> = new <a href="media.html">Media</a>("http://audio.ibeat.org/content/p1rj1s/p1rj1s_-_rockGuitar.mp3")
-        my<a href="media.html">Media</a>.play({ numberOfLoops: 2 })
+        var myMedia = new Media("http://audio.ibeat.org/content/p1rj1s/p1rj1s_-_rockGuitar.mp3")
+        myMedia.play({ numberOfLoops: 2 })


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[10/51] [partial] docs commit: Reverting autolinking change because of inconsistencies.

Posted by db...@apache.org.
http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/file/fileentry/fileentry.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/file/fileentry/fileentry.md b/www/docs/en/1.8.0/cordova/file/fileentry/fileentry.md
index 4334cb3..ea0ad2c 100644
--- a/www/docs/en/1.8.0/cordova/file/fileentry/fileentry.md
+++ b/www/docs/en/1.8.0/cordova/file/fileentry/fileentry.md
@@ -18,7 +18,7 @@ license: >
     under the License.
 ---
 
-<a href="../fileobj/fileobj.html">File</a>Entry
+FileEntry
 ==========
 
 This object represents a file on a file system.  It is defined in the [W3C Directories and Systems](http://www.w3.org/TR/file-system-api/) specification.
@@ -26,28 +26,28 @@ This object represents a file on a file system.  It is defined in the [W3C Direc
 Properties
 ----------
 
-- __is<a href="../fileobj/fileobj.html">File</a>:__ Always true. _(boolean)_
+- __isFile:__ Always true. _(boolean)_
 - __isDirectory:__ Always false. _(boolean)_
-- __name:__ The name of the <a href="../fileobj/fileobj.html">File</a>Entry, excluding the path leading to it. _(DOMString)_
-- __fullPath:__ The full absolute path from the root to the <a href="../fileobj/fileobj.html">File</a>Entry. _(DOMString)_
+- __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 Cordova:
 
-- __filesystem:__ The file system on which the <a href="../fileobj/fileobj.html">File</a>Entry resides. _(<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>)_
+- __filesystem:__ The file system on which the FileEntry resides. _(FileSystem)_
 
 
 Methods
 -------
 
-- __get<a href="../metadata/metadata.html">Metadata</a>__: Look up metadata about a file.
-- __set<a href="../metadata/metadata.html">Metadata</a>__: Set metadata on a file.
+- __getMetadata__: Look up metadata about a file.
+- __setMetadata__: Set metadata on a file.
 - __moveTo__: Move a file to a different location on the file system.
 - __copyTo__: Copy a file to a different location on the file system.
 - __toURL__: Return a URL that can be used to locate a file.
 - __remove__: Delete a file.
 - __getParent__: Look up the parent directory.
-- __createWriter__: Creates a <a href="../filewriter/filewriter.html"><a href="../fileobj/fileobj.html">File</a>Writer</a> object that can be used to write to a file.
-- __file__: Creates a <a href="../fileobj/fileobj.html">File</a> object containing file properties.
+- __createWriter__: Creates a FileWriter object that can be used to write to a file.
+- __file__: Creates a File object containing file properties.
 
 
 Supported Platforms
@@ -59,18 +59,18 @@ Supported Platforms
 - Windows Phone 7 ( Mango )
 
 
-get<a href="../metadata/metadata.html">Metadata</a>
+getMetadata
 ----------------
 
 Look up metadata about a file.
 
 __Parameters:__
 
-- __successCallback__ - A callback that is called with a <a href="../metadata/metadata.html">Metadata</a> object. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs retrieving the <a href="../metadata/metadata.html">Metadata</a>. Invoked with a <a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a> object. _(Function)_
+- __successCallback__ - A callback that is called with a Metadata object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileError object. _(Function)_
 
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 
     function success(metadata) {
         console.log("Last Modified: " + metadata.modificationTime);
@@ -81,10 +81,10 @@ __Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
     }
 
     // Request the metadata object for this entry
-    entry.get<a href="../metadata/metadata.html">Metadata</a>(success, fail);
+    entry.getMetadata(success, fail);
 
 
-set<a href="../metadata/metadata.html">Metadata</a>
+setMetadata
 ----------------
 
 Set metadata on a file.
@@ -97,7 +97,7 @@ __Parameters:__
 - __metadataObject__ - An object that contains the metadata keys and values. _(Object)_
 
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 
     function success() {
         console.log("The metadata was successfully set.");
@@ -108,7 +108,7 @@ __Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
     }
 
     // Set the metadata
-    entry.set<a href="../metadata/metadata.html">Metadata</a>(success, fail, { "com.apple.MobileBackup": 1});
+    entry.setMetadata(success, fail, { "com.apple.MobileBackup": 1});
 __iOS Quirk__
 
 - only the **"com.apple.MobileBackup"** extended attribute is supported. Set the value to **1** to NOT enable the file to be backed up by iCloud. Set the value to **0** to re-enable the file to be backed up by iCloud.
@@ -126,13 +126,13 @@ In addition, an attempt to move a file on top of an existing file must attempt t
 
 __Parameters:__
 
-- __parent__ - The parent directory to which to move the file. _(<a href="../directoryentry/directoryentry.html">DirectoryEntry</a>)_
+- __parent__ - The parent directory to which to move the file. _(DirectoryEntry)_
 - __newName__ - The new name of the file. Defaults to the current name if unspecified. _(DOMString)_
-- __successCallback__ - A callback that is called with the <a href="../fileobj/fileobj.html">File</a>Entry object of the new file. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs when attempting to move the file.  Invoked with a <a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a> object. _(Function)_
+- __successCallback__ - A callback that is called with the FileEntry object of the new file. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs when attempting to move the file.  Invoked with a FileError object. _(Function)_
 
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 
     function success(entry) {
         console.log("New Path: " + entry.fullPath);
@@ -142,13 +142,13 @@ __Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
         alert(error.code);
     }
 
-    function move<a href="../fileobj/fileobj.html">File</a>(entry) {
+    function moveFile(entry) {
         var parent = document.getElementById('parent').value,
             parentName = parent.substring(parent.lastIndexOf('/')+1),
-            parentEntry = new <a href="../directoryentry/directoryentry.html">DirectoryEntry</a>(parentName, parent);
+            parentEntry = new DirectoryEntry(parentName, parent);
 
         // move the file to a new directory and rename it
-        entry.moveTo(parentEntry, "new<a href="../fileobj/fileobj.html">File</a>.txt", success, fail);
+        entry.moveTo(parentEntry, "newFile.txt", success, fail);
     }
 
 
@@ -161,13 +161,13 @@ Copy a file to a new location on the file system.  It is an error to attempt to:
 
 __Parameters:__
 
-- __parent__ - The parent directory to which to copy the file. _(<a href="../directoryentry/directoryentry.html">DirectoryEntry</a>)_
+- __parent__ - The parent directory to which to copy the file. _(DirectoryEntry)_
 - __newName__ - The new name of the file. Defaults to the current name if unspecified. _(DOMString)_
-- __successCallback__ - A callback that is called with the <a href="../fileobj/fileobj.html">File</a>Entry object of the new file. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs when attempting to copy the file.  Invoked with a <a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a> object. _(Function)_
+- __successCallback__ - A callback that is called with the FileEntry object of the new file. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs when attempting to copy the file.  Invoked with a FileError object. _(Function)_
 
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 
     function win(entry) {
 	    console.log("New Path: " + entry.fullPath);
@@ -177,10 +177,10 @@ __Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
 	    alert(error.code);
     }
 
-    function copy<a href="../fileobj/fileobj.html">File</a>(entry) {
+    function copyFile(entry) {
         var parent = document.getElementById('parent').value,
             parentName = parent.substring(parent.lastIndexOf('/')+1),
-            parentEntry = new <a href="../directoryentry/directoryentry.html">DirectoryEntry</a>(parentName, parent);
+            parentEntry = new DirectoryEntry(parentName, parent);
 
         // copy the file to a new directory and rename it
         entry.copyTo(parentEntry, "file.copy", success, fail);
@@ -192,7 +192,7 @@ toURL
 
 Returns a URL that can be used to locate the file.
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 
     // Request the URL for this entry
     var fileURL = entry.toURL();
@@ -207,9 +207,9 @@ Deletes a file.
 __Parameters:__
 
 - __successCallback__ - A callback that is called after the file has been deleted.  Invoked with no parameters. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs when attempting to delete the file.  Invoked with a <a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a> object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs when attempting to delete the file.  Invoked with a FileError object. _(Function)_
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 
     function success(entry) {
         console.log("Removal succeeded");
@@ -226,14 +226,14 @@ __Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
 getParent
 ---------
 
-Look up the parent <a href="../directoryentry/directoryentry.html">DirectoryEntry</a> containing the file.
+Look up the parent DirectoryEntry containing the file.
 
 __Parameters:__
 
-- __successCallback__ - A callback that is called with the file's parent <a href="../directoryentry/directoryentry.html">DirectoryEntry</a>. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs when attempting to retrieve the parent <a href="../directoryentry/directoryentry.html">DirectoryEntry</a>.  Invoked with a <a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a> object. _(Function)_
+- __successCallback__ - A callback that is called with the file's parent DirectoryEntry. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs when attempting to retrieve the parent DirectoryEntry.  Invoked with a FileError object. _(Function)_
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 
     function success(parent) {
         console.log("Parent Name: " + parent.name);
@@ -243,21 +243,21 @@ __Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
         alert(error.code);
     }
 
-    // Get the parent <a href="../directoryentry/directoryentry.html">DirectoryEntry</a>
+    // Get the parent DirectoryEntry
     entry.getParent(success, fail);
 
 
 createWriter
 ------------
 
-Create a <a href="../filewriter/filewriter.html"><a href="../fileobj/fileobj.html">File</a>Writer</a> object associated with the file that the <a href="../fileobj/fileobj.html">File</a>Entry represents.
+Create a FileWriter object associated with the file that the FileEntry represents.
 
 __Parameters:__
 
-- __successCallback__ - A callback that is called with a <a href="../filewriter/filewriter.html"><a href="../fileobj/fileobj.html">File</a>Writer</a> object. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs while attempting to create the <a href="../filewriter/filewriter.html"><a href="../fileobj/fileobj.html">File</a>Writer</a>.  Invoked with a <a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a> object. _(Function)_
+- __successCallback__ - A callback that is called with a FileWriter object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs while attempting to create the FileWriter.  Invoked with a FileError object. _(Function)_
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 
     function success(writer) {
         writer.write("Some text to the file");
@@ -267,24 +267,24 @@ __Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
         alert(error.code);
     }
 
-    // create a <a href="../filewriter/filewriter.html"><a href="../fileobj/fileobj.html">File</a>Writer</a> to write to the file
+    // create a FileWriter to write to the file
     entry.createWriter(success, fail);
 
 
 file
 ----
 
-Return a <a href="../fileobj/fileobj.html">File</a> object that represents the current state of the file that this <a href="../fileobj/fileobj.html">File</a>Entry represents.
+Return a File object that represents the current state of the file that this FileEntry represents.
 
 __Parameters:__
 
-- __successCallback__ - A callback that is called with a <a href="../fileobj/fileobj.html">File</a> object. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs when creating the <a href="../fileobj/fileobj.html">File</a> object (e.g. the underlying file no longer exists).  Invoked with a <a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a> object. _(Function)_
+- __successCallback__ - A callback that is called with a File object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs when creating the File object (e.g. the underlying file no longer exists).  Invoked with a FileError object. _(Function)_
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 
     function success(file) {
-        console.log("<a href="../fileobj/fileobj.html">File</a> size: " + file.size);
+        console.log("File size: " + file.size);
     }
 
     function fail(error) {

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/file/fileerror/fileerror.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/file/fileerror/fileerror.md b/www/docs/en/1.8.0/cordova/file/fileerror/fileerror.md
index 5bdd794..fa54c1f 100644
--- a/www/docs/en/1.8.0/cordova/file/fileerror/fileerror.md
+++ b/www/docs/en/1.8.0/cordova/file/fileerror/fileerror.md
@@ -18,10 +18,10 @@ license: >
     under the License.
 ---
 
-<a href="../fileobj/fileobj.html">File</a>Error
+FileError
 ========
 
-A '<a href="../fileobj/fileobj.html">File</a>Error' object is set when an error occurs in any of the <a href="../fileobj/fileobj.html">File</a> API methods. 
+A 'FileError' object is set when an error occurs in any of the File API methods. 
 
 Properties
 ----------
@@ -31,20 +31,20 @@ Properties
 Constants
 ---------
 
-- `<a href="../fileobj/fileobj.html">File</a>Error.NOT_FOUND_ERR`
-- `<a href="../fileobj/fileobj.html">File</a>Error.SECURITY_ERR`
-- `<a href="../fileobj/fileobj.html">File</a>Error.ABORT_ERR`
-- `<a href="../fileobj/fileobj.html">File</a>Error.NOT_READABLE_ERR`
-- `<a href="../fileobj/fileobj.html">File</a>Error.ENCODING_ERR`
-- `<a href="../fileobj/fileobj.html">File</a>Error.NO_MODIFICATION_ALLOWED_ERR`
-- `<a href="../fileobj/fileobj.html">File</a>Error.INVALID_STATE_ERR`
-- `<a href="../fileobj/fileobj.html">File</a>Error.SYNTAX_ERR`
-- `<a href="../fileobj/fileobj.html">File</a>Error.INVALID_MODIFICATION_ERR`
-- `<a href="../fileobj/fileobj.html">File</a>Error.QUOTA_EXCEEDED_ERR`
-- `<a href="../fileobj/fileobj.html">File</a>Error.TYPE_MISMATCH_ERR`
-- `<a href="../fileobj/fileobj.html">File</a>Error.PATH_EXISTS_ERR`
+- `FileError.NOT_FOUND_ERR`
+- `FileError.SECURITY_ERR`
+- `FileError.ABORT_ERR`
+- `FileError.NOT_READABLE_ERR`
+- `FileError.ENCODING_ERR`
+- `FileError.NO_MODIFICATION_ALLOWED_ERR`
+- `FileError.INVALID_STATE_ERR`
+- `FileError.SYNTAX_ERR`
+- `FileError.INVALID_MODIFICATION_ERR`
+- `FileError.QUOTA_EXCEEDED_ERR`
+- `FileError.TYPE_MISMATCH_ERR`
+- `FileError.PATH_EXISTS_ERR`
 
 Description
 -----------
 
-The `<a href="../fileobj/fileobj.html">File</a>Error` object is the only parameter of any of the <a href="../fileobj/fileobj.html">File</a> API's error callbacks.  Developers must read the code property to determine the type of error.
\ No newline at end of file
+The `FileError` object is the only parameter of any of the File API's error callbacks.  Developers must read the code property to determine the type of error.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/file/fileobj/fileobj.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/file/fileobj/fileobj.md b/www/docs/en/1.8.0/cordova/file/fileobj/fileobj.md
index 5910a3c..9920be9 100644
--- a/www/docs/en/1.8.0/cordova/file/fileobj/fileobj.md
+++ b/www/docs/en/1.8.0/cordova/file/fileobj/fileobj.md
@@ -35,7 +35,7 @@ Properties
 Details
 -------
 
-The `File` object contains attributes of a single file.  You can get an instance of a File object by calling the __file__ method of a `<a href="../fileentry/fileentry.html">FileEntry</a>` object.
+The `File` object contains attributes of a single file.  You can get an instance of a File object by calling the __file__ method of a `FileEntry` object.
 
 Supported Platforms
 -------------------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/file/filereader/filereader.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/file/filereader/filereader.md b/www/docs/en/1.8.0/cordova/file/filereader/filereader.md
index b529be1..f199c91 100644
--- a/www/docs/en/1.8.0/cordova/file/filereader/filereader.md
+++ b/www/docs/en/1.8.0/cordova/file/filereader/filereader.md
@@ -18,17 +18,17 @@ license: >
     under the License.
 ---
 
-<a href="../fileobj/fileobj.html">File</a>Reader
+FileReader
 ==========
 
-<a href="../fileobj/fileobj.html">File</a>Reader is an object that allows one to read a file.
+FileReader is an object that allows one to read a file.
 
 Properties
 ----------
 
 - __readyState:__ One of the three states the reader can be in EMPTY, LOADING or DONE.
 - __result:__ The contents of the file that has been read. _(DOMString)_
-- __error:__ An object containing errors. _(<a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a>)_
+- __error:__ An object containing errors. _(FileError)_
 - __onloadstart:__ Called when the read starts. . _(Function)_
 - __onprogress:__ Called while reading the file, reports progress (progess.loaded/progress.total). _(Function)_ -NOT SUPPORTED
 - __onload:__ Called when the read has successfully completed. _(Function)_
@@ -46,7 +46,7 @@ Methods
 Details
 -------
 
-The `<a href="../fileobj/fileobj.html">File</a>Reader` object is a way to read files from the devices file system.  <a href="../fileobj/fileobj.html">File</a>s can be read as text or as a base64 data encoded string.  Users register their own event listeners to receive the loadstart, progress, load, loadend, error and abort events.
+The `FileReader` object is a way to read files from the devices file system.  Files can be read as text or as a base64 data encoded string.  Users register their own event listeners to receive the loadstart, progress, load, loadend, error and abort events.
 
 Supported Platforms
 -------------------
@@ -63,11 +63,11 @@ __Parameters:__
 - file - the file object to read
 
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
 	function win(file) {
-		var reader = new <a href="../fileobj/fileobj.html">File</a>Reader();
+		var reader = new FileReader();
 		reader.onloadend = function(evt) {
         	console.log("read success");
             console.log(evt.target.result);
@@ -89,11 +89,11 @@ __Parameters:__
 - file - the file object to read
 - encoding - the encoding to use to encode the file's content. Default is UTF8.
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
 	function win(file) {
-		var reader = new <a href="../fileobj/fileobj.html">File</a>Reader();
+		var reader = new FileReader();
 		reader.onloadend = function(evt) {
         	console.log("read success");
             console.log(evt.target.result);
@@ -107,11 +107,11 @@ Quick <a href="../../storage/storage.opendatabase.html">Example</a>
 	
     entry.file(win, fail);
 
-Abort Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Abort Quick Example
 -------------------
 
 	function win(file) {
-		var reader = new <a href="../fileobj/fileobj.html">File</a>Reader();
+		var reader = new FileReader();
 		reader.onloadend = function(evt) {
         	console.log("read success");
             console.log(evt.target.result);
@@ -126,13 +126,13 @@ Abort Quick <a href="../../storage/storage.opendatabase.html">Example</a>
 	
     entry.file(win, fail);
 
-Full <a href="../../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../fileobj/fileobj.html">File</a>Reader <a href="../../storage/storage.opendatabase.html">Example</a></title>
+        <title>FileReader Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.0.js"></script>
         <script type="text/javascript" charset="utf-8">
@@ -140,30 +140,30 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
         // Wait for Cordova to load
         //
         function onLoad() {
-            document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
 
         // Cordova is ready
         //
-        function on<a href="../../device/device.html">Device</a>Ready() {
-			window.request<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>(Local<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>.PERSISTENT, 0, gotFS, fail);
+        function onDeviceReady() {
+			window.requestFileSystem(LocalFileSystem.PERSISTENT, 0, gotFS, fail);
         }
 		
 		function gotFS(fileSystem) {
-			fileSystem.root.get<a href="../fileobj/fileobj.html">File</a>("readme.txt", null, got<a href="../fileentry/fileentry.html"><a href="../fileobj/fileobj.html">File</a>Entry</a>, fail);
+			fileSystem.root.getFile("readme.txt", null, gotFileEntry, fail);
 		}
 		
-		function got<a href="../fileentry/fileentry.html"><a href="../fileobj/fileobj.html">File</a>Entry</a>(fileEntry) {
-			fileEntry.file(got<a href="../fileobj/fileobj.html">File</a>, fail);
+		function gotFileEntry(fileEntry) {
+			fileEntry.file(gotFile, fail);
 		}
 		
-        function got<a href="../fileobj/fileobj.html">File</a>(file){
+        function gotFile(file){
 			readDataUrl(file);
 			readAsText(file);
 		}
         
         function readDataUrl(file) {
-            var reader = new <a href="../fileobj/fileobj.html">File</a>Reader();
+            var reader = new FileReader();
             reader.onloadend = function(evt) {
                 console.log("Read as data URL");
                 console.log(evt.target.result);
@@ -172,7 +172,7 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
         }
         
         function readAsText(file) {
-            var reader = new <a href="../fileobj/fileobj.html">File</a>Reader();
+            var reader = new FileReader();
             reader.onloadend = function(evt) {
                 console.log("Read as text");
                 console.log(evt.target.result);
@@ -187,8 +187,8 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
         </script>
       </head>
       <body>
-        <h1><a href="../../storage/storage.opendatabase.html">Example</a></h1>
-        <p>Read <a href="../fileobj/fileobj.html">File</a></p>
+        <h1>Example</h1>
+        <p>Read File</p>
       </body>
     </html>
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/file/filesystem/filesystem.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/file/filesystem/filesystem.md b/www/docs/en/1.8.0/cordova/file/filesystem/filesystem.md
index 91bfa29..5dd8d7c 100644
--- a/www/docs/en/1.8.0/cordova/file/filesystem/filesystem.md
+++ b/www/docs/en/1.8.0/cordova/file/filesystem/filesystem.md
@@ -18,7 +18,7 @@ license: >
     under the License.
 ---
 
-<a href="../fileobj/fileobj.html">File</a>System
+FileSystem
 ==========
 
 This object represents a file system.
@@ -27,12 +27,12 @@ Properties
 ----------
 
 - __name:__ The name of the file system. _(DOMString)_
-- __root:__ The root directory of the file system. _(<a href="../directoryentry/directoryentry.html">DirectoryEntry</a>)_
+- __root:__ The root directory of the file system. _(DirectoryEntry)_
 
 Details
 -------
 
-The `<a href="../fileobj/fileobj.html">File</a>System` object represents information about the file system. The name of the file system will be unique across the list of exposed file systems.  The root property contains a `<a href="../directoryentry/directoryentry.html">DirectoryEntry</a>` object which represents the root directory of the file system.
+The `FileSystem` object represents information about the file system. The name of the file system will be unique across the list of exposed file systems.  The root property contains a `DirectoryEntry` object which represents the root directory of the file system.
 
 Supported Platforms
 -------------------
@@ -42,7 +42,7 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
 
-<a href="../fileobj/fileobj.html">File</a> System Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+File System Quick Example
 -------------------------
 
 	function onSuccess(fileSystem) {
@@ -51,30 +51,30 @@ Supported Platforms
 	}
 	
 	// request the persistent file system
-	window.request<a href="../fileobj/fileobj.html">File</a>System(<a href="../localfilesystem/localfilesystem.html">Local<a href="../fileobj/fileobj.html">File</a>System</a>.PERSISTENT, 0, onSuccess, null);
+	window.requestFileSystem(LocalFileSystem.PERSISTENT, 0, onSuccess, null);
 
-Full <a href="../../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../fileobj/fileobj.html">File</a> System <a href="../../storage/storage.opendatabase.html">Example</a></title>
+        <title>File System Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../../device/device.html">Device</a>Ready() {
-			window.request<a href="../fileobj/fileobj.html">File</a>System(<a href="../localfilesystem/localfilesystem.html">Local<a href="../fileobj/fileobj.html">File</a>System</a>.PERSISTENT, 0, on<a href="../fileobj/fileobj.html">File</a>SystemSuccess, fail);
+        function onDeviceReady() {
+			window.requestFileSystem(LocalFileSystem.PERSISTENT, 0, onFileSystemSuccess, fail);
         }
 
-		function on<a href="../fileobj/fileobj.html">File</a>SystemSuccess(fileSystem) {
+		function onFileSystemSuccess(fileSystem) {
 			console.log(fileSystem.name);
 			console.log(fileSystem.root.name);
 		}
@@ -86,7 +86,7 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
         </script>
       </head>
       <body>
-        <h1><a href="../../storage/storage.opendatabase.html">Example</a></h1>
-        <p><a href="../fileobj/fileobj.html">File</a> System</p>
+        <h1>Example</h1>
+        <p>File System</p>
       </body>
     </html>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/file/filetransfer/filetransfer.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/file/filetransfer/filetransfer.md b/www/docs/en/1.8.0/cordova/file/filetransfer/filetransfer.md
index 7503c4b..b390dd2 100644
--- a/www/docs/en/1.8.0/cordova/file/filetransfer/filetransfer.md
+++ b/www/docs/en/1.8.0/cordova/file/filetransfer/filetransfer.md
@@ -18,10 +18,10 @@ license: >
     under the License.
 ---
 
-<a href="../fileobj/fileobj.html">File</a>Transfer
+FileTransfer
 ==========
 
-<a href="../fileobj/fileobj.html">File</a>Transfer is an object that allows you to upload files to a server or download files from a server.
+FileTransfer is an object that allows you to upload files to a server or download files from a server.
 
 Properties
 ----------
@@ -37,7 +37,7 @@ Methods
 Details
 -------
 
-The `<a href="../fileobj/fileobj.html">File</a>Transfer` object provides a way to upload files to a remote server using an HTTP multi-part POST request.  Both HTTP and HTTPS protocols are supported.  Optional parameters can be specified by passing a <a href="../fileuploadoptions/fileuploadoptions.html"><a href="../fileobj/fileobj.html">File</a>UploadOptions</a> object to the upload method.  On successful upload, the success callback will be called with a <a href="../fileuploadresult/fileuploadresult.html"><a href="../fileobj/fileobj.html">File</a>UploadResult</a> object.  If an error occurs, the error callback will be invoked with a <a href="../filetransfererror/filetransfererror.html"><a href="../fileobj/fileobj.html">File</a>TransferError</a> object.
+The `FileTransfer` object provides a way to upload files to a remote server using an HTTP multi-part POST request.  Both HTTP and HTTPS protocols are supported.  Optional parameters can be specified by passing a FileUploadOptions object to the upload method.  On successful upload, the success callback will be called with a FileUploadResult object.  If an error occurs, the error callback will be invoked with a FileTransferError object.
 It is also possible to download a file from remote and save it on the device (only iOS and Android).
 
 Supported Platforms
@@ -55,11 +55,11 @@ __Parameters:__
 
 - __filePath__ - Full path of the file on the device
 - __server__ - URL of the server to receive the file
-- __successCallback__ - A callback that is called with a <a href="../metadata/metadata.html">Metadata</a> object. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs retrieving the <a href="../metadata/metadata.html">Metadata</a>. Invoked with a <a href="../filetransfererror/filetransfererror.html"><a href="../fileobj/fileobj.html">File</a>TransferError</a> object. _(Function)_
+- __successCallback__ - A callback that is called with a Metadata object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileTransferError object. _(Function)_
 - __options__ - Optional parameters such as file name and mimetype
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 	
     // !! Assumes variable fileURI contains a valid URI to a  text file on the device
 	
@@ -75,7 +75,7 @@ __Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
         console.log("upload error target " + error.target);
     }
 	
-	var options = new <a href="../fileuploadoptions/fileuploadoptions.html"><a href="../fileobj/fileobj.html">File</a>UploadOptions</a>();
+	var options = new FileUploadOptions();
 	options.fileKey="file";
 	options.fileName=fileURI.substr(fileURI.lastIndexOf('/')+1);
 	options.mimeType="text/plain";
@@ -86,29 +86,29 @@ __Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
 		
 	options.params = params;
 	
-	var ft = new <a href="../fileobj/fileobj.html">File</a>Transfer();
+	var ft = new FileTransfer();
     ft.upload(fileURI, "http://some.server.com/upload.php", win, fail, options);
     
-__Full <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Full Example__
 
     <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
     <html>
     <head>
-        <title><a href="../fileobj/fileobj.html">File</a> Transfer <a href="../../storage/storage.opendatabase.html">Example</a></title>
+        <title>File Transfer Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.0.js"></script>
         <script type="text/javascript" charset="utf-8">
             
             // Wait for Cordova to load
             //
-            document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
             
             // Cordova is ready
             //
-            function on<a href="../../device/device.html">Device</a>Ready() {
+            function onDeviceReady() {
                 
                 // Retrieve image file location from specified source
-                navigator.<a href="../../camera/camera.getPicture.html">camera.getPicture</a>(uploadPhoto,
+                navigator.camera.getPicture(uploadPhoto,
                                             function(message) { alert('get picture failed'); },
                                             { quality: 50, 
                                             destinationType: navigator.camera.DestinationType.FILE_URI,
@@ -118,7 +118,7 @@ __Full <a href="../../storage/storage.opendatabase.html">Example</a>__
             }
             
             function uploadPhoto(imageURI) {
-                var options = new <a href="../fileuploadoptions/fileuploadoptions.html"><a href="../fileobj/fileobj.html">File</a>UploadOptions</a>();
+                var options = new FileUploadOptions();
                 options.fileKey="file";
                 options.fileName=imageURI.substr(imageURI.lastIndexOf('/')+1);
                 options.mimeType="image/jpeg";
@@ -129,7 +129,7 @@ __Full <a href="../../storage/storage.opendatabase.html">Example</a>__
                 
                 options.params = params;
                 
-                var ft = new <a href="../fileobj/fileobj.html">File</a>Transfer();
+                var ft = new FileTransfer();
                 ft.upload(imageURI, "http://some.server.com/upload.php", win, fail, options);
             }
             
@@ -148,8 +148,8 @@ __Full <a href="../../storage/storage.opendatabase.html">Example</a>__
             </script>
     </head>
     <body>
-        <h1><a href="../../storage/storage.opendatabase.html">Example</a></h1>
-        <p>Upload <a href="../fileobj/fileobj.html">File</a></p>
+        <h1>Example</h1>
+        <p>Upload File</p>
     </body>
     </html>
 
@@ -160,14 +160,14 @@ __Parameters:__
 
 - __source__ - URL of the server to receive the file
 - __target__ - Full path of the file on the device
-- __successCallback__ - A callback that is called with a <a href="../fileentry/fileentry.html"><a href="../fileobj/fileobj.html">File</a>Entry</a> object. _(Function)_
-- __errorCallback__ - A callback that is called if an error occurs retrieving the <a href="../metadata/metadata.html">Metadata</a>. Invoked with a <a href="../filetransfererror/filetransfererror.html"><a href="../fileobj/fileobj.html">File</a>TransferError</a> object. _(Function)_
+- __successCallback__ - A callback that is called with a FileEntry object. _(Function)_
+- __errorCallback__ - A callback that is called if an error occurs retrieving the Metadata. Invoked with a FileTransferError object. _(Function)_
 
-__Quick <a href="../../storage/storage.opendatabase.html">Example</a>__
+__Quick Example__
 
      // !! Assumes variable url contains a valid URI to a file on a server and filePath is a valid path on the device
 
-    var fileTransfer = new <a href="../fileobj/fileobj.html">File</a>Transfer();
+    var fileTransfer = new FileTransfer();
     
     fileTransfer.download(
         url,

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/file/filetransfererror/filetransfererror.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/file/filetransfererror/filetransfererror.md b/www/docs/en/1.8.0/cordova/file/filetransfererror/filetransfererror.md
index c843777..f5fd9db 100644
--- a/www/docs/en/1.8.0/cordova/file/filetransfererror/filetransfererror.md
+++ b/www/docs/en/1.8.0/cordova/file/filetransfererror/filetransfererror.md
@@ -18,10 +18,10 @@ license: >
     under the License.
 ---
 
-<a href="../filetransfer/filetransfer.html"><a href="../fileobj/fileobj.html">File</a>Transfer</a>Error
+FileTransferError
 ========
 
-A `<a href="../filetransfer/filetransfer.html"><a href="../fileobj/fileobj.html">File</a>Transfer</a>Error` object is returned via the error callback when an error occurs.
+A `FileTransferError` object is returned via the error callback when an error occurs.
 
 Properties
 ----------
@@ -34,11 +34,11 @@ Properties
 Constants
 ---------
 
-- `<a href="../filetransfer/filetransfer.html"><a href="../fileobj/fileobj.html">File</a>Transfer</a>Error.FILE_NOT_FOUND_ERR`
-- `<a href="../filetransfer/filetransfer.html"><a href="../fileobj/fileobj.html">File</a>Transfer</a>Error.INVALID_URL_ERR`
-- `<a href="../filetransfer/filetransfer.html"><a href="../fileobj/fileobj.html">File</a>Transfer</a>Error.CONNECTION_ERR`
+- `FileTransferError.FILE_NOT_FOUND_ERR`
+- `FileTransferError.INVALID_URL_ERR`
+- `FileTransferError.CONNECTION_ERR`
 
 Description
 -----------
 
-The `<a href="../filetransfer/filetransfer.html"><a href="../fileobj/fileobj.html">File</a>Transfer</a>Error` object is returned via the error callback  when an error occurs when uploading a file.
+The `FileTransferError` object is returned via the error callback  when an error occurs when uploading a file.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/file/fileuploadoptions/fileuploadoptions.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/file/fileuploadoptions/fileuploadoptions.md b/www/docs/en/1.8.0/cordova/file/fileuploadoptions/fileuploadoptions.md
index afd3e1a..2b02358 100644
--- a/www/docs/en/1.8.0/cordova/file/fileuploadoptions/fileuploadoptions.md
+++ b/www/docs/en/1.8.0/cordova/file/fileuploadoptions/fileuploadoptions.md
@@ -18,10 +18,10 @@ license: >
     under the License.
 ---
 
-<a href="../fileobj/fileobj.html">File</a>UploadOptions
+FileUploadOptions
 ========
 
-A `<a href="../fileobj/fileobj.html">File</a>UploadOptions` object can be passed to the <a href="../filetransfer/filetransfer.html"><a href="../fileobj/fileobj.html">File</a>Transfer</a> objects upload method in order to specify additional parameters to the upload script.
+A `FileUploadOptions` object can be passed to the FileTransfer objects upload method in order to specify additional parameters to the upload script.
 
 Properties
 ----------
@@ -36,7 +36,7 @@ Properties
 Description
 -----------
 
-A `<a href="../fileobj/fileobj.html">File</a>UploadOptions` object can be passed to the <a href="../filetransfer/filetransfer.html"><a href="../fileobj/fileobj.html">File</a>Transfer</a> objects upload method in order to specify additional parameters to the upload script.
+A `FileUploadOptions` object can be passed to the FileTransfer objects upload method in order to specify additional parameters to the upload script.
 
 iOS Quirk
 ---------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/file/fileuploadresult/fileuploadresult.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/file/fileuploadresult/fileuploadresult.md b/www/docs/en/1.8.0/cordova/file/fileuploadresult/fileuploadresult.md
index a910ccb..d82cde1 100644
--- a/www/docs/en/1.8.0/cordova/file/fileuploadresult/fileuploadresult.md
+++ b/www/docs/en/1.8.0/cordova/file/fileuploadresult/fileuploadresult.md
@@ -18,10 +18,10 @@ license: >
     under the License.
 ---
 
-<a href="../fileobj/fileobj.html">File</a>UploadResult
+FileUploadResult
 ========
 
-A `<a href="../fileobj/fileobj.html">File</a>UploadResult` object is returned via the success callback of the <a href="../filetransfer/filetransfer.html"><a href="../fileobj/fileobj.html">File</a>Transfer</a> upload method.
+A `FileUploadResult` object is returned via the success callback of the FileTransfer upload method.
 
 Properties
 ----------
@@ -33,9 +33,9 @@ Properties
 Description
 -----------
 
-The `<a href="../fileobj/fileobj.html">File</a>UploadResult` object is returned via the success callback of the <a href="../filetransfer/filetransfer.html"><a href="../fileobj/fileobj.html">File</a>Transfer</a> upload method.
+The `FileUploadResult` object is returned via the success callback of the FileTransfer upload method.
 
 iOS Quirks
 ----------
-- iOS does not include values for responseCode nor bytesSent in the success callback <a href="../fileobj/fileobj.html">File</a>UploadResult object. 
+- iOS does not include values for responseCode nor bytesSent in the success callback FileUploadResult object. 
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/file/filewriter/filewriter.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/file/filewriter/filewriter.md b/www/docs/en/1.8.0/cordova/file/filewriter/filewriter.md
index 80650a9..f5b6a8b 100644
--- a/www/docs/en/1.8.0/cordova/file/filewriter/filewriter.md
+++ b/www/docs/en/1.8.0/cordova/file/filewriter/filewriter.md
@@ -18,10 +18,10 @@ license: >
     under the License.
 ---
 
-<a href="../fileobj/fileobj.html">File</a>Writer
+FileWriter
 ==========
 
-<a href="../fileobj/fileobj.html">File</a>Writer is an object that allows one to write a file.
+FileWriter is an object that allows one to write a file.
 
 Properties
 ----------
@@ -30,7 +30,7 @@ Properties
 - __fileName:__ The name of the file to be written. _(DOMString)_
 - __length:__ The length of the file to be written. _(long)_
 - __position:__ The current position of the file pointer. _(long)_
-- __error:__ An object containing errors. _(<a href="../fileerror/fileerror.html"><a href="../fileobj/fileobj.html">File</a>Error</a>)_
+- __error:__ An object containing errors. _(FileError)_
 - __onwritestart:__ Called when the write starts. . _(Function)_
 - __onprogress:__ Called while writing the file, reports progress (progress.loaded/progress.total). _(Function)_ -NOT SUPPORTED
 - __onwrite:__ Called when the request has completed successfully.  _(Function)_
@@ -49,9 +49,9 @@ Methods
 Details
 -------
 
-The `<a href="../fileobj/fileobj.html">File</a>Writer` object is a way to write files to the device file system (UTF-8 encoded).  Users register their own event listeners to receive the writestart, progress, write, writeend, error and abort events.
+The `FileWriter` object is a way to write files to the device file system (UTF-8 encoded).  Users register their own event listeners to receive the writestart, progress, write, writeend, error and abort events.
 
-A <a href="../fileobj/fileobj.html">File</a>Writer is created for a single file. You can use it to write to a file multiple times. The <a href="../fileobj/fileobj.html">File</a>Writer maintains the file's position and length attributes, so you can seek and write anywhere in the file. By default, the <a href="../fileobj/fileobj.html">File</a>Writer writes to the beginning of the file (will overwrite existing data). Set the optional append boolean to true in the <a href="../fileobj/fileobj.html">File</a>Writer's constructor to begin writing to the end of the file.
+A FileWriter is created for a single file. You can use it to write to a file multiple times. The FileWriter maintains the file's position and length attributes, so you can seek and write anywhere in the file. By default, the FileWriter writes to the beginning of the file (will overwrite existing data). Set the optional append boolean to true in the FileWriter's constructor to begin writing to the end of the file.
 
 Supported Platforms
 -------------------
@@ -61,7 +61,7 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
 
-Seek Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Seek Quick Example
 ------------------------------
 
 	function win(writer) {
@@ -75,7 +75,7 @@ Seek Quick <a href="../../storage/storage.opendatabase.html">Example</a>
 	
     entry.createWriter(win, fail);
 
-Truncate Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Truncate Quick Example
 --------------------------
 
 	function win(writer) {
@@ -88,7 +88,7 @@ Truncate Quick <a href="../../storage/storage.opendatabase.html">Example</a>
 	
     entry.createWriter(win, fail);
 
-Write Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Write Quick Example
 -------------------	
 
 	function win(writer) {
@@ -104,7 +104,7 @@ Write Quick <a href="../../storage/storage.opendatabase.html">Example</a>
 	
     entry.createWriter(win, fail);
 
-Append Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Append Quick Example
 --------------------	
 
 	function win(writer) {
@@ -121,7 +121,7 @@ Append Quick <a href="../../storage/storage.opendatabase.html">Example</a>
 	
     entry.createWriter(win, fail);
 	
-Abort Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Abort Quick Example
 -------------------
 
 	function win(writer) {
@@ -138,35 +138,35 @@ Abort Quick <a href="../../storage/storage.opendatabase.html">Example</a>
 	
     entry.createWriter(win, fail);
 
-Full <a href="../../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../fileobj/fileobj.html">File</a>Writer <a href="../../storage/storage.opendatabase.html">Example</a></title>
+        <title>FileWriter Example</title>
     
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.0.js"></script>
         <script type="text/javascript" charset="utf-8">
     
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
     
         // Cordova is ready
         //
-        function on<a href="../../device/device.html">Device</a>Ready() {
-            window.request<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>(Local<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>.PERSISTENT, 0, gotFS, fail);
+        function onDeviceReady() {
+            window.requestFileSystem(LocalFileSystem.PERSISTENT, 0, gotFS, fail);
         }
     
         function gotFS(fileSystem) {
-            fileSystem.root.get<a href="../fileobj/fileobj.html">File</a>("readme.txt", {create: true, exclusive: false}, got<a href="../fileentry/fileentry.html"><a href="../fileobj/fileobj.html">File</a>Entry</a>, fail);
+            fileSystem.root.getFile("readme.txt", {create: true, exclusive: false}, gotFileEntry, fail);
         }
     
-        function got<a href="../fileentry/fileentry.html"><a href="../fileobj/fileobj.html">File</a>Entry</a>(fileEntry) {
-            fileEntry.createWriter(got<a href="../fileobj/fileobj.html">File</a>Writer, fail);
+        function gotFileEntry(fileEntry) {
+            fileEntry.createWriter(gotFileWriter, fail);
         }
     
-        function got<a href="../fileobj/fileobj.html">File</a>Writer(writer) {
+        function gotFileWriter(writer) {
             writer.onwriteend = function(evt) {
                 console.log("contents of file now 'some sample text'");
                 writer.truncate(11);  
@@ -189,7 +189,7 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
         </script>
       </head>
       <body>
-        <h1><a href="../../storage/storage.opendatabase.html">Example</a></h1>
-        <p>Write <a href="../fileobj/fileobj.html">File</a></p>
+        <h1>Example</h1>
+        <p>Write File</p>
       </body>
     </html>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/file/flags/flags.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/file/flags/flags.md b/www/docs/en/1.8.0/cordova/file/flags/flags.md
index c5e9c8d..dedd8d4 100644
--- a/www/docs/en/1.8.0/cordova/file/flags/flags.md
+++ b/www/docs/en/1.8.0/cordova/file/flags/flags.md
@@ -21,7 +21,7 @@ license: >
 Flags
 =====
 
-This object is used to supply arguments to the `<a href="../directoryentry/directoryentry.html">DirectoryEntry</a>` __get<a href="../fileobj/fileobj.html">File</a>__ and __getDirectory__ methods, which look up or create files and directories, respectively.
+This object is used to supply arguments to the `DirectoryEntry` __getFile__ and __getDirectory__ methods, which look up or create files and directories, respectively.
 
 Properties
 ----------
@@ -37,11 +37,11 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // Get the data directory, creating it if it doesn't exist.
     dataDir = fileSystem.root.getDirectory("data", {create: true});
 
     // Create the lock file, if and only if it doesn't exist.
-    lock<a href="../fileobj/fileobj.html">File</a> = dataDir.get<a href="../fileobj/fileobj.html">File</a>("lockfile.txt", {create: true, exclusive: true});
+    lockFile = dataDir.getFile("lockfile.txt", {create: true, exclusive: true});

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/file/localfilesystem/localfilesystem.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/file/localfilesystem/localfilesystem.md b/www/docs/en/1.8.0/cordova/file/localfilesystem/localfilesystem.md
index 86e296d..01cf09b 100644
--- a/www/docs/en/1.8.0/cordova/file/localfilesystem/localfilesystem.md
+++ b/www/docs/en/1.8.0/cordova/file/localfilesystem/localfilesystem.md
@@ -18,7 +18,7 @@ license: >
     under the License.
 ---
 
-Local<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>
+LocalFileSystem
 ===============
 
 This object provides a way to obtain root file systems.
@@ -26,19 +26,19 @@ This object provides a way to obtain root file systems.
 Methods
 ----------
 
-- __request<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>:__ Requests a filesystem. _(Function)_
-- __resolveLocal<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>URI:__ Retrieve a <a href="../directoryentry/directoryentry.html">DirectoryEntry</a> or <a href="../fileentry/fileentry.html"><a href="../fileobj/fileobj.html">File</a>Entry</a> using local URI. _(Function)_
+- __requestFileSystem:__ Requests a filesystem. _(Function)_
+- __resolveLocalFileSystemURI:__ Retrieve a DirectoryEntry or FileEntry using local URI. _(Function)_
 
 Constants
 ---------
 
-- `Local<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>.PERSISTENT`: Used for storage that should not be removed by the user agent without application or user permission.
-- `Local<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>.TEMPORARY`: Used for storage with no guarantee of persistence.
+- `LocalFileSystem.PERSISTENT`: Used for storage that should not be removed by the user agent without application or user permission.
+- `LocalFileSystem.TEMPORARY`: Used for storage with no guarantee of persistence.
 
 Details
 -------
 
-The `Local<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>` object methods are defined on the __window__ object.
+The `LocalFileSystem` object methods are defined on the __window__ object.
 
 Supported Platforms
 -------------------
@@ -48,7 +48,7 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
 
-Request <a href="../fileobj/fileobj.html">File</a> System Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Request File System Quick Example
 ---------------------------------
 
 	function onSuccess(fileSystem) {
@@ -56,41 +56,41 @@ Request <a href="../fileobj/fileobj.html">File</a> System Quick <a href="../../s
 	}
 	
 	// request the persistent file system
-	window.request<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>(Local<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>.PERSISTENT, 0, onSuccess, onError);
+	window.requestFileSystem(LocalFileSystem.PERSISTENT, 0, onSuccess, onError);
 
-Resolve Local <a href="../fileobj/fileobj.html">File</a> System URI Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Resolve Local File System URI Quick Example
 -------------------------------------------
 
 	function onSuccess(fileEntry) {
 		console.log(fileEntry.name);
 	}
 
-	window.resolveLocal<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>URI("file:///example.txt", onSuccess, onError);
+	window.resolveLocalFileSystemURI("file:///example.txt", onSuccess, onError);
 	
-Full <a href="../../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Local <a href="../fileobj/fileobj.html">File</a> System <a href="../../storage/storage.opendatabase.html">Example</a></title>
+        <title>Local File System Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../../device/device.html">Device</a>Ready() {
-			window.request<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>(Local<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>.PERSISTENT, 0, on<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>Success, fail);
-			window.resolveLocal<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>URI("file:///example.txt", onResolveSuccess, fail);
+        function onDeviceReady() {
+			window.requestFileSystem(LocalFileSystem.PERSISTENT, 0, onFileSystemSuccess, fail);
+			window.resolveLocalFileSystemURI("file:///example.txt", onResolveSuccess, fail);
         }
 
-		function on<a href="../filesystem/filesystem.html"><a href="../fileobj/fileobj.html">File</a>System</a>Success(fileSystem) {
+		function onFileSystemSuccess(fileSystem) {
 			console.log(fileSystem.name);
 		}
 
@@ -105,7 +105,7 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
         </script>
       </head>
       <body>
-        <h1><a href="../../storage/storage.opendatabase.html">Example</a></h1>
-        <p>Local <a href="../fileobj/fileobj.html">File</a> System</p>
+        <h1>Example</h1>
+        <p>Local File System</p>
       </body>
     </html>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/file/metadata/metadata.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/file/metadata/metadata.md b/www/docs/en/1.8.0/cordova/file/metadata/metadata.md
index e4c5194..487d07c 100644
--- a/www/docs/en/1.8.0/cordova/file/metadata/metadata.md
+++ b/www/docs/en/1.8.0/cordova/file/metadata/metadata.md
@@ -31,7 +31,7 @@ Properties
 Details
 -------
 
-The `Metadata` object represents information about the state of a file or directory.  You can get an instance of a Metadata object by calling the __getMetadata__ method of a `<a href="../directoryentry/directoryentry.html">DirectoryEntry</a>` or `<a href="../fileentry/fileentry.html"><a href="../fileobj/fileobj.html">File</a>Entry</a>` object.
+The `Metadata` object represents information about the state of a file or directory.  You can get an instance of a Metadata object by calling the __getMetadata__ method of a `DirectoryEntry` or `FileEntry` object.
 
 Supported Platforms
 -------------------
@@ -41,7 +41,7 @@ Supported Platforms
 - iOS
 - Windows Phone 7 ( Mango )
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
 	function win(metadata) {

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/geolocation/Coordinates/coordinates.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/geolocation/Coordinates/coordinates.md b/www/docs/en/1.8.0/cordova/geolocation/Coordinates/coordinates.md
index 4d59516..5a6e61b 100644
--- a/www/docs/en/1.8.0/cordova/geolocation/Coordinates/coordinates.md
+++ b/www/docs/en/1.8.0/cordova/geolocation/Coordinates/coordinates.md
@@ -37,7 +37,7 @@ Properties
 Description
 -----------
 
-The `Coordinates` object is created and populated by Cordova, and attached to the `<a href="../Position/position.html">Position</a>` object. The `<a href="../Position/position.html">Position</a>` 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
 -------------------
@@ -49,7 +49,7 @@ Supported Platforms
 - Bada 1.2 & 2.x
 - webOS
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // onSuccess Callback
@@ -71,29 +71,29 @@ Quick <a href="../../storage/storage.opendatabase.html">Example</a>
         alert('onError!');
     };
 
-    navigator.geolocation.getCurrent<a href="../Position/position.html">Position</a>(onSuccess, onError);
+    navigator.geolocation.getCurrentPosition(onSuccess, onError);
 
-Full <a href="../../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../geolocation.html">Geolocation</a> <a href="../Position/position.html">Position</a> <a href="../../storage/storage.opendatabase.html">Example</a></title>
+        <title>Geolocation Position Example</title>
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Set an event to wait for Cordova to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is loaded and Ready
         //
-        function on<a href="../../device/device.html">Device</a>Ready() {
-            navigator.geolocation.getCurrent<a href="../Position/position.html">Position</a>(onSuccess, onError);
+        function onDeviceReady() {
+            navigator.geolocation.getCurrentPosition(onSuccess, onError);
         }
     
-        // Display `<a href="../Position/position.html">Position</a>` properties from the geolocation
+        // Display `Position` properties from the geolocation
         //
         function onSuccess(position) {
             var div = document.getElementById('myDiv');

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/geolocation/Position/position.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/geolocation/Position/position.md b/www/docs/en/1.8.0/cordova/geolocation/Position/position.md
index 8fb4053..be03e0f 100644
--- a/www/docs/en/1.8.0/cordova/geolocation/Position/position.md
+++ b/www/docs/en/1.8.0/cordova/geolocation/Position/position.md
@@ -26,7 +26,7 @@ Contains `Position` coordinates and timestamp, created by the geolocation API.
 Properties
 ----------
 
-- __coords:__ A set of geographic coordinates. _(<a href="../Coordinates/coordinates.html">Coordinates</a>)_
+- __coords:__ A set of geographic coordinates. _(Coordinates)_
 - __timestamp:__ Creation timestamp for `coords`. _(Date)_
 
 Description
@@ -44,7 +44,7 @@ Supported Platforms
 - Bada 1.2 & 2.x
 - webOS
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // onSuccess Callback
@@ -60,37 +60,37 @@ Quick <a href="../../storage/storage.opendatabase.html">Example</a>
               'Timestamp: '         + position.timestamp                + '\n');
     };
 
-    // onError Callback receives a <a href="../PositionError/positionError.html">PositionError</a> object
+    // onError Callback receives a PositionError object
     //
     function onError(error) {
         alert('code: '    + error.code    + '\n' +
               'message: ' + error.message + '\n');
     }
 
-    navigator.<a href="../geolocation.getCurrentPosition.html">geolocation.getCurrentPosition</a>(onSuccess, onError);
+    navigator.geolocation.getCurrentPosition(onSuccess, onError);
 
-Full <a href="../../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../../device/device.html">Device</a> Properties <a href="../../storage/storage.opendatabase.html">Example</a></title>
+        <title>Device Properties Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../../device/device.html">Device</a>Ready() {
-            navigator.<a href="../geolocation.getCurrentPosition.html">geolocation.getCurrentPosition</a>(onSuccess, onError);
+        function onDeviceReady() {
+            navigator.geolocation.getCurrentPosition(onSuccess, onError);
         }
     
-        // onSuccess <a href="../geolocation.html">Geolocation</a>
+        // onSuccess Geolocation
         //
         function onSuccess(position) {
             var element = document.getElementById('geolocation');
@@ -105,7 +105,7 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
      position.timestamp                    + '<br />';
         }
     
-	    // onError Callback receives a <a href="../PositionError/positionError.html">PositionError</a> object
+	    // onError Callback receives a PositionError object
 	    //
 	    function onError(error) {
 	        alert('code: '    + error.code    + '\n' +

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/geolocation/PositionError/positionError.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/geolocation/PositionError/positionError.md b/www/docs/en/1.8.0/cordova/geolocation/PositionError/positionError.md
index 1b5b042..3b38add 100644
--- a/www/docs/en/1.8.0/cordova/geolocation/PositionError/positionError.md
+++ b/www/docs/en/1.8.0/cordova/geolocation/PositionError/positionError.md
@@ -18,10 +18,10 @@ license: >
     under the License.
 ---
 
-<a href="../Position/position.html">Position</a>Error
+PositionError
 ========
 
-A `<a href="../Position/position.html">Position</a>Error` object is returned to the `<a href="../parameters/geolocationError.html">geolocationError</a>` callback when an error occurs.
+A `PositionError` object is returned to the `geolocationError` callback when an error occurs.
 
 Properties
 ----------
@@ -32,29 +32,29 @@ Properties
 Constants
 ---------
 
-- `<a href="../Position/position.html">Position</a>Error.PERMISSION_DENIED`
-- `<a href="../Position/position.html">Position</a>Error.POSITION_UNAVAILABLE`
-- `<a href="../Position/position.html">Position</a>Error.TIMEOUT`
+- `PositionError.PERMISSION_DENIED`
+- `PositionError.POSITION_UNAVAILABLE`
+- `PositionError.TIMEOUT`
 
 Description
 -----------
 
-The `<a href="../Position/position.html">Position</a>Error` object is returned to the user through the `<a href="../parameters/geolocationError.html">geolocationError</a>` callback function when an error occurs with geolocation.
+The `PositionError` object is returned to the user through the `geolocationError` callback function when an error occurs with geolocation.
 
-### `<a href="../Position/position.html">Position</a>Error.PERMISSION_DENIED`
+### `PositionError.PERMISSION_DENIED`
 
 Returned when the user does not allow your application to retrieve
 position information. This is dependent on the platform.
 
-### `<a href="../Position/position.html">Position</a>Error.POSITION_UNAVAILABLE`
+### `PositionError.POSITION_UNAVAILABLE`
 
 Returned when the device was unable to retrieve a position. In general
 this means the device has no network connectivity and/or cannot get a
 satellite fix.
 
-### `<a href="../Position/position.html">Position</a>Error.TIMEOUT`
+### `PositionError.TIMEOUT`
 
 Returned when the device was unable to retrieve a position within the
-time specified in the `<a href="../parameters/geolocation.options.html">geolocationOptions</a>`' `timeout` property. When using
-in conjunction with `geolocation.watch<a href="../Position/position.html">Position</a>`, this error could be
-called into the `<a href="../parameters/geolocationError.html">geolocationError</a>` callback every `timeout` milliseconds.
+time specified in the `geolocationOptions`' `timeout` property. When using
+in conjunction with `geolocation.watchPosition`, this error could be
+called into the `geolocationError` callback every `timeout` milliseconds.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/geolocation/geolocation.clearWatch.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/geolocation/geolocation.clearWatch.md b/www/docs/en/1.8.0/cordova/geolocation/geolocation.clearWatch.md
index bf31e19..b8227bb 100644
--- a/www/docs/en/1.8.0/cordova/geolocation/geolocation.clearWatch.md
+++ b/www/docs/en/1.8.0/cordova/geolocation/geolocation.clearWatch.md
@@ -28,12 +28,12 @@ Stop watching for changes to the device's location referenced by the `watchID` p
 Parameters
 ----------
 
-- __watchID:__ The id of the `watch<a href="Position/position.html">Position</a>` interval to clear. (String)
+- __watchID:__ The id of the `watchPosition` interval to clear. (String)
 
 Description
 -----------
 
-`geolocation.clearWatch` stops watching changes to the device's location by clearing the `geolocation.watch<a href="Position/position.html">Position</a>` referenced by `watchID`.
+`geolocation.clearWatch` stops watching changes to the device's location by clearing the `geolocation.watchPosition` referenced by `watchID`.
 
 Supported Platforms
 -------------------
@@ -45,46 +45,46 @@ Supported Platforms
 - Bada 1.2 & 2.x
 - webOS
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // Options: watch for changes in position, and use the most
     // accurate position acquisition method available.
     //
-    var watchID = navigator.geolocation.watch<a href="Position/position.html">Position</a>(onSuccess, onError, { enableHighAccuracy: true });
+    var watchID = navigator.geolocation.watchPosition(onSuccess, onError, { enableHighAccuracy: true });
 
     // ...later on...
 
     navigator.geolocation.clearWatch(watchID);
 
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../device/device.html">Device</a> Properties <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Device Properties Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         var watchID = null;
 
         // Cordova is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             // Get the most accurate position updates available on the
             // device.
             var options = { enableHighAccuracy: true };
-            watchID = navigator.geolocation.watch<a href="Position/position.html">Position</a>(onSuccess, onError, options);
+            watchID = navigator.geolocation.watchPosition(onSuccess, onError, options);
         }
     
-        // onSuccess <a href="geolocation.html">Geolocation</a>
+        // onSuccess Geolocation
         //
         function onSuccess(position) {
             var element = document.getElementById('geolocation');
@@ -102,7 +102,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             }
         }
     
-	    // onError Callback receives a <a href="<a href="Position/position.html">Position</a>Error/positionError.html"><a href="Position/position.html">Position</a>Error</a> object
+	    // onError Callback receives a PositionError object
 	    //
 	    function onError(error) {
 	      alert('code: '    + error.code    + '\n' +

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/geolocation/geolocation.getCurrentPosition.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/geolocation/geolocation.getCurrentPosition.md b/www/docs/en/1.8.0/cordova/geolocation/geolocation.getCurrentPosition.md
index 1c6d02c..0f63538 100644
--- a/www/docs/en/1.8.0/cordova/geolocation/geolocation.getCurrentPosition.md
+++ b/www/docs/en/1.8.0/cordova/geolocation/geolocation.getCurrentPosition.md
@@ -18,26 +18,26 @@ license: >
     under the License.
 ---
 
-geolocation.getCurrent<a href="Position/position.html">Position</a>
+geolocation.getCurrentPosition
 ==============================
 
-Returns the device's current position as a `<a href="Position/position.html">Position</a>` object.
+Returns the device's current position as a `Position` object.
 
-    navigator.geolocation.getCurrent<a href="Position/position.html">Position</a>(<a href="parameters/geolocationSuccess.html">geolocationSuccess</a>, 
-                                             [<a href="parameters/geolocationError.html">geolocationError</a>], 
-                                             [<a href="parameters/geolocation.options.html">geolocationOptions</a>]);
+    navigator.geolocation.getCurrentPosition(geolocationSuccess, 
+                                             [geolocationError], 
+                                             [geolocationOptions]);
 
 Parameters
 ----------
 
-- __<a href="parameters/geolocationSuccess.html">geolocationSuccess</a>__: The callback that is called with the current position.
-- __<a href="parameters/geolocationError.html">geolocationError</a>__: (Optional) The callback that is called if there was an error.
-- __<a href="parameters/geolocation.options.html">geolocationOptions</a>__: (Optional) The geolocation options.
+- __geolocationSuccess__: The callback that is called with the current position.
+- __geolocationError__: (Optional) The callback that is called if there was an error.
+- __geolocationOptions__: (Optional) The geolocation options.
 
 Description
 -----------
 
-`geolocation.getCurrent<a href="Position/position.html">Position</a>` is an asynchronous function. It returns the device's current position to the `<a href="parameters/geolocationSuccess.html">geolocationSuccess</a>` callback with a `<a href="Position/position.html">Position</a>` object as the parameter.  If there is an error, the `<a href="parameters/geolocationError.html">geolocationError</a>` callback is invoked with a `<a href="<a href="Position/position.html">Position</a>Error/positionError.html"><a href="Position/position.html">Position</a>Error</a>` object.
+`geolocation.getCurrentPosition` is an asynchronous function. It returns the device's current position to the `geolocationSuccess` callback with a `Position` object as the parameter.  If there is an error, the `geolocationError` callback is invoked with a `PositionError` object.
 
 
 Supported Platforms
@@ -50,11 +50,11 @@ Supported Platforms
 - Bada 1.2 & 2.x
 - webOS
     
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // onSuccess Callback
-    //   This method accepts a `<a href="Position/position.html">Position</a>` object, which contains
+    //   This method accepts a `Position` object, which contains
     //   the current GPS coordinates
     //
     var onSuccess = function(position) {
@@ -68,37 +68,37 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
               'Timestamp: '         + position.timestamp                + '\n');
     };
 
-    // onError Callback receives a <a href="<a href="Position/position.html">Position</a>Error/positionError.html"><a href="Position/position.html">Position</a>Error</a> object
+    // onError Callback receives a PositionError object
     //
     function onError(error) {
         alert('code: '    + error.code    + '\n' +
               'message: ' + error.message + '\n');
     }
 
-    navigator.geolocation.getCurrent<a href="Position/position.html">Position</a>(onSuccess, onError);
+    navigator.geolocation.getCurrentPosition(onSuccess, onError);
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../device/device.html">Device</a> Properties <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Device Properties Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
-            navigator.geolocation.getCurrent<a href="Position/position.html">Position</a>(onSuccess, onError);
+        function onDeviceReady() {
+            navigator.geolocation.getCurrentPosition(onSuccess, onError);
         }
     
-        // onSuccess <a href="geolocation.html">Geolocation</a>
+        // onSuccess Geolocation
         //
         function onSuccess(position) {
             var element = document.getElementById('geolocation');
@@ -112,7 +112,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
                                 'Timestamp: '          +                                   position.timestamp          + '<br />';
         }
     
-	    // onError Callback receives a <a href="<a href="Position/position.html">Position</a>Error/positionError.html"><a href="Position/position.html">Position</a>Error</a> object
+	    // onError Callback receives a PositionError object
 	    //
 	    function onError(error) {
 	        alert('code: '    + error.code    + '\n' +

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/geolocation/geolocation.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/geolocation/geolocation.md b/www/docs/en/1.8.0/cordova/geolocation/geolocation.md
index 9d03a19..63659cf 100644
--- a/www/docs/en/1.8.0/cordova/geolocation/geolocation.md
+++ b/www/docs/en/1.8.0/cordova/geolocation/geolocation.md
@@ -23,31 +23,31 @@ Geolocation
 
 > The `geolocation` object provides access to the device's GPS sensor.
 
-Geolocation provides location information for the device, such as latitude and longitude. Common sources of location information include Global <a href="Position/position.html">Position</a>ing 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.
+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 Geolocation API Specification](http://dev.w3.org/geo/api/spec-source.html).  Some devices (Android, BlackBerry, Bada, Windows Phone 7 and webOS, to be specific) 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, the Cordova implementation adheres to the W3C specification.
 
 Methods
 -------
 
-- geolocation.getCurrent<a href="Position/position.html">Position</a>
-- geolocation.watch<a href="Position/position.html">Position</a>
-- <a href="geolocation.clearWatch.html">geolocation.clearWatch</a>
+- geolocation.getCurrentPosition
+- geolocation.watchPosition
+- geolocation.clearWatch
 
 
 Arguments
 ---------
 
-- <a href="parameters/geolocationSuccess.html">geolocationSuccess</a>
-- <a href="parameters/geolocationError.html">geolocationError</a>
-- <a href="parameters/geolocation.options.html">geolocationOptions</a>
+- geolocationSuccess
+- geolocationError
+- geolocationOptions
 
 Objects (Read-Only)
 -------------------
 
-- <a href="Position/position.html">Position</a>
-- <a href="<a href="Position/position.html">Position</a>Error/positionError.html"><a href="Position/position.html">Position</a>Error</a>
-- <a href="Coordinates/coordinates.html">Coordinates</a>
+- Position
+- PositionError
+- Coordinates
 
 Permissions
 -----------
@@ -82,7 +82,7 @@ Permissions
 
 ### iOS
 
-#### App/Supporting <a href="../file/fileobj/fileobj.html">File</a>s/Cordova.plist
+#### App/Supporting Files/Cordova.plist
 
     <key>Plugins</key>
     <dict>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.8.0/cordova/geolocation/geolocation.watchPosition.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.8.0/cordova/geolocation/geolocation.watchPosition.md b/www/docs/en/1.8.0/cordova/geolocation/geolocation.watchPosition.md
index a3615ee..d4b8607 100644
--- a/www/docs/en/1.8.0/cordova/geolocation/geolocation.watchPosition.md
+++ b/www/docs/en/1.8.0/cordova/geolocation/geolocation.watchPosition.md
@@ -18,31 +18,31 @@ license: >
     under the License.
 ---
 
-geolocation.watch<a href="Position/position.html">Position</a>
+geolocation.watchPosition
 =========================
 
 Watches for changes to the device's current position.
 
-    var watchId = navigator.geolocation.watch<a href="Position/position.html">Position</a>(<a href="parameters/geolocationSuccess.html">geolocationSuccess</a>,
-                                                      [<a href="parameters/geolocationError.html">geolocationError</a>],
-                                                      [<a href="parameters/geolocation.options.html">geolocationOptions</a>]);
+    var watchId = navigator.geolocation.watchPosition(geolocationSuccess,
+                                                      [geolocationError],
+                                                      [geolocationOptions]);
 
 Parameters
 ----------
 
-- __<a href="parameters/geolocationSuccess.html">geolocationSuccess</a>__: The callback that is called with the current position.
-- __<a href="parameters/geolocationError.html">geolocationError</a>__: (Optional) The callback that is called if there was an error.
-- __<a href="parameters/geolocation.options.html">geolocationOptions</a>__: (Optional) The geolocation options.
+- __geolocationSuccess__: The callback that is called with the current position.
+- __geolocationError__: (Optional) The callback that is called if there was an error.
+- __geolocationOptions__: (Optional) The geolocation options.
 
 Returns
 -------
 
-- __String__: returns a watch id that references the watch position interval. The watch id should be used with `<a href="geolocation.clearWatch.html">geolocation.clearWatch</a>` to stop watching for changes in position.
+- __String__: returns a watch id that references the watch position interval. The watch id should be used with `geolocation.clearWatch` to stop watching for changes in position.
 
 Description
 -----------
 
-`geolocation.watch<a href="Position/position.html">Position</a>` is an asynchronous function. It returns the device's current position when a change in position has been detected.  When the device has retrieved a new location, the `<a href="parameters/geolocationSuccess.html">geolocationSuccess</a>` callback is invoked with a `<a href="Position/position.html">Position</a>` object as the parameter.  If there is an error, the `<a href="parameters/geolocationError.html">geolocationError</a>` callback is invoked with a `<a href="<a href="Position/position.html">Position</a>Error/positionError.html"><a href="Position/position.html">Position</a>Error</a>` object.
+`geolocation.watchPosition` is an asynchronous function. It returns the device's current position when a change in position has been detected.  When the device has retrieved a new location, the `geolocationSuccess` callback is invoked with a `Position` object as the parameter.  If there is an error, the `geolocationError` callback is invoked with a `PositionError` object.
 
 Supported Platforms
 -------------------
@@ -54,11 +54,11 @@ Supported Platforms
 - Bada 1.2 & 2.x
 - webOS
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // onSuccess Callback
-    //   This method accepts a `<a href="Position/position.html">Position</a>` object, which contains
+    //   This method accepts a `Position` object, which contains
     //   the current GPS coordinates
     //
     function onSuccess(position) {
@@ -68,7 +68,7 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
                             '<hr />'      + element.innerHTML;
     }
 
-    // onError Callback receives a <a href="<a href="Position/position.html">Position</a>Error/positionError.html"><a href="Position/position.html">Position</a>Error</a> object
+    // onError Callback receives a PositionError object
     //
     function onError(error) {
         alert('code: '    + error.code    + '\n' +
@@ -77,35 +77,35 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
 
     // Options: throw an error if no update is received every 30 seconds.
     //
-    var watchID = navigator.geolocation.watch<a href="Position/position.html">Position</a>(onSuccess, onError, { timeout: 30000 });
+    var watchID = navigator.geolocation.watchPosition(onSuccess, onError, { timeout: 30000 });
     
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../device/device.html">Device</a> Properties <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Device Properties Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.8.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         var watchID = null;
 
         // Cordova is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             // Throw an error if no update is received every 30 seconds
             var options = { timeout: 30000 };
-            watchID = navigator.geolocation.watch<a href="Position/position.html">Position</a>(onSuccess, onError, options);
+            watchID = navigator.geolocation.watchPosition(onSuccess, onError, options);
         }
     
-        // onSuccess <a href="geolocation.html">Geolocation</a>
+        // onSuccess Geolocation
         //
         function onSuccess(position) {
             var element = document.getElementById('geolocation');
@@ -114,7 +114,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
                                 '<hr />'      + element.innerHTML;
         }
     
-	    // onError Callback receives a <a href="<a href="Position/position.html">Position</a>Error/positionError.html"><a href="Position/position.html">Position</a>Error</a> object
+	    // onError Callback receives a PositionError object
 	    //
 	    function onError(error) {
 	        alert('code: '    + error.code    + '\n' +


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[33/51] [partial] docs commit: Reverting autolinking change because of inconsistencies.

Posted by db...@apache.org.
http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/camera/camera.getPicture.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/camera/camera.getPicture.md b/www/docs/en/1.5.0/phonegap/camera/camera.getPicture.md
index 88260b4..a4552ae 100644
--- a/www/docs/en/1.5.0/phonegap/camera/camera.getPicture.md
+++ b/www/docs/en/1.5.0/phonegap/camera/camera.getPicture.md
@@ -23,16 +23,16 @@ camera.getPicture
 
 Takes a photo using the camera or retrieves a photo from the device's album.  The image is returned as a base64 encoded `String` or as the URI of an image file.
 
-    navigator.camera.getPicture( <a href="parameter/cameraSuccess.html">cameraSuccess</a>, <a href="parameter/cameraError.html">cameraError</a>, [ <a href="parameter/cameraOptions.html">cameraOptions</a> ] );
+    navigator.camera.getPicture( cameraSuccess, cameraError, [ cameraOptions ] );
 
 Description
 -----------
 
-Function `camera.getPicture` opens the device's default camera application so that the user can take a picture (if `<a href="camera.html">Camera</a>.sourceType = <a href="camera.html">Camera</a>.PictureSourceType.CAMERA`, which is the default). Once the photo is taken, the camera application closes and your application is restored.
+Function `camera.getPicture` opens the device's default camera application so that the user can take a picture (if `Camera.sourceType = Camera.PictureSourceType.CAMERA`, which is the default). Once the photo is taken, the camera application closes and your application is restored.
 
-If `<a href="camera.html">Camera</a>.sourceType = <a href="camera.html">Camera</a>.PictureSourceType.PHOTOLIBRARY` or `<a href="camera.html">Camera</a>.PictureSourceType.SAVEDPHOTOALBUM`, then a photo chooser dialog is shown, from which a photo from the album can be selected.
+If `Camera.sourceType = Camera.PictureSourceType.PHOTOLIBRARY` or `Camera.PictureSourceType.SAVEDPHOTOALBUM`, then a photo chooser dialog is shown, from which a photo from the album can be selected.
 
-The return value will be sent to the `<a href="parameter/cameraSuccess.html">cameraSuccess</a>` function, in one of the following formats, depending on the `<a href="parameter/cameraOptions.html">cameraOptions</a>` you specify:
+The return value will be sent to the `cameraSuccess` function, in one of the following formats, depending on the `cameraOptions` you specify:
 
 - A `String` containing the Base64 encoded photo image.
 - A `String` representing the image file location on local storage (default).
@@ -40,10 +40,10 @@ The return value will be sent to the `<a href="parameter/cameraSuccess.html">cam
 You can do whatever you want with the encoded image or URI, for example:
 
 - Render the image in an `<img>` tag _(see example below)_
-- Save the data locally (`Local<a href="../storage/storage.html">Storage</a>`, [Lawnchair](http://brianleroux.github.com/lawnchair/), etc)
+- Save the data locally (`LocalStorage`, [Lawnchair](http://brianleroux.github.com/lawnchair/), etc)
 - Post the data to a remote server
 
-Note: The image quality of pictures taken using the camera on newer devices is quite good.  _Encoding such images using Base64 has caused memory issues on some of these devices (iPhone 4, BlackBerry Torch 9800)._  Therefore, using FILE_URI as the '<a href="camera.html">Camera</a>.destinationType' is highly recommended.
+Note: The image quality of pictures taken using the camera on newer devices is quite good.  _Encoding such images using Base64 has caused memory issues on some of these devices (iPhone 4, BlackBerry Torch 9800)._  Therefore, using FILE_URI as the 'Camera.destinationType' is highly recommended.
 
 Supported Platforms
 -------------------
@@ -53,7 +53,7 @@ Supported Platforms
 - iPhone
 - Windows Phone 7 ( Mango )
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
 Take photo and retrieve Base64-encoded image:
@@ -72,7 +72,7 @@ Take photo and retrieve Base64-encoded image:
 Take photo and retrieve image file location: 
 
     navigator.camera.getPicture(onSuccess, onFail, { quality: 50, 
-        destinationType: <a href="camera.html">Camera</a>.DestinationType.FILE_URI }); 
+        destinationType: Camera.DestinationType.FILE_URI }); 
 
     function onSuccess(imageURI) {
         var image = document.getElementById('myImage');
@@ -84,13 +84,13 @@ Take photo and retrieve image file location:
     }
 
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../media/capture/capture.html">Capture</a> Photo</title>
+        <title>Capture Photo</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.5.0.js"></script>
         <script type="text/javascript" charset="utf-8">
@@ -100,11 +100,11 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         
         // Wait for PhoneGap to connect with the device
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>",on<a href="../device/device.html">Device</a>Ready,false);
+        document.addEventListener("deviceready",onDeviceReady,false);
     
         // PhoneGap is ready to be used!
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             pictureSource=navigator.camera.PictureSourceType;
             destinationType=navigator.camera.DestinationType;
         }
@@ -124,7 +124,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
           smallImage.style.display = 'block';
       
           // Show the captured photo
-          // The inline CSS rules are used to re<a href="../storage/parameters/size.html">size</a> the image
+          // The inline CSS rules are used to resize the image
           //
           smallImage.src = "data:image/jpeg;base64," + imageData;
         }
@@ -144,7 +144,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
           largeImage.style.display = 'block';
       
           // Show the captured photo
-          // The inline CSS rules are used to re<a href="../storage/parameters/size.html">size</a> the image
+          // The inline CSS rules are used to resize the image
           //
           largeImage.src = imageURI;
         }
@@ -181,8 +181,8 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         </script>
       </head>
       <body>
-        <button onclick="capturePhoto();"><a href="../media/capture/capture.html">Capture</a> Photo</button> <br>
-        <button onclick="capturePhotoEdit();"><a href="../media/capture/capture.html">Capture</a> Editable Photo</button> <br>
+        <button onclick="capturePhoto();">Capture Photo</button> <br>
+        <button onclick="capturePhotoEdit();">Capture Editable Photo</button> <br>
         <button onclick="getPhoto(pictureSource.PHOTOLIBRARY);">From Photo Library</button><br>
         <button onclick="getPhoto(pictureSource.SAVEDPHOTOALBUM);">From Photo Album</button><br>
         <img style="display:none;width:60px;height:60px;" id="smallImage" src="" />

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/camera/camera.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/camera/camera.md b/www/docs/en/1.5.0/phonegap/camera/camera.md
index 4608c34..611035d 100644
--- a/www/docs/en/1.5.0/phonegap/camera/camera.md
+++ b/www/docs/en/1.5.0/phonegap/camera/camera.md
@@ -26,4 +26,4 @@ Camera
 Methods
 -------
 
-- <a href="camera.getPicture.html">camera.getPicture</a>
\ No newline at end of file
+- camera.getPicture
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/camera/parameter/cameraOptions.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/camera/parameter/cameraOptions.md b/www/docs/en/1.5.0/phonegap/camera/parameter/cameraOptions.md
index edd1e28..7ee2831 100644
--- a/www/docs/en/1.5.0/phonegap/camera/parameter/cameraOptions.md
+++ b/www/docs/en/1.5.0/phonegap/camera/parameter/cameraOptions.md
@@ -24,10 +24,10 @@ cameraOptions
 Optional parameters to customize the camera settings.
 
     { quality : 75, 
-      destinationType : <a href="../camera.html">Camera</a>.DestinationType.DATA_URL, 
-      sourceType : <a href="../camera.html">Camera</a>.PictureSourceType.CAMERA, 
+      destinationType : Camera.DestinationType.DATA_URL, 
+      sourceType : Camera.PictureSourceType.CAMERA, 
       allowEdit : true,
-      encodingType: <a href="../camera.html">Camera</a>.EncodingType.JPEG,
+      encodingType: Camera.EncodingType.JPEG,
       targetWidth: 100,
       targetHeight: 100 };
 
@@ -38,14 +38,14 @@ Options
 
 - __destinationType:__ Choose the format of the return value.  Defined in navigator.camera.DestinationType (`Number`)
         
-            <a href="../camera.html">Camera</a>.DestinationType = {
+            Camera.DestinationType = {
                 DATA_URL : 0,                // Return image as base64 encoded string
                 FILE_URI : 1                 // Return image file URI
             };
 
 - __sourceType:__ Set the source of the picture.  Defined in nagivator.camera.PictureSourceType (`Number`)
      
-        <a href="../camera.html">Camera</a>.PictureSourceType = {
+        Camera.PictureSourceType = {
             PHOTOLIBRARY : 0,
             CAMERA : 1,
             SAVEDPHOTOALBUM : 2
@@ -55,7 +55,7 @@ Options
   
 - __EncodingType:__ Choose the encoding of the returned image file.  Defined in navigator.camera.EncodingType (`Number`)
         
-            <a href="../camera.html">Camera</a>.EncodingType = {
+            Camera.EncodingType = {
                 JPEG : 0,               // Return JPEG encoded image
                 PNG : 1                 // Return PNG encoded image
             };
@@ -63,9 +63,9 @@ Options
 - __targetWidth:__ Width in pixels to scale image. Must be used with targetHeight.  Aspect ratio is maintained. (`Number`)
 - __targetHeight:__ Height in pixels to scale image. Must be used with targetWidth. Aspect ratio is maintained. (`Number`)
 
-- __<a href="../../media/media.html">Media</a>Type:__ Set the type of media to select from.  Only works when PictureSourceType is PHOTOLIBRARY or SAVEDPHOTOALBUM. Defined in nagivator.camera.<a href="../../media/media.html">Media</a>Type (`Number`)
+- __MediaType:__ Set the type of media to select from.  Only works when PictureSourceType is PHOTOLIBRARY or SAVEDPHOTOALBUM. Defined in nagivator.camera.MediaType (`Number`)
      
-        <a href="../camera.html">Camera</a>.<a href="../../media/media.html">Media</a>Type = { 
+        Camera.MediaType = { 
 			PICTURE: 0,             // allow selection of still pictures only. DEFAULT. Will return format specified via DestinationType
 			VIDEO: 1,               // allow selection of video only, WILL ALWAYS RETURN FILE_URI
 			ALLMEDIA : 2			// allow selection from all media types
@@ -75,8 +75,8 @@ Android Quirks
 --------------
 
 - Ignores the `allowEdit` parameter.
-- <a href="../camera.html">Camera</a>.PictureSourceType.PHOTOLIBRARY and <a href="../camera.html">Camera</a>.PictureSourceType.SAVEDPHOTOALBUM both display the same photo album.
-- <a href="../camera.html">Camera</a>.EncodingType is not supported.
+- Camera.PictureSourceType.PHOTOLIBRARY and Camera.PictureSourceType.SAVEDPHOTOALBUM both display the same photo album.
+- Camera.EncodingType is not supported.
 
 BlackBerry Quirks
 -----------------
@@ -84,9 +84,9 @@ BlackBerry Quirks
 - Ignores the `quality` parameter.
 - Ignores the `sourceType` parameter.
 - Ignores the `allowEdit` parameter.
-- Application must have key injection permissions to close native <a href="../camera.html">Camera</a> application after photo is taken.
-- Using Large image <a href="../../storage/parameters/size.html">size</a>s may result in inability to encode image on later model devices with high resolution cameras (e.g. Torch 9800).
-- <a href="../camera.html">Camera</a>.<a href="../../media/media.html">Media</a>Type is not supported.
+- Application must have key injection permissions to close native Camera application after photo is taken.
+- Using Large image sizes may result in inability to encode image on later model devices with high resolution cameras (e.g. Torch 9800).
+- Camera.MediaType is not supported.
 
 Palm Quirks
 -----------
@@ -94,7 +94,7 @@ Palm Quirks
 - Ignores the `quality` parameter.
 - Ignores the `sourceType` parameter.
 - Ignores the `allowEdit` parameter.
-- <a href="../camera.html">Camera</a>.<a href="../../media/media.html">Media</a>Type is not supported.
+- Camera.MediaType is not supported.
 
 iPhone Quirks
 --------------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/camera/parameter/cameraSuccess.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/camera/parameter/cameraSuccess.md b/www/docs/en/1.5.0/phonegap/camera/parameter/cameraSuccess.md
index 6083130..ec04795 100644
--- a/www/docs/en/1.5.0/phonegap/camera/parameter/cameraSuccess.md
+++ b/www/docs/en/1.5.0/phonegap/camera/parameter/cameraSuccess.md
@@ -30,9 +30,9 @@ onSuccess callback function that provides the image data.
 Parameters
 ----------
 
-- __imageData:__ Base64 encoding of the image data, OR the image file URI, depending on `<a href="cameraOptions.html">cameraOptions</a>` used. (`String`)
+- __imageData:__ Base64 encoding of the image data, OR the image file URI, depending on `cameraOptions` used. (`String`)
 
-<a href="../../storage/storage.opendatabase.html">Example</a>
+Example
 -------
 
     // Show image

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/compass/compass.clearWatch.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/compass/compass.clearWatch.md b/www/docs/en/1.5.0/phonegap/compass/compass.clearWatch.md
index 9040f66..e779584 100644
--- a/www/docs/en/1.5.0/phonegap/compass/compass.clearWatch.md
+++ b/www/docs/en/1.5.0/phonegap/compass/compass.clearWatch.md
@@ -25,7 +25,7 @@ Stop watching the compass referenced by the watch ID parameter.
 
     navigator.compass.clearWatch(watchID);
 
-- __watchID__: The ID returned by `<a href="compass.watchHeading.html">compass.watchHeading</a>`.
+- __watchID__: The ID returned by `compass.watchHeading`.
 
 Supported Platforms
 -------------------
@@ -34,22 +34,22 @@ Supported Platforms
 - iPhone
 - Windows Phone 7 ( Mango ) if available in hardware
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
-    var watchID = navigator.<a href="compass.watchHeading.html">compass.watchHeading</a>(onSuccess, onError, options);
+    var watchID = navigator.compass.watchHeading(onSuccess, onError, options);
     
     // ... later on ...
     
     navigator.compass.clearWatch(watchID);
     
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="compass.html">Compass</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Compass Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.5.0.js"></script>
         <script type="text/javascript" charset="utf-8">
@@ -59,11 +59,11 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         
         // Wait for PhoneGap to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // PhoneGap is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             startWatch();
         }
 
@@ -74,7 +74,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             // Update compass every 3 seconds
             var options = { frequency: 3000 };
             
-            watchID = navigator.<a href="compass.watchHeading.html">compass.watchHeading</a>(onSuccess, onError, options);
+            watchID = navigator.compass.watchHeading(onSuccess, onError, options);
         }
         
         // Stop watching the compass
@@ -95,8 +95,8 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
 
         // onError: Failed to get the heading
         //
-        function onError(<a href="parameters/compassError.html">compassError</a>) {
-            alert('<a href="compass.html">Compass</a> error: ' + <a href="parameters/compassError.html">compassError</a>.code);
+        function onError(compassError) {
+            alert('Compass error: ' + compassError.code);
         }
 
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/compass/compass.clearWatchFilter.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/compass/compass.clearWatchFilter.md b/www/docs/en/1.5.0/phonegap/compass/compass.clearWatchFilter.md
index 6e78414..a135381 100644
--- a/www/docs/en/1.5.0/phonegap/compass/compass.clearWatchFilter.md
+++ b/www/docs/en/1.5.0/phonegap/compass/compass.clearWatchFilter.md
@@ -18,36 +18,36 @@ license: >
     under the License.
 ---
 
-<a href="compass.clearWatch.html">compass.clearWatch</a>Filter
+compass.clearWatchFilter
 ========================
 
 Stop watching the compass referenced by the watch ID parameter.
 
-    navigator.<a href="compass.clearWatch.html">compass.clearWatch</a>Filter(watchID);
+    navigator.compass.clearWatchFilter(watchID);
 
-- __watchID__: The ID returned by `<a href="<a href="compass.watchHeading.html">compass.watchHeading</a>Filter.html"><a href="compass.watchHeading.html">compass.watchHeading</a>Filter</a>`.
+- __watchID__: The ID returned by `compass.watchHeadingFilter`.
 
 Supported Platforms
 -------------------
 
 - iPhone
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
-    var watchID = navigator.<a href="<a href="compass.watchHeading.html">compass.watchHeading</a>Filter.html"><a href="compass.watchHeading.html">compass.watchHeading</a>Filter</a>(onSuccess, onError, options);
+    var watchID = navigator.compass.watchHeadingFilter(onSuccess, onError, options);
     
     // ... later on ...
     
-    navigator.<a href="compass.clearWatch.html">compass.clearWatch</a>Filter(watchID);
+    navigator.compass.clearWatchFilter(watchID);
     
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="compass.html">Compass</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Compass Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.5.0.js"></script>
         <script type="text/javascript" charset="utf-8">
@@ -57,11 +57,11 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         
         // Wait for PhoneGap to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // PhoneGap is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             startWatch();
         }
 
@@ -72,14 +72,14 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             // Get notified on compass heading changes or 10 degrees or more
             var options = { filter: 10 };
             
-            watchID = navigator.<a href="<a href="compass.watchHeading.html">compass.watchHeading</a>Filter.html"><a href="compass.watchHeading.html">compass.watchHeading</a>Filter</a>(onSuccess, onError, options);
+            watchID = navigator.compass.watchHeadingFilter(onSuccess, onError, options);
         }
         
         // Stop watching the compass
         //
         function stopWatch() {
             if (watchID) {
-                navigator.<a href="compass.clearWatch.html">compass.clearWatch</a>Filter(watchID);
+                navigator.compass.clearWatchFilter(watchID);
                 watchID = null;
             }
         }
@@ -93,8 +93,8 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
 
         // onError: Failed to get the heading
         //
-        function onError(<a href="parameters/compassError.html">compassError</a>) {
-            alert('<a href="compass.html">Compass</a> error: ' + <a href="parameters/compassError.html">compassError</a>.code);
+        function onError(compassError) {
+            alert('Compass error: ' + compassError.code);
         }
 
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/compass/compass.getCurrentHeading.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/compass/compass.getCurrentHeading.md b/www/docs/en/1.5.0/phonegap/compass/compass.getCurrentHeading.md
index 84587a8..58ec9f3 100644
--- a/www/docs/en/1.5.0/phonegap/compass/compass.getCurrentHeading.md
+++ b/www/docs/en/1.5.0/phonegap/compass/compass.getCurrentHeading.md
@@ -23,14 +23,14 @@ compass.getCurrentHeading
 
 Get the current compass heading.
 
-    navigator.compass.getCurrentHeading(<a href="parameters/compassSuccess.html">compassSuccess</a>, <a href="parameters/compassError.html">compassError</a>, <a href="parameters/compassOptions.html">compassOptions</a>);
+    navigator.compass.getCurrentHeading(compassSuccess, compassError, compassOptions);
 
 Description
 -----------
 
 The compass is a sensor that detects the direction or heading that the device is pointed.  It measures the heading in degrees from 0 to 359.99.
 
-The compass heading information is returned via a <a href="compass.html">Compass</a>Heading object using the `<a href="parameters/compassSuccess.html">compassSuccess</a>` callback function.
+The compass heading information is returned via a CompassHeading object using the `compassSuccess` callback function.
 
 Supported Platforms
 -------------------
@@ -39,7 +39,7 @@ Supported Platforms
 - iPhone
 - Windows Phone 7 ( Mango ) if available in hardware
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     function onSuccess(heading) {
@@ -47,29 +47,29 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
     };
 
     function onError(error) {
-        alert('<a href="<a href="parameters/compassError.html">compassError</a>/<a href="parameters/compassError.html">compassError</a>.html"><a href="compass.html">Compass</a>Error</a>: ' error.code);
+        alert('CompassError: ' error.code);
     };
 
     navigator.compass.getCurrentHeading(onSuccess, onError);
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="compass.html">Compass</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Compass Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.5.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for PhoneGap to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // PhoneGap is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             navigator.compass.getCurrentHeading(onSuccess, onError);
         }
     
@@ -81,14 +81,14 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
     
         // onError: Failed to get the heading
         //
-        function onError(<a href="parameters/compassError.html">compassError</a>) {
-            alert('<a href="compass.html">Compass</a> Error: ' + <a href="parameters/compassError.html">compassError</a>.code);
+        function onError(compassError) {
+            alert('Compass Error: ' + compassError.code);
         }
 
         </script>
       </head>
       <body>
-        <h1><a href="../storage/storage.opendatabase.html">Example</a></h1>
+        <h1>Example</h1>
         <p>getCurrentHeading</p>
       </body>
     </html>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/compass/compass.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/compass/compass.md b/www/docs/en/1.5.0/phonegap/compass/compass.md
index 1ba53e6..2812139 100644
--- a/www/docs/en/1.5.0/phonegap/compass/compass.md
+++ b/www/docs/en/1.5.0/phonegap/compass/compass.md
@@ -26,16 +26,16 @@ Compass
 Methods
 -------
 
-- <a href="compass.getCurrentHeading.html">compass.getCurrentHeading</a>
-- <a href="compass.watchHeading.html">compass.watchHeading</a>
-- <a href="compass.clearWatch.html">compass.clearWatch</a>
-- <a href="<a href="compass.watchHeading.html">compass.watchHeading</a>Filter.html"><a href="compass.watchHeading.html">compass.watchHeading</a>Filter</a>
-- <a href="<a href="compass.clearWatch.html">compass.clearWatch</a>Filter.html"><a href="compass.clearWatch.html">compass.clearWatch</a>Filter</a>
+- compass.getCurrentHeading
+- compass.watchHeading
+- compass.clearWatch
+- compass.watchHeadingFilter
+- compass.clearWatchFilter
 
 Arguments
 ---------
 
-- <a href="parameters/compassSuccess.html">compassSuccess</a>
-- <a href="parameters/compassError.html">compassError</a>
-- <a href="parameters/compassOptions.html">compassOptions</a>
-- <a href="parameters/compassHeading.html">compassHeading</a>
+- compassSuccess
+- compassError
+- compassOptions
+- compassHeading

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/compass/compass.watchHeading.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/compass/compass.watchHeading.md b/www/docs/en/1.5.0/phonegap/compass/compass.watchHeading.md
index 704526a..09e7384 100644
--- a/www/docs/en/1.5.0/phonegap/compass/compass.watchHeading.md
+++ b/www/docs/en/1.5.0/phonegap/compass/compass.watchHeading.md
@@ -23,16 +23,16 @@ compass.watchHeading
 
 At a regular interval, get the compass heading in degrees.
 
-    var watchID = navigator.compass.watchHeading(<a href="parameters/compassSuccess.html">compassSuccess</a>, <a href="parameters/compassError.html">compassError</a>, [<a href="parameters/compassOptions.html">compassOptions</a>]);
+    var watchID = navigator.compass.watchHeading(compassSuccess, compassError, [compassOptions]);
                                                            
 Description
 -----------
 
 The compass is a sensor that detects the direction or heading that the device is pointed.  It measures the heading in degrees from 0 to 359.99.
 
-The `compass.watchHeading` gets the device's current heading at a regular interval. Each time the heading is retrieved, the `headingSuccess` callback function is executed. Specify the interval in milliseconds via the `frequency` parameter in the `<a href="parameters/compassOptions.html">compassOptions</a>` object.
+The `compass.watchHeading` gets the device's current heading at a regular interval. Each time the heading is retrieved, the `headingSuccess` callback function is executed. Specify the interval in milliseconds via the `frequency` parameter in the `compassOptions` object.
 
-The returned watch ID references references the compass watch interval. The watch ID can be used with `<a href="compass.clearWatch.html">compass.clearWatch</a>` to stop watching the compass.
+The returned watch ID references references the compass watch interval. The watch ID can be used with `compass.clearWatch` to stop watching the compass.
 
 Supported Platforms
 -------------------
@@ -42,7 +42,7 @@ Supported Platforms
 - Windows Phone 7 ( Mango ) if available in hardware
 
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     function onSuccess(heading) {
@@ -50,21 +50,21 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         element.innerHTML = 'Heading: ' + heading.magneticHeading;
     };
 
-    function onError(<a href="parameters/compassError.html">compassError</a>) {
-            alert('<a href="compass.html">Compass</a> error: ' + <a href="parameters/compassError.html">compassError</a>.code);
+    function onError(compassError) {
+            alert('Compass error: ' + compassError.code);
     };
 
     var options = { frequency: 3000 };  // Update every 3 seconds
     
     var watchID = navigator.compass.watchHeading(onSuccess, onError, options);
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="compass.html">Compass</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Compass Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.5.0.js"></script>
         <script type="text/javascript" charset="utf-8">
@@ -74,11 +74,11 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         
         // Wait for PhoneGap to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // PhoneGap is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             startWatch();
         }
 
@@ -96,7 +96,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         //
         function stopWatch() {
             if (watchID) {
-                navigator.<a href="compass.clearWatch.html">compass.clearWatch</a>(watchID);
+                navigator.compass.clearWatch(watchID);
                 watchID = null;
             }
         }
@@ -110,8 +110,8 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
 
         // onError: Failed to get the heading
         //
-        function onError(<a href="parameters/compassError.html">compassError</a>) {
-            alert('<a href="compass.html">Compass</a> error: ' + <a href="parameters/compassError.html">compassError</a>.code);
+        function onError(compassError) {
+            alert('Compass error: ' + compassError.code);
         }
 
         </script>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/compass/compass.watchHeadingFilter.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/compass/compass.watchHeadingFilter.md b/www/docs/en/1.5.0/phonegap/compass/compass.watchHeadingFilter.md
index 8c8608f..f6abf55 100644
--- a/www/docs/en/1.5.0/phonegap/compass/compass.watchHeadingFilter.md
+++ b/www/docs/en/1.5.0/phonegap/compass/compass.watchHeadingFilter.md
@@ -18,21 +18,21 @@ license: >
     under the License.
 ---
 
-<a href="compass.watchHeading.html">compass.watchHeading</a>Filter
+compass.watchHeadingFilter
 ==========================
 
 Get the compass heading in degrees when it changes by at least a certain number of degrees.
 
-    var watchID = navigator.<a href="compass.watchHeading.html">compass.watchHeading</a>Filter(<a href="parameters/compassSuccess.html">compassSuccess</a>, <a href="parameters/compassError.html">compassError</a>, <a href="parameters/compassOptions.html">compassOptions</a>);
+    var watchID = navigator.compass.watchHeadingFilter(compassSuccess, compassError, compassOptions);
                                                            
 Description
 -----------
 
 The compass is a sensor that detects the direction or heading that the device is pointed.  It measures the heading in degrees from 0 to 359.99.
 
-The `<a href="compass.watchHeading.html">compass.watchHeading</a>Filter` gets the device's current heading when it changes by a specified number of degrees. Each time the heading changes by the specified number of degrees or more, the `headingSuccess` callback function is called. Specify the degrees of change via the `filter` parameter in the `<a href="parameters/compassOptions.html">compassOptions</a>` object.
+The `compass.watchHeadingFilter` gets the device's current heading when it changes by a specified number of degrees. Each time the heading changes by the specified number of degrees or more, the `headingSuccess` callback function is called. Specify the degrees of change via the `filter` parameter in the `compassOptions` object.
 
-The returned watch ID references references the compass watch interval. The watch ID can be used with `<a href="<a href="compass.clearWatch.html">compass.clearWatch</a>Filter.html"><a href="compass.clearWatch.html">compass.clearWatch</a>Filter</a>` to stop watching the compass via a degree filter.  Only one watchHeadingFilter can be in effect at one time.  If a watchHeadingFilter is in effect, calling getCurrentHeading or watchHeading will use the existing filter value for specifying heading changes. On iOS this method is more efficient than compass.watchFilter() based on the iOS mechanism for monitoring compass heading changes.
+The returned watch ID references references the compass watch interval. The watch ID can be used with `compass.clearWatchFilter` to stop watching the compass via a degree filter.  Only one watchHeadingFilter can be in effect at one time.  If a watchHeadingFilter is in effect, calling getCurrentHeading or watchHeading will use the existing filter value for specifying heading changes. On iOS this method is more efficient than compass.watchFilter() based on the iOS mechanism for monitoring compass heading changes.
 
 Supported Platforms
 -------------------
@@ -40,7 +40,7 @@ Supported Platforms
 - iPhone
 
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     function onSuccess(heading) {
@@ -48,21 +48,21 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         element.innerHTML = 'Heading: ' + heading.magneticHeading;
     };
 
-    function onError(<a href="parameters/compassError.html">compassError</a>) {
-            alert('<a href="compass.html">Compass</a> error: ' + <a href="parameters/compassError.html">compassError</a>.code);
+    function onError(compassError) {
+            alert('Compass error: ' + compassError.code);
     };
 
     var options = { filter: 10 };  // Get notified on compass heading changes or 10 degrees or more
     
-    var watchID = navigator.<a href="compass.watchHeading.html">compass.watchHeading</a>Filter(onSuccess, onError, options);
+    var watchID = navigator.compass.watchHeadingFilter(onSuccess, onError, options);
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="compass.html">Compass</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Compass Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.5.0.js"></script>
         <script type="text/javascript" charset="utf-8">
@@ -72,11 +72,11 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         
         // Wait for PhoneGap to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // PhoneGap is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             startWatch();
         }
 
@@ -87,14 +87,14 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             // Get notified on compass heading changes or 10 degrees or more
             var options = { filter: 10 };
             
-            watchID = navigator.<a href="compass.watchHeading.html">compass.watchHeading</a>Filter(onSuccess, onError, options);
+            watchID = navigator.compass.watchHeadingFilter(onSuccess, onError, options);
         }
         
         // Stop watching the compass
         //
         function stopWatch() {
             if (watchID) {
-                navigator.<a href="<a href="compass.clearWatch.html">compass.clearWatch</a>Filter.html"><a href="compass.clearWatch.html">compass.clearWatch</a>Filter</a>(watchID);
+                navigator.compass.clearWatchFilter(watchID);
                 watchID = null;
             }
         }
@@ -108,8 +108,8 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
 
         // onError: Failed to get the heading
         //
-        function onError(<a href="parameters/compassError.html">compassError</a>) {
-            alert('<a href="compass.html">Compass</a> error: ' + <a href="parameters/compassError.html">compassError</a>.code);
+        function onError(compassError) {
+            alert('Compass error: ' + compassError.code);
         }
 
         </script>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/compass/compassError/compassError.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/compass/compassError/compassError.md b/www/docs/en/1.5.0/phonegap/compass/compassError/compassError.md
index e356b45..20d01c5 100644
--- a/www/docs/en/1.5.0/phonegap/compass/compassError/compassError.md
+++ b/www/docs/en/1.5.0/phonegap/compass/compassError/compassError.md
@@ -18,10 +18,10 @@ license: >
     under the License.
 ---
 
-<a href="../compass.html">Compass</a>Error
+CompassError
 ==========
 
-A `<a href="../compass.html">Compass</a>Error` object is returned to the `<a href="../parameters/compassError.html">compassError</a>` callback function when an error occurs.
+A `CompassError` object is returned to the `compassError` callback function when an error occurs.
 
 Properties
 ----------
@@ -30,12 +30,12 @@ Properties
 
 Constants
 ---------
-- `<a href="../compass.html">Compass</a>Error.COMPASS_INTERNAL_ERR` 
-- `<a href="../compass.html">Compass</a>Error.COMPASS_NOT_SUPPORTED`
+- `CompassError.COMPASS_INTERNAL_ERR` 
+- `CompassError.COMPASS_NOT_SUPPORTED`
 
 Description
 -----------
 
-The `<a href="../compass.html">Compass</a>Error` object is returned to the user through the `<a href="../parameters/compassError.html">compassError</a>` callback function when an error occurs.
+The `CompassError` object is returned to the user through the `compassError` callback function when an error occurs.
 
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/compass/parameters/compassError.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/compass/parameters/compassError.md b/www/docs/en/1.5.0/phonegap/compass/parameters/compassError.md
index 44700bc..3d2f523 100644
--- a/www/docs/en/1.5.0/phonegap/compass/parameters/compassError.md
+++ b/www/docs/en/1.5.0/phonegap/compass/parameters/compassError.md
@@ -23,9 +23,9 @@ compassError
 
 onError callback function for compass functions. 
 
-<a href="../../storage/storage.opendatabase.html">Example</a>
+Example
 -------
 
-function(<a href="../compassError/compassError.html"><a href="../compass.html">Compass</a>Error</a>) {
+function(CompassError) {
     // Handle the error
 }

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/compass/parameters/compassHeading.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/compass/parameters/compassHeading.md b/www/docs/en/1.5.0/phonegap/compass/parameters/compassHeading.md
index 0b176c3..5b04300 100644
--- a/www/docs/en/1.5.0/phonegap/compass/parameters/compassHeading.md
+++ b/www/docs/en/1.5.0/phonegap/compass/parameters/compassHeading.md
@@ -21,7 +21,7 @@ license: >
 compassHeading
 ==========
 
-A `<a href="../compass.html">Compass</a>Heading` object is returned to the `<a href="compassSuccess.html">compassSuccess</a>` callback function when an error occurs.
+A `CompassHeading` object is returned to the `compassSuccess` callback function when an error occurs.
 
 Properties
 ----------
@@ -33,7 +33,7 @@ Properties
 Description
 -----------
 
-The `<a href="../compass.html">Compass</a>Heading` object is returned to the user through the `<a href="compassSuccess.html">compassSuccess</a>` callback function.
+The `CompassHeading` object is returned to the user through the `compassSuccess` callback function.
 
 Android Quirks
 --------------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/compass/parameters/compassSuccess.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/compass/parameters/compassSuccess.md b/www/docs/en/1.5.0/phonegap/compass/parameters/compassSuccess.md
index 015bb3f..a9bc5ff 100644
--- a/www/docs/en/1.5.0/phonegap/compass/parameters/compassSuccess.md
+++ b/www/docs/en/1.5.0/phonegap/compass/parameters/compassSuccess.md
@@ -21,7 +21,7 @@ license: >
 compassSuccess
 ==============
 
-onSuccess callback function that provides the compass heading information via a <a href="compassHeading.html">compassHeading</a> object.
+onSuccess callback function that provides the compass heading information via a compassHeading object.
 
     function(heading) {
         // Do something
@@ -31,9 +31,9 @@ Parameters
 ----------
 
 
-- __heading:__ The heading information. _(<a href="compassHeading.html">compassHeading</a>)_
+- __heading:__ The heading information. _(compassHeading)_
 
-<a href="../../storage/storage.opendatabase.html">Example</a>
+Example
 -------
 
     function onSuccess(heading) {

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/connection/connection.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/connection/connection.md b/www/docs/en/1.5.0/phonegap/connection/connection.md
index ec8ea53..479f532 100644
--- a/www/docs/en/1.5.0/phonegap/connection/connection.md
+++ b/www/docs/en/1.5.0/phonegap/connection/connection.md
@@ -28,7 +28,7 @@ This object is accessed under the navigator.network interface.
 Properties
 ----------
 
-- <a href="connection.type.html">connection.type</a>
+- connection.type
 
 Constants
 ---------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/connection/connection.type.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/connection/connection.type.md b/www/docs/en/1.5.0/phonegap/connection/connection.type.md
index fdc393f..dfb799f 100644
--- a/www/docs/en/1.5.0/phonegap/connection/connection.type.md
+++ b/www/docs/en/1.5.0/phonegap/connection/connection.type.md
@@ -37,61 +37,61 @@ Supported Platforms
 - BlackBerry WebWorks (OS 5.0 and higher)
 - Windows Phone 7 ( Mango )
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
-    function check<a href="connection.html">Connection</a>() {
+    function checkConnection() {
         var networkState = navigator.network.connection.type;
         
         var states = {};
-        states[<a href="connection.html">Connection</a>.UNKNOWN]	= 'Unknown connection';
-        states[<a href="connection.html">Connection</a>.ETHERNET]	= 'Ethernet connection';
-        states[<a href="connection.html">Connection</a>.WIFI]   	= 'WiFi connection';
-        states[<a href="connection.html">Connection</a>.CELL_2G]	= 'Cell 2G connection';
-        states[<a href="connection.html">Connection</a>.CELL_3G]	= 'Cell 3G connection';
-        states[<a href="connection.html">Connection</a>.CELL_4G]	= 'Cell 4G connection';
-        states[<a href="connection.html">Connection</a>.NONE]   	= 'No network connection';
+        states[Connection.UNKNOWN]	= 'Unknown connection';
+        states[Connection.ETHERNET]	= 'Ethernet connection';
+        states[Connection.WIFI]   	= 'WiFi connection';
+        states[Connection.CELL_2G]	= 'Cell 2G connection';
+        states[Connection.CELL_3G]	= 'Cell 3G connection';
+        states[Connection.CELL_4G]	= 'Cell 4G connection';
+        states[Connection.NONE]   	= 'No network connection';
     
-        alert('<a href="connection.html">Connection</a> type: ' + states[networkState]);
+        alert('Connection type: ' + states[networkState]);
     }
     
-    check<a href="connection.html">Connection</a>();
+    checkConnection();
 
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title>navigator.network.connection.type <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>navigator.network.connection.type Example</title>
         
         <script type="text/javascript" charset="utf-8" src="cordova-1.5.0.js"></script>
         <script type="text/javascript" charset="utf-8">
             
         // Wait for PhoneGap to load
         // 
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
         
         // PhoneGap is loaded and it is now safe to make calls PhoneGap methods
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
-            check<a href="connection.html">Connection</a>();
+        function onDeviceReady() {
+            checkConnection();
         }
         
-	    function check<a href="connection.html">Connection</a>() {
+	    function checkConnection() {
 	        var networkState = navigator.network.connection.type;
 
 	        var states = {};
-	        states[<a href="connection.html">Connection</a>.UNKNOWN]	= 'Unknown connection';
-	        states[<a href="connection.html">Connection</a>.ETHERNET]	= 'Ethernet connection';
-	        states[<a href="connection.html">Connection</a>.WIFI]   	= 'WiFi connection';
-	        states[<a href="connection.html">Connection</a>.CELL_2G]	= 'Cell 2G connection';
-	        states[<a href="connection.html">Connection</a>.CELL_3G]	= 'Cell 3G connection';
-	        states[<a href="connection.html">Connection</a>.CELL_4G]	= 'Cell 4G connection';
-	        states[<a href="connection.html">Connection</a>.NONE]   	= 'No network connection';
-
-	        alert('<a href="connection.html">Connection</a> type: ' + states[networkState]);
+	        states[Connection.UNKNOWN]	= 'Unknown connection';
+	        states[Connection.ETHERNET]	= 'Ethernet connection';
+	        states[Connection.WIFI]   	= 'WiFi connection';
+	        states[Connection.CELL_2G]	= 'Cell 2G connection';
+	        states[Connection.CELL_3G]	= 'Cell 3G connection';
+	        states[Connection.CELL_4G]	= 'Cell 4G connection';
+	        states[Connection.NONE]   	= 'No network connection';
+
+	        alert('Connection type: ' + states[networkState]);
 	    }
         
         </script>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/contacts/Contact/contact.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/contacts/Contact/contact.md b/www/docs/en/1.5.0/phonegap/contacts/Contact/contact.md
index b5deb51..1076dd5 100644
--- a/www/docs/en/1.5.0/phonegap/contacts/Contact/contact.md
+++ b/www/docs/en/1.5.0/phonegap/contacts/Contact/contact.md
@@ -27,32 +27,32 @@ Properties
 ----------
 
 - __id:__ A globally unique identifier. _(DOMString)_
-- __displayName:__ The <a href="../../storage/parameters/name.html">name</a> of this Contact, suitable for display to end-users. _(DOMString)_
-- __<a href="../../storage/parameters/name.html">name</a>:__ An object containing all components of a persons <a href="../../storage/parameters/name.html">name</a>. _(<a href="../ContactName/contactname.html">ContactName</a>)_
-- __nick<a href="../../storage/parameters/name.html">name</a>:__ A casual <a href="../../storage/parameters/name.html">name</a> to address the contact by. _(DOMString)_
-- __phoneNumbers:__ An array of all the contact's phone numbers. _(<a href="../ContactField/contactfield.html">ContactField</a>[])_
-- __emails:__ An array of all the contact's email addresses. _(<a href="../ContactField/contactfield.html">ContactField</a>[])_
-- __addresses:__ An array of all the contact's addresses. _(<a href="../ContactAddress/contactaddress.html">ContactAddress</a>es[])_
-- __ims:__ An array of all the contact's IM addresses. _(<a href="../ContactField/contactfield.html">ContactField</a>[])_
-- __organizations:__ An array of all the contact's organizations. _(<a href="../ContactOrganization/contactorganization.html">ContactOrganization</a>[])_
+- __displayName:__ The name of this Contact, suitable for display to end-users. _(DOMString)_
+- __name:__ An object containing all components of a persons name. _(ContactName)_
+- __nickname:__ A casual name to address the contact by. _(DOMString)_
+- __phoneNumbers:__ An array of all the contact's phone numbers. _(ContactField[])_
+- __emails:__ An array of all the contact's email addresses. _(ContactField[])_
+- __addresses:__ An array of all the contact's addresses. _(ContactAddresses[])_
+- __ims:__ An array of all the contact's IM addresses. _(ContactField[])_
+- __organizations:__ An array of all the contact's organizations. _(ContactOrganization[])_
 - __birthday:__ The birthday of the contact. _(Date)_
 - __note:__ A note about the contact. _(DOMString)_
-- __photos:__ An array of the contact's photos. _(<a href="../ContactField/contactfield.html">ContactField</a>[])_
-- __categories:__  An array of all the contacts user defined categories. _(<a href="../ContactField/contactfield.html">ContactField</a>[])_
-- __urls:__  An array of web pages associated to the contact. _(<a href="../ContactField/contactfield.html">ContactField</a>[])_
+- __photos:__ An array of the contact's photos. _(ContactField[])_
+- __categories:__  An array of all the contacts user defined categories. _(ContactField[])_
+- __urls:__  An array of web pages associated to the contact. _(ContactField[])_
 
 Methods
 -------
 
 - __clone__: Returns a new Contact object that is a deep copy of the calling object, with the id property set to `null`. 
-- __remove__: Removes the contact from the device contacts database.  An error callback is called with a `<a href="../ContactError/<a href="../parameters/contactError.html">contactError</a>.html">ContactError</a>` object if the removal is unsuccessful.
+- __remove__: Removes the contact from the device contacts database.  An error callback is called with a `ContactError` object if the removal is unsuccessful.
 - __save__: Saves a new contact to the device contacts database, or updates an existing contact if a contact with the same __id__ already exists.
 
 
 Details
 -------
 
-The `Contact` object represents a user contact.  <a href="../contacts.html">Contacts</a> can be created, saved to, or removed from the device contacts database.  <a href="../contacts.html">Contacts</a> can also be retrieved (individually or in bulk) from the database by invoking the `<a href="../contacts.find.html">contacts.find</a>` method.
+The `Contact` object represents a user contact.  Contacts can be created, saved to, or removed from the device contacts database.  Contacts can also be retrieved (individually or in bulk) from the database by invoking the `contacts.find` method.
 
 _Note: Not all of the above contact fields are supported on every device platform.  Please check each platform's Quirks section for information about which fields are supported._
 
@@ -63,89 +63,89 @@ Supported Platforms
 - BlackBerry WebWorks (OS 5.0 and higher)
 - iOS
 
-Save Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Save Quick Example
 ------------------
 
 	function onSuccess(contact) {
 		alert("Save Success");
 	};
 
-	function onError(<a href="../parameters/contactError.html">contactError</a>) {
-		alert("Error = " + <a href="../parameters/contactError.html">contactError</a>.code);
+	function onError(contactError) {
+		alert("Error = " + contactError.code);
 	};
 
 	// create a new contact object
-    var contact = navigator.<a href="../contacts.create.html">contacts.create</a>();
+    var contact = navigator.contacts.create();
 	contact.displayName = "Plumber";
-	contact.nick<a href="../../storage/parameters/name.html">name</a> = "Plumber"; 		//specify both to support all devices
+	contact.nickname = "Plumber"; 		//specify both to support all devices
 	
 	// populate some fields
-	var <a href="../../storage/parameters/name.html">name</a> = new <a href="../ContactName/contactname.html">ContactName</a>();
-	<a href="../../storage/parameters/name.html">name</a>.givenName = "Jane";
-	<a href="../../storage/parameters/name.html">name</a>.familyName = "Doe";
-	contact.<a href="../../storage/parameters/name.html">name</a> = <a href="../../storage/parameters/name.html">name</a>;
+	var name = new ContactName();
+	name.givenName = "Jane";
+	name.familyName = "Doe";
+	contact.name = name;
 	
 	// save to device
 	contact.save(onSuccess,onError);
 
-Clone Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Clone Quick Example
 -------------------
 
 	// clone the contact object
 	var clone = contact.clone();
-	clone.<a href="../../storage/parameters/name.html">name</a>.givenName = "John";
-	console.log("Original contact <a href="../../storage/parameters/name.html">name</a> = " + contact.<a href="../../storage/parameters/name.html">name</a>.givenName);
-	console.log("Cloned contact <a href="../../storage/parameters/name.html">name</a> = " + clone.<a href="../../storage/parameters/name.html">name</a>.givenName); 
+	clone.name.givenName = "John";
+	console.log("Original contact name = " + contact.name.givenName);
+	console.log("Cloned contact name = " + clone.name.givenName); 
 
-Remove Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Remove Quick Example
 --------------------
 
     function onSuccess() {
         alert("Removal Success");
     };
 
-    function onError(<a href="../parameters/contactError.html">contactError</a>) {
-        alert("Error = " + <a href="../parameters/contactError.html">contactError</a>.code);
+    function onError(contactError) {
+        alert("Error = " + contactError.code);
     };
 
 	// remove the contact from the device
 	contact.remove(onSuccess,onError);
 
-Full <a href="../../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Contact <a href="../../storage/storage.opendatabase.html">Example</a></title>
+        <title>Contact Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.5.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for PhoneGap to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // PhoneGap is ready
         //
-        function on<a href="../../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
 		    // create
-		    var contact = navigator.<a href="../contacts.create.html">contacts.create</a>();
+		    var contact = navigator.contacts.create();
 			contact.displayName = "Plumber";
-			contact.nick<a href="../../storage/parameters/name.html">name</a> = "Plumber"; 		//specify both to support all devices
-			var <a href="../../storage/parameters/name.html">name</a> = new <a href="../ContactName/contactname.html">ContactName</a>();
-			<a href="../../storage/parameters/name.html">name</a>.givenName = "Jane";
-			<a href="../../storage/parameters/name.html">name</a>.familyName = "Doe";
-			contact.<a href="../../storage/parameters/name.html">name</a> = <a href="../../storage/parameters/name.html">name</a>;
+			contact.nickname = "Plumber"; 		//specify both to support all devices
+			var name = new ContactName();
+			name.givenName = "Jane";
+			name.familyName = "Doe";
+			contact.name = name;
 
 			// save
 			contact.save(onSaveSuccess,onSaveError);
 			
 			// clone
 			var clone = contact.clone();
-			clone.<a href="../../storage/parameters/name.html">name</a>.givenName = "John";
-			console.log("Original contact <a href="../../storage/parameters/name.html">name</a> = " + contact.<a href="../../storage/parameters/name.html">name</a>.givenName);
-			console.log("Cloned contact <a href="../../storage/parameters/name.html">name</a> = " + clone.<a href="../../storage/parameters/name.html">name</a>.givenName); 
+			clone.name.givenName = "John";
+			console.log("Original contact name = " + contact.name.givenName);
+			console.log("Cloned contact name = " + clone.name.givenName); 
 			
 			// remove
 			contact.remove(onRemoveSuccess,onRemoveError);
@@ -159,8 +159,8 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
     
         // onSaveError: Failed to get the contacts
         //
-        function onSaveError(<a href="../parameters/contactError.html">contactError</a>) {
-			alert("Error = " + <a href="../parameters/contactError.html">contactError</a>.code);
+        function onSaveError(contactError) {
+			alert("Error = " + contactError.code);
         }
         
         // onRemoveSuccess: Get a snapshot of the current contacts
@@ -171,15 +171,15 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
     
         // onRemoveError: Failed to get the contacts
         //
-        function onRemoveError(<a href="../parameters/contactError.html">contactError</a>) {
-			alert("Error = " + <a href="../parameters/contactError.html">contactError</a>.code);
+        function onRemoveError(contactError) {
+			alert("Error = " + contactError.code);
         }
 
         </script>
       </head>
       <body>
-        <h1><a href="../../storage/storage.opendatabase.html">Example</a></h1>
-        <p>Find <a href="../contacts.html">Contacts</a></p>
+        <h1>Example</h1>
+        <p>Find Contacts</p>
       </body>
     </html>
 
@@ -191,8 +191,8 @@ Android 2.X Quirks
 Android 1.X Quirks
 ------------------
 
-- __<a href="../../storage/parameters/name.html">name</a>:__ This property is not support by Android 1.X devices, and will always be returned as `null`.
-- __nick<a href="../../storage/parameters/name.html">name</a>:__ This property is not support by Android 1.X devices, and will always be returned as `null`.
+- __name:__ This property is not support by Android 1.X devices, and will always be returned as `null`.
+- __nickname:__ This property is not support by Android 1.X devices, and will always be returned as `null`.
 - __birthday:__ This property is not support by Android 1.X devices, and will always be returned as `null`.
 - __photos:__ This property is not support by Android 1.X devices, and will always be returned as `null`.
 - __categories:__  This property is not support by Android 1.X devices, and will always be returned as `null`.
@@ -204,19 +204,19 @@ BlackBerry WebWorks (OS 5.0 and higher) Quirks
 
 - __id:__ Supported.  Assigned by device when contact is saved.
 - __displayName:__ Supported.  Stored in BlackBerry __user1__ field.
-- __nick<a href="../../storage/parameters/name.html">name</a>:__ This property is not supported, and will always be returned as `null`. 
+- __nickname:__ This property is not supported, and will always be returned as `null`. 
 - __phoneNumbers:__ Partially supported.  Phone numbers will be stored in BlackBerry fields __homePhone1__ and __homePhone2__ if _type_ is 'home', __workPhone1__ and __workPhone2__ if _type_ is 'work', __mobilePhone__ if _type_ is 'mobile', __faxPhone__ if _type_ is 'fax', __pagerPhone__ if _type_ is 'pager', and __otherPhone__ if _type_ is none of the above.
 - __emails:__ Partially supported.  The first three email addresses will be stored in the BlackBerry __email1__, __email2__, and __email3__ fields, respectively.
 - __addresses:__ Partially supported.  The first and second addresses will be stored in the BlackBerry __homeAddress__ and __workAddress__ fields, respectively.
 - __ims:__ This property is not supported, and will always be returned as `null`. 
-- __organizations:__ Partially supported.  The __<a href="../../storage/parameters/name.html">name</a>__ and __title__ of the first organization are stored in the BlackBerry __company__ and __title__ fields, respectively.
-- __photos:__ - Partially supported.  A single thumbnail-<a href="../../storage/parameters/size.html">size</a>d photo is supported.  To set a contact's photo, pass in a either a Base64 encoded image, or a URL pointing to the image.  The image will be scaled down before saving to the BlackBerry contacts database.   The contact photo is returned as a Base64 encoded image.
+- __organizations:__ Partially supported.  The __name__ and __title__ of the first organization are stored in the BlackBerry __company__ and __title__ fields, respectively.
+- __photos:__ - Partially supported.  A single thumbnail-sized photo is supported.  To set a contact's photo, pass in a either a Base64 encoded image, or a URL pointing to the image.  The image will be scaled down before saving to the BlackBerry contacts database.   The contact photo is returned as a Base64 encoded image.
 - __categories:__  Partially supported.  Only 'Business' and 'Personal' categories are supported. 
 - __urls:__  Partially supported. The first url is stored in BlackBerry __webpage__ field.
 
 iOS Quirks
 ----------
-- __displayName:__ This property is not supported by iOS and will be returned as `null` unless there is no <a href="../ContactName/contactname.html">ContactName</a> specified.  If there is no <a href="../ContactName/contactname.html">ContactName</a>, then composite <a href="../../storage/parameters/name.html">name</a>, __nick<a href="../../storage/parameters/name.html">name</a>__ or "" is returned for __displayName__, respectively. 
+- __displayName:__ This property is not supported by iOS and will be returned as `null` unless there is no ContactName specified.  If there is no ContactName, then composite name, __nickname__ or "" is returned for __displayName__, respectively. 
 - __birthday:__ For input, this property must be provided as a JavaScript Date object. It is returned as a JavaScript Date object.
-- __photos:__ Returned Photo is stored in the application's temporary directory and a <a href="../../file/fileobj/fileobj.html">File</a> URL to photo is returned.  Contents of temporary folder is deleted when application exits. 
+- __photos:__ Returned Photo is stored in the application's temporary directory and a File URL to photo is returned.  Contents of temporary folder is deleted when application exits. 
 - __categories:__  This property is not currently supported and will always be returned as `null`.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/contacts/ContactAddress/contactaddress.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/contacts/ContactAddress/contactaddress.md b/www/docs/en/1.5.0/phonegap/contacts/ContactAddress/contactaddress.md
index 62cbc71..ddb0f8c 100644
--- a/www/docs/en/1.5.0/phonegap/contacts/ContactAddress/contactaddress.md
+++ b/www/docs/en/1.5.0/phonegap/contacts/ContactAddress/contactaddress.md
@@ -18,26 +18,26 @@ license: >
     under the License.
 ---
 
-<a href="../Contact/contact.html">Contact</a>Address
+ContactAddress
 ==============
 
-Contains address properties for a `<a href="../Contact/contact.html">Contact</a>` object.
+Contains address properties for a `Contact` object.
 
 Properties
 ----------
-- __pref:__ Set to `true` if this `<a href="../Contact/contact.html">Contact</a>Address` contains the user's preferred value. _(boolean)_
+- __pref:__ Set to `true` if this `ContactAddress` contains the user's preferred value. _(boolean)_
 - __type:__ A string that tells you what type of field this is (example: 'home'). _(DOMString)
 - __formatted:__ The full address formatted for display. _(DOMString)_
 - __streetAddress:__ The full street address. _(DOMString)_
 - __locality:__ The city or locality. _(DOMString)_
 - __region:__ The state or region. _(DOMString)_
 - __postalCode:__ The zip code or postal code. _(DOMString)_
-- __country:__ The country <a href="../../storage/parameters/name.html">name</a>. _(DOMString)_
+- __country:__ The country name. _(DOMString)_
 
 Details
 -------
 
-The `<a href="../Contact/contact.html">Contact</a>Address` object stores the properties of a single address of a contact.  A `<a href="../Contact/contact.html">Contact</a>` object can have one or more addresses in a  `<a href="../Contact/contact.html">Contact</a>Address[]` array. 
+The `ContactAddress` object stores the properties of a single address of a contact.  A `Contact` object can have one or more addresses in a  `ContactAddress[]` array. 
 
 Supported Platforms
 -------------------
@@ -46,7 +46,7 @@ Supported Platforms
 - BlackBerry WebWorks (OS 5.0 and higher)
 - iOS
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
 	// display the address information for all contacts
@@ -65,39 +65,39 @@ Quick <a href="../../storage/storage.opendatabase.html">Example</a>
 		}
     };
 
-    function onError(<a href="../parameters/contactError.html">contactError</a>) {
+    function onError(contactError) {
         alert('onError!');
     };
 
     // find all contacts
-    var options = new <a href="../Contact/contact.html">Contact</a>FindOptions();
+    var options = new ContactFindOptions();
 	options.filter=""; 
 	var filter = ["displayName","addresses"];
-    navigator.<a href="../contacts.find.html">contacts.find</a>(filter, onSuccess, onError, options);
+    navigator.contacts.find(filter, onSuccess, onError, options);
 
-Full <a href="../../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../Contact/contact.html">Contact</a> <a href="../../storage/storage.opendatabase.html">Example</a></title>
+        <title>Contact Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.5.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for PhoneGap to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // PhoneGap is ready
         //
-        function on<a href="../../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
 		    // find all contacts
-		    var options = new <a href="../Contact/contact.html">Contact</a>FindOptions();
+		    var options = new ContactFindOptions();
 			options.filter=""; 
 			var filter = ["displayName","addresses"];
-		    navigator.<a href="../contacts.find.html">contacts.find</a>(filter, onSuccess, onError, options);
+		    navigator.contacts.find(filter, onSuccess, onError, options);
         }
     
         // onSuccess: Get a snapshot of the current contacts
@@ -120,15 +120,15 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
     
         // onError: Failed to get the contacts
         //
-        function onError(<a href="../parameters/contactError.html">contactError</a>) {
+        function onError(contactError) {
             alert('onError!');
         }
 
         </script>
       </head>
       <body>
-        <h1><a href="../../storage/storage.opendatabase.html">Example</a></h1>
-        <p>Find <a href="../Contact/contact.html">Contact</a>s</p>
+        <h1>Example</h1>
+        <p>Find Contacts</p>
       </body>
     </html>
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/contacts/ContactError/contactError.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/contacts/ContactError/contactError.md b/www/docs/en/1.5.0/phonegap/contacts/ContactError/contactError.md
index ad3bc3d..b0f07c8 100644
--- a/www/docs/en/1.5.0/phonegap/contacts/ContactError/contactError.md
+++ b/www/docs/en/1.5.0/phonegap/contacts/ContactError/contactError.md
@@ -18,10 +18,10 @@ license: >
     under the License.
 ---
 
-<a href="../Contact/contact.html">Contact</a>Error
+ContactError
 ========
 
-A `<a href="../Contact/contact.html">Contact</a>Error` object is returned to the `<a href="../parameters/contactError.html">contactError</a>` callback when an error occurs.
+A `ContactError` object is returned to the `contactError` callback when an error occurs.
 
 Properties
 ----------
@@ -31,16 +31,16 @@ Properties
 Constants
 ---------
 
-- `<a href="../Contact/contact.html">Contact</a>Error.UNKNOWN_ERROR`
-- `<a href="../Contact/contact.html">Contact</a>Error.INVALID_ARGUMENT_ERROR`
-- `<a href="../Contact/contact.html">Contact</a>Error.TIMEOUT_ERROR`
-- `<a href="../Contact/contact.html">Contact</a>Error.PENDING_OPERATION_ERROR`
-- `<a href="../Contact/contact.html">Contact</a>Error.IO_ERROR`
-- `<a href="../Contact/contact.html">Contact</a>Error.NOT_SUPPORTED_ERROR`
-- `<a href="../Contact/contact.html">Contact</a>Error.PERMISSION_DENIED_ERROR`
+- `ContactError.UNKNOWN_ERROR`
+- `ContactError.INVALID_ARGUMENT_ERROR`
+- `ContactError.TIMEOUT_ERROR`
+- `ContactError.PENDING_OPERATION_ERROR`
+- `ContactError.IO_ERROR`
+- `ContactError.NOT_SUPPORTED_ERROR`
+- `ContactError.PERMISSION_DENIED_ERROR`
 
 Description
 -----------
 
-The `<a href="../Contact/contact.html">Contact</a>Error` object is returned to the user through the `<a href="../parameters/contactError.html">contactError</a>` callback function when an error occurs.
+The `ContactError` object is returned to the user through the `contactError` callback function when an error occurs.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/contacts/ContactField/contactfield.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/contacts/ContactField/contactfield.md b/www/docs/en/1.5.0/phonegap/contacts/ContactField/contactfield.md
index 33b60db..968e18d 100644
--- a/www/docs/en/1.5.0/phonegap/contacts/ContactField/contactfield.md
+++ b/www/docs/en/1.5.0/phonegap/contacts/ContactField/contactfield.md
@@ -18,24 +18,24 @@ license: >
     under the License.
 ---
 
-<a href="../Contact/contact.html">Contact</a>Field
+ContactField
 ============
 
-Supports generic fields in a `<a href="../Contact/contact.html">Contact</a>` object.  Some properties that are stored as `<a href="../Contact/contact.html">Contact</a>Field` objects include email addresses, phone numbers, and urls.
+Supports generic fields in a `Contact` object.  Some properties that are stored as `ContactField` objects include email addresses, phone numbers, and urls.
 
 Properties
 ----------
 
 - __type:__ A string that tells you what type of field this is (example: 'home'). _(DOMString)_
 - __value:__ The value of the field (such as a phone number or email address). _(DOMString)_
-- __pref:__ Set to `true` if this `<a href="../Contact/contact.html">Contact</a>Field` contains the user's preferred value. _(boolean)_
+- __pref:__ Set to `true` if this `ContactField` contains the user's preferred value. _(boolean)_
 
 Details
 -------
 
-The `<a href="../Contact/contact.html">Contact</a>Field` object is a reusable component that is used to support contact fields in a generic fashion.  Each `<a href="../Contact/contact.html">Contact</a>Field` object contains a value property, a type property, and a pref property.  A `<a href="../Contact/contact.html">Contact</a>` object stores several properties in `<a href="../Contact/contact.html">Contact</a>Field[]` arrays, such as phone numbers and email addresses.
+The `ContactField` object is a reusable component that is used to support contact fields in a generic fashion.  Each `ContactField` object contains a value property, a type property, and a pref property.  A `Contact` object stores several properties in `ContactField[]` arrays, such as phone numbers and email addresses.
 
-In most instances, there are no pre-determined values for the __type__ attribute of a `<a href="../Contact/contact.html">Contact</a>Field` object.  For example, a phone number can have __type__ values of 'home', 'work', 'mobile', 'iPhone', or any other value that is supported by the contact database on a particular device platform.  However, in the case of the `<a href="../Contact/contact.html">Contact</a>` __photos__ field, PhoneGap makes use of the __type__ field to indicate the format of the returned image.  PhoneGap will return __type: 'url'__ when the __value__ attribute contains a URL to the photo image, or __type: 'base64'__ when the returned __value__ attribute contains a Base64 encoded image string.
+In most instances, there are no pre-determined values for the __type__ attribute of a `ContactField` object.  For example, a phone number can have __type__ values of 'home', 'work', 'mobile', 'iPhone', or any other value that is supported by the contact database on a particular device platform.  However, in the case of the `Contact` __photos__ field, PhoneGap makes use of the __type__ field to indicate the format of the returned image.  PhoneGap will return __type: 'url'__ when the __value__ attribute contains a URL to the photo image, or __type: 'base64'__ when the returned __value__ attribute contains a Base64 encoded image string.
 
 Supported Platforms
 -------------------
@@ -44,58 +44,58 @@ Supported Platforms
 - BlackBerry WebWorks (OS 5.0 and higher)
 - iOS
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
 	// create a new contact
-	var contact = navigator.<a href="../contacts.create.html">contacts.create</a>();
+	var contact = navigator.contacts.create();
 	
-	// store contact phone numbers in <a href="../Contact/contact.html">Contact</a>Field[]
+	// store contact phone numbers in ContactField[]
 	var phoneNumbers = [];
-	phoneNumbers[0] = new <a href="../Contact/contact.html">Contact</a>Field('work', '212-555-1234', false);
-	phoneNumbers[1] = new <a href="../Contact/contact.html">Contact</a>Field('mobile', '917-555-5432', true); // preferred number
-	phoneNumbers[2] = new <a href="../Contact/contact.html">Contact</a>Field('home', '203-555-7890', false);
+	phoneNumbers[0] = new ContactField('work', '212-555-1234', false);
+	phoneNumbers[1] = new ContactField('mobile', '917-555-5432', true); // preferred number
+	phoneNumbers[2] = new ContactField('home', '203-555-7890', false);
 	contact.phoneNumbers = phoneNumbers;
 	
 	// save the contact
 	contact.save();
 
-Full <a href="../../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../Contact/contact.html">Contact</a> <a href="../../storage/storage.opendatabase.html">Example</a></title>
+        <title>Contact Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.5.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for PhoneGap to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // PhoneGap is ready
         //
-        function on<a href="../../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
 			// create a new contact
-			var contact = navigator.<a href="../contacts.create.html">contacts.create</a>();
+			var contact = navigator.contacts.create();
 
-			// store contact phone numbers in <a href="../Contact/contact.html">Contact</a>Field[]
+			// store contact phone numbers in ContactField[]
 			var phoneNumbers = [];
-			phoneNumbers[0] = new <a href="../Contact/contact.html">Contact</a>Field('work', '212-555-1234', false);
-			phoneNumbers[1] = new <a href="../Contact/contact.html">Contact</a>Field('mobile', '917-555-5432', true); // preferred number
-			phoneNumbers[2] = new <a href="../Contact/contact.html">Contact</a>Field('home', '203-555-7890', false);
+			phoneNumbers[0] = new ContactField('work', '212-555-1234', false);
+			phoneNumbers[1] = new ContactField('mobile', '917-555-5432', true); // preferred number
+			phoneNumbers[2] = new ContactField('home', '203-555-7890', false);
 			contact.phoneNumbers = phoneNumbers;
 
 			// save the contact
 			contact.save();
 
-			// search contacts, returning display <a href="../../storage/parameters/name.html">name</a> and phone numbers
-			var options = new <a href="../Contact/contact.html">Contact</a>FindOptions();
+			// search contacts, returning display name and phone numbers
+			var options = new ContactFindOptions();
 			options.filter="";
 			filter = ["displayName","phoneNumbers"];
-			navigator.<a href="../contacts.find.html">contacts.find</a>(filter, onSuccess, onError, options);
+			navigator.contacts.find(filter, onSuccess, onError, options);
         }
     
         // onSuccess: Get a snapshot of the current contacts
@@ -113,15 +113,15 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
     
         // onError: Failed to get the contacts
         //
-        function onError(<a href="../parameters/contactError.html">contactError</a>) {
+        function onError(contactError) {
             alert('onError!');
         }
 
         </script>
       </head>
       <body>
-        <h1><a href="../../storage/storage.opendatabase.html">Example</a></h1>
-        <p>Find <a href="../Contact/contact.html">Contact</a>s</p>
+        <h1>Example</h1>
+        <p>Find Contacts</p>
       </body>
     </html>
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/contacts/ContactFindOptions/contactfindoptions.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/contacts/ContactFindOptions/contactfindoptions.md b/www/docs/en/1.5.0/phonegap/contacts/ContactFindOptions/contactfindoptions.md
index 22d61cc..b81cab8 100644
--- a/www/docs/en/1.5.0/phonegap/contacts/ContactFindOptions/contactfindoptions.md
+++ b/www/docs/en/1.5.0/phonegap/contacts/ContactFindOptions/contactfindoptions.md
@@ -18,10 +18,10 @@ license: >
     under the License.
 ---
 
-<a href="../Contact/contact.html">Contact</a>FindOptions
+ContactFindOptions
 ==================
 
-Contains properties that can be used to filter the results of a `<a href="../contacts.find.html">contacts.find</a>` operation.
+Contains properties that can be used to filter the results of a `contacts.find` operation.
 
 Properties
 ----------
@@ -37,7 +37,7 @@ Supported Platforms
 - BlackBerry WebWorks (OS 5.0 and higher)
 - iOS
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
 	// success callback
@@ -48,45 +48,45 @@ Quick <a href="../../storage/storage.opendatabase.html">Example</a>
     };
 
 	// error callback
-    function onError(<a href="../parameters/contactError.html">contactError</a>) {
+    function onError(contactError) {
         alert('onError!');
     };
 
 	// specify contact search criteria
-    var options = new <a href="../Contact/contact.html">Contact</a>FindOptions();
+    var options = new ContactFindOptions();
 	options.filter="";			// empty search string returns all contacts
 	options.multiple=true;		// return multiple results
 	filter = ["displayName"];	// return contact.displayName field
 	
 	// find contacts
-    navigator.<a href="../contacts.find.html">contacts.find</a>(filter, onSuccess, onError, options);
+    navigator.contacts.find(filter, onSuccess, onError, options);
 
-Full <a href="../../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../Contact/contact.html">Contact</a> <a href="../../storage/storage.opendatabase.html">Example</a></title>
+        <title>Contact Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.5.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for PhoneGap to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // PhoneGap is ready
         //
-        function on<a href="../../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
 			// specify contact search criteria
-		    var options = new <a href="../Contact/contact.html">Contact</a>FindOptions();
+		    var options = new ContactFindOptions();
 			options.filter="";			// empty search string returns all contacts
 			options.multiple=true;		// return multiple results
 			filter = ["displayName"];	// return contact.displayName field
 
 			// find contacts
-		    navigator.<a href="../contacts.find.html">contacts.find</a>(filter, onSuccess, onError, options);
+		    navigator.contacts.find(filter, onSuccess, onError, options);
         }
     
         // onSuccess: Get a snapshot of the current contacts
@@ -99,15 +99,15 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
     
         // onError: Failed to get the contacts
         //
-        function onError(<a href="../parameters/contactError.html">contactError</a>) {
+        function onError(contactError) {
             alert('onError!');
         }
 
         </script>
       </head>
       <body>
-        <h1><a href="../../storage/storage.opendatabase.html">Example</a></h1>
-        <p>Find <a href="../Contact/contact.html">Contact</a>s</p>
+        <h1>Example</h1>
+        <p>Find Contacts</p>
       </body>
     </html>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[51/51] [partial] docs commit: Reverting autolinking change because of inconsistencies.

Posted by db...@apache.org.
Reverting autolinking change because of inconsistencies.


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

Branch: refs/heads/cordova-website
Commit: af6a5545b469432d611833fb5ba5b430aea991ab
Parents: b1f0d29
Author: Dmitry Blotsky <dm...@gmail.com>
Authored: Thu Sep 10 21:40:19 2015 -0700
Committer: Dmitry Blotsky <dm...@gmail.com>
Committed: Thu Sep 10 21:40:19 2015 -0700

----------------------------------------------------------------------
 www/docs/de/3.1.0/config_ref/images.md          |  12 +-
 www/docs/de/3.1.0/config_ref/index.md           |  28 +-
 .../accelerometer/acceleration/acceleration.md  |  14 +-
 .../accelerometer/accelerometer.clearWatch.md   |  10 +-
 .../accelerometer.getCurrentAcceleration.md     |  18 +-
 .../cordova/accelerometer/accelerometer.md      |  22 +-
 .../accelerometer.watchAcceleration.md          |  22 +-
 .../parameters/accelerometerError.md            |   2 +-
 .../parameters/accelerometerOptions.md          |   2 +-
 .../parameters/accelerometerSuccess.md          |   4 +-
 .../de/3.1.0/cordova/camera/camera.cleanup.md   |   6 +-
 .../3.1.0/cordova/camera/camera.getPicture.md   |  22 +-
 www/docs/de/3.1.0/cordova/camera/camera.md      |  10 +-
 .../camera/parameter/CameraPopoverHandle.md     |  20 +-
 .../camera/parameter/CameraPopoverOptions.md    |   4 +-
 .../cordova/camera/parameter/cameraError.md     |   2 +-
 .../cordova/camera/parameter/cameraOptions.md   |  32 +-
 .../cordova/camera/parameter/cameraSuccess.md   |   2 +-
 .../3.1.0/cordova/compass/compass.clearWatch.md |  16 +-
 .../cordova/compass/compass.clearWatchFilter.md |   4 +-
 .../compass/compass.getCurrentHeading.md        |  20 +-
 www/docs/de/3.1.0/cordova/compass/compass.md    |  24 +-
 .../cordova/compass/compass.watchHeading.md     |  26 +-
 .../compass/compass.watchHeadingFilter.md       |   4 +-
 .../compass/compassError/compassError.md        |   4 +-
 .../cordova/compass/parameters/compassError.md  |   4 +-
 .../compass/parameters/compassHeading.md        |   4 +-
 .../compass/parameters/compassOptions.md        |   4 +-
 .../compass/parameters/compassSuccess.md        |   2 +-
 .../de/3.1.0/cordova/connection/connection.md   |   8 +-
 .../3.1.0/cordova/connection/connection.type.md |  10 +-
 .../3.1.0/cordova/contacts/Contact/contact.md   |  60 ++--
 .../contacts/ContactAddress/contactaddress.md   |  28 +-
 .../contacts/ContactError/contactError.md       |   4 +-
 .../contacts/ContactField/contactfield.md       |  14 +-
 .../ContactFindOptions/contactfindoptions.md    |  20 +-
 .../cordova/contacts/ContactName/contactname.md |  32 +-
 .../ContactOrganization/contactorganization.md  |  32 +-
 .../3.1.0/cordova/contacts/contacts.create.md   |  10 +-
 .../de/3.1.0/cordova/contacts/contacts.find.md  |  32 +-
 www/docs/de/3.1.0/cordova/contacts/contacts.md  |  34 +--
 .../cordova/contacts/parameters/contactError.md |   2 +-
 .../contacts/parameters/contactFields.md        |   2 +-
 .../contacts/parameters/contactFindOptions.md   |   6 +-
 .../contacts/parameters/contactSuccess.md       |   4 +-
 .../de/3.1.0/cordova/device/device.cordova.md   |  16 +-
 www/docs/de/3.1.0/cordova/device/device.md      |  12 +-
 .../de/3.1.0/cordova/device/device.model.md     |  20 +-
 www/docs/de/3.1.0/cordova/device/device.name.md |  24 +-
 .../de/3.1.0/cordova/device/device.platform.md  |  20 +-
 www/docs/de/3.1.0/cordova/device/device.uuid.md |  26 +-
 .../de/3.1.0/cordova/device/device.version.md   |  12 +-
 .../3.1.0/cordova/events/events.backbutton.md   |  12 +-
 .../cordova/events/events.batterycritical.md    |  14 +-
 .../3.1.0/cordova/events/events.batterylow.md   |  14 +-
 .../cordova/events/events.batterystatus.md      |  16 +-
 .../3.1.0/cordova/events/events.deviceready.md  |  12 +-
 .../cordova/events/events.endcallbutton.md      |  12 +-
 www/docs/de/3.1.0/cordova/events/events.md      |  34 +--
 .../3.1.0/cordova/events/events.menubutton.md   |  12 +-
 .../de/3.1.0/cordova/events/events.offline.md   |  18 +-
 .../de/3.1.0/cordova/events/events.online.md    |  20 +-
 .../de/3.1.0/cordova/events/events.pause.md     |  14 +-
 .../de/3.1.0/cordova/events/events.resume.md    |  16 +-
 .../3.1.0/cordova/events/events.searchbutton.md |  12 +-
 .../cordova/events/events.startcallbutton.md    |  12 +-
 .../cordova/events/events.volumedownbutton.md   |  12 +-
 .../cordova/events/events.volumeupbutton.md     |  12 +-
 .../file/directoryentry/directoryentry.md       |  82 ++---
 .../file/directoryreader/directoryreader.md     |   6 +-
 www/docs/de/3.1.0/cordova/file/file.md          |  50 +--
 .../3.1.0/cordova/file/fileentry/fileentry.md   | 104 +++----
 .../3.1.0/cordova/file/fileerror/fileerror.md   |   4 +-
 .../de/3.1.0/cordova/file/fileobj/fileobj.md    |   2 +-
 .../3.1.0/cordova/file/filereader/filereader.md |  38 +--
 .../3.1.0/cordova/file/filesystem/filesystem.md |  20 +-
 .../cordova/file/filetransfer/filetransfer.md   |  46 +--
 .../file/filetransfererror/filetransfererror.md |  16 +-
 .../file/fileuploadoptions/fileuploadoptions.md |   8 +-
 .../file/fileuploadresult/fileuploadresult.md   |   4 +-
 .../3.1.0/cordova/file/filewriter/filewriter.md |  34 +--
 www/docs/de/3.1.0/cordova/file/flags/flags.md   |   8 +-
 .../file/localfilesystem/localfilesystem.md     |  28 +-
 .../de/3.1.0/cordova/file/metadata/metadata.md  |   6 +-
 .../geolocation/Coordinates/coordinates.md      |  20 +-
 .../cordova/geolocation/Position/position.md    |  14 +-
 .../geolocation/PositionError/positionError.md  |  24 +-
 .../geolocation/geolocation.clearWatch.md       |  20 +-
 .../geolocation.getCurrentPosition.md           |  34 +--
 .../de/3.1.0/cordova/geolocation/geolocation.md |  28 +-
 .../geolocation/geolocation.watchPosition.md    |  36 +--
 .../parameters/geolocation.options.md           |  10 +-
 .../geolocation/parameters/geolocationError.md  |   4 +-
 .../parameters/geolocationSuccess.md            |   4 +-
 .../GlobalizationError/globalizationerror.md    |   6 +-
 .../globalization/globalization.dateToString.md |   4 +-
 .../globalization.getCurrencyPattern.md         |   4 +-
 .../globalization/globalization.getDateNames.md |   4 +-
 .../globalization.getDatePattern.md             |   6 +-
 .../globalization.getFirstDayOfWeek.md          |   4 +-
 .../globalization.getLocaleName.md              |   4 +-
 .../globalization.getNumberPattern.md           |   4 +-
 .../globalization.getPreferredLanguage.md       |   4 +-
 .../globalization.isDayLightSavingsTime.md      |   4 +-
 .../cordova/globalization/globalization.md      |  34 +--
 .../globalization.numberToString.md             |   4 +-
 .../globalization/globalization.stringToDate.md |   4 +-
 .../globalization.stringToNumber.md             |   4 +-
 .../3.1.0/cordova/inappbrowser/inappbrowser.md  |  62 ++--
 .../3.1.0/cordova/inappbrowser/window.open.md   |  20 +-
 .../cordova/media/MediaError/mediaError.md      |   2 +-
 .../cordova/media/Parameters/mediaError.md      |   6 +-
 .../de/3.1.0/cordova/media/capture/CaptureCB.md |   6 +-
 .../3.1.0/cordova/media/capture/CaptureError.md |   8 +-
 .../cordova/media/capture/CaptureErrorCB.md     |  10 +-
 .../cordova/media/capture/ConfigurationData.md  |   6 +-
 .../media/capture/MediaFile.getFormatData.md    |  16 +-
 .../de/3.1.0/cordova/media/capture/MediaFile.md |  14 +-
 .../cordova/media/capture/MediaFileData.md      |  24 +-
 .../de/3.1.0/cordova/media/capture/capture.md   |  42 +--
 .../3.1.0/cordova/media/capture/captureAudio.md |  14 +-
 .../media/capture/captureAudioOptions.md        |   4 +-
 .../3.1.0/cordova/media/capture/captureImage.md |  14 +-
 .../media/capture/captureImageOptions.md        |   2 +-
 .../3.1.0/cordova/media/capture/captureVideo.md |  14 +-
 .../media/capture/captureVideoOptions.md        |   4 +-
 .../cordova/media/media.getCurrentPosition.md   |  28 +-
 .../de/3.1.0/cordova/media/media.getDuration.md |  14 +-
 www/docs/de/3.1.0/cordova/media/media.md        |  30 +-
 www/docs/de/3.1.0/cordova/media/media.pause.md  |  14 +-
 www/docs/de/3.1.0/cordova/media/media.play.md   |  20 +-
 .../de/3.1.0/cordova/media/media.release.md     |  18 +-
 www/docs/de/3.1.0/cordova/media/media.seekTo.md |  20 +-
 .../de/3.1.0/cordova/media/media.setVolume.md   |  16 +-
 .../de/3.1.0/cordova/media/media.startRecord.md |  24 +-
 www/docs/de/3.1.0/cordova/media/media.stop.md   |  12 +-
 .../de/3.1.0/cordova/media/media.stopRecord.md  |  18 +-
 .../cordova/notification/notification.alert.md  |   6 +-
 .../cordova/notification/notification.beep.md   |  14 +-
 .../notification/notification.confirm.md        |   4 +-
 .../3.1.0/cordova/notification/notification.md  |  16 +-
 .../cordova/notification/notification.prompt.md |   6 +-
 .../notification/notification.vibrate.md        |   8 +-
 .../cordova/splashscreen/splashscreen.hide.md   |  12 +-
 .../3.1.0/cordova/splashscreen/splashscreen.md  |  10 +-
 .../cordova/splashscreen/splashscreen.show.md   |   8 +-
 .../3.1.0/cordova/storage/database/database.md  |  14 +-
 .../storage/localstorage/localstorage.md        |  14 +-
 .../cordova/storage/parameters/display_name.md  |   2 +-
 .../de/3.1.0/cordova/storage/parameters/name.md |   2 +-
 .../de/3.1.0/cordova/storage/parameters/size.md |   2 +-
 .../3.1.0/cordova/storage/parameters/version.md |   2 +-
 .../3.1.0/cordova/storage/sqlerror/sqlerror.md  |   2 +-
 .../storage/sqlresultset/sqlresultset.md        |  20 +-
 .../sqlresultsetrowlist/sqlresultsetrowlist.md  |  18 +-
 .../storage/sqltransaction/sqltransaction.md    |  12 +-
 www/docs/de/3.1.0/cordova/storage/storage.md    |  28 +-
 .../cordova/storage/storage.opendatabase.md     |  10 +-
 www/docs/de/3.1.0/guide/appdev/privacy/index.md |   4 +-
 .../de/3.1.0/guide/appdev/whitelist/index.md    |   6 +-
 www/docs/de/3.1.0/guide/cli/index.md            |  50 +--
 www/docs/de/3.1.0/guide/hybrid/plugins/index.md |  18 +-
 .../de/3.1.0/guide/hybrid/webviews/index.md     |   4 +-
 www/docs/de/3.1.0/guide/overview/index.md       |  52 ++--
 .../de/3.1.0/guide/platforms/android/config.md  |  12 +-
 .../de/3.1.0/guide/platforms/android/index.md   |  30 +-
 .../de/3.1.0/guide/platforms/android/plugin.md  |  12 +-
 .../de/3.1.0/guide/platforms/android/tools.md   |   4 +-
 .../3.1.0/guide/platforms/android/upgrading.md  |  60 ++--
 .../de/3.1.0/guide/platforms/android/webview.md |   8 +-
 .../3.1.0/guide/platforms/blackberry/index.md   |  30 +-
 .../3.1.0/guide/platforms/blackberry/plugin.md  |  12 +-
 .../3.1.0/guide/platforms/blackberry/tools.md   |  12 +-
 .../guide/platforms/blackberry/upgrading.md     | 152 +++++-----
 .../guide/platforms/blackberry10/config.md      |   8 +-
 .../3.1.0/guide/platforms/blackberry10/index.md |  26 +-
 .../guide/platforms/blackberry10/plugin.md      |  32 +-
 .../3.1.0/guide/platforms/blackberry10/tools.md |  30 +-
 .../guide/platforms/blackberry10/upgrading.md   | 150 ++++-----
 www/docs/de/3.1.0/guide/platforms/index.md      |  56 ++--
 www/docs/de/3.1.0/guide/platforms/ios/config.md |  18 +-
 www/docs/de/3.1.0/guide/platforms/ios/index.md  |  40 +--
 www/docs/de/3.1.0/guide/platforms/ios/plugin.md |  14 +-
 www/docs/de/3.1.0/guide/platforms/ios/tools.md  |   2 +-
 .../de/3.1.0/guide/platforms/ios/upgrading.md   | 270 ++++++++--------
 .../de/3.1.0/guide/platforms/ios/webview.md     |  20 +-
 .../de/3.1.0/guide/platforms/tizen/index.md     |  14 +-
 www/docs/de/3.1.0/guide/platforms/win8/index.md |  14 +-
 www/docs/de/3.1.0/guide/platforms/win8/tools.md |   2 +-
 .../de/3.1.0/guide/platforms/win8/upgrading.md  |   4 +-
 www/docs/de/3.1.0/guide/platforms/wp7/index.md  |  26 +-
 www/docs/de/3.1.0/guide/platforms/wp8/index.md  |  26 +-
 www/docs/de/3.1.0/guide/platforms/wp8/plugin.md |   6 +-
 www/docs/de/3.1.0/guide/platforms/wp8/tools.md  |   8 +-
 .../de/3.1.0/guide/platforms/wp8/upgrading.md   |  62 ++--
 www/docs/de/3.1.0/index.md                      |  70 ++---
 www/docs/de/3.1.0/plugin_ref/plugman.md         |   4 +-
 www/docs/de/3.1.0/plugin_ref/spec.md            |  62 ++--
 www/docs/de/3.4.0/config_ref/images.md          |   2 +-
 www/docs/de/3.4.0/config_ref/index.md           |  10 +-
 .../3.4.0/cordova/events/events.backbutton.md   |   6 +-
 .../3.4.0/cordova/events/events.deviceready.md  |   2 +-
 .../cordova/events/events.endcallbutton.md      |   6 +-
 www/docs/de/3.4.0/cordova/events/events.md      |  20 +-
 .../3.4.0/cordova/events/events.menubutton.md   |   6 +-
 .../de/3.4.0/cordova/events/events.pause.md     |   6 +-
 .../de/3.4.0/cordova/events/events.resume.md    |   6 +-
 .../3.4.0/cordova/events/events.searchbutton.md |   6 +-
 .../cordova/events/events.startcallbutton.md    |   6 +-
 .../cordova/events/events.volumedownbutton.md   |   6 +-
 .../cordova/events/events.volumeupbutton.md     |   6 +-
 .../3.4.0/cordova/storage/database/database.md  |  14 +-
 .../storage/localstorage/localstorage.md        |  12 +-
 .../cordova/storage/parameters/display_name.md  |   2 +-
 .../de/3.4.0/cordova/storage/parameters/name.md |   2 +-
 .../de/3.4.0/cordova/storage/parameters/size.md |   2 +-
 .../3.4.0/cordova/storage/parameters/version.md |   2 +-
 .../3.4.0/cordova/storage/sqlerror/sqlerror.md  |   2 +-
 .../storage/sqlresultset/sqlresultset.md        |  20 +-
 .../sqlresultsetrowlist/sqlresultsetrowlist.md  |  18 +-
 .../storage/sqltransaction/sqltransaction.md    |  12 +-
 www/docs/de/3.4.0/cordova/storage/storage.md    |   8 +-
 .../cordova/storage/storage.opendatabase.md     |   6 +-
 www/docs/de/3.4.0/guide/appdev/privacy/index.md |   2 +-
 www/docs/de/3.4.0/guide/cli/index.md            |   8 +-
 www/docs/de/3.4.0/guide/hybrid/plugins/index.md |  12 +-
 .../de/3.4.0/guide/hybrid/webviews/index.md     |   6 +-
 www/docs/de/3.4.0/guide/overview/index.md       |   2 +-
 .../3.4.0/guide/platforms/amazonfireos/index.md |   8 +-
 .../guide/platforms/amazonfireos/plugin.md      |   2 +-
 .../de/3.4.0/guide/platforms/android/config.md  |   2 +-
 .../de/3.4.0/guide/platforms/android/index.md   |  12 +-
 .../de/3.4.0/guide/platforms/android/plugin.md  |   2 +-
 .../de/3.4.0/guide/platforms/android/tools.md   |   2 +-
 .../de/3.4.0/guide/platforms/android/webview.md |   2 +-
 .../3.4.0/guide/platforms/blackberry/index.md   |   8 +-
 .../3.4.0/guide/platforms/blackberry/plugin.md  |   2 +-
 .../3.4.0/guide/platforms/blackberry/tools.md   |   4 +-
 .../guide/platforms/blackberry/upgrading.md     |  10 +-
 .../guide/platforms/blackberry10/config.md      |   2 +-
 .../3.4.0/guide/platforms/blackberry10/index.md |   8 +-
 .../guide/platforms/blackberry10/plugin.md      |   6 +-
 .../3.4.0/guide/platforms/blackberry10/tools.md |   2 +-
 .../guide/platforms/blackberry10/upgrading.md   |  12 +-
 www/docs/de/3.4.0/guide/platforms/index.md      |  60 ++--
 www/docs/de/3.4.0/guide/platforms/ios/config.md |   2 +-
 www/docs/de/3.4.0/guide/platforms/ios/index.md  |  16 +-
 www/docs/de/3.4.0/guide/platforms/ios/tools.md  |   2 +-
 .../de/3.4.0/guide/platforms/ios/upgrading.md   |  24 +-
 www/docs/de/3.4.0/guide/platforms/win8/index.md |  10 +-
 www/docs/de/3.4.0/guide/platforms/win8/tools.md |   2 +-
 www/docs/de/3.4.0/guide/platforms/wp7/index.md  |   6 +-
 www/docs/de/3.4.0/guide/platforms/wp8/index.md  |   8 +-
 www/docs/de/3.4.0/guide/platforms/wp8/plugin.md |   2 +-
 www/docs/de/3.4.0/guide/platforms/wp8/tools.md  |   4 +-
 www/docs/de/3.4.0/guide/support/index.md        |   4 +-
 www/docs/de/3.4.0/index.md                      |  30 +-
 www/docs/de/3.4.0/plugin_ref/plugman.md         |   2 +-
 www/docs/de/3.4.0/plugin_ref/spec.md            |   6 +-
 www/docs/de/3.5.0/config_ref/images.md          |   2 +-
 www/docs/de/3.5.0/config_ref/index.md           |  10 +-
 .../3.5.0/cordova/events/events.backbutton.md   |   6 +-
 .../3.5.0/cordova/events/events.deviceready.md  |   2 +-
 .../cordova/events/events.endcallbutton.md      |   6 +-
 www/docs/de/3.5.0/cordova/events/events.md      |  20 +-
 .../3.5.0/cordova/events/events.menubutton.md   |   6 +-
 .../de/3.5.0/cordova/events/events.pause.md     |   6 +-
 .../de/3.5.0/cordova/events/events.resume.md    |   6 +-
 .../3.5.0/cordova/events/events.searchbutton.md |   6 +-
 .../cordova/events/events.startcallbutton.md    |   6 +-
 .../cordova/events/events.volumedownbutton.md   |   6 +-
 .../cordova/events/events.volumeupbutton.md     |   6 +-
 .../3.5.0/cordova/storage/database/database.md  |  14 +-
 .../storage/localstorage/localstorage.md        |  12 +-
 .../cordova/storage/parameters/display_name.md  |   2 +-
 .../de/3.5.0/cordova/storage/parameters/name.md |   2 +-
 .../de/3.5.0/cordova/storage/parameters/size.md |   2 +-
 .../3.5.0/cordova/storage/parameters/version.md |   2 +-
 .../3.5.0/cordova/storage/sqlerror/sqlerror.md  |   2 +-
 .../storage/sqlresultset/sqlresultset.md        |  20 +-
 .../sqlresultsetrowlist/sqlresultsetrowlist.md  |  18 +-
 .../storage/sqltransaction/sqltransaction.md    |  12 +-
 www/docs/de/3.5.0/cordova/storage/storage.md    |   8 +-
 .../cordova/storage/storage.opendatabase.md     |   6 +-
 www/docs/de/3.5.0/guide/appdev/privacy/index.md |   2 +-
 www/docs/de/3.5.0/guide/cli/index.md            |   8 +-
 www/docs/de/3.5.0/guide/hybrid/plugins/index.md |  12 +-
 .../de/3.5.0/guide/hybrid/webviews/index.md     |   6 +-
 www/docs/de/3.5.0/guide/overview/index.md       |   2 +-
 .../3.5.0/guide/platforms/amazonfireos/index.md |   8 +-
 .../guide/platforms/amazonfireos/plugin.md      |   2 +-
 .../de/3.5.0/guide/platforms/android/config.md  |   2 +-
 .../de/3.5.0/guide/platforms/android/index.md   |  12 +-
 .../de/3.5.0/guide/platforms/android/plugin.md  |   2 +-
 .../de/3.5.0/guide/platforms/android/tools.md   |   2 +-
 .../de/3.5.0/guide/platforms/android/webview.md |   2 +-
 .../3.5.0/guide/platforms/blackberry/index.md   |   8 +-
 .../3.5.0/guide/platforms/blackberry/plugin.md  |   2 +-
 .../3.5.0/guide/platforms/blackberry/tools.md   |   4 +-
 .../guide/platforms/blackberry/upgrading.md     |  10 +-
 .../guide/platforms/blackberry10/config.md      |   2 +-
 .../3.5.0/guide/platforms/blackberry10/index.md |   8 +-
 .../guide/platforms/blackberry10/plugin.md      |   6 +-
 .../3.5.0/guide/platforms/blackberry10/tools.md |   2 +-
 .../guide/platforms/blackberry10/upgrading.md   |  12 +-
 www/docs/de/3.5.0/guide/platforms/index.md      |  60 ++--
 www/docs/de/3.5.0/guide/platforms/ios/config.md |   2 +-
 www/docs/de/3.5.0/guide/platforms/ios/index.md  |  16 +-
 www/docs/de/3.5.0/guide/platforms/ios/tools.md  |   2 +-
 .../de/3.5.0/guide/platforms/ios/upgrading.md   |  24 +-
 www/docs/de/3.5.0/guide/platforms/win8/index.md |  10 +-
 www/docs/de/3.5.0/guide/platforms/win8/tools.md |   2 +-
 www/docs/de/3.5.0/guide/platforms/wp7/index.md  |   6 +-
 www/docs/de/3.5.0/guide/platforms/wp8/index.md  |   8 +-
 www/docs/de/3.5.0/guide/platforms/wp8/plugin.md |   2 +-
 www/docs/de/3.5.0/guide/platforms/wp8/tools.md  |   4 +-
 www/docs/de/3.5.0/guide/support/index.md        |   4 +-
 www/docs/de/3.5.0/index.md                      |  30 +-
 www/docs/de/3.5.0/plugin_ref/plugman.md         |   2 +-
 www/docs/de/3.5.0/plugin_ref/spec.md            |   6 +-
 www/docs/de/edge/config_ref/images.md           |   2 +-
 www/docs/de/edge/config_ref/index.md            |  14 +-
 .../de/edge/cordova/events/events.backbutton.md |   8 +-
 .../edge/cordova/events/events.deviceready.md   |   4 +-
 .../edge/cordova/events/events.endcallbutton.md |   8 +-
 www/docs/de/edge/cordova/events/events.md       |  20 +-
 .../de/edge/cordova/events/events.menubutton.md |   8 +-
 www/docs/de/edge/cordova/events/events.pause.md |   8 +-
 .../de/edge/cordova/events/events.resume.md     |  10 +-
 .../edge/cordova/events/events.searchbutton.md  |   8 +-
 .../cordova/events/events.startcallbutton.md    |   8 +-
 .../cordova/events/events.volumedownbutton.md   |   8 +-
 .../cordova/events/events.volumeupbutton.md     |   8 +-
 .../edge/cordova/storage/database/database.md   |  16 +-
 .../storage/localstorage/localstorage.md        |  14 +-
 .../cordova/storage/parameters/display_name.md  |   2 +-
 .../de/edge/cordova/storage/parameters/name.md  |   2 +-
 .../de/edge/cordova/storage/parameters/size.md  |   2 +-
 .../edge/cordova/storage/parameters/version.md  |   2 +-
 .../edge/cordova/storage/sqlerror/sqlerror.md   |   2 +-
 .../storage/sqlresultset/sqlresultset.md        |  22 +-
 .../sqlresultsetrowlist/sqlresultsetrowlist.md  |  20 +-
 .../storage/sqltransaction/sqltransaction.md    |  14 +-
 www/docs/de/edge/cordova/storage/storage.md     |   6 +-
 .../cordova/storage/storage.opendatabase.md     |   8 +-
 www/docs/de/edge/guide/appdev/privacy/index.md  |   2 +-
 www/docs/de/edge/guide/appdev/security/index.md |   6 +-
 .../de/edge/guide/appdev/whitelist/index.md     |   2 +-
 www/docs/de/edge/guide/cli/index.md             |  10 +-
 www/docs/de/edge/guide/hybrid/plugins/index.md  |  16 +-
 www/docs/de/edge/guide/hybrid/webviews/index.md |   8 +-
 www/docs/de/edge/guide/next/index.md            |   6 +-
 www/docs/de/edge/guide/overview/index.md        |   4 +-
 .../edge/guide/platforms/amazonfireos/config.md |   2 +-
 .../edge/guide/platforms/amazonfireos/index.md  |  12 +-
 .../edge/guide/platforms/amazonfireos/plugin.md |   2 +-
 .../de/edge/guide/platforms/android/config.md   |   4 +-
 .../de/edge/guide/platforms/android/index.md    |   8 +-
 .../de/edge/guide/platforms/android/plugin.md   |   4 +-
 .../de/edge/guide/platforms/android/tools.md    |   4 +-
 .../de/edge/guide/platforms/android/upgrade.md  |   2 +-
 .../de/edge/guide/platforms/android/webview.md  |   2 +-
 .../de/edge/guide/platforms/blackberry/index.md |   8 +-
 .../edge/guide/platforms/blackberry/plugin.md   |   2 +-
 .../de/edge/guide/platforms/blackberry/tools.md |   4 +-
 .../edge/guide/platforms/blackberry/upgrade.md  |  12 +-
 .../guide/platforms/blackberry/upgrading.md     |  10 +-
 .../edge/guide/platforms/blackberry10/config.md |   2 +-
 .../edge/guide/platforms/blackberry10/index.md  |  10 +-
 .../edge/guide/platforms/blackberry10/plugin.md |   6 +-
 .../guide/platforms/blackberry10/upgrade.md     |  12 +-
 .../guide/platforms/blackberry10/upgrading.md   |  12 +-
 www/docs/de/edge/guide/platforms/index.md       |  62 ++--
 www/docs/de/edge/guide/platforms/ios/config.md  |   2 +-
 www/docs/de/edge/guide/platforms/ios/index.md   |  16 +-
 www/docs/de/edge/guide/platforms/ios/plugin.md  |   2 +-
 www/docs/de/edge/guide/platforms/ios/tools.md   |   2 +-
 www/docs/de/edge/guide/platforms/ios/upgrade.md |  50 +--
 .../de/edge/guide/platforms/ios/upgrading.md    |  24 +-
 .../de/edge/guide/platforms/ubuntu/index.md     |   2 +-
 www/docs/de/edge/guide/platforms/win8/index.md  |   8 +-
 .../de/edge/guide/platforms/win8/packaging.md   |   4 +-
 www/docs/de/edge/guide/platforms/win8/plugin.md |   2 +-
 www/docs/de/edge/guide/platforms/win8/tools.md  |   2 +-
 .../de/edge/guide/platforms/win8/upgrade.md     |   2 +-
 .../edge/guide/platforms/win8/win10-support.md  |   4 +-
 www/docs/de/edge/guide/platforms/wp7/index.md   |   4 +-
 www/docs/de/edge/guide/platforms/wp8/index.md   |  14 +-
 .../de/edge/guide/platforms/wp8/parallels.md    |   2 +-
 www/docs/de/edge/guide/platforms/wp8/plugin.md  |   2 +-
 www/docs/de/edge/guide/platforms/wp8/tools.md   |   4 +-
 www/docs/de/edge/guide/platforms/wp8/upgrade.md |   2 +-
 www/docs/de/edge/guide/platforms/wp8/vmware.md  |   2 +-
 www/docs/de/edge/guide/support/index.md         |   4 +-
 www/docs/de/edge/index.md                       |  36 +--
 .../platform_plugin_versioning_ref/index.md     |   8 +-
 www/docs/de/edge/plugin_ref/plugman.md          |   4 +-
 www/docs/de/edge/plugin_ref/spec.md             |   8 +-
 .../guide/getting-started/android/index.md      |  48 +--
 .../guide/getting-started/blackberry/index.md   |   8 +-
 .../en/1.5.0/guide/getting-started/index.md     |  12 +-
 .../en/1.5.0/guide/getting-started/ios/index.md |  18 +-
 .../guide/getting-started/symbian/index.md      |   8 +-
 .../1.5.0/guide/getting-started/webos/index.md  |   4 +-
 .../getting-started/windows-phone/index.md      |   8 +-
 .../1.5.0/guide/upgrading/blackberry/index.md   | 102 +++----
 .../en/1.5.0/guide/upgrading/webos/index.md     |   4 +-
 www/docs/en/1.5.0/index.md                      |  32 +-
 .../accelerometer/acceleration/acceleration.md  |  20 +-
 .../accelerometer/accelerometer.clearWatch.md   |  26 +-
 .../accelerometer.getCurrentAcceleration.md     |  38 +--
 .../phonegap/accelerometer/accelerometer.md     |  16 +-
 .../accelerometer.watchAcceleration.md          |  42 +--
 .../parameters/accelerometerOptions.md          |   2 +-
 .../parameters/accelerometerSuccess.md          |  12 +-
 .../1.5.0/phonegap/camera/camera.getPicture.md  |  32 +-
 www/docs/en/1.5.0/phonegap/camera/camera.md     |   2 +-
 .../phonegap/camera/parameter/cameraOptions.md  |  28 +-
 .../phonegap/camera/parameter/cameraSuccess.md  |   4 +-
 .../phonegap/compass/compass.clearWatch.md      |  20 +-
 .../compass/compass.clearWatchFilter.md         |  28 +-
 .../compass/compass.getCurrentHeading.md        |  22 +-
 www/docs/en/1.5.0/phonegap/compass/compass.md   |  18 +-
 .../phonegap/compass/compass.watchHeading.md    |  26 +-
 .../compass/compass.watchHeadingFilter.md       |  32 +-
 .../compass/compassError/compassError.md        |  10 +-
 .../phonegap/compass/parameters/compassError.md |   4 +-
 .../compass/parameters/compassHeading.md        |   4 +-
 .../compass/parameters/compassSuccess.md        |   6 +-
 .../en/1.5.0/phonegap/connection/connection.md  |   2 +-
 .../phonegap/connection/connection.type.md      |  52 ++--
 .../1.5.0/phonegap/contacts/Contact/contact.md  | 110 +++----
 .../contacts/ContactAddress/contactaddress.md   |  36 +--
 .../contacts/ContactError/contactError.md       |  20 +-
 .../contacts/ContactField/contactfield.md       |  52 ++--
 .../ContactFindOptions/contactfindoptions.md    |  30 +-
 .../contacts/ContactName/contactname.md         |  68 ++---
 .../ContactOrganization/contactorganization.md  |  46 +--
 .../1.5.0/phonegap/contacts/contacts.create.md  |  28 +-
 .../en/1.5.0/phonegap/contacts/contacts.find.md |  48 +--
 www/docs/en/1.5.0/phonegap/contacts/contacts.md |  28 +-
 .../contacts/parameters/contactFields.md        |   4 +-
 .../contacts/parameters/contactFindOptions.md   |   2 +-
 .../contacts/parameters/contactSuccess.md       |   6 +-
 www/docs/en/1.5.0/phonegap/device/device.md     |  14 +-
 .../en/1.5.0/phonegap/device/device.name.md     |  42 +--
 .../en/1.5.0/phonegap/device/device.phonegap.md |  26 +-
 .../en/1.5.0/phonegap/device/device.platform.md |  24 +-
 .../en/1.5.0/phonegap/device/device.uuid.md     |  22 +-
 .../en/1.5.0/phonegap/device/device.version.md  |  30 +-
 .../1.5.0/phonegap/events/events.backbutton.md  |  16 +-
 .../phonegap/events/events.batterycritical.md   |  16 +-
 .../1.5.0/phonegap/events/events.batterylow.md  |  16 +-
 .../phonegap/events/events.batterystatus.md     |  18 +-
 .../1.5.0/phonegap/events/events.deviceready.md |  20 +-
 .../phonegap/events/events.endcallbutton.md     |  16 +-
 www/docs/en/1.5.0/phonegap/events/events.md     |  30 +-
 .../1.5.0/phonegap/events/events.menubutton.md  |  16 +-
 .../en/1.5.0/phonegap/events/events.offline.md  |  16 +-
 .../en/1.5.0/phonegap/events/events.online.md   |  16 +-
 .../en/1.5.0/phonegap/events/events.pause.md    |  18 +-
 .../en/1.5.0/phonegap/events/events.resume.md   |  16 +-
 .../phonegap/events/events.searchbutton.md      |  16 +-
 .../phonegap/events/events.startcallbutton.md   |  16 +-
 .../phonegap/events/events.volumedownbutton.md  |  16 +-
 .../phonegap/events/events.volumeupbutton.md    |  16 +-
 .../file/directoryentry/directoryentry.md       |  84 ++---
 .../file/directoryreader/directoryreader.md     |   8 +-
 www/docs/en/1.5.0/phonegap/file/file.md         |  32 +-
 .../1.5.0/phonegap/file/fileentry/fileentry.md  | 102 +++----
 .../1.5.0/phonegap/file/fileerror/fileerror.md  |  30 +-
 .../en/1.5.0/phonegap/file/fileobj/fileobj.md   |   8 +-
 .../phonegap/file/filereader/filereader.md      |  46 +--
 .../phonegap/file/filesystem/filesystem.md      |  36 +--
 .../phonegap/file/filetransfer/filetransfer.md  |  44 +--
 .../file/filetransfererror/filetransfererror.md |  12 +-
 .../file/fileuploadoptions/fileuploadoptions.md |  10 +-
 .../file/fileuploadresult/fileuploadresult.md   |   8 +-
 .../phonegap/file/filewriter/filewriter.md      |  44 +--
 www/docs/en/1.5.0/phonegap/file/flags/flags.md  |   6 +-
 .../file/localfilesystem/localfilesystem.md     |  46 +--
 .../en/1.5.0/phonegap/file/metadata/metadata.md |   4 +-
 .../geolocation/Coordinates/coordinates.md      |  18 +-
 .../phonegap/geolocation/Position/position.md   |  22 +-
 .../geolocation/PositionError/positionError.md  |  12 +-
 .../geolocation/geolocation.clearWatch.md       |  22 +-
 .../geolocation.getCurrentPosition.md           |  40 +--
 .../1.5.0/phonegap/geolocation/geolocation.md   |  20 +-
 .../geolocation/geolocation.watchPosition.md    |  40 +--
 .../parameters/geolocation.options.md           |   2 +-
 .../geolocation/parameters/geolocationError.md  |   2 +-
 .../parameters/geolocationSuccess.md            |   4 +-
 .../phonegap/media/MediaError/mediaError.md     |  14 +-
 .../phonegap/media/Parameters/mediaError.md     |   2 +-
 .../1.5.0/phonegap/media/capture/CaptureCB.md   |  14 +-
 .../phonegap/media/capture/CaptureError.md      |  12 +-
 .../phonegap/media/capture/CaptureErrorCB.md    |  10 +-
 .../phonegap/media/capture/ConfigurationData.md |   4 +-
 .../media/capture/MediaFile.getFormatData.md    |  16 +-
 .../1.5.0/phonegap/media/capture/MediaFile.md   |  10 +-
 .../phonegap/media/capture/MediaFileData.md     |   8 +-
 .../en/1.5.0/phonegap/media/capture/capture.md  |  36 +--
 .../phonegap/media/capture/captureAudio.md      |  42 +--
 .../media/capture/captureAudioOptions.md        |   6 +-
 .../phonegap/media/capture/captureImage.md      |  40 +--
 .../media/capture/captureImageOptions.md        |  12 +-
 .../phonegap/media/capture/captureVideo.md      |  42 +--
 .../media/capture/captureVideoOptions.md        |  12 +-
 .../phonegap/media/media.getCurrentPosition.md  |  44 +--
 .../1.5.0/phonegap/media/media.getDuration.md   |  34 +--
 www/docs/en/1.5.0/phonegap/media/media.md       |  24 +-
 www/docs/en/1.5.0/phonegap/media/media.pause.md |  44 +--
 www/docs/en/1.5.0/phonegap/media/media.play.md  |  36 +--
 .../en/1.5.0/phonegap/media/media.release.md    |  40 +--
 .../en/1.5.0/phonegap/media/media.seekTo.md     |  30 +-
 .../1.5.0/phonegap/media/media.startRecord.md   |  20 +-
 www/docs/en/1.5.0/phonegap/media/media.stop.md  |  34 +--
 .../en/1.5.0/phonegap/media/media.stopRecord.md |  24 +-
 .../phonegap/notification/notification.alert.md |  14 +-
 .../phonegap/notification/notification.beep.md  |  18 +-
 .../notification/notification.confirm.md        |  12 +-
 .../1.5.0/phonegap/notification/notification.md |   8 +-
 .../notification/notification.vibrate.md        |  14 +-
 .../1.5.0/phonegap/storage/database/database.md |  24 +-
 .../storage/localstorage/localstorage.md        |  58 ++--
 .../phonegap/storage/parameters/display_name.md |   4 +-
 .../storage/sqlresultset/sqlresultset.md        |  24 +-
 .../sqlresultsetlist/sqlresultsetlist.md        |  26 +-
 .../storage/sqltransaction/sqltransaction.md    |  20 +-
 www/docs/en/1.5.0/phonegap/storage/storage.md   |  24 +-
 .../phonegap/storage/storage.opendatabase.md    |  22 +-
 .../accelerometer/acceleration/acceleration.md  |  20 +-
 .../accelerometer/accelerometer.clearWatch.md   |  26 +-
 .../accelerometer.getCurrentAcceleration.md     |  38 +--
 .../cordova/accelerometer/accelerometer.md      |  16 +-
 .../accelerometer.watchAcceleration.md          |  42 +--
 .../parameters/accelerometerOptions.md          |   2 +-
 .../parameters/accelerometerSuccess.md          |  12 +-
 .../1.6.0/cordova/camera/camera.getPicture.md   |  30 +-
 www/docs/en/1.6.0/cordova/camera/camera.md      |   2 +-
 .../cordova/camera/parameter/cameraOptions.md   |  26 +-
 .../cordova/camera/parameter/cameraSuccess.md   |   4 +-
 .../1.6.0/cordova/compass/compass.clearWatch.md |  20 +-
 .../cordova/compass/compass.clearWatchFilter.md |   4 +-
 .../compass/compass.getCurrentHeading.md        |  22 +-
 www/docs/en/1.6.0/cordova/compass/compass.md    |  18 +-
 .../cordova/compass/compass.watchHeading.md     |  28 +-
 .../compass/compass.watchHeadingFilter.md       |   4 +-
 .../compass/compassError/compassError.md        |  10 +-
 .../cordova/compass/parameters/compassError.md  |   4 +-
 .../compass/parameters/compassHeading.md        |   4 +-
 .../compass/parameters/compassSuccess.md        |   6 +-
 .../en/1.6.0/cordova/connection/connection.md   |   4 +-
 .../1.6.0/cordova/connection/connection.type.md |  52 ++--
 .../1.6.0/cordova/contacts/Contact/contact.md   |  68 ++---
 .../contacts/ContactAddress/contactaddress.md   |  34 +--
 .../contacts/ContactError/contactError.md       |  20 +-
 .../contacts/ContactField/contactfield.md       |  50 +--
 .../ContactFindOptions/contactfindoptions.md    |  30 +-
 .../cordova/contacts/ContactName/contactname.md |  32 +-
 .../ContactOrganization/contactorganization.md  |  34 +--
 .../1.6.0/cordova/contacts/contacts.create.md   |  28 +-
 .../en/1.6.0/cordova/contacts/contacts.find.md  |  40 +--
 www/docs/en/1.6.0/cordova/contacts/contacts.md  |  28 +-
 .../contacts/parameters/contactFields.md        |   2 +-
 .../contacts/parameters/contactFindOptions.md   |   2 +-
 .../contacts/parameters/contactSuccess.md       |   6 +-
 .../en/1.6.0/cordova/device/device.cordova.md   |  20 +-
 www/docs/en/1.6.0/cordova/device/device.md      |  14 +-
 www/docs/en/1.6.0/cordova/device/device.name.md |  22 +-
 .../en/1.6.0/cordova/device/device.platform.md  |  22 +-
 www/docs/en/1.6.0/cordova/device/device.uuid.md |  22 +-
 .../en/1.6.0/cordova/device/device.version.md   |  20 +-
 .../1.6.0/cordova/events/events.backbutton.md   |  16 +-
 .../cordova/events/events.batterycritical.md    |  16 +-
 .../1.6.0/cordova/events/events.batterylow.md   |  16 +-
 .../cordova/events/events.batterystatus.md      |  18 +-
 .../1.6.0/cordova/events/events.deviceready.md  |  16 +-
 .../cordova/events/events.endcallbutton.md      |  16 +-
 www/docs/en/1.6.0/cordova/events/events.md      |  30 +-
 .../1.6.0/cordova/events/events.menubutton.md   |  16 +-
 .../en/1.6.0/cordova/events/events.offline.md   |  16 +-
 .../en/1.6.0/cordova/events/events.online.md    |  16 +-
 .../en/1.6.0/cordova/events/events.pause.md     |  18 +-
 .../en/1.6.0/cordova/events/events.resume.md    |  16 +-
 .../1.6.0/cordova/events/events.searchbutton.md |  16 +-
 .../cordova/events/events.startcallbutton.md    |  16 +-
 .../cordova/events/events.volumedownbutton.md   |  16 +-
 .../cordova/events/events.volumeupbutton.md     |  16 +-
 .../file/directoryentry/directoryentry.md       |  64 ++--
 .../file/directoryreader/directoryreader.md     |   6 +-
 www/docs/en/1.6.0/cordova/file/file.md          |  34 +--
 .../1.6.0/cordova/file/fileentry/fileentry.md   |  88 +++---
 .../1.6.0/cordova/file/fileerror/fileerror.md   |  30 +-
 .../en/1.6.0/cordova/file/fileobj/fileobj.md    |   2 +-
 .../1.6.0/cordova/file/filereader/filereader.md |  46 +--
 .../1.6.0/cordova/file/filesystem/filesystem.md |  26 +-
 .../cordova/file/filetransfer/filetransfer.md   |  42 +--
 .../file/filetransfererror/filetransfererror.md |  12 +-
 .../file/fileuploadoptions/fileuploadoptions.md |   6 +-
 .../file/fileuploadresult/fileuploadresult.md   |   8 +-
 .../1.6.0/cordova/file/filewriter/filewriter.md |  42 +--
 www/docs/en/1.6.0/cordova/file/flags/flags.md   |   6 +-
 .../file/localfilesystem/localfilesystem.md     |  38 +--
 .../en/1.6.0/cordova/file/metadata/metadata.md  |   4 +-
 .../geolocation/Coordinates/coordinates.md      |  18 +-
 .../cordova/geolocation/Position/position.md    |  22 +-
 .../geolocation/PositionError/positionError.md  |  12 +-
 .../geolocation/geolocation.clearWatch.md       |  22 +-
 .../geolocation.getCurrentPosition.md           |  40 +--
 .../en/1.6.0/cordova/geolocation/geolocation.md |  20 +-
 .../geolocation/geolocation.watchPosition.md    |  40 +--
 .../parameters/geolocation.options.md           |   2 +-
 .../geolocation/parameters/geolocationError.md  |   2 +-
 .../parameters/geolocationSuccess.md            |   4 +-
 .../cordova/media/MediaError/mediaError.md      |  14 +-
 .../cordova/media/Parameters/mediaError.md      |   2 +-
 .../en/1.6.0/cordova/media/capture/CaptureCB.md |  14 +-
 .../1.6.0/cordova/media/capture/CaptureError.md |  12 +-
 .../cordova/media/capture/CaptureErrorCB.md     |  10 +-
 .../cordova/media/capture/ConfigurationData.md  |   4 +-
 .../media/capture/MediaFile.getFormatData.md    |  16 +-
 .../en/1.6.0/cordova/media/capture/MediaFile.md |   4 +-
 .../cordova/media/capture/MediaFileData.md      |   8 +-
 .../en/1.6.0/cordova/media/capture/capture.md   |  36 +--
 .../1.6.0/cordova/media/capture/captureAudio.md |  40 +--
 .../media/capture/captureAudioOptions.md        |   6 +-
 .../1.6.0/cordova/media/capture/captureImage.md |  38 +--
 .../media/capture/captureImageOptions.md        |   6 +-
 .../1.6.0/cordova/media/capture/captureVideo.md |  40 +--
 .../media/capture/captureVideoOptions.md        |   6 +-
 .../cordova/media/media.getCurrentPosition.md   |  44 +--
 .../en/1.6.0/cordova/media/media.getDuration.md |  34 +--
 www/docs/en/1.6.0/cordova/media/media.md        |  24 +-
 www/docs/en/1.6.0/cordova/media/media.pause.md  |  44 +--
 www/docs/en/1.6.0/cordova/media/media.play.md   |  40 +--
 .../en/1.6.0/cordova/media/media.release.md     |  40 +--
 www/docs/en/1.6.0/cordova/media/media.seekTo.md |  30 +-
 .../en/1.6.0/cordova/media/media.startRecord.md |  20 +-
 www/docs/en/1.6.0/cordova/media/media.stop.md   |  34 +--
 .../en/1.6.0/cordova/media/media.stopRecord.md  |  24 +-
 .../cordova/notification/notification.alert.md  |  10 +-
 .../cordova/notification/notification.beep.md   |  16 +-
 .../notification/notification.confirm.md        |  10 +-
 .../1.6.0/cordova/notification/notification.md  |   8 +-
 .../notification/notification.vibrate.md        |  14 +-
 .../1.6.0/cordova/storage/database/database.md  |  22 +-
 .../storage/localstorage/localstorage.md        |  58 ++--
 .../storage/sqlresultset/sqlresultset.md        |  24 +-
 .../sqlresultsetlist/sqlresultsetlist.md        |  26 +-
 .../storage/sqltransaction/sqltransaction.md    |  20 +-
 www/docs/en/1.6.0/cordova/storage/storage.md    |  24 +-
 .../cordova/storage/storage.opendatabase.md     |  22 +-
 .../guide/getting-started/android/index.md      |   6 +-
 .../guide/getting-started/blackberry/index.md   |   6 +-
 .../en/1.6.0/guide/getting-started/index.md     |  12 +-
 .../en/1.6.0/guide/getting-started/ios/index.md |  12 +-
 .../guide/getting-started/symbian/index.md      |   6 +-
 .../1.6.0/guide/getting-started/webos/index.md  |   2 +-
 .../getting-started/windows-phone/index.md      |   4 +-
 www/docs/en/1.6.0/index.md                      |  32 +-
 .../accelerometer/acceleration/acceleration.md  |  20 +-
 .../accelerometer/accelerometer.clearWatch.md   |  26 +-
 .../accelerometer.getCurrentAcceleration.md     |  38 +--
 .../cordova/accelerometer/accelerometer.md      |  16 +-
 .../accelerometer.watchAcceleration.md          |  42 +--
 .../parameters/accelerometerOptions.md          |   2 +-
 .../parameters/accelerometerSuccess.md          |  12 +-
 .../1.6.1/cordova/camera/camera.getPicture.md   |  30 +-
 www/docs/en/1.6.1/cordova/camera/camera.md      |   2 +-
 .../cordova/camera/parameter/cameraOptions.md   |  26 +-
 .../cordova/camera/parameter/cameraSuccess.md   |   4 +-
 .../1.6.1/cordova/compass/compass.clearWatch.md |  20 +-
 .../cordova/compass/compass.clearWatchFilter.md |   4 +-
 .../compass/compass.getCurrentHeading.md        |  22 +-
 www/docs/en/1.6.1/cordova/compass/compass.md    |  18 +-
 .../cordova/compass/compass.watchHeading.md     |  28 +-
 .../compass/compass.watchHeadingFilter.md       |   4 +-
 .../compass/compassError/compassError.md        |  10 +-
 .../cordova/compass/parameters/compassError.md  |   4 +-
 .../compass/parameters/compassHeading.md        |   4 +-
 .../compass/parameters/compassSuccess.md        |   6 +-
 .../en/1.6.1/cordova/connection/connection.md   |   4 +-
 .../1.6.1/cordova/connection/connection.type.md |  52 ++--
 .../1.6.1/cordova/contacts/Contact/contact.md   |  68 ++---
 .../contacts/ContactAddress/contactaddress.md   |  34 +--
 .../contacts/ContactError/contactError.md       |  20 +-
 .../contacts/ContactField/contactfield.md       |  50 +--
 .../ContactFindOptions/contactfindoptions.md    |  30 +-
 .../cordova/contacts/ContactName/contactname.md |  32 +-
 .../ContactOrganization/contactorganization.md  |  34 +--
 .../1.6.1/cordova/contacts/contacts.create.md   |  28 +-
 .../en/1.6.1/cordova/contacts/contacts.find.md  |  40 +--
 www/docs/en/1.6.1/cordova/contacts/contacts.md  |  28 +-
 .../contacts/parameters/contactFields.md        |   2 +-
 .../contacts/parameters/contactFindOptions.md   |   2 +-
 .../contacts/parameters/contactSuccess.md       |   6 +-
 .../en/1.6.1/cordova/device/device.cordova.md   |  20 +-
 www/docs/en/1.6.1/cordova/device/device.md      |  14 +-
 www/docs/en/1.6.1/cordova/device/device.name.md |  22 +-
 .../en/1.6.1/cordova/device/device.platform.md  |  22 +-
 www/docs/en/1.6.1/cordova/device/device.uuid.md |  22 +-
 .../en/1.6.1/cordova/device/device.version.md   |  20 +-
 .../1.6.1/cordova/events/events.backbutton.md   |  16 +-
 .../cordova/events/events.batterycritical.md    |  16 +-
 .../1.6.1/cordova/events/events.batterylow.md   |  16 +-
 .../cordova/events/events.batterystatus.md      |  18 +-
 .../1.6.1/cordova/events/events.deviceready.md  |  16 +-
 .../cordova/events/events.endcallbutton.md      |  16 +-
 www/docs/en/1.6.1/cordova/events/events.md      |  30 +-
 .../1.6.1/cordova/events/events.menubutton.md   |  16 +-
 .../en/1.6.1/cordova/events/events.offline.md   |  16 +-
 .../en/1.6.1/cordova/events/events.online.md    |  16 +-
 .../en/1.6.1/cordova/events/events.pause.md     |  18 +-
 .../en/1.6.1/cordova/events/events.resume.md    |  18 +-
 .../1.6.1/cordova/events/events.searchbutton.md |  16 +-
 .../cordova/events/events.startcallbutton.md    |  16 +-
 .../cordova/events/events.volumedownbutton.md   |  16 +-
 .../cordova/events/events.volumeupbutton.md     |  16 +-
 .../file/directoryentry/directoryentry.md       |  64 ++--
 .../file/directoryreader/directoryreader.md     |   6 +-
 www/docs/en/1.6.1/cordova/file/file.md          |  34 +--
 .../1.6.1/cordova/file/fileentry/fileentry.md   |  88 +++---
 .../1.6.1/cordova/file/fileerror/fileerror.md   |  30 +-
 .../en/1.6.1/cordova/file/fileobj/fileobj.md    |   2 +-
 .../1.6.1/cordova/file/filereader/filereader.md |  46 +--
 .../1.6.1/cordova/file/filesystem/filesystem.md |  26 +-
 .../cordova/file/filetransfer/filetransfer.md   |  42 +--
 .../file/filetransfererror/filetransfererror.md |  12 +-
 .../file/fileuploadoptions/fileuploadoptions.md |   6 +-
 .../file/fileuploadresult/fileuploadresult.md   |   8 +-
 .../1.6.1/cordova/file/filewriter/filewriter.md |  42 +--
 www/docs/en/1.6.1/cordova/file/flags/flags.md   |   6 +-
 .../file/localfilesystem/localfilesystem.md     |  38 +--
 .../en/1.6.1/cordova/file/metadata/metadata.md  |   4 +-
 .../geolocation/Coordinates/coordinates.md      |  18 +-
 .../cordova/geolocation/Position/position.md    |  22 +-
 .../geolocation/PositionError/positionError.md  |  12 +-
 .../geolocation/geolocation.clearWatch.md       |  22 +-
 .../geolocation.getCurrentPosition.md           |  40 +--
 .../en/1.6.1/cordova/geolocation/geolocation.md |  20 +-
 .../geolocation/geolocation.watchPosition.md    |  40 +--
 .../parameters/geolocation.options.md           |   2 +-
 .../geolocation/parameters/geolocationError.md  |   2 +-
 .../parameters/geolocationSuccess.md            |   4 +-
 .../cordova/media/MediaError/mediaError.md      |  14 +-
 .../cordova/media/Parameters/mediaError.md      |   2 +-
 .../en/1.6.1/cordova/media/capture/CaptureCB.md |  14 +-
 .../1.6.1/cordova/media/capture/CaptureError.md |  12 +-
 .../cordova/media/capture/CaptureErrorCB.md     |  10 +-
 .../cordova/media/capture/ConfigurationData.md  |   4 +-
 .../media/capture/MediaFile.getFormatData.md    |  16 +-
 .../en/1.6.1/cordova/media/capture/MediaFile.md |   4 +-
 .../cordova/media/capture/MediaFileData.md      |   8 +-
 .../en/1.6.1/cordova/media/capture/capture.md   |  36 +--
 .../1.6.1/cordova/media/capture/captureAudio.md |  40 +--
 .../media/capture/captureAudioOptions.md        |   6 +-
 .../1.6.1/cordova/media/capture/captureImage.md |  38 +--
 .../media/capture/captureImageOptions.md        |   6 +-
 .../1.6.1/cordova/media/capture/captureVideo.md |  40 +--
 .../media/capture/captureVideoOptions.md        |   6 +-
 .../cordova/media/media.getCurrentPosition.md   |  44 +--
 .../en/1.6.1/cordova/media/media.getDuration.md |  34 +--
 www/docs/en/1.6.1/cordova/media/media.md        |  24 +-
 www/docs/en/1.6.1/cordova/media/media.pause.md  |  44 +--
 www/docs/en/1.6.1/cordova/media/media.play.md   |  40 +--
 .../en/1.6.1/cordova/media/media.release.md     |  40 +--
 www/docs/en/1.6.1/cordova/media/media.seekTo.md |  30 +-
 .../en/1.6.1/cordova/media/media.startRecord.md |  20 +-
 www/docs/en/1.6.1/cordova/media/media.stop.md   |  34 +--
 .../en/1.6.1/cordova/media/media.stopRecord.md  |  24 +-
 .../cordova/notification/notification.alert.md  |  10 +-
 .../cordova/notification/notification.beep.md   |  16 +-
 .../notification/notification.confirm.md        |  10 +-
 .../1.6.1/cordova/notification/notification.md  |   8 +-
 .../notification/notification.vibrate.md        |  14 +-
 .../1.6.1/cordova/storage/database/database.md  |  22 +-
 .../storage/localstorage/localstorage.md        |  58 ++--
 .../storage/sqlresultset/sqlresultset.md        |  24 +-
 .../sqlresultsetlist/sqlresultsetlist.md        |  26 +-
 .../storage/sqltransaction/sqltransaction.md    |  20 +-
 www/docs/en/1.6.1/cordova/storage/storage.md    |  24 +-
 .../cordova/storage/storage.opendatabase.md     |  22 +-
 .../guide/getting-started/android/index.md      |   6 +-
 .../guide/getting-started/blackberry/index.md   |   6 +-
 .../en/1.6.1/guide/getting-started/index.md     |  12 +-
 .../en/1.6.1/guide/getting-started/ios/index.md |  12 +-
 .../guide/getting-started/symbian/index.md      |   6 +-
 .../1.6.1/guide/getting-started/webos/index.md  |   2 +-
 .../getting-started/windows-phone/index.md      |   4 +-
 www/docs/en/1.6.1/index.md                      |  32 +-
 .../accelerometer/acceleration/acceleration.md  |  20 +-
 .../accelerometer/accelerometer.clearWatch.md   |  26 +-
 .../accelerometer.getCurrentAcceleration.md     |  38 +--
 .../cordova/accelerometer/accelerometer.md      |  16 +-
 .../accelerometer.watchAcceleration.md          |  42 +--
 .../parameters/accelerometerOptions.md          |   2 +-
 .../parameters/accelerometerSuccess.md          |  12 +-
 .../1.7.0/cordova/camera/camera.getPicture.md   |  30 +-
 www/docs/en/1.7.0/cordova/camera/camera.md      |   2 +-
 .../cordova/camera/parameter/cameraOptions.md   |  26 +-
 .../cordova/camera/parameter/cameraSuccess.md   |   4 +-
 .../1.7.0/cordova/compass/compass.clearWatch.md |  20 +-
 .../cordova/compass/compass.clearWatchFilter.md |   4 +-
 .../compass/compass.getCurrentHeading.md        |  22 +-
 www/docs/en/1.7.0/cordova/compass/compass.md    |  18 +-
 .../cordova/compass/compass.watchHeading.md     |  28 +-
 .../compass/compass.watchHeadingFilter.md       |   4 +-
 .../compass/compassError/compassError.md        |  10 +-
 .../cordova/compass/parameters/compassError.md  |   4 +-
 .../compass/parameters/compassHeading.md        |   4 +-
 .../compass/parameters/compassSuccess.md        |   6 +-
 .../en/1.7.0/cordova/connection/connection.md   |   4 +-
 .../1.7.0/cordova/connection/connection.type.md |  52 ++--
 .../1.7.0/cordova/contacts/Contact/contact.md   |  68 ++---
 .../contacts/ContactAddress/contactaddress.md   |  34 +--
 .../contacts/ContactError/contactError.md       |  20 +-
 .../contacts/ContactField/contactfield.md       |  50 +--
 .../ContactFindOptions/contactfindoptions.md    |  30 +-
 .../cordova/contacts/ContactName/contactname.md |  32 +-
 .../ContactOrganization/contactorganization.md  |  34 +--
 .../1.7.0/cordova/contacts/contacts.create.md   |  28 +-
 .../en/1.7.0/cordova/contacts/contacts.find.md  |  40 +--
 www/docs/en/1.7.0/cordova/contacts/contacts.md  |  28 +-
 .../contacts/parameters/contactFields.md        |   2 +-
 .../contacts/parameters/contactFindOptions.md   |   2 +-
 .../contacts/parameters/contactSuccess.md       |   6 +-
 .../en/1.7.0/cordova/device/device.cordova.md   |  20 +-
 www/docs/en/1.7.0/cordova/device/device.md      |  14 +-
 www/docs/en/1.7.0/cordova/device/device.name.md |  22 +-
 .../en/1.7.0/cordova/device/device.platform.md  |  22 +-
 www/docs/en/1.7.0/cordova/device/device.uuid.md |  22 +-
 .../en/1.7.0/cordova/device/device.version.md   |  20 +-
 .../1.7.0/cordova/events/events.backbutton.md   |  16 +-
 .../cordova/events/events.batterycritical.md    |  16 +-
 .../1.7.0/cordova/events/events.batterylow.md   |  16 +-
 .../cordova/events/events.batterystatus.md      |  18 +-
 .../1.7.0/cordova/events/events.deviceready.md  |  16 +-
 .../cordova/events/events.endcallbutton.md      |  16 +-
 www/docs/en/1.7.0/cordova/events/events.md      |  30 +-
 .../1.7.0/cordova/events/events.menubutton.md   |  16 +-
 .../en/1.7.0/cordova/events/events.offline.md   |  16 +-
 .../en/1.7.0/cordova/events/events.online.md    |  16 +-
 .../en/1.7.0/cordova/events/events.pause.md     |  18 +-
 .../en/1.7.0/cordova/events/events.resume.md    |  18 +-
 .../1.7.0/cordova/events/events.searchbutton.md |  16 +-
 .../cordova/events/events.startcallbutton.md    |  16 +-
 .../cordova/events/events.volumedownbutton.md   |  16 +-
 .../cordova/events/events.volumeupbutton.md     |  16 +-
 .../file/directoryentry/directoryentry.md       |  64 ++--
 .../file/directoryreader/directoryreader.md     |   6 +-
 www/docs/en/1.7.0/cordova/file/file.md          |  34 +--
 .../1.7.0/cordova/file/fileentry/fileentry.md   |  88 +++---
 .../1.7.0/cordova/file/fileerror/fileerror.md   |  30 +-
 .../en/1.7.0/cordova/file/fileobj/fileobj.md    |   2 +-
 .../1.7.0/cordova/file/filereader/filereader.md |  46 +--
 .../1.7.0/cordova/file/filesystem/filesystem.md |  26 +-
 .../cordova/file/filetransfer/filetransfer.md   |  42 +--
 .../file/filetransfererror/filetransfererror.md |  12 +-
 .../file/fileuploadoptions/fileuploadoptions.md |   6 +-
 .../file/fileuploadresult/fileuploadresult.md   |   8 +-
 .../1.7.0/cordova/file/filewriter/filewriter.md |  42 +--
 www/docs/en/1.7.0/cordova/file/flags/flags.md   |   6 +-
 .../file/localfilesystem/localfilesystem.md     |  38 +--
 .../en/1.7.0/cordova/file/metadata/metadata.md  |   4 +-
 .../geolocation/Coordinates/coordinates.md      |  18 +-
 .../cordova/geolocation/Position/position.md    |  22 +-
 .../geolocation/PositionError/positionError.md  |  12 +-
 .../geolocation/geolocation.clearWatch.md       |  22 +-
 .../geolocation.getCurrentPosition.md           |  40 +--
 .../en/1.7.0/cordova/geolocation/geolocation.md |  20 +-
 .../geolocation/geolocation.watchPosition.md    |  40 +--
 .../parameters/geolocation.options.md           |   2 +-
 .../geolocation/parameters/geolocationError.md  |   2 +-
 .../parameters/geolocationSuccess.md            |   4 +-
 .../cordova/media/MediaError/mediaError.md      |  14 +-
 .../cordova/media/Parameters/mediaError.md      |   2 +-
 .../en/1.7.0/cordova/media/capture/CaptureCB.md |  14 +-
 .../1.7.0/cordova/media/capture/CaptureError.md |  12 +-
 .../cordova/media/capture/CaptureErrorCB.md     |  10 +-
 .../cordova/media/capture/ConfigurationData.md  |   4 +-
 .../media/capture/MediaFile.getFormatData.md    |  16 +-
 .../en/1.7.0/cordova/media/capture/MediaFile.md |   4 +-
 .../cordova/media/capture/MediaFileData.md      |   8 +-
 .../en/1.7.0/cordova/media/capture/capture.md   |  36 +--
 .../1.7.0/cordova/media/capture/captureAudio.md |  40 +--
 .../media/capture/captureAudioOptions.md        |   6 +-
 .../1.7.0/cordova/media/capture/captureImage.md |  38 +--
 .../media/capture/captureImageOptions.md        |   6 +-
 .../1.7.0/cordova/media/capture/captureVideo.md |  40 +--
 .../media/capture/captureVideoOptions.md        |   6 +-
 .../cordova/media/media.getCurrentPosition.md   |  44 +--
 .../en/1.7.0/cordova/media/media.getDuration.md |  34 +--
 www/docs/en/1.7.0/cordova/media/media.md        |  24 +-
 www/docs/en/1.7.0/cordova/media/media.pause.md  |  44 +--
 www/docs/en/1.7.0/cordova/media/media.play.md   |  40 +--
 .../en/1.7.0/cordova/media/media.release.md     |  40 +--
 www/docs/en/1.7.0/cordova/media/media.seekTo.md |  30 +-
 .../en/1.7.0/cordova/media/media.startRecord.md |  20 +-
 www/docs/en/1.7.0/cordova/media/media.stop.md   |  34 +--
 .../en/1.7.0/cordova/media/media.stopRecord.md  |  24 +-
 .../cordova/notification/notification.alert.md  |  10 +-
 .../cordova/notification/notification.beep.md   |  16 +-
 .../notification/notification.confirm.md        |  10 +-
 .../1.7.0/cordova/notification/notification.md  |   8 +-
 .../notification/notification.vibrate.md        |  14 +-
 .../1.7.0/cordova/storage/database/database.md  |  22 +-
 .../storage/localstorage/localstorage.md        |  58 ++--
 .../storage/sqlresultset/sqlresultset.md        |  24 +-
 .../sqlresultsetlist/sqlresultsetlist.md        |  26 +-
 .../storage/sqltransaction/sqltransaction.md    |  20 +-
 www/docs/en/1.7.0/cordova/storage/storage.md    |  24 +-
 .../cordova/storage/storage.opendatabase.md     |  22 +-
 .../guide/getting-started/android/index.md      |   6 +-
 .../1.7.0/guide/getting-started/bada/index.md   |   6 +-
 .../guide/getting-started/blackberry/index.md   |   6 +-
 .../en/1.7.0/guide/getting-started/index.md     |  14 +-
 .../en/1.7.0/guide/getting-started/ios/index.md |  12 +-
 .../guide/getting-started/symbian/index.md      |   6 +-
 .../1.7.0/guide/getting-started/webos/index.md  |   2 +-
 .../getting-started/windows-phone/index.md      |   4 +-
 www/docs/en/1.7.0/index.md                      |  32 +-
 .../accelerometer/acceleration/acceleration.md  |  20 +-
 .../accelerometer/accelerometer.clearWatch.md   |  26 +-
 .../accelerometer.getCurrentAcceleration.md     |  38 +--
 .../cordova/accelerometer/accelerometer.md      |  18 +-
 .../accelerometer.watchAcceleration.md          |  42 +--
 .../parameters/accelerometerOptions.md          |   2 +-
 .../parameters/accelerometerSuccess.md          |  12 +-
 .../1.8.0/cordova/camera/camera.getPicture.md   |  30 +-
 www/docs/en/1.8.0/cordova/camera/camera.md      |   4 +-
 .../camera/parameter/CameraPopoverOptions.md    |  18 +-
 .../cordova/camera/parameter/cameraOptions.md   |  30 +-
 .../cordova/camera/parameter/cameraSuccess.md   |   4 +-
 .../1.8.0/cordova/compass/compass.clearWatch.md |  20 +-
 .../cordova/compass/compass.clearWatchFilter.md |   4 +-
 .../compass/compass.getCurrentHeading.md        |  22 +-
 www/docs/en/1.8.0/cordova/compass/compass.md    |  20 +-
 .../cordova/compass/compass.watchHeading.md     |  28 +-
 .../compass/compass.watchHeadingFilter.md       |   4 +-
 .../compass/compassError/compassError.md        |  10 +-
 .../cordova/compass/parameters/compassError.md  |   4 +-
 .../compass/parameters/compassHeading.md        |   4 +-
 .../compass/parameters/compassSuccess.md        |   6 +-
 .../en/1.8.0/cordova/connection/connection.md   |   4 +-
 .../1.8.0/cordova/connection/connection.type.md |  58 ++--
 .../1.8.0/cordova/contacts/Contact/contact.md   |  68 ++---
 .../contacts/ContactAddress/contactaddress.md   |  34 +--
 .../contacts/ContactError/contactError.md       |  20 +-
 .../contacts/ContactField/contactfield.md       |  50 +--
 .../ContactFindOptions/contactfindoptions.md    |  30 +-
 .../cordova/contacts/ContactName/contactname.md |  32 +-
 .../ContactOrganization/contactorganization.md  |  36 +--
 .../1.8.0/cordova/contacts/contacts.create.md   |  28 +-
 .../en/1.8.0/cordova/contacts/contacts.find.md  |  40 +--
 www/docs/en/1.8.0/cordova/contacts/contacts.md  |  40 +--
 .../contacts/parameters/contactFields.md        |   2 +-
 .../contacts/parameters/contactFindOptions.md   |   2 +-
 .../contacts/parameters/contactSuccess.md       |   6 +-
 .../en/1.8.0/cordova/device/device.cordova.md   |  20 +-
 www/docs/en/1.8.0/cordova/device/device.md      |  14 +-
 www/docs/en/1.8.0/cordova/device/device.name.md |  22 +-
 .../en/1.8.0/cordova/device/device.platform.md  |  22 +-
 www/docs/en/1.8.0/cordova/device/device.uuid.md |  22 +-
 .../en/1.8.0/cordova/device/device.version.md   |  20 +-
 .../1.8.0/cordova/events/events.backbutton.md   |  16 +-
 .../cordova/events/events.batterycritical.md    |  16 +-
 .../1.8.0/cordova/events/events.batterylow.md   |  16 +-
 .../cordova/events/events.batterystatus.md      |  18 +-
 .../1.8.0/cordova/events/events.deviceready.md  |  16 +-
 .../cordova/events/events.endcallbutton.md      |  16 +-
 www/docs/en/1.8.0/cordova/events/events.md      |  32 +-
 .../1.8.0/cordova/events/events.menubutton.md   |  16 +-
 .../en/1.8.0/cordova/events/events.offline.md   |  16 +-
 .../en/1.8.0/cordova/events/events.online.md    |  16 +-
 .../en/1.8.0/cordova/events/events.pause.md     |  18 +-
 .../en/1.8.0/cordova/events/events.resume.md    |  18 +-
 .../1.8.0/cordova/events/events.searchbutton.md |  16 +-
 .../cordova/events/events.startcallbutton.md    |  16 +-
 .../cordova/events/events.volumedownbutton.md   |  16 +-
 .../cordova/events/events.volumeupbutton.md     |  16 +-
 .../file/directoryentry/directoryentry.md       |  72 ++---
 .../file/directoryreader/directoryreader.md     |   6 +-
 www/docs/en/1.8.0/cordova/file/file.md          |  52 ++--
 .../1.8.0/cordova/file/fileentry/fileentry.md   |  96 +++---
 .../1.8.0/cordova/file/fileerror/fileerror.md   |  30 +-
 .../en/1.8.0/cordova/file/fileobj/fileobj.md    |   2 +-
 .../1.8.0/cordova/file/filereader/filereader.md |  46 +--
 .../1.8.0/cordova/file/filesystem/filesystem.md |  26 +-
 .../cordova/file/filetransfer/filetransfer.md   |  42 +--
 .../file/filetransfererror/filetransfererror.md |  12 +-
 .../file/fileuploadoptions/fileuploadoptions.md |   6 +-
 .../file/fileuploadresult/fileuploadresult.md   |   8 +-
 .../1.8.0/cordova/file/filewriter/filewriter.md |  42 +--
 www/docs/en/1.8.0/cordova/file/flags/flags.md   |   6 +-
 .../file/localfilesystem/localfilesystem.md     |  38 +--
 .../en/1.8.0/cordova/file/metadata/metadata.md  |   4 +-
 .../geolocation/Coordinates/coordinates.md      |  18 +-
 .../cordova/geolocation/Position/position.md    |  22 +-
 .../geolocation/PositionError/positionError.md  |  24 +-
 .../geolocation/geolocation.clearWatch.md       |  22 +-
 .../geolocation.getCurrentPosition.md           |  40 +--
 .../en/1.8.0/cordova/geolocation/geolocation.md |  22 +-
 .../geolocation/geolocation.watchPosition.md    |  40 +--
 .../parameters/geolocation.options.md           |   6 +-
 .../geolocation/parameters/geolocationError.md  |   2 +-
 .../parameters/geolocationSuccess.md            |   6 +-
 .../cordova/media/MediaError/mediaError.md      |  14 +-
 .../cordova/media/Parameters/mediaError.md      |   2 +-
 .../en/1.8.0/cordova/media/capture/CaptureCB.md |  14 +-
 .../1.8.0/cordova/media/capture/CaptureError.md |  12 +-
 .../cordova/media/capture/CaptureErrorCB.md     |  10 +-
 .../cordova/media/capture/ConfigurationData.md  |   4 +-
 .../media/capture/MediaFile.getFormatData.md    |  16 +-
 .../en/1.8.0/cordova/media/capture/MediaFile.md |   4 +-
 .../cordova/media/capture/MediaFileData.md      |   8 +-
 .../en/1.8.0/cordova/media/capture/capture.md   |  40 +--
 .../1.8.0/cordova/media/capture/captureAudio.md |  40 +--
 .../media/capture/captureAudioOptions.md        |   6 +-
 .../1.8.0/cordova/media/capture/captureImage.md |  38 +--
 .../media/capture/captureImageOptions.md        |   6 +-
 .../1.8.0/cordova/media/capture/captureVideo.md |  40 +--
 .../media/capture/captureVideoOptions.md        |   6 +-
 .../cordova/media/media.getCurrentPosition.md   |  44 +--
 .../en/1.8.0/cordova/media/media.getDuration.md |  34 +--
 www/docs/en/1.8.0/cordova/media/media.md        |  28 +-
 www/docs/en/1.8.0/cordova/media/media.pause.md  |  44 +--
 www/docs/en/1.8.0/cordova/media/media.play.md   |  40 +--
 .../en/1.8.0/cordova/media/media.release.md     |  40 +--
 www/docs/en/1.8.0/cordova/media/media.seekTo.md |  30 +-
 .../en/1.8.0/cordova/media/media.startRecord.md |  20 +-
 www/docs/en/1.8.0/cordova/media/media.stop.md   |  34 +--
 .../en/1.8.0/cordova/media/media.stopRecord.md  |  24 +-
 .../cordova/notification/notification.alert.md  |  10 +-
 .../cordova/notification/notification.beep.md   |  16 +-
 .../notification/notification.confirm.md        |  10 +-
 .../1.8.0/cordova/notification/notification.md  |  10 +-
 .../notification/notification.vibrate.md        |  14 +-
 .../1.8.0/cordova/storage/database/database.md  |  22 +-
 .../storage/localstorage/localstorage.md        |  58 ++--
 .../storage/sqlresultset/sqlresultset.md        |  24 +-
 .../sqlresultsetlist/sqlresultsetlist.md        |  26 +-
 .../storage/sqltransaction/sqltransaction.md    |  20 +-
 www/docs/en/1.8.0/cordova/storage/storage.md    |  24 +-
 .../cordova/storage/storage.opendatabase.md     |  22 +-
 .../guide/getting-started/android/index.md      |   6 +-
 .../1.8.0/guide/getting-started/bada/index.md   |   6 +-
 .../guide/getting-started/blackberry/index.md   |   6 +-
 .../en/1.8.0/guide/getting-started/index.md     |  14 +-
 .../en/1.8.0/guide/getting-started/ios/index.md |  12 +-
 .../guide/getting-started/symbian/index.md      |   6 +-
 .../1.8.0/guide/getting-started/webos/index.md  |   2 +-
 .../getting-started/windows-phone/index.md      |   4 +-
 .../1.8.0/guide/upgrading/blackberry/index.md   |  22 +-
 www/docs/en/1.8.0/guide/upgrading/index.md      |  14 +-
 www/docs/en/1.8.0/guide/upgrading/ios/index.md  |   8 +-
 www/docs/en/1.8.0/guide/whitelist/index.md      |   2 +-
 www/docs/en/1.8.0/index.md                      |  36 +--
 .../accelerometer/acceleration/acceleration.md  |  20 +-
 .../accelerometer/accelerometer.clearWatch.md   |  26 +-
 .../accelerometer.getCurrentAcceleration.md     |  38 +--
 .../cordova/accelerometer/accelerometer.md      |  18 +-
 .../accelerometer.watchAcceleration.md          |  42 +--
 .../parameters/accelerometerOptions.md          |   2 +-
 .../parameters/accelerometerSuccess.md          |  12 +-
 .../1.8.1/cordova/camera/camera.getPicture.md   |  30 +-
 www/docs/en/1.8.1/cordova/camera/camera.md      |   4 +-
 .../camera/parameter/CameraPopoverOptions.md    |  18 +-
 .../cordova/camera/parameter/cameraOptions.md   |  30 +-
 .../cordova/camera/parameter/cameraSuccess.md   |   4 +-
 .../1.8.1/cordova/compass/compass.clearWatch.md |  20 +-
 .../cordova/compass/compass.clearWatchFilter.md |   4 +-
 .../compass/compass.getCurrentHeading.md        |  22 +-
 www/docs/en/1.8.1/cordova/compass/compass.md    |  20 +-
 .../cordova/compass/compass.watchHeading.md     |  28 +-
 .../compass/compass.watchHeadingFilter.md       |   4 +-
 .../compass/compassError/compassError.md        |  10 +-
 .../cordova/compass/parameters/compassError.md  |   4 +-
 .../compass/parameters/compassHeading.md        |   4 +-
 .../compass/parameters/compassSuccess.md        |   6 +-
 .../en/1.8.1/cordova/connection/connection.md   |   4 +-
 .../1.8.1/cordova/connection/connection.type.md |  58 ++--
 .../1.8.1/cordova/contacts/Contact/contact.md   |  68 ++---
 .../contacts/ContactAddress/contactaddress.md   |  34 +--
 .../contacts/ContactError/contactError.md       |  20 +-
 .../contacts/ContactField/contactfield.md       |  50 +--
 .../ContactFindOptions/contactfindoptions.md    |  30 +-
 .../cordova/contacts/ContactName/contactname.md |  32 +-
 .../ContactOrganization/contactorganization.md  |  36 +--
 .../1.8.1/cordova/contacts/contacts.create.md   |  28 +-
 .../en/1.8.1/cordova/contacts/contacts.find.md  |  40 +--
 www/docs/en/1.8.1/cordova/contacts/contacts.md  |  40 +--
 .../contacts/parameters/contactFields.md        |   2 +-
 .../contacts/parameters/contactFindOptions.md   |   2 +-
 .../contacts/parameters/contactSuccess.md       |   6 +-
 .../en/1.8.1/cordova/device/device.cordova.md   |  20 +-
 www/docs/en/1.8.1/cordova/device/device.md      |  14 +-
 www/docs/en/1.8.1/cordova/device/device.name.md |  22 +-
 .../en/1.8.1/cordova/device/device.platform.md  |  22 +-
 www/docs/en/1.8.1/cordova/device/device.uuid.md |  22 +-
 .../en/1.8.1/cordova/device/device.version.md   |  20 +-
 .../1.8.1/cordova/events/events.backbutton.md   |  16 +-
 .../cordova/events/events.batterycritical.md    |  16 +-
 .../1.8.1/cordova/events/events.batterylow.md   |  16 +-
 .../cordova/events/events.batterystatus.md      |  18 +-
 .../1.8.1/cordova/events/events.deviceready.md  |  16 +-
 .../cordova/events/events.endcallbutton.md      |  16 +-
 www/docs/en/1.8.1/cordova/events/events.md      |  32 +-
 .../1.8.1/cordova/events/events.menubutton.md   |  16 +-
 .../en/1.8.1/cordova/events/events.offline.md   |  16 +-
 .../en/1.8.1/cordova/events/events.online.md    |  16 +-
 .../en/1.8.1/cordova/events/events.pause.md     |  18 +-
 .../en/1.8.1/cordova/events/events.resume.md    |  18 +-
 .../1.8.1/cordova/events/events.searchbutton.md |  16 +-
 .../cordova/events/events.startcallbutton.md    |  16 +-
 .../cordova/events/events.volumedownbutton.md   |  16 +-
 .../cordova/events/events.volumeupbutton.md     |  16 +-
 .../file/directoryentry/directoryentry.md       |  72 ++---
 .../file/directoryreader/directoryreader.md     |   6 +-
 www/docs/en/1.8.1/cordova/file/file.md          |  52 ++--
 .../1.8.1/cordova/file/fileentry/fileentry.md   |  96 +++---
 .../1.8.1/cordova/file/fileerror/fileerror.md   |  30 +-
 .../en/1.8.1/cordova/file/fileobj/fileobj.md    |   2 +-
 .../1.8.1/cordova/file/filereader/filereader.md |  46 +--
 .../1.8.1/cordova/file/filesystem/filesystem.md |  26 +-
 .../cordova/file/filetransfer/filetransfer.md   |  42 +--
 .../file/filetransfererror/filetransfererror.md |  12 +-
 .../file/fileuploadoptions/fileuploadoptions.md |   6 +-
 .../file/fileuploadresult/fileuploadresult.md   |   8 +-
 .../1.8.1/cordova/file/filewriter/filewriter.md |  42 +--
 www/docs/en/1.8.1/cordova/file/flags/flags.md   |   6 +-
 .../file/localfilesystem/localfilesystem.md     |  38 +--
 .../en/1.8.1/cordova/file/metadata/metadata.md  |   4 +-
 .../geolocation/Coordinates/coordinates.md      |  18 +-
 .../cordova/geolocation/Position/position.md    |  22 +-
 .../geolocation/PositionError/positionError.md  |  24 +-
 .../geolocation/geolocation.clearWatch.md       |  22 +-
 .../geolocation.getCurrentPosition.md           |  40 +--
 .../en/1.8.1/cordova/geolocation/geolocation.md |  22 +-
 .../geolocation/geolocation.watchPosition.md    |  40 +--
 .../parameters/geolocation.options.md           |   6 +-
 .../geolocation/parameters/geolocationError.md  |   2 +-
 .../parameters/geolocationSuccess.md            |   6 +-
 .../cordova/media/MediaError/mediaError.md      |  14 +-
 .../cordova/media/Parameters/mediaError.md      |   2 +-
 .../en/1.8.1/cordova/media/capture/CaptureCB.md |  14 +-
 .../1.8.1/cordova/media/capture/CaptureError.md |  12 +-
 .../cordova/media/capture/CaptureErrorCB.md     |  10 +-
 .../cordova/media/capture/ConfigurationData.md  |   4 +-
 .../media/capture/MediaFile.getFormatData.md    |  16 +-
 .../en/1.8.1/cordova/media/capture/MediaFile.md |   4 +-
 .../cordova/media/capture/MediaFileData.md      |   8 +-
 .../en/1.8.1/cordova/media/capture/capture.md   |  40 +--
 .../1.8.1/cordova/media/capture/captureAudio.md |  40 +--
 .../media/capture/captureAudioOptions.md        |   6 +-
 .../1.8.1/cordova/media/capture/captureImage.md |  38 +--
 .../media/capture/captureImageOptions.md        |   6 +-
 .../1.8.1/cordova/media/capture/captureVideo.md |  40 +--
 .../media/capture/captureVideoOptions.md        |   6 +-
 .../cordova/media/media.getCurrentPosition.md   |  44 +--
 .../en/1.8.1/cordova/media/media.getDuration.md |  34 +--
 www/docs/en/1.8.1/cordova/media/media.md        |  28 +-
 www/docs/en/1.8.1/cordova/media/media.pause.md  |  44 +--
 www/docs/en/1.8.1/cordova/media/media.play.md   |  40 +--
 .../en/1.8.1/cordova/media/media.release.md     |  40 +--
 www/docs/en/1.8.1/cordova/media/media.seekTo.md |  30 +-
 .../en/1.8.1/cordova/media/media.startRecord.md |  20 +-
 www/docs/en/1.8.1/cordova/media/media.stop.md   |  34 +--
 .../en/1.8.1/cordova/media/media.stopRecord.md  |  24 +-
 .../cordova/notification/notification.alert.md  |  10 +-
 .../cordova/notification/notification.beep.md   |  16 +-
 .../notification/notification.confirm.md        |  10 +-
 .../1.8.1/cordova/notification/notification.md  |  10 +-
 .../notification/notification.vibrate.md        |  14 +-
 .../1.8.1/cordova/storage/database/database.md  |  22 +-
 .../storage/localstorage/localstorage.md        |  58 ++--
 .../storage/sqlresultset/sqlresultset.md        |  24 +-
 .../sqlresultsetlist/sqlresultsetlist.md        |  26 +-
 .../storage/sqltransaction/sqltransaction.md    |  20 +-
 www/docs/en/1.8.1/cordova/storage/storage.md    |  24 +-
 .../cordova/storage/storage.opendatabase.md     |  22 +-
 .../guide/getting-started/android/index.md      |   6 +-
 .../1.8.1/guide/getting-started/bada/index.md   |   6 +-
 .../guide/getting-started/blackberry/index.md   |   6 +-
 .../en/1.8.1/guide/getting-started/index.md     |  14 +-
 .../en/1.8.1/guide/getting-started/ios/index.md |  12 +-
 .../guide/getting-started/symbian/index.md      |   6 +-
 .../1.8.1/guide/getting-started/webos/index.md  |   2 +-
 .../getting-started/windows-phone/index.md      |   4 +-
 .../1.8.1/guide/upgrading/blackberry/index.md   |  22 +-
 www/docs/en/1.8.1/guide/upgrading/index.md      |  14 +-
 www/docs/en/1.8.1/guide/upgrading/ios/index.md  |   8 +-
 www/docs/en/1.8.1/guide/whitelist/index.md      |   2 +-
 www/docs/en/1.8.1/index.md                      |  36 +--
 .../accelerometer/acceleration/acceleration.md  |  20 +-
 .../accelerometer/accelerometer.clearWatch.md   |  26 +-
 .../accelerometer.getCurrentAcceleration.md     |  38 +--
 .../cordova/accelerometer/accelerometer.md      |  18 +-
 .../accelerometer.watchAcceleration.md          |  42 +--
 .../parameters/accelerometerOptions.md          |   2 +-
 .../parameters/accelerometerSuccess.md          |  12 +-
 .../en/1.9.0/cordova/camera/camera.cleanup.md   |   8 +-
 .../1.9.0/cordova/camera/camera.getPicture.md   |  30 +-
 www/docs/en/1.9.0/cordova/camera/camera.md      |   6 +-
 .../camera/parameter/CameraPopoverOptions.md    |  18 +-
 .../cordova/camera/parameter/cameraOptions.md   |  28 +-
 .../cordova/camera/parameter/cameraSuccess.md   |   4 +-
 .../1.9.0/cordova/compass/compass.clearWatch.md |  20 +-
 .../cordova/compass/compass.clearWatchFilter.md |   4 +-
 .../compass/compass.getCurrentHeading.md        |  22 +-
 www/docs/en/1.9.0/cordova/compass/compass.md    |  20 +-
 .../cordova/compass/compass.watchHeading.md     |  28 +-
 .../compass/compass.watchHeadingFilter.md       |   4 +-
 .../compass/compassError/compassError.md        |  10 +-
 .../cordova/compass/parameters/compassError.md  |   4 +-
 .../compass/parameters/compassHeading.md        |   4 +-
 .../compass/parameters/compassSuccess.md        |   6 +-
 .../en/1.9.0/cordova/connection/connection.md   |   4 +-
 .../1.9.0/cordova/connection/connection.type.md |  58 ++--
 .../1.9.0/cordova/contacts/Contact/contact.md   |  68 ++---
 .../contacts/ContactAddress/contactaddress.md   |  34 +--
 .../contacts/ContactError/contactError.md       |  20 +-
 .../contacts/ContactField/contactfield.md       |  50 +--
 .../ContactFindOptions/contactfindoptions.md    |  30 +-
 .../cordova/contacts/ContactName/contactname.md |  32 +-
 .../ContactOrganization/contactorganization.md  |  36 +--
 .../1.9.0/cordova/contacts/contacts.create.md   |  28 +-
 .../en/1.9.0/cordova/contacts/contacts.find.md  |  40 +--
 www/docs/en/1.9.0/cordova/contacts/contacts.md  |  40 +--
 .../contacts/parameters/contactFields.md        |   2 +-
 .../contacts/parameters/contactFindOptions.md   |   2 +-
 .../contacts/parameters/contactSuccess.md       |   6 +-
 .../en/1.9.0/cordova/device/device.cordova.md   |  20 +-
 www/docs/en/1.9.0/cordova/device/device.md      |  14 +-
 www/docs/en/1.9.0/cordova/device/device.name.md |  22 +-
 .../en/1.9.0/cordova/device/device.platform.md  |  22 +-
 www/docs/en/1.9.0/cordova/device/device.uuid.md |  22 +-
 .../en/1.9.0/cordova/device/device.version.md   |  20 +-
 .../1.9.0/cordova/events/events.backbutton.md   |  16 +-
 .../cordova/events/events.batterycritical.md    |  16 +-
 .../1.9.0/cordova/events/events.batterylow.md   |  16 +-
 .../cordova/events/events.batterystatus.md      |  18 +-
 .../1.9.0/cordova/events/events.deviceready.md  |  16 +-
 .../cordova/events/events.endcallbutton.md      |  16 +-
 www/docs/en/1.9.0/cordova/events/events.md      |  32 +-
 .../1.9.0/cordova/events/events.menubutton.md   |  16 +-
 .../en/1.9.0/cordova/events/events.offline.md   |  16 +-
 .../en/1.9.0/cordova/events/events.online.md    |  16 +-
 .../en/1.9.0/cordova/events/events.pause.md     |  18 +-
 .../en/1.9.0/cordova/events/events.resume.md    |  18 +-
 .../1.9.0/cordova/events/events.searchbutton.md |  16 +-
 .../cordova/events/events.startcallbutton.md    |  16 +-
 .../cordova/events/events.volumedownbutton.md   |  16 +-
 .../cordova/events/events.volumeupbutton.md     |  16 +-
 .../file/directoryentry/directoryentry.md       |  72 ++---
 .../file/directoryreader/directoryreader.md     |   6 +-
 www/docs/en/1.9.0/cordova/file/file.md          |  52 ++--
 .../1.9.0/cordova/file/fileentry/fileentry.md   |  96 +++---
 .../1.9.0/cordova/file/fileerror/fileerror.md   |  30 +-
 .../en/1.9.0/cordova/file/fileobj/fileobj.md    |   2 +-
 .../1.9.0/cordova/file/filereader/filereader.md |  46 +--
 .../1.9.0/cordova/file/filesystem/filesystem.md |  26 +-
 .../cordova/file/filetransfer/filetransfer.md   |  50 +--
 .../file/filetransfererror/filetransfererror.md |  12 +-
 .../file/fileuploadoptions/fileuploadoptions.md |   6 +-
 .../file/fileuploadresult/fileuploadresult.md   |   8 +-
 .../1.9.0/cordova/file/filewriter/filewriter.md |  42 +--
 www/docs/en/1.9.0/cordova/file/flags/flags.md   |   6 +-
 .../file/localfilesystem/localfilesystem.md     |  38 +--
 .../en/1.9.0/cordova/file/metadata/metadata.md  |   4 +-
 .../geolocation/Coordinates/coordinates.md      |  18 +-
 .../cordova/geolocation/Position/position.md    |  22 +-
 .../geolocation/PositionError/positionError.md  |  24 +-
 .../geolocation/geolocation.clearWatch.md       |  22 +-
 .../geolocation.getCurrentPosition.md           |  40 +--
 .../en/1.9.0/cordova/geolocation/geolocation.md |  22 +-
 .../geolocation/geolocation.watchPosition.md    |  40 +--
 .../parameters/geolocation.options.md           |   6 +-
 .../geolocation/parameters/geolocationError.md  |   2 +-
 .../parameters/geolocationSuccess.md            |   6 +-
 .../cordova/media/MediaError/mediaError.md      |  14 +-
 .../cordova/media/Parameters/mediaError.md      |   2 +-
 .../en/1.9.0/cordova/media/capture/CaptureCB.md |  14 +-
 .../1.9.0/cordova/media/capture/CaptureError.md |  12 +-
 .../cordova/media/capture/CaptureErrorCB.md     |  10 +-
 .../cordova/media/capture/ConfigurationData.md  |   4 +-
 .../media/capture/MediaFile.getFormatData.md    |  16 +-
 .../en/1.9.0/cordova/media/capture/MediaFile.md |   4 +-
 .../cordova/media/capture/MediaFileData.md      |   8 +-
 .../en/1.9.0/cordova/media/capture/capture.md   |  40 +--
 .../1.9.0/cordova/media/capture/captureAudio.md |  40 +--
 .../media/capture/captureAudioOptions.md        |   6 +-
 .../1.9.0/cordova/media/capture/captureImage.md |  38 +--
 .../media/capture/captureImageOptions.md        |   6 +-
 .../1.9.0/cordova/media/capture/captureVideo.md |  40 +--
 .../media/capture/captureVideoOptions.md        |   6 +-
 .../cordova/media/media.getCurrentPosition.md   |  44 +--
 .../en/1.9.0/cordova/media/media.getDuration.md |  34 +--
 www/docs/en/1.9.0/cordova/media/media.md        |  28 +-
 www/docs/en/1.9.0/cordova/media/media.pause.md  |  44 +--
 www/docs/en/1.9.0/cordova/media/media.play.md   |  44 +--
 .../en/1.9.0/cordova/media/media.release.md     |  40 +--
 www/docs/en/1.9.0/cordova/media/media.seekTo.md |  30 +-
 .../en/1.9.0/cordova/media/media.startRecord.md |  20 +-
 www/docs/en/1.9.0/cordova/media/media.stop.md   |  34 +--
 .../en/1.9.0/cordova/media/media.stopRecord.md  |  24 +-
 .../cordova/notification/notification.alert.md  |  10 +-
 .../cordova/notification/notification.beep.md   |  16 +-
 .../notification/notification.confirm.md        |  10 +-
 .../1.9.0/cordova/notification/notification.md  |  10 +-
 .../notification/notification.vibrate.md        |  14 +-
 .../1.9.0/cordova/storage/database/database.md  |  22 +-
 .../storage/localstorage/localstorage.md        |  58 ++--
 .../storage/sqlresultset/sqlresultset.md        |  24 +-
 .../sqlresultsetlist/sqlresultsetlist.md        |  26 +-
 .../storage/sqltransaction/sqltransaction.md    |  20 +-
 www/docs/en/1.9.0/cordova/storage/storage.md    |  24 +-
 .../cordova/storage/storage.opendatabase.md     |  22 +-
 www/docs/en/1.9.0/guide/command-line/index.md   |   2 +-
 .../en/1.9.0/guide/cordova-webview/index.md     |   4 +-
 www/docs/en/1.9.0/guide/cordova-webview/ios.md  |  34 +--
 .../guide/getting-started/android/index.md      |   6 +-
 .../1.9.0/guide/getting-started/bada/index.md   |   6 +-
 .../guide/getting-started/blackberry/index.md   |   6 +-
 .../en/1.9.0/guide/getting-started/index.md     |  14 +-
 .../en/1.9.0/guide/getting-started/ios/index.md |  12 +-
 .../guide/getting-started/symbian/index.md      |   6 +-
 .../1.9.0/guide/getting-started/webos/index.md  |   2 +-
 .../getting-started/windows-phone/index.md      |   4 +-
 www/docs/en/1.9.0/guide/upgrading/index.md      |  14 +-
 www/docs/en/1.9.0/guide/upgrading/ios/index.md  |  22 +-
 www/docs/en/1.9.0/guide/whitelist/index.md      |   2 +-
 www/docs/en/1.9.0/index.md                      |  40 +--
 .../accelerometer/acceleration/acceleration.md  |  20 +-
 .../accelerometer/accelerometer.clearWatch.md   |  26 +-
 .../accelerometer.getCurrentAcceleration.md     |  38 +--
 .../cordova/accelerometer/accelerometer.md      |  18 +-
 .../accelerometer.watchAcceleration.md          |  42 +--
 .../parameters/accelerometerOptions.md          |   2 +-
 .../parameters/accelerometerSuccess.md          |  12 +-
 .../en/2.0.0/cordova/camera/camera.cleanup.md   |   8 +-
 .../2.0.0/cordova/camera/camera.getPicture.md   |  30 +-
 www/docs/en/2.0.0/cordova/camera/camera.md      |   6 +-
 .../camera/parameter/CameraPopoverOptions.md    |  18 +-
 .../cordova/camera/parameter/cameraOptions.md   |  28 +-
 .../cordova/camera/parameter/cameraSuccess.md   |   4 +-
 .../2.0.0/cordova/compass/compass.clearWatch.md |  20 +-
 .../cordova/compass/compass.clearWatchFilter.md |   4 +-
 .../compass/compass.getCurrentHeading.md        |  22 +-
 www/docs/en/2.0.0/cordova/compass/compass.md    |  20 +-
 .../cordova/compass/compass.watchHeading.md     |  28 +-
 .../compass/compass.watchHeadingFilter.md       |   4 +-
 .../compass/compassError/compassError.md        |  10 +-
 .../cordova/compass/parameters/compassError.md  |   4 +-
 .../compass/parameters/compassHeading.md        |   4 +-
 .../compass/parameters/compassSuccess.md        |   6 +-
 .../en/2.0.0/cordova/connection/connection.md   |   4 +-
 .../2.0.0/cordova/connection/connection.type.md |  58 ++--
 .../2.0.0/cordova/contacts/Contact/contact.md   |  68 ++---
 .../contacts/ContactAddress/contactaddress.md   |  34 +--
 .../contacts/ContactError/contactError.md       |  20 +-
 .../contacts/ContactField/contactfield.md       |  50 +--
 .../ContactFindOptions/contactfindoptions.md    |  30 +-
 .../cordova/contacts/ContactName/contactname.md |  32 +-
 .../ContactOrganization/contactorganization.md  |  36 +--
 .../2.0.0/cordova/contacts/contacts.create.md   |  28 +-
 .../en/2.0.0/cordova/contacts/contacts.find.md  |  40 +--
 www/docs/en/2.0.0/cordova/contacts/contacts.md  |  40 +--
 .../contacts/parameters/contactFields.md        |   2 +-
 .../contacts/parameters/contactFindOptions.md   |   2 +-
 .../contacts/parameters/contactSuccess.md       |   6 +-
 .../en/2.0.0/cordova/device/device.cordova.md   |  20 +-
 www/docs/en/2.0.0/cordova/device/device.md      |  14 +-
 www/docs/en/2.0.0/cordova/device/device.name.md |  22 +-
 .../en/2.0.0/cordova/device/device.platform.md  |  22 +-
 www/docs/en/2.0.0/cordova/device/device.uuid.md |  22 +-
 .../en/2.0.0/cordova/device/device.version.md   |  20 +-
 .../2.0.0/cordova/events/events.backbutton.md   |  16 +-
 .../cordova/events/events.batterycritical.md    |  16 +-
 .../2.0.0/cordova/events/events.batterylow.md   |  16 +-
 .../cordova/events/events.batterystatus.md      |  18 +-
 .../2.0.0/cordova/events/events.deviceready.md  |  16 +-
 .../cordova/events/events.endcallbutton.md      |  16 +-
 www/docs/en/2.0.0/cordova/events/events.md      |  32 +-
 .../2.0.0/cordova/events/events.menubutton.md   |  16 +-
 .../en/2.0.0/cordova/events/events.offline.md   |  16 +-
 .../en/2.0.0/cordova/events/events.online.md    |  16 +-
 .../en/2.0.0/cordova/events/events.pause.md     |  18 +-
 .../en/2.0.0/cordova/events/events.resume.md    |  18 +-
 .../2.0.0/cordova/events/events.searchbutton.md |  16 +-
 .../cordova/events/events.startcallbutton.md    |  16 +-
 .../cordova/events/events.volumedownbutton.md   |  16 +-
 .../cordova/events/events.volumeupbutton.md     |  16 +-
 .../file/directoryentry/directoryentry.md       |  72 ++---
 .../file/directoryreader/directoryreader.md     |   6 +-
 www/docs/en/2.0.0/cordova/file/file.md          |  52 ++--
 .../2.0.0/cordova/file/fileentry/fileentry.md   |  96 +++---
 .../2.0.0/cordova/file/fileerror/fileerror.md   |  30 +-
 .../en/2.0.0/cordova/file/fileobj/fileobj.md    |   2 +-
 .../2.0.0/cordova/file/filereader/filereader.md |  46 +--
 .../2.0.0/cordova/file/filesystem/filesystem.md |  26 +-
 .../cordova/file/filetransfer/filetransfer.md   |  50 +--
 .../file/filetransfererror/filetransfererror.md |  12 +-
 .../file/fileuploadoptions/fileuploadoptions.md |   6 +-
 .../file/fileuploadresult/fileuploadresult.md   |   8 +-
 .../2.0.0/cordova/file/filewriter/filewriter.md |  42 +--
 www/docs/en/2.0.0/cordova/file/flags/flags.md   |   6 +-
 .../file/localfilesystem/localfilesystem.md     |  38 +--
 .../en/2.0.0/cordova/file/metadata/metadata.md  |   4 +-
 .../geolocation/Coordinates/coordinates.md      |  18 +-
 .../cordova/geolocation/Position/position.md    |  22 +-
 .../geolocation/PositionError/positionError.md  |  24 +-
 .../geolocation/geolocation.clearWatch.md       |  22 +-
 .../geolocation.getCurrentPosition.md           |  40 +--
 .../en/2.0.0/cordova/geolocation/geolocation.md |  22 +-
 .../geolocation/geolocation.watchPosition.md    |  40 +--
 .../parameters/geolocation.options.md           |   6 +-
 .../geolocation/parameters/geolocationError.md  |   2 +-
 .../parameters/geolocationSuccess.md            |   6 +-
 .../cordova/media/MediaError/mediaError.md      |  14 +-
 .../cordova/media/Parameters/mediaError.md      |   2 +-
 .../en/2.0.0/cordova/media/capture/CaptureCB.md |  14 +-
 .../2.0.0/cordova/media/capture/CaptureError.md |  12 +-
 .../cordova/media/capture/CaptureErrorCB.md     |  10 +-
 .../cordova/media/capture/ConfigurationData.md  |   4 +-
 .../media/capture/MediaFile.getFormatData.md    |  16 +-
 .../en/2.0.0/cordova/media/capture/MediaFile.md |   4 +-
 .../cordova/media/capture/MediaFileData.md      |   8 +-
 .../en/2.0.0/cordova/media/capture/capture.md   |  40 +--
 .../2.0.0/cordova/media/capture/captureAudio.md |  40 +--
 .../media/capture/captureAudioOptions.md        |   6 +-
 .../2.0.0/cordova/media/capture/captureImage.md |  42 +--
 .../media/capture/captureImageOptions.md        |   6 +-
 .../2.0.0/cordova/media/capture/captureVideo.md |  44 +--
 .../media/capture/captureVideoOptions.md        |   6 +-
 .../cordova/media/media.getCurrentPosition.md   |  44 +--
 .../en/2.0.0/cordova/media/media.getDuration.md |  34 +--
 www/docs/en/2.0.0/cordova/media/media.md        |  28 +-
 www/docs/en/2.0.0/cordova/media/media.pause.md  |  44 +--
 www/docs/en/2.0.0/cordova/media/media.play.md   |  44 +--
 .../en/2.0.0/cordova/media/media.release.md     |  40 +--
 www/docs/en/2.0.0/cordova/media/media.seekTo.md |  30 +-
 .../en/2.0.0/cordova/media/media.startRecord.md |  20 +-
 www/docs/en/2.0.0/cordova/media/media.stop.md   |  34 +--
 .../en/2.0.0/cordova/media/media.stopRecord.md  |  24 +-
 .../cordova/notification/notification.alert.md  |  10 +-
 .../cordova/notification/notification.beep.md   |  16 +-
 .../notification/notification.confirm.md        |  10 +-
 .../2.0.0/cordova/notification/notification.md  |  10 +-
 .../notification/notification.vibrate.md        |  14 +-
 .../2.0.0/cordova/storage/database/database.md  |  22 +-
 .../storage/localstorage/localstorage.md        |  58 ++--
 .../storage/sqlresultset/sqlresultset.md        |  24 +-
 .../sqlresultsetlist/sqlresultsetlist.md        |  26 +-
 .../storage/sqltransaction/sqltransaction.md    |  20 +-
 www/docs/en/2.0.0/cordova/storage/storage.md    |  24 +-
 .../cordova/storage/storage.opendatabase.md     |  22 +-
 www/docs/en/2.0.0/guide/command-line/index.md   |   2 +-
 .../en/2.0.0/guide/cordova-webview/index.md     |   4 +-
 www/docs/en/2.0.0/guide/cordova-webview/ios.md  |  20 +-
 .../guide/getting-started/android/index.md      |   6 +-
 .../2.0.0/guide/getting-started/bada/index.md   |   6 +-
 .../guide/getting-started/blackberry/index.md   |   6 +-
 .../en/2.0.0/guide/getting-started/index.md     |  14 +-
 .../en/2.0.0/guide/getting-started/ios/index.md |   4 +-
 .../guide/getting-started/symbian/index.md      |   6 +-
 .../2.0.0/guide/getting-started/webos/index.md  |   2 +-
 .../getting-started/windows-phone/index.md      |   4 +-
 .../guide/plugin-development/android/index.md   |   2 +-
 .../guide/plugin-development/bada/index.md      |   2 +-
 .../en/2.0.0/guide/plugin-development/index.md  |  14 +-
 .../2.0.0/guide/plugin-development/ios/index.md |   4 +-
 .../2.0.0/guide/upgrading/blackberry/index.md   |  44 +--
 www/docs/en/2.0.0/guide/upgrading/index.md      |  14 +-
 www/docs/en/2.0.0/guide/upgrading/ios/index.md  |  34 +--
 www/docs/en/2.0.0/index.md                      |  42 +--
 .../accelerometer/acceleration/acceleration.md  |  20 +-
 .../accelerometer/accelerometer.clearWatch.md   |  26 +-
 .../accelerometer.getCurrentAcceleration.md     |  38 +--
 .../cordova/accelerometer/accelerometer.md      |  18 +-
 .../accelerometer.watchAcceleration.md          |  42 +--
 .../parameters/accelerometerOptions.md          |   2 +-
 .../parameters/accelerometerSuccess.md          |  12 +-
 .../en/2.1.0/cordova/camera/camera.cleanup.md   |   8 +-
 .../2.1.0/cordova/camera/camera.getPicture.md   |  32 +-
 www/docs/en/2.1.0/cordova/camera/camera.md      |   6 +-
 .../camera/parameter/CameraPopoverOptions.md    |  18 +-
 .../cordova/camera/parameter/cameraOptions.md   |  28 +-
 .../cordova/camera/parameter/cameraSuccess.md   |   4 +-
 .../2.1.0/cordova/compass/compass.clearWatch.md |  20 +-
 .../cordova/compass/compass.clearWatchFilter.md |   4 +-
 .../compass/compass.getCurrentHeading.md        |  22 +-
 www/docs/en/2.1.0/cordova/compass/compass.md    |  20 +-
 .../cordova/compass/compass.watchHeading.md     |  28 +-
 .../compass/compass.watchHeadingFilter.md       |   4 +-
 .../compass/compassError/compassError.md        |  10 +-
 .../cordova/compass/parameters/compassError.md  |   4 +-
 .../compass/parameters/compassHeading.md        |   4 +-
 .../compass/parameters/compassSuccess.md        |   6 +-
 .../en/2.1.0/cordova/connection/connection.md   |   4 +-
 .../2.1.0/cordova/connection/connection.type.md |  60 ++--
 .../2.1.0/cordova/contacts/Contact/contact.md   |  68 ++---
 .../contacts/ContactAddress/contactaddress.md   |  34 +--
 .../contacts/ContactError/contactError.md       |  20 +-
 .../contacts/ContactField/contactfield.md       |  50 +--
 .../ContactFindOptions/contactfindoptions.md    |  30 +-
 .../cordova/contacts/ContactName/contactname.md |  32 +-
 .../ContactOrganization/contactorganization.md  |  36 +--
 .../2.1.0/cordova/contacts/contacts.create.md   |  28 +-
 .../en/2.1.0/cordova/contacts/contacts.find.md  |  40 +--
 www/docs/en/2.1.0/cordova/contacts/contacts.md  |  40 +--
 .../contacts/parameters/contactFields.md        |   2 +-
 .../contacts/parameters/contactFindOptions.md   |   2 +-
 .../contacts/parameters/contactSuccess.md       |   6 +-
 .../en/2.1.0/cordova/device/device.cordova.md   |  20 +-
 www/docs/en/2.1.0/cordova/device/device.md      |  14 +-
 www/docs/en/2.1.0/cordova/device/device.name.md |  22 +-
 .../en/2.1.0/cordova/device/device.platform.md  |  22 +-
 www/docs/en/2.1.0/cordova/device/device.uuid.md |  22 +-
 .../en/2.1.0/cordova/device/device.version.md   |  20 +-
 .../2.1.0/cordova/events/events.backbutton.md   |  16 +-
 .../cordova/events/events.batterycritical.md    |  16 +-
 .../2.1.0/cordova/events/events.batterylow.md   |  16 +-
 .../cordova/events/events.batterystatus.md      |  18 +-
 .../2.1.0/cordova/events/events.deviceready.md  |  16 +-
 .../cordova/events/events.endcallbutton.md      |  16 +-
 www/docs/en/2.1.0/cordova/events/events.md      |  32 +-
 .../2.1.0/cordova/events/events.menubutton.md   |  16 +-
 .../en/2.1.0/cordova/events/events.offline.md   |  16 +-
 .../en/2.1.0/cordova/events/events.online.md    |  16 +-
 .../en/2.1.0/cordova/events/events.pause.md     |  18 +-
 .../en/2.1.0/cordova/events/events.resume.md    |  18 +-
 .../2.1.0/cordova/events/events.searchbutton.md |  16 +-
 .../cordova/events/events.startcallbutton.md    |  16 +-
 .../cordova/events/events.volumedownbutton.md   |  16 +-
 .../cordova/events/events.volumeupbutton.md     |  16 +-
 .../file/directoryentry/directoryentry.md       |  86 +++---
 .../file/directoryreader/directoryreader.md     |   6 +-
 www/docs/en/2.1.0/cordova/file/file.md          |  52 ++--
 .../2.1.0/cordova/file/fileentry/fileentry.md   | 116 +++----
 .../2.1.0/cordova/file/fileerror/fileerror.md   |  30 +-
 .../en/2.1.0/cordova/file/fileobj/fileobj.md    |   2 +-
 .../2.1.0/cordova/file/filereader/filereader.md |  46 +--
 .../2.1.0/cordova/file/filesystem/filesystem.md |  26 +-
 .../cordova/file/filetransfer/filetransfer.md   |  50 +--
 .../file/filetransfererror/filetransfererror.md |  12 +-
 .../file/fileuploadoptions/fileuploadoptions.md |   6 +-
 .../file/fileuploadresult/fileuploadresult.md   |   8 +-
 .../2.1.0/cordova/file/filewriter/filewriter.md |  42 +--
 www/docs/en/2.1.0/cordova/file/flags/flags.md   |   6 +-
 .../file/localfilesystem/localfilesystem.md     |  38 +--
 .../en/2.1.0/cordova/file/metadata/metadata.md  |   4 +-
 .../geolocation/Coordinates/coordinates.md      |  18 +-
 .../cordova/geolocation/Position/position.md    |  22 +-
 .../geolocation/PositionError/positionError.md  |  24 +-
 .../geolocation/geolocation.clearWatch.md       |  22 +-
 .../geolocation.getCurrentPosition.md           |  40 +--
 .../en/2.1.0/cordova/geolocation/geolocation.md |  22 +-
 .../geolocation/geolocation.watchPosition.md    |  40 +--
 .../parameters/geolocation.options.md           |   6 +-
 .../geolocation/parameters/geolocationError.md  |   2 +-
 .../parameters/geolocationSuccess.md            |   6 +-
 .../cordova/media/MediaError/mediaError.md      |  14 +-
 .../cordova/media/Parameters/mediaError.md      |   2 +-
 .../en/2.1.0/cordova/media/capture/CaptureCB.md |  14 +-
 .../2.1.0/cordova/media/capture/CaptureError.md |  12 +-
 .../cordova/media/capture/CaptureErrorCB.md     |  10 +-
 .../cordova/media/capture/ConfigurationData.md  |   4 +-
 .../media/capture/MediaFile.getFormatData.md    |  16 +-
 .../en/2.1.0/cordova/media/capture/MediaFile.md |   4 +-
 .../cordova/media/capture/MediaFileData.md      |   8 +-
 .../en/2.1.0/cordova/media/capture/capture.md   |  40 +--
 .../2.1.0/cordova/media/capture/captureAudio.md |  40 +--
 .../media/capture/captureAudioOptions.md        |   6 +-
 .../2.1.0/cordova/media/capture/captureImage.md |  42 +--
 .../media/capture/captureImageOptions.md        |   6 +-
 .../2.1.0/cordova/media/capture/captureVideo.md |  44 +--
 .../media/capture/captureVideoOptions.md        |   6 +-
 .../cordova/media/media.getCurrentPosition.md   |  44 +--
 .../en/2.1.0/cordova/media/media.getDuration.md |  34 +--
 www/docs/en/2.1.0/cordova/media/media.md        |  28 +-
 www/docs/en/2.1.0/cordova/media/media.pause.md  |  44 +--
 www/docs/en/2.1.0/cordova/media/media.play.md   |  44 +--
 .../en/2.1.0/cordova/media/media.release.md     |  40 +--
 www/docs/en/2.1.0/cordova/media/media.seekTo.md |  30 +-
 .../en/2.1.0/cordova/media/media.startRecord.md |  20 +-
 www/docs/en/2.1.0/cordova/media/media.stop.md   |  34 +--
 .../en/2.1.0/cordova/media/media.stopRecord.md  |  24 +-
 .../cordova/notification/notification.alert.md  |  10 +-
 .../cordova/notification/notification.beep.md   |  16 +-
 .../notification/notification.confirm.md        |  10 +-
 .../2.1.0/cordova/notification/notification.md  |  10 +-
 .../notification/notification.vibrate.md        |  14 +-
 .../2.1.0/cordova/storage/database/database.md  |  22 +-
 .../storage/localstorage/localstorage.md        |  58 ++--
 .../storage/sqlresultset/sqlresultset.md        |  24 +-
 .../sqlresultsetlist/sqlresultsetlist.md        |  26 +-
 .../storage/sqltransaction/sqltransaction.md    |  20 +-
 www/docs/en/2.1.0/cordova/storage/storage.md    |  24 +-
 .../cordova/storage/storage.opendatabase.md     |  22 +-
 www/docs/en/2.1.0/guide/command-line/index.md   |   2 +-
 .../en/2.1.0/guide/cordova-webview/index.md     |   4 +-
 www/docs/en/2.1.0/guide/cordova-webview/ios.md  |  10 +-
 .../guide/getting-started/android/index.md      |   6 +-
 .../2.1.0/guide/getting-started/bada/index.md   |   6 +-
 .../guide/getting-started/blackberry/index.md   |   6 +-
 .../en/2.1.0/guide/getting-started/index.md     |  16 +-
 .../en/2.1.0/guide/getting-started/ios/index.md |   4 +-
 .../guide/getting-started/symbian/index.md      |   6 +-
 .../2.1.0/guide/getting-started/tizen/index.md  |  10 +-
 .../2.1.0/guide/getting-started/webos/index.md  |   2 +-
 .../getting-started/windows-phone/index.md      |   4 +-
 .../guide/plugin-development/android/index.md   |   2 +-
 .../guide/plugin-development/bada/index.md      |   2 +-
 .../en/2.1.0/guide/plugin-development/index.md  |  16 +-
 .../2.1.0/guide/plugin-development/ios/index.md |   4 +-
 .../plugin-development/windows-phone/index.md   |   2 +-
 .../2.1.0/guide/upgrading/blackberry/index.md   |  44 +--
 www/docs/en/2.1.0/guide/upgrading/index.md      |  16 +-
 www/docs/en/2.1.0/guide/upgrading/ios/index.md  |  34 +--
 www/docs/en/2.1.0/index.md                      |  42 +--
 .../accelerometer/acceleration/acceleration.md  |  20 +-
 .../accelerometer/accelerometer.clearWatch.md   |  26 +-
 .../accelerometer.getCurrentAcceleration.md     |  38 +--
 .../cordova/accelerometer/accelerometer.md      |  18 +-
 .../accelerometer.watchAcceleration.md          |  42 +--
 .../parameters/accelerometerOptions.md          |   2 +-
 .../parameters/accelerometerSuccess.md          |  12 +-
 .../en/2.2.0/cordova/camera/camera.cleanup.md   |   8 +-
 .../2.2.0/cordova/camera/camera.getPicture.md   |  36 +--
 www/docs/en/2.2.0/cordova/camera/camera.md      |   6 +-
 .../camera/parameter/CameraPopoverOptions.md    |  18 +-
 .../cordova/camera/parameter/cameraOptions.md   |  28 +-
 .../cordova/camera/parameter/cameraSuccess.md   |   4 +-
 .../2.2.0/cordova/compass/compass.clearWatch.md |  20 +-
 .../cordova/compass/compass.clearWatchFilter.md |   4 +-
 .../compass/compass.getCurrentHeading.md        |  22 +-
 www/docs/en/2.2.0/cordova/compass/compass.md    |  20 +-
 .../cordova/compass/compass.watchHeading.md     |  28 +-
 .../compass/compass.watchHeadingFilter.md       |   4 +-
 .../compass/compassError/compassError.md        |  10 +-
 .../cordova/compass/parameters/compassError.md  |   4 +-
 .../compass/parameters/compassHeading.md        |   4 +-
 .../compass/parameters/compassSuccess.md        |   6 +-
 .../en/2.2.0/cordova/connection/connection.md   |   4 +-
 .../2.2.0/cordova/connection/connection.type.md |  64 ++--
 .../2.2.0/cordova/contacts/Contact/contact.md   |  70 ++---
 .../contacts/ContactAddress/contactaddress.md   |  34 +--
 .../contacts/ContactError/contactError.md       |  20 +-
 .../contacts/ContactField/contactfield.md       |  50 +--
 .../ContactFindOptions/contactfindoptions.md    |  30 +-
 .../cordova/contacts/ContactName/contactname.md |  32 +-
 .../ContactOrganization/contactorganization.md  |  36 +--
 .../2.2.0/cordova/contacts/contacts.create.md   |  28 +-
 .../en/2.2.0/cordova/contacts/contacts.find.md  |  40 +--
 www/docs/en/2.2.0/cordova/contacts/contacts.md  |  40 +--
 .../contacts/parameters/contactFields.md        |   2 +-
 .../contacts/parameters/contactFindOptions.md   |   2 +-
 .../contacts/parameters/contactSuccess.md       |   6 +-
 .../en/2.2.0/cordova/device/device.cordova.md   |  20 +-
 www/docs/en/2.2.0/cordova/device/device.md      |  14 +-
 www/docs/en/2.2.0/cordova/device/device.name.md |  22 +-
 .../en/2.2.0/cordova/device/device.platform.md  |  22 +-
 www/docs/en/2.2.0/cordova/device/device.uuid.md |  22 +-
 .../en/2.2.0/cordova/device/device.version.md   |  20 +-
 .../2.2.0/cordova/events/events.backbutton.md   |  16 +-
 .../cordova/events/events.batterycritical.md    |  16 +-
 .../2.2.0/cordova/events/events.batterylow.md   |  16 +-
 .../cordova/events/events.batterystatus.md      |  18 +-
 .../2.2.0/cordova/events/events.deviceready.md  |  16 +-
 .../cordova/events/events.endcallbutton.md      |  16 +-
 www/docs/en/2.2.0/cordova/events/events.md      |  32 +-
 .../2.2.0/cordova/events/events.menubutton.md   |  16 +-
 .../en/2.2.0/cordova/events/events.offline.md   |  16 +-
 .../en/2.2.0/cordova/events/events.online.md    |  16 +-
 .../en/2.2.0/cordova/events/events.pause.md     |  18 +-
 .../en/2.2.0/cordova/events/events.resume.md    |  18 +-
 .../2.2.0/cordova/events/events.searchbutton.md |  16 +-
 .../cordova/events/events.startcallbutton.md    |  16 +-
 .../cordova/events/events.volumedownbutton.md   |  16 +-
 .../cordova/events/events.volumeupbutton.md     |  16 +-
 .../file/directoryentry/directoryentry.md       |  86 +++---
 .../file/directoryreader/directoryreader.md     |   6 +-
 www/docs/en/2.2.0/cordova/file/file.md          |  52 ++--
 .../2.2.0/cordova/file/fileentry/fileentry.md   | 116 +++----
 .../2.2.0/cordova/file/fileerror/fileerror.md   |  30 +-
 .../en/2.2.0/cordova/file/fileobj/fileobj.md    |   2 +-
 .../2.2.0/cordova/file/filereader/filereader.md |  46 +--
 .../2.2.0/cordova/file/filesystem/filesystem.md |  26 +-
 .../cordova/file/filetransfer/filetransfer.md   |  56 ++--
 .../file/filetransfererror/filetransfererror.md |  14 +-
 .../file/fileuploadoptions/fileuploadoptions.md |   6 +-
 .../file/fileuploadresult/fileuploadresult.md   |   8 +-
 .../2.2.0/cordova/file/filewriter/filewriter.md |  42 +--
 www/docs/en/2.2.0/cordova/file/flags/flags.md   |   6 +-
 .../file/localfilesystem/localfilesystem.md     |  38 +--
 .../en/2.2.0/cordova/file/metadata/metadata.md  |   4 +-
 .../geolocation/Coordinates/coordinates.md      |  18 +-
 .../cordova/geolocation/Position/position.md    |  22 +-
 .../geolocation/PositionError/positionError.md  |  24 +-
 .../geolocation/geolocation.clearWatch.md       |  22 +-
 .../geolocation.getCurrentPosition.md           |  40 +--
 .../en/2.2.0/cordova/geolocation/geolocation.md |  22 +-
 .../geolocation/geolocation.watchPosition.md    |  40 +--
 .../parameters/geolocation.options.md           |   6 +-
 .../geolocation/parameters/geolocationError.md  |   2 +-
 .../parameters/geolocationSuccess.md            |   6 +-
 .../GlobalizationError/globalizationerror.md    |  18 +-
 .../globalization/globalization.dateToString.md |   6 +-
 .../globalization.getCurrencyPattern.md         |   6 +-
 .../globalization/globalization.getDateNames.md |   6 +-
 .../globalization.getDatePattern.md             |   6 +-
 .../globalization.getFirstDayOfWeek.md          |   6 +-
 .../globalization.getLocaleName.md              |   6 +-
 .../globalization.getNumberPattern.md           |   6 +-
 .../globalization.getPreferredLanguage.md       |   6 +-
 .../globalization.isDayLightSavingsTime.md      |   6 +-
 .../cordova/globalization/globalization.md      |  26 +-
 .../globalization.numberToString.md             |   6 +-
 .../globalization/globalization.stringToDate.md |   6 +-
 .../globalization.stringToNumber.md             |   6 +-
 .../cordova/media/MediaError/mediaError.md      |  14 +-
 .../cordova/media/Parameters/mediaError.md      |   2 +-
 .../en/2.2.0/cordova/media/capture/CaptureCB.md |  14 +-
 .../2.2.0/cordova/media/capture/CaptureError.md |  12 +-
 .../cordova/media/capture/CaptureErrorCB.md     |  10 +-
 .../cordova/media/capture/ConfigurationData.md  |   4 +-
 .../media/capture/MediaFile.getFormatData.md    |  16 +-
 .../en/2.2.0/cordova/media/capture/MediaFile.md |   4 +-
 .../cordova/media/capture/MediaFileData.md      |   8 +-
 .../en/2.2.0/cordova/media/capture/capture.md   |  40 +--
 .../2.2.0/cordova/media/capture/captureAudio.md |  40 +--
 .../media/capture/captureAudioOptions.md        |   6 +-
 .../2.2.0/cordova/media/capture/captureImage.md |  46 +--
 .../media/capture/captureImageOptions.md        |   6 +-
 .../2.2.0/cordova/media/capture/captureVideo.md |  48 +--
 .../media/capture/captureVideoOptions.md        |   6 +-
 .../cordova/media/media.getCurrentPosition.md   |  44 +--
 .../en/2.2.0/cordova/media/media.getDuration.md |  34 +--
 www/docs/en/2.2.0/cordova/media/media.md        |  28 +-
 www/docs/en/2.2.0/cordova/media/media.pause.md  |  44 +--
 www/docs/en/2.2.0/cordova/media/media.play.md   |  44 +--
 .../en/2.2.0/cordova/media/media.release.md     |  40 +--
 www/docs/en/2.2.0/cordova/media/media.seekTo.md |  30 +-
 .../en/2.2.0/cordova/media/media.startRecord.md |  20 +-
 www/docs/en/2.2.0/cordova/media/media.stop.md   |  34 +--
 .../en/2.2.0/cordova/media/media.stopRecord.md  |  24 +-
 .../cordova/notification/notification.alert.md  |  14 +-
 .../cordova/notification/notification.beep.md   |  20 +-
 .../notification/notification.confirm.md        |  16 +-
 .../2.2.0/cordova/notification/notification.md  |  10 +-
 .../notification/notification.vibrate.md        |  18 +-
 .../cordova/splashscreen/splashscreen.hide.md   |  14 +-
 .../2.2.0/cordova/splashscreen/splashscreen.md  |   8 +-
 .../cordova/splashscreen/splashscreen.show.md   |  12 +-
 .../2.2.0/cordova/storage/database/database.md  |  22 +-
 .../storage/localstorage/localstorage.md        |  58 ++--
 .../storage/sqlresultset/sqlresultset.md        |  24 +-
 .../sqlresultsetlist/sqlresultsetlist.md        |  26 +-
 .../storage/sqltransaction/sqltransaction.md    |  20 +-
 www/docs/en/2.2.0/cordova/storage/storage.md    |  24 +-
 .../cordova/storage/storage.opendatabase.md     |  22 +-
 www/docs/en/2.2.0/guide/command-line/index.md   |   2 +-
 .../en/2.2.0/guide/cordova-webview/index.md     |   4 +-
 www/docs/en/2.2.0/guide/cordova-webview/ios.md  |  10 +-
 .../guide/getting-started/android/index.md      |   2 +-
 .../2.2.0/guide/getting-started/bada/index.md   |   6 +-
 .../guide/getting-started/blackberry/index.md   |   6 +-
 .../en/2.2.0/guide/getting-started/index.md     |  18 +-
 .../en/2.2.0/guide/getting-started/ios/index.md |   4 +-
 .../guide/getting-started/symbian/index.md      |   6 +-
 .../2.2.0/guide/getting-started/tizen/index.md  |  10 +-
 .../2.2.0/guide/getting-started/webos/index.md  |   2 +-
 .../guide/getting-started/windows-8/index.md    |   6 +-
 .../getting-started/windows-phone/index.md      |   6 +-
 .../guide/plugin-development/android/index.md   |   4 +-
 .../guide/plugin-development/bada/index.md      |   2 +-
 .../en/2.2.0/guide/plugin-development/index.md  |  16 +-
 .../2.2.0/guide/plugin-development/ios/index.md |   2 +-
 .../plugin-development/windows-phone/index.md   |   2 +-
 .../en/2.2.0/guide/project-settings/index.md    |   2 +-
 .../2.2.0/guide/project-settings/ios/index.md   |  12 +-
 .../2.2.0/guide/upgrading/blackberry/index.md   |  44 +--
 www/docs/en/2.2.0/guide/upgrading/index.md      |  16 +-
 www/docs/en/2.2.0/guide/upgrading/ios/index.md  |  38 +--
 www/docs/en/2.2.0/index.md                      |  50 +--
 .../accelerometer/acceleration/acceleration.md  |  20 +-
 .../accelerometer/accelerometer.clearWatch.md   |  26 +-
 .../accelerometer.getCurrentAcceleration.md     |  38 +--
 .../cordova/accelerometer/accelerometer.md      |  16 +-
 .../accelerometer.watchAcceleration.md          |  42 +--
 .../parameters/accelerometerOptions.md          |   2 +-
 .../parameters/accelerometerSuccess.md          |  12 +-
 .../en/2.3.0/cordova/camera/camera.cleanup.md   |   8 +-
 .../2.3.0/cordova/camera/camera.getPicture.md   |  38 +--
 www/docs/en/2.3.0/cordova/camera/camera.md      |   4 +-
 .../camera/parameter/CameraPopoverOptions.md    |  18 +-
 .../cordova/camera/parameter/cameraOptions.md   |  28 +-
 .../cordova/camera/parameter/cameraSuccess.md   |   4 +-
 .../2.3.0/cordova/compass/compass.clearWatch.md |  20 +-
 .../cordova/compass/compass.clearWatchFilter.md |   4 +-
 .../compass/compass.getCurrentHeading.md        |  22 +-
 www/docs/en/2.3.0/cordova/compass/compass.md    |  18 +-
 .../cordova/compass/compass.watchHeading.md     |  28 +-
 .../compass/compass.watchHeadingFilter.md       |   4 +-
 .../compass/compassError/compassError.md        |  10 +-
 .../cordova/compass/parameters/compassError.md  |   4 +-
 .../compass/parameters/compassHeading.md        |   4 +-
 .../compass/parameters/compassSuccess.md        |   6 +-
 .../en/2.3.0/cordova/connection/connection.md   |   2 +-
 .../2.3.0/cordova/connection/connection.type.md |  64 ++--
 .../2.3.0/cordova/contacts/Contact/contact.md   |  70 ++---
 .../contacts/ContactAddress/contactaddress.md   |  34 +--
 .../contacts/ContactError/contactError.md       |  20 +-
 .../contacts/ContactField/contactfield.md       |  50 +--
 .../ContactFindOptions/contactfindoptions.md    |  30 +-
 .../cordova/contacts/ContactName/contactname.md |  32 +-
 .../ContactOrganization/contactorganization.md  |  36 +--
 .../2.3.0/cordova/contacts/contacts.create.md   |  28 +-
 .../en/2.3.0/cordova/contacts/contacts.find.md  |  40 +--
 www/docs/en/2.3.0/cordova/contacts/contacts.md  |  36 +--
 .../contacts/parameters/contactFields.md        |   2 +-
 .../contacts/parameters/contactFindOptions.md   |   2 +-
 .../contacts/parameters/contactSuccess.md       |   6 +-
 .../en/2.3.0/cordova/device/device.cordova.md   |  20 +-
 www/docs/en/2.3.0/cordova/device/device.md      |  16 +-
 .../en/2.3.0/cordova/device/device.model.md     |  22 +-
 www/docs/en/2.3.0/cordova/device/device.name.md |  24 +-
 .../en/2.3.0/cordova/device/device.platform.md  |  22 +-
 www/docs/en/2.3.0/cordova/device/device.uuid.md |  22 +-
 .../en/2.3.0/cordova/device/device.version.md   |  20 +-
 .../2.3.0/cordova/events/events.backbutton.md   |  22 +-
 .../cordova/events/events.batterycritical.md    |  22 +-
 .../2.3.0/cordova/events/events.batterylow.md   |  22 +-
 .../cordova/events/events.batterystatus.md      |  24 +-
 .../2.3.0/cordova/events/events.deviceready.md  |  20 +-
 .../cordova/events/events.endcallbutton.md      |  22 +-
 www/docs/en/2.3.0/cordova/events/events.md      |  30 +-
 .../2.3.0/cordova/events/events.menubutton.md   |  22 +-
 .../en/2.3.0/cordova/events/events.offline.md   |  22 +-
 .../en/2.3.0/cordova/events/events.online.md    |  22 +-
 .../en/2.3.0/cordova/events/events.pause.md     |  24 +-
 .../en/2.3.0/cordova/events/events.resume.md    |  26 +-
 .../2.3.0/cordova/events/events.searchbutton.md |  22 +-
 .../cordova/events/events.startcallbutton.md    |  22 +-
 .../cordova/events/events.volumedownbutton.md   |  22 +-
 .../cordova/events/events.volumeupbutton.md     |  22 +-
 .../file/directoryentry/directoryentry.md       |  86 +++---
 .../file/directoryreader/directoryreader.md     |   6 +-
 www/docs/en/2.3.0/cordova/file/file.md          |  46 +--
 .../2.3.0/cordova/file/fileentry/fileentry.md   | 116 +++----
 .../2.3.0/cordova/file/fileerror/fileerror.md   |  30 +-
 .../en/2.3.0/cordova/file/fileobj/fileobj.md    |   2 +-
 .../2.3.0/cordova/file/filereader/filereader.md |  46 +--
 .../2.3.0/cordova/file/filesystem/filesystem.md |  26 +-
 .../cordova/file/filetransfer/filetransfer.md   |  56 ++--
 .../file/filetransfererror/filetransfererror.md |  14 +-
 .../file/fileuploadoptions/fileuploadoptions.md |   6 +-
 .../file/fileuploadresult/fileuploadresult.md   |   8 +-
 .../2.3.0/cordova/file/filewriter/filewriter.md |  42 +--
 www/docs/en/2.3.0/cordova/file/flags/flags.md   |   6 +-
 .../file/localfilesystem/localfilesystem.md     |  38 +--
 .../en/2.3.0/cordova/file/metadata/metadata.md  |   4 +-
 .../geolocation/Coordinates/coordinates.md      |  18 +-
 .../cordova/geolocation/Position/position.md    |  22 +-
 .../geolocation/PositionError/positionError.md  |  24 +-
 .../geolocation/geolocation.clearWatch.md       |  22 +-
 .../geolocation.getCurrentPosition.md           |  40 +--
 .../en/2.3.0/cordova/geolocation/geolocation.md |  20 +-
 .../geolocation/geolocation.watchPosition.md    |  40 +--
 .../parameters/geolocation.options.md           |   6 +-
 .../geolocation/parameters/geolocationError.md  |   2 +-
 .../parameters/geolocationSuccess.md            |   6 +-
 .../GlobalizationError/globalizationerror.md    |  18 +-
 .../globalization/globalization.dateToString.md |   6 +-
 .../globalization.getCurrencyPattern.md         |   6 +-
 .../globalization/globalization.getDateNames.md |   6 +-
 .../globalization.getDatePattern.md             |   6 +-
 .../globalization.getFirstDayOfWeek.md          |   6 +-
 .../globalization.getLocaleName.md              |   6 +-
 .../globalization.getNumberPattern.md           |   6 +-
 .../globalization.getPreferredLanguage.md       |   6 +-
 .../globalization.isDayLightSavingsTime.md      |   6 +-
 .../cordova/globalization/globalization.md      |  26 +-
 .../globalization.numberToString.md             |   6 +-
 .../globalization/globalization.stringToDate.md |   6 +-
 .../globalization.stringToNumber.md             |   6 +-
 .../2.3.0/cordova/inappbrowser/inappbrowser.md  |  48 +--
 .../2.3.0/cordova/inappbrowser/window.open.md   |  22 +-
 .../cordova/media/MediaError/mediaError.md      |  14 +-
 .../cordova/media/Parameters/mediaError.md      |   2 +-
 .../en/2.3.0/cordova/media/capture/CaptureCB.md |  14 +-
 .../2.3.0/cordova/media/capture/CaptureError.md |  12 +-
 .../cordova/media/capture/CaptureErrorCB.md     |  10 +-
 .../cordova/media/capture/ConfigurationData.md  |   4 +-
 .../media/capture/MediaFile.getFormatData.md    |  16 +-
 .../en/2.3.0/cordova/media/capture/MediaFile.md |   4 +-
 .../cordova/media/capture/MediaFileData.md      |   8 +-
 .../en/2.3.0/cordova/media/capture/capture.md   |  38 +--
 .../2.3.0/cordova/media/capture/captureAudio.md |  40 +--
 .../media/capture/captureAudioOptions.md        |   6 +-
 .../2.3.0/cordova/media/capture/captureImage.md |  46 +--
 .../media/capture/captureImageOptions.md        |   6 +-
 .../2.3.0/cordova/media/capture/captureVideo.md |  48 +--
 .../media/capture/captureVideoOptions.md        |   6 +-
 .../cordova/media/media.getCurrentPosition.md   |  44 +--
 .../en/2.3.0/cordova/media/media.getDuration.md |  34 +--
 www/docs/en/2.3.0/cordova/media/media.md        |  26 +-
 www/docs/en/2.3.0/cordova/media/media.pause.md  |  44 +--
 www/docs/en/2.3.0/cordova/media/media.play.md   |  44 +--
 .../en/2.3.0/cordova/media/media.release.md     |  40 +--
 www/docs/en/2.3.0/cordova/media/media.seekTo.md |  30 +-
 .../en/2.3.0/cordova/media/media.startRecord.md |  20 +-
 www/docs/en/2.3.0/cordova/media/media.stop.md   |  34 +--
 .../en/2.3.0/cordova/media/media.stopRecord.md  |  24 +-
 .../cordova/notification/notification.alert.md  |  14 +-
 .../cordova/notification/notification.beep.md   |  20 +-
 .../notification/notification.confirm.md        |  16 +-
 .../2.3.0/cordova/notification/notification.md  |   8 +-
 .../notification/notification.vibrate.md        |  18 +-
 .../cordova/splashscreen/splashscreen.hide.md   |  14 +-
 .../2.3.0/cordova/splashscreen/splashscreen.md  |   8 +-
 .../cordova/splashscreen/splashscreen.show.md   |  12 +-
 .../2.3.0/cordova/storage/database/database.md  |  22 +-
 .../storage/localstorage/localstorage.md        |  58 ++--
 .../storage/sqlresultset/sqlresultset.md        |  24 +-
 .../sqlresultsetlist/sqlresultsetlist.md        |  26 +-
 .../storage/sqltransaction/sqltransaction.md    |  20 +-
 www/docs/en/2.3.0/cordova/storage/storage.md    |  24 +-
 .../cordova/storage/storage.opendatabase.md     |  22 +-
 www/docs/en/2.3.0/guide/command-line/index.md   |   2 +-
 .../en/2.3.0/guide/cordova-webview/index.md     |   4 +-
 www/docs/en/2.3.0/guide/cordova-webview/ios.md  |  10 +-
 .../guide/getting-started/android/index.md      |   4 +-
 .../2.3.0/guide/getting-started/bada/index.md   |  10 +-
 .../guide/getting-started/blackberry/index.md   |  12 +-
 .../en/2.3.0/guide/getting-started/index.md     |  20 +-
 .../en/2.3.0/guide/getting-started/ios/index.md |  42 +--
 .../guide/getting-started/symbian/index.md      |   6 +-
 .../2.3.0/guide/getting-started/tizen/index.md  |  10 +-
 .../2.3.0/guide/getting-started/webos/index.md  |   2 +-
 .../guide/getting-started/windows-8/index.md    |   6 +-
 .../getting-started/windows-phone-7/index.md    |   6 +-
 .../getting-started/windows-phone-8/index.md    |   4 +-
 .../guide/plugin-development/android/index.md   |   4 +-
 .../guide/plugin-development/bada/index.md      |   2 +-
 .../en/2.3.0/guide/plugin-development/index.md  |  16 +-
 .../2.3.0/guide/plugin-development/ios/index.md |   2 +-
 .../plugin-development/windows-phone/index.md   |   2 +-
 .../en/2.3.0/guide/project-settings/index.md    |   2 +-
 .../2.3.0/guide/project-settings/ios/index.md   |  12 +-
 .../2.3.0/guide/upgrading/blackberry/index.md   |  44 +--
 www/docs/en/2.3.0/guide/upgrading/index.md      |  16 +-
 www/docs/en/2.3.0/guide/upgrading/ios/index.md  |  48 +--
 www/docs/en/2.3.0/index.md                      |  52 ++--
 .../accelerometer/acceleration/acceleration.md  |  20 +-
 .../accelerometer/accelerometer.clearWatch.md   |  26 +-
 .../accelerometer.getCurrentAcceleration.md     |  38 +--
 .../cordova/accelerometer/accelerometer.md      |  16 +-
 .../accelerometer.watchAcceleration.md          |  42 +--
 .../parameters/accelerometerOptions.md          |   2 +-
 .../parameters/accelerometerSuccess.md          |  12 +-
 .../en/2.4.0/cordova/camera/camera.cleanup.md   |   8 +-
 .../2.4.0/cordova/camera/camera.getPicture.md   |  38 +--
 www/docs/en/2.4.0/cordova/camera/camera.md      |   4 +-
 .../camera/parameter/CameraPopoverOptions.md    |  18 +-
 .../cordova/camera/parameter/cameraOptions.md   |  28 +-
 .../cordova/camera/parameter/cameraSuccess.md   |   4 +-
 .../2.4.0/cordova/compass/compass.clearWatch.md |  20 +-
 .../cordova/compass/compass.clearWatchFilter.md |   4 +-
 .../compass/compass.getCurrentHeading.md        |  22 +-
 www/docs/en/2.4.0/cordova/compass/compass.md    |  18 +-
 .../cordova/compass/compass.watchHeading.md     |  28 +-
 .../compass/compass.watchHeadingFilter.md       |   4 +-
 .../compass/compassError/compassError.md        |  10 +-
 .../cordova/compass/parameters/compassError.md  |   4 +-
 .../compass/parameters/compassHeading.md        |   4 +-
 .../compass/parameters/compassSuccess.md        |   6 +-
 .../en/2.4.0/cordova/connection/connection.md   |   2 +-
 .../2.4.0/cordova/connection/connection.type.md |  64 ++--
 .../2.4.0/cordova/contacts/Contact/contact.md   |  70 ++---
 .../contacts/ContactAddress/contactaddress.md   |  34 +--
 .../contacts/ContactError/contactError.md       |  20 +-
 .../contacts/ContactField/contactfield.md       |  50 +--
 .../ContactFindOptions/contactfindoptions.md    |  30 +-
 .../cordova/contacts/ContactName/contactname.md |  32 +-
 .../ContactOrganization/contactorganization.md  |  36 +--
 .../2.4.0/cordova/contacts/contacts.create.md   |  28 +-
 .../en/2.4.0/cordova/contacts/contacts.find.md  |  40 +--
 www/docs/en/2.4.0/cordova/contacts/contacts.md  |  36 +--
 .../contacts/parameters/contactFields.md        |   2 +-
 .../contacts/parameters/contactFindOptions.md   |   2 +-
 .../contacts/parameters/contactSuccess.md       |   6 +-
 .../en/2.4.0/cordova/device/device.cordova.md   |  20 +-
 www/docs/en/2.4.0/cordova/device/device.md      |  16 +-
 .../en/2.4.0/cordova/device/device.model.md     |  22 +-
 www/docs/en/2.4.0/cordova/device/device.name.md |  24 +-
 .../en/2.4.0/cordova/device/device.platform.md  |  22 +-
 www/docs/en/2.4.0/cordova/device/device.uuid.md |  22 +-
 .../en/2.4.0/cordova/device/device.version.md   |  20 +-
 .../2.4.0/cordova/events/events.backbutton.md   |  22 +-
 .../cordova/events/events.batterycritical.md    |  22 +-
 .../2.4.0/cordova/events/events.batterylow.md   |  22 +-
 .../cordova/events/events.batterystatus.md      |  24 +-
 .../2.4.0/cordova/events/events.deviceready.md  |  20 +-
 .../cordova/events/events.endcallbutton.md      |  22 +-
 www/docs/en/2.4.0/cordova/events/events.md      |  30 +-
 .../2.4.0/cordova/events/events.menubutton.md   |  22 +-
 .../en/2.4.0/cordova/events/events.offline.md   |  22 +-
 .../en/2.4.0/cordova/events/events.online.md    |  22 +-
 .../en/2.4.0/cordova/events/events.pause.md     |  24 +-
 .../en/2.4.0/cordova/events/events.resume.md    |  26 +-
 .../2.4.0/cordova/events/events.searchbutton.md |  22 +-
 .../cordova/events/events.startcallbutton.md    |  22 +-
 .../cordova/events/events.volumedownbutton.md   |  22 +-
 .../cordova/events/events.volumeupbutton.md     |  22 +-
 .../file/directoryentry/directoryentry.md       |  86 +++---
 .../file/directoryreader/directoryreader.md     |   6 +-
 www/docs/en/2.4.0/cordova/file/file.md          |  46 +--
 .../2.4.0/cordova/file/fileentry/fileentry.md   | 116 +++----
 .../2.4.0/cordova/file/fileerror/fileerror.md   |  30 +-
 .../en/2.4.0/cordova/file/fileobj/fileobj.md    |   8 +-
 .../2.4.0/cordova/file/filereader/filereader.md |  46 +--
 .../2.4.0/cordova/file/filesystem/filesystem.md |  26 +-
 .../cordova/file/filetransfer/filetransfer.md   |  56 ++--
 .../file/filetransfererror/filetransfererror.md |  14 +-
 .../file/fileuploadoptions/fileuploadoptions.md |   6 +-
 .../file/fileuploadresult/fileuploadresult.md   |   8 +-
 .../2.4.0/cordova/file/filewriter/filewriter.md |  42 +--
 www/docs/en/2.4.0/cordova/file/flags/flags.md   |   6 +-
 .../file/localfilesystem/localfilesystem.md     |  38 +--
 .../en/2.4.0/cordova/file/metadata/metadata.md  |   4 +-
 .../geolocation/Coordinates/coordinates.md      |  18 +-
 .../cordova/geolocation/Position/position.md    |  22 +-
 .../geolocation/PositionError/positionError.md  |  24 +-
 .../geolocation/geolocation.clearWatch.md       |  22 +-
 .../geolocation.getCurrentPosition.md           |  40 +--
 .../en/2.4.0/cordova/geolocation/geolocation.md |  20 +-
 .../geolocation/geolocation.watchPosition.md    |  40 +--
 .../parameters/geolocation.options.md           |   6 +-
 .../geolocation/parameters/geolocationError.md  |   2 +-
 .../parameters/geolocationSuccess.md            |   6 +-
 .../GlobalizationError/globalizationerror.md    |  18 +-
 .../globalization/globalization.dateToString.md |   6 +-
 .../globalization.getCurrencyPattern.md         |   6 +-
 .../globalization/globalization.getDateNames.md |   6 +-
 .../globalization.getDatePattern.md             |   6 +-
 .../globalization.getFirstDayOfWeek.md          |   6 +-
 .../globalization.getLocaleName.md              |   6 +-
 .../globalization.getNumberPattern.md           |   6 +-
 .../globalization.getPreferredLanguage.md       |   6 +-
 .../globalization.isDayLightSavingsTime.md      |   6 +-
 .../cordova/globalization/globalization.md      |  26 +-
 .../globalization.numberToString.md             |   6 +-
 .../globalization/globalization.stringToDate.md |   6 +-
 .../globalization.stringToNumber.md             |   6 +-
 .../2.4.0/cordova/inappbrowser/inappbrowser.md  |  48 +--
 .../2.4.0/cordova/inappbrowser/window.open.md   |  24 +-
 .../cordova/media/MediaError/mediaError.md      |  14 +-
 .../cordova/media/Parameters/mediaError.md      |   2 +-
 .../en/2.4.0/cordova/media/capture/CaptureCB.md |  14 +-
 .../2.4.0/cordova/media/capture/CaptureError.md |  12 +-
 .../cordova/media/capture/CaptureErrorCB.md     |  10 +-
 .../cordova/media/capture/ConfigurationData.md  |   4 +-
 .../media/capture/MediaFile.getFormatData.md    |  16 +-
 .../en/2.4.0/cordova/media/capture/MediaFile.md |   4 +-
 .../cordova/media/capture/MediaFileData.md      |   8 +-
 .../en/2.4.0/cordova/media/capture/capture.md   |  38 +--
 .../2.4.0/cordova/media/capture/captureAudio.md |  40 +--
 .../media/capture/captureAudioOptions.md        |   6 +-
 .../2.4.0/cordova/media/capture/captureImage.md |  46 +--
 .../media/capture/captureImageOptions.md        |   6 +-
 .../2.4.0/cordova/media/capture/captureVideo.md |  48 +--
 .../media/capture/captureVideoOptions.md        |   6 +-
 .../cordova/media/media.getCurrentPosition.md   |  44 +--
 .../en/2.4.0/cordova/media/media.getDuration.md |  34 +--
 www/docs/en/2.4.0/cordova/media/media.md        |  26 +-
 www/docs/en/2.4.0/cordova/media/media.pause.md  |  44 +--
 www/docs/en/2.4.0/cordova/media/media.play.md   |  44 +--
 .../en/2.4.0/cordova/media/media.release.md     |  40 +--
 www/docs/en/2.4.0/cordova/media/media.seekTo.md |  30 +-
 .../en/2.4.0/cordova/media/media.startRecord.md |  20 +-
 www/docs/en/2.4.0/cordova/media/media.stop.md   |  34 +--
 .../en/2.4.0/cordova/media/media.stopRecord.md  |  24 +-
 .../cordova/notification/notification.alert.md  |  14 +-
 .../cordova/notification/notification.beep.md   |  20 +-
 .../notification/notification.confirm.md        |  16 +-
 .../2.4.0/cordova/notification/notification.md  |   8 +-
 .../notification/notification.vibrate.md        |  18 +-
 .../cordova/splashscreen/splashscreen.hide.md   |  14 +-
 .../2.4.0/cordova/splashscreen/splashscreen.md  |   8 +-
 .../cordova/splashscreen/splashscreen.show.md   |  12 +-
 .../2.4.0/cordova/storage/database/database.md  |  22 +-
 .../storage/localstorage/localstorage.md        |  58 ++--
 .../storage/sqlresultset/sqlresultset.md        |  26 +-
 .../sqlresultsetrowlist/sqlresultsetrowlist.md  |  26 +-
 .../storage/sqltransaction/sqltransaction.md    |  20 +-
 www/docs/en/2.4.0/cordova/storage/storage.md    |  24 +-
 .../cordova/storage/storage.opendatabase.md     |  22 +-
 www/docs/en/2.4.0/guide/command-line/index.md   |   2 +-
 .../en/2.4.0/guide/cordova-webview/index.md     |   4 +-
 www/docs/en/2.4.0/guide/cordova-webview/ios.md  |  10 +-
 .../guide/getting-started/android/index.md      |   4 +-
 .../2.4.0/guide/getting-started/bada/index.md   |  10 +-
 .../guide/getting-started/blackberry/index.md   |  12 +-
 .../en/2.4.0/guide/getting-started/index.md     |  20 +-
 .../en/2.4.0/guide/getting-started/ios/index.md |  42 +--
 .../guide/getting-started/symbian/index.md      |   6 +-
 .../2.4.0/guide/getting-started/tizen/index.md  |  10 +-
 .../2.4.0/guide/getting-started/webos/index.md  |   2 +-
 .../guide/getting-started/windows-8/index.md    |   6 +-
 .../getting-started/windows-phone-7/index.md    |   6 +-
 .../getting-started/windows-phone-8/index.md    |   4 +-
 .../guide/plugin-development/android/index.md   |   4 +-
 .../guide/plugin-development/bada/index.md      |   2 +-
 .../en/2.4.0/guide/plugin-development/index.md  |  16 +-
 .../2.4.0/guide/plugin-development/ios/index.md |   2 +-
 .../plugin-development/windows-phone/index.md   |   2 +-
 .../guide/project-settings/android/index.md     |   2 +-
 .../2.4.0/guide/project-settings/bada/index.md  |   2 +-
 .../guide/project-settings/blackberry/index.md  |   2 +-
 .../guide/project-settings/firefoxos/index.md   |   2 +-
 .../en/2.4.0/guide/project-settings/index.md    |  20 +-
 .../2.4.0/guide/project-settings/ios/index.md   |  12 +-
 .../2.4.0/guide/project-settings/webos/index.md |   2 +-
 .../guide/project-settings/windows8/index.md    |   2 +-
 .../2.4.0/guide/project-settings/wp7/index.md   |   2 +-
 .../2.4.0/guide/project-settings/wp8/index.md   |   2 +-
 .../2.4.0/guide/upgrading/blackberry/index.md   |  44 +--
 www/docs/en/2.4.0/guide/upgrading/index.md      |  14 +-
 www/docs/en/2.4.0/guide/upgrading/ios/index.md  |  48 +--
 www/docs/en/2.4.0/index.md                      |  52 ++--
 .../accelerometer/acceleration/acceleration.md  |  20 +-
 .../accelerometer/accelerometer.clearWatch.md   |  26 +-
 .../accelerometer.getCurrentAcceleration.md     |  38 +--
 .../cordova/accelerometer/accelerometer.md      |  16 +-
 .../accelerometer.watchAcceleration.md          |  42 +--
 .../parameters/accelerometerOptions.md          |   2 +-
 .../parameters/accelerometerSuccess.md          |  12 +-
 .../en/2.5.0/cordova/camera/camera.cleanup.md   |   8 +-
 .../2.5.0/cordova/camera/camera.getPicture.md   |  38 +--
 www/docs/en/2.5.0/cordova/camera/camera.md      |   4 +-
 .../camera/parameter/CameraPopoverOptions.md    |  18 +-
 .../cordova/camera/parameter/cameraOptions.md   |  28 +-
 .../cordova/camera/parameter/cameraSuccess.md   |   4 +-
 .../2.5.0/cordova/compass/compass.clearWatch.md |  20 +-
 .../cordova/compass/compass.clearWatchFilter.md |   4 +-
 .../compass/compass.getCurrentHeading.md        |  22 +-
 www/docs/en/2.5.0/cordova/compass/compass.md    |  18 +-
 .../cordova/compass/compass.watchHeading.md     |  28 +-
 .../compass/compass.watchHeadingFilter.md       |   4 +-
 .../compass/compassError/compassError.md        |  10 +-
 .../cordova/compass/parameters/compassError.md  |   4 +-
 .../compass/parameters/compassHeading.md        |   4 +-
 .../compass/parameters/compassSuccess.md        |   6 +-
 .../en/2.5.0/cordova/connection/connection.md   |   2 +-
 .../2.5.0/cordova/connection/connection.type.md |  64 ++--
 .../2.5.0/cordova/contacts/Contact/contact.md   |  70 ++---
 .../contacts/ContactAddress/contactaddress.md   |  34 +--
 .../contacts/ContactError/contactError.md       |  20 +-
 .../contacts/ContactField/contactfield.md       |  50 +--
 .../ContactFindOptions/contactfindoptions.md    |  30 +-
 .../cordova/contacts/ContactName/contactname.md |  32 +-
 .../ContactOrganization/contactorganization.md  |  36 +--
 .../2.5.0/cordova/contacts/contacts.create.md   |  28 +-
 .../en/2.5.0/cordova/contacts/contacts.find.md  |  40 +--
 www/docs/en/2.5.0/cordova/contacts/contacts.md  |  36 +--
 .../contacts/parameters/contactFields.md        |   2 +-
 .../contacts/parameters/contactFindOptions.md   |   2 +-
 .../contacts/parameters/contactSuccess.md       |   6 +-
 .../en/2.5.0/cordova/device/device.cordova.md   |  20 +-
 www/docs/en/2.5.0/cordova/device/device.md      |  16 +-
 .../en/2.5.0/cordova/device/device.model.md     |  22 +-
 www/docs/en/2.5.0/cordova/device/device.name.md |  24 +-
 .../en/2.5.0/cordova/device/device.platform.md  |  22 +-
 www/docs/en/2.5.0/cordova/device/device.uuid.md |  22 +-
 .../en/2.5.0/cordova/device/device.version.md   |  20 +-
 .../2.5.0/cordova/events/events.backbutton.md   |  22 +-
 .../cordova/events/events.batterycritical.md    |  22 +-
 .../2.5.0/cordova/events/events.batterylow.md   |  22 +-
 .../cordova/events/events.batterystatus.md      |  24 +-
 .../2.5.0/cordova/events/events.deviceready.md  |  20 +-
 .../cordova/events/events.endcallbutton.md      |  22 +-
 www/docs/en/2.5.0/cordova/events/events.md      |  30 +-
 .../2.5.0/cordova/events/events.menubutton.md   |  22 +-
 .../en/2.5.0/cordova/events/events.offline.md   |  22 +-
 .../en/2.5.0/cordova/events/events.online.md    |  22 +-
 .../en/2.5.0/cordova/events/events.pause.md     |  24 +-
 .../en/2.5.0/cordova/events/events.resume.md    |  26 +-
 .../2.5.0/cordova/events/events.searchbutton.md |  22 +-
 .../cordova/events/events.startcallbutton.md    |  22 +-
 .../cordova/events/events.volumedownbutton.md   |  22 +-
 .../cordova/events/events.volumeupbutton.md     |  22 +-
 .../file/directoryentry/directoryentry.md       |  86 +++---
 .../file/directoryreader/directoryreader.md     |   6 +-
 www/docs/en/2.5.0/cordova/file/file.md          |  46 +--
 .../2.5.0/cordova/file/fileentry/fileentry.md   | 116 +++----
 .../2.5.0/cordova/file/fileerror/fileerror.md   |  30 +-
 .../en/2.5.0/cordova/file/fileobj/fileobj.md    |   8 +-
 .../2.5.0/cordova/file/filereader/filereader.md |  46 +--
 .../2.5.0/cordova/file/filesystem/filesystem.md |  26 +-
 .../cordova/file/filetransfer/filetransfer.md   |  56 ++--
 .../file/filetransfererror/filetransfererror.md |  14 +-
 .../file/fileuploadoptions/fileuploadoptions.md |   6 +-
 .../file/fileuploadresult/fileuploadresult.md   |   8 +-
 .../2.5.0/cordova/file/filewriter/filewriter.md |  42 +--
 www/docs/en/2.5.0/cordova/file/flags/flags.md   |   6 +-
 .../file/localfilesystem/localfilesystem.md     |  38 +--
 .../en/2.5.0/cordova/file/metadata/metadata.md  |   4 +-
 .../geolocation/Coordinates/coordinates.md      |  18 +-
 .../cordova/geolocation/Position/position.md    |  22 +-
 .../geolocation/PositionError/positionError.md  |  24 +-
 .../geolocation/geolocation.clearWatch.md       |  22 +-
 .../geolocation.getCurrentPosition.md           |  40 +--
 .../en/2.5.0/cordova/geolocation/geolocation.md |  20 +-
 .../geolocation/geolocation.watchPosition.md    |  40 +--
 .../parameters/geolocation.options.md           |   6 +-
 .../geolocation/parameters/geolocationError.md  |   2 +-
 .../parameters/geolocationSuccess.md            |   6 +-
 .../GlobalizationError/globalizationerror.md    |  18 +-
 .../globalization/globalization.dateToString.md |   6 +-
 .../globalization.getCurrencyPattern.md         |   6 +-
 .../globalization/globalization.getDateNames.md |   6 +-
 .../globalization.getDatePattern.md             |   6 +-
 .../globalization.getFirstDayOfWeek.md          |   6 +-
 .../globalization.getLocaleName.md              |   6 +-
 .../globalization.getNumberPattern.md           |   6 +-
 .../globalization.getPreferredLanguage.md       |   6 +-
 .../globalization.isDayLightSavingsTime.md      |   6 +-
 .../cordova/globalization/globalization.md      |  26 +-
 .../globalization.numberToString.md             |   6 +-
 .../globalization/globalization.stringToDate.md |   6 +-
 .../globalization.stringToNumber.md             |   6 +-
 .../2.5.0/cordova/inappbrowser/inappbrowser.md  |  48 +--
 .../2.5.0/cordova/inappbrowser/window.open.md   |  24 +-
 .../cordova/media/MediaError/mediaError.md      |  14 +-
 .../cordova/media/Parameters/mediaError.md      |   2 +-
 .../en/2.5.0/cordova/media/capture/CaptureCB.md |  14 +-
 .../2.5.0/cordova/media/capture/CaptureError.md |  12 +-
 .../cordova/media/capture/CaptureErrorCB.md     |  10 +-
 .../cordova/media/capture/ConfigurationData.md  |   4 +-
 .../media/capture/MediaFile.getFormatData.md    |  16 +-
 .../en/2.5.0/cordova/media/capture/MediaFile.md |   4 +-
 .../cordova/media/capture/MediaFileData.md      |   8 +-
 .../en/2.5.0/cordova/media/capture/capture.md   |  38 +--
 .../2.5.0/cordova/media/capture/captureAudio.md |  40 +--
 .../media/capture/captureAudioOptions.md        |   6 +-
 .../2.5.0/cordova/media/capture/captureImage.md |  46 +--
 .../media/capture/captureImageOptions.md        |   6 +-
 .../2.5.0/cordova/media/capture/captureVideo.md |  48 +--
 .../media/capture/captureVideoOptions.md        |   6 +-
 .../cordova/media/media.getCurrentPosition.md   |  44 +--
 .../en/2.5.0/cordova/media/media.getDuration.md |  34 +--
 www/docs/en/2.5.0/cordova/media/media.md        |  26 +-
 www/docs/en/2.5.0/cordova/media/media.pause.md  |  44 +--
 www/docs/en/2.5.0/cordova/media/media.play.md   |  48 +--
 .../en/2.5.0/cordova/media/media.release.md     |  40 +--
 www/docs/en/2.5.0/cordova/media/media.seekTo.md |  30 +-
 .../en/2.5.0/cordova/media/media.startRecord.md |  24 +-
 www/docs/en/2.5.0/cordova/media/media.stop.md   |  34 +--
 .../en/2.5.0/cordova/media/media.stopRecord.md  |  24 +-
 .../cordova/notification/notification.alert.md  |  14 +-
 .../cordova/notification/notification.beep.md   |  20 +-
 .../notification/notification.confirm.md        |  16 +-
 .../2.5.0/cordova/notification/notification.md  |   8 +-
 .../notification/notification.vibrate.md        |  18 +-
 .../cordova/splashscreen/splashscreen.hide.md   |  14 +-
 .../2.5.0/cordova/splashscreen/splashscreen.md  |   8 +-
 .../cordova/splashscreen/splashscreen.show.md   |  12 +-
 .../2.5.0/cordova/storage/database/database.md  |  22 +-
 .../storage/localstorage/localstorage.md        |  58 ++--
 .../storage/sqlresultset/sqlresultset.md        |  26 +-
 .../sqlresultsetrowlist/sqlresultsetrowlist.md  |  26 +-
 .../storage/sqltransaction/sqltransaction.md    |  20 +-
 www/docs/en/2.5.0/cordova/storage/storage.md    |  24 +-
 .../cordova/storage/storage.opendatabase.md     |  22 +-
 www/docs/en/2.5.0/guide/command-line/index.md   |   2 +-
 .../en/2.5.0/guide/cordova-webview/index.md     |   4 +-
 www/docs/en/2.5.0/guide/cordova-webview/ios.md  |  10 +-
 .../guide/getting-started/android/index.md      |   4 +-
 .../2.5.0/guide/getting-started/bada/index.md   |  10 +-
 .../guide/getting-started/blackberry/index.md   |  12 +-
 .../en/2.5.0/guide/getting-started/index.md     |  20 +-
 .../en/2.5.0/guide/getting-started/ios/index.md |  42 +--
 .../guide/getting-started/symbian/index.md      |   6 +-
 .../2.5.0/guide/getting-started/tizen/index.md  |  10 +-
 .../2.5.0/guide/getting-started/webos/index.md  |   2 +-
 .../guide/getting-started/windows-8/index.md    |   6 +-
 .../getting-started/windows-phone-7/index.md    |   6 +-
 .../getting-started/windows-phone-8/index.md    |   2 +-
 .../guide/plugin-development/android/index.md   |   4 +-
 .../guide/plugin-development/bada/index.md      |   2 +-
 .../en/2.5.0/guide/plugin-development/index.md  |  16 +-
 .../2.5.0/guide/plugin-development/ios/index.md |   2 +-
 .../plugin-development/windows-phone/index.md   |   2 +-
 .../guide/project-settings/android/index.md     |   2 +-
 .../2.5.0/guide/project-settings/bada/index.md  |   2 +-
 .../guide/project-settings/blackberry/index.md  |   2 +-
 .../guide/project-settings/firefoxos/index.md   |   2 +-
 .../en/2.5.0/guide/project-settings/index.md    |  20 +-
 .../2.5.0/guide/project-settings/ios/index.md   |  14 +-
 .../2.5.0/guide/project-settings/webos/index.md |   2 +-
 .../guide/project-settings/windows8/index.md    |   2 +-
 .../2.5.0/guide/project-settings/wp7/index.md   |   2 +-
 .../2.5.0/guide/project-settings/wp8/index.md   |   2 +-
 .../2.5.0/guide/upgrading/blackberry/index.md   |  44 +--
 www/docs/en/2.5.0/guide/upgrading/index.md      |  14 +-
 www/docs/en/2.5.0/guide/upgrading/ios/index.md  |  48 +--
 www/docs/en/2.5.0/index.md                      |  52 ++--
 .../accelerometer/acceleration/acceleration.md  |  20 +-
 .../accelerometer/accelerometer.clearWatch.md   |  26 +-
 .../accelerometer.getCurrentAcceleration.md     |  38 +--
 .../cordova/accelerometer/accelerometer.md      |  16 +-
 .../accelerometer.watchAcceleration.md          |  42 +--
 .../parameters/accelerometerOptions.md          |   2 +-
 .../parameters/accelerometerSuccess.md          |  12 +-
 .../en/2.6.0/cordova/camera/camera.cleanup.md   |   8 +-
 .../2.6.0/cordova/camera/camera.getPicture.md   |  40 +--
 www/docs/en/2.6.0/cordova/camera/camera.md      |   4 +-
 .../camera/parameter/CameraPopoverHandle.md     |  28 +-
 .../camera/parameter/CameraPopoverOptions.md    |  18 +-
 .../cordova/camera/parameter/cameraOptions.md   |  30 +-
 .../cordova/camera/parameter/cameraSuccess.md   |   4 +-
 .../2.6.0/cordova/compass/compass.clearWatch.md |  20 +-
 .../cordova/compass/compass.clearWatchFilter.md |   4 +-
 .../compass/compass.getCurrentHeading.md        |  22 +-
 www/docs/en/2.6.0/cordova/compass/compass.md    |  18 +-
 .../cordova/compass/compass.watchHeading.md     |  28 +-
 .../compass/compass.watchHeadingFilter.md       |   4 +-
 .../compass/compassError/compassError.md        |  10 +-
 .../cordova/compass/parameters/compassError.md  |   4 +-
 .../compass/parameters/compassHeading.md        |   4 +-
 .../compass/parameters/compassSuccess.md        |   6 +-
 .../en/2.6.0/cordova/connection/connection.md   |   2 +-
 .../2.6.0/cordova/connection/connection.type.md |  70 ++---
 .../2.6.0/cordova/contacts/Contact/contact.md   |  70 ++---
 .../contacts/ContactAddress/contactaddress.md   |  34 +--
 .../contacts/ContactError/contactError.md       |  20 +-
 .../contacts/ContactField/contactfield.md       |  50 +--
 .../ContactFindOptions/contactfindoptions.md    |  30 +-
 .../cordova/contacts/ContactName/contactname.md |  32 +-
 .../ContactOrganization/contactorganization.md  |  36 +--
 .../2.6.0/cordova/contacts/contacts.create.md   |  28 +-
 .../en/2.6.0/cordova/contacts/contacts.find.md  |  40 +--
 www/docs/en/2.6.0/cordova/contacts/contacts.md  |  36 +--
 .../contacts/parameters/contactFields.md        |   2 +-
 .../contacts/parameters/contactFindOptions.md   |   2 +-
 .../contacts/parameters/contactSuccess.md       |   6 +-
 .../en/2.6.0/cordova/device/device.cordova.md   |  20 +-
 www/docs/en/2.6.0/cordova/device/device.md      |  16 +-
 .../en/2.6.0/cordova/device/device.model.md     |  22 +-
 www/docs/en/2.6.0/cordova/device/device.name.md |  24 +-
 .../en/2.6.0/cordova/device/device.platform.md  |  22 +-
 www/docs/en/2.6.0/cordova/device/device.uuid.md |  22 +-
 .../en/2.6.0/cordova/device/device.version.md   |  20 +-
 .../2.6.0/cordova/events/events.backbutton.md   |  22 +-
 .../cordova/events/events.batterycritical.md    |  22 +-
 .../2.6.0/cordova/events/events.batterylow.md   |  22 +-
 .../cordova/events/events.batterystatus.md      |  24 +-
 .../2.6.0/cordova/events/events.deviceready.md  |  20 +-
 .../cordova/events/events.endcallbutton.md      |  22 +-
 www/docs/en/2.6.0/cordova/events/events.md      |  30 +-
 .../2.6.0/cordova/events/events.menubutton.md   |  22 +-
 .../en/2.6.0/cordova/events/events.offline.md   |  22 +-
 .../en/2.6.0/cordova/events/events.online.md    |  22 +-
 .../en/2.6.0/cordova/events/events.pause.md     |  24 +-
 .../en/2.6.0/cordova/events/events.resume.md    |  26 +-
 .../2.6.0/cordova/events/events.searchbutton.md |  22 +-
 .../cordova/events/events.startcallbutton.md    |  22 +-
 .../cordova/events/events.volumedownbutton.md   |  22 +-
 .../cordova/events/events.volumeupbutton.md     |  22 +-
 .../file/directoryentry/directoryentry.md       |  86 +++---
 .../file/directoryreader/directoryreader.md     |   6 +-
 www/docs/en/2.6.0/cordova/file/file.md          |  46 +--
 .../2.6.0/cordova/file/fileentry/fileentry.md   | 116 +++----
 .../2.6.0/cordova/file/fileerror/fileerror.md   |  30 +-
 .../en/2.6.0/cordova/file/fileobj/fileobj.md    |   8 +-
 .../2.6.0/cordova/file/filereader/filereader.md |  54 ++--
 .../2.6.0/cordova/file/filesystem/filesystem.md |  26 +-
 .../cordova/file/filetransfer/filetransfer.md   |  56 ++--
 .../file/filetransfererror/filetransfererror.md |  14 +-
 .../file/fileuploadoptions/fileuploadoptions.md |   6 +-
 .../file/fileuploadresult/fileuploadresult.md   |   8 +-
 .../2.6.0/cordova/file/filewriter/filewriter.md |  42 +--
 www/docs/en/2.6.0/cordova/file/flags/flags.md   |   6 +-
 .../file/localfilesystem/localfilesystem.md     |  38 +--
 .../en/2.6.0/cordova/file/metadata/metadata.md  |   4 +-
 .../geolocation/Coordinates/coordinates.md      |  18 +-
 .../cordova/geolocation/Position/position.md    |  22 +-
 .../geolocation/PositionError/positionError.md  |  24 +-
 .../geolocation/geolocation.clearWatch.md       |  22 +-
 .../geolocation.getCurrentPosition.md           |  40 +--
 .../en/2.6.0/cordova/geolocation/geolocation.md |  20 +-
 .../geolocation/geolocation.watchPosition.md    |  40 +--
 .../parameters/geolocation.options.md           |   6 +-
 .../geolocation/parameters/geolocationError.md  |   2 +-
 .../parameters/geolocationSuccess.md            |   6 +-
 .../GlobalizationError/globalizationerror.md    |  18 +-
 .../globalization/globalization.dateToString.md |   6 +-
 .../globalization.getCurrencyPattern.md         |   6 +-
 .../globalization/globalization.getDateNames.md |   6 +-
 .../globalization.getDatePattern.md             |   6 +-
 .../globalization.getFirstDayOfWeek.md          |   6 +-
 .../globalization.getLocaleName.md              |   6 +-
 .../globalization.getNumberPattern.md           |   6 +-
 .../globalization.getPreferredLanguage.md       |   6 +-
 .../globalization.isDayLightSavingsTime.md      |   6 +-
 .../cordova/globalization/globalization.md      |  26 +-
 .../globalization.numberToString.md             |   6 +-
 .../globalization/globalization.stringToDate.md |   6 +-
 .../globalization.stringToNumber.md             |   6 +-
 .../2.6.0/cordova/inappbrowser/inappbrowser.md  |  48 +--
 .../2.6.0/cordova/inappbrowser/window.open.md   |  24 +-
 .../cordova/media/MediaError/mediaError.md      |  14 +-
 .../cordova/media/Parameters/mediaError.md      |   2 +-
 .../en/2.6.0/cordova/media/capture/CaptureCB.md |  14 +-
 .../2.6.0/cordova/media/capture/CaptureError.md |  12 +-
 .../cordova/media/capture/CaptureErrorCB.md     |  10 +-
 .../cordova/media/capture/ConfigurationData.md  |   4 +-
 .../media/capture/MediaFile.getFormatData.md    |  16 +-
 .../en/2.6.0/cordova/media/capture/MediaFile.md |   4 +-
 .../cordova/media/capture/MediaFileData.md      |   8 +-
 .../en/2.6.0/cordova/media/capture/capture.md   |  38 +--
 .../2.6.0/cordova/media/capture/captureAudio.md |  40 +--
 .../media/capture/captureAudioOptions.md        |   6 +-
 .../2.6.0/cordova/media/capture/captureImage.md |  46 +--
 .../media/capture/captureImageOptions.md        |   6 +-
 .../2.6.0/cordova/media/capture/captureVideo.md |  48 +--
 .../media/capture/captureVideoOptions.md        |   6 +-
 .../cordova/media/media.getCurrentPosition.md   |  44 +--
 .../en/2.6.0/cordova/media/media.getDuration.md |  34 +--
 www/docs/en/2.6.0/cordova/media/media.md        |  26 +-
 www/docs/en/2.6.0/cordova/media/media.pause.md  |  44 +--
 www/docs/en/2.6.0/cordova/media/media.play.md   |  48 +--
 .../en/2.6.0/cordova/media/media.release.md     |  40 +--
 www/docs/en/2.6.0/cordova/media/media.seekTo.md |  30 +-
 .../en/2.6.0/cordova/media/media.startRecord.md |  24 +-
 www/docs/en/2.6.0/cordova/media/media.stop.md   |  34 +--
 .../en/2.6.0/cordova/media/media.stopRecord.md  |  24 +-
 .../cordova/notification/notification.alert.md  |  14 +-
 .../cordova/notification/notification.beep.md   |  20 +-
 .../notification/notification.confirm.md        |  16 +-
 .../2.6.0/cordova/notification/notification.md  |  10 +-
 .../cordova/notification/notification.prompt.md |  16 +-
 .../notification/notification.vibrate.md        |  18 +-
 .../cordova/splashscreen/splashscreen.hide.md   |  14 +-
 .../2.6.0/cordova/splashscreen/splashscreen.md  |   8 +-
 .../cordova/splashscreen/splashscreen.show.md   |  12 +-
 .../2.6.0/cordova/storage/database/database.md  |  22 +-
 .../storage/localstorage/localstorage.md        |  58 ++--
 .../storage/sqlresultset/sqlresultset.md        |  26 +-
 .../sqlresultsetrowlist/sqlresultsetrowlist.md  |  26 +-
 .../storage/sqltransaction/sqltransaction.md    |  20 +-
 www/docs/en/2.6.0/cordova/storage/storage.md    |  24 +-
 .../cordova/storage/storage.opendatabase.md     |  22 +-
 www/docs/en/2.6.0/guide/command-line/index.md   |   2 +-
 .../en/2.6.0/guide/cordova-webview/index.md     |   4 +-
 www/docs/en/2.6.0/guide/cordova-webview/ios.md  |  10 +-
 .../guide/getting-started/android/index.md      |   4 +-
 .../2.6.0/guide/getting-started/bada/index.md   |  10 +-
 .../guide/getting-started/blackberry/index.md   |  12 +-
 .../en/2.6.0/guide/getting-started/index.md     |  20 +-
 .../en/2.6.0/guide/getting-started/ios/index.md |  42 +--
 .../guide/getting-started/symbian/index.md      |   6 +-
 .../2.6.0/guide/getting-started/tizen/index.md  |  10 +-
 .../2.6.0/guide/getting-started/webos/index.md  |   2 +-
 .../guide/getting-started/windows-8/index.md    |   6 +-
 .../getting-started/windows-phone-7/index.md    |   6 +-
 .../getting-started/windows-phone-8/index.md    |   2 +-
 .../guide/plugin-development/android/index.md   |   4 +-
 .../guide/plugin-development/bada/index.md      |   2 +-
 .../en/2.6.0/guide/plugin-development/index.md  |  16 +-
 .../2.6.0/guide/plugin-development/ios/index.md |   2 +-
 .../plugin-development/windows-phone/index.md   |   2 +-
 .../guide/project-settings/android/index.md     |   2 +-
 .../2.6.0/guide/project-settings/bada/index.md  |   2 +-
 .../guide/project-settings/blackberry/index.md  |   2 +-
 .../guide/project-settings/firefoxos/index.md   |   2 +-
 .../en/2.6.0/guide/project-settings/index.md    |  20 +-
 .../2.6.0/guide/project-settings/ios/index.md   |  16 +-
 .../2.6.0/guide/project-settings/webos/index.md |   2 +-
 .../guide/project-settings/windows8/index.md    |   2 +-
 .../2.6.0/guide/project-settings/wp7/index.md   |   2 +-
 .../2.6.0/guide/project-settings/wp8/index.md   |   2 +-
 .../2.6.0/guide/upgrading/blackberry/index.md   |  44 +--
 www/docs/en/2.6.0/guide/upgrading/index.md      |  14 +-
 www/docs/en/2.6.0/guide/upgrading/ios/index.md  |  48 +--
 www/docs/en/2.6.0/index.md                      |  52 ++--
 .../accelerometer/acceleration/acceleration.md  |  20 +-
 .../accelerometer/accelerometer.clearWatch.md   |  26 +-
 .../accelerometer.getCurrentAcceleration.md     |  38 +--
 .../cordova/accelerometer/accelerometer.md      |  16 +-
 .../accelerometer.watchAcceleration.md          |  42 +--
 .../parameters/accelerometerOptions.md          |   2 +-
 .../parameters/accelerometerSuccess.md          |  12 +-
 .../en/2.7.0/cordova/camera/camera.cleanup.md   |   8 +-
 .../2.7.0/cordova/camera/camera.getPicture.md   |  40 +--
 www/docs/en/2.7.0/cordova/camera/camera.md      |   4 +-
 .../camera/parameter/CameraPopoverHandle.md     |  28 +-
 .../camera/parameter/CameraPopoverOptions.md    |  18 +-
 .../cordova/camera/parameter/cameraOptions.md   |  30 +-
 .../cordova/camera/parameter/cameraSuccess.md   |   4 +-
 .../2.7.0/cordova/compass/compass.clearWatch.md |  20 +-
 .../cordova/compass/compass.clearWatchFilter.md |   4 +-
 .../compass/compass.getCurrentHeading.md        |  22 +-
 www/docs/en/2.7.0/cordova/compass/compass.md    |  18 +-
 .../cordova/compass/compass.watchHeading.md     |  28 +-
 .../compass/compass.watchHeadingFilter.md       |   4 +-
 .../compass/compassError/compassError.md        |  10 +-
 .../cordova/compass/parameters/compassError.md  |   4 +-
 .../compass/parameters/compassHeading.md        |   4 +-
 .../compass/parameters/compassSuccess.md        |   6 +-
 .../en/2.7.0/cordova/connection/connection.md   |   2 +-
 .../2.7.0/cordova/connection/connection.type.md |  70 ++---
 .../2.7.0/cordova/contacts/Contact/contact.md   |  70 ++---
 .../contacts/ContactAddress/contactaddress.md   |  34 +--
 .../contacts/ContactError/contactError.md       |  20 +-
 .../contacts/ContactField/contactfield.md       |  50 +--
 .../ContactFindOptions/contactfindoptions.md    |  30 +-
 .../cordova/contacts/ContactName/contactname.md |  32 +-
 .../ContactOrganization/contactorganization.md  |  36 +--
 .../2.7.0/cordova/contacts/contacts.create.md   |  28 +-
 .../en/2.7.0/cordova/contacts/contacts.find.md  |  40 +--
 www/docs/en/2.7.0/cordova/contacts/contacts.md  |  36 +--
 .../contacts/parameters/contactFields.md        |   2 +-
 .../contacts/parameters/contactFindOptions.md   |   2 +-
 .../contacts/parameters/contactSuccess.md       |   6 +-
 .../en/2.7.0/cordova/device/device.cordova.md   |  20 +-
 www/docs/en/2.7.0/cordova/device/device.md      |  16 +-
 .../en/2.7.0/cordova/device/device.model.md     |  22 +-
 www/docs/en/2.7.0/cordova/device/device.name.md |  24 +-
 .../en/2.7.0/cordova/device/device.platform.md  |  22 +-
 www/docs/en/2.7.0/cordova/device/device.uuid.md |  22 +-
 .../en/2.7.0/cordova/device/device.version.md   |  20 +-
 .../2.7.0/cordova/events/events.backbutton.md   |  22 +-
 .../cordova/events/events.batterycritical.md    |  22 +-
 .../2.7.0/cordova/events/events.batterylow.md   |  22 +-
 .../cordova/events/events.batterystatus.md      |  24 +-
 .../2.7.0/cordova/events/events.deviceready.md  |  20 +-
 .../cordova/events/events.endcallbutton.md      |  22 +-
 www/docs/en/2.7.0/cordova/events/events.md      |  30 +-
 .../2.7.0/cordova/events/events.menubutton.md   |  22 +-
 .../en/2.7.0/cordova/events/events.offline.md   |  22 +-
 .../en/2.7.0/cordova/events/events.online.md    |  22 +-
 .../en/2.7.0/cordova/events/events.pause.md     |  24 +-
 .../en/2.7.0/cordova/events/events.resume.md    |  26 +-
 .../2.7.0/cordova/events/events.searchbutton.md |  22 +-
 .../cordova/events/events.startcallbutton.md    |  22 +-
 .../cordova/events/events.volumedownbutton.md   |  22 +-
 .../cordova/events/events.volumeupbutton.md     |  22 +-
 .../file/directoryentry/directoryentry.md       |  86 +++---
 .../file/directoryreader/directoryreader.md     |   6 +-
 www/docs/en/2.7.0/cordova/file/file.md          |  46 +--
 .../2.7.0/cordova/file/fileentry/fileentry.md   | 116 +++----
 .../2.7.0/cordova/file/fileerror/fileerror.md   |  30 +-
 .../en/2.7.0/cordova/file/fileobj/fileobj.md    |   8 +-
 .../2.7.0/cordova/file/filereader/filereader.md |  54 ++--
 .../2.7.0/cordova/file/filesystem/filesystem.md |  26 +-
 .../cordova/file/filetransfer/filetransfer.md   |  56 ++--
 .../file/filetransfererror/filetransfererror.md |  14 +-
 .../file/fileuploadoptions/fileuploadoptions.md |   6 +-
 .../file/fileuploadresult/fileuploadresult.md   |   8 +-
 .../2.7.0/cordova/file/filewriter/filewriter.md |  42 +--
 www/docs/en/2.7.0/cordova/file/flags/flags.md   |   6 +-
 .../file/localfilesystem/localfilesystem.md     |  38 +--
 .../en/2.7.0/cordova/file/metadata/metadata.md  |   4 +-
 .../geolocation/Coordinates/coordinates.md      |  18 +-
 .../cordova/geolocation/Position/position.md    |  22 +-
 .../geolocation/PositionError/positionError.md  |  24 +-
 .../geolocation/geolocation.clearWatch.md       |  22 +-
 .../geolocation.getCurrentPosition.md           |  40 +--
 .../en/2.7.0/cordova/geolocation/geolocation.md |  20 +-
 .../geolocation/geolocation.watchPosition.md    |  40 +--
 .../parameters/geolocation.options.md           |   6 +-
 .../geolocation/parameters/geolocationError.md  |   2 +-
 .../parameters/geolocationSuccess.md            |   6 +-
 .../GlobalizationError/globalizationerror.md    |  18 +-
 .../globalization/globalization.dateToString.md |   6 +-
 .../globalization.getCurrencyPattern.md         |   6 +-
 .../globalization/globalization.getDateNames.md |   6 +-
 .../globalization.getDatePattern.md             |   6 +-
 .../globalization.getFirstDayOfWeek.md          |   6 +-
 .../globalization.getLocaleName.md              |   6 +-
 .../globalization.getNumberPattern.md           |   6 +-
 .../globalization.getPreferredLanguage.md       |   6 +-
 .../globalization.isDayLightSavingsTime.md      |   6 +-
 .../cordova/globalization/globalization.md      |  26 +-
 .../globalization.numberToString.md             |   6 +-
 .../globalization/globalization.stringToDate.md |   6 +-
 .../globalization.stringToNumber.md             |   6 +-
 .../2.7.0/cordova/inappbrowser/inappbrowser.md  |  76 ++---
 .../2.7.0/cordova/inappbrowser/window.open.md   |  24 +-
 .../cordova/media/MediaError/mediaError.md      |  14 +-
 .../cordova/media/Parameters/mediaError.md      |   2 +-
 .../en/2.7.0/cordova/media/capture/CaptureCB.md |  14 +-
 .../2.7.0/cordova/media/capture/CaptureError.md |  12 +-
 .../cordova/media/capture/CaptureErrorCB.md     |  10 +-
 .../cordova/media/capture/ConfigurationData.md  |   4 +-
 .../media/capture/MediaFile.getFormatData.md    |  16 +-
 .../en/2.7.0/cordova/media/capture/MediaFile.md |   4 +-
 .../cordova/media/capture/MediaFileData.md      |   8 +-
 .../en/2.7.0/cordova/media/capture/capture.md   |  38 +--
 .../2.7.0/cordova/media/capture/captureAudio.md |  40 +--
 .../media/capture/captureAudioOptions.md        |   6 +-
 .../2.7.0/cordova/media/capture/captureImage.md |  46 +--
 .../media/capture/captureImageOptions.md        |   6 +-
 .../2.7.0/cordova/media/capture/captureVideo.md |  48 +--
 .../media/capture/captureVideoOptions.md        |   6 +-
 .../cordova/media/media.getCurrentPosition.md   |  44 +--
 .../en/2.7.0/cordova/media/media.getDuration.md |  34 +--
 www/docs/en/2.7.0/cordova/media/media.md        |  26 +-
 www/docs/en/2.7.0/cordova/media/media.pause.md  |  44 +--
 www/docs/en/2.7.0/cordova/media/media.play.md   |  48 +--
 .../en/2.7.0/cordova/media/media.release.md     |  40 +--
 www/docs/en/2.7.0/cordova/media/media.seekTo.md |  30 +-
 .../en/2.7.0/cordova/media/media.startRecord.md |  24 +-
 www/docs/en/2.7.0/cordova/media/media.stop.md   |  34 +--
 .../en/2.7.0/cordova/media/media.stopRecord.md  |  24 +-
 .../cordova/notification/notification.alert.md  |  14 +-
 .../cordova/notification/notification.beep.md   |  20 +-
 .../notification/notification.confirm.md        |  16 +-
 .../2.7.0/cordova/notification/notification.md  |  10 +-
 .../cordova/notification/notification.prompt.md |  16 +-
 .../notification/notification.vibrate.md        |  18 +-
 .../cordova/splashscreen/splashscreen.hide.md   |  14 +-
 .../2.7.0/cordova/splashscreen/splashscreen.md  |   8 +-
 .../cordova/splashscreen/splashscreen.show.md   |  12 +-
 .../2.7.0/cordova/storage/database/database.md  |  22 +-
 .../storage/localstorage/localstorage.md        |  58 ++--
 .../storage/sqlresultset/sqlresultset.md        |  26 +-
 .../sqlresultsetrowlist/sqlresultsetrowlist.md  |  26 +-
 .../storage/sqltransaction/sqltransaction.md    |  20 +-
 www/docs/en/2.7.0/cordova/storage/storage.md    |  24 +-
 .../cordova/storage/storage.opendatabase.md     |  22 +-
 www/docs/en/2.7.0/guide/command-line/index.md   |   2 +-
 .../en/2.7.0/guide/cordova-webview/index.md     |   4 +-
 www/docs/en/2.7.0/guide/cordova-webview/ios.md  |  10 +-
 .../guide/getting-started/android/index.md      |   4 +-
 .../2.7.0/guide/getting-started/bada/index.md   |  10 +-
 .../guide/getting-started/blackberry/index.md   |  12 +-
 .../en/2.7.0/guide/getting-started/index.md     |  20 +-
 .../en/2.7.0/guide/getting-started/ios/index.md |  42 +--
 .../guide/getting-started/symbian/index.md      |   6 +-
 .../2.7.0/guide/getting-started/tizen/index.md  |  10 +-
 .../2.7.0/guide/getting-started/webos/index.md  |   2 +-
 .../guide/getting-started/windows-8/index.md    |   6 +-
 .../getting-started/windows-phone-7/index.md    |   6 +-
 .../getting-started/windows-phone-8/index.md    |   2 +-
 .../guide/plugin-development/android/index.md   |   4 +-
 .../guide/plugin-development/bada/index.md      |   2 +-
 .../en/2.7.0/guide/plugin-development/index.md  |  16 +-
 .../2.7.0/guide/plugin-development/ios/index.md |   2 +-
 .../plugin-development/windows-phone/index.md   |   2 +-
 .../guide/project-settings/android/index.md     |   2 +-
 .../2.7.0/guide/project-settings/bada/index.md  |   2 +-
 .../guide/project-settings/blackberry/index.md  |   2 +-
 .../guide/project-settings/firefoxos/index.md   |   2 +-
 .../en/2.7.0/guide/project-settings/index.md    |  20 +-
 .../2.7.0/guide/project-settings/ios/index.md   |  16 +-
 .../2.7.0/guide/project-settings/webos/index.md |   2 +-
 .../guide/project-settings/windows8/index.md    |   2 +-
 .../2.7.0/guide/project-settings/wp7/index.md   |   2 +-
 .../2.7.0/guide/project-settings/wp8/index.md   |   2 +-
 .../2.7.0/guide/upgrading/blackberry/index.md   |  44 +--
 www/docs/en/2.7.0/guide/upgrading/index.md      |  14 +-
 www/docs/en/2.7.0/guide/upgrading/ios/index.md  |  48 +--
 www/docs/en/2.7.0/index.md                      |  52 ++--
 .../accelerometer/acceleration/acceleration.md  |  20 +-
 .../accelerometer/accelerometer.clearWatch.md   |  26 +-
 .../accelerometer.getCurrentAcceleration.md     |  38 +--
 .../cordova/accelerometer/accelerometer.md      |  16 +-
 .../accelerometer.watchAcceleration.md          |  42 +--
 .../parameters/accelerometerOptions.md          |   2 +-
 .../parameters/accelerometerSuccess.md          |  12 +-
 .../en/2.8.0/cordova/camera/camera.cleanup.md   |   8 +-
 .../2.8.0/cordova/camera/camera.getPicture.md   |  40 +--
 www/docs/en/2.8.0/cordova/camera/camera.md      |   6 +-
 .../camera/parameter/CameraPopoverHandle.md     |  28 +-
 .../camera/parameter/CameraPopoverOptions.md    |  18 +-
 .../cordova/camera/parameter/cameraOptions.md   |  32 +-
 .../cordova/camera/parameter/cameraSuccess.md   |   4 +-
 .../2.8.0/cordova/compass/compass.clearWatch.md |  20 +-
 .../cordova/compass/compass.clearWatchFilter.md |   4 +-
 .../compass/compass.getCurrentHeading.md        |  22 +-
 www/docs/en/2.8.0/cordova/compass/compass.md    |  18 +-
 .../cordova/compass/compass.watchHeading.md     |  28 +-
 .../compass/compass.watchHeadingFilter.md       |   4 +-
 .../compass/compassError/compassError.md        |  10 +-
 .../cordova/compass/parameters/compassError.md  |   4 +-
 .../compass/parameters/compassHeading.md        |   4 +-
 .../compass/parameters/compassSuccess.md        |   6 +-
 .../en/2.8.0/cordova/connection/connection.md   |   2 +-
 .../2.8.0/cordova/connection/connection.type.md |  70 ++---
 .../2.8.0/cordova/contacts/Contact/contact.md   |  70 ++---
 .../contacts/ContactAddress/contactaddress.md   |  34 +--
 .../contacts/ContactError/contactError.md       |  20 +-
 .../contacts/ContactField/contactfield.md       |  50 +--
 .../ContactFindOptions/contactfindoptions.md    |  30 +-
 .../cordova/contacts/ContactName/contactname.md |  32 +-
 .../ContactOrganization/contactorganization.md  |  36 +--
 .../2.8.0/cordova/contacts/contacts.create.md   |  28 +-
 .../en/2.8.0/cordova/contacts/contacts.find.md  |  40 +--
 www/docs/en/2.8.0/cordova/contacts/contacts.md  |  38 +--
 .../contacts/parameters/contactFields.md        |   2 +-
 .../contacts/parameters/contactFindOptions.md   |   2 +-
 .../contacts/parameters/contactSuccess.md       |   6 +-
 .../en/2.8.0/cordova/device/device.cordova.md   |  20 +-
 www/docs/en/2.8.0/cordova/device/device.md      |  16 +-
 .../en/2.8.0/cordova/device/device.model.md     |  22 +-
 www/docs/en/2.8.0/cordova/device/device.name.md |  24 +-
 .../en/2.8.0/cordova/device/device.platform.md  |  22 +-
 www/docs/en/2.8.0/cordova/device/device.uuid.md |  22 +-
 .../en/2.8.0/cordova/device/device.version.md   |  20 +-
 .../2.8.0/cordova/events/events.backbutton.md   |  22 +-
 .../cordova/events/events.batterycritical.md    |  22 +-
 .../2.8.0/cordova/events/events.batterylow.md   |  22 +-
 .../cordova/events/events.batterystatus.md      |  24 +-
 .../2.8.0/cordova/events/events.deviceready.md  |  20 +-
 .../cordova/events/events.endcallbutton.md      |  22 +-
 www/docs/en/2.8.0/cordova/events/events.md      |  30 +-
 .../2.8.0/cordova/events/events.menubutton.md   |  22 +-
 .../en/2.8.0/cordova/events/events.offline.md   |  22 +-
 .../en/2.8.0/cordova/events/events.online.md    |  22 +-
 .../en/2.8.0/cordova/events/events.pause.md     |  24 +-
 .../en/2.8.0/cordova/events/events.resume.md    |  26 +-
 .../2.8.0/cordova/events/events.searchbutton.md |  22 +-
 .../cordova/events/events.startcallbutton.md    |  22 +-
 .../cordova/events/events.volumedownbutton.md   |  22 +-
 .../cordova/events/events.volumeupbutton.md     |  22 +-
 .../file/directoryentry/directoryentry.md       |  86 +++---
 .../file/directoryreader/directoryreader.md     |   6 +-
 www/docs/en/2.8.0/cordova/file/file.md          |  46 +--
 .../2.8.0/cordova/file/fileentry/fileentry.md   | 116 +++----
 .../2.8.0/cordova/file/fileerror/fileerror.md   |  30 +-
 .../en/2.8.0/cordova/file/fileobj/fileobj.md    |   8 +-
 .../2.8.0/cordova/file/filereader/filereader.md |  54 ++--
 .../2.8.0/cordova/file/filesystem/filesystem.md |  26 +-
 .../cordova/file/filetransfer/filetransfer.md   |  56 ++--
 .../file/filetransfererror/filetransfererror.md |  14 +-
 .../file/fileuploadoptions/fileuploadoptions.md |   6 +-
 .../file/fileuploadresult/fileuploadresult.md   |   8 +-
 .../2.8.0/cordova/file/filewriter/filewriter.md |  42 +--
 www/docs/en/2.8.0/cordova/file/flags/flags.md   |   6 +-
 .../file/localfilesystem/localfilesystem.md     |  38 +--
 .../en/2.8.0/cordova/file/metadata/metadata.md  |   4 +-
 .../geolocation/Coordinates/coordinates.md      |  18 +-
 .../cordova/geolocation/Position/position.md    |  22 +-
 .../geolocation/PositionError/positionError.md  |  24 +-
 .../geolocation/geolocation.clearWatch.md       |  22 +-
 .../geolocation.getCurrentPosition.md           |  40 +--
 .../en/2.8.0/cordova/geolocation/geolocation.md |  22 +-
 .../geolocation/geolocation.watchPosition.md    |  40 +--
 .../parameters/geolocation.options.md           |   6 +-
 .../geolocation/parameters/geolocationError.md  |   2 +-
 .../parameters/geolocationSuccess.md            |   6 +-
 .../GlobalizationError/globalizationerror.md    |  18 +-
 .../globalization/globalization.dateToString.md |   6 +-
 .../globalization.getCurrencyPattern.md         |   6 +-
 .../globalization/globalization.getDateNames.md |   6 +-
 .../globalization.getDatePattern.md             |   6 +-
 .../globalization.getFirstDayOfWeek.md          |   6 +-
 .../globalization.getLocaleName.md              |   6 +-
 .../globalization.getNumberPattern.md           |   6 +-
 .../globalization.getPreferredLanguage.md       |   6 +-
 .../globalization.isDayLightSavingsTime.md      |   6 +-
 .../cordova/globalization/globalization.md      |  26 +-
 .../globalization.numberToString.md             |   6 +-
 .../globalization/globalization.stringToDate.md |   6 +-
 .../globalization.stringToNumber.md             |   6 +-
 .../2.8.0/cordova/inappbrowser/inappbrowser.md  |  76 ++---
 .../2.8.0/cordova/inappbrowser/window.open.md   |  28 +-
 .../cordova/media/MediaError/mediaError.md      |  14 +-
 .../cordova/media/Parameters/mediaError.md      |   2 +-
 .../en/2.8.0/cordova/media/capture/CaptureCB.md |  14 +-
 .../2.8.0/cordova/media/capture/CaptureError.md |  12 +-
 .../cordova/media/capture/CaptureErrorCB.md     |  10 +-
 .../cordova/media/capture/ConfigurationData.md  |   4 +-
 .../media/capture/MediaFile.getFormatData.md    |  16 +-
 .../en/2.8.0/cordova/media/capture/MediaFile.md |   4 +-
 .../cordova/media/capture/MediaFileData.md      |   8 +-
 .../en/2.8.0/cordova/media/capture/capture.md   |  40 +--
 .../2.8.0/cordova/media/capture/captureAudio.md |  40 +--
 .../media/capture/captureAudioOptions.md        |   6 +-
 .../2.8.0/cordova/media/capture/captureImage.md |  46 +--
 .../media/capture/captureImageOptions.md        |   6 +-
 .../2.8.0/cordova/media/capture/captureVideo.md |  48 +--
 .../media/capture/captureVideoOptions.md        |   6 +-
 .../cordova/media/media.getCurrentPosition.md   |  44 +--
 .../en/2.8.0/cordova/media/media.getDuration.md |  34 +--
 www/docs/en/2.8.0/cordova/media/media.md        |  28 +-
 www/docs/en/2.8.0/cordova/media/media.pause.md  |  44 +--
 www/docs/en/2.8.0/cordova/media/media.play.md   |  48 +--
 .../en/2.8.0/cordova/media/media.release.md     |  40 +--
 www/docs/en/2.8.0/cordova/media/media.seekTo.md |  30 +-
 .../en/2.8.0/cordova/media/media.setVolume.md   |  30 +-
 .../en/2.8.0/cordova/media/media.startRecord.md |  24 +-
 www/docs/en/2.8.0/cordova/media/media.stop.md   |  34 +--
 .../en/2.8.0/cordova/media/media.stopRecord.md  |  24 +-
 .../cordova/notification/notification.alert.md  |  14 +-
 .../cordova/notification/notification.beep.md   |  20 +-
 .../notification/notification.confirm.md        |  16 +-
 .../2.8.0/cordova/notification/notification.md  |  10 +-
 .../cordova/notification/notification.prompt.md |  16 +-
 .../notification/notification.vibrate.md        |  18 +-
 .../cordova/splashscreen/splashscreen.hide.md   |  14 +-
 .../2.8.0/cordova/splashscreen/splashscreen.md  |   8 +-
 .../cordova/splashscreen/splashscreen.show.md   |  12 +-
 .../2.8.0/cordova/storage/database/database.md  |  22 +-
 .../storage/localstorage/localstorage.md        |  58 ++--
 .../storage/sqlresultset/sqlresultset.md        |  26 +-
 .../sqlresultsetrowlist/sqlresultsetrowlist.md  |  26 +-
 .../storage/sqltransaction/sqltransaction.md    |  20 +-
 www/docs/en/2.8.0/cordova/storage/storage.md    |  24 +-
 .../cordova/storage/storage.opendatabase.md     |  22 +-
 www/docs/en/2.8.0/guide/command-line/index.md   |   2 +-
 .../en/2.8.0/guide/cordova-webview/index.md     |   4 +-
 www/docs/en/2.8.0/guide/cordova-webview/ios.md  |  10 +-
 .../guide/getting-started/android/index.md      |   4 +-
 .../2.8.0/guide/getting-started/bada/index.md   |  10 +-
 .../guide/getting-started/blackberry/index.md   |  12 +-
 .../en/2.8.0/guide/getting-started/index.md     |  20 +-
 .../en/2.8.0/guide/getting-started/ios/index.md |  42 +--
 .../guide/getting-started/symbian/index.md      |   6 +-
 .../2.8.0/guide/getting-started/tizen/index.md  |  10 +-
 .../2.8.0/guide/getting-started/webos/index.md  |   2 +-
 .../guide/getting-started/windows-8/index.md    |   6 +-
 .../getting-started/windows-phone-7/index.md    |   6 +-
 .../getting-started/windows-phone-8/index.md    |   2 +-
 .../guide/plugin-development/android/index.md   |   4 +-
 .../guide/plugin-development/bada/index.md      |   2 +-
 .../plugin-development/blackberry10/index.md    |  10 +-
 .../en/2.8.0/guide/plugin-development/index.md  |  18 +-
 .../2.8.0/guide/plugin-development/ios/index.md |   2 +-
 .../plugin-development/windows-phone/index.md   |   2 +-
 www/docs/en/2.8.0/guide/privacy/index.md        |   2 +-
 .../guide/project-settings/android/index.md     |   2 +-
 .../2.8.0/guide/project-settings/bada/index.md  |   2 +-
 .../guide/project-settings/blackberry/index.md  |   2 +-
 .../guide/project-settings/firefoxos/index.md   |   2 +-
 .../en/2.8.0/guide/project-settings/index.md    |  20 +-
 .../2.8.0/guide/project-settings/ios/index.md   |  16 +-
 .../2.8.0/guide/project-settings/webos/index.md |   2 +-
 .../guide/project-settings/windows8/index.md    |   2 +-
 .../2.8.0/guide/project-settings/wp7/index.md   |   2 +-
 .../2.8.0/guide/project-settings/wp8/index.md   |   2 +-
 .../2.8.0/guide/upgrading/blackberry/index.md   |  44 +--
 www/docs/en/2.8.0/guide/upgrading/index.md      |  18 +-
 www/docs/en/2.8.0/guide/upgrading/ios/index.md  |  58 ++--
 www/docs/en/2.8.0/index.md                      |  54 ++--
 .../accelerometer/acceleration/acceleration.md  |  20 +-
 .../accelerometer/accelerometer.clearWatch.md   |  26 +-
 .../accelerometer.getCurrentAcceleration.md     |  38 +--
 .../cordova/accelerometer/accelerometer.md      |  16 +-
 .../accelerometer.watchAcceleration.md          |  46 +--
 .../parameters/accelerometerOptions.md          |   2 +-
 .../parameters/accelerometerSuccess.md          |  12 +-
 .../en/2.9.0/cordova/camera/camera.cleanup.md   |  12 +-
 .../2.9.0/cordova/camera/camera.getPicture.md   |  48 +--
 www/docs/en/2.9.0/cordova/camera/camera.md      |   6 +-
 .../camera/parameter/CameraPopoverHandle.md     |  28 +-
 .../camera/parameter/CameraPopoverOptions.md    |  20 +-
 .../cordova/camera/parameter/cameraOptions.md   |  28 +-
 .../cordova/camera/parameter/cameraSuccess.md   |   4 +-
 .../2.9.0/cordova/compass/compass.clearWatch.md |  20 +-
 .../cordova/compass/compass.clearWatchFilter.md |   4 +-
 .../compass/compass.getCurrentHeading.md        |  24 +-
 www/docs/en/2.9.0/cordova/compass/compass.md    |  18 +-
 .../cordova/compass/compass.watchHeading.md     |  30 +-
 .../compass/compass.watchHeadingFilter.md       |   4 +-
 .../compass/compassError/compassError.md        |  12 +-
 .../cordova/compass/parameters/compassError.md  |   4 +-
 .../compass/parameters/compassHeading.md        |   4 +-
 .../compass/parameters/compassSuccess.md        |   6 +-
 .../en/2.9.0/cordova/connection/connection.md   |   2 +-
 .../2.9.0/cordova/connection/connection.type.md |  68 ++---
 .../2.9.0/cordova/contacts/Contact/contact.md   |  72 ++---
 .../contacts/ContactAddress/contactaddress.md   |  38 +--
 .../contacts/ContactError/contactError.md       |  22 +-
 .../contacts/ContactField/contactfield.md       |  60 ++--
 .../ContactFindOptions/contactfindoptions.md    |  30 +-
 .../cordova/contacts/ContactName/contactname.md |  32 +-
 .../ContactOrganization/contactorganization.md  |  38 +--
 .../2.9.0/cordova/contacts/contacts.create.md   |  30 +-
 .../en/2.9.0/cordova/contacts/contacts.find.md  |  50 +--
 www/docs/en/2.9.0/cordova/contacts/contacts.md  |  38 +--
 .../contacts/parameters/contactFields.md        |   2 +-
 .../contacts/parameters/contactFindOptions.md   |   2 +-
 .../contacts/parameters/contactSuccess.md       |   6 +-
 .../en/2.9.0/cordova/device/device.cordova.md   |  20 +-
 www/docs/en/2.9.0/cordova/device/device.md      |  16 +-
 .../en/2.9.0/cordova/device/device.model.md     |  22 +-
 www/docs/en/2.9.0/cordova/device/device.name.md |  24 +-
 .../en/2.9.0/cordova/device/device.platform.md  |  22 +-
 www/docs/en/2.9.0/cordova/device/device.uuid.md |  22 +-
 .../en/2.9.0/cordova/device/device.version.md   |  20 +-
 .../2.9.0/cordova/events/events.backbutton.md   |  18 +-
 .../cordova/events/events.batterycritical.md    |  20 +-
 .../2.9.0/cordova/events/events.batterylow.md   |  20 +-
 .../cordova/events/events.batterystatus.md      |  22 +-
 .../2.9.0/cordova/events/events.deviceready.md  |  18 +-
 .../cordova/events/events.endcallbutton.md      |  20 +-
 www/docs/en/2.9.0/cordova/events/events.md      |  30 +-
 .../2.9.0/cordova/events/events.menubutton.md   |  20 +-
 .../en/2.9.0/cordova/events/events.offline.md   |  24 +-
 .../en/2.9.0/cordova/events/events.online.md    |  26 +-
 .../en/2.9.0/cordova/events/events.pause.md     |  22 +-
 .../en/2.9.0/cordova/events/events.resume.md    |  24 +-
 .../2.9.0/cordova/events/events.searchbutton.md |  20 +-
 .../cordova/events/events.startcallbutton.md    |  20 +-
 .../cordova/events/events.volumedownbutton.md   |  20 +-
 .../cordova/events/events.volumeupbutton.md     |  20 +-
 .../file/directoryentry/directoryentry.md       |  86 +++---
 .../file/directoryreader/directoryreader.md     |   6 +-
 www/docs/en/2.9.0/cordova/file/file.md          |  46 +--
 .../2.9.0/cordova/file/fileentry/fileentry.md   | 118 +++----
 .../2.9.0/cordova/file/fileerror/fileerror.md   |  32 +-
 .../en/2.9.0/cordova/file/fileobj/fileobj.md    |   8 +-
 .../2.9.0/cordova/file/filereader/filereader.md |  56 ++--
 .../2.9.0/cordova/file/filesystem/filesystem.md |  28 +-
 .../cordova/file/filetransfer/filetransfer.md   |  62 ++--
 .../file/filetransfererror/filetransfererror.md |  14 +-
 .../file/fileuploadoptions/fileuploadoptions.md |   6 +-
 .../file/fileuploadresult/fileuploadresult.md   |  10 +-
 .../2.9.0/cordova/file/filewriter/filewriter.md |  48 +--
 www/docs/en/2.9.0/cordova/file/flags/flags.md   |   6 +-
 .../file/localfilesystem/localfilesystem.md     |  38 +--
 .../en/2.9.0/cordova/file/metadata/metadata.md  |   4 +-
 .../geolocation/Coordinates/coordinates.md      |  18 +-
 .../cordova/geolocation/Position/position.md    |  22 +-
 .../geolocation/PositionError/positionError.md  |  24 +-
 .../geolocation/geolocation.clearWatch.md       |  22 +-
 .../geolocation.getCurrentPosition.md           |  48 +--
 .../en/2.9.0/cordova/geolocation/geolocation.md |  22 +-
 .../geolocation/geolocation.watchPosition.md    |  48 +--
 .../parameters/geolocation.options.md           |   6 +-
 .../geolocation/parameters/geolocationError.md  |   2 +-
 .../parameters/geolocationSuccess.md            |   8 +-
 .../GlobalizationError/globalizationerror.md    |  20 +-
 .../globalization/globalization.dateToString.md |  10 +-
 .../globalization.getCurrencyPattern.md         |  10 +-
 .../globalization/globalization.getDateNames.md |  10 +-
 .../globalization.getDatePattern.md             |  10 +-
 .../globalization.getFirstDayOfWeek.md          |  10 +-
 .../globalization.getLocaleName.md              |  10 +-
 .../globalization.getNumberPattern.md           |  10 +-
 .../globalization.getPreferredLanguage.md       |  10 +-
 .../globalization.isDayLightSavingsTime.md      |   8 +-
 .../cordova/globalization/globalization.md      |  26 +-
 .../globalization.numberToString.md             |  10 +-
 .../globalization/globalization.stringToDate.md |  10 +-
 .../globalization.stringToNumber.md             |  10 +-
 .../2.9.0/cordova/inappbrowser/inappbrowser.md  |  76 ++---
 .../2.9.0/cordova/inappbrowser/window.open.md   |  30 +-
 .../cordova/media/MediaError/mediaError.md      |  14 +-
 .../cordova/media/Parameters/mediaError.md      |   2 +-
 .../en/2.9.0/cordova/media/capture/CaptureCB.md |  14 +-
 .../2.9.0/cordova/media/capture/CaptureError.md |  12 +-
 .../cordova/media/capture/CaptureErrorCB.md     |  10 +-
 .../cordova/media/capture/ConfigurationData.md  |   4 +-
 .../media/capture/MediaFile.getFormatData.md    |  18 +-
 .../en/2.9.0/cordova/media/capture/MediaFile.md |   4 +-
 .../cordova/media/capture/MediaFileData.md      |   8 +-
 .../en/2.9.0/cordova/media/capture/capture.md   |  38 +--
 .../2.9.0/cordova/media/capture/captureAudio.md |  46 +--
 .../media/capture/captureAudioOptions.md        |   6 +-
 .../2.9.0/cordova/media/capture/captureImage.md |  46 +--
 .../media/capture/captureImageOptions.md        |   6 +-
 .../2.9.0/cordova/media/capture/captureVideo.md |  48 +--
 .../media/capture/captureVideoOptions.md        |   6 +-
 .../cordova/media/media.getCurrentPosition.md   |  44 +--
 .../en/2.9.0/cordova/media/media.getDuration.md |  34 +--
 www/docs/en/2.9.0/cordova/media/media.md        |  28 +-
 www/docs/en/2.9.0/cordova/media/media.pause.md  |  44 +--
 www/docs/en/2.9.0/cordova/media/media.play.md   |  48 +--
 .../en/2.9.0/cordova/media/media.release.md     |  40 +--
 www/docs/en/2.9.0/cordova/media/media.seekTo.md |  32 +-
 .../en/2.9.0/cordova/media/media.setVolume.md   |  30 +-
 .../en/2.9.0/cordova/media/media.startRecord.md |  24 +-
 www/docs/en/2.9.0/cordova/media/media.stop.md   |  34 +--
 .../en/2.9.0/cordova/media/media.stopRecord.md  |  24 +-
 .../cordova/notification/notification.alert.md  |  10 +-
 .../cordova/notification/notification.beep.md   |  16 +-
 .../notification/notification.confirm.md        |  10 +-
 .../2.9.0/cordova/notification/notification.md  |  10 +-
 .../cordova/notification/notification.prompt.md |  10 +-
 .../notification/notification.vibrate.md        |  14 +-
 .../cordova/splashscreen/splashscreen.hide.md   |  14 +-
 .../2.9.0/cordova/splashscreen/splashscreen.md  |   6 +-
 .../cordova/splashscreen/splashscreen.show.md   |  12 +-
 .../2.9.0/cordova/storage/database/database.md  |  22 +-
 .../storage/localstorage/localstorage.md        |  60 ++--
 .../storage/sqlresultset/sqlresultset.md        |  26 +-
 .../sqlresultsetrowlist/sqlresultsetrowlist.md  |  26 +-
 .../storage/sqltransaction/sqltransaction.md    |  20 +-
 www/docs/en/2.9.0/cordova/storage/storage.md    |  24 +-
 .../cordova/storage/storage.opendatabase.md     |  20 +-
 www/docs/en/2.9.0/guide/cli/index.md            |  16 +-
 www/docs/en/2.9.0/guide/command-line/index.md   |   6 +-
 .../en/2.9.0/guide/cordova-webview/android.md   |   2 +-
 .../en/2.9.0/guide/cordova-webview/index.md     |   2 +-
 www/docs/en/2.9.0/guide/cordova-webview/ios.md  |  10 +-
 .../guide/getting-started/android/index.md      |  12 +-
 .../guide/getting-started/blackberry/index.md   |  10 +-
 .../en/2.9.0/guide/getting-started/index.md     |  18 +-
 .../en/2.9.0/guide/getting-started/ios/index.md |  28 +-
 .../2.9.0/guide/getting-started/tizen/index.md  |   8 +-
 .../guide/getting-started/windows-8/index.md    |   6 +-
 .../getting-started/windows-phone-7/index.md    |   4 +-
 .../getting-started/windows-phone-8/index.md    |   4 +-
 www/docs/en/2.9.0/guide/overview/index.md       |  40 +--
 .../guide/plugin-development/android/index.md   |   4 +-
 .../plugin-development/blackberry10/index.md    |   8 +-
 .../en/2.9.0/guide/plugin-development/index.md  |  12 +-
 .../2.9.0/guide/plugin-development/ios/index.md |   6 +-
 .../plugin-development/windows-phone/index.md   |   2 +-
 www/docs/en/2.9.0/guide/privacy/index.md        |   2 +-
 .../guide/project-settings/android/index.md     |   2 +-
 .../guide/project-settings/blackberry/index.md  |   2 +-
 .../guide/project-settings/firefoxos/index.md   |   2 +-
 .../en/2.9.0/guide/project-settings/index.md    |  16 +-
 .../2.9.0/guide/project-settings/ios/index.md   |  10 +-
 .../guide/project-settings/windows8/index.md    |   2 +-
 .../2.9.0/guide/project-settings/wp7/index.md   |   2 +-
 .../2.9.0/guide/project-settings/wp8/index.md   |   2 +-
 .../2.9.0/guide/upgrading/blackberry/index.md   |  44 +--
 www/docs/en/2.9.0/guide/upgrading/index.md      |  10 +-
 www/docs/en/2.9.0/guide/upgrading/ios/index.md  |  58 ++--
 www/docs/en/2.9.0/guide/whitelist/index.md      |   2 +-
 www/docs/en/2.9.0/index.md                      |  56 ++--
 www/docs/en/3.0.0/config_ref/index.md           |   8 +-
 .../accelerometer/acceleration/acceleration.md  |  20 +-
 .../accelerometer/accelerometer.clearWatch.md   |  26 +-
 .../accelerometer.getCurrentAcceleration.md     |  38 +--
 .../cordova/accelerometer/accelerometer.md      |  16 +-
 .../accelerometer.watchAcceleration.md          |  46 +--
 .../parameters/accelerometerOptions.md          |   2 +-
 .../parameters/accelerometerSuccess.md          |  12 +-
 .../en/3.0.0/cordova/camera/camera.cleanup.md   |  12 +-
 .../3.0.0/cordova/camera/camera.getPicture.md   |  48 +--
 www/docs/en/3.0.0/cordova/camera/camera.md      |   6 +-
 .../camera/parameter/CameraPopoverHandle.md     |  28 +-
 .../camera/parameter/CameraPopoverOptions.md    |  20 +-
 .../cordova/camera/parameter/cameraOptions.md   |  28 +-
 .../cordova/camera/parameter/cameraSuccess.md   |   4 +-
 .../3.0.0/cordova/compass/compass.clearWatch.md |  20 +-
 .../cordova/compass/compass.clearWatchFilter.md |   4 +-
 .../compass/compass.getCurrentHeading.md        |  24 +-
 www/docs/en/3.0.0/cordova/compass/compass.md    |  18 +-
 .../cordova/compass/compass.watchHeading.md     |  30 +-
 .../compass/compass.watchHeadingFilter.md       |   4 +-
 .../compass/compassError/compassError.md        |  12 +-
 .../cordova/compass/parameters/compassError.md  |   4 +-
 .../compass/parameters/compassHeading.md        |   4 +-
 .../compass/parameters/compassSuccess.md        |   6 +-
 .../en/3.0.0/cordova/connection/connection.md   |   2 +-
 .../3.0.0/cordova/connection/connection.type.md |  68 ++---
 .../3.0.0/cordova/contacts/Contact/contact.md   |  72 ++---
 .../contacts/ContactAddress/contactaddress.md   |  38 +--
 .../contacts/ContactError/contactError.md       |  22 +-
 .../contacts/ContactField/contactfield.md       |  60 ++--
 .../ContactFindOptions/contactfindoptions.md    |  30 +-
 .../cordova/contacts/ContactName/contactname.md |  32 +-
 .../ContactOrganization/contactorganization.md  |  38 +--
 .../3.0.0/cordova/contacts/contacts.create.md   |  30 +-
 .../en/3.0.0/cordova/contacts/contacts.find.md  |  50 +--
 www/docs/en/3.0.0/cordova/contacts/contacts.md  |  46 +--
 .../contacts/parameters/contactFields.md        |   2 +-
 .../contacts/parameters/contactFindOptions.md   |   2 +-
 .../contacts/parameters/contactSuccess.md       |   6 +-
 .../en/3.0.0/cordova/device/device.cordova.md   |  20 +-
 www/docs/en/3.0.0/cordova/device/device.md      |  16 +-
 .../en/3.0.0/cordova/device/device.model.md     |  22 +-
 www/docs/en/3.0.0/cordova/device/device.name.md |  24 +-
 .../en/3.0.0/cordova/device/device.platform.md  |  22 +-
 www/docs/en/3.0.0/cordova/device/device.uuid.md |  22 +-
 .../en/3.0.0/cordova/device/device.version.md   |  20 +-
 .../3.0.0/cordova/events/events.backbutton.md   |  18 +-
 .../cordova/events/events.batterycritical.md    |  20 +-
 .../3.0.0/cordova/events/events.batterylow.md   |  20 +-
 .../cordova/events/events.batterystatus.md      |  22 +-
 .../3.0.0/cordova/events/events.deviceready.md  |  18 +-
 .../cordova/events/events.endcallbutton.md      |  20 +-
 www/docs/en/3.0.0/cordova/events/events.md      |  32 +-
 .../3.0.0/cordova/events/events.menubutton.md   |  20 +-
 .../en/3.0.0/cordova/events/events.offline.md   |  24 +-
 .../en/3.0.0/cordova/events/events.online.md    |  26 +-
 .../en/3.0.0/cordova/events/events.pause.md     |  22 +-
 .../en/3.0.0/cordova/events/events.resume.md    |  24 +-
 .../3.0.0/cordova/events/events.searchbutton.md |  20 +-
 .../cordova/events/events.startcallbutton.md    |  20 +-
 .../cordova/events/events.volumedownbutton.md   |  20 +-
 .../cordova/events/events.volumeupbutton.md     |  20 +-
 .../file/directoryentry/directoryentry.md       |  86 +++---
 .../file/directoryreader/directoryreader.md     |   6 +-
 www/docs/en/3.0.0/cordova/file/file.md          |  58 ++--
 .../3.0.0/cordova/file/fileentry/fileentry.md   | 118 +++----
 .../3.0.0/cordova/file/fileerror/fileerror.md   |  32 +-
 .../en/3.0.0/cordova/file/fileobj/fileobj.md    |   8 +-
 .../3.0.0/cordova/file/filereader/filereader.md |  56 ++--
 .../3.0.0/cordova/file/filesystem/filesystem.md |  28 +-
 .../cordova/file/filetransfer/filetransfer.md   |  64 ++--
 .../file/filetransfererror/filetransfererror.md |  14 +-
 .../file/fileuploadoptions/fileuploadoptions.md |   6 +-
 .../file/fileuploadresult/fileuploadresult.md   |  10 +-
 .../3.0.0/cordova/file/filewriter/filewriter.md |  48 +--
 www/docs/en/3.0.0/cordova/file/flags/flags.md   |   6 +-
 .../file/localfilesystem/localfilesystem.md     |  38 +--
 .../en/3.0.0/cordova/file/metadata/metadata.md  |   4 +-
 .../geolocation/Coordinates/coordinates.md      |  18 +-
 .../cordova/geolocation/Position/position.md    |  22 +-
 .../geolocation/PositionError/positionError.md  |  24 +-
 .../geolocation/geolocation.clearWatch.md       |  22 +-
 .../geolocation.getCurrentPosition.md           |  48 +--
 .../en/3.0.0/cordova/geolocation/geolocation.md |  22 +-
 .../geolocation/geolocation.watchPosition.md    |  48 +--
 .../parameters/geolocation.options.md           |   6 +-
 .../geolocation/parameters/geolocationError.md  |   2 +-
 .../parameters/geolocationSuccess.md            |   8 +-
 .../GlobalizationError/globalizationerror.md    |  20 +-
 .../globalization/globalization.dateToString.md |  10 +-
 .../globalization.getCurrencyPattern.md         |  10 +-
 .../globalization/globalization.getDateNames.md |  10 +-
 .../globalization.getDatePattern.md             |  10 +-
 .../globalization.getFirstDayOfWeek.md          |  10 +-
 .../globalization.getLocaleName.md              |  10 +-
 .../globalization.getNumberPattern.md           |  10 +-
 .../globalization.getPreferredLanguage.md       |  10 +-
 .../globalization.isDayLightSavingsTime.md      |   8 +-
 .../cordova/globalization/globalization.md      |  26 +-
 .../globalization.numberToString.md             |  10 +-
 .../globalization/globalization.stringToDate.md |  10 +-
 .../globalization.stringToNumber.md             |  10 +-
 .../3.0.0/cordova/inappbrowser/inappbrowser.md  |  90 +++---
 .../3.0.0/cordova/inappbrowser/window.open.md   |  34 +--
 .../cordova/media/MediaError/mediaError.md      |  14 +-
 .../cordova/media/Parameters/mediaError.md      |   2 +-
 .../en/3.0.0/cordova/media/capture/CaptureCB.md |  14 +-
 .../3.0.0/cordova/media/capture/CaptureError.md |  12 +-
 .../cordova/media/capture/CaptureErrorCB.md     |  10 +-
 .../cordova/media/capture/ConfigurationData.md  |   4 +-
 .../media/capture/MediaFile.getFormatData.md    |  18 +-
 .../en/3.0.0/cordova/media/capture/MediaFile.md |   4 +-
 .../cordova/media/capture/MediaFileData.md      |   8 +-
 .../en/3.0.0/cordova/media/capture/capture.md   |  38 +--
 .../3.0.0/cordova/media/capture/captureAudio.md |  46 +--
 .../media/capture/captureAudioOptions.md        |   6 +-
 .../3.0.0/cordova/media/capture/captureImage.md |  46 +--
 .../media/capture/captureImageOptions.md        |   6 +-
 .../3.0.0/cordova/media/capture/captureVideo.md |  48 +--
 .../media/capture/captureVideoOptions.md        |   6 +-
 .../cordova/media/media.getCurrentPosition.md   |  44 +--
 .../en/3.0.0/cordova/media/media.getDuration.md |  34 +--
 www/docs/en/3.0.0/cordova/media/media.md        |  30 +-
 www/docs/en/3.0.0/cordova/media/media.pause.md  |  44 +--
 www/docs/en/3.0.0/cordova/media/media.play.md   |  48 +--
 .../en/3.0.0/cordova/media/media.release.md     |  40 +--
 www/docs/en/3.0.0/cordova/media/media.seekTo.md |  32 +-
 .../en/3.0.0/cordova/media/media.setVolume.md   |  30 +-
 .../en/3.0.0/cordova/media/media.startRecord.md |  24 +-
 www/docs/en/3.0.0/cordova/media/media.stop.md   |  34 +--
 .../en/3.0.0/cordova/media/media.stopRecord.md  |  24 +-
 .../cordova/notification/notification.alert.md  |  14 +-
 .../cordova/notification/notification.beep.md   |  20 +-
 .../notification/notification.confirm.md        |  16 +-
 .../3.0.0/cordova/notification/notification.md  |  10 +-
 .../cordova/notification/notification.prompt.md |  16 +-
 .../notification/notification.vibrate.md        |  18 +-
 .../cordova/splashscreen/splashscreen.hide.md   |  14 +-
 .../3.0.0/cordova/splashscreen/splashscreen.md  |   6 +-
 .../cordova/splashscreen/splashscreen.show.md   |  20 +-
 .../3.0.0/cordova/storage/database/database.md  |  22 +-
 .../storage/localstorage/localstorage.md        |  62 ++--
 .../storage/sqlresultset/sqlresultset.md        |  26 +-
 .../sqlresultsetrowlist/sqlresultsetrowlist.md  |  26 +-
 .../storage/sqltransaction/sqltransaction.md    |  20 +-
 www/docs/en/3.0.0/cordova/storage/storage.md    |  24 +-
 .../cordova/storage/storage.opendatabase.md     |  20 +-
 www/docs/en/3.0.0/guide/appdev/privacy/index.md |   2 +-
 .../en/3.0.0/guide/appdev/whitelist/index.md    |   2 +-
 www/docs/en/3.0.0/guide/cli/index.md            |  44 +--
 www/docs/en/3.0.0/guide/hybrid/plugins/index.md |  16 +-
 .../en/3.0.0/guide/hybrid/webviews/index.md     |   4 +-
 www/docs/en/3.0.0/guide/overview/index.md       |  52 ++--
 .../en/3.0.0/guide/platforms/android/config.md  |   2 +-
 .../en/3.0.0/guide/platforms/android/index.md   |  24 +-
 .../en/3.0.0/guide/platforms/android/plugin.md  |   4 +-
 .../en/3.0.0/guide/platforms/android/tools.md   |   2 +-
 .../3.0.0/guide/platforms/android/upgrading.md  |   8 +-
 .../en/3.0.0/guide/platforms/android/webview.md |   4 +-
 .../3.0.0/guide/platforms/blackberry/index.md   |  24 +-
 .../3.0.0/guide/platforms/blackberry/plugin.md  |   4 +-
 .../guide/platforms/blackberry/upgrading.md     |  58 ++--
 .../3.0.0/guide/platforms/blackberry10/index.md |  10 +-
 .../guide/platforms/blackberry10/plugin.md      |  10 +-
 .../guide/platforms/blackberry10/upgrading.md   |  62 ++--
 www/docs/en/3.0.0/guide/platforms/index.md      |  62 ++--
 www/docs/en/3.0.0/guide/platforms/ios/config.md |  12 +-
 www/docs/en/3.0.0/guide/platforms/ios/index.md  |  30 +-
 www/docs/en/3.0.0/guide/platforms/ios/plugin.md |   8 +-
 .../en/3.0.0/guide/platforms/ios/upgrading.md   |  88 +++---
 .../en/3.0.0/guide/platforms/ios/webview.md     |   6 +-
 .../en/3.0.0/guide/platforms/tizen/index.md     |  12 +-
 www/docs/en/3.0.0/guide/platforms/win8/index.md |  14 +-
 .../en/3.0.0/guide/platforms/win8/upgrading.md  |   4 +-
 www/docs/en/3.0.0/guide/platforms/wp7/index.md  |  14 +-
 www/docs/en/3.0.0/guide/platforms/wp8/index.md  |  16 +-
 www/docs/en/3.0.0/guide/platforms/wp8/plugin.md |   4 +-
 www/docs/en/3.0.0/guide/platforms/wp8/tools.md  |   4 +-
 .../en/3.0.0/guide/platforms/wp8/upgrading.md   |   6 +-
 www/docs/en/3.0.0/index.md                      |  52 ++--
 www/docs/en/3.0.0/plugin_ref/plugman.md         |   4 +-
 www/docs/en/3.0.0/plugin_ref/spec.md            |  18 +-
 www/docs/en/3.1.0/config_ref/index.md           |  36 +--
 .../accelerometer/acceleration/acceleration.md  |  20 +-
 .../accelerometer/accelerometer.clearWatch.md   |  26 +-
 .../accelerometer.getCurrentAcceleration.md     |  38 +--
 .../cordova/accelerometer/accelerometer.md      |  18 +-
 .../accelerometer.watchAcceleration.md          |  46 +--
 .../parameters/accelerometerOptions.md          |   2 +-
 .../parameters/accelerometerSuccess.md          |  12 +-
 .../en/3.1.0/cordova/camera/camera.cleanup.md   |  12 +-
 .../3.1.0/cordova/camera/camera.getPicture.md   |  48 +--
 www/docs/en/3.1.0/cordova/camera/camera.md      |   8 +-
 .../camera/parameter/CameraPopoverHandle.md     |  28 +-
 .../camera/parameter/CameraPopoverOptions.md    |  20 +-
 .../cordova/camera/parameter/cameraOptions.md   |  28 +-
 .../cordova/camera/parameter/cameraSuccess.md   |   4 +-
 .../3.1.0/cordova/compass/compass.clearWatch.md |  20 +-
 .../cordova/compass/compass.clearWatchFilter.md |   4 +-
 .../compass/compass.getCurrentHeading.md        |  24 +-
 www/docs/en/3.1.0/cordova/compass/compass.md    |  20 +-
 .../cordova/compass/compass.watchHeading.md     |  30 +-
 .../compass/compass.watchHeadingFilter.md       |   4 +-
 .../compass/compassError/compassError.md        |  12 +-
 .../cordova/compass/parameters/compassError.md  |   4 +-
 .../compass/parameters/compassHeading.md        |   4 +-
 .../compass/parameters/compassSuccess.md        |   6 +-
 .../en/3.1.0/cordova/connection/connection.md   |   4 +-
 .../3.1.0/cordova/connection/connection.type.md |  68 ++---
 .../3.1.0/cordova/contacts/Contact/contact.md   |  72 ++---
 .../contacts/ContactAddress/contactaddress.md   |  38 +--
 .../contacts/ContactError/contactError.md       |  22 +-
 .../contacts/ContactField/contactfield.md       |  60 ++--
 .../ContactFindOptions/contactfindoptions.md    |  30 +-
 .../cordova/contacts/ContactName/contactname.md |  32 +-
 .../ContactOrganization/contactorganization.md  |  38 +--
 .../3.1.0/cordova/contacts/contacts.create.md   |  30 +-
 .../en/3.1.0/cordova/contacts/contacts.find.md  |  50 +--
 www/docs/en/3.1.0/cordova/contacts/contacts.md  |  48 +--
 .../contacts/parameters/contactFields.md        |   2 +-
 .../contacts/parameters/contactFindOptions.md   |   2 +-
 .../contacts/parameters/contactSuccess.md       |   6 +-
 .../en/3.1.0/cordova/device/device.cordova.md   |  20 +-
 www/docs/en/3.1.0/cordova/device/device.md      |  18 +-
 .../en/3.1.0/cordova/device/device.model.md     |  20 +-
 www/docs/en/3.1.0/cordova/device/device.name.md |  24 +-
 .../en/3.1.0/cordova/device/device.platform.md  |  22 +-
 www/docs/en/3.1.0/cordova/device/device.uuid.md |  22 +-
 .../en/3.1.0/cordova/device/device.version.md   |  20 +-
 .../3.1.0/cordova/events/events.backbutton.md   |  18 +-
 .../cordova/events/events.batterycritical.md    |  20 +-
 .../3.1.0/cordova/events/events.batterylow.md   |  20 +-
 .../cordova/events/events.batterystatus.md      |  22 +-
 .../3.1.0/cordova/events/events.deviceready.md  |  18 +-
 .../cordova/events/events.endcallbutton.md      |  20 +-
 www/docs/en/3.1.0/cordova/events/events.md      |  36 +--
 .../3.1.0/cordova/events/events.menubutton.md   |  20 +-
 .../en/3.1.0/cordova/events/events.offline.md   |  24 +-
 .../en/3.1.0/cordova/events/events.online.md    |  26 +-
 .../en/3.1.0/cordova/events/events.pause.md     |  22 +-
 .../en/3.1.0/cordova/events/events.resume.md    |  24 +-
 .../3.1.0/cordova/events/events.searchbutton.md |  20 +-
 .../cordova/events/events.startcallbutton.md    |  20 +-
 .../cordova/events/events.volumedownbutton.md   |  20 +-
 .../cordova/events/events.volumeupbutton.md     |  20 +-
 .../file/directoryentry/directoryentry.md       |  88 +++---
 .../file/directoryreader/directoryreader.md     |   6 +-
 www/docs/en/3.1.0/cordova/file/file.md          |  64 ++--
 .../3.1.0/cordova/file/fileentry/fileentry.md   | 118 +++----
 .../3.1.0/cordova/file/fileerror/fileerror.md   |  32 +-
 .../en/3.1.0/cordova/file/fileobj/fileobj.md    |   8 +-
 .../3.1.0/cordova/file/filereader/filereader.md |  54 ++--
 .../3.1.0/cordova/file/filesystem/filesystem.md |  28 +-
 .../cordova/file/filetransfer/filetransfer.md   |  64 ++--
 .../file/filetransfererror/filetransfererror.md |  14 +-
 .../file/fileuploadoptions/fileuploadoptions.md |   6 +-
 .../file/fileuploadresult/fileuploadresult.md   |  10 +-
 .../3.1.0/cordova/file/filewriter/filewriter.md |  48 +--
 www/docs/en/3.1.0/cordova/file/flags/flags.md   |   6 +-
 .../file/localfilesystem/localfilesystem.md     |  50 +--
 .../en/3.1.0/cordova/file/metadata/metadata.md  |   4 +-
 .../geolocation/Coordinates/coordinates.md      |  18 +-
 .../cordova/geolocation/Position/position.md    |  22 +-
 .../geolocation/PositionError/positionError.md  |  24 +-
 .../geolocation/geolocation.clearWatch.md       |  22 +-
 .../geolocation.getCurrentPosition.md           |  48 +--
 .../en/3.1.0/cordova/geolocation/geolocation.md |  24 +-
 .../geolocation/geolocation.watchPosition.md    |  48 +--
 .../parameters/geolocation.options.md           |   6 +-
 .../geolocation/parameters/geolocationError.md  |   2 +-
 .../parameters/geolocationSuccess.md            |   8 +-
 .../GlobalizationError/globalizationerror.md    |  20 +-
 .../globalization/globalization.dateToString.md |  10 +-
 .../globalization.getCurrencyPattern.md         |  10 +-
 .../globalization/globalization.getDateNames.md |  10 +-
 .../globalization.getDatePattern.md             |  10 +-
 .../globalization.getFirstDayOfWeek.md          |  10 +-
 .../globalization.getLocaleName.md              |  10 +-
 .../globalization.getNumberPattern.md           |  10 +-
 .../globalization.getPreferredLanguage.md       |  10 +-
 .../globalization.isDayLightSavingsTime.md      |   8 +-
 .../cordova/globalization/globalization.md      |  28 +-
 .../globalization.numberToString.md             |  10 +-
 .../globalization/globalization.stringToDate.md |  10 +-
 .../globalization.stringToNumber.md             |  10 +-
 .../3.1.0/cordova/inappbrowser/inappbrowser.md  |  92 +++---
 .../3.1.0/cordova/inappbrowser/window.open.md   |  34 +--
 .../cordova/media/MediaError/mediaError.md      |  14 +-
 .../cordova/media/Parameters/mediaError.md      |   2 +-
 .../en/3.1.0/cordova/media/capture/CaptureCB.md |  14 +-
 .../3.1.0/cordova/media/capture/CaptureError.md |  12 +-
 .../cordova/media/capture/CaptureErrorCB.md     |  10 +-
 .../cordova/media/capture/ConfigurationData.md  |   4 +-
 .../media/capture/MediaFile.getFormatData.md    |  18 +-
 .../en/3.1.0/cordova/media/capture/MediaFile.md |   4 +-
 .../cordova/media/capture/MediaFileData.md      |   8 +-
 .../en/3.1.0/cordova/media/capture/capture.md   |  44 +--
 .../3.1.0/cordova/media/capture/captureAudio.md |  46 +--
 .../media/capture/captureAudioOptions.md        |   6 +-
 .../3.1.0/cordova/media/capture/captureImage.md |  46 +--
 .../media/capture/captureImageOptions.md        |   6 +-
 .../3.1.0/cordova/media/capture/captureVideo.md |  48 +--
 .../media/capture/captureVideoOptions.md        |   6 +-
 .../cordova/media/media.getCurrentPosition.md   |  44 +--
 .../en/3.1.0/cordova/media/media.getDuration.md |  34 +--
 www/docs/en/3.1.0/cordova/media/media.md        |  32 +-
 www/docs/en/3.1.0/cordova/media/media.pause.md  |  44 +--
 www/docs/en/3.1.0/cordova/media/media.play.md   |  48 +--
 .../en/3.1.0/cordova/media/media.release.md     |  40 +--
 www/docs/en/3.1.0/cordova/media/media.seekTo.md |  32 +-
 .../en/3.1.0/cordova/media/media.setVolume.md   |  30 +-
 .../en/3.1.0/cordova/media/media.startRecord.md |  24 +-
 www/docs/en/3.1.0/cordova/media/media.stop.md   |  34 +--
 .../en/3.1.0/cordova/media/media.stopRecord.md  |  24 +-
 .../cordova/notification/notification.alert.md  |  14 +-
 .../cordova/notification/notification.beep.md   |  20 +-
 .../notification/notification.confirm.md        |  16 +-
 .../3.1.0/cordova/notification/notification.md  |  12 +-
 .../cordova/notification/notification.prompt.md |  16 +-
 .../notification/notification.vibrate.md        |  18 +-
 .../cordova/splashscreen/splashscreen.hide.md   |  14 +-
 .../3.1.0/cordova/splashscreen/splashscreen.md  |   8 +-
 .../cordova/splashscreen/splashscreen.show.md   |  20 +-
 .../3.1.0/cordova/storage/database/database.md  |  22 +-
 .../storage/localstorage/localstorage.md        |  62 ++--
 .../storage/sqlresultset/sqlresultset.md        |  26 +-
 .../sqlresultsetrowlist/sqlresultsetrowlist.md  |  26 +-
 .../storage/sqltransaction/sqltransaction.md    |  20 +-
 www/docs/en/3.1.0/cordova/storage/storage.md    |  26 +-
 .../cordova/storage/storage.opendatabase.md     |  20 +-
 www/docs/en/3.1.0/guide/appdev/privacy/index.md |   2 +-
 .../en/3.1.0/guide/appdev/whitelist/index.md    |   4 +-
 www/docs/en/3.1.0/guide/cli/index.md            |  44 +--
 www/docs/en/3.1.0/guide/hybrid/plugins/index.md |  16 +-
 .../en/3.1.0/guide/hybrid/webviews/index.md     |   4 +-
 www/docs/en/3.1.0/guide/overview/index.md       |  52 ++--
 .../en/3.1.0/guide/platforms/android/config.md  |   6 +-
 .../en/3.1.0/guide/platforms/android/index.md   |  30 +-
 .../en/3.1.0/guide/platforms/android/plugin.md  |   4 +-
 .../en/3.1.0/guide/platforms/android/tools.md   |   2 +-
 .../3.1.0/guide/platforms/android/upgrading.md  |  10 +-
 .../en/3.1.0/guide/platforms/android/webview.md |   4 +-
 .../3.1.0/guide/platforms/blackberry/index.md   |  24 +-
 .../3.1.0/guide/platforms/blackberry/plugin.md  |   4 +-
 .../guide/platforms/blackberry/upgrading.md     |  58 ++--
 .../guide/platforms/blackberry10/config.md      |   8 +-
 .../3.1.0/guide/platforms/blackberry10/index.md |  10 +-
 .../guide/platforms/blackberry10/plugin.md      |  10 +-
 .../guide/platforms/blackberry10/upgrading.md   |  64 ++--
 www/docs/en/3.1.0/guide/platforms/index.md      |  58 ++--
 www/docs/en/3.1.0/guide/platforms/ios/config.md |  16 +-
 www/docs/en/3.1.0/guide/platforms/ios/index.md  |  30 +-
 www/docs/en/3.1.0/guide/platforms/ios/plugin.md |   8 +-
 .../en/3.1.0/guide/platforms/ios/upgrading.md   |  90 +++---
 .../en/3.1.0/guide/platforms/ios/webview.md     |   6 +-
 .../en/3.1.0/guide/platforms/tizen/index.md     |  12 +-
 www/docs/en/3.1.0/guide/platforms/win8/index.md |  14 +-
 .../en/3.1.0/guide/platforms/win8/upgrading.md  |   4 +-
 www/docs/en/3.1.0/guide/platforms/wp7/index.md  |  14 +-
 www/docs/en/3.1.0/guide/platforms/wp8/index.md  |  16 +-
 www/docs/en/3.1.0/guide/platforms/wp8/plugin.md |   4 +-
 www/docs/en/3.1.0/guide/platforms/wp8/tools.md  |   4 +-
 .../en/3.1.0/guide/platforms/wp8/upgrading.md   |   8 +-
 www/docs/en/3.1.0/index.md                      |  52 ++--
 www/docs/en/3.1.0/plugin_ref/plugman.md         |   4 +-
 www/docs/en/3.1.0/plugin_ref/spec.md            |  18 +-
 www/docs/en/3.2.0/config_ref/images.md          |  14 +-
 www/docs/en/3.2.0/config_ref/index.md           |  38 +--
 .../accelerometer/acceleration/acceleration.md  |  20 +-
 .../accelerometer/accelerometer.clearWatch.md   |  26 +-
 .../accelerometer.getCurrentAcceleration.md     |  38 +--
 .../cordova/accelerometer/accelerometer.md      |  18 +-
 .../accelerometer.watchAcceleration.md          |  46 +--
 .../parameters/accelerometerOptions.md          |   2 +-
 .../parameters/accelerometerSuccess.md          |  12 +-
 .../en/3.2.0/cordova/camera/camera.cleanup.md   |  12 +-
 .../3.2.0/cordova/camera/camera.getPicture.md   |  48 +--
 www/docs/en/3.2.0/cordova/camera/camera.md      |   8 +-
 .../camera/parameter/CameraPopoverHandle.md     |  28 +-
 .../camera/parameter/CameraPopoverOptions.md    |  20 +-
 .../cordova/camera/parameter/cameraOptions.md   |  30 +-
 .../cordova/camera/parameter/cameraSuccess.md   |   4 +-
 .../3.2.0/cordova/compass/compass.clearWatch.md |  20 +-
 .../cordova/compass/compass.clearWatchFilter.md |   4 +-
 .../compass/compass.getCurrentHeading.md        |  24 +-
 www/docs/en/3.2.0/cordova/compass/compass.md    |  20 +-
 .../cordova/compass/compass.watchHeading.md     |  30 +-
 .../compass/compass.watchHeadingFilter.md       |   4 +-
 .../compass/compassError/compassError.md        |  12 +-
 .../cordova/compass/parameters/compassError.md  |   4 +-
 .../compass/parameters/compassHeading.md        |   4 +-
 .../compass/parameters/compassSuccess.md        |   6 +-
 .../en/3.2.0/cordova/connection/connection.md   |   4 +-
 .../3.2.0/cordova/connection/connection.type.md |  68 ++---
 .../3.2.0/cordova/contacts/Contact/contact.md   |  72 ++---
 .../contacts/ContactAddress/contactaddress.md   |  38 +--
 .../contacts/ContactError/contactError.md       |  22 +-
 .../contacts/ContactField/contactfield.md       |  60 ++--
 .../ContactFindOptions/contactfindoptions.md    |  30 +-
 .../cordova/contacts/ContactName/contactname.md |  32 +-
 .../ContactOrganization/contactorganization.md  |  38 +--
 .../3.2.0/cordova/contacts/contacts.create.md   |  30 +-
 .../en/3.2.0/cordova/contacts/contacts.find.md  |  50 +--
 www/docs/en/3.2.0/cordova/contacts/contacts.md  |  52 ++--
 .../contacts/parameters/contactFields.md        |   2 +-
 .../contacts/parameters/contactFindOptions.md   |   2 +-
 .../contacts/parameters/contactSuccess.md       |   6 +-
 .../en/3.2.0/cordova/device/device.cordova.md   |  20 +-
 www/docs/en/3.2.0/cordova/device/device.md      |  18 +-
 .../en/3.2.0/cordova/device/device.model.md     |  20 +-
 www/docs/en/3.2.0/cordova/device/device.name.md |  24 +-
 .../en/3.2.0/cordova/device/device.platform.md  |  22 +-
 www/docs/en/3.2.0/cordova/device/device.uuid.md |  22 +-
 .../en/3.2.0/cordova/device/device.version.md   |  20 +-
 .../3.2.0/cordova/events/events.backbutton.md   |  18 +-
 .../cordova/events/events.batterycritical.md    |  20 +-
 .../3.2.0/cordova/events/events.batterylow.md   |  20 +-
 .../cordova/events/events.batterystatus.md      |  22 +-
 .../3.2.0/cordova/events/events.deviceready.md  |  18 +-
 .../cordova/events/events.endcallbutton.md      |  20 +-
 www/docs/en/3.2.0/cordova/events/events.md      |  38 +--
 .../3.2.0/cordova/events/events.menubutton.md   |  20 +-
 .../en/3.2.0/cordova/events/events.offline.md   |  24 +-
 .../en/3.2.0/cordova/events/events.online.md    |  26 +-
 .../en/3.2.0/cordova/events/events.pause.md     |  22 +-
 .../en/3.2.0/cordova/events/events.resume.md    |  24 +-
 .../3.2.0/cordova/events/events.searchbutton.md |  20 +-
 .../cordova/events/events.startcallbutton.md    |  20 +-
 .../cordova/events/events.volumedownbutton.md   |  20 +-
 .../cordova/events/events.volumeupbutton.md     |  20 +-
 .../file/directoryentry/directoryentry.md       |  88 +++---
 .../file/directoryreader/directoryreader.md     |   6 +-
 www/docs/en/3.2.0/cordova/file/file.md          |  68 ++---
 .../3.2.0/cordova/file/fileentry/fileentry.md   | 118 +++----
 .../3.2.0/cordova/file/fileerror/fileerror.md   |  32 +-
 .../en/3.2.0/cordova/file/fileobj/fileobj.md    |   8 +-
 .../3.2.0/cordova/file/filereader/filereader.md |  54 ++--
 .../3.2.0/cordova/file/filesystem/filesystem.md |  28 +-
 .../cordova/file/filetransfer/filetransfer.md   |  64 ++--
 .../file/filetransfererror/filetransfererror.md |  14 +-
 .../file/fileuploadoptions/fileuploadoptions.md |   6 +-
 .../file/fileuploadresult/fileuploadresult.md   |  10 +-
 .../3.2.0/cordova/file/filewriter/filewriter.md |  48 +--
 www/docs/en/3.2.0/cordova/file/flags/flags.md   |   6 +-
 .../file/localfilesystem/localfilesystem.md     |  50 +--
 .../en/3.2.0/cordova/file/metadata/metadata.md  |   4 +-
 .../geolocation/Coordinates/coordinates.md      |  18 +-
 .../cordova/geolocation/Position/position.md    |  22 +-
 .../geolocation/PositionError/positionError.md  |  24 +-
 .../geolocation/geolocation.clearWatch.md       |  22 +-
 .../geolocation.getCurrentPosition.md           |  48 +--
 .../en/3.2.0/cordova/geolocation/geolocation.md |  24 +-
 .../geolocation/geolocation.watchPosition.md    |  48 +--
 .../parameters/geolocation.options.md           |   6 +-
 .../geolocation/parameters/geolocationError.md  |   2 +-
 .../parameters/geolocationSuccess.md            |   8 +-
 .../GlobalizationError/globalizationerror.md    |  20 +-
 .../globalization/globalization.dateToString.md |  10 +-
 .../globalization.getCurrencyPattern.md         |  10 +-
 .../globalization/globalization.getDateNames.md |  10 +-
 .../globalization.getDatePattern.md             |  10 +-
 .../globalization.getFirstDayOfWeek.md          |  10 +-
 .../globalization.getLocaleName.md              |  10 +-
 .../globalization.getNumberPattern.md           |  10 +-
 .../globalization.getPreferredLanguage.md       |  10 +-
 .../globalization.isDayLightSavingsTime.md      |   8 +-
 .../cordova/globalization/globalization.md      |  28 +-
 .../globalization.numberToString.md             |  10 +-
 .../globalization/globalization.stringToDate.md |  10 +-
 .../globalization.stringToNumber.md             |  10 +-
 .../3.2.0/cordova/inappbrowser/inappbrowser.md  |  92 +++---
 .../3.2.0/cordova/inappbrowser/window.open.md   |  34 +--
 .../cordova/media/MediaError/mediaError.md      |  14 +-
 .../cordova/media/Parameters/mediaError.md      |   2 +-
 .../en/3.2.0/cordova/media/capture/CaptureCB.md |  14 +-
 .../3.2.0/cordova/media/capture/CaptureError.md |  12 +-
 .../cordova/media/capture/CaptureErrorCB.md     |  10 +-
 .../cordova/media/capture/ConfigurationData.md  |   4 +-
 .../media/capture/MediaFile.getFormatData.md    |  20 +-
 .../en/3.2.0/cordova/media/capture/MediaFile.md |   4 +-
 .../cordova/media/capture/MediaFileData.md      |  10 +-
 .../en/3.2.0/cordova/media/capture/capture.md   |  48 +--
 .../3.2.0/cordova/media/capture/captureAudio.md |  46 +--
 .../media/capture/captureAudioOptions.md        |   6 +-
 .../3.2.0/cordova/media/capture/captureImage.md |  46 +--
 .../media/capture/captureImageOptions.md        |   6 +-
 .../3.2.0/cordova/media/capture/captureVideo.md |  48 +--
 .../media/capture/captureVideoOptions.md        |   6 +-
 .../cordova/media/media.getCurrentPosition.md   |  44 +--
 .../en/3.2.0/cordova/media/media.getDuration.md |  34 +--
 www/docs/en/3.2.0/cordova/media/media.md        |  32 +-
 www/docs/en/3.2.0/cordova/media/media.pause.md  |  44 +--
 www/docs/en/3.2.0/cordova/media/media.play.md   |  48 +--
 .../en/3.2.0/cordova/media/media.release.md     |  40 +--
 www/docs/en/3.2.0/cordova/media/media.seekTo.md |  32 +-
 .../en/3.2.0/cordova/media/media.setVolume.md   |  30 +-
 .../en/3.2.0/cordova/media/media.startRecord.md |  24 +-
 www/docs/en/3.2.0/cordova/media/media.stop.md   |  34 +--
 .../en/3.2.0/cordova/media/media.stopRecord.md  |  24 +-
 .../cordova/notification/notification.alert.md  |  14 +-
 .../cordova/notification/notification.beep.md   |  22 +-
 .../notification/notification.confirm.md        |  16 +-
 .../3.2.0/cordova/notification/notification.md  |  12 +-
 .../cordova/notification/notification.prompt.md |  16 +-
 .../notification/notification.vibrate.md        |  18 +-
 .../cordova/splashscreen/splashscreen.hide.md   |  14 +-
 .../3.2.0/cordova/splashscreen/splashscreen.md  |   8 +-
 .../cordova/splashscreen/splashscreen.show.md   |  24 +-
 www/docs/en/3.2.0/cordova/storage/storage.md    |   2 +-
 www/docs/en/3.2.0/guide/appdev/privacy/index.md |   2 +-
 .../en/3.2.0/guide/appdev/whitelist/index.md    |   6 +-
 www/docs/en/3.2.0/guide/cli/index.md            |  46 +--
 www/docs/en/3.2.0/guide/hybrid/plugins/index.md |  40 +--
 .../en/3.2.0/guide/hybrid/webviews/index.md     |   8 +-
 www/docs/en/3.2.0/guide/overview/index.md       |  10 +-
 .../guide/platforms/amazonfireos/config.md      |   4 +-
 .../3.2.0/guide/platforms/amazonfireos/index.md |  12 +-
 .../guide/platforms/amazonfireos/plugin.md      |   4 +-
 .../guide/platforms/amazonfireos/webview.md     |   2 +-
 .../en/3.2.0/guide/platforms/android/config.md  |  12 +-
 .../en/3.2.0/guide/platforms/android/index.md   |  28 +-
 .../en/3.2.0/guide/platforms/android/plugin.md  |   4 +-
 .../en/3.2.0/guide/platforms/android/tools.md   |   4 +-
 .../3.2.0/guide/platforms/android/upgrading.md  |  12 +-
 .../en/3.2.0/guide/platforms/android/webview.md |   8 +-
 .../3.2.0/guide/platforms/blackberry/index.md   |  22 +-
 .../3.2.0/guide/platforms/blackberry/plugin.md  |   2 +-
 .../3.2.0/guide/platforms/blackberry/tools.md   |   2 +-
 .../guide/platforms/blackberry/upgrading.md     |  52 ++--
 .../guide/platforms/blackberry10/config.md      |   8 +-
 .../3.2.0/guide/platforms/blackberry10/index.md |   8 +-
 .../guide/platforms/blackberry10/plugin.md      |   8 +-
 .../3.2.0/guide/platforms/blackberry10/tools.md |   2 +-
 .../guide/platforms/blackberry10/upgrading.md   |  60 ++--
 www/docs/en/3.2.0/guide/platforms/index.md      |  54 ++--
 www/docs/en/3.2.0/guide/platforms/ios/config.md |  16 +-
 www/docs/en/3.2.0/guide/platforms/ios/index.md  |  30 +-
 www/docs/en/3.2.0/guide/platforms/ios/plugin.md |  10 +-
 www/docs/en/3.2.0/guide/platforms/ios/tools.md  |   2 +-
 .../en/3.2.0/guide/platforms/ios/upgrading.md   |  94 +++---
 .../en/3.2.0/guide/platforms/ios/webview.md     |  10 +-
 .../en/3.2.0/guide/platforms/tizen/index.md     |  12 +-
 www/docs/en/3.2.0/guide/platforms/win8/index.md |  12 +-
 www/docs/en/3.2.0/guide/platforms/win8/tools.md |   2 +-
 .../en/3.2.0/guide/platforms/win8/upgrading.md  |   6 +-
 www/docs/en/3.2.0/guide/platforms/wp7/index.md  |  20 +-
 www/docs/en/3.2.0/guide/platforms/wp8/index.md  |  22 +-
 www/docs/en/3.2.0/guide/platforms/wp8/plugin.md |   6 +-
 www/docs/en/3.2.0/guide/platforms/wp8/tools.md  |   8 +-
 .../en/3.2.0/guide/platforms/wp8/upgrading.md   |  10 +-
 www/docs/en/3.2.0/guide/support/index.md        |  40 +--
 www/docs/en/3.2.0/index.md                      |  58 ++--
 www/docs/en/3.2.0/plugin_ref/plugman.md         |  10 +-
 www/docs/en/3.2.0/plugin_ref/spec.md            |  18 +-
 www/docs/en/3.3.0/config_ref/images.md          |  14 +-
 www/docs/en/3.3.0/config_ref/index.md           |  38 +--
 .../accelerometer/acceleration/acceleration.md  |  20 +-
 .../accelerometer/accelerometer.clearWatch.md   |  26 +-
 .../accelerometer.getCurrentAcceleration.md     |  38 +--
 .../cordova/accelerometer/accelerometer.md      |  18 +-
 .../accelerometer.watchAcceleration.md          |  46 +--
 .../parameters/accelerometerOptions.md          |   2 +-
 .../parameters/accelerometerSuccess.md          |  12 +-
 .../en/3.3.0/cordova/camera/camera.cleanup.md   |  12 +-
 .../3.3.0/cordova/camera/camera.getPicture.md   |  54 ++--
 www/docs/en/3.3.0/cordova/camera/camera.md      |   8 +-
 .../camera/parameter/CameraPopoverHandle.md     |  28 +-
 .../camera/parameter/CameraPopoverOptions.md    |  20 +-
 .../cordova/camera/parameter/cameraOptions.md   |  28 +-
 .../cordova/camera/parameter/cameraSuccess.md   |   4 +-
 .../3.3.0/cordova/compass/compass.clearWatch.md |  20 +-
 .../cordova/compass/compass.clearWatchFilter.md |   4 +-
 .../compass/compass.getCurrentHeading.md        |  24 +-
 www/docs/en/3.3.0/cordova/compass/compass.md    |  20 +-
 .../cordova/compass/compass.watchHeading.md     |  30 +-
 .../compass/compass.watchHeadingFilter.md       |   4 +-
 .../compass/compassError/compassError.md        |  12 +-
 .../cordova/compass/parameters/compassError.md  |   4 +-
 .../compass/parameters/compassHeading.md        |   4 +-
 .../compass/parameters/compassSuccess.md        |   6 +-
 .../en/3.3.0/cordova/connection/connection.md   |   4 +-
 .../3.3.0/cordova/connection/connection.type.md |  68 ++---
 .../3.3.0/cordova/contacts/Contact/contact.md   |  72 ++---
 .../contacts/ContactAddress/contactaddress.md   |  38 +--
 .../contacts/ContactError/contactError.md       |  22 +-
 .../contacts/ContactField/contactfield.md       |  60 ++--
 .../ContactFindOptions/contactfindoptions.md    |  30 +-
 .../cordova/contacts/ContactName/contactname.md |  32 +-
 .../ContactOrganization/contactorganization.md  |  38 +--
 .../3.3.0/cordova/contacts/contacts.create.md   |  30 +-
 .../en/3.3.0/cordova/contacts/contacts.find.md  |  50 +--
 www/docs/en/3.3.0/cordova/contacts/contacts.md  |  48 +--
 .../contacts/parameters/contactFields.md        |   2 +-
 .../contacts/parameters/contactFindOptions.md   |   2 +-
 .../contacts/parameters/contactSuccess.md       |   6 +-
 .../en/3.3.0/cordova/device/device.cordova.md   |  20 +-
 www/docs/en/3.3.0/cordova/device/device.md      |  18 +-
 .../en/3.3.0/cordova/device/device.model.md     |  20 +-
 www/docs/en/3.3.0/cordova/device/device.name.md |  24 +-
 .../en/3.3.0/cordova/device/device.platform.md  |  20 +-
 www/docs/en/3.3.0/cordova/device/device.uuid.md |  22 +-
 .../en/3.3.0/cordova/device/device.version.md   |  20 +-
 .../3.3.0/cordova/events/events.backbutton.md   |  18 +-
 .../cordova/events/events.batterycritical.md    |  20 +-
 .../3.3.0/cordova/events/events.batterylow.md   |  20 +-
 .../cordova/events/events.batterystatus.md      |  22 +-
 .../3.3.0/cordova/events/events.deviceready.md  |  18 +-
 .../cordova/events/events.endcallbutton.md      |  20 +-
 www/docs/en/3.3.0/cordova/events/events.md      |  38 +--
 .../3.3.0/cordova/events/events.menubutton.md   |  20 +-
 .../en/3.3.0/cordova/events/events.offline.md   |  24 +-
 .../en/3.3.0/cordova/events/events.online.md    |  26 +-
 .../en/3.3.0/cordova/events/events.pause.md     |  22 +-
 .../en/3.3.0/cordova/events/events.resume.md    |  24 +-
 .../3.3.0/cordova/events/events.searchbutton.md |  20 +-
 .../cordova/events/events.startcallbutton.md    |  20 +-
 .../cordova/events/events.volumedownbutton.md   |  20 +-
 .../cordova/events/events.volumeupbutton.md     |  20 +-
 .../file/directoryentry/directoryentry.md       |  88 +++---
 .../file/directoryreader/directoryreader.md     |   6 +-
 www/docs/en/3.3.0/cordova/file/file.md          |  62 ++--
 .../3.3.0/cordova/file/fileentry/fileentry.md   | 118 +++----
 .../3.3.0/cordova/file/fileerror/fileerror.md   |  32 +-
 .../en/3.3.0/cordova/file/fileobj/fileobj.md    |   8 +-
 .../3.3.0/cordova/file/filereader/filereader.md |  54 ++--
 .../3.3.0/cordova/file/filesystem/filesystem.md |  28 +-
 .../cordova/file/filetransfer/filetransfer.md   |  64 ++--
 .../file/filetransfererror/filetransfererror.md |  14 +-
 .../file/fileuploadoptions/fileuploadoptions.md |   6 +-
 .../file/fileuploadresult/fileuploadresult.md   |  10 +-
 .../3.3.0/cordova/file/filewriter/filewriter.md |  48 +--
 www/docs/en/3.3.0/cordova/file/flags/flags.md   |   6 +-
 .../file/localfilesystem/localfilesystem.md     |  50 +--
 .../en/3.3.0/cordova/file/metadata/metadata.md  |   4 +-
 .../geolocation/Coordinates/coordinates.md      |  18 +-
 .../cordova/geolocation/Position/position.md    |  22 +-
 .../geolocation/PositionError/positionError.md  |  24 +-
 .../geolocation/geolocation.clearWatch.md       |  22 +-
 .../geolocation.getCurrentPosition.md           |  48 +--
 .../en/3.3.0/cordova/geolocation/geolocation.md |  24 +-
 .../geolocation/geolocation.watchPosition.md    |  48 +--
 .../parameters/geolocation.options.md           |   6 +-
 .../geolocation/parameters/geolocationError.md  |   2 +-
 .../parameters/geolocationSuccess.md            |   8 +-
 .../GlobalizationError/globalizationerror.md    |  20 +-
 .../globalization/globalization.dateToString.md |  10 +-
 .../globalization.getCurrencyPattern.md         |  10 +-
 .../globalization/globalization.getDateNames.md |  10 +-
 .../globalization.getDatePattern.md             |  10 +-
 .../globalization.getFirstDayOfWeek.md          |  10 +-
 .../globalization.getLocaleName.md              |  10 +-
 .../globalization.getNumberPattern.md           |  10 +-
 .../globalization.getPreferredLanguage.md       |  10 +-
 .../globalization.isDayLightSavingsTime.md      |   8 +-
 .../cordova/globalization/globalization.md      |  28 +-
 .../globalization.numberToString.md             |  10 +-
 .../globalization/globalization.stringToDate.md |  10 +-
 .../globalization.stringToNumber.md             |  10 +-
 .../3.3.0/cordova/inappbrowser/inappbrowser.md  |  92 +++---
 .../3.3.0/cordova/inappbrowser/window.open.md   |  34 +--
 .../cordova/media/MediaError/mediaError.md      |  14 +-
 .../cordova/media/Parameters/mediaError.md      |   2 +-
 .../en/3.3.0/cordova/media/capture/CaptureCB.md |  14 +-
 .../3.3.0/cordova/media/capture/CaptureError.md |  12 +-
 .../cordova/media/capture/CaptureErrorCB.md     |  10 +-
 .../cordova/media/capture/ConfigurationData.md  |   4 +-
 .../media/capture/MediaFile.getFormatData.md    |  20 +-
 .../en/3.3.0/cordova/media/capture/MediaFile.md |   4 +-
 .../cordova/media/capture/MediaFileData.md      |  10 +-
 .../en/3.3.0/cordova/media/capture/capture.md   |  48 +--
 .../3.3.0/cordova/media/capture/captureAudio.md |  46 +--
 .../media/capture/captureAudioOptions.md        |   6 +-
 .../3.3.0/cordova/media/capture/captureImage.md |  46 +--
 .../media/capture/captureImageOptions.md        |   6 +-
 .../3.3.0/cordova/media/capture/captureVideo.md |  48 +--
 .../media/capture/captureVideoOptions.md        |   6 +-
 .../cordova/media/media.getCurrentPosition.md   |  44 +--
 .../en/3.3.0/cordova/media/media.getDuration.md |  34 +--
 www/docs/en/3.3.0/cordova/media/media.md        |  28 +-
 www/docs/en/3.3.0/cordova/media/media.pause.md  |  44 +--
 www/docs/en/3.3.0/cordova/media/media.play.md   |  48 +--
 .../en/3.3.0/cordova/media/media.release.md     |  40 +--
 www/docs/en/3.3.0/cordova/media/media.seekTo.md |  32 +-
 .../en/3.3.0/cordova/media/media.setVolume.md   |  30 +-
 .../en/3.3.0/cordova/media/media.startRecord.md |  24 +-
 www/docs/en/3.3.0/cordova/media/media.stop.md   |  34 +--
 .../en/3.3.0/cordova/media/media.stopRecord.md  |  24 +-
 .../cordova/notification/notification.alert.md  |  14 +-
 .../cordova/notification/notification.beep.md   |  22 +-
 .../notification/notification.confirm.md        |  16 +-
 .../3.3.0/cordova/notification/notification.md  |  12 +-
 .../cordova/notification/notification.prompt.md |  16 +-
 .../notification/notification.vibrate.md        |  18 +-
 .../cordova/splashscreen/splashscreen.hide.md   |  14 +-
 .../3.3.0/cordova/splashscreen/splashscreen.md  |   8 +-
 .../cordova/splashscreen/splashscreen.show.md   |  24 +-
 www/docs/en/3.3.0/cordova/storage/storage.md    |   2 +-
 www/docs/en/3.3.0/guide/appdev/privacy/index.md |   2 +-
 .../en/3.3.0/guide/appdev/whitelist/index.md    |   4 +-
 www/docs/en/3.3.0/guide/cli/index.md            |  46 +--
 www/docs/en/3.3.0/guide/hybrid/plugins/index.md |  38 +--
 .../en/3.3.0/guide/hybrid/webviews/index.md     |   8 +-
 www/docs/en/3.3.0/guide/overview/index.md       |  10 +-
 .../guide/platforms/amazonfireos/config.md      |   4 +-
 .../3.3.0/guide/platforms/amazonfireos/index.md |  12 +-
 .../guide/platforms/amazonfireos/plugin.md      |   4 +-
 .../guide/platforms/amazonfireos/webview.md     |   2 +-
 .../en/3.3.0/guide/platforms/android/config.md  |  12 +-
 .../en/3.3.0/guide/platforms/android/index.md   |  28 +-
 .../en/3.3.0/guide/platforms/android/plugin.md  |   4 +-
 .../en/3.3.0/guide/platforms/android/tools.md   |   4 +-
 .../3.3.0/guide/platforms/android/upgrading.md  |  12 +-
 .../en/3.3.0/guide/platforms/android/webview.md |   8 +-
 .../guide/platforms/blackberry10/config.md      |   8 +-
 .../3.3.0/guide/platforms/blackberry10/index.md |   6 +-
 .../guide/platforms/blackberry10/plugin.md      |   8 +-
 .../3.3.0/guide/platforms/blackberry10/tools.md |   2 +-
 .../guide/platforms/blackberry10/upgrading.md   |  58 ++--
 www/docs/en/3.3.0/guide/platforms/index.md      |  60 ++--
 www/docs/en/3.3.0/guide/platforms/ios/config.md |  16 +-
 www/docs/en/3.3.0/guide/platforms/ios/index.md  |  30 +-
 www/docs/en/3.3.0/guide/platforms/ios/plugin.md |  10 +-
 www/docs/en/3.3.0/guide/platforms/ios/tools.md  |   2 +-
 .../en/3.3.0/guide/platforms/ios/upgrading.md   |  94 +++---
 .../en/3.3.0/guide/platforms/ios/webview.md     |  10 +-
 .../en/3.3.0/guide/platforms/tizen/index.md     |  12 +-
 www/docs/en/3.3.0/guide/platforms/win8/index.md |  14 +-
 www/docs/en/3.3.0/guide/platforms/win8/tools.md |   2 +-
 .../en/3.3.0/guide/platforms/win8/upgrading.md  |   6 +-
 www/docs/en/3.3.0/guide/platforms/wp7/index.md  |  20 +-
 www/docs/en/3.3.0/guide/platforms/wp8/index.md  |  20 +-
 www/docs/en/3.3.0/guide/platforms/wp8/plugin.md |   6 +-
 www/docs/en/3.3.0/guide/platforms/wp8/tools.md  |  18 +-
 .../en/3.3.0/guide/platforms/wp8/upgrading.md   |  10 +-
 www/docs/en/3.3.0/guide/support/index.md        |  40 +--
 www/docs/en/3.3.0/index.md                      |  58 ++--
 www/docs/en/3.3.0/plugin_ref/plugman.md         |  10 +-
 www/docs/en/3.3.0/plugin_ref/spec.md            |  18 +-
 www/docs/en/3.4.0/config_ref/images.md          |   6 +-
 www/docs/en/3.4.0/config_ref/index.md           |  18 +-
 .../3.4.0/cordova/events/events.backbutton.md   |   4 +-
 .../cordova/events/events.endcallbutton.md      |   4 +-
 www/docs/en/3.4.0/cordova/events/events.md      |  20 +-
 .../3.4.0/cordova/events/events.menubutton.md   |   4 +-
 .../en/3.4.0/cordova/events/events.pause.md     |   6 +-
 .../en/3.4.0/cordova/events/events.resume.md    |   6 +-
 .../3.4.0/cordova/events/events.searchbutton.md |   4 +-
 .../cordova/events/events.startcallbutton.md    |   4 +-
 .../cordova/events/events.volumedownbutton.md   |   4 +-
 .../cordova/events/events.volumeupbutton.md     |   4 +-
 .../en/3.4.0/guide/appdev/whitelist/index.md    |   4 +-
 www/docs/en/3.4.0/guide/cli/index.md            |  22 +-
 www/docs/en/3.4.0/guide/hybrid/plugins/index.md |  20 +-
 .../en/3.4.0/guide/hybrid/webviews/index.md     |   6 +-
 www/docs/en/3.4.0/guide/overview/index.md       |  10 +-
 .../guide/platforms/amazonfireos/config.md      |   2 +-
 .../3.4.0/guide/platforms/amazonfireos/index.md |   6 +-
 .../guide/platforms/amazonfireos/plugin.md      |   2 +-
 .../en/3.4.0/guide/platforms/android/config.md  |  10 +-
 .../en/3.4.0/guide/platforms/android/index.md   |  16 +-
 .../en/3.4.0/guide/platforms/android/plugin.md  |   2 +-
 .../en/3.4.0/guide/platforms/android/tools.md   |   2 +-
 .../3.4.0/guide/platforms/android/upgrading.md  |  10 +-
 .../en/3.4.0/guide/platforms/android/webview.md |   2 +-
 .../guide/platforms/blackberry10/config.md      |   2 +-
 .../3.4.0/guide/platforms/blackberry10/tools.md |   2 +-
 .../guide/platforms/blackberry10/upgrading.md   |  12 +-
 www/docs/en/3.4.0/guide/platforms/index.md      |  64 ++--
 www/docs/en/3.4.0/guide/platforms/ios/config.md |   4 +-
 www/docs/en/3.4.0/guide/platforms/ios/index.md  |  16 +-
 www/docs/en/3.4.0/guide/platforms/ios/plugin.md |   8 +-
 www/docs/en/3.4.0/guide/platforms/ios/tools.md  |   2 +-
 .../en/3.4.0/guide/platforms/ios/upgrading.md   |  44 +--
 .../en/3.4.0/guide/platforms/ios/webview.md     |   2 +-
 .../en/3.4.0/guide/platforms/tizen/index.md     |   2 +-
 www/docs/en/3.4.0/guide/platforms/win8/index.md |  10 +-
 www/docs/en/3.4.0/guide/platforms/win8/tools.md |   2 +-
 .../en/3.4.0/guide/platforms/win8/upgrading.md  |   4 +-
 www/docs/en/3.4.0/guide/platforms/wp7/index.md  |   8 +-
 www/docs/en/3.4.0/guide/platforms/wp8/index.md  |  10 +-
 www/docs/en/3.4.0/guide/platforms/wp8/plugin.md |   4 +-
 www/docs/en/3.4.0/guide/platforms/wp8/tools.md  |   2 +-
 .../en/3.4.0/guide/platforms/wp8/upgrading.md   |   6 +-
 www/docs/en/3.4.0/guide/support/index.md        |  10 +-
 www/docs/en/3.4.0/index.md                      |  28 +-
 www/docs/en/3.4.0/plugin_ref/plugman.md         |   4 +-
 www/docs/en/3.5.0/config_ref/images.md          |   6 +-
 www/docs/en/3.5.0/config_ref/index.md           |  18 +-
 .../3.5.0/cordova/events/events.backbutton.md   |   4 +-
 .../cordova/events/events.endcallbutton.md      |   4 +-
 www/docs/en/3.5.0/cordova/events/events.md      |  20 +-
 .../3.5.0/cordova/events/events.menubutton.md   |   4 +-
 .../en/3.5.0/cordova/events/events.pause.md     |   6 +-
 .../en/3.5.0/cordova/events/events.resume.md    |   6 +-
 .../3.5.0/cordova/events/events.searchbutton.md |   4 +-
 .../cordova/events/events.startcallbutton.md    |   4 +-
 .../cordova/events/events.volumedownbutton.md   |   4 +-
 .../cordova/events/events.volumeupbutton.md     |   4 +-
 www/docs/en/3.5.0/guide/appdev/privacy/index.md |   4 +-
 .../en/3.5.0/guide/appdev/security/index.md     |   2 +-
 .../en/3.5.0/guide/appdev/whitelist/index.md    |   4 +-
 www/docs/en/3.5.0/guide/cli/index.md            |  28 +-
 www/docs/en/3.5.0/guide/hybrid/plugins/index.md |  20 +-
 .../en/3.5.0/guide/hybrid/webviews/index.md     |   6 +-
 www/docs/en/3.5.0/guide/next/index.md           |   6 +-
 www/docs/en/3.5.0/guide/overview/index.md       |  20 +-
 .../guide/platforms/amazonfireos/config.md      |   4 +-
 .../3.5.0/guide/platforms/amazonfireos/index.md |   8 +-
 .../guide/platforms/amazonfireos/plugin.md      |   2 +-
 .../guide/platforms/amazonfireos/webview.md     |   2 +-
 .../en/3.5.0/guide/platforms/android/config.md  |  10 +-
 .../en/3.5.0/guide/platforms/android/index.md   |   6 +-
 .../en/3.5.0/guide/platforms/android/plugin.md  |   4 +-
 .../en/3.5.0/guide/platforms/android/tools.md   |   6 +-
 .../en/3.5.0/guide/platforms/android/upgrade.md |  10 +-
 .../en/3.5.0/guide/platforms/android/webview.md |   2 +-
 .../3.5.0/guide/platforms/blackberry/upgrade.md |   4 +-
 .../guide/platforms/blackberry10/config.md      |   2 +-
 .../3.5.0/guide/platforms/blackberry10/index.md |   8 +-
 .../3.5.0/guide/platforms/blackberry10/tools.md |   2 +-
 .../guide/platforms/blackberry10/upgrade.md     |  14 +-
 .../en/3.5.0/guide/platforms/firefoxos/index.md |   2 +-
 www/docs/en/3.5.0/guide/platforms/index.md      |  60 ++--
 www/docs/en/3.5.0/guide/platforms/ios/config.md |   4 +-
 www/docs/en/3.5.0/guide/platforms/ios/index.md  |  14 +-
 www/docs/en/3.5.0/guide/platforms/ios/plugin.md |  10 +-
 www/docs/en/3.5.0/guide/platforms/ios/tools.md  |   4 +-
 .../en/3.5.0/guide/platforms/ios/upgrade.md     |  44 +--
 .../en/3.5.0/guide/platforms/ios/webview.md     |   2 +-
 .../en/3.5.0/guide/platforms/tizen/index.md     |   2 +-
 .../en/3.5.0/guide/platforms/ubuntu/index.md    |   2 +-
 www/docs/en/3.5.0/guide/platforms/win8/index.md |  10 +-
 .../en/3.5.0/guide/platforms/win8/upgrade.md    |   4 +-
 www/docs/en/3.5.0/guide/platforms/wp8/index.md  |  16 +-
 .../en/3.5.0/guide/platforms/wp8/parallels.md   |   2 +-
 www/docs/en/3.5.0/guide/platforms/wp8/plugin.md |   6 +-
 .../en/3.5.0/guide/platforms/wp8/upgrade.md     |   6 +-
 www/docs/en/3.5.0/guide/platforms/wp8/vmware.md |   2 +-
 www/docs/en/3.5.0/guide/support/index.md        |   8 +-
 www/docs/en/3.5.0/index.md                      |  32 +-
 www/docs/en/3.5.0/plugin_ref/plugman.md         |   6 +-
 www/docs/en/3.6.0/config_ref/images.md          |   4 +-
 www/docs/en/3.6.0/config_ref/index.md           |  18 +-
 .../3.6.0/cordova/events/events.backbutton.md   |   4 +-
 .../cordova/events/events.endcallbutton.md      |   4 +-
 www/docs/en/3.6.0/cordova/events/events.md      |  20 +-
 .../3.6.0/cordova/events/events.menubutton.md   |   4 +-
 .../en/3.6.0/cordova/events/events.pause.md     |   6 +-
 .../en/3.6.0/cordova/events/events.resume.md    |   6 +-
 .../3.6.0/cordova/events/events.searchbutton.md |   4 +-
 .../cordova/events/events.startcallbutton.md    |   4 +-
 .../cordova/events/events.volumedownbutton.md   |   4 +-
 .../cordova/events/events.volumeupbutton.md     |   4 +-
 www/docs/en/3.6.0/guide/appdev/privacy/index.md |   4 +-
 .../en/3.6.0/guide/appdev/security/index.md     |   4 +-
 .../en/3.6.0/guide/appdev/whitelist/index.md    |   4 +-
 www/docs/en/3.6.0/guide/cli/index.md            |  28 +-
 www/docs/en/3.6.0/guide/hybrid/plugins/index.md |  22 +-
 .../en/3.6.0/guide/hybrid/webviews/index.md     |   8 +-
 www/docs/en/3.6.0/guide/next/index.md           |   8 +-
 www/docs/en/3.6.0/guide/overview/index.md       |  20 +-
 .../guide/platforms/amazonfireos/config.md      |   4 +-
 .../3.6.0/guide/platforms/amazonfireos/index.md |   8 +-
 .../guide/platforms/amazonfireos/plugin.md      |   2 +-
 .../guide/platforms/amazonfireos/webview.md     |   2 +-
 .../en/3.6.0/guide/platforms/android/config.md  |  10 +-
 .../en/3.6.0/guide/platforms/android/index.md   |   6 +-
 .../en/3.6.0/guide/platforms/android/plugin.md  |   4 +-
 .../en/3.6.0/guide/platforms/android/tools.md   |   6 +-
 .../en/3.6.0/guide/platforms/android/upgrade.md |  10 +-
 .../en/3.6.0/guide/platforms/android/webview.md |   2 +-
 .../3.6.0/guide/platforms/blackberry/upgrade.md |   4 +-
 .../guide/platforms/blackberry10/config.md      |   2 +-
 .../3.6.0/guide/platforms/blackberry10/index.md |   8 +-
 .../3.6.0/guide/platforms/blackberry10/tools.md |   2 +-
 .../guide/platforms/blackberry10/upgrade.md     |  14 +-
 .../en/3.6.0/guide/platforms/firefoxos/index.md |   2 +-
 www/docs/en/3.6.0/guide/platforms/index.md      |  62 ++--
 www/docs/en/3.6.0/guide/platforms/ios/config.md |   4 +-
 www/docs/en/3.6.0/guide/platforms/ios/index.md  |  14 +-
 www/docs/en/3.6.0/guide/platforms/ios/plugin.md |  10 +-
 www/docs/en/3.6.0/guide/platforms/ios/tools.md  |   4 +-
 .../en/3.6.0/guide/platforms/ios/upgrade.md     |  44 +--
 .../en/3.6.0/guide/platforms/ios/webview.md     |   2 +-
 .../en/3.6.0/guide/platforms/tizen/index.md     |   2 +-
 .../en/3.6.0/guide/platforms/ubuntu/index.md    |   2 +-
 www/docs/en/3.6.0/guide/platforms/win8/index.md |  12 +-
 .../en/3.6.0/guide/platforms/win8/upgrade.md    |   4 +-
 www/docs/en/3.6.0/guide/platforms/wp8/index.md  |  16 +-
 .../en/3.6.0/guide/platforms/wp8/parallels.md   |   2 +-
 www/docs/en/3.6.0/guide/platforms/wp8/plugin.md |   6 +-
 .../en/3.6.0/guide/platforms/wp8/upgrade.md     |   6 +-
 www/docs/en/3.6.0/guide/platforms/wp8/vmware.md |   2 +-
 .../en/3.6.0/guide/platforms/wp8/webview.md     |   2 +-
 www/docs/en/3.6.0/guide/support/index.md        |   8 +-
 www/docs/en/3.6.0/index.md                      |  32 +-
 www/docs/en/3.6.0/plugin_ref/plugman.md         |   6 +-
 www/docs/en/4.0.0/config_ref/images.md          |   4 +-
 www/docs/en/4.0.0/config_ref/index.md           |  18 +-
 .../4.0.0/cordova/events/events.backbutton.md   |   4 +-
 .../cordova/events/events.endcallbutton.md      |   4 +-
 www/docs/en/4.0.0/cordova/events/events.md      |  20 +-
 .../4.0.0/cordova/events/events.menubutton.md   |   4 +-
 .../en/4.0.0/cordova/events/events.pause.md     |   6 +-
 .../en/4.0.0/cordova/events/events.resume.md    |   6 +-
 .../4.0.0/cordova/events/events.searchbutton.md |   4 +-
 .../cordova/events/events.startcallbutton.md    |   4 +-
 .../cordova/events/events.volumedownbutton.md   |   4 +-
 .../cordova/events/events.volumeupbutton.md     |   4 +-
 www/docs/en/4.0.0/guide/appdev/privacy/index.md |   4 +-
 .../en/4.0.0/guide/appdev/security/index.md     |   4 +-
 .../en/4.0.0/guide/appdev/whitelist/index.md    |   4 +-
 www/docs/en/4.0.0/guide/cli/index.md            |  28 +-
 www/docs/en/4.0.0/guide/hybrid/plugins/index.md |  22 +-
 .../en/4.0.0/guide/hybrid/webviews/index.md     |   8 +-
 www/docs/en/4.0.0/guide/next/index.md           |  10 +-
 www/docs/en/4.0.0/guide/overview/index.md       |  20 +-
 .../guide/platforms/amazonfireos/config.md      |   4 +-
 .../4.0.0/guide/platforms/amazonfireos/index.md |   8 +-
 .../guide/platforms/amazonfireos/plugin.md      |   2 +-
 .../guide/platforms/amazonfireos/webview.md     |   2 +-
 .../en/4.0.0/guide/platforms/android/config.md  |  10 +-
 .../en/4.0.0/guide/platforms/android/index.md   |   6 +-
 .../en/4.0.0/guide/platforms/android/plugin.md  |   4 +-
 .../en/4.0.0/guide/platforms/android/tools.md   |   6 +-
 .../en/4.0.0/guide/platforms/android/upgrade.md |  12 +-
 .../en/4.0.0/guide/platforms/android/webview.md |   2 +-
 .../4.0.0/guide/platforms/blackberry/upgrade.md |   4 +-
 .../guide/platforms/blackberry10/config.md      |   2 +-
 .../4.0.0/guide/platforms/blackberry10/index.md |   8 +-
 .../4.0.0/guide/platforms/blackberry10/tools.md |   2 +-
 .../guide/platforms/blackberry10/upgrade.md     |  16 +-
 .../en/4.0.0/guide/platforms/firefoxos/index.md |   2 +-
 www/docs/en/4.0.0/guide/platforms/index.md      |  62 ++--
 www/docs/en/4.0.0/guide/platforms/ios/config.md |   4 +-
 www/docs/en/4.0.0/guide/platforms/ios/index.md  |  14 +-
 www/docs/en/4.0.0/guide/platforms/ios/plugin.md |  10 +-
 www/docs/en/4.0.0/guide/platforms/ios/tools.md  |   4 +-
 .../en/4.0.0/guide/platforms/ios/upgrade.md     |  46 +--
 .../en/4.0.0/guide/platforms/ios/webview.md     |   2 +-
 .../en/4.0.0/guide/platforms/tizen/index.md     |   2 +-
 .../en/4.0.0/guide/platforms/ubuntu/index.md    |   2 +-
 www/docs/en/4.0.0/guide/platforms/win8/index.md |  12 +-
 .../en/4.0.0/guide/platforms/win8/upgrade.md    |   4 +-
 www/docs/en/4.0.0/guide/platforms/wp8/index.md  |  16 +-
 .../en/4.0.0/guide/platforms/wp8/parallels.md   |   2 +-
 www/docs/en/4.0.0/guide/platforms/wp8/plugin.md |   6 +-
 .../en/4.0.0/guide/platforms/wp8/upgrade.md     |   8 +-
 www/docs/en/4.0.0/guide/platforms/wp8/vmware.md |   2 +-
 .../en/4.0.0/guide/platforms/wp8/webview.md     |   2 +-
 www/docs/en/4.0.0/guide/support/index.md        |   8 +-
 www/docs/en/4.0.0/index.md                      |  32 +-
 www/docs/en/4.0.0/plugin_ref/plugman.md         |   6 +-
 www/docs/en/5.0.0/config_ref/images.md          |   4 +-
 www/docs/en/5.0.0/config_ref/index.md           |  18 +-
 .../5.0.0/cordova/events/events.backbutton.md   |   4 +-
 .../cordova/events/events.endcallbutton.md      |   4 +-
 www/docs/en/5.0.0/cordova/events/events.md      |  20 +-
 .../5.0.0/cordova/events/events.menubutton.md   |   4 +-
 .../en/5.0.0/cordova/events/events.pause.md     |   6 +-
 .../en/5.0.0/cordova/events/events.resume.md    |   6 +-
 .../5.0.0/cordova/events/events.searchbutton.md |   4 +-
 .../cordova/events/events.startcallbutton.md    |   4 +-
 .../cordova/events/events.volumedownbutton.md   |   4 +-
 .../cordova/events/events.volumeupbutton.md     |   4 +-
 www/docs/en/5.0.0/guide/appdev/privacy/index.md |   4 +-
 .../en/5.0.0/guide/appdev/security/index.md     |   2 +-
 .../en/5.0.0/guide/appdev/whitelist/index.md    |   4 +-
 www/docs/en/5.0.0/guide/cli/index.md            |  28 +-
 www/docs/en/5.0.0/guide/hybrid/plugins/index.md |  22 +-
 .../en/5.0.0/guide/hybrid/webviews/index.md     |   8 +-
 www/docs/en/5.0.0/guide/next/index.md           |  10 +-
 www/docs/en/5.0.0/guide/overview/index.md       |  20 +-
 .../guide/platforms/amazonfireos/config.md      |   4 +-
 .../5.0.0/guide/platforms/amazonfireos/index.md |   8 +-
 .../guide/platforms/amazonfireos/plugin.md      |   2 +-
 .../guide/platforms/amazonfireos/webview.md     |   2 +-
 .../en/5.0.0/guide/platforms/android/config.md  |  10 +-
 .../en/5.0.0/guide/platforms/android/index.md   |   8 +-
 .../en/5.0.0/guide/platforms/android/plugin.md  |   4 +-
 .../en/5.0.0/guide/platforms/android/tools.md   |   6 +-
 .../en/5.0.0/guide/platforms/android/upgrade.md |  16 +-
 .../en/5.0.0/guide/platforms/android/webview.md |   2 +-
 .../5.0.0/guide/platforms/blackberry/upgrade.md |   4 +-
 .../guide/platforms/blackberry10/config.md      |   2 +-
 .../5.0.0/guide/platforms/blackberry10/index.md |   8 +-
 .../5.0.0/guide/platforms/blackberry10/tools.md |   2 +-
 .../guide/platforms/blackberry10/upgrade.md     |  14 +-
 .../en/5.0.0/guide/platforms/firefoxos/index.md |   2 +-
 www/docs/en/5.0.0/guide/platforms/index.md      |  62 ++--
 www/docs/en/5.0.0/guide/platforms/ios/config.md |   4 +-
 www/docs/en/5.0.0/guide/platforms/ios/index.md  |  14 +-
 www/docs/en/5.0.0/guide/platforms/ios/plugin.md |  10 +-
 www/docs/en/5.0.0/guide/platforms/ios/tools.md  |   4 +-
 .../en/5.0.0/guide/platforms/ios/upgrade.md     |  46 +--
 .../en/5.0.0/guide/platforms/ios/webview.md     |   2 +-
 .../en/5.0.0/guide/platforms/tizen/index.md     |   2 +-
 .../en/5.0.0/guide/platforms/ubuntu/index.md    |   2 +-
 www/docs/en/5.0.0/guide/platforms/win8/index.md |  12 +-
 .../en/5.0.0/guide/platforms/win8/upgrade.md    |   4 +-
 www/docs/en/5.0.0/guide/platforms/wp8/index.md  |  16 +-
 .../en/5.0.0/guide/platforms/wp8/parallels.md   |   2 +-
 www/docs/en/5.0.0/guide/platforms/wp8/plugin.md |   6 +-
 .../en/5.0.0/guide/platforms/wp8/upgrade.md     |   8 +-
 www/docs/en/5.0.0/guide/platforms/wp8/vmware.md |   2 +-
 .../en/5.0.0/guide/platforms/wp8/webview.md     |   2 +-
 www/docs/en/5.0.0/guide/support/index.md        |   8 +-
 www/docs/en/5.0.0/index.md                      |  32 +-
 www/docs/en/5.0.0/plugin_ref/plugman.md         |   6 +-
 www/docs/en/5.1.1/config_ref/images.md          |   4 +-
 www/docs/en/5.1.1/config_ref/index.md           |  20 +-
 .../5.1.1/cordova/events/events.backbutton.md   |   4 +-
 .../cordova/events/events.endcallbutton.md      |   4 +-
 www/docs/en/5.1.1/cordova/events/events.md      |  20 +-
 .../5.1.1/cordova/events/events.menubutton.md   |   4 +-
 .../en/5.1.1/cordova/events/events.pause.md     |   6 +-
 .../en/5.1.1/cordova/events/events.resume.md    |   6 +-
 .../5.1.1/cordova/events/events.searchbutton.md |   4 +-
 .../cordova/events/events.startcallbutton.md    |   4 +-
 .../cordova/events/events.volumedownbutton.md   |   4 +-
 .../cordova/events/events.volumeupbutton.md     |   4 +-
 www/docs/en/5.1.1/guide/appdev/privacy/index.md |   4 +-
 .../en/5.1.1/guide/appdev/security/index.md     |   2 +-
 .../en/5.1.1/guide/appdev/whitelist/index.md    |   4 +-
 www/docs/en/5.1.1/guide/cli/index.md            |  28 +-
 www/docs/en/5.1.1/guide/hybrid/plugins/index.md |  22 +-
 .../en/5.1.1/guide/hybrid/webviews/index.md     |   8 +-
 www/docs/en/5.1.1/guide/next/index.md           |  10 +-
 www/docs/en/5.1.1/guide/overview/index.md       |  20 +-
 .../guide/platforms/amazonfireos/config.md      |   4 +-
 .../5.1.1/guide/platforms/amazonfireos/index.md |   8 +-
 .../guide/platforms/amazonfireos/plugin.md      |   2 +-
 .../guide/platforms/amazonfireos/webview.md     |   2 +-
 .../en/5.1.1/guide/platforms/android/config.md  |  10 +-
 .../en/5.1.1/guide/platforms/android/index.md   |   8 +-
 .../en/5.1.1/guide/platforms/android/plugin.md  |   4 +-
 .../en/5.1.1/guide/platforms/android/tools.md   |   6 +-
 .../en/5.1.1/guide/platforms/android/upgrade.md |  16 +-
 .../en/5.1.1/guide/platforms/android/webview.md |   2 +-
 .../5.1.1/guide/platforms/blackberry/upgrade.md |   4 +-
 .../guide/platforms/blackberry10/config.md      |   2 +-
 .../5.1.1/guide/platforms/blackberry10/index.md |   8 +-
 .../5.1.1/guide/platforms/blackberry10/tools.md |   2 +-
 .../guide/platforms/blackberry10/upgrade.md     |  14 +-
 .../en/5.1.1/guide/platforms/firefoxos/index.md |   2 +-
 www/docs/en/5.1.1/guide/platforms/index.md      |  64 ++--
 www/docs/en/5.1.1/guide/platforms/ios/config.md |   4 +-
 www/docs/en/5.1.1/guide/platforms/ios/index.md  |  14 +-
 www/docs/en/5.1.1/guide/platforms/ios/plugin.md |  10 +-
 www/docs/en/5.1.1/guide/platforms/ios/tools.md  |   4 +-
 .../en/5.1.1/guide/platforms/ios/upgrade.md     |  46 +--
 .../en/5.1.1/guide/platforms/ios/webview.md     |   2 +-
 .../en/5.1.1/guide/platforms/tizen/index.md     |   2 +-
 .../en/5.1.1/guide/platforms/ubuntu/index.md    |   2 +-
 www/docs/en/5.1.1/guide/platforms/win8/index.md |  10 +-
 .../en/5.1.1/guide/platforms/win8/upgrade.md    |   4 +-
 .../5.1.1/guide/platforms/win8/win10-support.md |   2 +-
 www/docs/en/5.1.1/guide/platforms/wp8/index.md  |  16 +-
 .../en/5.1.1/guide/platforms/wp8/parallels.md   |   2 +-
 www/docs/en/5.1.1/guide/platforms/wp8/plugin.md |   6 +-
 .../en/5.1.1/guide/platforms/wp8/upgrade.md     |   8 +-
 www/docs/en/5.1.1/guide/platforms/wp8/vmware.md |   2 +-
 .../en/5.1.1/guide/platforms/wp8/webview.md     |   2 +-
 www/docs/en/5.1.1/guide/support/index.md        |   8 +-
 www/docs/en/5.1.1/index.md                      |  36 +--
 www/docs/en/5.1.1/plugin_ref/plugman.md         |   6 +-
 www/docs/en/5.1.1/plugin_ref/spec.md            |   2 +-
 www/docs/en/edge/config_ref/images.md           |   4 +-
 www/docs/en/edge/config_ref/index.md            |  20 +-
 .../en/edge/cordova/events/events.backbutton.md |   4 +-
 .../edge/cordova/events/events.endcallbutton.md |   4 +-
 www/docs/en/edge/cordova/events/events.md       |  20 +-
 .../en/edge/cordova/events/events.menubutton.md |   4 +-
 www/docs/en/edge/cordova/events/events.pause.md |   6 +-
 .../en/edge/cordova/events/events.resume.md     |   6 +-
 .../edge/cordova/events/events.searchbutton.md  |   4 +-
 .../cordova/events/events.startcallbutton.md    |   4 +-
 .../cordova/events/events.volumedownbutton.md   |   4 +-
 .../cordova/events/events.volumeupbutton.md     |   4 +-
 www/docs/en/edge/guide/appdev/security/index.md |   2 +-
 .../en/edge/guide/appdev/whitelist/index.md     |   4 +-
 www/docs/en/edge/guide/cli/index.md             |  28 +-
 www/docs/en/edge/guide/hybrid/plugins/index.md  |  22 +-
 www/docs/en/edge/guide/hybrid/webviews/index.md |   8 +-
 www/docs/en/edge/guide/next/index.md            |  10 +-
 www/docs/en/edge/guide/overview/index.md        |  22 +-
 .../edge/guide/platforms/amazonfireos/config.md |   4 +-
 .../edge/guide/platforms/amazonfireos/index.md  |  10 +-
 .../edge/guide/platforms/amazonfireos/plugin.md |   2 +-
 .../guide/platforms/amazonfireos/webview.md     |   2 +-
 .../en/edge/guide/platforms/android/config.md   |  10 +-
 .../en/edge/guide/platforms/android/index.md    |   8 +-
 .../en/edge/guide/platforms/android/plugin.md   |   2 +-
 .../en/edge/guide/platforms/android/tools.md    |   6 +-
 .../en/edge/guide/platforms/android/upgrade.md  |  16 +-
 .../en/edge/guide/platforms/android/webview.md  |   2 +-
 .../edge/guide/platforms/blackberry/upgrade.md  |   2 +-
 .../edge/guide/platforms/blackberry10/config.md |   2 +-
 .../edge/guide/platforms/blackberry10/index.md  |   6 +-
 .../edge/guide/platforms/blackberry10/tools.md  |   2 +-
 .../guide/platforms/blackberry10/upgrade.md     |  12 +-
 www/docs/en/edge/guide/platforms/index.md       |  64 ++--
 www/docs/en/edge/guide/platforms/ios/config.md  |   4 +-
 www/docs/en/edge/guide/platforms/ios/index.md   |  16 +-
 www/docs/en/edge/guide/platforms/ios/plugin.md  |   8 +-
 www/docs/en/edge/guide/platforms/ios/tools.md   |   4 +-
 www/docs/en/edge/guide/platforms/ios/upgrade.md |  46 +--
 www/docs/en/edge/guide/platforms/ios/webview.md |   2 +-
 www/docs/en/edge/guide/platforms/tizen/index.md |   2 +-
 .../en/edge/guide/platforms/ubuntu/index.md     |   2 +-
 www/docs/en/edge/guide/platforms/win8/index.md  |  10 +-
 .../en/edge/guide/platforms/win8/upgrade.md     |   4 +-
 .../edge/guide/platforms/win8/win10-support.md  |   2 +-
 www/docs/en/edge/guide/platforms/wp8/index.md   |  16 +-
 .../en/edge/guide/platforms/wp8/parallels.md    |   2 +-
 www/docs/en/edge/guide/platforms/wp8/plugin.md  |   6 +-
 www/docs/en/edge/guide/platforms/wp8/upgrade.md |   8 +-
 www/docs/en/edge/guide/platforms/wp8/vmware.md  |   2 +-
 www/docs/en/edge/guide/platforms/wp8/webview.md |   2 +-
 www/docs/en/edge/guide/support/index.md         |   8 +-
 www/docs/en/edge/index.md                       |  36 +--
 www/docs/en/edge/plugin_ref/plugman.md          |   6 +-
 www/docs/en/edge/plugin_ref/spec.md             |   2 +-
 www/docs/es/3.1.0/config_ref/images.md          |   2 +-
 www/docs/es/3.1.0/config_ref/index.md           |   6 +-
 .../accelerometer/acceleration/acceleration.md  |  10 +-
 .../accelerometer/accelerometer.clearWatch.md   |  10 +-
 .../accelerometer.getCurrentAcceleration.md     |  10 +-
 .../cordova/accelerometer/accelerometer.md      |  14 +-
 .../accelerometer.watchAcceleration.md          |  16 +-
 .../parameters/accelerometerSuccess.md          |   2 +-
 .../es/3.1.0/cordova/camera/camera.cleanup.md   |   4 +-
 .../3.1.0/cordova/camera/camera.getPicture.md   |  12 +-
 www/docs/es/3.1.0/cordova/camera/camera.md      |   2 +-
 .../camera/parameter/CameraPopoverHandle.md     |  10 +-
 .../camera/parameter/CameraPopoverOptions.md    |   2 +-
 .../cordova/camera/parameter/cameraOptions.md   |   8 +-
 .../cordova/camera/parameter/cameraSuccess.md   |   2 +-
 .../3.1.0/cordova/compass/compass.clearWatch.md |  14 +-
 .../cordova/compass/compass.clearWatchFilter.md |   4 +-
 .../compass/compass.getCurrentHeading.md        |  16 +-
 www/docs/es/3.1.0/cordova/compass/compass.md    |  18 +-
 .../cordova/compass/compass.watchHeading.md     |  22 +-
 .../compass/compass.watchHeadingFilter.md       |   4 +-
 .../compass/compassError/compassError.md        |   4 +-
 .../cordova/compass/parameters/compassError.md  |   2 +-
 .../compass/parameters/compassHeading.md        |   4 +-
 .../compass/parameters/compassSuccess.md        |   4 +-
 .../es/3.1.0/cordova/connection/connection.md   |   2 +-
 .../3.1.0/cordova/connection/connection.type.md |   4 +-
 .../3.1.0/cordova/contacts/Contact/contact.md   |  54 ++--
 .../contacts/ContactAddress/contactaddress.md   |  18 +-
 .../contacts/ContactError/contactError.md       |   4 +-
 .../contacts/ContactField/contactfield.md       |  16 +-
 .../ContactFindOptions/contactfindoptions.md    |  16 +-
 .../cordova/contacts/ContactName/contactname.md |  18 +-
 .../ContactOrganization/contactorganization.md  |  18 +-
 .../3.1.0/cordova/contacts/contacts.create.md   |   6 +-
 .../es/3.1.0/cordova/contacts/contacts.find.md  |  30 +-
 www/docs/es/3.1.0/cordova/contacts/contacts.md  |  26 +-
 .../contacts/parameters/contactFields.md        |   2 +-
 .../contacts/parameters/contactFindOptions.md   |   2 +-
 .../contacts/parameters/contactSuccess.md       |   4 +-
 .../es/3.1.0/cordova/device/device.cordova.md   |  12 +-
 www/docs/es/3.1.0/cordova/device/device.md      |  16 +-
 .../es/3.1.0/cordova/device/device.model.md     |  12 +-
 www/docs/es/3.1.0/cordova/device/device.name.md |  16 +-
 .../es/3.1.0/cordova/device/device.platform.md  |  18 +-
 www/docs/es/3.1.0/cordova/device/device.uuid.md |  12 +-
 .../es/3.1.0/cordova/device/device.version.md   |  12 +-
 .../3.1.0/cordova/events/events.backbutton.md   |  12 +-
 .../cordova/events/events.batterycritical.md    |  12 +-
 .../3.1.0/cordova/events/events.batterylow.md   |  12 +-
 .../cordova/events/events.batterystatus.md      |  14 +-
 .../3.1.0/cordova/events/events.deviceready.md  |  10 +-
 .../cordova/events/events.endcallbutton.md      |  12 +-
 www/docs/es/3.1.0/cordova/events/events.md      |  30 +-
 .../3.1.0/cordova/events/events.menubutton.md   |  12 +-
 .../es/3.1.0/cordova/events/events.offline.md   |  14 +-
 .../es/3.1.0/cordova/events/events.online.md    |  16 +-
 .../es/3.1.0/cordova/events/events.pause.md     |  12 +-
 .../es/3.1.0/cordova/events/events.resume.md    |  14 +-
 .../3.1.0/cordova/events/events.searchbutton.md |  12 +-
 .../cordova/events/events.startcallbutton.md    |  12 +-
 .../cordova/events/events.volumedownbutton.md   |  12 +-
 .../cordova/events/events.volumeupbutton.md     |  12 +-
 .../file/directoryentry/directoryentry.md       |  30 +-
 .../file/directoryreader/directoryreader.md     |   4 +-
 www/docs/es/3.1.0/cordova/file/file.md          |  24 +-
 .../3.1.0/cordova/file/fileentry/fileentry.md   |  40 +--
 .../es/3.1.0/cordova/file/fileobj/fileobj.md    |   4 +-
 .../3.1.0/cordova/file/filereader/filereader.md |  14 +-
 .../3.1.0/cordova/file/filesystem/filesystem.md |  14 +-
 .../cordova/file/filetransfer/filetransfer.md   |  28 +-
 .../3.1.0/cordova/file/filewriter/filewriter.md |  14 +-
 www/docs/es/3.1.0/cordova/file/flags/flags.md   |   2 +-
 .../file/localfilesystem/localfilesystem.md     |   8 +-
 .../es/3.1.0/cordova/file/metadata/metadata.md  |   2 +-
 .../geolocation/Coordinates/coordinates.md      |   8 +-
 .../cordova/geolocation/Position/position.md    |  14 +-
 .../geolocation/PositionError/positionError.md  |   6 +-
 .../geolocation/geolocation.clearWatch.md       |  12 +-
 .../geolocation.getCurrentPosition.md           |  22 +-
 .../es/3.1.0/cordova/geolocation/geolocation.md |  14 +-
 .../geolocation/geolocation.watchPosition.md    |  24 +-
 .../parameters/geolocation.options.md           |   2 +-
 .../geolocation/parameters/geolocationError.md  |   2 +-
 .../parameters/geolocationSuccess.md            |   4 +-
 .../GlobalizationError/globalizationerror.md    |   4 +-
 .../globalization/globalization.dateToString.md |   4 +-
 .../globalization.getCurrencyPattern.md         |   4 +-
 .../globalization/globalization.getDateNames.md |   4 +-
 .../globalization.getDatePattern.md             |   4 +-
 .../globalization.getFirstDayOfWeek.md          |   4 +-
 .../globalization.getLocaleName.md              |   4 +-
 .../globalization.getNumberPattern.md           |   4 +-
 .../globalization.getPreferredLanguage.md       |   4 +-
 .../globalization.isDayLightSavingsTime.md      |   4 +-
 .../cordova/globalization/globalization.md      |  26 +-
 .../globalization.numberToString.md             |   4 +-
 .../globalization/globalization.stringToDate.md |   4 +-
 .../globalization.stringToNumber.md             |   4 +-
 .../3.1.0/cordova/inappbrowser/inappbrowser.md  |  54 ++--
 .../3.1.0/cordova/inappbrowser/window.open.md   |  18 +-
 .../cordova/media/MediaError/mediaError.md      |   4 +-
 .../cordova/media/Parameters/mediaError.md      |   2 +-
 .../es/3.1.0/cordova/media/capture/CaptureCB.md |   4 +-
 .../cordova/media/capture/CaptureErrorCB.md     |   8 +-
 .../media/capture/MediaFile.getFormatData.md    |  12 +-
 .../es/3.1.0/cordova/media/capture/MediaFile.md |   2 +-
 .../cordova/media/capture/MediaFileData.md      |   8 +-
 .../es/3.1.0/cordova/media/capture/capture.md   |  34 +--
 .../3.1.0/cordova/media/capture/captureAudio.md |  12 +-
 .../media/capture/captureAudioOptions.md        |   2 +-
 .../3.1.0/cordova/media/capture/captureImage.md |  10 +-
 .../media/capture/captureImageOptions.md        |   2 +-
 .../3.1.0/cordova/media/capture/captureVideo.md |  12 +-
 .../media/capture/captureVideoOptions.md        |   2 +-
 .../cordova/media/media.getCurrentPosition.md   |  18 +-
 .../es/3.1.0/cordova/media/media.getDuration.md |  16 +-
 www/docs/es/3.1.0/cordova/media/media.md        |  26 +-
 www/docs/es/3.1.0/cordova/media/media.pause.md  |  26 +-
 www/docs/es/3.1.0/cordova/media/media.play.md   |  16 +-
 .../es/3.1.0/cordova/media/media.release.md     |  20 +-
 www/docs/es/3.1.0/cordova/media/media.seekTo.md |  12 +-
 .../es/3.1.0/cordova/media/media.setVolume.md   |  12 +-
 .../es/3.1.0/cordova/media/media.startRecord.md |  12 +-
 www/docs/es/3.1.0/cordova/media/media.stop.md   |  16 +-
 .../es/3.1.0/cordova/media/media.stopRecord.md  |  10 +-
 .../cordova/notification/notification.alert.md  |   4 +-
 .../cordova/notification/notification.beep.md   |   8 +-
 .../notification/notification.confirm.md        |   4 +-
 .../3.1.0/cordova/notification/notification.md  |  10 +-
 .../cordova/notification/notification.prompt.md |   4 +-
 .../notification/notification.vibrate.md        |   8 +-
 .../cordova/splashscreen/splashscreen.hide.md   |  10 +-
 .../cordova/splashscreen/splashscreen.show.md   |   8 +-
 .../3.1.0/cordova/storage/database/database.md  |  14 +-
 .../storage/localstorage/localstorage.md        |   6 +-
 .../storage/sqlresultset/sqlresultset.md        |  14 +-
 .../sqlresultsetrowlist/sqlresultsetrowlist.md  |  14 +-
 .../storage/sqltransaction/sqltransaction.md    |  10 +-
 www/docs/es/3.1.0/cordova/storage/storage.md    |  20 +-
 .../cordova/storage/storage.opendatabase.md     |   8 +-
 .../es/3.1.0/guide/appdev/whitelist/index.md    |   4 +-
 www/docs/es/3.1.0/guide/cli/index.md            |  20 +-
 www/docs/es/3.1.0/guide/hybrid/plugins/index.md |  12 +-
 .../es/3.1.0/guide/hybrid/webviews/index.md     |   4 +-
 www/docs/es/3.1.0/guide/overview/index.md       |  42 +--
 .../es/3.1.0/guide/platforms/android/config.md  |  10 +-
 .../es/3.1.0/guide/platforms/android/index.md   |  16 +-
 .../es/3.1.0/guide/platforms/android/plugin.md  |   2 +-
 .../3.1.0/guide/platforms/blackberry/index.md   |   4 +-
 .../3.1.0/guide/platforms/blackberry/plugin.md  |   2 +-
 .../guide/platforms/blackberry/upgrading.md     |  16 +-
 .../guide/platforms/blackberry10/config.md      |   4 +-
 .../3.1.0/guide/platforms/blackberry10/index.md |   4 +-
 .../guide/platforms/blackberry10/plugin.md      |   2 +-
 .../guide/platforms/blackberry10/upgrading.md   |  20 +-
 www/docs/es/3.1.0/guide/platforms/index.md      |  58 ++--
 www/docs/es/3.1.0/guide/platforms/ios/config.md |  12 +-
 www/docs/es/3.1.0/guide/platforms/ios/index.md  |  14 +-
 www/docs/es/3.1.0/guide/platforms/ios/plugin.md |   2 +-
 .../es/3.1.0/guide/platforms/ios/upgrading.md   |  40 +--
 .../es/3.1.0/guide/platforms/ios/webview.md     |   4 +-
 .../es/3.1.0/guide/platforms/tizen/index.md     |   2 +-
 www/docs/es/3.1.0/guide/platforms/win8/index.md |  10 +-
 www/docs/es/3.1.0/guide/platforms/wp7/index.md  |   8 +-
 www/docs/es/3.1.0/guide/platforms/wp8/index.md  |   8 +-
 www/docs/es/3.1.0/guide/platforms/wp8/plugin.md |   2 +-
 www/docs/es/3.1.0/guide/platforms/wp8/tools.md  |   2 +-
 .../es/3.1.0/guide/platforms/wp8/upgrading.md   |   2 +-
 www/docs/es/3.1.0/index.md                      |  52 ++--
 www/docs/es/3.4.0/config_ref/images.md          |   2 +-
 www/docs/es/3.4.0/config_ref/index.md           |   6 +-
 .../3.4.0/cordova/events/events.backbutton.md   |   6 +-
 .../3.4.0/cordova/events/events.deviceready.md  |   2 +-
 .../cordova/events/events.endcallbutton.md      |   6 +-
 www/docs/es/3.4.0/cordova/events/events.md      |  20 +-
 .../3.4.0/cordova/events/events.menubutton.md   |   6 +-
 .../es/3.4.0/cordova/events/events.pause.md     |   6 +-
 .../es/3.4.0/cordova/events/events.resume.md    |   6 +-
 .../3.4.0/cordova/events/events.searchbutton.md |   6 +-
 .../cordova/events/events.startcallbutton.md    |   6 +-
 .../cordova/events/events.volumedownbutton.md   |   6 +-
 .../cordova/events/events.volumeupbutton.md     |   6 +-
 .../3.4.0/cordova/storage/database/database.md  |  14 +-
 .../storage/localstorage/localstorage.md        |   6 +-
 .../storage/sqlresultset/sqlresultset.md        |  14 +-
 .../sqlresultsetrowlist/sqlresultsetrowlist.md  |  14 +-
 .../storage/sqltransaction/sqltransaction.md    |  10 +-
 www/docs/es/3.4.0/cordova/storage/storage.md    |   2 +-
 .../cordova/storage/storage.opendatabase.md     |   4 +-
 www/docs/es/3.4.0/guide/cli/index.md            |   4 +-
 www/docs/es/3.4.0/guide/hybrid/plugins/index.md |  10 +-
 .../es/3.4.0/guide/hybrid/webviews/index.md     |   6 +-
 .../guide/platforms/amazonfireos/config.md      |   2 +-
 .../3.4.0/guide/platforms/amazonfireos/index.md |   6 +-
 .../es/3.4.0/guide/platforms/android/config.md  |   4 +-
 .../es/3.4.0/guide/platforms/android/index.md   |  10 +-
 .../es/3.4.0/guide/platforms/android/plugin.md  |   2 +-
 .../3.4.0/guide/platforms/blackberry/index.md   |   2 +-
 .../3.4.0/guide/platforms/blackberry/plugin.md  |   2 +-
 .../guide/platforms/blackberry/upgrading.md     |   4 +-
 .../3.4.0/guide/platforms/blackberry10/index.md |   2 +-
 .../guide/platforms/blackberry10/upgrading.md   |   6 +-
 www/docs/es/3.4.0/guide/platforms/index.md      |  62 ++--
 www/docs/es/3.4.0/guide/platforms/ios/index.md  |  12 +-
 www/docs/es/3.4.0/guide/platforms/ios/plugin.md |   2 +-
 .../es/3.4.0/guide/platforms/ios/upgrading.md   |  22 +-
 www/docs/es/3.4.0/guide/platforms/win8/index.md |   8 +-
 www/docs/es/3.4.0/guide/platforms/wp7/index.md  |   6 +-
 www/docs/es/3.4.0/guide/platforms/wp8/index.md  |   6 +-
 www/docs/es/3.4.0/guide/platforms/wp8/tools.md  |   2 +-
 www/docs/es/3.4.0/guide/support/index.md        |   8 +-
 www/docs/es/3.4.0/index.md                      |  20 +-
 www/docs/es/3.4.0/plugin_ref/plugman.md         |   2 +-
 www/docs/es/3.5.0/config_ref/images.md          |   2 +-
 www/docs/es/3.5.0/config_ref/index.md           |   6 +-
 .../3.5.0/cordova/events/events.backbutton.md   |   6 +-
 .../3.5.0/cordova/events/events.deviceready.md  |   2 +-
 .../cordova/events/events.endcallbutton.md      |   6 +-
 www/docs/es/3.5.0/cordova/events/events.md      |  20 +-
 .../3.5.0/cordova/events/events.menubutton.md   |   6 +-
 .../es/3.5.0/cordova/events/events.pause.md     |   6 +-
 .../es/3.5.0/cordova/events/events.resume.md    |   6 +-
 .../3.5.0/cordova/events/events.searchbutton.md |   6 +-
 .../cordova/events/events.startcallbutton.md    |   6 +-
 .../cordova/events/events.volumedownbutton.md   |   6 +-
 .../cordova/events/events.volumeupbutton.md     |   6 +-
 .../3.5.0/cordova/storage/database/database.md  |  14 +-
 .../storage/localstorage/localstorage.md        |   6 +-
 .../storage/sqlresultset/sqlresultset.md        |  14 +-
 .../sqlresultsetrowlist/sqlresultsetrowlist.md  |  14 +-
 .../storage/sqltransaction/sqltransaction.md    |  10 +-
 www/docs/es/3.5.0/cordova/storage/storage.md    |   2 +-
 .../cordova/storage/storage.opendatabase.md     |   4 +-
 www/docs/es/3.5.0/guide/cli/index.md            |   4 +-
 www/docs/es/3.5.0/guide/hybrid/plugins/index.md |  10 +-
 .../es/3.5.0/guide/hybrid/webviews/index.md     |   6 +-
 .../guide/platforms/amazonfireos/config.md      |   2 +-
 .../3.5.0/guide/platforms/amazonfireos/index.md |   6 +-
 .../es/3.5.0/guide/platforms/android/config.md  |   4 +-
 .../es/3.5.0/guide/platforms/android/index.md   |  12 +-
 .../es/3.5.0/guide/platforms/android/plugin.md  |   2 +-
 .../3.5.0/guide/platforms/blackberry/index.md   |   2 +-
 .../3.5.0/guide/platforms/blackberry/plugin.md  |   2 +-
 .../guide/platforms/blackberry/upgrading.md     |   4 +-
 .../3.5.0/guide/platforms/blackberry10/index.md |   2 +-
 .../guide/platforms/blackberry10/upgrading.md   |   6 +-
 www/docs/es/3.5.0/guide/platforms/index.md      |  60 ++--
 www/docs/es/3.5.0/guide/platforms/ios/index.md  |  12 +-
 www/docs/es/3.5.0/guide/platforms/ios/plugin.md |   2 +-
 .../es/3.5.0/guide/platforms/ios/upgrading.md   |  22 +-
 www/docs/es/3.5.0/guide/platforms/wp7/index.md  |   8 +-
 www/docs/es/3.5.0/guide/platforms/wp8/index.md  |   6 +-
 www/docs/es/3.5.0/guide/platforms/wp8/tools.md  |   2 +-
 www/docs/es/3.5.0/guide/support/index.md        |   8 +-
 www/docs/es/3.5.0/index.md                      |  20 +-
 www/docs/es/3.5.0/plugin_ref/plugman.md         |   2 +-
 www/docs/es/edge/config_ref/index.md            |   6 +-
 .../es/edge/cordova/events/events.backbutton.md |   8 +-
 .../edge/cordova/events/events.deviceready.md   |   4 +-
 .../edge/cordova/events/events.endcallbutton.md |   8 +-
 www/docs/es/edge/cordova/events/events.md       |  20 +-
 .../es/edge/cordova/events/events.menubutton.md |   8 +-
 www/docs/es/edge/cordova/events/events.pause.md |   8 +-
 .../es/edge/cordova/events/events.resume.md     |   8 +-
 .../edge/cordova/events/events.searchbutton.md  |   8 +-
 .../cordova/events/events.startcallbutton.md    |   8 +-
 .../cordova/events/events.volumedownbutton.md   |   8 +-
 .../cordova/events/events.volumeupbutton.md     |   8 +-
 .../edge/cordova/storage/database/database.md   |  16 +-
 .../storage/localstorage/localstorage.md        |   8 +-
 .../storage/sqlresultset/sqlresultset.md        |  16 +-
 .../sqlresultsetrowlist/sqlresultsetrowlist.md  |  16 +-
 .../storage/sqltransaction/sqltransaction.md    |  12 +-
 www/docs/es/edge/cordova/storage/storage.md     |   2 +-
 .../cordova/storage/storage.opendatabase.md     |   6 +-
 www/docs/es/edge/guide/cli/index.md             |   6 +-
 www/docs/es/edge/guide/hybrid/plugins/index.md  |  12 +-
 www/docs/es/edge/guide/hybrid/webviews/index.md |   8 +-
 www/docs/es/edge/guide/next/index.md            |   2 +-
 .../edge/guide/platforms/amazonfireos/config.md |   2 +-
 .../edge/guide/platforms/amazonfireos/index.md  |   8 +-
 .../es/edge/guide/platforms/android/config.md   |   4 +-
 .../es/edge/guide/platforms/android/index.md    |   2 +-
 .../es/edge/guide/platforms/android/plugin.md   |   2 +-
 .../es/edge/guide/platforms/android/tools.md    |   2 +-
 .../es/edge/guide/platforms/android/upgrade.md  |   2 +-
 .../es/edge/guide/platforms/blackberry/index.md |   2 +-
 .../edge/guide/platforms/blackberry/plugin.md   |   2 +-
 .../edge/guide/platforms/blackberry/upgrade.md  |   2 +-
 .../edge/guide/platforms/blackberry10/config.md |   2 +-
 .../edge/guide/platforms/blackberry10/index.md  |   2 +-
 .../guide/platforms/blackberry10/upgrade.md     |   2 +-
 .../guide/platforms/blackberry10/upgrading.md   |   2 +-
 www/docs/es/edge/guide/platforms/index.md       |  66 ++--
 www/docs/es/edge/guide/platforms/ios/index.md   |  12 +-
 www/docs/es/edge/guide/platforms/ios/plugin.md  |   2 +-
 www/docs/es/edge/guide/platforms/ios/upgrade.md |  24 +-
 www/docs/es/edge/guide/platforms/win8/index.md  |   2 +-
 .../es/edge/guide/platforms/win8/upgrade.md     |   2 +-
 www/docs/es/edge/guide/platforms/wp7/index.md   |   4 +-
 www/docs/es/edge/guide/platforms/wp8/index.md   |   8 +-
 www/docs/es/edge/guide/platforms/wp8/tools.md   |   2 +-
 www/docs/es/edge/guide/platforms/wp8/upgrade.md |   2 +-
 www/docs/es/edge/guide/support/index.md         |   8 +-
 www/docs/es/edge/index.md                       |  34 +--
 www/docs/es/edge/plugin_ref/plugman.md          |   2 +-
 www/docs/fr/3.1.0/config_ref/images.md          |   6 +-
 www/docs/fr/3.1.0/config_ref/index.md           |   4 +-
 .../accelerometer/acceleration/acceleration.md  |  10 +-
 .../accelerometer/accelerometer.clearWatch.md   |  10 +-
 .../accelerometer.getCurrentAcceleration.md     |  10 +-
 .../cordova/accelerometer/accelerometer.md      |  14 +-
 .../accelerometer.watchAcceleration.md          |  16 +-
 .../fr/3.1.0/cordova/camera/camera.cleanup.md   |   4 +-
 .../3.1.0/cordova/camera/camera.getPicture.md   |  16 +-
 www/docs/fr/3.1.0/cordova/camera/camera.md      |   6 +-
 .../camera/parameter/CameraPopoverHandle.md     |  18 +-
 .../camera/parameter/CameraPopoverOptions.md    |   2 +-
 .../cordova/camera/parameter/cameraOptions.md   |  10 +-
 .../cordova/camera/parameter/cameraSuccess.md   |   2 +-
 .../3.1.0/cordova/compass/compass.clearWatch.md |  14 +-
 .../cordova/compass/compass.clearWatchFilter.md |   4 +-
 .../compass/compass.getCurrentHeading.md        |  16 +-
 www/docs/fr/3.1.0/cordova/compass/compass.md    |  18 +-
 .../cordova/compass/compass.watchHeading.md     |  22 +-
 .../compass/compass.watchHeadingFilter.md       |   4 +-
 .../compass/compassError/compassError.md        |   4 +-
 .../cordova/compass/parameters/compassError.md  |   2 +-
 .../compass/parameters/compassHeading.md        |   4 +-
 .../compass/parameters/compassSuccess.md        |   4 +-
 .../fr/3.1.0/cordova/connection/connection.md   |   2 +-
 .../3.1.0/cordova/connection/connection.type.md |   4 +-
 .../3.1.0/cordova/contacts/Contact/contact.md   |  52 ++--
 .../contacts/ContactAddress/contactaddress.md   |  28 +-
 .../contacts/ContactError/contactError.md       |  20 +-
 .../contacts/ContactField/contactfield.md       |  40 +--
 .../ContactFindOptions/contactfindoptions.md    |  24 +-
 .../cordova/contacts/ContactName/contactname.md |  26 +-
 .../ContactOrganization/contactorganization.md  |  28 +-
 .../3.1.0/cordova/contacts/contacts.create.md   |  22 +-
 .../fr/3.1.0/cordova/contacts/contacts.find.md  |  34 +--
 www/docs/fr/3.1.0/cordova/contacts/contacts.md  |  42 +--
 .../contacts/parameters/contactFields.md        |   2 +-
 .../contacts/parameters/contactFindOptions.md   |   2 +-
 .../contacts/parameters/contactSuccess.md       |   4 +-
 .../fr/3.1.0/cordova/device/device.cordova.md   |  12 +-
 www/docs/fr/3.1.0/cordova/device/device.md      |  16 +-
 .../fr/3.1.0/cordova/device/device.model.md     |  12 +-
 www/docs/fr/3.1.0/cordova/device/device.name.md |  16 +-
 .../fr/3.1.0/cordova/device/device.platform.md  |  12 +-
 www/docs/fr/3.1.0/cordova/device/device.uuid.md |  12 +-
 .../fr/3.1.0/cordova/device/device.version.md   |  12 +-
 .../3.1.0/cordova/events/events.backbutton.md   |  12 +-
 .../cordova/events/events.batterycritical.md    |  12 +-
 .../3.1.0/cordova/events/events.batterylow.md   |  12 +-
 .../cordova/events/events.batterystatus.md      |  14 +-
 .../3.1.0/cordova/events/events.deviceready.md  |  10 +-
 .../cordova/events/events.endcallbutton.md      |  12 +-
 www/docs/fr/3.1.0/cordova/events/events.md      |  30 +-
 .../3.1.0/cordova/events/events.menubutton.md   |  12 +-
 .../fr/3.1.0/cordova/events/events.offline.md   |  14 +-
 .../fr/3.1.0/cordova/events/events.online.md    |  16 +-
 .../fr/3.1.0/cordova/events/events.pause.md     |  12 +-
 .../fr/3.1.0/cordova/events/events.resume.md    |  16 +-
 .../3.1.0/cordova/events/events.searchbutton.md |  12 +-
 .../cordova/events/events.startcallbutton.md    |  12 +-
 .../cordova/events/events.volumedownbutton.md   |  12 +-
 .../cordova/events/events.volumeupbutton.md     |  12 +-
 .../file/directoryentry/directoryentry.md       |  56 ++--
 .../file/directoryreader/directoryreader.md     |   4 +-
 www/docs/fr/3.1.0/cordova/file/file.md          |  48 +--
 .../3.1.0/cordova/file/fileentry/fileentry.md   |  96 +++---
 .../3.1.0/cordova/file/fileerror/fileerror.md   |  30 +-
 .../fr/3.1.0/cordova/file/fileobj/fileobj.md    |   4 +-
 .../3.1.0/cordova/file/filereader/filereader.md |  40 +--
 .../3.1.0/cordova/file/filesystem/filesystem.md |  20 +-
 .../cordova/file/filetransfer/filetransfer.md   |  44 +--
 .../file/filetransfererror/filetransfererror.md |  14 +-
 .../file/fileuploadoptions/fileuploadoptions.md |   6 +-
 .../file/fileuploadresult/fileuploadresult.md   |   6 +-
 .../3.1.0/cordova/file/filewriter/filewriter.md |  26 +-
 www/docs/fr/3.1.0/cordova/file/flags/flags.md   |   4 +-
 .../file/localfilesystem/localfilesystem.md     |  40 +--
 .../fr/3.1.0/cordova/file/metadata/metadata.md  |   2 +-
 .../geolocation/Coordinates/coordinates.md      |  12 +-
 .../cordova/geolocation/Position/position.md    |  16 +-
 .../geolocation/PositionError/positionError.md  |  20 +-
 .../geolocation/geolocation.clearWatch.md       |  16 +-
 .../geolocation.getCurrentPosition.md           |  34 +--
 .../fr/3.1.0/cordova/geolocation/geolocation.md |  18 +-
 .../geolocation/geolocation.watchPosition.md    |  34 +--
 .../parameters/geolocation.options.md           |   6 +-
 .../geolocation/parameters/geolocationError.md  |   2 +-
 .../parameters/geolocationSuccess.md            |   4 +-
 .../GlobalizationError/globalizationerror.md    |   4 +-
 .../globalization/globalization.dateToString.md |   4 +-
 .../globalization.getCurrencyPattern.md         |   4 +-
 .../globalization/globalization.getDateNames.md |   4 +-
 .../globalization.getDatePattern.md             |   4 +-
 .../globalization.getFirstDayOfWeek.md          |   4 +-
 .../globalization.getLocaleName.md              |   4 +-
 .../globalization.getNumberPattern.md           |   4 +-
 .../globalization.getPreferredLanguage.md       |   4 +-
 .../globalization.isDayLightSavingsTime.md      |   4 +-
 .../cordova/globalization/globalization.md      |  26 +-
 .../globalization.numberToString.md             |   4 +-
 .../globalization/globalization.stringToDate.md |   4 +-
 .../globalization.stringToNumber.md             |   4 +-
 .../3.1.0/cordova/inappbrowser/inappbrowser.md  |  54 ++--
 .../3.1.0/cordova/inappbrowser/window.open.md   |  24 +-
 .../cordova/media/MediaError/mediaError.md      |  14 +-
 .../cordova/media/Parameters/mediaError.md      |   2 +-
 .../fr/3.1.0/cordova/media/capture/CaptureCB.md |  12 +-
 .../3.1.0/cordova/media/capture/CaptureError.md |  12 +-
 .../cordova/media/capture/CaptureErrorCB.md     |   8 +-
 .../media/capture/MediaFile.getFormatData.md    |  12 +-
 .../fr/3.1.0/cordova/media/capture/MediaFile.md |   4 +-
 .../cordova/media/capture/MediaFileData.md      |   8 +-
 .../fr/3.1.0/cordova/media/capture/capture.md   |  38 +--
 .../3.1.0/cordova/media/capture/captureAudio.md |  34 +--
 .../media/capture/captureAudioOptions.md        |   4 +-
 .../3.1.0/cordova/media/capture/captureImage.md |  32 +-
 .../media/capture/captureImageOptions.md        |   4 +-
 .../3.1.0/cordova/media/capture/captureVideo.md |  34 +--
 .../media/capture/captureVideoOptions.md        |   4 +-
 .../cordova/media/media.getCurrentPosition.md   |  36 +--
 .../fr/3.1.0/cordova/media/media.getDuration.md |  26 +-
 www/docs/fr/3.1.0/cordova/media/media.md        |  28 +-
 www/docs/fr/3.1.0/cordova/media/media.pause.md  |  34 +--
 www/docs/fr/3.1.0/cordova/media/media.play.md   |  42 +--
 .../fr/3.1.0/cordova/media/media.release.md     |  30 +-
 www/docs/fr/3.1.0/cordova/media/media.seekTo.md |  20 +-
 .../fr/3.1.0/cordova/media/media.setVolume.md   |  20 +-
 .../fr/3.1.0/cordova/media/media.startRecord.md |  20 +-
 www/docs/fr/3.1.0/cordova/media/media.stop.md   |  26 +-
 .../fr/3.1.0/cordova/media/media.stopRecord.md  |  18 +-
 .../cordova/notification/notification.alert.md  |   8 +-
 .../cordova/notification/notification.beep.md   |  10 +-
 .../notification/notification.confirm.md        |  10 +-
 .../3.1.0/cordova/notification/notification.md  |   4 +-
 .../cordova/notification/notification.prompt.md |  10 +-
 .../notification/notification.vibrate.md        |   8 +-
 .../cordova/splashscreen/splashscreen.hide.md   |   8 +-
 .../3.1.0/cordova/splashscreen/splashscreen.md  |   4 +-
 .../cordova/splashscreen/splashscreen.show.md   |  12 +-
 .../3.1.0/cordova/storage/database/database.md  |  14 +-
 .../storage/localstorage/localstorage.md        |   6 +-
 .../storage/sqlresultset/sqlresultset.md        |  14 +-
 .../sqlresultsetrowlist/sqlresultsetrowlist.md  |  14 +-
 .../storage/sqltransaction/sqltransaction.md    |  10 +-
 www/docs/fr/3.1.0/cordova/storage/storage.md    |  22 +-
 .../cordova/storage/storage.opendatabase.md     |   8 +-
 www/docs/fr/3.1.0/guide/cli/index.md            |  30 +-
 www/docs/fr/3.1.0/guide/hybrid/plugins/index.md |  14 +-
 .../fr/3.1.0/guide/hybrid/webviews/index.md     |   4 +-
 www/docs/fr/3.1.0/guide/overview/index.md       |  34 +--
 .../fr/3.1.0/guide/platforms/android/config.md  |  12 +-
 .../fr/3.1.0/guide/platforms/android/index.md   |  12 +-
 .../fr/3.1.0/guide/platforms/android/plugin.md  |   4 +-
 .../fr/3.1.0/guide/platforms/android/webview.md |   2 +-
 .../3.1.0/guide/platforms/blackberry/config.md  |   2 +-
 .../3.1.0/guide/platforms/blackberry/index.md   |  12 +-
 .../guide/platforms/blackberry/upgrading.md     |  30 +-
 .../guide/platforms/blackberry10/config.md      |   6 +-
 .../3.1.0/guide/platforms/blackberry10/index.md |   4 +-
 .../guide/platforms/blackberry10/upgrading.md   |  28 +-
 www/docs/fr/3.1.0/guide/platforms/index.md      |  60 ++--
 www/docs/fr/3.1.0/guide/platforms/ios/config.md |  22 +-
 www/docs/fr/3.1.0/guide/platforms/ios/index.md  |  12 +-
 www/docs/fr/3.1.0/guide/platforms/ios/plugin.md |   4 +-
 .../fr/3.1.0/guide/platforms/ios/upgrading.md   |  40 +--
 .../fr/3.1.0/guide/platforms/ios/webview.md     |   6 +-
 .../fr/3.1.0/guide/platforms/tizen/index.md     |   2 +-
 www/docs/fr/3.1.0/guide/platforms/win8/index.md |   8 +-
 www/docs/fr/3.1.0/guide/platforms/wp7/index.md  |   6 +-
 www/docs/fr/3.1.0/guide/platforms/wp8/index.md  |   6 +-
 www/docs/fr/3.1.0/guide/platforms/wp8/plugin.md |   2 +-
 www/docs/fr/3.1.0/guide/platforms/wp8/tools.md  |   2 +-
 .../fr/3.1.0/guide/platforms/wp8/upgrading.md   |   2 +-
 www/docs/fr/3.1.0/index.md                      |  48 +--
 www/docs/fr/3.4.0/config_ref/images.md          |   6 +-
 www/docs/fr/3.4.0/config_ref/index.md           |   4 +-
 .../3.4.0/cordova/events/events.backbutton.md   |   6 +-
 .../3.4.0/cordova/events/events.deviceready.md  |   2 +-
 .../cordova/events/events.endcallbutton.md      |   6 +-
 www/docs/fr/3.4.0/cordova/events/events.md      |  20 +-
 .../3.4.0/cordova/events/events.menubutton.md   |   6 +-
 .../fr/3.4.0/cordova/events/events.pause.md     |   6 +-
 .../fr/3.4.0/cordova/events/events.resume.md    |   8 +-
 .../3.4.0/cordova/events/events.searchbutton.md |   6 +-
 .../cordova/events/events.startcallbutton.md    |   6 +-
 .../cordova/events/events.volumedownbutton.md   |   6 +-
 .../cordova/events/events.volumeupbutton.md     |   6 +-
 .../3.4.0/cordova/storage/database/database.md  |  14 +-
 .../storage/localstorage/localstorage.md        |   6 +-
 .../storage/sqlresultset/sqlresultset.md        |  14 +-
 .../sqlresultsetrowlist/sqlresultsetrowlist.md  |  14 +-
 .../storage/sqltransaction/sqltransaction.md    |  10 +-
 www/docs/fr/3.4.0/cordova/storage/storage.md    |   2 +-
 .../cordova/storage/storage.opendatabase.md     |   4 +-
 .../fr/3.4.0/guide/appdev/whitelist/index.md    |   2 +-
 www/docs/fr/3.4.0/guide/cli/index.md            |  14 +-
 www/docs/fr/3.4.0/guide/hybrid/plugins/index.md |  10 +-
 .../fr/3.4.0/guide/hybrid/webviews/index.md     |   6 +-
 www/docs/fr/3.4.0/guide/overview/index.md       |   4 +-
 .../guide/platforms/amazonfireos/config.md      |   2 +-
 .../3.4.0/guide/platforms/amazonfireos/index.md |   6 +-
 .../guide/platforms/amazonfireos/plugin.md      |   2 +-
 .../fr/3.4.0/guide/platforms/android/config.md  |   6 +-
 .../fr/3.4.0/guide/platforms/android/index.md   |   4 +-
 .../fr/3.4.0/guide/platforms/android/plugin.md  |   2 +-
 .../3.4.0/guide/platforms/blackberry/index.md   |   8 +-
 .../guide/platforms/blackberry/upgrading.md     |   4 +-
 .../guide/platforms/blackberry10/config.md      |   2 +-
 .../3.4.0/guide/platforms/blackberry10/index.md |   2 +-
 .../guide/platforms/blackberry10/upgrading.md   |   6 +-
 www/docs/fr/3.4.0/guide/platforms/index.md      |  60 ++--
 www/docs/fr/3.4.0/guide/platforms/ios/index.md  |  12 +-
 www/docs/fr/3.4.0/guide/platforms/ios/plugin.md |   2 +-
 .../fr/3.4.0/guide/platforms/ios/upgrading.md   |  22 +-
 www/docs/fr/3.4.0/guide/platforms/win8/index.md |   8 +-
 www/docs/fr/3.4.0/guide/platforms/wp7/index.md  |   6 +-
 www/docs/fr/3.4.0/guide/platforms/wp8/index.md  |   6 +-
 www/docs/fr/3.4.0/guide/platforms/wp8/plugin.md |   2 +-
 www/docs/fr/3.4.0/guide/platforms/wp8/tools.md  |   2 +-
 www/docs/fr/3.4.0/guide/support/index.md        |   8 +-
 www/docs/fr/3.4.0/index.md                      |  20 +-
 www/docs/fr/3.4.0/plugin_ref/plugman.md         |   2 +-
 www/docs/fr/3.5.0/config_ref/images.md          |   6 +-
 www/docs/fr/3.5.0/config_ref/index.md           |   4 +-
 .../3.5.0/cordova/events/events.backbutton.md   |   6 +-
 .../3.5.0/cordova/events/events.deviceready.md  |   2 +-
 .../cordova/events/events.endcallbutton.md      |   6 +-
 www/docs/fr/3.5.0/cordova/events/events.md      |  20 +-
 .../3.5.0/cordova/events/events.menubutton.md   |   6 +-
 .../fr/3.5.0/cordova/events/events.pause.md     |   6 +-
 .../fr/3.5.0/cordova/events/events.resume.md    |   8 +-
 .../3.5.0/cordova/events/events.searchbutton.md |   6 +-
 .../cordova/events/events.startcallbutton.md    |   6 +-
 .../cordova/events/events.volumedownbutton.md   |   6 +-
 .../cordova/events/events.volumeupbutton.md     |   6 +-
 .../3.5.0/cordova/storage/database/database.md  |  14 +-
 .../storage/localstorage/localstorage.md        |   6 +-
 .../storage/sqlresultset/sqlresultset.md        |  14 +-
 .../sqlresultsetrowlist/sqlresultsetrowlist.md  |  14 +-
 .../storage/sqltransaction/sqltransaction.md    |  10 +-
 www/docs/fr/3.5.0/cordova/storage/storage.md    |   2 +-
 .../cordova/storage/storage.opendatabase.md     |   4 +-
 .../fr/3.5.0/guide/appdev/whitelist/index.md    |   2 +-
 www/docs/fr/3.5.0/guide/cli/index.md            |  16 +-
 www/docs/fr/3.5.0/guide/hybrid/plugins/index.md |  10 +-
 .../fr/3.5.0/guide/hybrid/webviews/index.md     |   6 +-
 www/docs/fr/3.5.0/guide/overview/index.md       |   2 +-
 .../guide/platforms/amazonfireos/config.md      |   2 +-
 .../3.5.0/guide/platforms/amazonfireos/index.md |   6 +-
 .../guide/platforms/amazonfireos/plugin.md      |   2 +-
 .../fr/3.5.0/guide/platforms/android/config.md  |   6 +-
 .../fr/3.5.0/guide/platforms/android/index.md   |   4 +-
 .../fr/3.5.0/guide/platforms/android/plugin.md  |   2 +-
 .../3.5.0/guide/platforms/blackberry/index.md   |   8 +-
 .../guide/platforms/blackberry/upgrading.md     |   4 +-
 .../guide/platforms/blackberry10/config.md      |   2 +-
 .../3.5.0/guide/platforms/blackberry10/index.md |   2 +-
 .../guide/platforms/blackberry10/upgrading.md   |   6 +-
 www/docs/fr/3.5.0/guide/platforms/index.md      |  58 ++--
 www/docs/fr/3.5.0/guide/platforms/ios/index.md  |  12 +-
 www/docs/fr/3.5.0/guide/platforms/ios/plugin.md |   2 +-
 .../fr/3.5.0/guide/platforms/ios/upgrading.md   |  22 +-
 www/docs/fr/3.5.0/guide/platforms/wp7/index.md  |   6 +-
 www/docs/fr/3.5.0/guide/platforms/wp8/index.md  |   6 +-
 www/docs/fr/3.5.0/guide/platforms/wp8/plugin.md |   2 +-
 www/docs/fr/3.5.0/guide/platforms/wp8/tools.md  |   2 +-
 www/docs/fr/3.5.0/guide/support/index.md        |   8 +-
 www/docs/fr/3.5.0/index.md                      |  20 +-
 www/docs/fr/3.5.0/plugin_ref/plugman.md         |   2 +-
 www/docs/fr/edge/config_ref/images.md           |   2 +-
 www/docs/fr/edge/config_ref/index.md            |   6 +-
 .../fr/edge/cordova/events/events.backbutton.md |   6 +-
 .../edge/cordova/events/events.deviceready.md   |   2 +-
 .../edge/cordova/events/events.endcallbutton.md |   6 +-
 www/docs/fr/edge/cordova/events/events.md       |  20 +-
 .../fr/edge/cordova/events/events.menubutton.md |   6 +-
 www/docs/fr/edge/cordova/events/events.pause.md |   6 +-
 .../fr/edge/cordova/events/events.resume.md     |   8 +-
 .../edge/cordova/events/events.searchbutton.md  |   6 +-
 .../cordova/events/events.startcallbutton.md    |   6 +-
 .../cordova/events/events.volumedownbutton.md   |   6 +-
 .../cordova/events/events.volumeupbutton.md     |   6 +-
 .../edge/cordova/storage/database/database.md   |  16 +-
 .../storage/localstorage/localstorage.md        |   8 +-
 .../storage/sqlresultset/sqlresultset.md        |  16 +-
 .../sqlresultsetrowlist/sqlresultsetrowlist.md  |  16 +-
 .../storage/sqltransaction/sqltransaction.md    |  12 +-
 .../cordova/storage/storage.opendatabase.md     |   6 +-
 www/docs/fr/edge/guide/appdev/security/index.md |   4 +-
 .../fr/edge/guide/appdev/whitelist/index.md     |   2 +-
 www/docs/fr/edge/guide/cli/index.md             |  12 +-
 www/docs/fr/edge/guide/hybrid/plugins/index.md  |  12 +-
 www/docs/fr/edge/guide/hybrid/webviews/index.md |   8 +-
 www/docs/fr/edge/guide/next/index.md            |   2 +-
 www/docs/fr/edge/guide/overview/index.md        |   6 +-
 .../edge/guide/platforms/amazonfireos/config.md |   2 +-
 .../edge/guide/platforms/amazonfireos/index.md  |   6 +-
 .../edge/guide/platforms/amazonfireos/plugin.md |   2 +-
 .../fr/edge/guide/platforms/android/config.md   |   4 +-
 .../fr/edge/guide/platforms/android/plugin.md   |   2 +-
 .../fr/edge/guide/platforms/android/tools.md    |   2 +-
 .../fr/edge/guide/platforms/android/upgrade.md  |   2 +-
 .../fr/edge/guide/platforms/blackberry/index.md |   8 +-
 .../edge/guide/platforms/blackberry/upgrade.md  |   2 +-
 .../edge/guide/platforms/blackberry10/config.md |   2 +-
 .../edge/guide/platforms/blackberry10/index.md  |   4 +-
 .../guide/platforms/blackberry10/upgrade.md     |   2 +-
 .../guide/platforms/blackberry10/upgrading.md   |   2 +-
 www/docs/fr/edge/guide/platforms/index.md       |  62 ++--
 www/docs/fr/edge/guide/platforms/ios/index.md   |  12 +-
 www/docs/fr/edge/guide/platforms/ios/plugin.md  |   2 +-
 www/docs/fr/edge/guide/platforms/ios/upgrade.md |  24 +-
 www/docs/fr/edge/guide/platforms/win8/index.md  |   4 +-
 .../fr/edge/guide/platforms/win8/upgrade.md     |   2 +-
 .../edge/guide/platforms/win8/win10-support.md  |   2 +-
 www/docs/fr/edge/guide/platforms/wp7/index.md   |   4 +-
 www/docs/fr/edge/guide/platforms/wp8/index.md   |   4 +-
 www/docs/fr/edge/guide/platforms/wp8/plugin.md  |   2 +-
 www/docs/fr/edge/guide/platforms/wp8/tools.md   |   2 +-
 www/docs/fr/edge/guide/platforms/wp8/upgrade.md |   2 +-
 www/docs/fr/edge/guide/support/index.md         |   6 +-
 www/docs/fr/edge/index.md                       |  26 +-
 www/docs/fr/edge/plugin_ref/plugman.md          |   2 +-
 www/docs/fr/edge/plugin_ref/spec.md             |   2 +-
 www/docs/it/3.1.0/config_ref/images.md          |   6 +-
 www/docs/it/3.1.0/config_ref/index.md           |   4 +-
 .../accelerometer/acceleration/acceleration.md  |  10 +-
 .../accelerometer/accelerometer.clearWatch.md   |  10 +-
 .../accelerometer.getCurrentAcceleration.md     |  10 +-
 .../cordova/accelerometer/accelerometer.md      |  16 +-
 .../accelerometer.watchAcceleration.md          |  16 +-
 .../parameters/accelerometerSuccess.md          |   2 +-
 .../it/3.1.0/cordova/camera/camera.cleanup.md   |   4 +-
 .../3.1.0/cordova/camera/camera.getPicture.md   |  12 +-
 www/docs/it/3.1.0/cordova/camera/camera.md      |   2 +-
 .../camera/parameter/CameraPopoverHandle.md     |  10 +-
 .../camera/parameter/CameraPopoverOptions.md    |   2 +-
 .../cordova/camera/parameter/cameraOptions.md   |  12 +-
 .../cordova/camera/parameter/cameraSuccess.md   |   2 +-
 .../3.1.0/cordova/compass/compass.clearWatch.md |  14 +-
 .../cordova/compass/compass.clearWatchFilter.md |   4 +-
 .../compass/compass.getCurrentHeading.md        |  16 +-
 www/docs/it/3.1.0/cordova/compass/compass.md    |  18 +-
 .../cordova/compass/compass.watchHeading.md     |  22 +-
 .../compass/compass.watchHeadingFilter.md       |   4 +-
 .../compass/compassError/compassError.md        |   4 +-
 .../cordova/compass/parameters/compassError.md  |   2 +-
 .../compass/parameters/compassHeading.md        |   4 +-
 .../compass/parameters/compassSuccess.md        |   4 +-
 .../it/3.1.0/cordova/connection/connection.md   |   2 +-
 .../3.1.0/cordova/connection/connection.type.md |   4 +-
 .../3.1.0/cordova/contacts/Contact/contact.md   |  52 ++--
 .../contacts/ContactAddress/contactaddress.md   |  18 +-
 .../contacts/ContactError/contactError.md       |   4 +-
 .../contacts/ContactField/contactfield.md       |  12 +-
 .../ContactFindOptions/contactfindoptions.md    |  16 +-
 .../cordova/contacts/ContactName/contactname.md |  18 +-
 .../ContactOrganization/contactorganization.md  |  18 +-
 .../3.1.0/cordova/contacts/contacts.create.md   |   6 +-
 .../it/3.1.0/cordova/contacts/contacts.find.md  |  30 +-
 www/docs/it/3.1.0/cordova/contacts/contacts.md  |  24 +-
 .../contacts/parameters/contactFields.md        |   2 +-
 .../contacts/parameters/contactFindOptions.md   |   2 +-
 .../contacts/parameters/contactSuccess.md       |   4 +-
 .../it/3.1.0/cordova/device/device.cordova.md   |  12 +-
 www/docs/it/3.1.0/cordova/device/device.md      |   8 +-
 .../it/3.1.0/cordova/device/device.model.md     |  12 +-
 www/docs/it/3.1.0/cordova/device/device.name.md |  16 +-
 .../it/3.1.0/cordova/device/device.platform.md  |  12 +-
 www/docs/it/3.1.0/cordova/device/device.uuid.md |  12 +-
 .../it/3.1.0/cordova/device/device.version.md   |  12 +-
 .../3.1.0/cordova/events/events.backbutton.md   |  12 +-
 .../cordova/events/events.batterycritical.md    |  12 +-
 .../3.1.0/cordova/events/events.batterylow.md   |  12 +-
 .../cordova/events/events.batterystatus.md      |  14 +-
 .../3.1.0/cordova/events/events.deviceready.md  |  10 +-
 .../cordova/events/events.endcallbutton.md      |  12 +-
 www/docs/it/3.1.0/cordova/events/events.md      |  30 +-
 .../3.1.0/cordova/events/events.menubutton.md   |  12 +-
 .../it/3.1.0/cordova/events/events.offline.md   |  14 +-
 .../it/3.1.0/cordova/events/events.online.md    |  16 +-
 .../it/3.1.0/cordova/events/events.pause.md     |  12 +-
 .../it/3.1.0/cordova/events/events.resume.md    |  14 +-
 .../3.1.0/cordova/events/events.searchbutton.md |  12 +-
 .../cordova/events/events.startcallbutton.md    |  12 +-
 .../cordova/events/events.volumedownbutton.md   |  12 +-
 .../cordova/events/events.volumeupbutton.md     |  12 +-
 .../file/directoryentry/directoryentry.md       |  44 +--
 .../file/directoryreader/directoryreader.md     |   4 +-
 www/docs/it/3.1.0/cordova/file/file.md          |  58 ++--
 .../3.1.0/cordova/file/fileentry/fileentry.md   |  78 ++---
 .../3.1.0/cordova/file/fileerror/fileerror.md   |  30 +-
 .../it/3.1.0/cordova/file/fileobj/fileobj.md    |   4 +-
 .../3.1.0/cordova/file/filereader/filereader.md |  40 +--
 .../3.1.0/cordova/file/filesystem/filesystem.md |  20 +-
 .../cordova/file/filetransfer/filetransfer.md   |  44 +--
 .../file/filetransfererror/filetransfererror.md |  14 +-
 .../file/fileuploadoptions/fileuploadoptions.md |   6 +-
 .../file/fileuploadresult/fileuploadresult.md   |   6 +-
 .../3.1.0/cordova/file/filewriter/filewriter.md |  26 +-
 www/docs/it/3.1.0/cordova/file/flags/flags.md   |   4 +-
 .../file/localfilesystem/localfilesystem.md     |  46 +--
 .../it/3.1.0/cordova/file/metadata/metadata.md  |   2 +-
 .../geolocation/Coordinates/coordinates.md      |   8 +-
 .../cordova/geolocation/Position/position.md    |  14 +-
 .../geolocation/PositionError/positionError.md  |   6 +-
 .../geolocation/geolocation.clearWatch.md       |  12 +-
 .../geolocation.getCurrentPosition.md           |  22 +-
 .../it/3.1.0/cordova/geolocation/geolocation.md |  16 +-
 .../geolocation/geolocation.watchPosition.md    |  24 +-
 .../parameters/geolocation.options.md           |   2 +-
 .../geolocation/parameters/geolocationError.md  |   2 +-
 .../parameters/geolocationSuccess.md            |   4 +-
 .../GlobalizationError/globalizationerror.md    |   4 +-
 .../globalization/globalization.dateToString.md |   4 +-
 .../globalization.getCurrencyPattern.md         |   4 +-
 .../globalization/globalization.getDateNames.md |   4 +-
 .../globalization.getDatePattern.md             |   4 +-
 .../globalization.getFirstDayOfWeek.md          |   4 +-
 .../globalization.getLocaleName.md              |   4 +-
 .../globalization.getNumberPattern.md           |   4 +-
 .../globalization.getPreferredLanguage.md       |   4 +-
 .../globalization.isDayLightSavingsTime.md      |   4 +-
 .../cordova/globalization/globalization.md      |  26 +-
 .../globalization.numberToString.md             |   4 +-
 .../globalization/globalization.stringToDate.md |   4 +-
 .../globalization.stringToNumber.md             |   4 +-
 .../3.1.0/cordova/inappbrowser/inappbrowser.md  |  54 ++--
 .../3.1.0/cordova/inappbrowser/window.open.md   |  20 +-
 .../cordova/media/MediaError/mediaError.md      |  14 +-
 .../cordova/media/Parameters/mediaError.md      |   2 +-
 .../it/3.1.0/cordova/media/capture/CaptureCB.md |  10 +-
 .../cordova/media/capture/CaptureErrorCB.md     |   6 +-
 .../media/capture/MediaFile.getFormatData.md    |  12 +-
 .../it/3.1.0/cordova/media/capture/MediaFile.md |   4 +-
 .../cordova/media/capture/MediaFileData.md      |   8 +-
 .../it/3.1.0/cordova/media/capture/capture.md   |  36 +--
 .../3.1.0/cordova/media/capture/captureAudio.md |  28 +-
 .../media/capture/captureAudioOptions.md        |   2 +-
 .../3.1.0/cordova/media/capture/captureImage.md |  26 +-
 .../media/capture/captureImageOptions.md        |   2 +-
 .../3.1.0/cordova/media/capture/captureVideo.md |  28 +-
 .../media/capture/captureVideoOptions.md        |   2 +-
 .../cordova/media/media.getCurrentPosition.md   |  16 +-
 .../it/3.1.0/cordova/media/media.getDuration.md |  14 +-
 www/docs/it/3.1.0/cordova/media/media.md        |  20 +-
 www/docs/it/3.1.0/cordova/media/media.pause.md  |  16 +-
 www/docs/it/3.1.0/cordova/media/media.play.md   |  28 +-
 .../it/3.1.0/cordova/media/media.release.md     |  18 +-
 www/docs/it/3.1.0/cordova/media/media.seekTo.md |  16 +-
 .../it/3.1.0/cordova/media/media.setVolume.md   |  14 +-
 .../it/3.1.0/cordova/media/media.startRecord.md |  12 +-
 www/docs/it/3.1.0/cordova/media/media.stop.md   |  14 +-
 .../it/3.1.0/cordova/media/media.stopRecord.md  |  14 +-
 .../cordova/notification/notification.alert.md  |   6 +-
 .../cordova/notification/notification.beep.md   |   8 +-
 .../notification/notification.confirm.md        |   8 +-
 .../3.1.0/cordova/notification/notification.md  |   2 +-
 .../cordova/notification/notification.prompt.md |   6 +-
 .../notification/notification.vibrate.md        |   6 +-
 .../cordova/splashscreen/splashscreen.hide.md   |  18 +-
 .../3.1.0/cordova/splashscreen/splashscreen.md  |  12 +-
 .../cordova/splashscreen/splashscreen.show.md   |   8 +-
 .../3.1.0/cordova/storage/database/database.md  |  14 +-
 .../storage/localstorage/localstorage.md        |   6 +-
 .../storage/sqlresultset/sqlresultset.md        |  16 +-
 .../sqlresultsetrowlist/sqlresultsetrowlist.md  |  16 +-
 .../storage/sqltransaction/sqltransaction.md    |  12 +-
 www/docs/it/3.1.0/cordova/storage/storage.md    |  24 +-
 .../cordova/storage/storage.opendatabase.md     |  16 +-
 .../it/3.1.0/guide/appdev/whitelist/index.md    |   2 +-
 www/docs/it/3.1.0/guide/cli/index.md            |  22 +-
 www/docs/it/3.1.0/guide/hybrid/plugins/index.md |  14 +-
 .../it/3.1.0/guide/hybrid/webviews/index.md     |   4 +-
 www/docs/it/3.1.0/guide/overview/index.md       |  44 +--
 .../it/3.1.0/guide/platforms/android/config.md  |   6 +-
 .../it/3.1.0/guide/platforms/android/index.md   |  14 +-
 .../it/3.1.0/guide/platforms/android/plugin.md  |   2 +-
 .../3.1.0/guide/platforms/android/upgrading.md  |   2 +-
 .../it/3.1.0/guide/platforms/android/webview.md |   2 +-
 .../3.1.0/guide/platforms/blackberry/config.md  |   2 +-
 .../3.1.0/guide/platforms/blackberry/index.md   |  12 +-
 .../guide/platforms/blackberry/upgrading.md     |  20 +-
 .../guide/platforms/blackberry10/config.md      |   6 +-
 .../3.1.0/guide/platforms/blackberry10/index.md |   4 +-
 .../guide/platforms/blackberry10/plugin.md      |   2 +-
 .../3.1.0/guide/platforms/blackberry10/tools.md |   2 +-
 .../guide/platforms/blackberry10/upgrading.md   |  18 +-
 www/docs/it/3.1.0/guide/platforms/index.md      |  58 ++--
 www/docs/it/3.1.0/guide/platforms/ios/config.md |  10 +-
 www/docs/it/3.1.0/guide/platforms/ios/index.md  |  14 +-
 www/docs/it/3.1.0/guide/platforms/ios/plugin.md |   2 +-
 .../it/3.1.0/guide/platforms/ios/upgrading.md   |  46 +--
 .../it/3.1.0/guide/platforms/ios/webview.md     |   8 +-
 .../it/3.1.0/guide/platforms/tizen/index.md     |   8 +-
 www/docs/it/3.1.0/guide/platforms/win8/index.md |   8 +-
 .../it/3.1.0/guide/platforms/win8/upgrading.md  |   2 +-
 www/docs/it/3.1.0/guide/platforms/wp7/index.md  |  10 +-
 www/docs/it/3.1.0/guide/platforms/wp8/index.md  |  10 +-
 www/docs/it/3.1.0/guide/platforms/wp8/plugin.md |   2 +-
 www/docs/it/3.1.0/guide/platforms/wp8/tools.md  |   4 +-
 .../it/3.1.0/guide/platforms/wp8/upgrading.md   |   2 +-
 www/docs/it/3.1.0/index.md                      |  54 ++--
 www/docs/it/3.1.0/plugin_ref/plugman.md         |   2 +-
 www/docs/it/3.4.0/config_ref/images.md          |   2 +-
 www/docs/it/3.4.0/config_ref/index.md           |   4 +-
 .../3.4.0/cordova/events/events.backbutton.md   |   6 +-
 .../3.4.0/cordova/events/events.deviceready.md  |   2 +-
 .../cordova/events/events.endcallbutton.md      |   6 +-
 www/docs/it/3.4.0/cordova/events/events.md      |  20 +-
 .../3.4.0/cordova/events/events.menubutton.md   |   6 +-
 .../it/3.4.0/cordova/events/events.pause.md     |   6 +-
 .../it/3.4.0/cordova/events/events.resume.md    |   6 +-
 .../3.4.0/cordova/events/events.searchbutton.md |   6 +-
 .../cordova/events/events.startcallbutton.md    |   6 +-
 .../cordova/events/events.volumedownbutton.md   |   6 +-
 .../cordova/events/events.volumeupbutton.md     |   6 +-
 .../3.4.0/cordova/storage/database/database.md  |  14 +-
 .../storage/localstorage/localstorage.md        |   6 +-
 .../storage/sqlresultset/sqlresultset.md        |  16 +-
 .../sqlresultsetrowlist/sqlresultsetrowlist.md  |  16 +-
 .../storage/sqltransaction/sqltransaction.md    |  12 +-
 www/docs/it/3.4.0/cordova/storage/storage.md    |   4 +-
 .../cordova/storage/storage.opendatabase.md     |  16 +-
 www/docs/it/3.4.0/guide/cli/index.md            |   4 +-
 www/docs/it/3.4.0/guide/hybrid/plugins/index.md |  10 +-
 .../it/3.4.0/guide/hybrid/webviews/index.md     |   6 +-
 .../3.4.0/guide/platforms/amazonfireos/index.md |   6 +-
 .../it/3.4.0/guide/platforms/android/config.md  |   4 +-
 .../it/3.4.0/guide/platforms/android/index.md   |  12 +-
 .../3.4.0/guide/platforms/android/upgrading.md  |   2 +-
 .../3.4.0/guide/platforms/blackberry/index.md   |   8 +-
 .../guide/platforms/blackberry/upgrading.md     |   2 +-
 .../guide/platforms/blackberry10/config.md      |   2 +-
 .../3.4.0/guide/platforms/blackberry10/index.md |   4 +-
 .../3.4.0/guide/platforms/blackberry10/tools.md |   2 +-
 .../guide/platforms/blackberry10/upgrading.md   |   4 +-
 www/docs/it/3.4.0/guide/platforms/index.md      |  62 ++--
 www/docs/it/3.4.0/guide/platforms/ios/index.md  |  14 +-
 .../it/3.4.0/guide/platforms/ios/upgrading.md   |   2 +-
 .../it/3.4.0/guide/platforms/tizen/index.md     |   2 +-
 www/docs/it/3.4.0/guide/platforms/win8/index.md |   8 +-
 .../it/3.4.0/guide/platforms/win8/upgrading.md  |   2 +-
 www/docs/it/3.4.0/guide/platforms/wp7/index.md  |   6 +-
 www/docs/it/3.4.0/guide/platforms/wp8/index.md  |   6 +-
 www/docs/it/3.4.0/guide/platforms/wp8/plugin.md |   2 +-
 www/docs/it/3.4.0/guide/platforms/wp8/tools.md  |   2 +-
 .../it/3.4.0/guide/platforms/wp8/upgrading.md   |   2 +-
 www/docs/it/3.4.0/guide/support/index.md        |  10 +-
 www/docs/it/3.4.0/index.md                      |  30 +-
 www/docs/it/3.5.0/config_ref/images.md          |   2 +-
 www/docs/it/3.5.0/config_ref/index.md           |   4 +-
 .../3.5.0/cordova/events/events.backbutton.md   |   6 +-
 .../3.5.0/cordova/events/events.deviceready.md  |   2 +-
 .../cordova/events/events.endcallbutton.md      |   6 +-
 www/docs/it/3.5.0/cordova/events/events.md      |  20 +-
 .../3.5.0/cordova/events/events.menubutton.md   |   6 +-
 .../it/3.5.0/cordova/events/events.pause.md     |   6 +-
 .../it/3.5.0/cordova/events/events.resume.md    |   6 +-
 .../3.5.0/cordova/events/events.searchbutton.md |   6 +-
 .../cordova/events/events.startcallbutton.md    |   6 +-
 .../cordova/events/events.volumedownbutton.md   |   6 +-
 .../cordova/events/events.volumeupbutton.md     |   6 +-
 .../3.5.0/cordova/storage/database/database.md  |  14 +-
 .../storage/localstorage/localstorage.md        |   6 +-
 .../storage/sqlresultset/sqlresultset.md        |  16 +-
 .../sqlresultsetrowlist/sqlresultsetrowlist.md  |  16 +-
 .../storage/sqltransaction/sqltransaction.md    |  12 +-
 www/docs/it/3.5.0/cordova/storage/storage.md    |   4 +-
 .../cordova/storage/storage.opendatabase.md     |  16 +-
 www/docs/it/3.5.0/guide/cli/index.md            |   4 +-
 www/docs/it/3.5.0/guide/hybrid/plugins/index.md |  10 +-
 .../it/3.5.0/guide/hybrid/webviews/index.md     |   6 +-
 .../3.5.0/guide/platforms/amazonfireos/index.md |   6 +-
 .../it/3.5.0/guide/platforms/android/config.md  |   4 +-
 .../it/3.5.0/guide/platforms/android/index.md   |  12 +-
 .../3.5.0/guide/platforms/android/upgrading.md  |   2 +-
 .../3.5.0/guide/platforms/blackberry/index.md   |   8 +-
 .../guide/platforms/blackberry/upgrading.md     |   2 +-
 .../guide/platforms/blackberry10/config.md      |   2 +-
 .../3.5.0/guide/platforms/blackberry10/index.md |   4 +-
 .../3.5.0/guide/platforms/blackberry10/tools.md |   2 +-
 .../guide/platforms/blackberry10/upgrading.md   |   4 +-
 www/docs/it/3.5.0/guide/platforms/index.md      |  62 ++--
 www/docs/it/3.5.0/guide/platforms/ios/index.md  |  14 +-
 .../it/3.5.0/guide/platforms/ios/upgrading.md   |   2 +-
 .../it/3.5.0/guide/platforms/tizen/index.md     |   2 +-
 www/docs/it/3.5.0/guide/platforms/win8/index.md |   8 +-
 .../it/3.5.0/guide/platforms/win8/upgrading.md  |   2 +-
 www/docs/it/3.5.0/guide/platforms/wp7/index.md  |   6 +-
 www/docs/it/3.5.0/guide/platforms/wp8/index.md  |   6 +-
 www/docs/it/3.5.0/guide/platforms/wp8/plugin.md |   2 +-
 www/docs/it/3.5.0/guide/platforms/wp8/tools.md  |   2 +-
 .../it/3.5.0/guide/platforms/wp8/upgrading.md   |   2 +-
 www/docs/it/3.5.0/guide/support/index.md        |  10 +-
 www/docs/it/3.5.0/index.md                      |  30 +-
 www/docs/it/edge/config_ref/index.md            |  10 +-
 .../it/edge/cordova/events/events.backbutton.md |   8 +-
 .../edge/cordova/events/events.deviceready.md   |   4 +-
 .../edge/cordova/events/events.endcallbutton.md |   8 +-
 www/docs/it/edge/cordova/events/events.md       |  20 +-
 .../it/edge/cordova/events/events.menubutton.md |   8 +-
 www/docs/it/edge/cordova/events/events.pause.md |   8 +-
 .../it/edge/cordova/events/events.resume.md     |  10 +-
 .../edge/cordova/events/events.searchbutton.md  |   8 +-
 .../cordova/events/events.startcallbutton.md    |   8 +-
 .../cordova/events/events.volumedownbutton.md   |   8 +-
 .../cordova/events/events.volumeupbutton.md     |   8 +-
 .../edge/cordova/storage/database/database.md   |  16 +-
 .../storage/localstorage/localstorage.md        |   8 +-
 .../storage/sqlresultset/sqlresultset.md        |  18 +-
 .../sqlresultsetrowlist/sqlresultsetrowlist.md  |  18 +-
 .../storage/sqltransaction/sqltransaction.md    |  14 +-
 www/docs/it/edge/cordova/storage/storage.md     |   2 +-
 .../cordova/storage/storage.opendatabase.md     |  18 +-
 www/docs/it/edge/guide/appdev/security/index.md |   4 +-
 www/docs/it/edge/guide/cli/index.md             |   6 +-
 www/docs/it/edge/guide/hybrid/plugins/index.md  |  12 +-
 www/docs/it/edge/guide/hybrid/webviews/index.md |   8 +-
 www/docs/it/edge/guide/next/index.md            |   6 +-
 www/docs/it/edge/guide/overview/index.md        |   2 +-
 .../edge/guide/platforms/amazonfireos/config.md |   2 +-
 .../edge/guide/platforms/amazonfireos/index.md  |   8 +-
 .../it/edge/guide/platforms/android/config.md   |   4 +-
 .../it/edge/guide/platforms/android/plugin.md   |   2 +-
 .../it/edge/guide/platforms/android/tools.md    |   2 +-
 .../it/edge/guide/platforms/android/upgrade.md  |   4 +-
 .../edge/guide/platforms/android/upgrading.md   |   2 +-
 .../it/edge/guide/platforms/blackberry/index.md |   8 +-
 .../edge/guide/platforms/blackberry/upgrade.md  |   4 +-
 .../guide/platforms/blackberry/upgrading.md     |   2 +-
 .../edge/guide/platforms/blackberry10/config.md |   2 +-
 .../edge/guide/platforms/blackberry10/index.md  |   4 +-
 .../guide/platforms/blackberry10/upgrade.md     |   4 +-
 .../guide/platforms/blackberry10/upgrading.md   |   4 +-
 www/docs/it/edge/guide/platforms/index.md       |  64 ++--
 www/docs/it/edge/guide/platforms/ios/index.md   |  14 +-
 www/docs/it/edge/guide/platforms/ios/plugin.md  |   2 +-
 www/docs/it/edge/guide/platforms/ios/tools.md   |   6 +-
 www/docs/it/edge/guide/platforms/ios/upgrade.md |   4 +-
 .../it/edge/guide/platforms/ios/upgrading.md    |   2 +-
 www/docs/it/edge/guide/platforms/tizen/index.md |   2 +-
 www/docs/it/edge/guide/platforms/win8/index.md  |   2 +-
 .../it/edge/guide/platforms/win8/upgrade.md     |   4 +-
 .../it/edge/guide/platforms/win8/upgrading.md   |   2 +-
 www/docs/it/edge/guide/platforms/wp7/index.md   |   4 +-
 www/docs/it/edge/guide/platforms/wp8/index.md   |   6 +-
 www/docs/it/edge/guide/platforms/wp8/tools.md   |   2 +-
 www/docs/it/edge/guide/platforms/wp8/upgrade.md |   4 +-
 .../it/edge/guide/platforms/wp8/upgrading.md    |   2 +-
 www/docs/it/edge/guide/support/index.md         |   8 +-
 www/docs/it/edge/index.md                       |  34 +--
 www/docs/it/edge/plugin_ref/spec.md             |   2 +-
 .../accelerometer/acceleration/acceleration.md  |  16 +-
 .../accelerometer/accelerometer.clearWatch.md   |  18 +-
 .../accelerometer.getCurrentAcceleration.md     |  24 +-
 .../cordova/accelerometer/accelerometer.md      |  14 +-
 .../accelerometer.watchAcceleration.md          |  30 +-
 .../parameters/accelerometerSuccess.md          |   4 +-
 .../1.7.0/cordova/camera/camera.getPicture.md   |  26 +-
 www/docs/ja/1.7.0/cordova/camera/camera.md      |   2 +-
 .../cordova/camera/parameter/cameraOptions.md   |  24 +-
 .../cordova/camera/parameter/cameraSuccess.md   |   4 +-
 .../1.7.0/cordova/compass/compass.clearWatch.md |  20 +-
 .../cordova/compass/compass.clearWatchFilter.md |   4 +-
 .../compass/compass.getCurrentHeading.md        |  20 +-
 www/docs/ja/1.7.0/cordova/compass/compass.md    |  18 +-
 .../cordova/compass/compass.watchHeading.md     |  28 +-
 .../compass/compass.watchHeadingFilter.md       |   4 +-
 .../compass/compassError/compassError.md        |  10 +-
 .../cordova/compass/parameters/compassError.md  |   4 +-
 .../compass/parameters/compassHeading.md        |   4 +-
 .../compass/parameters/compassSuccess.md        |   6 +-
 .../ja/1.7.0/cordova/connection/connection.md   |   4 +-
 .../1.7.0/cordova/connection/connection.type.md |  46 +--
 .../1.7.0/cordova/contacts/Contact/contact.md   |  60 ++--
 .../contacts/ContactAddress/contactaddress.md   |  32 +-
 .../contacts/ContactError/contactError.md       |  20 +-
 .../contacts/ContactField/contactfield.md       |  48 +--
 .../ContactFindOptions/contactfindoptions.md    |  28 +-
 .../cordova/contacts/ContactName/contactname.md |  30 +-
 .../ContactOrganization/contactorganization.md  |  32 +-
 .../1.7.0/cordova/contacts/contacts.create.md   |  26 +-
 .../ja/1.7.0/cordova/contacts/contacts.find.md  |  38 +--
 www/docs/ja/1.7.0/cordova/contacts/contacts.md  |  28 +-
 .../contacts/parameters/contactFields.md        |   2 +-
 .../contacts/parameters/contactFindOptions.md   |   2 +-
 .../contacts/parameters/contactSuccess.md       |   6 +-
 .../ja/1.7.0/cordova/device/device.cordova.md   |  18 +-
 www/docs/ja/1.7.0/cordova/device/device.md      |  14 +-
 www/docs/ja/1.7.0/cordova/device/device.name.md |  20 +-
 .../ja/1.7.0/cordova/device/device.platform.md  |  18 +-
 www/docs/ja/1.7.0/cordova/device/device.uuid.md |  20 +-
 .../ja/1.7.0/cordova/device/device.version.md   |  18 +-
 .../1.7.0/cordova/events/events.backbutton.md   |  16 +-
 .../cordova/events/events.batterycritical.md    |  16 +-
 .../1.7.0/cordova/events/events.batterylow.md   |  16 +-
 .../cordova/events/events.batterystatus.md      |  16 +-
 .../1.7.0/cordova/events/events.deviceready.md  |  16 +-
 .../cordova/events/events.endcallbutton.md      |  16 +-
 www/docs/ja/1.7.0/cordova/events/events.md      |  30 +-
 .../1.7.0/cordova/events/events.menubutton.md   |  16 +-
 .../ja/1.7.0/cordova/events/events.offline.md   |  18 +-
 .../ja/1.7.0/cordova/events/events.online.md    |  16 +-
 .../ja/1.7.0/cordova/events/events.pause.md     |  16 +-
 .../ja/1.7.0/cordova/events/events.resume.md    |  18 +-
 .../1.7.0/cordova/events/events.searchbutton.md |  16 +-
 .../cordova/events/events.startcallbutton.md    |  16 +-
 .../cordova/events/events.volumedownbutton.md   |  16 +-
 .../cordova/events/events.volumeupbutton.md     |  16 +-
 .../file/directoryentry/directoryentry.md       |  66 ++--
 .../file/directoryreader/directoryreader.md     |   6 +-
 www/docs/ja/1.7.0/cordova/file/file.md          |  34 +--
 .../1.7.0/cordova/file/fileentry/fileentry.md   |  90 +++---
 .../1.7.0/cordova/file/fileerror/fileerror.md   |  30 +-
 .../ja/1.7.0/cordova/file/fileobj/fileobj.md    |   2 +-
 .../1.7.0/cordova/file/filereader/filereader.md |  42 +--
 .../1.7.0/cordova/file/filesystem/filesystem.md |  26 +-
 .../cordova/file/filetransfer/filetransfer.md   |  40 +--
 .../file/filetransfererror/filetransfererror.md |  12 +-
 .../file/fileuploadoptions/fileuploadoptions.md |   6 +-
 .../file/fileuploadresult/fileuploadresult.md   |   8 +-
 .../1.7.0/cordova/file/filewriter/filewriter.md |  30 +-
 www/docs/ja/1.7.0/cordova/file/flags/flags.md   |   6 +-
 .../file/localfilesystem/localfilesystem.md     |  38 +--
 .../ja/1.7.0/cordova/file/metadata/metadata.md  |   4 +-
 .../geolocation/Coordinates/coordinates.md      |  18 +-
 .../cordova/geolocation/Position/position.md    |  22 +-
 .../geolocation/PositionError/positionError.md  |  12 +-
 .../geolocation/geolocation.clearWatch.md       |  22 +-
 .../geolocation.getCurrentPosition.md           |  40 +--
 .../ja/1.7.0/cordova/geolocation/geolocation.md |  20 +-
 .../geolocation/geolocation.watchPosition.md    |  40 +--
 .../parameters/geolocation.options.md           |   2 +-
 .../geolocation/parameters/geolocationError.md  |   2 +-
 .../parameters/geolocationSuccess.md            |   4 +-
 .../cordova/media/MediaError/mediaError.md      |  14 +-
 .../cordova/media/Parameters/mediaError.md      |   2 +-
 .../ja/1.7.0/cordova/media/capture/CaptureCB.md |  14 +-
 .../1.7.0/cordova/media/capture/CaptureError.md |  12 +-
 .../cordova/media/capture/CaptureErrorCB.md     |  10 +-
 .../cordova/media/capture/ConfigurationData.md  |   2 +-
 .../media/capture/MediaFile.getFormatData.md    |  16 +-
 .../ja/1.7.0/cordova/media/capture/MediaFile.md |   4 +-
 .../cordova/media/capture/MediaFileData.md      |   8 +-
 .../ja/1.7.0/cordova/media/capture/capture.md   |  36 +--
 .../1.7.0/cordova/media/capture/captureAudio.md |  36 +--
 .../media/capture/captureAudioOptions.md        |   6 +-
 .../1.7.0/cordova/media/capture/captureImage.md |  34 +--
 .../media/capture/captureImageOptions.md        |   6 +-
 .../1.7.0/cordova/media/capture/captureVideo.md |  36 +--
 .../media/capture/captureVideoOptions.md        |   6 +-
 .../cordova/media/media.getCurrentPosition.md   |  44 +--
 .../ja/1.7.0/cordova/media/media.getDuration.md |  34 +--
 www/docs/ja/1.7.0/cordova/media/media.md        |  24 +-
 www/docs/ja/1.7.0/cordova/media/media.pause.md  |  44 +--
 www/docs/ja/1.7.0/cordova/media/media.play.md   |  36 +--
 .../ja/1.7.0/cordova/media/media.release.md     |  38 +--
 www/docs/ja/1.7.0/cordova/media/media.seekTo.md |  30 +-
 .../ja/1.7.0/cordova/media/media.startRecord.md |  20 +-
 www/docs/ja/1.7.0/cordova/media/media.stop.md   |  34 +--
 .../ja/1.7.0/cordova/media/media.stopRecord.md  |  24 +-
 .../cordova/notification/notification.alert.md  |  10 +-
 .../cordova/notification/notification.beep.md   |  16 +-
 .../notification/notification.confirm.md        |  10 +-
 .../1.7.0/cordova/notification/notification.md  |   8 +-
 .../notification/notification.vibrate.md        |  14 +-
 .../1.7.0/cordova/storage/database/database.md  |  16 +-
 .../storage/localstorage/localstorage.md        |  48 +--
 .../storage/sqlresultset/sqlresultset.md        |  20 +-
 .../sqlresultsetlist/sqlresultsetlist.md        |  22 +-
 .../storage/sqltransaction/sqltransaction.md    |  16 +-
 www/docs/ja/1.7.0/cordova/storage/storage.md    |  24 +-
 .../cordova/storage/storage.opendatabase.md     |  20 +-
 .../guide/getting-started/android/index.md      |   4 +-
 .../1.7.0/guide/getting-started/bada/index.md   |   4 +-
 .../guide/getting-started/blackberry/index.md   |   4 +-
 .../ja/1.7.0/guide/getting-started/index.md     |  14 +-
 .../ja/1.7.0/guide/getting-started/ios/index.md |   8 +-
 .../guide/getting-started/symbian/index.md      |   4 +-
 .../getting-started/windows-phone/index.md      |   2 +-
 www/docs/ja/1.7.0/index.md                      |  26 +-
 .../accelerometer/acceleration/acceleration.md  |  16 +-
 .../accelerometer/accelerometer.clearWatch.md   |  18 +-
 .../accelerometer.getCurrentAcceleration.md     |  24 +-
 .../cordova/accelerometer/accelerometer.md      |  16 +-
 .../accelerometer.watchAcceleration.md          |  30 +-
 .../parameters/accelerometerSuccess.md          |   4 +-
 .../1.8.1/cordova/camera/camera.getPicture.md   |  26 +-
 www/docs/ja/1.8.1/cordova/camera/camera.md      |   4 +-
 .../camera/parameter/CameraPopoverOptions.md    |  18 +-
 .../cordova/camera/parameter/cameraOptions.md   |  28 +-
 .../cordova/camera/parameter/cameraSuccess.md   |   4 +-
 .../1.8.1/cordova/compass/compass.clearWatch.md |  20 +-
 .../cordova/compass/compass.clearWatchFilter.md |   4 +-
 .../compass/compass.getCurrentHeading.md        |  20 +-
 www/docs/ja/1.8.1/cordova/compass/compass.md    |  20 +-
 .../cordova/compass/compass.watchHeading.md     |  28 +-
 .../compass/compass.watchHeadingFilter.md       |   4 +-
 .../compass/compassError/compassError.md        |  10 +-
 .../cordova/compass/parameters/compassError.md  |   4 +-
 .../compass/parameters/compassHeading.md        |   4 +-
 .../compass/parameters/compassSuccess.md        |   6 +-
 .../ja/1.8.1/cordova/connection/connection.md   |   4 +-
 .../1.8.1/cordova/connection/connection.type.md |  52 ++--
 .../1.8.1/cordova/contacts/Contact/contact.md   |  60 ++--
 .../contacts/ContactAddress/contactaddress.md   |  32 +-
 .../contacts/ContactError/contactError.md       |  20 +-
 .../contacts/ContactField/contactfield.md       |  48 +--
 .../ContactFindOptions/contactfindoptions.md    |  28 +-
 .../cordova/contacts/ContactName/contactname.md |  30 +-
 .../ContactOrganization/contactorganization.md  |  34 +--
 .../1.8.1/cordova/contacts/contacts.create.md   |  26 +-
 .../ja/1.8.1/cordova/contacts/contacts.find.md  |  38 +--
 www/docs/ja/1.8.1/cordova/contacts/contacts.md  |  40 +--
 .../contacts/parameters/contactFields.md        |   2 +-
 .../contacts/parameters/contactFindOptions.md   |   2 +-
 .../contacts/parameters/contactSuccess.md       |   6 +-
 .../ja/1.8.1/cordova/device/device.cordova.md   |  18 +-
 www/docs/ja/1.8.1/cordova/device/device.md      |  14 +-
 www/docs/ja/1.8.1/cordova/device/device.name.md |  20 +-
 .../ja/1.8.1/cordova/device/device.platform.md  |  18 +-
 www/docs/ja/1.8.1/cordova/device/device.uuid.md |  20 +-
 .../ja/1.8.1/cordova/device/device.version.md   |  18 +-
 .../1.8.1/cordova/events/events.backbutton.md   |  16 +-
 .../cordova/events/events.batterycritical.md    |  16 +-
 .../1.8.1/cordova/events/events.batterylow.md   |  16 +-
 .../cordova/events/events.batterystatus.md      |  16 +-
 .../1.8.1/cordova/events/events.deviceready.md  |  16 +-
 .../cordova/events/events.endcallbutton.md      |  16 +-
 www/docs/ja/1.8.1/cordova/events/events.md      |  32 +-
 .../1.8.1/cordova/events/events.menubutton.md   |  16 +-
 .../ja/1.8.1/cordova/events/events.offline.md   |  18 +-
 .../ja/1.8.1/cordova/events/events.online.md    |  16 +-
 .../ja/1.8.1/cordova/events/events.pause.md     |  16 +-
 .../ja/1.8.1/cordova/events/events.resume.md    |  18 +-
 .../1.8.1/cordova/events/events.searchbutton.md |  16 +-
 .../cordova/events/events.startcallbutton.md    |  16 +-
 .../cordova/events/events.volumedownbutton.md   |  16 +-
 .../cordova/events/events.volumeupbutton.md     |  16 +-
 .../file/directoryentry/directoryentry.md       |  80 ++---
 .../file/directoryreader/directoryreader.md     |   6 +-
 www/docs/ja/1.8.1/cordova/file/file.md          |  52 ++--
 .../1.8.1/cordova/file/fileentry/fileentry.md   | 104 +++----
 .../1.8.1/cordova/file/fileerror/fileerror.md   |  30 +-
 .../ja/1.8.1/cordova/file/fileobj/fileobj.md    |   2 +-
 .../1.8.1/cordova/file/filereader/filereader.md |  42 +--
 .../1.8.1/cordova/file/filesystem/filesystem.md |  26 +-
 .../cordova/file/filetransfer/filetransfer.md   |  40 +--
 .../file/filetransfererror/filetransfererror.md |  12 +-
 .../file/fileuploadoptions/fileuploadoptions.md |   6 +-
 .../file/fileuploadresult/fileuploadresult.md   |   8 +-
 .../1.8.1/cordova/file/filewriter/filewriter.md |  30 +-
 www/docs/ja/1.8.1/cordova/file/flags/flags.md   |   6 +-
 .../file/localfilesystem/localfilesystem.md     |  38 +--
 .../ja/1.8.1/cordova/file/metadata/metadata.md  |   4 +-
 .../geolocation/Coordinates/coordinates.md      |  18 +-
 .../cordova/geolocation/Position/position.md    |  22 +-
 .../geolocation/PositionError/positionError.md  |  20 +-
 .../geolocation/geolocation.clearWatch.md       |  22 +-
 .../geolocation.getCurrentPosition.md           |  40 +--
 .../ja/1.8.1/cordova/geolocation/geolocation.md |  22 +-
 .../geolocation/geolocation.watchPosition.md    |  40 +--
 .../parameters/geolocation.options.md           |   4 +-
 .../geolocation/parameters/geolocationError.md  |   2 +-
 .../parameters/geolocationSuccess.md            |   6 +-
 .../cordova/media/MediaError/mediaError.md      |  14 +-
 .../cordova/media/Parameters/mediaError.md      |   2 +-
 .../ja/1.8.1/cordova/media/capture/CaptureCB.md |  14 +-
 .../1.8.1/cordova/media/capture/CaptureError.md |  12 +-
 .../cordova/media/capture/CaptureErrorCB.md     |  10 +-
 .../cordova/media/capture/ConfigurationData.md  |   2 +-
 .../media/capture/MediaFile.getFormatData.md    |  16 +-
 .../ja/1.8.1/cordova/media/capture/MediaFile.md |   4 +-
 .../cordova/media/capture/MediaFileData.md      |   8 +-
 .../ja/1.8.1/cordova/media/capture/capture.md   |  40 +--
 .../1.8.1/cordova/media/capture/captureAudio.md |  36 +--
 .../media/capture/captureAudioOptions.md        |   6 +-
 .../1.8.1/cordova/media/capture/captureImage.md |  34 +--
 .../media/capture/captureImageOptions.md        |   6 +-
 .../1.8.1/cordova/media/capture/captureVideo.md |  36 +--
 .../media/capture/captureVideoOptions.md        |   6 +-
 .../cordova/media/media.getCurrentPosition.md   |  44 +--
 .../ja/1.8.1/cordova/media/media.getDuration.md |  34 +--
 www/docs/ja/1.8.1/cordova/media/media.md        |  28 +-
 www/docs/ja/1.8.1/cordova/media/media.pause.md  |  44 +--
 www/docs/ja/1.8.1/cordova/media/media.play.md   |  36 +--
 .../ja/1.8.1/cordova/media/media.release.md     |  38 +--
 www/docs/ja/1.8.1/cordova/media/media.seekTo.md |  30 +-
 .../ja/1.8.1/cordova/media/media.startRecord.md |  20 +-
 www/docs/ja/1.8.1/cordova/media/media.stop.md   |  34 +--
 .../ja/1.8.1/cordova/media/media.stopRecord.md  |  24 +-
 .../cordova/notification/notification.alert.md  |  10 +-
 .../cordova/notification/notification.beep.md   |  16 +-
 .../notification/notification.confirm.md        |  10 +-
 .../1.8.1/cordova/notification/notification.md  |  10 +-
 .../notification/notification.vibrate.md        |  14 +-
 .../1.8.1/cordova/storage/database/database.md  |  16 +-
 .../storage/localstorage/localstorage.md        |  48 +--
 .../storage/sqlresultset/sqlresultset.md        |  20 +-
 .../sqlresultsetlist/sqlresultsetlist.md        |  22 +-
 .../storage/sqltransaction/sqltransaction.md    |  16 +-
 www/docs/ja/1.8.1/cordova/storage/storage.md    |  24 +-
 .../cordova/storage/storage.opendatabase.md     |  20 +-
 .../guide/getting-started/android/index.md      |   4 +-
 .../1.8.1/guide/getting-started/bada/index.md   |   4 +-
 .../guide/getting-started/blackberry/index.md   |   4 +-
 .../ja/1.8.1/guide/getting-started/index.md     |  14 +-
 .../ja/1.8.1/guide/getting-started/ios/index.md |  10 +-
 .../guide/getting-started/symbian/index.md      |   4 +-
 .../getting-started/windows-phone/index.md      |   2 +-
 .../1.8.1/guide/upgrading/blackberry/index.md   |  20 +-
 www/docs/ja/1.8.1/guide/upgrading/index.md      |  14 +-
 www/docs/ja/1.8.1/guide/upgrading/ios/index.md  |   8 +-
 www/docs/ja/1.8.1/guide/whitelist/index.md      |   2 +-
 www/docs/ja/1.8.1/index.md                      |  26 +-
 .../accelerometer/acceleration/acceleration.md  |  16 +-
 .../accelerometer/accelerometer.clearWatch.md   |  18 +-
 .../accelerometer.getCurrentAcceleration.md     |  24 +-
 .../cordova/accelerometer/accelerometer.md      |  16 +-
 .../accelerometer.watchAcceleration.md          |  30 +-
 .../parameters/accelerometerSuccess.md          |   4 +-
 .../ja/1.9.0/cordova/camera/camera.cleanup.md   |   6 +-
 .../1.9.0/cordova/camera/camera.getPicture.md   |  26 +-
 www/docs/ja/1.9.0/cordova/camera/camera.md      |   6 +-
 .../camera/parameter/CameraPopoverOptions.md    |  18 +-
 .../cordova/camera/parameter/cameraOptions.md   |  26 +-
 .../cordova/camera/parameter/cameraSuccess.md   |   4 +-
 .../1.9.0/cordova/compass/compass.clearWatch.md |  20 +-
 .../cordova/compass/compass.clearWatchFilter.md |   4 +-
 .../compass/compass.getCurrentHeading.md        |  20 +-
 www/docs/ja/1.9.0/cordova/compass/compass.md    |  20 +-
 .../cordova/compass/compass.watchHeading.md     |  28 +-
 .../compass/compass.watchHeadingFilter.md       |   4 +-
 .../compass/compassError/compassError.md        |  10 +-
 .../cordova/compass/parameters/compassError.md  |   4 +-
 .../compass/parameters/compassHeading.md        |   4 +-
 .../compass/parameters/compassSuccess.md        |   6 +-
 .../ja/1.9.0/cordova/connection/connection.md   |   4 +-
 .../1.9.0/cordova/connection/connection.type.md |  52 ++--
 .../1.9.0/cordova/contacts/Contact/contact.md   |  60 ++--
 .../contacts/ContactAddress/contactaddress.md   |  32 +-
 .../contacts/ContactError/contactError.md       |  20 +-
 .../contacts/ContactField/contactfield.md       |  48 +--
 .../ContactFindOptions/contactfindoptions.md    |  28 +-
 .../cordova/contacts/ContactName/contactname.md |  30 +-
 .../ContactOrganization/contactorganization.md  |  34 +--
 .../1.9.0/cordova/contacts/contacts.create.md   |  26 +-
 .../ja/1.9.0/cordova/contacts/contacts.find.md  |  38 +--
 www/docs/ja/1.9.0/cordova/contacts/contacts.md  |  40 +--
 .../contacts/parameters/contactFields.md        |   2 +-
 .../contacts/parameters/contactFindOptions.md   |   2 +-
 .../contacts/parameters/contactSuccess.md       |   6 +-
 .../ja/1.9.0/cordova/device/device.cordova.md   |  18 +-
 www/docs/ja/1.9.0/cordova/device/device.md      |  14 +-
 www/docs/ja/1.9.0/cordova/device/device.name.md |  20 +-
 .../ja/1.9.0/cordova/device/device.platform.md  |  18 +-
 www/docs/ja/1.9.0/cordova/device/device.uuid.md |  20 +-
 .../ja/1.9.0/cordova/device/device.version.md   |  18 +-
 .../1.9.0/cordova/events/events.backbutton.md   |  16 +-
 .../cordova/events/events.batterycritical.md    |  16 +-
 .../1.9.0/cordova/events/events.batterylow.md   |  16 +-
 .../cordova/events/events.batterystatus.md      |  16 +-
 .../1.9.0/cordova/events/events.deviceready.md  |  16 +-
 .../cordova/events/events.endcallbutton.md      |  16 +-
 www/docs/ja/1.9.0/cordova/events/events.md      |  32 +-
 .../1.9.0/cordova/events/events.menubutton.md   |  16 +-
 .../ja/1.9.0/cordova/events/events.offline.md   |  18 +-
 .../ja/1.9.0/cordova/events/events.online.md    |  16 +-
 .../ja/1.9.0/cordova/events/events.pause.md     |  16 +-
 .../ja/1.9.0/cordova/events/events.resume.md    |  18 +-
 .../1.9.0/cordova/events/events.searchbutton.md |  16 +-
 .../cordova/events/events.startcallbutton.md    |  16 +-
 .../cordova/events/events.volumedownbutton.md   |  16 +-
 .../cordova/events/events.volumeupbutton.md     |  16 +-
 .../file/directoryentry/directoryentry.md       |  80 ++---
 .../file/directoryreader/directoryreader.md     |   6 +-
 www/docs/ja/1.9.0/cordova/file/file.md          |  52 ++--
 .../1.9.0/cordova/file/fileentry/fileentry.md   | 104 +++----
 .../1.9.0/cordova/file/fileerror/fileerror.md   |  30 +-
 .../ja/1.9.0/cordova/file/fileobj/fileobj.md    |   2 +-
 .../1.9.0/cordova/file/filereader/filereader.md |  42 +--
 .../1.9.0/cordova/file/filesystem/filesystem.md |  26 +-
 .../cordova/file/filetransfer/filetransfer.md   |  48 +--
 .../file/filetransfererror/filetransfererror.md |  12 +-
 .../file/fileuploadoptions/fileuploadoptions.md |   6 +-
 .../file/fileuploadresult/fileuploadresult.md   |   8 +-
 .../1.9.0/cordova/file/filewriter/filewriter.md |  30 +-
 www/docs/ja/1.9.0/cordova/file/flags/flags.md   |   6 +-
 .../file/localfilesystem/localfilesystem.md     |  38 +--
 .../ja/1.9.0/cordova/file/metadata/metadata.md  |   4 +-
 .../geolocation/Coordinates/coordinates.md      |  18 +-
 .../cordova/geolocation/Position/position.md    |  22 +-
 .../geolocation/PositionError/positionError.md  |  20 +-
 .../geolocation/geolocation.clearWatch.md       |  22 +-
 .../geolocation.getCurrentPosition.md           |  40 +--
 .../ja/1.9.0/cordova/geolocation/geolocation.md |  22 +-
 .../geolocation/geolocation.watchPosition.md    |  40 +--
 .../parameters/geolocation.options.md           |   4 +-
 .../geolocation/parameters/geolocationError.md  |   2 +-
 .../parameters/geolocationSuccess.md            |   6 +-
 .../cordova/media/MediaError/mediaError.md      |  14 +-
 .../cordova/media/Parameters/mediaError.md      |   2 +-
 .../ja/1.9.0/cordova/media/capture/CaptureCB.md |  14 +-
 .../1.9.0/cordova/media/capture/CaptureError.md |  12 +-
 .../cordova/media/capture/CaptureErrorCB.md     |  10 +-
 .../cordova/media/capture/ConfigurationData.md  |   2 +-
 .../media/capture/MediaFile.getFormatData.md    |  16 +-
 .../ja/1.9.0/cordova/media/capture/MediaFile.md |   4 +-
 .../cordova/media/capture/MediaFileData.md      |   8 +-
 .../ja/1.9.0/cordova/media/capture/capture.md   |  40 +--
 .../1.9.0/cordova/media/capture/captureAudio.md |  36 +--
 .../media/capture/captureAudioOptions.md        |   6 +-
 .../1.9.0/cordova/media/capture/captureImage.md |  34 +--
 .../media/capture/captureImageOptions.md        |   6 +-
 .../1.9.0/cordova/media/capture/captureVideo.md |  36 +--
 .../media/capture/captureVideoOptions.md        |   6 +-
 .../cordova/media/media.getCurrentPosition.md   |  44 +--
 .../ja/1.9.0/cordova/media/media.getDuration.md |  34 +--
 www/docs/ja/1.9.0/cordova/media/media.md        |  28 +-
 www/docs/ja/1.9.0/cordova/media/media.pause.md  |  44 +--
 www/docs/ja/1.9.0/cordova/media/media.play.md   |  40 +--
 .../ja/1.9.0/cordova/media/media.release.md     |  38 +--
 www/docs/ja/1.9.0/cordova/media/media.seekTo.md |  30 +-
 .../ja/1.9.0/cordova/media/media.startRecord.md |  20 +-
 www/docs/ja/1.9.0/cordova/media/media.stop.md   |  34 +--
 .../ja/1.9.0/cordova/media/media.stopRecord.md  |  24 +-
 .../cordova/notification/notification.alert.md  |  10 +-
 .../cordova/notification/notification.beep.md   |  16 +-
 .../notification/notification.confirm.md        |  10 +-
 .../1.9.0/cordova/notification/notification.md  |  10 +-
 .../notification/notification.vibrate.md        |  14 +-
 .../1.9.0/cordova/storage/database/database.md  |  16 +-
 .../storage/localstorage/localstorage.md        |  48 +--
 .../storage/sqlresultset/sqlresultset.md        |  20 +-
 .../sqlresultsetlist/sqlresultsetlist.md        |  22 +-
 .../storage/sqltransaction/sqltransaction.md    |  16 +-
 www/docs/ja/1.9.0/cordova/storage/storage.md    |  24 +-
 .../cordova/storage/storage.opendatabase.md     |  20 +-
 www/docs/ja/1.9.0/guide/command-line/index.md   |   2 +-
 .../ja/1.9.0/guide/cordova-webview/index.md     |   4 +-
 www/docs/ja/1.9.0/guide/cordova-webview/ios.md  |  34 +--
 .../guide/getting-started/android/index.md      |   4 +-
 .../1.9.0/guide/getting-started/bada/index.md   |   4 +-
 .../guide/getting-started/blackberry/index.md   |   4 +-
 .../ja/1.9.0/guide/getting-started/index.md     |  14 +-
 .../ja/1.9.0/guide/getting-started/ios/index.md |  10 +-
 .../guide/getting-started/symbian/index.md      |   4 +-
 .../getting-started/windows-phone/index.md      |   2 +-
 www/docs/ja/1.9.0/guide/upgrading/index.md      |  14 +-
 www/docs/ja/1.9.0/guide/upgrading/ios/index.md  |  24 +-
 www/docs/ja/1.9.0/guide/whitelist/index.md      |   2 +-
 www/docs/ja/1.9.0/index.md                      |  30 +-
 .../accelerometer/acceleration/acceleration.md  |  16 +-
 .../accelerometer/accelerometer.clearWatch.md   |  18 +-
 .../accelerometer.getCurrentAcceleration.md     |  24 +-
 .../cordova/accelerometer/accelerometer.md      |  16 +-
 .../accelerometer.watchAcceleration.md          |  30 +-
 .../parameters/accelerometerSuccess.md          |   4 +-
 .../ja/2.0.0/cordova/camera/camera.cleanup.md   |   6 +-
 .../2.0.0/cordova/camera/camera.getPicture.md   |  26 +-
 www/docs/ja/2.0.0/cordova/camera/camera.md      |   6 +-
 .../camera/parameter/CameraPopoverOptions.md    |  18 +-
 .../cordova/camera/parameter/cameraOptions.md   |  26 +-
 .../cordova/camera/parameter/cameraSuccess.md   |   4 +-
 .../2.0.0/cordova/compass/compass.clearWatch.md |  20 +-
 .../cordova/compass/compass.clearWatchFilter.md |   4 +-
 .../compass/compass.getCurrentHeading.md        |  20 +-
 www/docs/ja/2.0.0/cordova/compass/compass.md    |  20 +-
 .../cordova/compass/compass.watchHeading.md     |  28 +-
 .../compass/compass.watchHeadingFilter.md       |   4 +-
 .../compass/compassError/compassError.md        |  10 +-
 .../cordova/compass/parameters/compassError.md  |   4 +-
 .../compass/parameters/compassHeading.md        |   4 +-
 .../compass/parameters/compassSuccess.md        |   6 +-
 .../ja/2.0.0/cordova/connection/connection.md   |   4 +-
 .../2.0.0/cordova/connection/connection.type.md |  52 ++--
 .../2.0.0/cordova/contacts/Contact/contact.md   |  60 ++--
 .../contacts/ContactAddress/contactaddress.md   |  32 +-
 .../contacts/ContactError/contactError.md       |  20 +-
 .../contacts/ContactField/contactfield.md       |  48 +--
 .../ContactFindOptions/contactfindoptions.md    |  28 +-
 .../cordova/contacts/ContactName/contactname.md |  30 +-
 .../ContactOrganization/contactorganization.md  |  34 +--
 .../2.0.0/cordova/contacts/contacts.create.md   |  26 +-
 .../ja/2.0.0/cordova/contacts/contacts.find.md  |  38 +--
 www/docs/ja/2.0.0/cordova/contacts/contacts.md  |  40 +--
 .../contacts/parameters/contactFields.md        |   2 +-
 .../contacts/parameters/contactFindOptions.md   |   2 +-
 .../contacts/parameters/contactSuccess.md       |   6 +-
 .../ja/2.0.0/cordova/device/device.cordova.md   |  18 +-
 www/docs/ja/2.0.0/cordova/device/device.md      |  14 +-
 www/docs/ja/2.0.0/cordova/device/device.name.md |  20 +-
 .../ja/2.0.0/cordova/device/device.platform.md  |  18 +-
 www/docs/ja/2.0.0/cordova/device/device.uuid.md |  20 +-
 .../ja/2.0.0/cordova/device/device.version.md   |  18 +-
 .../2.0.0/cordova/events/events.backbutton.md   |  16 +-
 .../cordova/events/events.batterycritical.md    |  16 +-
 .../2.0.0/cordova/events/events.batterylow.md   |  16 +-
 .../cordova/events/events.batterystatus.md      |  16 +-
 .../2.0.0/cordova/events/events.deviceready.md  |  16 +-
 .../cordova/events/events.endcallbutton.md      |  16 +-
 www/docs/ja/2.0.0/cordova/events/events.md      |  32 +-
 .../2.0.0/cordova/events/events.menubutton.md   |  16 +-
 .../ja/2.0.0/cordova/events/events.offline.md   |  18 +-
 .../ja/2.0.0/cordova/events/events.online.md    |  16 +-
 .../ja/2.0.0/cordova/events/events.pause.md     |  16 +-
 .../ja/2.0.0/cordova/events/events.resume.md    |  18 +-
 .../2.0.0/cordova/events/events.searchbutton.md |  16 +-
 .../cordova/events/events.startcallbutton.md    |  16 +-
 .../cordova/events/events.volumedownbutton.md   |  16 +-
 .../cordova/events/events.volumeupbutton.md     |  16 +-
 .../file/directoryentry/directoryentry.md       |  80 ++---
 .../file/directoryreader/directoryreader.md     |   6 +-
 www/docs/ja/2.0.0/cordova/file/file.md          |  52 ++--
 .../2.0.0/cordova/file/fileentry/fileentry.md   | 104 +++----
 .../2.0.0/cordova/file/fileerror/fileerror.md   |  30 +-
 .../ja/2.0.0/cordova/file/fileobj/fileobj.md    |   2 +-
 .../2.0.0/cordova/file/filereader/filereader.md |  42 +--
 .../2.0.0/cordova/file/filesystem/filesystem.md |  26 +-
 .../cordova/file/filetransfer/filetransfer.md   |  48 +--
 .../file/filetransfererror/filetransfererror.md |  12 +-
 .../file/fileuploadoptions/fileuploadoptions.md |   6 +-
 .../file/fileuploadresult/fileuploadresult.md   |   8 +-
 .../2.0.0/cordova/file/filewriter/filewriter.md |  30 +-
 www/docs/ja/2.0.0/cordova/file/flags/flags.md   |   6 +-
 .../file/localfilesystem/localfilesystem.md     |  38 +--
 .../ja/2.0.0/cordova/file/metadata/metadata.md  |   4 +-
 .../geolocation/Coordinates/coordinates.md      |  18 +-
 .../cordova/geolocation/Position/position.md    |  22 +-
 .../geolocation/PositionError/positionError.md  |  20 +-
 .../geolocation/geolocation.clearWatch.md       |  22 +-
 .../geolocation.getCurrentPosition.md           |  40 +--
 .../ja/2.0.0/cordova/geolocation/geolocation.md |  22 +-
 .../geolocation/geolocation.watchPosition.md    |  40 +--
 .../parameters/geolocation.options.md           |   4 +-
 .../geolocation/parameters/geolocationError.md  |   2 +-
 .../parameters/geolocationSuccess.md            |   6 +-
 .../cordova/media/MediaError/mediaError.md      |  14 +-
 .../cordova/media/Parameters/mediaError.md      |   2 +-
 .../ja/2.0.0/cordova/media/capture/CaptureCB.md |  14 +-
 .../2.0.0/cordova/media/capture/CaptureError.md |  12 +-
 .../cordova/media/capture/CaptureErrorCB.md     |  10 +-
 .../cordova/media/capture/ConfigurationData.md  |   2 +-
 .../media/capture/MediaFile.getFormatData.md    |  16 +-
 .../ja/2.0.0/cordova/media/capture/MediaFile.md |   4 +-
 .../cordova/media/capture/MediaFileData.md      |   8 +-
 .../ja/2.0.0/cordova/media/capture/capture.md   |  40 +--
 .../2.0.0/cordova/media/capture/captureAudio.md |  36 +--
 .../media/capture/captureAudioOptions.md        |   6 +-
 .../2.0.0/cordova/media/capture/captureImage.md |  36 +--
 .../media/capture/captureImageOptions.md        |   6 +-
 .../2.0.0/cordova/media/capture/captureVideo.md |  40 +--
 .../media/capture/captureVideoOptions.md        |   6 +-
 .../cordova/media/media.getCurrentPosition.md   |  44 +--
 .../ja/2.0.0/cordova/media/media.getDuration.md |  34 +--
 www/docs/ja/2.0.0/cordova/media/media.md        |  28 +-
 www/docs/ja/2.0.0/cordova/media/media.pause.md  |  44 +--
 www/docs/ja/2.0.0/cordova/media/media.play.md   |  40 +--
 .../ja/2.0.0/cordova/media/media.release.md     |  38 +--
 www/docs/ja/2.0.0/cordova/media/media.seekTo.md |  30 +-
 .../ja/2.0.0/cordova/media/media.startRecord.md |  20 +-
 www/docs/ja/2.0.0/cordova/media/media.stop.md   |  34 +--
 .../ja/2.0.0/cordova/media/media.stopRecord.md  |  24 +-
 .../cordova/notification/notification.alert.md  |  10 +-
 .../cordova/notification/notification.beep.md   |  16 +-
 .../notification/notification.confirm.md        |  10 +-
 .../2.0.0/cordova/notification/notification.md  |  10 +-
 .../notification/notification.vibrate.md        |  14 +-
 .../2.0.0/cordova/storage/database/database.md  |  16 +-
 .../storage/localstorage/localstorage.md        |  48 +--
 .../storage/sqlresultset/sqlresultset.md        |  20 +-
 .../sqlresultsetlist/sqlresultsetlist.md        |  22 +-
 .../storage/sqltransaction/sqltransaction.md    |  16 +-
 www/docs/ja/2.0.0/cordova/storage/storage.md    |  24 +-
 .../cordova/storage/storage.opendatabase.md     |  20 +-
 www/docs/ja/2.0.0/guide/command-line/index.md   |   2 +-
 .../ja/2.0.0/guide/cordova-webview/index.md     |   4 +-
 www/docs/ja/2.0.0/guide/cordova-webview/ios.md  |  20 +-
 .../guide/getting-started/android/index.md      |   4 +-
 .../2.0.0/guide/getting-started/bada/index.md   |   4 +-
 .../guide/getting-started/blackberry/index.md   |   4 +-
 .../ja/2.0.0/guide/getting-started/index.md     |  14 +-
 .../ja/2.0.0/guide/getting-started/ios/index.md |   2 +-
 .../guide/getting-started/symbian/index.md      |   4 +-
 .../getting-started/windows-phone/index.md      |   2 +-
 .../guide/plugin-development/android/index.md   |   2 +-
 .../guide/plugin-development/bada/index.md      |   2 +-
 .../ja/2.0.0/guide/plugin-development/index.md  |  12 +-
 .../2.0.0/guide/plugin-development/ios/index.md |   2 +-
 .../2.0.0/guide/upgrading/blackberry/index.md   |  40 +--
 www/docs/ja/2.0.0/guide/upgrading/index.md      |  14 +-
 www/docs/ja/2.0.0/guide/upgrading/ios/index.md  |  32 +-
 www/docs/ja/2.0.0/guide/whitelist/index.md      |   2 +-
 www/docs/ja/2.0.0/index.md                      |  32 +-
 .../accelerometer/acceleration/acceleration.md  |  16 +-
 .../accelerometer/accelerometer.clearWatch.md   |  18 +-
 .../accelerometer.getCurrentAcceleration.md     |  24 +-
 .../cordova/accelerometer/accelerometer.md      |  16 +-
 .../accelerometer.watchAcceleration.md          |  30 +-
 .../parameters/accelerometerSuccess.md          |   4 +-
 .../ja/2.1.0/cordova/camera/camera.cleanup.md   |   6 +-
 .../2.1.0/cordova/camera/camera.getPicture.md   |  28 +-
 www/docs/ja/2.1.0/cordova/camera/camera.md      |   6 +-
 .../camera/parameter/CameraPopoverOptions.md    |  18 +-
 .../cordova/camera/parameter/cameraOptions.md   |  26 +-
 .../cordova/camera/parameter/cameraSuccess.md   |   4 +-
 .../2.1.0/cordova/compass/compass.clearWatch.md |  20 +-
 .../cordova/compass/compass.clearWatchFilter.md |   4 +-
 .../compass/compass.getCurrentHeading.md        |  20 +-
 www/docs/ja/2.1.0/cordova/compass/compass.md    |  20 +-
 .../cordova/compass/compass.watchHeading.md     |  28 +-
 .../compass/compass.watchHeadingFilter.md       |   4 +-
 .../compass/compassError/compassError.md        |  10 +-
 .../cordova/compass/parameters/compassError.md  |   4 +-
 .../compass/parameters/compassHeading.md        |   4 +-
 .../compass/parameters/compassSuccess.md        |   6 +-
 .../ja/2.1.0/cordova/connection/connection.md   |   4 +-
 .../2.1.0/cordova/connection/connection.type.md |  54 ++--
 .../2.1.0/cordova/contacts/Contact/contact.md   |  60 ++--
 .../contacts/ContactAddress/contactaddress.md   |  32 +-
 .../contacts/ContactError/contactError.md       |  20 +-
 .../contacts/ContactField/contactfield.md       |  48 +--
 .../ContactFindOptions/contactfindoptions.md    |  28 +-
 .../cordova/contacts/ContactName/contactname.md |  30 +-
 .../ContactOrganization/contactorganization.md  |  34 +--
 .../2.1.0/cordova/contacts/contacts.create.md   |  26 +-
 .../ja/2.1.0/cordova/contacts/contacts.find.md  |  38 +--
 www/docs/ja/2.1.0/cordova/contacts/contacts.md  |  40 +--
 .../contacts/parameters/contactFields.md        |   2 +-
 .../contacts/parameters/contactFindOptions.md   |   2 +-
 .../contacts/parameters/contactSuccess.md       |   6 +-
 .../ja/2.1.0/cordova/device/device.cordova.md   |  18 +-
 www/docs/ja/2.1.0/cordova/device/device.md      |  14 +-
 www/docs/ja/2.1.0/cordova/device/device.name.md |  20 +-
 .../ja/2.1.0/cordova/device/device.platform.md  |  18 +-
 www/docs/ja/2.1.0/cordova/device/device.uuid.md |  20 +-
 .../ja/2.1.0/cordova/device/device.version.md   |  18 +-
 .../2.1.0/cordova/events/events.backbutton.md   |  16 +-
 .../cordova/events/events.batterycritical.md    |  16 +-
 .../2.1.0/cordova/events/events.batterylow.md   |  16 +-
 .../cordova/events/events.batterystatus.md      |  16 +-
 .../2.1.0/cordova/events/events.deviceready.md  |  16 +-
 .../cordova/events/events.endcallbutton.md      |  16 +-
 www/docs/ja/2.1.0/cordova/events/events.md      |  32 +-
 .../2.1.0/cordova/events/events.menubutton.md   |  16 +-
 .../ja/2.1.0/cordova/events/events.offline.md   |  18 +-
 .../ja/2.1.0/cordova/events/events.online.md    |  16 +-
 .../ja/2.1.0/cordova/events/events.pause.md     |  16 +-
 .../ja/2.1.0/cordova/events/events.resume.md    |  18 +-
 .../2.1.0/cordova/events/events.searchbutton.md |  16 +-
 .../cordova/events/events.startcallbutton.md    |  16 +-
 .../cordova/events/events.volumedownbutton.md   |  16 +-
 .../cordova/events/events.volumeupbutton.md     |  16 +-
 .../file/directoryentry/directoryentry.md       |  94 +++---
 .../file/directoryreader/directoryreader.md     |   6 +-
 www/docs/ja/2.1.0/cordova/file/file.md          |  52 ++--
 .../2.1.0/cordova/file/fileentry/fileentry.md   | 124 ++++----
 .../2.1.0/cordova/file/fileerror/fileerror.md   |  30 +-
 .../ja/2.1.0/cordova/file/fileobj/fileobj.md    |   2 +-
 .../2.1.0/cordova/file/filereader/filereader.md |  42 +--
 .../2.1.0/cordova/file/filesystem/filesystem.md |  26 +-
 .../cordova/file/filetransfer/filetransfer.md   |  48 +--
 .../file/filetransfererror/filetransfererror.md |  12 +-
 .../file/fileuploadoptions/fileuploadoptions.md |   6 +-
 .../file/fileuploadresult/fileuploadresult.md   |   8 +-
 .../2.1.0/cordova/file/filewriter/filewriter.md |  30 +-
 www/docs/ja/2.1.0/cordova/file/flags/flags.md   |   6 +-
 .../file/localfilesystem/localfilesystem.md     |  38 +--
 .../ja/2.1.0/cordova/file/metadata/metadata.md  |   4 +-
 .../geolocation/Coordinates/coordinates.md      |  18 +-
 .../cordova/geolocation/Position/position.md    |  22 +-
 .../geolocation/PositionError/positionError.md  |  20 +-
 .../geolocation/geolocation.clearWatch.md       |  22 +-
 .../geolocation.getCurrentPosition.md           |  40 +--
 .../ja/2.1.0/cordova/geolocation/geolocation.md |  22 +-
 .../geolocation/geolocation.watchPosition.md    |  40 +--
 .../parameters/geolocation.options.md           |   4 +-
 .../geolocation/parameters/geolocationError.md  |   2 +-
 .../parameters/geolocationSuccess.md            |   6 +-
 .../cordova/media/MediaError/mediaError.md      |  14 +-
 .../cordova/media/Parameters/mediaError.md      |   2 +-
 .../ja/2.1.0/cordova/media/capture/CaptureCB.md |  14 +-
 .../2.1.0/cordova/media/capture/CaptureError.md |  12 +-
 .../cordova/media/capture/CaptureErrorCB.md     |  10 +-
 .../cordova/media/capture/ConfigurationData.md  |   2 +-
 .../media/capture/MediaFile.getFormatData.md    |  16 +-
 .../ja/2.1.0/cordova/media/capture/MediaFile.md |   4 +-
 .../cordova/media/capture/MediaFileData.md      |   8 +-
 .../ja/2.1.0/cordova/media/capture/capture.md   |  40 +--
 .../2.1.0/cordova/media/capture/captureAudio.md |  36 +--
 .../media/capture/captureAudioOptions.md        |   6 +-
 .../2.1.0/cordova/media/capture/captureImage.md |  36 +--
 .../media/capture/captureImageOptions.md        |   6 +-
 .../2.1.0/cordova/media/capture/captureVideo.md |  40 +--
 .../media/capture/captureVideoOptions.md        |   6 +-
 .../cordova/media/media.getCurrentPosition.md   |  44 +--
 .../ja/2.1.0/cordova/media/media.getDuration.md |  34 +--
 www/docs/ja/2.1.0/cordova/media/media.md        |  28 +-
 www/docs/ja/2.1.0/cordova/media/media.pause.md  |  44 +--
 www/docs/ja/2.1.0/cordova/media/media.play.md   |  40 +--
 .../ja/2.1.0/cordova/media/media.release.md     |  38 +--
 www/docs/ja/2.1.0/cordova/media/media.seekTo.md |  30 +-
 .../ja/2.1.0/cordova/media/media.startRecord.md |  20 +-
 www/docs/ja/2.1.0/cordova/media/media.stop.md   |  34 +--
 .../ja/2.1.0/cordova/media/media.stopRecord.md  |  24 +-
 .../cordova/notification/notification.alert.md  |  10 +-
 .../cordova/notification/notification.beep.md   |  16 +-
 .../notification/notification.confirm.md        |  10 +-
 .../2.1.0/cordova/notification/notification.md  |  10 +-
 .../notification/notification.vibrate.md        |  14 +-
 .../2.1.0/cordova/storage/database/database.md  |  16 +-
 .../storage/localstorage/localstorage.md        |  48 +--
 .../storage/sqlresultset/sqlresultset.md        |  20 +-
 .../sqlresultsetlist/sqlresultsetlist.md        |  22 +-
 .../storage/sqltransaction/sqltransaction.md    |  16 +-
 www/docs/ja/2.1.0/cordova/storage/storage.md    |  24 +-
 .../cordova/storage/storage.opendatabase.md     |  20 +-
 www/docs/ja/2.1.0/guide/command-line/index.md   |   2 +-
 .../ja/2.1.0/guide/cordova-webview/index.md     |   4 +-
 www/docs/ja/2.1.0/guide/cordova-webview/ios.md  |  10 +-
 .../guide/getting-started/android/index.md      |   4 +-
 .../2.1.0/guide/getting-started/bada/index.md   |   4 +-
 .../guide/getting-started/blackberry/index.md   |   4 +-
 .../ja/2.1.0/guide/getting-started/index.md     |  16 +-
 .../ja/2.1.0/guide/getting-started/ios/index.md |   2 +-
 .../guide/getting-started/symbian/index.md      |   4 +-
 .../2.1.0/guide/getting-started/tizen/index.md  |  10 +-
 .../getting-started/windows-phone/index.md      |   2 +-
 .../guide/plugin-development/android/index.md   |   2 +-
 .../guide/plugin-development/bada/index.md      |   2 +-
 .../ja/2.1.0/guide/plugin-development/index.md  |  14 +-
 .../2.1.0/guide/plugin-development/ios/index.md |   2 +-
 .../plugin-development/windows-phone/index.md   |   2 +-
 .../2.1.0/guide/upgrading/blackberry/index.md   |  40 +--
 www/docs/ja/2.1.0/guide/upgrading/index.md      |  16 +-
 www/docs/ja/2.1.0/guide/upgrading/ios/index.md  |  32 +-
 www/docs/ja/2.1.0/guide/whitelist/index.md      |   2 +-
 www/docs/ja/2.1.0/index.md                      |  32 +-
 .../accelerometer/acceleration/acceleration.md  |  16 +-
 .../accelerometer/accelerometer.clearWatch.md   |  18 +-
 .../accelerometer.getCurrentAcceleration.md     |  24 +-
 .../cordova/accelerometer/accelerometer.md      |  16 +-
 .../accelerometer.watchAcceleration.md          |  30 +-
 .../parameters/accelerometerSuccess.md          |   4 +-
 .../ja/2.2.0/cordova/camera/camera.cleanup.md   |   6 +-
 .../2.2.0/cordova/camera/camera.getPicture.md   |  28 +-
 www/docs/ja/2.2.0/cordova/camera/camera.md      |   6 +-
 .../camera/parameter/CameraPopoverOptions.md    |  18 +-
 .../cordova/camera/parameter/cameraOptions.md   |  26 +-
 .../cordova/camera/parameter/cameraSuccess.md   |   4 +-
 .../2.2.0/cordova/compass/compass.clearWatch.md |  20 +-
 .../cordova/compass/compass.clearWatchFilter.md |   4 +-
 .../compass/compass.getCurrentHeading.md        |  20 +-
 www/docs/ja/2.2.0/cordova/compass/compass.md    |  20 +-
 .../cordova/compass/compass.watchHeading.md     |  28 +-
 .../compass/compass.watchHeadingFilter.md       |   4 +-
 .../compass/compassError/compassError.md        |  10 +-
 .../cordova/compass/parameters/compassError.md  |   4 +-
 .../compass/parameters/compassHeading.md        |   4 +-
 .../compass/parameters/compassSuccess.md        |   6 +-
 .../ja/2.2.0/cordova/connection/connection.md   |   4 +-
 .../2.2.0/cordova/connection/connection.type.md |  56 ++--
 .../2.2.0/cordova/contacts/Contact/contact.md   |  60 ++--
 .../contacts/ContactAddress/contactaddress.md   |  32 +-
 .../contacts/ContactError/contactError.md       |  20 +-
 .../contacts/ContactField/contactfield.md       |  48 +--
 .../ContactFindOptions/contactfindoptions.md    |  28 +-
 .../cordova/contacts/ContactName/contactname.md |  30 +-
 .../ContactOrganization/contactorganization.md  |  34 +--
 .../2.2.0/cordova/contacts/contacts.create.md   |  26 +-
 .../ja/2.2.0/cordova/contacts/contacts.find.md  |  38 +--
 www/docs/ja/2.2.0/cordova/contacts/contacts.md  |  40 +--
 .../contacts/parameters/contactFields.md        |   2 +-
 .../contacts/parameters/contactFindOptions.md   |   2 +-
 .../contacts/parameters/contactSuccess.md       |   6 +-
 .../ja/2.2.0/cordova/device/device.cordova.md   |  18 +-
 www/docs/ja/2.2.0/cordova/device/device.md      |  14 +-
 www/docs/ja/2.2.0/cordova/device/device.name.md |  20 +-
 .../ja/2.2.0/cordova/device/device.platform.md  |  18 +-
 www/docs/ja/2.2.0/cordova/device/device.uuid.md |  20 +-
 .../ja/2.2.0/cordova/device/device.version.md   |  18 +-
 .../2.2.0/cordova/events/events.backbutton.md   |  16 +-
 .../cordova/events/events.batterycritical.md    |  16 +-
 .../2.2.0/cordova/events/events.batterylow.md   |  16 +-
 .../cordova/events/events.batterystatus.md      |  16 +-
 .../2.2.0/cordova/events/events.deviceready.md  |  16 +-
 .../cordova/events/events.endcallbutton.md      |  16 +-
 www/docs/ja/2.2.0/cordova/events/events.md      |  32 +-
 .../2.2.0/cordova/events/events.menubutton.md   |  16 +-
 .../ja/2.2.0/cordova/events/events.offline.md   |  18 +-
 .../ja/2.2.0/cordova/events/events.online.md    |  16 +-
 .../ja/2.2.0/cordova/events/events.pause.md     |  16 +-
 .../ja/2.2.0/cordova/events/events.resume.md    |  18 +-
 .../2.2.0/cordova/events/events.searchbutton.md |  16 +-
 .../cordova/events/events.startcallbutton.md    |  16 +-
 .../cordova/events/events.volumedownbutton.md   |  16 +-
 .../cordova/events/events.volumeupbutton.md     |  16 +-
 .../file/directoryentry/directoryentry.md       |  94 +++---
 .../file/directoryreader/directoryreader.md     |   6 +-
 www/docs/ja/2.2.0/cordova/file/file.md          |  52 ++--
 .../2.2.0/cordova/file/fileentry/fileentry.md   | 124 ++++----
 .../2.2.0/cordova/file/fileerror/fileerror.md   |  30 +-
 .../ja/2.2.0/cordova/file/fileobj/fileobj.md    |   2 +-
 .../2.2.0/cordova/file/filereader/filereader.md |  42 +--
 .../2.2.0/cordova/file/filesystem/filesystem.md |  26 +-
 .../cordova/file/filetransfer/filetransfer.md   |  48 +--
 .../file/filetransfererror/filetransfererror.md |  14 +-
 .../file/fileuploadoptions/fileuploadoptions.md |   6 +-
 .../file/fileuploadresult/fileuploadresult.md   |   8 +-
 .../2.2.0/cordova/file/filewriter/filewriter.md |  30 +-
 www/docs/ja/2.2.0/cordova/file/flags/flags.md   |   6 +-
 .../file/localfilesystem/localfilesystem.md     |  38 +--
 .../ja/2.2.0/cordova/file/metadata/metadata.md  |   4 +-
 .../geolocation/Coordinates/coordinates.md      |  18 +-
 .../cordova/geolocation/Position/position.md    |  22 +-
 .../geolocation/PositionError/positionError.md  |  20 +-
 .../geolocation/geolocation.clearWatch.md       |  22 +-
 .../geolocation.getCurrentPosition.md           |  40 +--
 .../ja/2.2.0/cordova/geolocation/geolocation.md |  22 +-
 .../geolocation/geolocation.watchPosition.md    |  40 +--
 .../parameters/geolocation.options.md           |   4 +-
 .../geolocation/parameters/geolocationError.md  |   2 +-
 .../parameters/geolocationSuccess.md            |   6 +-
 .../GlobalizationError/globalizationerror.md    |  18 +-
 .../globalization/globalization.dateToString.md |   6 +-
 .../globalization.getCurrencyPattern.md         |   6 +-
 .../globalization/globalization.getDateNames.md |   6 +-
 .../globalization.getDatePattern.md             |   6 +-
 .../globalization.getFirstDayOfWeek.md          |   6 +-
 .../globalization.getLocaleName.md              |   6 +-
 .../globalization.getNumberPattern.md           |   6 +-
 .../globalization.getPreferredLanguage.md       |   6 +-
 .../globalization.isDayLightSavingsTime.md      |   6 +-
 .../cordova/globalization/globalization.md      |  26 +-
 .../globalization.numberToString.md             |   6 +-
 .../globalization/globalization.stringToDate.md |   6 +-
 .../globalization.stringToNumber.md             |   6 +-
 .../cordova/media/MediaError/mediaError.md      |  14 +-
 .../cordova/media/Parameters/mediaError.md      |   2 +-
 .../ja/2.2.0/cordova/media/capture/CaptureCB.md |  14 +-
 .../2.2.0/cordova/media/capture/CaptureError.md |  12 +-
 .../cordova/media/capture/CaptureErrorCB.md     |  10 +-
 .../cordova/media/capture/ConfigurationData.md  |   2 +-
 .../media/capture/MediaFile.getFormatData.md    |  16 +-
 .../ja/2.2.0/cordova/media/capture/MediaFile.md |   4 +-
 .../cordova/media/capture/MediaFileData.md      |   8 +-
 .../ja/2.2.0/cordova/media/capture/capture.md   |  40 +--
 .../2.2.0/cordova/media/capture/captureAudio.md |  36 +--
 .../media/capture/captureAudioOptions.md        |   6 +-
 .../2.2.0/cordova/media/capture/captureImage.md |  40 +--
 .../media/capture/captureImageOptions.md        |   6 +-
 .../2.2.0/cordova/media/capture/captureVideo.md |  44 +--
 .../media/capture/captureVideoOptions.md        |   6 +-
 .../cordova/media/media.getCurrentPosition.md   |  44 +--
 .../ja/2.2.0/cordova/media/media.getDuration.md |  34 +--
 www/docs/ja/2.2.0/cordova/media/media.md        |  28 +-
 www/docs/ja/2.2.0/cordova/media/media.pause.md  |  44 +--
 www/docs/ja/2.2.0/cordova/media/media.play.md   |  40 +--
 .../ja/2.2.0/cordova/media/media.release.md     |  38 +--
 www/docs/ja/2.2.0/cordova/media/media.seekTo.md |  30 +-
 .../ja/2.2.0/cordova/media/media.startRecord.md |  20 +-
 www/docs/ja/2.2.0/cordova/media/media.stop.md   |  34 +--
 .../ja/2.2.0/cordova/media/media.stopRecord.md  |  24 +-
 .../cordova/notification/notification.alert.md  |  14 +-
 .../cordova/notification/notification.beep.md   |  20 +-
 .../notification/notification.confirm.md        |  16 +-
 .../2.2.0/cordova/notification/notification.md  |  10 +-
 .../notification/notification.vibrate.md        |  18 +-
 .../cordova/splashscreen/splashscreen.hide.md   |  14 +-
 .../2.2.0/cordova/splashscreen/splashscreen.md  |   6 +-
 .../cordova/splashscreen/splashscreen.show.md   |  12 +-
 .../2.2.0/cordova/storage/database/database.md  |  16 +-
 .../storage/localstorage/localstorage.md        |  48 +--
 .../storage/sqlresultset/sqlresultset.md        |  20 +-
 .../sqlresultsetlist/sqlresultsetlist.md        |  22 +-
 .../storage/sqltransaction/sqltransaction.md    |  16 +-
 www/docs/ja/2.2.0/cordova/storage/storage.md    |  24 +-
 .../cordova/storage/storage.opendatabase.md     |  20 +-
 www/docs/ja/2.2.0/guide/command-line/index.md   |   2 +-
 .../ja/2.2.0/guide/cordova-webview/index.md     |   4 +-
 www/docs/ja/2.2.0/guide/cordova-webview/ios.md  |  10 +-
 .../2.2.0/guide/getting-started/bada/index.md   |   4 +-
 .../guide/getting-started/blackberry/index.md   |   4 +-
 .../ja/2.2.0/guide/getting-started/index.md     |  18 +-
 .../ja/2.2.0/guide/getting-started/ios/index.md |   2 +-
 .../guide/getting-started/symbian/index.md      |   4 +-
 .../2.2.0/guide/getting-started/tizen/index.md  |  10 +-
 .../guide/getting-started/windows-8/index.md    |   6 +-
 .../getting-started/windows-phone/index.md      |   2 +-
 .../guide/plugin-development/android/index.md   |   2 +-
 .../guide/plugin-development/bada/index.md      |   2 +-
 .../ja/2.2.0/guide/plugin-development/index.md  |  14 +-
 .../2.2.0/guide/plugin-development/ios/index.md |   4 +-
 .../plugin-development/windows-phone/index.md   |   2 +-
 .../ja/2.2.0/guide/project-settings/index.md    |   2 +-
 .../2.2.0/guide/project-settings/ios/index.md   |   8 +-
 .../2.2.0/guide/upgrading/blackberry/index.md   |  40 +--
 www/docs/ja/2.2.0/guide/upgrading/index.md      |  16 +-
 www/docs/ja/2.2.0/guide/upgrading/ios/index.md  |  34 +--
 www/docs/ja/2.2.0/guide/whitelist/index.md      |   2 +-
 www/docs/ja/2.2.0/index.md                      |  36 +--
 www/docs/ja/3.1.0/config_ref/images.md          |  22 +-
 www/docs/ja/3.1.0/config_ref/index.md           |  36 +--
 .../accelerometer/acceleration/acceleration.md  |  14 +-
 .../accelerometer/accelerometer.clearWatch.md   |  10 +-
 .../accelerometer.getCurrentAcceleration.md     |  18 +-
 .../cordova/accelerometer/accelerometer.md      |  22 +-
 .../accelerometer.watchAcceleration.md          |  22 +-
 .../parameters/accelerometerOptions.md          |   2 +-
 .../parameters/accelerometerSuccess.md          |   2 +-
 .../ja/3.1.0/cordova/camera/camera.cleanup.md   |   6 +-
 .../3.1.0/cordova/camera/camera.getPicture.md   |  22 +-
 www/docs/ja/3.1.0/cordova/camera/camera.md      |  12 +-
 .../camera/parameter/CameraPopoverHandle.md     |  14 +-
 .../camera/parameter/CameraPopoverOptions.md    |   8 +-
 .../cordova/camera/parameter/cameraError.md     |   2 +-
 .../cordova/camera/parameter/cameraOptions.md   |  32 +-
 .../cordova/camera/parameter/cameraSuccess.md   |   2 +-
 .../3.1.0/cordova/compass/compass.clearWatch.md |  16 +-
 .../cordova/compass/compass.clearWatchFilter.md |   4 +-
 .../compass/compass.getCurrentHeading.md        |  20 +-
 www/docs/ja/3.1.0/cordova/compass/compass.md    |  24 +-
 .../cordova/compass/compass.watchHeading.md     |  26 +-
 .../compass/compass.watchHeadingFilter.md       |   4 +-
 .../compass/compassError/compassError.md        |   4 +-
 .../cordova/compass/parameters/compassError.md  |   4 +-
 .../compass/parameters/compassHeading.md        |   6 +-
 .../compass/parameters/compassOptions.md        |   4 +-
 .../compass/parameters/compassSuccess.md        |   4 +-
 .../ja/3.1.0/cordova/connection/connection.md   |   8 +-
 .../3.1.0/cordova/connection/connection.type.md |  14 +-
 .../3.1.0/cordova/contacts/Contact/contact.md   |  72 ++---
 .../contacts/ContactAddress/contactaddress.md   |  28 +-
 .../contacts/ContactError/contactError.md       |   4 +-
 .../contacts/ContactField/contactfield.md       |  20 +-
 .../ContactFindOptions/contactfindoptions.md    |  20 +-
 .../cordova/contacts/ContactName/contactname.md |  32 +-
 .../ContactOrganization/contactorganization.md  |  32 +-
 .../3.1.0/cordova/contacts/contacts.create.md   |  10 +-
 .../ja/3.1.0/cordova/contacts/contacts.find.md  |  32 +-
 www/docs/ja/3.1.0/cordova/contacts/contacts.md  |  36 +--
 .../cordova/contacts/parameters/contactError.md |   2 +-
 .../contacts/parameters/contactFields.md        |   2 +-
 .../contacts/parameters/contactFindOptions.md   |   6 +-
 .../contacts/parameters/contactSuccess.md       |   4 +-
 .../ja/3.1.0/cordova/device/device.cordova.md   |  16 +-
 www/docs/ja/3.1.0/cordova/device/device.md      |  20 +-
 .../ja/3.1.0/cordova/device/device.model.md     |  20 +-
 www/docs/ja/3.1.0/cordova/device/device.name.md |  24 +-
 .../ja/3.1.0/cordova/device/device.platform.md  |  20 +-
 www/docs/ja/3.1.0/cordova/device/device.uuid.md |  26 +-
 .../ja/3.1.0/cordova/device/device.version.md   |  12 +-
 .../3.1.0/cordova/events/events.backbutton.md   |  12 +-
 .../cordova/events/events.batterycritical.md    |  16 +-
 .../3.1.0/cordova/events/events.batterylow.md   |  16 +-
 .../cordova/events/events.batterystatus.md      |  16 +-
 .../3.1.0/cordova/events/events.deviceready.md  |  14 +-
 .../cordova/events/events.endcallbutton.md      |  14 +-
 www/docs/ja/3.1.0/cordova/events/events.md      |  34 +--
 .../3.1.0/cordova/events/events.menubutton.md   |  14 +-
 .../ja/3.1.0/cordova/events/events.offline.md   |  22 +-
 .../ja/3.1.0/cordova/events/events.online.md    |  22 +-
 .../ja/3.1.0/cordova/events/events.pause.md     |  16 +-
 .../ja/3.1.0/cordova/events/events.resume.md    |  24 +-
 .../3.1.0/cordova/events/events.searchbutton.md |  14 +-
 .../cordova/events/events.startcallbutton.md    |  14 +-
 .../cordova/events/events.volumedownbutton.md   |  14 +-
 .../cordova/events/events.volumeupbutton.md     |  14 +-
 .../file/directoryentry/directoryentry.md       |  80 ++---
 .../file/directoryreader/directoryreader.md     |   6 +-
 www/docs/ja/3.1.0/cordova/file/file.md          |  40 +--
 .../3.1.0/cordova/file/fileentry/fileentry.md   | 104 +++----
 .../3.1.0/cordova/file/fileerror/fileerror.md   |   2 +-
 .../ja/3.1.0/cordova/file/fileobj/fileobj.md    |   4 +-
 .../3.1.0/cordova/file/filereader/filereader.md |  42 +--
 .../3.1.0/cordova/file/filesystem/filesystem.md |  22 +-
 .../cordova/file/filetransfer/filetransfer.md   |  44 +--
 .../file/filetransfererror/filetransfererror.md |   4 +-
 .../file/fileuploadoptions/fileuploadoptions.md |   2 +-
 .../3.1.0/cordova/file/filewriter/filewriter.md |  38 +--
 www/docs/ja/3.1.0/cordova/file/flags/flags.md   |  10 +-
 .../file/localfilesystem/localfilesystem.md     |  30 +-
 .../ja/3.1.0/cordova/file/metadata/metadata.md  |   6 +-
 .../geolocation/Coordinates/coordinates.md      |  18 +-
 .../cordova/geolocation/Position/position.md    |  16 +-
 .../geolocation/PositionError/positionError.md  |  10 +-
 .../geolocation/geolocation.clearWatch.md       |  16 +-
 .../geolocation.getCurrentPosition.md           |  24 +-
 .../ja/3.1.0/cordova/geolocation/geolocation.md |  28 +-
 .../geolocation/geolocation.watchPosition.md    |  26 +-
 .../parameters/geolocation.options.md           |  10 +-
 .../geolocation/parameters/geolocationError.md  |   4 +-
 .../parameters/geolocationSuccess.md            |   4 +-
 .../GlobalizationError/globalizationerror.md    |   6 +-
 .../globalization/globalization.dateToString.md |   6 +-
 .../globalization.getCurrencyPattern.md         |   4 +-
 .../globalization/globalization.getDateNames.md |   4 +-
 .../globalization.getDatePattern.md             |   6 +-
 .../globalization.getFirstDayOfWeek.md          |   4 +-
 .../globalization.getLocaleName.md              |   4 +-
 .../globalization.getNumberPattern.md           |   4 +-
 .../globalization.getPreferredLanguage.md       |   4 +-
 .../globalization.isDayLightSavingsTime.md      |   4 +-
 .../cordova/globalization/globalization.md      |  34 +--
 .../globalization.numberToString.md             |   4 +-
 .../globalization/globalization.stringToDate.md |   6 +-
 .../globalization.stringToNumber.md             |   4 +-
 .../3.1.0/cordova/inappbrowser/inappbrowser.md  |  90 +++---
 .../3.1.0/cordova/inappbrowser/window.open.md   |  24 +-
 .../cordova/media/MediaError/mediaError.md      |   4 +-
 .../cordova/media/Parameters/mediaError.md      |   4 +-
 .../ja/3.1.0/cordova/media/capture/CaptureCB.md |   6 +-
 .../3.1.0/cordova/media/capture/CaptureError.md |  10 +-
 .../cordova/media/capture/CaptureErrorCB.md     |  12 +-
 .../cordova/media/capture/ConfigurationData.md  |   8 +-
 .../media/capture/MediaFile.getFormatData.md    |  12 +-
 .../ja/3.1.0/cordova/media/capture/MediaFile.md |  16 +-
 .../cordova/media/capture/MediaFileData.md      |  18 +-
 .../ja/3.1.0/cordova/media/capture/capture.md   |  42 +--
 .../3.1.0/cordova/media/capture/captureAudio.md |  16 +-
 .../media/capture/captureAudioOptions.md        |   6 +-
 .../3.1.0/cordova/media/capture/captureImage.md |  16 +-
 .../media/capture/captureImageOptions.md        |   6 +-
 .../3.1.0/cordova/media/capture/captureVideo.md |  16 +-
 .../media/capture/captureVideoOptions.md        |   6 +-
 .../cordova/media/media.getCurrentPosition.md   |  20 +-
 .../ja/3.1.0/cordova/media/media.getDuration.md |  16 +-
 www/docs/ja/3.1.0/cordova/media/media.md        |  36 +--
 www/docs/ja/3.1.0/cordova/media/media.pause.md  |  16 +-
 www/docs/ja/3.1.0/cordova/media/media.play.md   |  20 +-
 .../ja/3.1.0/cordova/media/media.release.md     |  18 +-
 www/docs/ja/3.1.0/cordova/media/media.seekTo.md |  20 +-
 .../ja/3.1.0/cordova/media/media.setVolume.md   |  14 +-
 .../ja/3.1.0/cordova/media/media.startRecord.md |  20 +-
 www/docs/ja/3.1.0/cordova/media/media.stop.md   |  16 +-
 .../ja/3.1.0/cordova/media/media.stopRecord.md  |  14 +-
 .../cordova/notification/notification.alert.md  |   4 +-
 .../cordova/notification/notification.beep.md   |  18 +-
 .../notification/notification.confirm.md        |   4 +-
 .../3.1.0/cordova/notification/notification.md  |  16 +-
 .../cordova/notification/notification.prompt.md |   6 +-
 .../notification/notification.vibrate.md        |  12 +-
 .../cordova/splashscreen/splashscreen.hide.md   |  12 +-
 .../3.1.0/cordova/splashscreen/splashscreen.md  |  10 +-
 .../cordova/splashscreen/splashscreen.show.md   |   8 +-
 .../3.1.0/cordova/storage/database/database.md  |  14 +-
 .../storage/localstorage/localstorage.md        |  14 +-
 .../cordova/storage/parameters/display_name.md  |   2 +-
 .../ja/3.1.0/cordova/storage/parameters/name.md |   2 +-
 .../ja/3.1.0/cordova/storage/parameters/size.md |   2 +-
 .../3.1.0/cordova/storage/parameters/version.md |   2 +-
 .../3.1.0/cordova/storage/sqlerror/sqlerror.md  |   2 +-
 .../storage/sqlresultset/sqlresultset.md        |  12 +-
 .../sqlresultsetrowlist/sqlresultsetrowlist.md  |  12 +-
 .../storage/sqltransaction/sqltransaction.md    |  12 +-
 www/docs/ja/3.1.0/cordova/storage/storage.md    |  28 +-
 .../cordova/storage/storage.opendatabase.md     |  10 +-
 www/docs/ja/3.1.0/guide/appdev/privacy/index.md |  18 +-
 .../ja/3.1.0/guide/appdev/whitelist/index.md    |  10 +-
 www/docs/ja/3.1.0/guide/cli/index.md            |  56 ++--
 www/docs/ja/3.1.0/guide/hybrid/plugins/index.md |  28 +-
 .../ja/3.1.0/guide/hybrid/webviews/index.md     |   4 +-
 www/docs/ja/3.1.0/guide/overview/index.md       |  58 ++--
 .../ja/3.1.0/guide/platforms/android/config.md  |  10 +-
 .../ja/3.1.0/guide/platforms/android/index.md   |  40 +--
 .../ja/3.1.0/guide/platforms/android/plugin.md  |  14 +-
 .../ja/3.1.0/guide/platforms/android/tools.md   |   4 +-
 .../3.1.0/guide/platforms/android/upgrading.md  |  70 ++---
 .../ja/3.1.0/guide/platforms/android/webview.md |  14 +-
 .../3.1.0/guide/platforms/blackberry/config.md  |   2 +-
 .../3.1.0/guide/platforms/blackberry/index.md   |  40 +--
 .../3.1.0/guide/platforms/blackberry/plugin.md  |  10 +-
 .../3.1.0/guide/platforms/blackberry/tools.md   |  12 +-
 .../guide/platforms/blackberry/upgrading.md     | 150 ++++-----
 .../guide/platforms/blackberry10/config.md      |   8 +-
 .../3.1.0/guide/platforms/blackberry10/index.md |  42 +--
 .../guide/platforms/blackberry10/plugin.md      |  38 +--
 .../3.1.0/guide/platforms/blackberry10/tools.md |  28 +-
 .../guide/platforms/blackberry10/upgrading.md   | 152 +++++-----
 www/docs/ja/3.1.0/guide/platforms/index.md      |  60 ++--
 www/docs/ja/3.1.0/guide/platforms/ios/config.md |  10 +-
 www/docs/ja/3.1.0/guide/platforms/ios/index.md  |  56 ++--
 www/docs/ja/3.1.0/guide/platforms/ios/plugin.md |  16 +-
 www/docs/ja/3.1.0/guide/platforms/ios/tools.md  |   2 +-
 .../ja/3.1.0/guide/platforms/ios/upgrading.md   | 256 ++++++++--------
 .../ja/3.1.0/guide/platforms/ios/webview.md     |  14 +-
 .../ja/3.1.0/guide/platforms/tizen/index.md     |  16 +-
 www/docs/ja/3.1.0/guide/platforms/win8/index.md |  22 +-
 www/docs/ja/3.1.0/guide/platforms/win8/tools.md |   2 +-
 .../ja/3.1.0/guide/platforms/win8/upgrading.md  |   6 +-
 www/docs/ja/3.1.0/guide/platforms/wp7/index.md  |  36 +--
 www/docs/ja/3.1.0/guide/platforms/wp8/index.md  |  38 +--
 www/docs/ja/3.1.0/guide/platforms/wp8/plugin.md |  16 +-
 www/docs/ja/3.1.0/guide/platforms/wp8/tools.md  |  14 +-
 .../ja/3.1.0/guide/platforms/wp8/upgrading.md   |  92 +++---
 www/docs/ja/3.1.0/index.md                      |  74 ++---
 www/docs/ja/3.1.0/plugin_ref/plugman.md         |   4 +-
 www/docs/ja/3.1.0/plugin_ref/spec.md            |  68 ++---
 www/docs/ja/3.4.0/config_ref/images.md          |   6 +-
 www/docs/ja/3.4.0/config_ref/index.md           |  18 +-
 .../3.4.0/cordova/events/events.backbutton.md   |   6 +-
 .../3.4.0/cordova/events/events.deviceready.md  |   8 +-
 .../cordova/events/events.endcallbutton.md      |   8 +-
 www/docs/ja/3.4.0/cordova/events/events.md      |  20 +-
 .../3.4.0/cordova/events/events.menubutton.md   |   8 +-
 .../ja/3.4.0/cordova/events/events.pause.md     |  10 +-
 .../ja/3.4.0/cordova/events/events.resume.md    |  16 +-
 .../3.4.0/cordova/events/events.searchbutton.md |   8 +-
 .../cordova/events/events.startcallbutton.md    |   8 +-
 .../cordova/events/events.volumedownbutton.md   |   8 +-
 .../cordova/events/events.volumeupbutton.md     |   8 +-
 www/docs/ja/3.4.0/cordova/plugins/pluginapis.md |   2 +-
 .../3.4.0/cordova/storage/database/database.md  |  14 +-
 .../storage/localstorage/localstorage.md        |  12 +-
 .../cordova/storage/parameters/display_name.md  |   2 +-
 .../ja/3.4.0/cordova/storage/parameters/name.md |   2 +-
 .../ja/3.4.0/cordova/storage/parameters/size.md |   2 +-
 .../3.4.0/cordova/storage/parameters/version.md |   2 +-
 .../3.4.0/cordova/storage/sqlerror/sqlerror.md  |   2 +-
 .../storage/sqlresultset/sqlresultset.md        |  12 +-
 .../sqlresultsetrowlist/sqlresultsetrowlist.md  |  10 +-
 .../storage/sqltransaction/sqltransaction.md    |  12 +-
 www/docs/ja/3.4.0/cordova/storage/storage.md    |   8 +-
 .../cordova/storage/storage.opendatabase.md     |   6 +-
 www/docs/ja/3.4.0/guide/appdev/privacy/index.md |  10 +-
 .../ja/3.4.0/guide/appdev/whitelist/index.md    |   6 +-
 www/docs/ja/3.4.0/guide/cli/index.md            |  22 +-
 www/docs/ja/3.4.0/guide/hybrid/plugins/index.md |  22 +-
 .../ja/3.4.0/guide/hybrid/webviews/index.md     |   6 +-
 www/docs/ja/3.4.0/guide/overview/index.md       |  12 +-
 .../guide/platforms/amazonfireos/config.md      |   2 +-
 .../3.4.0/guide/platforms/amazonfireos/index.md |  12 +-
 .../guide/platforms/amazonfireos/plugin.md      |   2 +-
 .../guide/platforms/amazonfireos/webview.md     |   2 +-
 .../ja/3.4.0/guide/platforms/android/config.md  |   4 +-
 .../ja/3.4.0/guide/platforms/android/index.md   |  20 +-
 .../ja/3.4.0/guide/platforms/android/plugin.md  |   4 +-
 .../ja/3.4.0/guide/platforms/android/tools.md   |   2 +-
 .../3.4.0/guide/platforms/android/upgrading.md  |  10 +-
 .../ja/3.4.0/guide/platforms/android/webview.md |   2 +-
 .../3.4.0/guide/platforms/blackberry/index.md   |  18 +-
 .../3.4.0/guide/platforms/blackberry/plugin.md  |   4 +-
 .../guide/platforms/blackberry/upgrading.md     |   8 +-
 .../guide/platforms/blackberry10/config.md      |   2 +-
 .../3.4.0/guide/platforms/blackberry10/index.md |   8 +-
 .../guide/platforms/blackberry10/plugin.md      |   6 +-
 .../3.4.0/guide/platforms/blackberry10/tools.md |   2 +-
 .../guide/platforms/blackberry10/upgrading.md   |  14 +-
 www/docs/ja/3.4.0/guide/platforms/index.md      |  66 ++--
 www/docs/ja/3.4.0/guide/platforms/ios/config.md |   2 +-
 www/docs/ja/3.4.0/guide/platforms/ios/index.md  |  32 +-
 www/docs/ja/3.4.0/guide/platforms/ios/plugin.md |   8 +-
 www/docs/ja/3.4.0/guide/platforms/ios/tools.md  |   2 +-
 .../ja/3.4.0/guide/platforms/ios/upgrading.md   |   8 +-
 .../ja/3.4.0/guide/platforms/ios/webview.md     |   2 +-
 .../ja/3.4.0/guide/platforms/tizen/index.md     |   6 +-
 .../ja/3.4.0/guide/platforms/ubuntu/index.md    |   4 +-
 www/docs/ja/3.4.0/guide/platforms/win8/index.md |  16 +-
 www/docs/ja/3.4.0/guide/platforms/win8/tools.md |   2 +-
 .../ja/3.4.0/guide/platforms/win8/upgrading.md  |   4 +-
 www/docs/ja/3.4.0/guide/platforms/wp7/index.md  |  12 +-
 www/docs/ja/3.4.0/guide/platforms/wp8/index.md  |  12 +-
 www/docs/ja/3.4.0/guide/platforms/wp8/plugin.md |   6 +-
 www/docs/ja/3.4.0/guide/platforms/wp8/tools.md  |   4 +-
 .../ja/3.4.0/guide/platforms/wp8/upgrading.md   |   8 +-
 www/docs/ja/3.4.0/guide/support/index.md        |  10 +-
 www/docs/ja/3.4.0/index.md                      |  32 +-
 www/docs/ja/3.4.0/plugin_ref/plugman.md         |   6 +-
 www/docs/ja/3.4.0/plugin_ref/spec.md            |   4 +-
 www/docs/ja/3.5.0/config_ref/images.md          |   6 +-
 www/docs/ja/3.5.0/config_ref/index.md           |  18 +-
 .../3.5.0/cordova/events/events.backbutton.md   |   6 +-
 .../3.5.0/cordova/events/events.deviceready.md  |   8 +-
 .../cordova/events/events.endcallbutton.md      |   8 +-
 www/docs/ja/3.5.0/cordova/events/events.md      |  20 +-
 .../3.5.0/cordova/events/events.menubutton.md   |   8 +-
 .../ja/3.5.0/cordova/events/events.pause.md     |  10 +-
 .../ja/3.5.0/cordova/events/events.resume.md    |  16 +-
 .../3.5.0/cordova/events/events.searchbutton.md |   8 +-
 .../cordova/events/events.startcallbutton.md    |   8 +-
 .../cordova/events/events.volumedownbutton.md   |   8 +-
 .../cordova/events/events.volumeupbutton.md     |   8 +-
 www/docs/ja/3.5.0/cordova/plugins/pluginapis.md |   2 +-
 .../3.5.0/cordova/storage/database/database.md  |  14 +-
 .../storage/localstorage/localstorage.md        |  12 +-
 .../cordova/storage/parameters/display_name.md  |   2 +-
 .../ja/3.5.0/cordova/storage/parameters/name.md |   2 +-
 .../ja/3.5.0/cordova/storage/parameters/size.md |   2 +-
 .../3.5.0/cordova/storage/parameters/version.md |   2 +-
 .../3.5.0/cordova/storage/sqlerror/sqlerror.md  |   2 +-
 .../storage/sqlresultset/sqlresultset.md        |  12 +-
 .../sqlresultsetrowlist/sqlresultsetrowlist.md  |  10 +-
 .../storage/sqltransaction/sqltransaction.md    |  12 +-
 www/docs/ja/3.5.0/cordova/storage/storage.md    |   8 +-
 .../cordova/storage/storage.opendatabase.md     |   6 +-
 www/docs/ja/3.5.0/guide/appdev/privacy/index.md |  10 +-
 .../ja/3.5.0/guide/appdev/whitelist/index.md    |   6 +-
 www/docs/ja/3.5.0/guide/cli/index.md            |  22 +-
 www/docs/ja/3.5.0/guide/hybrid/plugins/index.md |  22 +-
 .../ja/3.5.0/guide/hybrid/webviews/index.md     |   6 +-
 www/docs/ja/3.5.0/guide/overview/index.md       |  12 +-
 .../guide/platforms/amazonfireos/config.md      |   2 +-
 .../3.5.0/guide/platforms/amazonfireos/index.md |  12 +-
 .../guide/platforms/amazonfireos/plugin.md      |   2 +-
 .../guide/platforms/amazonfireos/webview.md     |   2 +-
 .../ja/3.5.0/guide/platforms/android/config.md  |   4 +-
 .../ja/3.5.0/guide/platforms/android/index.md   |  20 +-
 .../ja/3.5.0/guide/platforms/android/plugin.md  |   4 +-
 .../ja/3.5.0/guide/platforms/android/tools.md   |   2 +-
 .../3.5.0/guide/platforms/android/upgrading.md  |  10 +-
 .../ja/3.5.0/guide/platforms/android/webview.md |   2 +-
 .../3.5.0/guide/platforms/blackberry/index.md   |  18 +-
 .../3.5.0/guide/platforms/blackberry/plugin.md  |   4 +-
 .../guide/platforms/blackberry/upgrading.md     |   8 +-
 .../guide/platforms/blackberry10/config.md      |   2 +-
 .../3.5.0/guide/platforms/blackberry10/index.md |   8 +-
 .../guide/platforms/blackberry10/plugin.md      |   6 +-
 .../3.5.0/guide/platforms/blackberry10/tools.md |   2 +-
 .../guide/platforms/blackberry10/upgrading.md   |  14 +-
 www/docs/ja/3.5.0/guide/platforms/index.md      |  66 ++--
 www/docs/ja/3.5.0/guide/platforms/ios/config.md |   2 +-
 www/docs/ja/3.5.0/guide/platforms/ios/index.md  |  32 +-
 www/docs/ja/3.5.0/guide/platforms/ios/plugin.md |   8 +-
 www/docs/ja/3.5.0/guide/platforms/ios/tools.md  |   2 +-
 .../ja/3.5.0/guide/platforms/ios/upgrading.md   |   8 +-
 .../ja/3.5.0/guide/platforms/ios/webview.md     |   2 +-
 .../ja/3.5.0/guide/platforms/tizen/index.md     |   6 +-
 .../ja/3.5.0/guide/platforms/ubuntu/index.md    |   4 +-
 www/docs/ja/3.5.0/guide/platforms/win8/index.md |  16 +-
 www/docs/ja/3.5.0/guide/platforms/win8/tools.md |   2 +-
 .../ja/3.5.0/guide/platforms/win8/upgrading.md  |   4 +-
 www/docs/ja/3.5.0/guide/platforms/wp7/index.md  |  12 +-
 www/docs/ja/3.5.0/guide/platforms/wp8/index.md  |  12 +-
 www/docs/ja/3.5.0/guide/platforms/wp8/plugin.md |   6 +-
 www/docs/ja/3.5.0/guide/platforms/wp8/tools.md  |   4 +-
 .../ja/3.5.0/guide/platforms/wp8/upgrading.md   |   8 +-
 www/docs/ja/3.5.0/guide/support/index.md        |  10 +-
 www/docs/ja/3.5.0/index.md                      |  32 +-
 www/docs/ja/3.5.0/plugin_ref/plugman.md         |   6 +-
 www/docs/ja/3.5.0/plugin_ref/spec.md            |   4 +-
 www/docs/ja/edge/config_ref/images.md           |   2 +-
 www/docs/ja/edge/config_ref/index.md            |  20 +-
 .../ja/edge/cordova/events/events.backbutton.md |   8 +-
 .../edge/cordova/events/events.deviceready.md   |  10 +-
 .../edge/cordova/events/events.endcallbutton.md |  10 +-
 www/docs/ja/edge/cordova/events/events.md       |  20 +-
 .../ja/edge/cordova/events/events.menubutton.md |  10 +-
 www/docs/ja/edge/cordova/events/events.pause.md |  10 +-
 .../ja/edge/cordova/events/events.resume.md     |  18 +-
 .../edge/cordova/events/events.searchbutton.md  |  10 +-
 .../cordova/events/events.startcallbutton.md    |  10 +-
 .../cordova/events/events.volumedownbutton.md   |  10 +-
 .../cordova/events/events.volumeupbutton.md     |  10 +-
 www/docs/ja/edge/cordova/plugins/pluginapis.md  |   2 +-
 .../edge/cordova/storage/database/database.md   |  16 +-
 .../storage/localstorage/localstorage.md        |  14 +-
 .../cordova/storage/parameters/display_name.md  |   2 +-
 .../ja/edge/cordova/storage/parameters/name.md  |   2 +-
 .../ja/edge/cordova/storage/parameters/size.md  |   2 +-
 .../edge/cordova/storage/parameters/version.md  |   2 +-
 .../edge/cordova/storage/sqlerror/sqlerror.md   |   2 +-
 .../storage/sqlresultset/sqlresultset.md        |  14 +-
 .../sqlresultsetrowlist/sqlresultsetrowlist.md  |  12 +-
 .../storage/sqltransaction/sqltransaction.md    |  14 +-
 www/docs/ja/edge/cordova/storage/storage.md     |   6 +-
 .../cordova/storage/storage.opendatabase.md     |   8 +-
 www/docs/ja/edge/guide/appdev/hooks/index.md    |   2 +-
 www/docs/ja/edge/guide/appdev/privacy/index.md  |  10 +-
 www/docs/ja/edge/guide/appdev/security/index.md |  12 +-
 .../ja/edge/guide/appdev/whitelist/index.md     |   6 +-
 www/docs/ja/edge/guide/cli/index.md             |  24 +-
 www/docs/ja/edge/guide/hybrid/plugins/index.md  |  26 +-
 www/docs/ja/edge/guide/hybrid/webviews/index.md |  10 +-
 www/docs/ja/edge/guide/next/index.md            |  22 +-
 www/docs/ja/edge/guide/overview/index.md        |  16 +-
 .../edge/guide/platforms/amazonfireos/config.md |   2 +-
 .../edge/guide/platforms/amazonfireos/index.md  |  14 +-
 .../edge/guide/platforms/amazonfireos/plugin.md |   2 +-
 .../guide/platforms/amazonfireos/webview.md     |   4 +-
 .../ja/edge/guide/platforms/android/config.md   |   4 +-
 .../ja/edge/guide/platforms/android/index.md    |  12 +-
 .../ja/edge/guide/platforms/android/plugin.md   |   6 +-
 .../ja/edge/guide/platforms/android/tools.md    |   8 +-
 .../ja/edge/guide/platforms/android/upgrade.md  |  20 +-
 .../edge/guide/platforms/android/upgrading.md   |  10 +-
 .../ja/edge/guide/platforms/android/webview.md  |   4 +-
 .../ja/edge/guide/platforms/blackberry/index.md |  18 +-
 .../edge/guide/platforms/blackberry/plugin.md   |   4 +-
 .../edge/guide/platforms/blackberry/upgrade.md  |  14 +-
 .../guide/platforms/blackberry/upgrading.md     |   8 +-
 .../edge/guide/platforms/blackberry10/config.md |   2 +-
 .../edge/guide/platforms/blackberry10/index.md  |   8 +-
 .../edge/guide/platforms/blackberry10/plugin.md |   6 +-
 .../edge/guide/platforms/blackberry10/tools.md  |   4 +-
 .../guide/platforms/blackberry10/upgrade.md     |  22 +-
 .../guide/platforms/blackberry10/upgrading.md   |  14 +-
 .../ja/edge/guide/platforms/firefoxos/index.md  |   6 +-
 www/docs/ja/edge/guide/platforms/index.md       |  66 ++--
 www/docs/ja/edge/guide/platforms/ios/config.md  |   2 +-
 www/docs/ja/edge/guide/platforms/ios/index.md   |  30 +-
 www/docs/ja/edge/guide/platforms/ios/plugin.md  |   8 +-
 www/docs/ja/edge/guide/platforms/ios/tools.md   |   6 +-
 www/docs/ja/edge/guide/platforms/ios/upgrade.md |  38 +--
 .../ja/edge/guide/platforms/ios/upgrading.md    |   8 +-
 www/docs/ja/edge/guide/platforms/ios/webview.md |   4 +-
 www/docs/ja/edge/guide/platforms/tizen/index.md |   6 +-
 .../ja/edge/guide/platforms/ubuntu/index.md     |   4 +-
 www/docs/ja/edge/guide/platforms/win8/index.md  |  18 +-
 .../ja/edge/guide/platforms/win8/packaging.md   |   2 +-
 www/docs/ja/edge/guide/platforms/win8/plugin.md |   8 +-
 www/docs/ja/edge/guide/platforms/win8/tools.md  |   2 +-
 .../ja/edge/guide/platforms/win8/upgrade.md     |   6 +-
 .../ja/edge/guide/platforms/win8/upgrading.md   |   4 +-
 .../edge/guide/platforms/win8/win10-support.md  |   4 +-
 www/docs/ja/edge/guide/platforms/wp7/index.md   |  10 +-
 www/docs/ja/edge/guide/platforms/wp8/index.md   |  16 +-
 .../ja/edge/guide/platforms/wp8/parallels.md    |   2 +-
 www/docs/ja/edge/guide/platforms/wp8/plugin.md  |   6 +-
 www/docs/ja/edge/guide/platforms/wp8/tools.md   |   4 +-
 www/docs/ja/edge/guide/platforms/wp8/upgrade.md |  10 +-
 .../ja/edge/guide/platforms/wp8/upgrading.md    |   8 +-
 www/docs/ja/edge/guide/platforms/wp8/vmware.md  |   2 +-
 www/docs/ja/edge/guide/platforms/wp8/webview.md |   2 +-
 www/docs/ja/edge/guide/support/index.md         |   8 +-
 www/docs/ja/edge/index.md                       |  40 +--
 .../platform_plugin_versioning_ref/index.md     |   4 +-
 www/docs/ja/edge/plugin_ref/plugman.md          |  10 +-
 www/docs/ja/edge/plugin_ref/spec.md             |   6 +-
 .../accelerometer/acceleration/acceleration.md  |  20 +-
 .../accelerometer/accelerometer.clearWatch.md   |  26 +-
 .../accelerometer.getCurrentAcceleration.md     |  38 +--
 .../cordova/accelerometer/accelerometer.md      |  18 +-
 .../accelerometer.watchAcceleration.md          |  42 +--
 .../parameters/accelerometerOptions.md          |   2 +-
 .../parameters/accelerometerSuccess.md          |  12 +-
 .../ko/2.0.0/cordova/camera/camera.cleanup.md   |   8 +-
 .../2.0.0/cordova/camera/camera.getPicture.md   |  30 +-
 www/docs/ko/2.0.0/cordova/camera/camera.md      |   6 +-
 .../camera/parameter/CameraPopoverOptions.md    |  18 +-
 .../cordova/camera/parameter/cameraOptions.md   |  28 +-
 .../cordova/camera/parameter/cameraSuccess.md   |   4 +-
 .../2.0.0/cordova/compass/compass.clearWatch.md |  20 +-
 .../cordova/compass/compass.clearWatchFilter.md |   4 +-
 .../compass/compass.getCurrentHeading.md        |  22 +-
 www/docs/ko/2.0.0/cordova/compass/compass.md    |  20 +-
 .../cordova/compass/compass.watchHeading.md     |  28 +-
 .../compass/compass.watchHeadingFilter.md       |   4 +-
 .../compass/compassError/compassError.md        |  10 +-
 .../cordova/compass/parameters/compassError.md  |   4 +-
 .../compass/parameters/compassHeading.md        |   4 +-
 .../compass/parameters/compassSuccess.md        |   6 +-
 .../ko/2.0.0/cordova/connection/connection.md   |   4 +-
 .../2.0.0/cordova/connection/connection.type.md |  58 ++--
 .../2.0.0/cordova/contacts/Contact/contact.md   |  68 ++---
 .../contacts/ContactAddress/contactaddress.md   |  34 +--
 .../contacts/ContactError/contactError.md       |  20 +-
 .../contacts/ContactField/contactfield.md       |  50 +--
 .../ContactFindOptions/contactfindoptions.md    |  30 +-
 .../cordova/contacts/ContactName/contactname.md |  32 +-
 .../ContactOrganization/contactorganization.md  |  36 +--
 .../2.0.0/cordova/contacts/contacts.create.md   |  28 +-
 .../ko/2.0.0/cordova/contacts/contacts.find.md  |  40 +--
 www/docs/ko/2.0.0/cordova/contacts/contacts.md  |  40 +--
 .../contacts/parameters/contactFields.md        |   2 +-
 .../contacts/parameters/contactFindOptions.md   |   2 +-
 .../contacts/parameters/contactSuccess.md       |   6 +-
 .../ko/2.0.0/cordova/device/device.cordova.md   |  20 +-
 www/docs/ko/2.0.0/cordova/device/device.md      |  14 +-
 www/docs/ko/2.0.0/cordova/device/device.name.md |  22 +-
 .../ko/2.0.0/cordova/device/device.platform.md  |  22 +-
 www/docs/ko/2.0.0/cordova/device/device.uuid.md |  22 +-
 .../ko/2.0.0/cordova/device/device.version.md   |  20 +-
 .../2.0.0/cordova/events/events.backbutton.md   |  16 +-
 .../cordova/events/events.batterycritical.md    |  16 +-
 .../2.0.0/cordova/events/events.batterylow.md   |  16 +-
 .../cordova/events/events.batterystatus.md      |  18 +-
 .../2.0.0/cordova/events/events.deviceready.md  |  16 +-
 .../cordova/events/events.endcallbutton.md      |  16 +-
 www/docs/ko/2.0.0/cordova/events/events.md      |  32 +-
 .../2.0.0/cordova/events/events.menubutton.md   |  16 +-
 .../ko/2.0.0/cordova/events/events.offline.md   |  16 +-
 .../ko/2.0.0/cordova/events/events.online.md    |  16 +-
 .../ko/2.0.0/cordova/events/events.pause.md     |  18 +-
 .../ko/2.0.0/cordova/events/events.resume.md    |  18 +-
 .../2.0.0/cordova/events/events.searchbutton.md |  16 +-
 .../cordova/events/events.startcallbutton.md    |  16 +-
 .../cordova/events/events.volumedownbutton.md   |  16 +-
 .../cordova/events/events.volumeupbutton.md     |  16 +-
 .../file/directoryentry/directoryentry.md       |  72 ++---
 .../file/directoryreader/directoryreader.md     |   6 +-
 www/docs/ko/2.0.0/cordova/file/file.md          |  52 ++--
 .../2.0.0/cordova/file/fileentry/fileentry.md   |  96 +++---
 .../2.0.0/cordova/file/fileerror/fileerror.md   |  30 +-
 .../ko/2.0.0/cordova/file/fileobj/fileobj.md    |   2 +-
 .../2.0.0/cordova/file/filereader/filereader.md |  46 +--
 .../2.0.0/cordova/file/filesystem/filesystem.md |  26 +-
 .../cordova/file/filetransfer/filetransfer.md   |  50 +--
 .../file/filetransfererror/filetransfererror.md |  12 +-
 .../file/fileuploadoptions/fileuploadoptions.md |   6 +-
 .../file/fileuploadresult/fileuploadresult.md   |   8 +-
 .../2.0.0/cordova/file/filewriter/filewriter.md |  42 +--
 www/docs/ko/2.0.0/cordova/file/flags/flags.md   |   6 +-
 .../file/localfilesystem/localfilesystem.md     |  38 +--
 .../ko/2.0.0/cordova/file/metadata/metadata.md  |   4 +-
 .../geolocation/Coordinates/coordinates.md      |  18 +-
 .../cordova/geolocation/Position/position.md    |  22 +-
 .../geolocation/PositionError/positionError.md  |  24 +-
 .../geolocation/geolocation.clearWatch.md       |  22 +-
 .../geolocation.getCurrentPosition.md           |  40 +--
 .../ko/2.0.0/cordova/geolocation/geolocation.md |  22 +-
 .../geolocation/geolocation.watchPosition.md    |  40 +--
 .../parameters/geolocation.options.md           |   6 +-
 .../geolocation/parameters/geolocationError.md  |   2 +-
 .../parameters/geolocationSuccess.md            |   6 +-
 .../cordova/media/MediaError/mediaError.md      |  14 +-
 .../cordova/media/Parameters/mediaError.md      |   2 +-
 .../ko/2.0.0/cordova/media/capture/CaptureCB.md |  14 +-
 .../2.0.0/cordova/media/capture/CaptureError.md |  12 +-
 .../cordova/media/capture/CaptureErrorCB.md     |  10 +-
 .../cordova/media/capture/ConfigurationData.md  |   4 +-
 .../media/capture/MediaFile.getFormatData.md    |  16 +-
 .../ko/2.0.0/cordova/media/capture/MediaFile.md |   4 +-
 .../cordova/media/capture/MediaFileData.md      |   8 +-
 .../ko/2.0.0/cordova/media/capture/capture.md   |  40 +--
 .../2.0.0/cordova/media/capture/captureAudio.md |  40 +--
 .../media/capture/captureAudioOptions.md        |   6 +-
 .../2.0.0/cordova/media/capture/captureImage.md |  42 +--
 .../media/capture/captureImageOptions.md        |   6 +-
 .../2.0.0/cordova/media/capture/captureVideo.md |  44 +--
 .../media/capture/captureVideoOptions.md        |   6 +-
 .../cordova/media/media.getCurrentPosition.md   |  44 +--
 .../ko/2.0.0/cordova/media/media.getDuration.md |  34 +--
 www/docs/ko/2.0.0/cordova/media/media.md        |  28 +-
 www/docs/ko/2.0.0/cordova/media/media.pause.md  |  44 +--
 www/docs/ko/2.0.0/cordova/media/media.play.md   |  44 +--
 .../ko/2.0.0/cordova/media/media.release.md     |  40 +--
 www/docs/ko/2.0.0/cordova/media/media.seekTo.md |  30 +-
 .../ko/2.0.0/cordova/media/media.startRecord.md |  20 +-
 www/docs/ko/2.0.0/cordova/media/media.stop.md   |  34 +--
 .../ko/2.0.0/cordova/media/media.stopRecord.md  |  24 +-
 .../cordova/notification/notification.alert.md  |  10 +-
 .../cordova/notification/notification.beep.md   |  16 +-
 .../notification/notification.confirm.md        |  10 +-
 .../2.0.0/cordova/notification/notification.md  |  10 +-
 .../notification/notification.vibrate.md        |  14 +-
 .../2.0.0/cordova/storage/database/database.md  |  22 +-
 .../storage/localstorage/localstorage.md        |  58 ++--
 .../storage/sqlresultset/sqlresultset.md        |  24 +-
 .../sqlresultsetlist/sqlresultsetlist.md        |  26 +-
 .../storage/sqltransaction/sqltransaction.md    |  20 +-
 www/docs/ko/2.0.0/cordova/storage/storage.md    |  24 +-
 .../cordova/storage/storage.opendatabase.md     |  22 +-
 www/docs/ko/2.0.0/guide/command-line/index.md   |   2 +-
 .../ko/2.0.0/guide/cordova-webview/index.md     |   4 +-
 www/docs/ko/2.0.0/guide/cordova-webview/ios.md  |  20 +-
 .../guide/getting-started/android/index.md      |   4 +-
 .../2.0.0/guide/getting-started/bada/index.md   |   6 +-
 .../guide/getting-started/blackberry/index.md   |   6 +-
 .../ko/2.0.0/guide/getting-started/index.md     |  14 +-
 .../ko/2.0.0/guide/getting-started/ios/index.md |   8 +-
 .../guide/getting-started/symbian/index.md      |   6 +-
 .../2.0.0/guide/getting-started/webos/index.md  |   2 +-
 .../getting-started/windows-phone/index.md      |   4 +-
 .../guide/plugin-development/android/index.md   |   2 +-
 .../guide/plugin-development/bada/index.md      |   2 +-
 .../ko/2.0.0/guide/plugin-development/index.md  |  14 +-
 .../2.0.0/guide/plugin-development/ios/index.md |   4 +-
 .../2.0.0/guide/upgrading/blackberry/index.md   |  44 +--
 www/docs/ko/2.0.0/guide/upgrading/index.md      |  14 +-
 www/docs/ko/2.0.0/guide/upgrading/ios/index.md  |  32 +-
 www/docs/ko/2.0.0/guide/whitelist/index.md      |   2 +-
 www/docs/ko/2.0.0/index.md                      |  42 +--
 www/docs/ko/3.1.0/config_ref/images.md          |  20 +-
 www/docs/ko/3.1.0/config_ref/index.md           |  34 +--
 .../accelerometer/acceleration/acceleration.md  |  14 +-
 .../accelerometer/accelerometer.clearWatch.md   |  12 +-
 .../accelerometer.getCurrentAcceleration.md     |  18 +-
 .../cordova/accelerometer/accelerometer.md      |  20 +-
 .../accelerometer.watchAcceleration.md          |  22 +-
 .../parameters/accelerometerError.md            |   2 +-
 .../parameters/accelerometerOptions.md          |   2 +-
 .../parameters/accelerometerSuccess.md          |   4 +-
 .../ko/3.1.0/cordova/camera/camera.cleanup.md   |   6 +-
 .../3.1.0/cordova/camera/camera.getPicture.md   |  22 +-
 www/docs/ko/3.1.0/cordova/camera/camera.md      |  10 +-
 .../camera/parameter/CameraPopoverHandle.md     |  16 +-
 .../camera/parameter/CameraPopoverOptions.md    |  10 +-
 .../cordova/camera/parameter/cameraError.md     |   4 +-
 .../cordova/camera/parameter/cameraOptions.md   |  50 +--
 .../cordova/camera/parameter/cameraSuccess.md   |   4 +-
 .../3.1.0/cordova/compass/compass.clearWatch.md |  16 +-
 .../cordova/compass/compass.clearWatchFilter.md |   4 +-
 .../compass/compass.getCurrentHeading.md        |  20 +-
 www/docs/ko/3.1.0/cordova/compass/compass.md    |  24 +-
 .../cordova/compass/compass.watchHeading.md     |  26 +-
 .../compass/compass.watchHeadingFilter.md       |   4 +-
 .../compass/compassError/compassError.md        |   4 +-
 .../cordova/compass/parameters/compassError.md  |   4 +-
 .../compass/parameters/compassHeading.md        |   6 +-
 .../compass/parameters/compassOptions.md        |   4 +-
 .../compass/parameters/compassSuccess.md        |   6 +-
 .../ko/3.1.0/cordova/connection/connection.md   |   6 +-
 .../3.1.0/cordova/connection/connection.type.md |  16 +-
 .../3.1.0/cordova/contacts/Contact/contact.md   |  76 ++---
 .../contacts/ContactAddress/contactaddress.md   |  30 +-
 .../contacts/ContactError/contactError.md       |   4 +-
 .../contacts/ContactField/contactfield.md       |  18 +-
 .../ContactFindOptions/contactfindoptions.md    |  20 +-
 .../cordova/contacts/ContactName/contactname.md |  36 +--
 .../ContactOrganization/contactorganization.md  |  32 +-
 .../3.1.0/cordova/contacts/contacts.create.md   |  10 +-
 .../ko/3.1.0/cordova/contacts/contacts.find.md  |  34 +--
 www/docs/ko/3.1.0/cordova/contacts/contacts.md  |  32 +-
 .../cordova/contacts/parameters/contactError.md |   2 +-
 .../contacts/parameters/contactFields.md        |   2 +-
 .../contacts/parameters/contactFindOptions.md   |   6 +-
 .../contacts/parameters/contactSuccess.md       |   6 +-
 .../ko/3.1.0/cordova/device/device.cordova.md   |  16 +-
 www/docs/ko/3.1.0/cordova/device/device.md      |  22 +-
 .../ko/3.1.0/cordova/device/device.model.md     |  18 +-
 www/docs/ko/3.1.0/cordova/device/device.name.md |  22 +-
 .../ko/3.1.0/cordova/device/device.platform.md  |  20 +-
 www/docs/ko/3.1.0/cordova/device/device.uuid.md |  24 +-
 .../ko/3.1.0/cordova/device/device.version.md   |  12 +-
 .../3.1.0/cordova/events/events.backbutton.md   |  14 +-
 .../cordova/events/events.batterycritical.md    |  18 +-
 .../3.1.0/cordova/events/events.batterylow.md   |  18 +-
 .../cordova/events/events.batterystatus.md      |  20 +-
 .../3.1.0/cordova/events/events.deviceready.md  |  16 +-
 .../cordova/events/events.endcallbutton.md      |  16 +-
 www/docs/ko/3.1.0/cordova/events/events.md      |  34 +--
 .../3.1.0/cordova/events/events.menubutton.md   |  16 +-
 .../ko/3.1.0/cordova/events/events.offline.md   |  22 +-
 .../ko/3.1.0/cordova/events/events.online.md    |  22 +-
 .../ko/3.1.0/cordova/events/events.pause.md     |  20 +-
 .../ko/3.1.0/cordova/events/events.resume.md    |  28 +-
 .../3.1.0/cordova/events/events.searchbutton.md |  16 +-
 .../cordova/events/events.startcallbutton.md    |  16 +-
 .../cordova/events/events.volumedownbutton.md   |  16 +-
 .../cordova/events/events.volumeupbutton.md     |  16 +-
 .../file/directoryentry/directoryentry.md       | 106 +++----
 .../file/directoryreader/directoryreader.md     |   8 +-
 www/docs/ko/3.1.0/cordova/file/file.md          |  52 ++--
 .../3.1.0/cordova/file/fileentry/fileentry.md   | 120 ++++----
 .../3.1.0/cordova/file/fileerror/fileerror.md   |   4 +-
 .../ko/3.1.0/cordova/file/fileobj/fileobj.md    |   6 +-
 .../3.1.0/cordova/file/filereader/filereader.md |  52 ++--
 .../3.1.0/cordova/file/filesystem/filesystem.md |  22 +-
 .../cordova/file/filetransfer/filetransfer.md   |  58 ++--
 .../file/filetransfererror/filetransfererror.md |  16 +-
 .../file/fileuploadoptions/fileuploadoptions.md |   6 +-
 .../file/fileuploadresult/fileuploadresult.md   |   4 +-
 .../3.1.0/cordova/file/filewriter/filewriter.md |  40 +--
 www/docs/ko/3.1.0/cordova/file/flags/flags.md   |   8 +-
 .../file/localfilesystem/localfilesystem.md     |  26 +-
 .../ko/3.1.0/cordova/file/metadata/metadata.md  |   6 +-
 .../geolocation/Coordinates/coordinates.md      |  16 +-
 .../cordova/geolocation/Position/position.md    |  16 +-
 .../geolocation/PositionError/positionError.md  |  10 +-
 .../geolocation/geolocation.clearWatch.md       |  18 +-
 .../geolocation.getCurrentPosition.md           |  26 +-
 .../ko/3.1.0/cordova/geolocation/geolocation.md |  28 +-
 .../geolocation/geolocation.watchPosition.md    |  28 +-
 .../parameters/geolocation.options.md           |  10 +-
 .../geolocation/parameters/geolocationError.md  |   6 +-
 .../parameters/geolocationSuccess.md            |   6 +-
 .../GlobalizationError/globalizationerror.md    |   6 +-
 .../globalization/globalization.dateToString.md |  10 +-
 .../globalization.getCurrencyPattern.md         |   8 +-
 .../globalization/globalization.getDateNames.md |   8 +-
 .../globalization.getDatePattern.md             |   8 +-
 .../globalization.getFirstDayOfWeek.md          |   6 +-
 .../globalization.getLocaleName.md              |   6 +-
 .../globalization.getNumberPattern.md           |   8 +-
 .../globalization.getPreferredLanguage.md       |   6 +-
 .../globalization.isDayLightSavingsTime.md      |   8 +-
 .../cordova/globalization/globalization.md      |  34 +--
 .../globalization.numberToString.md             |   8 +-
 .../globalization/globalization.stringToDate.md |  10 +-
 .../globalization.stringToNumber.md             |   8 +-
 .../3.1.0/cordova/inappbrowser/inappbrowser.md  |  92 +++---
 .../3.1.0/cordova/inappbrowser/window.open.md   |  28 +-
 .../cordova/media/MediaError/mediaError.md      |   4 +-
 .../cordova/media/Parameters/mediaError.md      |   6 +-
 .../ko/3.1.0/cordova/media/capture/CaptureCB.md |   6 +-
 .../3.1.0/cordova/media/capture/CaptureError.md |  10 +-
 .../cordova/media/capture/CaptureErrorCB.md     |  12 +-
 .../cordova/media/capture/ConfigurationData.md  |   6 +-
 .../media/capture/MediaFile.getFormatData.md    |  12 +-
 .../ko/3.1.0/cordova/media/capture/MediaFile.md |  14 +-
 .../cordova/media/capture/MediaFileData.md      |  18 +-
 .../ko/3.1.0/cordova/media/capture/capture.md   |  40 +--
 .../3.1.0/cordova/media/capture/captureAudio.md |  18 +-
 .../media/capture/captureAudioOptions.md        |  12 +-
 .../3.1.0/cordova/media/capture/captureImage.md |  18 +-
 .../media/capture/captureImageOptions.md        |   8 +-
 .../3.1.0/cordova/media/capture/captureVideo.md |  18 +-
 .../media/capture/captureVideoOptions.md        |  10 +-
 .../cordova/media/media.getCurrentPosition.md   |  22 +-
 .../ko/3.1.0/cordova/media/media.getDuration.md |  16 +-
 www/docs/ko/3.1.0/cordova/media/media.md        |  42 +--
 www/docs/ko/3.1.0/cordova/media/media.pause.md  |  16 +-
 www/docs/ko/3.1.0/cordova/media/media.play.md   |  20 +-
 .../ko/3.1.0/cordova/media/media.release.md     |  18 +-
 www/docs/ko/3.1.0/cordova/media/media.seekTo.md |  22 +-
 .../ko/3.1.0/cordova/media/media.setVolume.md   |  16 +-
 .../ko/3.1.0/cordova/media/media.startRecord.md |  20 +-
 www/docs/ko/3.1.0/cordova/media/media.stop.md   |  16 +-
 .../ko/3.1.0/cordova/media/media.stopRecord.md  |  14 +-
 .../cordova/notification/notification.alert.md  |   4 +-
 .../cordova/notification/notification.beep.md   |  18 +-
 .../notification/notification.confirm.md        |   4 +-
 .../3.1.0/cordova/notification/notification.md  |  16 +-
 .../cordova/notification/notification.prompt.md |   6 +-
 .../notification/notification.vibrate.md        |  12 +-
 .../cordova/splashscreen/splashscreen.hide.md   |   8 +-
 .../3.1.0/cordova/splashscreen/splashscreen.md  |   8 +-
 .../cordova/splashscreen/splashscreen.show.md   |   6 +-
 .../3.1.0/cordova/storage/database/database.md  |  14 +-
 .../storage/localstorage/localstorage.md        |  12 +-
 .../cordova/storage/parameters/display_name.md  |   2 +-
 .../ko/3.1.0/cordova/storage/parameters/name.md |   2 +-
 .../ko/3.1.0/cordova/storage/parameters/size.md |   2 +-
 .../3.1.0/cordova/storage/parameters/version.md |   2 +-
 .../3.1.0/cordova/storage/sqlerror/sqlerror.md  |   2 +-
 .../storage/sqlresultset/sqlresultset.md        |  22 +-
 .../sqlresultsetrowlist/sqlresultsetrowlist.md  |  20 +-
 .../storage/sqltransaction/sqltransaction.md    |  12 +-
 www/docs/ko/3.1.0/cordova/storage/storage.md    |  32 +-
 .../cordova/storage/storage.opendatabase.md     |  10 +-
 www/docs/ko/3.1.0/guide/appdev/privacy/index.md |  12 +-
 .../ko/3.1.0/guide/appdev/whitelist/index.md    |   8 +-
 www/docs/ko/3.1.0/guide/cli/index.md            |  64 ++--
 www/docs/ko/3.1.0/guide/hybrid/plugins/index.md |  36 +--
 .../ko/3.1.0/guide/hybrid/webviews/index.md     |   4 +-
 www/docs/ko/3.1.0/guide/overview/index.md       |  72 ++---
 .../ko/3.1.0/guide/platforms/android/config.md  |   8 +-
 .../ko/3.1.0/guide/platforms/android/index.md   |  42 +--
 .../ko/3.1.0/guide/platforms/android/plugin.md  |  20 +-
 .../ko/3.1.0/guide/platforms/android/tools.md   |   6 +-
 .../3.1.0/guide/platforms/android/upgrading.md  |  70 ++---
 .../ko/3.1.0/guide/platforms/android/webview.md |  12 +-
 .../3.1.0/guide/platforms/blackberry/config.md  |   2 +-
 .../3.1.0/guide/platforms/blackberry/index.md   |  46 +--
 .../3.1.0/guide/platforms/blackberry/plugin.md  |  12 +-
 .../3.1.0/guide/platforms/blackberry/tools.md   |  12 +-
 .../guide/platforms/blackberry/upgrading.md     | 160 +++++-----
 .../guide/platforms/blackberry10/config.md      |   8 +-
 .../3.1.0/guide/platforms/blackberry10/index.md |  44 +--
 .../guide/platforms/blackberry10/plugin.md      |  42 +--
 .../3.1.0/guide/platforms/blackberry10/tools.md |  32 +-
 .../guide/platforms/blackberry10/upgrading.md   | 162 +++++-----
 www/docs/ko/3.1.0/guide/platforms/index.md      |  60 ++--
 www/docs/ko/3.1.0/guide/platforms/ios/config.md |  10 +-
 www/docs/ko/3.1.0/guide/platforms/ios/index.md  |  62 ++--
 www/docs/ko/3.1.0/guide/platforms/ios/plugin.md |  26 +-
 www/docs/ko/3.1.0/guide/platforms/ios/tools.md  |   2 +-
 .../ko/3.1.0/guide/platforms/ios/upgrading.md   | 292 +++++++++---------
 .../ko/3.1.0/guide/platforms/ios/webview.md     |  22 +-
 .../ko/3.1.0/guide/platforms/tizen/index.md     |  26 +-
 www/docs/ko/3.1.0/guide/platforms/win8/index.md |  22 +-
 www/docs/ko/3.1.0/guide/platforms/win8/tools.md |   4 +-
 .../ko/3.1.0/guide/platforms/win8/upgrading.md  |   6 +-
 www/docs/ko/3.1.0/guide/platforms/wp7/index.md  |  40 +--
 www/docs/ko/3.1.0/guide/platforms/wp8/index.md  |  44 +--
 www/docs/ko/3.1.0/guide/platforms/wp8/plugin.md |  16 +-
 www/docs/ko/3.1.0/guide/platforms/wp8/tools.md  |  16 +-
 .../ko/3.1.0/guide/platforms/wp8/upgrading.md   |  70 ++---
 www/docs/ko/3.1.0/index.md                      |  58 ++--
 www/docs/ko/3.1.0/plugin_ref/plugman.md         |   4 +-
 www/docs/ko/3.1.0/plugin_ref/spec.md            |  74 ++---
 www/docs/ko/3.4.0/config_ref/images.md          |   6 +-
 www/docs/ko/3.4.0/config_ref/index.md           |  18 +-
 .../3.4.0/cordova/events/events.backbutton.md   |   8 +-
 .../3.4.0/cordova/events/events.deviceready.md  |  10 +-
 .../cordova/events/events.endcallbutton.md      |  10 +-
 www/docs/ko/3.4.0/cordova/events/events.md      |  20 +-
 .../3.4.0/cordova/events/events.menubutton.md   |  10 +-
 .../ko/3.4.0/cordova/events/events.pause.md     |  12 +-
 .../ko/3.4.0/cordova/events/events.resume.md    |  20 +-
 .../3.4.0/cordova/events/events.searchbutton.md |  10 +-
 .../cordova/events/events.startcallbutton.md    |  10 +-
 .../cordova/events/events.volumedownbutton.md   |  10 +-
 .../cordova/events/events.volumeupbutton.md     |  10 +-
 www/docs/ko/3.4.0/cordova/plugins/pluginapis.md |   2 +-
 .../3.4.0/cordova/storage/database/database.md  |  14 +-
 .../storage/localstorage/localstorage.md        |  10 +-
 .../cordova/storage/parameters/display_name.md  |   2 +-
 .../ko/3.4.0/cordova/storage/parameters/name.md |   2 +-
 .../ko/3.4.0/cordova/storage/parameters/size.md |   2 +-
 .../3.4.0/cordova/storage/parameters/version.md |   2 +-
 .../3.4.0/cordova/storage/sqlerror/sqlerror.md  |   2 +-
 .../storage/sqlresultset/sqlresultset.md        |  22 +-
 .../sqlresultsetrowlist/sqlresultsetrowlist.md  |  20 +-
 .../storage/sqltransaction/sqltransaction.md    |  12 +-
 www/docs/ko/3.4.0/cordova/storage/storage.md    |   8 +-
 .../cordova/storage/storage.opendatabase.md     |   6 +-
 www/docs/ko/3.4.0/guide/appdev/privacy/index.md |   8 +-
 .../ko/3.4.0/guide/appdev/whitelist/index.md    |   6 +-
 www/docs/ko/3.4.0/guide/cli/index.md            |  22 +-
 www/docs/ko/3.4.0/guide/hybrid/plugins/index.md |  22 +-
 .../ko/3.4.0/guide/hybrid/webviews/index.md     |   8 +-
 www/docs/ko/3.4.0/guide/overview/index.md       |  14 +-
 .../guide/platforms/amazonfireos/config.md      |   2 +-
 .../3.4.0/guide/platforms/amazonfireos/index.md |  12 +-
 .../guide/platforms/amazonfireos/plugin.md      |   4 +-
 .../ko/3.4.0/guide/platforms/android/config.md  |   4 +-
 .../ko/3.4.0/guide/platforms/android/index.md   |  20 +-
 .../ko/3.4.0/guide/platforms/android/plugin.md  |   4 +-
 .../ko/3.4.0/guide/platforms/android/tools.md   |   2 +-
 .../3.4.0/guide/platforms/android/upgrading.md  |  10 +-
 .../ko/3.4.0/guide/platforms/android/webview.md |   2 +-
 .../3.4.0/guide/platforms/blackberry/index.md   |  18 +-
 .../3.4.0/guide/platforms/blackberry/plugin.md  |   4 +-
 .../guide/platforms/blackberry/upgrading.md     |   8 +-
 .../guide/platforms/blackberry10/config.md      |   2 +-
 .../3.4.0/guide/platforms/blackberry10/index.md |   8 +-
 .../guide/platforms/blackberry10/plugin.md      |   6 +-
 .../3.4.0/guide/platforms/blackberry10/tools.md |   2 +-
 .../guide/platforms/blackberry10/upgrading.md   |  14 +-
 www/docs/ko/3.4.0/guide/platforms/index.md      |  66 ++--
 www/docs/ko/3.4.0/guide/platforms/ios/config.md |   2 +-
 www/docs/ko/3.4.0/guide/platforms/ios/index.md  |  32 +-
 www/docs/ko/3.4.0/guide/platforms/ios/plugin.md |   6 +-
 www/docs/ko/3.4.0/guide/platforms/ios/tools.md  |   2 +-
 .../ko/3.4.0/guide/platforms/ios/upgrading.md   |   8 +-
 .../ko/3.4.0/guide/platforms/ios/webview.md     |   2 +-
 .../ko/3.4.0/guide/platforms/tizen/index.md     |   6 +-
 .../ko/3.4.0/guide/platforms/ubuntu/index.md    |   4 +-
 www/docs/ko/3.4.0/guide/platforms/win8/index.md |  16 +-
 www/docs/ko/3.4.0/guide/platforms/win8/tools.md |   2 +-
 .../ko/3.4.0/guide/platforms/win8/upgrading.md  |   4 +-
 www/docs/ko/3.4.0/guide/platforms/wp7/index.md  |  12 +-
 www/docs/ko/3.4.0/guide/platforms/wp8/index.md  |  12 +-
 www/docs/ko/3.4.0/guide/platforms/wp8/plugin.md |   6 +-
 www/docs/ko/3.4.0/guide/platforms/wp8/tools.md  |   4 +-
 .../ko/3.4.0/guide/platforms/wp8/upgrading.md   |   8 +-
 www/docs/ko/3.4.0/guide/support/index.md        |  10 +-
 www/docs/ko/3.4.0/index.md                      |  32 +-
 www/docs/ko/3.4.0/plugin_ref/plugman.md         |   8 +-
 www/docs/ko/3.4.0/plugin_ref/spec.md            |   4 +-
 www/docs/ko/3.5.0/config_ref/images.md          |   6 +-
 www/docs/ko/3.5.0/config_ref/index.md           |  18 +-
 .../3.5.0/cordova/events/events.backbutton.md   |   8 +-
 .../3.5.0/cordova/events/events.deviceready.md  |  10 +-
 .../cordova/events/events.endcallbutton.md      |  10 +-
 www/docs/ko/3.5.0/cordova/events/events.md      |  20 +-
 .../3.5.0/cordova/events/events.menubutton.md   |  10 +-
 .../ko/3.5.0/cordova/events/events.pause.md     |  12 +-
 .../ko/3.5.0/cordova/events/events.resume.md    |  20 +-
 .../3.5.0/cordova/events/events.searchbutton.md |  10 +-
 .../cordova/events/events.startcallbutton.md    |  10 +-
 .../cordova/events/events.volumedownbutton.md   |  10 +-
 .../cordova/events/events.volumeupbutton.md     |  10 +-
 www/docs/ko/3.5.0/cordova/plugins/pluginapis.md |   2 +-
 .../3.5.0/cordova/storage/database/database.md  |  14 +-
 .../storage/localstorage/localstorage.md        |  10 +-
 .../cordova/storage/parameters/display_name.md  |   2 +-
 .../ko/3.5.0/cordova/storage/parameters/name.md |   2 +-
 .../ko/3.5.0/cordova/storage/parameters/size.md |   2 +-
 .../3.5.0/cordova/storage/parameters/version.md |   2 +-
 .../3.5.0/cordova/storage/sqlerror/sqlerror.md  |   2 +-
 .../storage/sqlresultset/sqlresultset.md        |  22 +-
 .../sqlresultsetrowlist/sqlresultsetrowlist.md  |  20 +-
 .../storage/sqltransaction/sqltransaction.md    |  12 +-
 www/docs/ko/3.5.0/cordova/storage/storage.md    |   8 +-
 .../cordova/storage/storage.opendatabase.md     |   6 +-
 www/docs/ko/3.5.0/guide/appdev/privacy/index.md |   8 +-
 .../ko/3.5.0/guide/appdev/whitelist/index.md    |   6 +-
 www/docs/ko/3.5.0/guide/cli/index.md            |  22 +-
 www/docs/ko/3.5.0/guide/hybrid/plugins/index.md |  22 +-
 .../ko/3.5.0/guide/hybrid/webviews/index.md     |   8 +-
 www/docs/ko/3.5.0/guide/overview/index.md       |  14 +-
 .../guide/platforms/amazonfireos/config.md      |   2 +-
 .../3.5.0/guide/platforms/amazonfireos/index.md |  12 +-
 .../guide/platforms/amazonfireos/plugin.md      |   4 +-
 .../ko/3.5.0/guide/platforms/android/config.md  |   4 +-
 .../ko/3.5.0/guide/platforms/android/index.md   |  20 +-
 .../ko/3.5.0/guide/platforms/android/plugin.md  |   4 +-
 .../ko/3.5.0/guide/platforms/android/tools.md   |   2 +-
 .../3.5.0/guide/platforms/android/upgrading.md  |  10 +-
 .../ko/3.5.0/guide/platforms/android/webview.md |   2 +-
 .../3.5.0/guide/platforms/blackberry/index.md   |  18 +-
 .../3.5.0/guide/platforms/blackberry/plugin.md  |   4 +-
 .../guide/platforms/blackberry/upgrading.md     |   8 +-
 .../guide/platforms/blackberry10/config.md      |   2 +-
 .../3.5.0/guide/platforms/blackberry10/index.md |   8 +-
 .../guide/platforms/blackberry10/plugin.md      |   6 +-
 .../3.5.0/guide/platforms/blackberry10/tools.md |   2 +-
 .../guide/platforms/blackberry10/upgrading.md   |  14 +-
 www/docs/ko/3.5.0/guide/platforms/index.md      |  66 ++--
 www/docs/ko/3.5.0/guide/platforms/ios/config.md |   2 +-
 www/docs/ko/3.5.0/guide/platforms/ios/index.md  |  32 +-
 www/docs/ko/3.5.0/guide/platforms/ios/plugin.md |   6 +-
 www/docs/ko/3.5.0/guide/platforms/ios/tools.md  |   2 +-
 .../ko/3.5.0/guide/platforms/ios/upgrading.md   |   8 +-
 .../ko/3.5.0/guide/platforms/ios/webview.md     |   2 +-
 .../ko/3.5.0/guide/platforms/tizen/index.md     |   6 +-
 .../ko/3.5.0/guide/platforms/ubuntu/index.md    |   4 +-
 www/docs/ko/3.5.0/guide/platforms/win8/index.md |  16 +-
 www/docs/ko/3.5.0/guide/platforms/win8/tools.md |   2 +-
 .../ko/3.5.0/guide/platforms/win8/upgrading.md  |   4 +-
 www/docs/ko/3.5.0/guide/platforms/wp7/index.md  |  12 +-
 www/docs/ko/3.5.0/guide/platforms/wp8/index.md  |  12 +-
 www/docs/ko/3.5.0/guide/platforms/wp8/plugin.md |   6 +-
 www/docs/ko/3.5.0/guide/platforms/wp8/tools.md  |   4 +-
 .../ko/3.5.0/guide/platforms/wp8/upgrading.md   |   8 +-
 www/docs/ko/3.5.0/guide/support/index.md        |  10 +-
 www/docs/ko/3.5.0/index.md                      |  32 +-
 www/docs/ko/3.5.0/plugin_ref/plugman.md         |   8 +-
 www/docs/ko/3.5.0/plugin_ref/spec.md            |   4 +-
 www/docs/ko/edge/config_ref/images.md           |   4 +-
 www/docs/ko/edge/config_ref/index.md            |  20 +-
 .../ko/edge/cordova/events/events.backbutton.md |  10 +-
 .../edge/cordova/events/events.deviceready.md   |  12 +-
 .../edge/cordova/events/events.endcallbutton.md |  12 +-
 www/docs/ko/edge/cordova/events/events.md       |  20 +-
 .../ko/edge/cordova/events/events.menubutton.md |  12 +-
 www/docs/ko/edge/cordova/events/events.pause.md |  14 +-
 .../ko/edge/cordova/events/events.resume.md     |  22 +-
 .../edge/cordova/events/events.searchbutton.md  |  12 +-
 .../cordova/events/events.startcallbutton.md    |  12 +-
 .../cordova/events/events.volumedownbutton.md   |  12 +-
 .../cordova/events/events.volumeupbutton.md     |  12 +-
 www/docs/ko/edge/cordova/plugins/pluginapis.md  |   2 +-
 .../edge/cordova/storage/database/database.md   |  16 +-
 .../storage/localstorage/localstorage.md        |  12 +-
 .../cordova/storage/parameters/display_name.md  |   2 +-
 .../ko/edge/cordova/storage/parameters/name.md  |   2 +-
 .../ko/edge/cordova/storage/parameters/size.md  |   2 +-
 .../edge/cordova/storage/parameters/version.md  |   2 +-
 .../edge/cordova/storage/sqlerror/sqlerror.md   |   2 +-
 .../storage/sqlresultset/sqlresultset.md        |  24 +-
 .../sqlresultsetrowlist/sqlresultsetrowlist.md  |  22 +-
 .../storage/sqltransaction/sqltransaction.md    |  14 +-
 www/docs/ko/edge/cordova/storage/storage.md     |   6 +-
 .../cordova/storage/storage.opendatabase.md     |   8 +-
 www/docs/ko/edge/guide/appdev/hooks/index.md    |   2 +-
 www/docs/ko/edge/guide/appdev/privacy/index.md  |   8 +-
 www/docs/ko/edge/guide/appdev/security/index.md |   6 +-
 .../ko/edge/guide/appdev/whitelist/index.md     |   6 +-
 www/docs/ko/edge/guide/cli/index.md             |  28 +-
 www/docs/ko/edge/guide/hybrid/plugins/index.md  |  28 +-
 www/docs/ko/edge/guide/hybrid/webviews/index.md |  12 +-
 www/docs/ko/edge/guide/next/index.md            |  20 +-
 www/docs/ko/edge/guide/overview/index.md        |  20 +-
 .../edge/guide/platforms/amazonfireos/config.md |   2 +-
 .../edge/guide/platforms/amazonfireos/index.md  |  16 +-
 .../edge/guide/platforms/amazonfireos/plugin.md |   4 +-
 .../guide/platforms/amazonfireos/webview.md     |   2 +-
 .../ko/edge/guide/platforms/android/config.md   |   4 +-
 .../ko/edge/guide/platforms/android/index.md    |  14 +-
 .../ko/edge/guide/platforms/android/plugin.md   |   6 +-
 .../ko/edge/guide/platforms/android/tools.md    |   8 +-
 .../ko/edge/guide/platforms/android/upgrade.md  |  20 +-
 .../edge/guide/platforms/android/upgrading.md   |  10 +-
 .../ko/edge/guide/platforms/android/webview.md  |   4 +-
 .../ko/edge/guide/platforms/blackberry/index.md |  20 +-
 .../edge/guide/platforms/blackberry/plugin.md   |   4 +-
 .../edge/guide/platforms/blackberry/upgrade.md  |  14 +-
 .../guide/platforms/blackberry/upgrading.md     |   8 +-
 .../edge/guide/platforms/blackberry10/config.md |   2 +-
 .../edge/guide/platforms/blackberry10/index.md  |   8 +-
 .../edge/guide/platforms/blackberry10/plugin.md |   6 +-
 .../edge/guide/platforms/blackberry10/tools.md  |   4 +-
 .../guide/platforms/blackberry10/upgrade.md     |  28 +-
 .../guide/platforms/blackberry10/upgrading.md   |  18 +-
 .../ko/edge/guide/platforms/firefoxos/index.md  |   6 +-
 www/docs/ko/edge/guide/platforms/index.md       |  68 ++---
 www/docs/ko/edge/guide/platforms/ios/config.md  |   2 +-
 www/docs/ko/edge/guide/platforms/ios/index.md   |  28 +-
 www/docs/ko/edge/guide/platforms/ios/plugin.md  |   8 +-
 www/docs/ko/edge/guide/platforms/ios/tools.md   |   6 +-
 www/docs/ko/edge/guide/platforms/ios/upgrade.md |  40 +--
 .../ko/edge/guide/platforms/ios/upgrading.md    |  10 +-
 www/docs/ko/edge/guide/platforms/ios/webview.md |   6 +-
 www/docs/ko/edge/guide/platforms/tizen/index.md |   6 +-
 .../ko/edge/guide/platforms/ubuntu/index.md     |   4 +-
 www/docs/ko/edge/guide/platforms/win8/index.md  |  12 +-
 .../ko/edge/guide/platforms/win8/packaging.md   |   2 +-
 www/docs/ko/edge/guide/platforms/win8/plugin.md |   6 +-
 www/docs/ko/edge/guide/platforms/win8/tools.md  |   2 +-
 .../ko/edge/guide/platforms/win8/upgrade.md     |   6 +-
 .../ko/edge/guide/platforms/win8/upgrading.md   |   4 +-
 www/docs/ko/edge/guide/platforms/wp7/index.md   |  10 +-
 www/docs/ko/edge/guide/platforms/wp8/index.md   |  18 +-
 www/docs/ko/edge/guide/platforms/wp8/plugin.md  |   8 +-
 www/docs/ko/edge/guide/platforms/wp8/tools.md   |   4 +-
 www/docs/ko/edge/guide/platforms/wp8/upgrade.md |  10 +-
 .../ko/edge/guide/platforms/wp8/upgrading.md    |   8 +-
 www/docs/ko/edge/guide/platforms/wp8/webview.md |   2 +-
 www/docs/ko/edge/guide/support/index.md         |   8 +-
 www/docs/ko/edge/index.md                       |  40 +--
 .../platform_plugin_versioning_ref/index.md     |   4 +-
 www/docs/ko/edge/plugin_ref/plugman.md          |  12 +-
 www/docs/ko/edge/plugin_ref/spec.md             |  12 +-
 www/docs/pl/edge/config_ref/index.md            |  10 +-
 .../pl/edge/cordova/events/events.backbutton.md |   6 +-
 .../edge/cordova/events/events.deviceready.md   |   2 +-
 .../edge/cordova/events/events.endcallbutton.md |   6 +-
 www/docs/pl/edge/cordova/events/events.md       |  20 +-
 .../pl/edge/cordova/events/events.menubutton.md |   6 +-
 www/docs/pl/edge/cordova/events/events.pause.md |   6 +-
 .../pl/edge/cordova/events/events.resume.md     |   8 +-
 .../edge/cordova/events/events.searchbutton.md  |   6 +-
 .../cordova/events/events.startcallbutton.md    |   6 +-
 .../cordova/events/events.volumedownbutton.md   |   6 +-
 .../cordova/events/events.volumeupbutton.md     |   6 +-
 www/docs/pl/edge/cordova/storage/storage.md     |   2 +-
 www/docs/pl/edge/guide/appdev/security/index.md |   2 +-
 www/docs/pl/edge/guide/cli/index.md             |   6 +-
 www/docs/pl/edge/guide/hybrid/plugins/index.md  |  10 +-
 www/docs/pl/edge/guide/hybrid/webviews/index.md |   6 +-
 www/docs/pl/edge/guide/next/index.md            |   4 +-
 .../edge/guide/platforms/amazonfireos/config.md |   2 +-
 .../edge/guide/platforms/amazonfireos/index.md  |   8 +-
 .../pl/edge/guide/platforms/android/config.md   |   2 +-
 .../pl/edge/guide/platforms/android/plugin.md   |   2 +-
 .../edge/guide/platforms/blackberry/upgrade.md  |  84 ++---
 .../guide/platforms/blackberry10/upgrade.md     |  84 ++---
 www/docs/pl/edge/guide/platforms/index.md       |  56 ++--
 www/docs/pl/edge/guide/platforms/ios/index.md   |  12 +-
 www/docs/pl/edge/guide/platforms/ios/plugin.md  |   2 +-
 www/docs/pl/edge/guide/platforms/ios/upgrade.md |  74 ++---
 www/docs/pl/edge/guide/platforms/tizen/index.md |   2 +-
 www/docs/pl/edge/guide/platforms/win8/index.md  |   2 +-
 .../pl/edge/guide/platforms/win8/upgrade.md     |   8 +-
 .../edge/guide/platforms/win8/win10-support.md  |   2 +-
 www/docs/pl/edge/guide/platforms/wp8/index.md   |  12 +-
 www/docs/pl/edge/guide/platforms/wp8/plugin.md  |   2 +-
 www/docs/pl/edge/guide/platforms/wp8/upgrade.md |   8 +-
 www/docs/pl/edge/guide/support/index.md         |   4 +-
 www/docs/pl/edge/index.md                       |  32 +-
 .../platform_plugin_versioning_ref/index.md     |  12 +-
 www/docs/ru/3.1.0/config_ref/images.md          |   2 +-
 www/docs/ru/3.1.0/config_ref/index.md           |   8 +-
 .../accelerometer/acceleration/acceleration.md  |  10 +-
 .../accelerometer/accelerometer.clearWatch.md   |  20 +-
 .../accelerometer.getCurrentAcceleration.md     |  32 +-
 .../cordova/accelerometer/accelerometer.md      |  14 +-
 .../accelerometer.watchAcceleration.md          |  36 +--
 .../parameters/accelerometerOptions.md          |   2 +-
 .../parameters/accelerometerSuccess.md          |   8 +-
 .../ru/3.1.0/cordova/camera/camera.cleanup.md   |   4 +-
 .../3.1.0/cordova/camera/camera.getPicture.md   |  12 +-
 www/docs/ru/3.1.0/cordova/camera/camera.md      |   2 +-
 .../camera/parameter/CameraPopoverHandle.md     |  10 +-
 .../camera/parameter/CameraPopoverOptions.md    |   2 +-
 .../cordova/camera/parameter/cameraOptions.md   |   6 +-
 .../cordova/camera/parameter/cameraSuccess.md   |   2 +-
 .../3.1.0/cordova/compass/compass.clearWatch.md |  14 +-
 .../cordova/compass/compass.clearWatchFilter.md |   4 +-
 .../compass/compass.getCurrentHeading.md        |  18 +-
 www/docs/ru/3.1.0/cordova/compass/compass.md    |  18 +-
 .../cordova/compass/compass.watchHeading.md     |  24 +-
 .../compass/compass.watchHeadingFilter.md       |   4 +-
 .../compass/compassError/compassError.md        |   4 +-
 .../cordova/compass/parameters/compassError.md  |   2 +-
 .../compass/parameters/compassHeading.md        |   4 +-
 .../compass/parameters/compassSuccess.md        |   4 +-
 .../ru/3.1.0/cordova/connection/connection.md   |   2 +-
 .../3.1.0/cordova/connection/connection.type.md |   4 +-
 .../3.1.0/cordova/contacts/Contact/contact.md   |  54 ++--
 .../contacts/ContactAddress/contactaddress.md   |  18 +-
 .../contacts/ContactError/contactError.md       |   4 +-
 .../contacts/ContactField/contactfield.md       |  16 +-
 .../ContactFindOptions/contactfindoptions.md    |  16 +-
 .../cordova/contacts/ContactName/contactname.md |  18 +-
 .../ContactOrganization/contactorganization.md  |  18 +-
 .../3.1.0/cordova/contacts/contacts.create.md   |   6 +-
 .../ru/3.1.0/cordova/contacts/contacts.find.md  |  30 +-
 www/docs/ru/3.1.0/cordova/contacts/contacts.md  |  28 +-
 .../contacts/parameters/contactFields.md        |   2 +-
 .../contacts/parameters/contactFindOptions.md   |   2 +-
 .../contacts/parameters/contactSuccess.md       |   4 +-
 .../ru/3.1.0/cordova/device/device.cordova.md   |  12 +-
 www/docs/ru/3.1.0/cordova/device/device.md      |  16 +-
 .../ru/3.1.0/cordova/device/device.model.md     |  12 +-
 www/docs/ru/3.1.0/cordova/device/device.name.md |  16 +-
 .../ru/3.1.0/cordova/device/device.platform.md  |  12 +-
 www/docs/ru/3.1.0/cordova/device/device.uuid.md |  12 +-
 .../ru/3.1.0/cordova/device/device.version.md   |  12 +-
 .../3.1.0/cordova/events/events.backbutton.md   |  12 +-
 .../cordova/events/events.batterycritical.md    |  12 +-
 .../3.1.0/cordova/events/events.batterylow.md   |  12 +-
 .../cordova/events/events.batterystatus.md      |  12 +-
 .../3.1.0/cordova/events/events.deviceready.md  |  10 +-
 .../cordova/events/events.endcallbutton.md      |  12 +-
 www/docs/ru/3.1.0/cordova/events/events.md      |  30 +-
 .../3.1.0/cordova/events/events.menubutton.md   |  12 +-
 .../ru/3.1.0/cordova/events/events.offline.md   |  14 +-
 .../ru/3.1.0/cordova/events/events.online.md    |  16 +-
 .../ru/3.1.0/cordova/events/events.pause.md     |  12 +-
 .../ru/3.1.0/cordova/events/events.resume.md    |  14 +-
 .../3.1.0/cordova/events/events.searchbutton.md |  12 +-
 .../cordova/events/events.startcallbutton.md    |  12 +-
 .../cordova/events/events.volumedownbutton.md   |  12 +-
 .../cordova/events/events.volumeupbutton.md     |  12 +-
 .../file/directoryentry/directoryentry.md       |  32 +-
 .../file/directoryreader/directoryreader.md     |   4 +-
 www/docs/ru/3.1.0/cordova/file/file.md          |  44 +--
 .../3.1.0/cordova/file/fileentry/fileentry.md   |  36 +--
 .../ru/3.1.0/cordova/file/fileobj/fileobj.md    |   4 +-
 .../3.1.0/cordova/file/filereader/filereader.md |  16 +-
 .../3.1.0/cordova/file/filesystem/filesystem.md |  16 +-
 .../cordova/file/filetransfer/filetransfer.md   |  28 +-
 .../file/filetransfererror/filetransfererror.md |  14 +-
 .../file/fileuploadoptions/fileuploadoptions.md |   4 +-
 .../file/fileuploadresult/fileuploadresult.md   |   4 +-
 .../3.1.0/cordova/file/filewriter/filewriter.md |  14 +-
 www/docs/ru/3.1.0/cordova/file/flags/flags.md   |   2 +-
 .../file/localfilesystem/localfilesystem.md     |   8 +-
 .../ru/3.1.0/cordova/file/metadata/metadata.md  |   2 +-
 .../geolocation/Coordinates/coordinates.md      |   8 +-
 .../cordova/geolocation/Position/position.md    |  14 +-
 .../geolocation/PositionError/positionError.md  |   6 +-
 .../geolocation/geolocation.clearWatch.md       |  12 +-
 .../geolocation.getCurrentPosition.md           |  22 +-
 .../ru/3.1.0/cordova/geolocation/geolocation.md |  14 +-
 .../geolocation/geolocation.watchPosition.md    |  24 +-
 .../parameters/geolocation.options.md           |   2 +-
 .../geolocation/parameters/geolocationError.md  |   2 +-
 .../parameters/geolocationSuccess.md            |   2 +-
 .../GlobalizationError/globalizationerror.md    |   4 +-
 .../globalization/globalization.dateToString.md |   4 +-
 .../globalization.getCurrencyPattern.md         |   4 +-
 .../globalization/globalization.getDateNames.md |   4 +-
 .../globalization.getDatePattern.md             |   4 +-
 .../globalization.getFirstDayOfWeek.md          |   4 +-
 .../globalization.getLocaleName.md              |   4 +-
 .../globalization.getNumberPattern.md           |   4 +-
 .../globalization.getPreferredLanguage.md       |   4 +-
 .../globalization.isDayLightSavingsTime.md      |   4 +-
 .../cordova/globalization/globalization.md      |  26 +-
 .../globalization.numberToString.md             |   4 +-
 .../globalization/globalization.stringToDate.md |   4 +-
 .../globalization.stringToNumber.md             |   4 +-
 .../3.1.0/cordova/inappbrowser/inappbrowser.md  |  54 ++--
 .../3.1.0/cordova/inappbrowser/window.open.md   |  18 +-
 .../cordova/media/MediaError/mediaError.md      |   4 +-
 .../cordova/media/Parameters/mediaError.md      |   2 +-
 .../ru/3.1.0/cordova/media/capture/CaptureCB.md |   4 +-
 .../cordova/media/capture/CaptureErrorCB.md     |   6 +-
 .../media/capture/MediaFile.getFormatData.md    |  14 +-
 .../ru/3.1.0/cordova/media/capture/MediaFile.md |   2 +-
 .../cordova/media/capture/MediaFileData.md      |   8 +-
 .../ru/3.1.0/cordova/media/capture/capture.md   |  34 +--
 .../3.1.0/cordova/media/capture/captureAudio.md |  10 +-
 .../media/capture/captureAudioOptions.md        |   2 +-
 .../3.1.0/cordova/media/capture/captureImage.md |   8 +-
 .../media/capture/captureImageOptions.md        |   2 +-
 .../3.1.0/cordova/media/capture/captureVideo.md |  10 +-
 .../media/capture/captureVideoOptions.md        |   2 +-
 .../cordova/media/media.getCurrentPosition.md   |  10 +-
 .../ru/3.1.0/cordova/media/media.getDuration.md |   8 +-
 www/docs/ru/3.1.0/cordova/media/media.md        |  20 +-
 www/docs/ru/3.1.0/cordova/media/media.pause.md  |   8 +-
 www/docs/ru/3.1.0/cordova/media/media.play.md   |   8 +-
 .../ru/3.1.0/cordova/media/media.release.md     |  10 +-
 www/docs/ru/3.1.0/cordova/media/media.seekTo.md |   8 +-
 .../ru/3.1.0/cordova/media/media.setVolume.md   |   8 +-
 .../ru/3.1.0/cordova/media/media.startRecord.md |   8 +-
 www/docs/ru/3.1.0/cordova/media/media.stop.md   |   6 +-
 .../ru/3.1.0/cordova/media/media.stopRecord.md  |  10 +-
 .../cordova/notification/notification.alert.md  |   4 +-
 .../cordova/notification/notification.beep.md   |   8 +-
 .../notification/notification.confirm.md        |   4 +-
 .../3.1.0/cordova/notification/notification.md  |   6 +-
 .../cordova/notification/notification.prompt.md |   4 +-
 .../notification/notification.vibrate.md        |   4 +-
 .../cordova/splashscreen/splashscreen.hide.md   |   8 +-
 .../3.1.0/cordova/splashscreen/splashscreen.md  |   4 +-
 .../cordova/splashscreen/splashscreen.show.md   |   6 +-
 .../3.1.0/cordova/storage/database/database.md  |  14 +-
 .../storage/localstorage/localstorage.md        |   6 +-
 .../storage/sqlresultset/sqlresultset.md        |  18 +-
 .../sqlresultsetrowlist/sqlresultsetrowlist.md  |  18 +-
 .../storage/sqltransaction/sqltransaction.md    |  10 +-
 www/docs/ru/3.1.0/cordova/storage/storage.md    |  22 +-
 .../cordova/storage/storage.opendatabase.md     |   8 +-
 www/docs/ru/3.1.0/guide/appdev/privacy/index.md |   2 +-
 www/docs/ru/3.1.0/guide/cli/index.md            |  20 +-
 www/docs/ru/3.1.0/guide/hybrid/plugins/index.md |   2 +-
 .../ru/3.1.0/guide/hybrid/webviews/index.md     |   2 +-
 www/docs/ru/3.1.0/guide/overview/index.md       |  36 +--
 .../ru/3.1.0/guide/platforms/android/config.md  |   2 +-
 .../ru/3.1.0/guide/platforms/android/index.md   |   8 +-
 .../3.1.0/guide/platforms/blackberry/config.md  |   2 +-
 .../3.1.0/guide/platforms/blackberry/index.md   |   4 +-
 .../guide/platforms/blackberry/upgrading.md     |   6 +-
 .../guide/platforms/blackberry10/config.md      |   6 +-
 .../3.1.0/guide/platforms/blackberry10/index.md |   2 +-
 .../guide/platforms/blackberry10/plugin.md      |   4 +-
 .../guide/platforms/blackberry10/upgrading.md   |  20 +-
 www/docs/ru/3.1.0/guide/platforms/index.md      |  40 +--
 www/docs/ru/3.1.0/guide/platforms/ios/config.md |   2 +-
 www/docs/ru/3.1.0/guide/platforms/ios/index.md  |  12 +-
 .../ru/3.1.0/guide/platforms/ios/upgrading.md   |  32 +-
 .../ru/3.1.0/guide/platforms/tizen/index.md     |   2 +-
 www/docs/ru/3.1.0/guide/platforms/win8/index.md |   8 +-
 www/docs/ru/3.1.0/guide/platforms/wp7/index.md  |   8 +-
 www/docs/ru/3.1.0/guide/platforms/wp8/index.md  |   8 +-
 www/docs/ru/3.1.0/guide/platforms/wp8/plugin.md |   2 +-
 www/docs/ru/3.1.0/guide/platforms/wp8/tools.md  |   2 +-
 www/docs/ru/3.1.0/index.md                      |  46 +--
 www/docs/ru/3.1.0/plugin_ref/spec.md            |   6 +-
 www/docs/ru/3.4.0/config_ref/images.md          |   4 +-
 www/docs/ru/3.4.0/config_ref/index.md           |   6 +-
 .../3.4.0/cordova/events/events.backbutton.md   |   6 +-
 .../3.4.0/cordova/events/events.deviceready.md  |   2 +-
 .../cordova/events/events.endcallbutton.md      |   6 +-
 www/docs/ru/3.4.0/cordova/events/events.md      |  20 +-
 .../3.4.0/cordova/events/events.menubutton.md   |   6 +-
 .../ru/3.4.0/cordova/events/events.pause.md     |   6 +-
 .../ru/3.4.0/cordova/events/events.resume.md    |   6 +-
 .../3.4.0/cordova/events/events.searchbutton.md |   6 +-
 .../cordova/events/events.startcallbutton.md    |   6 +-
 .../cordova/events/events.volumedownbutton.md   |   6 +-
 .../cordova/events/events.volumeupbutton.md     |   6 +-
 .../3.4.0/cordova/storage/database/database.md  |  14 +-
 .../storage/localstorage/localstorage.md        |   6 +-
 .../storage/sqlresultset/sqlresultset.md        |  18 +-
 .../sqlresultsetrowlist/sqlresultsetrowlist.md  |  18 +-
 .../storage/sqltransaction/sqltransaction.md    |  10 +-
 www/docs/ru/3.4.0/cordova/storage/storage.md    |   2 +-
 .../cordova/storage/storage.opendatabase.md     |   4 +-
 .../ru/3.4.0/guide/appdev/whitelist/index.md    |   2 +-
 www/docs/ru/3.4.0/guide/cli/index.md            |   4 +-
 www/docs/ru/3.4.0/guide/hybrid/plugins/index.md |  10 +-
 .../ru/3.4.0/guide/hybrid/webviews/index.md     |   6 +-
 .../3.4.0/guide/platforms/amazonfireos/index.md |   6 +-
 .../guide/platforms/amazonfireos/plugin.md      |   2 +-
 .../ru/3.4.0/guide/platforms/android/config.md  |   2 +-
 .../ru/3.4.0/guide/platforms/android/index.md   |   4 +-
 .../3.4.0/guide/platforms/android/upgrading.md  |   2 +-
 .../3.4.0/guide/platforms/blackberry/index.md   |   4 +-
 .../guide/platforms/blackberry/upgrading.md     |   4 +-
 .../3.4.0/guide/platforms/blackberry10/index.md |   2 +-
 .../guide/platforms/blackberry10/upgrading.md   |  10 +-
 www/docs/ru/3.4.0/guide/platforms/index.md      |   2 +-
 www/docs/ru/3.4.0/guide/platforms/ios/index.md  |  10 +-
 .../ru/3.4.0/guide/platforms/ios/upgrading.md   |  24 +-
 www/docs/ru/3.4.0/guide/platforms/win8/index.md |   8 +-
 www/docs/ru/3.4.0/guide/platforms/wp7/index.md  |   6 +-
 www/docs/ru/3.4.0/guide/platforms/wp8/index.md  |   6 +-
 www/docs/ru/3.4.0/guide/platforms/wp8/tools.md  |   2 +-
 .../ru/3.4.0/guide/platforms/wp8/upgrading.md   |   2 +-
 www/docs/ru/3.4.0/guide/support/index.md        |   8 +-
 www/docs/ru/3.4.0/index.md                      |  28 +-
 www/docs/ru/3.4.0/plugin_ref/plugman.md         |   4 +-
 www/docs/ru/3.5.0/config_ref/images.md          |   4 +-
 www/docs/ru/3.5.0/config_ref/index.md           |   6 +-
 .../3.5.0/cordova/events/events.backbutton.md   |   6 +-
 .../3.5.0/cordova/events/events.deviceready.md  |   2 +-
 .../cordova/events/events.endcallbutton.md      |   6 +-
 www/docs/ru/3.5.0/cordova/events/events.md      |  20 +-
 .../3.5.0/cordova/events/events.menubutton.md   |   6 +-
 .../ru/3.5.0/cordova/events/events.pause.md     |   6 +-
 .../ru/3.5.0/cordova/events/events.resume.md    |   6 +-
 .../3.5.0/cordova/events/events.searchbutton.md |   6 +-
 .../cordova/events/events.startcallbutton.md    |   6 +-
 .../cordova/events/events.volumedownbutton.md   |   6 +-
 .../cordova/events/events.volumeupbutton.md     |   6 +-
 .../3.5.0/cordova/storage/database/database.md  |  14 +-
 .../storage/localstorage/localstorage.md        |   6 +-
 .../storage/sqlresultset/sqlresultset.md        |  18 +-
 .../sqlresultsetrowlist/sqlresultsetrowlist.md  |  18 +-
 .../storage/sqltransaction/sqltransaction.md    |  10 +-
 www/docs/ru/3.5.0/cordova/storage/storage.md    |   2 +-
 .../cordova/storage/storage.opendatabase.md     |   4 +-
 .../ru/3.5.0/guide/appdev/whitelist/index.md    |   2 +-
 www/docs/ru/3.5.0/guide/cli/index.md            |   4 +-
 www/docs/ru/3.5.0/guide/hybrid/plugins/index.md |  10 +-
 .../ru/3.5.0/guide/hybrid/webviews/index.md     |   6 +-
 .../3.5.0/guide/platforms/amazonfireos/index.md |   6 +-
 .../guide/platforms/amazonfireos/plugin.md      |   2 +-
 .../ru/3.5.0/guide/platforms/android/config.md  |   2 +-
 .../ru/3.5.0/guide/platforms/android/index.md   |   4 +-
 .../3.5.0/guide/platforms/android/upgrading.md  |   2 +-
 .../3.5.0/guide/platforms/blackberry/index.md   |   4 +-
 .../guide/platforms/blackberry/upgrading.md     |   4 +-
 .../3.5.0/guide/platforms/blackberry10/index.md |   2 +-
 .../guide/platforms/blackberry10/upgrading.md   |  10 +-
 www/docs/ru/3.5.0/guide/platforms/index.md      |   2 +-
 www/docs/ru/3.5.0/guide/platforms/ios/index.md  |  10 +-
 .../ru/3.5.0/guide/platforms/ios/upgrading.md   |  24 +-
 www/docs/ru/3.5.0/guide/platforms/win8/index.md |   8 +-
 www/docs/ru/3.5.0/guide/platforms/wp7/index.md  |   6 +-
 www/docs/ru/3.5.0/guide/platforms/wp8/index.md  |   6 +-
 www/docs/ru/3.5.0/guide/platforms/wp8/tools.md  |   2 +-
 .../ru/3.5.0/guide/platforms/wp8/upgrading.md   |   2 +-
 www/docs/ru/3.5.0/guide/support/index.md        |   8 +-
 www/docs/ru/3.5.0/index.md                      |  28 +-
 www/docs/ru/3.5.0/plugin_ref/plugman.md         |   4 +-
 www/docs/ru/5.0.0/config_ref/index.md           |   8 +-
 .../5.0.0/cordova/events/events.backbutton.md   |   6 +-
 .../5.0.0/cordova/events/events.deviceready.md  |   2 +-
 .../cordova/events/events.endcallbutton.md      |   6 +-
 www/docs/ru/5.0.0/cordova/events/events.md      |  20 +-
 .../5.0.0/cordova/events/events.menubutton.md   |   6 +-
 .../ru/5.0.0/cordova/events/events.pause.md     |   6 +-
 .../ru/5.0.0/cordova/events/events.resume.md    |   8 +-
 .../5.0.0/cordova/events/events.searchbutton.md |   6 +-
 .../cordova/events/events.startcallbutton.md    |   6 +-
 .../cordova/events/events.volumedownbutton.md   |   6 +-
 .../cordova/events/events.volumeupbutton.md     |   6 +-
 .../ru/5.0.0/guide/appdev/security/index.md     |   2 +-
 .../ru/5.0.0/guide/appdev/whitelist/index.md    |   2 +-
 www/docs/ru/5.0.0/guide/cli/index.md            |  24 +-
 www/docs/ru/5.0.0/guide/hybrid/plugins/index.md |  20 +-
 .../ru/5.0.0/guide/hybrid/webviews/index.md     |   8 +-
 www/docs/ru/5.0.0/guide/next/index.md           |   2 +-
 www/docs/ru/5.0.0/guide/overview/index.md       |  12 +-
 .../guide/platforms/amazonfireos/config.md      |   4 +-
 .../5.0.0/guide/platforms/amazonfireos/index.md |  12 +-
 .../ru/5.0.0/guide/platforms/android/config.md  |   4 +-
 .../ru/5.0.0/guide/platforms/android/index.md   |   6 +-
 .../ru/5.0.0/guide/platforms/android/plugin.md  |   4 +-
 .../ru/5.0.0/guide/platforms/android/tools.md   |   4 +-
 .../ru/5.0.0/guide/platforms/android/upgrade.md |  14 +-
 .../5.0.0/guide/platforms/android/upgrading.md  |   2 +-
 .../ru/5.0.0/guide/platforms/android/webview.md |   2 +-
 .../5.0.0/guide/platforms/blackberry/index.md   |   6 +-
 .../5.0.0/guide/platforms/blackberry/upgrade.md |   4 +-
 .../guide/platforms/blackberry/upgrading.md     |   2 +-
 .../guide/platforms/blackberry10/config.md      |   4 +-
 .../5.0.0/guide/platforms/blackberry10/index.md |  10 +-
 .../5.0.0/guide/platforms/blackberry10/tools.md |   2 +-
 .../guide/platforms/blackberry10/upgrade.md     |  12 +-
 .../guide/platforms/blackberry10/upgrading.md   |   8 +-
 .../ru/5.0.0/guide/platforms/firefoxos/index.md |   2 +-
 www/docs/ru/5.0.0/guide/platforms/index.md      |  56 ++--
 www/docs/ru/5.0.0/guide/platforms/ios/config.md |   2 +-
 www/docs/ru/5.0.0/guide/platforms/ios/index.md  |  16 +-
 www/docs/ru/5.0.0/guide/platforms/ios/plugin.md |   6 +-
 www/docs/ru/5.0.0/guide/platforms/ios/tools.md  |   4 +-
 .../ru/5.0.0/guide/platforms/ios/upgrade.md     |  14 +-
 .../ru/5.0.0/guide/platforms/ios/upgrading.md   |   2 +-
 www/docs/ru/5.0.0/guide/platforms/win8/index.md |  12 +-
 .../ru/5.0.0/guide/platforms/win8/upgrade.md    |   6 +-
 www/docs/ru/5.0.0/guide/platforms/wp7/index.md  |   4 +-
 www/docs/ru/5.0.0/guide/platforms/wp8/index.md  |  14 +-
 .../ru/5.0.0/guide/platforms/wp8/parallels.md   |   2 +-
 www/docs/ru/5.0.0/guide/platforms/wp8/plugin.md |  10 +-
 www/docs/ru/5.0.0/guide/platforms/wp8/tools.md  |   2 +-
 .../ru/5.0.0/guide/platforms/wp8/upgrade.md     |  12 +-
 .../ru/5.0.0/guide/platforms/wp8/upgrading.md   |   2 +-
 www/docs/ru/5.0.0/guide/platforms/wp8/vmware.md |   2 +-
 .../ru/5.0.0/guide/platforms/wp8/webview.md     |   2 +-
 www/docs/ru/5.0.0/guide/support/index.md        |   4 +-
 www/docs/ru/5.0.0/index.md                      |  28 +-
 www/docs/ru/5.0.0/plugin_ref/plugman.md         |   4 +-
 www/docs/ru/5.1.1/config_ref/index.md           |  20 +-
 .../5.1.1/cordova/events/events.backbutton.md   |   6 +-
 .../5.1.1/cordova/events/events.deviceready.md  |   2 +-
 .../cordova/events/events.endcallbutton.md      |   6 +-
 www/docs/ru/5.1.1/cordova/events/events.md      |  20 +-
 .../5.1.1/cordova/events/events.menubutton.md   |   6 +-
 .../ru/5.1.1/cordova/events/events.pause.md     |   6 +-
 .../ru/5.1.1/cordova/events/events.resume.md    |   8 +-
 .../5.1.1/cordova/events/events.searchbutton.md |   6 +-
 .../cordova/events/events.startcallbutton.md    |   6 +-
 .../cordova/events/events.volumedownbutton.md   |   6 +-
 .../cordova/events/events.volumeupbutton.md     |   6 +-
 .../ru/5.1.1/guide/appdev/security/index.md     |   2 +-
 .../ru/5.1.1/guide/appdev/whitelist/index.md    |   2 +-
 www/docs/ru/5.1.1/guide/cli/index.md            |  24 +-
 www/docs/ru/5.1.1/guide/hybrid/plugins/index.md |  22 +-
 .../ru/5.1.1/guide/hybrid/webviews/index.md     |   8 +-
 www/docs/ru/5.1.1/guide/next/index.md           |   4 +-
 www/docs/ru/5.1.1/guide/overview/index.md       |  16 +-
 .../guide/platforms/amazonfireos/config.md      |   4 +-
 .../5.1.1/guide/platforms/amazonfireos/index.md |  12 +-
 .../guide/platforms/amazonfireos/plugin.md      |   2 +-
 .../guide/platforms/amazonfireos/webview.md     |   2 +-
 .../ru/5.1.1/guide/platforms/android/config.md  |   4 +-
 .../ru/5.1.1/guide/platforms/android/index.md   |  10 +-
 .../ru/5.1.1/guide/platforms/android/plugin.md  |   2 +-
 .../ru/5.1.1/guide/platforms/android/tools.md   |   4 +-
 .../ru/5.1.1/guide/platforms/android/upgrade.md |  16 +-
 .../ru/5.1.1/guide/platforms/android/webview.md |   2 +-
 .../5.1.1/guide/platforms/blackberry/upgrade.md |   4 +-
 .../guide/platforms/blackberry10/config.md      |   4 +-
 .../5.1.1/guide/platforms/blackberry10/index.md |   6 +-
 .../5.1.1/guide/platforms/blackberry10/tools.md |   2 +-
 .../guide/platforms/blackberry10/upgrade.md     |  12 +-
 www/docs/ru/5.1.1/guide/platforms/index.md      |  64 ++--
 www/docs/ru/5.1.1/guide/platforms/ios/config.md |   2 +-
 www/docs/ru/5.1.1/guide/platforms/ios/index.md  |  16 +-
 www/docs/ru/5.1.1/guide/platforms/ios/plugin.md |   4 +-
 www/docs/ru/5.1.1/guide/platforms/ios/tools.md  |   4 +-
 .../ru/5.1.1/guide/platforms/ios/upgrade.md     |  38 +--
 .../ru/5.1.1/guide/platforms/ios/webview.md     |   2 +-
 .../ru/5.1.1/guide/platforms/tizen/index.md     |   2 +-
 .../ru/5.1.1/guide/platforms/ubuntu/index.md    |   2 +-
 www/docs/ru/5.1.1/guide/platforms/win8/index.md |  14 +-
 .../ru/5.1.1/guide/platforms/win8/upgrade.md    |   6 +-
 www/docs/ru/5.1.1/guide/platforms/wp7/index.md  |   2 +-
 www/docs/ru/5.1.1/guide/platforms/wp8/index.md  |  16 +-
 .../ru/5.1.1/guide/platforms/wp8/parallels.md   |   2 +-
 www/docs/ru/5.1.1/guide/platforms/wp8/plugin.md |   8 +-
 .../ru/5.1.1/guide/platforms/wp8/upgrade.md     |  12 +-
 www/docs/ru/5.1.1/guide/platforms/wp8/vmware.md |   2 +-
 .../ru/5.1.1/guide/platforms/wp8/webview.md     |   2 +-
 www/docs/ru/5.1.1/guide/support/index.md        |   4 +-
 www/docs/ru/5.1.1/index.md                      |  36 +--
 www/docs/ru/5.1.1/plugin_ref/plugman.md         |   6 +-
 www/docs/ru/5.1.1/plugin_ref/spec.md            |   2 +-
 www/docs/ru/edge/config_ref/images.md           |   2 +-
 www/docs/ru/edge/config_ref/index.md            |  20 +-
 .../ru/edge/cordova/events/events.backbutton.md |   6 +-
 .../edge/cordova/events/events.deviceready.md   |   2 +-
 .../edge/cordova/events/events.endcallbutton.md |   6 +-
 www/docs/ru/edge/cordova/events/events.md       |  20 +-
 .../ru/edge/cordova/events/events.menubutton.md |   6 +-
 www/docs/ru/edge/cordova/events/events.pause.md |   6 +-
 .../ru/edge/cordova/events/events.resume.md     |   8 +-
 .../edge/cordova/events/events.searchbutton.md  |   6 +-
 .../cordova/events/events.startcallbutton.md    |   6 +-
 .../cordova/events/events.volumedownbutton.md   |   6 +-
 .../cordova/events/events.volumeupbutton.md     |   6 +-
 www/docs/ru/edge/guide/appdev/security/index.md |   2 +-
 .../ru/edge/guide/appdev/whitelist/index.md     |   2 +-
 www/docs/ru/edge/guide/cli/index.md             |  24 +-
 www/docs/ru/edge/guide/hybrid/plugins/index.md  |  22 +-
 www/docs/ru/edge/guide/hybrid/webviews/index.md |   8 +-
 www/docs/ru/edge/guide/next/index.md            |   4 +-
 www/docs/ru/edge/guide/overview/index.md        |  16 +-
 .../edge/guide/platforms/amazonfireos/config.md |   4 +-
 .../edge/guide/platforms/amazonfireos/index.md  |  12 +-
 .../edge/guide/platforms/amazonfireos/plugin.md |   2 +-
 .../guide/platforms/amazonfireos/webview.md     |   2 +-
 .../ru/edge/guide/platforms/android/config.md   |   4 +-
 .../ru/edge/guide/platforms/android/index.md    |  10 +-
 .../ru/edge/guide/platforms/android/plugin.md   |   2 +-
 .../ru/edge/guide/platforms/android/tools.md    |   4 +-
 .../ru/edge/guide/platforms/android/upgrade.md  |  16 +-
 .../ru/edge/guide/platforms/android/webview.md  |   2 +-
 .../edge/guide/platforms/blackberry/upgrade.md  |   4 +-
 .../edge/guide/platforms/blackberry10/config.md |   4 +-
 .../edge/guide/platforms/blackberry10/index.md  |   6 +-
 .../edge/guide/platforms/blackberry10/tools.md  |   2 +-
 .../guide/platforms/blackberry10/upgrade.md     |  12 +-
 www/docs/ru/edge/guide/platforms/index.md       |  64 ++--
 www/docs/ru/edge/guide/platforms/ios/config.md  |   2 +-
 www/docs/ru/edge/guide/platforms/ios/index.md   |  16 +-
 www/docs/ru/edge/guide/platforms/ios/plugin.md  |   4 +-
 www/docs/ru/edge/guide/platforms/ios/tools.md   |   4 +-
 www/docs/ru/edge/guide/platforms/ios/upgrade.md |  38 +--
 www/docs/ru/edge/guide/platforms/ios/webview.md |   2 +-
 www/docs/ru/edge/guide/platforms/tizen/index.md |   2 +-
 .../ru/edge/guide/platforms/ubuntu/index.md     |   2 +-
 www/docs/ru/edge/guide/platforms/win8/index.md  |  14 +-
 .../ru/edge/guide/platforms/win8/upgrade.md     |   6 +-
 www/docs/ru/edge/guide/platforms/wp7/index.md   |   2 +-
 www/docs/ru/edge/guide/platforms/wp8/index.md   |  16 +-
 .../ru/edge/guide/platforms/wp8/parallels.md    |   2 +-
 www/docs/ru/edge/guide/platforms/wp8/plugin.md  |   8 +-
 www/docs/ru/edge/guide/platforms/wp8/upgrade.md |  12 +-
 www/docs/ru/edge/guide/platforms/wp8/vmware.md  |   2 +-
 www/docs/ru/edge/guide/platforms/wp8/webview.md |   2 +-
 www/docs/ru/edge/guide/support/index.md         |   4 +-
 www/docs/ru/edge/index.md                       |  36 +--
 www/docs/ru/edge/plugin_ref/plugman.md          |   6 +-
 www/docs/ru/edge/plugin_ref/spec.md             |   2 +-
 www/docs/sl/3.4.0/config_ref/images.md          |   2 +-
 www/docs/sl/3.4.0/config_ref/index.md           |  10 +-
 .../3.4.0/cordova/events/events.backbutton.md   |   4 +-
 .../cordova/events/events.endcallbutton.md      |   4 +-
 www/docs/sl/3.4.0/cordova/events/events.md      |  20 +-
 .../3.4.0/cordova/events/events.menubutton.md   |   4 +-
 .../sl/3.4.0/cordova/events/events.pause.md     |   4 +-
 .../sl/3.4.0/cordova/events/events.resume.md    |   6 +-
 .../3.4.0/cordova/events/events.searchbutton.md |   4 +-
 .../cordova/events/events.startcallbutton.md    |   4 +-
 .../cordova/events/events.volumedownbutton.md   |   4 +-
 .../cordova/events/events.volumeupbutton.md     |   4 +-
 www/docs/sl/3.4.0/cordova/storage/storage.md    |   2 +-
 www/docs/sl/3.4.0/guide/cli/index.md            |   6 +-
 www/docs/sl/3.4.0/guide/hybrid/plugins/index.md |  14 +-
 .../sl/3.4.0/guide/hybrid/webviews/index.md     |   6 +-
 .../guide/platforms/amazonfireos/config.md      |   2 +-
 .../3.4.0/guide/platforms/amazonfireos/index.md |   6 +-
 .../guide/platforms/amazonfireos/plugin.md      |   2 +-
 .../sl/3.4.0/guide/platforms/android/config.md  |   2 +-
 .../sl/3.4.0/guide/platforms/android/index.md   |  10 +-
 .../sl/3.4.0/guide/platforms/android/plugin.md  |   2 +-
 .../sl/3.4.0/guide/platforms/android/tools.md   |   2 +-
 .../3.4.0/guide/platforms/android/upgrading.md  |   2 +-
 .../3.4.0/guide/platforms/blackberry10/tools.md |   2 +-
 .../guide/platforms/blackberry10/upgrading.md   |   4 +-
 www/docs/sl/3.4.0/guide/platforms/index.md      |  60 ++--
 www/docs/sl/3.4.0/guide/platforms/ios/index.md  |  12 +-
 www/docs/sl/3.4.0/guide/platforms/ios/plugin.md |   2 +-
 www/docs/sl/3.4.0/guide/platforms/ios/tools.md  |   2 +-
 .../sl/3.4.0/guide/platforms/ios/upgrading.md   |  24 +-
 www/docs/sl/3.4.0/guide/platforms/win8/index.md |   8 +-
 www/docs/sl/3.4.0/guide/platforms/win8/tools.md |   2 +-
 www/docs/sl/3.4.0/guide/platforms/wp7/index.md  |   8 +-
 www/docs/sl/3.4.0/guide/platforms/wp8/index.md  |   8 +-
 www/docs/sl/3.4.0/guide/platforms/wp8/tools.md  |   2 +-
 .../sl/3.4.0/guide/platforms/wp8/upgrading.md   |   2 +-
 www/docs/sl/3.4.0/guide/support/index.md        |   4 +-
 www/docs/sl/3.4.0/index.md                      |  32 +-
 www/docs/sl/3.5.0/config_ref/images.md          |   2 +-
 www/docs/sl/3.5.0/config_ref/index.md           |  10 +-
 .../3.5.0/cordova/events/events.backbutton.md   |   4 +-
 .../cordova/events/events.endcallbutton.md      |   4 +-
 www/docs/sl/3.5.0/cordova/events/events.md      |  20 +-
 .../3.5.0/cordova/events/events.menubutton.md   |   4 +-
 .../sl/3.5.0/cordova/events/events.pause.md     |   4 +-
 .../sl/3.5.0/cordova/events/events.resume.md    |   6 +-
 .../3.5.0/cordova/events/events.searchbutton.md |   4 +-
 .../cordova/events/events.startcallbutton.md    |   4 +-
 .../cordova/events/events.volumedownbutton.md   |   4 +-
 .../cordova/events/events.volumeupbutton.md     |   4 +-
 www/docs/sl/3.5.0/cordova/storage/storage.md    |   2 +-
 www/docs/sl/3.5.0/guide/cli/index.md            |   6 +-
 www/docs/sl/3.5.0/guide/hybrid/plugins/index.md |  14 +-
 .../sl/3.5.0/guide/hybrid/webviews/index.md     |   6 +-
 .../guide/platforms/amazonfireos/config.md      |   2 +-
 .../3.5.0/guide/platforms/amazonfireos/index.md |   6 +-
 .../guide/platforms/amazonfireos/plugin.md      |   2 +-
 .../sl/3.5.0/guide/platforms/android/config.md  |   2 +-
 .../sl/3.5.0/guide/platforms/android/index.md   |  10 +-
 .../sl/3.5.0/guide/platforms/android/plugin.md  |   2 +-
 .../sl/3.5.0/guide/platforms/android/tools.md   |   2 +-
 .../3.5.0/guide/platforms/android/upgrading.md  |   2 +-
 .../3.5.0/guide/platforms/blackberry10/tools.md |   2 +-
 .../guide/platforms/blackberry10/upgrading.md   |   4 +-
 www/docs/sl/3.5.0/guide/platforms/index.md      |  60 ++--
 www/docs/sl/3.5.0/guide/platforms/ios/index.md  |  12 +-
 www/docs/sl/3.5.0/guide/platforms/ios/plugin.md |   2 +-
 www/docs/sl/3.5.0/guide/platforms/ios/tools.md  |   2 +-
 .../sl/3.5.0/guide/platforms/ios/upgrading.md   |  24 +-
 www/docs/sl/3.5.0/guide/platforms/win8/index.md |   8 +-
 www/docs/sl/3.5.0/guide/platforms/win8/tools.md |   2 +-
 www/docs/sl/3.5.0/guide/platforms/wp7/index.md  |   8 +-
 www/docs/sl/3.5.0/guide/platforms/wp8/index.md  |   8 +-
 www/docs/sl/3.5.0/guide/platforms/wp8/tools.md  |   2 +-
 .../sl/3.5.0/guide/platforms/wp8/upgrading.md   |   2 +-
 www/docs/sl/3.5.0/guide/support/index.md        |   4 +-
 www/docs/sl/3.5.0/index.md                      |  32 +-
 www/docs/sl/edge/config_ref/images.md           |   2 +-
 www/docs/sl/edge/config_ref/index.md            |  10 +-
 .../sl/edge/cordova/events/events.backbutton.md |   4 +-
 .../edge/cordova/events/events.endcallbutton.md |   4 +-
 www/docs/sl/edge/cordova/events/events.md       |  20 +-
 .../sl/edge/cordova/events/events.menubutton.md |   4 +-
 www/docs/sl/edge/cordova/events/events.pause.md |   4 +-
 .../sl/edge/cordova/events/events.resume.md     |   6 +-
 .../edge/cordova/events/events.searchbutton.md  |   4 +-
 .../cordova/events/events.startcallbutton.md    |   4 +-
 .../cordova/events/events.volumedownbutton.md   |   4 +-
 .../cordova/events/events.volumeupbutton.md     |   4 +-
 www/docs/sl/edge/cordova/storage/storage.md     |   2 +-
 www/docs/sl/edge/guide/cli/index.md             |   6 +-
 www/docs/sl/edge/guide/hybrid/plugins/index.md  |  14 +-
 www/docs/sl/edge/guide/hybrid/webviews/index.md |   6 +-
 .../edge/guide/platforms/amazonfireos/config.md |   2 +-
 .../edge/guide/platforms/amazonfireos/index.md  |   6 +-
 .../edge/guide/platforms/amazonfireos/plugin.md |   2 +-
 .../sl/edge/guide/platforms/android/config.md   |   2 +-
 .../sl/edge/guide/platforms/android/index.md    |  10 +-
 .../sl/edge/guide/platforms/android/plugin.md   |   2 +-
 .../sl/edge/guide/platforms/android/tools.md    |   2 +-
 .../edge/guide/platforms/android/upgrading.md   |   2 +-
 .../edge/guide/platforms/blackberry10/tools.md  |   2 +-
 .../guide/platforms/blackberry10/upgrading.md   |   4 +-
 www/docs/sl/edge/guide/platforms/index.md       |  60 ++--
 www/docs/sl/edge/guide/platforms/ios/index.md   |  12 +-
 www/docs/sl/edge/guide/platforms/ios/plugin.md  |   2 +-
 www/docs/sl/edge/guide/platforms/ios/tools.md   |   2 +-
 .../sl/edge/guide/platforms/ios/upgrading.md    |  24 +-
 www/docs/sl/edge/guide/platforms/win8/index.md  |   8 +-
 www/docs/sl/edge/guide/platforms/win8/tools.md  |   2 +-
 www/docs/sl/edge/guide/platforms/wp7/index.md   |   8 +-
 www/docs/sl/edge/guide/platforms/wp8/index.md   |   8 +-
 www/docs/sl/edge/guide/platforms/wp8/tools.md   |   2 +-
 .../sl/edge/guide/platforms/wp8/upgrading.md    |   2 +-
 www/docs/sl/edge/guide/support/index.md         |   4 +-
 www/docs/sl/edge/index.md                       |  32 +-
 www/docs/zh/3.1.0/config_ref/images.md          |  30 +-
 www/docs/zh/3.1.0/config_ref/index.md           |  44 +--
 .../accelerometer/acceleration/acceleration.md  |  14 +-
 .../accelerometer/accelerometer.clearWatch.md   |  10 +-
 .../accelerometer.getCurrentAcceleration.md     |  16 +-
 .../cordova/accelerometer/accelerometer.md      |  28 +-
 .../accelerometer.watchAcceleration.md          |  22 +-
 .../parameters/accelerometerError.md            |   2 +-
 .../parameters/accelerometerOptions.md          |   2 +-
 .../parameters/accelerometerSuccess.md          |   2 +-
 .../zh/3.1.0/cordova/camera/camera.cleanup.md   |   6 +-
 .../3.1.0/cordova/camera/camera.getPicture.md   |  24 +-
 www/docs/zh/3.1.0/cordova/camera/camera.md      |  14 +-
 .../camera/parameter/CameraPopoverHandle.md     |  14 +-
 .../camera/parameter/CameraPopoverOptions.md    |  10 +-
 .../cordova/camera/parameter/cameraError.md     |   2 +-
 .../cordova/camera/parameter/cameraOptions.md   |  30 +-
 .../cordova/camera/parameter/cameraSuccess.md   |   2 +-
 .../3.1.0/cordova/compass/compass.clearWatch.md |  16 +-
 .../cordova/compass/compass.clearWatchFilter.md |   4 +-
 .../compass/compass.getCurrentHeading.md        |  18 +-
 www/docs/zh/3.1.0/cordova/compass/compass.md    |  26 +-
 .../cordova/compass/compass.watchHeading.md     |  24 +-
 .../compass/compass.watchHeadingFilter.md       |   4 +-
 .../compass/compassError/compassError.md        |   4 +-
 .../cordova/compass/parameters/compassError.md  |   2 +-
 .../compass/parameters/compassHeading.md        |   6 +-
 .../compass/parameters/compassOptions.md        |   4 +-
 .../compass/parameters/compassSuccess.md        |   4 +-
 .../zh/3.1.0/cordova/connection/connection.md   |  10 +-
 .../3.1.0/cordova/connection/connection.type.md |  16 +-
 .../3.1.0/cordova/contacts/Contact/contact.md   |  90 +++---
 .../contacts/ContactAddress/contactaddress.md   |  36 +--
 .../contacts/ContactError/contactError.md       |   4 +-
 .../contacts/ContactField/contactfield.md       |  22 +-
 .../ContactFindOptions/contactfindoptions.md    |  20 +-
 .../cordova/contacts/ContactName/contactname.md |  38 +--
 .../ContactOrganization/contactorganization.md  |  42 +--
 .../3.1.0/cordova/contacts/contacts.create.md   |  10 +-
 .../zh/3.1.0/cordova/contacts/contacts.find.md  |  32 +-
 www/docs/zh/3.1.0/cordova/contacts/contacts.md  |  34 +--
 .../contacts/parameters/contactFields.md        |   2 +-
 .../contacts/parameters/contactFindOptions.md   |   6 +-
 .../contacts/parameters/contactSuccess.md       |   4 +-
 .../zh/3.1.0/cordova/device/device.cordova.md   |  16 +-
 www/docs/zh/3.1.0/cordova/device/device.md      |  24 +-
 .../zh/3.1.0/cordova/device/device.model.md     |  20 +-
 www/docs/zh/3.1.0/cordova/device/device.name.md |  24 +-
 .../zh/3.1.0/cordova/device/device.platform.md  |  20 +-
 www/docs/zh/3.1.0/cordova/device/device.uuid.md |  26 +-
 .../zh/3.1.0/cordova/device/device.version.md   |  12 +-
 .../3.1.0/cordova/events/events.backbutton.md   |  14 +-
 .../cordova/events/events.batterycritical.md    |  18 +-
 .../3.1.0/cordova/events/events.batterylow.md   |  18 +-
 .../cordova/events/events.batterystatus.md      |  18 +-
 .../3.1.0/cordova/events/events.deviceready.md  |  18 +-
 .../cordova/events/events.endcallbutton.md      |  16 +-
 www/docs/zh/3.1.0/cordova/events/events.md      |  36 +--
 .../3.1.0/cordova/events/events.menubutton.md   |  16 +-
 .../zh/3.1.0/cordova/events/events.offline.md   |  22 +-
 .../zh/3.1.0/cordova/events/events.online.md    |  22 +-
 .../zh/3.1.0/cordova/events/events.pause.md     |  18 +-
 .../zh/3.1.0/cordova/events/events.resume.md    |  28 +-
 .../3.1.0/cordova/events/events.searchbutton.md |  16 +-
 .../cordova/events/events.startcallbutton.md    |  16 +-
 .../cordova/events/events.volumedownbutton.md   |  16 +-
 .../cordova/events/events.volumeupbutton.md     |  16 +-
 .../file/directoryentry/directoryentry.md       |  90 +++---
 .../file/directoryreader/directoryreader.md     |   6 +-
 www/docs/zh/3.1.0/cordova/file/file.md          |  42 +--
 .../3.1.0/cordova/file/fileentry/fileentry.md   | 100 +++---
 .../3.1.0/cordova/file/fileerror/fileerror.md   |   4 +-
 .../zh/3.1.0/cordova/file/fileobj/fileobj.md    |   4 +-
 .../3.1.0/cordova/file/filereader/filereader.md |  42 +--
 .../3.1.0/cordova/file/filesystem/filesystem.md |  22 +-
 .../cordova/file/filetransfer/filetransfer.md   |  48 +--
 .../file/filetransfererror/filetransfererror.md |   6 +-
 .../file/fileuploadoptions/fileuploadoptions.md |   2 +-
 .../file/fileuploadresult/fileuploadresult.md   |   4 +-
 .../3.1.0/cordova/file/filewriter/filewriter.md |  40 +--
 www/docs/zh/3.1.0/cordova/file/flags/flags.md   |  10 +-
 .../file/localfilesystem/localfilesystem.md     |  32 +-
 .../zh/3.1.0/cordova/file/metadata/metadata.md  |   6 +-
 .../geolocation/Coordinates/coordinates.md      |  16 +-
 .../cordova/geolocation/Position/position.md    |  16 +-
 .../geolocation/PositionError/positionError.md  |  10 +-
 .../geolocation/geolocation.clearWatch.md       |  16 +-
 .../geolocation.getCurrentPosition.md           |  24 +-
 .../zh/3.1.0/cordova/geolocation/geolocation.md |  28 +-
 .../geolocation/geolocation.watchPosition.md    |  26 +-
 .../parameters/geolocation.options.md           |  10 +-
 .../geolocation/parameters/geolocationError.md  |   4 +-
 .../parameters/geolocationSuccess.md            |   4 +-
 .../GlobalizationError/globalizationerror.md    |  10 +-
 .../globalization/globalization.dateToString.md |   6 +-
 .../globalization.getCurrencyPattern.md         |   6 +-
 .../globalization/globalization.getDateNames.md |   6 +-
 .../globalization.getDatePattern.md             |   6 +-
 .../globalization.getFirstDayOfWeek.md          |   8 +-
 .../globalization.getLocaleName.md              |   6 +-
 .../globalization.getNumberPattern.md           |   6 +-
 .../globalization.getPreferredLanguage.md       |   6 +-
 .../globalization.isDayLightSavingsTime.md      |   6 +-
 .../cordova/globalization/globalization.md      |  36 +--
 .../globalization.numberToString.md             |   6 +-
 .../globalization/globalization.stringToDate.md |   8 +-
 .../globalization.stringToNumber.md             |   6 +-
 .../3.1.0/cordova/inappbrowser/inappbrowser.md  | 100 +++---
 .../3.1.0/cordova/inappbrowser/window.open.md   |  24 +-
 .../cordova/media/MediaError/mediaError.md      |   4 +-
 .../cordova/media/Parameters/mediaError.md      |   4 +-
 .../zh/3.1.0/cordova/media/capture/CaptureCB.md |   6 +-
 .../3.1.0/cordova/media/capture/CaptureError.md |  10 +-
 .../cordova/media/capture/CaptureErrorCB.md     |  12 +-
 .../cordova/media/capture/ConfigurationData.md  |   6 +-
 .../media/capture/MediaFile.getFormatData.md    |  12 +-
 .../zh/3.1.0/cordova/media/capture/MediaFile.md |  16 +-
 .../cordova/media/capture/MediaFileData.md      |  18 +-
 .../zh/3.1.0/cordova/media/capture/capture.md   |  44 +--
 .../3.1.0/cordova/media/capture/captureAudio.md |  16 +-
 .../media/capture/captureAudioOptions.md        |   6 +-
 .../3.1.0/cordova/media/capture/captureImage.md |  16 +-
 .../media/capture/captureImageOptions.md        |   6 +-
 .../3.1.0/cordova/media/capture/captureVideo.md |  16 +-
 .../media/capture/captureVideoOptions.md        |   6 +-
 .../cordova/media/media.getCurrentPosition.md   |  20 +-
 .../zh/3.1.0/cordova/media/media.getDuration.md |  16 +-
 www/docs/zh/3.1.0/cordova/media/media.md        |  46 +--
 www/docs/zh/3.1.0/cordova/media/media.pause.md  |  16 +-
 www/docs/zh/3.1.0/cordova/media/media.play.md   |  20 +-
 .../zh/3.1.0/cordova/media/media.release.md     |  18 +-
 www/docs/zh/3.1.0/cordova/media/media.seekTo.md |  20 +-
 .../zh/3.1.0/cordova/media/media.setVolume.md   |  14 +-
 .../zh/3.1.0/cordova/media/media.startRecord.md |  18 +-
 www/docs/zh/3.1.0/cordova/media/media.stop.md   |  16 +-
 .../zh/3.1.0/cordova/media/media.stopRecord.md  |  14 +-
 .../cordova/notification/notification.alert.md  |   8 +-
 .../cordova/notification/notification.beep.md   |  18 +-
 .../notification/notification.confirm.md        |  12 +-
 .../3.1.0/cordova/notification/notification.md  |  18 +-
 .../cordova/notification/notification.prompt.md |  14 +-
 .../notification/notification.vibrate.md        |  12 +-
 .../cordova/splashscreen/splashscreen.hide.md   |  10 +-
 .../3.1.0/cordova/splashscreen/splashscreen.md  |  14 +-
 .../cordova/splashscreen/splashscreen.show.md   |  10 +-
 .../3.1.0/cordova/storage/database/database.md  |  14 +-
 .../storage/localstorage/localstorage.md        |  14 +-
 .../cordova/storage/parameters/display_name.md  |   2 +-
 .../zh/3.1.0/cordova/storage/parameters/name.md |   2 +-
 .../zh/3.1.0/cordova/storage/parameters/size.md |   2 +-
 .../3.1.0/cordova/storage/parameters/version.md |   2 +-
 .../storage/sqlresultset/sqlresultset.md        |  12 +-
 .../sqlresultsetrowlist/sqlresultsetrowlist.md  |  10 +-
 .../storage/sqltransaction/sqltransaction.md    |  14 +-
 www/docs/zh/3.1.0/cordova/storage/storage.md    |  32 +-
 .../cordova/storage/storage.opendatabase.md     |  10 +-
 www/docs/zh/3.1.0/guide/appdev/privacy/index.md |  14 +-
 .../zh/3.1.0/guide/appdev/whitelist/index.md    |   8 +-
 www/docs/zh/3.1.0/guide/cli/index.md            |  66 ++--
 www/docs/zh/3.1.0/guide/hybrid/plugins/index.md |  24 +-
 .../zh/3.1.0/guide/hybrid/webviews/index.md     |   4 +-
 www/docs/zh/3.1.0/guide/overview/index.md       |  58 ++--
 .../zh/3.1.0/guide/platforms/android/config.md  |  14 +-
 .../zh/3.1.0/guide/platforms/android/index.md   |  46 +--
 .../zh/3.1.0/guide/platforms/android/plugin.md  |  20 +-
 .../zh/3.1.0/guide/platforms/android/tools.md   |   6 +-
 .../3.1.0/guide/platforms/android/upgrading.md  |  68 ++---
 .../zh/3.1.0/guide/platforms/android/webview.md |  12 +-
 .../3.1.0/guide/platforms/blackberry/config.md  |   4 +-
 .../3.1.0/guide/platforms/blackberry/index.md   |  42 +--
 .../3.1.0/guide/platforms/blackberry/plugin.md  |  12 +-
 .../3.1.0/guide/platforms/blackberry/tools.md   |  16 +-
 .../guide/platforms/blackberry/upgrading.md     | 164 +++++-----
 .../guide/platforms/blackberry10/config.md      |  10 +-
 .../3.1.0/guide/platforms/blackberry10/index.md |  44 +--
 .../guide/platforms/blackberry10/plugin.md      |  38 +--
 .../3.1.0/guide/platforms/blackberry10/tools.md |  38 +--
 .../guide/platforms/blackberry10/upgrading.md   | 166 +++++-----
 .../3.1.0/guide/platforms/firefoxos/config.md   |   2 +-
 www/docs/zh/3.1.0/guide/platforms/index.md      |  62 ++--
 www/docs/zh/3.1.0/guide/platforms/ios/config.md |  10 +-
 www/docs/zh/3.1.0/guide/platforms/ios/index.md  |  60 ++--
 www/docs/zh/3.1.0/guide/platforms/ios/plugin.md |  24 +-
 www/docs/zh/3.1.0/guide/platforms/ios/tools.md  |   4 +-
 .../zh/3.1.0/guide/platforms/ios/upgrading.md   | 304 +++++++++----------
 .../zh/3.1.0/guide/platforms/ios/webview.md     |  22 +-
 .../zh/3.1.0/guide/platforms/tizen/index.md     |  16 +-
 www/docs/zh/3.1.0/guide/platforms/win8/index.md |  26 +-
 www/docs/zh/3.1.0/guide/platforms/win8/tools.md |   2 +-
 .../zh/3.1.0/guide/platforms/win8/upgrading.md  |   6 +-
 www/docs/zh/3.1.0/guide/platforms/wp7/index.md  |  38 +--
 www/docs/zh/3.1.0/guide/platforms/wp8/index.md  |  38 +--
 www/docs/zh/3.1.0/guide/platforms/wp8/plugin.md |  16 +-
 www/docs/zh/3.1.0/guide/platforms/wp8/tools.md  |  16 +-
 .../zh/3.1.0/guide/platforms/wp8/upgrading.md   |  92 +++---
 www/docs/zh/3.1.0/index.md                      |  80 ++---
 www/docs/zh/3.1.0/plugin_ref/plugman.md         |   6 +-
 www/docs/zh/3.1.0/plugin_ref/spec.md            |  84 ++---
 www/docs/zh/3.4.0/config_ref/images.md          |   6 +-
 www/docs/zh/3.4.0/config_ref/index.md           |  20 +-
 .../3.4.0/cordova/events/events.backbutton.md   |   8 +-
 .../3.4.0/cordova/events/events.deviceready.md  |  10 +-
 .../cordova/events/events.endcallbutton.md      |  10 +-
 www/docs/zh/3.4.0/cordova/events/events.md      |  20 +-
 .../3.4.0/cordova/events/events.menubutton.md   |  10 +-
 .../zh/3.4.0/cordova/events/events.pause.md     |  12 +-
 .../zh/3.4.0/cordova/events/events.resume.md    |  20 +-
 .../3.4.0/cordova/events/events.searchbutton.md |  10 +-
 .../cordova/events/events.startcallbutton.md    |  10 +-
 .../cordova/events/events.volumedownbutton.md   |  10 +-
 .../cordova/events/events.volumeupbutton.md     |  10 +-
 www/docs/zh/3.4.0/cordova/plugins/pluginapis.md |   2 +-
 .../3.4.0/cordova/storage/database/database.md  |   6 +-
 .../storage/localstorage/localstorage.md        |  12 +-
 .../cordova/storage/parameters/display_name.md  |   2 +-
 .../zh/3.4.0/cordova/storage/parameters/name.md |   2 +-
 .../zh/3.4.0/cordova/storage/parameters/size.md |   2 +-
 .../3.4.0/cordova/storage/parameters/version.md |   2 +-
 .../storage/sqlresultset/sqlresultset.md        |  12 +-
 .../sqlresultsetrowlist/sqlresultsetrowlist.md  |  10 +-
 .../storage/sqltransaction/sqltransaction.md    |   8 +-
 www/docs/zh/3.4.0/cordova/storage/storage.md    |  12 +-
 .../cordova/storage/storage.opendatabase.md     |   6 +-
 www/docs/zh/3.4.0/guide/appdev/privacy/index.md |   8 +-
 .../zh/3.4.0/guide/appdev/whitelist/index.md    |   4 +-
 www/docs/zh/3.4.0/guide/cli/index.md            |  22 +-
 www/docs/zh/3.4.0/guide/hybrid/plugins/index.md |  18 +-
 .../zh/3.4.0/guide/hybrid/webviews/index.md     |   6 +-
 www/docs/zh/3.4.0/guide/overview/index.md       |  12 +-
 .../guide/platforms/amazonfireos/config.md      |   2 +-
 .../3.4.0/guide/platforms/amazonfireos/index.md |  12 +-
 .../guide/platforms/amazonfireos/plugin.md      |   4 +-
 .../zh/3.4.0/guide/platforms/android/config.md  |   4 +-
 .../zh/3.4.0/guide/platforms/android/index.md   |  20 +-
 .../zh/3.4.0/guide/platforms/android/plugin.md  |   4 +-
 .../zh/3.4.0/guide/platforms/android/tools.md   |   2 +-
 .../3.4.0/guide/platforms/android/upgrading.md  |   8 +-
 .../zh/3.4.0/guide/platforms/android/webview.md |   2 +-
 .../3.4.0/guide/platforms/blackberry/index.md   |  16 +-
 .../3.4.0/guide/platforms/blackberry/plugin.md  |   2 +-
 .../guide/platforms/blackberry/upgrading.md     |  14 +-
 .../guide/platforms/blackberry10/config.md      |   2 +-
 .../3.4.0/guide/platforms/blackberry10/index.md |   8 +-
 .../guide/platforms/blackberry10/plugin.md      |   6 +-
 .../3.4.0/guide/platforms/blackberry10/tools.md |   2 +-
 .../guide/platforms/blackberry10/upgrading.md   |  20 +-
 www/docs/zh/3.4.0/guide/platforms/index.md      |  62 ++--
 www/docs/zh/3.4.0/guide/platforms/ios/config.md |   2 +-
 www/docs/zh/3.4.0/guide/platforms/ios/index.md  |  20 +-
 www/docs/zh/3.4.0/guide/platforms/ios/plugin.md |   6 +-
 www/docs/zh/3.4.0/guide/platforms/ios/tools.md  |   2 +-
 .../zh/3.4.0/guide/platforms/ios/upgrading.md   |  30 +-
 .../zh/3.4.0/guide/platforms/ios/webview.md     |   2 +-
 .../zh/3.4.0/guide/platforms/tizen/index.md     |   4 +-
 .../zh/3.4.0/guide/platforms/ubuntu/index.md    |   6 +-
 www/docs/zh/3.4.0/guide/platforms/win8/index.md |  14 +-
 www/docs/zh/3.4.0/guide/platforms/win8/tools.md |   2 +-
 .../zh/3.4.0/guide/platforms/win8/upgrading.md  |   4 +-
 www/docs/zh/3.4.0/guide/platforms/wp7/index.md  |  10 +-
 www/docs/zh/3.4.0/guide/platforms/wp8/index.md  |  12 +-
 www/docs/zh/3.4.0/guide/platforms/wp8/plugin.md |   6 +-
 www/docs/zh/3.4.0/guide/platforms/wp8/tools.md  |   4 +-
 .../zh/3.4.0/guide/platforms/wp8/upgrading.md   |   8 +-
 www/docs/zh/3.4.0/guide/support/index.md        |   4 +-
 www/docs/zh/3.4.0/index.md                      |  34 +--
 www/docs/zh/3.4.0/plugin_ref/plugman.md         |  10 +-
 www/docs/zh/3.4.0/plugin_ref/spec.md            |   6 +-
 www/docs/zh/3.5.0/config_ref/images.md          |   6 +-
 www/docs/zh/3.5.0/config_ref/index.md           |  20 +-
 .../3.5.0/cordova/events/events.backbutton.md   |   8 +-
 .../3.5.0/cordova/events/events.deviceready.md  |  10 +-
 .../cordova/events/events.endcallbutton.md      |  10 +-
 www/docs/zh/3.5.0/cordova/events/events.md      |  20 +-
 .../3.5.0/cordova/events/events.menubutton.md   |  10 +-
 .../zh/3.5.0/cordova/events/events.pause.md     |  12 +-
 .../zh/3.5.0/cordova/events/events.resume.md    |  20 +-
 .../3.5.0/cordova/events/events.searchbutton.md |  10 +-
 .../cordova/events/events.startcallbutton.md    |  10 +-
 .../cordova/events/events.volumedownbutton.md   |  10 +-
 .../cordova/events/events.volumeupbutton.md     |  10 +-
 www/docs/zh/3.5.0/cordova/plugins/pluginapis.md |   2 +-
 .../3.5.0/cordova/storage/database/database.md  |   6 +-
 .../storage/localstorage/localstorage.md        |  12 +-
 .../cordova/storage/parameters/display_name.md  |   2 +-
 .../zh/3.5.0/cordova/storage/parameters/name.md |   2 +-
 .../zh/3.5.0/cordova/storage/parameters/size.md |   2 +-
 .../3.5.0/cordova/storage/parameters/version.md |   2 +-
 .../storage/sqlresultset/sqlresultset.md        |  12 +-
 .../sqlresultsetrowlist/sqlresultsetrowlist.md  |  10 +-
 .../storage/sqltransaction/sqltransaction.md    |   8 +-
 www/docs/zh/3.5.0/cordova/storage/storage.md    |  12 +-
 .../cordova/storage/storage.opendatabase.md     |   6 +-
 www/docs/zh/3.5.0/guide/appdev/privacy/index.md |   8 +-
 .../zh/3.5.0/guide/appdev/whitelist/index.md    |   4 +-
 www/docs/zh/3.5.0/guide/cli/index.md            |  22 +-
 www/docs/zh/3.5.0/guide/hybrid/plugins/index.md |  18 +-
 .../zh/3.5.0/guide/hybrid/webviews/index.md     |   6 +-
 www/docs/zh/3.5.0/guide/overview/index.md       |  12 +-
 .../guide/platforms/amazonfireos/config.md      |   2 +-
 .../3.5.0/guide/platforms/amazonfireos/index.md |  12 +-
 .../guide/platforms/amazonfireos/plugin.md      |   4 +-
 .../zh/3.5.0/guide/platforms/android/config.md  |   4 +-
 .../zh/3.5.0/guide/platforms/android/index.md   |  20 +-
 .../zh/3.5.0/guide/platforms/android/plugin.md  |   4 +-
 .../zh/3.5.0/guide/platforms/android/tools.md   |   2 +-
 .../3.5.0/guide/platforms/android/upgrading.md  |   8 +-
 .../zh/3.5.0/guide/platforms/android/webview.md |   2 +-
 .../3.5.0/guide/platforms/blackberry/index.md   |  16 +-
 .../3.5.0/guide/platforms/blackberry/plugin.md  |   2 +-
 .../guide/platforms/blackberry/upgrading.md     |  14 +-
 .../guide/platforms/blackberry10/config.md      |   2 +-
 .../3.5.0/guide/platforms/blackberry10/index.md |   8 +-
 .../guide/platforms/blackberry10/plugin.md      |   6 +-
 .../3.5.0/guide/platforms/blackberry10/tools.md |   2 +-
 .../guide/platforms/blackberry10/upgrading.md   |  20 +-
 www/docs/zh/3.5.0/guide/platforms/index.md      |  62 ++--
 www/docs/zh/3.5.0/guide/platforms/ios/config.md |   2 +-
 www/docs/zh/3.5.0/guide/platforms/ios/index.md  |  20 +-
 www/docs/zh/3.5.0/guide/platforms/ios/plugin.md |   6 +-
 www/docs/zh/3.5.0/guide/platforms/ios/tools.md  |   2 +-
 .../zh/3.5.0/guide/platforms/ios/upgrading.md   |  30 +-
 .../zh/3.5.0/guide/platforms/ios/webview.md     |   2 +-
 .../zh/3.5.0/guide/platforms/tizen/index.md     |   4 +-
 .../zh/3.5.0/guide/platforms/ubuntu/index.md    |   6 +-
 www/docs/zh/3.5.0/guide/platforms/win8/index.md |  14 +-
 www/docs/zh/3.5.0/guide/platforms/win8/tools.md |   2 +-
 .../zh/3.5.0/guide/platforms/win8/upgrading.md  |   4 +-
 www/docs/zh/3.5.0/guide/platforms/wp7/index.md  |  10 +-
 www/docs/zh/3.5.0/guide/platforms/wp8/index.md  |  12 +-
 www/docs/zh/3.5.0/guide/platforms/wp8/plugin.md |   6 +-
 www/docs/zh/3.5.0/guide/platforms/wp8/tools.md  |   4 +-
 .../zh/3.5.0/guide/platforms/wp8/upgrading.md   |   8 +-
 www/docs/zh/3.5.0/guide/support/index.md        |   4 +-
 www/docs/zh/3.5.0/index.md                      |  34 +--
 www/docs/zh/3.5.0/plugin_ref/plugman.md         |  10 +-
 www/docs/zh/3.5.0/plugin_ref/spec.md            |   6 +-
 www/docs/zh/edge/config_ref/images.md           |   4 +-
 www/docs/zh/edge/config_ref/index.md            |  20 +-
 .../zh/edge/cordova/events/events.backbutton.md |  10 +-
 .../edge/cordova/events/events.deviceready.md   |  12 +-
 .../edge/cordova/events/events.endcallbutton.md |  12 +-
 www/docs/zh/edge/cordova/events/events.md       |  20 +-
 .../zh/edge/cordova/events/events.menubutton.md |  12 +-
 www/docs/zh/edge/cordova/events/events.pause.md |  14 +-
 .../zh/edge/cordova/events/events.resume.md     |  22 +-
 .../edge/cordova/events/events.searchbutton.md  |  12 +-
 .../cordova/events/events.startcallbutton.md    |  12 +-
 .../cordova/events/events.volumedownbutton.md   |  12 +-
 .../cordova/events/events.volumeupbutton.md     |  12 +-
 www/docs/zh/edge/cordova/plugins/pluginapis.md  |   2 +-
 .../edge/cordova/storage/database/database.md   |   8 +-
 .../storage/localstorage/localstorage.md        |  14 +-
 .../cordova/storage/parameters/display_name.md  |   2 +-
 .../zh/edge/cordova/storage/parameters/name.md  |   2 +-
 .../zh/edge/cordova/storage/parameters/size.md  |   2 +-
 .../edge/cordova/storage/parameters/version.md  |   2 +-
 .../storage/sqlresultset/sqlresultset.md        |  14 +-
 .../sqlresultsetrowlist/sqlresultsetrowlist.md  |  12 +-
 .../storage/sqltransaction/sqltransaction.md    |  10 +-
 www/docs/zh/edge/cordova/storage/storage.md     |  10 +-
 .../cordova/storage/storage.opendatabase.md     |   8 +-
 www/docs/zh/edge/guide/appdev/privacy/index.md  |   8 +-
 www/docs/zh/edge/guide/appdev/security/index.md |   6 +-
 .../zh/edge/guide/appdev/whitelist/index.md     |   4 +-
 www/docs/zh/edge/guide/cli/index.md             |  36 +--
 www/docs/zh/edge/guide/hybrid/plugins/index.md  |  22 +-
 www/docs/zh/edge/guide/hybrid/webviews/index.md |  10 +-
 www/docs/zh/edge/guide/next/index.md            |  12 +-
 www/docs/zh/edge/guide/overview/index.md        |  18 +-
 .../edge/guide/platforms/amazonfireos/config.md |   2 +-
 .../edge/guide/platforms/amazonfireos/index.md  |  18 +-
 .../edge/guide/platforms/amazonfireos/plugin.md |   4 +-
 .../guide/platforms/amazonfireos/webview.md     |   2 +-
 .../zh/edge/guide/platforms/android/config.md   |   4 +-
 .../zh/edge/guide/platforms/android/index.md    |  18 +-
 .../zh/edge/guide/platforms/android/plugin.md   |   8 +-
 .../zh/edge/guide/platforms/android/tools.md    |   6 +-
 .../zh/edge/guide/platforms/android/upgrade.md  |  18 +-
 .../edge/guide/platforms/android/upgrading.md   |   8 +-
 .../zh/edge/guide/platforms/android/webview.md  |   2 +-
 .../zh/edge/guide/platforms/blackberry/index.md |  16 +-
 .../edge/guide/platforms/blackberry/plugin.md   |   2 +-
 .../edge/guide/platforms/blackberry/upgrade.md  |   6 +-
 .../guide/platforms/blackberry/upgrading.md     |  10 +-
 .../edge/guide/platforms/blackberry10/config.md |   2 +-
 .../edge/guide/platforms/blackberry10/index.md  |   8 +-
 .../edge/guide/platforms/blackberry10/plugin.md |   6 +-
 .../edge/guide/platforms/blackberry10/tools.md  |   2 +-
 .../guide/platforms/blackberry10/upgrade.md     |  12 +-
 .../guide/platforms/blackberry10/upgrading.md   |  16 +-
 .../zh/edge/guide/platforms/firefoxos/index.md  |   6 +-
 www/docs/zh/edge/guide/platforms/index.md       |  64 ++--
 www/docs/zh/edge/guide/platforms/ios/config.md  |   2 +-
 www/docs/zh/edge/guide/platforms/ios/index.md   |  20 +-
 www/docs/zh/edge/guide/platforms/ios/plugin.md  |   8 +-
 www/docs/zh/edge/guide/platforms/ios/tools.md   |   4 +-
 www/docs/zh/edge/guide/platforms/ios/upgrade.md |  42 +--
 .../zh/edge/guide/platforms/ios/upgrading.md    |  12 +-
 www/docs/zh/edge/guide/platforms/ios/webview.md |   2 +-
 www/docs/zh/edge/guide/platforms/tizen/index.md |   6 +-
 .../zh/edge/guide/platforms/ubuntu/index.md     |   6 +-
 www/docs/zh/edge/guide/platforms/win8/index.md  |  14 +-
 .../zh/edge/guide/platforms/win8/packaging.md   |   8 +-
 www/docs/zh/edge/guide/platforms/win8/plugin.md |   6 +-
 www/docs/zh/edge/guide/platforms/win8/tools.md  |   2 +-
 .../zh/edge/guide/platforms/win8/upgrade.md     |   6 +-
 .../zh/edge/guide/platforms/win8/upgrading.md   |   4 +-
 www/docs/zh/edge/guide/platforms/wp7/index.md   |   8 +-
 www/docs/zh/edge/guide/platforms/wp8/index.md   |  16 +-
 .../zh/edge/guide/platforms/wp8/parallels.md    |   2 +-
 www/docs/zh/edge/guide/platforms/wp8/plugin.md  |   8 +-
 www/docs/zh/edge/guide/platforms/wp8/tools.md   |   4 +-
 www/docs/zh/edge/guide/platforms/wp8/upgrade.md |  12 +-
 .../zh/edge/guide/platforms/wp8/upgrading.md    |   8 +-
 www/docs/zh/edge/guide/platforms/wp8/vmware.md  |   2 +-
 www/docs/zh/edge/guide/support/index.md         |   8 +-
 www/docs/zh/edge/index.md                       |  38 +--
 .../platform_plugin_versioning_ref/index.md     |   4 +-
 www/docs/zh/edge/plugin_ref/plugman.md          |  14 +-
 www/docs/zh/edge/plugin_ref/spec.md             |  12 +-
 7963 files changed, 68371 insertions(+), 68371 deletions(-)
----------------------------------------------------------------------



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[22/51] [partial] docs commit: Reverting autolinking change because of inconsistencies.

Posted by db...@apache.org.
http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/compass/parameters/compassSuccess.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/compass/parameters/compassSuccess.md b/www/docs/en/1.6.1/cordova/compass/parameters/compassSuccess.md
index 015bb3f..a9bc5ff 100644
--- a/www/docs/en/1.6.1/cordova/compass/parameters/compassSuccess.md
+++ b/www/docs/en/1.6.1/cordova/compass/parameters/compassSuccess.md
@@ -21,7 +21,7 @@ license: >
 compassSuccess
 ==============
 
-onSuccess callback function that provides the compass heading information via a <a href="compassHeading.html">compassHeading</a> object.
+onSuccess callback function that provides the compass heading information via a compassHeading object.
 
     function(heading) {
         // Do something
@@ -31,9 +31,9 @@ Parameters
 ----------
 
 
-- __heading:__ The heading information. _(<a href="compassHeading.html">compassHeading</a>)_
+- __heading:__ The heading information. _(compassHeading)_
 
-<a href="../../storage/storage.opendatabase.html">Example</a>
+Example
 -------
 
     function onSuccess(heading) {

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/connection/connection.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/connection/connection.md b/www/docs/en/1.6.1/cordova/connection/connection.md
index 525d57f..6b6d22c 100644
--- a/www/docs/en/1.6.1/cordova/connection/connection.md
+++ b/www/docs/en/1.6.1/cordova/connection/connection.md
@@ -28,7 +28,7 @@ This object is accessed under the navigator.network interface.
 Properties
 ----------
 
-- <a href="connection.type.html">connection.type</a>
+- connection.type
 
 Constants
 ---------
@@ -45,5 +45,5 @@ WP7 Quirk
 ---------
 
 - __type:__
-Windows Phone Emulator always reports navigator.network.<a href="connection.type.html">connection.type</a> is Connection.UNKNOWN
+Windows Phone Emulator always reports navigator.network.connection.type is Connection.UNKNOWN
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/connection/connection.type.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/connection/connection.type.md b/www/docs/en/1.6.1/cordova/connection/connection.type.md
index 48dc63f..ee2caa2 100644
--- a/www/docs/en/1.6.1/cordova/connection/connection.type.md
+++ b/www/docs/en/1.6.1/cordova/connection/connection.type.md
@@ -37,61 +37,61 @@ Supported Platforms
 - BlackBerry WebWorks (OS 5.0 and higher)
 - Windows Phone 7 ( Mango )
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
-    function check<a href="connection.html">Connection</a>() {
+    function checkConnection() {
         var networkState = navigator.network.connection.type;
         
         var states = {};
-        states[<a href="connection.html">Connection</a>.UNKNOWN]	= 'Unknown connection';
-        states[<a href="connection.html">Connection</a>.ETHERNET]	= 'Ethernet connection';
-        states[<a href="connection.html">Connection</a>.WIFI]   	= 'WiFi connection';
-        states[<a href="connection.html">Connection</a>.CELL_2G]	= 'Cell 2G connection';
-        states[<a href="connection.html">Connection</a>.CELL_3G]	= 'Cell 3G connection';
-        states[<a href="connection.html">Connection</a>.CELL_4G]	= 'Cell 4G connection';
-        states[<a href="connection.html">Connection</a>.NONE]   	= 'No network connection';
+        states[Connection.UNKNOWN]	= 'Unknown connection';
+        states[Connection.ETHERNET]	= 'Ethernet connection';
+        states[Connection.WIFI]   	= 'WiFi connection';
+        states[Connection.CELL_2G]	= 'Cell 2G connection';
+        states[Connection.CELL_3G]	= 'Cell 3G connection';
+        states[Connection.CELL_4G]	= 'Cell 4G connection';
+        states[Connection.NONE]   	= 'No network connection';
     
-        alert('<a href="connection.html">Connection</a> type: ' + states[networkState]);
+        alert('Connection type: ' + states[networkState]);
     }
     
-    check<a href="connection.html">Connection</a>();
+    checkConnection();
 
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title>navigator.network.connection.type <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>navigator.network.connection.type Example</title>
         
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.1.js"></script>
         <script type="text/javascript" charset="utf-8">
             
         // Wait for Cordova to load
         // 
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
         
         // Cordova is loaded and it is now safe to make calls Cordova methods
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
-            check<a href="connection.html">Connection</a>();
+        function onDeviceReady() {
+            checkConnection();
         }
         
-	    function check<a href="connection.html">Connection</a>() {
+	    function checkConnection() {
 	        var networkState = navigator.network.connection.type;
 
 	        var states = {};
-	        states[<a href="connection.html">Connection</a>.UNKNOWN]	= 'Unknown connection';
-	        states[<a href="connection.html">Connection</a>.ETHERNET]	= 'Ethernet connection';
-	        states[<a href="connection.html">Connection</a>.WIFI]   	= 'WiFi connection';
-	        states[<a href="connection.html">Connection</a>.CELL_2G]	= 'Cell 2G connection';
-	        states[<a href="connection.html">Connection</a>.CELL_3G]	= 'Cell 3G connection';
-	        states[<a href="connection.html">Connection</a>.CELL_4G]	= 'Cell 4G connection';
-	        states[<a href="connection.html">Connection</a>.NONE]   	= 'No network connection';
-
-	        alert('<a href="connection.html">Connection</a> type: ' + states[networkState]);
+	        states[Connection.UNKNOWN]	= 'Unknown connection';
+	        states[Connection.ETHERNET]	= 'Ethernet connection';
+	        states[Connection.WIFI]   	= 'WiFi connection';
+	        states[Connection.CELL_2G]	= 'Cell 2G connection';
+	        states[Connection.CELL_3G]	= 'Cell 3G connection';
+	        states[Connection.CELL_4G]	= 'Cell 4G connection';
+	        states[Connection.NONE]   	= 'No network connection';
+
+	        alert('Connection type: ' + states[networkState]);
 	    }
         
         </script>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/contacts/Contact/contact.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/contacts/Contact/contact.md b/www/docs/en/1.6.1/cordova/contacts/Contact/contact.md
index 916daf7..de361e8 100644
--- a/www/docs/en/1.6.1/cordova/contacts/Contact/contact.md
+++ b/www/docs/en/1.6.1/cordova/contacts/Contact/contact.md
@@ -28,31 +28,31 @@ Properties
 
 - __id:__ A globally unique identifier. _(DOMString)_
 - __displayName:__ The name of this Contact, suitable for display to end-users. _(DOMString)_
-- __name:__ An object containing all components of a persons name. _(<a href="../ContactName/contactname.html">ContactName</a>)_
+- __name:__ An object containing all components of a persons name. _(ContactName)_
 - __nickname:__ A casual name to address the contact by. _(DOMString)_
-- __phoneNumbers:__ An array of all the contact's phone numbers. _(<a href="../ContactField/contactfield.html">ContactField</a>[])_
-- __emails:__ An array of all the contact's email addresses. _(<a href="../ContactField/contactfield.html">ContactField</a>[])_
-- __addresses:__ An array of all the contact's addresses. _(<a href="../ContactAddress/contactaddress.html">ContactAddress</a>es[])_
-- __ims:__ An array of all the contact's IM addresses. _(<a href="../ContactField/contactfield.html">ContactField</a>[])_
-- __organizations:__ An array of all the contact's organizations. _(<a href="../ContactOrganization/contactorganization.html">ContactOrganization</a>[])_
+- __phoneNumbers:__ An array of all the contact's phone numbers. _(ContactField[])_
+- __emails:__ An array of all the contact's email addresses. _(ContactField[])_
+- __addresses:__ An array of all the contact's addresses. _(ContactAddresses[])_
+- __ims:__ An array of all the contact's IM addresses. _(ContactField[])_
+- __organizations:__ An array of all the contact's organizations. _(ContactOrganization[])_
 - __birthday:__ The birthday of the contact. _(Date)_
 - __note:__ A note about the contact. _(DOMString)_
-- __photos:__ An array of the contact's photos. _(<a href="../ContactField/contactfield.html">ContactField</a>[])_
-- __categories:__  An array of all the contacts user defined categories. _(<a href="../ContactField/contactfield.html">ContactField</a>[])_
-- __urls:__  An array of web pages associated to the contact. _(<a href="../ContactField/contactfield.html">ContactField</a>[])_
+- __photos:__ An array of the contact's photos. _(ContactField[])_
+- __categories:__  An array of all the contacts user defined categories. _(ContactField[])_
+- __urls:__  An array of web pages associated to the contact. _(ContactField[])_
 
 Methods
 -------
 
 - __clone__: Returns a new Contact object that is a deep copy of the calling object, with the id property set to `null`. 
-- __remove__: Removes the contact from the device contacts database.  An error callback is called with a `<a href="../ContactError/<a href="../parameters/contactError.html">contactError</a>.html">ContactError</a>` object if the removal is unsuccessful.
+- __remove__: Removes the contact from the device contacts database.  An error callback is called with a `ContactError` object if the removal is unsuccessful.
 - __save__: Saves a new contact to the device contacts database, or updates an existing contact if a contact with the same __id__ already exists.
 
 
 Details
 -------
 
-The `Contact` object represents a user contact.  <a href="../contacts.html">Contacts</a> can be created, saved to, or removed from the device contacts database.  <a href="../contacts.html">Contacts</a> can also be retrieved (individually or in bulk) from the database by invoking the `<a href="../contacts.find.html">contacts.find</a>` method.
+The `Contact` object represents a user contact.  Contacts can be created, saved to, or removed from the device contacts database.  Contacts can also be retrieved (individually or in bulk) from the database by invoking the `contacts.find` method.
 
 _Note: Not all of the above contact fields are supported on every device platform.  Please check each platform's Quirks section for information about which fields are supported._
 
@@ -63,24 +63,24 @@ Supported Platforms
 - BlackBerry WebWorks (OS 5.0 and higher)
 - iOS
 
-Save Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Save Quick Example
 ------------------
 
 	function onSuccess(contact) {
 		alert("Save Success");
 	};
 
-	function onError(<a href="../parameters/contactError.html">contactError</a>) {
-		alert("Error = " + <a href="../parameters/contactError.html">contactError</a>.code);
+	function onError(contactError) {
+		alert("Error = " + contactError.code);
 	};
 
 	// create a new contact object
-    var contact = navigator.<a href="../contacts.create.html">contacts.create</a>();
+    var contact = navigator.contacts.create();
 	contact.displayName = "Plumber";
 	contact.nickname = "Plumber"; 		//specify both to support all devices
 	
 	// populate some fields
-	var name = new <a href="../ContactName/contactname.html">ContactName</a>();
+	var name = new ContactName();
 	name.givenName = "Jane";
 	name.familyName = "Doe";
 	contact.name = name;
@@ -88,7 +88,7 @@ Save Quick <a href="../../storage/storage.opendatabase.html">Example</a>
 	// save to device
 	contact.save(onSuccess,onError);
 
-Clone Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Clone Quick Example
 -------------------
 
 	// clone the contact object
@@ -97,43 +97,43 @@ Clone Quick <a href="../../storage/storage.opendatabase.html">Example</a>
 	console.log("Original contact name = " + contact.name.givenName);
 	console.log("Cloned contact name = " + clone.name.givenName); 
 
-Remove Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Remove Quick Example
 --------------------
 
     function onSuccess() {
         alert("Removal Success");
     };
 
-    function onError(<a href="../parameters/contactError.html">contactError</a>) {
-        alert("Error = " + <a href="../parameters/contactError.html">contactError</a>.code);
+    function onError(contactError) {
+        alert("Error = " + contactError.code);
     };
 
 	// remove the contact from the device
 	contact.remove(onSuccess,onError);
 
-Full <a href="../../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Contact <a href="../../storage/storage.opendatabase.html">Example</a></title>
+        <title>Contact Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
 		    // create
-		    var contact = navigator.<a href="../contacts.create.html">contacts.create</a>();
+		    var contact = navigator.contacts.create();
 			contact.displayName = "Plumber";
 			contact.nickname = "Plumber"; 		//specify both to support all devices
-			var name = new <a href="../ContactName/contactname.html">ContactName</a>();
+			var name = new ContactName();
 			name.givenName = "Jane";
 			name.familyName = "Doe";
 			contact.name = name;
@@ -159,8 +159,8 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
     
         // onSaveError: Failed to get the contacts
         //
-        function onSaveError(<a href="../parameters/contactError.html">contactError</a>) {
-			alert("Error = " + <a href="../parameters/contactError.html">contactError</a>.code);
+        function onSaveError(contactError) {
+			alert("Error = " + contactError.code);
         }
         
         // onRemoveSuccess: Get a snapshot of the current contacts
@@ -171,15 +171,15 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
     
         // onRemoveError: Failed to get the contacts
         //
-        function onRemoveError(<a href="../parameters/contactError.html">contactError</a>) {
-			alert("Error = " + <a href="../parameters/contactError.html">contactError</a>.code);
+        function onRemoveError(contactError) {
+			alert("Error = " + contactError.code);
         }
 
         </script>
       </head>
       <body>
-        <h1><a href="../../storage/storage.opendatabase.html">Example</a></h1>
-        <p>Find <a href="../contacts.html">Contacts</a></p>
+        <h1>Example</h1>
+        <p>Find Contacts</p>
       </body>
     </html>
 
@@ -216,7 +216,7 @@ BlackBerry WebWorks (OS 5.0 and higher) Quirks
 
 iOS Quirks
 ----------
-- __displayName:__ This property is not supported by iOS and will be returned as `null` unless there is no <a href="../ContactName/contactname.html">ContactName</a> specified.  If there is no <a href="../ContactName/contactname.html">ContactName</a>, then composite name, __nickname__ or "" is returned for __displayName__, respectively. 
+- __displayName:__ This property is not supported by iOS and will be returned as `null` unless there is no ContactName specified.  If there is no ContactName, then composite name, __nickname__ or "" is returned for __displayName__, respectively. 
 - __birthday:__ For input, this property must be provided as a JavaScript Date object. It is returned as a JavaScript Date object.
-- __photos:__ Returned Photo is stored in the application's temporary directory and a <a href="../../file/fileobj/fileobj.html">File</a> URL to photo is returned.  Contents of temporary folder is deleted when application exits. 
+- __photos:__ Returned Photo is stored in the application's temporary directory and a File URL to photo is returned.  Contents of temporary folder is deleted when application exits. 
 - __categories:__  This property is not currently supported and will always be returned as `null`.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/contacts/ContactAddress/contactaddress.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/contacts/ContactAddress/contactaddress.md b/www/docs/en/1.6.1/cordova/contacts/ContactAddress/contactaddress.md
index 86ecda4..9446b40 100644
--- a/www/docs/en/1.6.1/cordova/contacts/ContactAddress/contactaddress.md
+++ b/www/docs/en/1.6.1/cordova/contacts/ContactAddress/contactaddress.md
@@ -18,14 +18,14 @@ license: >
     under the License.
 ---
 
-<a href="../Contact/contact.html">Contact</a>Address
+ContactAddress
 ==============
 
-Contains address properties for a `<a href="../Contact/contact.html">Contact</a>` object.
+Contains address properties for a `Contact` object.
 
 Properties
 ----------
-- __pref:__ Set to `true` if this `<a href="../Contact/contact.html">Contact</a>Address` contains the user's preferred value. _(boolean)_
+- __pref:__ Set to `true` if this `ContactAddress` contains the user's preferred value. _(boolean)_
 - __type:__ A string that tells you what type of field this is (example: 'home'). _(DOMString)
 - __formatted:__ The full address formatted for display. _(DOMString)_
 - __streetAddress:__ The full street address. _(DOMString)_
@@ -37,7 +37,7 @@ Properties
 Details
 -------
 
-The `<a href="../Contact/contact.html">Contact</a>Address` object stores the properties of a single address of a contact.  A `<a href="../Contact/contact.html">Contact</a>` object can have one or more addresses in a  `<a href="../Contact/contact.html">Contact</a>Address[]` array. 
+The `ContactAddress` object stores the properties of a single address of a contact.  A `Contact` object can have one or more addresses in a  `ContactAddress[]` array. 
 
 Supported Platforms
 -------------------
@@ -46,7 +46,7 @@ Supported Platforms
 - BlackBerry WebWorks (OS 5.0 and higher)
 - iOS
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
 	// display the address information for all contacts
@@ -65,39 +65,39 @@ Quick <a href="../../storage/storage.opendatabase.html">Example</a>
 		}
     };
 
-    function onError(<a href="../parameters/contactError.html">contactError</a>) {
+    function onError(contactError) {
         alert('onError!');
     };
 
     // find all contacts
-    var options = new <a href="../Contact/contact.html">Contact</a>FindOptions();
+    var options = new ContactFindOptions();
 	options.filter=""; 
 	var filter = ["displayName","addresses"];
-    navigator.<a href="../contacts.find.html">contacts.find</a>(filter, onSuccess, onError, options);
+    navigator.contacts.find(filter, onSuccess, onError, options);
 
-Full <a href="../../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../Contact/contact.html">Contact</a> <a href="../../storage/storage.opendatabase.html">Example</a></title>
+        <title>Contact Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
 		    // find all contacts
-		    var options = new <a href="../Contact/contact.html">Contact</a>FindOptions();
+		    var options = new ContactFindOptions();
 			options.filter=""; 
 			var filter = ["displayName","addresses"];
-		    navigator.<a href="../contacts.find.html">contacts.find</a>(filter, onSuccess, onError, options);
+		    navigator.contacts.find(filter, onSuccess, onError, options);
         }
     
         // onSuccess: Get a snapshot of the current contacts
@@ -120,15 +120,15 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
     
         // onError: Failed to get the contacts
         //
-        function onError(<a href="../parameters/contactError.html">contactError</a>) {
+        function onError(contactError) {
             alert('onError!');
         }
 
         </script>
       </head>
       <body>
-        <h1><a href="../../storage/storage.opendatabase.html">Example</a></h1>
-        <p>Find <a href="../Contact/contact.html">Contact</a>s</p>
+        <h1>Example</h1>
+        <p>Find Contacts</p>
       </body>
     </html>
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/contacts/ContactError/contactError.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/contacts/ContactError/contactError.md b/www/docs/en/1.6.1/cordova/contacts/ContactError/contactError.md
index ad3bc3d..b0f07c8 100644
--- a/www/docs/en/1.6.1/cordova/contacts/ContactError/contactError.md
+++ b/www/docs/en/1.6.1/cordova/contacts/ContactError/contactError.md
@@ -18,10 +18,10 @@ license: >
     under the License.
 ---
 
-<a href="../Contact/contact.html">Contact</a>Error
+ContactError
 ========
 
-A `<a href="../Contact/contact.html">Contact</a>Error` object is returned to the `<a href="../parameters/contactError.html">contactError</a>` callback when an error occurs.
+A `ContactError` object is returned to the `contactError` callback when an error occurs.
 
 Properties
 ----------
@@ -31,16 +31,16 @@ Properties
 Constants
 ---------
 
-- `<a href="../Contact/contact.html">Contact</a>Error.UNKNOWN_ERROR`
-- `<a href="../Contact/contact.html">Contact</a>Error.INVALID_ARGUMENT_ERROR`
-- `<a href="../Contact/contact.html">Contact</a>Error.TIMEOUT_ERROR`
-- `<a href="../Contact/contact.html">Contact</a>Error.PENDING_OPERATION_ERROR`
-- `<a href="../Contact/contact.html">Contact</a>Error.IO_ERROR`
-- `<a href="../Contact/contact.html">Contact</a>Error.NOT_SUPPORTED_ERROR`
-- `<a href="../Contact/contact.html">Contact</a>Error.PERMISSION_DENIED_ERROR`
+- `ContactError.UNKNOWN_ERROR`
+- `ContactError.INVALID_ARGUMENT_ERROR`
+- `ContactError.TIMEOUT_ERROR`
+- `ContactError.PENDING_OPERATION_ERROR`
+- `ContactError.IO_ERROR`
+- `ContactError.NOT_SUPPORTED_ERROR`
+- `ContactError.PERMISSION_DENIED_ERROR`
 
 Description
 -----------
 
-The `<a href="../Contact/contact.html">Contact</a>Error` object is returned to the user through the `<a href="../parameters/contactError.html">contactError</a>` callback function when an error occurs.
+The `ContactError` object is returned to the user through the `contactError` callback function when an error occurs.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/contacts/ContactField/contactfield.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/contacts/ContactField/contactfield.md b/www/docs/en/1.6.1/cordova/contacts/ContactField/contactfield.md
index 28043ac..151a236 100644
--- a/www/docs/en/1.6.1/cordova/contacts/ContactField/contactfield.md
+++ b/www/docs/en/1.6.1/cordova/contacts/ContactField/contactfield.md
@@ -18,24 +18,24 @@ license: >
     under the License.
 ---
 
-<a href="../Contact/contact.html">Contact</a>Field
+ContactField
 ============
 
-Supports generic fields in a `<a href="../Contact/contact.html">Contact</a>` object.  Some properties that are stored as `<a href="../Contact/contact.html">Contact</a>Field` objects include email addresses, phone numbers, and urls.
+Supports generic fields in a `Contact` object.  Some properties that are stored as `ContactField` objects include email addresses, phone numbers, and urls.
 
 Properties
 ----------
 
 - __type:__ A string that tells you what type of field this is (example: 'home'). _(DOMString)_
 - __value:__ The value of the field (such as a phone number or email address). _(DOMString)_
-- __pref:__ Set to `true` if this `<a href="../Contact/contact.html">Contact</a>Field` contains the user's preferred value. _(boolean)_
+- __pref:__ Set to `true` if this `ContactField` contains the user's preferred value. _(boolean)_
 
 Details
 -------
 
-The `<a href="../Contact/contact.html">Contact</a>Field` object is a reusable component that is used to support contact fields in a generic fashion.  Each `<a href="../Contact/contact.html">Contact</a>Field` object contains a value property, a type property, and a pref property.  A `<a href="../Contact/contact.html">Contact</a>` object stores several properties in `<a href="../Contact/contact.html">Contact</a>Field[]` arrays, such as phone numbers and email addresses.
+The `ContactField` object is a reusable component that is used to support contact fields in a generic fashion.  Each `ContactField` object contains a value property, a type property, and a pref property.  A `Contact` object stores several properties in `ContactField[]` arrays, such as phone numbers and email addresses.
 
-In most instances, there are no pre-determined values for the __type__ attribute of a `<a href="../Contact/contact.html">Contact</a>Field` object.  For example, a phone number can have __type__ values of 'home', 'work', 'mobile', 'iPhone', or any other value that is supported by the contact database on a particular device platform.  However, in the case of the `<a href="../Contact/contact.html">Contact</a>` __photos__ field, Cordova makes use of the __type__ field to indicate the format of the returned image.  Cordova will return __type: 'url'__ when the __value__ attribute contains a URL to the photo image, or __type: 'base64'__ when the returned __value__ attribute contains a Base64 encoded image string.
+In most instances, there are no pre-determined values for the __type__ attribute of a `ContactField` object.  For example, a phone number can have __type__ values of 'home', 'work', 'mobile', 'iPhone', or any other value that is supported by the contact database on a particular device platform.  However, in the case of the `Contact` __photos__ field, Cordova makes use of the __type__ field to indicate the format of the returned image.  Cordova will return __type: 'url'__ when the __value__ attribute contains a URL to the photo image, or __type: 'base64'__ when the returned __value__ attribute contains a Base64 encoded image string.
 
 Supported Platforms
 -------------------
@@ -44,58 +44,58 @@ Supported Platforms
 - BlackBerry WebWorks (OS 5.0 and higher)
 - iOS
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
 	// create a new contact
-	var contact = navigator.<a href="../contacts.create.html">contacts.create</a>();
+	var contact = navigator.contacts.create();
 	
-	// store contact phone numbers in <a href="../Contact/contact.html">Contact</a>Field[]
+	// store contact phone numbers in ContactField[]
 	var phoneNumbers = [];
-	phoneNumbers[0] = new <a href="../Contact/contact.html">Contact</a>Field('work', '212-555-1234', false);
-	phoneNumbers[1] = new <a href="../Contact/contact.html">Contact</a>Field('mobile', '917-555-5432', true); // preferred number
-	phoneNumbers[2] = new <a href="../Contact/contact.html">Contact</a>Field('home', '203-555-7890', false);
+	phoneNumbers[0] = new ContactField('work', '212-555-1234', false);
+	phoneNumbers[1] = new ContactField('mobile', '917-555-5432', true); // preferred number
+	phoneNumbers[2] = new ContactField('home', '203-555-7890', false);
 	contact.phoneNumbers = phoneNumbers;
 	
 	// save the contact
 	contact.save();
 
-Full <a href="../../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../Contact/contact.html">Contact</a> <a href="../../storage/storage.opendatabase.html">Example</a></title>
+        <title>Contact Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
 			// create a new contact
-			var contact = navigator.<a href="../contacts.create.html">contacts.create</a>();
+			var contact = navigator.contacts.create();
 
-			// store contact phone numbers in <a href="../Contact/contact.html">Contact</a>Field[]
+			// store contact phone numbers in ContactField[]
 			var phoneNumbers = [];
-			phoneNumbers[0] = new <a href="../Contact/contact.html">Contact</a>Field('work', '212-555-1234', false);
-			phoneNumbers[1] = new <a href="../Contact/contact.html">Contact</a>Field('mobile', '917-555-5432', true); // preferred number
-			phoneNumbers[2] = new <a href="../Contact/contact.html">Contact</a>Field('home', '203-555-7890', false);
+			phoneNumbers[0] = new ContactField('work', '212-555-1234', false);
+			phoneNumbers[1] = new ContactField('mobile', '917-555-5432', true); // preferred number
+			phoneNumbers[2] = new ContactField('home', '203-555-7890', false);
 			contact.phoneNumbers = phoneNumbers;
 
 			// save the contact
 			contact.save();
 
 			// search contacts, returning display name and phone numbers
-			var options = new <a href="../Contact/contact.html">Contact</a>FindOptions();
+			var options = new ContactFindOptions();
 			options.filter="";
 			filter = ["displayName","phoneNumbers"];
-			navigator.<a href="../contacts.find.html">contacts.find</a>(filter, onSuccess, onError, options);
+			navigator.contacts.find(filter, onSuccess, onError, options);
         }
     
         // onSuccess: Get a snapshot of the current contacts
@@ -113,15 +113,15 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
     
         // onError: Failed to get the contacts
         //
-        function onError(<a href="../parameters/contactError.html">contactError</a>) {
+        function onError(contactError) {
             alert('onError!');
         }
 
         </script>
       </head>
       <body>
-        <h1><a href="../../storage/storage.opendatabase.html">Example</a></h1>
-        <p>Find <a href="../Contact/contact.html">Contact</a>s</p>
+        <h1>Example</h1>
+        <p>Find Contacts</p>
       </body>
     </html>
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/contacts/ContactFindOptions/contactfindoptions.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/contacts/ContactFindOptions/contactfindoptions.md b/www/docs/en/1.6.1/cordova/contacts/ContactFindOptions/contactfindoptions.md
index b4339bc..f87aa59 100644
--- a/www/docs/en/1.6.1/cordova/contacts/ContactFindOptions/contactfindoptions.md
+++ b/www/docs/en/1.6.1/cordova/contacts/ContactFindOptions/contactfindoptions.md
@@ -18,10 +18,10 @@ license: >
     under the License.
 ---
 
-<a href="../Contact/contact.html">Contact</a>FindOptions
+ContactFindOptions
 ==================
 
-Contains properties that can be used to filter the results of a `<a href="../contacts.find.html">contacts.find</a>` operation.
+Contains properties that can be used to filter the results of a `contacts.find` operation.
 
 Properties
 ----------
@@ -37,7 +37,7 @@ Supported Platforms
 - BlackBerry WebWorks (OS 5.0 and higher)
 - iOS
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
 	// success callback
@@ -48,45 +48,45 @@ Quick <a href="../../storage/storage.opendatabase.html">Example</a>
     };
 
 	// error callback
-    function onError(<a href="../parameters/contactError.html">contactError</a>) {
+    function onError(contactError) {
         alert('onError!');
     };
 
 	// specify contact search criteria
-    var options = new <a href="../Contact/contact.html">Contact</a>FindOptions();
+    var options = new ContactFindOptions();
 	options.filter="";			// empty search string returns all contacts
 	options.multiple=true;		// return multiple results
 	filter = ["displayName"];	// return contact.displayName field
 	
 	// find contacts
-    navigator.<a href="../contacts.find.html">contacts.find</a>(filter, onSuccess, onError, options);
+    navigator.contacts.find(filter, onSuccess, onError, options);
 
-Full <a href="../../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../Contact/contact.html">Contact</a> <a href="../../storage/storage.opendatabase.html">Example</a></title>
+        <title>Contact Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
 			// specify contact search criteria
-		    var options = new <a href="../Contact/contact.html">Contact</a>FindOptions();
+		    var options = new ContactFindOptions();
 			options.filter="";			// empty search string returns all contacts
 			options.multiple=true;		// return multiple results
 			filter = ["displayName"];	// return contact.displayName field
 
 			// find contacts
-		    navigator.<a href="../contacts.find.html">contacts.find</a>(filter, onSuccess, onError, options);
+		    navigator.contacts.find(filter, onSuccess, onError, options);
         }
     
         // onSuccess: Get a snapshot of the current contacts
@@ -99,15 +99,15 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
     
         // onError: Failed to get the contacts
         //
-        function onError(<a href="../parameters/contactError.html">contactError</a>) {
+        function onError(contactError) {
             alert('onError!');
         }
 
         </script>
       </head>
       <body>
-        <h1><a href="../../storage/storage.opendatabase.html">Example</a></h1>
-        <p>Find <a href="../Contact/contact.html">Contact</a>s</p>
+        <h1>Example</h1>
+        <p>Find Contacts</p>
       </body>
     </html>
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/contacts/ContactName/contactname.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/contacts/ContactName/contactname.md b/www/docs/en/1.6.1/cordova/contacts/ContactName/contactname.md
index c437edf..eadc659 100644
--- a/www/docs/en/1.6.1/cordova/contacts/ContactName/contactname.md
+++ b/www/docs/en/1.6.1/cordova/contacts/ContactName/contactname.md
@@ -18,10 +18,10 @@ license: >
     under the License.
 ---
 
-<a href="../Contact/contact.html">Contact</a>Name
+ContactName
 ===========
 
-Contains name properties of a `<a href="../Contact/contact.html">Contact</a>` object.
+Contains name properties of a `Contact` object.
 
 Properties
 ----------
@@ -36,7 +36,7 @@ Properties
 Details
 -------
 
-The `<a href="../Contact/contact.html">Contact</a>Name` object stores name properties of a contact.
+The `ContactName` object stores name properties of a contact.
 
 Supported Platforms
 -------------------
@@ -45,7 +45,7 @@ Supported Platforms
 - BlackBerry WebWorks (OS 5.0 and higher)
 - iOS
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     function onSuccess(contacts) {
@@ -59,37 +59,37 @@ Quick <a href="../../storage/storage.opendatabase.html">Example</a>
 		}
     };
 
-    function onError(<a href="../parameters/contactError.html">contactError</a>) {
+    function onError(contactError) {
         alert('onError!');
     };
 
-    var options = new <a href="../Contact/contact.html">Contact</a>FindOptions();
+    var options = new ContactFindOptions();
 	options.filter="";
 	filter = ["displayName","name"];
-    navigator.<a href="../contacts.find.html">contacts.find</a>(filter, onSuccess, onError, options);
+    navigator.contacts.find(filter, onSuccess, onError, options);
 
-Full <a href="../../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../Contact/contact.html">Contact</a> <a href="../../storage/storage.opendatabase.html">Example</a></title>
+        <title>Contact Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../../device/device.html">Device</a>Ready() {
-			var options = new <a href="../Contact/contact.html">Contact</a>FindOptions();
+        function onDeviceReady() {
+			var options = new ContactFindOptions();
 			options.filter="";
 			filter = ["displayName","name"];
-			navigator.<a href="../contacts.find.html">contacts.find</a>(filter, onSuccess, onError, options);
+			navigator.contacts.find(filter, onSuccess, onError, options);
         }
     
         // onSuccess: Get a snapshot of the current contacts
@@ -107,15 +107,15 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
     
         // onError: Failed to get the contacts
         //
-        function onError(<a href="../parameters/contactError.html">contactError</a>) {
+        function onError(contactError) {
             alert('onError!');
         }
 
         </script>
       </head>
       <body>
-        <h1><a href="../../storage/storage.opendatabase.html">Example</a></h1>
-        <p>Find <a href="../Contact/contact.html">Contact</a>s</p>
+        <h1>Example</h1>
+        <p>Find Contacts</p>
       </body>
     </html>
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/contacts/ContactOrganization/contactorganization.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/contacts/ContactOrganization/contactorganization.md b/www/docs/en/1.6.1/cordova/contacts/ContactOrganization/contactorganization.md
index ff43c94..d23ad45 100644
--- a/www/docs/en/1.6.1/cordova/contacts/ContactOrganization/contactorganization.md
+++ b/www/docs/en/1.6.1/cordova/contacts/ContactOrganization/contactorganization.md
@@ -18,14 +18,14 @@ license: >
     under the License.
 ---
 
-<a href="../Contact/contact.html">Contact</a>Organization
+ContactOrganization
 ===================
 
-Contains organization properties of a `<a href="../Contact/contact.html">Contact</a>` object.
+Contains organization properties of a `Contact` object.
 
 Properties
 ----------
-- __pref:__ Set to `true` if this `<a href="../Contact/contact.html">Contact</a>Organization` contains the user's preferred value. _(boolean)_
+- __pref:__ Set to `true` if this `ContactOrganization` contains the user's preferred value. _(boolean)_
 - __type:__ A string that tells you what type of field this is (example: 'home'). _(DOMString)
 - __name:__ The name of the organization. _(DOMString)_
 - __department:__ The department the contract works for. _(DOMString)_
@@ -34,7 +34,7 @@ Properties
 Details
 -------
 
-The `<a href="../Contact/contact.html">Contact</a>Organization` object stores a contact's organization properties.  A `<a href="../Contact/contact.html">Contact</a>` object stores one or more `<a href="../Contact/contact.html">Contact</a>Organization` objects in an array. 
+The `ContactOrganization` object stores a contact's organization properties.  A `Contact` object stores one or more `ContactOrganization` objects in an array. 
 
 Supported Platforms
 -------------------
@@ -43,7 +43,7 @@ Supported Platforms
 - BlackBerry WebWorks (OS 5.0 and higher)
 - iOS
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     function onSuccess(contacts) {
@@ -58,37 +58,37 @@ Quick <a href="../../storage/storage.opendatabase.html">Example</a>
 		}
     };
 
-    function onError(<a href="../parameters/contactError.html">contactError</a>) {
+    function onError(contactError) {
         alert('onError!');
     };
 
-    var options = new <a href="../Contact/contact.html">Contact</a>FindOptions();
+    var options = new ContactFindOptions();
 	options.filter="";
 	filter = ["displayName","organizations"];
-    navigator.<a href="../contacts.find.html">contacts.find</a>(filter, onSuccess, onError, options);
+    navigator.contacts.find(filter, onSuccess, onError, options);
 
-Full <a href="../../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="../Contact/contact.html">Contact</a> <a href="../../storage/storage.opendatabase.html">Example</a></title>
+        <title>Contact Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../../device/device.html">Device</a>Ready() {
-			var options = new <a href="../Contact/contact.html">Contact</a>FindOptions();
+        function onDeviceReady() {
+			var options = new ContactFindOptions();
 			options.filter="";
 			filter = ["displayName","organizations"];
-			navigator.<a href="../contacts.find.html">contacts.find</a>(filter, onSuccess, onError, options);
+			navigator.contacts.find(filter, onSuccess, onError, options);
         }
     
         // onSuccess: Get a snapshot of the current contacts
@@ -107,15 +107,15 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
     
         // onError: Failed to get the contacts
         //
-        function onError(<a href="../parameters/contactError.html">contactError</a>) {
+        function onError(contactError) {
             alert('onError!');
         }
 
         </script>
       </head>
       <body>
-        <h1><a href="../../storage/storage.opendatabase.html">Example</a></h1>
-        <p>Find <a href="../Contact/contact.html">Contact</a>s</p>
+        <h1>Example</h1>
+        <p>Find Contacts</p>
       </body>
     </html>
 	

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/contacts/contacts.create.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/contacts/contacts.create.md b/www/docs/en/1.6.1/cordova/contacts/contacts.create.md
index eee07cd..245d147 100644
--- a/www/docs/en/1.6.1/cordova/contacts/contacts.create.md
+++ b/www/docs/en/1.6.1/cordova/contacts/contacts.create.md
@@ -21,16 +21,16 @@ license: >
 contacts.create
 ===============
 
-Returns a new <a href="Contact/contact.html">Contact</a> object.
+Returns a new Contact object.
 
     var contact = navigator.contacts.create(properties);
 
 Description
 -----------
 
-contacts.create is a synchronous function that returns a new `<a href="Contact/contact.html">Contact</a>` object.
+contacts.create is a synchronous function that returns a new `Contact` object.
 
-This method does not persist the <a href="Contact/contact.html">Contact</a> object to the device contacts database.  To persist the <a href="Contact/contact.html">Contact</a> object to the device, invoke the `<a href="Contact/contact.html">Contact</a>.save` method.
+This method does not persist the Contact object to the device contacts database.  To persist the Contact object to the device, invoke the `Contact.save` method.
 
 Supported Platforms
 -------------------
@@ -39,39 +39,39 @@ Supported Platforms
 - BlackBerry WebWorks (OS 5.0 and higher)
 - iOS
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
-    var my<a href="Contact/contact.html">Contact</a> = navigator.contacts.create({"displayName": "Test User"});
+    var myContact = navigator.contacts.create({"displayName": "Test User"});
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="Contact/contact.html">Contact</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Contact Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
-			var my<a href="Contact/contact.html">Contact</a> = navigator.contacts.create({"displayName": "Test User"});
-			my<a href="Contact/contact.html">Contact</a>.note = "This contact has a note.";
-			console.log("The contact, " + my<a href="Contact/contact.html">Contact</a>.displayName + ", note: " + my<a href="Contact/contact.html">Contact</a>.note);
+        function onDeviceReady() {
+			var myContact = navigator.contacts.create({"displayName": "Test User"});
+			myContact.note = "This contact has a note.";
+			console.log("The contact, " + myContact.displayName + ", note: " + myContact.note);
         }
     
 
         </script>
       </head>
       <body>
-        <h1><a href="../storage/storage.opendatabase.html">Example</a></h1>
-        <p>Create <a href="Contact/contact.html">Contact</a></p>
+        <h1>Example</h1>
+        <p>Create Contact</p>
       </body>
     </html>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/contacts/contacts.find.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/contacts/contacts.find.md b/www/docs/en/1.6.1/cordova/contacts/contacts.find.md
index 5442889..302ab84 100644
--- a/www/docs/en/1.6.1/cordova/contacts/contacts.find.md
+++ b/www/docs/en/1.6.1/cordova/contacts/contacts.find.md
@@ -21,26 +21,26 @@ license: >
 contacts.find
 =============
 
-Queries the device contacts database and returns one or more `<a href="Contact/contact.html">Contact</a>` objects, each containing the fields specified.
+Queries the device contacts database and returns one or more `Contact` objects, each containing the fields specified.
 
-    navigator.contacts.find(<a href="parameters/contactFields.html">contactFields</a>, <a href="parameters/contactSuccess.html">contactSuccess</a>, <a href="parameters/contactError.html">contactError</a>, <a href="parameters/contactFindOptions.html">contactFindOptions</a>);
+    navigator.contacts.find(contactFields, contactSuccess, contactError, contactFindOptions);
 
 Description
 -----------
 
-contacts.find is an asynchronous function that queries the device contacts database and returns an array of `<a href="Contact/contact.html">Contact</a>` objects.  The resulting objects are passed to the `<a href="parameters/contactSuccess.html">contactSuccess</a>` callback function specified by the __<a href="parameters/contactSuccess.html">contactSuccess</a>__ parameter.  
+contacts.find is an asynchronous function that queries the device contacts database and returns an array of `Contact` objects.  The resulting objects are passed to the `contactSuccess` callback function specified by the __contactSuccess__ parameter.  
 
-Users must specify the contact fields to be used as a search qualifier in the __<a href="parameters/contactFields.html">contactFields</a>__ parameter.  Only the fields specified in the __<a href="parameters/contactFields.html">contactFields</a>__ parameter will be returned as properties of the `<a href="Contact/contact.html">Contact</a>` objects that are passed to the __<a href="parameters/contactSuccess.html">contactSuccess</a>__ callback function.  A zero-length __<a href="parameters/contactFields.html">contactFields</a>__ parameter will result in an array of `<a href="Contact/contact.html">Contact</a>` objects with only the `id` property populated. A __<a href="parameters/contactFields.html">contactFields</a>__ value of ["*"] will return all contact fields. 
+Users must specify the contact fields to be used as a search qualifier in the __contactFields__ parameter.  Only the fields specified in the __contactFields__ parameter will be returned as properties of the `Contact` objects that are passed to the __contactSuccess__ callback function.  A zero-length __contactFields__ parameter will result in an array of `Contact` objects with only the `id` property populated. A __contactFields__ value of ["*"] will return all contact fields. 
 
-The __<a href="parameters/contactFindOptions.html">contactFindOptions</a>.filter__ string can be used as a search filter when querying the contacts database.  If provided, a case-insensitive, partial value match is applied to each field specified in the __<a href="parameters/contactFields.html">contactFields</a>__ parameter.  If a match is found in a comparison with _any_ of the specified fields, the contact is returned.
+The __contactFindOptions.filter__ string can be used as a search filter when querying the contacts database.  If provided, a case-insensitive, partial value match is applied to each field specified in the __contactFields__ parameter.  If a match is found in a comparison with _any_ of the specified fields, the contact is returned.
 
 Parameters
 ----------
 
-- __<a href="parameters/contactFields.html">contactFields</a>:__ <a href="Contact/contact.html">Contact</a> fields to be used as search qualifier. Only these fields will have values in the resulting `<a href="Contact/contact.html">Contact</a>` objects. _(DOMString[])_ [Required]
-- __<a href="parameters/contactSuccess.html">contactSuccess</a>:__ Success callback function that is invoked with the contacts returned from the contacts database. [Required]
-- __<a href="parameters/contactError.html">contactError</a>:__ Error callback function. Invoked when error occurs. [Optional]
-- __<a href="parameters/contactFindOptions.html">contactFindOptions</a>:__ Search options to filter contacts. [Optional]
+- __contactFields:__ Contact fields to be used as search qualifier. Only these fields will have values in the resulting `Contact` objects. _(DOMString[])_ [Required]
+- __contactSuccess:__ Success callback function that is invoked with the contacts returned from the contacts database. [Required]
+- __contactError:__ Error callback function. Invoked when error occurs. [Optional]
+- __contactFindOptions:__ Search options to filter contacts. [Optional]
 
 Supported Platforms
 -------------------
@@ -49,43 +49,43 @@ Supported Platforms
 - BlackBerry WebWorks (OS 5.0 and higher)
 - iOS
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     function onSuccess(contacts) {
         alert('Found ' + contacts.length + ' contacts.');
     };
 
-    function onError(<a href="parameters/contactError.html">contactError</a>) {
+    function onError(contactError) {
         alert('onError!');
     };
 
     // find all contacts with 'Bob' in any name field
-    var options = new <a href="Contact/contact.html">Contact</a>FindOptions();
+    var options = new ContactFindOptions();
 	options.filter="Bob"; 
 	var fields = ["displayName", "name"];
     navigator.contacts.find(fields, onSuccess, onError, options);
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="Contact/contact.html">Contact</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Contact Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
 		    // find all contacts with 'Bob' in any name field
-		    var options = new <a href="Contact/contact.html">Contact</a>FindOptions();
+		    var options = new ContactFindOptions();
 			options.filter="Bob"; 
 			var fields = ["displayName", "name"];
 		    navigator.contacts.find(fields, onSuccess, onError, options);
@@ -101,15 +101,15 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
     
         // onError: Failed to get the contacts
         //
-        function onError(<a href="parameters/contactError.html">contactError</a>) {
+        function onError(contactError) {
             alert('onError!');
         }
 
         </script>
       </head>
       <body>
-        <h1><a href="../storage/storage.opendatabase.html">Example</a></h1>
-        <p>Find <a href="Contact/contact.html">Contact</a>s</p>
+        <h1>Example</h1>
+        <p>Find Contacts</p>
       </body>
     </html>
     

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/contacts/contacts.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/contacts/contacts.md b/www/docs/en/1.6.1/cordova/contacts/contacts.md
index 554a82d..03eb3d8 100644
--- a/www/docs/en/1.6.1/cordova/contacts/contacts.md
+++ b/www/docs/en/1.6.1/cordova/contacts/contacts.md
@@ -18,7 +18,7 @@ license: >
     under the License.
 ---
 
-<a href="Contact/contact.html">Contact</a>s
+Contacts
 ========
 
 > The `contacts` object provides access to the device contacts database.  
@@ -26,24 +26,24 @@ license: >
 Methods
 -------
 
-- <a href="contacts.create.html">contacts.create</a>
-- <a href="contacts.find.html">contacts.find</a>
+- contacts.create
+- contacts.find
 
 Arguments
 ---------
 
-- <a href="parameters/contactFields.html">contactFields</a>
-- <a href="parameters/contactSuccess.html">contactSuccess</a>
-- <a href="parameters/contactError.html">contactError</a>
-- <a href="parameters/contactFindOptions.html">contactFindOptions</a>
+- contactFields
+- contactSuccess
+- contactError
+- contactFindOptions
 
 Objects
 -------
 
-- <a href="Contact/contact.html">Contact</a>
-- <a href="Contact/contact.html">Contact</a>Name
-- <a href="Contact/contact.html">Contact</a>Field
-- <a href="Contact/contact.html">Contact</a>Address
-- <a href="Contact/contact.html">Contact</a>Organization
-- <a href="Contact/contact.html">Contact</a>FindOptions
-- <a href="Contact/contact.html">Contact</a>Error
\ No newline at end of file
+- Contact
+- ContactName
+- ContactField
+- ContactAddress
+- ContactOrganization
+- ContactFindOptions
+- ContactError
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/contacts/parameters/contactFields.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/contacts/parameters/contactFields.md b/www/docs/en/1.6.1/cordova/contacts/parameters/contactFields.md
index 487c226..1951960 100644
--- a/www/docs/en/1.6.1/cordova/contacts/parameters/contactFields.md
+++ b/www/docs/en/1.6.1/cordova/contacts/parameters/contactFields.md
@@ -21,6 +21,6 @@ license: >
 contactFields
 =============
 
-Required parameter of the `<a href="../contacts.find.html">contacts.find</a>` method.  Use this parameter to specify which fields should be included in the `<a href="../Contact/contact.html">Contact</a>` objects resulting from a find operation.
+Required parameter of the `contacts.find` method.  Use this parameter to specify which fields should be included in the `Contact` objects resulting from a find operation.
 
     ["name", "phoneNumbers", "emails"]

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/contacts/parameters/contactFindOptions.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/contacts/parameters/contactFindOptions.md b/www/docs/en/1.6.1/cordova/contacts/parameters/contactFindOptions.md
index 9d92f9c..f2f3e12 100644
--- a/www/docs/en/1.6.1/cordova/contacts/parameters/contactFindOptions.md
+++ b/www/docs/en/1.6.1/cordova/contacts/parameters/contactFindOptions.md
@@ -21,7 +21,7 @@ license: >
 contactFindOptions
 ==================
 
-Optional parameter of the `<a href="../contacts.find.html">contacts.find</a>` method.  Use this parameter to filter the contacts returned from the contacts database.
+Optional parameter of the `contacts.find` method.  Use this parameter to filter the contacts returned from the contacts database.
 
     { 
 		filter: "",

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/contacts/parameters/contactSuccess.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/contacts/parameters/contactSuccess.md b/www/docs/en/1.6.1/cordova/contacts/parameters/contactSuccess.md
index 0394b6d..925105f 100644
--- a/www/docs/en/1.6.1/cordova/contacts/parameters/contactSuccess.md
+++ b/www/docs/en/1.6.1/cordova/contacts/parameters/contactSuccess.md
@@ -21,7 +21,7 @@ license: >
 contactSuccess
 ==============
 
-Success callback function that provides the `<a href="../Contact/contact.html">Contact</a>` array resulting from a `<a href="../contacts.find.html">contacts.find</a>` operation.
+Success callback function that provides the `Contact` array resulting from a `contacts.find` operation.
 
     function(contacts) {
         // Do something
@@ -30,9 +30,9 @@ Success callback function that provides the `<a href="../Contact/contact.html">C
 Parameters
 ----------
 
-- __contacts:__ The contact array resulting from a find operation. (`<a href="../Contact/contact.html">Contact</a>`)
+- __contacts:__ The contact array resulting from a find operation. (`Contact`)
 
-<a href="../../storage/storage.opendatabase.html">Example</a>
+Example
 -------
 
     function contactSuccess(contacts) {

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/device/device.cordova.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/device/device.cordova.md b/www/docs/en/1.6.1/cordova/device/device.cordova.md
index 23e3ef1..f7d523b 100644
--- a/www/docs/en/1.6.1/cordova/device/device.cordova.md
+++ b/www/docs/en/1.6.1/cordova/device/device.cordova.md
@@ -38,36 +38,36 @@ Supported Platforms
 - iPhone
 - Windows Phone 7 ( Mango )
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     var name = device.cordova;
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="device.html">Device</a> Properties <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Device Properties Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="device.html">Device</a>Ready() {
+        function onDeviceReady() {
             var element = document.getElementById('deviceProperties');
     
-            element.innerHTML = '<a href="device.html">Device</a> Name: '     + <a href="device.name.html">device.name</a>     + '<br />' + 
-                                '<a href="device.html">Device</a> Cordova: '  + device.cordova  + '<br />' + 
-                                '<a href="device.html">Device</a> Platform: ' + <a href="device.platform.html">device.platform</a> + '<br />' + 
-                                '<a href="device.html">Device</a> UUID: '     + <a href="device.uuid.html">device.uuid</a>     + '<br />' + 
-                                '<a href="device.html">Device</a> Version: '  + <a href="device.version.html">device.version</a>  + '<br />';
+            element.innerHTML = 'Device Name: '     + device.name     + '<br />' + 
+                                'Device Cordova: '  + device.cordova  + '<br />' + 
+                                'Device Platform: ' + device.platform + '<br />' + 
+                                'Device UUID: '     + device.uuid     + '<br />' + 
+                                'Device Version: '  + device.version  + '<br />';
         }
 
         </script>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/device/device.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/device/device.md b/www/docs/en/1.6.1/cordova/device/device.md
index 40cd569..6a5f11a 100644
--- a/www/docs/en/1.6.1/cordova/device/device.md
+++ b/www/docs/en/1.6.1/cordova/device/device.md
@@ -26,11 +26,11 @@ Device
 Properties
 ----------
 
-- <a href="device.name.html">device.name</a>
-- <a href="device.cordova.html">device.cordova</a>
-- <a href="device.platform.html">device.platform</a>
-- <a href="device.uuid.html">device.uuid</a>
-- <a href="device.version.html">device.version</a>
+- device.name
+- device.cordova
+- device.platform
+- device.uuid
+- device.version
 
 Variable Scope
 --------------
@@ -39,5 +39,5 @@ Since `device` is assigned to the `window` object, it is implicitly in the globa
 
     // These reference the same `device`
     //
-    var phoneName = window.<a href="device.name.html">device.name</a>;
-    var phoneName = <a href="device.name.html">device.name</a>;
\ No newline at end of file
+    var phoneName = window.device.name;
+    var phoneName = device.name;
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/device/device.name.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/device/device.name.md b/www/docs/en/1.6.1/cordova/device/device.name.md
index 2ea908a..3e9eeae 100644
--- a/www/docs/en/1.6.1/cordova/device/device.name.md
+++ b/www/docs/en/1.6.1/cordova/device/device.name.md
@@ -38,7 +38,7 @@ Supported Platforms
 - iPhone
 - Windows Phone 7 ( Mango )
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // Android:    Nexus One       returns "Passion" (Nexus One code name)
@@ -48,31 +48,31 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
     //
     var name = device.name;
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="device.html">Device</a> Properties <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Device Properties Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="device.html">Device</a>Ready() {
+        function onDeviceReady() {
             var element = document.getElementById('deviceProperties');
     
-            element.innerHTML = '<a href="device.html">Device</a> Name: '     + device.name     + '<br />' + 
-                                '<a href="device.html">Device</a> Cordova: '  + <a href="device.cordova.html">device.cordova</a> + '<br />' + 
-                                '<a href="device.html">Device</a> Platform: ' + <a href="device.platform.html">device.platform</a> + '<br />' + 
-                                '<a href="device.html">Device</a> UUID: '     + <a href="device.uuid.html">device.uuid</a>     + '<br />' + 
-                                '<a href="device.html">Device</a> Version: '  + <a href="device.version.html">device.version</a>  + '<br />';
+            element.innerHTML = 'Device Name: '     + device.name     + '<br />' + 
+                                'Device Cordova: '  + device.cordova + '<br />' + 
+                                'Device Platform: ' + device.platform + '<br />' + 
+                                'Device UUID: '     + device.uuid     + '<br />' + 
+                                'Device Version: '  + device.version  + '<br />';
         }
 
         </script>
@@ -93,7 +93,7 @@ Android Quirks
 iPhone Quirks
 -------------
 
-- Gets the [device's custom name](http://developer.apple.com/iphone/library/documentation/uikit/reference/UI<a href="device.html">Device</a>_Class/Reference/UI<a href="device.html">Device</a>.html#//apple_ref/doc/uid/TP40006902-CH3-SW13) instead of the [device model name](http://developer.apple.com/iphone/library/documentation/uikit/reference/UI<a href="device.html">Device</a>_Class/Reference/UI<a href="device.html">Device</a>.html#//apple_ref/doc/uid/TP40006902-CH3-SW1).
+- Gets the [device's custom name](http://developer.apple.com/iphone/library/documentation/uikit/reference/UIDevice_Class/Reference/UIDevice.html#//apple_ref/doc/uid/TP40006902-CH3-SW13) instead of the [device model name](http://developer.apple.com/iphone/library/documentation/uikit/reference/UIDevice_Class/Reference/UIDevice.html#//apple_ref/doc/uid/TP40006902-CH3-SW1).
     - The custom name is set by the owner in iTunes.
     - e.g. "Joe's iPhone"
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/device/device.platform.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/device/device.platform.md b/www/docs/en/1.6.1/cordova/device/device.platform.md
index 9a35c7c..0f92413 100644
--- a/www/docs/en/1.6.1/cordova/device/device.platform.md
+++ b/www/docs/en/1.6.1/cordova/device/device.platform.md
@@ -33,7 +33,7 @@ Supported Platforms
 - iPhone
 - Windows Phone 7 ( Mango )
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // Depending on the device, a few examples are:
@@ -44,31 +44,31 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
     //   - "WinCE"
     var devicePlatform = device.platform;
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="device.html">Device</a> Properties <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Device Properties Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="device.html">Device</a>Ready() {
+        function onDeviceReady() {
             var element = document.getElementById('deviceProperties');
     
-            element.innerHTML = '<a href="device.html">Device</a> Name: '     + <a href="device.name.html">device.name</a>     + '<br />' + 
-                                '<a href="device.html">Device</a> Cordova: '  + <a href="device.cordova.html">device.cordova</a>  + '<br />' + 
-                                '<a href="device.html">Device</a> Platform: ' + device.platform + '<br />' + 
-                                '<a href="device.html">Device</a> UUID: '     + <a href="device.uuid.html">device.uuid</a>     + '<br />' + 
-                                '<a href="device.html">Device</a> Version: '  + <a href="device.version.html">device.version</a>  + '<br />';
+            element.innerHTML = 'Device Name: '     + device.name     + '<br />' + 
+                                'Device Cordova: '  + device.cordova  + '<br />' + 
+                                'Device Platform: ' + device.platform + '<br />' + 
+                                'Device UUID: '     + device.uuid     + '<br />' + 
+                                'Device Version: '  + device.version  + '<br />';
         }
 
         </script>
@@ -88,7 +88,7 @@ The iPhone returns `iPhone` as the platform. The iPad returns `iPad` as the plat
 BlackBerry Quirks
 -----------------
 
-<a href="device.html">Device</a>s may return the device platform version instead of the platform name.  For example, the Storm2 9550 would return '2.13.0.95' or similar.
+Devices may return the device platform version instead of the platform name.  For example, the Storm2 9550 would return '2.13.0.95' or similar.
 
 Windows Phone 7 Quirks
 -----------------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/device/device.uuid.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/device/device.uuid.md b/www/docs/en/1.6.1/cordova/device/device.uuid.md
index 3c27a8c..a98faa7 100644
--- a/www/docs/en/1.6.1/cordova/device/device.uuid.md
+++ b/www/docs/en/1.6.1/cordova/device/device.uuid.md
@@ -38,7 +38,7 @@ Supported Platforms
 - iPhone
 - Windows Phone 7 ( Mango )
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // Android: Returns a random 64-bit integer (as a string, again!)
@@ -47,7 +47,7 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
     // BlackBerry: Returns the PIN number of the device
     //             This is a nine-digit unique integer (as a string, though!)
     //
-    // iPhone: (Paraphrased from the UI<a href="device.html">Device</a> Class documentation)
+    // iPhone: (Paraphrased from the UIDevice Class documentation)
     //         Returns a string of hash values created from multiple hardware identifies.
     //         It is guaranteed to be unique for every device and cannot be tied
     //         to the user account.
@@ -56,31 +56,31 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
     // 
     var deviceID = device.uuid;
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="device.html">Device</a> Properties <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Device Properties Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="device.html">Device</a>Ready() {
+        function onDeviceReady() {
             var element = document.getElementById('deviceProperties');
     
-            element.innerHTML = '<a href="device.html">Device</a> Name: '     + <a href="device.name.html">device.name</a>     + '<br />' + 
-                                '<a href="device.html">Device</a> Cordova: '  + <a href="device.cordova.html">device.cordova</a>  + '<br />' + 
-                                '<a href="device.html">Device</a> Platform: ' + <a href="device.platform.html">device.platform</a> + '<br />' + 
-                                '<a href="device.html">Device</a> UUID: '     + device.uuid     + '<br />' + 
-                                '<a href="device.html">Device</a> Version: '  + <a href="device.version.html">device.version</a>  + '<br />';
+            element.innerHTML = 'Device Name: '     + device.name     + '<br />' + 
+                                'Device Cordova: '  + device.cordova  + '<br />' + 
+                                'Device Platform: ' + device.platform + '<br />' + 
+                                'Device UUID: '     + device.uuid     + '<br />' + 
+                                'Device Version: '  + device.version  + '<br />';
         }
 
         </script>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/device/device.version.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/device/device.version.md b/www/docs/en/1.6.1/cordova/device/device.version.md
index cc954b7..ac97fa5 100644
--- a/www/docs/en/1.6.1/cordova/device/device.version.md
+++ b/www/docs/en/1.6.1/cordova/device/device.version.md
@@ -33,7 +33,7 @@ Supported Platforms
 - iPhone
 - Windows Phone 7 ( Mango )
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     // Android:    Froyo OS would return "2.2"
@@ -47,31 +47,31 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
     // Windows Phone 7: returns current OS version number, ex. on Mango returns 7.10.7720
     var deviceVersion = device.version;
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="device.html">Device</a> Properties <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Device Properties Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for Cordova to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // Cordova is ready
         //
-        function on<a href="device.html">Device</a>Ready() {
+        function onDeviceReady() {
             var element = document.getElementById('deviceProperties');
         
-            element.innerHTML = '<a href="device.html">Device</a> Name: '     + <a href="device.name.html">device.name</a>     + '<br />' + 
-                                '<a href="device.html">Device</a> Cordova: '  + <a href="device.cordova.html">device.cordova</a>  + '<br />' + 
-                                '<a href="device.html">Device</a> Platform: ' + <a href="device.platform.html">device.platform</a> + '<br />' + 
-                                '<a href="device.html">Device</a> UUID: '     + <a href="device.uuid.html">device.uuid</a>     + '<br />' + 
-                                '<a href="device.html">Device</a> Version: '  + device.version  + '<br />';
+            element.innerHTML = 'Device Name: '     + device.name     + '<br />' + 
+                                'Device Cordova: '  + device.cordova  + '<br />' + 
+                                'Device Platform: ' + device.platform + '<br />' + 
+                                'Device UUID: '     + device.uuid     + '<br />' + 
+                                'Device Version: '  + device.version  + '<br />';
         }
 
         </script>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/events/events.backbutton.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/events/events.backbutton.md b/www/docs/en/1.6.1/cordova/events/events.backbutton.md
index f6cd7e9..bec4241 100644
--- a/www/docs/en/1.6.1/cordova/events/events.backbutton.md
+++ b/www/docs/en/1.6.1/cordova/events/events.backbutton.md
@@ -30,7 +30,7 @@ Details
 
 If you need to override the default back button behaviour you can register an event listener for the 'backbutton' event.  It is no longer necessary to call any other method to over ride the back button behaviour.  Now, you only need to register an event listener for 'backbutton'.
 
-Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova '<a href="events.deviceready.html">deviceready</a>' event.
+Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova 'deviceready' event.
 
 Supported Platforms
 -------------------
@@ -39,7 +39,7 @@ Supported Platforms
 - BlackBerry WebWorks (OS 5.0 and higher)
 - Windows Phone 7 ( Mango )
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     document.addEventListener("backbutton", onBackKeyDown, false);
@@ -48,30 +48,30 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         // Handle the back button
     }
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Cordova Back Button <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Cordova Back Button Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Call on<a href="../device/device.html">Device</a>Ready when Cordova is loaded.
+        // Call onDeviceReady when Cordova is loaded.
         //
         // At this point, the document has loaded but cordova-1.6.1.js has not.
         // When Cordova is loaded and talking with the native device,
-        // it will call the event `<a href="events.deviceready.html">deviceready</a>`.
+        // it will call the event `deviceready`.
         //
         function onLoad() {
-            document.addEventListener("<a href="events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+            document.addEventListener("deviceready", onDeviceReady, false);
         }
 
         // Cordova is loaded and it is now safe to call Cordova methods
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             // Register the event listener
             document.addEventListener("backbutton", onBackKeyDown, false);
         }

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/events/events.batterycritical.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/events/events.batterycritical.md b/www/docs/en/1.6.1/cordova/events/events.batterycritical.md
index aa2b637..2f3966d 100644
--- a/www/docs/en/1.6.1/cordova/events/events.batterycritical.md
+++ b/www/docs/en/1.6.1/cordova/events/events.batterycritical.md
@@ -35,7 +35,7 @@ The batterycritical handler will be called with an object that contains two prop
 - __level:__ The percentage of battery (0-100). _(Number)_
 - __isPlugged:__ A boolean that represents whether or not the device is plugged in or not. _(Boolean)_
 
-Typically, you will want to attach an event listener with `window.addEventListener` once you receive the Cordova '<a href="events.deviceready.html">deviceready</a>' event.
+Typically, you will want to attach an event listener with `window.addEventListener` once you receive the Cordova 'deviceready' event.
 
 Supported Platforms
 -------------------
@@ -44,7 +44,7 @@ Supported Platforms
 - Android
 - BlackBerry WebWorks (OS 5.0 and higher)
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     window.addEventListener("batterycritical", onBatteryCritical, false);
@@ -54,30 +54,30 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
        	alert("Battery Level Critical " + info.level + "%\nRecharge Soon!"); 
     }
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Cordova <a href="../device/device.html">Device</a> Ready <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Cordova Device Ready Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Call on<a href="../device/device.html">Device</a>Ready when Cordova is loaded.
+        // Call onDeviceReady when Cordova is loaded.
         //
         // At this point, the document has loaded but cordova-1.6.1.js has not.
         // When Cordova is loaded and talking with the native device,
-        // it will call the event `<a href="events.deviceready.html">deviceready</a>`.
+        // it will call the event `deviceready`.
         // 
 	    function onLoad() {
-    	    document.addEventListener("<a href="events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+    	    document.addEventListener("deviceready", onDeviceReady, false);
     	}
 
         // Cordova is loaded and it is now safe to make calls Cordova methods
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
 		    window.addEventListener("batterycritical", onBatteryCritical, false);
         }
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.6.1/cordova/events/events.batterylow.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.6.1/cordova/events/events.batterylow.md b/www/docs/en/1.6.1/cordova/events/events.batterylow.md
index 10024ff..05d2e47 100644
--- a/www/docs/en/1.6.1/cordova/events/events.batterylow.md
+++ b/www/docs/en/1.6.1/cordova/events/events.batterylow.md
@@ -35,7 +35,7 @@ The batterylow handler will be called with an object that contains two propertie
 - __level:__ The percentage of battery (0-100). _(Number)_
 - __isPlugged:__ A boolean that represents whether or not the device is plugged in or not. _(Boolean)_
 
-Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova '<a href="events.deviceready.html">deviceready</a>' event.
+Typically, you will want to attach an event listener with `document.addEventListener` once you receive the Cordova 'deviceready' event.
 
 Supported Platforms
 -------------------
@@ -44,7 +44,7 @@ Supported Platforms
 - Android
 - BlackBerry WebWorks (OS 5.0 and higher)
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     window.addEventListener("batterylow", onBatteryLow, false);
@@ -54,30 +54,30 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
        	alert("Battery Level Low " + info.level + "%"); 
     }
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Cordova <a href="../device/device.html">Device</a> Ready <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Cordova Device Ready Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.6.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // Call on<a href="../device/device.html">Device</a>Ready when Cordova is loaded.
+        // Call onDeviceReady when Cordova is loaded.
         //
         // At this point, the document has loaded but cordova-1.6.1.js has not.
         // When Cordova is loaded and talking with the native device,
-        // it will call the event `<a href="events.deviceready.html">deviceready</a>`.
+        // it will call the event `deviceready`.
         // 
 	    function onLoad() {
-    	    document.addEventListener("<a href="events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+    	    document.addEventListener("deviceready", onDeviceReady, false);
     	}
 
         // Cordova is loaded and it is now safe to make calls Cordova methods
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
 		    window.addEventListener("batterylow", onBatteryLow, false);
         }
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[34/51] [partial] docs commit: Reverting autolinking change because of inconsistencies.

Posted by db...@apache.org.
http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/edge/guide/platforms/wp8/upgrade.md
----------------------------------------------------------------------
diff --git a/www/docs/de/edge/guide/platforms/wp8/upgrade.md b/www/docs/de/edge/guide/platforms/wp8/upgrade.md
index 6e58919..767f984 100644
--- a/www/docs/de/edge/guide/platforms/wp8/upgrade.md
+++ b/www/docs/de/edge/guide/platforms/wp8/upgrade.md
@@ -18,7 +18,7 @@ license: >
     under the License.
 ---
 
-# <a href="upgrading.html">Aktualisieren von Windows Phone</a> 8
+# Aktualisieren von Windows Phone 8
 
 Diese Anleitung zeigt, wie Windows Phone 8 Projekte, um ein upgrade von älteren Versionen von Cordova zu ändern. Einige dieser Anweisungen beziehen sich auf Projekte, die mit einer älteren Befehlszeilentools, die vorangehen erstellt die `cordova` CLI-Hilfsprogramm. Informationen finden Sie unter The Command-Line Interface die CLI-Version zu aktualisieren. Der folgende Abschnitt zeigt wie von nicht-CLI und CLI Projekte aktualisiert.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/edge/guide/platforms/wp8/vmware.md
----------------------------------------------------------------------
diff --git a/www/docs/de/edge/guide/platforms/wp8/vmware.md b/www/docs/de/edge/guide/platforms/wp8/vmware.md
index 725af3d..ba34a76 100644
--- a/www/docs/de/edge/guide/platforms/wp8/vmware.md
+++ b/www/docs/de/edge/guide/platforms/wp8/vmware.md
@@ -28,7 +28,7 @@ Das [Microsoft Developer Network][1] bietet allgemeine Anweisungen zum Ausführe
 
 1.  VMWare Fusion wählen Sie die Image-Datei von Windows 8, die Sie vorbereitet haben, und wählen Sie **Einstellungen**.
 
-2.  Wählen Sie die **Prozessoren & <a href="../../../cordova/storage/storage.html">Speicher</a>** -Konfigurationsoptionen. Geben Sie, *zwei* Prozessorkerne und **Hypervisor-Anwendungen in dieser virtuellen Maschine zu ermöglichen**:
+2.  Wählen Sie die **Prozessoren & Speicher** -Konfigurationsoptionen. Geben Sie, *zwei* Prozessorkerne und **Hypervisor-Anwendungen in dieser virtuellen Maschine zu ermöglichen**:
     
     ![][2]
     

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/edge/guide/support/index.md
----------------------------------------------------------------------
diff --git a/www/docs/de/edge/guide/support/index.md b/www/docs/de/edge/guide/support/index.md
index be523d2..e38ff19 100644
--- a/www/docs/de/edge/guide/support/index.md
+++ b/www/docs/de/edge/guide/support/index.md
@@ -457,7 +457,7 @@ Im folgenden wird die Gruppe von Entwicklungs-Tools und APIs verfügbar-Gerät f
       
       <tr>
         <th>
-          <a href="cordova_events_events.md.html"><a href="../../cordova/events/events.html">Veranstaltungen</a></a>
+          <a href="cordova_events_events.md.html">Veranstaltungen</a>
         </th>
         
         <td data-col="amazon-fireos" class="y">
@@ -792,7 +792,7 @@ Im folgenden wird die Gruppe von Entwicklungs-Tools und APIs verfügbar-Gerät f
       
       <tr>
         <th>
-          <a href="cordova_storage_storage.md.html"><a href="../../cordova/storage/storage.html">Speicher</a></a>
+          <a href="cordova_storage_storage.md.html">Speicher</a>
         </th>
         
         <td data-col="amazon-fireos" class="y">

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/edge/index.md
----------------------------------------------------------------------
diff --git a/www/docs/de/edge/index.md b/www/docs/de/edge/index.md
index 5168f6b..487b94d 100644
--- a/www/docs/de/edge/index.md
+++ b/www/docs/de/edge/index.md
@@ -26,91 +26,91 @@ license: >
   <ul>
     <li>
       <h2>
-        <a href="guide/overview/index.html">Übersicht</a>
+        Übersicht
       </h2>
       
       <span>Beginnen Sie hier, wenn Sie mit Cordova sind. Umfasst die Installation sowie die nächsten Schritte.</span>
     </li>
     <li>
       <h2>
-        <a href="guide/support/index.html">Plattformunterstützung</a>
+        Plattformunterstützung
       </h2>
       
       <span>Kompatibilitätstabelle für alle wichtigen Funktionen.</span>
     </li>
     <li>
       <h2>
-        <a href="guide/cli/index.html">Die Befehlszeilenschnittstelle</a>
+        Die Befehlszeilenschnittstelle
       </h2>
       
       <span>Erstellen, erstellen und Bereitstellen von der Befehlszeile aus.</span>
     </li>
     <li>
       <h2>
-        <a href="guide/platforms/index.html">Plattform-Guides</a>
+        Plattform-Guides
       </h2>
       
       <span>Jede Plattform SDK einrichten und Projekte aktualisieren.</span>
     </li>
     <li>
       <h2>
-        <a href="plugin_ref/plugman.html">Plugins verwalten mithilfe Plugman</a>
+        Plugins verwalten mithilfe Plugman
       </h2>
       
       <span>Verwalten Sie Plugins ohne CLI, wenn den Plattform-zentrierte Workflow verwenden.</span>
     </li>
     <li>
       <h2>
-        <a href="config_ref/index.html">Die Datei config.xml</a> Datei
+        Die Datei config.xml Datei
       </h2>
       
       <span>Ihre app Features anpassen.</span>
     </li>
     <li>
       <h2>
-        <a href="config_ref/images.html">Symbole und Splash-Screens</a>
+        Symbole und Splash-Screens
       </h2>
       
       <span>Passen Sie Ihre app Anzeigen von Bildern.</span>
     </li>
     <li>
       <h2>
-        <a href="guide/hybrid/webviews/index.html">Einbetten von Webansichten für</a>
+        Einbetten von Webansichten für
       </h2>
       
       <span>Implementieren Sie die Cordova WebView im systemeigenen Projekt.</span>
     </li>
     <li>
       <h2>
-        <a href="guide/hybrid/plugins/index.html">Plugin-Entwicklung-Guide</a>
+        Plugin-Entwicklung-Guide
       </h2>
       
       <span>Entwickeln Sie Ihr eigenes Plugin.</span>
     </li>
     <li>
       <h2>
-        <a href="guide/appdev/privacy/index.html">Datenschutz-Guide</a>
+        Datenschutz-Guide
       </h2>
       
       <span>Erfahren Sie mehr über wichtige mobile Datenschutzprobleme.</span>
     </li>
     <li>
       <h2>
-        <a href="guide/appdev/security/index.html">Sicherheitshandbuch</a>
+        Sicherheitshandbuch
       </h2>
       
       <span>Informationen und Tipps für den Aufbau einer sicheren Anwendung.</span>
     </li>
     <li>
       <h2>
-        <a href="platform_plugin_versioning_ref/index.html">Plattformen und Plugins Versionsmanagement</a>
+        Plattformen und Plugins Versionsmanagement
       </h2>
       
-      <span><a href="cordova/storage/storage.html">Speicher</a>n und Wiederherstellen von Projekten für CLI in einen bekannten Zustand ohne Streit.</span>
+      <span>Speichern und Wiederherstellen von Projekten für CLI in einen bekannten Zustand ohne Streit.</span>
     </li>
     <li>
       <h2>
-        <a href="guide/appdev/whitelist/index.html">Whitelist-Guide</a>
+        Whitelist-Guide
       </h2>
       
       <span>Eine Anwendungszugriff auf externe Ressourcen gewähren.</span>
@@ -120,7 +120,7 @@ license: >
         Storage
       </h2>
       
-      <span>Eine <a href="guide/overview/index.html">Übersicht</a> über native <a href="cordova/storage/storage.html">Speicher</a>optionen.</span>
+      <span>Eine Übersicht über native Speicheroptionen.</span>
     </li>
     <li>
       <h2>
@@ -131,7 +131,7 @@ license: >
     </li>
     <li>
       <h2>
-        <a href="guide/next/index.html">Die nächsten Schritte</a>
+        Die nächsten Schritte
       </h2>
       
       <span>Einen Blick auf Themen, die neue Cordova Entwickler stoßen werden.</span>
@@ -152,14 +152,14 @@ license: >
   <ul>
     <li>
       <h2>
-        <a href="cordova/events/events.html">Veranstaltungen</a>
+        Veranstaltungen
       </h2>
       
       <span>Haken Sie in systemeigene Ereignisse durch JavaScript.</span>
     </li>
     <li>
       <h2>
-        <a href="cordova/plugins/pluginapis.html">Plugin APIs</a>
+        Plugin APIs
       </h2>
       
       <span>Entdecken Sie, welche Cordova-Plugins verwenden Sie in Ihrem Projekt verfügbar sind.</span>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/edge/platform_plugin_versioning_ref/index.md
----------------------------------------------------------------------
diff --git a/www/docs/de/edge/platform_plugin_versioning_ref/index.md b/www/docs/de/edge/platform_plugin_versioning_ref/index.md
index a92f261..d9c77ec 100644
--- a/www/docs/de/edge/platform_plugin_versioning_ref/index.md
+++ b/www/docs/de/edge/platform_plugin_versioning_ref/index.md
@@ -20,17 +20,17 @@ license: >
 
 # Plattformen und Plugins Versionsmanagement
 
-Ab Version 4.3.0 bietet Cordova die Möglichkeit zum <a href="../cordova/storage/storage.html">Speicher</a>n und wiederherstellen, Plattformen und Plugins.
+Ab Version 4.3.0 bietet Cordova die Möglichkeit zum Speichern und wiederherstellen, Plattformen und Plugins.
 
 Dieses Feature ermöglicht Entwicklern, speichern und ihre app in einen bekannten Zustand wiederherstellen, ohne in allen von der Plattform und Plugin Quellcode überprüfen.
 
-Der Befehl "<a href="../cordova/storage/storage.html">Speicher</a>n" speichert Informationen über die app-Plattform und Plugin-Versionen in "config.xml". Der 'Wiederherstellung' Schritt geschieht automatisch, wenn ein **'cordova prepare'** ausgegeben wird, machen Gebrauch von Informationen, die zuvor in der Datei config.xml gespeichert.
+Der Befehl "Speichern" speichert Informationen über die app-Plattform und Plugin-Versionen in "config.xml". Der 'Wiederherstellung' Schritt geschieht automatisch, wenn ein **'cordova prepare'** ausgegeben wird, machen Gebrauch von Informationen, die zuvor in der Datei config.xml gespeichert.
 
 Ein Szenario, wo speichern/wiederherstellen-Funktionen praktisch, ist in großen Teams, die auf eine Anwendung mit jedes Teammitglied Fokussierung auf einer Plattform oder Plugin arbeiten. Diese Funktion erleichtert das Teilen des Projekts und reduzieren die Menge der redundanten Code, der im Repository eingecheckt ist.
 
 ## Plattform-Versionsverwaltung
 
-### <a href="../cordova/storage/storage.html">Speicher</a>n von Plattformen
+### Speichern von Plattformen
 
 Um eine Plattform zu speichern, geben Sie folgenden Befehl ein:
 
@@ -100,7 +100,7 @@ Wenn Sie den Befehl **'cordova platform add android'** (keine Version/Ordner/Git
 
 *(Die Plugin-Befehle sind ein Spiegel der Plugin-Befehle)*
 
-### <a href="../cordova/storage/storage.html">Speicher</a>n von plugins
+### Speichern von plugins
 
 Um ein Plugin zu speichern, geben Sie folgenden Befehl ein:
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/edge/plugin_ref/plugman.md
----------------------------------------------------------------------
diff --git a/www/docs/de/edge/plugin_ref/plugman.md b/www/docs/de/edge/plugin_ref/plugman.md
index f69b2d9..e8140db 100644
--- a/www/docs/de/edge/plugin_ref/plugman.md
+++ b/www/docs/de/edge/plugin_ref/plugman.md
@@ -20,7 +20,7 @@ license: >
 
 # Plugins verwalten mithilfe Plugman
 
-Ab Version 3.0 ff. Cordova implementiert alle Gerät APIs als Plugins und lässt sie standardmäßig deaktiviert. Es unterstützt auch zwei Möglichkeiten zum Hinzufügen und Entfernen von Plugins, je nach verwendeter Workflow diskutiert in der <a href="../guide/overview/index.html">Übersicht</a>:
+Ab Version 3.0 ff. Cordova implementiert alle Gerät APIs als Plugins und lässt sie standardmäßig deaktiviert. Es unterstützt auch zwei Möglichkeiten zum Hinzufügen und Entfernen von Plugins, je nach verwendeter Workflow diskutiert in der Übersicht:
 
 *   Wenn Sie einen Cross-Plattform-Workflow verwenden, verwenden Sie die `cordova` CLI-Hilfsprogramm, Plugins, hinzufügen, wie in der Command-Line Interface beschrieben. Die CLI ändert Plugins für alle angegebenen Plattformen gleichzeitig.
 
@@ -69,7 +69,7 @@ Weitere Parameter:
 
 *   `--plugins_dir`standardmaessig `<project>/cordova/plugins` , aber kann jedes Verzeichnis ein Unterverzeichnis für jeden abgerufenen Plugin.
 *   `--www`der Standardwert ist des Projekts `www` Ordnerspeicherort, kann jedoch jedes Verzeichnis, das als Cordova Projekt Anwendung Web Vermögenswerte verwendet werden.
-*   `--variable`ermöglicht es, bestimmte Variablen zum Zeitpunkt der Installation notwendig für bestimmte Plugins, die die API-Schlüssel oder andere benutzerdefinierte, benutzerdefinierte Parameter angeben. Finden Sie die [<a href="spec.html">Plugin-Spezifikation</a>][4] für weitere Informationen.
+*   `--variable`ermöglicht es, bestimmte Variablen zum Zeitpunkt der Installation notwendig für bestimmte Plugins, die die API-Schlüssel oder andere benutzerdefinierte, benutzerdefinierte Parameter angeben. Finden Sie die [Plugin-Spezifikation][4] für weitere Informationen.
 
  [4]: plugin_ref_spec.md.html#Plugin%20Specification
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/de/edge/plugin_ref/spec.md
----------------------------------------------------------------------
diff --git a/www/docs/de/edge/plugin_ref/spec.md b/www/docs/de/edge/plugin_ref/spec.md
index efaeaa4..dd9e0bd 100644
--- a/www/docs/de/edge/plugin_ref/spec.md
+++ b/www/docs/de/edge/plugin_ref/spec.md
@@ -167,7 +167,7 @@ Ein oder mehrere Elemente Auflisten der Dateien oder Verzeichnisse in einer Cord
 
 Alle `<asset>` Tags erfordern beide `src` und `target` Attribute. Nur Web-Plugins enthält meist `<asset>` Elemente. Alle `<asset>` Elemente, die geschachtelt sind `<platform>` Elemente geben plattformspezifische Web Vermögenswerte, wie unten beschrieben. Attribute enthalten:
 
-*   `src` (erforderlich): wo ist die Datei oder das Verzeichnis in das Plugin-Paket relativ zum Dokument `plugin.xml` liegt. Wenn eine Datei am <a href="../cordova/storage/storage.html">Speicher</a>ort angegebenen `Src` nicht existiert, Plugman beendet und kehrt den Installationsvorgang, gibt eine Benachrichtigung über den Konflikt und beendet mit einem NULL-Code.
+*   `src` (erforderlich): wo ist die Datei oder das Verzeichnis in das Plugin-Paket relativ zum Dokument `plugin.xml` liegt. Wenn eine Datei am Speicherort angegebenen `Src` nicht existiert, Plugman beendet und kehrt den Installationsvorgang, gibt eine Benachrichtigung über den Konflikt und beendet mit einem NULL-Code.
 
 *   `target` (required):
     
@@ -276,7 +276,7 @@ Die `<source-file>` Element identifiziert ausführbare Quellcodes, die in ein Pr
 
 Es unterstützt die folgenden Attribute:
 
-*   `src` (erforderlich): <a href="../cordova/storage/storage.html">Speicher</a>ort der Datei relativ `plugin.xml`. Wenn die `src` -Datei nicht gefunden werden kann, Plugman beendet und kehrt die Installation, gibt eine Benachrichtigung über das Problem und beendet mit einem NULL-Code.
+*   `src` (erforderlich): Speicherort der Datei relativ `plugin.xml`. Wenn die `src` -Datei nicht gefunden werden kann, Plugman beendet und kehrt die Installation, gibt eine Benachrichtigung über das Problem und beendet mit einem NULL-Code.
 
 *   `target-dir`: ein Verzeichnis, in das die Dateien sollen, relativ zum Stammverzeichnis des Projektes Cordova kopiert werden. In der Praxis ist das wichtigste für Java-basierte Plattformen, wo muß eine Datei in das `com.alunny.foo` -Paket in das `com/Alunny/Foo` -Verzeichnis liegen. Für Plattformen, wo das Quellverzeichnis nicht wichtig ist, sollte dieses Attribut weggelassen werden.
     
@@ -324,7 +324,7 @@ Es unterstützt die folgenden Attribute:
     
     Das Ziel kann Platzhalter enthalten ( `*` ) Elemente. In diesem Fall Plugman rekursiv durchsucht die Verzeichnisstruktur des Projekts und verwendet die erste Übereinstimmung.
     
-    Auf iOS, der <a href="../cordova/storage/storage.html">Speicher</a>ort der Konfigurationsdateien relativ zum Stammverzeichnis des Projekt-Verzeichnis ist nicht bekannt, also ein Ziel angeben `config.xml` löst in`cordova-ios-project/MyAppName/config.xml`.
+    Auf iOS, der Speicherort der Konfigurationsdateien relativ zum Stammverzeichnis des Projekt-Verzeichnis ist nicht bekannt, also ein Ziel angeben `config.xml` löst in`cordova-ios-project/MyAppName/config.xml`.
     
     Wenn die angegebene Datei nicht vorhanden ist, wird das Tool ignoriert die Konfigurationsänderung und wird die Installation fortgesetzt.
 
@@ -397,7 +397,7 @@ Wie Quelle, Ressourcen- und Header-Dateien, aber speziell für Plattformen wie B
 
 Unterstützte Attribute:
 
-*   `src`(erforderlich): der <a href="../cordova/storage/storage.html">Speicher</a>ort der Datei relativ zum `plugin.xml` . Wenn `src` nicht auffindbar, Plugman beendet und kehrt die Installation Probleme eine Warnung über das Problem und beendet mit einem NULL-Code.
+*   `src`(erforderlich): der Speicherort der Datei relativ zum `plugin.xml` . Wenn `src` nicht auffindbar, Plugman beendet und kehrt die Installation Probleme eine Warnung über das Problem und beendet mit einem NULL-Code.
 
 *   `arch`: Die Architektur, für die die `.so` Datei erstellt wurde, entweder `device` oder`simulator`.
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/guide/getting-started/android/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/guide/getting-started/android/index.md b/www/docs/en/1.5.0/guide/getting-started/android/index.md
index b9a7e76..c256e02 100644
--- a/www/docs/en/1.5.0/guide/getting-started/android/index.md
+++ b/www/docs/en/1.5.0/guide/getting-started/android/index.md
@@ -66,38 +66,38 @@ There is also a [Terminal](http://wiki.phonegap.com/w/page/30864168/phonegap-and
 	![](img/guide/platforms/android/javaSrc.jpg)
 - You might experience an error here, where Eclipse can't find cordova-1.5.0.jar. In this case, right click on the /libs folder and go to Build Paths/ &gt; Configure Build Paths. Then, in the Libraries tab, add cordova-1.5.0.jar to the Project. If Eclipse is being temperamental, you might need to refresh (F5) the project once again.
 - Right click on AndroidManifest.xml and select **Open With &gt; Text Editor**
-- Paste the following permissions under <a href="../../../phonegap/storage/parameters/version.html">version</a>Name: (view image below)
-
-        <supports-screens android:largeScreens="true" android:normalScreens="true" android:smallScreens="true" android:re<a href="../../../phonegap/storage/parameters/size.html">size</a>able="true" android:anyDensity="true" />
-        <uses-permission android:<a href="../../../phonegap/storage/parameters/name.html">name</a>="android.permission.CAMERA" />
-        <uses-permission android:<a href="../../../phonegap/storage/parameters/name.html">name</a>="android.permission.VIBRATE" />
-        <uses-permission android:<a href="../../../phonegap/storage/parameters/name.html">name</a>="android.permission.ACCESS_COARSE_LOCATION" />
-        <uses-permission android:<a href="../../../phonegap/storage/parameters/name.html">name</a>="android.permission.ACCESS_FINE_LOCATION" />
-        <uses-permission android:<a href="../../../phonegap/storage/parameters/name.html">name</a>="android.permission.ACCESS_LOCATION_EXTRA_COMMANDS" />
-        <uses-permission android:<a href="../../../phonegap/storage/parameters/name.html">name</a>="android.permission.READ_PHONE_STATE" />
-        <uses-permission android:<a href="../../../phonegap/storage/parameters/name.html">name</a>="android.permission.INTERNET" />
-        <uses-permission android:<a href="../../../phonegap/storage/parameters/name.html">name</a>="android.permission.RECEIVE_SMS" />
-        <uses-permission android:<a href="../../../phonegap/storage/parameters/name.html">name</a>="android.permission.RECORD_AUDIO" />
-        <uses-permission android:<a href="../../../phonegap/storage/parameters/name.html">name</a>="android.permission.MODIFY_AUDIO_SETTINGS" />
-        <uses-permission android:<a href="../../../phonegap/storage/parameters/name.html">name</a>="android.permission.READ_CONTACTS" />
-        <uses-permission android:<a href="../../../phonegap/storage/parameters/name.html">name</a>="android.permission.WRITE_CONTACTS" />
-        <uses-permission android:<a href="../../../phonegap/storage/parameters/name.html">name</a>="android.permission.WRITE_EXTERNAL_STORAGE" />
-        <uses-permission android:<a href="../../../phonegap/storage/parameters/name.html">name</a>="android.permission.ACCESS_NETWORK_STATE" /> <uses-permission android:<a href="../../../phonegap/storage/parameters/name.html">name</a>="android.permission.GET_ACCOUNTS" />
-        <uses-permission android:<a href="../../../phonegap/storage/parameters/name.html">name</a>="android.permission.BROADCAST_STICKY" />
+- Paste the following permissions under versionName: (view image below)
+
+        <supports-screens android:largeScreens="true" android:normalScreens="true" android:smallScreens="true" android:resizeable="true" android:anyDensity="true" />
+        <uses-permission android:name="android.permission.CAMERA" />
+        <uses-permission android:name="android.permission.VIBRATE" />
+        <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
+        <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
+        <uses-permission android:name="android.permission.ACCESS_LOCATION_EXTRA_COMMANDS" />
+        <uses-permission android:name="android.permission.READ_PHONE_STATE" />
+        <uses-permission android:name="android.permission.INTERNET" />
+        <uses-permission android:name="android.permission.RECEIVE_SMS" />
+        <uses-permission android:name="android.permission.RECORD_AUDIO" />
+        <uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" />
+        <uses-permission android:name="android.permission.READ_CONTACTS" />
+        <uses-permission android:name="android.permission.WRITE_CONTACTS" />
+        <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
+        <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> <uses-permission android:name="android.permission.GET_ACCOUNTS" />
+        <uses-permission android:name="android.permission.BROADCAST_STICKY" />
 
 - Add `android:configChanges="orientation|keyboardHidden"` to the activity tag in AndroidManifest. (view image below)
 - Add a second activity under you application tag in AndroidManifest. (view image below)
 	
-	    <activity android:<a href="../../../phonegap/storage/parameters/name.html">name</a>="com.phonegap.DroidGap" android:label="@string/app_<a href="../../../phonegap/storage/parameters/name.html">name</a>" android:configChanges="orientation|keyboardHidden"> <intent-filter> </intent-filter> </activity>
+	    <activity android:name="com.phonegap.DroidGap" android:label="@string/app_name" android:configChanges="orientation|keyboardHidden"> <intent-filter> </intent-filter> </activity>
 
 	![](img/guide/platforms/android/manifest.jpg)
 
 
 
-4. <a href="../webos/index.html">Hello World</a>
+4. Hello World
 --------------    
 
-Now create and open a new file <a href="../../../phonegap/storage/parameters/name.html">name</a>d **index.html** in the **assets/www** directory. Paste the following code:
+Now create and open a new file named **index.html** in the **assets/www** directory. Paste the following code:
 
         <!DOCTYPE HTML>
         <html>
@@ -106,7 +106,7 @@ Now create and open a new file <a href="../../../phonegap/storage/parameters/nam
         <script type="text/javascript" charset="utf-8" src="cordova-1.5.0.js"></script>
         </head>
         <body>
-        <h1><a href="../webos/index.html">Hello World</a></h1>
+        <h1>Hello World</h1>
         </body>
         </html>
 
@@ -118,7 +118,7 @@ Now create and open a new file <a href="../../../phonegap/storage/parameters/nam
 - Eclipse will ask you to select an appropriate AVD. If there isn't one, then you'll need to create it.
 
 
-5B. Deploy to <a href="../../../phonegap/device/device.html">Device</a>
+5B. Deploy to Device
 --------------------
 
 - Make sure USB debugging is enabled on your device and plug it into your system. (Settings &gt; Applications &gt; Development)
@@ -128,5 +128,5 @@ Now create and open a new file <a href="../../../phonegap/storage/parameters/nam
 Done!
 -----
 
-You can also checkout more detailed <a href="../../../phonegap/storage/parameters/version.html">version</a> of this guide [here](http://wiki.phonegap.com/w/page/30862722/phonegap-android-eclipse-quickstart).
+You can also checkout more detailed version of this guide [here](http://wiki.phonegap.com/w/page/30862722/phonegap-android-eclipse-quickstart).
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/guide/getting-started/blackberry/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/guide/getting-started/blackberry/index.md b/www/docs/en/1.5.0/guide/getting-started/blackberry/index.md
index 81cc47d..f508393 100644
--- a/www/docs/en/1.5.0/guide/getting-started/blackberry/index.md
+++ b/www/docs/en/1.5.0/guide/getting-started/blackberry/index.md
@@ -55,10 +55,10 @@ For 4.x devices check out [this guide](http://wiki.phonegap.com/w/page/25653281/
 - Open up the project.properties file with your favourite editor and change the lines `BlackBerry.bbwp.dir=` and `PlayBook.bbwp.dir=` to equal the respective install locations of the SDKs you downloaded earlier.
 
 
-4. <a href="../webos/index.html">Hello World</a>
+4. Hello World
 --------------
 
-Build the PhoneGap sample project by typing `ant target build` in your command prompt/terminal while you are in your project's directory. Replace the target with either blackberry or playbook. Note this is the sample PhoneGap project and not a basic hello world application. You can go edit the index.html file located in the www directory of your project to make it say <a href="../webos/index.html">Hello World</a> if you wish.
+Build the PhoneGap sample project by typing `ant target build` in your command prompt/terminal while you are in your project's directory. Replace the target with either blackberry or playbook. Note this is the sample PhoneGap project and not a basic hello world application. You can go edit the index.html file located in the www directory of your project to make it say Hello World if you wish.
 
 
 5A. Deploy to Simulator (Windows Only)
@@ -68,7 +68,7 @@ Build the PhoneGap sample project by typing `ant target build` in your command p
 - Press the BlackBerry button on the simulator, go to downloads and you should see your app loaded there.
 
 
-5B. Deploy to <a href="../../../phonegap/device/device.html">Device</a> (Windows and Mac)
+5B. Deploy to Device (Windows and Mac)
 --------------------------------------
 
 - You have to have your signing keys from RIM by filling out this [form](https://www.blackberry.com/SignedKeys/).
@@ -79,5 +79,5 @@ Build the PhoneGap sample project by typing `ant target build` in your command p
 Done!
 -----
 
-You can also checkout more detailed <a href="../../../phonegap/storage/parameters/version.html">version</a> of this guide [here](http://wiki.phonegap.com/w/page/31930982/Getting-Started-with-PhoneGap-BlackBerry-WebWorks).
+You can also checkout more detailed version of this guide [here](http://wiki.phonegap.com/w/page/31930982/Getting-Started-with-PhoneGap-BlackBerry-WebWorks).
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/guide/getting-started/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/guide/getting-started/index.md b/www/docs/en/1.5.0/guide/getting-started/index.md
index 451866d..124d04d 100644
--- a/www/docs/en/1.5.0/guide/getting-started/index.md
+++ b/www/docs/en/1.5.0/guide/getting-started/index.md
@@ -21,9 +21,9 @@ license: >
 Getting Started Guides
 ======================
 
-- <a href="android/index.html">Getting Started with Android</a>
-- <a href="blackberry/index.html">Getting Started with BlackBerry</a>
-- <a href="ios/index.html">Getting Started with iOS</a>
-- <a href="symbian/index.html">Getting Started with Symbian</a>
-- <a href="webos/index.html">Getting Started with WebOS</a>
-- <a href="windows-phone/index.html">Getting Started with Windows Phone</a>
\ No newline at end of file
+- Getting Started with Android
+- Getting Started with BlackBerry
+- Getting Started with iOS
+- Getting Started with Symbian
+- Getting Started with WebOS
+- Getting Started with Windows Phone
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/guide/getting-started/ios/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/guide/getting-started/ios/index.md b/www/docs/en/1.5.0/guide/getting-started/ios/index.md
index 1ac6580..96442b6 100644
--- a/www/docs/en/1.5.0/guide/getting-started/ios/index.md
+++ b/www/docs/en/1.5.0/guide/getting-started/ios/index.md
@@ -31,7 +31,7 @@ Video Tutorials:
 1. Requirements
 ---------------
 - Intel-based computer with Mac OS X Snow Leopard (10.6)
-- Necessary for Installing on <a href="../../../phonegap/device/device.html">Device</a>:
+- Necessary for Installing on Device:
     - An Apple iOS device (iPhone, iPad, iPod Touch)
     - iOS developer certification
 
@@ -46,13 +46,13 @@ Video Tutorials:
 3. Setup New Project
 --------------------
 
-- Launch Xcode, then under the <a href="../../../phonegap/file/fileobj/fileobj.html">File</a> menu select **New** and then **New Project...**
+- Launch Xcode, then under the File menu select **New** and then **New Project...**
 - Select **PhoneGap-based Application** from the list of templates
 
     ![](img/guide/platforms/ios/XCode4-templates.png)
 - Select the **Next** button, Fill in the "Product Name" &amp; "Company Identifier" for your app
 
-    ![](img/guide/platforms/ios/xcode4-<a href="../../../phonegap/storage/parameters/name.html">name</a>_your_app.png)
+    ![](img/guide/platforms/ios/xcode4-name_your_app.png)
     
 - Choose a directory to store your app
 - You should see your project in Xcode 4 now. Press the **Run** button in the top left corner. Your build should succeed and launch in the simulator
@@ -65,24 +65,24 @@ Video Tutorials:
 - After you drag, you should see a prompt with a few options. Make sure to select **Create folder references for any added folders**. Click Finish
 
 
-4. <a href="../webos/index.html">Hello World</a>
+4. Hello World
 --------------
 
-Open the folder <a href="../../../phonegap/storage/parameters/name.html">name</a>d **www** and type `<h1><a href="../webos/index.html">Hello World</a></h1>` after the `<body>` tag in **index.html**. You can also add any associated Javascript and CSS files there as well.
+Open the folder named **www** and type `<h1>Hello World</h1>` after the `<body>` tag in **index.html**. You can also add any associated Javascript and CSS files there as well.
     
     
 5A. Deploy to Simulator
 -----------------------
 
-- Make sure to change the Active SDK in the top left menu to **Simulator+<a href="../../../phonegap/storage/parameters/version.html">version</a>#**.
+- Make sure to change the Active SDK in the top left menu to **Simulator+version#**.
 - Hit **Run** in your project window header.
 
 
-5B. Deploy to <a href="../../../phonegap/device/device.html">Device</a>
+5B. Deploy to Device
 --------------------
 
 - Open [AppName]-Info.plist and change **BundleIdentifier** to the identifier provided by Apple. If you have a developer license, you can access and run the Assistant at [here](http://developer.apple.com/iphone/manage/overview/index.action) and register your App.
-- Make sure to change the Active SDK in the top left menu to **<a href="../../../phonegap/device/device.html">Device</a>+<a href="../../../phonegap/storage/parameters/version.html">version</a>#**.
+- Make sure to change the Active SDK in the top left menu to **Device+version#**.
 - Hit **Run** in your project window header.
 
     ![](img/guide/platforms/ios/HelloWorldiPhone4.png)    
@@ -91,5 +91,5 @@ Open the folder <a href="../../../phonegap/storage/parameters/name.html">name</a
 Done!
 -----
 
-You can also checkout more detailed <a href="../../../phonegap/storage/parameters/version.html">version</a> of this guide [here](http://wiki.phonegap.com/w/page/39991939/Getting-Started-with-PhoneGap-iOS-using-Xcode-4-%28Template-Version%29).
+You can also checkout more detailed version of this guide [here](http://wiki.phonegap.com/w/page/39991939/Getting-Started-with-PhoneGap-iOS-using-Xcode-4-%28Template-Version%29).
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/guide/getting-started/symbian/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/guide/getting-started/symbian/index.md b/www/docs/en/1.5.0/guide/getting-started/symbian/index.md
index 2468795..cff6296 100644
--- a/www/docs/en/1.5.0/guide/getting-started/symbian/index.md
+++ b/www/docs/en/1.5.0/guide/getting-started/symbian/index.md
@@ -49,11 +49,11 @@ There are also [QT for Symbian](http://wiki.phonegap.com/w/page/16494811/PhoneGa
 - In cygwin, navigate to where you extracted PhoneGap and go into the Symbian directory</li>
 
  
-4. <a href="../webos/index.html">Hello World</a>
+4. Hello World
 --------------
 
 - Open up index.html located in phonegap/symbian/framework/www with your favourite editor. 
-- In the `body` tag, remove the line `"Build your phonegap app here! Dude!"` and add the line `<h1><a href="../webos/index.html">Hello World</a></h1>`
+- In the `body` tag, remove the line `"Build your phonegap app here! Dude!"` and add the line `<h1>Hello World</h1>`
 - In cygwin/terminal, type make. This will produce phonegap-symbian.wrt/app.wgz. 
 
 
@@ -65,7 +65,7 @@ There are also [QT for Symbian](http://wiki.phonegap.com/w/page/16494811/PhoneGa
 - Load the phonegap-symbian.wrt/app.wgz file into the emulator.
 
 
-5B. Deploy to <a href="../../../phonegap/device/device.html">Device</a>
+5B. Deploy to Device
 --------------------
 
 - Load the phonegap-symbian.wrt/app.wgz file into the device using bluetooth or email.
@@ -74,5 +74,5 @@ There are also [QT for Symbian](http://wiki.phonegap.com/w/page/16494811/PhoneGa
 Done!
 -----
 
-You can also checkout more detailed <a href="../../../phonegap/storage/parameters/version.html">version</a> of this guide [here](http://wiki.phonegap.com/w/page/16494780/Getting-Started-with-Phonegap-Nokia-WRT).
+You can also checkout more detailed version of this guide [here](http://wiki.phonegap.com/w/page/16494780/Getting-Started-with-Phonegap-Nokia-WRT).
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/guide/getting-started/webos/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/guide/getting-started/webos/index.md b/www/docs/en/1.5.0/guide/getting-started/webos/index.md
index d8ed105..e209af6 100644
--- a/www/docs/en/1.5.0/guide/getting-started/webos/index.md
+++ b/www/docs/en/1.5.0/guide/getting-started/webos/index.md
@@ -64,7 +64,7 @@ In phonegap/webOS/framework/www, open up index.html with your favourite editor.
 - Type `make` in your terminal/cygwin while in the webOS directory.
 
 
-5B. Deploy to <a href="../../../phonegap/device/device.html">Device</a>
+5B. Deploy to Device
 --------------------
 
 - Make sure your device is in [Developer Mode and plug it in.](http://developer.palm.com/index.php?option=com_content&amp;view=article&amp;id=1552&amp;Itemid=59#dev_mode)
@@ -74,5 +74,5 @@ In phonegap/webOS/framework/www, open up index.html with your favourite editor.
 Done!
 -----
 
-You can also checkout more detailed <a href="../../../phonegap/storage/parameters/version.html">version</a> of this guide [here](http://wiki.phonegap.com/w/page/16494781/Getting-Started-with-PhoneGap-webOS).
+You can also checkout more detailed version of this guide [here](http://wiki.phonegap.com/w/page/16494781/Getting-Started-with-PhoneGap-webOS).
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/guide/getting-started/windows-phone/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/guide/getting-started/windows-phone/index.md b/www/docs/en/1.5.0/guide/getting-started/windows-phone/index.md
index a78f3b2..f9966bb 100644
--- a/www/docs/en/1.5.0/guide/getting-started/windows-phone/index.md
+++ b/www/docs/en/1.5.0/guide/getting-started/windows-phone/index.md
@@ -36,7 +36,7 @@ Video Tutorials:
 
 Note: Running in VM has issues, if you are on a Mac, you will need to setup a bootcamp partition with Windows 7 or Vista
 
-Necessary for Installing on <a href="../../../phonegap/device/device.html">Device</a> and Submitting to Market Place:
+Necessary for Installing on Device and Submitting to Market Place:
 
 - Become an [App Hub member](http://create.msdn.com/en-US/home/membership).
 
@@ -53,7 +53,7 @@ Necessary for Installing on <a href="../../../phonegap/device/device.html">Devic
 
 - Open Visual Studio Express for Windows Phone and choose **New Project**.
 - Select **PhoneGapStarter**.
-- Give your project a <a href="../../../phonegap/storage/parameters/name.html">name</a>, and select OK.
+- Give your project a name, and select OK.
 
     ![](img/guide/platforms/wp7/wpnewproj.png)
 
@@ -83,7 +83,7 @@ Necessary for Installing on <a href="../../../phonegap/device/device.html">Devic
 In order to test your application on a device, the device must be registered. Click [here][register-url] to read documentation on deploying and testing on your Windows Phone.
 
 - Make sure your phone is connected, and the screen is unlocked
-- In Visual Studio, select 'Windows Phone <a href="../../../phonegap/device/device.html">Device</a>' from the top drop-down menu.
+- In Visual Studio, select 'Windows Phone Device' from the top drop-down menu.
 - Hit the green **play button** beside the drop-down menu to start debugging or press F5.
 
     ![](img/guide/platforms/wp7/wpd.png)
@@ -92,6 +92,6 @@ In order to test your application on a device, the device must be registered. Cl
 Done!
 -----
 
-You can also checkout more detailed <a href="../../../phonegap/storage/parameters/version.html">version</a> of this guide [here](http://wiki.phonegap.com/w/page/48672055/Getting%20Started%20with%20PhoneGap%20Windows%20Phone%207).
+You can also checkout more detailed version of this guide [here](http://wiki.phonegap.com/w/page/48672055/Getting%20Started%20with%20PhoneGap%20Windows%20Phone%207).
 
 [register-url]: http://msdn.microsoft.com/en-us/library/windowsphone/develop/ff402565(v=vs.105).aspx

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/guide/upgrading/blackberry/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/guide/upgrading/blackberry/index.md b/www/docs/en/1.5.0/guide/upgrading/blackberry/index.md
index 6298438..db0308c 100644
--- a/www/docs/en/1.5.0/guide/upgrading/blackberry/index.md
+++ b/www/docs/en/1.5.0/guide/upgrading/blackberry/index.md
@@ -21,7 +21,7 @@ license: >
 Upgrading Cordova BlackBerry
 ============================
 
-This document is for people who need to upgrade their Cordova <a href="../../../phonegap/storage/parameters/version.html">version</a>s from an older <a href="../../../phonegap/storage/parameters/version.html">version</a> to a current <a href="../../../phonegap/storage/parameters/version.html">version</a> of Cordova.
+This document is for people who need to upgrade their Cordova versions from an older version to a current version of Cordova.
 1.4.1
 Note: 1.5.0 represents a semi-major change to the PhoneGap/Cordova project! All references to PhoneGap have been changed to Cordova.
 
@@ -33,39 +33,39 @@ Updating just the www folder:
 
 1. Open your `www/` folder, which contains your app.
 2. Remove and update the old phonegap.1.4.1.jar file in the `ext/` folder and replace it with cordova.1.5.0.jar.
-3. Update the contents of the `ext-air/` folder and make sure to re<a href="../../../phonegap/storage/parameters/name.html">name</a> the folders with Phonegap with them to Cordova.
+3. Update the contents of the `ext-air/` folder and make sure to rename the folders with Phonegap with them to Cordova.
 4. Copy the new `cordova-1.5.0.js` into your project.
     - If playbook, then update the .js file in the `playbook/` folder.
 5. Update your HTML to use the new `cordova-1.5.0.js` file.
 6. Update your www/plugins.xml file - remember all of the references to PhoneGap need to be changed to Cordova:
 
 From: 
-    <plugin <a href="../../../phonegap/storage/parameters/name.html">name</a>="App"            value="com.phonegap.app.App"/>
-    <plugin <a href="../../../phonegap/storage/parameters/name.html">name</a>="<a href="../../../phonegap/device/device.html">Device</a>"         value="com.phonegap.device.<a href="../../../phonegap/device/device.html">Device</a>"/>
-    <plugin <a href="../../../phonegap/storage/parameters/name.html">name</a>="<a href="../../../phonegap/camera/camera.html">Camera</a>"         value="com.phonegap.camera.<a href="../../../phonegap/camera/camera.html">Camera</a>"/>	
-    <plugin <a href="../../../phonegap/storage/parameters/name.html">name</a>="Network Status" value="com.phonegap.network.Network"/>
-    <plugin <a href="../../../phonegap/storage/parameters/name.html">name</a>="<a href="../../../phonegap/notification/notification.html">Notification</a>"   value="com.phonegap.notification.<a href="../../../phonegap/notification/notification.html">Notification</a>"/>
-    <plugin <a href="../../../phonegap/storage/parameters/name.html">name</a>="<a href="../../../phonegap/accelerometer/accelerometer.html">Accelerometer</a>"  value="com.phonegap.accelerometer.<a href="../../../phonegap/accelerometer/accelerometer.html">Accelerometer</a>"/>
-    <plugin <a href="../../../phonegap/storage/parameters/name.html">name</a>="<a href="../../../phonegap/geolocation/geolocation.html">Geolocation</a>"    value="com.phonegap.geolocation.<a href="../../../phonegap/geolocation/geolocation.html">Geolocation</a>"/>
-    <plugin <a href="../../../phonegap/storage/parameters/name.html">name</a>="<a href="../../../phonegap/file/fileobj/fileobj.html">File</a>"           value="com.phonegap.file.<a href="../../../phonegap/file/fileobj/fileobj.html">File</a>Manager"/>
-    <plugin <a href="../../../phonegap/storage/parameters/name.html">name</a>="<a href="../../../phonegap/file/filetransfer/filetransfer.html"><a href="../../../phonegap/file/fileobj/fileobj.html">File</a>Transfer</a>"   value="com.phonegap.http.<a href="../../../phonegap/file/filetransfer/filetransfer.html"><a href="../../../phonegap/file/fileobj/fileobj.html">File</a>Transfer</a>"/>
-    <plugin <a href="../../../phonegap/storage/parameters/name.html">name</a>="<a href="../../../phonegap/contacts/Contact/contact.html">Contact</a>"        value="com.phonegap.pim.<a href="../../../phonegap/contacts/Contact/contact.html">Contact</a>"/>
-    <plugin <a href="../../../phonegap/storage/parameters/name.html">name</a>="<a href="../../../phonegap/media/media.html">Media</a><a href="../../../phonegap/media/capture/capture.html">Capture</a>"   value="com.phonegap.media.<a href="../../../phonegap/media/media.html">Media</a><a href="../../../phonegap/media/capture/capture.html">Capture</a>"/>
-    <plugin <a href="../../../phonegap/storage/parameters/name.html">name</a>="Battery"        value="com.phonegap.battery.Battery"/>
+    <plugin name="App"            value="com.phonegap.app.App"/>
+    <plugin name="Device"         value="com.phonegap.device.Device"/>
+    <plugin name="Camera"         value="com.phonegap.camera.Camera"/>	
+    <plugin name="Network Status" value="com.phonegap.network.Network"/>
+    <plugin name="Notification"   value="com.phonegap.notification.Notification"/>
+    <plugin name="Accelerometer"  value="com.phonegap.accelerometer.Accelerometer"/>
+    <plugin name="Geolocation"    value="com.phonegap.geolocation.Geolocation"/>
+    <plugin name="File"           value="com.phonegap.file.FileManager"/>
+    <plugin name="FileTransfer"   value="com.phonegap.http.FileTransfer"/>
+    <plugin name="Contact"        value="com.phonegap.pim.Contact"/>
+    <plugin name="MediaCapture"   value="com.phonegap.media.MediaCapture"/>
+    <plugin name="Battery"        value="com.phonegap.battery.Battery"/>
 
 To:
-    <plugin <a href="../../../phonegap/storage/parameters/name.html">name</a>="App"            value="org.apache.cordova.app.App"/>
-    <plugin <a href="../../../phonegap/storage/parameters/name.html">name</a>="<a href="../../../phonegap/device/device.html">Device</a>"         value="org.apache.cordova.device.<a href="../../../phonegap/device/device.html">Device</a>"/>
-    <plugin <a href="../../../phonegap/storage/parameters/name.html">name</a>="<a href="../../../phonegap/camera/camera.html">Camera</a>"         value="org.apache.cordova.camera.<a href="../../../phonegap/camera/camera.html">Camera</a>"/>
-    <plugin <a href="../../../phonegap/storage/parameters/name.html">name</a>="Network Status" value="org.apache.cordova.network.Network"/>
-    <plugin <a href="../../../phonegap/storage/parameters/name.html">name</a>="<a href="../../../phonegap/notification/notification.html">Notification</a>"   value="org.apache.cordova.notification.<a href="../../../phonegap/notification/notification.html">Notification</a>"/>
-    <plugin <a href="../../../phonegap/storage/parameters/name.html">name</a>="<a href="../../../phonegap/accelerometer/accelerometer.html">Accelerometer</a>"  value="org.apache.cordova.accelerometer.<a href="../../../phonegap/accelerometer/accelerometer.html">Accelerometer</a>"/>
-    <plugin <a href="../../../phonegap/storage/parameters/name.html">name</a>="<a href="../../../phonegap/geolocation/geolocation.html">Geolocation</a>"    value="org.apache.cordova.geolocation.<a href="../../../phonegap/geolocation/geolocation.html">Geolocation</a>"/>
-    <plugin <a href="../../../phonegap/storage/parameters/name.html">name</a>="<a href="../../../phonegap/file/fileobj/fileobj.html">File</a>"           value="org.apache.cordova.file.<a href="../../../phonegap/file/fileobj/fileobj.html">File</a>Manager"/>
-    <plugin <a href="../../../phonegap/storage/parameters/name.html">name</a>="<a href="../../../phonegap/file/filetransfer/filetransfer.html"><a href="../../../phonegap/file/fileobj/fileobj.html">File</a>Transfer</a>"   value="org.apache.cordova.http.<a href="../../../phonegap/file/filetransfer/filetransfer.html"><a href="../../../phonegap/file/fileobj/fileobj.html">File</a>Transfer</a>"/>
-    <plugin <a href="../../../phonegap/storage/parameters/name.html">name</a>="<a href="../../../phonegap/contacts/Contact/contact.html">Contact</a>"        value="org.apache.cordova.pim.<a href="../../../phonegap/contacts/Contact/contact.html">Contact</a>"/>
-    <plugin <a href="../../../phonegap/storage/parameters/name.html">name</a>="<a href="../../../phonegap/media/media.html">Media</a><a href="../../../phonegap/media/capture/capture.html">Capture</a>"   value="org.apache.cordova.media.<a href="../../../phonegap/media/media.html">Media</a><a href="../../../phonegap/media/capture/capture.html">Capture</a>"/>
-    <plugin <a href="../../../phonegap/storage/parameters/name.html">name</a>="Battery"        value="org.apache.cordova.battery.Battery"/>
+    <plugin name="App"            value="org.apache.cordova.app.App"/>
+    <plugin name="Device"         value="org.apache.cordova.device.Device"/>
+    <plugin name="Camera"         value="org.apache.cordova.camera.Camera"/>
+    <plugin name="Network Status" value="org.apache.cordova.network.Network"/>
+    <plugin name="Notification"   value="org.apache.cordova.notification.Notification"/>
+    <plugin name="Accelerometer"  value="org.apache.cordova.accelerometer.Accelerometer"/>
+    <plugin name="Geolocation"    value="org.apache.cordova.geolocation.Geolocation"/>
+    <plugin name="File"           value="org.apache.cordova.file.FileManager"/>
+    <plugin name="FileTransfer"   value="org.apache.cordova.http.FileTransfer"/>
+    <plugin name="Contact"        value="org.apache.cordova.pim.Contact"/>
+    <plugin name="MediaCapture"   value="org.apache.cordova.media.MediaCapture"/>
+    <plugin name="Battery"        value="org.apache.cordova.battery.Battery"/>
 
 Updating the sample folder (ie, updating using the ant tools):
 
@@ -73,37 +73,37 @@ Updating the sample folder (ie, updating using the ant tools):
 2. Update the .jar file in the `phonegap.1.4.1/ext/` folder.
 3. Update the contents of the `phonegap.1.4.1/ext-air/` folder.
 4. Update the .js file in the `phonegap.1.4.1/javascript/` folder.
-5. Open the `sample/lib/` folder and re<a href="../../../phonegap/storage/parameters/name.html">name</a> the `cordova.1.4.1/` folder to `cordova.1.5.0/`.
+5. Open the `sample/lib/` folder and rename the `cordova.1.4.1/` folder to `cordova.1.5.0/`.
 6. Update build.xml to update the ant tools.
 7. Type `ant blackberry build` or `ant playbook build` to update the `www/` folder with updated Cordova.
 8. Open the `www/` folder and update your HTML to use the new `cordova-1.5.0.js` file.
 9. Update your www/plugins.xml file - remember all of the references to PhoneGap need to be changed to Cordova:
 
 From: 
-    <plugin <a href="../../../phonegap/storage/parameters/name.html">name</a>="App"            value="com.phonegap.app.App"/>
-    <plugin <a href="../../../phonegap/storage/parameters/name.html">name</a>="<a href="../../../phonegap/device/device.html">Device</a>"         value="com.phonegap.device.<a href="../../../phonegap/device/device.html">Device</a>"/>
-    <plugin <a href="../../../phonegap/storage/parameters/name.html">name</a>="<a href="../../../phonegap/camera/camera.html">Camera</a>"         value="com.phonegap.camera.<a href="../../../phonegap/camera/camera.html">Camera</a>"/>	
-    <plugin <a href="../../../phonegap/storage/parameters/name.html">name</a>="Network Status" value="com.phonegap.network.Network"/>
-    <plugin <a href="../../../phonegap/storage/parameters/name.html">name</a>="<a href="../../../phonegap/notification/notification.html">Notification</a>"   value="com.phonegap.notification.<a href="../../../phonegap/notification/notification.html">Notification</a>"/>
-    <plugin <a href="../../../phonegap/storage/parameters/name.html">name</a>="<a href="../../../phonegap/accelerometer/accelerometer.html">Accelerometer</a>"  value="com.phonegap.accelerometer.<a href="../../../phonegap/accelerometer/accelerometer.html">Accelerometer</a>"/>
-    <plugin <a href="../../../phonegap/storage/parameters/name.html">name</a>="<a href="../../../phonegap/geolocation/geolocation.html">Geolocation</a>"    value="com.phonegap.geolocation.<a href="../../../phonegap/geolocation/geolocation.html">Geolocation</a>"/>
-    <plugin <a href="../../../phonegap/storage/parameters/name.html">name</a>="<a href="../../../phonegap/file/fileobj/fileobj.html">File</a>"           value="com.phonegap.file.<a href="../../../phonegap/file/fileobj/fileobj.html">File</a>Manager"/>
-    <plugin <a href="../../../phonegap/storage/parameters/name.html">name</a>="<a href="../../../phonegap/file/filetransfer/filetransfer.html"><a href="../../../phonegap/file/fileobj/fileobj.html">File</a>Transfer</a>"   value="com.phonegap.http.<a href="../../../phonegap/file/filetransfer/filetransfer.html"><a href="../../../phonegap/file/fileobj/fileobj.html">File</a>Transfer</a>"/>
-    <plugin <a href="../../../phonegap/storage/parameters/name.html">name</a>="<a href="../../../phonegap/contacts/Contact/contact.html">Contact</a>"        value="com.phonegap.pim.<a href="../../../phonegap/contacts/Contact/contact.html">Contact</a>"/>
-    <plugin <a href="../../../phonegap/storage/parameters/name.html">name</a>="<a href="../../../phonegap/media/media.html">Media</a><a href="../../../phonegap/media/capture/capture.html">Capture</a>"   value="com.phonegap.media.<a href="../../../phonegap/media/media.html">Media</a><a href="../../../phonegap/media/capture/capture.html">Capture</a>"/>
-    <plugin <a href="../../../phonegap/storage/parameters/name.html">name</a>="Battery"        value="com.phonegap.battery.Battery"/>
+    <plugin name="App"            value="com.phonegap.app.App"/>
+    <plugin name="Device"         value="com.phonegap.device.Device"/>
+    <plugin name="Camera"         value="com.phonegap.camera.Camera"/>	
+    <plugin name="Network Status" value="com.phonegap.network.Network"/>
+    <plugin name="Notification"   value="com.phonegap.notification.Notification"/>
+    <plugin name="Accelerometer"  value="com.phonegap.accelerometer.Accelerometer"/>
+    <plugin name="Geolocation"    value="com.phonegap.geolocation.Geolocation"/>
+    <plugin name="File"           value="com.phonegap.file.FileManager"/>
+    <plugin name="FileTransfer"   value="com.phonegap.http.FileTransfer"/>
+    <plugin name="Contact"        value="com.phonegap.pim.Contact"/>
+    <plugin name="MediaCapture"   value="com.phonegap.media.MediaCapture"/>
+    <plugin name="Battery"        value="com.phonegap.battery.Battery"/>
 
 To:
-    <plugin <a href="../../../phonegap/storage/parameters/name.html">name</a>="App"            value="org.apache.cordova.app.App"/>
-    <plugin <a href="../../../phonegap/storage/parameters/name.html">name</a>="<a href="../../../phonegap/device/device.html">Device</a>"         value="org.apache.cordova.device.<a href="../../../phonegap/device/device.html">Device</a>"/>
-    <plugin <a href="../../../phonegap/storage/parameters/name.html">name</a>="<a href="../../../phonegap/camera/camera.html">Camera</a>"         value="org.apache.cordova.camera.<a href="../../../phonegap/camera/camera.html">Camera</a>"/>
-    <plugin <a href="../../../phonegap/storage/parameters/name.html">name</a>="Network Status" value="org.apache.cordova.network.Network"/>
-    <plugin <a href="../../../phonegap/storage/parameters/name.html">name</a>="<a href="../../../phonegap/notification/notification.html">Notification</a>"   value="org.apache.cordova.notification.<a href="../../../phonegap/notification/notification.html">Notification</a>"/>
-    <plugin <a href="../../../phonegap/storage/parameters/name.html">name</a>="<a href="../../../phonegap/accelerometer/accelerometer.html">Accelerometer</a>"  value="org.apache.cordova.accelerometer.<a href="../../../phonegap/accelerometer/accelerometer.html">Accelerometer</a>"/>
-    <plugin <a href="../../../phonegap/storage/parameters/name.html">name</a>="<a href="../../../phonegap/geolocation/geolocation.html">Geolocation</a>"    value="org.apache.cordova.geolocation.<a href="../../../phonegap/geolocation/geolocation.html">Geolocation</a>"/>
-    <plugin <a href="../../../phonegap/storage/parameters/name.html">name</a>="<a href="../../../phonegap/file/fileobj/fileobj.html">File</a>"           value="org.apache.cordova.file.<a href="../../../phonegap/file/fileobj/fileobj.html">File</a>Manager"/>
-    <plugin <a href="../../../phonegap/storage/parameters/name.html">name</a>="<a href="../../../phonegap/file/filetransfer/filetransfer.html"><a href="../../../phonegap/file/fileobj/fileobj.html">File</a>Transfer</a>"   value="org.apache.cordova.http.<a href="../../../phonegap/file/filetransfer/filetransfer.html"><a href="../../../phonegap/file/fileobj/fileobj.html">File</a>Transfer</a>"/>
-    <plugin <a href="../../../phonegap/storage/parameters/name.html">name</a>="<a href="../../../phonegap/contacts/Contact/contact.html">Contact</a>"        value="org.apache.cordova.pim.<a href="../../../phonegap/contacts/Contact/contact.html">Contact</a>"/>
-    <plugin <a href="../../../phonegap/storage/parameters/name.html">name</a>="<a href="../../../phonegap/media/media.html">Media</a><a href="../../../phonegap/media/capture/capture.html">Capture</a>"   value="org.apache.cordova.media.<a href="../../../phonegap/media/media.html">Media</a><a href="../../../phonegap/media/capture/capture.html">Capture</a>"/>
-    <plugin <a href="../../../phonegap/storage/parameters/name.html">name</a>="Battery"        value="org.apache.cordova.battery.Battery"/>
+    <plugin name="App"            value="org.apache.cordova.app.App"/>
+    <plugin name="Device"         value="org.apache.cordova.device.Device"/>
+    <plugin name="Camera"         value="org.apache.cordova.camera.Camera"/>
+    <plugin name="Network Status" value="org.apache.cordova.network.Network"/>
+    <plugin name="Notification"   value="org.apache.cordova.notification.Notification"/>
+    <plugin name="Accelerometer"  value="org.apache.cordova.accelerometer.Accelerometer"/>
+    <plugin name="Geolocation"    value="org.apache.cordova.geolocation.Geolocation"/>
+    <plugin name="File"           value="org.apache.cordova.file.FileManager"/>
+    <plugin name="FileTransfer"   value="org.apache.cordova.http.FileTransfer"/>
+    <plugin name="Contact"        value="org.apache.cordova.pim.Contact"/>
+    <plugin name="MediaCapture"   value="org.apache.cordova.media.MediaCapture"/>
+    <plugin name="Battery"        value="org.apache.cordova.battery.Battery"/>
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/guide/upgrading/webos/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/guide/upgrading/webos/index.md b/www/docs/en/1.5.0/guide/upgrading/webos/index.md
index 4950ed7..97e9252 100644
--- a/www/docs/en/1.5.0/guide/upgrading/webos/index.md
+++ b/www/docs/en/1.5.0/guide/upgrading/webos/index.md
@@ -21,7 +21,7 @@ license: >
 Upgrading PhoneGap webOS
 =======================
 
-This document is for people who need to upgrade their Cordova <a href="../../../phonegap/storage/parameters/version.html">version</a>s from an older <a href="../../../phonegap/storage/parameters/version.html">version</a> to a current <a href="../../../phonegap/storage/parameters/version.html">version</a> of Cordova.
+This document is for people who need to upgrade their Cordova versions from an older version to a current version of Cordova.
 
 ## Upgrade to 1.5.0 from 1.4.1 ##
 
@@ -35,4 +35,4 @@ This document is for people who need to upgrade their Cordova <a href="../../../
     to:
     <script type="text/javascript" src="phonegap-1.5.0.js"></script> 
 
-3. run the makefile to generate the newest <a href="../../../phonegap/storage/parameters/version.html">version</a> of the phonegap-1.5.0.js file
\ No newline at end of file
+3. run the makefile to generate the newest version of the phonegap-1.5.0.js file
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/index.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/index.md b/www/docs/en/1.5.0/index.md
index 892531f..91b6922 100644
--- a/www/docs/en/1.5.0/index.md
+++ b/www/docs/en/1.5.0/index.md
@@ -22,62 +22,62 @@ license: >
     <h1>API Reference</h1>
     <ul>
         <li>
-            <h2><a href="phonegap/accelerometer/accelerometer.html">Accelerometer</a></h2>
+            <h2>Accelerometer</h2>
             <span>Tap into the device's motion sensor.</span>
         </li>
         <li>
-            <h2><a href="phonegap/camera/camera.html">Camera</a></h2>
-            <span><a href="phonegap/media/capture/capture.html">Capture</a> a photo using the device's camera.</span>
+            <h2>Camera</h2>
+            <span>Capture a photo using the device's camera.</span>
         </li>
         <li>
-            <h2><a href="phonegap/media/capture/capture.html">Capture</a></h2>
-            <span><a href="phonegap/media/capture/capture.html">Capture</a> media files using device's media capture applications.</span>
+            <h2>Capture</h2>
+            <span>Capture media files using device's media capture applications.</span>
         </li>
         <li>
-            <h2><a href="phonegap/compass/compass.html">Compass</a></h2>
+            <h2>Compass</h2>
             <span>Obtain the direction that the device is pointing.</span>
         </li>
         <li>
-            <h2><a href="phonegap/connection/connection.html">Connection</a></h2>
+            <h2>Connection</h2>
             <span>Quickly check the network state, and cellular network information.</span>
         </li>
         <li>
-            <h2><a href="phonegap/contacts/Contact/contact.html">Contact</a>s</h2>
+            <h2>Contacts</h2>
             <span>Work with the devices contact database.</span>
         </li>
         <li>
-            <h2><a href="phonegap/device/device.html">Device</a></h2>
+            <h2>Device</h2>
             <span>Gather device specific information.</span>
         </li>
         <li>
-            <h2><a href="phonegap/events/events.html">Events</a></h2>
+            <h2>Events</h2>
             <span>Hook into native events through JavaScript.</span>
         </li>
         <li>
-            <h2><a href="phonegap/file/fileobj/fileobj.html">File</a></h2>
+            <h2>File</h2>
             <span>Hook into native file system through JavaScript.</span>
         </li>
         <li>
-            <h2><a href="phonegap/geolocation/geolocation.html">Geolocation</a></h2>
+            <h2>Geolocation</h2>
             <span>Make your application location aware.</span>
         </li>
         <li>
-            <h2><a href="phonegap/media/media.html">Media</a></h2>
+            <h2>Media</h2>
             <span>Record and play back audio files.</span>
         </li>
         <li>
-            <h2><a href="phonegap/notification/notification.html">Notification</a></h2>
+            <h2>Notification</h2>
             <span>Visual, audible, and tactile device notifications.</span>
         </li>
         <li>
-            <h2><a href="phonegap/storage/storage.html">Storage</a></h2>
+            <h2>Storage</h2>
             <span>Hook into the devices native storage options.</span>
         </li>
     </ul>
     <h1>Guides</h1>
     <ul>
         <li>
-            <h2><a href="guide/getting-started/index.html">Getting Started Guides</a></h2>
+            <h2>Getting Started Guides</h2>
             <span>Setup each SDK and create your first PhoneGap app.</span>
         </li>
         <li>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/accelerometer/acceleration/acceleration.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/accelerometer/acceleration/acceleration.md b/www/docs/en/1.5.0/phonegap/accelerometer/acceleration/acceleration.md
index 86358b9..cd7160f 100644
--- a/www/docs/en/1.5.0/phonegap/accelerometer/acceleration/acceleration.md
+++ b/www/docs/en/1.5.0/phonegap/accelerometer/acceleration/acceleration.md
@@ -21,7 +21,7 @@ license: >
 Acceleration
 ============
 
-Contains `<a href="../accelerometer.html">Accelerometer</a>` data captured at a specific point in time.
+Contains `Accelerometer` data captured at a specific point in time.
 
 Properties
 ----------
@@ -34,7 +34,7 @@ Properties
 Description
 -----------
 
-This object is created and populated by PhoneGap, and returned by an `<a href="../accelerometer.html">Accelerometer</a>` method.
+This object is created and populated by PhoneGap, and returned by an `Accelerometer` method.
 
 Supported Platforms
 -------------------
@@ -44,7 +44,7 @@ Supported Platforms
 - iPhone
 - Windows Phone 7 ( Mango )
 
-Quick <a href="../../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     function onSuccess(acceleration) {
@@ -58,27 +58,27 @@ Quick <a href="../../storage/storage.opendatabase.html">Example</a>
         alert('onError!');
     };
 
-    navigator.<a href="../accelerometer.getCurrentAcceleration.html">accelerometer.getCurrentAcceleration</a>(onSuccess, onError);
+    navigator.accelerometer.getCurrentAcceleration(onSuccess, onError);
 
-Full <a href="../../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title>Acceleration <a href="../../storage/storage.opendatabase.html">Example</a></title>
+        <title>Acceleration Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.5.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for PhoneGap to load
         //
-        document.addEventListener("<a href="../../events/events.deviceready.html">deviceready</a>", on<a href="../../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // PhoneGap is ready
         //
-        function on<a href="../../device/device.html">Device</a>Ready() {
-            navigator.<a href="../accelerometer.getCurrentAcceleration.html">accelerometer.getCurrentAcceleration</a>(onSuccess, onError);
+        function onDeviceReady() {
+            navigator.accelerometer.getCurrentAcceleration(onSuccess, onError);
         }
 
         // onSuccess: Get a snapshot of the current acceleration
@@ -99,7 +99,7 @@ Full <a href="../../storage/storage.opendatabase.html">Example</a>
         </script>
       </head>
       <body>
-        <h1><a href="../../storage/storage.opendatabase.html">Example</a></h1>
+        <h1>Example</h1>
         <p>getCurrentAcceleration</p>
       </body>
     </html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/accelerometer/accelerometer.clearWatch.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/accelerometer/accelerometer.clearWatch.md b/www/docs/en/1.5.0/phonegap/accelerometer/accelerometer.clearWatch.md
index 293f58c..f274a50 100644
--- a/www/docs/en/1.5.0/phonegap/accelerometer/accelerometer.clearWatch.md
+++ b/www/docs/en/1.5.0/phonegap/accelerometer/accelerometer.clearWatch.md
@@ -21,11 +21,11 @@ license: >
 accelerometer.clearWatch
 ========================
 
-Stop watching the `<a href="acceleration/acceleration.html">Acceleration</a>` referenced by the watch ID parameter.
+Stop watching the `Acceleration` referenced by the watch ID parameter.
 
     navigator.accelerometer.clearWatch(watchID);
 
-- __watchID__: The ID returned by `accelerometer.watch<a href="acceleration/acceleration.html">Acceleration</a>`.
+- __watchID__: The ID returned by `accelerometer.watchAcceleration`.
 
 Supported Platforms
 -------------------
@@ -34,36 +34,36 @@ Supported Platforms
 - BlackBerry WebWorks (OS 5.0 and higher)
 - iPhone
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
-    var watchID = navigator.accelerometer.watch<a href="acceleration/acceleration.html">Acceleration</a>(onSuccess, onError, options);
+    var watchID = navigator.accelerometer.watchAcceleration(onSuccess, onError, options);
     
     // ... later on ...
     
     navigator.accelerometer.clearWatch(watchID);
     
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="acceleration/acceleration.html">Acceleration</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Acceleration Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.5.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // The watch id references the current `watch<a href="acceleration/acceleration.html">Acceleration</a>`
+        // The watch id references the current `watchAcceleration`
         var watchID = null;
         
         // Wait for PhoneGap to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // PhoneGap is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             startWatch();
         }
 
@@ -74,7 +74,7 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             // Update acceleration every 3 seconds
             var options = { frequency: 3000 };
             
-            watchID = navigator.accelerometer.watch<a href="acceleration/acceleration.html">Acceleration</a>(onSuccess, onError, options);
+            watchID = navigator.accelerometer.watchAcceleration(onSuccess, onError, options);
         }
         
         // Stop watching the acceleration
@@ -90,9 +90,9 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         //
         function onSuccess(acceleration) {
             var element = document.getElementById('accelerometer');
-            element.innerHTML = '<a href="acceleration/acceleration.html">Acceleration</a> X: ' + acceleration.x + '<br />' +
-                                '<a href="acceleration/acceleration.html">Acceleration</a> Y: ' + acceleration.y + '<br />' +
-                                '<a href="acceleration/acceleration.html">Acceleration</a> Z: ' + acceleration.z + '<br />' + 
+            element.innerHTML = 'Acceleration X: ' + acceleration.x + '<br />' +
+                                'Acceleration Y: ' + acceleration.y + '<br />' +
+                                'Acceleration Z: ' + acceleration.z + '<br />' + 
                                 'Timestamp: '      + acceleration.timestamp + '<br />';
         }
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/accelerometer/accelerometer.getCurrentAcceleration.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/accelerometer/accelerometer.getCurrentAcceleration.md b/www/docs/en/1.5.0/phonegap/accelerometer/accelerometer.getCurrentAcceleration.md
index fe8cded..4e801b7 100644
--- a/www/docs/en/1.5.0/phonegap/accelerometer/accelerometer.getCurrentAcceleration.md
+++ b/www/docs/en/1.5.0/phonegap/accelerometer/accelerometer.getCurrentAcceleration.md
@@ -18,19 +18,19 @@ license: >
     under the License.
 ---
 
-accelerometer.getCurrent<a href="acceleration/acceleration.html">Acceleration</a>
+accelerometer.getCurrentAcceleration
 ====================================
 
 Get the current acceleration along the x, y, and z axis.
 
-    navigator.accelerometer.getCurrent<a href="acceleration/acceleration.html">Acceleration</a>(<a href="parameters/accelerometerSuccess.html">accelerometerSuccess</a>, <a href="parameters/accelerometerError.html">accelerometerError</a>);
+    navigator.accelerometer.getCurrentAcceleration(accelerometerSuccess, accelerometerError);
 
 Description
 -----------
 
 The accelerometer is a motion sensor that detects the change (delta) in movement relative to the current device orientation. The accelerometer can detect 3D movement along the x, y, and z axis.
 
-The acceleration is returned using the `<a href="parameters/accelerometerSuccess.html">accelerometerSuccess</a>` callback function.
+The acceleration is returned using the `accelerometerSuccess` callback function.
 
 Supported Platforms
 -------------------
@@ -39,13 +39,13 @@ Supported Platforms
 - BlackBerry WebWorks (OS 5.0 and higher)
 - iPhone
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     function onSuccess(acceleration) {
-        alert('<a href="acceleration/acceleration.html">Acceleration</a> X: ' + acceleration.x + '\n' +
-              '<a href="acceleration/acceleration.html">Acceleration</a> Y: ' + acceleration.y + '\n' +
-              '<a href="acceleration/acceleration.html">Acceleration</a> Z: ' + acceleration.z + '\n' +
+        alert('Acceleration X: ' + acceleration.x + '\n' +
+              'Acceleration Y: ' + acceleration.y + '\n' +
+              'Acceleration Z: ' + acceleration.z + '\n' +
               'Timestamp: '      + acceleration.timestamp + '\n');
     };
 
@@ -53,35 +53,35 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
         alert('onError!');
     };
 
-    navigator.accelerometer.getCurrent<a href="acceleration/acceleration.html">Acceleration</a>(onSuccess, onError);
+    navigator.accelerometer.getCurrentAcceleration(onSuccess, onError);
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="acceleration/acceleration.html">Acceleration</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Acceleration Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.5.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Wait for PhoneGap to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // PhoneGap is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
-            navigator.accelerometer.getCurrent<a href="acceleration/acceleration.html">Acceleration</a>(onSuccess, onError);
+        function onDeviceReady() {
+            navigator.accelerometer.getCurrentAcceleration(onSuccess, onError);
         }
     
         // onSuccess: Get a snapshot of the current acceleration
         //
         function onSuccess(acceleration) {
-            alert('<a href="acceleration/acceleration.html">Acceleration</a> X: ' + acceleration.x + '\n' +
-                  '<a href="acceleration/acceleration.html">Acceleration</a> Y: ' + acceleration.y + '\n' +
-                  '<a href="acceleration/acceleration.html">Acceleration</a> Z: ' + acceleration.z + '\n' +
+            alert('Acceleration X: ' + acceleration.x + '\n' +
+                  'Acceleration Y: ' + acceleration.y + '\n' +
+                  'Acceleration Z: ' + acceleration.z + '\n' +
                   'Timestamp: '      + acceleration.timestamp + '\n');
         }
     
@@ -94,8 +94,8 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         </script>
       </head>
       <body>
-        <h1><a href="../storage/storage.opendatabase.html">Example</a></h1>
-        <p>getCurrent<a href="acceleration/acceleration.html">Acceleration</a></p>
+        <h1>Example</h1>
+        <p>getCurrentAcceleration</p>
       </body>
     </html>
     
@@ -104,4 +104,4 @@ iPhone Quirks
 
 - iPhone doesn't have the concept of getting the current acceleration at any given point.
 - You must watch the acceleration and capture the data at given time intervals.
-- Thus, the `getCurrent<a href="acceleration/acceleration.html">Acceleration</a>` function will give you the last value reported from a phoneGap `watch<a href="accelerometer.html">Accelerometer</a>` call.
+- Thus, the `getCurrentAcceleration` function will give you the last value reported from a phoneGap `watchAccelerometer` call.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/accelerometer/accelerometer.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/accelerometer/accelerometer.md b/www/docs/en/1.5.0/phonegap/accelerometer/accelerometer.md
index afb5e45..7607cd0 100644
--- a/www/docs/en/1.5.0/phonegap/accelerometer/accelerometer.md
+++ b/www/docs/en/1.5.0/phonegap/accelerometer/accelerometer.md
@@ -21,23 +21,23 @@ license: >
 Accelerometer
 =============
 
-> <a href="../media/capture/capture.html">Capture</a>s device motion in the x, y, and z direction.
+> Captures device motion in the x, y, and z direction.
 
 Methods
 -------
 
-- accelerometer.getCurrent<a href="acceleration/acceleration.html">Acceleration</a>
-- accelerometer.watch<a href="acceleration/acceleration.html">Acceleration</a>
-- <a href="accelerometer.clearWatch.html">accelerometer.clearWatch</a>
+- accelerometer.getCurrentAcceleration
+- accelerometer.watchAcceleration
+- accelerometer.clearWatch
 
 Arguments
 ---------
 
-- <a href="parameters/accelerometerSuccess.html">accelerometerSuccess</a>
-- <a href="parameters/accelerometerError.html">accelerometerError</a>
-- <a href="parameters/accelerometerOptions.html">accelerometerOptions</a>
+- accelerometerSuccess
+- accelerometerError
+- accelerometerOptions
 
 Objects (Read-Only)
 -------------------
 
-- <a href="acceleration/acceleration.html">Acceleration</a>
\ No newline at end of file
+- Acceleration
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/accelerometer/accelerometer.watchAcceleration.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/accelerometer/accelerometer.watchAcceleration.md b/www/docs/en/1.5.0/phonegap/accelerometer/accelerometer.watchAcceleration.md
index d7225ee..88697cd 100644
--- a/www/docs/en/1.5.0/phonegap/accelerometer/accelerometer.watchAcceleration.md
+++ b/www/docs/en/1.5.0/phonegap/accelerometer/accelerometer.watchAcceleration.md
@@ -18,23 +18,23 @@ license: >
     under the License.
 ---
 
-accelerometer.watch<a href="acceleration/acceleration.html">Acceleration</a>
+accelerometer.watchAcceleration
 ===============================
 
 At a regular interval, get the acceleration along the x, y, and z axis.
 
-    var watchID = navigator.accelerometer.watch<a href="acceleration/acceleration.html">Acceleration</a>(<a href="parameters/accelerometerSuccess.html">accelerometerSuccess</a>,
-                                                           <a href="parameters/accelerometerError.html">accelerometerError</a>,
-                                                           [<a href="parameters/accelerometerOptions.html">accelerometerOptions</a>]);
+    var watchID = navigator.accelerometer.watchAcceleration(accelerometerSuccess,
+                                                           accelerometerError,
+                                                           [accelerometerOptions]);
                                                            
 Description
 -----------
 
 The accelerometer is a motion sensor that detects the change (delta) in movement relative to the current position. The accelerometer can detect 3D movement along the x, y, and z axis.
 
-The `accelerometer.watch<a href="acceleration/acceleration.html">Acceleration</a>` gets the device's current acceleration at a regular interval. Each time the `<a href="acceleration/acceleration.html">Acceleration</a>` is retrieved, the `<a href="parameters/accelerometerSuccess.html">accelerometerSuccess</a>` callback function is executed. Specify the interval in milliseconds via the `frequency` parameter in the `acceleratorOptions` object.
+The `accelerometer.watchAcceleration` gets the device's current acceleration at a regular interval. Each time the `Acceleration` is retrieved, the `accelerometerSuccess` callback function is executed. Specify the interval in milliseconds via the `frequency` parameter in the `acceleratorOptions` object.
 
-The returned watch ID references references the accelerometer watch interval. The watch ID can be used with `<a href="accelerometer.clearWatch.html">accelerometer.clearWatch</a>` to stop watching the accelerometer.
+The returned watch ID references references the accelerometer watch interval. The watch ID can be used with `accelerometer.clearWatch` to stop watching the accelerometer.
 
 Supported Platforms
 -------------------
@@ -44,13 +44,13 @@ Supported Platforms
 - iPhone
 
 
-Quick <a href="../storage/storage.opendatabase.html">Example</a>
+Quick Example
 -------------
 
     function onSuccess(acceleration) {
-        alert('<a href="acceleration/acceleration.html">Acceleration</a> X: ' + acceleration.x + '\n' +
-              '<a href="acceleration/acceleration.html">Acceleration</a> Y: ' + acceleration.y + '\n' +
-              '<a href="acceleration/acceleration.html">Acceleration</a> Z: ' + acceleration.z + '\n' +
+        alert('Acceleration X: ' + acceleration.x + '\n' +
+              'Acceleration Y: ' + acceleration.y + '\n' +
+              'Acceleration Z: ' + acceleration.z + '\n' +
               'Timestamp: '      + acceleration.timestamp + '\n');
     };
 
@@ -60,29 +60,29 @@ Quick <a href="../storage/storage.opendatabase.html">Example</a>
 
     var options = { frequency: 3000 };  // Update every 3 seconds
     
-    var watchID = navigator.accelerometer.watch<a href="acceleration/acceleration.html">Acceleration</a>(onSuccess, onError, options);
+    var watchID = navigator.accelerometer.watchAcceleration(onSuccess, onError, options);
 
-Full <a href="../storage/storage.opendatabase.html">Example</a>
+Full Example
 ------------
 
     <!DOCTYPE html>
     <html>
       <head>
-        <title><a href="acceleration/acceleration.html">Acceleration</a> <a href="../storage/storage.opendatabase.html">Example</a></title>
+        <title>Acceleration Example</title>
 
         <script type="text/javascript" charset="utf-8" src="cordova-1.5.0.js"></script>
         <script type="text/javascript" charset="utf-8">
 
-        // The watch id references the current `watch<a href="acceleration/acceleration.html">Acceleration</a>`
+        // The watch id references the current `watchAcceleration`
         var watchID = null;
         
         // Wait for PhoneGap to load
         //
-        document.addEventListener("<a href="../events/events.deviceready.html">deviceready</a>", on<a href="../device/device.html">Device</a>Ready, false);
+        document.addEventListener("deviceready", onDeviceReady, false);
 
         // PhoneGap is ready
         //
-        function on<a href="../device/device.html">Device</a>Ready() {
+        function onDeviceReady() {
             startWatch();
         }
 
@@ -93,14 +93,14 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
             // Update acceleration every 3 seconds
             var options = { frequency: 3000 };
             
-            watchID = navigator.accelerometer.watch<a href="acceleration/acceleration.html">Acceleration</a>(onSuccess, onError, options);
+            watchID = navigator.accelerometer.watchAcceleration(onSuccess, onError, options);
         }
         
         // Stop watching the acceleration
         //
         function stopWatch() {
             if (watchID) {
-                navigator.<a href="accelerometer.clearWatch.html">accelerometer.clearWatch</a>(watchID);
+                navigator.accelerometer.clearWatch(watchID);
                 watchID = null;
             }
         }
@@ -109,9 +109,9 @@ Full <a href="../storage/storage.opendatabase.html">Example</a>
         //
         function onSuccess(acceleration) {
             var element = document.getElementById('accelerometer');
-            element.innerHTML = '<a href="acceleration/acceleration.html">Acceleration</a> X: ' + acceleration.x + '<br />' +
-                                '<a href="acceleration/acceleration.html">Acceleration</a> Y: ' + acceleration.y + '<br />' +
-                                '<a href="acceleration/acceleration.html">Acceleration</a> Z: ' + acceleration.z + '<br />' +
+            element.innerHTML = 'Acceleration X: ' + acceleration.x + '<br />' +
+                                'Acceleration Y: ' + acceleration.y + '<br />' +
+                                'Acceleration Z: ' + acceleration.z + '<br />' +
                                 'Timestamp: '      + acceleration.timestamp + '<br />';
         }
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/accelerometer/parameters/accelerometerOptions.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/accelerometer/parameters/accelerometerOptions.md b/www/docs/en/1.5.0/phonegap/accelerometer/parameters/accelerometerOptions.md
index d105d2d..86fb292 100644
--- a/www/docs/en/1.5.0/phonegap/accelerometer/parameters/accelerometerOptions.md
+++ b/www/docs/en/1.5.0/phonegap/accelerometer/parameters/accelerometerOptions.md
@@ -26,4 +26,4 @@ An optional parameter to customize the retrieval of the accelerometer.
 Options
 -------
 
-- __frequency:__ How often to retrieve the `<a href="../acceleration/acceleration.html">Acceleration</a>` in milliseconds. _(Number)_ (Default: 10000)
\ No newline at end of file
+- __frequency:__ How often to retrieve the `Acceleration` in milliseconds. _(Number)_ (Default: 10000)
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/af6a5545/www/docs/en/1.5.0/phonegap/accelerometer/parameters/accelerometerSuccess.md
----------------------------------------------------------------------
diff --git a/www/docs/en/1.5.0/phonegap/accelerometer/parameters/accelerometerSuccess.md b/www/docs/en/1.5.0/phonegap/accelerometer/parameters/accelerometerSuccess.md
index 5f448d2..67166dc 100644
--- a/www/docs/en/1.5.0/phonegap/accelerometer/parameters/accelerometerSuccess.md
+++ b/www/docs/en/1.5.0/phonegap/accelerometer/parameters/accelerometerSuccess.md
@@ -21,7 +21,7 @@ license: >
 accelerometerSuccess
 ====================
 
-onSuccess callback function that provides the <a href="../acceleration/acceleration.html">Acceleration</a> information.
+onSuccess callback function that provides the Acceleration information.
 
     function(acceleration) {
         // Do something
@@ -30,14 +30,14 @@ onSuccess callback function that provides the <a href="../acceleration/accelerat
 Parameters
 ----------
 
-- __acceleration:__ The acceleration at a single moment in time. (<a href="../acceleration/acceleration.html">Acceleration</a>)
+- __acceleration:__ The acceleration at a single moment in time. (Acceleration)
 
-<a href="../../storage/storage.opendatabase.html">Example</a>
+Example
 -------
 
     function onSuccess(acceleration) {
-        alert('<a href="../acceleration/acceleration.html">Acceleration</a> X: ' + acceleration.x + '\n' +
-              '<a href="../acceleration/acceleration.html">Acceleration</a> Y: ' + acceleration.y + '\n' +
-              '<a href="../acceleration/acceleration.html">Acceleration</a> Z: ' + acceleration.z + '\n' +
+        alert('Acceleration X: ' + acceleration.x + '\n' +
+              'Acceleration Y: ' + acceleration.y + '\n' +
+              'Acceleration Z: ' + acceleration.z + '\n' +
               'Timestamp: '      + acceleration.timestamp + '\n');
     };
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org