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 [18/19] - in /cordova/site/public/docs/en: 3.3.0/ edge/

Modified: cordova/site/public/docs/en/edge/guide_platforms_win8_index.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/edge/guide_platforms_win8_index.md.html?rev=1551686&r1=1551685&r2=1551686&view=diff
==============================================================================
--- cordova/site/public/docs/en/edge/guide_platforms_win8_index.md.html (original)
+++ cordova/site/public/docs/en/edge/guide_platforms_win8_index.md.html Tue 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>Windows 8 Platform Guide</h1>
@@ -153,6 +156,7 @@ detailed platform-specific information:<
 <li><a href="guide_platforms_win8_upgrading.md.html#Upgrading%20Windows%208">Upgrading Windows 8</a></li>
 <li><a href="guide_platforms_win8_tools.md.html#Windows%208%20Command-line%20Tools">Windows 8 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>
@@ -162,21 +166,18 @@ Windows RT. MSDN now refers to this type
 app, and this guide follows that convention. Also, in this guide
 <em>Windows 8</em> signifies both Windows 8 and Windows RT.</p>
 
-<h2>
-<a name="Windows%208%20Platform%20Guide_requirements">Requirements</a>
-</h2>
+<h2><a name="Windows%208%20Platform%20Guide_requirements">Requirements</a></h2>
 
 <ul>
 <li><p>Windows 8</p></li>
 <li><p>Visual Studio 2012 Professional or better, or Visual Studio 2012 Express for Windows 8</p></li>
 </ul>
+
 <p>Follow the instructions at
 <a class="external" href="http://www.windowsstore.com/">windowsstore.com</a>
 to submit your app to Windows Store.</p>
 
-<h2>
-<a name="Windows%208%20Platform%20Guide_install_sdk_and_cordova">Install SDK and Cordova</a>
-</h2>
+<h2><a name="Windows%208%20Platform%20Guide_install_sdk_and_cordova">Install SDK and Cordova</a></h2>
 
 <p>Set up your preferred variant of Visual Studio 2012. All of the
 product's paid versions (Professional, etc.) let you build Windows
@@ -188,9 +189,7 @@ apps using the
 <a class="external" href="http://phonegap.com/download">Cordova</a>.
 These instuctions apply to the <code>lib\windows-8</code> subdirectory.</p>
 
-<h2>
-<a name="Windows%208%20Platform%20Guide_set_up_a_new_project">Set up a New Project</a>
-</h2>
+<h2><a name="Windows%208%20Platform%20Guide_set_up_a_new_project">Set up a New Project</a></h2>
 
 <p>You can already build Windows 8 apps using the <em>HTML/JavaScript track</em>
 available in Windows Store apps. Use Cordova in Windows Store apps to
@@ -258,9 +257,8 @@ Explorer</strong>. Add the following oth
 </code></pre>
 </li>
 </ul>
-<h2>
-<a name="Windows%208%20Platform%20Guide_test_the_project">Test the Project</a>
-</h2>
+
+<h2><a name="Windows%208%20Platform%20Guide_test_the_project">Test the Project</a></h2>
 
 <p>Run the project from Visual Studio. You'll see the message box appear:</p>
 
@@ -273,6 +271,7 @@ Explorer</strong>. Add the following oth
         </div>
 
         <!-- Functionality and Syntax Highlighting -->
-        <script type="text/javascript" src="index.js"></script><script type="text/javascript" src="prettify/prettify.js"></script>
-</body>
+        <script type="text/javascript" src="index.js"></script>
+        <script type="text/javascript" src="prettify/prettify.js"></script>
+    </body>
 </html>

Modified: cordova/site/public/docs/en/edge/guide_platforms_win8_tools.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/edge/guide_platforms_win8_tools.md.html?rev=1551686&r1=1551685&r2=1551686&view=diff
==============================================================================
--- cordova/site/public/docs/en/edge/guide_platforms_win8_tools.md.html (original)
+++ cordova/site/public/docs/en/edge/guide_platforms_win8_tools.md.html Tue 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>Windows 8 Command-line Tools</h1>
@@ -158,16 +161,12 @@ 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="Windows%208%20Command-line%20Tools_windows_8">Windows 8</a>
-</h2>
+<h2><a name="Windows%208%20Command-line%20Tools_windows_8">Windows 8</a></h2>
 
 <p>The Windows 8 command-line tools only support creating new projects.
 Commands must be run from a cmd or powershell prompt.</p>
 
-<h2>
-<a name="Windows%208%20Command-line%20Tools_create_a_project">Create a Project</a>
-</h2>
+<h2><a name="Windows%208%20Command-line%20Tools_create_a_project">Create a Project</a></h2>
 
 <p>Run the <code>create</code> command with the following parameters:</p>
 
@@ -176,10 +175,12 @@ Commands must be run from a cmd or power
 <li><p>Package Name, following reverse-domain style convention. This becomes the default Namespace.</p></li>
 <li><p>Project name</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/edge/guide_platforms_win8_upgrading.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/edge/guide_platforms_win8_upgrading.md.html?rev=1551686&r1=1551685&r2=1551686&view=diff
==============================================================================
--- cordova/site/public/docs/en/edge/guide_platforms_win8_upgrading.md.html (original)
+++ cordova/site/public/docs/en/edge/guide_platforms_win8_upgrading.md.html Tue 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 Windows 8</h1>
@@ -150,9 +153,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%20Windows%208_upgrade_to_3_2_0_from_3_1_0">Upgrade to 3.2.0 from 3.1.0</a>
-</h2>
+<h2><a name="Upgrading%20Windows%208_upgrade_to_3_2_0_from_3_1_0">Upgrade to 3.2.0 from 3.1.0</a></h2>
 
 <p>For projects that were created with the cordova CLI: </p>
 
@@ -160,20 +161,17 @@ 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 windows8</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%20Windows%208_upgrade_to_3_1_0">Upgrade to 3.1.0</a>
-</h2>
+<h2><a name="Upgrading%20Windows%208_upgrade_to_3_1_0">Upgrade to 3.1.0</a></h2>
 
 <p>Cordova CLI support for Windows 8 was introduced in Cordova 3.1.0. To upgrade, we suggest creating a new Cordova CLI project and moving over all necessary assets.  </p>
 
-<h2>
-<a name="Upgrading%20Windows%208_upgrade_to_2_9_0_from_2_8_0">Upgrade to 2.9.0 from 2.8.0</a>
-</h2>
+<h2><a name="Upgrading%20Windows%208_upgrade_to_2_9_0_from_2_8_0">Upgrade to 2.9.0 from 2.8.0</a></h2>
 
 <p>The following commands should be done from within Visual Studio to be sure that the any project references are updated/deleted.</p>
 
@@ -182,9 +180,8 @@ version of the CLI.</p>
 <li><p>Add <code>cordova.js</code> file from the source to the project's <code>www</code> directory. (Note that the file no longer contains a version number in the filename.)</p></li>
 <li><p>Build and test!</p></li>
 </ol>
-<h2>
-<a name="Upgrading%20Windows%208_upgrade_to_2_8_0_from_2_7_0">Upgrade to 2.8.0 from 2.7.0</a>
-</h2>
+
+<h2><a name="Upgrading%20Windows%208_upgrade_to_2_8_0_from_2_7_0">Upgrade to 2.8.0 from 2.7.0</a></h2>
 
 <p>The following commands should be done from within Visual Studio to be sure that the any project references are updated/deleted.</p>
 
@@ -193,10 +190,12 @@ version of the CLI.</p>
 <li><p>Add <code>cordova.js</code> file from the source to the project's <code>www</code> directory. (Note that the file no longer contains a version number in the filename.)</p></li>
 <li><p>Build and test!</p></li>
 </ol>
-</div>
+
+            </div>
         </div>
 
         <!-- Functionality and Syntax Highlighting -->
-        <script type="text/javascript" src="index.js"></script><script type="text/javascript" src="prettify/prettify.js"></script>
-</body>
+        <script type="text/javascript" src="index.js"></script>
+        <script type="text/javascript" src="prettify/prettify.js"></script>
+    </body>
 </html>

Modified: cordova/site/public/docs/en/edge/guide_platforms_wp7_index.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/edge/guide_platforms_wp7_index.md.html?rev=1551686&r1=1551685&r2=1551686&view=diff
==============================================================================
--- cordova/site/public/docs/en/edge/guide_platforms_wp7_index.md.html (original)
+++ cordova/site/public/docs/en/edge/guide_platforms_wp7_index.md.html Tue 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>Windows Phone 7 Platform Guide</h1>
@@ -162,13 +165,12 @@ applies to both versions:</p>
 <li><a href="guide_platforms_wp8_plugin.md.html#Windows%20Phone%20Plugins">Windows Phone Plugins</a></li>
 <li><a href="guide_platforms_wp8_tools.md.html#Windows%20Phone%20Command-line%20Tools">Windows Phone 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="Windows%20Phone%207%20Platform%20Guide_system_requirements">System Requirements</a>
