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

Modified: cordova/site/public/docs/en/3.5.0/guide_cli_index.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.5.0/guide_cli_index.md.html?rev=1605933&r1=1605932&r2=1605933&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.5.0/guide_cli_index.md.html (original)
+++ cordova/site/public/docs/en/3.5.0/guide_cli_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>The Command-Line Interface</h1>
@@ -173,9 +177,7 @@ workflow described in the <a href="guide
 CLI to initialize project code, then switch to various platforms' SDKs
 and shell tools for continued development.</p>
 
-<h2>
-<a name="The%20Command-Line%20Interface_prerequisites">Prerequisites</a>
-</h2>
+<h2><a name="The%20Command-Line%20Interface_prerequisites">Prerequisites</a></h2>
 
 <p>Before running any command-line tools, you need to install SDKs for
 each platform you wish to target.
@@ -190,11 +192,11 @@ platform's SDK. The CLI supports the fol
 <li>Amazon Fire OS  (Mac, Linux, Windows)</li>
 <li>Android         (Mac, Linux, Windows)</li>
 <li>BlackBerry 10   (Mac, Linux, Windows)</li>
-<li>Windows Phone 7 (Windows)</li>
 <li>Windows Phone 8 (Windows)</li>
 <li>Windows 8       (Windows)</li>
 <li>Firefox OS      (Mac, Linux, Windows)</li>
 </ul>
+
 <p>On the Mac, the command-line is available via the <em>Terminal</em>
 application. On the PC, it's available as <em>Command Prompt</em> under
 <em>Accessories</em>.</p>
@@ -208,9 +210,7 @@ environment or in dual-boot mode. For av
 the more it makes sense to maintain a remote source code repository,
 whose assets you pull down to local working directories.</p>
 
-<h2>
-<a name="The%20Command-Line%20Interface_installing_the_cordova_cli">Installing the Cordova CLI</a>
-</h2>
+<h2><a name="The%20Command-Line%20Interface_installing_the_cordova_cli">Installing the Cordova CLI</a></h2>
 
 <p>The Cordova command-line tool is distributed as an npm package in a
 ready-to-use format. It is not necessary to compile it from source.</p>
@@ -254,6 +254,7 @@ available on using <code>npm</code> with
 </code></pre>
 </li>
 </ul>
+
 <p>The <code>-g</code> flag above tells <code>npm</code> to install <code>cordova</code> globally. Otherwise
 it will be installed in the <code>node_modules</code> subdirectory of the current
 working directory.</p>
@@ -271,9 +272,8 @@ platform SDKs.</p>
 print help text.</p>
 </li>
 </ol>
-<h2>
-<a name="The%20Command-Line%20Interface_create_the_app">Create the App</a>
-</h2>
+
+<h2><a name="The%20Command-Line%20Interface_create_the_app">Create the App</a></h2>
 
 <p>Go to the directory where you maintain your source code, and run a
 command such as the following:</p>
@@ -307,9 +307,7 @@ file, but do be aware that there may be 
 using this value, such as Java class names. The default value is <code>HelloCordova</code>,
 but it is recommended that you select an appropriate value.</p>
 
-<h2>
-<a name="The%20Command-Line%20Interface_add_platforms">Add Platforms</a>
-</h2>
+<h2><a name="The%20Command-Line%20Interface_add_platforms">Add Platforms</a></h2>
 
 <p>All subsequent commands need to be run within the project's directory,
 or any subdirectories within its scope:</p>
@@ -332,8 +330,7 @@ SDK.  Run any of these from a Mac:</p>
 <p>Run any of these from a Windows machine, where <em>wp</em> refers to
 different versions of the Windows Phone operating system:</p>
 
-<pre class="prettyprint"><code>    $ cordova platform add wp7
-    $ cordova platform add wp8
+<pre class="prettyprint"><code>    $ cordova platform add wp8
     $ cordova platform add windows8
     $ cordova platform add amazon-fireos
     $ cordova platform add android
@@ -383,9 +380,7 @@ then switch to an SDK for native work.</
 <p>Read on if you wish to use the cross-platform workflow approach (the CLI) for the entire
 development cycle.</p>
 
-<h2>
-<a name="The%20Command-Line%20Interface_build_the_app">Build the App</a>
-</h2>
+<h2><a name="The%20Command-Line%20Interface_build_the_app">Build the App</a></h2>
 
 <p>By default, the <code>cordova create</code> script generates a skeletal web-based
 application whose home page is the project's <code>www/index.html</code> file.
@@ -417,9 +412,7 @@ an alternative to modify and compile the
 Cordova generates within <code>platforms/ios</code>. You can use the same
 approach with other platforms' SDKs.</p>
 
-<h2>
-<a name="The%20Command-Line%20Interface_test_the_app_on_an_emulator_or_device">Test the App on an Emulator or Device</a>
-</h2>
+<h2><a name="The%20Command-Line%20Interface_test_the_app_on_an_emulator_or_device">Test the App on an Emulator or Device</a></h2>
 
 <p>SDKs for mobile platforms often come bundled with emulators that
 execute a device image, so that you can launch the app from the home
@@ -462,9 +455,7 @@ the device, and perhaps add a USB driver
 environmnent.
 See <a href="guide_platforms_index.md.html#Platform%20Guides">Platform Guides</a> for details on each platform's requirements.</p>
 
