You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by mw...@apache.org on 2013/12/17 21:31:37 UTC

svn commit: r1551686 [7/19] - in /cordova/site/public/docs/en: 3.3.0/ edge/

Modified: cordova/site/public/docs/en/3.3.0/guide_platforms_amazonfireos_index.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.3.0/guide_platforms_amazonfireos_index.md.html?rev=1551686&r1=1551685&r2=1551686&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.3.0/guide_platforms_amazonfireos_index.md.html (original)
+++ cordova/site/public/docs/en/3.3.0/guide_platforms_amazonfireos_index.md.html Tue Dec 17 20:31:35 2013
@@ -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>
@@ -92,7 +94,8 @@
 <optgroup label="Spanish" value="es">
 <option value="edge">edge</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>
@@ -156,9 +159,8 @@ 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_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 the Android SDK and the Amazon WebView SDK. Check the requirements for these SDKs at the links below:</p>
 
@@ -166,9 +168,8 @@ deploy Cordova apps for Amazon Fire OS d
 <li><p><a class="external" href="http://developer.android.com/sdk/">Android SDK System</a></p></li>
 <li><p><a class="external" href="https://developer.amazon.com/sdk/fire/IntegratingAWV.html#installawv">Amazon WebView SDK</a></p></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</h3>
 
@@ -211,6 +212,7 @@ SDK, for example:</p>
 </li>
 <li><p>Save the value and <a href="cordova_inappbrowser_inappbrowser.md.html#close">close</a> both dialog boxes.</p></li>
 </ul>
+
 <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 PATH whichever fail to
 run:</p>
@@ -227,9 +229,8 @@ run:</p>
 <li>Add the <code>awv_interface.jar</code> from the downloaded SDK to  <code>~/.cordova/lib/amazon-fireos/cordova/3.1.0/libs/</code>
 </li>
 </ul>
-<h2>
-<a name="Amazon%20Fire%20OS%20Platform%20Guide_open_a_project_in_the_sdk">Open a Project in the SDK</a>
-</h2>
+
+<h2><a name="Amazon%20Fire%20OS%20Platform%20Guide_open_a_project_in_the_sdk">Open a Project in the SDK</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>
@@ -250,6 +251,7 @@ $ cordova build
 <li><p>Navigate to <code>hello</code>, or whichever directory you created for the project, then to the <code>platforms/amazon-fireos</code> subdirectory.</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>
 
@@ -260,10 +262,9 @@ 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>
-<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>,
@@ -283,6 +284,7 @@ As → Android Application</strong>.<
         </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.3.0/guide_platforms_amazonfireos_plugin.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.3.0/guide_platforms_amazonfireos_plugin.md.html?rev=1551686&r1=1551685&r2=1551686&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.3.0/guide_platforms_amazonfireos_plugin.md.html (original)
+++ cordova/site/public/docs/en/3.3.0/guide_platforms_amazonfireos_plugin.md.html Tue Dec 17 20:31:35 2013
@@ -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>
@@ -92,7 +94,8 @@
 <optgroup label="Spanish" value="es">
 <option value="edge">edge</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>
@@ -145,9 +148,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>
@@ -223,9 +224,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>
 
@@ -235,6 +234,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.3.0/guide_platforms_amazonfireos_webview.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.3.0/guide_platforms_amazonfireos_webview.md.html?rev=1551686&r1=1551685&r2=1551686&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.3.0/guide_platforms_amazonfireos_webview.md.html (original)
+++ cordova/site/public/docs/en/3.3.0/guide_platforms_amazonfireos_webview.md.html Tue Dec 17 20:31:35 2013
@@ -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>
@@ -92,7 +94,8 @@
 <optgroup label="Spanish" value="es">
 <option value="edge">edge</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>
@@ -145,18 +148,15 @@
 
 <p>Beginning with 3.0.0, you can use Cordova as a component in Amazon Fire OS applications. Amazon Fire OS refers to this component as <code>CordovaWebView</code>. <code>CordovaWebView</code> extends Amazon WebView that is built on the open source Chromium Project. By leveraging this feature, your web apps can utilize the latest HTML5 web standards running in a modern web runtime engine.</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.0.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>Download and expand the <a class="external" href="https://developer.amazon.com/sdk/fire/IntegratingAWV.html#installawv">Amazon WebView SDK</a> , then copy the awv_interface.jar into <code>/framework/libs</code> directory. Create a libs/ folder if it doesn't exist.</p></li>