-</h2>
+<h2><a name="Windows%20Phone%207%20Platform%20Guide_system_requirements">System Requirements</a></h2>
 
 <p>Use Windows 7 or Windows 8 (Pro) or Windows Vista with SP2.  The
 64-bit version (x64) of Windows is required for the SDK.  The Pro
@@ -182,9 +184,7 @@ to install an app on a real device or su
 Read <a class="external" href="http://aka.ms/BuildaWP8apponaMac">Windows Phone on a Mac</a> for
 insights on developing solutions.</p>
 
-<h2>
-<a name="Windows%20Phone%207%20Platform%20Guide_install_sdk_and_cordova">Install SDK and Cordova</a>
-</h2>
+<h2><a name="Windows%20Phone%207%20Platform%20Guide_install_sdk_and_cordova">Install SDK and Cordova</a></h2>
 
 <p>Download and install the <a class="external" href="http://www.microsoft.com/download/en/details.aspx?displaylang=en&amp;id=27570/">Windows Phone
 SDK</a>.</p>
@@ -197,9 +197,7 @@ contains the Windwos Phone 8 version of 
 <p>Copy the <code>CordovaWP7_x_x_x.zip</code> file to the <code>\My Documents\Visual
 Studio 2012\Templates\ProjectTemplates\</code> directory.</p>
 
-<h2>
-<a name="Windows%20Phone%207%20Platform%20Guide_building_the_template">Building the Template</a>
-</h2>
+<h2><a name="Windows%20Phone%207%20Platform%20Guide_building_the_template">Building the Template</a></h2>
 
 <p><strong>NOTE</strong>: Skip this step if the <code>lib\windows-phone</code> directory already
 contains a <code>CordovaWP7_x_x_x.zip</code> file.</p>
@@ -226,9 +224,7 @@ with a parameter to install automaticall
 <pre class="prettyprint"><code>    &gt;createTemplates.bat -install
 </code></pre>
 
-<h2>
-<a name="Windows%20Phone%207%20Platform%20Guide_set_up_a_new_project">Set up a New Project</a>
-</h2>
+<h2><a name="Windows%20Phone%207%20Platform%20Guide_set_up_a_new_project">Set up a New Project</a></h2>
 
 <ul>
 <li><p>Open Visual Studio Express for Windows Phone and choose <strong>New
@@ -237,9 +233,8 @@ Project</strong>.</p></li>
 description.</p></li>
 <li><p>Give the project a name, and select <strong>OK</strong>.</p></li>
 </ul>
-<h2>
-<a name="Windows%20Phone%207%20Platform%20Guide_review_the_project_structure">Review the Project Structure</a>
-</h2>
+
+<h2><a name="Windows%20Phone%207%20Platform%20Guide_review_the_project_structure">Review the Project Structure</a></h2>
 
 <p>The <code>www</code> directory features <code>html</code>, <code>js</code>, and <code>css</code> subdirectories
 and any other resources your app requires.
@@ -251,10 +246,8 @@ vary depending on installed version:</p>
 
 <p><img src="img/guide/platforms/wp8/projectStructure.png" alt="" title=""></p>
 
-<h2>
-<a name="Windows%20Phone%207%20Platform%20Guide_build_the_project_for_the_device">Build the Project for the Device
-</a>
-</h2>
+<h2><a name="Windows%20Phone%207%20Platform%20Guide_build_the_project_for_the_device">Build the Project for the Device
+</a></h2>
 
 <p>Before testing your application on a device, the device must be
 registered. Consult
@@ -268,6 +261,7 @@ the basic steps:</p>
 <li><p>Press the green <strong>play</strong> button next to the main drop-down menu to
 start debugging, or else type <strong>F5</strong>.</p></li>
 </ul>
+
 <p><img src="img/guide/platforms/wp7/wpd.png" alt="" title=""></p>
 
 <p>At this point, you're done.</p>
@@ -276,6 +270,7 @@ start debugging, or else type <strong>F5
         </div>
 
         <!-- Functionality and Syntax Highlighting -->
-        <script type="text/javascript" src="index.js"></script><script type="text/javascript" src="prettify/prettify.js"></script>
-</body>
+        <script type="text/javascript" src="index.js"></script>
+        <script type="text/javascript" src="prettify/prettify.js"></script>
+    </body>
 </html>

Modified: cordova/site/public/docs/en/edge/guide_platforms_wp8_index.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/edge/guide_platforms_wp8_index.md.html?rev=1551686&r1=1551685&r2=1551686&view=diff
==============================================================================
--- cordova/site/public/docs/en/edge/guide_platforms_wp8_index.md.html (original)
+++ cordova/site/public/docs/en/edge/guide_platforms_wp8_index.md.html Tue 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>Windows Phone 8 Platform Guide</h1>
@@ -166,13 +169,12 @@ applies to both versions:</p>
 <li><a href="guide_platforms_wp8_plugin.md.html#Windows%20Phone%20Plugins">Windows Phone Plugins</a></li>
 <li><a href="guide_platforms_wp8_tools.md.html#Windows%20Phone%20Command-line%20Tools">Windows Phone 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="Windows%20Phone%208%20Platform%20Guide_system_requirements">System Requirements</a>
-</h2>
+<h2><a name="Windows%20Phone%208%20Platform%20Guide_system_requirements">System Requirements</a></h2>
 
 <ul>
 <li>
@@ -220,11 +222,10 @@ current interface.</p>
 </li>
 <li><p>Register and pay for a <a class="external" href="http://dev.windowsphone.com/en-us/publish">Windows Phone Dev Center</a> account if you want to install your app on a real device or submit it to Market Place.</p></li>
 </ul>
+
 <p><strong>NOTE</strong>: Running the SDK in Virtual Machine might present some challenges. You can read this blog post that gives insight on the solutions to develop for <a class="external" href="http://aka.ms/BuildaWP8apponaMac">Windows Phone on a Mac</a>.</p>
 
-<h2>
-<a name="Windows%20Phone%208%20Platform%20Guide_install_sdk_and_cordova">Install SDK and Cordova</a>
-</h2>
+<h2><a name="Windows%20Phone%208%20Platform%20Guide_install_sdk_and_cordova">Install SDK and Cordova</a></h2>
 
 <p>Download and install <a class="external" href="http://www.microsoft.com/en-us/download/details.aspx?id=35471">Windows Phone
 SDK</a>.</p>
@@ -236,9 +237,7 @@ subdirectory is where you need to do you
 <p>Copy the <code>CordovaWP8_x_x_x.zip</code> file to the <code>\My Documents\Visual
 Studio 2012\Templates\ProjectTemplates\</code> directory.</p>
 
-<h2>
-<a name="Windows%20Phone%208%20Platform%20Guide_building_the_template">Building the Template</a>
-</h2>
+<h2><a name="Windows%20Phone%208%20Platform%20Guide_building_the_template">Building the Template</a></h2>
 
 <p><strong>NOTE</strong>: Skip this step if the <code>lib\windows-phone</code> directory already
 contains a <code>CordovaWP8_x_x_x.zip</code> file.</p>
@@ -264,9 +263,7 @@ with a parameter to install automaticall
 <pre class="prettyprint"><code>    &gt;createTemplates.bat -install
 </code></pre>
 
-<h2>
-<a name="Windows%20Phone%208%20Platform%20Guide_set_up_a_new_project">Set up a New Project</a>
-</h2>
+<h2><a name="Windows%20Phone%208%20Platform%20Guide_set_up_a_new_project">Set up a New Project</a></h2>
 
 <p>Open Visual Studio Express for Windows Phone and choose <strong>New
 Project</strong>.</p>
@@ -278,9 +275,7 @@ template description.</p>
 
 <p><img src="img/guide/platforms/wp8/StandAloneTemplate.png" alt="" title=""></p>
 
-<h2>
-<a name="Windows%20Phone%208%20Platform%20Guide_review_the_project_structure">Review the Project Structure</a>
-</h2>
+<h2><a name="Windows%20Phone%208%20Platform%20Guide_review_the_project_structure">Review the Project Structure</a></h2>
 
 <p>The <code>www</code> directory features <code>html</code>, <code>js</code>, and <code>css</code> subdirectories
 and any other resources your app requires.
@@ -292,9 +287,7 @@ vary depending on the installed version:
 
 <p><img src="img/guide/platforms/wp8/projectStructure.png" alt="" title=""></p>
 
-<h2>
-<a name="Windows%20Phone%208%20Platform%20Guide_build_and_deploy_to_emulator">Build and Deploy to Emulator</a>
-</h2>
+<h2><a name="Windows%20Phone%208%20Platform%20Guide_build_and_deploy_to_emulator">Build and Deploy to Emulator</a></h2>
 
 <p>Make sure <strong>Windows Phone Emulator</strong> is selected in the main drop-down menu.</p>
 