-<h2>
-<a name="The%20Command-Line%20Interface_add_plugin_features">Add Plugin Features</a>
-</h2>
+<h2><a name="The%20Command-Line%20Interface_add_plugin_features">Add Plugin Features</a></h2>
 
 <p>When you build and view a new project, the default application that
 appears doesn't do very much. You can modify the app in many ways to
@@ -575,6 +566,7 @@ $ cordova plugin add org.apache.cordova.
 </code></pre>
 </li>
 </ul>
+
 <p><strong>NOTE</strong>: The CLI adds plugin code as appropriate for each platform.
 If you want to develop with lower-level shell tools or platform SDKs
 as discussed in the <a href="guide_overview_index.md.html#Overview">Overview</a>, you need to run the Plugman utility to
@@ -602,9 +594,7 @@ argument for each command:</p>
 <pre class="prettyprint"><code>    $ cordova plugin add org.apache.cordova.console org.apache.cordova.device
 </code></pre>
 
-<h2>
-<a name="The%20Command-Line%20Interface_advanced_plugin_options">Advanced Plugin Options</a>
-</h2>
+<h2><a name="The%20Command-Line%20Interface_advanced_plugin_options">Advanced Plugin Options</a></h2>
 
 <p>When adding a plugin, several options allow you to specify from where
 to fetch the plugin. The examples above use a well-known
@@ -653,9 +643,7 @@ contains the <code>plugin.xml</code> fil
 <pre class="prettyprint"><code>    $ cordova plugin add ../my_plugin_dir
 </code></pre>
 
-<h2>
-<a name="The%20Command-Line%20Interface_using_merges_to_customize_each_platform">Using merges to Customize Each Platform</a>
-</h2>
+<h2><a name="The%20Command-Line%20Interface_using_merges_to_customize_each_platform">Using merges to Customize Each Platform</a></h2>
 
 <p>While Cordova allows you to easily deploy an app for many different
 platforms, sometimes you need to add customizations.  In that case,
@@ -690,6 +678,7 @@ example:</p>
 </code></pre>
 </li>
 </ul>
+
 <p>When you rebuild the project, the Android version features the custom
 font size, while others remain unchanged.</p>
 
@@ -700,9 +689,7 @@ graphic into the iOS interface, stored i
 instead capture <code><a href="cordova_events_events.md.html#backbutton">backbutton</a></code> events from the corresponding hardware
 button.</p>
 
-<h2>
-<a name="The%20Command-Line%20Interface_help_commands">Help Commands</a>
-</h2>
+<h2><a name="The%20Command-Line%20Interface_help_commands">Help Commands</a></h2>
 
 <p>Cordova features a couple of global commands, which may help you if
 you get stuck or experience a problem.  The <code>help</code> command displays
@@ -725,9 +712,7 @@ a local <code>info.txt</code> file.</p>
 <p><strong>NOTE</strong>: Currently, only details on iOS and Android platforms are
 available.</p>
 
-<h2>
-<a name="The%20Command-Line%20Interface_updating_cordova_and_your_project">Updating Cordova and Your Project</a>
-</h2>
+<h2><a name="The%20Command-Line%20Interface_updating_cordova_and_your_project">Updating Cordova and Your Project</a></h2>
 
 <p>After installing the <code>cordova</code> utility, you can always update it to
 the latest version by running the following command:</p>
@@ -772,6 +757,7 @@ you're building:</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_hybrid_plugins_index.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.5.0/guide_hybrid_plugins_index.md.html?rev=1605933&r1=1605932&r2=1605933&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.5.0/guide_hybrid_plugins_index.md.html (original)
+++ cordova/site/public/docs/en/3.5.0/guide_hybrid_plugins_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>Plugin Development Guide</h1>
@@ -182,9 +186,7 @@ is best to look over
 <a class="external" href="http://cordova.apache.org/#contribute">existing plugins</a>
 for guidance.</p>
 
-<h2>
-<a name="Plugin%20Development%20Guide_building_a_plugin">Building a Plugin</a>
-</h2>
+<h2><a name="Plugin%20Development%20Guide_building_a_plugin">Building a Plugin</a></h2>
 
 <p>Application developers use the CLI's <code>plugin add</code> command (discussed
 in <a href="guide_cli_index.md.html#The%20Command-Line%20Interface">The Command-Line Interface</a>) to apply a plugin to a project. The
@@ -231,9 +233,7 @@ the platform-specific <code>config.xml</
 the additional code library.  The <code>header-file</code> and <code>source-file</code> tags
 specify the path to the library's component files.</p>
 
-<h2>
-<a name="Plugin%20Development%20Guide_validating_a_plugin">Validating a Plugin</a>
-</h2>
+<h2><a name="Plugin%20Development%20Guide_validating_a_plugin">Validating a Plugin</a></h2>
 
 <p>You can use the <code>plugman</code> utility to check whether the plugin installs
 correctly for each platform.  Install <code>plugman</code> with the following
@@ -261,9 +261,7 @@ dependencies load properly:</p>
 For information on how to actually <em>debug</em> plugins, see each
 platform's native interface listed at the bottom of this page.</p>
 
