You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ma...@apache.org on 2013/10/01 05:50:07 UTC

svn commit: r1527862 [11/18] - in /cordova/site/public/docs: de/edge/ en/1.5.0/ en/1.6.0/ en/1.6.1/ en/1.7.0/ en/1.8.0/ en/1.8.1/ en/1.9.0/ en/2.0.0/ en/2.1.0/ en/2.2.0/ en/2.3.0/ en/2.4.0/ en/2.5.0/ en/2.6.0/ en/2.7.0/ en/2.8.0/ en/2.9.0/ en/3.0.0/ en...

Modified: cordova/site/public/docs/en/edge/cordova_device_device.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/edge/cordova_device_device.md.html?rev=1527862&r1=1527861&r2=1527862&view=diff
==============================================================================
--- cordova/site/public/docs/en/edge/cordova_device_device.md.html (original)
+++ cordova/site/public/docs/en/edge/cordova_device_device.md.html Tue Oct  1 03:49:39 2013
@@ -33,6 +33,7 @@
                 <select><optgroup label="Chinese" value="zh"><option value="edge">edge</option></optgroup>
 <optgroup label="English" value="en">
 <option selected value="edge">edge</option>
+<option value="3.1.0">3.1.0</option>
 <option value="3.0.0">3.0.0</option>
 <option value="2.9.0">2.9.0</option>
 <option value="2.8.0">2.8.0</option>
@@ -77,14 +78,14 @@
 <option value="Device_properties">      - Properties</option>
 <option value="Device_variable_scope">      - Variable Scope</option>
 <option value="Device_accessing_the_feature">      - Accessing the Feature</option>
-<option value="device.name">device.name</option>
-<option value="device.name_description">      - Description</option>
-<option value="device.name_supported_platforms">      - Supported Platforms</option>
-<option value="device.name_quick_example">      - Quick Example</option>
-<option value="device.name_full_example">      - Full Example</option>
-<option value="device.name_android_quirks">      - Android Quirks</option>
-<option value="device.name_windows_phone_7_and_8_quirks">      - Windows Phone 7 and 8 Quirks</option>
-<option value="device.name_tizen_quirks">      - Tizen Quirks</option>
+<option value="device.model">device.model</option>
+<option value="device.model_description">      - Description</option>
+<option value="device.model_supported_platforms">      - Supported Platforms</option>
+<option value="device.model_quick_example">      - Quick Example</option>
+<option value="device.model_full_example">      - Full Example</option>
+<option value="device.model_android_quirks">      - Android Quirks</option>
+<option value="device.model_tizen_quirks">      - Tizen Quirks</option>
+<option value="device.model_windows_phone_7_and_8_quirks">      - Windows Phone 7 and 8 Quirks</option>
 <option value="device.cordova">device.cordova</option>
 <option value="device.cordova_description">      - Description</option>
 <option value="device.cordova_supported_platforms">      - Supported Platforms</option>
@@ -107,7 +108,15 @@
 <option value="device.version">device.version</option>
 <option value="device.version_supported_platforms">      - Supported Platforms</option>
 <option value="device.version_quick_example">      - Quick Example</option>
-<option value="device.version_full_example">      - Full Example</option></select></small>
+<option value="device.version_full_example">      - Full Example</option>
+<option value="device.name">device.name</option>
+<option value="device.name_description">      - Description</option>
+<option value="device.name_supported_platforms">      - Supported Platforms</option>
+<option value="device.name_quick_example">      - Quick Example</option>
+<option value="device.name_full_example">      - Full Example</option>
+<option value="device.name_android_quirks">      - Android Quirks</option>
+<option value="device.name_windows_phone_7_and_8_quirks">      - Windows Phone 7 and 8 Quirks</option>
+<option value="device.name_tizen_quirks">      - Tizen Quirks</option></select></small>
         </div>
 
         <div id="sidebar">
@@ -158,12 +167,12 @@
 </h2>
 
 <ul>
-<li><a href="cordova_device_device.md.html#device.name">device.name</a></li>
+<li><a href="cordova_device_device.md.html#device.model">device.model</a></li>
 <li><a href="cordova_device_device.md.html#device.cordova">device.cordova</a></li>
 <li><a href="cordova_device_device.md.html#device.platform">device.platform</a></li>
 <li><a href="cordova_device_device.md.html#device.uuid">device.uuid</a></li>
 <li><a href="cordova_device_device.md.html#device.version">device.version</a></li>
-<li><a href="cordova_device_device.model.md.html#device.model">device.model</a></li>
+<li><a href="cordova_device_device.md.html#device.name">device.name</a></li>
 </ul>
 <h2>
 <a name="Device_variable_scope">Variable Scope</a>
@@ -172,8 +181,8 @@
 <p>Since <code>device</code> is assigned to the <code>window</code> object, it is implicitly in the global scope.</p>
 
 <pre class="prettyprint"><code>// These reference the same `device`
-var phoneName = window.<a href="cordova_device_device.md.html#device.name">device.name</a>;
-var phoneName = <a href="cordova_device_device.md.html#device.name">device.name</a>;
+var phoneModel = window.<a href="cordova_device_device.md.html#device.model">device.model</a>;
+var phoneModel = <a href="cordova_device_device.md.html#device.model">device.model</a>;
 </code></pre>
 
 <h2>
@@ -184,8 +193,10 @@ var phoneName = <a href="cordova_device_
 Use the CLI's <code>plugin</code> command, described in <a href="#The%20Command-line%0AInterface">The Command-line
 Interface</a>, to add or remove this feature for a project:</p>
 
-<pre class="prettyprint"><code>    $ cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-device.git
-    $ cordova plugin rm org.apache.cordova.core.device
+<pre class="prettyprint"><code>    $ cordova plugin add org.apache.cordova.device
+    $ cordova plugin ls
+    [ 'org.apache.cordova.device' ]
+    $ cordova plugin rm org.apache.cordova.device
 </code></pre>
 
 <p>These commands apply to all targeted platforms, but modify the
@@ -246,25 +257,23 @@ platform-specific configuration settings
 configuration.  See <em>Platform Support</em> in the <a href="guide_overview_index.md.html#Overview">Overview</a> section.</p>
 
 <hr>
-<h1><a name="device.name">device.name</a></h1>
-
-<p><strong>WARNING:</strong> <code><a href="cordova_device_device.md.html#device.name">device.name</a></code> is deprecated as of version 2.3.0. Use <code><a href="cordova_device_device.model.md.html#device.model">device.model</a></code> instead.</p>
+<h1><a name="device.model">device.model</a></h1>
 
 <p>Get the device's model name.</p>
 
-<pre class="prettyprint"><code>var string = <a href="cordova_device_device.md.html#device.name">device.name</a>;
+<pre class="prettyprint"><code>var string = <a href="cordova_device_device.md.html#device.model">device.model</a>;
 </code></pre>
 
 <h2>
-<a name="device.name_description">Description</a>
+<a name="device.model_description">Description</a>
 </h2>
 
-<p><code><a href="cordova_device_device.md.html#device.name">device.name</a></code> returns the name of the device's model or product. This
-value is set by the device manufacturer and may be different across
-versions of the same product.</p>
+<p>The <code><a href="cordova_device_device.md.html#device.model">device.model</a></code> returns the name of the device's model or
+product. The value is set by the device manufacturer and may be
+different across versions of the same product.</p>
 
 <h2>
-<a name="device.name_supported_platforms">Supported Platforms</a>
+<a name="device.model_supported_platforms">Supported Platforms</a>
 </h2>
 
 <ul>
@@ -276,19 +285,19 @@ versions of the same product.</p>
 <li>Windows 8</li>
 </ul>
 <h2>
-<a name="device.name_quick_example">Quick Example</a>
+<a name="device.model_quick_example">Quick Example</a>
 </h2>
 
 <pre class="prettyprint"><code>// Android:    Nexus One       returns "Passion" (Nexus One code name)
 //             Motorola Droid  returns "voles"
 // BlackBerry: Torch 9800      returns "9800"
-// iOS:     All devices     returns either "iPhone", "iPod Touch", "iPhone Simulator", "iPad", "iPad Simulator"
+// iOS:     for the iPad Mini, returns iPad2,5; iPhone 5 is iPhone 5,1. See http://theiphonewiki.com/wiki/index.php?title=Models
 //
-var name = <a href="cordova_device_device.md.html#device.name">device.name</a>;
+var model = <a href="cordova_device_device.md.html#device.model">device.model</a>;
 </code></pre>
 
 <h2>
-<a name="device.name_full_example">Full Example</a>
+<a name="device.model_full_example">Full Example</a>
 </h2>
 
 <pre class="prettyprint"><code>&lt;!DOCTYPE html&gt;
@@ -307,11 +316,10 @@ var name = <a href="cordova_device_devic
     //
     function onDeviceReady() {
         var element = document.getElementById('deviceProperties');
-        element.innerHTML = '<a href="cordova_device_device.md.html#Device">Device</a> Name: '     + <a href="cordova_device_device.md.html#device.name">device.name</a>     + '&lt;br /&gt;' +
+        element.innerHTML = '<a href="cordova_device_device.md.html#Device">Device</a> Model: '    + <a href="cordova_device_device.md.html#device.model">device.model</a>    + '&lt;br /&gt;' +
                             '<a href="cordova_device_device.md.html#Device">Device</a> Cordova: '  + <a href="cordova_device_device.md.html#device.cordova">device.cordova</a>  + '&lt;br /&gt;' +
                             '<a href="cordova_device_device.md.html#Device">Device</a> Platform: ' + <a href="cordova_device_device.md.html#device.platform">device.platform</a> + '&lt;br /&gt;' +
                             '<a href="cordova_device_device.md.html#Device">Device</a> UUID: '     + <a href="cordova_device_device.md.html#device.uuid">device.uuid</a>     + '&lt;br /&gt;' +
-                            '<a href="cordova_device_device.md.html#Device">Device</a> Model: '    + <a href="cordova_device_device.model.md.html#device.model">device.model</a>    + '&lt;br /&gt;' +
                             '<a href="cordova_device_device.md.html#Device">Device</a> Version: '  + <a href="cordova_device_device.md.html#device.version">device.version</a>  + '&lt;br /&gt;';
     }
 
@@ -324,26 +332,26 @@ var name = <a href="cordova_device_devic
 </code></pre>
 
 <h2>
-<a name="device.name_android_quirks">Android Quirks</a>
+<a name="device.model_android_quirks">Android Quirks</a>
 </h2>
 
 <ul>
 <li>Gets the <a class="external" href="http://developer.android.com/reference/android/os/Build.html#PRODUCT">product name</a> instead of the <a class="external" href="http://developer.android.com/reference/android/os/Build.html#MODEL">model name</a>, which is often the production code name. For example, the Nexus One returns <code>Passion</code>, and Motorola Droid returns <code>voles</code>.</li>
 </ul>
 <h2>
-<a name="device.name_windows_phone_7_and_8_quirks">Windows Phone 7 and 8 Quirks</a>
+<a name="device.model_tizen_quirks">Tizen Quirks</a>
 </h2>
 
 <ul>
-<li>Returns the <a href="#device%20model">device model</a> specified by the manufacturer. For example, the Samsung Focus returns <code>SGH-i917</code>.</li>
+<li>Returns the <a href="#device%20model">device model</a> assigned by the vendor, for example, <code>TIZEN</code>
+</li>
 </ul>
 <h2>
-<a name="device.name_tizen_quirks">Tizen Quirks</a>
+<a name="device.model_windows_phone_7_and_8_quirks">Windows Phone 7 and 8 Quirks</a>
 </h2>
 
 <ul>
