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 [8/11] - in /cordova/site/public/docs/en: 3.5.0/ edge/

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=1605933&r1=1605932&r2=1605933&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 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 Configuration</h1>
@@ -245,11 +249,22 @@ values are <code>ERROR</code>, <code>WAR
 parameter in the global configuration of this xml file. This Android-specific
 element is deprecated in favor of the global <code>Fullscreen</code> element, and will
 be removed in a future version.</p></li>
+<li>
+<p><code>AndroidLaunchMode</code> (string, defaults to <code>singleTop</code>): Sets the Activity
+<code>android:launchMode</code> attribute.  This changes what happens when the app is
+launched from app icon or intent and is already running.
+Valid values are <code>standard</code>, <code>singleTop</code>, <code>singleTask</code>, <code>singleInstance</code>.</p>
+
+<pre class="prettyprint"><code>&lt;preference name="AndroidLaunchMode" value="singleTop"/&gt;
+</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/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=1605933&r1=1605932&r2=1605933&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 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 Platform Guide</h1>
@@ -169,9 +173,7 @@ platform-centered shell tools or cross-p
 development. For a comparison of the two development paths, see the
 <a href="guide_overview_index.md.html#Overview">Overview</a>.  For details on the CLI, see <a href="guide_cli_index.md.html#The%20Command-Line%20Interface">The Command-Line Interface</a>.</p>
 
-<h2>
-<a name="Android%20Platform%20Guide_requirements_and_support">Requirements and Support</a>
-</h2>
+<h2><a name="Android%20Platform%20Guide_requirements_and_support">Requirements and Support</a></h2>
 
 <p>Cordova for Android requires the Android SDK. See the Android SDK's
 <a class="external" href="http://developer.android.com/sdk/index.html">System Requirements</a>.</p>
@@ -183,9 +185,7 @@ they dip below 5% on Google's
 Android versions earlier than API level 10, and the 3.x versions (Honeycomb,
 API levels 11-13) fall significantly below that 5% threshold.</p>
 
-<h2>
-<a name="Android%20Platform%20Guide_install_cordova_shell_tools">Install Cordova Shell Tools</a>
-</h2>
+<h2><a name="Android%20Platform%20Guide_install_cordova_shell_tools">Install Cordova Shell Tools</a></h2>
 
 <p>If you want to use Cordova's Android-centered shell tools in
 conjunction with the SDK, download Cordova from
@@ -246,6 +246,7 @@ SDK, for example:</p>
 </li>
 <li><p>Save the value and close both dialog boxes.</p></li>
 </ol>
+
 <p>You may also need to enable Java and Ant. Open a command prompt and
 type <code>java</code>, and also type <code>ant</code>. Append to the <code>PATH</code> whichever of
 these fails to run:</p>
@@ -253,9 +254,7 @@ these fails to run:</p>
 <pre class="prettyprint"><code>    ;%JAVA_HOME%\bin;%ANT_HOME%\bin
 </code></pre>
 
-<h2>
-<a name="Android%20Platform%20Guide_open_a_new_project_in_the_sdk">Open a New Project in the SDK</a>
-</h2>
+<h2><a name="Android%20Platform%20Guide_open_a_new_project_in_the_sdk">Open a New Project in the SDK</a></h2>
 
 <p>At this point, to create a new project you can choose between the
 cross-platform CLI tool described in <a href="guide_cli_index.md.html#The%20Command-Line%20Interface">The Command-Line Interface</a>, or
@@ -292,6 +291,7 @@ subdirectory. Alternately, if you use th
 simply navigate to the <code>hello</code> directory.</p></li>
 <li><p>Press <strong>Finish</strong>.</p></li>
 </ol>
+
 <p>Once the Eclipse window opens, a red <strong>X</strong> may appear to indicate
 unresolved problems. If so, follow these additional steps:</p>
 
@@ -302,9 +302,8 @@ unresolved problems. If so, follow these
 <li><p>Click <strong>OK</strong>.</p></li>
 <li><p>Select <strong>Clean</strong> from the <strong>Project</strong> menu. This should correct all the errors in the project.</p></li>
 </ol>
