You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by bh...@apache.org on 2015/09/07 18:56:54 UTC

svn commit: r1701653 [6/15] - in /cordova/site: public/ public/announcements/2013/11/15/ public/announcements/2013/11/22/ public/announcements/2013/12/16/ public/announcements/2014/02/20/ public/announcements/2014/05/23/ public/announcements/2014/08/04...

Modified: cordova/site/public/announcements/2015/06/03/windows-release.html
URL: http://svn.apache.org/viewvc/cordova/site/public/announcements/2015/06/03/windows-release.html?rev=1701653&r1=1701652&r2=1701653&view=diff
==============================================================================
--- cordova/site/public/announcements/2015/06/03/windows-release.html (original)
+++ cordova/site/public/announcements/2015/06/03/windows-release.html Mon Sep  7 16:56:52 2015
@@ -57,81 +57,62 @@
     <div class="meta">Posted by: <a href="https://twitter.com/nikhilkh">Nikhil Khandelwal</a></div>
     <p class="meta">03 Jun 2015</p>
     <div class="post">
-    
-<p>We are happy to announce that Cordova Windows 4.0.0 has been released!</p>
-
-<h1 id="key_features">Key features</h1>
+    <p>We are happy to announce that Cordova Windows 4.0.0 has been released!</p>
 
+<h1 id="key-features">Key features</h1>
 <ul>
-<li>The default Windows target version is now 8.1. Windows 8.0 support is deprecated and a warning will be issued when building for Windows 8.0. The support for Windows 8.0 will be removed in 6 months. If you have <code>windows-target-version</code> preference in config.xml set to 8.0, you will see this warning and you should consider changing it to 8.1.</li>
-
-<li><code>windows8</code> platform keyword is deprecated. For all plugins, use <code>windows</code> as the platform keyword.</li>
-
-<li>Support for Windows 10 Insider Preview and building using Visual Studio 2015 RC. More details can be found below. This support will evolve as Windows 10 release comes along.</li>
-
-<li>Support for specifying parameters for signing Windows apps - like signing certificate, publisher identity etc. More details can be found in <a href="http://cordova.apache.org/docs/en/edge/guide_platforms_win8_packaging.md.html#Windows%20Plugins">docs</a></li>
+  <li>The default Windows target version is now 8.1. Windows 8.0 support is deprecated and a warning will be issued when building for Windows 8.0. The support for Windows 8.0 will be removed in 6 months. If you have <code>windows-target-version</code> preference in config.xml set to 8.0, you will see this warning and you should consider changing it to 8.1.</li>
+  <li><code>windows8</code> platform keyword is deprecated. For all plugins, use <code>windows</code> as the platform keyword.</li>
+  <li>Support for Windows 10 Insider Preview and building using Visual Studio 2015 RC. More details can be found below. This support will evolve as Windows 10 release comes along.</li>
+  <li>Support for specifying parameters for signing Windows apps - like signing certificate, publisher identity etc. More details can be found in <a href="http://cordova.apache.org/docs/en/edge/guide_platforms_win8_packaging.md.html#Windows%20Plugins">docs</a></li>
 </ul>
 
-<h1 id="whats_new_in_windows_10">What’s new in Windows 10</h1>
-
+<h1 id="whats-new-in-windows-10">What’s new in Windows 10</h1>
 <ul>
-<li>Windows 10 Insider Preview introduces the <a href="https://msdn.microsoft.com/en-us/library/windows/apps/dn894631.aspx">Universal Windows Platform (UWP)</a> which provides a guaranteed core API layer across devices. You can create a single app package that can be installed onto a wide range of devices. A single store makes it easy to publish apps across all device types - desktop, mobile, Xbox, iOT.</li>
-
-<li>In Windows 8 and 8.1, the app was loaded in the ms-appx context. In Windows 10 for Cordova, by default the app is loaded in ms-appx-web and have access to most Windows Runtime APIs. This allows you to <a href="https://msdn.microsoft.com/en-us/library/windows/apps/dn705792.aspx">host remote content</a> in your Windows Cordova app. More details on how to customize this behavior can be found <a href="http://cordova.apache.org/docs/en/edge/guide_platforms_win8_win10-support.md.html#Cordova%20for%20Windows%2010">here</a>.</li>
-
-<li>Some JavaScript libraries could not run in Windows 8/8.1 due to the safeHTML restriction and we needed to use winstore-jscompat. In Windows 10 Cordova apps, the security can be applied using <a href="http://content-security-policy.com/">Content Security Policies</a>.</li>
+  <li>Windows 10 Insider Preview introduces the <a href="https://msdn.microsoft.com/en-us/library/windows/apps/dn894631.aspx">Universal Windows Platform (UWP)</a> which provides a guaranteed core API layer across devices. You can create a single app package that can be installed onto a wide range of devices. A single store makes it easy to publish apps across all device types - desktop, mobile, Xbox, iOT.</li>
+  <li>In Windows 8 and 8.1, the app was loaded in the ms-appx  context. In Windows 10 for Cordova, by default the app is loaded in ms-appx-web  and have access to most Windows Runtime APIs. This allows you to <a href="https://msdn.microsoft.com/en-us/library/windows/apps/dn705792.aspx">host remote content</a> in your Windows Cordova app. More details on how to customize this behavior can be found <a href="http://cordova.apache.org/docs/en/edge/guide_platforms_win8_win10-support.md.html#Cordova%20for%20Windows%2010">here</a>.</li>
+  <li>Some JavaScript libraries could not run in Windows 8/8.1 due to the safeHTML restriction and we needed to use winstore-jscompat. In Windows 10 Cordova apps, the security can be applied using <a href="http://content-security-policy.com/">Content Security Policies</a>.</li>
 </ul>
 
 <h1 id="install">Install</h1>
-
 <p>You will need to update to cordova-cli 5.1.1 or higher to use this version of the Windows platform:</p>
 
 <p>To add it to an existing project:</p>
 
 <pre><code>npm install -g cordova
-cordova platform update windows</code></pre>
+cordova platform update windows
+</code></pre>
 
 <p>Alternatively, to add it to a new project:</p>
 
 <pre><code>npm install -g cordova
-cordova platform add windows</code></pre>
+cordova platform add windows
+</code></pre>
 
-<h1 id="changes_include">Changes include:</h1>
+<h1 id="changes-include">Changes include:</h1>
 <!--more-->
-<ul>
-<li><a href="https://issues.apache.org/jira/browse/CB-8954">CB-8954</a> Adds <code>requirements</code> command support to check_reqs module</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-9073">CB-9073</a> Fixes build error when path to project contains <code>&amp;</code> symbol</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8889">CB-8889</a> Persist app/package name and product ID during platform update.</li>
 
-<li>Updating appx manifest to a large extent now happens in the <code>prepare</code> step as opposed to the <code>build</code> step. This change implies that cordova-windows 4.0.0 can only work with with cordova CLI &gt; 5.0</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8486">CB-8486</a> Support for creating signed package and build.json for Windows</li>
-
-<li>Add preview support for Windows 10 Universal Apps. To target Windows 10, add <code>&lt;preference name=&quot;windows-target-version&quot; value=&quot;10.0&quot; /&gt;</code> to config.xml.</li>
-
-<li>The default windows target version is now 8.1.</li>
-
-<li>Support for <code>--appx</code> command line argument to override the windows target version</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8946">CB-8946</a>: Added the <code>WindowsToastCapable</code> preference to indicate that the app can support toasts. This is to support the Local Notifications plugin.</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8856">CB-8856</a> Fix ‘Id’ attribute is invalid when creating Windows Store submission build</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8307">CB-8307</a>: Adding a 25-year expiration temporary certificate.</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8760">CB-8760</a> platform list doesn’t show version for windows platform.</li>
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/CB-8954">CB-8954</a> Adds <code>requirements</code> command support to check_reqs module</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-9073">CB-9073</a> Fixes build error when path to project contains <code>&amp;</code> symbol</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-8889">CB-8889</a> Persist app/package name and product ID during platform update.</li>
+  <li>Updating appx manifest to a large extent now happens in the <code>prepare</code> step as opposed to the <code>build</code> step. This change implies that cordova-windows 4.0.0 can only work with with cordova CLI &gt; 5.0</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-8486">CB-8486</a> Support for creating signed package and build.json for Windows</li>
+  <li>Add preview support for Windows 10 Universal Apps. To target Windows 10, add <code>&lt;preference name="windows-target-version" value="10.0" /&gt;</code> to config.xml.</li>
+  <li>The default windows target version is now 8.1.</li>
+  <li>Support for <code>--appx</code> command line argument to override the windows target version</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-8946">CB-8946</a>: Added the <code>WindowsToastCapable</code> preference to indicate that the app can support toasts.  This is to support the Local Notifications plugin.</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-8856">CB-8856</a> Fix ‘Id’ attribute is invalid when creating Windows Store submission build</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-8307">CB-8307</a>: Adding a 25-year expiration temporary certificate.</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-8760">CB-8760</a> platform list doesn’t show version for windows platform.</li>
 </ul>
 
-<h1 id="known_issues_with_400_and_windows_10">Known Issues with 4.0.0 and Windows 10</h1>
+<h1 id="known-issues-with-400-and-windows-10">Known Issues with 4.0.0 and Windows 10</h1>
 
 <ul>