-<h2>
-<a name="Plugin%20Development%20Guide_the_javascript_interface">The JavaScript Interface</a>
-</h2>
+<h2><a name="Plugin%20Development%20Guide_the_javascript_interface">The JavaScript Interface</a></h2>
 
 <p>The JavaScript provides the front-facing interface, making it perhaps
 the most important part of the plugin.  You can structure your
@@ -296,9 +294,8 @@ guides listed below.</p></li>
 <li><p><code>[/* arguments */]</code>: An array of arguments to pass into the native
 environment.</p></li>
 </ul>
-<h2>
-<a name="Plugin%20Development%20Guide_sample_javascript">Sample JavaScript</a>
-</h2>
+
+<h2><a name="Plugin%20Development%20Guide_sample_javascript">Sample JavaScript</a></h2>
 
 <p>This example shows one way to implement the plugin's JavaScript
 interface:</p>
@@ -329,9 +326,7 @@ callback function <code>window.echo</cod
 the error callback, it simply calls the success callback and passes it
 a default string.</p>
 
-<h2>
-<a name="Plugin%20Development%20Guide_native_interfaces">Native Interfaces</a>
-</h2>
+<h2><a name="Plugin%20Development%20Guide_native_interfaces">Native Interfaces</a></h2>
 
 <p>Once you define JavaScript for your plugin, you need to complement it
 with at least one native implementation. Details for each platform are
@@ -344,11 +339,10 @@ listed below, and each builds on the sim
 <li><a href="guide_platforms_blackberry10_plugin.md.html#BlackBerry%2010%20Plugins">BlackBerry 10 Plugins</a></li>
 <li><a href="guide_platforms_wp8_plugin.md.html#Windows%20Phone%20Plugins">Windows Phone Plugins</a></li>
 </ul>
+
 <p>The Tizen platform does not support plugins.</p>
 
-<h2>
-<a name="Plugin%20Development%20Guide_publishing_plugins">Publishing Plugins</a>
-</h2>
+<h2><a name="Plugin%20Development%20Guide_publishing_plugins">Publishing Plugins</a></h2>
 
 <p>Once you develop your plugin, you may want to publish and share it
 with the community. You can publish your plugin to the Cordova
@@ -374,6 +368,7 @@ commands.</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_hybrid_webviews_index.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.5.0/guide_hybrid_webviews_index.md.html?rev=1605933&r1=1605932&r2=1605933&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.5.0/guide_hybrid_webviews_index.md.html (original)
+++ cordova/site/public/docs/en/3.5.0/guide_hybrid_webviews_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>Embedding WebViews</h1>
@@ -169,10 +173,12 @@ supported platforms:</p>
 <li><a href="guide_platforms_android_webview.md.html#Android%20WebViews">Android WebViews</a></li>
 <li><a href="guide_platforms_ios_webview.md.html#iOS%20WebViews">iOS WebViews</a></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_next_index.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.5.0/guide_next_index.md.html?rev=1605933&r1=1605932&r2=1605933&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.5.0/guide_next_index.md.html (original)
+++ cordova/site/public/docs/en/3.5.0/guide_next_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>Next Steps</h1>
@@ -189,11 +193,10 @@ Testing on a simulator vs. on a real dev
 <li>
 <a href="guide_next_index.md.html#Getting%20Help">Getting Help</a> </li>
 </ul>
+
 <h1><a name="Best%20Practices">Best Practices</a></h1>
 
-<h2>
-<a name="Best%20Practices_1_spa_is_your_friend">1) SPA Is Your Friend</a>
-</h2>
+<h2><a name="Best%20Practices_1_spa_is_your_friend">1) SPA Is Your Friend</a></h2>
 
 <p>First and foremost - your Cordova applications should adopt the SPA (Single Page Application) design. Loosely defined, a SPA is a client-side application that is run from one request of a web page. The user loads an initial set of resources (HTML, CSS, and JavaScript) and further updates (showing a new view, loading data) is done via AJAX. SPAs are commonly used for more complex client-side applications. GMail is a great example of this. After you load GMail, mail views, editing, and organization are all done by updating the DOM instead of actually leaving the current page to load a completely new one. </p>
 
@@ -212,11 +215,10 @@ Testing on a simulator vs. on a real dev
 <li><a class="external" href="http://www.sencha.com/products/touch/">Sencha Touch</a></li>
 <li><a href="jquerymobile.com">jQuery Mobile</a></li>
 </ul>
+
 <p>And many, many, more.</p>
 
-<h2>
-<a name="Best%20Practices_2_performance_considerations">2) Performance Considerations</a>
-</h2>
+<h2><a name="Best%20Practices_2_performance_considerations">2) Performance Considerations</a></h2>
 
 <p>One of the biggest mistakes a new Cordova developer can make is to assume that the performance they get on a desktop machine is the same they will get on a mobile device. While our mobile devices have gotten more powerful every year, they still lack the power and performance of a desktop. Mobile devices typically have much less RAM and a GPU that is a far cry from their desktop (or even laptop) brethren. A full list of tips here would be too much, but here are a few things to keep in mind (with a list of longer resources at the end for further research).</p>
 
@@ -233,9 +235,8 @@ Testing on a simulator vs. on a real dev
 <li><a class="external" href="http://coenraets.org/blog/2013/10/top-10-performance-techniques-for-phonegap-and-hybrid-apps-slides-available/">"Top Ten Performance Tips for PhoneGap and Hybrid Apps"</a></li>
 <li>"Fast Apps and Sites with JavaScript": http://channel9.msdn.com/<a href="cordova_events_events.md.html#Events">Events</a>/Build/2013/4-313</li>
 </ul>
