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/08/02 00:17:47 UTC

svn commit: r1509456 [20/21] - in /cordova/site/public/docs: en/1.5.0/ en/1.5.0rc1/ en/1.6.0/ en/1.6.0rc1/ en/1.6.1/ en/1.7.0/ en/1.7.0rc1/ en/1.8.0/ en/1.8.0rc1/ en/1.8.1/ en/1.9.0/ en/1.9.0rc1/ en/2.0.0/ en/2.0.0rc1/ en/2.1.0/ en/2.1.0rc1/ en/2.1.0rc...

Modified: cordova/site/public/docs/en/edge/guide_platforms_ios_webview.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/edge/guide_platforms_ios_webview.md.html?rev=1509456&r1=1509455&r2=1509456&view=diff
==============================================================================
--- cordova/site/public/docs/en/edge/guide_platforms_ios_webview.md.html (original)
+++ cordova/site/public/docs/en/edge/guide_platforms_ios_webview.md.html Thu Aug  1 22:17:43 2013
@@ -95,7 +95,6 @@
 <li><a href="guide_overview_index.md.html#Overview">Overview</a></li>
 <li><a href="guide_cli_index.md.html#The%20Command-line%20Interface">The Command-line Interface</a></li>
 <li><a href="guide_platforms_index.md.html#Platform%20Guides">Platform Guides</a></li>
-<li><a href="index.md.html#Guides">Guides</a></li>
 <li><a href="config_ref_index.md.html#Configuration%20Reference">Configuration Reference</a></li>
 <li><a href="guide_hybrid_webviews_index.md.html#Embedding%20WebViews">Embedding WebViews</a></li>
 <li><a href="guide_hybrid_plugins_index.md.html#Plugin%20Development%20Guide">Plugin Development Guide</a></li>
@@ -142,46 +141,32 @@ based Cleaver implementation.</p>
 <a name="iOS%20WebViews_prerequisites">Prerequisites</a>
 </h2>
 
-<ol>
-<li>
-<strong>Cordova 2.3.0</strong> or greater</li>
-<li>
-<strong>Xcode 4.5</strong> or greater</li>
-<li>
-<code>config.xml</code> file (from a newly created iOS project)</li>
-</ol>
+<ul>
+<li><p>Cordova 2.3.0 or greater</p></li>
+<li><p>Xcode 4.5 or greater</p></li>
+<li><p><code>config.xml</code> file (from a newly created iOS project)</p></li>
+</ul>
 <h2>
 <a name="iOS%20WebViews_adding_cleaver_to_your_xcode_project_cordovalib_sub_project">Adding Cleaver to your Xcode project (CordovaLib sub-project)</a>
 </h2>
 
 <ol>
+<li><p>Download and extract the Cordova source to a permanent folder location on your hard drive, for example to <code>~/Documents/Cordova</code>.</p></li>
+<li><p>Quit Xcode if it is running.</p></li>
+<li><p>Using Terminal.app, navigate to the directory where you put the downloaded source above.</p></li>
+<li><p>Copy the <code>config.xml</code> file into your project folder on disk (see the Prerequisites above).</p></li>
+<li><p>Drag and drop the <code>config.xml</code> file into the Project Navigator of Xcode.</p></li>
+<li><p>Choose the <strong>Create groups for any added folders</strong> radio button and press <strong>Finish</strong>.</p></li>
+<li><p>Drag and drop the <code>CordovaLib.xcodeproj</code> file into the Project Navigator of Xcode (from the permanent folder location above, and it should be in the <code>CordovaLib</code> subdirectory).</p></li>
+<li><p>Select <code>CordovaLib.xcodeproj</code> in the Project Navigator.</p></li>
+<li><p>Type the <strong>Option-Command-1</strong> key combination to <a href="cordova_inappbrowser_inappbrowser.md.html#show">show</a> the <strong><a href="cordova_file_file.md.html#File">File</a> Inspector</strong>.</p></li>
+<li><p>Choose <strong>Relative to Group</strong> in the <strong><a href="cordova_file_file.md.html#File">File</a> Inspector</strong> for the drop-down menu for <strong>Location</strong>.</p></li>
+<li><p>Select the <strong>project icon</strong> in the Project Navigator, select your <strong>Target</strong>, then select the <strong>Build Settings</strong> tab.</p></li>
+<li><p>Add <code>-all_load</code> and <code>-Obj-C</code> for the <strong>Other Linker <a href="cordova_file_file.md.html#Flags">Flags</a></strong> value.</p></li>
+<li><p>Click on the <strong>project icon</strong> in the Project Navigator, select your <strong>Target</strong>, then select the <strong>Build Phases</strong> tab.</p></li>
+<li><p>Expand <strong>Link Binaries with Libraries</strong>.</p></li>
 <li>
-<strong>Download and extract the Cordova source</strong> to a <strong>permanent folder location</strong> on your hard drive (say to <code>~/Documents/Cordova</code>)</li>
-<li>
-<strong>Quit Xcode</strong> if it is running.</li>
-<li>
-<strong>Navigate</strong> to the directory where you put the downloaded source above, using <strong>Terminal.app</strong>.</li>
-<li>
-<strong>Copy</strong> the <code>config.xml</code> file into your project folder on disk (see <strong>Prerequisites</strong> above)</li>
-<li>
-<strong>Drag and drop</strong> the <code>config.xml</code> file into the Project Navigator of Xcode</li>
-<li>
-<strong>Choose</strong> the <strong>Create groups for any added folders</strong> radio button and press <strong>Finish</strong>
-</li>
-<li>
-<strong>Drag and drop</strong> the <code>CordovaLib.xcodeproj</code> file into the Project Navigator of Xcode (from the permanent folder location above, and it should be in the CordovaLib sub-folder)</li>
-<li>Select <code>CordovaLib.xcodeproj</code> in the Project Navigator</li>
-<li>Type the <strong>Option-Command-1</strong> key combination to <a href="cordova_inappbrowser_inappbrowser.md.html#show">show</a> the <strong><a href="cordova_file_file.md.html#File">File</a> Inspector</strong>
-</li>
-<li>Choose <strong>Relative to Group</strong> in the <strong><a href="cordova_file_file.md.html#File">File</a> Inspector</strong> for the drop-down menu for <strong>Location</strong>
-</li>
-<li>Select the <strong>project icon</strong> in the Project Navigator, select your <strong>Target</strong>, then select the <strong>Build Settings</strong> tab</li>
-<li>Add <code>-all_load</code> and <code>-Obj-C</code> for the <strong>Other Linker <a href="cordova_file_file.md.html#Flags">Flags</a></strong> value</li>
-<li>Click on the <strong>project icon</strong> in the Project Navigator, select your <strong>Target</strong>, then select the <strong>Build Phases</strong> tab</li>
-<li>Expand <strong>Link Binaries with Libraries</strong>
-</li>
-<li>
-<p>Select the <strong>+</strong> button, and add these <strong>frameworks</strong> (and optionally in the Project Navigator, <strong>move</strong> them under the Frameworks group):</p>
+<p>Select the <strong>+</strong> button, and add the following <strong>frameworks</strong>. Optionally in the Project Navigator, move them under the <strong>Frameworks</strong> group):</p>
 
 <pre class="prettyprint"><code>AddressBook.framework
 AddressBookUI.framework
@@ -195,15 +180,13 @@ MobileCoreServices.framework
 CoreMedia.framework
 </code></pre>
 </li>
-<li><p>Expand <strong>Target Dependencies</strong> - the top box labeled like this if you have multiple boxes!</p></li>
-<li>Select the <strong>+</strong> button, and add the <code>CordovaLib</code> build product</li>
-<li>Expand <strong>Link Binaries with Libraries</strong> - the top box labeled like
-this if you have multiple boxes!</li>
-<li>Select the <strong>+</strong> button, and add <code>libCordova.a</code>
-</li>
-<li>Set the Xcode preference <strong>Xcode Preferences → Locations → Derived Data → Advanced...</strong> to <strong>Unique</strong>
-</li>
-<li>Select the <strong>project icon</strong> in the Project Navigator, select your <strong>Target</strong>, then select the <strong>Build Settings</strong> tab</li>
+<li><p>Expand <strong>Target Dependencies</strong>, the top box labeled like this if you have multiple boxes!</p></li>
+<li><p>Select the <strong>+</strong> button, and add the <code>CordovaLib</code> build product.</p></li>
+<li><p>Expand <strong>Link Binaries with Libraries</strong>, the top box labeled like
+this if you have multiple boxes!</p></li>
+<li><p>Select the <strong>+</strong> button, and add <code>libCordova.a</code>.</p></li>
+<li><p>Set the Xcode preference <strong>Xcode Preferences → Locations → Derived Data → Advanced...</strong> to <strong>Unique</strong>.</p></li>
+<li><p>Select the <strong>project icon</strong> in the Project Navigator, select your <strong>Target</strong>, then select the <strong>Build Settings</strong> tab.</p></li>
 <li>
 <p>Search for <strong>Header Search Paths</strong>. For that setting, add these three values below (with quotes):</p>
 
@@ -212,7 +195,7 @@ this if you have multiple boxes!</li>
 "$(BUILT_PRODUCTS_DIR)"
 </code></pre>
 
-<p>With <strong>Cordova 2.1.0</strong>, CordovaLib has been upgraded to use <strong>Automatic Reference Counting (ARC)</strong>. You don't need to upgrade to <strong>ARC</strong> to use CordovaLib, but if you want to upgrade your project to use <strong>ARC</strong>, please use the Xcode migration wizard from the menu: <strong>Edit → Refactor → Convert to Objective-C ARC...</strong>, <strong>de-select libCordova.a</strong>, then run the wizard to completion.</p>
+<p>With Cordova 2.1.0, <code>CordovaLib</code> has been upgraded to use <strong>Automatic Reference Counting (ARC)</strong>. You don't need to upgrade to <strong>ARC</strong> to use CordovaLib, but if you want to upgrade your project to use <strong>ARC</strong>, please use the Xcode migration wizard from the menu: <strong>Edit → Refactor → Convert to Objective-C ARC...</strong>, <strong>de-select libCordova.a</strong>, then run the wizard to completion.</p>
 </li>
 </ol>
 <h2>
