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 2014/06/27 01:55:49 UTC

svn commit: r1605933 [3/11] - in /cordova/site/public/docs/en: 3.5.0/ edge/

Modified: cordova/site/public/docs/en/3.5.0/guide_platforms_android_upgrade.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.5.0/guide_platforms_android_upgrade.md.html?rev=1605933&r1=1605932&r2=1605933&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.5.0/guide_platforms_android_upgrade.md.html (original)
+++ cordova/site/public/docs/en/3.5.0/guide_platforms_android_upgrade.md.html Thu Jun 26 23:55:47 2014
@@ -17,16 +17,18 @@
     specific language governing permissions and limitations
     under the License.
 --><html lang="en">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no, width=device-width">
-<meta name="generator" content="joDoc">
-<title>Apache Cordova API Documentation</title>
-<link rel="stylesheet" type="text/css" href="index.css">
-<link rel="stylesheet" type="text/css" href="mobile.css" media="only screen and (max-device-width: 1024px)">
-<link rel="stylesheet" type="text/css" href="prettify/prettify.css">
-</head>
-<body>
+    <head>
+        <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+        <meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no, width=device-width">
+        <meta name="generator" content="joDoc">
+
+        <title>Apache Cordova API Documentation</title>
+
+        <link rel="stylesheet" type="text/css" href="index.css">
+        <link rel="stylesheet" type="text/css" href="mobile.css" media="only screen and (max-device-width: 1024px)">
+        <link rel="stylesheet" type="text/css" href="prettify/prettify.css">
+    </head>
+    <body>
         <div id="header">
             <h1><a href="index.html">Apache <strong>Cordova</strong> Documentation</a></h1>
             <small>
@@ -99,6 +101,7 @@
 <option value="3.1.0">3.1.0</option>
 <option value="2.0.0">2.0.0</option>
 </optgroup>
+<optgroup label="Polish" value="pl"><option value="edge">edge</option></optgroup>
 <optgroup label="Russian" value="ru">
 <option value="edge">edge</option>
 <option value="3.5.0">3.5.0</option>
@@ -115,7 +118,8 @@
 <option value="3.5.0">3.5.0</option>
 <option value="3.4.0">3.4.0</option>
 <option value="3.1.0">3.1.0</option>
-</optgroup></select></small>
+</optgroup></select>
+            </small>
         </div>
         <div id="subheader">
             <h1>Upgrading Android</h1>
@@ -186,9 +190,7 @@ Most of these instructions apply to proj
 of command-line tools that precede the <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>
 
-<h2>
-<a name="Upgrading%20Android_upgrading_to_3_3_0_from_3_2_0">Upgrading to 3.3.0 from 3.2.0</a>
-</h2>
+<h2><a name="Upgrading%20Android_upgrading_to_3_3_0_from_3_2_0">Upgrading to 3.3.0 from 3.2.0</a></h2>
 
 <p>Follow the same instructions as for <code>3.2.0</code>.</p>
 
@@ -197,9 +199,7 @@ instead of a Jar. This should have no ef
 users will need to import the newly added <code>MyProject-CordovaLib</code> project into
 their workspace.</p>
 
-<h2>
-<a name="Upgrading%20Android_upgrading_to_3_2_0_from_3_1_0">Upgrading to 3.2.0 from 3.1.0</a>
-</h2>
+<h2><a name="Upgrading%20Android_upgrading_to_3_2_0_from_3_1_0">Upgrading to 3.2.0 from 3.1.0</a></h2>
 
 <p>For projects that were created with the cordova CLI: </p>
 
@@ -207,6 +207,7 @@ their workspace.</p>
 <li><p>Update the <code>cordova</code> CLI version. See <a href="guide_cli_index.md.html#The%20Command-Line%20Interface">The Command-Line Interface</a>.</p></li>
 <li><p>Run <code>cordova platform update android</code></p></li>
 </ol>
+
 <p>For projects not created with the cordova CLI, run:</p>
 
 <pre class="prettyprint"><code>    bin/update &lt;project_path&gt;