@@ -187,6 +187,7 @@
 </code></pre>
 </li>
 </ol>
+
 <p>If you use the camera, you should also implement this:</p>
 
 <pre class="prettyprint"><code>    @Override
@@ -245,10 +246,12 @@
 <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.3.0/guide_platforms_android_config.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.3.0/guide_platforms_android_config.md.html?rev=1551686&r1=1551685&r2=1551686&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.3.0/guide_platforms_android_config.md.html (original)
+++ cordova/site/public/docs/en/3.3.0/guide_platforms_android_config.md.html Tue Dec 17 20:31:35 2013
@@ -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>
@@ -92,7 +94,8 @@
 <optgroup label="Spanish" value="es">
 <option value="edge">edge</option>
 <option value="3.1.0">3.1.0</option>
-</optgroup></select></small>
+</optgroup></select>
+            </small>
         </div>
         <div id="subheader">
             <h1>Android Configuration</h1>
@@ -185,10 +188,12 @@ whether pages opened within an <a href="
 localStorage and WebSQL storage as pages opened with the default
 browser.</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.3.0/guide_platforms_android_index.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.3.0/guide_platforms_android_index.md.html?rev=1551686&r1=1551685&r2=1551686&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.3.0/guide_platforms_android_index.md.html (original)
+++ cordova/site/public/docs/en/3.3.0/guide_platforms_android_index.md.html Tue Dec 17 20:31:35 2013
@@ -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>
@@ -92,7 +94,8 @@
 <optgroup label="Spanish" value="es">
 <option value="edge">edge</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>
@@ -163,13 +166,12 @@ require the Android SDK to be installed 
 <li><a href="guide_platforms_android_upgrading.md.html#Upgrading%20Android">Upgrading Android</a></li>
 <li><a href="guide_platforms_android_tools.md.html#Android%20Command-line%20Tools">Android Command-line Tools</a></li>
 </ul>
+
 <p>The command-line tools above refer to versions prior to Cordova 3.0.
 See <a href="guide_cli_index.md.html#The%20Command-Line%20Interface">The Command-Line Interface</a> for information about the
 current interface.</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>See the <a class="external" href="http://developer.android.com/sdk/index.html">System Requirements</a>
 for the Android SDK.</p>
@@ -228,6 +230,7 @@ SDK, for example:</p>
 </li>
 <li><p>Save the value and <a href="cordova_inappbrowser_inappbrowser.md.html#close">close</a> both dialog boxes.</p></li>
 </ul>
+
 <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 PATH whichever fail to
 run:</p>
@@ -235,9 +238,7 @@ run:</p>
 <pre class="prettyprint"><code>    ;%JAVA_HOME%\bin;%ANT_HOME%\bin
 </code></pre>
 
-<h2>
-<a name="Android%20Platform%20Guide_open_a_project_in_the_sdk">Open a Project in the SDK</a>
-</h2>
+<h2><a name="Android%20Platform%20Guide_open_a_project_in_the_sdk">Open a Project in the SDK</a></h2>
 
 <p>Use the <code>cordova</code> utility to set up a new project, as described in The
 Cordova <a href="guide_cli_index.md.html#The%20Command-Line%20Interface">The Command-Line Interface</a>. For example, in a source-code directory:</p>
@@ -258,6 +259,7 @@ Cordova <a href="guide_cli_index.md.html
 <li><p>Navigate to <code>hello</code>, or whichever directory you created for the project, then to the <code>platforms/android</code> subdirectory.</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>
 
@@ -268,9 +270,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>
 </ul>
-<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>You can use the <code>cordova</code> utility to run an app in an emulator, or you
 can run it within the SDK.  Either way, the SDK must first be
@@ -286,6 +287,7 @@ There are two ways to open it:</p>
 <p><img src="img/guide/platforms/android/eclipse_android_sdk_button.png" alt="" title=""></p>
 </li>
 </ul>
+
 <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>
@@ -333,10 +335,9 @@ 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>
 </ul>