@@ -303,10 +296,8 @@ start debugging, or type <strong>F5</str
 
 <p><img src="img/guide/platforms/wp8/BuildEmulator.png" alt="" title=""></p>
 
-<h2>
-<a name="Windows%20Phone%208%20Platform%20Guide_build_the_project_for_the_device">Build the Project for the Device
-</a>
-</h2>
+<h2><a name="Windows%20Phone%208%20Platform%20Guide_build_the_project_for_the_device">Build the Project for the Device
+</a></h2>
 
 <p>Before testing your application on a device, the device must be
 registered. Consult
@@ -320,13 +311,12 @@ the basic steps:</p>
 <li><p>Press the green <strong>play</strong> button next to the main drop-down menu to
 start debugging, or else type <strong>F5</strong>.</p></li>
 </ul>
+
 <p><img src="img/guide/platforms/wp7/wpd.png" alt="" title=""></p>
 
 <p>At this point, you're done.</p>
 
-<h2>
-<a name="Windows%20Phone%208%20Platform%20Guide_further_reading">Further Reading</a>
-</h2>
+<h2><a name="Windows%20Phone%208%20Platform%20Guide_further_reading">Further Reading</a></h2>
 
 <p>The Windows Phone Developer Blog provides
 <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">helpful details</a>
@@ -337,6 +327,7 @@ both.</p>
         </div>
 
         <!-- Functionality and Syntax Highlighting -->
-        <script type="text/javascript" src="index.js"></script><script type="text/javascript" src="prettify/prettify.js"></script>
-</body>
+        <script type="text/javascript" src="index.js"></script>
+        <script type="text/javascript" src="prettify/prettify.js"></script>
+    </body>
 </html>

Modified: cordova/site/public/docs/en/edge/guide_platforms_wp8_plugin.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/edge/guide_platforms_wp8_plugin.md.html?rev=1551686&r1=1551685&r2=1551686&view=diff
==============================================================================
--- cordova/site/public/docs/en/edge/guide_platforms_wp8_plugin.md.html (original)
+++ cordova/site/public/docs/en/edge/guide_platforms_wp8_plugin.md.html Tue 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>Windows Phone Plugins</h1>
@@ -165,9 +168,7 @@ license: Licensed to the Apache Software
      specific language governing permissions and limitations
 </code></pre>
 
-<h2>
-<a name="_under_the_license">         under the License.</a>
-</h2>
+<h2><a name="_under_the_license">         under the License.</a></h2>
 
 <h1><a name="Windows%20Phone%20Plugins">Windows Phone Plugins</a></h1>
 
@@ -222,14 +223,13 @@ using WPCordovaClassLib.Cordova.JSON;
 </code></pre>
 </li>
 </ol>
+
 <p>See the
 <a class="external" href="https://github.com/apache/cordova-wp7/blob/master/templates/standalone/cordovalib/Commands/BaseCommand.cs">BaseCommand.cs</a>
 class for methods available for the plugin to override.  For example,
 the plugin can capture '<a href="cordova_events_events.md.html#pause">pause</a>' and '<a href="cordova_events_events.md.html#resume">resume</a>' events.</p>
 
-<h2>
-<a name="Windows%20Phone%20Plugins_namespaces">Namespaces</a>
-</h2>
+<h2><a name="Windows%20Phone%20Plugins_namespaces">Namespaces</a></h2>
 
 <p>The default namespace for unqualified commands is:</p>
 
@@ -257,9 +257,7 @@ your C# class like this:</p>
 <pre class="prettyprint"><code>    cordova.exec(win, fail, "com.mydomain.cordovaExtensions.Echo", ...);
 </code></pre>
 
-<h2>
-<a name="Windows%20Phone%20Plugins_interpreting_arguments_in_c">Interpreting Arguments in C</a>
-</h2>
+<h2><a name="Windows%20Phone%20Plugins_interpreting_arguments_in_c">Interpreting Arguments in C</a></h2>
 
 <p>In the example discussed in Application Plugins, the data your plugin
 receives is a string, but what if you want to pass an array of
@@ -282,9 +280,7 @@ into C#, and so need to be decoded:</p>
     // optVal now has the value of "input string"
 </code></pre>
 
-<h2>
-<a name="Windows%20Phone%20Plugins_passing_results_from_c_to_javascript">Passing Results from C# to JavaScript</a>
-</h2>
+<h2><a name="Windows%20Phone%20Plugins_passing_results_from_c_to_javascript">Passing Results from C# to JavaScript</a></h2>
 
 <p>The <code>BaseCommand</code> class provides methods to pass data to JavaScript
 callback handlers.  If you simply want to signal success with no
@@ -312,9 +308,7 @@ object whose status is <code>ERROR</code
 <pre class="prettyprint"><code>    DispatchCommandResult(new PluginResult(PluginResult.Status.ERROR, "Echo signaled an error"));
 </code></pre>
 
-<h2>
-<a name="Windows%20Phone%20Plugins_handling_serialization_errors">Handling Serialization Errors</a>
-</h2>
+<h2><a name="Windows%20Phone%20Plugins_handling_serialization_errors">Handling Serialization Errors</a></h2>
 
 <p>When interpreting your arguments, <code>try</code>/<code>catch</code> blocks help screen out
 bad input. This pattern appears throughout the Cordova C# code:</p>
@@ -340,9 +334,7 @@ bad input. This pattern appears througho
     }
 </code></pre>
 
-<h2>
-<a name="Windows%20Phone%20Plugins_plugin_xml">Plugin XML</a>
-</h2>
+<h2><a name="Windows%20Phone%20Plugins_plugin_xml">Plugin XML</a></h2>
 
 <p>The following shows how to use the <code>plugin.xml</code> file to specify a
 plugin's source files on the Windows Phone platform.  See Application
@@ -373,9 +365,8 @@ file:</p>
 </code></pre>
 </li>
 </ul>
-<h2>
-<a name="Windows%20Phone%20Plugins_debugging_plugins">Debugging Plugins</a>
-</h2>
+
+<h2><a name="Windows%20Phone%20Plugins_debugging_plugins">Debugging Plugins</a></h2>
 
 <p>Use Visual Studio's debugger to debug a plugin's C# component. You can
 set a break point at any of the methods exposed by your class.</p>
@@ -384,9 +375,7 @@ set a break point at any of the methods 
 use <code>console.log</code> to output the plugin's state, or to inform
 yourself of errors.</p>
 
-<h2>
-<a name="Windows%20Phone%20Plugins_common_pitfalls">Common Pitfalls</a>
-</h2>
+<h2><a name="Windows%20Phone%20Plugins_common_pitfalls">Common Pitfalls</a></h2>
 
 <ul>
 <li>
@@ -415,10 +404,12 @@ calling <code>exec()</code>. Doing so al
 unnecessary functionality from the plugin's various native
 implementations.</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/edge/guide_platforms_wp8_tools.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/edge/guide_platforms_wp8_tools.md.html?rev=1551686&r1=1551685&r2=1551686&view=diff
==============================================================================
--- cordova/site/public/docs/en/edge/guide_platforms_wp8_tools.md.html (original)
+++ cordova/site/public/docs/en/edge/guide_platforms_wp8_tools.md.html Tue 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>Windows Phone Command-line Tools</h1>
@@ -161,9 +164,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="Windows%20Phone%20Command-line%20Tools_windows_phone">Windows Phone</a>
-</h2>
+<h2><a name="Windows%20Phone%20Command-line%20Tools_windows_phone">Windows Phone</a></h2>
 
 <p>The Windows Phone command-line tools support creating, building, and
 running new projects. Commands must be run from a cmd or powershell
@@ -172,9 +173,7 @@ prompt.</p>
 <p>The WP8 repo now includes code for building both WP7 + WP8 apps.  The
 repo has subdirectories for each: <code>wp7/</code> and <code>wp8/</code>.</p>
 
-<h2>
-<a name="Windows%20Phone%20Command-line%20Tools_create_a_project">Create a Project</a>
-</h2>
+<h2><a name="Windows%20Phone%20Command-line%20Tools_create_a_project">Create a Project</a></h2>
 
 <p>There are 2 ways to go about creating a new Apache Cordova WP7 or WP8 application.</p>
 
@@ -191,6 +190,7 @@ new Apache Cordova Windows Phone apps fr
 <strong><a href="cordova_file_file.md.html#File">File</a> → New Project</strong> menu.</p></li>
 <li><p>If you run the batch file from the command line, you can also call with a parameter to install automatically</p></li>
 </ul>
+
 <p>Run the script :</p>
 
 <pre class="prettyprint"><code>&gt;createTemplates.bat -install
@@ -218,9 +218,7 @@ name.  Here is the syntax for both Windo
 
 <p>Build and Run it</p>
 
-<h2>
-<a name="Windows%20Phone%20Command-line%20Tools_building_the_project_clean_then_build">Building the Project (Clean, then Build)</a>
-</h2>
+<h2><a name="Windows%20Phone%20Command-line%20Tools_building_the_project_clean_then_build">Building the Project (Clean, then Build)</a></h2>
 
 <ul>
 <li>