-<li>Windows 10 Insider Preview does not have a command-line compatible emulator deployment scenario. To deploy to an emulator, open your solution file in Visual Studio.</li>
-
-<li>The Windows SDK included with Visual Studio 2015 RC does not include a tool to deploy to a Windows 10 Phone. To deploy to a phone, open your solution file in Visual Studio.</li>
-
-<li>WinJS is included inline in the package. In the future, it might be migrated to an NPM dependency. WinJS UI functionality is not included and should be add by you. (see <a href="http://github.com/winjs/winjs">WinJS on Github</a>)</li>
+  <li>Windows 10 Insider Preview does not have a command-line compatible emulator deployment scenario.  To deploy to an emulator, open your solution file in Visual Studio.</li>
+  <li>The Windows SDK included with Visual Studio 2015 RC does not include a tool to deploy to a Windows 10 Phone.  To deploy to a phone, open your solution file in Visual Studio.</li>
+  <li>WinJS is included inline in the package.  In the future, it might be migrated to an NPM dependency. WinJS UI functionality is not included and should be add by you. (see <a href="http://github.com/winjs/winjs">WinJS on Github</a>)</li>
 </ul>
 
     </div>

Modified: cordova/site/public/announcements/2015/07/21/cordova-android-4.1.0.html
URL: http://svn.apache.org/viewvc/cordova/site/public/announcements/2015/07/21/cordova-android-4.1.0.html?rev=1701653&r1=1701652&r2=1701653&view=diff
==============================================================================
--- cordova/site/public/announcements/2015/07/21/cordova-android-4.1.0.html (original)
+++ cordova/site/public/announcements/2015/07/21/cordova-android-4.1.0.html Mon Sep  7 16:56:52 2015
@@ -57,8 +57,7 @@
     <div class="meta">Posted by: <a href="https://twitter.com/nikhilkh">Nikhil Khandelwal</a></div>
     <p class="meta">21 Jul 2015</p>
     <div class="post">
-    
-<p>We are happy to announce that <code>Cordova Android 4.1.0</code> has been released.</p>
+    <p>We are happy to announce that <code>Cordova Android 4.1.0</code> has been released.</p>
 
 <p>With this release, there is now support for checking system requirements for Android platform:</p>
 
@@ -68,7 +67,8 @@ Requirements check results for android:
 Java JDK: installed 1.7.0
 Android SDK: installed
 Android target: installed android-19,android-21,android-22,Google Inc.:Google APIs:19,Google Inc.:Google APIs (x86 System Image):19,Google Inc.:Google APIs:21
-Gradle: installed 1.12</code></pre>
+Gradle: installed 1.12
+</code></pre>
 
 <p>Apart from a number of bug fixes, mininumSdkTarget has also been switched to 14 from 7. The minimum supported Android OS for Cordova is now Ice Cream Sandwich.</p>
 
@@ -76,99 +76,58 @@ Gradle: installed 1.12</code></pre>
 
 <pre><code>npm install -g cordova
 cd my_project
-cordova platform update android@4.1.0</code></pre>
+cordova platform update android@4.1.0
+</code></pre>
 
 <p>To add it explicitly:</p>
 
-<pre><code>cordova platform add android@4.1.0</code></pre>
-<!--more-->
-<h2 id="whats_new_in_android_platform">What’s new in Android platform</h2>
-
-<ul>
-<li><a href="https://issues.apache.org/jira/browse/CB-9392">CB-9392</a> Fixed printing flavored versions. This closes #184.</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-9382">CB-9382</a> [Android] Fix KeepRunning setting when Plugin activity is showed. This closes #200</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-9391">CB-9391</a> Fixes cdvBuildMultipleApks option casting</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-9343">CB-9343</a> Split the Content-Type to obtain a clean mimetype</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-9255">CB-9255</a> Make getUriType case insensitive.</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-9149">CB-9149</a> Fixes JSHint issue introduced by 899daa9</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-9372">CB-9372</a>: Remove unused files: ‘main.js’ &amp; ‘master.css’. This closes #198</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-9149">CB-9149</a> Make gradle alias subprojects in order to handle libs that depend on libs. This closes #182</li>
-
-<li>Update min SDK version to 14</li>
-
-<li>Update licenses. This closes #190</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-9185">CB-9185</a> Fix signed release build exception. This closes #193.</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-9286">CB-9286</a> Fixes build failure when ANDROID_HOME is not set.</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-9284">CB-9284</a> Fix for handling absolute path for keystore in build.json</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-9260">CB-9260</a> Install Android-22 on Travis-CI</li>
-
-<li>Adding .ratignore file.</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-9119">CB-9119</a> Adding lib/retry.js for retrying promise-returning functions. Retrying ‘adb install’ in emulator.js because it sometimes hangs.</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-9115">CB-9115</a> android: Grant Lollipop permission req</li>
-
-<li>Remove extra console message</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8898">CB-8898</a> Report expected gradle location properly</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8898">CB-8898</a> Fixes gradle check failure due to missing quotes</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-9080">CB-9080</a>: -d option is not supported on Android 4.1.1 and lower, removing</li>
+<pre><code>cordova platform add android@4.1.0
+</code></pre>
 