@@ -215,9 +216,7 @@ their workspace.</p>
 <p><strong>WARNING:</strong>  Starting on Android 4.4, creating a file input element with type="file" will not open the file picker dialog.
 This is a regression with Chromium on Android and the problem can be reproduced in the standalone Chrome browser on Android (see http://code.google.com/p/android/issues/detail?id=62220)  The suggested workaround is to use the FileTransfer and File plugins for Android 4.4. You can listen for an onClick event from the input type="file" and then pop up a file picker UI. In order to tie the form data with the upload, you can use JavaScript to attach form values to the multi-part POST request that FileTransfer makes. This bug still exists as of Android 4.4.2</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>
+<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>
 
@@ -225,14 +224,13 @@ This is a regression with Chromium on An
 <li><p>Update the <code>cordova</code> CLI version. See <a href="guide_cli_index.md.html#The%20Command-Line%20Interface">The Command-Line Interface</a>.</p></li>
 <li><p>Run <code>cordova platform update android</code></p></li>
 </ol>
+
 <p>For projects not created with the cordova CLI, run:</p>
 
 <pre class="prettyprint"><code>    bin/update &lt;project_path&gt;
 </code></pre>
 
-<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>
+<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>
 
 <ol>
 <li><p>Create a new Apache Cordova 3.0.0 project using the cordova CLI, as
@@ -248,9 +246,8 @@ native cordova-android project exists.</
 the CLI handles all core APIs as plugins, so they may need to be
 added. Only 3.0.0 plugins are compatible with the CLI.</p></li>
 </ol>
-<h2>
-<a name="Upgrading%20Android_upgrade_to_3_0_0_from_2_9_0">Upgrade to 3.0.0 from 2.9.0</a>
-</h2>
+
+<h2><a name="Upgrading%20Android_upgrade_to_3_0_0_from_2_9_0">Upgrade to 3.0.0 from 2.9.0</a></h2>
 
 <ol>
 <li><p>Create a new Apache Cordova Android project.</p></li>
@@ -264,32 +261,32 @@ added. Only 3.0.0 plugins are compatible
 <p><strong>NOTE</strong>: all core APIs have been removed and must be installed as plugins. Please see the <a href="plugin_ref_plugman.md.html#Using%20Plugman%20to%20Manage%20Plugins">Using Plugman to Manage Plugins</a> Guide for details.</p>
 </li>
 </ol>
-<h2>
-<a name="Upgrading%20Android_upgrade_to_2_9_0_from_2_8_0">Upgrade to 2.9.0 from 2.8.0</a>
-</h2>
+
+<h2><a name="Upgrading%20Android_upgrade_to_2_9_0_from_2_8_0">Upgrade to 2.9.0 from 2.8.0</a></h2>
 
 <ol>
 <li>Run <code>bin/update &lt;project_path&gt;</code>.</li>
 </ol>
-<h2>
-<a name="Upgrading%20Android_upgrade_to_2_8_0_from_2_7_0">Upgrade to 2.8.0 from 2.7.0</a>
-</h2>
+
+<h2><a name="Upgrading%20Android_upgrade_to_2_8_0_from_2_7_0">Upgrade to 2.8.0 from 2.7.0</a></h2>
 
 <ol>
 <li><p>Remove <code>cordova-2.7.0.jar</code> from the project's <code>libs</code> directory.</p></li>
 <li><p>Add <code>cordova-2.8.0.jar</code> to the project's <code>libs</code> directory.</p></li>
 <li><p>If you use Eclipse, please refresh your Eclipse project and do a clean.</p></li>
 </ol>
-<!-- SS Eclipse --><ol>
+
+<!-- SS Eclipse -->
+
+<ol>
 <li><p>Copy the new <code>cordova.js</code> into your project.</p></li>
 <li><p>Update your HTML to use the new <code>cordova.js</code> file.</p></li>
 <li><p>Copy the <code>res/xml/config.xml</code> file to match <code>framework/res/xml/config.xml</code>.</p></li>
 <li><p>Update <code>framework/res/xml/config.xml</code> to have similar settings as it did previously.</p></li>
 <li><p>Copy files from <code>bin/templates/cordova</code> to the project's <code>cordova</code> directory.</p></li>
 </ol>
-<h2>
-<a name="Upgrading%20Android_upgrade_to_2_7_0_from_2_6_0">Upgrade to 2.7.0 from 2.6.0</a>
-</h2>
+
+<h2><a name="Upgrading%20Android_upgrade_to_2_7_0_from_2_6_0">Upgrade to 2.7.0 from 2.6.0</a></h2>
 
 <ol>
 <li><p>Remove <code>cordova-2.6.0.jar</code> from the project's <code>libs</code> directory.</p></li>
@@ -301,9 +298,8 @@ added. Only 3.0.0 plugins are compatible
 <li><p>Update <code>framework/res/xml/config.xml</code> to have similar settings as it did previously.</p></li>
 <li><p>Copy files from <code>bin/templates/cordova</code> to the project's <code>cordova</code> directory.</p></li>
 </ol>
-<h2>
-<a name="Upgrading%20Android_upgrade_to_2_6_0_from_2_5_0">Upgrade to 2.6.0 from 2.5.0</a>
-</h2>
+
+<h2><a name="Upgrading%20Android_upgrade_to_2_6_0_from_2_5_0">Upgrade to 2.6.0 from 2.5.0</a></h2>
 
 <ol>
 <li><p>Remove <code>cordova-2.5.0.jar</code> from the project's <code>libs</code> directory.</p></li>
@@ -315,11 +311,10 @@ added. Only 3.0.0 plugins are compatible
 <li><p>Update <code>framework/res/xml/config.xml</code> to have similar settings as it did previously.</p></li>
 <li><p>Copy files from <code>bin/templates/cordova</code> to the project's <code>cordova</code> directory.</p></li>
 </ol>
+
 <p>Run <code>bin/update &lt;project&gt;</code> with the project path listed in the Cordova Source directory.</p>
 
-<h2>
-<a name="Upgrading%20Android_upgrade_to_2_5_0_from_2_4_0">Upgrade to 2.5.0 from 2.4.0</a>
-</h2>
+<h2><a name="Upgrading%20Android_upgrade_to_2_5_0_from_2_4_0">Upgrade to 2.5.0 from 2.4.0</a></h2>
 
 <ol>
 <li><p>Remove <code>cordova-2.4.0.jar</code> from the project's <code>libs</code> directory.</p></li>
@@ -331,9 +326,8 @@ added. Only 3.0.0 plugins are compatible
 <li><p>Update <code>framework/res/xml/config.xml</code> to have similar settings as it did previously.</p></li>
 <li><p>Copy files from <code>bin/templates/cordova</code> to the project's <code>cordova</code> directory.</p></li>
 </ol>
-<h2>
-<a name="Upgrading%20Android_upgrade_to_2_4_0_from_2_3_0">Upgrade to 2.4.0 from 2.3.0</a>
-</h2>
+
+<h2><a name="Upgrading%20Android_upgrade_to_2_4_0_from_2_3_0">Upgrade to 2.4.0 from 2.3.0</a></h2>
 
 <ol>
 <li><p>Remove <code>cordova-2.3.0.jar</code> from the project's <code>libs</code> directory.</p></li>
@@ -344,9 +338,8 @@ added. Only 3.0.0 plugins are compatible
 <li><p>Copy the <code>res/xml/config.xml</code> to match <code>framework/res/xml/config.xml</code>.</p></li>
 <li><p>Copy files from <code>bin/templates/cordova</code> to the project's <code>cordova</code> directory.</p></li>
 </ol>
-<h2>
-<a name="Upgrading%20Android_upgrade_to_2_3_0_from_2_2_0">Upgrade to 2.3.0 from 2.2.0</a>
-</h2>
+
+<h2><a name="Upgrading%20Android_upgrade_to_2_3_0_from_2_2_0">Upgrade to 2.3.0 from 2.2.0</a></h2>
 
 <ol>
 <li><p>Remove <code>cordova-2.2.0.jar</code> from the project's <code>libs</code> directory.</p></li>
@@ -357,9 +350,8 @@ added. Only 3.0.0 plugins are compatible
 <li><p>Copy the <code>res/xml/config.xml</code> to match <code>framework/res/xml/config.xml</code>.</p></li>
 <li><p>Copy files from <code>bin/templates/cordova</code> to the project's <code>cordova</code> directory.</p></li>
 </ol>
-<h2>
-<a name="Upgrading%20Android_upgrade_to_2_2_0_from_2_1_0">Upgrade to 2.2.0 from 2.1.0</a>
-</h2>
+
+<h2><a name="Upgrading%20Android_upgrade_to_2_2_0_from_2_1_0">Upgrade to 2.2.0 from 2.1.0</a></h2>
 
 <ol>
 <li><p>Remove <code>cordova-2.1.0.jar</code> from the project's <code>libs</code> directory.</p></li>
@@ -370,9 +362,8 @@ added. Only 3.0.0 plugins are compatible
 <li><p>Copy the <code>res/xml/config.xml</code> to match <code>framework/res/xml/config.xml</code>.</p></li>
 <li><p>Copy files from <code>bin/templates/cordova</code> to the project's <code>cordova</code> directory.</p></li>
 </ol>
-<h2>
-<a name="Upgrading%20Android_upgrade_to_2_1_0_from_2_0_0">Upgrade to 2.1.0 from 2.0.0</a>
-</h2>
+
+<h2><a name="Upgrading%20Android_upgrade_to_2_1_0_from_2_0_0">Upgrade to 2.1.0 from 2.0.0</a></h2>
 
 <ol>
 <li><p>Remove <code>cordova-2.0.0.jar</code> from the project's <code>libs</code> directory.</p></li>
@@ -383,9 +374,8 @@ added. Only 3.0.0 plugins are compatible
 <li><p>Copy the <code>res/xml/config.xml</code> to match <code>framework/res/xml/config.xml</code>.</p></li>
 <li><p>Copy files from <code>bin/templates/cordova</code> to the project's <code>cordova</code> directory.</p></li>
 </ol>
-<h2>
-<a name="Upgrading%20Android_upgrade_to_2_0_0_from_1_9_0">Upgrade to 2.0.0 from 1.9.0</a>
-</h2>
+
+<h2><a name="Upgrading%20Android_upgrade_to_2_0_0_from_1_9_0">Upgrade to 2.0.0 from 1.9.0</a></h2>
 
 <ol>
 <li><p>Remove <code>cordova-1.9.0.jar</code> from the project's <code>libs</code> directory.</p></li>
@@ -395,13 +385,12 @@ added. Only 3.0.0 plugins are compatible
 <li><p>Update your HTML to use the new <code>cordova-2.0.0.js</code> file.</p></li>
 <li><p>Copy the <code>res/xml/config.xml</code> to match <code>framework/res/xml/config.xml</code>.</p></li>
 </ol>
+
 <p>In the 2.0.0 release, the <code>config.xml</code> file combines and replaces
 <code>cordova.xml</code> and <code>plugins.xml</code>.  The old files are deprecated, and
 while they still work in 2.0.0, will stop working in a future release.</p>
 
-<h2>
-<a name="Upgrading%20Android_upgrade_to_1_9_0_from_1_8_1">Upgrade to 1.9.0 from 1.8.1</a>
-</h2>
+<h2><a name="Upgrading%20Android_upgrade_to_1_9_0_from_1_8_1">Upgrade to 1.9.0 from 1.8.1</a></h2>
 
 <ol>
 <li><p>Remove <code>cordova-1.8.0.jar</code> from the project's <code>libs</code> directory.</p></li>
@@ -411,15 +400,14 @@ while they still work in 2.0.0, will sto
 <li><p>Update your HTML to use the new <code>cordova-1.9.0.js</code> file.</p></li>
 <li><p>Update <code>res/xml/plugins.xml</code> to match <code>framework/res/xml/plugins.xml</code>.</p></li>
 </ol>
+
 <p>Due to the introduction of the <code>CordovaWebView</code> in the 1.9.0 release,
 third-party plugins may not work.  These plugins need to get a context
 from the <code>CordovaInterface</code> using <code>getContext()</code> or <code>getActivity()</code>.
 If you are not an experienced Android developer, please contact the
 plugin maintainer and add this task to their bug tracker.</p>
 
-<h2>
-<a name="Upgrading%20Android_upgrade_to_1_8_0_from_1_8_0">Upgrade to 1.8.0 from 1.8.0</a>
-</h2>
+<h2><a name="Upgrading%20Android_upgrade_to_1_8_0_from_1_8_0">Upgrade to 1.8.0 from 1.8.0</a></h2>
 
 <ol>
 <li><p>Remove <code>cordova-1.8.0.jar</code> from the project's <code>libs</code> directory.</p></li>
@@ -429,9 +417,8 @@ plugin maintainer and add this task to t
 <li><p>Update your HTML to use the new <code>cordova-1.8.1.js</code> file.</p></li>
 <li><p>Update <code>res/xml/plugins.xml</code> to match <code>framework/res/xml/plugins.xml</code>.</p></li>
 </ol>
-<h2>
-<a name="Upgrading%20Android_upgrade_to_1_8_0_from_1_7_0">Upgrade to 1.8.0 from 1.7.0</a>
-</h2>
+
+<h2><a name="Upgrading%20Android_upgrade_to_1_8_0_from_1_7_0">Upgrade to 1.8.0 from 1.7.0</a></h2>
 
 <ol>
 <li><p>Remove <code>cordova-1.7.0.jar</code> from the project's <code>libs</code> directory.</p></li>
@@ -441,9 +428,8 @@ plugin maintainer and add this task to t
 <li><p>Update your HTML to use the new <code>cordova-1.8.0.js</code> file.</p></li>
 <li><p>Update <code>res/xml/plugins.xml</code> to match <code>framework/res/xml/plugins.xml</code>.</p></li>
 </ol>
-<h2>
-<a name="Upgrading%20Android_upgrade_to_1_8_0_from_1_7_0">Upgrade to 1.8.0 from 1.7.0</a>
-</h2>
+
+<h2><a name="Upgrading%20Android_upgrade_to_1_8_0_from_1_7_0">Upgrade to 1.8.0 from 1.7.0</a></h2>
 
 <ol>
 <li><p>Remove <code>cordova-1.7.0.jar</code> from the project's <code>libs</code> directory.</p></li>
@@ -453,9 +439,8 @@ plugin maintainer and add this task to t
 <li><p>Update your HTML to use the new <code>cordova-1.8.0.js</code> file.</p></li>
 <li><p>Update <code>res/xml/plugins.xml</code> to match <code>framework/res/xml/plugins.xml</code>.</p></li>
 </ol>
-<h2>
-<a name="Upgrading%20Android_upgrade_to_1_7_0_from_1_6_1">Upgrade to 1.7.0 from 1.6.1</a>
-</h2>
+
+<h2><a name="Upgrading%20Android_upgrade_to_1_7_0_from_1_6_1">Upgrade to 1.7.0 from 1.6.1</a></h2>
 
 <ol>
 <li><p>Remove <code>cordova-1.6.1.jar</code> from the project's <code>libs</code> directory.</p></li>
@@ -464,9 +449,8 @@ plugin maintainer and add this task to t
 <li><p>Copy the new <code>cordova-1.7.0.js</code> into your project.</p></li>
 <li><p>Update <code>res/xml/plugins.xml</code> to match <code>framework/res/xml/plugins.xml</code>.</p></li>
 </ol>
-<h2>
-<a name="Upgrading%20Android_upgrade_to_1_6_1_from_1_6_0">Upgrade to 1.6.1 from 1.6.0</a>
-</h2>
+
+<h2><a name="Upgrading%20Android_upgrade_to_1_6_1_from_1_6_0">Upgrade to 1.6.1 from 1.6.0</a></h2>
 
 <ol>
 <li><p>Remove <code>cordova-1.6.0.jar</code> from the project's <code>libs</code> directory.</p></li>
@@ -475,9 +459,8 @@ plugin maintainer and add this task to t
 <li><p>Copy the new <code>cordova-1.6.1.js</code> into your project.</p></li>
 <li><p>Update <code>res/xml/plugins.xml</code> to match <code>framework/res/xml/plugins.xml</code>.</p></li>
 </ol>
-<h2>
-<a name="Upgrading%20Android_upgrade_to_1_6_0_from_1_5_0">Upgrade to 1.6.0 from 1.5.0</a>
-</h2>
+
+<h2><a name="Upgrading%20Android_upgrade_to_1_6_0_from_1_5_0">Upgrade to 1.6.0 from 1.5.0</a></h2>
 
 <ol>
 <li><p>Remove <code>cordova-1.5.0.jar</code> from the project's <code>libs</code> directory.</p></li>
@@ -488,9 +471,8 @@ plugin maintainer and add this task to t
 <li><p>Update <code>res/xml/plugins.xml</code> to match <code>framework/res/xml/plugins.xml</code>.</p></li>
 <li><p>Replace <code>res/xml/phonegap.xml</code> with <code>res/xml/cordova.xml</code> to match <code>framework/res/xml/cordova.xml</code>.</p></li>
 </ol>
-<h2>
-<a name="Upgrading%20Android_upgrade_to_1_5_0_from_1_4_0">Upgrade to 1.5.0 from 1.4.0</a>
-</h2>
+
+<h2><a name="Upgrading%20Android_upgrade_to_1_5_0_from_1_4_0">Upgrade to 1.5.0 from 1.4.0</a></h2>
 
 <ol>
 <li><p>Remove <code>phonegap-1.4.0.jar</code> from the project's <code>libs</code> directory.</p></li>
@@ -501,9 +483,8 @@ plugin maintainer and add this task to t
 <li><p>Update <code>res/xml/plugins.xml</code> to match <code>framework/res/xml/plugins.xml</code>.</p></li>
 <li><p>Replace <code>res/xml/phonegap.xml</code> with <code>res/xml/cordova.xml</code> to match <code>framework/res/xml/cordova.xml</code>.</p></li>
 </ol>
-<h2>
-<a name="Upgrading%20Android_upgrade_to_1_4_0_from_1_3_0">Upgrade to 1.4.0 from 1.3.0</a>
-</h2>
+
+<h2><a name="Upgrading%20Android_upgrade_to_1_4_0_from_1_3_0">Upgrade to 1.4.0 from 1.3.0</a></h2>
 
 <ol>
 <li><p>Remove <code>phonegap-1.3.0.jar</code> from the project's <code>libs</code> directory.</p></li>
@@ -514,9 +495,8 @@ plugin maintainer and add this task to t
 <li><p>Update <code>res/xml/plugins.xml</code> to match <code>framework/res/xml/plugins.xml</code>.</p></li>
 <li><p>Update <code>res/xml/phonegap.xml</code> to match <code>framework/res/xml/phonegap.xml</code>.</p></li>
 </ol>
-<h2>
-<a name="Upgrading%20Android_upgrade_to_1_3_0_from_1_2_0">Upgrade to 1.3.0 from 1.2.0</a>
-</h2>
+
+<h2><a name="Upgrading%20Android_upgrade_to_1_3_0_from_1_2_0">Upgrade to 1.3.0 from 1.2.0</a></h2>
 
 <ol>
 <li><p>Remove <code>phonegap-1.2.0.jar</code> from the project's <code>libs</code> directory.</p></li>
@@ -527,9 +507,8 @@ plugin maintainer and add this task to t
 <li><p>Update <code>res/xml/plugins.xml</code> to match <code>framework/res/xml/plugins.xml</code>.</p></li>
 <li><p>Update <code>res/xml/phonegap.xml</code> to match <code>framework/res/xml/phonegap.xml</code>.</p></li>
 </ol>
-<h2>
-<a name="Upgrading%20Android_upgrade_to_1_2_0_from_1_1_0">Upgrade to 1.2.0 from 1.1.0</a>
-</h2>
+
+<h2><a name="Upgrading%20Android_upgrade_to_1_2_0_from_1_1_0">Upgrade to 1.2.0 from 1.1.0</a></h2>
 
 <ol>
 <li><p>Remove <code>phonegap-1.1.0.jar</code> from the project's <code>libs</code> directory.</p></li>
@@ -540,9 +519,8 @@ plugin maintainer and add this task to t
 <li><p>Update <code>res/xml/plugins.xml</code> to match <code>framework/res/xml/plugins.xml</code>.</p></li>
 <li><p>Update <code>res/xml/phonegap.xml</code> to match <code>framework/res/xml/phonegap.xml</code>.</p></li>
 </ol>
-<h2>
-<a name="Upgrading%20Android_upgrade_to_1_1_0_from_1_0_0">Upgrade to 1.1.0 from 1.0.0</a>
-</h2>
+
+<h2><a name="Upgrading%20Android_upgrade_to_1_1_0_from_1_0_0">Upgrade to 1.1.0 from 1.0.0</a></h2>
 
 <ol>
 <li><p>Remove <code>phonegap-1.0.0.jar</code> from the project's <code>libs</code> directory.</p></li>
@@ -552,9 +530,8 @@ plugin maintainer and add this task to t
 <li><p>Update your HTML to use the new <code>phonegap-1.1.0.js</code> file.</p></li>
 <li><p>Update <code>res/xml/plugins.xml</code> to match <code>framework/res/xml/plugins.xml</code>.</p></li>
 </ol>
-<h2>
-<a name="Upgrading%20Android_upgrade_to_1_0_0_from_0_9_6">Upgrade to 1.0.0 from 0.9.6</a>
-</h2>
+
+<h2><a name="Upgrading%20Android_upgrade_to_1_0_0_from_0_9_6">Upgrade to 1.0.0 from 0.9.6</a></h2>
 
 <ol>
 <li><p>Remove <code>phonegap-0.9.6.jar</code> from the project's <code>libs</code> directory.</p></li>
@@ -564,10 +541,12 @@ plugin maintainer and add this task to t
 <li><p>Update your HTML to use the new <code>phonegap-1.0.0.js</code> file.</p></li>
 <li><p>Add the <code>res/xml/plugins.xml</code> to match <code>framework/res/xml/plugins.xml</code>.</p></li>
 </ol>
-</div>
+
+            </div>
         </div>
 
         <!-- Functionality and Syntax Highlighting -->
-        <script type="text/javascript" src="index.js"></script><script type="text/javascript" src="prettify/prettify.js"></script>
-</body>
+        <script type="text/javascript" src="index.js"></script>
+        <script type="text/javascript" src="prettify/prettify.js"></script>
+    </body>
 </html>

Modified: cordova/site/public/docs/en/3.5.0/guide_platforms_android_webview.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.5.0/guide_platforms_android_webview.md.html?rev=1605933&r1=1605932&r2=1605933&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.5.0/guide_platforms_android_webview.md.html (original)
+++ cordova/site/public/docs/en/3.5.0/guide_platforms_android_webview.md.html Thu Jun 26 23:55:47 2014
@@ -17,16 +17,18 @@
     specific language governing permissions and limitations
     under the License.
 --><html lang="en">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no, width=device-width">
-<meta name="generator" content="joDoc">
-<title>Apache Cordova API Documentation</title>
-<link rel="stylesheet" type="text/css" href="index.css">
-<link rel="stylesheet" type="text/css" href="mobile.css" media="only screen and (max-device-width: 1024px)">
-<link rel="stylesheet" type="text/css" href="prettify/prettify.css">
-</head>
-<body>
+    <head>
+        <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+        <meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no, width=device-width">
+        <meta name="generator" content="joDoc">
+
+        <title>Apache Cordova API Documentation</title>
+
+        <link rel="stylesheet" type="text/css" href="index.css">
+        <link rel="stylesheet" type="text/css" href="mobile.css" media="only screen and (max-device-width: 1024px)">
+        <link rel="stylesheet" type="text/css" href="prettify/prettify.css">
+    </head>
+    <body>
         <div id="header">
             <h1><a href="index.html">Apache <strong>Cordova</strong> Documentation</a></h1>
             <small>
@@ -99,6 +101,7 @@
 <option value="3.1.0">3.1.0</option>
 <option value="2.0.0">2.0.0</option>
 </optgroup>
+<optgroup label="Polish" value="pl"><option value="edge">edge</option></optgroup>
 <optgroup label="Russian" value="ru">
 <option value="edge">edge</option>
 <option value="3.5.0">3.5.0</option>
@@ -115,7 +118,8 @@
 <option value="3.5.0">3.5.0</option>
 <option value="3.4.0">3.4.0</option>
 <option value="3.1.0">3.1.0</option>
-</optgroup></select></small>
+</optgroup></select>
+            </small>
         </div>
         <div id="subheader">
             <h1>Android WebViews</h1>
@@ -274,10 +278,12 @@ project's <code>/assets/www</code> direc
 <li><p>Copy the <code>config.xml</code> file from <code>/framework/res/xml</code> to the
 project's <code>/res/xml</code> directory.</p></li>
 </ol>
-</div>
+
+            </div>
         </div>
 
         <!-- Functionality and Syntax Highlighting -->
-        <script type="text/javascript" src="index.js"></script><script type="text/javascript" src="prettify/prettify.js"></script>
-</body>
+        <script type="text/javascript" src="index.js"></script>
+        <script type="text/javascript" src="prettify/prettify.js"></script>
+    </body>
 </html>

Modified: cordova/site/public/docs/en/3.5.0/guide_platforms_blackberry10_config.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.5.0/guide_platforms_blackberry10_config.md.html?rev=1605933&r1=1605932&r2=1605933&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.5.0/guide_platforms_blackberry10_config.md.html (original)
+++ cordova/site/public/docs/en/3.5.0/guide_platforms_blackberry10_config.md.html Thu Jun 26 23:55:47 2014
@@ -17,16 +17,18 @@
     specific language governing permissions and limitations
     under the License.
 --><html lang="en">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no, width=device-width">
-<meta name="generator" content="joDoc">
-<title>Apache Cordova API Documentation</title>
-<link rel="stylesheet" type="text/css" href="index.css">
-<link rel="stylesheet" type="text/css" href="mobile.css" media="only screen and (max-device-width: 1024px)">
-<link rel="stylesheet" type="text/css" href="prettify/prettify.css">
-</head>
-<body>
+    <head>
+        <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+        <meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no, width=device-width">
+        <meta name="generator" content="joDoc">
+
+        <title>Apache Cordova API Documentation</title>
+
+        <link rel="stylesheet" type="text/css" href="index.css">
+        <link rel="stylesheet" type="text/css" href="mobile.css" media="only screen and (max-device-width: 1024px)">
+        <link rel="stylesheet" type="text/css" href="prettify/prettify.css">
+    </head>
+    <body>
         <div id="header">
             <h1><a href="index.html">Apache <strong>Cordova</strong> Documentation</a></h1>
             <small>
@@ -99,6 +101,7 @@
 <option value="3.1.0">3.1.0</option>
 <option value="2.0.0">2.0.0</option>
 </optgroup>
+<optgroup label="Polish" value="pl"><option value="edge">edge</option></optgroup>
 <optgroup label="Russian" value="ru">
 <option value="edge">edge</option>
 <option value="3.5.0">3.5.0</option>
@@ -115,7 +118,8 @@
 <option value="3.5.0">3.5.0</option>
 <option value="3.4.0">3.4.0</option>
 <option value="3.1.0">3.1.0</option>
-</optgroup></select></small>
+</optgroup></select>
+            </small>
         </div>
         <div id="subheader">
             <h1>BlackBerry 10 Configuration</h1>
@@ -191,10 +195,12 @@ whitelisted using the <code>&lt;access&g
 </code></pre>
 </li>
 </ul>
-</div>
+
+            </div>
         </div>
 
         <!-- Functionality and Syntax Highlighting -->
-        <script type="text/javascript" src="index.js"></script><script type="text/javascript" src="prettify/prettify.js"></script>
-</body>
+        <script type="text/javascript" src="index.js"></script>
+        <script type="text/javascript" src="prettify/prettify.js"></script>
+    </body>
 </html>

Modified: cordova/site/public/docs/en/3.5.0/guide_platforms_blackberry10_index.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.5.0/guide_platforms_blackberry10_index.md.html?rev=1605933&r1=1605932&r2=1605933&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.5.0/guide_platforms_blackberry10_index.md.html (original)
+++ cordova/site/public/docs/en/3.5.0/guide_platforms_blackberry10_index.md.html Thu Jun 26 23:55:47 2014
@@ -17,16 +17,18 @@
     specific language governing permissions and limitations
     under the License.
 --><html lang="en">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no, width=device-width">
-<meta name="generator" content="joDoc">
-<title>Apache Cordova API Documentation</title>
-<link rel="stylesheet" type="text/css" href="index.css">
-<link rel="stylesheet" type="text/css" href="mobile.css" media="only screen and (max-device-width: 1024px)">
-<link rel="stylesheet" type="text/css" href="prettify/prettify.css">
-</head>
-<body>
+    <head>
+        <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+        <meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no, width=device-width">
+        <meta name="generator" content="joDoc">
+
+        <title>Apache Cordova API Documentation</title>
+
+        <link rel="stylesheet" type="text/css" href="index.css">
+        <link rel="stylesheet" type="text/css" href="mobile.css" media="only screen and (max-device-width: 1024px)">
+        <link rel="stylesheet" type="text/css" href="prettify/prettify.css">
+    </head>
+    <body>
         <div id="header">
             <h1><a href="index.html">Apache <strong>Cordova</strong> Documentation</a></h1>
             <small>
@@ -99,6 +101,7 @@
 <option value="3.1.0">3.1.0</option>
 <option value="2.0.0">2.0.0</option>
 </optgroup>
+<optgroup label="Polish" value="pl"><option value="edge">edge</option></optgroup>
 <optgroup label="Russian" value="ru">
 <option value="edge">edge</option>
 <option value="3.5.0">3.5.0</option>
@@ -115,7 +118,8 @@
 <option value="3.5.0">3.5.0</option>
 <option value="3.4.0">3.4.0</option>
 <option value="3.1.0">3.1.0</option>
-</optgroup></select></small>
+</optgroup></select>
+            </small>
         </div>
         <div id="subheader">
             <h1>BlackBerry 10 Platform Guide</h1>
@@ -175,9 +179,7 @@ comparison of the two development paths,
 details on each, see <a href="guide_cli_index.md.html#The%20Command-Line%20Interface">The Command-Line Interface</a> and the <a href="#BlackBerry%2010%0AShell%20Tool%20Guide">BlackBerry 10
 Shell Tool Guide</a>.</p>
 
-<h2>
-<a name="BlackBerry%2010%20Platform%20Guide_requirements">Requirements</a>
-</h2>
+<h2><a name="BlackBerry%2010%20Platform%20Guide_requirements">Requirements</a></h2>
 
 <p>The development environment is available on Windows, Mac and Linux.</p>
 
@@ -202,20 +204,17 @@ build and deploy for each platform.</p>
 </ul>
 </li>
 </ul>
+
 <p>More information about requirements: <a class="external" href="http://developer.blackberry.com/devzone/develop/simulator/simulator_systemrequirements.html">BB10 Simulator requeriments</a>.</p>
 
-<h2>
-<a name="BlackBerry%2010%20Platform%20Guide_install_the_blackberry_webworks_sdk">Install the BlackBerry WebWorks SDK</a>
-</h2>
+<h2><a name="BlackBerry%2010%20Platform%20Guide_install_the_blackberry_webworks_sdk">Install the BlackBerry WebWorks SDK</a></h2>
 
 <p>Download and install the BlackBerry WebWorks SDK from <a class="external" href="https://developer.blackberry.com/html5/download/">developer.blackberry.com</a></p>
 
 <p>The installer will add command-line tools to your path. Depending on your OS,
 you may need to open a new terminal window or re-log in.</p>
 
-<h2>
-<a name="BlackBerry%2010%20Platform%20Guide_install_the_blackberry_native_sdk">Install the BlackBerry Native SDK</a>
-</h2>
+<h2><a name="BlackBerry%2010%20Platform%20Guide_install_the_blackberry_native_sdk">Install the BlackBerry Native SDK</a></h2>
 
 <p>If you need to compile native code, for example when developing a native plugin, you
 will need to install the BlackBerry Native SDK.</p>
@@ -236,6 +235,7 @@ system path.</p>
 </code></pre>
 </li>
 </ul>
+
 <p>On Mac and Linux:</p>
 
 <ul>
@@ -258,6 +258,7 @@ following, depending on where the Native
 </code></pre>
 </li>
 </ul>
+
 <p>If you got any environmental problem, using the Native SDK from the command line, execute the appropriate file for your platform, located within the installation path:</p>
 
 <ul>
@@ -292,9 +293,8 @@ following, depending on where the Native
 </code></pre>
 </li>
 </ul>
-<h2>
-<a name="BlackBerry%2010%20Platform%20Guide_set_up_for_signing">Set up for Signing</a>
-</h2>
+
+<h2><a name="BlackBerry%2010%20Platform%20Guide_set_up_for_signing">Set up for Signing</a></h2>
 
 <p>If you wish to test on a device or distribute apps through BlackBerry
 World, your system must be setup for code signing.</p>
@@ -313,9 +313,7 @@ download page.</p>
 <pre class="prettyprint"><code>$ blackberry-keytool -genkeypair -storepass &lt;password&gt; -author 'Your Name’
 </code></pre>
 
-<h2>
-<a name="BlackBerry%2010%20Platform%20Guide_create_a_project">Create a Project</a>
-</h2>
+<h2><a name="BlackBerry%2010%20Platform%20Guide_create_a_project">Create a Project</a></h2>
 
 <p>Use the <code>cordova</code> utility to set up a new project, as described in The
 Command-line Interface. For example, in a source-code directory:</p>
@@ -326,9 +324,7 @@ Command-line Interface. For example, in 
     $ cordova build
 </code></pre>
 
-<h2>
-<a name="BlackBerry%2010%20Platform%20Guide_deploy_to_emulator">Deploy to Emulator</a>
-</h2>
+<h2><a name="BlackBerry%2010%20Platform%20Guide_deploy_to_emulator">Deploy to Emulator</a></h2>
 
 <p>If you wish to run a device emulator, download and install the
 BlackBerry 10 Simulator.</p>
@@ -337,6 +333,7 @@ BlackBerry 10 Simulator.</p>
 <li><a class="external" href="http://developer.blackberry.com/native/download/">Download</a></li>
 <li><a class="external" href="http://developer.blackberry.com/devzone/develop/simulator/blackberry_10_simulator_start.html">Getting Started</a></li>
 </ul>
+
 <p>Before testing an app on either an emulator or a device, you need to
 enable development mode.</p>
 
@@ -368,14 +365,13 @@ associates a target named <em>emu</em> w
 </code></pre>
 </li>
 </ul>
+
 <p>Then, run the <code>emulate</code> command to view the app:</p>
 
 <pre class="prettyprint"><code>    $ cordova emulate blackberry10
 </code></pre>
 
-<h2>
-<a name="BlackBerry%2010%20Platform%20Guide_deploy_to_device">Deploy to Device</a>
-</h2>
+<h2><a name="BlackBerry%2010%20Platform%20Guide_deploy_to_device">Deploy to Device</a></h2>
 
 <p>To deploy to a device, make sure it is plugged into your computer.
 Enable development mode and obtain the IP address as desribed in the
@@ -401,12 +397,14 @@ address, device password and PIN.</p>
 </code></pre>
 </li>
 </ul>
+
 <p>where:</p>
 
 <ul>
 <li><p><code>--password</code> refers to the password to unlock the device.</p></li>
 <li><p><code>--pin</code> refers to the device PIN obtained from the <strong>Settings</strong> application.</p></li>
 </ul>
+
 <p>Then, run the <code>run</code> command to view the app:</p>
 
 <pre class="prettyprint"><code>    $ cordova run blackberry10
@@ -430,10 +428,9 @@ provided when registering for signing ke
 </code></pre>
 </li>
 </ul>
-<h2>
-<a name="BlackBerry%2010%20Platform%20Guide_debugging_with_webinspector">
-Debugging with WebInspector</a>
-</h2>
+
+<h2><a name="BlackBerry%2010%20Platform%20Guide_debugging_with_webinspector">
+Debugging with WebInspector</a></h2>
 
 <p>When debugging on the device or an emulator, you may run WebInspector
 remotely to view the application's internal state.  A prompt displays
@@ -441,9 +438,7 @@ the URL that allows you to connect to th
 browser.  For more information, see
 <a class="external" href="http://developer.blackberry.com/html5/documentation/web_inspector_overview_1553586_11.html"></a><a href="guide_next_index.md.html#Debugging">Debugging</a> using WebInspector.</p>
 
-<h2>
-<a name="BlackBerry%2010%20Platform%20Guide_building_a_release_version">Building a Release Version</a>
-</h2>
+<h2><a name="BlackBerry%2010%20Platform%20Guide_building_a_release_version">Building a Release Version</a></h2>
 
 <p>By default, running the <code>cordova build</code> command creates an unsigned
 <em>.bar</em> package file suitable for testing on a device or simulator.</p>
@@ -457,9 +452,7 @@ through BlackBerry World.</p>
 <p>The <code>--keystorepass</code> option specifies the password you defined when
 configuring your computer to sign applications.</p>
 
-<h2>
-<a name="BlackBerry%2010%20Platform%20Guide_deploy_to_other_locations">Deploy to Other Locations</a>
-</h2>
+<h2><a name="BlackBerry%2010%20Platform%20Guide_deploy_to_other_locations">Deploy to Other Locations</a></h2>
 
 <p>The instructions above assume a device is plugged in via USB or a
 simulator is running on the local machine. It is also possible to
@@ -484,6 +477,7 @@ associates a target named <em>emu</em> w
 </code></pre>
 </li>
 </ul>
+
 <p>Once the target is defined, you can provide it to the run command using
 <code>--target</code>:</p>
 
@@ -494,6 +488,7 @@ associates a target named <em>emu</em> w
         </div>
 
         <!-- Functionality and Syntax Highlighting -->
-        <script type="text/javascript" src="index.js"></script><script type="text/javascript" src="prettify/prettify.js"></script>
-</body>
+        <script type="text/javascript" src="index.js"></script>
+        <script type="text/javascript" src="prettify/prettify.js"></script>
+    </body>
 </html>

Modified: cordova/site/public/docs/en/3.5.0/guide_platforms_blackberry10_plugin.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.5.0/guide_platforms_blackberry10_plugin.md.html?rev=1605933&r1=1605932&r2=1605933&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.5.0/guide_platforms_blackberry10_plugin.md.html (original)
+++ cordova/site/public/docs/en/3.5.0/guide_platforms_blackberry10_plugin.md.html Thu Jun 26 23:55:47 2014
@@ -17,16 +17,18 @@
     specific language governing permissions and limitations
     under the License.
 --><html lang="en">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no, width=device-width">
-<meta name="generator" content="joDoc">
-<title>Apache Cordova API Documentation</title>
-<link rel="stylesheet" type="text/css" href="index.css">
-<link rel="stylesheet" type="text/css" href="mobile.css" media="only screen and (max-device-width: 1024px)">
-<link rel="stylesheet" type="text/css" href="prettify/prettify.css">
-</head>
-<body>
+    <head>
+        <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+        <meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no, width=device-width">
+        <meta name="generator" content="joDoc">
+
+        <title>Apache Cordova API Documentation</title>
+
+        <link rel="stylesheet" type="text/css" href="index.css">
+        <link rel="stylesheet" type="text/css" href="mobile.css" media="only screen and (max-device-width: 1024px)">
+        <link rel="stylesheet" type="text/css" href="prettify/prettify.css">
+    </head>
+    <body>
         <div id="header">
             <h1><a href="index.html">Apache <strong>Cordova</strong> Documentation</a></h1>
             <small>
@@ -99,6 +101,7 @@
 <option value="3.1.0">3.1.0</option>
 <option value="2.0.0">2.0.0</option>
 </optgroup>
+<optgroup label="Polish" value="pl"><option value="edge">edge</option></optgroup>
 <optgroup label="Russian" value="ru">
 <option value="edge">edge</option>
 <option value="3.5.0">3.5.0</option>
@@ -115,7 +118,8 @@
 <option value="3.5.0">3.5.0</option>
 <option value="3.4.0">3.4.0</option>
 <option value="3.1.0">3.1.0</option>
-</optgroup></select></small>
+</optgroup></select>
+            </small>
         </div>
         <div id="subheader">
             <h1>BlackBerry 10 Plugins</h1>
@@ -178,9 +182,7 @@ function sends from JavaScript:</p>
 code, which communicate with each other through a framework provided
 by JNEXT. Every plugin must also include a <code>plugin.xml</code> file.</p>
 
-<h2>
-<a name="BlackBerry%2010%20Plugins_creating_the_native_class">Creating the Native Class</a>
-</h2>
+<h2><a name="BlackBerry%2010%20Plugins_creating_the_native_class">Creating the Native Class</a></h2>
 
 <p>To create the native portion of your plugin, open the BlackBerry 10
 NDK IDE and select <strong>File → New → BlackBerry Project →
@@ -195,6 +197,7 @@ functionality:</p>
 <li><p><code>*name*_js.hpp</code>: C++ header for the JNEXT code.</p></li>
 <li><p><code>*name*_js.cpp</code>: C++ code for JNEXT.</p></li>
 </ul>
+
 <p>The native interface for the JNEXT extension can be viewed in the
 plugin header file located in the project's public directory. It also
 features constants and utility functions available from within native
@@ -270,6 +273,7 @@ functions:</p>
 <li><p><code>extern char* onGetObjList( void );</code></p></li>
 <li><p><code>extern JSExt* onCreateObject( const string&amp; strClassName, const string&amp; strObjId );</code></p></li>
 </ul>
+
 <p>The <code>onGetObjList</code> function returns a comma-separated list of classes
 supported by JNEXT. JNEXT uses this function to determine the set of
 classes that JNEXT can instantiate. The <code>Echo</code> plugin implements the
@@ -296,9 +300,7 @@ following in <code>echo_js.cpp</code>:</
     }
 </code></pre>
 