@@ -234,9 +232,8 @@ name.  Here is the syntax for both Windo
 <p>$ C:\path\to\my<em>new</em>project\cordova\build --release</p>
 </li>
 </ul>
-<h2>
-<a name="Windows%20Phone%20Command-line%20Tools_running_the_app">Running the App</a>
-</h2>
+
+<h2><a name="Windows%20Phone%20Command-line%20Tools_running_the_app">Running the App</a></h2>
 
 <p>Run the 'run' command with the following <em>optional</em> parameters</p>
 
@@ -248,11 +245,10 @@ name.  Here is the syntax for both Windo
 <p>$ C:\path\to\my<em>new</em>project\cordova\run [Target] [Build]</p>
 </li>
 </ul>
+
 <p>By default the <code>run</code> command is called with <code>--emulator --debug</code> if flags are not provided.</p>
 
-<h2>
-<a name="Windows%20Phone%20Command-line%20Tools_cleaning">Cleaning</a>
-</h2>
+<h2><a name="Windows%20Phone%20Command-line%20Tools_cleaning">Cleaning</a></h2>
 
 <pre class="prettyprint"><code>$ C:\path\to\my_new_project\cordova\clean
 </code></pre>
@@ -261,6 +257,7 @@ name.  Here is the syntax for both Windo
         </div>
 
         <!-- Functionality and Syntax Highlighting -->
-        <script type="text/javascript" src="index.js"></script><script type="text/javascript" src="prettify/prettify.js"></script>
-</body>
+        <script type="text/javascript" src="index.js"></script>
+        <script type="text/javascript" src="prettify/prettify.js"></script>
+    </body>
 </html>

Modified: cordova/site/public/docs/en/edge/guide_platforms_wp8_upgrading.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/edge/guide_platforms_wp8_upgrading.md.html?rev=1551686&r1=1551685&r2=1551686&view=diff
==============================================================================
--- cordova/site/public/docs/en/edge/guide_platforms_wp8_upgrading.md.html (original)
+++ cordova/site/public/docs/en/edge/guide_platforms_wp8_upgrading.md.html Tue 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 Windows Phone</h1>
@@ -173,9 +176,7 @@ Command-Line Interface</a> for informati
 the CLI.  The following section shows how to upgrade from non-CLI
 projects.</p>
 
-<h2>
-<a name="Upgrading%20Windows%20Phone_upgrade_to_3_2_0_from_3_1_0">Upgrade to 3.2.0 from 3.1.0</a>
-</h2>
+<h2><a name="Upgrading%20Windows%20Phone_upgrade_to_3_2_0_from_3_1_0">Upgrade 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 @@ projects.</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 wp8</code> (or <code>wp7</code>, per the platforms you added to your project).</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%20Windows%20Phone_upgrade_to_3_1_0_from_3_0_0">Upgrade to 3.1.0 from 3.0.0</a>
-</h2>
+<h2><a name="Upgrading%20Windows%20Phone_upgrade_to_3_1_0_from_3_0_0">Upgrade to 3.1.0 from 3.0.0</a></h2>
 
 <p>For projects that were created with the cordova CLI: </p>
 
@@ -198,14 +198,13 @@ projects.</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 wp8</code> (or <code>wp7</code>, per the platforms you added to your project).</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%20Windows%20Phone_upgrade_to_the_cli_3_0_0_from_2_9_0">Upgrade to the CLI (3.0.0) from 2.9.0</a>
-</h2>
+<h2><a name="Upgrading%20Windows%20Phone_upgrade_to_the_cli_3_0_0_from_2_9_0">Upgrade to the CLI (3.0.0) from 2.9.0</a></h2>
 
 <ol>
 <li><p>Create a new Apache Cordova 3.0.0 project using the cordova CLI, as
@@ -223,9 +222,8 @@ the CLI handles all core APIs as plugins
 added. Only 3.0.0 plugins are compatible with the CLI.</p></li>
 <li><p>Build and test.</p></li>
 </ol>
-<h2>
-<a name="Upgrading%20Windows%20Phone_upgrade_to_3_0_0_non_cli_from_2_9_0">Upgrade to 3.0.0 (non-CLI) from 2.9.0</a>
-</h2>
+
+<h2><a name="Upgrading%20Windows%20Phone_upgrade_to_3_0_0_non_cli_from_2_9_0">Upgrade to 3.0.0 (non-CLI) from 2.9.0</a></h2>
 
 <p>In Visual Studio's Solution Explorer window:</p>
 
@@ -236,14 +234,13 @@ added. Only 3.0.0 plugins are compatible
 <li><p>Copy over any plugins from the <code>plugins</code> directory to the new project and ensure that they are also added to the VS project. </p></li>
 <li><p>Build and test.</p></li>
 </ol>
+
 <p><strong>NOTE</strong>: all core APIs are removed from Cordova version 3.0, and must
 be installed separately as plugins.  For more information on how to
 re-enable these features in a non-CLI workflow, see <a href="#Using%20Plugman%20to%0AManage%20Plugins">Using Plugman to
 Manage Plugins</a>.</p>
 
-<h2>
-<a name="Upgrading%20Windows%20Phone_upgrade_to_2_9_0_from_2_8_0">Upgrade to 2.9.0 from 2.8.0</a>
-</h2>
+<h2><a name="Upgrading%20Windows%20Phone_upgrade_to_2_9_0_from_2_8_0">Upgrade to 2.9.0 from 2.8.0</a></h2>
 
 <p>In Visual Studio's Solution Explorer window:</p>
 
@@ -255,9 +252,8 @@ Manage Plugins</a>.</p>
 <li><p>Copy over any plugins from the <code>plugins</code> directory to the new project and ensure that they are also added to the .csproj file.</p></li>
 <li><p>Build and test.</p></li>
 </ol>
-<h2>
-<a name="Upgrading%20Windows%20Phone_upgrade_to_2_8_0_from_2_7_0">Upgrade to 2.8.0 from 2.7.0</a>
-</h2>
+
+<h2><a name="Upgrading%20Windows%20Phone_upgrade_to_2_8_0_from_2_7_0">Upgrade to 2.8.0 from 2.7.0</a></h2>
 
 <p>In Visual Studio's Solution Explorer window:</p>
 
@@ -269,9 +265,8 @@ Manage Plugins</a>.</p>
 <li><p>Copy over any plugins from the <code>plugins</code> directory to the new project and ensure that they are also added to the VS project.</p></li>
 <li><p>Build and test.</p></li>
 </ol>
-<h2>
-<a name="Upgrading%20Windows%20Phone_upgrade_to_2_7_0_from_2_6_0">Upgrade to 2.7.0 from 2.6.0</a>
-</h2>
+
+<h2><a name="Upgrading%20Windows%20Phone_upgrade_to_2_7_0_from_2_6_0">Upgrade to 2.7.0 from 2.6.0</a></h2>
 
 <p>In Visual Studio's Solution Explorer window:</p>
 
@@ -283,9 +278,8 @@ Manage Plugins</a>.</p>
 <li><p>Copy over any plugins from the <code>plugins</code> directory to the new project and ensure that they are also added to the VS project.</p></li>
 <li><p>Build and test.</p></li>
 </ol>
-<h2>
-<a name="Upgrading%20Windows%20Phone_upgrade_to_2_6_0_from_2_5_0">Upgrade to 2.6.0 from 2.5.0</a>
-</h2>
+
+<h2><a name="Upgrading%20Windows%20Phone_upgrade_to_2_6_0_from_2_5_0">Upgrade to 2.6.0 from 2.5.0</a></h2>
 
 <p>In Visual Studio's Solution Explorer window:</p>
 
@@ -297,9 +291,8 @@ Manage Plugins</a>.</p>
 <li><p>Copy over any plugins from the <code>plugins</code> directory to the new project and ensure that they are also added to the VS project.</p></li>
 <li><p>Build and test.</p></li>
 </ol>
-<h2>
-<a name="Upgrading%20Windows%20Phone_upgrade_to_2_5_0_from_2_4_0">Upgrade to 2.5.0 from 2.4.0</a>
-</h2>
+
+<h2><a name="Upgrading%20Windows%20Phone_upgrade_to_2_5_0_from_2_4_0">Upgrade to 2.5.0 from 2.4.0</a></h2>
 
 <p>In Visual Studio's Solution Explorer window:</p>
 
@@ -311,9 +304,8 @@ Manage Plugins</a>.</p>
 <li><p>Copy over any plugins from the <code>plugins</code> directory to the new project and ensure that they are also added to the VS project.</p></li>
 <li><p>Build and test.</p></li>
 </ol>