-<h2>
-<a name="Android%20Platform%20Guide_build_the_project">Build the Project</a>
-</h2>
+
+<h2><a name="Android%20Platform%20Guide_build_the_project">Build the Project</a></h2>
 
 <p>If you are using the CLI in development, the project directory's
 top-level <code>www</code> directory contains the source files. Run either of
@@ -331,9 +330,7 @@ release:</p>
     C:\path\to\project\cordova\build.bat --release
 </code></pre>
 
-<h2>
-<a name="Android%20Platform%20Guide_configure_an_emulator">Configure an Emulator</a>
-</h2>
+<h2><a name="Android%20Platform%20Guide_configure_an_emulator">Configure an Emulator</a></h2>
 
 <p>You can use either the <code>cordova</code> CLI utility or Cordova's
 Android-centered shell tools to run an app in an emulator.  Either
@@ -349,6 +346,7 @@ separately from Eclipse.  There are two 
 <p><img src="img/guide/platforms/android/eclipse_android_sdk_button.png" alt="" title=""></p>
 </li>
 </ol>
+
 <p>Once open, the Android SDK Manager displays various runtime libraries:</p>
 
 <p><img src="img/guide/platforms/android/asdk_window.png" alt="" title=""></p>
@@ -374,9 +372,7 @@ additional controls available for hardwa
 
 <p><img src="img/guide/platforms/android/asdk_emulator.png" alt="" title=""></p>
 
-<h2>
-<a name="Android%20Platform%20Guide_deploy_to_emulator">Deploy to Emulator</a>
-</h2>
+<h2><a name="Android%20Platform%20Guide_deploy_to_emulator">Deploy to Emulator</a></h2>
 
 <p>At this point you can use the <code>cordova</code> CLI utility to deploy the
 application to the emulator from the command line:</p>
@@ -423,6 +419,7 @@ current development system's CPU, suppor
 <li>
 <strong>AMD Virtualization</strong> (AMD-V, SVM), only supported for Linux (Since May 2006, all CPUs AMD include AMD-V, except Sempron).</li>
 </ul>
+
 <p>Another way to find out if your Intel processor supports VT-x Technology, it's by executing the 
 <code>Intel Processor Identification Utility</code>, for <code>Windows</code>you can download it from the Intel <a class="external" href="https://downloadcenter.intel.com/Detail_Desc.aspx?ProductID=1881&amp;DwnldID=7838">Download Center</a>,
 or you can use the <a class="external" href="https://downloadcenter.intel.com/Detail_Desc.aspx?ProductID=1881&amp;DwnldID=7840&amp;lang=eng">booteable utility</a>, which is <code>OS Independent</code>.</p>
@@ -455,9 +452,8 @@ at <code>extras/intel/Hardware_Accelerat
 <li><p>When starting the emulator, ensure there are no error messages
 indicating a failure to load HAX modules.</p></li>
 </ol>
-<h2>
-<a name="Android%20Platform%20Guide_deploy_to_device">Deploy to Device</a>
-</h2>
+
+<h2><a name="Android%20Platform%20Guide_deploy_to_device">Deploy to Device</a></h2>
 
 <p>To push an app directly to the device, make sure USB debugging is
 enabled on your device as described on the
@@ -481,9 +477,7 @@ otherwise it prompts to specify an emula
 <p>To run the app from within Eclipse, right-click the project and choose
 <strong>Run As → Android Application</strong>.</p>
 
-<h2>
-<a name="Android%20Platform%20Guide_other_commands">Other Commands</a>
-</h2>
+<h2><a name="Android%20Platform%20Guide_other_commands">Other Commands</a></h2>
 
 <p>The following generates a detailed log of the app as it runs:</p>
 
@@ -501,6 +495,7 @@ otherwise it prompts to specify an emula
         </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/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=1605933&r1=1605932&r2=1605933&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 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 Plugins</h1>