-<h2>
-<a name="BlackBerry%2010%20Plugins_creating_the_plugin_s_javascript">Creating the Plugin's JavaScript</a>
-</h2>
+<h2><a name="BlackBerry%2010%20Plugins_creating_the_plugin_s_javascript">Creating the Plugin's JavaScript</a></h2>
 
 <p>The plugin must contain the following JavaScript files:</p>
 
@@ -312,6 +314,7 @@ the cordova.exec bridge. The <code>clien
 in the <code>index.js</code> file, which in turn makes call to JNEXT to
 communicate with the native side.</p></li>
 </ul>
+
 <p>The client and server side (<code>client.js</code> and <code>index.js</code>) interacts
 through the <code>Cordova.exec</code> function. The <code>client.js</code> needs to invoke
 the <code>exec</code> function and provide the necessary arguments. The <code>Echo</code>
@@ -358,6 +361,7 @@ following:</p>
 </code></pre>
 </li>
 </ul>
+
 <p>You can now send the data back, as in the following:</p>
 
 <pre class="prettyprint"><code>    module.exports = {
@@ -370,9 +374,7 @@ following:</p>
     };
 </code></pre>
 
-<h2>
-<a name="BlackBerry%2010%20Plugins_plugin_architecture">Plugin Architecture</a>
-</h2>
+<h2><a name="BlackBerry%2010%20Plugins_plugin_architecture">Plugin Architecture</a></h2>
 
 <p>You can place the plugin's artifacts, including the <code>plugin.xml</code> file,
 the JavaScript and C++ source files, and the <code>.so</code> binary files within