-<h2>
-<a name="Upgrading%20Windows%20Phone_upgrade_to_2_4_0_from_2_3_0">Upgrade to 2.4.0 from 2.3.0</a>
-</h2>
+
+<h2><a name="Upgrading%20Windows%20Phone_upgrade_to_2_4_0_from_2_3_0">Upgrade to 2.4.0 from 2.3.0</a></h2>
 
 <p>In Visual Studio's Solution Explorer window:</p>
 
@@ -325,9 +317,8 @@ Manage Plugins</a>.</p>
 <li><p>Copy over any plugins from the <code>plugins</code> directory to the new project and ensure that they are also added to the VS project.</p></li>
 <li><p>Build and test.</p></li>
 </ol>
-<h2>
-<a name="Upgrading%20Windows%20Phone_upgrade_to_2_3_0_from_2_2_0">Upgrade to 2.3.0 from 2.2.0</a>
-</h2>
+
+<h2><a name="Upgrading%20Windows%20Phone_upgrade_to_2_3_0_from_2_2_0">Upgrade to 2.3.0 from 2.2.0</a></h2>
 
 <p>In Visual Studio's Solution Explorer window:</p>
 
@@ -339,9 +330,8 @@ Manage Plugins</a>.</p>
 <li><p>Copy over any plugins from the <code>plugins</code> directory to the new project and ensure that they are also added to the VS project.</p></li>
 <li><p>Build and test.</p></li>
 </ol>
-<h2>
-<a name="Upgrading%20Windows%20Phone_upgrade_to_2_2_0_from_2_1_0">Upgrade to 2.2.0 from 2.1.0</a>
-</h2>
+
+<h2><a name="Upgrading%20Windows%20Phone_upgrade_to_2_2_0_from_2_1_0">Upgrade to 2.2.0 from 2.1.0</a></h2>
 
 <p>In Visual Studio's Solution Explorer window:</p>
 
@@ -353,9 +343,8 @@ Manage Plugins</a>.</p>
 <li><p>Copy over any plugins from the <code>plugins</code> directory to the new project and ensure that they are also added to the VS project.</p></li>
 <li><p>Build and test.</p></li>
 </ol>
-<h2>
-<a name="Upgrading%20Windows%20Phone_upgrade_to_2_1_0_from_2_0_0">Upgrade to 2.1.0 from 2.0.0</a>
-</h2>
+
+<h2><a name="Upgrading%20Windows%20Phone_upgrade_to_2_1_0_from_2_0_0">Upgrade to 2.1.0 from 2.0.0</a></h2>
 
 <p>In Visual Studio's Solution Explorer window:</p>
 
@@ -367,9 +356,8 @@ Manage Plugins</a>.</p>
 <li><p>Copy over any plugins from the <code>plugins</code> directory to the new project and ensure that they are also added to the VS project.</p></li>
 <li><p>Build and test.</p></li>
 </ol>
-<h2>
-<a name="Upgrading%20Windows%20Phone_upgrade_to_2_0_0_from_1_9_0">Upgrade to 2.0.0 from 1.9.0</a>
-</h2>
+
+<h2><a name="Upgrading%20Windows%20Phone_upgrade_to_2_0_0_from_1_9_0">Upgrade to 2.0.0 from 1.9.0</a></h2>
 
 <p>There have been considerable changes to the WP7 project structure in Apache Cordova 2.0.0 which make this upgrade a little more involved that the others. Essentially this is not an upgrade but creation of a new project and copy over of existing source files.</p>
 
@@ -383,9 +371,8 @@ Manage Plugins</a>.</p>
 <li><p>Copy over any plugins from the <code>plugins</code> directory to the new project and ensure that they are also added to the VS project.</p></li>
 <li><p>Build and test.</p></li>
 </ol>
-<h2>
-<a name="Upgrading%20Windows%20Phone_upgrade_to_1_9_0_from_1_8_0">Upgrade to 1.9.0 from 1.8.0</a>
-</h2>
+
+<h2><a name="Upgrading%20Windows%20Phone_upgrade_to_1_9_0_from_1_8_0">Upgrade to 1.9.0 from 1.8.0</a></h2>
 
 <p>In Visual Studio's Solution Explorer window:</p>
 
@@ -401,9 +388,8 @@ Manage Plugins</a>.</p>
 <li><p>Copy the new <code>cordova-1.9.0.js</code> into your project. (Be sure it is marked as Content.)</p></li>
 <li><p>Update your HTML to use the new <code>cordova-1.9.0.js</code> file.</p></li>
 </ol>
-<h2>
-<a name="Upgrading%20Windows%20Phone_upgrade_to_1_8_0_from_1_7_0">Upgrade to 1.8.0 from 1.7.0</a>
-</h2>
+
+<h2><a name="Upgrading%20Windows%20Phone_upgrade_to_1_8_0_from_1_7_0">Upgrade to 1.8.0 from 1.7.0</a></h2>
 
 <p>In Visual Studio's Solution Explorer window:</p>
 
@@ -419,9 +405,8 @@ Manage Plugins</a>.</p>
 <li><p>Copy the new <code>cordova-1.8.0.js</code> into your project. (Be sure it is marked as Content.)</p></li>
 <li><p>Update your HTML to use the new <code>cordova-1.8.0.js</code> file.</p></li>
 </ol>
-<h2>
-<a name="Upgrading%20Windows%20Phone_upgrade_to_1_7_0_from_1_6_0">Upgrade to 1.7.0 from 1.6.0</a>
-</h2>
+
+<h2><a name="Upgrading%20Windows%20Phone_upgrade_to_1_7_0_from_1_6_0">Upgrade to 1.7.0 from 1.6.0</a></h2>
 
 <p>In Visual Studio's Solution Explorer window:</p>
 
@@ -437,9 +422,8 @@ Manage Plugins</a>.</p>
 <li><p>Copy the new <code>cordova-1.7.0.js</code> into your project. (Be sure it is marked as Content.)</p></li>
 <li><p>Update your HTML to use the new <code>cordova-1.7.0.js</code> file.</p></li>
 </ol>
-<h2>
-<a name="Upgrading%20Windows%20Phone_upgrade_to_1_6_1_from_1_6_0">Upgrade to 1.6.1 from 1.6.0</a>
-</h2>
+
+<h2><a name="Upgrading%20Windows%20Phone_upgrade_to_1_6_1_from_1_6_0">Upgrade to 1.6.1 from 1.6.0</a></h2>
 
 <p>In Visual Studio's Solution Explorer window:</p>
 
@@ -455,9 +439,8 @@ Manage Plugins</a>.</p>
 <li><p>Copy the new <code>cordova-1.6.1.js</code> into your project. (Be sure it is marked as Content.)</p></li>
 <li><p>Update your HTML to use the new <code>cordova-1.6.1.js</code> file.</p></li>
 </ol>
-<h2>
-<a name="Upgrading%20Windows%20Phone_upgrade_to_1_6_0_from_1_5_0">Upgrade to 1.6.0 from 1.5.0</a>
-</h2>
+
+<h2><a name="Upgrading%20Windows%20Phone_upgrade_to_1_6_0_from_1_5_0">Upgrade to 1.6.0 from 1.5.0</a></h2>
 
 <p>In Visual Studio's Solution Explorer window:</p>
 
@@ -473,9 +456,8 @@ Manage Plugins</a>.</p>
 <li><p>Copy the new <code>cordova-1.6.0.js</code> into your project. (Be sure it is marked as Content.)</p></li>
 <li><p>Update your HTML to use the new <code>cordova-1.6.0.js</code> file.</p></li>
 </ol>
-<h2>
-<a name="Upgrading%20Windows%20Phone_upgrade_to_1_5_0_from_1_4_0">Upgrade to 1.5.0 from 1.4.0</a>
-</h2>
+
+<h2><a name="Upgrading%20Windows%20Phone_upgrade_to_1_5_0_from_1_4_0">Upgrade to 1.5.0 from 1.4.0</a></h2>
 
 <p>In Visual Studio's Solution Explorer window:</p>
 
@@ -491,9 +473,8 @@ Manage Plugins</a>.</p>
 <li><p>Copy the new <code>cordova-1.5.0.js</code> into your project. (Be sure it is marked as Content.)</p></li>
 <li><p>Update your HTML to use the new <code>cordova-1.5.0.js</code> file.</p></li>
 </ol>
-<h2>
-<a name="Upgrading%20Windows%20Phone_upgrade_to_1_4_0_from_1_3_0">Upgrade to 1.4.0 from 1.3.0</a>
-</h2>
+
+<h2><a name="Upgrading%20Windows%20Phone_upgrade_to_1_4_0_from_1_3_0">Upgrade to 1.4.0 from 1.3.0</a></h2>
 
 <p>In Visual Studio's Solution Explorer window:</p>
 
@@ -509,9 +490,8 @@ Manage Plugins</a>.</p>
 <li><p>Copy the new <code>cordova-1.4.0.js</code> into your project. (Be sure it is marked as Content.)</p></li>
 <li><p>Update your HTML to use the new <code>cordova-1.4.0.js</code> file.</p></li>
 </ol>
