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

[41/52] [abbrv] [partial] docs commit: CB-12747: added 7.x docs

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/5ad93d20/www/docs/de/7.x/guide/platforms/wp8/upgrading.md
----------------------------------------------------------------------
diff --git a/www/docs/de/7.x/guide/platforms/wp8/upgrading.md b/www/docs/de/7.x/guide/platforms/wp8/upgrading.md
new file mode 100644
index 0000000..9486cb2
--- /dev/null
+++ b/www/docs/de/7.x/guide/platforms/wp8/upgrading.md
@@ -0,0 +1,424 @@
+---
+license: >
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+        http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+
+title: Aktualisieren von Windows Phone
+---
+
+# Aktualisieren von Windows Phone
+
+Diese Anleitung zeigt wie zum Ändern von Windows Phone-Projekten, beide Versionen 7 und 8, 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. Der folgende Abschnitt zeigt wie von nicht-CLI Projekte aktualisiert.
+
+## Ein Upgrade auf 3.2.0 von 3.1.0
+
+Für Projekte, die mit Cordova CLI erstellt wurden:
+
+1.  Update der `cordova` CLI-Version. Finden Sie die Befehlszeilenschnittstelle.
+
+2.  Führen Sie `cordova platform update wp8` (oder `wp7` , pro die Plattformen, die Sie dem Projekt hinzugefügt).
+
+Für Projekte, die nicht mit der Cordova CLI erstellt ausgeführt:
+
+        bin\update <project_path>
+    
+
+## Ein Upgrade auf 3.1.0 von 3.0.0
+
+Für Projekte, die mit Cordova CLI erstellt wurden:
+
+1.  Update der `cordova` CLI-Version. Finden Sie die Befehlszeilenschnittstelle.
+
+2.  Führen Sie `cordova platform update wp8` (oder `wp7` , pro die Plattformen, die Sie dem Projekt hinzugefügt).
+
+Für Projekte, die nicht mit der Cordova CLI erstellt ausgeführt:
+
+        bin\update <project_path>
+    
+
+## Upgrade auf die CLI (3.0.0) von 2.9.0
+
+1.  Erstellen Sie ein neues Apache Cordova 3.0.0-Projekt mit Cordova CLI, wie in der Command-Line Interface beschrieben.
+
+2.  Die Plattformen der Cordova Projekt fügen Sie hinzu, zum Beispiel:`cordova
+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 ( `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.
+
+6.  Erstellen und testen.
+
+## Ein Upgrade auf 3.0.0 (CLI) von 2.9.0
+
+Im Projektmappen-Explorer-Fenster von Visual Studio:
+
+1.  Erstellen Sie eine neue Apache Cordova WP7 oder WP8 3.0.0-Projekt.
+
+2.  Kopieren Sie den Inhalt Ihrer `www` Verzeichnis in das neue Projekt und achten, dass diese Elemente werden dem VS-Projekt hinzugefügt.
+
+3.  Kopieren Sie und überschreiben Sie alle Splash-Screen oder Symbolbilder.
+
+4.  Kopie über alle Plugins aus dem `plugins` Verzeichnis in das neue Projekt und stellen Sie sicher, dass sie auch das VS-Projekt hinzugefügt werden.
+
+5.  Erstellen und testen.
+
+**Hinweis**: alle zentralen APIs aus Cordova Version 3.0 entfernt werden und müssen separat als Plugins installiert werden. Weitere Informationen zum Aktivieren dieser Features in einem nicht-CLI-Workflow neu finden Sie unter Verwendung von Plugman zu Plugins verwalten.
+
+## Ein Upgrade auf 2.9.0 von 2.8.0
+
+Im Projektmappen-Explorer-Fenster von Visual Studio:
+
+1.  Erstellen Sie eine neue Apache Cordova WP7 oder WP8 2.9.0 Projekt.
+
+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 Namen des `cordova.js` in das HTML-Tag, wenn es noch Cordova-VERSION.js verwendet wird (sollte nur`cordova.js`).
+
+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-Datei hinzugefügt werden.
+
+6.  Erstellen und testen.
+
+## Ein Upgrade auf 2.8.0 von 2.7.0
+
+Im Projektmappen-Explorer-Fenster von Visual Studio:
+
+1.  Erstellen Sie eine neue Apache Cordova WP7 oder WP8 2.8.0-Projekt.
+
+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` Datei. (Beachten Sie das Fehlen einer Versionsnummer im Dateinamen).
+
+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 das VS-Projekt hinzugefügt werden.
+
+6.  Erstellen und testen.
+
+## Ein Upgrade auf 2.7.0 von 2.6.0
+
+Im Projektmappen-Explorer-Fenster von Visual Studio:
+
+1.  Erstellen Sie eine neue Apache Cordova WP7 oder WP8 2.7.0-Projekt.
+
+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` Datei.
+
+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 das VS-Projekt hinzugefügt werden.
+
+6.  Erstellen und testen.
+
+## Ein Upgrade auf 2.6.0 von 2.5.0
+
+Im Projektmappen-Explorer-Fenster von Visual Studio:
+
+1.  Erstellen Sie eine neue Apache Cordova WP7 oder WP8 2.6.0-Projekt.
+
+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` Datei.
+
+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 das VS-Projekt hinzugefügt werden.
+
+6.  Erstellen und testen.
+
+## Ein Upgrade auf 2.5.0 von 2.4.0
+
+Im Projektmappen-Explorer-Fenster von Visual Studio:
+
+1.  Erstellen Sie eine neue Apache Cordova WP7 oder WP8 2.5.0-Projekt.
+
+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` Datei.
+
+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 das VS-Projekt hinzugefügt werden.
+
+6.  Erstellen und testen.
+
+## Ein Upgrade auf 2.4.0 von 2.3.0
+
+Im Projektmappen-Explorer-Fenster von Visual Studio:
+
+1.  Erstellen Sie eine neue Apache Cordova WP7 oder WP8 2.4.0-Projekt.
+
+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` Datei.
+
+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 das VS-Projekt hinzugefügt werden.
+
+6.  Erstellen und testen.
+
+## Ein Upgrade auf 2.3.0 von 2.2.0
+
+Im Projektmappen-Explorer-Fenster von Visual Studio:
+
+1.  Erstellen Sie eine neue Apache Cordova WP7 2.3.0-Projekt.
+
+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` Datei.
+
+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 das VS-Projekt hinzugefügt werden.
+
+6.  Erstellen und testen.
+
+## Ein Upgrade auf 2.2.0 von 2.1.0
+
+Im Projektmappen-Explorer-Fenster von Visual Studio:
+
+1.  Erstellen Sie eine neue Apache Cordova WP7 2.2.0-Projekt.
+
+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` Datei.
+
+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 das VS-Projekt hinzugefügt werden.
+
+6.  Erstellen und testen.
+
+## Upgrade auf 2.1.0 von 2.0.0
+
+Im Projektmappen-Explorer-Fenster von Visual Studio:
+
+1.  Erstellen Sie eine neue Apache Cordova WP7 2.1.0-Projekt.
+
+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` Datei.
+
+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 das VS-Projekt hinzugefügt werden.
+
+6.  Erstellen und testen.
+
+## Ein Upgrade auf 2.0.0 von 1.9.0
+
+Es gab erhebliche Änderungen an der WP7-Projektstruktur im Apache Cordova 2.0.0 welche machen dieses Aufsteigen ein wenig mehr, die eingebunden die anderen. Im Wesentlichen ist dies kein Upgrade sondern schaffen ein neues Projekt und Kopie über der vorhandenen Quelldateien.
+
+Im Projektmappen-Explorer-Fenster von Visual Studio:
+
+1.  Erstellen Sie ein neues Apache Cordova WP7 2.0 Projekt.
+
+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` Datei.
+
+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 das VS-Projekt hinzugefügt werden.
+
+6.  Erstellen und testen.
+
+## Ein Upgrade auf 1.9.0 von 1.8.0
+
+Im Projektmappen-Explorer-Fenster von Visual Studio:
+
+1.  Löschen von `GapLib/WP7CordovaClassLib.dll` aus dem Projekt.
+
+2.  Entfernen Sie den Verweis auf `WP7CordovaClassLib` im Verzeichnis **verweisen** .
+
+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` 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` Datei.
+
+## Ein Upgrade auf 1.8.0 von 1.7.0
+
+Im Projektmappen-Explorer-Fenster von Visual Studio:
+
+1.  Löschen von `GapLib/WP7CordovaClassLib.dll` aus dem Projekt.
+
+2.  Entfernen Sie den Verweis auf `WP7CordovaClassLib` im Verzeichnis **verweisen** .
+
+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` 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` Datei.
+
+## Ein Upgrade auf 1.7.0 von 1.6.0
+
+Im Projektmappen-Explorer-Fenster von Visual Studio:
+
+1.  Löschen von `GapLib/WP7CordovaClassLib.dll` aus dem Projekt.
+
+2.  Entfernen Sie den Verweis auf `WP7CordovaClassLib` im Verzeichnis **verweisen** .
+
+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` 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` Datei.
+
+## Ein Upgrade auf 1.6.1 von 1.6.0
+
+Im Projektmappen-Explorer-Fenster von Visual Studio:
+
+1.  Löschen von `GapLib/WP7CordovaClassLib.dll` aus dem Projekt.
+
+2.  Entfernen Sie den Verweis auf `WP7CordovaClassLib` im Verzeichnis **verweisen** .
+
+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` 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` Datei.
+
+## Ein Upgrade auf 1.6.0 von 1.5.0
+
+Im Projektmappen-Explorer-Fenster von Visual Studio:
+
+1.  Löschen von `GapLib/WP7CordovaClassLib.dll` aus dem Projekt.
+
+2.  Entfernen Sie den Verweis auf `WP7CordovaClassLib` im Verzeichnis **verweisen** .
+
+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` 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` Datei.
+
+## Ein Upgrade auf 1.5.0 von 1.4.0
+
+Im Projektmappen-Explorer-Fenster von Visual Studio:
+
+1.  Löschen von `GapLib/WP7CordovaClassLib.dll` aus dem Projekt.
+
+2.  Entfernen Sie den Verweis auf `WP7CordovaClassLib` im Verzeichnis **verweisen** .
+
+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` 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` Datei.
+
+## Ein Upgrade auf 1.4.0 von 1.3.0
+
+Im Projektmappen-Explorer-Fenster von Visual Studio:
+
+1.  Löschen von `GapLib/WP7CordovaClassLib.dll` aus dem Projekt.
+
+2.  Entfernen Sie den Verweis auf `WP7CordovaClassLib` im Verzeichnis **verweisen** .
+
+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` 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` Datei.
+
+## Ein Upgrade auf 1.3.0 von 1.2.0
+
+Im Projektmappen-Explorer-Fenster von Visual Studio:
+
+1.  Löschen von `GapLib/WP7CordovaClassLib.dll` aus dem Projekt.
+
+2.  Entfernen Sie den Verweis auf `WP7CordovaClassLib` im Verzeichnis **verweisen** .
+
+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` 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` Datei.
+
+## Ein Upgrade auf 1.2.0 von 1.1.0
+
+Im Projektmappen-Explorer-Fenster von Visual Studio:
+
+1.  Löschen von `GapLib/WP7CordovaClassLib.dll` aus dem Projekt.
+
+2.  Entfernen Sie den Verweis auf `WP7CordovaClassLib` im Verzeichnis **verweisen** .
+
+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` 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` Datei.
+
+## Von 1.0.0 auf 1.1.0 aktualisieren
+
+Im Projektmappen-Explorer-Fenster von Visual Studio:
+
+1.  Löschen von `GapLib/WP7CordovaClassLib.dll` aus dem Projekt.
+
+2.  Entfernen Sie den Verweis auf `WP7CordovaClassLib` im Verzeichnis **verweisen** .
+
+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` 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.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` Datei.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/5ad93d20/www/docs/de/7.x/guide/platforms/wp8/vmware.md
----------------------------------------------------------------------
diff --git a/www/docs/de/7.x/guide/platforms/wp8/vmware.md b/www/docs/de/7.x/guide/platforms/wp8/vmware.md
new file mode 100644
index 0000000..1d6d113
--- /dev/null
+++ b/www/docs/de/7.x/guide/platforms/wp8/vmware.md
@@ -0,0 +1,51 @@
+---
+license: >
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+        http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+
+title: Konfiguration von VMWare Fusion
+---
+
+# Konfiguration von VMWare Fusion
+
+Dieser Abschnitt zeigt, wie VMWare Fusion auf dem Mac so konfigurieren, dass Sie Cordova verwenden können, um Windows Phone-Anwendungen zu generieren.
+
+Das [Microsoft Developer Network][1] bietet allgemeine Anweisungen zum Ausführen von Windows unter VMWare Fusion. Nach der Installation von Windows, die folgenden Schritte aus:
+
+ [1]: http://msdn.microsoft.com/en-US/library/windows/apps/jj945426
+
+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 & Speicher** -Konfigurationsoptionen. Geben Sie, *zwei* Prozessorkerne und **Hypervisor-Anwendungen in dieser virtuellen Maschine zu ermöglichen**:
+    
+    ![][2]
+    
+    Der Windows Phone-Emulator allein verwendet die Hälfte eine Gigabyte Arbeitsspeicher, also insgesamt reservieren Sie mindestens 2 GB für VMWare.
+
+3.  Wählen Sie die **erweitert** . Aktivieren der **bevorzugte Virtualisierungs-Engine: Intel VT-X mit EPT** Option:
+    
+    ![][3]
+
+4.  Ändern Sie die *.vmx* -Datei hinzufügen oder ändern die folgenden Einstellungen:
+    
+        Hypervisor.cpuid.v0 = "FALSE" mce.enable = "TRUE" vhv.enable = "TRUE"
+        
+
+ [2]: {{ site.baseurl }}/static/img/guide/platforms/wp8/vmware_memory_opts.png
+ [3]: {{ site.baseurl }}/static/img/guide/platforms/wp8/vmware_advanced_opts.png
+
+Nachdem Sie diese Schritte abgeschlossen haben, können Sie dann das Windows Phone SDK installieren. Finden Sie im Windows Phone 8 Plattform für Details.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/5ad93d20/www/docs/de/7.x/guide/platforms/wp8/webview.md
----------------------------------------------------------------------
diff --git a/www/docs/de/7.x/guide/platforms/wp8/webview.md b/www/docs/de/7.x/guide/platforms/wp8/webview.md
new file mode 100644
index 0000000..3a49813
--- /dev/null
+++ b/www/docs/de/7.x/guide/platforms/wp8/webview.md
@@ -0,0 +1,45 @@
+---
+license: >
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+        http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+
+title: Windows Phone 8,0 Webansichten für
+---
+
+# Windows Phone 8,0 Webansichten für
+
+Diese Anleitung zeigt, wie eine Cordova-fähigen WebView Komponente innerhalb einer größeren Windows Phone 8.0-Anwendung einbetten.
+
+Um diese Anweisungen befolgen, stellen Sie sicher, dass Sie die neueste Cordova-Verteilung. Von [cordova.apache.org](http://cordova.apache.org) herunterladen Sie und entpacken Sie des Windows Phone 8.0-Pakets (Cordova-wp8-*.zip).
+
+  1. Navigieren Sie zu des Pakets `wp8/framework` Verzeichnis und Build `WPCordovaClassLib.sln` . Es schafft die`Bin\Debug[Release]\WPCordovaClassLib.dll`.
+
+  2. Kopie der `WPCordovaClassLib.dll` Datei in des Windows Phone 8-Projekts `/libs` Verzeichnis und `WPCordovaClassLib.dll` zu Ihrem Projekt über `Project->References->Add Reference` . Alternativ können Sie direkt verweisen die `wp8/framework/WPCordovaClassLib.csproj` Datei.
+
+  3. Fügen Sie `CordovaView` zu Ihrer Seite (z. B. Komponente`MainPage.xaml`).
+    
+        xmlns:my="clr-namespace:WPCordovaClassLib;assembly=WPCordovaClassLib">
+        ...
+        <my:CordovaView HorizontalAlignment="Stretch" Margin="0,0,0,0" 
+        StartPageUri="html/index.html" x:Name="CordovaView" VerticalAlignment="Stretch" />
+        
+
+  4. Kopie `common/www/cordova.js` zusammen mit HTML und JavaScript-Dateien der Anwendung für des Windows Phone 8-Projekts `html` Verzeichnis und fügen Sie neue Dateien zum Projekt.
+
+  5. Kopie der `wp8/template/config.xml` auf Root-Verzeichnis des Projekts und
+
+Obige Anleitung wird link nur Kernkomponenten Cordova, finden Sie unter Using Plugman zu verwalten Plugins um Cordova Plugins zu verbinden.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/5ad93d20/www/docs/de/7.x/guide/support/index.md
----------------------------------------------------------------------
diff --git a/www/docs/de/7.x/guide/support/index.md b/www/docs/de/7.x/guide/support/index.md
new file mode 100644
index 0000000..e1024b2
--- /dev/null
+++ b/www/docs/de/7.x/guide/support/index.md
@@ -0,0 +1,865 @@
+---
+license: >
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+        http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+
+title: Plattformunterstützung
+toc_title: Platform support
+---
+
+# Plattformunterstützung
+
+Im folgenden wird die Gruppe von Entwicklungs-Tools und APIs verfügbar-Gerät für jede mobile Plattform. Das Gerät, das APIs hier aufgelistet werden bereitgestellt von Core-Plugins, zusätzliche APIs über [Drittanbieter Plugins][1]verfügbar sind. Spaltenüberschriften die CLI Stenographie Namen angezeigt.
+
+ [1]: http://plugins.cordova.io
+
+<!-- START HTML -->
+
+<table class="compat" width="100%">
+  <tr>
+    <th>
+      </td> <th>
+        Amazon-fireos
+      </th>
+
+      <th>
+        Android
+      </th>
+
+      <th>
+        blackberry10
+      </th>
+
+      <th>
+        Firefox OS
+      </th>
+
+      <th>
+        Ios
+      </th>
+
+      <th>
+        Ubuntu
+      </th>
+
+      <th>
+        WP8<br />(Windows Phone 8)
+      </th>
+
+      <th>
+        Windows<br />(8.0, 8.1, 10,<br />Telefon 8.1)
+      </th>
+
+      <th>
+        tizen
+      </th></tr> </thead>
+
+      <tr>
+        <th>
+          <a href="../cli/index.html">Cordova<br />CLI</a>
+        </th>
+
+        <td data-col="amazon-fireos" class="y">
+          Mac, Windows, Linux
+        </td>
+
+        <td data-col="android"    class="y">
+          Mac, Windows, Linux
+        </td>
+
+        <td data-col="blackberry10" class="y">
+          Mac, Windows
+        </td>
+
+        <td data-col="firefoxos" class="y">
+          Mac, Windows, Linux
+        </td>
+
+        <td data-col="ios"        class="y">
+          Mac
+        </td>
+
+        <td data-col="ubuntu"        class="y">
+          Ubuntu
+        </td>
+
+        <td data-col="winphone8"  class="y">
+          Windows
+        </td>
+
+        <td data-col="win8"       class="y">
+        </td>
+
+        <td data-col="tizen"       class="n">
+        </td>
+      </tr>
+
+      <tr>
+        <th>
+          <a href="../hybrid/webviews/index.html">Eingebettete<br />WebView</a>
+        </th>
+
+        <td data-col="amazon-fireos" class="y">
+          <a href="../platforms/amazonfireos/webview.html">(siehe Details)</a>
+        </td>
+
+        <td data-col="android"    class="y">
+          <a href="../platforms/android/webview.html">(siehe Details)</a>
+        </td>
+
+        <td data-col="blackberry10" class="n">
+        </td>
+
+        <td data-col="firefoxos" class="n">
+        </td>
+
+        <td data-col="ios"        class="y">
+          <a href="../platforms/ios/webview.html">(siehe Details)</a>
+        </td>
+
+        <td data-col="ubuntu"        class="y">
+        </td>
+
+        <td data-col="winphone8"  class="n">
+        </td>
+
+        <td data-col="win8"       class="n">
+        </td>
+
+        <td data-col="tizen"       class="n">
+        </td>
+      </tr>
+
+      <tr>
+        <th>
+          <a href="../hybrid/plugins/index.html">Plugin<br />Schnittstelle</a>
+        </th>
+
+        <td data-col="amazon-fireos" class="y">
+          <a href="../platforms/amazonfireos/plugin.html">(siehe Details)</a>
+        </td>
+
+        <td data-col="android"    class="y">
+          <a href="../platforms/android/plugin.html">(siehe Details)</a>
+        </td>
+
+        <td data-col="blackberry10" class="y">
+          <a href="../platforms/blackberry10/plugin.html">(siehe Details)</a>
+        </td>
+
+        <td data-col="firefoxos" class="n">
+        </td>
+
+        <td data-col="ios"        class="y">
+          <a href="../platforms/ios/plugin.html">(siehe Details)</a>
+        </td>
+
+        <td data-col="ubuntu"        class="y">
+        </td>
+
+        <td data-col="winphone8"  class="y">
+          <a href="../platforms/wp8/plugin.html">(siehe Details)</a>
+        </td>
+
+        <td data-col="win8"       class="y">
+        </td>
+
+        <td data-col="tizen"       class="n">
+        </td>
+      </tr>
+
+      <tr>
+        <th>
+        </th>
+
+        <th colspan="20">
+          Plattform-APIs
+        </th>
+      </tr>
+
+      <tr>
+        <th>
+          <a href="https://www.npmjs.com/package/cordova-plugin-device-motion">Beschleunigungsmesser</a>
+        </th>
+
+        <td data-col="amazon-fireos" class="y">
+        </td>
+
+        <td data-col="android"    class="y">
+        </td>
+
+        <td data-col="blackberry10" class="y">
+        </td>
+
+        <td data-col="firefoxos" class="y">
+        </td>
+
+        <td data-col="ios"        class="y">
+        </td>
+
+        <td data-col="ubuntu"        class="y">
+        </td>
+
+        <td data-col="winphone8"  class="y">
+        </td>
+
+        <td data-col="win8"       class="y">
+        </td>
+
+        <td data-col="tizen"       class="y">
+        </td>
+      </tr>
+
+      <tr>
+        <th>
+          <a href="https://www.npmjs.com/package/cordova-plugin-battery-status">BatteryStatus</a>
+        </th>
+
+        <td data-col="amazon-fireos" class="y">
+        </td>
+
+        <td data-col="android"    class="y">
+        </td>
+
+        <td data-col="blackberry10" class="y">
+        </td>
+
+        <td data-col="firefoxos" class="y">
+        </td>
+
+        <td data-col="ios"        class="y">
+        </td>
+
+        <td data-col="ubuntu"        class="n">
+        </td>
+
+        <td data-col="winphone8"  class="y">
+        </td>
+
+        <td data-col="win8"       class="y">
+          * Windows Phone 8.1 nur
+        </td>
+
+        <td data-col="tizen"       class="y">
+        </td>
+      </tr>
+
+      <tr>
+        <th>
+          <a href="https://www.npmjs.com/package/cordova-plugin-camera">Kamera</a>
+        </th>
+
+        <td data-col="amazon-fireos" class="y">
+        </td>
+
+        <td data-col="android"    class="y">
+        </td>
+
+        <td data-col="blackberry10" class="y">
+        </td>
+
+        <td data-col="firefoxos" class="y">
+        </td>
+
+        <td data-col="ios"        class="y">
+        </td>
+
+        <td data-col="ubuntu"        class="y">
+        </td>
+
+        <td data-col="winphone8"  class="y">
+        </td>
+
+        <td data-col="win8"       class="y">
+        </td>
+
+        <td data-col="tizen"       class="y">
+        </td>
+      </tr>
+
+      <tr>
+        <th>
+          <a href="https://www.npmjs.com/package/cordova-plugin-media-capture">Erfassen</a>
+        </th>
+
+        <td data-col="amazon-fireos" class="y">
+        </td>
+
+        <td data-col="android"    class="y">
+        </td>
+
+        <td data-col="blackberry10" class="y">
+        </td>
+
+        <td data-col="firefoxos" class="n">
+        </td>
+
+        <td data-col="ios"        class="y">
+        </td>
+
+        <td data-col="ubuntu"        class="y">
+        </td>
+
+        <td data-col="winphone8"  class="y">
+        </td>
+
+        <td data-col="win8"       class="y">
+        </td>
+
+        <td data-col="tizen"       class="n">
+        </td>
+      </tr>
+
+      <tr>
+        <th>
+          <a href="https://www.npmjs.com/package/cordova-plugin-device-orientation">Kompass</a>
+        </th>
+
+        <td data-col="amazon-fireos" class="y">
+        </td>
+
+        <td data-col="android"    class="y">
+        </td>
+
+        <td data-col="blackberry10" class="y">
+        </td>
+
+        <td data-col="firefoxos" class="n">
+        </td>
+
+        <td data-col="ios"        class="y">
+          (3GS +)
+        </td>
+
+        <td data-col="ubuntu"        class="y">
+        </td>
+
+        <td data-col="winphone8"  class="y">
+        </td>
+
+        <td data-col="win8"       class="y">
+        </td>
+
+        <td data-col="tizen"       class="y">
+        </td>
+      </tr>
+
+      <tr>
+        <th>
+          <a href="https://www.npmjs.com/package/cordova-plugin-network-information">Verbindung</a>
+        </th>
+
+        <td data-col="amazon-fireos" class="y">
+        </td>
+
+        <td data-col="android"    class="y">
+        </td>
+
+        <td data-col="blackberry10" class="y">
+        </td>
+
+        <td data-col="firefoxos" class="n">
+        </td>
+
+        <td data-col="ios"        class="y">
+        </td>
+
+        <td data-col="ubuntu"        class="y">
+        </td>
+
+        <td data-col="winphone8"  class="y">
+        </td>
+
+        <td data-col="win8"       class="y">
+        </td>
+
+        <td data-col="tizen"       class="y">
+        </td>
+      </tr>
+
+      <tr>
+        <th>
+          <a href="https://www.npmjs.com/package/cordova-plugin-contacts">Kontakte</a>
+        </th>
+
+        <td data-col="amazon-fireos" class="y">
+        </td>
+
+        <td data-col="android"    class="y">
+        </td>
+
+        <td data-col="blackberry10" class="y">
+        </td>
+
+        <td data-col="firefoxos" class="y">
+        </td>
+
+        <td data-col="ios"        class="y">
+        </td>
+
+        <td data-col="ubuntu"        class="y">
+        </td>
+
+        <td data-col="winphone8"  class="y">
+        </td>
+
+        <td data-col="win8"       class="p">
+          teilweise
+        </td>
+
+        <td data-col="tizen"       class="n">
+        </td>
+      </tr>
+
+      <tr>
+        <th>
+          <a href="https://www.npmjs.com/package/cordova-plugin-device">Gerät</a>
+        </th>
+
+        <td data-col="amazon-fireos" class="y">
+        </td>
+
+        <td data-col="android"    class="y">
+        </td>
+
+        <td data-col="blackberry10" class="y">
+        </td>
+
+        <td data-col="firefoxos" class="y">
+        </td>
+
+        <td data-col="ios"        class="y">
+        </td>
+
+        <td data-col="ubuntu"        class="y">
+        </td>
+
+        <td data-col="winphone8"  class="y">
+        </td>
+
+        <td data-col="win8"       class="y">
+        </td>
+
+        <td data-col="tizen"       class="y">
+        </td>
+      </tr>
+
+      <tr>
+        <th>
+          <a href="../../cordova/events/events.html">Veranstaltungen</a>
+        </th>
+
+        <td data-col="amazon-fireos" class="y">
+        </td>
+
+        <td data-col="android"    class="y">
+        </td>
+
+        <td data-col="blackberry10" class="y">
+        </td>
+
+        <td data-col="firefoxos" class="n">
+        </td>
+
+        <td data-col="ios"        class="y">
+        </td>
+
+        <td data-col="ubuntu"        class="y">
+        </td>
+
+        <td data-col="winphone8"  class="y">
+        </td>
+
+        <td data-col="win8"       class="y">
+        </td>
+
+        <td data-col="tizen"       class="y">
+        </td>
+      </tr>
+
+      <tr>
+        <th>
+          <a href="https://www.npmjs.com/package/cordova-plugin-file">Datei</a>
+        </th>
+
+        <td data-col="amazon-fireos" class="y">
+        </td>
+
+        <td data-col="android"    class="y">
+        </td>
+
+        <td data-col="blackberry10" class="y">
+        </td>
+
+        <td data-col="firefoxos" class="n">
+        </td>
+
+        <td data-col="ios"        class="y">
+        </td>
+
+        <td data-col="ubuntu"        class="y">
+        </td>
+
+        <td data-col="winphone8"  class="y">
+        </td>
+
+        <td data-col="win8"       class="y">
+        </td>
+
+        <td data-col="tizen"       class="n">
+        </td>
+      </tr>
+
+      <tr>
+        <th>
+          <a href="https://www.npmjs.com/package/cordova-plugin-file-transfer">File-Transfer</a>
+        </th>
+
+        <td data-col="amazon-fireos" class="y">
+        </td>
+
+        <td data-col="android"    class="y">
+        </td>
+
+        <td data-col="blackberry10" class="y">
+          * Unterstützen Sie Onprogress weder Abbrechen
+        </td>
+
+        <td data-col="firefoxos" class="n">
+        </td>
+
+        <td data-col="ios"        class="y">
+        </td>
+
+        <td data-col="ubuntu"        class="n">
+        </td>
+
+        <td data-col="winphone8"  class="y">
+          * Unterstützen Sie Onprogress weder Abbrechen
+        </td>
+
+        <td data-col="win8"       class="y">
+          * Unterstützen Sie Onprogress weder Abbrechen
+        </td>
+
+        <td data-col="tizen"       class="n">
+        </td>
+      </tr>
+
+      <tr>
+        <th>
+          <a href="https://www.npmjs.com/package/cordova-plugin-geolocation">Geolocation</a>
+        </th>
+
+        <td data-col="amazon-fireos" class="y">
+        </td>
+
+        <td data-col="android"    class="y">
+        </td>
+
+        <td data-col="blackberry10" class="y">
+        </td>
+
+        <td data-col="firefoxos" class="y">
+        </td>
+
+        <td data-col="ios"        class="y">
+        </td>
+
+        <td data-col="ubuntu"        class="y">
+        </td>
+
+        <td data-col="winphone8"  class="y">
+        </td>
+
+        <td data-col="win8"       class="y">
+        </td>
+
+        <td data-col="tizen"       class="y">
+        </td>
+      </tr>
+
+      <tr>
+        <th>
+          <a href="https://www.npmjs.com/package/cordova-plugin-globalization">Globalisierung</a>
+        </th>
+
+        <td data-col="amazon-fireos" class="y">
+        </td>
+
+        <td data-col="android"    class="y">
+        </td>
+
+        <td data-col="blackberry10" class="y">
+        </td>
+
+        <td data-col="firefoxos" class="n">
+        </td>
+
+        <td data-col="ios"        class="y">
+        </td>
+
+        <td data-col="ubuntu"        class="y">
+        </td>
+
+        <td data-col="winphone8"  class="y">
+        </td>
+
+        <td data-col="win8"       class="y">
+        </td>
+
+        <td data-col="tizen"       class="n">
+        </td>
+      </tr>
+
+      <tr>
+        <th>
+          <a href="https://www.npmjs.com/package/cordova-plugin-inappbrowser">InAppBrowser</a>
+        </th>
+
+        <td data-col="amazon-fireos" class="y">
+        </td>
+
+        <td data-col="android"    class="y">
+        </td>
+
+        <td data-col="blackberry10" class="y">
+        </td>
+
+        <td data-col="firefoxos" class="n">
+        </td>
+
+        <td data-col="ios"        class="y">
+        </td>
+
+        <td data-col="ubuntu"        class="y">
+        </td>
+
+        <td data-col="winphone8"  class="y">
+        </td>
+
+        <td data-col="win8"       class="p">
+          Iframe verwendet
+        </td>
+
+        <td data-col="tizen"       class="n">
+        </td>
+      </tr>
+
+      <tr>
+        <th>
+          <a href="https://www.npmjs.com/package/cordova-plugin-media">Medien</a>
+        </th>
+
+        <td data-col="amazon-fireos" class="y">
+        </td>
+
+        <td data-col="android"    class="y">
+        </td>
+
+        <td data-col="blackberry10" class="y">
+        </td>
+
+        <td data-col="firefoxos" class="n">
+        </td>
+
+        <td data-col="ios"        class="y">
+        </td>
+
+        <td data-col="ubuntu"        class="y">
+        </td>
+
+        <td data-col="winphone8"  class="y">
+        </td>
+
+        <td data-col="win8"       class="y">
+        </td>
+
+        <td data-col="tizen"       class="y">
+        </td>
+      </tr>
+
+      <tr>
+        <th>
+          <a href="https://www.npmjs.com/package/cordova-plugin-dialogs">Benachrichtigung</a>
+        </th>
+
+        <td data-col="amazon-fireos" class="y">
+        </td>
+
+        <td data-col="android"    class="y">
+        </td>
+
+        <td data-col="blackberry10" class="y">
+        </td>
+
+        <td data-col="firefoxos" class="n">
+        </td>
+
+        <td data-col="ios"        class="y">
+        </td>
+
+        <td data-col="ubuntu"        class="y">
+        </td>
+
+        <td data-col="winphone8"  class="y">
+        </td>
+
+        <td data-col="win8"       class="y">
+        </td>
+
+        <td data-col="tizen"       class="y">
+        </td>
+      </tr>
+
+      <tr>
+        <th>
+          <a href="https://www.npmjs.com/package/cordova-plugin-splashscreen">SplashScreen</a>
+        </th>
+
+        <td data-col="amazon-fireos" class="y">
+        </td>
+
+        <td data-col="android"    class="y">
+        </td>
+
+        <td data-col="blackberry10" class="y">
+        </td>
+
+        <td data-col="firefoxos" class="n">
+        </td>
+
+        <td data-col="ios"        class="y">
+        </td>
+
+        <td data-col="ubuntu"        class="y">
+        </td>
+
+        <td data-col="winphone8"  class="y">
+        </td>
+
+        <td data-col="win8"       class="y">
+        </td>
+
+        <td data-col="tizen"       class="n">
+        </td>
+      </tr>
+
+      <tr>
+        <th>
+          <a href="https://www.npmjs.com/package/cordova-plugin-statusbar">Statusleiste</a>
+        </th>
+
+        <td data-col="amazon-fireos" class="n">
+        </td>
+
+        <td data-col="android"    class="y">
+        </td>
+
+        <td data-col="blackberry10" class="n">
+        </td>
+
+        <td data-col="firefoxos" class="n">
+        </td>
+
+        <td data-col="ios"        class="y">
+        </td>
+
+        <td data-col="ubuntu"        class="n">
+        </td>
+
+        <td data-col="winphone8"  class="y">
+        </td>
+
+        <td data-col="win8"       class="y">
+          Windows Phone 8.1 nur
+        </td>
+
+        <td data-col="tizen"       class="n">
+        </td>
+      </tr>
+
+      <tr>
+        <th>
+          <a href="../../cordova/storage/storage.html">Speicher</a>
+        </th>
+
+        <td data-col="amazon-fireos" class="y">
+        </td>
+
+        <td data-col="android"    class="y">
+        </td>
+
+        <td data-col="blackberry10" class="y">
+        </td>
+
+        <td data-col="firefoxos" class="n">
+        </td>
+
+        <td data-col="ios"        class="y">
+        </td>
+
+        <td data-col="ubuntu"        class="y">
+        </td>
+
+        <td data-col="winphone8"  class="y">
+          LocalStorage & indexedDB
+        </td>
+
+        <td data-col="win8"       class="y">
+          LocalStorage & indexedDB
+        </td>
+
+        <td data-col="tizen"       class="y">
+        </td>
+      </tr>
+
+      <tr>
+        <th>
+          <a href="https://www.npmjs.com/package/cordova-plugin-vibration">Vibration</a>
+        </th>
+
+        <td data-col="amazon-fireos" class="y">
+        </td>
+
+        <td data-col="android"    class="y">
+        </td>
+
+        <td data-col="blackberry10" class="y">
+        </td>
+
+        <td data-col="firefoxos" class="y">
+        </td>
+
+        <td data-col="ios"        class="y">
+        </td>
+
+        <td data-col="ubuntu"        class="n">
+        </td>
+
+        <td data-col="winphone8"  class="y">
+        </td>
+
+        <td data-col="win8"       class="y">
+          * Windows Phone 8.1 nur
+        </td>
+
+        <td data-col="tizen"       class="n">
+        </td>
+      </tr></table>
+
+      <!-- END HTML -->

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/5ad93d20/www/docs/de/7.x/index.md
----------------------------------------------------------------------
diff --git a/www/docs/de/7.x/index.md b/www/docs/de/7.x/index.md
new file mode 100644
index 0000000..804b8ee
--- /dev/null
+++ b/www/docs/de/7.x/index.md
@@ -0,0 +1,23 @@
+---
+license: >
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+        http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+
+title: Reiseführer
+---
+
+{% include generated_docs_index.html %}

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/5ad93d20/www/docs/de/7.x/platform_plugin_versioning_ref/index.md
----------------------------------------------------------------------
diff --git a/www/docs/de/7.x/platform_plugin_versioning_ref/index.md b/www/docs/de/7.x/platform_plugin_versioning_ref/index.md
new file mode 100644
index 0000000..e56645d
--- /dev/null
+++ b/www/docs/de/7.x/platform_plugin_versioning_ref/index.md
@@ -0,0 +1,168 @@
+---
+license: >
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+        http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+
+title: Plattformen und Plugins Versionsmanagement
+toc_title: Manage versions and platforms
+---
+
+# Plattformen und Plugins Versionsmanagement
+
+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 "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
+
+### Speichern von Plattformen
+
+Um eine Plattform zu speichern, geben Sie folgenden Befehl ein:
+
+    $ cordova platform add <platform[@<version>] | directory | git_url> --save
+    
+
+Nach dem obigen Befehl ausführen, wird die resultierende Datei config.xml sieht:
+
+    <?xml version='1.0' encoding='utf-8'?>
+        ...
+        <engine name="android" spec="~4.0.0" />
+        ...
+    </xml>
+    
+
+Einige Beispiele:
+
+  * => **'cordova platform add android --save'** Ruft die festgehaltene Version der android-Plattform, dem Projekt hinzugefügt und aktualisiert dann "config.xml".
+  * => **'cordova platform add android@3.7.0 --save'** Ruft die androide-Plattform, Version 3.7.0 vom Npm, dem Projekt hinzugefügt und aktualisiert dann "config.xml".
+  * **"cordova platform add android@https://github.com/apache/cordova-android.git​ --save"** => klont das angegebene Cordova-Android Git Repository, dem Projekt die androide-Plattform hinzugefügt dann aktualisiert "config.xml" und zeigen Sie ihre Version auf der angegebenen Git-Url.
+  * => **'cordova platform add C:/path/to/android/platform --save'** Ruft die androide-Plattform aus dem angegebenen Verzeichnis, dem Projekt hinzugefügt, dann aktualisiert "config.xml" und zeigen Sie auf das Verzeichnis.
+
+### Masse-Plattformen auf ein vorhandenes Projekt zu speichern.
+
+Die '--save ' Flagge oben beschriebene ist nur nützlich, wenn Sie daran denken, während die Plattform-Zusatz verwendet. Wenn Sie ein bereits vorhandenes Projekt haben und Sie alle aktuell hinzugefügten Plattformen in Ihrem Projekt speichern möchten, können Sie:
+
+    $ cordova platform save
+    
+
+### Aktualisieren / Entfernen von Plattformen
+
+Es ist auch möglich, aktualisieren und Löschen von "config.xml" während der Befehle "Cordova Platform Update' und 'Cordova Plattform entfernen':
+
+    $ cordova platform update <platform[@<version>] | directory | git_url> --save
+    $ cordova platform remove <platform> --save
+    
+
+Einige Beispiele:
+
+  * Neben der Aktualisierung der androiden-Plattform, die festgehaltene Version, Update "config.xml" Eintrag => **'cordova platform update android --save'**
+  * Neben der Aktualisierung der androiden-Plattform auf Version 3.8.0, Update "config.xml" Eintrag => **'cordova Plattform update android@3.8.0 --save'**
+  * Neben der Aktualisierung der androiden-Plattform auf Version Update "config.xml" Eintrag im Ordner => **'cordova Plattform update /path/to/android/platform --save'**
+  * => **'cordova platform remove android --save'** entfernt die androide-Plattform aus dem Projekt und löscht den Eintrag von "config.xml".
+
+### Wiederherstellen von Plattformen
+
+Plattformen werden automatisch von "config.xml" wiederhergestellt, wenn der **'cordova prepare'** -Befehl ausgeführt wird.
+
+Wenn Sie eine Plattform hinzufügen, ohne Angabe einer Version/Ordner/Git_url, stammt die Version installieren von config.xml, **Wenn gefunden**.
+
+Beispiel:
+
+Angenommen, die Datei "config.xml" den folgenden Eintrag enthält:
+
+    <?xml version='1.0' encoding='utf-8'?>
+        ...
+        <engine name="android" spec="3.7.0" />
+        ...
+    </xml>
+    
+
+Wenn Sie den Befehl **'cordova platform add android'** (keine Version/Ordner/Git_url angegeben) ausführen, wird die Plattform "android@3.7.0" (wie von "config.xml" abgerufen) installiert.
+
+* * *
+
+## Plugin-Versionsverwaltung
+
+*(Die Plugin-Befehle sind ein Spiegel der Plugin-Befehle)*
+
+### Speichern von plugins
+
+Um ein Plugin zu speichern, geben Sie folgenden Befehl ein:
+
+    $ cordova plugin add <plugin[@<version>] | directory | git_url> --save
+    
+
+Nach dem obigen Befehl ausführen, wird die resultierende Datei config.xml sieht:
+
+    <?xml version='1.0' encoding='utf-8'?>
+        ...
+        <plugin name="cordova-plugin-console" spec="~1.0.0" />
+        ...
+    </xml>
+    
+
+Einige Beispiele:
+
+  * => **'cordova plugin add cordova-plugin-console --save'** Ruft die festgehaltene Version der Konsole Plugin, dem Projekt hinzugefügt und aktualisiert dann "config.xml".
+  * => **'cordova plugin add cordova-plugin-console@0.2.13 --save'** Ruft das androide Plugin Version 0.2.13 von Npm, dem Projekt hinzugefügt und aktualisiert dann "config.xml".
+  * => **'cordova plugin add https://github.com/apache/cordova-plugin-console.git --save'** klont das angegebene Konsole Plugin Git Repository, das Konsole-Plugin fügt dem Projekt dann aktualisiert "config.xml" und zeigen Sie ihre Version auf der angegebenen Git-Url.
+  * => **'cordova plugin add C:/path/to/console/plugin --save'** Ruft das Konsole-Plugin aus dem angegebenen Verzeichnis, dem Projekt hinzugefügt und dann "config.xml" aktualisiert und zeigen Sie auf das Verzeichnis.
+
+### Masse, die Plugins auf einem vorhandenen Projekt speichern
+
+Die '--save ' Flagge oben beschriebene ist nur nützlich, wenn Sie daran denken, während die Plattform-Zusatz verwendet. Wenn Sie ein bereits vorhandenes Projekt und Sie speichern möchten alle derzeit Plugins im Projekt hinzugefügt, können Sie:
+
+    $ cordova plugin save
+    
+
+### Aktualisierung / Plugins entfernen
+
+Es ist auch möglich, aktualisieren und Löschen von "config.xml" während der Befehle "Cordova-Plugin-Update' und 'Cordova Plugin entfernen':
+
+    $ cordova plugin update <plugin[@<version>] | directory | git_url> --save
+    $ cordova plugin remove <plugin> --save
+    
+
+Einige Beispiele:
+
+  * Neben der Aktualisierung des Konsole-Plugins um die festgehaltene Version, Update "config.xml" Eintrag => **'cordova plugin update cordova-plugin-console --save'**
+  * Neben der Aktualisierung des Androiden Plugins auf Version 3.8.0, Update "config.xml" Eintrag => **'cordova plugin update cordova-plugin-console@0.2.13 --save'**
+  * Neben der Aktualisierung des Konsole-Plugins auf Version Update "config.xml" Eintrag im Ordner => **'cordova plugin update /path/to/console/plugin --save'**
+  * => **'cordova plugin remove cordova-plugin-console --save'** entfernt das Konsole-Plugin aus dem Projekt und löscht den Eintrag von "config.xml".
+
+### Wiederherstellen von plugins
+
+Plattformen werden automatisch von "config.xml" wiederhergestellt, wenn der **'cordova prepare'** -Befehl ausgeführt wird.
+
+Wenn Sie eine Plugin hinzufügen, ohne Angabe einer Version/Ordner/Git_url, ist die Version installiert werden soll mit "config.xml", entnommen **Wenn gefunden**.
+
+Beispiel:
+
+Angenommen, die Datei "config.xml" den folgenden Eintrag enthält:
+
+    <?xml version='1.0' encoding='utf-8'?>
+        ...
+        <plugin name="cordova-plugin-console" spec="0.2.11" />
+        ...
+    </ xml>
+    
+
+Wenn Sie den Befehl **'cordova plugin add cordova-plugin-console'** (keine Version/Ordner/Git_url angegeben) ausführen, wird das Plugin 'cordova-plugin-console@0.2.11' (wie von "config.xml" abgerufen) installiert.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/5ad93d20/www/docs/de/7.x/plugin_ref/plugman.md
----------------------------------------------------------------------
diff --git a/www/docs/de/7.x/plugin_ref/plugman.md b/www/docs/de/7.x/plugin_ref/plugman.md
new file mode 100644
index 0000000..3c285a7
--- /dev/null
+++ b/www/docs/de/7.x/plugin_ref/plugman.md
@@ -0,0 +1,211 @@
+---
+license: >
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+        http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.
+
+title: Plugins verwalten mithilfe Plugman
+toc_title: Use Plugman
+---
+
+# 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 [Übersicht](../guide/overview/index.html):
+
+*   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.
+
+*   Wenn Sie einen Workflow Plattform-zentrierte verwenden, verwenden Sie eine Low-Level- [Plugman][1] -Befehlszeilen-Schnittstelle, separat für jede Zielplattform.
+
+ [1]: https://github.com/apache/cordova-plugman/
+
+Dieser Abschnitt erläutert das Plugman-Dienstprogramm. Weitere Informationen zu konsumieren Plugman als Knoten Modul oder den Quellcode ändern finden Sie in [der README-Datei im repository][2].
+
+ [2]: https://github.com/apache/cordova-plugman/blob/master/README.md
+
+## Installation von Plugman
+
+Um Plugman zu installieren, müssen Sie die [Knoten][3] , die auf Ihrem Computer installiert haben. Dann die folgenden ausführen Befehl an einer beliebigen Stelle in Ihrer Umgebung Plugman weltweit so installieren, dass es von einem beliebigen Verzeichnis gibt es:
+
+ [3]: http://nodejs.org/
+
+    $ npm install -g plugman
+    
+
+Haben außerdem muss `git` auf Ihre `PATH` um Plugins direkt aus entfernten Git URLs zu installieren zu können.
+
+**Tipp**: Wenn Sie, dass feststellen nach der Installation von Plugman mit `npm` Sie sind noch nicht alle `plugman` Befehle, stellen Sie sicher, dass Sie hinzugefügt haben die `/npm/` Verzeichnis in Ihrem`PATH`.
+
+**Hinweis**: Sie können diesen Schritt überspringen, wenn Sie nicht, um Ihre globalen verschmutzen möchten `npm` Namespace durch die Installation von Plugman weltweit. Wenn dies ist der Fall, wenn Sie ein Cordova-Projekt mit der Shell-Werkzeugen erstellen, gibt es ein `node_modules` Verzeichnis innerhalb des Projekts die Plugman enthält. Da Sie nicht global installiert haben, müssen Sie aufrufen `node` für jeden Plugman-Befehl, zum Beispiel `node
+./node_modules/plugman/main.js -version` . Der Rest dieser Anleitung wird angenommen, dass Sie Plugman weltweit installiert haben was bedeutet, dass Sie es mit nur aufrufen können`plugman`.
+
+## Erstellen Sie ein Projekt von Cordova
+
+Bevor Sie Plugman verwenden können, müssen Sie ein Cordova-Projekt erstellen. Sie können dies tun, mit der Befehlszeilen-Schnittstelle oder mit der unteren Ebene Shell-Skripte. Anweisungen zur Verwendung der Shell-Skripte erstellen Sie Ihr Projekt befinden sich in den verschiedenen "Command-Line Tools"-Führern, die auf der Plattform Guides-Seite aufgelistet.
+
+## Eine Plugin hinzufügen
+
+Sobald Sie Plugman installiert haben und ein Cordova-Projekt erstellt haben, können Sie beginnen, die Plattform mit Plugins hinzufügen:
+
+    $ plugman --platform <ios|amazon-fireos|android|blackberry10|wp8> --project <directory> --plugin <name|url|path> [--plugins_dir <directory>] [--www <directory>] [--variable <name>=<value> [--variable <name>=<value> ...]]
+    
+
+Mit minimalen Parametern, wird dieser Befehl eine Plugin in einem Cordova-Projekt installiert. Sie müssen eine Plattform und Cordova Projektspeicherort für diese Plattform angeben. Sie müssen auch eine Plugin, mit den verschiedenen angeben `--plugin` Parameter bildet sein:
+
+*   `name`: Der Verzeichnisname, wo die Plugin-Inhalte vorhanden sind. Dies muss ein vorhandenes Verzeichnis unter den `--plugins_dir` Pfad (für mehr Info siehe unten) oder ein Plugin in der Cordova-Registrierung.
+*   `url`: Eine URL mit https:// oder Git: / / zeigen zu einem gültigen Git-Repository, das geklont werden und enthält eine `plugin.xml` Datei. Kopiert den Inhalt dieses Archivs würden in der`--plugins_dir`.
+*   `path`: Ein Pfad zu einem Verzeichnis, die eine gültige Plugin umfasst eine `plugin.xml` Datei. Dieser Pfad Inhalt kopiert werden, in der`--plugins_dir`.
+
+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 [Plugin-Spezifikation][4] für weitere Informationen.
+
+ [4]: plugin_ref_spec.md.html#Plugin%20Specification
+
+## Eine Plugin zu entfernen
+
+Um ein Plugin zu deinstallieren, übergeben Sie einfach die `--uninstall` -flag und bieten die Plugin-ID.
+
+    $ plugman --uninstall --platform <ios|amazon-fireos|android|blackberry10|wp8> --project <directory> --plugin <id> [--www <directory>] [--plugins_dir <directory>]
+    
+
+## Hilfebefehle
+
+Plugman verfügt über einen global Help-Befehl, der Ihnen helfen können, wenn Sie stecken bleiben oder Probleme auftreten. Es erscheint eine Liste aller verfügbaren Plugman-Befehle und deren Syntax:
+
+    plugman -help
+    plugman  # same as above
+    
+
+**Hinweis**: `plugman -help` können einige zusätzliche Registrierung bezogenen Befehle zeigen. Diese Befehle sind für Plugin-Entwickler und können nicht auf Drittanbieter-Plugin-Register implementiert werden.
+
+Sie können auch Anhängen der `--debug|-d` Flagge auf jeden Plugman-Befehl diesen Befehl im ausführlichen Modus ausgeführt, die internen Debuggen-Meldungen angezeigt werden, da sie ausgegeben werden und Ihnen helfen können, ausfindig zu machen Probleme wie fehlende Dateien.
+
+    # Adding Android battery-status plugin to "myProject":
+    plugman -d --platform android --project myProject --plugin cordova-plugin-battery-status
+    
+
+Schließlich können Sie die `--version|-v` Flagge zu sehen, welche Plugman-Version Sie verwenden.
+
+    plugman -v
+    
+
+## Registrierungsaktionen
+
+Es gibt eine Reihe von Plugman-Befehlen, die für die Interaktion mit der [Plugin-Registrierung][5]verwendet werden kann. Bitte beachten Sie, dass diese Registrierung-Befehle beziehen sich auf die *plugins.cordova.io* -Plugin-Registry und nicht von Drittanbieter-Plugin-Register implementiert werden können.
+
+ [5]: http://plugins.cordova.io
+
+### Auf der Suche nach einem Plugin
+
+Plugman können Sie suchen der [Plugin Registrierung][5] für Plugin-Id, die die angegebenen Leerzeichen getrennte Liste von Schlüsselwörtern entsprechen.
+
+    plugman search <plugin keywords>
+    
+
+### Ändern der Plugin-Registrierung
+
+Sie können abrufen oder Festlegen der URL der aktuellen Plugin-registry, die Plugman benutzt. In der Regel lassen Sie dies auf http://registry.cordova.io festgelegt wird, sofern Sie eine Drittanbieter-Plugin-Registry verwenden möchten.
+
+    plugman config set registry <url-to-registry>
+    plugman config get registry
+    
+
+### Plugin informieren
+
+Hier erhalten Sie Informationen über alle spezifischen Plugin im Plugin Repository mit gespeichert:
+
+    plugman info <id>
+    
+
+Dies wird der Plugin Registrierung und Abruf Informationen wie das Plugin Versionsnummer kontaktieren.
+
+## Core-Plugins installieren
+
+Die folgenden Beispiele veranschaulichen, Plugins hinzufügen, nach Bedarf, so dass Sie in Ihrem Projekt verwenden APIs Cordova noch funktionieren nach dem upgrade auf Version 3.0. Für jeden Befehl müssen Sie wählen die Zielplattform und die Plattform-Projektverzeichnis zu verweisen.
+
+*   cordova-plugin-battery-status
+    
+    `plugman --platform <ios|amazon-fireos|android|blackberry10|wp8> --project <directory> --plugin cordova-plugin-battery-status`
+
+*   cordova-plugin-camera
+    
+    `plugman --platform <ios|amazon-fireos|android|blackberry10|wp8> --project <directory> --plugin cordova-plugin-camera`
+
+*   cordova-plugin-console
+    
+    `plugman --platform <ios|amazon-fireos|android|blackberry10|wp8> --project <directory> --plugin cordova-plugin-console`
+
+*   cordova-plugin-contacts
+    
+    `plugman --platform <ios|amazon-fireos|android|blackberry10|wp8> --project <directory> --plugin cordova-plugin-contacts`
+
+*   cordova-plugin-device
+    
+    `plugman --platform <ios|amazon-fireos|android|blackberry10|wp8> --project <directory> --plugin cordova-plugin-device`
+
+*   cordova-plugin-device-motion (accelerometer)
+    
+    `plugman --platform <ios|amazon-fireos|android|blackberry10|wp8> --project <directory> --plugin cordova-plugin-device-motion`
+
+*   cordova-plugin-device-orientation (compass)
+    
+    `plugman --platform <ios|amazon-fireos|android|blackberry10|wp8> --project <directory> --plugin cordova-plugin-device-orientation`
+
+*   cordova-plugin-dialogs
+    
+    `plugman --platform <ios|amazon-fireos|android|blackberry10|wp8> --project <directory> --plugin cordova-plugin-dialogs`
+
+*   cordova-plugin-file
+    
+    `plugman --platform <ios|amazon-fireos|android|blackberry10|wp8> --project <directory> --plugin cordova-plugin-file`
+
+*   cordova-plugin-file-transfer
+    
+    `plugman --platform <ios|amazon-fireos|android|blackberry10|wp8> --project <directory> --plugin cordova-plugin-file-transfer`
+
+*   cordova-plugin-geolocation
+    
+    `plugman --platform <ios|amazon-fireos|android|blackberry10|wp8> --project <directory> --plugin cordova-plugin-geolocation`
+
+*   cordova-plugin-globalization
+    
+    `plugman --platform <ios|amazon-fireos|android|blackberry10|wp8> --project <directory> --plugin cordova-plugin-globalization`
+
+*   cordova-plugin-inappbrowser
+    
+    `plugman --platform <ios|amazon-fireos|android|blackberry10|wp8> --project <directory> --plugin cordova-plugin-inappbrowser`
+
+*   cordova-plugin-media
+    
+    `plugman --platform <ios|amazon-fireos|android|blackberry10|wp8> --project <directory> --plugin cordova-plugin-media`
+
+*   cordova-plugin-media-capture
+    
+    `plugman --platform <ios|amazon-fireos|android|blackberry10|wp8> --project <directory> --plugin cordova-plugin-media-capture`
+
+*   cordova-plugin-network-information
+    
+    `plugman --platform <ios|amazon-fireos|android|blackberry10|wp8> --project <directory> --plugin cordova-plugin-network-information`
+
+*   cordova-plugin-splashscreen
+    
+    `plugman --platform <ios|amazon-fireos|android|blackberry10|wp8> --project <directory> --plugin cordova-plugin-splashscreen`
+
+*   cordova-plugin-vibration
+    
+    `plugman --platform <ios|amazon-fireos|android|blackberry10|wp8> --project <directory> --plugin cordova-plugin-vibration`
\ 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