@@ -396,14 +398,13 @@ locations in the <code>plugin.xml</code>
 </ul>
 </li>
 </ul>
+
 <p>The list shows the hierarchical relationship among the top-level
 folders. The parenthesis shows the contents of a given directory. All
 directory names appear in bold text. File names are preceded by the <code>&gt;</code>
 sign.</p>
 
-<h2>
-<a name="BlackBerry%2010%20Plugins_the_plugin_xml_file">The plugin.xml file</a>
-</h2>
+<h2><a name="BlackBerry%2010%20Plugins_the_plugin_xml_file">The plugin.xml file</a></h2>
 
 <p>The <code>plugin.xml</code> file contains the extension's namespace and other
 metadata. Set up the <code>Echo</code> plugin as follows:</p>
@@ -429,6 +430,7 @@ metadata. Set up the <code>Echo</code> p
         </div>
 
         <!-- Functionality and Syntax Highlighting -->
-        <script type="text/javascript" src="index.js"></script><script type="text/javascript" src="prettify/prettify.js"></script>
-</body>
+        <script type="text/javascript" src="index.js"></script>
+        <script type="text/javascript" src="prettify/prettify.js"></script>
+    </body>
 </html>

Modified: cordova/site/public/docs/en/3.5.0/guide_platforms_blackberry10_tools.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.5.0/guide_platforms_blackberry10_tools.md.html?rev=1605933&r1=1605932&r2=1605933&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.5.0/guide_platforms_blackberry10_tools.md.html (original)
+++ cordova/site/public/docs/en/3.5.0/guide_platforms_blackberry10_tools.md.html Thu Jun 26 23:55:47 2014
@@ -17,16 +17,18 @@
     specific language governing permissions and limitations
     under the License.
 --><html lang="en">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no, width=device-width">