-<h2>
-<a name="Upgrading%20Windows%20Phone_upgrade_to_1_3_0_from_1_2_0">Upgrade to 1.3.0 from 1.2.0</a>
-</h2>
+
+<h2><a name="Upgrading%20Windows%20Phone_upgrade_to_1_3_0_from_1_2_0">Upgrade to 1.3.0 from 1.2.0</a></h2>
 
 <p>In Visual Studio's Solution Explorer window:</p>
 
@@ -527,9 +507,8 @@ Manage Plugins</a>.</p>
 <li><p>Copy the new <code>cordova-1.3.0.js</code> into your project. (Be sure it is marked as Content.)</p></li>
 <li><p>Update your HTML to use the new <code>cordova-1.3.0.js</code> file.</p></li>
 </ol>
-<h2>
-<a name="Upgrading%20Windows%20Phone_upgrade_to_1_2_0_from_1_1_0">Upgrade to 1.2.0 from 1.1.0</a>
-</h2>
+
+<h2><a name="Upgrading%20Windows%20Phone_upgrade_to_1_2_0_from_1_1_0">Upgrade to 1.2.0 from 1.1.0</a></h2>
 
 <p>In Visual Studio's Solution Explorer window:</p>
 
@@ -545,9 +524,8 @@ Manage Plugins</a>.</p>
 <li><p>Copy the new <code>cordova-1.2.0.js</code> into your project. (Be sure it is marked as Content.)</p></li>
 <li><p>Update your HTML to use the new <code>cordova-1.2.0.js</code> file.</p></li>
 </ol>
-<h2>
-<a name="Upgrading%20Windows%20Phone_upgrade_to_1_1_0_from_1_0_0">Upgrade to 1.1.0 from 1.0.0</a>
-</h2>
+
+<h2><a name="Upgrading%20Windows%20Phone_upgrade_to_1_1_0_from_1_0_0">Upgrade to 1.1.0 from 1.0.0</a></h2>
 
 <p>In Visual Studio's Solution Explorer window:</p>
 
@@ -563,10 +541,12 @@ Manage Plugins</a>.</p>
 <li><p>Copy the new <code>cordova-1.1.0.js</code> into your project. (Be sure it is marked as Content.)</p></li>
 <li><p>Update your HTML to use the new <code>cordova-1.1.0.js</code> file.</p></li>
 </ol>
-</div>
+
+            </div>
         </div>
 
         <!-- Functionality and Syntax Highlighting -->
-        <script type="text/javascript" src="index.js"></script><script type="text/javascript" src="prettify/prettify.js"></script>
-</body>
+        <script type="text/javascript" src="index.js"></script>
+        <script type="text/javascript" src="prettify/prettify.js"></script>
+    </body>
 </html>

Modified: cordova/site/public/docs/en/edge/guide_support_index.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/edge/guide_support_index.md.html?rev=1551686&r1=1551685&r2=1551686&view=diff
==============================================================================
--- cordova/site/public/docs/en/edge/guide_support_index.md.html (original)
+++ cordova/site/public/docs/en/edge/guide_support_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>Platform Support</h1>
@@ -148,13 +151,16 @@ CLI's shorthand stubs.)</p>
 <!-- START HTML -->
 
 <table class="compat" width="100%">
-<thead><tr>
-<th>
+
+<thead>
+    <tr>
+        <th>
         </th>
 <th><tt>amazon-fireos</tt></th>
         <th><tt>android</tt></th>
         <th><tt>blackberry10</tt></th>
         <th><tt>ios</tt></th>
+        <th><tt>Ubuntu</tt></th>
         <th>
 <tt>wp7</tt> (Windows<br>Phone 7)</th>
         <th>
@@ -163,247 +169,292 @@ CLI's shorthand stubs.)</p>
 <tt>win8</tt><br>(Windows 8)</th>
 <!--        <th><tt>firefoxos</tt></th> -->
         <th><tt>tizen</tt></th>
-    </tr></thead>
+    </tr>
+
+</thead>
+
 <tbody>
-<tr>
-<th><a href="guide_cli_index.md.html">cordova<br>CLI</a></th>
+    <tr>
+        <th><a href="guide_cli_index.md.html">cordova<br>CLI</a></th>
         <td data-col="amazon-fireos" class="y">Mac, Windows, Linux</td>
         <td data-col="android" class="y">Mac, Windows, Linux</td>
         <td data-col="blackberry10" class="y">Mac, Windows</td>
         <td data-col="ios" class="y">Mac</td>
+        <td data-col="ubuntu" class="y">Ubuntu</td>
         <td data-col="winphone7" class="y">Windows</td>
         <td data-col="winphone8" class="y">Windows</td>
         <td data-col="win8" class="y"></td>
 <!--        <td data-col="firefoxos"  class="n"></td> -->
         <td data-col="tizen" class="n"></td>
     </tr>
-<tr>
-<th><a href="guide_hybrid_webviews_index.md.html">Embedded<br>WebView</a></th>
+
+    <tr>
+        <th><a href="guide_hybrid_webviews_index.md.html">Embedded<br>WebView</a></th>
         <td data-col="amazon-fireos" class="y"><a href="guide_platforms_amazonfireos_webview.md.html">(see details)</a></td>
         <td data-col="android" class="y"><a href="guide_platforms_android_webview.md.html">(see details)</a></td>
         <td data-col="blackberry10" class="n"></td>
         <td data-col="ios" class="y"><a href="guide_platforms_ios_webview.md.html">(see details)</a></td>
+        <td data-col="ubuntu" class="y"></td>
         <td data-col="winphone7" class="n"></td>
         <td data-col="winphone8" class="n"></td>
         <td data-col="win8" class="n"></td>
 <!--        <td data-col="firefoxos"  class="n"></td> -->
         <td data-col="tizen" class="n"></td>
     </tr>
-<tr>
-<th><a href="guide_hybrid_plugins_index.md.html">Plug-in<br>Interface</a></th>
+
+    <tr>
+        <th><a href="guide_hybrid_plugins_index.md.html">Plug-in<br>Interface</a></th>
          <td data-col="amazon-fireos" class="y"><a href="guide_guide_platforms_amazonfireos_plugin.md.html">(see details)</a></td>
         <td data-col="android" class="y"><a href="guide_guide_platforms_android_plugin.md.html">(see details)</a></td>
         <td data-col="blackberry10" class="y"><a href="guide_guide_platforms_blackberry10_plugin.md.html">(see details)</a></td>
         <td data-col="ios" class="y"><a href="guide_guide_platforms_ios_plugin.md.html">(see details)</a></td>
+        <td data-col="ubuntu" class="y"></td>
         <td data-col="winphone7" class="y"><a href="guide_guide_platforms_wp8_plugin.md.html">(see details)</a></td>
         <td data-col="winphone8" class="y"><a href="guide_guide_platforms_wp8_plugin.md.html">(see details)</a></td>
         <td data-col="win8" class="y"></td>
 <!--        <td data-col="firefoxos"  class="n"></td> -->
         <td data-col="tizen" class="n"></td>
     </tr>
-<tr>
-<th></th>
+
+    <tr>
+        <th></th>
         <th colspan="20">Platform APIs</th>
     </tr>
-<tr>
-<th><a href="cordova_accelerometer_accelerometer.md.html">Accelerometer</a></th>
+
+    <tr>
+        <th><a href="cordova_accelerometer_accelerometer.md.html">Accelerometer</a></th>
         <td data-col="amazon-fireos" class="y"></td>
         <td data-col="android" class="y"></td>
         <td data-col="blackberry10" class="y"></td>
         <td data-col="ios" class="y"></td>
+        <td data-col="ubuntu" class="y"></td>
         <td data-col="winphone7" class="y"></td>
         <td data-col="winphone8" class="y"></td>
         <td data-col="win8" class="y"></td>
 <!--        <td data-col="firefoxos"  class="n"></td> -->
         <td data-col="tizen" class="y"></td>
     </tr>
-<tr>
-<th><a href="cordova_camera_camera.md.html">Camera</a></th>
+
+    <tr>
+        <th><a href="cordova_camera_camera.md.html">Camera</a></th>
         <td data-col="amazon-fireos" class="y"></td>
         <td data-col="android" class="y"></td>
         <td data-col="blackberry10" class="y"></td>
         <td data-col="ios" class="y"></td>
+        <td data-col="ubuntu" class="y"></td>
         <td data-col="winphone7" class="y"></td>
         <td data-col="winphone8" class="y"></td>
         <td data-col="win8" class="y"></td>
 <!--        <td data-col="firefoxos"  class="n"></td> -->
         <td data-col="tizen" class="y"></td>
     </tr>
-<tr>
-<th><a href="cordova_media_capture_capture.md.html">Capture</a></th>
+
+    <tr>
+        <th><a href="cordova_media_capture_capture.md.html">Capture</a></th>
         <td data-col="amazon-fireos" class="y"></td>
         <td data-col="android" class="y"></td>
         <td data-col="blackberry10" class="y"></td>
         <td data-col="ios" class="y"></td>
