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/06/29 00:52:56 UTC

docs commit: [CB-967] Stub Embedding WebView guide.

Updated Branches:
  refs/heads/master f80287671 -> d0e4dd4a0


[CB-967] Stub Embedding WebView guide.


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/d0e4dd4a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/tree/d0e4dd4a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/diff/d0e4dd4a

Branch: refs/heads/master
Commit: d0e4dd4a03ec9669f05ebbd8a0e6a3049927780c
Parents: f802876
Author: Michael Brooks <mi...@michaelbrooks.ca>
Authored: Thu Jun 28 15:52:19 2012 -0700
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Thu Jun 28 15:52:36 2012 -0700

----------------------------------------------------------------------
 docs/en/edge/guide/cordova-webview/android.md |   21 +++++++++++++++
 docs/en/edge/guide/cordova-webview/index.md   |   27 ++++++++++++++++++++
 docs/en/edge/guide/cordova-webview/ios.md     |   21 +++++++++++++++
 docs/en/edge/index.md                         |    4 +++
 4 files changed, 73 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/d0e4dd4a/docs/en/edge/guide/cordova-webview/android.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/cordova-webview/android.md b/docs/en/edge/guide/cordova-webview/android.md
new file mode 100644
index 0000000..1964557
--- /dev/null
+++ b/docs/en/edge/guide/cordova-webview/android.md
@@ -0,0 +1,21 @@
+---
+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.
+---
+
+Embedding Cordova WebView on Android
+====================================

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/d0e4dd4a/docs/en/edge/guide/cordova-webview/index.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/cordova-webview/index.md b/docs/en/edge/guide/cordova-webview/index.md
new file mode 100644
index 0000000..d3e2e72
--- /dev/null
+++ b/docs/en/edge/guide/cordova-webview/index.md
@@ -0,0 +1,27 @@
+---
+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.
+---
+
+Embedding WebView
+=================
+
+> Implement the Cordova WebView in your own project.
+
+- Embedding Cordova WebView on Android
+- Embedding Cordova WebView on iOS
+

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/d0e4dd4a/docs/en/edge/guide/cordova-webview/ios.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/cordova-webview/ios.md b/docs/en/edge/guide/cordova-webview/ios.md
new file mode 100644
index 0000000..90a5dd3
--- /dev/null
+++ b/docs/en/edge/guide/cordova-webview/ios.md
@@ -0,0 +1,21 @@
+---
+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.
+---
+
+Embedding Cordova WebView on iOS
+================================

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/d0e4dd4a/docs/en/edge/index.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/index.md b/docs/en/edge/index.md
index 6ad48ea..73901fa 100644
--- a/docs/en/edge/index.md
+++ b/docs/en/edge/index.md
@@ -92,6 +92,10 @@ license: Licensed to the Apache Software Foundation (ASF) under one
             <span>Grant an application access to external domains.</span>
         </li>
         <li>
+            <h2>Embedding WebView</h2>
+            <span>Implement the Cordova WebView in your project.</span>
+        </li>
+        <li>
             <h2><a href="_index.html">Keyword Index</a></h2>
             <span>Full index of the Cordova Documentation.</span>
         </li>