-<meta name="generator" content="joDoc">
-<title>Apache Cordova API Documentation</title>
-<link rel="stylesheet" type="text/css" href="index.css">
-<link rel="stylesheet" type="text/css" href="mobile.css" media="only screen and (max-device-width: 1024px)">
-<link rel="stylesheet" type="text/css" href="prettify/prettify.css">
-</head>
-<body>
+    <head>
+        <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+        <meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no, width=device-width">
+        <meta name="generator" content="joDoc">
+
+        <title>Apache Cordova API Documentation</title>
+
+        <link rel="stylesheet" type="text/css" href="index.css">
+        <link rel="stylesheet" type="text/css" href="mobile.css" media="only screen and (max-device-width: 1024px)">
+        <link rel="stylesheet" type="text/css" href="prettify/prettify.css">
+    </head>
+    <body>
         <div id="header">
             <h1><a href="index.html">Apache <strong>Cordova</strong> Documentation</a></h1>
             <small>
@@ -99,6 +101,7 @@
 <option value="3.1.0">3.1.0</option>
 <option value="2.0.0">2.0.0</option>
 </optgroup>
+<optgroup label="Polish" value="pl"><option value="edge">edge</option></optgroup>
 <optgroup label="Russian" value="ru">
 <option value="edge">edge</option>
 <option value="3.5.0">3.5.0</option>
@@ -115,7 +118,8 @@
 <option value="3.5.0">3.5.0</option>
 <option value="3.4.0">3.4.0</option>
 <option value="3.1.0">3.1.0</option>
-</optgroup></select></small>
+</optgroup></select>
+            </small>
         </div>
         <div id="subheader">
             <h1>BlackBerry 10 Shell Tool Guide</h1>
@@ -178,9 +182,7 @@ with the <code>-h</code> or <code>-help<
 commands and which provide descriptions for each of the available
 arguments.</p>
 
-<h2>
-<a name="BlackBerry%2010%20Shell%20Tool%20Guide_create_an_app">Create an App</a>
-</h2>
+<h2><a name="BlackBerry%2010%20Shell%20Tool%20Guide_create_an_app">Create an App</a></h2>
 
 <p>The <code>create</code> command creates a new project:</p>
 
@@ -194,6 +196,7 @@ arguments.</p>
 <li><p><code>&lt;project-package&gt;</code> specifies a reverse domain style identifier</p></li>
 <li><p><code>&lt;project-name&gt;</code> specifies the apps display name</p></li>
 </ul>
+
 <p><strong>NOTE</strong>: the <code>create</code> command bootstraps dependency installation
 through the <code>npm install</code> command. Depending on the installation
 directory and system permissions, this may require administrator
@@ -201,9 +204,7 @@ privileges.  If there's problem on OSX/L
 before using the <code>create</code> command. On Windows, run <code>npm install</code> in a
 command-line utility opened with administrator privileges.</p>
 
-<h2>
-<a name="BlackBerry%2010%20Shell%20Tool%20Guide_create_a_target">Create a Target</a>
-</h2>
+<h2><a name="BlackBerry%2010%20Shell%20Tool%20Guide_create_a_target">Create a Target</a></h2>
 
 <p>The <code>target</code> command allows you to manage the emulator or BlackBerry
 devices that you use to test the app. You can add or remove a target,
@@ -228,6 +229,7 @@ which identifies that device as a valid 
 token. This argument is required only when creating a debug
 token.</p></li>
 </ul>
+
 <h3>Remove a Target</h3>
 
 <pre class="prettyprint"><code>    &lt;path-to-project&gt;/cordova/target remove &lt;name&gt;
@@ -238,9 +240,7 @@ token.</p></li>
 <pre class="prettyprint"><code>    &lt;path-to-project&gt;/cordova/target default &lt;name&gt;
 </code></pre>
 
-<h2>
-<a name="BlackBerry%2010%20Shell%20Tool%20Guide_build_the_app">Build the App</a>
-</h2>
+<h2><a name="BlackBerry%2010%20Shell%20Tool%20Guide_build_the_app">Build the App</a></h2>
 
 <p>The <code>build</code> command builds the project as a .bar file. You can build
 the app in either release mode (which produces a signed .bar file) or