+        <td data-col="ubuntu" class="y"></td>
         <td data-col="winphone7" class="y"></td>
         <td data-col="winphone8" class="y"></td>
         <td data-col="win8" class="n"></td>
 <!--        <td data-col="firefoxos"  class="n"></td> -->
         <td data-col="tizen" class="n"></td>
     </tr>
-<tr>
-<th><a href="cordova_compass_compass.md.html">Compass</a></th>
+
+    <tr>
+        <th><a href="cordova_compass_compass.md.html">Compass</a></th>
         <td data-col="amazon-fireos" class="y"></td>
         <td data-col="android" class="y"></td>
         <td data-col="blackberry10" class="y"></td>
         <td data-col="ios" class="y">(3GS+)</td>
+        <td data-col="ubuntu" class="y"></td>
         <td data-col="winphone7" class="y"></td>
         <td data-col="winphone8" class="y"></td>
         <td data-col="win8" class="y"></td>
 <!--        <td data-col="firefoxos"  class="n"></td> -->
         <td data-col="tizen" class="y"></td>
     </tr>
-<tr>
-<th><a href="cordova_connection_connection.md.html">Connection</a></th>
+
+    <tr>
+        <th><a href="cordova_connection_connection.md.html">Connection</a></th>
         <td data-col="amazon-fireos" class="y"></td>
         <td data-col="android" class="y"></td>
         <td data-col="blackberry10" class="y"></td>
         <td data-col="ios" class="y"></td>
+        <td data-col="ubuntu" class="y"></td>
         <td data-col="winphone7" class="y"></td>
         <td data-col="winphone8" class="y"></td>
         <td data-col="win8" class="y"></td>
 <!--        <td data-col="firefoxos"  class="n"></td> -->
         <td data-col="tizen" class="y"></td>
     </tr>
-<tr>
-<th><a href="cordova_contacts_contacts.md.html">Contacts</a></th>
+
+    <tr>
+        <th><a href="cordova_contacts_contacts.md.html">Contacts</a></th>
         <td data-col="amazon-fireos" class="y"></td>
         <td data-col="android" class="y"></td>
         <td data-col="blackberry10" class="y"></td>
         <td data-col="ios" class="y"></td>
+        <td data-col="ubuntu" class="y"></td>
         <td data-col="winphone7" class="y"></td>
         <td data-col="winphone8" class="y"></td>
         <td data-col="win8" class="n"></td>
 <!--        <td data-col="firefoxos"  class="n"></td> -->
         <td data-col="tizen" class="n"></td>
     </tr>
-<tr>
-<th><a href="cordova_device_device.md.html">Device</a></th>
+
+    <tr>
+        <th><a href="cordova_device_device.md.html">Device</a></th>
         <td data-col="amazon-fireos" class="y"></td>
         <td data-col="android" class="y"></td>
         <td data-col="blackberry10" class="y"></td>
         <td data-col="ios" class="y"></td>
+        <td data-col="ubuntu" class="y"></td>
         <td data-col="winphone7" class="y"></td>
         <td data-col="winphone8" class="y"></td>
         <td data-col="win8" class="y"></td>
 <!--        <td data-col="firefoxos"  class="n"></td> -->
         <td data-col="tizen" class="y"></td>
     </tr>
-<tr>
-<th><a href="cordova_events_events.md.html">Events</a></th>
+
+    <tr>
+        <th><a href="cordova_events_events.md.html">Events</a></th>
         <td data-col="amazon-fireos" class="y"></td>
         <td data-col="android" class="y"></td>
         <td data-col="blackberry10" class="y"></td>
         <td data-col="ios" class="y"></td>
+        <td data-col="ubuntu" class="y"></td>
         <td data-col="winphone7" class="y"></td>
         <td data-col="winphone8" class="y"></td>
         <td data-col="win8" class="y"></td>
 <!--        <td data-col="firefoxos"  class="n"></td> -->
         <td data-col="tizen" class="y"></td>
     </tr>
-<tr>
-<th><a href="cordova_file_file.md.html">File</a></th>
+
+    <tr>
+        <th><a href="cordova_file_file.md.html">File</a></th>
         <td data-col="amazon-fireos" class="y"></td>
         <td data-col="android" class="y"></td>
         <td data-col="blackberry10" class="y"></td>
         <td data-col="ios" class="y"></td>
+        <td data-col="ubuntu" class="y"></td>
         <td data-col="winphone7" class="y"></td>
         <td data-col="winphone8" class="y"></td>
         <td data-col="win8" class="y"></td>
 <!--        <td data-col="firefoxos"  class="n"></td> -->
         <td data-col="tizen" class="n"></td>
     </tr>
-<tr>
-<th><a href="cordova_geolocation_geolocation.md.html">Geolocation</a></th>
+
+    <tr>
+        <th><a href="cordova_geolocation_geolocation.md.html">Geolocation</a></th>
         <td data-col="amazon-fireos" class="y"></td>
         <td data-col="android" class="y"></td>
         <td data-col="blackberry10" class="y"></td>
         <td data-col="ios" class="y"></td>
+        <td data-col="ubuntu" class="y"></td>
         <td data-col="winphone7" class="y"></td>
         <td data-col="winphone8" class="y"></td>
         <td data-col="win8" class="y"></td>
 <!--        <td data-col="firefoxos"  class="n"></td> -->
         <td data-col="tizen" class="y"></td>
     </tr>
-<tr>
-<th><a href="cordova_globalization_globalization.md.html">Globalization</a></th>
+
+    <tr>
+        <th><a href="cordova_globalization_globalization.md.html">Globalization</a></th>
         <td data-col="amazon-fireos" class="y"></td>
         <td data-col="android" class="y"></td>
         <td data-col="blackberry10" class="n"></td>
         <td data-col="ios" class="y"></td>
+        <td data-col="ubuntu" class="y"></td>
         <td data-col="winphone7" class="y"></td>
         <td data-col="winphone8" class="y"></td>
         <td data-col="win8" class="n"></td>
 <!--        <td data-col="firefoxos"  class="n"></td> -->
         <td data-col="tizen" class="n"></td>
     </tr>
-<tr>
-<th><a href="cordova_inappbrowser_inappbrowser.md.html">InAppBrowser</a></th>
+
+    <tr>
+        <th><a href="cordova_inappbrowser_inappbrowser.md.html">InAppBrowser</a></th>
         <td data-col="amazon-fireos" class="y"></td>
         <td data-col="android" class="y"></td>
         <td data-col="blackberry10" class="y"></td>
         <td data-col="ios" class="y"></td>
+        <td data-col="ubuntu" class="y"></td>
         <td data-col="winphone7" class="y"></td>
         <td data-col="winphone8" class="y"></td>
         <td data-col="win8" class="p">uses iframe</td>
 <!--        <td data-col="firefoxos"  class="n"></td> -->
         <td data-col="tizen" class="n"></td>
     </tr>
-<tr>
-<th><a href="cordova_media_media.md.html">Media</a></th>
+
+    <tr>
+        <th><a href="cordova_media_media.md.html">Media</a></th>
         <td data-col="amazon-fireos" class="y"></td>
         <td data-col="android" class="y"></td>
         <td data-col="blackberry10" class="y"></td>
         <td data-col="ios" class="y"></td>
+        <td data-col="ubuntu" class="y"></td>
         <td data-col="winphone7" class="y"></td>
         <td data-col="winphone8" class="y"></td>
         <td data-col="win8" class="y"></td>
 <!--        <td data-col="firefoxos"  class="n"></td> -->
         <td data-col="tizen" class="y"></td>
     </tr>
-<tr>
-<th><a href="cordova_notification_notification.md.html">Notification</a></th>
+
+    <tr>
+        <th><a href="cordova_notification_notification.md.html">Notification</a></th>
         <td data-col="amazon-fireos" class="y"></td>
         <td data-col="android" class="y"></td>
         <td data-col="blackberry10" class="y"></td>
         <td data-col="ios" class="y"></td>
+        <td data-col="ubuntu" class="y"></td>
         <td data-col="winphone7" class="y"></td>
         <td data-col="winphone8" class="y"></td>
         <td data-col="win8" class="y"></td>
 <!--        <td data-col="firefoxos"  class="n"></td> -->
         <td data-col="tizen" class="y"></td>
     </tr>
-<tr>
-<th><a href="cordova_splashscreen_splashscreen.md.html">Splashscreen</a></th>
+
+    <tr>
+        <th><a href="cordova_splashscreen_splashscreen.md.html">Splashscreen</a></th>
         <td data-col="amazon-fireos" class="y"></td>
         <td data-col="android" class="y"></td>
         <td data-col="blackberry10" class="y"></td>
         <td data-col="ios" class="y"></td>