-<h2>
-<a name="Best%20Practices_3_recognize_and_handle_offline_status">3) Recognize and Handle Offline Status</a>
-</h2>
+
+<h2><a name="Best%20Practices_3_recognize_and_handle_offline_status">3) Recognize and Handle Offline Status</a></h2>
 
 <p>See the previous tip about networks. Not only can you be on a slow network, it is entirely possible for your application to be completely offline. Your application should handle this in an intelligent manner. If your application does not, people will think your application is broken. Given how easy it is to handle (Cordova supports listening for both an offline and online event), there is absolutely no reason for your application to not respond well when run offline. Be sure to test (see the <a href="guide_next_index.md.html#Testing">Testing</a> section below) your application and be sure to test how your application handles when you start in one state and then switch to another.</p>
 
@@ -244,9 +245,7 @@ Testing on a simulator vs. on a real dev
 
 <h1><a name="Handling%20Upgrades">Handling Upgrades</a></h1>
 
-<h2>
-<a name="Handling%20Upgrades_upgrading_cordova_projects">Upgrading Cordova Projects</a>
-</h2>
+<h2><a name="Handling%20Upgrades_upgrading_cordova_projects">Upgrading Cordova Projects</a></h2>
 
 <p>If your existing project was created using Cordova 3.x, you can upgrade the project by issuing the following:</p>
 
@@ -263,13 +262,12 @@ Testing on a simulator vs. on a real dev
 <li>Build your project</li>
 <li>Test, test, test!</li>
 </ul>
+
 <p>Regardless of the project's prior version, it is absolutely critical that you read up on what was changed in the updated version, as the update may break your code. The best place to find this information will be in the release notes published both in the repositories and on the Cordova blog. You will want to test your app thoroughly in order to verify that it is working correctly after you perform the update.</p>
 
 <p>Note: some plugins may not be compatible with the new version of Cordova. If a plugin is not compatible, you may be able to find a replacement plugin that does what you need, or you may need to delay upgrading your project. Alternatively, alter the plugin so that it does work under the new version and contribute back to the community.</p>
 
-<h2>
-<a name="Handling%20Upgrades_plugin_upgrades">Plugin Upgrades</a>
-</h2>
+<h2><a name="Handling%20Upgrades_plugin_upgrades">Plugin Upgrades</a></h2>
 
 <p>As of Cordova 3.4, there is no mechanism for upgrading changed plugins using a single command. Instead, remove the plugin and add it back to your project, and the new version will be installed:</p>
 
@@ -287,10 +285,8 @@ cordova plugin add com.some.plugin
 
 <p><a href="guide_next_index.md.html#Testing">Testing</a> your applications is super important. The Cordova team uses Jasmine but any web friendly unit testing solution will do. </p>
 
-<h2>
-<a name="Testing_testing_on_a_simulator_vs_on_a_real_device">
-Testing on a simulator vs. on a real device</a>
-</h2>
+<h2><a name="Testing_testing_on_a_simulator_vs_on_a_real_device">
+Testing on a simulator vs. on a real device</a></h2>
 
 <p>It’s not uncommon to use desktop browsers and device simulators/emulators when developing a Cordova application. However, it is incredibly important that you test your app on as many physical devices as you possibly can:</p>
 
@@ -301,6 +297,7 @@ Testing on a simulator vs. on a real dev
 <li>It's impossible to get a good feel for how your app responds to your touch by using a simulator or an emulator. Instead, running the app on a real device can point out problems with the sizes of user interface elements, responsiveness, etc.</li>
 <li>Although it would be nice to be able to test only on one device per platform, it is best to test on many devices sporting many different OS versions. For example, what works on your particular Android smartphone may fail on another Android device. What works on an iOS 7 device may fail on an iOS 6 device.</li>
 </ul>
+
 <p>It is, of course, impossible to test on every possible device on the market. For this reason, it’s wise to recruit many testers who have different devices. Although they won’t catch every problem, chances are good that they will discover quirks and issues that you would never find alone.</p>
 
 <p>Tip: It is possible on Android Nexus devices to easily flash different versions of Android onto the device. This simple process will allow you to easily test your application on different levels of Android with a single device, without voiding your warranty or requiring you to “jailbreak” or “root” your device. The Google Android factory images and instructions are located at: https://developers.google.com/android/nexus/images#instructions</p>
@@ -309,37 +306,27 @@ Testing on a simulator vs. on a real dev
 
 <p><a href="guide_next_index.md.html#Debugging">Debugging</a> Cordova requires some setup. Unlike a desktop application, you can't simply open dev tools on your mobile device and start debugging, luckily there are some great alternatives.</p>
 
-<h2>
-<a name="Debugging_safari_remote_debugging">Safari Remote Debugging
-</a>
-</h2>
+<h2><a name="Debugging_safari_remote_debugging">Safari Remote Debugging
+</a></h2>
 
 <p>The first option is Safari Remote <a href="guide_next_index.md.html#Debugging">Debugging</a>. This works only on OSX and only with iOS 6 (and higher). It uses Safari to connect to your device (or the simulator) and will connect the browser's dev tools to the Cordova application. You get what you expect from dev tools - DOM inspection/manipulation, a JavaScript debugger, network inspection, the console, and more. For more details, see this excellent blog post: <a class="external" href="http://moduscreate.com/enable-remote-web-inspector-in-ios-6/%5D">http://moduscreate.com/enable-remote-web-inspector-in-ios-6/</a></p>
 
