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/29 02:33:30 UTC

docs commit: Adding 'Plugin Specification' to ToC.

Repository: cordova-docs
Updated Branches:
  refs/heads/cordova-website 3ac24507f -> b3f35f16e


Adding 'Plugin Specification' to ToC.


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

Branch: refs/heads/cordova-website
Commit: b3f35f16e887c88aef44ce63a369750abdd4b709
Parents: 3ac2450
Author: Dmitry Blotsky <dm...@gmail.com>
Authored: Mon Sep 28 17:33:24 2015 -0700
Committer: Dmitry Blotsky <dm...@gmail.com>
Committed: Mon Sep 28 17:33:24 2015 -0700

----------------------------------------------------------------------
 www/_data/toc/de-edge-manual.yml | 1 +
 www/_data/toc/en-edge-manual.yml | 1 +
 www/_data/toc/es-edge-manual.yml | 1 +
 www/_data/toc/fr-edge-manual.yml | 1 +
 www/_data/toc/it-edge-manual.yml | 1 +
 www/_data/toc/ja-edge-manual.yml | 1 +
 www/_data/toc/ko-edge-manual.yml | 1 +
 www/_data/toc/pl-edge-manual.yml | 1 +
 www/_data/toc/ru-edge-manual.yml | 1 +
 www/_data/toc/sl-edge-manual.yml | 1 +
 www/_data/toc/zh-edge-manual.yml | 1 +
 11 files changed, 11 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/b3f35f16/www/_data/toc/de-edge-manual.yml
----------------------------------------------------------------------
diff --git a/www/_data/toc/de-edge-manual.yml b/www/_data/toc/de-edge-manual.yml
index 014e8ec..6ac8024 100644
--- a/www/_data/toc/de-edge-manual.yml
+++ b/www/_data/toc/de-edge-manual.yml
@@ -8,6 +8,7 @@
 - {name: !!python/unicode 'Symbole und Splash-Screens', url: !!python/unicode '/docs/de/edge/config_ref/images.html'}
 - {name: "Einbetten von Webansichten f\xFCr", url: !!python/unicode '/docs/de/edge/guide/hybrid/webviews/index.html'}
 - {name: !!python/unicode 'Plugin-Entwicklung-Guide', url: !!python/unicode '/docs/de/edge/guide/hybrid/plugins/index.html'}
+- {name: !!python/unicode 'Plugin-Spezifikation', url: !!python/unicode '/docs/de/edge/plugin_ref/spec.html'}
 - {name: !!python/unicode 'Datenschutz-Guide', url: !!python/unicode '/docs/de/edge/guide/appdev/privacy/index.html'}
 - {name: !!python/unicode 'Sicherheitshandbuch', url: !!python/unicode '/docs/de/edge/guide/appdev/security/index.html'}
 - {name: !!python/unicode 'Plattformen und Plugins Versionsmanagement', url: !!python/unicode '/docs/de/edge/platform_plugin_versioning_ref/index.html'}

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/b3f35f16/www/_data/toc/en-edge-manual.yml
----------------------------------------------------------------------
diff --git a/www/_data/toc/en-edge-manual.yml b/www/_data/toc/en-edge-manual.yml
index 098d7d8..6ebf068 100644
--- a/www/_data/toc/en-edge-manual.yml
+++ b/www/_data/toc/en-edge-manual.yml
@@ -8,6 +8,7 @@
 - {name: !!python/unicode 'Icons and Splash Screens', url: !!python/unicode '/docs/en/edge/config_ref/images.html'}
 - {name: !!python/unicode 'Embedding WebViews', url: !!python/unicode '/docs/en/edge/guide/hybrid/webviews/index.html'}
 - {name: !!python/unicode 'Plugin Development Guide', url: !!python/unicode '/docs/en/edge/guide/hybrid/plugins/index.html'}
+- {name: !!python/unicode 'Plugin Specification', url: !!python/unicode '/docs/en/edge/plugin_ref/spec.html'}
 - {name: !!python/unicode 'Privacy Guide', url: !!python/unicode '/docs/en/edge/guide/appdev/privacy/index.html'}
 - {name: !!python/unicode 'Security Guide', url: !!python/unicode '/docs/en/edge/guide/appdev/security/index.html'}
 - {name: !!python/unicode 'Platforms and Plugins Version Management', url: !!python/unicode '/docs/en/edge/platform_plugin_versioning_ref/index.html'}

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/b3f35f16/www/_data/toc/es-edge-manual.yml
----------------------------------------------------------------------
diff --git a/www/_data/toc/es-edge-manual.yml b/www/_data/toc/es-edge-manual.yml
index ee99fe9..88e0904 100644
--- a/www/_data/toc/es-edge-manual.yml
+++ b/www/_data/toc/es-edge-manual.yml
@@ -7,6 +7,7 @@
 - {name: !!python/unicode 'El archivo config.xml', url: !!python/unicode '/docs/es/edge/config_ref/index.html'}
 - {name: !!python/unicode 'Incrustar WebViews', url: !!python/unicode '/docs/es/edge/guide/hybrid/webviews/index.html'}
 - {name: "Gu\xEDa de desarrollo de plugin", url: !!python/unicode '/docs/es/edge/guide/hybrid/plugins/index.html'}