@@ -182,9 +186,7 @@ state should implement the <code>onReset
 when the <code>WebView</code> navigates to a new page or refreshes, which reloads
 the JavaScript.</p>
 
-<h2>
-<a name="Android%20Plugins_plugin_class_mapping">Plugin Class Mapping</a>
-</h2>
+<h2><a name="Android%20Plugins_plugin_class_mapping">Plugin Class Mapping</a></h2>
 
 <p>The plugin's JavaScript interface uses the <code>cordova.exec</code> method as
 follows:</p>
@@ -211,9 +213,7 @@ more information on how to use the <code
 The value is the Java class's fully qualified namespace identifier.
 Otherwise, the plugin may compile but still be unavailable to Cordova.</p>
 
-<h2>
-<a name="Android%20Plugins_plugin_initialization_and_lifetime">Plugin Initialization and Lifetime</a>
-</h2>
+<h2><a name="Android%20Plugins_plugin_initialization_and_lifetime">Plugin Initialization and Lifetime</a></h2>
 
 <p>One instance of a plugin object is created for the life of each
 <code>WebView</code>. Plugins are not instantiated until they are first
@@ -235,9 +235,7 @@ public void initialize(CordovaInterface 
 }
 </code></pre>
 
-<h2>
-<a name="Android%20Plugins_writing_an_android_java_plugin">Writing an Android Java Plugin</a>
-</h2>
+<h2><a name="Android%20Plugins_writing_an_android_java_plugin">Writing an Android Java Plugin</a></h2>
 
 <p>A JavaScript call fires off a plugin request to the native side, and
 the corresponding Java plugin is mapped properly in the <code>config.xml</code>
@@ -264,9 +262,7 @@ private class method to dispatch with op
 sake of clarity that errors returned to JavaScript match Java's
 exception names as much as possible.</p>
 
-<h2>
-<a name="Android%20Plugins_threading">Threading</a>
-</h2>
+<h2><a name="Android%20Plugins_threading">Threading</a></h2>
 
 <p>The plugin's JavaScript does <em>not</em> run in the main thread of the
 <code>WebView</code> interface; instead, it runs on the <code>WebCore</code> thread, as
@@ -308,9 +304,7 @@ thread, but do not want to block the <co
     }
 </code></pre>
 
-<h2>
-<a name="Android%20Plugins_echo_android_plugin_example">Echo Android Plugin Example</a>
-</h2>
+<h2><a name="Android%20Plugins_echo_android_plugin_example">Echo Android Plugin Example</a></h2>
 
 <p>To match the JavaScript interface's <em>echo</em> feature described in
 Application Plugins, use the <code>plugin.xml</code> to inject a <code>feature</code>
@@ -379,9 +373,7 @@ callback.  If the various checks pass, t
 passes the original <code>message</code> string back to JavaScript's success
 callback as a parameter.</p>
 
-<h2>
-<a name="Android%20Plugins_android_integration">Android Integration</a>
-</h2>
+<h2><a name="Android%20Plugins_android_integration">Android Integration</a></h2>
 
 <p>Android features an <code>Intent</code> system that allows processes to
 communicate with each other.  Plugins have access to a
@@ -396,11 +388,9 @@ the <code>Intent</code> returns to the a
 methods exist on the <code>Context</code>, so both <code>getContext()</code> and
 <code>getActivity()</code> can return the required object.</p>
 
-<h2>
-<a name="Android%20Plugins_debugging_android_plugins">
+<h2><a name="Android%20Plugins_debugging_android_plugins">
 Debugging Android Plugins
-</a>
-</h2>
+</a></h2>
 
 <p>Eclipse allows you to debug plugins as Java source included in the
 project.  Only the latest version of the Android Developer Tools
@@ -411,6 +401,7 @@ feature is not yet fully supported.</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/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=1605933&r1=1605932&r2=1605933&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 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 Shell Tool Guide</h1>
@@ -181,9 +185,7 @@ plugin features across all platforms, se
 Plugins</a>. See Application Plugins for details on how to develop
 plugins.</p>
 