-<h2>
-<a name="Debugging_chrome_remote_debugging">Chrome Remote Debugging
-</a>
-</h2>
+<h2><a name="Debugging_chrome_remote_debugging">Chrome Remote Debugging
+</a></h2>
 
 <p>Virtually the same as the Safari version, this works with Android only but can be used from any desktop operating system. It requires a minimum of Android 4.4 (KitKat), minimum API level of 19, and Chrome 30+ (on the desktop). Once connected, you get the same Chrome Dev Tools experience for your mobile applications as you do with your desktop applications. Even better, the Chrome Dev Tools have a mirror option that shows your app running on the mobile device. This is more than just a view - you can scroll and click from dev tools and it updates on the mobile device. More details on Chrome Remote <a href="guide_next_index.md.html#Debugging">Debugging</a> may be found here: <a class="external" href="https://developers.google.com/chrome/mobile/docs/debugging">https://developers.google.com/chrome/mobile/docs/debugging</a></p>
 
 <p>It is possible to use Chrome Dev Tools to inspect iOS apps, through a WebKit proxy: <a class="external" href="https://github.com/google/ios-webkit-debug-proxy/">https://github.com/google/ios-webkit-debug-proxy/</a></p>
 
-<h2>
-<a name="Debugging_ripple">Ripple</a>
-</h2>
+<h2><a name="Debugging_ripple">Ripple</a></h2>
 
 <p>Ripple is a desktop based emulator for Cordova projects. Essentially it lets you run a Cordova application in your desktop application and fake various Cordova features. For example, it lets you simulate the accelerometer to test shake events. It fakes the camera API by letting you select a picture from your hard drive. Ripple lets you focus more on your custom code rather than worrying about Cordova plugins. You can find out more about Ripple here: <a class="external" href="http://ripple.incubator.apache.org/">http://ripple.incubator.apache.org/</a></p>
 
-<h2>
-<a name="Debugging_weinre">Weinre</a>
-</h2>
+<h2><a name="Debugging_weinre">Weinre</a></h2>
 
 <p>Weinre creates a local server that can host a remote debug client for your Cordova applications. After you've installed and started it up, you copy a line of code into your Cordova application and then restart it. You can then open a dev tool panel on your desktop to work with the application. Weinre is not quite as fancy as Chrome and Safari Remote debugging but has the benefit of working with a much greater range of operating systems and platforms. More information may be found here: <a class="external" href="http://people.apache.org/~pmuellr/weinre/docs/latest/">http://people.apache.org/~pmuellr/weinre/docs/latest/</a></p>
 
-<h2>
-<a name="Debugging_other_options">Other Options</a>
-</h2>
+<h2><a name="Debugging_other_options">Other Options</a></h2>
 
 <ul>
 <li>BlackBerry 10 supports debugging as well: <a class="external" href="https://developer.blackberry.com/html5/documentation/v2_0/debugging_using_web_inspector.html">Documentation</a>
@@ -349,6 +336,7 @@ Testing on a simulator vs. on a real dev
 <li>For more examples and explanation of the above debugging tips, see: <a class="external" href="http://developer.telerik.com/featured/a-concise-guide-to-remote-debugging-on-ios-android-and-windows-phone/">http://developer.telerik.com/featured/a-concise-guide-to-remote-debugging-on-ios-android-and-windows-phone/</a>
 </li>
 </ul>
+
 <h1><a name="User%20Interface">User Interface</a></h1>
 
 <p>Building a Cordova application that looks nice on mobile can be a challenge, especially for developers. Many people chose to use a UI framework to make this easier. Here is a short list of options you may want to consider.</p>
@@ -365,14 +353,13 @@ Testing on a simulator vs. on a real dev
 <li><a class="external" href="http://topcoat.io">Topcoat</a></li>
 <li><a class="external" href="http://facebook.github.io/react/">ReactJS</a></li>
 </ul>
+
 <p>When building your user interface, it is important to think about all platforms that you are targeting and the differences between the user’s expectations. For example, an Android application that has an iOS-style UI will probably not go over well with users. This sometimes is even enforced by the various application stores. Because of this, it is important that you respect the conventions of each platform and therefore are familiar with the various Human Interface Guidelines: 
 * <a class="external" href="https://developer.apple.com/library/ios/documentation/userexperience/conceptual/MobileHIG/index.html">iOS</a>
 * <a class="external" href="https://developer.android.com/designWP8">Android</a>
 * <a class="external" href="http://dev.windowsphone.com/en-us/design/library">Windows Phone</a></p>
 
-<h2>
-<a name="User%20Interface_additional_ui_articles_and_resources">Additional UI Articles and Resources</a>
-</h2>
+<h2><a name="User%20Interface_additional_ui_articles_and_resources">Additional UI Articles and Resources</a></h2>
 
 <p>Although browser engines become more and more standards complaint, we still live in a prefixed world (-webkit and -ms.) The following article is valuable when developing UI’s in for cross browser apps: <a class="external" href="http://blogs.windows.com/windows_phone/b/wpdev/archive/2012/11/15/adapting-your-webkit-optimized-site-for-internet-explorer-10.aspx">http://blogs.windows.com/windows_phone/b/wpdev/archive/2012/11/15/adapting-your-webkit-optimized-site-for-internet-explorer-10.aspx</a></p>
 