+- {name: "Especificaci\xf3n de plugin", url: !!python/unicode '/docs/es/edge/plugin_ref/spec.html'}
 - {name: "Gu\xEDa de privacidad", url: !!python/unicode '/docs/es/edge/guide/appdev/privacy/index.html'}
 - {name: "Gu\xEDa de seguridad", url: !!python/unicode '/docs/es/edge/guide/appdev/security/index.html'}
 - {name: "Plataformas y gesti\xF3n de versiones de Plugins", url: !!python/unicode '/docs/es/edge/platform_plugin_versioning_ref/index.html'}

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/b3f35f16/www/_data/toc/fr-edge-manual.yml
----------------------------------------------------------------------
diff --git a/www/_data/toc/fr-edge-manual.yml b/www/_data/toc/fr-edge-manual.yml
index 77bf2ef..4db2457 100644
--- a/www/_data/toc/fr-edge-manual.yml
+++ b/www/_data/toc/fr-edge-manual.yml
@@ -4,6 +4,7 @@
 - {name: !!python/unicode 'Le fichier config.xml', url: !!python/unicode '/docs/fr/edge/config_ref/index.html'}
 - {name: !!python/unicode 'Icones et Splash Screen', url: !!python/unicode '/docs/fr/edge/config_ref/images.html'}
 - {name: "Guide de d\xE9veloppement de plugin", url: !!python/unicode '/docs/fr/edge/guide/hybrid/plugins/index.html'}
+- {name: "Sp\xE9cification des plugins", url: !!python/unicode '/docs/fr/edge/plugin_ref/spec.html'}
 - {name: "Guide de la vie priv\xE9e", url: !!python/unicode '/docs/fr/edge/guide/appdev/privacy/index.html'}
 - {name: "Guide de s\xE9curit\xE9", url: !!python/unicode '/docs/fr/edge/guide/appdev/security/index.html'}
 - {name: !!python/unicode 'Plates-formes et gestion de Plugins Version', url: !!python/unicode '/docs/fr/edge/platform_plugin_versioning_ref/index.html'}

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/b3f35f16/www/_data/toc/it-edge-manual.yml
----------------------------------------------------------------------
diff --git a/www/_data/toc/it-edge-manual.yml b/www/_data/toc/it-edge-manual.yml
index 2a77b1a..6e19c38 100644
--- a/www/_data/toc/it-edge-manual.yml
+++ b/www/_data/toc/it-edge-manual.yml
@@ -8,6 +8,7 @@
 - {name: !!python/unicode 'Icone e Splash screen', url: !!python/unicode '/docs/it/edge/config_ref/images.html'}
 - {name: !!python/unicode 'Incorporamento visualizzazioni Web', url: !!python/unicode '/docs/it/edge/guide/hybrid/webviews/index.html'}
 - {name: !!python/unicode 'Guida allo sviluppo di plugin', url: !!python/unicode '/docs/it/edge/guide/hybrid/plugins/index.html'}
+- {name: !!python/unicode 'Plugin Specification', url: !!python/unicode '/docs/it/edge/plugin_ref/spec.html'}
 - {name: !!python/unicode 'Guida sulla privacy', url: !!python/unicode '/docs/it/edge/guide/appdev/privacy/index.html'}
 - {name: !!python/unicode 'Guida alla sicurezza', url: !!python/unicode '/docs/it/edge/guide/appdev/security/index.html'}
 - {name: !!python/unicode 'Piattaforme e gestione plugin versione', url: !!python/unicode '/docs/it/edge/platform_plugin_versioning_ref/index.html'}

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/b3f35f16/www/_data/toc/ja-edge-manual.yml
----------------------------------------------------------------------
diff --git a/www/_data/toc/ja-edge-manual.yml b/www/_data/toc/ja-edge-manual.yml
index d42ab96..7a7b12f 100644
--- a/www/_data/toc/ja-edge-manual.yml
+++ b/www/_data/toc/ja-edge-manual.yml
@@ -13,6 +13,7 @@
     \u9762", url: !!python/unicode '/docs/ja/edge/config_ref/images.html'}
 - {name: "\u57CB\u3081\u8FBC\u307F web \u8868\u793A", url: !!python/unicode '/docs/ja/edge/guide/hybrid/webviews/index.html'}
 - {name: "\u30D7\u30E9\u30B0\u30A4\u30F3\u958B\u767A\u30AC\u30A4\u30C9", url: !!python/unicode '/docs/ja/edge/guide/hybrid/plugins/index.html'}