@@ -221,13 +204,13 @@ this if you have multiple boxes!</li>
 
 <ol>
 <li>
-<p>Add this <strong>header</strong>:</p>
+<p>Add this header:</p>
 
 <pre class="prettyprint"><code>#import &lt;Cordova/CDVViewController.h&gt;
 </code></pre>
 </li>
 <li>
-<p>Instantiate a <strong>new</strong> <code>CDVViewController</code>, and <strong>retain it somewhere</strong> (e.g. to a property in your class):</p>
+<p>Instantiate a new <code>CDVViewController</code>, and retain it somewhere (e.g. to a property in your class):</p>
 
 <pre class="prettyprint"><code>CDVViewController* viewController = [CDVViewController new];
 </code></pre>
@@ -262,7 +245,7 @@ this if you have multiple boxes!</li>
 </code></pre>
 </li>
 <li>
-<p><strong>Add</strong> Cleaver to your view:</p>
+<p>Add Cleaver to your view:</p>
 
 <pre class="prettyprint"><code>[myView addSubview:viewController.view];
 </code></pre>
@@ -273,14 +256,12 @@ this if you have multiple boxes!</li>
 </h2>
 
 <ol>
-<li>Create a <strong>new folder</strong> in your project <strong>on disk</strong>, <code>www</code> for example.</li>
-<li>Put your <strong>HTML, CSS and JavaScript</strong> assets into this folder.</li>
-<li>
-<strong>Drag and drop</strong> the folder into the Project Navigator of Xcode.</li>
-<li>
-<strong>Choose</strong> the <strong>Create folder references for any added folders</strong> radio button.</li>
+<li><p>Create a new folder in your project on disk, <code>www</code> for example.</p></li>
+<li><p>Put your HTML, CSS and JavaScript assets into this folder.</p></li>
+<li><p>Drag and drop the folder into the Project Navigator of Xcode.</p></li>
+<li><p>Choose the <strong>Create folder references for any added folders</strong> radio button.</p></li>
 <li>