-<li><a href="https://issues.apache.org/jira/browse/CB-8954">CB-8954</a> Adds <code>requirements</code> command support to check_reqs module</li>
-
-<li>Update JS snapshot to version 4.1.0-dev (via coho)</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8417">CB-8417</a> updated platform specific files from cordova.js repo</li>
-
-<li>Adding tests to confirm that preferences aren’t changed by Intents</li>
-
-<li>Forgot to remove the method that copied over the intent data</li>
-
-<li>Getting around to removing this old Intent code</li>
-
-<li>Update JS snapshot to version 4.1.0-dev (via coho)</li>
-
-<li>Fix CordovaPluginTest on KitKat (start-up events seem to change)</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-3360">CB-3360</a> Allow setting a custom User-Agent (close #162)</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8902">CB-8902</a> Use immersive mode when available when going fullscreen (close #175)</li>
-
-<li>Make BridgeMode methods public (they were always supposed to be)</li>
-
-<li>Simplify: EncodingUtils.getBytes(str) -&gt; str.getBytes()</li>
-
-<li>Don’t show warning when gradlew file is read-only</li>
-
-<li>Don’t show warning when prepEnv copies gradlew and it’s read-only</li>
-
-<li>Make gradle wrapper prepEnv code work even when android-sdk is read-only</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8897">CB-8897</a> Delete drawable/icon.png since it duplicates drawable-mdpi/icon.png</li>
-
-<li>Updating the template to target mininumSdkTarget=14</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8894">CB-8894</a>: Updating the template to target mininumSdkTarget=14</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8891">CB-8891</a> Add a note about when the gradle helpers were added</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8891">CB-8891</a> Add a gradle helper for retrieving config.xml preference values</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8884">CB-8884</a> Delete Eclipse tweaks from create script</li>
-</ul>
+<!--more-->
+<p>## What’s new in Android platform
+* <a href="https://issues.apache.org/jira/browse/CB-9392">CB-9392</a> Fixed printing flavored versions. This closes #184.
+* <a href="https://issues.apache.org/jira/browse/CB-9382">CB-9382</a> [Android] Fix KeepRunning setting when Plugin activity is showed. This closes #200
+* <a href="https://issues.apache.org/jira/browse/CB-9391">CB-9391</a> Fixes cdvBuildMultipleApks option casting
+* <a href="https://issues.apache.org/jira/browse/CB-9343">CB-9343</a> Split the Content-Type to obtain a clean mimetype
+* <a href="https://issues.apache.org/jira/browse/CB-9255">CB-9255</a> Make getUriType case insensitive.
+* <a href="https://issues.apache.org/jira/browse/CB-9149">CB-9149</a> Fixes JSHint issue introduced by 899daa9
+* <a href="https://issues.apache.org/jira/browse/CB-9372">CB-9372</a>: Remove unused files: ‘main.js’ &amp; ‘master.css’. This closes #198
+* <a href="https://issues.apache.org/jira/browse/CB-9149">CB-9149</a> Make gradle alias subprojects in order to handle libs that depend on libs. This closes #182
+* Update min SDK version to 14
+* Update licenses. This closes #190
+* <a href="https://issues.apache.org/jira/browse/CB-9185">CB-9185</a> Fix signed release build exception. This closes #193.
+* <a href="https://issues.apache.org/jira/browse/CB-9286">CB-9286</a> Fixes build failure when ANDROID_HOME is not set.
+* <a href="https://issues.apache.org/jira/browse/CB-9284">CB-9284</a> Fix for handling absolute path for keystore in build.json
+* <a href="https://issues.apache.org/jira/browse/CB-9260">CB-9260</a> Install Android-22 on Travis-CI
+* Adding .ratignore file.
+* <a href="https://issues.apache.org/jira/browse/CB-9119">CB-9119</a> Adding lib/retry.js for retrying promise-returning functions. Retrying ‘adb install’ in emulator.js because it sometimes hangs.
+* <a href="https://issues.apache.org/jira/browse/CB-9115">CB-9115</a> android: Grant Lollipop permission req
+* Remove extra console message
+* <a href="https://issues.apache.org/jira/browse/CB-8898">CB-8898</a> Report expected gradle location properly
+* <a href="https://issues.apache.org/jira/browse/CB-8898">CB-8898</a> Fixes gradle check failure due to missing quotes
+* <a href="https://issues.apache.org/jira/browse/CB-9080">CB-9080</a>: -d option is not supported on Android 4.1.1 and lower, removing
+* <a href="https://issues.apache.org/jira/browse/CB-8954">CB-8954</a> Adds <code>requirements</code> command support to check_reqs module
+* Update JS snapshot to version 4.1.0-dev (via coho)
+* <a href="https://issues.apache.org/jira/browse/CB-8417">CB-8417</a> updated platform specific files from cordova.js repo
+* Adding tests to confirm that preferences aren’t changed by Intents
+* Forgot to remove the method that copied over the intent data
+* Getting around to removing this old Intent code
+* Update JS snapshot to version 4.1.0-dev (via coho)
+* Fix CordovaPluginTest on KitKat (start-up events seem to change)
+* <a href="https://issues.apache.org/jira/browse/CB-3360">CB-3360</a> Allow setting a custom User-Agent (close #162)
+* <a href="https://issues.apache.org/jira/browse/CB-8902">CB-8902</a> Use immersive mode when available when going fullscreen (close #175)
+* Make BridgeMode methods public (they were always supposed to be)
+* Simplify: EncodingUtils.getBytes(str) -&gt; str.getBytes()
+* Don’t show warning when gradlew file is read-only
+* Don’t show warning when prepEnv copies gradlew and it’s read-only
+* Make gradle wrapper prepEnv code work even when android-sdk is read-only
+* <a href="https://issues.apache.org/jira/browse/CB-8897">CB-8897</a> Delete drawable/icon.png since it duplicates drawable-mdpi/icon.png
+* Updating the template to target mininumSdkTarget=14
+* <a href="https://issues.apache.org/jira/browse/CB-8894">CB-8894</a>: Updating the template to target mininumSdkTarget=14
+* <a href="https://issues.apache.org/jira/browse/CB-8891">CB-8891</a> Add a note about when the gradle helpers were added
+* <a href="https://issues.apache.org/jira/browse/CB-8891">CB-8891</a> Add a gradle helper for retrieving config.xml preference values
+* <a href="https://issues.apache.org/jira/browse/CB-8884">CB-8884</a> Delete Eclipse tweaks from create script</p>
 
     </div>
 </div>

Modified: cordova/site/public/announcements/2015/08/04/cordova-ios-3.9.0.html
URL: http://svn.apache.org/viewvc/cordova/site/public/announcements/2015/08/04/cordova-ios-3.9.0.html?rev=1701653&r1=1701652&r2=1701653&view=diff
==============================================================================
--- cordova/site/public/announcements/2015/08/04/cordova-ios-3.9.0.html (original)
+++ cordova/site/public/announcements/2015/08/04/cordova-ios-3.9.0.html Mon Sep  7 16:56:52 2015
@@ -57,12 +57,15 @@
     <div class="meta">Posted by: <a href="https://twitter.com/sgrebnov">Sergey Grebnov</a></div>
     <p class="meta">04 Aug 2015</p>
     <div class="post">
-    
-<p>We are happy to announce that <code>Cordova iOS 3.9.0</code> has been released and will be the default iOS version after next cordova-cli release.</p>
+    <p>We are happy to announce that <code>Cordova iOS 3.9.0</code> has been released and will be the
+default iOS version after next cordova-cli release.</p>
 
-<p><strong>UPDATE:</strong> To deploy to iOS devices, developers will have to update their ios-deploy dependency to the version 1.4.0 or greater. Run <code>npm install ios-deploy -g</code> to download the latest release.</p>
+<p><strong>UPDATE:</strong> To deploy to iOS devices, developers will have to update their ios-deploy
+dependency to the version 1.4.0 or greater. Run <code>npm install ios-deploy -g</code> to download
+the latest release.</p>
 
-<p>Apart from a number of bug fixes, there is now support for checking system requirements for iOS platform:</p>
+<p>Apart from a number of bug fixes, there is now support for checking system
+requirements for iOS platform:</p>
 
 <pre><code>$&gt;cordova requirements ios
 
@@ -70,62 +73,47 @@ Requirements check results for ios:
 Apple OS X: installed darwin
 Xcode: installed 6.3
 ios-deploy: installed 1.7.0
-ios-sim: installed 4.1.1</code></pre>
+ios-sim: installed 4.1.1
+</code></pre>
 
-<p>and support for <a href="
-http://cordova.apache.org/docs/en/edge/guide_platforms_ios_tools.md.html#signing-the-app">Signing the App for iOS platform</a>:</p>
+<p>and support for <a href="http://cordova.apache.org/docs/en/edge/guide_platforms_ios_tools.md.html#signing-the-app">Signing the App for iOS platform</a>:</p>
 
-<pre><code>$&gt;/path/to/my/project/cordova/build --codeSignIdentitiy=&quot;iPhone Distribtion&quot; --provisioningProfile=&quot;926c2bd6-8de9-4c2f-8407-1016d2d12954&quot;</code></pre>
+<pre><code>$&gt;/path/to/my/project/cordova/build --codeSignIdentitiy="iPhone Distribtion" --provisioningProfile="926c2bd6-8de9-4c2f-8407-1016d2d12954"
+</code></pre>
 
 <p>To upgrade:</p>
 
 <pre><code>npm install -g cordova
 cd my_project
-cordova platform update ios@3.9.0</code></pre>
+cordova platform update ios@3.9.0
+</code></pre>
 
 <p>To add it explicitly:</p>
 
-<pre><code>cordova platform add ios@3.9.0 --save</code></pre>
+<pre><code>cordova platform add ios@3.9.0 --save
+</code></pre>
 
 <p>For non-CLI projects or for pre-3.0 projects, refer to the <a href="http://cordova.apache.org/docs/en/edge/guide_platforms_index.md.html">upgrade guides</a>.</p>
-<!--more-->
-<h2 id="whats_new_in_ios_platform">What’s new in iOS platform</h2>
-
-<ul>
-<li><a href="https://issues.apache.org/jira/browse/CB-8586">CB-8586</a> Update ios-deploy minimum version to 1.4.0</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8485">CB-8485</a> Support for signed archive for iOS</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8197">CB-8197</a> Switch to nodejs for ios platform scripts</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-7747">CB-7747</a> Update project template with new whitelist settings</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8954">CB-8954</a> Adds <code>requirements</code> command support to check_reqs module</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8907">CB-8907</a> Cordova ios emulate –list it shows duplicates when ios simulators are present for 7.x and 8.x</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-9013">CB-9013</a> Fix listing of multiple devices in list-devices for iOS</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-3360">CB-3360</a> Set custom User-Agent</li>
 
-<li><a href="https://issues.apache.org/jira/browse/CB-8710">CB-8710</a> Cordova-ios jasmine tests do not clean up build products, tests can only be run once</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8785">CB-8785</a> Add try/catch for evalJS</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8948">CB-8948</a> Clipboard fix for iOS Safari copy</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8855">CB-8855</a> Fix display ios devices with –list</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8295">CB-8295</a> Update app template with fix to CSP string</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8965">CB-8965</a> Copy cordova-js-src directory to platform folder during create</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-9273">CB-9273</a> “Copy www build phase” node is not found</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-9088">CB-9088</a> Sms urls won’t open in iframe</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8621">CB-8621</a> Fix Q require in list-devices (Q -&gt; q)</li>
-</ul>
+<!--more-->
+<p>## What’s new in iOS platform
+* <a href="https://issues.apache.org/jira/browse/CB-8586">CB-8586</a> Update ios-deploy minimum version to 1.4.0
+* <a href="https://issues.apache.org/jira/browse/CB-8485">CB-8485</a> Support for signed archive for iOS
+* <a href="https://issues.apache.org/jira/browse/CB-8197">CB-8197</a> Switch to nodejs for ios platform scripts
+* <a href="https://issues.apache.org/jira/browse/CB-7747">CB-7747</a> Update project template with new whitelist settings
+* <a href="https://issues.apache.org/jira/browse/CB-8954">CB-8954</a> Adds <code>requirements</code> command support to check_reqs module
+* <a href="https://issues.apache.org/jira/browse/CB-8907">CB-8907</a> Cordova ios emulate –list it shows duplicates when ios simulators are present for 7.x and 8.x
+* <a href="https://issues.apache.org/jira/browse/CB-9013">CB-9013</a> Fix listing of multiple devices in list-devices for iOS
+* <a href="https://issues.apache.org/jira/browse/CB-3360">CB-3360</a> Set custom User-Agent
+* <a href="https://issues.apache.org/jira/browse/CB-8710">CB-8710</a> Cordova-ios jasmine tests do not clean up build products, tests can only be run once
+* <a href="https://issues.apache.org/jira/browse/CB-8785">CB-8785</a> Add try/catch for evalJS
+* <a href="https://issues.apache.org/jira/browse/CB-8948">CB-8948</a> Clipboard fix for iOS Safari copy
+* <a href="https://issues.apache.org/jira/browse/CB-8855">CB-8855</a> Fix display ios devices with –list
+* <a href="https://issues.apache.org/jira/browse/CB-8295">CB-8295</a> Update app template with fix to CSP string
+* <a href="https://issues.apache.org/jira/browse/CB-8965">CB-8965</a> Copy cordova-js-src directory to platform folder during create
+* <a href="https://issues.apache.org/jira/browse/CB-9273">CB-9273</a> “Copy www build phase” node is not found
+* <a href="https://issues.apache.org/jira/browse/CB-9088">CB-9088</a> Sms urls won’t open in iframe
+* <a href="https://issues.apache.org/jira/browse/CB-8621">CB-8621</a> Fix Q require in list-devices (Q -&gt; q)</p>
 
     </div>
 </div>

Modified: cordova/site/public/announcements/2015/08/18/cordova-windows-4.1.0.html
URL: http://svn.apache.org/viewvc/cordova/site/public/announcements/2015/08/18/cordova-windows-4.1.0.html?rev=1701653&r1=1701652&r2=1701653&view=diff
==============================================================================
--- cordova/site/public/announcements/2015/08/18/cordova-windows-4.1.0.html (original)
+++ cordova/site/public/announcements/2015/08/18/cordova-windows-4.1.0.html Mon Sep  7 16:56:52 2015
@@ -57,87 +57,65 @@
     <div class="meta">Posted by: <a href="https://twitter.com/robpaveza">Rob Paveza</a></div>
     <p class="meta">18 Aug 2015</p>
     <div class="post">
-    
-<p>We are happy to announce that <code>Cordova Windows 4.1.0</code> has been released and will be the default Windows version after next <code>cordova-cli</code> release.</p>
+    <p>We are happy to announce that <code>Cordova Windows 4.1.0</code> has been released and will be the
+default Windows version after next <code>cordova-cli</code> release.</p>
 
-<p>This release aligns with the RTM release of Windows 10, and supports the web platform enhancements that it included, such as hosted apps and a new version of WinJS. It also supports the new .NET Native compilation model for Cordova plugins which include a native or .NET component.</p>
+<p>This release aligns with the RTM release of Windows 10, and supports the web platform enhancements that it included, such as hosted apps and a new version of WinJS.  It also supports the new .NET Native compilation model for Cordova plugins which include a native or .NET component.</p>
 
 <p>There are also a number of bug fixes, including platform dependency problems and the ability to perform a <code>cordova prepare</code> for Windows while on a Mac.</p>
 
-<p>Finally, user-configurable packaging parameters are now fully baked, so that Windows code signing requirements don’t overwrite code signing requirements for other platforms. Use the <code>windows-packageVersion</code> attribute of <code>&lt;widget&gt;</code> in config.xml to specify an independent version for Windows Store submission, and to incorporate the name of the application which is assigned by the Windows Store, set the <code>&lt;preference&gt;</code> named <code>WindowsStoreIdentityName</code>.</p>
+<p>Finally, user-configurable packaging parameters are now fully baked, so that Windows code signing requirements don’t overwrite code signing requirements for other platforms.  Use the <code>windows-packageVersion</code> attribute of <code>&lt;widget&gt;</code> in config.xml to specify an independent version for Windows Store submission, and to incorporate the name of the application which is assigned by the Windows Store, set the <code>&lt;preference&gt;</code> named <code>WindowsStoreIdentityName</code>.</p>
 
 <p>Now there is support to see console.log messages and exceptions from your app in the console. This can be useful for quick diagnostics. In an admin command prompt, you can run:</p>
 
-<pre><code>platforms\windows\cordova\log</code></pre>
+<pre><code>platforms\windows\cordova\log
+</code></pre>
 
 <p>To upgrade:</p>
 
 <pre><code>npm install -g cordova
 cd my_project
-cordova platform update windows@4.1.0</code></pre>
+cordova platform update windows@4.1.0
+</code></pre>
 
 <p>To add it explicitly:</p>
 
-<pre><code>cordova platform add windows@4.1.0 --save</code></pre>
+<pre><code>cordova platform add windows@4.1.0 --save
+</code></pre>
 
 <p>For non-CLI projects or for pre-3.0 projects, refer to the <a href="http://cordova.apache.org/docs/en/edge/guide_platforms_index.md.html">upgrade guides</a>.</p>
-<!--more-->
-<h2 id="whats_new_in_the_windows_platform">What’s new in the Windows platform</h2>
-
-<ul>
-<li><a href="https://issues.apache.org/jira/browse/CB-9499">CB-9499</a>: Run failure targeting x64 with an x86 version of Node</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8936">CB-8936</a>: Logs: Stability and formatting improvements</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8936">CB-8936</a>: Windows logs: Improvements</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-9482">CB-9482</a>: Mobile deployment failure</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-9482">CB-9482</a>: Mobile emulator deployment failure</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8936">CB-8936</a>: Added logging functionality</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-9458">CB-9458</a>: Updated the baseline version of Universal Windows to 10240.</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-9456">CB-9456</a>: Fixed windows app crash on startup</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-9450">CB-9450</a>: <code>WindowsStoreIdentityName</code> preference for Store publishing</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-9455">CB-9455</a>: Fixed requirements check failure</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8965">CB-8965</a>: Wait for project creation before adding to it.</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-8965">CB-8965</a>: Copy cordova-js-src directory to platform folder during create</li>
 
-<li><a href="https://issues.apache.org/jira/browse/CB-9359">CB-9359</a>: Adds support for .appxbundle creation</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-9410">CB-9410</a>: Added preferences for Windows Store ingestion.</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-9408">CB-9408</a>: Added a <code>windows-packageVersion</code> attribute to the <code>&lt;widget&gt;</code> element</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-9283">CB-9283</a>: Add support for Windows 10 WinAppDeployCmd for deployment to remote devices.</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-9239">CB-9239</a>: Fixes issue with windows prepare on posix platforms.</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-9235">CB-9235</a>: Adds more checks based on the windows-target-version</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-9159">CB-9159</a>: Fix WP8.1 deploy when ‘window-target-version’ is 10.0.</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-9335">CB-9335</a>: Windows quality-of-life improvements.</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-9271">CB-9271</a>: Removed the unnecessary device capabilities from the Windows 10 app manifest.</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-9252">CB-9252</a>: Migrate WinJS to an NPM dependency</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-9164">CB-9164</a>: Better error message when deploying to Windows10 phone emulator</li>
-
-<li><a href="https://issues.apache.org/jira/browse/CB-9097">CB-9097</a>: fail with a more descriptive error if run as admin</li>
-</ul>
+<!--more-->
+<p>## What’s new in the Windows platform
+* <a href="https://issues.apache.org/jira/browse/CB-9499">CB-9499</a>: Run failure targeting x64 with an x86 version of Node
+* <a href="https://issues.apache.org/jira/browse/CB-8936">CB-8936</a>: Logs: Stability and formatting improvements
+* <a href="https://issues.apache.org/jira/browse/CB-8936">CB-8936</a>: Windows logs: Improvements
+* <a href="https://issues.apache.org/jira/browse/CB-9482">CB-9482</a>: Mobile deployment failure 
+* <a href="https://issues.apache.org/jira/browse/CB-9482">CB-9482</a>: Mobile emulator deployment failure
+* <a href="https://issues.apache.org/jira/browse/CB-8936">CB-8936</a>: Added logging functionality
+* <a href="https://issues.apache.org/jira/browse/CB-9458">CB-9458</a>: Updated the baseline version of Universal Windows to 10240.
+* <a href="https://issues.apache.org/jira/browse/CB-9456">CB-9456</a>: Fixed windows app crash on startup
+* <a href="https://issues.apache.org/jira/browse/CB-9450">CB-9450</a>: <code>WindowsStoreIdentityName</code> preference for Store publishing
+* <a href="https://issues.apache.org/jira/browse/CB-9455">CB-9455</a>: Fixed requirements check failure
+* <a href="https://issues.apache.org/jira/browse/CB-8965">CB-8965</a>: Wait for project creation before adding to it.
+* <a href="https://issues.apache.org/jira/browse/CB-8965">CB-8965</a>: Copy cordova-js-src directory to platform folder during create
+* <a href="https://issues.apache.org/jira/browse/CB-9359">CB-9359</a>: Adds support for .appxbundle creation
+* <a href="https://issues.apache.org/jira/browse/CB-9410">CB-9410</a>: Added preferences for Windows Store ingestion.
+* <a href="https://issues.apache.org/jira/browse/CB-9408">CB-9408</a>: Added a <code>windows-packageVersion</code> attribute to the <code>&lt;widget&gt;</code> element 
+* <a href="https://issues.apache.org/jira/browse/CB-9283">CB-9283</a>: Add support for Windows 10 WinAppDeployCmd for deployment to remote devices.
+* <a href="https://issues.apache.org/jira/browse/CB-9239">CB-9239</a>: Fixes issue with windows prepare on posix platforms.
+* <a href="https://issues.apache.org/jira/browse/CB-9235">CB-9235</a>: Adds more checks based on the windows-target-version
+* <a href="https://issues.apache.org/jira/browse/CB-9159">CB-9159</a>: Fix WP8.1 deploy when ‘window-target-version’ is 10.0.
+* <a href="https://issues.apache.org/jira/browse/CB-9335">CB-9335</a>: Windows quality-of-life improvements.<br />
+* <a href="https://issues.apache.org/jira/browse/CB-9271">CB-9271</a>: Removed the unnecessary device capabilities from the Windows 10 app manifest. 
+* <a href="https://issues.apache.org/jira/browse/CB-9252">CB-9252</a>: Migrate WinJS to an NPM dependency
+* <a href="https://issues.apache.org/jira/browse/CB-9164">CB-9164</a>: Better error message when deploying to Windows10 phone emulator
+* <a href="https://issues.apache.org/jira/browse/CB-9097">CB-9097</a>: fail with a more descriptive error if run as admin</p>
 
 <p><strong>Known Issues with 4.1.0 and Windows 10</strong></p>
 
 <ul>
-<li>The Windows 10 SDK includes a tool which can deploy to Windows 10 Phone, but not to a Windows 10 Phone Emulator. To deploy to an emulator, open your solution file in Visual Studio.</li>
+  <li>The Windows 10 SDK includes a tool which can deploy to Windows 10 Phone, but not to a Windows 10 Phone Emulator.  To deploy to an emulator, open your solution file in Visual Studio.</li>
 </ul>
 
     </div>

Added: cordova/site/public/announcements/2015/09/05/cordova-blackberry-3.8.0.html
URL: http://svn.apache.org/viewvc/cordova/site/public/announcements/2015/09/05/cordova-blackberry-3.8.0.html?rev=1701653&view=auto
==============================================================================
--- cordova/site/public/announcements/2015/09/05/cordova-blackberry-3.8.0.html (added)
+++ cordova/site/public/announcements/2015/09/05/cordova-blackberry-3.8.0.html Mon Sep  7 16:56:52 2015
@@ -0,0 +1,184 @@
+<!DOCTYPE html>
+<html>
+<head>
+    <link rel="SHORTCUT ICON" href="//cordova.apache.org/favicon.ico"/>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+    <meta name = "format-detection" content = "telephone=no">
+    <meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width" />
+    <!-- Original Jekyll
+    <meta name="viewport" content="width=device-width">
+    -->
+    <title>Apache Cordova BlackBerry 3.8.0</title>
+    <!-- syntax highlighting CSS -->
+    <link rel="stylesheet" href="//cordova.apache.org/css/syntax.css">
+    <!-- Custom CSS -->
+    <link rel="stylesheet" href="//cordova.apache.org/css/main.css">
+
+    <!-- Cordova CSS -->
+    <link rel="stylesheet" type="text/css" href="//cordova.apache.org/css/master.css">
+    <script src="//cordova.apache.org/js/smooth.pack.js" type="text/javascript"></script>
+</head>
+
+<body>
+    <a class="scroll-point pt-top" name="top">
+</a>
+<div id="header">
+    <div class="wrap">
+        <a class="logo" href="//cordova.apache.org/#top"></a>
+        <div class="menu">
+            <a href="//cordova.apache.org/#about">About</a>
+            <a href="//cordova.apache.org/#news">News</a>
+            <a href="http://cordova.apache.org/docs/en/5.0.0/">Documentation</a>
+            <a href="http://plugins.cordova.io/">Plugins</a>
+            <a href="//cordova.apache.org/#links">Quick Links</a>
+            <a href="//cordova.apache.org/#contribute">Contribute</a>
+            <a href="//cordova.apache.org/#mailing-list">Mailing List</a>
+        </div>
+        <form class="menu-dropdown">
+            <select onchange="location = this.options[this.selectedIndex].value;">
+                <option value="//cordova.apache.org/#about">About</option>
+                <option value="//cordova.apache.org/#news">News</option>
+                <option value="http://cordova.apache.org/docs/en/5.0.0/">Documentation</option>
+                <option value="http://plugins.cordova.io/">Plugins</option>
+                <option value="//cordova.apache.org/#links">Quick Links</option>
+                <option value="//cordova.apache.org/#contribute">Contribute</option>
+                <option value="//cordova.apache.org/#mailing-list">Mailing List</option>
+            </select>
+        </form>
+    </div>
+    <div class="shadow"></div>
+</div> <!-- /header -->
+<div class="header-placeholder"></div>
+
+    <div class="site">
+    <h2>Apache Cordova BlackBerry 3.8.0</h2>
+    <div class="meta">Posted by: <a href="https://twitter.com/bryanhiggins">Bryan Higgins</a></div>
+    <p class="meta">05 Sep 2015</p>
+    <div class="post">
+    <p>We are happy to announce that <code>Cordova BlackBerry 3.8.0</code> has been released and will be the
+default BlackBerry version after next <code>cordova-cli</code> release.</p>
+
+<p>This release adds support for adding blackberry10 platform on any workstation OS, adds subdomain whitelisting and includes several bug fixes.</p>
+
+<p>To upgrade:</p>
+
+<pre><code>npm install -g cordova
+cd my_project
+cordova platform update blackberry@3.8.0
+</code></pre>
+
+<p>To add it explicitly:</p>
+
+<pre><code>cordova platform add blackberry@3.8.0 --save
+</code></pre>
+
+<p>For non-CLI projects or for pre-3.0 projects, refer to the <a href="http://cordova.apache.org/docs/en/edge/guide_platforms_index.md.html">upgrade guides</a>.</p>
+
+<!--more-->
+
+<h2 id="whats-new-in-the-blackberry-platform">What’s new in the BlackBerry platform</h2>
+<ul>
+  <li><a href="https://issues.apache.org/jira/browse/CB-8306">CB-8306</a> Fix parseUri to handle http://foo/bar?a@b.com&amp;whatever</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-7807">CB-7807</a> Add BlackBerry10 platform to a project on any workstation OS</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-8417">CB-8417</a> moved platform specific js into platform</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-8417">CB-8417</a> renamed platform_modules into cordova-js-src</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-8899">CB-8899</a> stick to grunt-jasmine-node@0.2.1</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-9072">CB-9072</a> Fix exception logging in packager.js</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-9010">CB-9010</a> Adds check_reqs implementation</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-8941">CB-8941</a> Adds support for subdomain whitelisting</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-6768">CB-6768</a> Handle icons outside of www/.</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-9009">CB-9009</a> include http://localhost:8472 in Content-Security-Policy header</li>
+  <li><a href="https://issues.apache.org/jira/browse/CB-6768">CB-6768</a> Default Icon is now copied into platform_www.</li>
+</ul>
+
+    </div>
+</div>
+
+    <a class="scroll-point" name="links"></a>
+<hr/>
+
+<div class="wrap quick-links-pane">
+    <h2 class="icon icon-quick-links">Quick Links</h2>
+    <br/>
+    <ul class="quick-links-header">
+        <li>General</li>
+        <li>Development</li>
+        <li class="last">Apache Software Foundation</li>
+    </ul>
+    <div class="clear"></div>
+</div>
+
+<div class="grid">
+    <div class="wrap">
+        <div class="list-container">
+            <ul class="list quick-links">
+                <li class="corner"></li>
+                <li><a href="//cordova.apache.org/index.html#about">About Cordova<span></span></a></li>
+
+                
+                <li><a href="http://projects.apache.org/projects/cordova.html">Apache Project Page<span></span></a></li>
+                
+                <li><a href="http://www.apache.org/licenses/LICENSE-2.0">License<span></span></a></li>
+                
+
+                <li><a href="//cordova.apache.org/artwork.html">Artwork<span></span></a></li>
+            </ul>
+
+            <ul class="list quick-links">
+                <li class="corner"></li>
+                <li><a href="//cordova.apache.org/index.html#download">Download<span></span></a></li>
+                <li><a href="http://cordova.apache.org/docs/en/5.0.0/">Documentation<span></span></a></li>
+
+                
+                <li><a href="https://git-wip-us.apache.org/repos/asf">Source Code<span></span></a></li>
+                
+                <li><a href="https://issues.apache.org/jira/browse/CB">Issue Tracker<span></span></a></li>
+                
+                <li><a href="http://wiki.apache.org/cordova/">Wiki<span></span></a></li>
+                
+
+                <li><a href="//cordova.apache.org/index.html#mailing-list">Mailing List<span></span></a></li>
+
+                <li><a href="http://stackoverflow.com/tags/cordova">Support<span></span></a></li>
+            </ul>
+
+            <ul class="list quick-links last">
+                <li class="corner"></li>
+                
+                <li><a href="http://www.apache.org/">About ASF<span></span></a></li>
+                
+                <li><a href="http://www.apache.org/foundation/thanks.html">Thanks<span></span></a></li>
+                
+                <li><a href="http://www.apache.org/foundation/sponsorship.html">Become a Sponsor<span></span></a></li>
+                
+                <li><a href="http://www.apache.org/security/">Security<span></span></a></li>
+                
+            </ul>
+
+            <div class="clear"></div>
+        </div>
+    </div>
+</div>
+
+    <hr/>
+<div id="footer">
+    <p>Copyright © 2012, 2013 The Apache Software Foundation, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br/>
+    Apache and the Apache feather logos are <a href="http://www.apache.org/foundation/marks/list/">trademarks</a> of The Apache Software Foundation.
+    </p>
+    <a class="closing" href="#top"></a>
+</div>
+
+    <script>
+    (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+    (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+    m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+    })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+    ga('create', 'UA-64283057-3', 'auto');
+    ga('send', 'pageview');
+</script>
+
+</body>
+</html>

Modified: cordova/site/public/announcements/releases/2013/11/13/cordova-320rc1.html
URL: http://svn.apache.org/viewvc/cordova/site/public/announcements/releases/2013/11/13/cordova-320rc1.html?rev=1701653&r1=1701652&r2=1701653&view=diff
==============================================================================
--- cordova/site/public/announcements/releases/2013/11/13/cordova-320rc1.html (original)
+++ cordova/site/public/announcements/releases/2013/11/13/cordova-320rc1.html Mon Sep  7 16:56:52 2015
@@ -57,21 +57,24 @@
     <div class="meta">Posted by: <a href="https://twitter.com/stevesgill">Steve Gill</a></div>
     <p class="meta">13 Nov 2013</p>
     <div class="post">
-    
-<p>The <a href="http://cordova.apache.org/">Apache Cordova</a> team has just released the first release candidate for Cordova 3.2.0! Barring no hiccups, we will be aiming to release the final version later this week. Now we ask you, our community, to please download and help us test! We want this to be the most solid release yet!</p>
+    <p>The <a href="http://cordova.apache.org/">Apache Cordova</a> team has just released the first release candidate for Cordova 3.2.0! Barring no hiccups, we will be aiming to release the final version later this week. 
+Now we ask you, our community, to please download and help us test! We want this to be the most solid release yet!</p>
 
 <p>Installing cordova for the first time:</p>
 
-<pre><code>npm install -g cordova@3.2.0-rc.1</code></pre>
+<pre><code>npm install -g cordova@3.2.0-rc.1
+</code></pre>
 
 <p>Updating your current version of cordova:</p>
 
-<pre><code>npm update -g cordova@3.2.0-rc.1</code></pre>
+<pre><code>npm update -g cordova@3.2.0-rc.1
+</code></pre>
 
 <p>Example of updating your current cordova android project to the latest version:</p>
 
 <pre><code>cd cordovaApp
-cordova platform update android</code></pre>
+cordova platform update android
+</code></pre>
 
 <p>Issues can be reported at <a href="https://issues.apache.org/jira/browse/CB">https://issues.apache.org/jira/browse/CB</a></p>
 

Modified: cordova/site/public/announcements/releases/2013/12/06/cordova-330rc1.html
URL: http://svn.apache.org/viewvc/cordova/site/public/announcements/releases/2013/12/06/cordova-330rc1.html?rev=1701653&r1=1701652&r2=1701653&view=diff
==============================================================================
--- cordova/site/public/announcements/releases/2013/12/06/cordova-330rc1.html (original)
+++ cordova/site/public/announcements/releases/2013/12/06/cordova-330rc1.html Mon Sep  7 16:56:52 2015
@@ -57,23 +57,25 @@
     <div class="meta">Posted by: <a href="https://twitter.com/stevesgill">Steve Gill</a></div>
     <p class="meta">06 Dec 2013</p>
     <div class="post">
-    
-<p>The <a href="http://cordova.apache.org/">Apache Cordova</a> team has just released the first release candidate for Cordova 3.3.0! We will be aiming to release the final version near the end of next week! Just in time for some holiday hacking!</p>
+    <p>The <a href="http://cordova.apache.org/">Apache Cordova</a> team has just released the first release candidate for Cordova 3.3.0! We will be aiming to release the final version near the end of next week! Just in time for some holiday hacking!</p>
 
 <p>Now we ask you, our community, to please download and help us test!</p>
 
 <p>Installing cordova for the first time:</p>
 
-<pre><code>npm install -g cordova@3.3.0-rc.1</code></pre>
+<pre><code>npm install -g cordova@3.3.0-rc.1
+</code></pre>
 
 <p>Updating your current version of cordova:</p>
 
-<pre><code>npm update -g cordova@3.3.0-rc.1</code></pre>
+<pre><code>npm update -g cordova@3.3.0-rc.1
+</code></pre>
 
 <p>Example of updating your current cordova android project to the latest version:</p>
 
 <pre><code>cd cordovaApp
-cordova platform update android</code></pre>
+cordova platform update android
+</code></pre>
 
 <p>Issues can be reported at <a href="https://issues.apache.org/jira/browse/CB">https://issues.apache.org/jira/browse/CB</a></p>
 

Modified: cordova/site/public/blog/2013/07/11/cordova-has-a-blog.html
URL: http://svn.apache.org/viewvc/cordova/site/public/blog/2013/07/11/cordova-has-a-blog.html?rev=1701653&r1=1701652&r2=1701653&view=diff
==============================================================================
--- cordova/site/public/blog/2013/07/11/cordova-has-a-blog.html (original)
+++ cordova/site/public/blog/2013/07/11/cordova-has-a-blog.html Mon Sep  7 16:56:52 2015
@@ -57,8 +57,11 @@
     <div class="meta">Posted by: <a href="https://twitter.com/csantanapr">Carlos Santana</a></div>
     <p class="meta">11 Jul 2013</p>
     <div class="post">
-    
-<p>Cordova now has a Blog! Look here to stay up-to-date with what’s happening with the project. There is a major release <a href="https://issues.apache.org/jira/browse/CB/fixforversion/12322491">3.0</a> just around the corner (July 19, 2013), and we are really excited about it! <!--more--> Be sure to <a href="//cordova.apache.org/rss.xml">subscribe</a> using RSS</p>
+    <p>Cordova now has a Blog! Look here to stay up-to-date with what’s happening with the project.
+There is a major release <a href="https://issues.apache.org/jira/browse/CB/fixforversion/12322491">3.0</a>
+just around the corner (July 19, 2013), and we are really excited about it!
+<!--more-->
+Be sure to <a href="//cordova.apache.org/rss.xml">subscribe</a> using RSS</p>
 
     </div>
 </div>

Modified: cordova/site/public/blog/2013/08/12/crowdintranslation.html
URL: http://svn.apache.org/viewvc/cordova/site/public/blog/2013/08/12/crowdintranslation.html?rev=1701653&r1=1701652&r2=1701653&view=diff
==============================================================================
--- cordova/site/public/blog/2013/08/12/crowdintranslation.html (original)
+++ cordova/site/public/blog/2013/08/12/crowdintranslation.html Mon Sep  7 16:56:52 2015
@@ -57,12 +57,18 @@
     <div class="meta">Posted by: <a href="https://twitter.com/IBMLisa">Lisa Seacat DeLuca</a></div>
     <p class="meta">12 Aug 2013</p>
     <div class="post">
-    
-<p>Apache Cordova is going global! Apache Cordova is already being used by developers all over the world and now, we are proud to announce, the Apache Cordova documentation will be translated into a number of languages. But we need your help! With the support of <a href='http://crowdin.net/project/cordova'>Crowdin</a>, a translation and localization management platform, translators can login to the easy-to-use tooling and provide as much or as little translation assistance as they would like. If you know another language please support Cordova and contribute. <!--more--></p>
+    <p>Apache Cordova is going global!  Apache Cordova is already being used by
+developers all over the world and now, we are proud to announce, the Apache
+Cordova documentation will be translated into a number of languages.  But we
+need your help!  With the support of <a href="http://crowdin.net/project/cordova">Crowdin</a>, a translation and
+localization management platform, translators can login to the easy-to-use
+tooling and provide as much or as little translation assistance as they would
+like.  If you know another language please support Cordova and contribute.
+<!--more--></p>
 
-<p><a href='http://crowdin.net/project/cordova'>http://crowdin.net/project/cordova</a></p>
+<p><a href="http://crowdin.net/project/cordova">http://crowdin.net/project/cordova</a></p>
 
-<p>Email <a href='mailto:ldeluca@apache.org'>ldeluca@apache.org</a> for more information.</p>
+<p>Email <a href="mailto:ldeluca@apache.org">ldeluca@apache.org</a> for more information.</p>
 
     </div>
 </div>

Modified: cordova/site/public/blog/2014/11/18/cordova-perf.html
URL: http://svn.apache.org/viewvc/cordova/site/public/blog/2014/11/18/cordova-perf.html?rev=1701653&r1=1701652&r2=1701653&view=diff
==============================================================================
--- cordova/site/public/blog/2014/11/18/cordova-perf.html (original)
+++ cordova/site/public/blog/2014/11/18/cordova-perf.html Mon Sep  7 16:56:52 2015
@@ -57,84 +57,117 @@
     <div class="meta">Posted by: <a href="https://twitter.com/nparashuram">Parashuram</a></div>
     <p class="meta">18 Nov 2014</p>
     <div class="post">
-    
-<p>While developing mobile apps with Cordova, performance is a common concern many developers have. Though recent WebView improvements have made smooth experiences easy to achieve, it is always important to watch out for code in our apps that may make the app <a href="http://jankfree.org">janky</a>.</p>
-
-<h1 id="measuring_performance">Measuring Performance</h1>
-
-<p>The latest versions of <strong>Android</strong> and <strong>iOS</strong> <em>WebView</em>s can connect to and leverage developer tools in browsers for profiling rendering performance of apps. Developer tools provide insights into details like frames rates, repaints, layouts, etc.</p>
+    <p>While developing mobile apps with Cordova,
+performance is a common concern many developers have.
+Though recent WebView improvements have made smooth experiences easy to achieve,
+it is always important to watch out for code in our apps that may make the app <a href="http://jankfree.org">janky</a>.</p>
+
+<h1 id="measuring-performance">Measuring Performance</h1>
+<p>The latest versions of <strong>Android</strong> and <strong>iOS</strong> <em>WebView</em>s can connect to and leverage developer tools in browsers for profiling rendering performance of apps.
+Developer tools provide insights into details like frames rates, repaints, layouts, etc.</p>
 
 <p><img src="http://i.imgur.com/zR2f1.gif" alt="Chrome Developer tools - profiling" /></p>
 
-<p>Articles (like <a href="http://aerotwist.com/blog/my-performance-audit-workflow/">my performance audit workflow</a> and <a href="http://calendar.perfplanet.com/2013/the-runtime-performance-checklist/">the runtime performance checklist</a>) articulate the typical workflow for auditing performance of webpages. Similar principles can be applied to apps too. <!--more--></p>
-
-<h1 id="automating_performance_measurements">Automating Performance measurements</h1>
-
-<p>With rapid development and release cycles of apps, it becomes hard to do regular performance audits. Automating the process with tools would ensure that we have a handle on the performance of the app.</p>
-
-<p><a href="http://npmjs.org/package/browser-perf">browser-perf</a> is a <strong>NodeJS</strong> based tool picks up data from browser developer tools and converts them to key performance indicators. It is based on <strong>Chromium</strong>‘s performance test suite, <a href="http://www.chromium.org/developers/telemetry">telemetry</a>, and supports <strong>iOS</strong> and <strong>Android</strong> based <strong>Cordova</strong> apps. All metrics are recorded while mimicking typical user interactions.</p>
-
-<h2 id="testing_ios_apps">Testing iOS Apps</h2>
-
-<p>To start testing your <strong>Cordova</strong> app for <strong>iOS</strong>, you would need to <code>npm install appnium</code> (<a href="http://appium.io/">Appium</a>) and <a href="http://appium.io/getting-started.html?lang=en">set it up</a>. <strong>Appium</strong> is a tool to automate your app and emulate user interactions like clicking buttons or typing in the app. Ensure that the app is built at least once and that the emulator is running.</p>
+<p>Articles (like
+<a href="http://aerotwist.com/blog/my-performance-audit-workflow/">my performance audit workflow</a>
+and
+<a href="http://calendar.perfplanet.com/2013/the-runtime-performance-checklist/">the runtime performance checklist</a>)
+articulate the typical workflow for auditing performance of webpages.
+Similar principles can be applied to apps too.
+<!--more-->
+# Automating Performance measurements
+With rapid development and release cycles of apps,
+it becomes hard to do regular performance audits.
+Automating the process with tools would ensure that we have a handle on the performance of the app.</p>
+
+<p><a href="http://npmjs.org/package/browser-perf">browser-perf</a> is a <strong>NodeJS</strong> based tool picks up data from browser developer tools and converts them to key performance indicators.
+It is based on <strong>Chromium</strong>’s performance test suite,
+<a href="http://www.chromium.org/developers/telemetry">telemetry</a>,
+and supports <strong>iOS</strong> and <strong>Android</strong> based <strong>Cordova</strong> apps.
+All metrics are recorded while mimicking typical user interactions.</p>
+
+<h2 id="testing-ios-apps">Testing iOS Apps</h2>
+<p>To start testing your <strong>Cordova</strong> app for <strong>iOS</strong>,
+you would need to <code>npm install appnium</code>
+(<a href="http://appium.io/">Appium</a>) and <a href="http://appium.io/getting-started.html?lang=en">set it up</a>.
+<strong>Appium</strong> is a tool to automate your app and emulate user interactions like clicking buttons or typing in the app.
+Ensure that the app is built at least once and that the emulator is running.</p>
+
+<p>You can then use the following <strong>NodeJS</strong> snippet to run a simple test.
+In the example,
+a value is typed entered into a text box,
+and a button is clicked.</p>
 
-<p>You can then use the following <strong>NodeJS</strong> snippet to run a simple test. In the example, a value is typed entered into a text box, and a button is clicked.</p>
-
-<pre><code>var browserPerf = require(&#39;browser-perf&#39;);
+<pre><code>var browserPerf = require('browser-perf');
 browserPerf(undefined, function(err, res) {
     if (err) {
-        console.log(&#39;An error occured&#39;);
+        console.log('An error occured');
     } else {
-        console.log(&#39;Result is &#39;, res);
+        console.log('Result is ', res);
     }
 }, {
-    selenium: &quot;http://localhost:4723/wd/hub&quot;,
+    selenium: "http://localhost:4723/wd/hub",
     browsers: [{
-        platformName: &quot;iOS&quot;,
-        platformVersion: &quot;8.0&quot;,
-        deviceName: &quot;iPhone Simulator&quot;,
-        app: &quot;~/cordovaapp/platforms/ios/build/emulator/HelloCordova.app&quot;,
-        bundleId: &quot;io.cordova.hellocordova&quot;,
+        platformName: "iOS",
+        platformVersion: "8.0",
+        deviceName: "iPhone Simulator",
+        app: "~/cordovaapp/platforms/ios/build/emulator/HelloCordova.app",
+        bundleId: "io.cordova.hellocordova",
         autoWebview: true
     }],
     log: console.log.bind(console),
     actions: [
         function(browser) {
-            return browser.elementById(&#39;count&#39;).then(function(el) {
+            return browser.elementById('count').then(function(el) {
                 el.type(1000);
             }).then(function() {
-                return browser.elementById(&#39;checkout&#39;);
+                return browser.elementById('checkout');
             }).then(function(el) {
                 return el.click();
             });
         }
     ]
-});</code></pre>
+});
+</code></pre>
 
 <p>Additional user interactions can be used instead of typing and clicking by following the guide on <a href="https://github.com/axemclion/browser-perf/wiki/Node-Module---API#actions">this page</a>.</p>
 
-<p>The <a href="https://www.youtube.com/watch?v=TG_eTe_H-s4">video below</a> illustrates the steps. Note that in the video, the config file does not specify any action. Hence, the default action scrolls the page and records the metrics.</p>
+<p>The <a href="https://www.youtube.com/watch?v=TG_eTe_H-s4">video below</a> illustrates the steps.
+Note that in the video,
+the config file does not specify any action.
+Hence, the default action scrolls the page and records the metrics.</p>
 
 <p><a href="https://www.youtube.com/watch?v=TG_eTe_H-s4"><img src="http://img.youtube.com/vi/TG_eTe_H-s4/0.jpg" alt="Video of steps to run perf tests in Cordova" /></a></p>
 
-<h2 id="testing_android_apps">Testing Android Apps</h2>
-
-<p>Testing <strong>Android</strong> apps is very similar to testing <strong>iOS</strong> Apps. The only difference would be the use of <a href="https://sites.google.com/a/chromium.org/chromedriver/">ChromeDriver</a> instead of <strong>Appium</strong>. Consequently, the configuration would look something like <a href="https://github.com/axemclion/browser-perf/blob/master/test/res/android-hybrid.config.json">this</a>.</p>
-
-<p>Additional details about setting up the test environment can be found <a href="https://github.com/axemclion/browser-perf/wiki/Setup-Instructions#testing-mobile-cordova-webviewhybrid-applications">here</a>, with reference for <code>browser-perf</code> in the <a href="https://github.com/axemclion/browser-perf/wiki/Node-Module---API">axemclion wiki pages</a>.</p>
-
-<h1 id="finishing_touches">Finishing touches</h1>
-
-<p><code>browser-perf</code> can record a plethora of metrics ranging from frame rates, to count of expensive paints or expensive events that could cause jank. Each of these metrics indicates how a CSS transform or an onscroll handler may have changed the performance of the app. Recording this data over time can give better insight into how each code change affects the smooth experience. The <code>res</code> object in browser-perf callback from the example snippet above can be saved to a database and graphed. For example, <a href="http://npmjs.org/package/perfjankie">Perfjankie</a> works on top of browser-perf, stores the results in a <strong>CouchDB</strong> database, and displays the results.</p>
+<h2 id="testing-android-apps">Testing Android Apps</h2>
+<p>Testing <strong>Android</strong> apps is very similar to testing <strong>iOS</strong> Apps.
+The only difference would be the use of <a href="https://sites.google.com/a/chromium.org/chromedriver/">ChromeDriver</a> instead of <strong>Appium</strong>.
+Consequently, the configuration would look something like <a href="https://github.com/axemclion/browser-perf/blob/master/test/res/android-hybrid.config.json">this</a>.</p>
+
+<p>Additional details about setting up the test environment can be found
+<a href="https://github.com/axemclion/browser-perf/wiki/Setup-Instructions#testing-mobile-cordova-webviewhybrid-applications">here</a>,
+with reference for <code>browser-perf</code> in the
+<a href="https://github.com/axemclion/browser-perf/wiki/Node-Module---API">axemclion wiki pages</a>.</p>
+
+<h1 id="finishing-touches">Finishing touches</h1>
+<p><code>browser-perf</code> can record a plethora of metrics ranging from frame rates,
+to count of expensive paints or expensive events that could cause jank.
+Each of these metrics indicates how a CSS transform or an onscroll handler may have changed the performance of the app.
+Recording this data over time can give better insight into how each code change affects the smooth experience.
+The <code>res</code> object in browser-perf callback from the example snippet above can be saved to a database and graphed.
+For example,
+<a href="http://npmjs.org/package/perfjankie">Perfjankie</a> works on top of browser-perf,
+stores the results in a <strong>CouchDB</strong> database, and displays the results.</p>
 
 <h1 id="summary">Summary</h1>
-
-<p>In this article, we saw how to measure the rendering performance of <strong>Cordova</strong> apps. With the tools described, you can ensure that your apps are just as good as native apps are supposed to be.</p>
+<p>In this article, we saw how to measure the rendering performance of <strong>Cordova</strong> apps.
+With the tools described, you can ensure that your apps are just as good as native apps are supposed to be.</p>
 
 <blockquote>
-<p>If you would like to run this for your Cordova app, please <a href="http://twitter.com/nparashuram">contact me</a>, and I would be glad to help you to get started or check out this <a href="http://blog.nparashuram.com/2014/10/measuring-rendering-performance-metrics.html">related blog post</a>.</p>
+  <p>If you would like to run this for your Cordova app, please <a href="http://twitter.com/nparashuram">contact me</a>, and I would be glad to help you to get started or check out this <a href="http://blog.nparashuram.com/2014/10/measuring-rendering-performance-metrics.html">related blog post</a>.</p>
 </blockquote>
 
+
     </div>
 </div>
 

Modified: cordova/site/public/blog/index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/blog/index.html?rev=1701653&r1=1701652&r2=1701653&view=diff
==============================================================================
--- cordova/site/public/blog/index.html (original)
+++ cordova/site/public/blog/index.html Mon Sep  7 16:56:52 2015
@@ -57,6 +57,11 @@
 <ul class="posts">
   
     <li>
+    <span>05 Sep 2015</span> &raquo;
+    <a href="//cordova.apache.org/announcements/2015/09/05/cordova-blackberry-3.8.0.html">Apache Cordova BlackBerry 3.8.0</a>
+    </li>
+  
+    <li>
     <span>18 Aug 2015</span> &raquo;
     <a href="//cordova.apache.org/announcements/2015/08/18/cordova-windows-4.1.0.html">Apache Cordova Windows 4.1.0</a>
     </li>

Modified: cordova/site/public/blog/releases/2013/07/23/cordova-3.html
URL: http://svn.apache.org/viewvc/cordova/site/public/blog/releases/2013/07/23/cordova-3.html?rev=1701653&r1=1701652&r2=1701653&view=diff
==============================================================================
--- cordova/site/public/blog/releases/2013/07/23/cordova-3.html (original)
+++ cordova/site/public/blog/releases/2013/07/23/cordova-3.html Mon Sep  7 16:56:52 2015
@@ -57,46 +57,48 @@
     <div class="meta">Posted by: <a href="https://twitter.com/brianleroux">Brian LeRoux</a></div>
     <p class="meta">23 Jul 2013</p>
     <div class="post">
-    
-<p>It went live on Friday! Snapshot available on our <a href="https://www.apache.org/dist/cordova/">download page</a> but before downloading please read on to find out whats new including for more ways to work with Cordova! <!--more--></p>
+    <p>It went live on Friday! Snapshot available on our <a href="https://www.apache.org/dist/cordova/">download page</a> but before downloading please read on to find out whats new including for more ways to work with Cordova!
+<!--more--></p>
 
-<h2 id="light_weight_core">Light Weight Core</h2>
+<h2 id="light-weight-core">Light Weight Core</h2>
 
 <p>Cordova 3 introduces a new unified project structure and ships with a very limited API surface. Developers can now compose a version of Cordova with only the APIs they need. In the past, Cordova shipped with the entire kitchen sink of APIs that most applications only needed a small subset of. This lead to messy, and often not even necessary, upgrading for our community. With the release of Cordova 3 you start with a very light weight core and only add the API surface your application requires. Obviously, this means a performance improvement but the real win here is maintenance and upgrading. We’ll continue to maintain “core” APIs which are the same device APIs you’ve come to know and love.</p>
 
-<h2 id="new_command_line_tooling">New Command Line Tooling</h2>
+<h2 id="new-command-line-tooling">New Command Line Tooling</h2>
 
 <p>We’re very excited to share two new command line tools: Cordova and Plugman. Both are implemented using <code>NodeJS</code> and thusly distributed via <code>npm</code>. The <code>cordova</code> command line tool has been a long time coming. It unifies all platforms into a single project structure, making it easy to maintain a single codebase for multiple platforms. The <code>cordova</code> tool builds off of our other new tool: <code>plugman</code>, which provides automated discovery, installation, and removal of both core and custom plugins.</p>
 
-<p>We’ve been testing for months but keep in mind both tools are new. Bugs happen, so you if you find one or even just have an idea for a new feature please visit our <a href="http://issues.cordova.io
-">issue tracker</a>.</p>
+<p>We’ve been testing for months but keep in mind both tools are new. Bugs happen, so you if you find one or even just have an idea for a new feature please visit our <a href="http://issues.cordova.io">issue tracker</a>.</p>
 
-<h2 id="installing__downloading">Installing &gt; Downloading</h2>
+<h2 id="installing--downloading">Installing &gt; Downloading</h2>
 
 <p>First, <a href="http://nodejs.org">ensure you have NodeJS installed</a> and then simply run <code>npm install -g cordova</code>. From here its a typical comand line utility. Get started by building an iOS app!</p>
 
 <pre><code>cordova create MyFunkyApp
 cd MyFunkyApp
 cordova platform add ios
-cordova emulate ios</code></pre>
+cordova emulate ios
+</code></pre>
 
 <p>Cordova has to download platform files the first time <code>create</code> is run, so the first app you create might be a little slow. Just use the <code>-d</code> flag to see progress. For example, <code>cordova -d platform add ios</code>. Maybe crack a beer and chill while it goes about its business first run.</p>
 
 <p>Now let’s add Android, <code>cordova platform add android</code>. Yes: that easy!</p>
 
-<h1 id="installing_plugins">Installing Plugins</h1>
+<h1 id="installing-plugins">Installing Plugins</h1>
 
 <p>If you are working with a platform project directly (one created through a Cordova platform’s <code>bin/create</code> script instead of through the <code>cordova</code> tool), then <code>plugman</code> can be used standalone. Again, <a href="http://nodejs.org">ensure you have NodeJS installed</a> and then simply run <code>npm install -g plugman</code>.</p>
 
 <pre><code>cd MyFunkyApp
-cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation.git</code></pre>
+cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation.git
+</code></pre>
 
 <p>You now have geolocation enabled your project!</p>
 
 <p>If you are working with a native project directly then <code>plugman</code> can be used standalone. Again, <a href="http://nodejs.org">ensure you have NodeJS installed</a> and then simply run <code>npm install -g plugman</code>.</p>
 
 <pre><code>cd MyAndroidProject
-plugman --platform android --project . --plugin https://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation.git</code></pre>
+plugman --platform android --project . --plugin https://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation.git
+</code></pre>
 
 <p>Of course, you can create your own plugins! (And we’re really excited to see what you do.) You can learn how to author a plugin by <a href="http://cordova.apache.org/docs/en/3.0.0/guide_hybrid_plugins_index.md.html#Plugin%20Development%20Guide">reading the plugin development guide</a>. We are going to be writing much more documentation about this in the future. In the meantime, you can learn a great deal looking at the <a href="https://git-wip-us.apache.org/repos/asf?s=cordova-plugin">core plugins</a>.</p>
 
@@ -104,25 +106,21 @@ plugman --platform android --project . -
 
 <p>We have documented <a href="http://cordova.apache.org/docs/en/3.0.0/guide_upgrading_index.md.html">upgrading guides</a> to help with the transition. Of course, do not hesitate to come for help in #cordova irc channel on freenode, or just visit our <a href="http://issues.cordova.io">issue tracker</a>.</p>
 
-<h1 id="known_issues">Known Issues</h1>
+<h1 id="known-issues">Known Issues</h1>
 
 <p>Remember <em>core plugins no longer exist by default in new projects</em> and you have to manually add them using <code>plugman</code> or <code>cordova</code>. You know we release regularly so you can expect updates soon and we’re going to leave a nice big window for deprecations as usual. Also remember this is an open source project so if something isn’t to your liking you can always pitch in and fix it yourself!</p>
 
 <ul>
-<li>Various native IDE’s show generated files when using <code>cordova</code>-based projects. Be careful not to edit them or else you may lose your work when <code>cordova</code> is next run!</li>
-
-<li>Whitelist (<code>&lt;access&gt;</code> tags) format is inconsistent across platforms</li>
-
-<li>There is no “upgrade” command for <code>cordova</code> yet. You will need to remove and re-add plugins/platforms for now.</li>
-
-<li>Not all platforms are supported by <code>cordova</code>. <em>Currently</em> only iOS, Android, BB10, and Windows Phone</li>
-
-<li>A plugin discovery repository is still being baked and will be available very soon</li>
+  <li>Various native IDE’s show generated files when using <code>cordova</code>-based projects. Be careful not to edit them or else you may lose your work when <code>cordova</code> is next run!</li>
+  <li>Whitelist (<code>&lt;access&gt;</code> tags) format is inconsistent across platforms</li>
+  <li>There is no “upgrade” command for <code>cordova</code> yet. You will need to remove and re-add plugins/platforms for now.</li>
+  <li>Not all platforms are supported by <code>cordova</code>. <em>Currently</em> only iOS, Android, BB10, and Windows Phone</li>
+  <li>A plugin discovery repository is still being baked and will be available very soon</li>
 </ul>
 
 <p><br /></p>
 
-<h1 id="huge_thanks">Huge Thanks</h1>
+<h1 id="huge-thanks">Huge Thanks</h1>
 
 <p>Thank you to all the committers, testers, developers, and friends of Cordova whom made this possible!</p>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org