You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by mw...@apache.org on 2012/07/25 00:50:37 UTC

[2/29] docs commit: Fix config.json error in jp_1.9.0, fix small mistakes in jp_1.8.1

Fix config.json error in jp_1.9.0, fix small mistakes in jp_1.8.1


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

Branch: refs/heads/master
Commit: 5cce5ba548e72da64124b4cf9046e19c078cc1bc
Parents: e17b32b
Author: Keiko Oda <ke...@gmail.com>
Authored: Tue Jul 24 12:06:51 2012 -0700
Committer: Keiko Oda <ke...@gmail.com>
Committed: Tue Jul 24 12:20:51 2012 -0700

----------------------------------------------------------------------
 .../jp/1.8.1/cordova/file/filesystem/filesystem.md |    2 +-
 docs/jp/1.8.1/guide/whitelist/index.md             |    1 -
 docs/jp/1.9.0/config.json                          |    4 ++--
 3 files changed, 3 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/5cce5ba5/docs/jp/1.8.1/cordova/file/filesystem/filesystem.md
----------------------------------------------------------------------
diff --git a/docs/jp/1.8.1/cordova/file/filesystem/filesystem.md b/docs/jp/1.8.1/cordova/file/filesystem/filesystem.md
index 4ac7812..2e3db56 100644
--- a/docs/jp/1.8.1/cordova/file/filesystem/filesystem.md
+++ b/docs/jp/1.8.1/cordova/file/filesystem/filesystem.md
@@ -60,7 +60,7 @@ File System の使用例
       <head>
         <title>File System の使用例</title>
 
-        <script type="text/javascript" charset="utf-8" src="cordova-1.7.0.js"></script>
+        <script type="text/javascript" charset="utf-8" src="cordova-1.8.1.js"></script>
         <script type="text/javascript" charset="utf-8">
 
         // Cordova の読み込み完了まで待機

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/5cce5ba5/docs/jp/1.8.1/guide/whitelist/index.md
----------------------------------------------------------------------
diff --git a/docs/jp/1.8.1/guide/whitelist/index.md b/docs/jp/1.8.1/guide/whitelist/index.md
index 6870ba7..3e5fa9b 100644
--- a/docs/jp/1.8.1/guide/whitelist/index.md
+++ b/docs/jp/1.8.1/guide/whitelist/index.md
@@ -29,7 +29,6 @@ Apache Cordova のドメインホワイトリストは、 `http://google.com` 
 -------------
 
 ドメインホワイトリストは [W3C Widget Access][1] の仕様に基づいています。 Widget Access 仕様の中で、 `<access>` 要素はネットワークドメインへのアクセス許可を指定するために使われています。将来、 Apache Cordova はホワイトリスト実装のプラットフォームの W3C Widget Access 仕様書。しかしながら、現在は各プラットフォームは各々のドメインホワイトリストを実装する必要があります。
-Domain whitelisting lays the ground work for the [W3C Widget Access][1] specification. In the Widget Access specification, the `<access>` element is used to declare access to specific network domains. In the future, Apache Cordova will abstract the platform whitelisting implementations to the W3C Widget Access specification. However, for now each platform must implement it's own domain whitelisting.
 
 シンタックス
 ------

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/5cce5ba5/docs/jp/1.9.0/config.json
----------------------------------------------------------------------
diff --git a/docs/jp/1.9.0/config.json b/docs/jp/1.9.0/config.json
index 59dc21a..903f2b2 100644
--- a/docs/jp/1.9.0/config.json
+++ b/docs/jp/1.9.0/config.json
@@ -16,8 +16,8 @@
             "cordova/camera/camera.getPicture.md",
             "cordova/camera/parameter/cameraSuccess.md",
             "cordova/camera/parameter/cameraError.md",
-            "cordova/camera/parameter/cameraOptions.md"
-            "cordova/camera/parameter/cameraPopoverOptions.md"
+            "cordova/camera/parameter/cameraOptions.md",
+            "cordova/camera/parameter/CameraPopoverOptions.md"
         ],
         "capture.md": [
             "cordova/media/capture/capture.md",