-<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
@@ -355,6 +356,7 @@ As → Android Application</strong>.<
         </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.3.0/guide_platforms_android_plugin.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.3.0/guide_platforms_android_plugin.md.html?rev=1551686&r1=1551685&r2=1551686&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.3.0/guide_platforms_android_plugin.md.html (original)
+++ cordova/site/public/docs/en/3.3.0/guide_platforms_android_plugin.md.html Tue Dec 17 20:31:35 2013
@@ -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>
@@ -92,7 +94,8 @@
 <optgroup label="Spanish" value="es">
 <option value="edge">edge</option>
 <option value="3.1.0">3.1.0</option>
-</optgroup></select></small>
+</optgroup></select>
+            </small>
         </div>
         <div id="subheader">
             <h1>Android Plugins</h1>
@@ -168,9 +171,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>
@@ -197,9 +198,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_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 correspoinding Java plugin is mapped properly in the <code>config.xml</code>
@@ -226,9 +225,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
@@ -270,9 +267,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>
@@ -341,9 +336,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
@@ -358,10 +351,8 @@ 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">Debugging Android Plugins
-</a>
-</h2>
+<h2><a name="Android%20Plugins_debugging_android_plugins">Debugging Android Plugins
+</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
@@ -372,6 +363,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.3.0/guide_platforms_android_tools.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.3.0/guide_platforms_android_tools.md.html?rev=1551686&r1=1551685&r2=1551686&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.3.0/guide_platforms_android_tools.md.html (original)
+++ cordova/site/public/docs/en/3.3.0/guide_platforms_android_tools.md.html Tue Dec 17 20:31:35 2013
@@ -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>
@@ -92,7 +94,8 @@
 <optgroup label="Spanish" value="es">
 <option value="edge">edge</option>
 <option value="3.1.0">3.1.0</option>
-</optgroup></select></small>
+</optgroup></select>
+            </small>
         </div>
         <div id="subheader">
             <h1>Android Command-line Tools</h1>
@@ -160,9 +163,7 @@ more detailed directions.</p>
 plugins, see <a href="plugin_ref_plugman.md.html#Using%20Plugman%20to%20Manage%20Plugins">Using Plugman to Manage Plugins</a>. See Application Plugins
 for an overview.</p>
 
-<h2>
-<a name="Android%20Command-line%20Tools_create_a_project">Create a Project</a>
-</h2>
+<h2><a name="Android%20Command-line%20Tools_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
@@ -172,9 +173,7 @@ name.  Here is the syntax for both Mac a
 $ C:\path\to\cordova-android\bin\create.bat C:\path\to\project com.example.project_name ProjectName
 </code></pre>
 
-<h2>
-<a name="Android%20Command-line%20Tools_build">Build</a>
-</h2>
+<h2><a name="Android%20Command-line%20Tools_build">Build</a></h2>
 
 <p>This cleans then builds a project.</p>
 
@@ -190,9 +189,7 @@ $ C:\path\to\project\cordova\build.bat -
 $ C:\path\to\project\cordova\build.bat --release
 </code></pre>
 
-<h2>
-<a name="Android%20Command-line%20Tools_run_the_app">Run the App</a>
-</h2>
+<h2><a name="Android%20Command-line%20Tools_run_the_app">Run the App</a></h2>
 
 <p>The <code>run</code> command accepts the following <em>optional</em> parameters:</p>
 
@@ -205,15 +202,14 @@ $ C:\path\to\project\cordova\build.bat -
 $ C:\path\to\project\cordova\run.bat [Target] [Build]</p>
 </li>
 </ul>
+
 <p>Make sure you create at least one Android Virtual <a href="cordova_device_device.md.html#Device">Device</a>, 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%20Command-line%20Tools_logging">Logging</a>
-</h2>
+<h2><a name="Android%20Command-line%20Tools_logging">Logging</a></h2>
 
 <pre class="prettyprint"><code>$ /path/to/project/cordova/log
 $ C:\path\to\project\cordova\log.bat
@@ -229,6 +225,7 @@ $ C:\path\to\project\cordova\clean.bat
         </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.3.0/guide_platforms_android_upgrading.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.3.0/guide_platforms_android_upgrading.md.html?rev=1551686&r1=1551685&r2=1551686&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.3.0/guide_platforms_android_upgrading.md.html (original)