+        <td data-col="ubuntu" class="y"></td>
         <td data-col="winphone7" class="y"></td>
         <td data-col="winphone8" class="y"></td>
         <td data-col="win8" class="y"></td>
 <!--        <td data-col="firefoxos"  class="n"></td> -->
         <td data-col="tizen" class="n"></td>
     </tr>
-<tr>
-<th><a href="cordova_storage_storage.md.html">Storage</a></th>
+
+    <tr>
+        <th><a href="cordova_storage_storage.md.html">Storage</a></th>
         <td data-col="amazon-fireos" class="y"></td>
         <td data-col="android" class="y"></td>
         <td data-col="blackberry10" class="y"></td>
         <td data-col="ios" class="y"></td>
+        <td data-col="ubuntu" class="y"></td>
         <td data-col="winphone7" class="y">localStorage &amp; indexedDB</td>
         <td data-col="winphone8" class="y">localStorage &amp; indexedDB</td>
         <td data-col="win8" class="y">localStorage &amp; indexedDB</td>
 <!--        <td data-col="firefoxos"  class="n"></td> -->
         <td data-col="tizen" class="y"></td>
     </tr>
+
 </tbody>
 </table>
+
 <!-- END HTML -->
-</div>
+
+            </div>
         </div>
 
         <!-- Functionality and Syntax Highlighting -->
-        <script type="text/javascript" src="index.js"></script><script type="text/javascript" src="prettify/prettify.js"></script>
-</body>
+        <script type="text/javascript" src="index.js"></script>
+        <script type="text/javascript" src="prettify/prettify.js"></script>
+    </body>
 </html>

Modified: cordova/site/public/docs/en/edge/index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/edge/index.html?rev=1551686&r1=1551685&r2=1551686&view=diff
==============================================================================
--- cordova/site/public/docs/en/edge/index.html (original)
+++ cordova/site/public/docs/en/edge/index.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>Home</h1>
@@ -143,7 +146,7 @@
 
     <h1><a name="Guides">Guides</a></h1>
     <ul>
-<li>
+        <li>
             <h2><a href="guide_overview_index.md.html#Overview">Overview</a></h2>
             <span>Start here if you are new to Cordova.</span>
         </li>
@@ -192,9 +195,10 @@
             <span>Full index of the documentation.</span>
         </li>
     </ul>
-<h1><a name="API%20Reference">API Reference</a></h1>
+
+    <h1><a name="API%20Reference">API Reference</a></h1>
     <ul>
-<li>
+        <li>
             <h2><a href="cordova_accelerometer_accelerometer.md.html#Accelerometer">Accelerometer</a></h2>
             <span>Tap into the device's motion sensor.</span>
         </li>
@@ -259,12 +263,14 @@
             <span>Hook into the devices native storage options.</span>
         </li>
     </ul>
+
 </div>
 
             </div>
         </div>
 
         <!-- Functionality and Syntax Highlighting -->
-        <script type="text/javascript" src="index.js"></script><script type="text/javascript" src="prettify/prettify.js"></script>
-</body>
+        <script type="text/javascript" src="index.js"></script>
+        <script type="text/javascript" src="prettify/prettify.js"></script>
+    </body>
 </html>

Modified: cordova/site/public/docs/en/edge/plugin_ref_plugman.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/edge/plugin_ref_plugman.md.html?rev=1551686&r1=1551685&r2=1551686&view=diff
==============================================================================
--- cordova/site/public/docs/en/edge/plugin_ref_plugman.md.html (original)
+++ cordova/site/public/docs/en/edge/plugin_ref_plugman.md.html Tue 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>Using Plugman to Manage Plugins</h1>
@@ -162,9 +165,7 @@ you are working closely with a single pl
 <p>For more information on Plugman, especially if you are interested in consuming Plugman as a node module 
 or hacking on the Plugman code, see <a class="external" href="https://github.com/apache/cordova-plugman/blob/master/README.md">the README file in its repository</a>.</p>
 
-<h2>
-<a name="Using%20Plugman%20to%20Manage%20Plugins_installing_plugman">Installing Plugman</a>
-</h2>
+<h2><a name="Using%20Plugman%20to%20Manage%20Plugins_installing_plugman">Installing Plugman</a></h2>
 
 <p>To install plugman, you must have <a class="external" href="http://nodejs.org/">node</a> installed
 on your machine. Then you can run the following command from anywhere in your environment to install plugman globally, so that it
@@ -183,17 +184,13 @@ when you create a Cordova project with t
 Since you did not instally globally, you will have to invoke node for every Plugman command, for example <code>node ./node_modules/plugman/main.js -version</code>.
 The rest of this guide assumes you have installed Plugman globally, meaning you can invoke it with just <code>plugman</code>. </p>
 
-<h2>
-<a name="Using%20Plugman%20to%20Manage%20Plugins_create_a_cordova_project">Create a Cordova Project</a>
-</h2>
+<h2><a name="Using%20Plugman%20to%20Manage%20Plugins_create_a_cordova_project">Create a Cordova Project</a></h2>
 
 <p>Before you can use Plugman, you must create a Cordova project.  You can do this with either the Command-line Interface or with
 the lower level shell scripts. Instructions for using the shell scripts to create your project are located in the various "Command-line Tools" guides
 listed on the <a href="guide_platforms_index.md.html#Platform%20Guides">Platform Guides</a> page. </p>
 
-<h2>
-<a name="Using%20Plugman%20to%20Manage%20Plugins_adding_a_plugin">Adding a Plugin</a>
-</h2>
+<h2><a name="Using%20Plugman%20to%20Manage%20Plugins_adding_a_plugin">Adding a Plugin</a></h2>
 
 <p>Once you have installed Plugman and have created a Cordova project, you can start adding plugins to the platform with:</p>
 
@@ -210,6 +207,7 @@ listed on the <a href="guide_platforms_i
 <li>
 <code>path</code>: A path to a directory containing a valid plugin which includes a <code>plugin.xml</code> file. This path's contents will be copied into the <code>--plugins_dir</code>.</li>
 </ul>
+
 <p>Other parameters: </p>
 
 <ul>
@@ -220,18 +218,15 @@ listed on the <a href="guide_platforms_i
 <li>
 <code>--variable</code> allows to specify certain variables at install time, necessary for certain plugins requiring API keys or other custom, user-defined parameters. Please see the <a href="plugin_spec.md">plugin specification</a> for more information.</li>
 </ul>
-<h2>
-<a name="Using%20Plugman%20to%20Manage%20Plugins_remove_a_plugin">Remove a Plugin</a>
-</h2>
+
+<h2><a name="Using%20Plugman%20to%20Manage%20Plugins_remove_a_plugin">Remove a Plugin</a></h2>
 
 <p>To uninstall a plugin, you simply pass the <code>--uninstall</code> flag and provide the plugin ID.</p>
 
 <pre class="prettyprint"><code>$ plugman --uninstall --platform &lt;ios|amazon-fireos|android|blackberry10|wp7|wp8&gt; --project &lt;directory&gt; --plugin &lt;id&gt; [--www &lt;directory&gt;] [--plugins_dir &lt;directory&gt;]
 </code></pre>
 
-<h2>
-<a name="Using%20Plugman%20to%20Manage%20Plugins_help_commands">Help Commands</a>
-</h2>
+<h2><a name="Using%20Plugman%20to%20Manage%20Plugins_help_commands">Help Commands</a></h2>
 
 <p>Plugman features a global help command which may help you if you get stuck or are experiencing problems. It will display
 a list of all available Plugman commands and their syntax:</p>
@@ -254,9 +249,7 @@ plugman -d --platform android --project 
 <pre class="prettyprint"><code>plugman -v
 </code></pre>
 
-<h2>
-<a name="Using%20Plugman%20to%20Manage%20Plugins_registry_actions">Registry Actions</a>
-</h2>
+<h2><a name="Using%20Plugman%20to%20Manage%20Plugins_registry_actions">Registry Actions</a></h2>
 
 <p>There are a number of plugman commands that can be used for interacting with the <a class="external" href="http://plugins.cordova.io">Plugin registry</a>.
 Please note that these registry commands are specific to the <em>plugins.cordova.io</em> plugin registry and may not be implemented by
@@ -286,9 +279,7 @@ plugman config get registry
 
 <p>This will contact the plugin registry and fetch information such as the plugin's version number. </p>
 
-<h2>
-<a name="Using%20Plugman%20to%20Manage%20Plugins_installing_core_plugins">Installing Core Plugins</a>
-</h2>
+<h2><a name="Using%20Plugman%20to%20Manage%20Plugins_installing_core_plugins">Installing Core Plugins</a></h2>
 
 <p>The examples below <a href="cordova_inappbrowser_inappbrowser.md.html#show">show</a> how to add plugins as needed so that any
 Cordova APIs you use in your project still work after you upgrade to
@@ -336,10 +327,12 @@ plugman --platform <ios> --project <dire
 <li><p>cordova-plugin-vibration
 plugman --platform <ios> --project <directory> --plugin org.apache.cordova.vibration</directory></ios></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>