-<h2>
-<a name="Android%20Shell%20Tool%20Guide_create_a_project">Create a Project</a>
-</h2>
+<h2><a name="Android%20Shell%20Tool%20Guide_create_a_project">Create a Project</a></h2>
 
 <p>Run the <code>create</code> command, specifying the existing path to the project,
 the reverse-domain-style package identifier, and the app's display
@@ -194,9 +196,7 @@ name.  Here is the syntax for both Mac/L
     C:\&gt;\path\to\cordova-android\bin\create.bat \path\to\project com.example.project_name ProjectName
 </code></pre>
 
-<h2>
-<a name="Android%20Shell%20Tool%20Guide_build">Build</a>
-</h2>
+<h2><a name="Android%20Shell%20Tool%20Guide_build">Build</a></h2>
 
 <p>This cleans then builds a project.</p>
 
@@ -214,9 +214,7 @@ name.  Here is the syntax for both Mac/L
     C:\&gt;\path\to\project\cordova\build.bat --release
 </code></pre>
 
-<h2>
-<a name="Android%20Shell%20Tool%20Guide_run_the_app">Run the App</a>
-</h2>
+<h2><a name="Android%20Shell%20Tool%20Guide_run_the_app">Run the App</a></h2>
 
 <p>The <code>run</code> command accepts the following <em>optional</em> parameters:</p>
 
@@ -232,33 +230,28 @@ C:\&gt;\path\to\project\cordova\run.bat 
 </code></pre>
 </li>
 </ul>
+
 <p>Make sure you create at least one Android Virtual Device, otherwise
 you're prompted to do so with the <code>android</code> command.  If more than one
 AVD is available as a target, you're prompted to select one. By
 default the <code>run</code> command detects a connected device, or a currently
 running emulator if no device is found.</p>
 
-<h2>
-<a name="Android%20Shell%20Tool%20Guide_logging">Logging</a>
-</h2>
+<h2><a name="Android%20Shell%20Tool%20Guide_logging">Logging</a></h2>
 
 <pre class="prettyprint"><code>    $ /path/to/project/cordova/log
 
     C:\&gt;\path\to\project\cordova\log.bat
 </code></pre>
 
-<h2>
-<a name="Android%20Shell%20Tool%20Guide_cleaning">Cleaning</a>
-</h2>
+<h2><a name="Android%20Shell%20Tool%20Guide_cleaning">Cleaning</a></h2>
 
 <pre class="prettyprint"><code>    $ /path/to/project/cordova/clean
 
     C:\&gt;\path\to\project\cordova\clean.bat
 </code></pre>
 
-<h2>
-<a name="Android%20Shell%20Tool%20Guide_manual_use_of_ant">Manual Use of Ant</a>
-</h2>
+<h2><a name="Android%20Shell%20Tool%20Guide_manual_use_of_ant">Manual Use of Ant</a></h2>
 
 <p>If you wish to call Ant directly from the command line such as
 <code>ant debug install</code>, you need to specify additional parameters to the ant
@@ -280,6 +273,7 @@ instead of calling Ant directly from the
         </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/edge/guide_platforms_android_upgrade.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/edge/guide_platforms_android_upgrade.md.html?rev=1605933&r1=1605932&r2=1605933&view=diff
==============================================================================
--- cordova/site/public/docs/en/edge/guide_platforms_android_upgrade.md.html (original)
+++ cordova/site/public/docs/en/edge/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,17 +207,16 @@ 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;
 </code></pre>
 
-<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>
+<p><strong>WARNING:</strong>  On Android 4.4 - Android 4.4.3, 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.</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/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=1605933&r1=1605932&r2=1605933&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 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/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=1605933&r1=1605932&r2=1605933&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 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/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=1605933&r1=1605932&r2=1605933&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 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/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=1605933&r1=1605932&r2=1605933&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 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/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=1605933&r1=1605932&r2=1605933&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 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>