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 2013/08/09 18:48:42 UTC

docs commit: [doc] Update 3.0.0 from the edge docs.

Updated Branches:
  refs/heads/master 393a8dce4 -> 40df1e827


[doc] Update 3.0.0 from the edge docs.


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

Branch: refs/heads/master
Commit: 40df1e82727b23ceae8fbacb110f37b57bc117ba
Parents: 393a8dc
Author: Michael Brooks <mi...@michaelbrooks.ca>
Authored: Fri Aug 9 09:48:32 2013 -0700
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Fri Aug 9 09:48:32 2013 -0700

----------------------------------------------------------------------
 .../3.0.0/cordova/inappbrowser/window.open.md   |  2 ++
 docs/en/3.0.0/cordova/media/media.setVolume.md  |  2 +-
 .../cordova/splashscreen/splashscreen.hide.md   |  1 +
 .../cordova/splashscreen/splashscreen.show.md   |  1 +
 docs/en/3.0.0/guide/cli/index.md                |  2 +-
 docs/en/3.0.0/guide/overview/index.md           | 21 ++++++++++----------
 docs/en/3.0.0/guide/platforms/android/plugin.md |  2 +-
 docs/en/3.0.0/guide/platforms/wp8/tools.md      |  2 +-
 8 files changed, 19 insertions(+), 14 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/40df1e82/docs/en/3.0.0/cordova/inappbrowser/window.open.md
----------------------------------------------------------------------
diff --git a/docs/en/3.0.0/cordova/inappbrowser/window.open.md b/docs/en/3.0.0/cordova/inappbrowser/window.open.md
index c5e15b7..a0ab60e 100644
--- a/docs/en/3.0.0/cordova/inappbrowser/window.open.md
+++ b/docs/en/3.0.0/cordova/inappbrowser/window.open.md
@@ -45,6 +45,8 @@ instance, or the system browser.
     --------------------
     - __closebuttoncaption__ - set to a string that will be the caption for the "Done" button. 
     - __hidden__ - set to 'yes' to create the browser and load the page, but not show it. The load event will fire when loading is complete. Omit or set to 'no' (default) to have the browser open and load normally. 
+    - __clearcache__ - set to 'yes' to have the browser's cookie cache cleared before the new window is opened
+    - __clearsessioncache__ - set to 'yes' to have the session cookie cache cleared before the new window is opened
 
     iOS only
     --------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/40df1e82/docs/en/3.0.0/cordova/media/media.setVolume.md
----------------------------------------------------------------------
diff --git a/docs/en/3.0.0/cordova/media/media.setVolume.md b/docs/en/3.0.0/cordova/media/media.setVolume.md
index f960457..efc1f1e 100644
--- a/docs/en/3.0.0/cordova/media/media.setVolume.md
+++ b/docs/en/3.0.0/cordova/media/media.setVolume.md
@@ -24,7 +24,7 @@ Set the volume for an audio file.
 
     media.setVolume(volume);
 
-Paramters
+Parameters
 ---------
 
 - __volume__: The volume to set for playback.  The value must be within the range of 0.0 to 1.0.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/40df1e82/docs/en/3.0.0/cordova/splashscreen/splashscreen.hide.md
----------------------------------------------------------------------
diff --git a/docs/en/3.0.0/cordova/splashscreen/splashscreen.hide.md b/docs/en/3.0.0/cordova/splashscreen/splashscreen.hide.md
index f7d932a..a87bb8a 100644
--- a/docs/en/3.0.0/cordova/splashscreen/splashscreen.hide.md
+++ b/docs/en/3.0.0/cordova/splashscreen/splashscreen.hide.md
@@ -36,6 +36,7 @@ Supported Platforms
 - BlackBerry 10
 - iOS
 - Windows Phone 7 and 8
+- Windows 8
 
 Quick Example
 -------------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/40df1e82/docs/en/3.0.0/cordova/splashscreen/splashscreen.show.md
----------------------------------------------------------------------
diff --git a/docs/en/3.0.0/cordova/splashscreen/splashscreen.show.md b/docs/en/3.0.0/cordova/splashscreen/splashscreen.show.md
index 806f30a..25d3e0d 100644
--- a/docs/en/3.0.0/cordova/splashscreen/splashscreen.show.md
+++ b/docs/en/3.0.0/cordova/splashscreen/splashscreen.show.md
@@ -36,6 +36,7 @@ Supported Platforms
 - BlackBerry 10
 - iOS
 - Windows Phone 7 and 8
+- Windows 8
 
 Quick Example
 -------------

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/40df1e82/docs/en/3.0.0/guide/cli/index.md
----------------------------------------------------------------------
diff --git a/docs/en/3.0.0/guide/cli/index.md b/docs/en/3.0.0/guide/cli/index.md
index 7d4c42f..d6118b0 100644
--- a/docs/en/3.0.0/guide/cli/index.md
+++ b/docs/en/3.0.0/guide/cli/index.md
@@ -342,7 +342,7 @@ button.
 
 ## Updating Cordova
 