+++ cordova/site/public/docs/en/3.3.0/guide_platforms_android_upgrading.md.html Tue Dec 17 20:31:35 2013
@@ -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>
@@ -92,7 +94,8 @@
 <optgroup label="Spanish" value="es">
 <option value="edge">edge</option>
 <option value="3.1.0">3.1.0</option>
-</optgroup></select></small>
+</optgroup></select>
+            </small>
         </div>
         <div id="subheader">
             <h1>Upgrading Android</h1>
@@ -173,9 +176,7 @@ Most of these instructions apply to proj
 of command-line tools that precede the <code>cordova</code> CLI utility. See <a href="guide_cli_index.md.html#The%20Command-Line%20Interface">The Command-Line Interface</a> for information how to update the
 version of the CLI.</p>
 
-<h2>
-<a name="Upgrading%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>
 
@@ -183,14 +184,13 @@ version of the CLI.</p>
 <li><p>Update the <code>cordova</code> CLI version. See <a href="guide_cli_index.md.html#The%20Command-Line%20Interface">The Command-Line Interface</a>.</p></li>
 <li><p>Run <code>cordova platform update 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_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>
 
@@ -198,14 +198,13 @@ version of the CLI.</p>
 <li><p>Update the <code>cordova</code> CLI version. See <a href="guide_cli_index.md.html#The%20Command-Line%20Interface">The Command-Line Interface</a>.</p></li>
 <li><p>Run <code>cordova platform update 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
@@ -221,9 +220,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>
@@ -237,32 +235,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>
@@ -274,9 +272,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>
@@ -288,11 +285,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>
@@ -304,9 +300,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>
@@ -317,9 +312,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>
@@ -330,9 +324,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>
@@ -343,9 +336,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>
@@ -356,9 +348,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>
@@ -368,13 +359,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>
@@ -384,15 +374,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>
@@ -402,9 +391,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>
@@ -414,9 +402,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>
@@ -426,9 +413,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>
@@ -437,9 +423,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>
@@ -448,9 +433,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>
@@ -461,9 +445,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>
@@ -474,9 +457,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>
@@ -487,9 +469,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>
@@ -500,9 +481,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>
@@ -513,9 +493,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>
@@ -525,9 +504,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>
@@ -537,10 +515,12 @@ plugin maintainer and add this task to t
 <li><p>Update your HTML to use the new <code>phonegap-1.0.0.js</code> file.</p></li>
 <li><p>Add the <code>res/xml/plugins.xml</code> to match <code>framework/res/xml/plugins.xml</code>.</p></li>
 </ol>
-</div>
+
+            </div>
         </div>
 
         <!-- Functionality and Syntax Highlighting -->
-        <script type="text/javascript" src="index.js"></script><script type="text/javascript" src="prettify/prettify.js"></script>
-</body>
+        <script type="text/javascript" src="index.js"></script>
+        <script type="text/javascript" src="prettify/prettify.js"></script>
+    </body>
 </html>

Modified: cordova/site/public/docs/en/3.3.0/guide_platforms_android_webview.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.3.0/guide_platforms_android_webview.md.html?rev=1551686&r1=1551685&r2=1551686&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.3.0/guide_platforms_android_webview.md.html (original)
+++ cordova/site/public/docs/en/3.3.0/guide_platforms_android_webview.md.html Tue Dec 17 20:31:35 2013
@@ -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>
@@ -92,7 +94,8 @@
 <optgroup label="Spanish" value="es">
 <option value="edge">edge</option>
 <option value="3.1.0">3.1.0</option>
-</optgroup></select></small>
+</optgroup></select>
+            </small>
         </div>
         <div id="subheader">
             <h1>Android WebViews</h1>
@@ -262,10 +265,12 @@ project's <code>/assets/www</code> direc
 <li><p>Copy the <code>config.xml</code> file from <code>/framework/res/xml</code> to the
 project's <code>/res/xml</code> directory.</p></li>
 </ol>
-</div>
+
+            </div>
         </div>
 
         <!-- Functionality and Syntax Highlighting -->