-<li>Returns the <a href="#device%20model">device model</a> assigned by the vendor, for example, <code>TIZEN</code>
-</li>
+<li>Returns the <a href="#device%20model">device model</a> specified by the manufacturer. For example, the Samsung Focus returns <code>SGH-i917</code>.</li>
 </ul>
 <hr>
 <h1><a name="device.cordova">device.cordova</a></h1>
@@ -398,7 +406,7 @@ var name = <a href="cordova_device_devic
     //
     function onDeviceReady() {
         var element = document.getElementById('deviceProperties');
-        element.innerHTML = '<a href="cordova_device_device.md.html#Device">Device</a> Name: '     + <a href="cordova_device_device.md.html#device.name">device.name</a>     + '&lt;br /&gt;' +
+        element.innerHTML = '<a href="cordova_device_device.md.html#Device">Device</a> Model: '    + <a href="cordova_device_device.md.html#device.model">device.model</a>    + '&lt;br /&gt;' +
                             '<a href="cordova_device_device.md.html#Device">Device</a> Cordova: '  + <a href="cordova_device_device.md.html#device.cordova">device.cordova</a>  + '&lt;br /&gt;' +
                             '<a href="cordova_device_device.md.html#Device">Device</a> Platform: ' + <a href="cordova_device_device.md.html#device.platform">device.platform</a> + '&lt;br /&gt;' +
                             '<a href="cordova_device_device.md.html#Device">Device</a> UUID: '     + <a href="cordova_device_device.md.html#device.uuid">device.uuid</a>     + '&lt;br /&gt;' +
@@ -466,7 +474,7 @@ var devicePlatform = <a href="cordova_de
     //
     function onDeviceReady() {
         var element = document.getElementById('deviceProperties');
-        element.innerHTML = '<a href="cordova_device_device.md.html#Device">Device</a> Name: '     + <a href="cordova_device_device.md.html#device.name">device.name</a>     + '&lt;br /&gt;' +
+        element.innerHTML = '<a href="cordova_device_device.md.html#Device">Device</a> Model: '    + <a href="cordova_device_device.md.html#device.model">device.model</a>    + '&lt;br /&gt;' +
                             '<a href="cordova_device_device.md.html#Device">Device</a> Cordova: '  + <a href="cordova_device_device.md.html#device.cordova">device.cordova</a>  + '&lt;br /&gt;' +
                             '<a href="cordova_device_device.md.html#Device">Device</a> Platform: ' + <a href="cordova_device_device.md.html#device.platform">device.platform</a> + '&lt;br /&gt;' +
                             '<a href="cordova_device_device.md.html#Device">Device</a> UUID: '     + <a href="cordova_device_device.md.html#device.uuid">device.uuid</a>     + '&lt;br /&gt;' +
@@ -568,7 +576,7 @@ var deviceID = <a href="cordova_device_d
     //
     function onDeviceReady() {
         var element = document.getElementById('deviceProperties');
-        element.innerHTML = '<a href="cordova_device_device.md.html#Device">Device</a> Name: '     + <a href="cordova_device_device.md.html#device.name">device.name</a>     + '&lt;br /&gt;' +
+        element.innerHTML = '<a href="cordova_device_device.md.html#Device">Device</a> Model: '    + <a href="cordova_device_device.md.html#device.model">device.model</a>    + '&lt;br /&gt;' +
                             '<a href="cordova_device_device.md.html#Device">Device</a> Cordova: '  + <a href="cordova_device_device.md.html#device.cordova">device.cordova</a>  + '&lt;br /&gt;' +
                             '<a href="cordova_device_device.md.html#Device">Device</a> Platform: ' + <a href="cordova_device_device.md.html#device.platform">device.platform</a> + '&lt;br /&gt;' +
                             '<a href="cordova_device_device.md.html#Device">Device</a> UUID: '     + <a href="cordova_device_device.md.html#device.uuid">device.uuid</a>     + '&lt;br /&gt;' +
@@ -660,7 +668,85 @@ var deviceVersion = <a href="cordova_dev
     //
     function onDeviceReady() {
         var element = document.getElementById('deviceProperties');
+        element.innerHTML = '<a href="cordova_device_device.md.html#Device">Device</a> Model: '    + <a href="cordova_device_device.md.html#device.model">device.model</a>    + '&lt;br /&gt;' +
+                            '<a href="cordova_device_device.md.html#Device">Device</a> Cordova: '  + <a href="cordova_device_device.md.html#device.cordova">device.cordova</a>  + '&lt;br /&gt;' +
+                            '<a href="cordova_device_device.md.html#Device">Device</a> Platform: ' + <a href="cordova_device_device.md.html#device.platform">device.platform</a> + '&lt;br /&gt;' +
+                            '<a href="cordova_device_device.md.html#Device">Device</a> UUID: '     + <a href="cordova_device_device.md.html#device.uuid">device.uuid</a>     + '&lt;br /&gt;' +
+                            '<a href="cordova_device_device.md.html#Device">Device</a> Version: '  + <a href="cordova_device_device.md.html#device.version">device.version</a>  + '&lt;br /&gt;';
+    }
+
+    &lt;/script&gt;
+  &lt;/head&gt;
+  &lt;body&gt;
+    &lt;p id="deviceProperties"&gt;Loading device properties...&lt;/p&gt;
+  &lt;/body&gt;
+&lt;/html&gt;
+</code></pre>
+
+<hr>
+<h1><a name="device.name">device.name</a></h1>
+
+<p><strong>WARNING:</strong> <code><a href="cordova_device_device.md.html#device.name">device.name</a></code> is deprecated as of version 2.3.0. Use <code><a href="cordova_device_device.md.html#device.model">device.model</a></code> instead.</p>
+
+<p>Get the device's model name.</p>
+
+<pre class="prettyprint"><code>var string = <a href="cordova_device_device.md.html#device.name">device.name</a>;
+</code></pre>
+
+<h2>
+<a name="device.name_description">Description</a>
+</h2>
+
+<p><code><a href="cordova_device_device.md.html#device.name">device.name</a></code> returns the name of the device's model or product. This
+value is set by the device manufacturer and may be different across
+versions of the same product.</p>
+
+<h2>
+<a name="device.name_supported_platforms">Supported Platforms</a>
+</h2>
+
+<ul>
+<li>Android</li>
+<li>BlackBerry WebWorks (OS 5.0 and higher)</li>
+<li>iOS</li>
+<li>Tizen</li>
+<li>Windows Phone 7 and 8</li>
+<li>Windows 8</li>
+</ul>
+<h2>
+<a name="device.name_quick_example">Quick Example</a>
+</h2>
+
+<pre class="prettyprint"><code>// Android:    Nexus One       returns "Passion" (Nexus One code name)
+//             Motorola Droid  returns "voles"
+// BlackBerry: Torch 9800      returns "9800"
+// iOS:     All devices     returns either "iPhone", "iPod Touch", "iPhone Simulator", "iPad", "iPad Simulator"
+//
+var name = <a href="cordova_device_device.md.html#device.name">device.name</a>;
+</code></pre>
+
+<h2>
+<a name="device.name_full_example">Full Example</a>
+</h2>
+
+<pre class="prettyprint"><code>&lt;!DOCTYPE html&gt;
+&lt;html&gt;
+  &lt;head&gt;
+    &lt;title&gt;<a href="cordova_device_device.md.html#Device">Device</a> Properties Example&lt;/title&gt;
+
+    &lt;script type="text/javascript" charset="utf-8" src="cordova.js"&gt;&lt;/script&gt;
+    &lt;script type="text/javascript" charset="utf-8"&gt;
+
+    // Wait for device API libraries to load
+    //
+    document.<a href="cordova_inappbrowser_inappbrowser.md.html#addEventListener">addEventListener</a>("<a href="cordova_events_events.md.html#deviceready">deviceready</a>", onDeviceReady, false);
+
+    // device APIs are available
+    //
+    function onDeviceReady() {
+        var element = document.getElementById('deviceProperties');
         element.innerHTML = '<a href="cordova_device_device.md.html#Device">Device</a> Name: '     + <a href="cordova_device_device.md.html#device.name">device.name</a>     + '&lt;br /&gt;' +
+                            '<a href="cordova_device_device.md.html#Device">Device</a> Model: '    + <a href="cordova_device_device.md.html#device.model">device.model</a>    + '&lt;br /&gt;' +
                             '<a href="cordova_device_device.md.html#Device">Device</a> Cordova: '  + <a href="cordova_device_device.md.html#device.cordova">device.cordova</a>  + '&lt;br /&gt;' +
                             '<a href="cordova_device_device.md.html#Device">Device</a> Platform: ' + <a href="cordova_device_device.md.html#device.platform">device.platform</a> + '&lt;br /&gt;' +
                             '<a href="cordova_device_device.md.html#Device">Device</a> UUID: '     + <a href="cordova_device_device.md.html#device.uuid">device.uuid</a>     + '&lt;br /&gt;' +
@@ -675,7 +761,29 @@ var deviceVersion = <a href="cordova_dev
 &lt;/html&gt;
 </code></pre>
 
-            </div>
+<h2>
+<a name="device.name_android_quirks">Android Quirks</a>
+</h2>
+
+<ul>
+<li>Gets the <a class="external" href="http://developer.android.com/reference/android/os/Build.html#PRODUCT">product name</a> instead of the <a class="external" href="http://developer.android.com/reference/android/os/Build.html#MODEL">model name</a>, which is often the production code name. For example, the Nexus One returns <code>Passion</code>, and Motorola Droid returns <code>voles</code>.</li>
+</ul>
+<h2>
+<a name="device.name_windows_phone_7_and_8_quirks">Windows Phone 7 and 8 Quirks</a>
+</h2>
+
+<ul>
+<li>Returns the <a href="#device%20model">device model</a> specified by the manufacturer. For example, the Samsung Focus returns <code>SGH-i917</code>.</li>
+</ul>
+<h2>
+<a name="device.name_tizen_quirks">Tizen Quirks</a>
+</h2>
+
+<ul>
+<li>Returns the <a href="#device%20model">device model</a> assigned by the vendor, for example, <code>TIZEN</code>
+</li>
+</ul>
+</div>
         </div>
 
         <!-- Functionality and Syntax Highlighting -->

Modified: cordova/site/public/docs/en/edge/cordova_events_events.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/edge/cordova_events_events.md.html?rev=1527862&r1=1527861&r2=1527862&view=diff
==============================================================================
--- cordova/site/public/docs/en/edge/cordova_events_events.md.html (original)
+++ cordova/site/public/docs/en/edge/cordova_events_events.md.html Tue Oct  1 03:49:39 2013
@@ -33,6 +33,7 @@
                 <select><optgroup label="Chinese" value="zh"><option value="edge">edge</option></optgroup>
 <optgroup label="English" value="en">
 <option selected value="edge">edge</option>
+<option value="3.1.0">3.1.0</option>
 <option value="3.0.0">3.0.0</option>
 <option value="2.9.0">2.9.0</option>
 <option value="2.8.0">2.8.0</option>
@@ -236,8 +237,10 @@ to battery status are enabled by default
 command, described in <a href="guide_cli_index.md.html#The%20Command-line%20Interface">The Command-line Interface</a>, to enable or disable
 battery events:</p>
 
-<pre class="prettyprint"><code>    $ cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status.git
-    $ cordova plugin rm org.apache.cordova.core.battery-status
+<pre class="prettyprint"><code>    $ cordova plugin add org.apache.cordova.battery-status
+    $ cordova plugin ls
+    [ 'org.apache.cordova.battery-status' ]
+    $ cordova plugin rm org.apache.cordova.battery-status
 </code></pre>
 
 <p>These commands apply to all targeted platforms, but modify the

Modified: cordova/site/public/docs/en/edge/cordova_file_file.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/edge/cordova_file_file.md.html?rev=1527862&r1=1527861&r2=1527862&view=diff
==============================================================================
--- cordova/site/public/docs/en/edge/cordova_file_file.md.html (original)
+++ cordova/site/public/docs/en/edge/cordova_file_file.md.html Tue Oct  1 03:49:39 2013
@@ -33,6 +33,7 @@
                 <select><optgroup label="Chinese" value="zh"><option value="edge">edge</option></optgroup>
 <optgroup label="English" value="en">
 <option selected value="edge">edge</option>
+<option value="3.1.0">3.1.0</option>
 <option value="3.0.0">3.0.0</option>
 <option value="2.9.0">2.9.0</option>
 <option value="2.8.0">2.8.0</option>
@@ -267,14 +268,18 @@ File System Quick Example</option>
 Use the CLI's <code>plugin</code> command, described in <a href="#The%20Command-line%0AInterface">The Command-line
 Interface</a>, to add or remove this feature for a project:</p>
 
-<pre class="prettyprint"><code>    $ cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-file.git
-    $ cordova plugin rm org.apache.cordova.core.file
+<pre class="prettyprint"><code>    $ cordova plugin add org.apache.cordova.file
+    $ cordova plugin ls
+    [ 'org.apache.cordova.file' ]
+    $ cordova plugin rm org.apache.cordova.file
 </code></pre>
 
 <p>To use the file-transfer plugin you must add that separately.</p>
 
-<pre class="prettyprint"><code>    $ cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer.git
-    $ cordova plugin rm org.apache.cordova.core.file-transfer
+<pre class="prettyprint"><code>    $ cordova plugin add org.apache.cordova.file-transfer
+    $ cordova plugin ls
+    [ 'org.apache.cordova.file-transfer' ]
+    $ cordova plugin rm org.apache.cordova.file-transfer
 </code></pre>
 
 <p>These commands apply to all targeted platforms, but modify the

Modified: cordova/site/public/docs/en/edge/cordova_geolocation_geolocation.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/edge/cordova_geolocation_geolocation.md.html?rev=1527862&r1=1527861&r2=1527862&view=diff
==============================================================================
--- cordova/site/public/docs/en/edge/cordova_geolocation_geolocation.md.html (original)
+++ cordova/site/public/docs/en/edge/cordova_geolocation_geolocation.md.html Tue Oct  1 03:49:39 2013
@@ -33,6 +33,7 @@
                 <select><optgroup label="Chinese" value="zh"><option value="edge">edge</option></optgroup>
 <optgroup label="English" value="en">
 <option selected value="edge">edge</option>
+<option value="3.1.0">3.1.0</option>
 <option value="3.0.0">3.0.0</option>
 <option value="2.9.0">2.9.0</option>
 <option value="2.8.0">2.8.0</option>
@@ -228,8 +229,10 @@ see the <a href="guide_appdev_privacy_in
 Use the CLI's <code>plugin</code> command, described in <a href="#The%20Command-line%0AInterface">The Command-line
 Interface</a>, to add or remove this feature for a project:</p>
 
-<pre class="prettyprint"><code>    $ cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation.git
-    $ cordova plugin rm org.apache.cordova.core.geolocation
+<pre class="prettyprint"><code>    $ cordova plugin add org.apache.cordova.geolocation
+    $ cordova plugin ls
+    [ 'org.apache.cordova.geolocation' ]
+    $ cordova plugin rm org.apache.cordova.geolocation
 </code></pre>
 
 <p>These commands apply to all targeted platforms, but modify the

Modified: cordova/site/public/docs/en/edge/cordova_globalization_globalization.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/edge/cordova_globalization_globalization.md.html?rev=1527862&r1=1527861&r2=1527862&view=diff
==============================================================================
--- cordova/site/public/docs/en/edge/cordova_globalization_globalization.md.html (original)
+++ cordova/site/public/docs/en/edge/cordova_globalization_globalization.md.html Tue Oct  1 03:49:39 2013
@@ -33,6 +33,7 @@
                 <select><optgroup label="Chinese" value="zh"><option value="edge">edge</option></optgroup>
 <optgroup label="English" value="en">
 <option selected value="edge">edge</option>
+<option value="3.1.0">3.1.0</option>
 <option value="3.0.0">3.0.0</option>
 <option value="2.9.0">2.9.0</option>
 <option value="2.8.0">2.8.0</option>
@@ -238,8 +239,10 @@ var globalization = navigator.globalizat
 Use the CLI's <code>plugin</code> command, described in <a href="#The%20Command-line%0AInterface">The Command-line
 Interface</a>, to add or remove this feature for a project:</p>
 
-<pre class="prettyprint"><code>    $ cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization.git
-    $ cordova plugin rm org.apache.cordova.core.globalization
+<pre class="prettyprint"><code>    $ cordova plugin add org.apache.cordova.globalization
+    $ cordova plugin ls
+    [ 'org.apache.cordova.globalization' ]
+    $ cordova plugin rm org.apache.cordova.globalization
 </code></pre>
 
 <p>These commands apply to all targeted platforms, but modify the

Modified: cordova/site/public/docs/en/edge/cordova_inappbrowser_inappbrowser.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/edge/cordova_inappbrowser_inappbrowser.md.html?rev=1527862&r1=1527861&r2=1527862&view=diff
==============================================================================
--- cordova/site/public/docs/en/edge/cordova_inappbrowser_inappbrowser.md.html (original)
+++ cordova/site/public/docs/en/edge/cordova_inappbrowser_inappbrowser.md.html Tue Oct  1 03:49:39 2013
@@ -33,6 +33,7 @@
                 <select><optgroup label="Chinese" value="zh"><option value="edge">edge</option></optgroup>
 <optgroup label="English" value="en">
 <option selected value="edge">edge</option>
+<option value="3.1.0">3.1.0</option>
 <option value="3.0.0">3.0.0</option>
 <option value="2.9.0">2.9.0</option>
 <option value="2.8.0">2.8.0</option>
@@ -184,8 +185,10 @@ and cannot access Cordova APIs.</p>
 Use the CLI's <code>plugin</code> command, described in <a href="#The%20Command-line%0AInterface">The Command-line
 Interface</a>, to add or remove this feature for a project:</p>
 
-<pre class="prettyprint"><code>    $ cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser.git
-    $ cordova plugin rm org.apache.cordova.core.inappbrowser
+<pre class="prettyprint"><code>    $ cordova plugin add org.apache.cordova.inappbrowser
+    $ cordova plugin ls
+    [ 'org.apache.cordova.inappbrowser' ]
+    $ cordova plugin rm org.apache.cordova.inappbrowser
 </code></pre>
 
 <p>These commands apply to all targeted platforms, but modify the

Modified: cordova/site/public/docs/en/edge/cordova_media_capture_capture.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/edge/cordova_media_capture_capture.md.html?rev=1527862&r1=1527861&r2=1527862&view=diff
==============================================================================
--- cordova/site/public/docs/en/edge/cordova_media_capture_capture.md.html (original)
+++ cordova/site/public/docs/en/edge/cordova_media_capture_capture.md.html Tue Oct  1 03:49:39 2013
@@ -33,6 +33,7 @@
                 <select><optgroup label="Chinese" value="zh"><option value="edge">edge</option></optgroup>
 <optgroup label="English" value="en">
 <option selected value="edge">edge</option>
+<option value="3.1.0">3.1.0</option>
 <option value="3.0.0">3.0.0</option>
 <option value="2.9.0">2.9.0</option>
 <option value="2.8.0">2.8.0</option>
@@ -276,8 +277,10 @@ var capture = navigator.device.capture;
 Use the CLI's <code>plugin</code> command, described in <a href="#The%20Command-line%0AInterface">The Command-line
 Interface</a>, to add or remove this feature for a project:</p>
 
-<pre class="prettyprint"><code>    $ cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture.git
-    $ cordova plugin rm org.apache.cordova.core.media-capture
+<pre class="prettyprint"><code>    $ cordova plugin add org.apache.cordova.media-capture
+    $ cordova plugin ls
+    [ 'org.apache.cordova.media-capture' ]
+    $ cordova plugin rm org.apache.cordova.media-capture
 </code></pre>
 
 <p>These commands apply to all targeted platforms, but modify the

Modified: cordova/site/public/docs/en/edge/cordova_media_media.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/edge/cordova_media_media.md.html?rev=1527862&r1=1527861&r2=1527862&view=diff
==============================================================================
--- cordova/site/public/docs/en/edge/cordova_media_media.md.html (original)
+++ cordova/site/public/docs/en/edge/cordova_media_media.md.html Tue Oct  1 03:49:39 2013
@@ -33,6 +33,7 @@
                 <select><optgroup label="Chinese" value="zh"><option value="edge">edge</option></optgroup>
 <optgroup label="English" value="en">
 <option selected value="edge">edge</option>
+<option value="3.1.0">3.1.0</option>
 <option value="3.0.0">3.0.0</option>
 <option value="2.9.0">2.9.0</option>
 <option value="2.8.0">2.8.0</option>
@@ -279,7 +280,10 @@ and may deprecate the current APIs.</p>
 Use the CLI's <code>plugin</code> command, described in <a href="#The%20Command-line%0AInterface">The Command-line
 Interface</a>, to add or remove this feature for a project:</p>
 
-<pre class="prettyprint"><code>    $ cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-media.git
+<pre class="prettyprint"><code>    $ cordova plugin add org.apache.cordova.media 
+    $ cordova plugin ls
+    [ 'org.apache.cordova.media' ]
+    $ cordova plugin rm org.apache.cordova.media
 </code></pre>
 
 <p>These commands apply to all targeted platforms, but modify the

Modified: cordova/site/public/docs/en/edge/cordova_notification_notification.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/edge/cordova_notification_notification.md.html?rev=1527862&r1=1527861&r2=1527862&view=diff
==============================================================================
--- cordova/site/public/docs/en/edge/cordova_notification_notification.md.html (original)
+++ cordova/site/public/docs/en/edge/cordova_notification_notification.md.html Tue Oct  1 03:49:39 2013
@@ -33,6 +33,7 @@
                 <select><optgroup label="Chinese" value="zh"><option value="edge">edge</option></optgroup>
 <optgroup label="English" value="en">
 <option selected value="edge">edge</option>
+<option value="3.1.0">3.1.0</option>
 <option value="3.0.0">3.0.0</option>
 <option value="2.9.0">2.9.0</option>
 <option value="2.8.0">2.8.0</option>
@@ -173,10 +174,13 @@
 Use the CLI's <code>plugin</code> command, described in <a href="#The%20Command-line%0AInterface">The Command-line
 Interface</a>, to add or remove this feature for a project:</p>
 
-<pre class="prettyprint"><code>    $ cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration.git
-    $ cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs.git
-    $ cordova plugin rm org.apache.cordova.core.dialogs
-    $ cordova plugin rm org.apache.cordova.core.vibration
+<pre class="prettyprint"><code>    $ cordova plugin add org.apache.cordova.dialogs
+    $ cordova plugin add org.apache.cordova.vibration
+    $ cordova plugin ls
+    [ 'org.apache.cordova.dialogs',
+      'org.apache.cordova.vibration' ]
+    $ cordova plugin rm org.apache.cordova.dialogs
+    $ cordova plugin rm org.apache.cordova.vibration
 </code></pre>
 
 <p>These commands apply to all targeted platforms, but modify the

Modified: cordova/site/public/docs/en/edge/cordova_splashscreen_splashscreen.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/edge/cordova_splashscreen_splashscreen.md.html?rev=1527862&r1=1527861&r2=1527862&view=diff
==============================================================================
--- cordova/site/public/docs/en/edge/cordova_splashscreen_splashscreen.md.html (original)
+++ cordova/site/public/docs/en/edge/cordova_splashscreen_splashscreen.md.html Tue Oct  1 03:49:39 2013
@@ -33,6 +33,7 @@
                 <select><optgroup label="Chinese" value="zh"><option value="edge">edge</option></optgroup>
 <optgroup label="English" value="en">
 <option selected value="edge">edge</option>
+<option value="3.1.0">3.1.0</option>
 <option value="3.0.0">3.0.0</option>
 <option value="2.9.0">2.9.0</option>
 <option value="2.8.0">2.8.0</option>
@@ -149,8 +150,10 @@
 Use the CLI's <code>plugin</code> command, described in <a href="#The%20Command-line%0AInterface">The Command-line
 Interface</a>, to add or remove this feature for a project:</p>
 
-<pre class="prettyprint"><code>    $ cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen.git
-    $ cordova plugin rm org.apache.cordova.core.splashscreen
+<pre class="prettyprint"><code>    $ cordova plugin add org.apache.cordova.splashscreen
+    $ cordova plugin ls
+    [ 'org.apache.cordova.splashscreen' ]
+    $ cordova plugin rm org.apache.cordova.splashscreen
 </code></pre>
 
 <p>These commands apply to all targeted platforms, but modify the
@@ -196,14 +199,14 @@ configuration.  See <em>Platform Support
 <p>You should use a <a class="external" href="https://developer.android.com/tools/help/draw9patch.html">9-patch image</a> for your splash screen.</p>
 </li>
 <li>
-<p>In the <code>onCreate</code> method of the class that extends <code>DroidGap</code>, add the following two lines:</p>
+<p>In config.xml, add the following preferences:</p>
 
-<pre class="prettyprint"><code>super.setIntegerProperty("splashscreen", R.drawable.splash);
-super.loadUrl(Config.getStartUrl(), 10000);
+<pre class="prettyprint"><code>&lt;preference name="splashscreen", "splash" /&gt;
+&lt;preference name="splashScreenDelay", 10000 /&gt;
 </code></pre>
 
 <p>The first line sets the image to display as the splash screen. If you name your image anything other than <code>splash.png</code>, you need to modify this line.
-The second line is the normal <code>super.loadUrl</code> line, but it has a second parameter that specifies a timeout value for the splash screen. In this example the splash screen displays for 10 seconds. To dismiss the splash screen once the app receives the <code><a href="cordova_events_events.md.html#deviceready">deviceready</a></code> event, call the <code>navigator.<a href="cordova_splashscreen_splashscreen.md.html#splashscreen.hide">splashscreen.hide</a>()</code> method.</p>
+The second line sets the delay of how long the splashscreen appears in milliseconds. To dismiss the splash screen once the app receives the <code><a href="cordova_events_events.md.html#deviceready">deviceready</a></code> event, call the <code>navigator.<a href="cordova_splashscreen_splashscreen.md.html#splashscreen.hide">splashscreen.hide</a>()</code> method.</p>
 </li>
 </ol>
 <h3>iOS</h3>

Modified: cordova/site/public/docs/en/edge/cordova_storage_storage.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/edge/cordova_storage_storage.md.html?rev=1527862&r1=1527861&r2=1527862&view=diff
==============================================================================
--- cordova/site/public/docs/en/edge/cordova_storage_storage.md.html (original)
+++ cordova/site/public/docs/en/edge/cordova_storage_storage.md.html Tue Oct  1 03:49:39 2013
@@ -33,6 +33,7 @@
                 <select><optgroup label="Chinese" value="zh"><option value="edge">edge</option></optgroup>
 <optgroup label="English" value="en">
 <option selected value="edge">edge</option>
+<option value="3.1.0">3.1.0</option>
 <option value="3.0.0">3.0.0</option>
 <option value="2.9.0">2.9.0</option>
 <option value="2.8.0">2.8.0</option>

Modified: cordova/site/public/docs/en/edge/guide_appdev_privacy_index.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/edge/guide_appdev_privacy_index.md.html?rev=1527862&r1=1527861&r2=1527862&view=diff
==============================================================================
--- cordova/site/public/docs/en/edge/guide_appdev_privacy_index.md.html (original)
+++ cordova/site/public/docs/en/edge/guide_appdev_privacy_index.md.html Tue Oct  1 03:49:39 2013
@@ -33,6 +33,7 @@
                 <select><optgroup label="Chinese" value="zh"><option value="edge">edge</option></optgroup>
 <optgroup label="English" value="en">
 <option selected value="edge">edge</option>
+<option value="3.1.0">3.1.0</option>
 <option value="3.0.0">3.0.0</option>
 <option value="2.9.0">2.9.0</option>
 <option value="2.8.0">2.8.0</option>

Modified: cordova/site/public/docs/en/edge/guide_appdev_whitelist_index.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/edge/guide_appdev_whitelist_index.md.html?rev=1527862&r1=1527861&r2=1527862&view=diff
==============================================================================
--- cordova/site/public/docs/en/edge/guide_appdev_whitelist_index.md.html (original)
+++ cordova/site/public/docs/en/edge/guide_appdev_whitelist_index.md.html Tue Oct  1 03:49:39 2013
@@ -33,6 +33,7 @@
                 <select><optgroup label="Chinese" value="zh"><option value="edge">edge</option></optgroup>
 <optgroup label="English" value="en">
 <option selected value="edge">edge</option>
+<option value="3.1.0">3.1.0</option>
 <option value="3.0.0">3.0.0</option>
 <option value="2.9.0">2.9.0</option>
 <option value="2.8.0">2.8.0</option>
@@ -78,7 +79,7 @@
 <option value="Domain%20Whitelist%20Guide_specification">      - Specification</option>
 <option value="Domain%20Whitelist%20Guide_syntax">      - Syntax</option>
 <option value="Domain%20Whitelist%20Guide_android">      - Android</option>
-<option value="Domain%20Whitelist%20Guide_blackberry">      - BlackBerry</option>
+<option value="Domain%20Whitelist%20Guide_blackberry_10">      - BlackBerry 10</option>
 <option value="Domain%20Whitelist%20Guide_ios">      - iOS</option>
 <option value="Domain%20Whitelist%20Guide_windows_phone_7_8">      - Windows Phone (7 &amp; 8)</option>
 <option value="Domain%20Whitelist%20Guide_tizen">      - Tizen</option></select></small>
@@ -187,35 +188,47 @@ with the element <code>&lt;access origin
 </code></pre>
 
 <h2>
-<a name="Domain%20Whitelist%20Guide_blackberry">BlackBerry</a>
+<a name="Domain%20Whitelist%20Guide_blackberry_10">BlackBerry 10</a>
 </h2>
 
 <h3>Details</h3>
 
-<p>The whitelisting rules are found in <code>www/config.xml</code> and declared with the element <code>&lt;access uri="..." /&gt;</code>.</p>
+<p>The whitelisting rules are found in <code>www/config.xml</code> and declared with 
+the element <code>&lt;access origin="..." /&gt;</code>.</p>
 
-<p>For a complete reference, see the <a class="external" href="https://developer.blackberry.com/html5/documentation/ww_developing/Access_element_834677_11.html">BlackBerry WebWorks Access Element documentation</a>.</p>
+<p>BlackBerry 10 handles wildcards differently than other platforms in two ways:</p>
+
+<p>1) Content accessed by XMLHttpRequest must be declared explicity. origin="*" will
+   not be respected for this use case. Alternatively, all web security may be
+   disabled using a preference.</p>
+
+<p>2) subdomains="true" may be used in place of "*.domain"</p>
 
 <h3>Syntax</h3>
 
 <p>Access to <a class="external" href="http://google.com">google.com</a>:</p>
 
-<pre class="prettyprint"><code>&lt;access uri="http://google.com" subdomains="false" /&gt;
+<pre class="prettyprint"><code>&lt;access origin="http://google.com" subdomains="false" /&gt;
 </code></pre>
 
 <p>Access to  <a class="external" href="http://maps.google.com">maps.google.com</a>:</p>
 
-<pre class="prettyprint"><code>&lt;access uri="http://maps.google.com" subdomains="false" /&gt;
+<pre class="prettyprint"><code>&lt;access origin="http://maps.google.com" subdomains="false" /&gt;
 </code></pre>
 
 <p>Access to all the subdomains on <a class="external" href="http://google.com">google.com</a>:</p>
 
-<pre class="prettyprint"><code>&lt;access uri="http://google.com" subdomains="true" /&gt;
+<pre class="prettyprint"><code>&lt;access origin="http://google.com" subdomains="true" /&gt;
 </code></pre>
 
 <p>Access to all domains, including <code>file://</code> protocol:</p>
 
-<pre class="prettyprint"><code>&lt;access uri="*" subdomains="true" /&gt;
+<pre class="prettyprint"><code>&lt;access origin="*" subdomains="true" /&gt;
+</code></pre>
+
+<p>Disable all web security:</p>
+
+<pre class="prettyprint"><code>&lt;preference name="websecurity" value="disable" /&gt;
 </code></pre>
 
 <h2>

Modified: cordova/site/public/docs/en/edge/guide_cli_index.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/edge/guide_cli_index.md.html?rev=1527862&r1=1527861&r2=1527862&view=diff
==============================================================================
--- cordova/site/public/docs/en/edge/guide_cli_index.md.html (original)
+++ cordova/site/public/docs/en/edge/guide_cli_index.md.html Tue Oct  1 03:49:39 2013
@@ -33,6 +33,7 @@
                 <select><optgroup label="Chinese" value="zh"><option value="edge">edge</option></optgroup>
 <optgroup label="English" value="en">
 <option selected value="edge">edge</option>
+<option value="3.1.0">3.1.0</option>
 <option value="3.0.0">3.0.0</option>
 <option value="2.9.0">2.9.0</option>
 <option value="2.8.0">2.8.0</option>
@@ -149,6 +150,8 @@ platform's SDK. The CLI supports the fol
 <li>BlackBerry 10   (Mac, Linux, Windows)</li>
 <li>Windows Phone 7 (Windows)</li>
 <li>Windows Phone 8 (Windows)</li>
+<li>Windows 8       (Windows)</li>
+<li>Firefox OS      (Mac, Linux, Windows)</li>
 </ul>
 <p>On the Mac, the command-line is available via the <em>Terminal</em>
 application. On the PC, it's available as <em>Command Prompt</em> under
@@ -220,6 +223,7 @@ SDK.  Run any of these from a Mac:</p>
 <pre class="prettyprint"><code>    $ cordova platform add ios
     $ cordova platform add android
     $ cordova platform add blackberry10
+    $ cordova platform add firefoxos
 </code></pre>
 
 <p>Run any of these from a Windows machine, where <em>wp</em> refers to
@@ -227,8 +231,10 @@ different versions of the Windows Phone 
 
 <pre class="prettyprint"><code>    $ cordova platform add wp7
     $ cordova platform add wp8
+    $ cordova platform add windows8
     $ cordova platform add android
     $ cordova platform add blackberry10
+    $ cordova platform add firefoxos
 </code></pre>
 
 <p>Run this to check your current set of platforms:</p>
@@ -444,15 +450,15 @@ $ cordova plugin add org.apache.cordova.
 currently installed plugins. Each displays by its identifier:</p>
 
 <pre class="prettyprint"><code>    $ cordova plugin ls    # or 'plugin list'
-    [ 'org.apache.cordova.core.console' ]
+    [ 'org.apache.cordova.console' ]
 </code></pre>
 
 <p>To remove a plugin, refer to it by the same identifier that appears in
 the listing. For example, here is how you would remove support for a
 debug console from a release version:</p>
 
-<pre class="prettyprint"><code>    $ cordova plugin rm org.apache.cordova.core.console        
-    $ cordova plugin remove org.apache.cordova.core.console    # same
+<pre class="prettyprint"><code>    $ cordova plugin rm org.apache.cordova.console        
+    $ cordova plugin remove org.apache.cordova.console    # same
 </code></pre>
 
 <p>You can batch-remove or add plugins by specifying more than one
@@ -517,7 +523,7 @@ update it to the latest version by runni
 
 <p>Use this syntax to install a specific version:</p>
 
-<pre class="prettyprint"><code>    $ sudo npm install -g cordova@3.0.0
+<pre class="prettyprint"><code>    $ sudo npm install -g cordova@3.1.0
 </code></pre>
 
 <p>Run <code>cordova -v</code> to see the currently running version.  Run the <code>npm

Modified: cordova/site/public/docs/en/edge/guide_hybrid_plugins_index.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/edge/guide_hybrid_plugins_index.md.html?rev=1527862&r1=1527861&r2=1527862&view=diff
==============================================================================
--- cordova/site/public/docs/en/edge/guide_hybrid_plugins_index.md.html (original)
+++ cordova/site/public/docs/en/edge/guide_hybrid_plugins_index.md.html Tue Oct  1 03:49:39 2013
@@ -33,6 +33,7 @@
                 <select><optgroup label="Chinese" value="zh"><option value="edge">edge</option></optgroup>
 <optgroup label="English" value="en">
 <option selected value="edge">edge</option>
+<option value="3.1.0">3.1.0</option>
 <option value="3.0.0">3.0.0</option>
 <option value="2.9.0">2.9.0</option>
 <option value="2.8.0">2.8.0</option>

Modified: cordova/site/public/docs/en/edge/guide_hybrid_webviews_index.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/edge/guide_hybrid_webviews_index.md.html?rev=1527862&r1=1527861&r2=1527862&view=diff
==============================================================================
--- cordova/site/public/docs/en/edge/guide_hybrid_webviews_index.md.html (original)
+++ cordova/site/public/docs/en/edge/guide_hybrid_webviews_index.md.html Tue Oct  1 03:49:39 2013
@@ -33,6 +33,7 @@
                 <select><optgroup label="Chinese" value="zh"><option value="edge">edge</option></optgroup>
 <optgroup label="English" value="en">
 <option selected value="edge">edge</option>
+<option value="3.1.0">3.1.0</option>
 <option value="3.0.0">3.0.0</option>
 <option value="2.9.0">2.9.0</option>
 <option value="2.8.0">2.8.0</option>

Modified: cordova/site/public/docs/en/edge/guide_overview_index.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/edge/guide_overview_index.md.html?rev=1527862&r1=1527861&r2=1527862&view=diff
==============================================================================
--- cordova/site/public/docs/en/edge/guide_overview_index.md.html (original)
+++ cordova/site/public/docs/en/edge/guide_overview_index.md.html Tue Oct  1 03:49:39 2013
@@ -33,6 +33,7 @@
                 <select><optgroup label="Chinese" value="zh"><option value="edge">edge</option></optgroup>
 <optgroup label="English" value="en">
 <option selected value="edge">edge</option>
+<option value="3.1.0">3.1.0</option>
 <option value="3.0.0">3.0.0</option>
 <option value="2.9.0">2.9.0</option>
 <option value="2.8.0">2.8.0</option>
@@ -242,6 +243,7 @@ CLI's shorthand stubs.)</p>
 <tt>wp8</tt> (Windows<br>Phone 8)</th>
         <th>
 <tt>win8</tt><br>(Windows 8)</th>
+        <th><tt>firefoxos</tt></th>
         <th><tt>tizen</tt></th>
     </tr></thead>
 <tbody>

Modified: cordova/site/public/docs/en/edge/guide_platforms_android_config.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/edge/guide_platforms_android_config.md.html?rev=1527862&r1=1527861&r2=1527862&view=diff
==============================================================================
--- cordova/site/public/docs/en/edge/guide_platforms_android_config.md.html (original)
+++ cordova/site/public/docs/en/edge/guide_platforms_android_config.md.html Tue Oct  1 03:49:39 2013
@@ -33,6 +33,7 @@
                 <select><optgroup label="Chinese" value="zh"><option value="edge">edge</option></optgroup>
 <optgroup label="English" value="en">
 <option selected value="edge">edge</option>
+<option value="3.1.0">3.1.0</option>
 <option value="3.0.0">3.0.0</option>
 <option value="2.9.0">2.9.0</option>
 <option value="2.8.0">2.8.0</option>

Modified: cordova/site/public/docs/en/edge/guide_platforms_android_index.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/edge/guide_platforms_android_index.md.html?rev=1527862&r1=1527861&r2=1527862&view=diff
==============================================================================
--- cordova/site/public/docs/en/edge/guide_platforms_android_index.md.html (original)
+++ cordova/site/public/docs/en/edge/guide_platforms_android_index.md.html Tue Oct  1 03:49:39 2013
@@ -33,6 +33,7 @@
                 <select><optgroup label="Chinese" value="zh"><option value="edge">edge</option></optgroup>
 <optgroup label="English" value="en">
 <option selected value="edge">edge</option>
+<option value="3.1.0">3.1.0</option>
 <option value="3.0.0">3.0.0</option>
 <option value="2.9.0">2.9.0</option>
 <option value="2.8.0">2.8.0</option>

Modified: cordova/site/public/docs/en/edge/guide_platforms_android_plugin.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/edge/guide_platforms_android_plugin.md.html?rev=1527862&r1=1527861&r2=1527862&view=diff
==============================================================================
--- cordova/site/public/docs/en/edge/guide_platforms_android_plugin.md.html (original)
+++ cordova/site/public/docs/en/edge/guide_platforms_android_plugin.md.html Tue Oct  1 03:49:39 2013
@@ -33,6 +33,7 @@
                 <select><optgroup label="Chinese" value="zh"><option value="edge">edge</option></optgroup>
 <optgroup label="English" value="en">
 <option selected value="edge">edge</option>
+<option value="3.1.0">3.1.0</option>
 <option value="3.0.0">3.0.0</option>
 <option value="2.9.0">2.9.0</option>
 <option value="2.8.0">2.8.0</option>

Modified: cordova/site/public/docs/en/edge/guide_platforms_android_tools.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/edge/guide_platforms_android_tools.md.html?rev=1527862&r1=1527861&r2=1527862&view=diff
==============================================================================
--- cordova/site/public/docs/en/edge/guide_platforms_android_tools.md.html (original)
+++ cordova/site/public/docs/en/edge/guide_platforms_android_tools.md.html Tue Oct  1 03:49:39 2013
@@ -33,6 +33,7 @@
                 <select><optgroup label="Chinese" value="zh"><option value="edge">edge</option></optgroup>
 <optgroup label="English" value="en">
 <option selected value="edge">edge</option>
+<option value="3.1.0">3.1.0</option>
 <option value="3.0.0">3.0.0</option>
 <option value="2.9.0">2.9.0</option>
 <option value="2.8.0">2.8.0</option>

Modified: cordova/site/public/docs/en/edge/guide_platforms_android_upgrading.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/edge/guide_platforms_android_upgrading.md.html?rev=1527862&r1=1527861&r2=1527862&view=diff
==============================================================================
--- cordova/site/public/docs/en/edge/guide_platforms_android_upgrading.md.html (original)
+++ cordova/site/public/docs/en/edge/guide_platforms_android_upgrading.md.html Tue Oct  1 03:49:39 2013
@@ -33,6 +33,7 @@
                 <select><optgroup label="Chinese" value="zh"><option value="edge">edge</option></optgroup>
 <optgroup label="English" value="en">
 <option selected value="edge">edge</option>
+<option value="3.1.0">3.1.0</option>
 <option value="3.0.0">3.0.0</option>
 <option value="2.9.0">2.9.0</option>
 <option value="2.8.0">2.8.0</option>
@@ -74,6 +75,7 @@
         <div id="subheader">
             <h1>Upgrading Android</h1>
             <small><select><option value="Upgrading%2520Android">Upgrading Android</option>
+<option value="Upgrading%20Android_upgrading_to_3_1_0_from_3_0_0">      - Upgrading to 3.1.0 from 3.0.0</option>
 <option value="Upgrading%20Android_upgrade_to_the_cli_3_0_0_from_2_9_0">      - Upgrade to the CLI (3.0.0) from 2.9.0</option>
 <option value="Upgrading%20Android_upgrade_to_3_0_0_from_2_9_0">      - Upgrade to 3.0.0 from 2.9.0</option>
 <option value="Upgrading%20Android_upgrade_to_2_9_0_from_2_8_0">      - Upgrade to 2.9.0 from 2.8.0</option>
@@ -146,6 +148,22 @@ of command-line tools that precede the <
 version of the CLI.</p>
 
 <h2>
+<a name="Upgrading%20Android_upgrading_to_3_1_0_from_3_0_0">Upgrading to 3.1.0 from 3.0.0</a>
+</h2>
+
+<p>For projects that were created with the cordova CLI: </p>
+
+<ol>
+<li>Update the <code>cordova</code> CLI version - see <a href="guide_cli_index.md.html#The%20Command-line%20Interface">The Command-line Interface</a> </li>
+<li>Run <code>cordova platform update android</code>
+</li>
+</ol>
+<p>For projects not created with the cordova CLI, run:</p>
+
+<ol>
+<li><code>bin/update &lt;project_path&gt;</code></li>
+</ol>
+<h2>
 <a name="Upgrading%20Android_upgrade_to_the_cli_3_0_0_from_2_9_0">Upgrade to the CLI (3.0.0) from 2.9.0</a>
 </h2>
 

Modified: cordova/site/public/docs/en/edge/guide_platforms_android_webview.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/edge/guide_platforms_android_webview.md.html?rev=1527862&r1=1527861&r2=1527862&view=diff
==============================================================================
--- cordova/site/public/docs/en/edge/guide_platforms_android_webview.md.html (original)
+++ cordova/site/public/docs/en/edge/guide_platforms_android_webview.md.html Tue Oct  1 03:49:39 2013
@@ -33,6 +33,7 @@
                 <select><optgroup label="Chinese" value="zh"><option value="edge">edge</option></optgroup>
 <optgroup label="English" value="en">
 <option selected value="edge">edge</option>
+<option value="3.1.0">3.1.0</option>
 <option value="3.0.0">3.0.0</option>
 <option value="2.9.0">2.9.0</option>
 <option value="2.8.0">2.8.0</option>

Modified: cordova/site/public/docs/en/edge/guide_platforms_blackberry10_config.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/edge/guide_platforms_blackberry10_config.md.html?rev=1527862&r1=1527861&r2=1527862&view=diff
==============================================================================
--- cordova/site/public/docs/en/edge/guide_platforms_blackberry10_config.md.html (original)
+++ cordova/site/public/docs/en/edge/guide_platforms_blackberry10_config.md.html Tue Oct  1 03:49:39 2013
@@ -33,6 +33,7 @@
                 <select><optgroup label="Chinese" value="zh"><option value="edge">edge</option></optgroup>
 <optgroup label="English" value="en">
 <option selected value="edge">edge</option>
+<option value="3.1.0">3.1.0</option>
 <option value="3.0.0">3.0.0</option>
 <option value="2.9.0">2.9.0</option>
 <option value="2.8.0">2.8.0</option>

Modified: cordova/site/public/docs/en/edge/guide_platforms_blackberry10_index.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/edge/guide_platforms_blackberry10_index.md.html?rev=1527862&r1=1527861&r2=1527862&view=diff
==============================================================================
--- cordova/site/public/docs/en/edge/guide_platforms_blackberry10_index.md.html (original)
+++ cordova/site/public/docs/en/edge/guide_platforms_blackberry10_index.md.html Tue Oct  1 03:49:39 2013
@@ -33,6 +33,7 @@
                 <select><optgroup label="Chinese" value="zh"><option value="edge">edge</option></optgroup>
 <optgroup label="English" value="en">
 <option selected value="edge">edge</option>
+<option value="3.1.0">3.1.0</option>
 <option value="3.0.0">3.0.0</option>
 <option value="2.9.0">2.9.0</option>
 <option value="2.8.0">2.8.0</option>
@@ -167,6 +168,10 @@ system path.</p>
 following, depending on where the Native SDK was installed:</p>
 
 <p>$ export PATH=${PATH}:/Applications/bbndk/host<em>10</em>1<em>0</em>132/darwin/x86/usr/bin/</p>
+
+<p>or for the 10.2 Native SDK:</p>
+
+<p>$ export PATH=${PATH}:/Applications/Momentics.app/host<em>10</em>2<em>0</em>15/darwin/x86/usr/bin/</p>
 </li>
 <li>
 <p>Run the following to apply the change in the current session:</p>

Modified: cordova/site/public/docs/en/edge/guide_platforms_blackberry10_plugin.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/edge/guide_platforms_blackberry10_plugin.md.html?rev=1527862&r1=1527861&r2=1527862&view=diff
==============================================================================
--- cordova/site/public/docs/en/edge/guide_platforms_blackberry10_plugin.md.html (original)
+++ cordova/site/public/docs/en/edge/guide_platforms_blackberry10_plugin.md.html Tue Oct  1 03:49:39 2013
@@ -33,6 +33,7 @@
                 <select><optgroup label="Chinese" value="zh"><option value="edge">edge</option></optgroup>
 <optgroup label="English" value="en">
 <option selected value="edge">edge</option>
+<option value="3.1.0">3.1.0</option>
 <option value="3.0.0">3.0.0</option>
 <option value="2.9.0">2.9.0</option>
 <option value="2.8.0">2.8.0</option>

Modified: cordova/site/public/docs/en/edge/guide_platforms_blackberry10_tools.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/edge/guide_platforms_blackberry10_tools.md.html?rev=1527862&r1=1527861&r2=1527862&view=diff
==============================================================================
--- cordova/site/public/docs/en/edge/guide_platforms_blackberry10_tools.md.html (original)
+++ cordova/site/public/docs/en/edge/guide_platforms_blackberry10_tools.md.html Tue Oct  1 03:49:39 2013
@@ -33,6 +33,7 @@
                 <select><optgroup label="Chinese" value="zh"><option value="edge">edge</option></optgroup>
 <optgroup label="English" value="en">
 <option selected value="edge">edge</option>
+<option value="3.1.0">3.1.0</option>
 <option value="3.0.0">3.0.0</option>
 <option value="2.9.0">2.9.0</option>
 <option value="2.8.0">2.8.0</option>

Modified: cordova/site/public/docs/en/edge/guide_platforms_blackberry10_upgrading.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/edge/guide_platforms_blackberry10_upgrading.md.html?rev=1527862&r1=1527861&r2=1527862&view=diff
==============================================================================
--- cordova/site/public/docs/en/edge/guide_platforms_blackberry10_upgrading.md.html (original)
+++ cordova/site/public/docs/en/edge/guide_platforms_blackberry10_upgrading.md.html Tue Oct  1 03:49:39 2013
@@ -33,6 +33,7 @@
                 <select><optgroup label="Chinese" value="zh"><option value="edge">edge</option></optgroup>
 <optgroup label="English" value="en">
 <option selected value="edge">edge</option>
+<option value="3.1.0">3.1.0</option>
 <option value="3.0.0">3.0.0</option>
 <option value="2.9.0">2.9.0</option>
 <option value="2.8.0">2.8.0</option>

Modified: cordova/site/public/docs/en/edge/guide_platforms_blackberry_index.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/edge/guide_platforms_blackberry_index.md.html?rev=1527862&r1=1527861&r2=1527862&view=diff
==============================================================================
--- cordova/site/public/docs/en/edge/guide_platforms_blackberry_index.md.html (original)
+++ cordova/site/public/docs/en/edge/guide_platforms_blackberry_index.md.html Tue Oct  1 03:49:39 2013
@@ -33,6 +33,7 @@
                 <select><optgroup label="Chinese" value="zh"><option value="edge">edge</option></optgroup>
 <optgroup label="English" value="en">
 <option selected value="edge">edge</option>
+<option value="3.1.0">3.1.0</option>
 <option value="3.0.0">3.0.0</option>
 <option value="2.9.0">2.9.0</option>
 <option value="2.8.0">2.8.0</option>

Modified: cordova/site/public/docs/en/edge/guide_platforms_blackberry_plugin.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/edge/guide_platforms_blackberry_plugin.md.html?rev=1527862&r1=1527861&r2=1527862&view=diff
==============================================================================
--- cordova/site/public/docs/en/edge/guide_platforms_blackberry_plugin.md.html (original)
+++ cordova/site/public/docs/en/edge/guide_platforms_blackberry_plugin.md.html Tue Oct  1 03:49:39 2013
@@ -33,6 +33,7 @@
                 <select><optgroup label="Chinese" value="zh"><option value="edge">edge</option></optgroup>
 <optgroup label="English" value="en">
 <option selected value="edge">edge</option>
+<option value="3.1.0">3.1.0</option>
 <option value="3.0.0">3.0.0</option>
 <option value="2.9.0">2.9.0</option>
 <option value="2.8.0">2.8.0</option>

Modified: cordova/site/public/docs/en/edge/guide_platforms_blackberry_tools.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/edge/guide_platforms_blackberry_tools.md.html?rev=1527862&r1=1527861&r2=1527862&view=diff
==============================================================================
--- cordova/site/public/docs/en/edge/guide_platforms_blackberry_tools.md.html (original)
+++ cordova/site/public/docs/en/edge/guide_platforms_blackberry_tools.md.html Tue Oct  1 03:49:39 2013
@@ -33,6 +33,7 @@
                 <select><optgroup label="Chinese" value="zh"><option value="edge">edge</option></optgroup>
 <optgroup label="English" value="en">
 <option selected value="edge">edge</option>
+<option value="3.1.0">3.1.0</option>
 <option value="3.0.0">3.0.0</option>
 <option value="2.9.0">2.9.0</option>
 <option value="2.8.0">2.8.0</option>

Modified: cordova/site/public/docs/en/edge/guide_platforms_blackberry_upgrading.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/edge/guide_platforms_blackberry_upgrading.md.html?rev=1527862&r1=1527861&r2=1527862&view=diff
==============================================================================
--- cordova/site/public/docs/en/edge/guide_platforms_blackberry_upgrading.md.html (original)
+++ cordova/site/public/docs/en/edge/guide_platforms_blackberry_upgrading.md.html Tue Oct  1 03:49:39 2013
@@ -33,6 +33,7 @@
                 <select><optgroup label="Chinese" value="zh"><option value="edge">edge</option></optgroup>
 <optgroup label="English" value="en">
 <option selected value="edge">edge</option>
+<option value="3.1.0">3.1.0</option>
 <option value="3.0.0">3.0.0</option>
 <option value="2.9.0">2.9.0</option>
 <option value="2.8.0">2.8.0</option>

Modified: cordova/site/public/docs/en/edge/guide_platforms_index.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/edge/guide_platforms_index.md.html?rev=1527862&r1=1527861&r2=1527862&view=diff
==============================================================================
--- cordova/site/public/docs/en/edge/guide_platforms_index.md.html (original)
+++ cordova/site/public/docs/en/edge/guide_platforms_index.md.html Tue Oct  1 03:49:39 2013
@@ -33,6 +33,7 @@
                 <select><optgroup label="Chinese" value="zh"><option value="edge">edge</option></optgroup>
 <optgroup label="English" value="en">
 <option selected value="edge">edge</option>
+<option value="3.1.0">3.1.0</option>
 <option value="3.0.0">3.0.0</option>
 <option value="2.9.0">2.9.0</option>
 <option value="2.8.0">2.8.0</option>

Modified: cordova/site/public/docs/en/edge/guide_platforms_ios_config.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/edge/guide_platforms_ios_config.md.html?rev=1527862&r1=1527861&r2=1527862&view=diff
==============================================================================
--- cordova/site/public/docs/en/edge/guide_platforms_ios_config.md.html (original)
+++ cordova/site/public/docs/en/edge/guide_platforms_ios_config.md.html Tue Oct  1 03:49:39 2013
@@ -33,6 +33,7 @@
                 <select><optgroup label="Chinese" value="zh"><option value="edge">edge</option></optgroup>
 <optgroup label="English" value="en">
 <option selected value="edge">edge</option>
+<option value="3.1.0">3.1.0</option>
 <option value="3.0.0">3.0.0</option>
 <option value="2.9.0">2.9.0</option>
 <option value="2.8.0">2.8.0</option>
@@ -213,6 +214,44 @@ the default behaviour for Android apps.<
 <pre class="prettyprint"><code>&lt;preference name="KeyboardShrinksView" value="true"/&gt;
 </code></pre>
 </li>
+<li>
+<p><code>GapBetweenPages</code> (float, defaults to <code>0</code>): The size of the gap, in points, between pages.</p>
+
+<pre class="prettyprint"><code>&lt;preference name="GapBetweenPages" value="0"/&gt;
+</code></pre>
+</li>
+<li>
+<p><code>PageLength</code> (float, defaults to <code>0</code>): The size of each page, in points, in the 
+direction that the pages flow. When PaginationMode is right to left or left to right, 
+this property represents the width of each page. When PaginationMode is topToBottom 
+or bottomToTop, this property represents the height of each page. The default value 
+is 0, which means the layout uses the size of the viewport to determine the dimensions
+of the page.</p>
+
+<pre class="prettyprint"><code>&lt;preference name="PageLength" value="0"/&gt;
+</code></pre>
+</li>
+<li>
+<p><code>PaginationBreakingMode</code> (string, defaults to <code>page</code>): Valid values are <code>page</code> and 
+<code>column</code>.The manner in which column- or page-breaking occurs. This property 
+determines whether certain CSS properties regarding column- and page-breaking are 
+honored or ignored. When this property is set to <code>column</code>,  the content respects
+the CSS properties related to column-breaking in place of page-breaking.</p>
+
+<pre class="prettyprint"><code>&lt;preference name="PaginationBreakingMode" value="page"/&gt;
+</code></pre>
+</li>
+<li>
+<p><code>PaginationMode</code> (string, defaults to <code>unpaginated</code>): Valid values are <code>unpaginated</code>,
+<code>leftToRight</code>, <code>topToBottom</code>, <code>bottomToTop</code>, and <code>rightToLeft</code>. This property determines 
+whether content in the web view is broken up into pages that fill the view one screen 
+at a time, or shown as one long scrolling view. If set to a paginated form, this 
+property toggles a paginated layout on the content, causing the web view to use the 
+values of PageLength and GapBetweenPages to relayout its content.</p>
+
+<pre class="prettyprint"><code>&lt;preference name="PaginationMode" value="unpaginated"/&gt;
+</code></pre>
+</li>
 </ul>
 </div>
         </div>

Modified: cordova/site/public/docs/en/edge/guide_platforms_ios_index.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/edge/guide_platforms_ios_index.md.html?rev=1527862&r1=1527861&r2=1527862&view=diff
==============================================================================
--- cordova/site/public/docs/en/edge/guide_platforms_ios_index.md.html (original)
+++ cordova/site/public/docs/en/edge/guide_platforms_ios_index.md.html Tue Oct  1 03:49:39 2013
@@ -33,6 +33,7 @@
                 <select><optgroup label="Chinese" value="zh"><option value="edge">edge</option></optgroup>
 <optgroup label="English" value="en">
 <option selected value="edge">edge</option>
+<option value="3.1.0">3.1.0</option>
 <option value="3.0.0">3.0.0</option>
 <option value="2.9.0">2.9.0</option>
 <option value="2.8.0">2.8.0</option>

Modified: cordova/site/public/docs/en/edge/guide_platforms_ios_plugin.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/edge/guide_platforms_ios_plugin.md.html?rev=1527862&r1=1527861&r2=1527862&view=diff
==============================================================================
--- cordova/site/public/docs/en/edge/guide_platforms_ios_plugin.md.html (original)
+++ cordova/site/public/docs/en/edge/guide_platforms_ios_plugin.md.html Tue Oct  1 03:49:39 2013
@@ -33,6 +33,7 @@
                 <select><optgroup label="Chinese" value="zh"><option value="edge">edge</option></optgroup>
 <optgroup label="English" value="en">
 <option selected value="edge">edge</option>
+<option value="3.1.0">3.1.0</option>
 <option value="3.0.0">3.0.0</option>
 <option value="2.9.0">2.9.0</option>
 <option value="2.8.0">2.8.0</option>

Modified: cordova/site/public/docs/en/edge/guide_platforms_ios_tools.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/edge/guide_platforms_ios_tools.md.html?rev=1527862&r1=1527861&r2=1527862&view=diff
==============================================================================
--- cordova/site/public/docs/en/edge/guide_platforms_ios_tools.md.html (original)
+++ cordova/site/public/docs/en/edge/guide_platforms_ios_tools.md.html Tue Oct  1 03:49:39 2013
@@ -33,6 +33,7 @@
                 <select><optgroup label="Chinese" value="zh"><option value="edge">edge</option></optgroup>
 <optgroup label="English" value="en">
 <option selected value="edge">edge</option>
+<option value="3.1.0">3.1.0</option>
 <option value="3.0.0">3.0.0</option>
 <option value="2.9.0">2.9.0</option>
 <option value="2.8.0">2.8.0</option>

Modified: cordova/site/public/docs/en/edge/guide_platforms_ios_upgrading.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/edge/guide_platforms_ios_upgrading.md.html?rev=1527862&r1=1527861&r2=1527862&view=diff
==============================================================================
--- cordova/site/public/docs/en/edge/guide_platforms_ios_upgrading.md.html (original)
+++ cordova/site/public/docs/en/edge/guide_platforms_ios_upgrading.md.html Tue Oct  1 03:49:39 2013
@@ -33,6 +33,7 @@
                 <select><optgroup label="Chinese" value="zh"><option value="edge">edge</option></optgroup>
 <optgroup label="English" value="en">
 <option selected value="edge">edge</option>
+<option value="3.1.0">3.1.0</option>
 <option value="3.0.0">3.0.0</option>
 <option value="2.9.0">2.9.0</option>
 <option value="2.8.0">2.8.0</option>
@@ -74,6 +75,7 @@
         <div id="subheader">
             <h1>Upgrading iOS</h1>
             <small><select><option value="Upgrading%2520iOS">Upgrading iOS</option>
+<option value="Upgrading%20iOS_upgrading_3_0_0_projects_to_3_1_0">      - Upgrading 3.0.0 projects to 3.1.0</option>
 <option value="Upgrading%20iOS_upgrade_to_the_cli_3_0_0_from_2_9_0">      - Upgrade to the CLI (3.0.0) from 2.9.0</option>
 <option value="Upgrading%20iOS_upgrading_2_9_0_projects_to_3_0_0">      - Upgrading 2.9.0 projects to 3.0.0</option>
 <option value="Upgrading%20iOS_upgrading_2_8_0_projects_to_2_9_0">      - Upgrading 2.8.0 projects to 2.9.0</option>
@@ -144,9 +146,31 @@ created with an older set of command-lin
 <code>cordova</code> CLI utility. See <a href="guide_cli_index.md.html#The%20Command-line%20Interface">The Command-line Interface</a> for information
 how to update the version of the CLI.</p>
 
-<p><strong>NOTE:</strong> Xcode 4.5 is required. To submit to the Apple App Store, you
-must use the latest shipped version of the iOS SDK, which is iOS 6.
-The iOS 6 SDK requires Xcode 4.5.</p>
+<p><strong>NOTE:</strong> Xcode 4.6 is required, Xcode 5 is recommended. Currently, to submit to the
+Apple App Store, you should use the latest shipped version of the iOS SDK, which is iOS 7.
+iOS 7 SDK is not required yet, but this may change quickly.</p>
+
+<h2>
+<a name="Upgrading%20iOS_upgrading_3_0_0_projects_to_3_1_0">Upgrading 3.0.0 projects to 3.1.0</a>
+</h2>
+
+<p>For non-CLI projects, run:</p>
+
+<pre class="prettyprint"><code>    bin/update path/to/project
+</code></pre>
+
+<p>For CLI projects, run: </p>
+
+<pre class="prettyprint"><code>    1. Update the `cordova` CLI version - see <a href="guide_cli_index.md.html#The%20Command-line%20Interface">The Command-line Interface</a> 
+    2. Run `cordova platform update ios`
+</code></pre>
+
+<h3>iOS 7 Issues</h3>
+
+<pre class="prettyprint"><code>1. Remove the values "width=device-width, height=device-height" from your meta tag 
+"viewport" attribute in your index.html file, see https://issues.apache.org/jira/browse/CB-4323
+2. Update your media, media-capture and splashscreen core plugins for iOS 7 support
+</code></pre>
 
 <h2>
 <a name="Upgrading%20iOS_upgrade_to_the_cli_3_0_0_from_2_9_0">Upgrade to the CLI (3.0.0) from 2.9.0</a>
@@ -337,7 +361,7 @@ You can get this by accessing the <code>
 <ul>
 <li>For iOS, <a href="cordova_device_device.md.html#device.platform">device.platform</a> used to return <code>iPhone</code>, <code>iPad</code> or <code>iPod Touch</code>; now it returns (correctly) <code>iOS</code>.</li>
 <li>For iOS, <a href="cordova_device_device.md.html#device.name">device.name</a> (now deprecated for all platforms) used to return the name of the user’s device (e.g ‘Shazron’s iPhone 5′); now it returns what <a href="cordova_device_device.md.html#device.platform">device.platform</a> used to return: <code>iPhone</code>, <code>iPad</code> or <code>iPod Touch</code>.</li>
-<li>For all platforms, there is a new property called <a href="cordova_device_device.model.md.html#device.model">device.model</a>; this returns the specific <a href="#device%20model">device model</a>, e.g <code>iPad2,5</code> (for other platforms, this returns what <a href="cordova_device_device.md.html#device.name">device.name</a> used to return).</li>
+<li>For all platforms, there is a new property called <a href="cordova_device_device.md.html#device.model">device.model</a>; this returns the specific <a href="#device%20model">device model</a>, e.g <code>iPad2,5</code> (for other platforms, this returns what <a href="cordova_device_device.md.html#device.name">device.name</a> used to return).</li>
 </ul>
 </li>
 </ol>

Modified: cordova/site/public/docs/en/edge/guide_platforms_ios_webview.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/edge/guide_platforms_ios_webview.md.html?rev=1527862&r1=1527861&r2=1527862&view=diff
==============================================================================
--- cordova/site/public/docs/en/edge/guide_platforms_ios_webview.md.html (original)
+++ cordova/site/public/docs/en/edge/guide_platforms_ios_webview.md.html Tue Oct  1 03:49:39 2013
@@ -33,6 +33,7 @@
                 <select><optgroup label="Chinese" value="zh"><option value="edge">edge</option></optgroup>
 <optgroup label="English" value="en">
 <option selected value="edge">edge</option>
+<option value="3.1.0">3.1.0</option>
 <option value="3.0.0">3.0.0</option>
 <option value="2.9.0">2.9.0</option>
 <option value="2.8.0">2.8.0</option>

Modified: cordova/site/public/docs/en/edge/guide_platforms_tizen_index.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/edge/guide_platforms_tizen_index.md.html?rev=1527862&r1=1527861&r2=1527862&view=diff
==============================================================================
--- cordova/site/public/docs/en/edge/guide_platforms_tizen_index.md.html (original)
+++ cordova/site/public/docs/en/edge/guide_platforms_tizen_index.md.html Tue Oct  1 03:49:39 2013
@@ -33,6 +33,7 @@
                 <select><optgroup label="Chinese" value="zh"><option value="edge">edge</option></optgroup>
 <optgroup label="English" value="en">
 <option selected value="edge">edge</option>
+<option value="3.1.0">3.1.0</option>
 <option value="3.0.0">3.0.0</option>
 <option value="2.9.0">2.9.0</option>
 <option value="2.8.0">2.8.0</option>

Modified: cordova/site/public/docs/en/edge/guide_platforms_win8_index.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/edge/guide_platforms_win8_index.md.html?rev=1527862&r1=1527861&r2=1527862&view=diff
==============================================================================
--- cordova/site/public/docs/en/edge/guide_platforms_win8_index.md.html (original)
+++ cordova/site/public/docs/en/edge/guide_platforms_win8_index.md.html Tue Oct  1 03:49:39 2013
@@ -33,6 +33,7 @@
                 <select><optgroup label="Chinese" value="zh"><option value="edge">edge</option></optgroup>
 <optgroup label="English" value="en">
 <option selected value="edge">edge</option>
+<option value="3.1.0">3.1.0</option>
 <option value="3.0.0">3.0.0</option>
 <option value="2.9.0">2.9.0</option>
 <option value="2.8.0">2.8.0</option>

Modified: cordova/site/public/docs/en/edge/guide_platforms_win8_tools.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/edge/guide_platforms_win8_tools.md.html?rev=1527862&r1=1527861&r2=1527862&view=diff
==============================================================================
--- cordova/site/public/docs/en/edge/guide_platforms_win8_tools.md.html (original)
+++ cordova/site/public/docs/en/edge/guide_platforms_win8_tools.md.html Tue Oct  1 03:49:39 2013
@@ -33,6 +33,7 @@
                 <select><optgroup label="Chinese" value="zh"><option value="edge">edge</option></optgroup>
 <optgroup label="English" value="en">
 <option selected value="edge">edge</option>
+<option value="3.1.0">3.1.0</option>
 <option value="3.0.0">3.0.0</option>
 <option value="2.9.0">2.9.0</option>
 <option value="2.8.0">2.8.0</option>

Modified: cordova/site/public/docs/en/edge/guide_platforms_win8_upgrading.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/edge/guide_platforms_win8_upgrading.md.html?rev=1527862&r1=1527861&r2=1527862&view=diff
==============================================================================
--- cordova/site/public/docs/en/edge/guide_platforms_win8_upgrading.md.html (original)
+++ cordova/site/public/docs/en/edge/guide_platforms_win8_upgrading.md.html Tue Oct  1 03:49:39 2013
@@ -33,6 +33,7 @@
                 <select><optgroup label="Chinese" value="zh"><option value="edge">edge</option></optgroup>
 <optgroup label="English" value="en">
 <option selected value="edge">edge</option>
+<option value="3.1.0">3.1.0</option>
 <option value="3.0.0">3.0.0</option>
 <option value="2.9.0">2.9.0</option>
 <option value="2.8.0">2.8.0</option>
@@ -74,6 +75,7 @@
         <div id="subheader">
             <h1>Upgrading Windows 8</h1>
             <small><select><option value="Upgrading%2520Windows%25208">Upgrading Windows 8</option>
+<option value="Upgrading%20Windows%208_upgrade_to_3_1_0">      - Upgrade to 3.1.0</option>
 <option value="Upgrading%20Windows%208_upgrade_to_2_9_0_from_2_8_0">      - Upgrade to 2.9.0 from 2.8.0</option>
 <option value="Upgrading%20Windows%208_upgrade_to_2_8_0_from_2_7_0">      - Upgrade to 2.8.0 from 2.7.0</option></select></small>
         </div>
@@ -123,6 +125,12 @@ of command-line tools that precede the <
 version of the CLI.</p>
 
 <h2>
+<a name="Upgrading%20Windows%208_upgrade_to_3_1_0">Upgrade to 3.1.0</a>
+</h2>
+
+<p>Cordova CLI support for Windows 8 was introduced in Cordova 3.1.0. To upgrade, we suggest creating a new Cordova CLI project and moving over all necessary assets.  </p>
+
+<h2>
 <a name="Upgrading%20Windows%208_upgrade_to_2_9_0_from_2_8_0">Upgrade to 2.9.0 from 2.8.0</a>
 </h2>
 

Modified: cordova/site/public/docs/en/edge/guide_platforms_wp7_index.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/edge/guide_platforms_wp7_index.md.html?rev=1527862&r1=1527861&r2=1527862&view=diff
==============================================================================
--- cordova/site/public/docs/en/edge/guide_platforms_wp7_index.md.html (original)
+++ cordova/site/public/docs/en/edge/guide_platforms_wp7_index.md.html Tue Oct  1 03:49:39 2013
@@ -33,6 +33,7 @@
                 <select><optgroup label="Chinese" value="zh"><option value="edge">edge</option></optgroup>
 <optgroup label="English" value="en">
 <option selected value="edge">edge</option>
+<option value="3.1.0">3.1.0</option>
 <option value="3.0.0">3.0.0</option>
 <option value="2.9.0">2.9.0</option>
 <option value="2.8.0">2.8.0</option>

Modified: cordova/site/public/docs/en/edge/guide_platforms_wp8_index.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/edge/guide_platforms_wp8_index.md.html?rev=1527862&r1=1527861&r2=1527862&view=diff
==============================================================================
--- cordova/site/public/docs/en/edge/guide_platforms_wp8_index.md.html (original)
+++ cordova/site/public/docs/en/edge/guide_platforms_wp8_index.md.html Tue Oct  1 03:49:39 2013
@@ -33,6 +33,7 @@
                 <select><optgroup label="Chinese" value="zh"><option value="edge">edge</option></optgroup>
 <optgroup label="English" value="en">
 <option selected value="edge">edge</option>
+<option value="3.1.0">3.1.0</option>
 <option value="3.0.0">3.0.0</option>
 <option value="2.9.0">2.9.0</option>
 <option value="2.8.0">2.8.0</option>

Modified: cordova/site/public/docs/en/edge/guide_platforms_wp8_plugin.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/edge/guide_platforms_wp8_plugin.md.html?rev=1527862&r1=1527861&r2=1527862&view=diff
==============================================================================
--- cordova/site/public/docs/en/edge/guide_platforms_wp8_plugin.md.html (original)
+++ cordova/site/public/docs/en/edge/guide_platforms_wp8_plugin.md.html Tue Oct  1 03:49:39 2013
@@ -33,6 +33,7 @@
                 <select><optgroup label="Chinese" value="zh"><option value="edge">edge</option></optgroup>
 <optgroup label="English" value="en">
 <option selected value="edge">edge</option>
+<option value="3.1.0">3.1.0</option>
 <option value="3.0.0">3.0.0</option>
 <option value="2.9.0">2.9.0</option>
 <option value="2.8.0">2.8.0</option>

Modified: cordova/site/public/docs/en/edge/guide_platforms_wp8_tools.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/edge/guide_platforms_wp8_tools.md.html?rev=1527862&r1=1527861&r2=1527862&view=diff
==============================================================================
--- cordova/site/public/docs/en/edge/guide_platforms_wp8_tools.md.html (original)
+++ cordova/site/public/docs/en/edge/guide_platforms_wp8_tools.md.html Tue Oct  1 03:49:39 2013
@@ -33,6 +33,7 @@
                 <select><optgroup label="Chinese" value="zh"><option value="edge">edge</option></optgroup>
 <optgroup label="English" value="en">
 <option selected value="edge">edge</option>
+<option value="3.1.0">3.1.0</option>
 <option value="3.0.0">3.0.0</option>
 <option value="2.9.0">2.9.0</option>
 <option value="2.8.0">2.8.0</option>

Modified: cordova/site/public/docs/en/edge/guide_platforms_wp8_upgrading.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/edge/guide_platforms_wp8_upgrading.md.html?rev=1527862&r1=1527861&r2=1527862&view=diff
==============================================================================
--- cordova/site/public/docs/en/edge/guide_platforms_wp8_upgrading.md.html (original)
+++ cordova/site/public/docs/en/edge/guide_platforms_wp8_upgrading.md.html Tue Oct  1 03:49:39 2013
@@ -33,6 +33,7 @@
                 <select><optgroup label="Chinese" value="zh"><option value="edge">edge</option></optgroup>
 <optgroup label="English" value="en">
 <option selected value="edge">edge</option>
+<option value="3.1.0">3.1.0</option>
 <option value="3.0.0">3.0.0</option>
 <option value="2.9.0">2.9.0</option>
 <option value="2.8.0">2.8.0</option>
@@ -74,6 +75,7 @@
         <div id="subheader">
             <h1>Upgrading Windows Phone</h1>
             <small><select><option value="Upgrading%2520Windows%2520Phone">Upgrading Windows Phone</option>
+<option value="Upgrading%20Windows%20Phone_upgrade_to_3_1_0_from_3_0_0">      - Upgrade to 3.1.0 from 3.0.0</option>
 <option value="Upgrading%20Windows%20Phone_upgrade_to_the_cli_3_0_0_from_2_9_0">      - Upgrade to the CLI (3.0.0) from 2.9.0</option>
 <option value="Upgrading%20Windows%20Phone_upgrade_to_3_0_0_non_cli_from_2_9_0">      - Upgrade to 3.0.0 (non-CLI) from 2.9.0</option>
 <option value="Upgrading%20Windows%20Phone_upgrade_to_2_9_0_from_2_8_0">      - Upgrade to 2.9.0 from 2.8.0</option>
@@ -146,6 +148,21 @@ the CLI.  The following section shows ho
 projects.</p>
 
 <h2>
+<a name="Upgrading%20Windows%20Phone_upgrade_to_3_1_0_from_3_0_0">Upgrade to 3.1.0 from 3.0.0</a>
+</h2>
+
+<p>For projects that were created with the cordova CLI: </p>
+
+<ol>
+<li>Update the <code>cordova</code> CLI version - see <a href="guide_cli_index.md.html#The%20Command-line%20Interface">The Command-line Interface</a> </li>
+<li>Run <code>cordova platform update wp8</code> (or <code>wp7</code>, per the platforms you added to your project).</li>
+</ol>
+<p>For projects not created with the cordova CLI, run:</p>
+
+<ol>
+<li><code>bin\update &lt;project_path&gt;</code></li>
+</ol>
+<h2>
 <a name="Upgrading%20Windows%20Phone_upgrade_to_the_cli_3_0_0_from_2_9_0">Upgrade to the CLI (3.0.0) from 2.9.0</a>
 </h2>
 

Modified: cordova/site/public/docs/en/edge/index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/edge/index.html?rev=1527862&r1=1527861&r2=1527862&view=diff
==============================================================================
--- cordova/site/public/docs/en/edge/index.html (original)
+++ cordova/site/public/docs/en/edge/index.html Tue Oct  1 03:49:39 2013
@@ -33,6 +33,7 @@
                 <select><optgroup label="Chinese" value="zh"><option value="edge">edge</option></optgroup>
 <optgroup label="English" value="en">
 <option selected value="edge">edge</option>
+<option value="3.1.0">3.1.0</option>
 <option value="3.0.0">3.0.0</option>
 <option value="2.9.0">2.9.0</option>
 <option value="2.8.0">2.8.0</option>

Modified: cordova/site/public/docs/en/edge/plugin_ref_plugman.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/edge/plugin_ref_plugman.md.html?rev=1527862&r1=1527861&r2=1527862&view=diff
==============================================================================
--- cordova/site/public/docs/en/edge/plugin_ref_plugman.md.html (original)
+++ cordova/site/public/docs/en/edge/plugin_ref_plugman.md.html Tue Oct  1 03:49:39 2013
@@ -33,6 +33,7 @@
                 <select><optgroup label="Chinese" value="zh"><option value="edge">edge</option></optgroup>
 <optgroup label="English" value="en">
 <option selected value="edge">edge</option>
+<option value="3.1.0">3.1.0</option>
 <option value="3.0.0">3.0.0</option>
 <option value="2.9.0">2.9.0</option>
 <option value="2.8.0">2.8.0</option>

Modified: cordova/site/public/docs/en/edge/plugin_ref_spec.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/edge/plugin_ref_spec.md.html?rev=1527862&r1=1527861&r2=1527862&view=diff
==============================================================================
--- cordova/site/public/docs/en/edge/plugin_ref_spec.md.html (original)
+++ cordova/site/public/docs/en/edge/plugin_ref_spec.md.html Tue Oct  1 03:49:39 2013
@@ -33,6 +33,7 @@
                 <select><optgroup label="Chinese" value="zh"><option value="edge">edge</option></optgroup>
 <optgroup label="English" value="en">
 <option selected value="edge">edge</option>
+<option value="3.1.0">3.1.0</option>
 <option value="3.0.0">3.0.0</option>
 <option value="2.9.0">2.9.0</option>
 <option value="2.8.0">2.8.0</option>

Modified: cordova/site/public/docs/es/edge/_index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/es/edge/_index.html?rev=1527862&r1=1527861&r2=1527862&view=diff
==============================================================================
--- cordova/site/public/docs/es/edge/_index.html (original)
+++ cordova/site/public/docs/es/edge/_index.html Tue Oct  1 03:49:39 2013
@@ -33,6 +33,7 @@
                 <select><optgroup label="Chinese" value="zh"><option value="edge">edge</option></optgroup>
 <optgroup label="English" value="en">
 <option value="edge">edge</option>
+<option value="3.1.0">3.1.0</option>
 <option value="3.0.0">3.0.0</option>
 <option value="2.9.0">2.9.0</option>
 <option value="2.8.0">2.8.0</option>