-After installing installing the `cordova` utility, you can always
+After installing the `cordova` utility, you can always
 update it to the latest version by running the following command:
 
         $ sudo npm update -g cordova

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/40df1e82/docs/en/3.0.0/guide/overview/index.md
----------------------------------------------------------------------
diff --git a/docs/en/3.0.0/guide/overview/index.md b/docs/en/3.0.0/guide/overview/index.md
index c6b7b83..5bd470f 100644
--- a/docs/en/3.0.0/guide/overview/index.md
+++ b/docs/en/3.0.0/guide/overview/index.md
@@ -120,7 +120,8 @@ XREF -->
 ## Platform Support
 
 The following shows the set of development tools and device APIs
-available for each mobile platform:
+available for each mobile platform. (Column headers display the
+CLI's shorthand stubs.)
 
 <!-- START HTML -->
 
@@ -129,14 +130,14 @@ available for each mobile platform:
 <thead>
     <tr>
         <th></td>
-        <th>Android</th>
-        <th>BlackBerry</th>
-        <th>BlackBerry 10</th>
-        <th>iOS</th>
-        <th>Windows<br/>Phone 7</th>
-        <th>Windows<br/>Phone 8</th>
-        <th>Windows<br/>8</th>
-        <th>Tizen</th>
+        <th><tt>android</tt></th>
+        <th><tt>blackberry</tt> (6)</th>
+        <th><tt>blackberry10</tt></th>
+        <th><tt>ios</tt></th>
+        <th><tt>wp7</tt> (Windows<br/>Phone 7)</th>
+        <th><tt>wp8</tt> (Windows<br/>Phone 8)</th>
+        <th><tt>win8</tt><br/>(Windows 8)</th>
+        <th><tt>tizen</tt></th>
     </tr>
 
 </thead>
@@ -359,7 +360,7 @@ available for each mobile platform:
         <td data-col="ios"        class="y"></td>
         <td data-col="winphone7"  class="y"></td>
         <td data-col="winphone8"  class="y"></td>
-        <td data-col="win8"       class="n"></td>
+        <td data-col="win8"       class="y"></td>
         <td data-col="tizen"       class="n"></td>
     </tr>
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/40df1e82/docs/en/3.0.0/guide/platforms/android/plugin.md
----------------------------------------------------------------------
diff --git a/docs/en/3.0.0/guide/platforms/android/plugin.md b/docs/en/3.0.0/guide/platforms/android/plugin.md
index ecd5a5a..b9a9966 100644
--- a/docs/en/3.0.0/guide/platforms/android/plugin.md
+++ b/docs/en/3.0.0/guide/platforms/android/plugin.md
@@ -30,7 +30,7 @@ methods from `CordovaPlugin`.  As best practice, the plugin should
 handle `pause` and `resume` events, and any message passing between
 plugins.  Plugins with long-running requests, background activity such
 as media playback, listeners, or internal state should implement the
-`onReset()` method as well. It executeswhen the `WebView` navigates to
+`onReset()` method as well. It executes when the `WebView` navigates to
 a new page or refreshes, which reloads the JavaScript.
 
 ## Plugin Class Mapping

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/40df1e82/docs/en/3.0.0/guide/platforms/wp8/tools.md
----------------------------------------------------------------------
diff --git a/docs/en/3.0.0/guide/platforms/wp8/tools.md b/docs/en/3.0.0/guide/platforms/wp8/tools.md
index e720d59..3d0d872 100644
--- a/docs/en/3.0.0/guide/platforms/wp8/tools.md
+++ b/docs/en/3.0.0/guide/platforms/wp8/tools.md
@@ -45,7 +45,7 @@ There are 2 ways to go about creating a new Apache Cordova WP7 or WP8 applicatio
 
 ### Run the batch file to create and install the templates.
 
-- The root of the repo contains a file createTemplates.bat.  Double clicking this file will generate 2 .zip files. (CordovaWP7_x_x_x.zip + CordovaWP8_x_x_x.zip where x.x.x is the current version number)  To easily use these files in Visual Studio, copy them to 
+- The root of the repo contains a file createTemplates.bat.  Double clicking this file will generate 2 .zip files. (CordovaWP7_x_x_x.zip + CordovaWP8_x_x_x.zip where 3.0.0 is the current version number)  To easily use these files in Visual Studio, copy them to 
 "My Documents\Visual Studio 2012\Templates\ProjectTemplates\" You will then be able to create new Apache Cordova Windows Phone apps from the Visual Studio File->New Project menu.
 
 - If you run the batch file from the command line, you can also call with a parameter to install automatically