-        <script type="text/javascript" src="index.js"></script><script type="text/javascript" src="prettify/prettify.js"></script>
-</body>
+        <script type="text/javascript" src="index.js"></script>
+        <script type="text/javascript" src="prettify/prettify.js"></script>
+    </body>
 </html>

Modified: cordova/site/public/docs/en/3.3.0/guide_platforms_blackberry10_config.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.3.0/guide_platforms_blackberry10_config.md.html?rev=1551686&r1=1551685&r2=1551686&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.3.0/guide_platforms_blackberry10_config.md.html (original)
+++ cordova/site/public/docs/en/3.3.0/guide_platforms_blackberry10_config.md.html Tue Dec 17 20:31:35 2013
@@ -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>
@@ -92,7 +94,8 @@
 <optgroup label="Spanish" value="es">
 <option value="edge">edge</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>
@@ -179,10 +182,12 @@ whitelisted using the <code>&lt;access&g
 </code></pre>
 </li>
 </ul>
-</div>
+
+            </div>
         </div>
 
         <!-- Functionality and Syntax Highlighting -->
-        <script type="text/javascript" src="index.js"></script><script type="text/javascript" src="prettify/prettify.js"></script>
-</body>
+        <script type="text/javascript" src="index.js"></script>
+        <script type="text/javascript" src="prettify/prettify.js"></script>
+    </body>
 </html>

Modified: cordova/site/public/docs/en/3.3.0/guide_platforms_blackberry10_index.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.3.0/guide_platforms_blackberry10_index.md.html?rev=1551686&r1=1551685&r2=1551686&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.3.0/guide_platforms_blackberry10_index.md.html (original)
+++ cordova/site/public/docs/en/3.3.0/guide_platforms_blackberry10_index.md.html Tue Dec 17 20:31:35 2013
@@ -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>
@@ -92,7 +94,8 @@
 <optgroup label="Spanish" value="es">
 <option value="edge">edge</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>
@@ -156,9 +159,7 @@ and deploy Cordova apps for BlackBerry 1
 versions of BlackBerry, you need to use a different set of
 command-line tools, described in BlackBerry Platform Guide.</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>
 
@@ -167,9 +168,7 @@ Blackberry Native SDK.  See <a href="gui
 how to install <code>cordova</code>, add projects, then build and deploy for each
 platform.</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>The BlackBerry Native SDK is available from
 <a class="external" href="http://developer.blackberry.com/native/download/">developer.blackberry.com</a>.
@@ -186,6 +185,7 @@ system path.</p>
 <p>;C:\bbndk\host<em>10</em>2<em>0</em>132\darwin\x86\usr\bin\</p>
 </li>
 </ul>
+
 <p>On Mac and Linux:</p>
 
 <ul>
@@ -201,9 +201,8 @@ following, depending on where the Native
 <p>$ source ~/.bash_profile</p>
 </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>
@@ -222,9 +221,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 <a href="#The%0ACommand-Line%20Interface">The
 Command-Line Interface</a>. For example, in a source-code directory:</p>
@@ -235,9 +232,7 @@ $ cordova platform add blackberry10
 $ 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>
@@ -246,6 +241,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>
 
@@ -263,10 +259,8 @@ section and enable the option:</p>
 <pre class="prettyprint"><code>$ cordova emulate blackberry10 --devicepass &lt;password&gt;
 </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 and
 development mode is enabled.</p>
@@ -283,9 +277,7 @@ computer to sign applications.</p>
 <pre class="prettyprint"><code>$ cordova run blackberry10 --devicepass &lt;password&gt; --keystorepass &lt;signing password&gt;
 </code></pre>
 
-<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
@@ -293,9 +285,7 @@ the URL that allows you to connect to yo
 browser.  For more information, see
 <a class="external" href="http://developer.blackberry.com/html5/documentation/web_inspector_overview_1553586_11.html">Debugging using WebInspector</a>.</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>
@@ -309,9 +299,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
@@ -334,6 +322,7 @@ associates a target named <em>emu</em> w
 <p>$ platforms/blackberry10/cordova/target add emu 192.168.2.24 -t simulator</p>
 </li>
 </ul>