-<p><strong>Set the appropriate <code>wwwFolderName</code> and <code>startPage</code> properties</strong> for the folder you created in <strong>(1)</strong> or use the defaults (see previous section) when you instantiate the <code>CDVViewController</code>.</p>
+<p>Set the appropriate <code>wwwFolderName</code> and <code>startPage</code> properties for the folder you initially created, or use the defaults (see previous section) when you instantiate the <code>CDVViewController</code>.</p>
 
 <pre class="prettyprint"><code>/*
  if you created a folder called 'myfolder' and

Modified: cordova/site/public/docs/en/edge/guide_platforms_tizen_index.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/edge/guide_platforms_tizen_index.md.html?rev=1509456&r1=1509455&r2=1509456&view=diff
==============================================================================
--- cordova/site/public/docs/en/edge/guide_platforms_tizen_index.md.html (original)
+++ cordova/site/public/docs/en/edge/guide_platforms_tizen_index.md.html Thu Aug  1 22:17:43 2013
@@ -97,7 +97,6 @@
 <li><a href="guide_overview_index.md.html#Overview">Overview</a></li>
 <li><a href="guide_cli_index.md.html#The%20Command-line%20Interface">The Command-line Interface</a></li>
 <li><a href="guide_platforms_index.md.html#Platform%20Guides">Platform Guides</a></li>
-<li><a href="index.md.html#Guides">Guides</a></li>
 <li><a href="config_ref_index.md.html#Configuration%20Reference">Configuration Reference</a></li>
 <li><a href="guide_hybrid_webviews_index.md.html#Embedding%20WebViews">Embedding WebViews</a></li>
 <li><a href="guide_hybrid_plugins_index.md.html#Plugin%20Development%20Guide">Plugin Development Guide</a></li>
@@ -180,15 +179,15 @@ how to install it, add projects, then bu
 </h2>
 
 <ol>
-<li>Launch the Tizen Eclipse IDE.</li>
+<li><p>Launch the Tizen Eclipse IDE.</p></li>
 <li>
 <p>Select <strong><a href="cordova_file_file.md.html#File">File</a> → Import → Tizen Web Project</strong>:</p>
 
 <p><img src="img/guide/platforms/tizen/import_project.png" alt="" title=""></p>
 </li>
 <li><p>Press <strong>Next</strong>.</p></li>
-<li>Make sure <strong>Select root directory</strong> is checked.</li>
-<li>Make sure <strong>Copy projects into workspace</strong> is checked.</li>
+<li><p>Make sure <strong>Select root directory</strong> is checked.</p></li>
+<li><p>Make sure <strong>Copy projects into workspace</strong> is checked.</p></li>
 <li>
 <p>Press <strong>Browse</strong> and select the Cordova Tizen <code>samples</code> project directory (such as <code>/cordova-basic</code>):</p>
 

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=1509456&r1=1509455&r2=1509456&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 Thu Aug  1 22:17:43 2013
@@ -96,7 +96,6 @@
 <li><a href="guide_overview_index.md.html#Overview">Overview</a></li>
 <li><a href="guide_cli_index.md.html#The%20Command-line%20Interface">The Command-line Interface</a></li>
 <li><a href="guide_platforms_index.md.html#Platform%20Guides">Platform Guides</a></li>
-<li><a href="index.md.html#Guides">Guides</a></li>
 <li><a href="config_ref_index.md.html#Configuration%20Reference">Configuration Reference</a></li>
 <li><a href="guide_hybrid_webviews_index.md.html#Embedding%20WebViews">Embedding WebViews</a></li>
 <li><a href="guide_hybrid_plugins_index.md.html#Plugin%20Development%20Guide">Plugin Development Guide</a></li>
@@ -138,7 +137,7 @@ detailed platform-specific information:<
 <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 The Cordova Command-line Interface for information about the
+See <a href="guide_cli_index.md.html#The%20Command-line%20Interface">The Command-line Interface</a> for information about the
 current interface.</p>
 
 <p>Microsoft deprecated the name <em>Metro-style apps</em> in Windows 8 and
@@ -161,8 +160,8 @@ app, and this guide follows that convent
 </h2>
 
 <ul>
-<li>Set up your preferred variant of Visual Studio 2012. All of the product's paid versions (Professional, etc.) let you build Windows Store apps. You need <strong>Express for Windows 8</strong> to build Windows Store apps using the <a class="external" href="http://www.microsoft.com/visualstudio/eng/products/visual-studio-express-products">Express editions</a>.</li>
-<li>Download and extract the latest copy of <a class="external" href="http://phonegap.com/download">Cordova</a>. You will be working in the <code>lib\windows-8</code> subfolder.</li>
+<li><p>Set up your preferred variant of Visual Studio 2012. All of the product's paid versions (Professional, etc.) let you build Windows Store apps. You need <strong>Express for Windows 8</strong> to build Windows Store apps using the <a class="external" href="http://www.microsoft.com/visualstudio/eng/products/visual-studio-express-products">Express editions</a>.</p></li>
+<li><p>Download and extract the latest copy of <a class="external" href="http://phonegap.com/download">Cordova</a>. You will be working in the <code>lib\windows-8</code> subfolder.</p></li>
 </ul>
 <h2>
 <a name="Windows%208%20Platform%20Guide_3_set_up_new_project">3. Set up New Project</a>
@@ -173,9 +172,9 @@ available in Windows Store apps. Use Cor
 expose the same APIs as on other Cordova-supported platforms.</p>
 
 <ul>
-<li>Open Visual Studio 2012 and choose <strong>New Project</strong>.</li>
+<li><p>Open Visual Studio 2012 and choose <strong>New Project</strong>.</p></li>
 <li>
-<p>Select <strong>Installed → Template → Other Languages → JavaScript → Windows Store</strong> from the tree, and then <strong>Blank App</strong> from the projects list. Enter whatever project name you like, such as <strong>CordovaWin8Foo</strong> as in this example.</p>
+<p>Select <strong>Installed → Template → Other Languages → JavaScript → Windows Store</strong> from the tree, and then <strong>Blank App</strong> from the projects list. Enter whatever project name you like, such as <code>CordovaWin8Foo</code> as in this example.</p>
 
 <p><img src="img/guide/platforms/win8/wsnewproject.png" alt="" title=""></p>
 </li>
@@ -184,7 +183,7 @@ expose the same APIs as on other Cordova
 
 <p><img src="img/guide/platforms/win8/wschangemanifest.png" alt="" title=""></p>
 </li>
-<li><p>To include <code>cordova.js</code> in your project, right-click on the <strong>js</strong> folder in Solution Explorer and select <strong>Add → New Item</strong>. Locate the <code>cordova.js</code> file in the <strong>lib\windows-8</strong> folder noted above.</p></li>
+<li><p>To include <code>cordova.js</code> in your project, right-click on the <code>js</code> directory in Solution Explorer and select <strong>Add → New Item</strong>. Locate the <code>cordova.js</code> file in the <code>lib\windows-8</code> directory noted above.</p></li>
 <li><p>Edit the code for <code>index.html</code>. Add a reference to <code>cordova.js</code>. You can do this manually, or by dragging the file from Solution Explorer.</p></li>
 </ul>
 <h3>Adding the reference...</h3>

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=1509456&r1=1509455&r2=1509456&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 Thu Aug  1 22:17:43 2013
@@ -93,7 +93,6 @@
 <li><a href="guide_overview_index.md.html#Overview">Overview</a></li>
 <li><a href="guide_cli_index.md.html#The%20Command-line%20Interface">The Command-line Interface</a></li>
 <li><a href="guide_platforms_index.md.html#Platform%20Guides">Platform Guides</a></li>
-<li><a href="index.md.html#Guides">Guides</a></li>
 <li><a href="config_ref_index.md.html#Configuration%20Reference">Configuration Reference</a></li>
 <li><a href="guide_hybrid_webviews_index.md.html#Embedding%20WebViews">Embedding WebViews</a></li>
 <li><a href="guide_hybrid_plugins_index.md.html#Plugin%20Development%20Guide">Plugin Development Guide</a></li>
@@ -151,9 +150,9 @@ Commands must be run from a cmd or power
 <p>Run the <code>create</code> command with the following parameters:</p>
 
 <ul>
-<li>Path to your new Cordova Windows 8 project</li>
-<li>Package Name, following reverse-domain style convention ( this becomes the default Namespace )</li>
-<li>Project name</li>
+<li><p>Path to your new Cordova Windows 8 project</p></li>
+<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>

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=1509456&r1=1509455&r2=1509456&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 Thu Aug  1 22:17:43 2013
@@ -93,7 +93,6 @@
 <li><a href="guide_overview_index.md.html#Overview">Overview</a></li>
 <li><a href="guide_cli_index.md.html#The%20Command-line%20Interface">The Command-line Interface</a></li>
 <li><a href="guide_platforms_index.md.html#Platform%20Guides">Platform Guides</a></li>
-<li><a href="index.md.html#Guides">Guides</a></li>
 <li><a href="config_ref_index.md.html#Configuration%20Reference">Configuration Reference</a></li>
 <li><a href="guide_hybrid_webviews_index.md.html#Embedding%20WebViews">Embedding WebViews</a></li>
 <li><a href="guide_hybrid_plugins_index.md.html#Plugin%20Development%20Guide">Plugin Development Guide</a></li>
@@ -128,8 +127,7 @@
 
 <p>This guide shows how to modify Windows 8 projects to upgrade from older versions of Cordova.
 Most of these instructions apply to projects created with an older set
-of command-line tools that precede the <code>cordova</code> CLI utility. See The
-Cordova Command-line Interface for information how to update the
+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>
@@ -139,9 +137,9 @@ version of the CLI.</p>
 <p>The following commands should be done from within Visual Studio to be sure that the any project references are updated/deleted.</p>
 
 <ol>
-<li>Remove <code>cordova-2.8.0.js</code> from the project's <code>www</code> directory.</li>
-<li>Add cordova.js 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.)</li>
-<li>Build and test!</li>
+<li><p>Remove <code>cordova-2.8.0.js</code> from the project's <code>www</code> directory.</p></li>
+<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>
@@ -150,9 +148,9 @@ version of the CLI.</p>
 <p>The following commands should be done from within Visual Studio to be sure that the any project references are updated/deleted.</p>
 
 <ol>
-<li>Remove <code>cordova-2.7.0.js</code> from the project's <code>www</code> directory. </li>
-<li>Add cordova.js 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.)</li>
-<li>Build and test!</li>
+<li><p>Remove <code>cordova-2.7.0.js</code> from the project's <code>www</code> directory. </p></li>
+<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>

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=1509456&r1=1509455&r2=1509456&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 Thu Aug  1 22:17:43 2013
@@ -98,7 +98,6 @@
 <li><a href="guide_overview_index.md.html#Overview">Overview</a></li>
 <li><a href="guide_cli_index.md.html#The%20Command-line%20Interface">The Command-line Interface</a></li>
 <li><a href="guide_platforms_index.md.html#Platform%20Guides">Platform Guides</a></li>
-<li><a href="index.md.html#Guides">Guides</a></li>
 <li><a href="config_ref_index.md.html#Configuration%20Reference">Configuration Reference</a></li>
 <li><a href="guide_hybrid_webviews_index.md.html#Embedding%20WebViews">Embedding WebViews</a></li>
 <li><a href="guide_hybrid_plugins_index.md.html#Plugin%20Development%20Guide">Plugin Development Guide</a></li>
@@ -146,7 +145,7 @@ applies to both versions:</p>
 <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 The Cordova Command-line Interface for information about the
+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>
@@ -175,10 +174,9 @@ current interface.</p>
 </h2>
 
 <ul>
-<li>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>
-</li>
-<li>Download and extract the latest copy of <a class="external" href="http://phonegap.com/download">Cordova</a>. You will be working in the <code>lib\windows-phone-8\wp7</code> subfolder, <code>lib\windows-phone-8\wp8</code> contains the Windwos Phone 8 version of Cordova.</li>
-<li>Copy the file CordovaWP7<em>x</em>x_x.zip to the folder : \My Documents\Visual Studio 2012\Templates\ProjectTemplates\</li>
+<li><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></li>
+<li><p>Download and extract the latest copy of <a class="external" href="http://phonegap.com/download">Cordova</a>. You will be working in the <code>lib\windows-phone-8\wp7</code> subfolder, <code>lib\windows-phone-8\wp8</code> contains the Windwos Phone 8 version of Cordova.</p></li>
+<li><p>Copy the file CordovaWP7<em>x</em>x_x.zip to the folder : \My Documents\Visual Studio 2012\Templates\ProjectTemplates\</p></li>
 </ul>
 <h2>
 <a name="Windows%20Phone%207%20Platform%20Guide_2_1_building_the_template">2.1. Building the template</a>
@@ -191,9 +189,9 @@ current interface.</p>
 <h3>Run the batch file to create and install the templates.</h3>
 
 <ul>
-<li>The root of the repo contains a file createTemplates.bat.  Double clicking this file will generate 2 .zip files. (CordovaWP7<em>x</em>x<em>x.zip + CordovaWP8</em>x<em>x</em>x.zip where x.x.x is the current version number)  To easily use these files in Visual Studio, copy them to 
-"My Documents\Visual Studio 2012\Templates\ProjectTemplates\" You will then be able to create new Apache Cordova Windows Phone apps from the Visual Studio <a href="cordova_file_file.md.html#File">File</a>-&gt;New Project menu.</li>
-<li>If you run the batch file from the command line, you can also call with a parameter to install automatically</li>
+<li><p>The root of the repo contains a file createTemplates.bat.  Double clicking this file will generate 2 .zip files. (CordovaWP7<em>x</em>x<em>x.zip + CordovaWP8</em>x<em>x</em>x.zip where x.x.x is the current version number)  To easily use these files in Visual Studio, copy them to 
+"My Documents\Visual Studio 2012\Templates\ProjectTemplates\" You will then be able to create new Apache Cordova Windows Phone apps from the Visual Studio <a href="cordova_file_file.md.html#File">File</a>-&gt;New Project 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>
 
@@ -205,18 +203,18 @@ current interface.</p>
 </h2>
 
 <ul>
-<li>Open Visual Studio Express for Windows Phone and choose <strong>New Project</strong>.</li>
-<li>Select <strong>CordovaWP7</strong>. (The version number is displayed in the template description.)</li>
-<li>Give the project a name, and select <strong>OK</strong>.</li>
+<li><p>Open Visual Studio Express for Windows Phone and choose <strong>New Project</strong>.</p></li>
+<li><p>Select <strong>CordovaWP7</strong>. (The version number is displayed in the template 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_4_review_the_project_structure">4. Review the project structure</a>
 </h2>
 
 <ul>
-<li>The <code>www</code> folder contains your Cordova <code>html/js/css</code> and any other resources included in your app.</li>
-<li>Any content that you add here needs to be a part of the Visual Studio project, and it must be set as content.</li>
-<li>Note: This screen capture was from the wp8 cordova-2.3.0 download, your listing will vary based on the actual version installed.</li>
+<li><p>The <code>www</code> folder contains your Cordova <code>html/js/css</code> and any other resources included in your app.</p></li>
+<li><p>Any content that you add here needs to be a part of the Visual Studio project, and it must be set as content.</p></li>
+<li><p>Note: This screen capture was from the wp8 cordova-2.3.0 download, your listing will vary based on the actual version installed.</p></li>
 </ul>
 <p><img src="img/guide/platforms/wp8/projectStructure.png" alt="" title=""></p>
 
@@ -227,9 +225,9 @@ current interface.</p>
 <p>In order to test your application on a device, the device must be registered. Click <a class="external" href="http://msdn.microsoft.com/en-us/library/windowsphone/develop/ff402565(v=vs.105).aspx">here</a> to read documentation on deploying and testing on your Windows Phone 7.</p>
 
 <ul>
-<li>Make sure your phone is connected, and the screen is unlocked.</li>
-<li>In Visual Studio, select '<a href="cordova_device_device.md.html#Device">Device</a>' from the top drop-down menu.</li>
-<li>Press the green <strong>play</strong> button next to the main drop-down menu to start debugging, or type <strong>F5</strong>.</li>
+<li><p>Make sure your phone is connected, and the screen is unlocked.</p></li>
+<li><p>In Visual Studio, select '<a href="cordova_device_device.md.html#Device">Device</a>' from the top drop-down menu.</p></li>
+<li><p>Press the green <strong>play</strong> button next to the main drop-down menu to start debugging, or type <strong>F5</strong>.</p></li>
 </ul>
 <p><img src="img/guide/platforms/wp7/wpd.png" alt="" title=""></p>
 

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=1509456&r1=1509455&r2=1509456&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 Thu Aug  1 22:17:43 2013
@@ -100,7 +100,6 @@
 <li><a href="guide_overview_index.md.html#Overview">Overview</a></li>
 <li><a href="guide_cli_index.md.html#The%20Command-line%20Interface">The Command-line Interface</a></li>
 <li><a href="guide_platforms_index.md.html#Platform%20Guides">Platform Guides</a></li>
-<li><a href="index.md.html#Guides">Guides</a></li>
 <li><a href="config_ref_index.md.html#Configuration%20Reference">Configuration Reference</a></li>
 <li><a href="guide_hybrid_webviews_index.md.html#Embedding%20WebViews">Embedding WebViews</a></li>
 <li><a href="guide_hybrid_plugins_index.md.html#Plugin%20Development%20Guide">Plugin Development Guide</a></li>
@@ -150,7 +149,7 @@ applies to both versions:</p>
 <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 The Cordova Command-line Interface for information about the
+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>
@@ -195,7 +194,7 @@ current interface.</p>
 </ul>
 </li>
 <li>
-<p>SDK + IDE ( Visual Studio )</p>
+<p>SDK + IDE (Visual Studio)</p>
 
 <ul>
 <li>Visual Studio 2012 Professional, Premium, or Ultimate. Note that Visual Studio Express for Windows Phone (included in the SDK) is not recommended because you can not build the template (see below) with VS Express, as it does not have the <strong>Export Template</strong> functionality, which is only in VS Pro or higher.</li>
@@ -210,10 +209,9 @@ current interface.</p>
 </h2>
 
 <ul>
-<li>Download and install <a class="external" href="http://www.microsoft.com/en-us/download/details.aspx?id=35471">Windows Phone SDK</a>
-</li>
-<li>Download and extract the latest copy of <a class="external" href="http://phonegap.com/download">Cordova</a>. You will be working in the <code>lib\windows-phone-8\wp8</code> subfolder, <code>lib\windows-phone-8\wp7</code> contains the Windwos Phone 7 version of Cordova.</li>
-<li>Copy the file CordovaWP8<em>x</em>x_x.zip to the folder : \My Documents\Visual Studio 2012\Templates\ProjectTemplates\</li>
+<li><p>Download and install <a class="external" href="http://www.microsoft.com/en-us/download/details.aspx?id=35471">Windows Phone SDK</a></p></li>
+<li><p>Download and extract the latest copy of <a class="external" href="http://phonegap.com/download">Cordova</a>. You will be working in the <code>lib\windows-phone-8\wp8</code> subfolder, <code>lib\windows-phone-8\wp7</code> contains the Windwos Phone 7 version of Cordova.</p></li>
+<li><p>Copy the file CordovaWP8<em>x</em>x_x.zip to the folder : \My Documents\Visual Studio 2012\Templates\ProjectTemplates\</p></li>
 </ul>
 <h2>
 <a name="Windows%20Phone%208%20Platform%20Guide_2_1_building_the_template">2.1. Building the template</a>
@@ -226,9 +224,9 @@ current interface.</p>
 <h3>Run the batch file to create and install the templates.</h3>
 
 <ul>
-<li>The root of the repo contains a file createTemplates.bat.  Double clicking this file will generate 2 .zip files. (CordovaWP7<em>x</em>x<em>x.zip + CordovaWP8</em>x<em>x</em>x.zip where x.x.x is the current version number)  To easily use these files in Visual Studio, copy them to 
-"My Documents\Visual Studio 2012\Templates\ProjectTemplates\" You will then be able to create new Apache Cordova Windows Phone apps from the Visual Studio <a href="cordova_file_file.md.html#File">File</a>-&gt;New Project menu.</li>
-<li>If you run the batch file from the command line, you can also call with a parameter to install automatically</li>
+<li><p>The root of the repo contains a file createTemplates.bat.  Double clicking this file will generate 2 .zip files. (CordovaWP7<em>x</em>x<em>x.zip + CordovaWP8</em>x<em>x</em>x.zip where x.x.x is the current version number)  To easily use these files in Visual Studio, copy them to 
+"My Documents\Visual Studio 2012\Templates\ProjectTemplates\" You will then be able to create new Apache Cordova Windows Phone apps from the Visual Studio <a href="cordova_file_file.md.html#File">File</a>-&gt;New Project 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>
 
@@ -240,9 +238,9 @@ current interface.</p>
 </h2>
 
 <ul>
-<li>Open Visual Studio Express for Windows Phone and choose <strong>New Project</strong>.</li>
-<li>Select <strong>CordovaWP8</strong>. (The version number is displayed in the template description.)</li>
-<li>Give the project a name, and select <strong>OK</strong>.</li>
+<li><p>Open Visual Studio Express for Windows Phone and choose <strong>New Project</strong>.</p></li>
+<li><p>Select <strong>CordovaWP8</strong>. (The version number is displayed in the template description.)</p></li>
+<li><p>Give the project a name, and select <strong>OK</strong>.</p></li>
 </ul>
 <p><img src="img/guide/platforms/wp8/StandAloneTemplate.png" alt="" title=""></p>
 
@@ -251,9 +249,9 @@ current interface.</p>
 </h2>
 
 <ul>
-<li>The <code>www</code> folder contains your Cordova <code>html/js/css</code> and any other resources included in your app.</li>
-<li>Any content that you add here needs to be a part of the Visual Studio project, and it must be set as content.</li>
-<li>Note: This screen capture was from the cordova-2.3.0 download, your listing will vary based on the actual version installed.</li>
+<li><p>The <code>www</code> folder contains your Cordova <code>html/js/css</code> and any other resources included in your app.</p></li>
+<li><p>Any content that you add here needs to be a part of the Visual Studio project, and it must be set as content.</p></li>
+<li><p>Note: This screen capture was from the cordova-2.3.0 download, your listing will vary based on the actual version installed.</p></li>
 </ul>
 <p><img src="img/guide/platforms/wp8/projectStructure.png" alt="" title=""></p>
 
@@ -262,8 +260,8 @@ current interface.</p>
 </h2>
 
 <ul>
-<li>Make sure <strong>Windows Phone Emulator</strong> is selected in the main drop-down menu.</li>
-<li>Press the green <strong>play</strong> button next to the drop-down menu to start debugging, or type <strong>F5</strong>.</li>
+<li><p>Make sure <strong>Windows Phone Emulator</strong> is selected in the main drop-down menu.</p></li>
+<li><p>Press the green <strong>play</strong> button next to the drop-down menu to start debugging, or type <strong>F5</strong>.</p></li>
 </ul>
 <p><img src="img/guide/platforms/wp8/BuildEmulator.png" alt="" title=""></p>
 
@@ -274,9 +272,9 @@ current interface.</p>
 <p>In order to test your application on a device, the device must be registered. Click <a class="external" href="http://msdn.microsoft.com/en-us/library/windowsphone/develop/ff402565(v=vs.105).aspx">here</a> to read documentation on deploying and testing on your Windows Phone 8.</p>
 
 <ul>
-<li>Make sure your phone is connected, and the screen is unlocked.</li>
-<li>In Visual Studio, select '<a href="cordova_device_device.md.html#Device">Device</a>' from the top drop-down menu.</li>
-<li>Press the green <strong>play</strong> button next to the main drop-down menu to start debugging, or type <strong>F5</strong>.</li>
+<li><p>Make sure your phone is connected, and the screen is unlocked.</p></li>
+<li><p>In Visual Studio, select '<a href="cordova_device_device.md.html#Device">Device</a>' from the top drop-down menu.</p></li>
+<li><p>Press the green <strong>play</strong> button next to the main drop-down menu to start debugging, or type <strong>F5</strong>.</p></li>
 </ul>
 <p><img src="img/guide/platforms/wp7/wpd.png" alt="" title=""></p>
 

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=1509456&r1=1509455&r2=1509456&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 Thu Aug  1 22:17:43 2013
@@ -84,8 +84,9 @@
             <small><select><option value="Windows%2520Phone%2520Plugins">Windows Phone Plugins</option>
 <option value="Windows%20Phone%20Plugins_namespaces">      - Namespaces</option>
 <option value="Windows%20Phone%20Plugins_interpreting_your_arguments_in_c">      - Interpreting your arguments in C</option>
-<option value="Windows%20Phone%20Plugins_passing_results_from_c_to_js">      - Passing results from C# to JS</option>
+<option value="Windows%20Phone%20Plugins_passing_results_from_c_to_javascript">      - Passing results from C# to JavaScript</option>
 <option value="Windows%20Phone%20Plugins_handling_serialization_errors_in_your_plugin_s_c_method">      - Handling serialization errors in your plugin's C# method</option>
+<option value="Windows%20Phone%20Plugins_plugin_xml">      - Plugin XML</option>
 <option value="Windows%20Phone%20Plugins_advanced_plugin_functionality">      - Advanced Plugin Functionality</option>
 <option value="Windows%20Phone%20Plugins_common_pitfalls">      - Common Pitfalls</option></select></small>
         </div>
@@ -97,7 +98,6 @@
 <li><a href="guide_overview_index.md.html#Overview">Overview</a></li>
 <li><a href="guide_cli_index.md.html#The%20Command-line%20Interface">The Command-line Interface</a></li>
 <li><a href="guide_platforms_index.md.html#Platform%20Guides">Platform Guides</a></li>
-<li><a href="index.md.html#Guides">Guides</a></li>
 <li><a href="config_ref_index.md.html#Configuration%20Reference">Configuration Reference</a></li>
 <li><a href="guide_hybrid_webviews_index.md.html#Embedding%20WebViews">Embedding WebViews</a></li>
 <li><a href="guide_hybrid_plugins_index.md.html#Plugin%20Development%20Guide">Plugin Development Guide</a></li>
@@ -137,12 +137,16 @@ application JavaScript code and manages 
 and it comes with the majority of the 'plumbing' built for you already.</p>
 
 <ol>
-<li>Select your project, and right-click to choose <strong>Add → New Item...</strong>
+<li>
+<p>Select your project, and right-click to choose <strong>Add → New Item...</strong></p>
+
 <ul>
 <li>Preferably add it to the 'Plugins' folder, but it is up to you</li>
 </ul>
 </li>
-<li>Select 'Class' and name it <code>Echo.cs</code>
+<li>
+<p>Select 'Class' and name it <code>Echo.cs</code></p>
+
 <ul>
 <li>The name of this class must <em>exactly</em> match what you call into <code>cordova.exec(win, fail, "Echo", ...)</code>
 </li>
@@ -166,7 +170,7 @@ using WPCordovaClassLib.Cordova.JSON;
 </code></pre>
 </li>
 <li>
-<p>Add a method that is callable from JS</p>
+<p>Add a method that is callable from JavaScript</p>
 
 <pre class="prettyprint"><code>public class Echo : BaseCommand
 {
@@ -204,7 +208,7 @@ your C# class like this:</p>
 }
 </code></pre>
 
-<p>Then, in JS you need to call <code>exec</code> like this:</p>
+<p>Then, in JavaScript you need to call <code>exec</code> like this:</p>
 
 <pre class="prettyprint"><code>cordova.exec(win, fail, "com.mydomain.cordovaExtensions.Echo", ...);
 </code></pre>
@@ -215,7 +219,7 @@ your C# class like this:</p>
 
 <p>The data received by your plugin method is a string value, but in actuality
 looking at our JavaScript code, we see our intention was to pass an array of strings.
-Looking back at our JS call to <code>cordova.exec</code>, we see we passed <code>[str]</code>:</p>
+Looking back at our JavaScript call to <code>cordova.exec</code>, we see we passed <code>[str]</code>:</p>
 
 <pre class="prettyprint"><code>cordova.exec(win, fail, "Echo", "echo", ["input string"]);
 </code></pre>
@@ -226,7 +230,7 @@ we see that the value is actually:</p>
 <pre class="prettyprint"><code>"[\"input string\"]"
 </code></pre>
 
-<p>All JavaScript exec arguments are JSON encoded before being passed into C#.</p>
+<p>All JavaScript <code>exec</code> arguments are JSON encoded before being passed into C#.</p>
 
 <p>If we want to treat this as the string we were expecting, we need to decode it.
 We can use simple JSON deserialization.</p>
@@ -236,10 +240,10 @@ We can use simple JSON deserialization.<
 </code></pre>
 
 <h2>
-<a name="Windows%20Phone%20Plugins_passing_results_from_c_to_js">Passing results from C# to JS</a>
+<a name="Windows%20Phone%20Plugins_passing_results_from_c_to_javascript">Passing results from C# to JavaScript</a>
 </h2>
 
-<p>The base class BaseCommand provides methods for passing data to your JS callback handlers.
+<p>The base class BaseCommand provides methods for passing data to your JavaScript callback handlers.
 To simply signal that the command has succeeded, when no additional result info is needed,
 you can simply call:</p>
 
@@ -251,7 +255,7 @@ you can simply call:</p>
 <pre class="prettyprint"><code>DispatchCommandResult(new PluginResult(PluginResult.Status.OK, "Everything went as planned, this is a result that is passed to the success handler."));
 </code></pre>
 
-<p>To pass structured object data back to JS, it should be encoded as a JSON string:</p>
+<p>To pass structured object data back to JavaScript, it should be encoded as a JSON string:</p>
 
 <pre class="prettyprint"><code>DispatchCommandResult(new PluginResult(PluginResult.Status.OK, "{result:\"super awesome!\"}"));
 </code></pre>
@@ -290,14 +294,42 @@ else
 </code></pre>
 
 <h2>
+<a name="Windows%20Phone%20Plugins_plugin_xml">Plugin XML</a>
+</h2>
+
+<p>These are windows phone specific examples of using the plugin.xml file, refer to the <a href="plugin_ref_spec.md.html#Plugin%20Specification">Plugin Specification</a> for more details</p>
+
+<h3><code>&lt;source-file&gt;</code></h3>
+
+<p>On windows phone the <code>&lt;source-file&gt;</code> element is currently used to define all plugin resources (ie. .cs, .xaml, .xaml.cs, .dll, image assets etc).</p>
+
+<h3><code>&lt;config-file&gt;</code></h3>
+
+<p>The <code>&lt;config-file&gt;</code> element defines what elements get put into a config file. For example to add a plugin to the platforms config.xml, you would do something like this :</p>
+
+<pre class="prettyprint"><code>&lt;config-file target="config.xml" parent="/*"&gt;
+    &lt;feature name="PluginName"&gt;
+        &lt;param name="wp-package" value="PluginName"/&gt;
+    &lt;/feature&gt;
+&lt;/config-file&gt;
+</code></pre>
+
+<p>If we wanted to add the contacts capability to the WMAppManifest.xml, it would look like this :</p>
+
+<pre class="prettyprint"><code>&lt;config-file target="Properties/WMAppManifest.xml" parent="/Deployment/App/Capabilities"&gt;
+    &lt;Capability Name="ID_CAP_CONTACTS" /&gt;
+&lt;/config-file&gt;
+</code></pre>
+
+<h2>
 <a name="Windows%20Phone%20Plugins_advanced_plugin_functionality">Advanced Plugin Functionality</a>
 </h2>
 
 <p>See other methods that you can override in:</p>
 
-<ol>
+<ul>
 <li><a class="external" href="https://github.com/apache/cordova-wp7/blob/master/templates/standalone/cordovalib/Commands/BaseCommand.cs">BaseCommand.cs</a></li>
-</ol>
+</ul>
 <p>For example, you can hook into the '<a href="cordova_events_events.md.html#pause">pause</a>' and '<a href="cordova_events_events.md.html#resume">resume</a>' application events.</p>
 
 <h3>Debugging Plugins</h3>
@@ -343,7 +375,7 @@ string[] optValues = JsonHelper.Deserial
 </li>
 <li><p>It is usually a good idea to do parameter checking in your
 JavaScript code, before you call <code>exec</code>.  This allows you to re-use
-more JavaScript code among your plug-in's various native
+more JavaScript code among your plugin's various native
 implementations.</p></li>
 </ul>
 </div>

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=1509456&r1=1509455&r2=1509456&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 Thu Aug  1 22:17:43 2013
@@ -96,7 +96,6 @@
 <li><a href="guide_overview_index.md.html#Overview">Overview</a></li>
 <li><a href="guide_cli_index.md.html#The%20Command-line%20Interface">The Command-line Interface</a></li>
 <li><a href="guide_platforms_index.md.html#Platform%20Guides">Platform Guides</a></li>
-<li><a href="index.md.html#Guides">Guides</a></li>
 <li><a href="config_ref_index.md.html#Configuration%20Reference">Configuration Reference</a></li>
 <li><a href="guide_hybrid_webviews_index.md.html#Embedding%20WebViews">Embedding WebViews</a></li>
 <li><a href="guide_hybrid_plugins_index.md.html#Plugin%20Development%20Guide">Plugin Development Guide</a></li>
@@ -160,9 +159,9 @@ repo has subfolders for each: wp7/ and w
 <h3>Run the batch file to create and install the templates.</h3>
 
 <ul>
-<li>The root of the repo contains a file createTemplates.bat.  Double clicking this file will generate 2 .zip files. (CordovaWP7<em>x</em>x<em>x.zip + CordovaWP8</em>x<em>x</em>x.zip where x.x.x is the current version number)  To easily use these files in Visual Studio, copy them to 
-"My Documents\Visual Studio 2012\Templates\ProjectTemplates\" You will then be able to create new Apache Cordova Windows Phone apps from the Visual Studio <a href="cordova_file_file.md.html#File">File</a>-&gt;New Project menu.</li>
-<li>If you run the batch file from the command line, you can also call with a parameter to install automatically</li>
+<li><p>The root of the repo contains a file createTemplates.bat.  Double clicking this file will generate 2 .zip files. (CordovaWP7<em>x</em>x<em>x.zip + CordovaWP8</em>x<em>x</em>x.zip where x.x.x is the current version number)  To easily use these files in Visual Studio, copy them to 
+"My Documents\Visual Studio 2012\Templates\ProjectTemplates\" You will then be able to create new Apache Cordova Windows Phone apps from the Visual Studio <a href="cordova_file_file.md.html#File">File</a>-&gt;New Project 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>
 
@@ -214,7 +213,7 @@ Built and Run it
 <p>Run the 'run' command with the following <em>optional</em> parameters</p>
 
 <ul>
-<li>Target specification. This includes <code>--emulator</code>, <code>--device</code>, or <code>--target=&lt;targetID&gt;</code>.</li>
+<li><p>Target specification. This includes <code>--emulator</code>, <code>--device</code>, or <code>--target=&lt;targetID&gt;</code>.</p></li>
 <li>
 <p>Build specification. This includes <code>--debug</code>, <code>--release</code>, or <code>--nobuild</code>.</p>
 

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=1509456&r1=1509455&r2=1509456&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 Thu Aug  1 22:17:43 2013
@@ -113,7 +113,6 @@
 <li><a href="guide_overview_index.md.html#Overview">Overview</a></li>
 <li><a href="guide_cli_index.md.html#The%20Command-line%20Interface">The Command-line Interface</a></li>
 <li><a href="guide_platforms_index.md.html#Platform%20Guides">Platform Guides</a></li>
-<li><a href="index.md.html#Guides">Guides</a></li>
 <li><a href="config_ref_index.md.html#Configuration%20Reference">Configuration Reference</a></li>
 <li><a href="guide_hybrid_webviews_index.md.html#Embedding%20WebViews">Embedding WebViews</a></li>
 <li><a href="guide_hybrid_plugins_index.md.html#Plugin%20Development%20Guide">Plugin Development Guide</a></li>
@@ -147,32 +146,32 @@
                 <h1><a name="Upgrading%20Windows%20Phone">Upgrading Windows Phone</a></h1>
 
 <p>This guide shows how to modify Windows Phone projects, both versions 7
-and 8, to upgrade from older versions of Cordova.
-Most of these instructions apply to projects created with an older set
-of command-line tools that precede the <code>cordova</code> CLI utility. See The
-Cordova Command-line Interface for information how to update the
-version of the CLI.
-The following section shows how to upgrade from non-CLI projects.</p>
+and 8, to upgrade from older versions of Cordova.  Most of these
+instructions apply to projects created with an older set of
+command-line tools that precede the <code>cordova</code> CLI utility. See <a href="#The%0ACommand-line%20Interface">The
+Command-line Interface</a> for information how to update the version of
+the CLI.  The following section shows how to upgrade from non-CLI
+projects.</p>
 
 <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>Create a new Apache Cordova 3.0.0 project using the cordova CLI, as
-described in The Cordova Command-line Interface.</li>
-<li>Add your platforms the the cordova project, for example: <code>cordova
-platform add wp7 wp8</code>.</li>
-<li>Copy the contents of the project's <code>www</code> folder to the <code>www</code> folder
-at the root of the cordova project you just created.</li>
-<li>Copy or overwrite any native assets from your original project
+<li><p>Create a new Apache Cordova 3.0.0 project using the cordova CLI, as
+described in <a href="guide_cli_index.md.html#The%20Command-line%20Interface">The Command-line Interface</a>.</p></li>
+<li><p>Add your platforms the the cordova project, for example: <code>cordova
+platform add wp7 wp8</code>.</p></li>
+<li><p>Copy the contents of the project's <code>www</code> directory to the <code>www</code> directory
+at the root of the cordova project you just created.</p></li>
+<li><p>Copy or overwrite any native assets from your original project
 (<code>SplashScreen</code>, <code>ApplicationIcon</code>, etc.), making sure to add any
 new files to the <code>.csproj</code> file. The windows phone project builds
-inside the <code>platforms\wp7</code> or <code>platforms\wp8</code> directory.</li>
-<li>Use the cordova CLI tool to install any plugins you need. Note that
+inside the <code>platforms\wp7</code> or <code>platforms\wp8</code> directory.</p></li>
+<li><p>Use the cordova CLI tool to install any plugins you need. Note that
 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.</li>
-<li>Build and test.</li>
+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>
@@ -181,11 +180,11 @@ added. Only 3.0.0 plugins are compatible
 <p>In Visual Studio's Solution Explorer window:</p>
 
 <ol>
-<li>Create a new Apache Cordova WP7 or WP8 3.0.0 Project</li>
-<li>Copy the contents of your <code>www</code> folder to the new project, and be sure these items are added to the VS project.</li>
-<li>Copy and overwrite any splash screen, or icon images.</li>
-<li>Copy over any plugins from the <code>plugins</code> folder to the new project and ensure that they are also added to the VS project. </li>
-<li>Build and test.</li>
+<li><p>Create a new Apache Cordova WP7 or WP8 3.0.0 Project.</p></li>
+<li><p>Copy the contents of your <code>www</code> directory to the new project, and be sure these items are added to the VS project.</p></li>
+<li><p>Copy and overwrite any splash screen, or icon images.</p></li>
+<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
@@ -199,12 +198,12 @@ Manage Plugins</a>.</p>
 <p>In Visual Studio's Solution Explorer window:</p>
 
 <ol>
-<li>Create a new Apache Cordova WP7 or WP8 2.9.0 Project</li>
-<li>Copy the contents of your <code>www</code> folder to the new project, and be sure these items are added to the VS project.</li>
-<li>Update the name of cordova.js in the HTML tag if it's still using cordova-VERSION.js (should be just cordova.js).</li>
-<li>Copy and overwrite any splash screen, or icon images.</li>
-<li>Copy over any plugins from the <code>plugins</code> folder to the new project and ensure that they are also added to the .csproj file.</li>
-<li>Build and test.</li>
+<li><p>Create a new Apache Cordova WP7 or WP8 2.9.0 Project.</p></li>
+<li><p>Copy the contents of your <code>www</code> directory to the new project, and be sure these items are added to the VS project.</p></li>
+<li><p>Update the name of <code>cordova.js</code> in the HTML tag if it's still using cordova-VERSION.js (should be just <code>cordova.js</code>).</p></li>
+<li><p>Copy and overwrite any splash screen, or icon images.</p></li>
+<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>
@@ -213,242 +212,338 @@ Manage Plugins</a>.</p>
 <p>In Visual Studio's Solution Explorer window:</p>
 
 <ol>
-<li>Create a new Apache Cordova WP7 or WP8 2.8.0 Project</li>
-<li>Copy the contents of your <code>www</code> folder to the new project, and be sure these items are added to the VS project.</li>
-<li>Update your HTML to use the new cordova.js file. ( note that there is no longer a version number in the name )</li>
-<li>Copy and overwrite any splash screen, or icon images.</li>
-<li>Copy over any plugins from the <code>plugins</code> folder to the new project and ensure that they are also added to the VS project.</li>
-<li>Build and test.</li>
+<li><p>Create a new Apache Cordova WP7 or WP8 2.8.0 Project.</p></li>
+<li><p>Copy the contents of your <code>www</code> directory to the new project, and be sure these items are added to the VS project.</p></li>
+<li><p>Update your HTML to use the new <code>cordova.js</code> file. (Note the lack of a version number in the filename.)</p></li>
+<li><p>Copy and overwrite any splash screen, or icon images.</p></li>
+<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>
 
-<p>In Visual Studio's Solution Explorer window:
-1. Create a new Apache Cordova WP7 or WP8 2.7.0 Project
-2. Copy the contents of your <code>www</code> folder to the new project, and be sure these items are added to the VS project.
-3. Update your HTML to use the new <code>cordova-2.7.0.js</code> file.
-4. Copy and overwrite any splash screen, or icon images.
-5. Copy over any plugins from the <code>plugins</code> folder to the new project and ensure that they are also added to the VS project.
-6. Build and test.</p>
+<p>In Visual Studio's Solution Explorer window:</p>
 
+<ol>
+<li><p>Create a new Apache Cordova WP7 or WP8 2.7.0 Project.</p></li>
+<li><p>Copy the contents of your <code>www</code> directory to the new project, and be sure these items are added to the VS project.</p></li>
+<li><p>Update your HTML to use the new <code>cordova-2.7.0.js</code> file.</p></li>
+<li><p>Copy and overwrite any splash screen, or icon images.</p></li>
+<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>
 
-<p>In Visual Studio's Solution Explorer window:
-1. Create a new Apache Cordova WP7 or WP8 2.6.0 Project
-2. Copy the contents of your <code>www</code> folder to the new project, and be sure these items are added to the VS project.
-3. Update your HTML to use the new <code>cordova-2.6.0.js</code> file.
-4. Copy and overwrite any splash screen, or icon images.
-5. Copy over any plugins from the <code>plugins</code> folder to the new project and ensure that they are also added to the VS project.
-6. Build and test.</p>
+<p>In Visual Studio's Solution Explorer window:</p>
 
+<ol>
+<li><p>Create a new Apache Cordova WP7 or WP8 2.6.0 Project.</p></li>
+<li><p>Copy the contents of your <code>www</code> directory to the new project, and be sure these items are added to the VS project.</p></li>
+<li><p>Update your HTML to use the new <code>cordova-2.6.0.js</code> file.</p></li>
+<li><p>Copy and overwrite any splash screen, or icon images.</p></li>
+<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>
 
-<p>In Visual Studio's Solution Explorer window:
-1. Create a new Apache Cordova WP7 or WP8 2.5.0 Project
-2. Copy the contents of your <code>www</code> folder to the new project, and be sure these items are added to the VS project.
-3. Update your HTML to use the new <code>cordova-2.5.0.js</code> file.
-4. Copy and overwrite any splash screen, or icon images.
-5. Copy over any plugins from the <code>plugins</code> folder to the new project and ensure that they are also added to the VS project.
-6. Build and test.</p>
+<p>In Visual Studio's Solution Explorer window:</p>
 
+<ol>
+<li><p>Create a new Apache Cordova WP7 or WP8 2.5.0 Project.</p></li>
+<li><p>Copy the contents of your <code>www</code> directory to the new project, and be sure these items are added to the VS project.</p></li>
+<li><p>Update your HTML to use the new <code>cordova-2.5.0.js</code> file.</p></li>
+<li><p>Copy and overwrite any splash screen, or icon images.</p></li>
+<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>
 
-<p>In Visual Studio's Solution Explorer window:
-1. Create a new Apache Cordova WP7 or WP8 2.4.0 Project
-2. Copy the contents of your <code>www</code> folder to the new project, and be sure these items are added to the VS project.
-3. Update your HTML to use the new <code>cordova-2.4.0.js</code> file.
-4. Copy and overwrite any splash screen, or icon images.
-5. Copy over any plugins from the <code>plugins</code> folder to the new project and ensure that they are also added to the VS project.
-6. Build and test.</p>
+<p>In Visual Studio's Solution Explorer window:</p>
 
+<ol>
+<li><p>Create a new Apache Cordova WP7 or WP8 2.4.0 Project.</p></li>
+<li><p>Copy the contents of your <code>www</code> directory to the new project, and be sure these items are added to the VS project.</p></li>
+<li><p>Update your HTML to use the new <code>cordova-2.4.0.js</code> file.</p></li>
+<li><p>Copy and overwrite any splash screen, or icon images.</p></li>
+<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>
 
-<p>In Visual Studio's Solution Explorer window:
-1. Create a new Apache Cordova WP7 2.3.0 Project
-2. Copy the contents of your <code>www</code> folder to the new project, and be sure these items are added to the VS project.
-3. Update your HTML to use the new <code>cordova-2.3.0.js</code> file.
-4. Copy and overwrite any splash screen, or icon images.
-5. Copy over any plugins from the <code>plugins</code> folder to the new project and ensure that they are also added to the VS project.
-6. Build and test.</p>
+<p>In Visual Studio's Solution Explorer window:</p>
 
+<ol>
+<li><p>Create a new Apache Cordova WP7 2.3.0 Project.</p></li>
+<li><p>Copy the contents of your <code>www</code> directory to the new project, and be sure these items are added to the VS project.</p></li>
+<li><p>Update your HTML to use the new <code>cordova-2.3.0.js</code> file.</p></li>
+<li><p>Copy and overwrite any splash screen, or icon images.</p></li>
+<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>
 
-<p>In Visual Studio's Solution Explorer window:
-1. Create a new Apache Cordova WP7 2.2.0 Project
-2. Copy the contents of your <code>www</code> folder to the new project, and be sure these items are added to the VS project.
-3. Update your HTML to use the new <code>cordova-2.2.0.js</code> file.
-4. Copy and overwrite any splash screen, or icon images.
-5. Copy over any plugins from the <code>plugins</code> folder to the new project and ensure that they are also added to the VS project.
-6. Build and test.</p>
+<p>In Visual Studio's Solution Explorer window:</p>
 
+<ol>
+<li><p>Create a new Apache Cordova WP7 2.2.0 Project.</p></li>
+<li><p>Copy the contents of your <code>www</code> directory to the new project, and be sure these items are added to the VS project.</p></li>
+<li><p>Update your HTML to use the new <code>cordova-2.2.0.js</code> file.</p></li>
+<li><p>Copy and overwrite any splash screen, or icon images.</p></li>
+<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>
 
-<p>In Visual Studio's Solution Explorer window:
-1. Create a new Apache Cordova WP7 2.1.0 Project
-2. Copy the contents of your <code>www</code> folder to the new project, and be sure these items are added to the VS project.
-3. Update your HTML to use the new <code>cordova-2.1.0.js</code> file.
-4. Copy and overwrite any splash screen, or icon images.
-5. Copy over any plugins from the <code>plugins</code> folder to the new project and ensure that they are also added to the VS project.
-6. Build and test.</p>
+<p>In Visual Studio's Solution Explorer window:</p>
 
+<ol>
+<li><p>Create a new Apache Cordova WP7 2.1.0 Project.</p></li>
+<li><p>Copy the contents of your <code>www</code> directory to the new project, and be sure these items are added to the VS project.</p></li>
+<li><p>Update your HTML to use the new <code>cordova-2.1.0.js</code> file.</p></li>
+<li><p>Copy and overwrite any splash screen, or icon images.</p></li>
+<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>
 
 <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>
 
-<p>In Visual Studio's Solution Explorer window:
-1. Create a new Apache Cordova WP7 2.0 Project
-2. Copy the contents of your <code>www</code> folder to the new project, and be sure these items are added to the VS project.
-3. Update your HTML to use the new <code>cordova-2.0.0.js</code> file.
-4. Copy and overwrite any splash screen, or icon images.
-5. Copy over any plugins from the <code>plugins</code> folder to the new project and ensure that they are also added to the VS project.
-6. Build and test.</p>
+<p>In Visual Studio's Solution Explorer window:</p>
 
+<ol>
+<li><p>Create a new Apache Cordova WP7 2.0 Project.</p></li>
+<li><p>Copy the contents of your <code>www</code> directory to the new project, and be sure these items are added to the VS project.</p></li>
+<li><p>Update your HTML to use the new <code>cordova-2.0.0.js</code> file.</p></li>
+<li><p>Copy and overwrite any splash screen, or icon images.</p></li>
+<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>
 
-<p>In Visual Studio's Solution Explorer window:
-1. Delete <code>GapLib/WP7CordovaClassLib.dll</code> from your project.
-2. Remove the reference to <code>WP7CordovaClassLib</code> in the <strong>References</strong> folder.
-3. Right-click on <strong>References</strong> and select <strong>Add Reference</strong>
-4. Navigate to the new distribution and add the file 'WP7CordovaClassLib.dll'
-    - <strong>NOTE:</strong> You can view the version of the DLL by right-clicking on the reference, and selecting <strong>Properties</strong>.
-5. Copy the new <code>cordova-1.9.0.js</code> into your project. (Be sure it is marked as Content.)
-6. Update your HTML to use the new <code>cordova-1.9.0.js</code> file.</p>
+<p>In Visual Studio's Solution Explorer window:</p>
+
+<ol>
+<li><p>Delete <code>GapLib/WP7CordovaClassLib.dll</code> from your project.</p></li>
+<li><p>Remove the reference to <code>WP7CordovaClassLib</code> in the <strong>References</strong> folder.</p></li>
+<li><p>Right-click on <strong>References</strong> and select <strong>Add Reference</strong>.</p></li>
+<li>
+<p>Navigate to the new distribution and add the file <code>WP7CordovaClassLib.dll</code>.</p>
 
+<ul>
+<li>
+<strong>NOTE:</strong> You can view the version of the DLL by right-clicking on the reference, and selecting <strong>Properties</strong>.</li>
+</ul>
+</li>
+<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>
 
-<p>In Visual Studio's Solution Explorer window:
-1. Delete <code>GapLib/WP7CordovaClassLib.dll</code> from your project.
-2. Remove the reference to <code>WP7CordovaClassLib</code> in the <strong>References</strong> folder.
-3. Right-click on <strong>References</strong> and select <strong>Add Reference</strong>
-4. Navigate to the new distribution and add the file 'WP7CordovaClassLib.dll'
-    - <strong>NOTE:</strong> You can view the version of the DLL by right-clicking on the reference, and selecting <strong>Properties</strong>.
-5. Copy the new <code>cordova-1.8.0.js</code> into your project. (Be sure it is marked as Content.)
-6. Update your HTML to use the new <code>cordova-1.8.0.js</code> file.</p>
+<p>In Visual Studio's Solution Explorer window:</p>
+
+<ol>
+<li><p>Delete <code>GapLib/WP7CordovaClassLib.dll</code> from your project.</p></li>
+<li><p>Remove the reference to <code>WP7CordovaClassLib</code> in the <strong>References</strong> folder.</p></li>
+<li><p>Right-click on <strong>References</strong> and select <strong>Add Reference</strong>.</p></li>
+<li>
+<p>Navigate to the new distribution and add the file <code>WP7CordovaClassLib.dll</code>.</p>
 
+<ul>
+<li>
+<strong>NOTE:</strong> You can view the version of the DLL by right-clicking on the reference, and selecting <strong>Properties</strong>.</li>
+</ul>
+</li>
+<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>
 
-<p>In Visual Studio's Solution Explorer window:
-1. Delete <code>GapLib/WP7CordovaClassLib.dll</code> from your project.
-2. Remove the reference to <code>WP7CordovaClassLib</code> in the <strong>References</strong> folder.
-3. Right-click on <strong>References</strong> and select <strong>Add Reference</strong>
-4. Navigate to the new distribution and add the file 'WP7CordovaClassLib.dll'
-    - <strong>NOTE:</strong> You can view the version of the DLL by right-clicking on the reference, and selecting <strong>Properties</strong>.
-5. Copy the new <code>cordova-1.7.0.js</code> into your project. (Be sure it is marked as Content.)
-6. Update your HTML to use the new <code>cordova-1.7.0.js</code> file.</p>
+<p>In Visual Studio's Solution Explorer window:</p>
+
+<ol>
+<li><p>Delete <code>GapLib/WP7CordovaClassLib.dll</code> from your project.</p></li>
+<li><p>Remove the reference to <code>WP7CordovaClassLib</code> in the <strong>References</strong> folder.</p></li>
+<li><p>Right-click on <strong>References</strong> and select <strong>Add Reference</strong>.</p></li>
+<li>
+<p>Navigate to the new distribution and add the file <code>WP7CordovaClassLib.dll</code>.</p>
 
+<ul>
+<li>
+<strong>NOTE:</strong> You can view the version of the DLL by right-clicking on the reference, and selecting <strong>Properties</strong>.</li>
+</ul>
+</li>
+<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>
 
-<p>In Visual Studio's Solution Explorer window:
-1. Delete <code>GapLib/WP7CordovaClassLib.dll</code> from your project.
-2. Remove the reference to <code>WP7CordovaClassLib</code> in the <strong>References</strong> folder.
-3. Right-click on <strong>References</strong> and select <strong>Add Reference</strong>
-4. Navigate to the new distribution and add the file 'WP7CordovaClassLib.dll'
-    - <strong>NOTE:</strong> You can view the version of the DLL by right-clicking on the reference, and selecting <strong>Properties</strong>.
-5. Copy the new <code>cordova-1.6.1.js</code> into your project. (Be sure it is marked as Content.)
-6. Update your HTML to use the new <code>cordova-1.6.1.js</code> file.</p>
+<p>In Visual Studio's Solution Explorer window:</p>
 
+<ol>
+<li><p>Delete <code>GapLib/WP7CordovaClassLib.dll</code> from your project.</p></li>
+<li><p>Remove the reference to <code>WP7CordovaClassLib</code> in the <strong>References</strong> folder.</p></li>
+<li><p>Right-click on <strong>References</strong> and select <strong>Add Reference</strong>.</p></li>
+<li>
+<p>Navigate to the new distribution and add the file <code>WP7CordovaClassLib.dll</code>.</p>
+
+<ul>
+<li>
+<strong>NOTE:</strong> You can view the version of the DLL by right-clicking on the reference, and selecting <strong>Properties</strong>.</li>
+</ul>
+</li>
+<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>
 
-<p>In Visual Studio's Solution Explorer window:
-1. Delete <code>GapLib/WP7CordovaClassLib.dll</code> from your project.
-2. Remove the reference to <code>WP7CordovaClassLib</code> in the <strong>References</strong> folder.
-3. Right-click on <strong>References</strong> and select <strong>Add Reference</strong>
-4. Navigate to the new distribution and add the file 'WP7CordovaClassLib.dll'
-    - <strong>NOTE:</strong> You can view the version of the DLL by right-clicking on the reference, and selecting <strong>Properties</strong>.
-5. Copy the new <code>cordova-1.6.0.js</code> into your project. (Be sure it is marked as Content.)
-6. Update your HTML to use the new <code>cordova-1.6.0.js</code> file.</p>
+<p>In Visual Studio's Solution Explorer window:</p>
 
+<ol>
+<li><p>Delete <code>GapLib/WP7CordovaClassLib.dll</code> from your project.</p></li>
+<li><p>Remove the reference to <code>WP7CordovaClassLib</code> in the <strong>References</strong> folder.</p></li>
+<li><p>Right-click on <strong>References</strong> and select <strong>Add Reference</strong>.</p></li>
+<li>
+<p>Navigate to the new distribution and add the file <code>WP7CordovaClassLib.dll</code>.</p>
+
+<ul>
+<li>
+<strong>NOTE:</strong> You can view the version of the DLL by right-clicking on the reference, and selecting <strong>Properties</strong>.</li>
+</ul>
+</li>
+<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>
 
-<p>In Visual Studio's Solution Explorer window:
-1. Delete <code>GapLib/WP7CordovaClassLib.dll</code> from your project.
-2. Remove the reference to <code>WP7CordovaClassLib</code> in the <strong>References</strong> folder.
-3. Right-click on <strong>References</strong> and select <strong>Add Reference</strong>
-4. Navigate to the new distribution and add the file 'WP7CordovaClassLib.dll'
-    - <strong>NOTE:</strong> You can view the version of the DLL by right-clicking on the reference, and selecting <strong>Properties</strong>.
-5. Copy the new <code>cordova-1.5.0.js</code> into your project. (Be sure it is marked as Content.)
-6. Update your HTML to use the new <code>cordova-1.5.0.js</code> file.</p>
+<p>In Visual Studio's Solution Explorer window:</p>
+
+<ol>
+<li><p>Delete <code>GapLib/WP7CordovaClassLib.dll</code> from your project.</p></li>
+<li><p>Remove the reference to <code>WP7CordovaClassLib</code> in the <strong>References</strong> folder.</p></li>
+<li><p>Right-click on <strong>References</strong> and select <strong>Add Reference</strong>.</p></li>
+<li>
+<p>Navigate to the new distribution and add the file <code>WP7CordovaClassLib.dll</code>.</p>
 
+<ul>
+<li>
+<strong>NOTE:</strong> You can view the version of the DLL by right-clicking on the reference, and selecting <strong>Properties</strong>.</li>
+</ul>
+</li>
+<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>
 
-<p>In Visual Studio's Solution Explorer window:
-1. Delete <code>GapLib/WP7CordovaClassLib.dll</code> from your project.
-2. Remove the reference to <code>WP7CordovaClassLib</code> in the <strong>References</strong> folder.
-3. Right-click on <strong>References</strong> and select <strong>Add Reference</strong>
-4. Navigate to the new distribution and add the file 'WP7CordovaClassLib.dll'
-    - <strong>NOTE:</strong> You can view the version of the DLL by right-clicking on the reference, and selecting <strong>Properties</strong>.
-5. Copy the new <code>cordova-1.4.0.js</code> into your project. (Be sure it is marked as Content.)
-6. Update your HTML to use the new <code>cordova-1.4.0.js</code> file.</p>
+<p>In Visual Studio's Solution Explorer window:</p>
 
+<ol>
+<li><p>Delete <code>GapLib/WP7CordovaClassLib.dll</code> from your project.</p></li>
+<li><p>Remove the reference to <code>WP7CordovaClassLib</code> in the <strong>References</strong> folder.</p></li>
+<li><p>Right-click on <strong>References</strong> and select <strong>Add Reference</strong>.</p></li>
+<li>
+<p>Navigate to the new distribution and add the file <code>WP7CordovaClassLib.dll</code>.</p>
+
+<ul>
+<li>
+<strong>NOTE:</strong> You can view the version of the DLL by right-clicking on the reference, and selecting <strong>Properties</strong>.</li>
+</ul>
+</li>
+<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>
 
-<p>In Visual Studio's Solution Explorer window:
-1. Delete <code>GapLib/WP7CordovaClassLib.dll</code> from your project.
-2. Remove the reference to <code>WP7CordovaClassLib</code> in the <strong>References</strong> folder.
-3. Right-click on <strong>References</strong> and select <strong>Add Reference</strong>
-4. Navigate to the new distribution and add the file 'WP7CordovaClassLib.dll'
-    - <strong>NOTE:</strong> You can view the version of the DLL by right-clicking on the reference, and selecting <strong>Properties</strong>.
-5. Copy the new <code>cordova-1.3.0.js</code> into your project. (Be sure it is marked as Content.)
-6. Update your HTML to use the new <code>cordova-1.3.0.js</code> file.</p>
+<p>In Visual Studio's Solution Explorer window:</p>
+
+<ol>
+<li><p>Delete <code>GapLib/WP7CordovaClassLib.dll</code> from your project.</p></li>
+<li><p>Remove the reference to <code>WP7CordovaClassLib</code> in the <strong>References</strong> folder.</p></li>
+<li><p>Right-click on <strong>References</strong> and select <strong>Add Reference</strong>.</p></li>
+<li>
+<p>Navigate to the new distribution and add the file <code>WP7CordovaClassLib.dll</code>.</p>
 
+<ul>
+<li>
+<strong>NOTE:</strong> You can view the version of the DLL by right-clicking on the reference, and selecting <strong>Properties</strong>.</li>
+</ul>
+</li>
+<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>
 
-<p>In Visual Studio's Solution Explorer window:
-1. Delete <code>GapLib/WP7CordovaClassLib.dll</code> from your project.
-2. Remove the reference to <code>WP7CordovaClassLib</code> in the <strong>References</strong> folder.
-3. Right-click on <strong>References</strong> and select <strong>Add Reference</strong>
-4. Navigate to the new distribution and add the file 'WP7CordovaClassLib.dll'
-    - <strong>NOTE:</strong> You can view the version of the DLL by right-clicking on the reference, and selecting <strong>Properties</strong>.
-5. Copy the new <code>cordova-1.2.0.js</code> into your project. (Be sure it is marked as Content.)
-6. Update your HTML to use the new <code>cordova-1.2.0.js</code> file.</p>
+<p>In Visual Studio's Solution Explorer window:</p>
+
+<ol>
+<li><p>Delete <code>GapLib/WP7CordovaClassLib.dll</code> from your project.</p></li>
+<li><p>Remove the reference to <code>WP7CordovaClassLib</code> in the <strong>References</strong> folder.</p></li>
+<li><p>Right-click on <strong>References</strong> and select <strong>Add Reference</strong>.</p></li>
+<li>
+<p>Navigate to the new distribution and add the file <code>WP7CordovaClassLib.dll</code>.</p>
 
+<ul>
+<li>
+<strong>NOTE:</strong> You can view the version of the DLL by right-clicking on the reference, and selecting <strong>Properties</strong>.</li>
+</ul>
+</li>
+<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>
 
-<p>In Visual Studio's Solution Explorer window:
-1. Delete <code>GapLib/WP7CordovaClassLib.dll</code> from your project.
-2. Remove the reference to <code>WP7CordovaClassLib</code> in the <strong>References</strong> folder.
-3. Right-click on <strong>References</strong> and select <strong>Add Reference</strong>
-4. Navigate to the new distribution and add the file 'WP7CordovaClassLib.dll'
-    - <strong>NOTE:</strong> you can view the version of the DLL by right-clicking on the reference, and selecting <strong>Properties</strong>.
-5. Copy the new <code>cordova-1.1.0.js</code> into your project. (Be sure it is marked as Content.)
-6. Update your HTML to use the new <code>cordova-1.1.0.js</code> file.</p>
+<p>In Visual Studio's Solution Explorer window:</p>
+
+<ol>
+<li><p>Delete <code>GapLib/WP7CordovaClassLib.dll</code> from your project.</p></li>
+<li><p>Remove the reference to <code>WP7CordovaClassLib</code> in the <strong>References</strong> folder.</p></li>
+<li><p>Right-click on <strong>References</strong> and select <strong>Add Reference</strong>.</p></li>
+<li>
+<p>Navigate to the new distribution and add the file <code>WP7CordovaClassLib.dll</code>.</p>
 
-            </div>
+<ul>
+<li>
+<strong>NOTE:</strong> you can view the version of the DLL by right-clicking on the reference, and selecting <strong>Properties</strong>.</li>
+</ul>
+</li>
+<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>
 
         <!-- Functionality and Syntax Highlighting -->

Modified: cordova/site/public/docs/en/edge/index.css
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/edge/index.css?rev=1509456&r1=1509455&r2=1509456&view=diff
==============================================================================
--- cordova/site/public/docs/en/edge/index.css (original)
+++ cordova/site/public/docs/en/edge/index.css Thu Aug  1 22:17:43 2013
@@ -412,7 +412,6 @@ Assumes table is 2D grid, with single TH
 .compat .n::before { content: "\2718"; margin-right: 6px;  }
 
 .compat .p { background-color: gold; }
-.compat .p::before { content: "(partial)";  }
 
 .compat .u { background-color: #dddddd; }
 

Modified: cordova/site/public/docs/en/edge/index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/edge/index.html?rev=1509456&r1=1509455&r2=1509456&view=diff
==============================================================================
--- cordova/site/public/docs/en/edge/index.html (original)
+++ cordova/site/public/docs/en/edge/index.html Thu Aug  1 22:17:43 2013
@@ -91,7 +91,6 @@
 <li><a href="guide_overview_index.md.html#Overview">Overview</a></li>
 <li><a href="guide_cli_index.md.html#The%20Command-line%20Interface">The Command-line Interface</a></li>
 <li><a href="guide_platforms_index.md.html#Platform%20Guides">Platform Guides</a></li>
-<li><a href="index.md.html#Guides">Guides</a></li>
 <li><a href="config_ref_index.md.html#Configuration%20Reference">Configuration Reference</a></li>
 <li><a href="guide_hybrid_webviews_index.md.html#Embedding%20WebViews">Embedding WebViews</a></li>
 <li><a href="guide_hybrid_plugins_index.md.html#Plugin%20Development%20Guide">Plugin Development Guide</a></li>
@@ -136,12 +135,7 @@
         </li>
         <li>
             <h2><a href="guide_platforms_index.md.html#Platform%20Guides">Platform Guides</a></h2>
-            <span>Set up each SDK to create your first app.</span>
-        </li>
-        <li>
-            <h2>Upgrading <a href="index.md.html#Guides">Guides</a>
-</h2>
-            <span>Upgrade an application to the latest release.</span>
+            <span>Set up each SDK and update projects</span>
         </li>
         <li>
             <h2><a href="config_ref_index.md.html#Configuration%20Reference">Configuration Reference</a></h2>

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=1509456&r1=1509455&r2=1509456&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 Thu Aug  1 22:17:43 2013
@@ -93,7 +93,6 @@
 <li><a href="guide_overview_index.md.html#Overview">Overview</a></li>
 <li><a href="guide_cli_index.md.html#The%20Command-line%20Interface">The Command-line Interface</a></li>
 <li><a href="guide_platforms_index.md.html#Platform%20Guides">Platform Guides</a></li>
-<li><a href="index.md.html#Guides">Guides</a></li>
 <li><a href="config_ref_index.md.html#Configuration%20Reference">Configuration Reference</a></li>
 <li><a href="guide_hybrid_webviews_index.md.html#Embedding%20WebViews">Embedding WebViews</a></li>
 <li><a href="guide_hybrid_plugins_index.md.html#Plugin%20Development%20Guide">Plugin Development Guide</a></li>