@@ -258,6 +258,7 @@ in debug mode (which produces an unsigne
 <li><p><code>-b | --buildId &lt;number&gt;</code>  specifies the build version number of your application. Typically, this number should be incremented from the previous signed version. This argument is optional.</p></li>
 <li><p><code>-p | --params &lt;params-JSON-file&gt;</code>  specifies a JSON file containing additional parameters to pass to downstream tools. This argument is optional.</p></li>
 </ul>
+
 <h3>Build the Project in Debug Mode</h3>
 
 <pre class="prettyprint"><code>    &lt;path-to-project&gt;/cordova/build debug [&lt;target&gt;] [-k | --keystorepass &lt;password&gt;] [-p | --params &lt;params-JSON-file&gt;]  [-ll | --loglevel &lt;error|warn|verbose&gt;]
@@ -284,6 +285,7 @@ additional parameters to pass to downstr
 <li><p><code>-ll | --loglevel &lt;level&gt;</code> specifies the log level. The log level may
 be one of <code>error</code>, <code>warn</code>, or <code>verbose</code>.</p></li>
 </ul>
+
 <p>If you have previously defined a default target (and previously
 installed a debug token, if that target is a BlackBerry device), you
 can run the script with no arguments, and the script packages your
@@ -292,9 +294,7 @@ app and deploys it to the default target
 <pre class="prettyprint"><code>    &lt;path-to-project&gt;/cordova/build debug
 </code></pre>
 
-<h2>
-<a name="BlackBerry%2010%20Shell%20Tool%20Guide_run_the_app">Run the App</a>
-</h2>
+<h2><a name="BlackBerry%2010%20Shell%20Tool%20Guide_run_the_app">Run the App</a></h2>
 
 <p>The <code>run</code> command deploys the app's most recent build on the specified
 BlackBerry device or an emulator. To deploy your app, you need to
@@ -307,9 +307,7 @@ specify a target for the device or emula
 If <code>&lt;target&gt;</code> is a device, then it must be connected to your computer
 via USB cable, or else over the same Wi-Fi network as your computer.</p>
 
-<h2>
-<a name="BlackBerry%2010%20Shell%20Tool%20Guide_handle_plugins">Handle Plugins</a>
-</h2>
+<h2><a name="BlackBerry%2010%20Shell%20Tool%20Guide_handle_plugins">Handle Plugins</a></h2>
 
 <p>The <code>target</code> command allows you to add and remove plugins.  To fetch a
 locally hosted plugin:</p>
@@ -336,6 +334,7 @@ locally hosted plugin:</p>
         </div>
 
         <!-- Functionality and Syntax Highlighting -->
-        <script type="text/javascript" src="index.js"></script><script type="text/javascript" src="prettify/prettify.js"></script>
-</body>
+        <script type="text/javascript" src="index.js"></script>
+        <script type="text/javascript" src="prettify/prettify.js"></script>
+    </body>
 </html>

Modified: cordova/site/public/docs/en/3.5.0/guide_platforms_blackberry10_upgrade.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.5.0/guide_platforms_blackberry10_upgrade.md.html?rev=1605933&r1=1605932&r2=1605933&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.5.0/guide_platforms_blackberry10_upgrade.md.html (original)
+++ cordova/site/public/docs/en/3.5.0/guide_platforms_blackberry10_upgrade.md.html Thu Jun 26 23:55:47 2014
@@ -17,16 +17,18 @@
     specific language governing permissions and limitations
     under the License.
 --><html lang="en">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no, width=device-width">
-<meta name="generator" content="joDoc">
-<title>Apache Cordova API Documentation</title>
-<link rel="stylesheet" type="text/css" href="index.css">
-<link rel="stylesheet" type="text/css" href="mobile.css" media="only screen and (max-device-width: 1024px)">
-<link rel="stylesheet" type="text/css" href="prettify/prettify.css">
-</head>
-<body>
+    <head>
+        <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+        <meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no, width=device-width">
+        <meta name="generator" content="joDoc">
+
+        <title>Apache Cordova API Documentation</title>
+
+        <link rel="stylesheet" type="text/css" href="index.css">
+        <link rel="stylesheet" type="text/css" href="mobile.css" media="only screen and (max-device-width: 1024px)">
+        <link rel="stylesheet" type="text/css" href="prettify/prettify.css">
+    </head>
+    <body>
         <div id="header">
             <h1><a href="index.html">Apache <strong>Cordova</strong> Documentation</a></h1>
             <small>
@@ -99,6 +101,7 @@
 <option value="3.1.0">3.1.0</option>
 <option value="2.0.0">2.0.0</option>
 </optgroup>
+<optgroup label="Polish" value="pl"><option value="edge">edge</option></optgroup>
 <optgroup label="Russian" value="ru">
 <option value="edge">edge</option>
 <option value="3.5.0">3.5.0</option>
@@ -115,7 +118,8 @@
 <option value="3.5.0">3.5.0</option>
 <option value="3.4.0">3.4.0</option>
 <option value="3.1.0">3.1.0</option>
-</optgroup></select></small>
+</optgroup></select>
+            </small>
         </div>
         <div id="subheader">
             <h1>Upgrading BlackBerry 10</h1>
@@ -172,9 +176,7 @@ Most of these instructions apply to proj
 of command-line tools that precede the <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>
 
-<h2>
-<a name="Upgrading%20BlackBerry%2010_upgrading_to_3_2_0_from_3_1_0">Upgrading to 3.2.0 from 3.1.0</a>
-</h2>
+<h2><a name="Upgrading%20BlackBerry%2010_upgrading_to_3_2_0_from_3_1_0">Upgrading to 3.2.0 from 3.1.0</a></h2>
 
 <p>For projects that were created with the cordova CLI: </p>
 
@@ -182,14 +184,13 @@ version of the CLI.</p>
 <li><p>Update the <code>cordova</code> CLI version. See <a href="guide_cli_index.md.html#The%20Command-Line%20Interface">The Command-Line Interface</a>.</p></li>
 <li><p>Run <code>cordova platform update blackberry</code></p></li>
 </ol>
+
 <p>For projects not created with the cordova CLI, run:</p>
 
 <pre class="prettyprint"><code>    bin/update &lt;project_path&gt;
 </code></pre>
 
-<h2>
-<a name="Upgrading%20BlackBerry%2010_upgrade_to_3_1_0_from_3_0_0">Upgrade to 3.1.0 from 3.0.0</a>
-</h2>
+<h2><a name="Upgrading%20BlackBerry%2010_upgrade_to_3_1_0_from_3_0_0">Upgrade to 3.1.0 from 3.0.0</a></h2>
 
 <ol>
 <li><p>Create a new Apache Cordova 3.1.0 project using the cordova CLI, as
@@ -208,11 +209,10 @@ the CLI handles all core APIs as plugins
 added. Only plugins marked 3.0.0 and above are compatible with the CLI.</p></li>
 <li><p>Build and test.</p></li>
 </ol>
+
 <p>Please note that the CLI supports the BlackBerry10 platform exclusively. For PlayBook and BBOS, please see Cordova version 2.9.0 and below.</p>
 
-<h2>
-<a name="Upgrading%20BlackBerry%2010_upgrade_to_the_cli_3_0_0_from_2_9_0">Upgrade to the CLI (3.0.0) from 2.9.0</a>
-</h2>
+<h2><a name="Upgrading%20BlackBerry%2010_upgrade_to_the_cli_3_0_0_from_2_9_0">Upgrade to the CLI (3.0.0) from 2.9.0</a></h2>
 
 <ol>
 <li><p>Create a new Apache Cordova 3.0.0 project using the cordova CLI, as
@@ -231,9 +231,8 @@ the CLI handles all core APIs as plugins
 added. Only 3.0.0 plugins are compatible with the CLI.</p></li>
 <li><p>Build and test.</p></li>
 </ol>
-<h2>
-<a name="Upgrading%20BlackBerry%2010_upgrading_2_8_0_projects_to_2_9_0">Upgrading 2.8.0 Projects to 2.9.0</a>
-</h2>
+
+<h2><a name="Upgrading%20BlackBerry%2010_upgrading_2_8_0_projects_to_2_9_0">Upgrading 2.8.0 Projects to 2.9.0</a></h2>
 
 <p>For BlackBerry 10:</p>
 
@@ -245,6 +244,7 @@ added. Only 3.0.0 plugins are compatible
 <li><p>Copy your projects source from the old project's <code>/www</code> directory to the new project's <code>/www</code> directory.</p></li>
 <li><p>Update the Cordova script reference in the <code>www/index.html</code> file (and any other files that contain the script reference) to point to the new <code>cordova.js</code> file.</p></li>
 </ol>
+
 <p>For BlackBerryOS/Playbook:</p>
 
 <ol>
@@ -258,9 +258,8 @@ added. Only 3.0.0 plugins are compatible
 <li><p>Copy the <code>lib</code> directory from the new project into the existing project, overwriting the old <code>lib</code> directory.</p></li>
 <li><p>Copy the <code>cordova</code> directory from the new project into the existing project, overwriting the old <code>cordova</code> directory.</p></li>
 </ol>
-<h2>
-<a name="Upgrading%20BlackBerry%2010_upgrading_2_7_0_projects_to_2_8_0">Upgrading 2.7.0 Projects to 2.8.0</a>
-</h2>
+
+<h2><a name="Upgrading%20BlackBerry%2010_upgrading_2_7_0_projects_to_2_8_0">Upgrading 2.7.0 Projects to 2.8.0</a></h2>
 
 <p>BlackBerry 10 uses the new CLI tooling and manages core APIs as plugins. The instructions migrate your project to a new project, rather than updating an existing project, due to the complexity of updating an old project.
 Also note that the cordova js script file is now called 'cordova.js' and no longer contains a version string.</p>
@@ -273,6 +272,7 @@ Also note that the cordova js script fil
 <li><p>Copy your projects source from the old project's <code>/www</code> directory to the new project's <code>/www</code> directory.</p></li>
 <li><p>Update the Cordova script reference in the <code>www/index.html</code> file (and any other files that contain the script reference) to point to the new <code>cordova.js</code> file.</p></li>
 </ol>
+
 <p>For BlackBerryOS/Playbook:</p>
 
 <ol>
@@ -286,9 +286,8 @@ Also note that the cordova js script fil
 <li><p>Copy the <code>lib</code> directory from the new project into the existing project, overwriting the old <code>lib</code> directory.</p></li>
 <li><p>Copy the <code>cordova</code> directory from the new project into the existing project, overwriting the old <code>cordova</code> directory.</p></li>
 </ol>
-<h2>
-<a name="Upgrading%20BlackBerry%2010_upgrading_2_6_0_projects_to_2_7_0">Upgrading 2.6.0 Projects to 2.7.0</a>
-</h2>
+
+<h2><a name="Upgrading%20BlackBerry%2010_upgrading_2_6_0_projects_to_2_7_0">Upgrading 2.6.0 Projects to 2.7.0</a></h2>
 
 <ol>
 <li><p>Download and extract the Cordova 2.7.0 source to a permanent directory location on your hard drive, for example to <code>~/Cordova-2.7.0</code>.</p></li>
@@ -301,9 +300,8 @@ Also note that the cordova js script fil
 <li><p>Copy the <code>lib</code> directory from the new project into the existing project, overwriting the old <code>lib</code> directory.</p></li>
 <li><p>Copy the <code>cordova</code> directory from the new project into the existing project, overwriting the old <code>cordova</code> directory.</p></li>
 </ol>
-<h2>
-<a name="Upgrading%20BlackBerry%2010_upgrade_to_2_6_0_from_2_5_0">Upgrade to 2.6.0 from 2.5.0</a>
-</h2>
+
+<h2><a name="Upgrading%20BlackBerry%2010_upgrade_to_2_6_0_from_2_5_0">Upgrade to 2.6.0 from 2.5.0</a></h2>
 
 <p>Updating the PhoneGap download directory:</p>
 
@@ -318,6 +316,7 @@ Also note that the cordova js script fil
 <li><p>Update the <code>Phonegap-2.6.0/lib/blackberry/bin</code> directory.</p></li>
 <li><p>Update the <code>VERSION</code> file in the <code>Phonegap-2.6.0/lib/blackberry</code> directory.</p></li>
 </ol>
+
 <p>Updating the example/ directory or migrating an existing project:</p>
 
 <ol>
@@ -328,9 +327,8 @@ Also note that the cordova js script fil
 <li><p>Copy the new <code>cordova-2.6.0.js</code> into your project.</p></li>
 <li><p>Update your HTML to use the new <code>cordova-2.6.0.js</code> file.</p></li>
 </ol>
-<h2>
-<a name="Upgrading%20BlackBerry%2010_upgrade_to_2_5_0_from_2_4_0">Upgrade to 2.5.0 from 2.4.0</a>
-</h2>
+
+<h2><a name="Upgrading%20BlackBerry%2010_upgrade_to_2_5_0_from_2_4_0">Upgrade to 2.5.0 from 2.4.0</a></h2>
 
 <p>Updating the PhoneGap download directory:</p>
 
@@ -345,6 +343,7 @@ Also note that the cordova js script fil
 <li><p>Update the <code>Phonegap-2.5.0/lib/blackberry/bin</code> directory.</p></li>
 <li><p>Update the <code>VERSION</code> file in the <code>Phonegap-2.5.0/lib/blackberry</code> directory.</p></li>
 </ol>
+
 <p>Updating the example/ directory or migrating an existing project:</p>
 
 <ol>
@@ -355,9 +354,8 @@ Also note that the cordova js script fil
 <li><p>Copy the new <code>cordova-2.5.0.js</code> into your project.</p></li>
 <li><p>Update your HTML to use the new <code>cordova-2.5.0.js</code> file.</p></li>
 </ol>
-<h2>
-<a name="Upgrading%20BlackBerry%2010_upgrade_to_2_4_0_from_2_3_0">Upgrade to 2.4.0 from 2.3.0</a>
-</h2>
+
+<h2><a name="Upgrading%20BlackBerry%2010_upgrade_to_2_4_0_from_2_3_0">Upgrade to 2.4.0 from 2.3.0</a></h2>
 
 <p>Updating just the <code>www</code> directory:</p>
 
@@ -375,6 +373,7 @@ Also note that the cordova js script fil
 </li>
 <li><p>Update your HTML to use the new <code>cordova-2.4.0.js</code> file.</p></li>
 </ol>
+
 <p>Updating the sample directory (i.e., updating using the ant tools):</p>
 
 <ol>
@@ -387,9 +386,8 @@ Also note that the cordova js script fil
 <li><p>Type <code>ant blackberry build</code> or <code>ant playbook build</code> to update the <code>www</code> directory with updated Cordova.</p></li>
 <li><p>Open the <code>www</code> directory and update your HTML to use the new <code>cordova-2.4.0.js</code> file.</p></li>
 </ol>
-<h2>
-<a name="Upgrading%20BlackBerry%2010_upgrade_to_2_3_0_from_2_2_0">Upgrade to 2.3.0 from 2.2.0</a>
-</h2>
+
+<h2><a name="Upgrading%20BlackBerry%2010_upgrade_to_2_3_0_from_2_2_0">Upgrade to 2.3.0 from 2.2.0</a></h2>
 
 <p>Updating just the <code>www</code> directory:</p>
 
@@ -407,6 +405,7 @@ Also note that the cordova js script fil
 </li>
 <li><p>Update your HTML to use the new <code>cordova-2.3.0.js</code> file.</p></li>
 </ol>
+
 <p>Updating the sample directory (i.e., updating using the ant tools):</p>
 
 <ol>
@@ -419,9 +418,8 @@ Also note that the cordova js script fil
 <li><p>Type <code>ant blackberry build</code> or <code>ant playbook build</code> to update the <code>www</code> directory with updated Cordova.</p></li>
 <li><p>Open the <code>www</code> directory and update your HTML to use the new <code>cordova-2.3.0.js</code> file.</p></li>
 </ol>
-<h2>
-<a name="Upgrading%20BlackBerry%2010_upgrade_to_2_2_0_from_2_1_0">Upgrade to 2.2.0 from 2.1.0</a>
-</h2>
+
+<h2><a name="Upgrading%20BlackBerry%2010_upgrade_to_2_2_0_from_2_1_0">Upgrade to 2.2.0 from 2.1.0</a></h2>
 
 <p>Updating just the www directory:</p>
 
@@ -439,6 +437,7 @@ Also note that the cordova js script fil
 </li>
 <li><p>Update your HTML to use the new <code>cordova-2.2.0.js</code> file.</p></li>
 </ol>
+
 <p>Updating the sample directory (i.e., updating using the ant tools):</p>
 
 <ol>
@@ -451,9 +450,8 @@ Also note that the cordova js script fil
 <li><p>Type <code>ant blackberry build</code> or <code>ant playbook build</code> to update the <code>www</code> directory with updated Cordova.</p></li>
 <li><p>Open the <code>www</code> directory and update your HTML to use the new <code>cordova-2.2.0.js</code> file.</p></li>
 </ol>
-<h2>
-<a name="Upgrading%20BlackBerry%2010_upgrade_to_2_1_0_from_2_0_0">Upgrade to 2.1.0 from 2.0.0</a>
-</h2>
+
+<h2><a name="Upgrading%20BlackBerry%2010_upgrade_to_2_1_0_from_2_0_0">Upgrade to 2.1.0 from 2.0.0</a></h2>
 
 <p>Updating just the <code>www</code> directory:</p>
 
@@ -470,6 +468,7 @@ Also note that the cordova js script fil
 </li>
 <li><p>Update your HTML to use the new <code>cordova-2.1.0.js</code> file.</p></li>
 </ol>
+
 <p>Updating the sample directory (i.e., updating using the ant tools):</p>
 
 <ol>
@@ -481,9 +480,8 @@ Also note that the cordova js script fil
 <li><p>Type <code>ant blackberry build</code> or <code>ant playbook build</code> to update the <code>www</code> directory with updated Cordova.</p></li>
 <li><p>Open the <code>www</code> directory and update your HTML to use the new <code>cordova-2.1.0.js</code> file.</p></li>
 </ol>
-<h2>
-<a name="Upgrading%20BlackBerry%2010_upgrade_to_2_0_0_from_1_9_0">Upgrade to 2.0.0 from 1.9.0</a>
-</h2>
+
+<h2><a name="Upgrading%20BlackBerry%2010_upgrade_to_2_0_0_from_1_9_0">Upgrade to 2.0.0 from 1.9.0</a></h2>
 
 <p>Updating just the <code>www</code> directory:</p>
 
@@ -515,6 +513,7 @@ Contact plugins from:</p>
 </code></pre>
 </li>
 </ol>
+
 <p>Updating the sample directory (i.e., updating using the ant tools):</p>
 
 <ol>
@@ -542,9 +541,8 @@ Capture and Contact plugins from:</p>
 </li>
 <li><p>To upgrade to 1.8.0, please go from 1.7.0</p></li>
 </ol>
-<h2>
-<a name="Upgrading%20BlackBerry%2010_upgrade_to_1_8_0_from_1_7_0">Upgrade to 1.8.0 from 1.7.0</a>
-</h2>
+
+<h2><a name="Upgrading%20BlackBerry%2010_upgrade_to_1_8_0_from_1_7_0">Upgrade to 1.8.0 from 1.7.0</a></h2>
 
 <p>Updating just the <code>www</code> directory:</p>
 
@@ -576,6 +574,7 @@ Contact plugins from:</p>
 </code></pre>
 </li>
 </ol>
+
 <p>Updating the sample directory (i.e., updating using the ant tools):</p>
 
 <ol>
@@ -602,10 +601,12 @@ Capture and Contact plugins from:</p>
 </code></pre>
 </li>
 </ol>
-</div>
+
+            </div>
         </div>
 
         <!-- Functionality and Syntax Highlighting -->
-        <script type="text/javascript" src="index.js"></script><script type="text/javascript" src="prettify/prettify.js"></script>
-</body>
+        <script type="text/javascript" src="index.js"></script>
+        <script type="text/javascript" src="prettify/prettify.js"></script>
+    </body>
 </html>

Modified: cordova/site/public/docs/en/3.5.0/guide_platforms_blackberry_upgrade.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.5.0/guide_platforms_blackberry_upgrade.md.html?rev=1605933&r1=1605932&r2=1605933&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.5.0/guide_platforms_blackberry_upgrade.md.html (original)
+++ cordova/site/public/docs/en/3.5.0/guide_platforms_blackberry_upgrade.md.html Thu Jun 26 23:55:47 2014
@@ -17,16 +17,18 @@
     specific language governing permissions and limitations
     under the License.
 --><html lang="en">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no, width=device-width">
-<meta name="generator" content="joDoc">
-<title>Apache Cordova API Documentation</title>
-<link rel="stylesheet" type="text/css" href="index.css">
-<link rel="stylesheet" type="text/css" href="mobile.css" media="only screen and (max-device-width: 1024px)">
-<link rel="stylesheet" type="text/css" href="prettify/prettify.css">
-</head>
-<body>
+    <head>
+        <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+        <meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no, width=device-width">
+        <meta name="generator" content="joDoc">
+
+        <title>Apache Cordova API Documentation</title>
+
+        <link rel="stylesheet" type="text/css" href="index.css">
+        <link rel="stylesheet" type="text/css" href="mobile.css" media="only screen and (max-device-width: 1024px)">
+        <link rel="stylesheet" type="text/css" href="prettify/prettify.css">
+    </head>
+    <body>
         <div id="header">
             <h1><a href="index.html">Apache <strong>Cordova</strong> Documentation</a></h1>
             <small>
@@ -99,6 +101,7 @@
 <option value="3.1.0">3.1.0</option>
 <option value="2.0.0">2.0.0</option>
 </optgroup>
+<optgroup label="Polish" value="pl"><option value="edge">edge</option></optgroup>
 <optgroup label="Russian" value="ru">
 <option value="edge">edge</option>
 <option value="3.5.0">3.5.0</option>
@@ -115,7 +118,8 @@
 <option value="3.5.0">3.5.0</option>
 <option value="3.4.0">3.4.0</option>
 <option value="3.1.0">3.1.0</option>
-</optgroup></select></small>
+</optgroup></select>
+            </small>
         </div>
         <div id="subheader">
             <h1>Upgrading BlackBerry</h1>
@@ -170,9 +174,7 @@ created with an older set of command-lin
 <code>cordova</code> CLI utility. See The Command-line Interface for information
 how to update the version of the CLI.</p>
 
-<h2>
-<a name="Upgrading%20BlackBerry_upgrading_2_8_0_projects_to_2_9_0">Upgrading 2.8.0 projects to 2.9.0</a>
-</h2>
+<h2><a name="Upgrading%20BlackBerry_upgrading_2_8_0_projects_to_2_9_0">Upgrading 2.8.0 projects to 2.9.0</a></h2>
 
 <p>BlackBerry 10:</p>
 
@@ -184,6 +186,7 @@ how to update the version of the CLI.</p
 <li><p>Copy your project's source from the old project's <code>/www</code> directory to the new project's <code>/www</code> directory.</p></li>
 <li><p>Update the Cordova script reference in the <code>www/index.html</code> file (and any other files that contain the script reference) to point to the new <code>cordova.js</code> file.</p></li>
 </ol>
+
 <h3>BlackBerryOS/Playbook</h3>
 
 <ol>
@@ -197,9 +200,8 @@ how to update the version of the CLI.</p
 <li><p>Copy the <code>lib</code> directory from the new project into the existing project, overwriting the old <code>lib</code> directory.</p></li>
 <li><p>Copy the <code>cordova</code> directory from the new project into the existing project, overwriting the old <code>cordova</code> directory.</p></li>
 </ol>
-<h2>
-<a name="Upgrading%20BlackBerry_upgrading_2_7_0_projects_to_2_8_0">Upgrading 2.7.0 projects to 2.8.0</a>
-</h2>
+
+<h2><a name="Upgrading%20BlackBerry_upgrading_2_7_0_projects_to_2_8_0">Upgrading 2.7.0 projects to 2.8.0</a></h2>
 
 <p>BlackBerry 10:</p>
 
@@ -214,6 +216,7 @@ Also note that the cordova js script fil
 <li><p>Copy your project's source from the old project's <code>/www</code> directory to the new project's <code>/www</code> directory.</p></li>
 <li><p>Update the Cordova script reference in the <code>www/index.html</code> file (and any other files that contain the script reference) to point to the new <code>cordova.js</code> file.</p></li>
 </ol>
+
 <p>BlackBerryOS/Playbook:</p>
 
 <ol>
@@ -227,9 +230,8 @@ Also note that the cordova js script fil
 <li><p>Copy the <code>lib</code> directory from the new project into the existing project, overwriting the old <code>lib</code> directory.</p></li>
 <li><p>Copy the <code>cordova</code> directory from the new project into the existing project, overwriting the old <code>cordova</code> directory.</p></li>
 </ol>
-<h2>
-<a name="Upgrading%20BlackBerry_upgrading_2_6_0_projects_to_2_7_0">Upgrading 2.6.0 projects to 2.7.0</a>
-</h2>
+
+<h2><a name="Upgrading%20BlackBerry_upgrading_2_6_0_projects_to_2_7_0">Upgrading 2.6.0 projects to 2.7.0</a></h2>
 
 <ol>
 <li><p>Download and extract the Cordova 2.7.0 source to a permanent location on your hard drive, for example to <code>~/Cordova-2.7.0</code>.</p></li>
@@ -242,9 +244,8 @@ Also note that the cordova js script fil
 <li><p>Copy the <code>lib</code> directory from the new project into the existing project, overwriting the old <code>lib</code> directory.</p></li>
 <li><p>Copy the <code>cordova</code> directory from the new project into the existing project, overwriting the old <code>cordova</code> directory.</p></li>
 </ol>
-<h2>
-<a name="Upgrading%20BlackBerry_upgrade_to_2_6_0_from_2_5_0">Upgrade to 2.6.0 from 2.5.0</a>
-</h2>
+
+<h2><a name="Upgrading%20BlackBerry_upgrade_to_2_6_0_from_2_5_0">Upgrade to 2.6.0 from 2.5.0</a></h2>
 
 <p>Updating the PhoneGap download directory:</p>
 
@@ -259,6 +260,7 @@ Also note that the cordova js script fil
 <li><p>Update the <code>Phonegap-2.6.0/lib/blackberry/bin</code> directory.</p></li>
 <li><p>Update the <code>VERSION</code> file in the <code>Phonegap-2.6.0/lib/blackberry</code> directory.</p></li>
 </ol>
+
 <p>Updating the <code>example/</code> directory or migrating an existing project:</p>
 
 <ol>
@@ -269,9 +271,8 @@ Also note that the cordova js script fil
 <li><p>Copy the new <code>cordova-2.6.0.js</code> into your project.</p></li>
 <li><p>Update your HTML to use the new <code>cordova-2.6.0.js</code> file.</p></li>
 </ol>
-<h2>
-<a name="Upgrading%20BlackBerry_upgrade_to_2_5_0_from_2_4_0">Upgrade to 2.5.0 from 2.4.0</a>
-</h2>
+
+<h2><a name="Upgrading%20BlackBerry_upgrade_to_2_5_0_from_2_4_0">Upgrade to 2.5.0 from 2.4.0</a></h2>
 
 <p>Updating the PhoneGap download directory:</p>
 
@@ -286,6 +287,7 @@ Also note that the cordova js script fil
 <li><p>Update the <code>Phonegap-2.5.0/lib/blackberry/bin</code> directory.</p></li>
 <li><p>Update the <code>VERSION</code> file in the <code>Phonegap-2.5.0/lib/blackberry</code> directory.</p></li>
 </ol>
+
 <p>Updating the example/ directory or migrating an existing project:</p>
 
 <ol>
@@ -296,9 +298,8 @@ Also note that the cordova js script fil
 <li><p>Copy the new <code>cordova-2.5.0.js</code> into your project.</p></li>
 <li><p>Update your HTML to use the new <code>cordova-2.5.0.js</code> file.</p></li>
 </ol>
-<h2>
-<a name="Upgrading%20BlackBerry_upgrade_to_2_4_0_from_2_3_0">Upgrade to 2.4.0 from 2.3.0</a>
-</h2>
+
+<h2><a name="Upgrading%20BlackBerry_upgrade_to_2_4_0_from_2_3_0">Upgrade to 2.4.0 from 2.3.0</a></h2>
 
 <p>Updating just the <code>www</code> directory:</p>
 
@@ -316,6 +317,7 @@ Also note that the cordova js script fil
 </li>
 <li><p>Update your HTML to use the new <code>cordova-2.4.0.js</code> file.</p></li>
 </ol>
+
 <p>Updating the sample directory (ie, updating using the ant tools):</p>
 
 <ol>
@@ -328,9 +330,8 @@ Also note that the cordova js script fil
 <li><p>Type <code>ant blackberry build</code> or <code>ant playbook build</code> to update the <code>www</code> directory with updated Cordova.</p></li>
 <li><p>Open the <code>www</code> directory and update your HTML to use the new <code>cordova-2.4.0.js</code> file.</p></li>
 </ol>
-<h2>
-<a name="Upgrading%20BlackBerry_upgrade_to_2_3_0_from_2_2_0">Upgrade to 2.3.0 from 2.2.0</a>
-</h2>
+
+<h2><a name="Upgrading%20BlackBerry_upgrade_to_2_3_0_from_2_2_0">Upgrade to 2.3.0 from 2.2.0</a></h2>
 
 <p>Updating just the <code>www</code> directory:</p>
 
@@ -348,6 +349,7 @@ Also note that the cordova js script fil
 </li>
 <li><p>Update your HTML to use the new <code>cordova-2.3.0.js</code> file.</p></li>
 </ol>
+
 <p>Updating the sample directory (ie, updating using the ant tools):</p>
 
 <ol>
@@ -360,9 +362,8 @@ Also note that the cordova js script fil
 <li><p>Type <code>ant blackberry build</code> or <code>ant playbook build</code> to update the <code>www</code> directory with updated Cordova.</p></li>
 <li><p>Open the <code>www</code> directory and update your HTML to use the new <code>cordova-2.3.0.js</code> file.</p></li>
 </ol>
-<h2>
-<a name="Upgrading%20BlackBerry_upgrade_to_2_2_0_from_2_1_0">Upgrade to 2.2.0 from 2.1.0</a>
-</h2>
+
+<h2><a name="Upgrading%20BlackBerry_upgrade_to_2_2_0_from_2_1_0">Upgrade to 2.2.0 from 2.1.0</a></h2>
 
 <p>Updating just the www directory:</p>
 
@@ -380,6 +381,7 @@ Also note that the cordova js script fil
 </li>
 <li><p>Update your HTML to use the new <code>cordova-2.2.0.js</code> file.</p></li>
 </ol>
+
 <p>Updating the sample directory (ie, updating using the ant tools):</p>
 
 <ol>
@@ -392,9 +394,8 @@ Also note that the cordova js script fil
 <li><p>Type <code>ant blackberry build</code> or <code>ant playbook build</code> to update the <code>www</code> directory with updated Cordova.</p></li>
 <li><p>Open the <code>www</code> directory and update your HTML to use the new <code>cordova-2.2.0.js</code> file.</p></li>
 </ol>
-<h2>
-<a name="Upgrading%20BlackBerry_upgrade_to_2_1_0_from_2_0_0">Upgrade to 2.1.0 from 2.0.0</a>
-</h2>
+
+<h2><a name="Upgrading%20BlackBerry_upgrade_to_2_1_0_from_2_0_0">Upgrade to 2.1.0 from 2.0.0</a></h2>
 
 <p>Updating just the <code>www</code> directory:</p>
 
@@ -411,6 +412,7 @@ Also note that the cordova js script fil
 </li>
 <li><p>Update your HTML to use the new <code>cordova-2.1.0.js</code> file.</p></li>
 </ol>
+
 <p>Updating the sample directory (ie, updating using the ant tools):</p>
 
 <ol>
@@ -422,9 +424,8 @@ Also note that the cordova js script fil
 <li><p>Type <code>ant blackberry build</code> or <code>ant playbook build</code> to update the <code>www</code> directory with updated Cordova.</p></li>
 <li><p>Open the <code>www</code> directory and update your HTML to use the new <code>cordova-2.1.0.js</code> file.</p></li>
 </ol>
-<h2>
-<a name="Upgrading%20BlackBerry_upgrade_to_2_0_0_from_1_9_0">Upgrade to 2.0.0 from 1.9.0</a>
-</h2>
+
+<h2><a name="Upgrading%20BlackBerry_upgrade_to_2_0_0_from_1_9_0">Upgrade to 2.0.0 from 1.9.0</a></h2>
 
 <p>Updating just the <code>www</code> directory:</p>
 
@@ -456,6 +457,7 @@ Contact plugins from:</p>
 </code></pre>
 </li>
 </ol>
+
 <p>Updating the sample directory (ie, updating using the ant tools):</p>
 
 <ol>
@@ -483,9 +485,8 @@ Capture and Contact plugins from:</p>
 </li>
 <li><p>To upgrade to 1.8.0, please go from 1.7.0</p></li>
 </ol>
-<h2>
-<a name="Upgrading%20BlackBerry_upgrade_to_1_8_0_from_1_7_0">Upgrade to 1.8.0 from 1.7.0</a>
-</h2>
+
+<h2><a name="Upgrading%20BlackBerry_upgrade_to_1_8_0_from_1_7_0">Upgrade to 1.8.0 from 1.7.0</a></h2>
 
 <p>Updating just the <code>www</code> directory:</p>
 
@@ -517,6 +518,7 @@ Contact plugins from:</p>
 </code></pre>
 </li>
 </ol>
+
 <p>Updating the sample directory (ie, updating using the ant tools):</p>
 
 <ol>
@@ -543,10 +545,12 @@ Capture and Contact plugins from:</p>
 </code></pre>
 </li>
 </ol>
-</div>
+
+            </div>
         </div>
 
         <!-- Functionality and Syntax Highlighting -->
-        <script type="text/javascript" src="index.js"></script><script type="text/javascript" src="prettify/prettify.js"></script>
-</body>
+        <script type="text/javascript" src="index.js"></script>
+        <script type="text/javascript" src="prettify/prettify.js"></script>
+    </body>
 </html>

Modified: cordova/site/public/docs/en/3.5.0/guide_platforms_firefoxos_index.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.5.0/guide_platforms_firefoxos_index.md.html?rev=1605933&r1=1605932&r2=1605933&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.5.0/guide_platforms_firefoxos_index.md.html (original)
+++ cordova/site/public/docs/en/3.5.0/guide_platforms_firefoxos_index.md.html Thu Jun 26 23:55:47 2014
@@ -17,16 +17,18 @@
     specific language governing permissions and limitations
     under the License.
 --><html lang="en">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no, width=device-width">
-<meta name="generator" content="joDoc">
-<title>Apache Cordova API Documentation</title>
-<link rel="stylesheet" type="text/css" href="index.css">
-<link rel="stylesheet" type="text/css" href="mobile.css" media="only screen and (max-device-width: 1024px)">
-<link rel="stylesheet" type="text/css" href="prettify/prettify.css">
-</head>
-<body>
+    <head>
+        <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+        <meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no, width=device-width">
+        <meta name="generator" content="joDoc">
+
+        <title>Apache Cordova API Documentation</title>
+
+        <link rel="stylesheet" type="text/css" href="index.css">
+        <link rel="stylesheet" type="text/css" href="mobile.css" media="only screen and (max-device-width: 1024px)">
+        <link rel="stylesheet" type="text/css" href="prettify/prettify.css">
+    </head>
+    <body>
         <div id="header">
             <h1><a href="index.html">Apache <strong>Cordova</strong> Documentation</a></h1>
             <small>
@@ -99,6 +101,7 @@
 <option value="3.1.0">3.1.0</option>
 <option value="2.0.0">2.0.0</option>
 </optgroup>
+<optgroup label="Polish" value="pl"><option value="edge">edge</option></optgroup>
 <optgroup label="Russian" value="ru">
 <option value="edge">edge</option>
 <option value="3.5.0">3.5.0</option>
@@ -115,7 +118,8 @@
 <option value="3.5.0">3.5.0</option>
 <option value="3.4.0">3.4.0</option>
 <option value="3.1.0">3.1.0</option>
-</optgroup></select></small>
+</optgroup></select>
+            </small>
         </div>
         <div id="subheader">
             <h1>Firefox OS Platform Guide</h1>
@@ -163,15 +167,11 @@ Testing and Debugging
 <p>This guide describes how to set up your development environment to
 create Cordova apps for Firefox OS devices, then test and publish those apps.</p>
 
-<h2>
-<a name="Firefox%20OS%20Platform%20Guide_requirements_and_support">Requirements and Support</a>
-</h2>
+<h2><a name="Firefox%20OS%20Platform%20Guide_requirements_and_support">Requirements and Support</a></h2>
 
 <p>Firefox OS apps are basically just web apps, with the addition of a manifest.webapp file that defines metadata about the app and allows it to be installed on Firefox OS devices. Any platform that Cordova supports can be used.To find out more about building web apps, consult the <a class="external" href="https://developer.mozilla.org/en-US/Apps">App Center</a> on <a class="external" href="https://developer.mozilla.org/en-US/">MDN</a>.</p>
 
-<h2>
-<a name="Firefox%20OS%20Platform%20Guide_installation_and_environment_setup">Installation and Environment Setup</a>
-</h2>
+<h2><a name="Firefox%20OS%20Platform%20Guide_installation_and_environment_setup">Installation and Environment Setup</a></h2>
 
 <p>First install <a class="external" href="http://nodejs.org/">Node.js</a>, then install the Cordova package like so:</p>
 
@@ -191,9 +191,7 @@ $ cd test-app
 
 <p>This creates a Firefox OS app in platforms/firefoxos/www directory, which currently looks the same except that it has a Firefox manifest file (manifest.webapp) inside the www directory.</p>
 
-<h2>
-<a name="Firefox%20OS%20Platform%20Guide_developing_your_app">Developing your app</a>
-</h2>
+<h2><a name="Firefox%20OS%20Platform%20Guide_developing_your_app">Developing your app</a></h2>
 
 <p>At this point you are ready to go — change the code inside test-app/www to whatever you want your app to be. You can add <a href="">supported plugins</a> to the app using "cordova plugin add", for example:</p>
 
@@ -224,11 +222,9 @@ cordova plugin add org.apache.cordova.vi
 
 <p>Note that a build step (i.e. cordova build) is not required when deploying to the Firefox OS platform, as Firefox OS apps are HTML-based, and therefore not compiled. </p>
 
-<h2>
-<a name="Firefox%20OS%20Platform%20Guide_testing_and_debugging">
+<h2><a name="Firefox%20OS%20Platform%20Guide_testing_and_debugging">
 Testing and Debugging
-</a>
-</h2>
+</a></h2>
 
 <p>The app can be tested using the Firefox OS <a class="external" href="https://developer.mozilla.org/en-US/Firefox_OS/Using_the_App_Manager">App Manager</a>.</p>
 
@@ -238,9 +234,7 @@ Testing and Debugging
 
 <p>Note: Before attempting to publish your app you should consider validating it using the <a class="external" href="https://marketplace.firefox.com/developers/validator">App validator</a>.</p>
 
-<h2>
-<a name="Firefox%20OS%20Platform%20Guide_publishing_your_app_on_the_firefox_marketplace">Publishing your app on the Firefox Marketplace</a>
-</h2>
+<h2><a name="Firefox%20OS%20Platform%20Guide_publishing_your_app_on_the_firefox_marketplace">Publishing your app on the Firefox Marketplace</a></h2>
 
 <p>You can submit your app to the Firefox Marketplace, or publish it yourself. Visit the <a class="external" href="https://developer.mozilla.org/en-US/Marketplace">Firefox Marketplace Zone</a> on MDN to find out more about how to do this; <a class="external" href="https://developer.mozilla.org/en-US/Marketplace/Publishing/Publish_options">App publishing options</a> is the best place to start.</p>
 
@@ -248,6 +242,7 @@ Testing and Debugging
         </div>
 
         <!-- Functionality and Syntax Highlighting -->
-        <script type="text/javascript" src="index.js"></script><script type="text/javascript" src="prettify/prettify.js"></script>
-</body>
+        <script type="text/javascript" src="index.js"></script>
+        <script type="text/javascript" src="prettify/prettify.js"></script>
+    </body>
 </html>