+- {name: "\u30D7\u30E9\u30B0\u30A4\u30F3\u4ED5\u69D8", url: !!python/unicode '/docs/ja/edge/plugin_ref/spec.html'}
 - {name: "\u30D7\u30E9\u30A4\u30D0\u30B7\u30FC \u30AC\u30A4\u30C9", url: !!python/unicode '/docs/ja/edge/guide/appdev/privacy/index.html'}
 - {name: "\u30BB\u30AD\u30E5\u30EA\u30C6\u30A3 \u30AC\u30A4\u30C9", url: !!python/unicode '/docs/ja/edge/guide/appdev/security/index.html'}
 - {name: "\u30D7\u30E9\u30C3\u30C8\u30D5\u30A9\u30FC\u30E0\u3068\u30D7\u30E9\u30B0\

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/b3f35f16/www/_data/toc/ko-edge-manual.yml
----------------------------------------------------------------------
diff --git a/www/_data/toc/ko-edge-manual.yml b/www/_data/toc/ko-edge-manual.yml
index 6f59d8b..c96c79c 100644
--- a/www/_data/toc/ko-edge-manual.yml
+++ b/www/_data/toc/ko-edge-manual.yml
@@ -9,6 +9,7 @@
 - {name: "\uC544\uC774\uCF58 \uBC0F \uC2DC\uC791 \uD654\uBA74", url: !!python/unicode '/docs/ko/edge/config_ref/images.html'}
 - {name: "WebViews \uD3EC\uD568", url: !!python/unicode '/docs/ko/edge/guide/hybrid/webviews/index.html'}
 - {name: "\uD50C\uB7EC\uADF8\uC778 \uAC1C\uBC1C \uAC00\uC774\uB4DC", url: !!python/unicode '/docs/ko/edge/guide/hybrid/plugins/index.html'}
+- {name: "\uD50C\uB7EC\uADF8\uC778 \uBA85\uC138", url: !!python/unicode '/docs/ko/edge/plugin_ref/spec.html'}
 - {name: "\uBCF4\uC548 \uAC00\uC774\uB4DC", url: !!python/unicode '/docs/ko/edge/guide/appdev/security/index.html'}
 - {name: "\uD50C\uB7AB\uD3FC \uBC0F \uD50C\uB7EC\uADF8\uC778 \uBC84\uC804 \uAD00\uB9AC",
   url: !!python/unicode '/docs/ko/edge/platform_plugin_versioning_ref/index.html'}

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/b3f35f16/www/_data/toc/pl-edge-manual.yml
----------------------------------------------------------------------
diff --git a/www/_data/toc/pl-edge-manual.yml b/www/_data/toc/pl-edge-manual.yml
index 56bf727..834421d 100644
--- a/www/_data/toc/pl-edge-manual.yml
+++ b/www/_data/toc/pl-edge-manual.yml
@@ -7,6 +7,7 @@
 - {name: !!python/unicode 'Ikony i ekrany powitalne w aplikacjach', url: !!python/unicode '/docs/pl/edge/config_ref/images.html'}
 - {name: !!python/unicode 'Osadzanie WebViews', url: !!python/unicode '/docs/pl/edge/guide/hybrid/webviews/index.html'}
 - {name: !!python/unicode 'Plugin rozwoju Przewodnik', url: !!python/unicode '/docs/pl/edge/guide/hybrid/plugins/index.html'}
+- {name: !!python/unicode 'Specyfikacja plugin', url: !!python/unicode '/docs/pl/edge/plugin_ref/spec.html'}
 - {name: "Prywatno\u015Bci Przewodnik", url: !!python/unicode '/docs/pl/edge/guide/appdev/privacy/index.html'}
 - {name: "Przewodnik bezpiecze\u0144stwa", url: !!python/unicode '/docs/pl/edge/guide/appdev/security/index.html'}
 - {name: "Platform i Zarz\u0105dzanie wersjami plugin\xF3w", url: !!python/unicode '/docs/pl/edge/platform_plugin_versioning_ref/index.html'}

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/b3f35f16/www/_data/toc/ru-edge-manual.yml
----------------------------------------------------------------------
diff --git a/www/_data/toc/ru-edge-manual.yml b/www/_data/toc/ru-edge-manual.yml
index 42ac604..8347f11 100644
--- a/www/_data/toc/ru-edge-manual.yml
+++ b/www/_data/toc/ru-edge-manual.yml
@@ -19,6 +19,7 @@
 - {name: "\u0420\u0443\u043A\u043E\u0432\u043E\u0434\u0441\u0442\u0432\u043E \u043F\
     \u043E \u0440\u0430\u0437\u0440\u0430\u0431\u043E\u0442\u043A\u0435 \u043F\u043B\
     \u0430\u0433\u0438\u043D\u043E\u0432", url: !!python/unicode '/docs/ru/edge/guide/hybrid/plugins/index.html'}
+- {name: "\u0421\u043F\u0435\u0446\u0438\u0444\u0438\u043A\u0430\u0446\u0438\u044F \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043D\u0438\u0439", url: !!python/unicode '/docs/ru/edge/plugin_ref/spec.html'}
 - {name: "\u0420\u0443\u043A\u043E\u0432\u043E\u0434\u0441\u0442\u0432\u043E \u043F\
     \u043E \u043A\u043E\u043D\u0444\u0438\u0434\u0435\u043D\u0446\u0438\u0430\u043B\
     \u044C\u043D\u043E\u0441\u0442\u0438", url: !!python/unicode '/docs/ru/edge/guide/appdev/privacy/index.html'}

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/b3f35f16/www/_data/toc/sl-edge-manual.yml
----------------------------------------------------------------------
diff --git a/www/_data/toc/sl-edge-manual.yml b/www/_data/toc/sl-edge-manual.yml
index 1541697..460c4c9 100644
--- a/www/_data/toc/sl-edge-manual.yml
+++ b/www/_data/toc/sl-edge-manual.yml
@@ -8,6 +8,7 @@
 - {name: !!python/unicode 'Ikone in brizg zaslon', url: !!python/unicode '/docs/sl/edge/config_ref/images.html'}
 - {name: !!python/unicode 'Vdelava spletni pogledi', url: !!python/unicode '/docs/sl/edge/guide/hybrid/webviews/index.html'}
 - {name: !!python/unicode 'Plugin razvoj vodnik', url: !!python/unicode '/docs/sl/edge/guide/hybrid/plugins/index.html'}
+- {name: !!python/unicode 'Plugin specifikacija', url: !!python/unicode '/docs/sl/edge/plugin_ref/spec.html'}
 - {name: !!python/unicode 'Vodnik o zasebnosti', url: !!python/unicode '/docs/sl/edge/guide/appdev/privacy/index.html'}
 - {name: !!python/unicode 'Seznam dovoljenih vodnik', url: !!python/unicode '/docs/sl/edge/guide/appdev/whitelist/index.html'}
 - {name: !!python/unicode 'Shranjevanje', url: !!python/unicode '/docs/sl/edge/cordova/storage/storage.html'}

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/b3f35f16/www/_data/toc/zh-edge-manual.yml
----------------------------------------------------------------------
diff --git a/www/_data/toc/zh-edge-manual.yml b/www/_data/toc/zh-edge-manual.yml
index f736e66..8094764 100644
--- a/www/_data/toc/zh-edge-manual.yml
+++ b/www/_data/toc/zh-edge-manual.yml
@@ -8,6 +8,7 @@
 - {name: "\u5716\u793A\u548C\u555F\u52D5\u756B\u9762", url: !!python/unicode '/docs/zh/edge/config_ref/images.html'}
 - {name: "\u5D4C\u5165 WebViews", url: !!python/unicode '/docs/zh/edge/guide/hybrid/webviews/index.html'}
 - {name: "\u5916\u639B\u7A0B\u5F0F\u958B\u767C\u6307\u5357", url: !!python/unicode '/docs/zh/edge/guide/hybrid/plugins/index.html'}
+- {name: "\u5916\u639B\u7A0B\u5F0F\u898F\u7BC4", url: !!python/unicode '/docs/zh/edge/plugin_ref/spec.html'}
 - {name: "\u96B1\u79C1\u6307\u5357", url: !!python/unicode '/docs/zh/edge/guide/appdev/privacy/index.html'}
 - {name: "\u5B89\u5168\u6307\u5357", url: !!python/unicode '/docs/zh/edge/guide/appdev/security/index.html'}
 - {name: "\u5E73\u81FA\u548C\u5916\u639B\u7A0B\u5F0F\u7248\u672C\u7BA1\u7406", url: !!python/unicode '/docs/zh/edge/platform_plugin_versioning_ref/index.html'}


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