@@ -384,6 +371,7 @@ Testing on a simulator vs. on a real dev
 <li>Subscribe to the <a class="external" href="http://cordova.apache.org/#news">Cordova blog</a>.</li>
 <li>Subscribe to the <a class="external" href="http://cordova.apache.org/#mailing-list">developer list</a>. Note - this is not a support group! Rather this is a place where development of Cordova is discussed.</li>
 </ul>
+
 <h1><a name="Getting%20Help">Getting Help</a></h1>
 
 <p>The following links are the best places to get help for Cordova:</p>
@@ -396,10 +384,12 @@ This Google Group was the old support fo
 <li>Meetup: <a class="external" href="http://phonegap.meetup.com">http://phonegap.meetup.com</a> - 
 Consider finding a local Cordova/PhoneGap meetup group</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_overview_index.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.5.0/guide_overview_index.md.html?rev=1605933&r1=1605932&r2=1605933&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.5.0/guide_overview_index.md.html (original)
+++ cordova/site/public/docs/en/3.5.0/guide_overview_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>Overview</h1>
@@ -178,9 +182,8 @@ components with a <em>WebView</em> (brow
 device-level APIs, or if you want to develop a plugin interface
 between native and WebView components.</p></li>
 </ul>
-<h2>
-<a name="Overview_basic_components">Basic Components</a>
-</h2>
+
+<h2><a name="Overview_basic_components">Basic Components</a></h2>
 
 <p>Apache Cordova applications rely on a common <code>config.xml</code> file that provides
 information about the app and specifies parameters affecting how it
@@ -211,9 +214,7 @@ application. You can also develop your o
 <a href="guide_hybrid_plugins_index.md.html#Plugin%20Development%20Guide">Plugin Development Guide</a>. Plugins may be necessary, for example, to
 communicate between Cordova and custom native components.</p>
 
-<h2>
-<a name="Overview_development_paths">Development Paths</a>
-</h2>
+<h2><a name="Overview_development_paths">Development Paths</a></h2>
 
 <p>As of version 3.0, you can use two basic workflows to create a mobile
 app. While you can often use either workflow to accomplish the same
@@ -251,6 +252,7 @@ greater access to development options pr
 essential for complex hybrid apps. See the various <a href="guide_platforms_index.md.html#Platform%20Guides">Platform Guides</a>
 for details on each platform's available shell utilities.</p></li>
 </ul>
+
 <p>When first starting out, it may be easiest to use the cross-platform
 workflow to create an app, as described in The Command-line Interface.
 You then have the option to switch to a platform-centered workflow if
@@ -270,9 +272,7 @@ you need to switch to the platform-cente
 the cross-platform source code, and instead relies on the
 platform-specific source code.</p>
 
-<h2>
-<a name="Overview_installing_cordova">Installing Cordova</a>
-</h2>
+<h2><a name="Overview_installing_cordova">Installing Cordova</a></h2>
 
 <p>The installation of Cordova will differ depending on the workflow above
 you choose:</p>
@@ -281,6 +281,7 @@ you choose:</p>
 <li><p>Cross-platform workflow: see <a href="guide_cli_index.md.html#The%20Command-Line%20Interface">The Command-Line Interface</a>.</p></li>
 <li><p>Platform-centered workflow: see the <a href="guide_platforms_index.md.html#Platform%20Guides">Platform Guides</a>.</p></li>
 </ul>
+
 <p>After installing Cordova, it is recommended that you review the <a href="guide_platforms_index.md.html#Platform%20Guides">Platform Guides</a>
 for the mobile platforms that you will be developing for. It is also
 recommended that you also review the <a href="guide_appdev_privacy_index.md.html#Privacy%20Guide">Privacy Guide</a>, <a href="guide_appdev_security_index.md.html#Security%20Guide">Security Guide</a>, and
@@ -292,6 +293,7 @@ to the <a href="cordova_plugins_pluginap
         </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_amazonfireos_config.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.5.0/guide_platforms_amazonfireos_config.md.html?rev=1605933&r1=1605932&r2=1605933&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.5.0/guide_platforms_amazonfireos_config.md.html (original)
+++ cordova/site/public/docs/en/3.5.0/guide_platforms_amazonfireos_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>Amazon Fire OS Configuration</h1>
@@ -233,10 +237,12 @@ values are <code>ERROR</code>, <code>WAR
 </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_amazonfireos_index.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.5.0/guide_platforms_amazonfireos_index.md.html?rev=1605933&r1=1605932&r2=1605933&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.5.0/guide_platforms_amazonfireos_index.md.html (original)
+++ cordova/site/public/docs/en/3.5.0/guide_platforms_amazonfireos_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>Amazon Fire OS Platform Guide</h1>
@@ -168,17 +172,14 @@ deploy Cordova apps for Amazon Fire OS d
 <li><a href="guide_platforms_amazonfireos_webview.md.html#Amazon%20Fire%20OS%20WebViews">Amazon Fire OS WebViews</a></li>
 <li><a href="guide_platforms_amazonfireos_plugin.md.html#Amazon%20Fire%20OS%20Plugins">Amazon Fire OS Plugins</a></li>
 </ul>
-<h2>
-<a name="Amazon%20Fire%20OS%20Platform%20Guide_introduction">Introduction</a>
-</h2>
+
+<h2><a name="Amazon%20Fire%20OS%20Platform%20Guide_introduction">Introduction</a></h2>
 
 <p>By targeting the Amazon Fire OS platform, Cordova developers can create hybrid web apps that take advantage of the advanced web engine integrated into Kindle Fire devices. Amazon WebView API (AWV) is a Chromium-derived web runtime exclusive to Fire OS. A drop-in replacement for the WebView that comes with Android devices, AWV makes it possible to create better performing and more powerful hybrid web apps by providing support for a faster JavaScript engine (V8), remote debugging, and hardware optimizations for Kindle Fire devices including an accelerated 2D Canvas, and access to HTML5 features not supported by Android’s built in WebView such as: CSS Calc, Form Validation, getUserMedia, IndexedDB, Web Workers, WebSockets and WebGL. </p>
 
 <p>For more information about the Amazon WebView API, please see the Amazon Developer Portal's <a class="external" href="https://developer.amazon.com/public/solutions/platforms/android-fireos/docs/building-and-testing-your-hybrid-app">HTML5 Hybrid Apps page</a>. For questions about getting started and other support issues, please see the Amazon Developer Portal <a class="external" href="http://forums.developer.amazon.com/forums/category.jspa?categoryID=41">Forums - HTML5 Hybrid Apps</a>.</p>
 
-<h2>
-<a name="Amazon%20Fire%20OS%20Platform%20Guide_requirements_and_support">Requirements and Support</a>
-</h2>
+<h2><a name="Amazon%20Fire%20OS%20Platform%20Guide_requirements_and_support">Requirements and Support</a></h2>
 
 <p>Developing Cordova apps for Amazon Fire OS requires installation of a variety of support files, including everything needed for Android development, as well as the Amazon WebView SDK. Check the list below for the required installs: </p>
 
@@ -188,9 +189,8 @@ deploy Cordova apps for Amazon Fire OS d
 <li><a class="external" href="http://ant.apache.org">Apache Ant</a></li>
 <li><a class="external" href="https://developer.amazon.com/public/solutions/platforms/android-fireos/docs/building-and-testing-your-hybrid-app">Amazon WebView SDK</a></li>
 </ul>
-<h2>
-<a name="Amazon%20Fire%20OS%20Platform%20Guide_installation">Installation</a>
-</h2>
+
+<h2><a name="Amazon%20Fire%20OS%20Platform%20Guide_installation">Installation</a></h2>
 
 <h3>Android SDK and Apache Ant</h3>
 
@@ -248,6 +248,7 @@ type <code>java</code>, if it does not r
 </code></pre>
 </li>
 </ul>
+
 <h3>Amazon WebView SDK</h3>
 
 <p>In order to create Cordova apps using the Amazon Fire OS platform target, you'll need to download, unpack and install the Amazon WebView SDK support files. This step will only need to be done for your first Amazon Fire OS project, or if you upgrade Cordova.</p>
@@ -264,11 +265,10 @@ type <code>java</code>, if it does not r
 <code>%USERPROFILE%\.cordova\lib\amazon-fireos\cordova\[cordova_release]\framework\libs</code></p>
 </li>
 </ul>
+
 <p><strong><em>Note:</em></strong> Because of Cordova's on-demand install process, the <code>~/.cordova/lib/amazon-fireos</code> platform directory will not be created until you add the platform to your first project.</p>
 
-<h2>
-<a name="Amazon%20Fire%20OS%20Platform%20Guide_create_new_project_for_amazon_fire_os">Create New Project for Amazon Fire OS</a>
-</h2>
+<h2><a name="Amazon%20Fire%20OS%20Platform%20Guide_create_new_project_for_amazon_fire_os">Create New Project for Amazon Fire OS</a></h2>
 
 <p>Use the <code>cordova</code> utility to set up a new project, as described in The
 Cordova The Command-line Interface. For example, in a source-code directory:</p>
@@ -281,9 +281,7 @@ $ cordova build
 
 <p><strong><em>Note:</em></strong> The first time the amazon-fireos platform is installed on your system, it will download the appropriate files to the Cordova working directory, but will then fail as it is missing the AWV SDK support files (see above). Follow the instructions above to install the <code>awv_interface.jar</code>, then remove and re-add the amazon-fireos platform to your project. This step will only need to be done for first Amazon Fire OS project.</p>
 
-<h2>
-<a name="Amazon%20Fire%20OS%20Platform%20Guide_deploy_to_device">Deploy to Device</a>
-</h2>
+<h2><a name="Amazon%20Fire%20OS%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
 <a class="external" href="http://developer.android.com/tools/device.html">Android Developer Site</a>,
@@ -330,6 +328,7 @@ As → Android Application</strong>.<
 <li><p>Eclipse will show you hello and hello-CorddovaLib - 2 projects to be added. Add both.</p></li>
 <li><p>Press <strong>Finish</strong>.</p></li>
 </ul>
+
 <p>Once the Eclipse window opens, a red <strong>X</strong> may appear to indicate
 unresolved problems. If so, follow these additional steps:</p>
 
@@ -340,10 +339,12 @@ 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>
 </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_amazonfireos_plugin.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.5.0/guide_platforms_amazonfireos_plugin.md.html?rev=1605933&r1=1605932&r2=1605933&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.5.0/guide_platforms_amazonfireos_plugin.md.html (original)
+++ cordova/site/public/docs/en/3.5.0/guide_platforms_amazonfireos_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>Amazon Fire OS Plugins</h1>
@@ -157,9 +161,7 @@
 
 <p>Follow the instructions provided in the <a href="guide_platforms_android_plugin.md.html#Android%20Plugins">Android Plugins</a> Guide for an overview of developing custom plugins.</p>
 
-<h2>
-<a name="Amazon%20Fire%20OS%20Plugins_echo_amazon_fire_os_plugin_example">Echo Amazon Fire OS Plugin Example</a>
-</h2>
+<h2><a name="Amazon%20Fire%20OS%20Plugins_echo_amazon_fire_os_plugin_example">Echo Amazon Fire OS 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>
@@ -235,9 +237,7 @@ public class Echo extends CordovaPlugin 
 &lt;/platform&gt;
 </code></pre>
 
-<h2>
-<a name="Amazon%20Fire%20OS%20Plugins_using_amazon_webview_in_your_plugin">Using Amazon WebView in your plugin</a>
-</h2>
+<h2><a name="Amazon%20Fire%20OS%20Plugins_using_amazon_webview_in_your_plugin">Using Amazon WebView in your plugin</a></h2>
 
 <p>Cordova for Amazon Fire OS makes use of custom Amazon WebView that is built on the open-source Chromium project. It is GPU accelerated and optimized for fluid performance on Kindle Fire.</p>
 
@@ -247,6 +247,7 @@ public class Echo extends CordovaPlugin 
         </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_amazonfireos_webview.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.5.0/guide_platforms_amazonfireos_webview.md.html?rev=1605933&r1=1605932&r2=1605933&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.5.0/guide_platforms_amazonfireos_webview.md.html (original)
+++ cordova/site/public/docs/en/3.5.0/guide_platforms_amazonfireos_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>Amazon Fire OS WebViews</h1>
@@ -160,18 +164,15 @@
 <p>If you're unfamiliar with Amazon Fire OS, you should first familiarize
 yourself with the <a href="guide_platforms_amazonfireos_index.md.html#Amazon%20Fire%20OS%20Platform%20Guide">Amazon Fire OS Platform Guide</a> and have the latest SDKs installed before you attempt the more unusual development option of embedding a WebView.</p>
 
-<h2>
-<a name="Amazon%20Fire%20OS%20WebViews_prerequisites">Prerequisites</a>
-</h2>
+<h2><a name="Amazon%20Fire%20OS%20WebViews_prerequisites">Prerequisites</a></h2>
 
 <ul>
 <li><p>Cordova 3.3.0 or greater</p></li>
 <li><p>Android SDK updated to the latest SDK</p></li>
 <li><p>Amazon WebView SDK</p></li>
 </ul>
-<h2>
-<a name="Amazon%20Fire%20OS%20WebViews_guide_to_using_cordovawebview_in_a_amazon_fire_os_project">Guide to using CordovaWebView in a Amazon Fire OS Project</a>
-</h2>
+
+<h2><a name="Amazon%20Fire%20OS%20WebViews_guide_to_using_cordovawebview_in_a_amazon_fire_os_project">Guide to using CordovaWebView in a Amazon Fire OS Project</a></h2>
 
 <ol>
 <li><p>To follow these instructions, make sure you have the latest Cordova
@@ -211,6 +212,7 @@ the application:</p>
 </code></pre>
 </li>
 </ol>
+
 <p>If you use the camera, you should also implement this:</p>
 
 <pre class="prettyprint"><code>    @Override
@@ -269,10 +271,12 @@ the application:</p>
 <li><p>Copy your application's HTML and JavaScript files to your Amazon Fire OS project's <code>/assets/www</code> directory.</p></li>
 <li><p>Copy <code>config.xml</code> from <code>/framework/res/xml</code> to your 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_android_config.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.5.0/guide_platforms_android_config.md.html?rev=1605933&r1=1605932&r2=1605933&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.5.0/guide_platforms_android_config.md.html (original)
+++ cordova/site/public/docs/en/3.5.0/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>
@@ -246,10 +250,12 @@ parameter in the global configuration of
 element is deprecated in favor of the global <code>Fullscreen</code> element, and will
 be removed in a future version.</p></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_android_index.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.5.0/guide_platforms_android_index.md.html?rev=1605933&r1=1605932&r2=1605933&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.5.0/guide_platforms_android_index.md.html (original)
+++ cordova/site/public/docs/en/3.5.0/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/3.5.0/guide_platforms_android_plugin.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.5.0/guide_platforms_android_plugin.md.html?rev=1605933&r1=1605932&r2=1605933&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.5.0/guide_platforms_android_plugin.md.html (original)
+++ cordova/site/public/docs/en/3.5.0/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/3.5.0/guide_platforms_android_tools.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.5.0/guide_platforms_android_tools.md.html?rev=1605933&r1=1605932&r2=1605933&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.5.0/guide_platforms_android_tools.md.html (original)
+++ cordova/site/public/docs/en/3.5.0/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>