+
 <p>Once the target is defined, you can provide it to the run command using
 <code>--target</code>:</p>
 
@@ -344,6 +333,7 @@ associates a target named <em>emu</em> w
         </div>
 
         <!-- Functionality and Syntax Highlighting -->
-        <script type="text/javascript" src="index.js"></script><script type="text/javascript" src="prettify/prettify.js"></script>
-</body>
+        <script type="text/javascript" src="index.js"></script>
+        <script type="text/javascript" src="prettify/prettify.js"></script>
+    </body>
 </html>

Modified: cordova/site/public/docs/en/3.3.0/guide_platforms_blackberry10_plugin.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.3.0/guide_platforms_blackberry10_plugin.md.html?rev=1551686&r1=1551685&r2=1551686&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.3.0/guide_platforms_blackberry10_plugin.md.html (original)
+++ cordova/site/public/docs/en/3.3.0/guide_platforms_blackberry10_plugin.md.html Tue Dec 17 20:31:35 2013
@@ -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>
@@ -92,7 +94,8 @@
 <optgroup label="Spanish" value="es">
 <option value="edge">edge</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>
@@ -166,9 +169,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><a href="cordova_file_file.md.html#File">File</a> → New → BlackBerry Project →
@@ -183,6 +184,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
@@ -258,6 +260,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
@@ -284,9 +287,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>
 
@@ -300,6 +301,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>
@@ -346,6 +348,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 = {
@@ -358,9 +361,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
@@ -384,14 +385,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. <a href="cordova_file_file.md.html#File">File</a> 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>
@@ -417,6 +417,7 @@ metadata. Set up the <code>Echo</code> p
         </div>
 
         <!-- Functionality and Syntax Highlighting -->
-        <script type="text/javascript" src="index.js"></script><script type="text/javascript" src="prettify/prettify.js"></script>
-</body>
+        <script type="text/javascript" src="index.js"></script>
+        <script type="text/javascript" src="prettify/prettify.js"></script>
+    </body>
 </html>

Modified: cordova/site/public/docs/en/3.3.0/guide_platforms_blackberry10_tools.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.3.0/guide_platforms_blackberry10_tools.md.html?rev=1551686&r1=1551685&r2=1551686&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.3.0/guide_platforms_blackberry10_tools.md.html (original)
+++ cordova/site/public/docs/en/3.3.0/guide_platforms_blackberry10_tools.md.html Tue Dec 17 20:31:35 2013
@@ -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>
@@ -92,7 +94,8 @@
 <optgroup label="Spanish" value="es">
 <option value="edge">edge</option>
 <option value="3.1.0">3.1.0</option>
-</optgroup></select></small>
+</optgroup></select>
+            </small>
         </div>
         <div id="subheader">
             <h1>BlackBerry 10 Command-line Tools</h1>
@@ -166,9 +169,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%20Command-line%20Tools_create_an_app">Create an App</a>
-</h2>
+<h2><a name="BlackBerry%2010%20Command-line%20Tools_create_an_app">Create an App</a></h2>
 
 <p>The <code>create</code> command creates a new project:</p>
 
@@ -182,6 +183,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
@@ -189,9 +191,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%20Command-line%20Tools_create_a_target">Create a Target</a>
-</h2>
+<h2><a name="BlackBerry%2010%20Command-line%20Tools_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 your app. You can add or remove a target,
@@ -216,6 +216,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;
@@ -226,9 +227,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%20Command-line%20Tools_build_the_app">Build the App</a>
-</h2>
+<h2><a name="BlackBerry%2010%20Command-line%20Tools_build_the_app">Build the App</a></h2>
 
 <p>The <code>build</code> command builds the project as a .bar file. You can build
 your app in either release mode (which produces a signed .bar file) or
@@ -246,6 +245,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;]
@@ -272,6 +272,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
@@ -280,9 +281,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%20Command-line%20Tools_run_the_app">Run the App</a>
-</h2>
+<h2><a name="BlackBerry%2010%20Command-line%20Tools_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
@@ -295,9 +294,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%20Command-line%20Tools_handle_plugins">Handle Plugins</a>
-</h2>
+<h2><a name="BlackBerry%2010%20Command-line%20Tools_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>
@@ -324,6 +321,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>