You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ma...@apache.org on 2013/10/21 23:08:46 UTC

svn commit: r1534372 [1/2] - in /cordova/site: ./ public/ public/blog/ public/blog/2013/07/11/ public/blog/2013/08/12/ public/blog/releases/2013/07/23/ public/blog/releases/2013/10/02/ public/news/2013/09/06/ public/news/2013/09/13/ public/news/2013/10...

Author: maxw
Date: Mon Oct 21 21:08:46 2013
New Revision: 1534372

URL: http://svn.apache.org/r1534372
Log:
Added a cordova plugin registry blog post.

Added:
    cordova/site/www/_posts/2013-10-21-cordova-registry.md
Modified:
    cordova/site/README.md
    cordova/site/public/blog/2013/07/11/cordova-has-a-blog.html
    cordova/site/public/blog/2013/08/12/crowdintranslation.html
    cordova/site/public/blog/index.html
    cordova/site/public/blog/releases/2013/07/23/cordova-3.html
    cordova/site/public/blog/releases/2013/10/02/cordova-31.html
    cordova/site/public/index.html
    cordova/site/public/news/2013/09/06/last-week.html
    cordova/site/public/news/2013/09/13/last-week.html
    cordova/site/public/news/2013/10/01/plugins-release.html
    cordova/site/public/news/2013/10/10/plugins-release.html
    cordova/site/public/rss.xml

Modified: cordova/site/README.md
URL: http://svn.apache.org/viewvc/cordova/site/README.md?rev=1534372&r1=1534371&r2=1534372&view=diff
==============================================================================
--- cordova/site/README.md (original)
+++ cordova/site/README.md Mon Oct 21 21:08:46 2013
@@ -119,11 +119,11 @@ To get the number of authors:
 Each blog post must be approved by at least one committer other than yourself, and must be available for all to see before going live. To request a review:
 
   1. Run: `svn add www/_posts/your_post.md`
-  2. Run: `post_review` [download page](http://www.reviewboard.org/docs/rbtools/dev/)
+  2. Run: `post-review` [download page](http://www.reviewboard.org/docs/rbtools/dev/)
   3. Review it yourself, then click the `publish` button.
   4. Wait for someone to approve it via the `Ship it` button.
 
-_Alternative steps (if post_review tool fails)_
+_Alternative steps (if post-review tool fails)_
 
   1. From the root directory, run: `svn diff > new_post.diff`
   2. Create a new request on http://reviews.apache.org.

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=1534372&r1=1534371&r2=1534372&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 Oct 21 21:08:46 2013
@@ -67,7 +67,9 @@
     <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&#8217;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='http://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="http://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=1534372&r1=1534371&r2=1534372&view=diff
==============================================================================
--- cordova/site/public/blog/2013/08/12/crowdintranslation.html (original)
+++ cordova/site/public/blog/2013/08/12/crowdintranslation.html Mon Oct 21 21:08:46 2013
@@ -67,9 +67,13 @@
     <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>
-<a href='http://crowdin.net/project/cordova'>http://crowdin.net/project/cordova</a>
+    
+<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>Email <a href='mailto:ldeluca@apache.org'>ldeluca@apache.org</a> for more information.</p>
+
     </div>
 </div>
 

Modified: cordova/site/public/blog/index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/blog/index.html?rev=1534372&r1=1534371&r2=1534372&view=diff
==============================================================================
--- cordova/site/public/blog/index.html (original)
+++ cordova/site/public/blog/index.html Mon Oct 21 21:08:46 2013
@@ -67,6 +67,11 @@
 <ul class="posts">
   
     <li>
+    <span>21 Oct 2013</span> &raquo;
+    <a href="http://cordova.apache.org/news/2013/10/21/cordova-registry.html">Cordova's Plugin Registry</a>
+    </li>
+  
+    <li>
     <span>10 Oct 2013</span> &raquo;
     <a href="http://cordova.apache.org/news/2013/10/10/plugins-release.html">Plugins Release: October 10th, 2013</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=1534372&r1=1534371&r2=1534372&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 Oct 21 21:08:46 2013
@@ -67,22 +67,23 @@
     <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&#8217;ll continue to maintain &#8220;core&#8221; APIs which are the same device APIs you&#8217;ve come to know and love.</p>
+<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&#8217;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’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&#8217;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>
+<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
@@ -91,47 +92,50 @@ 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&#8217;s add Android, <code>cordova platform add android</code>. Yes: that easy!</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&#8217;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>
+<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>
 
 <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>
+<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>
 
-<p>Of course, you can create your own plugins! (And we&#8217;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>
+<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>
 
-<h1 id='upgrading'>Upgrading</h1>
+<h1 id="upgrading">Upgrading</h1>
 
-<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>
+<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&#8217;re going to leave a nice big window for deprecations as usual. Also remember this is an open source project so if something isn&#8217;t to your liking you can always pitch in and fix it yourself!</p>
+<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&#8217;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>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 &#8220;upgrade&#8221; command for <code>cordova</code> yet. You will need to remove and re-add plugins/platforms for now.</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>
-<br />
-<h1 id='huge_thanks'>Huge Thanks</h1>
+
+<p><br /></p>
+
+<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>
+
     </div>
 </div>
 

Modified: cordova/site/public/blog/releases/2013/10/02/cordova-31.html
URL: http://svn.apache.org/viewvc/cordova/site/public/blog/releases/2013/10/02/cordova-31.html?rev=1534372&r1=1534371&r2=1534372&view=diff
==============================================================================
--- cordova/site/public/blog/releases/2013/10/02/cordova-31.html (original)
+++ cordova/site/public/blog/releases/2013/10/02/cordova-31.html Mon Oct 21 21:08:46 2013
@@ -67,16 +67,17 @@
     <div class="meta">Posted by: <a href="https://twitter.com/GrieveAndrew">Andrew Grieve</a></div>
     <p class="meta">02 Oct 2013</p>
     <div class="post">
-    <p>The <a href='http://cordova.apache.org/'>Apache Cordova</a> team has just released Cordova 3.1.0. Hurray! Most notable changes include:</p>
+    
+<p>The <a href="http://cordova.apache.org/">Apache Cordova</a> team has just released Cordova 3.1.0. Hurray! Most notable changes include:</p>
 
 <ul>
 <li>Initial (alpha) support for Firefox OS.</li>
 
 <li>Windows 8 support for CLI project.</li>
 
-<li>Unified <a href='http://cordova.apache.org/docs/en/3.1.0/guide_appdev_whitelist_index.md.html'>whitelist syntax</a> on iOS and Android</li>
+<li>Unified <a href="http://cordova.apache.org/docs/en/3.1.0/guide_appdev_whitelist_index.md.html">whitelist syntax</a> on iOS and Android</li>
 
-<li><a href='http://cordova.apache.org/docs/en/3.1.0/'>Documentation</a> translated into several languages (<a href='http://cordova.apache.org/docs/fr/3.1.0/index.html'>fr</a> <a href='http://cordova.apache.org/docs/zh/3.1.0/index.html'>zh</a> <a href='http://cordova.apache.org/docs/de/3.1.0/index.html'>de</a> <a href='http://cordova.apache.org/docs/it/3.1.0/index.html'>it</a> <a href='http://cordova.apache.org/docs/ja/3.1.0/index.html'>ja</a> <a href='http://cordova.apache.org/docs/ko/3.1.0/index.html'>ko</a> <a href='http://cordova.apache.org/docs/ru/3.1.0/index.html'>ru</a> <a href='http://cordova.apache.org/docs/es/3.1.0/index.html'>es</a>)</li>
+<li><a href="http://cordova.apache.org/docs/en/3.1.0/">Documentation</a> translated into several languages (<a href="http://cordova.apache.org/docs/fr/3.1.0/index.html">fr</a> <a href="http://cordova.apache.org/docs/zh/3.1.0/index.html">zh</a> <a href="http://cordova.apache.org/docs/de/3.1.0/index.html">de</a> <a href="http://cordova.apache.org/docs/it/3.1.0/index.html">it</a> <a href="http://cordova.apache.org/docs/ja/3.1.0/index.html">ja</a> <a href="http://cordova.apache.org/docs/ko/3.1.0/index.html">ko</a> <a href="http://cordova.apache.org/docs/ru/3.1.0/index.html">ru</a> <a href="http://cordova.apache.org/docs/es/3.1.0/index.html">es</a>)</li>
 </ul>
 
 <p>To upgrade a 3.0 project (replace <code>android</code> with the platform you want to update):</p>
@@ -85,100 +86,100 @@
 cd my_project
 cordova platform update android</code></pre>
 
-<p>For non-CLI projects or for pre-3.0 projects, refer to the <a href='http://cordova.apache.org/docs/en/3.1.0/guide_platforms_index.md.html'>upgrade guides</a>. <!--more--></p>
+<p>For non-CLI projects or for pre-3.0 projects, refer to the <a href="http://cordova.apache.org/docs/en/3.1.0/guide_platforms_index.md.html">upgrade guides</a>. <!--more--></p>
 
-<h2 id='whats_new_in_android'>What&#8217;s new in Android</h2>
+<h2 id="whats_new_in_android">What’s new in Android</h2>
 
 <p>The Android platform saw 55 commits land since 3.0.0. Notable changes include:</p>
 
 <ul>
-<li><a href='https://issues.apache.org/jira/browse/CB-4763'>CB-4763</a> Deprecated JSONUtils.java, ExifHelper.java, DirectoryManager.java, FileHelper.java</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-4763">CB-4763</a> Deprecated JSONUtils.java, ExifHelper.java, DirectoryManager.java, FileHelper.java</li>
 
-<li><a href='https://issues.apache.org/jira/browse/CB-4725'>CB-4725</a> Cordova version is now available to native plugins through <code>CordovaWebView.CORDOVA_VERSION</code></li>
+<li><a href="https://issues.apache.org/jira/browse/CB-4725">CB-4725</a> Cordova version is now available to native plugins through <code>CordovaWebView.CORDOVA_VERSION</code></li>
 
-<li><a href='https://issues.apache.org/jira/browse/CB-4652'>CB-4652</a> Support for custom application templates for the <code>create</code> command</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-4652">CB-4652</a> Support for custom application templates for the <code>create</code> command</li>
 
-<li><a href='https://issues.apache.org/jira/browse/CB-3819'>CB-3819</a> Made it easier to set SplashScreen delay.</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-3819">CB-3819</a> Made it easier to set SplashScreen delay.</li>
 
-<li><a href='https://issues.apache.org/jira/browse/CB-4013'>CB-4013</a> Fixed <code>loadUrlTimeoutValue</code> preference.</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-4013">CB-4013</a> Fixed <code>loadUrlTimeoutValue</code> preference.</li>
 
-<li><a href='https://issues.apache.org/jira/browse/CB-4096'>CB-4096</a> Implemented new unified whitelist for android</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-4096">CB-4096</a> Implemented new unified whitelist for android</li>
 
-<li><a href='https://issues.apache.org/jira/browse/CB-4133'>CB-4133</a> Add main thread warning for plugins that run too long</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-4133">CB-4133</a> Add main thread warning for plugins that run too long</li>
 
 <li>Made it easier to use custom subclasses of WebChromeClient and WebViewClient</li>
 </ul>
 
-<p>For a full list of changes, refer to the Android <a href='https://github.com/apache/cordova-android/blob/master/RELEASENOTES.md'>RELEASENOTES.md</a>.</p>
+<p>For a full list of changes, refer to the Android <a href="https://github.com/apache/cordova-android/blob/master/RELEASENOTES.md">RELEASENOTES.md</a>.</p>
 
-<h2 id='whats_new_in_ios'>What&#8217;s new in iOS</h2>
+<h2 id="whats_new_in_ios">What’s new in iOS</h2>
 
 <p>There were 50 commits to iOS since 3.0.0. The focus, of course, was support for iOS 7 and Xcode 5.</p>
 
 <ul>
-<li><a href='https://issues.apache.org/jira/browse/CB-3020'>CB-3020</a> Several fixes to HideKeyboardFormAccessoryBar and KeyboardShrinksView (still not perfect though)</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-3020">CB-3020</a> Several fixes to HideKeyboardFormAccessoryBar and KeyboardShrinksView (still not perfect though)</li>
 
-<li><a href='https://issues.apache.org/jira/browse/CB-4801'>CB-4801</a> Add new iOS 7 properties for UIWebView in the config.xml &#60;preferences&#62;</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-4801">CB-4801</a> Add new iOS 7 properties for UIWebView in the config.xml &lt;preferences&gt;</li>
 
-<li><a href='https://issues.apache.org/jira/browse/CB-4539'>CB-4539</a> Can now create CDVViewController in Storyboard</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-4539">CB-4539</a> Can now create CDVViewController in Storyboard</li>
 
-<li><a href='https://issues.apache.org/jira/browse/CB-4654'>CB-4654</a> Allow default project template to be overridden in <code>create</code></li>
+<li><a href="https://issues.apache.org/jira/browse/CB-4654">CB-4654</a> Allow default project template to be overridden in <code>create</code></li>
 
-<li><a href='https://issues.apache.org/jira/browse/CB-4095'>CB-4095</a> Unified whitelist implementations</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-4095">CB-4095</a> Unified whitelist implementations</li>
 
-<li><a href='https://issues.apache.org/jira/browse/CB-4486'>CB-4486</a> Give iOS plugins the ability to override URL loading</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-4486">CB-4486</a> Give iOS plugins the ability to override URL loading</li>
 
-<li><a href='https://issues.apache.org/jira/browse/CB-4408'>CB-4408</a> Modify cordova/build script to build for device (armv7/armv7s)</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-4408">CB-4408</a> Modify cordova/build script to build for device (armv7/armv7s)</li>
 
-<li><a href='https://issues.apache.org/jira/browse/CB-3005'>CB-3005</a> Add support for query parameters in StartPage url</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-3005">CB-3005</a> Add support for query parameters in StartPage url</li>
 
-<li><a href='https://issues.apache.org/jira/browse/CB-4355'>CB-4355</a> Localstorage plugin handles options incorrectly (the settings key is specified with upper case chars)</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-4355">CB-4355</a> Localstorage plugin handles options incorrectly (the settings key is specified with upper case chars)</li>
 </ul>
 
-<p>For a full list of changes, refer to the iOS <a href='https://github.com/apache/cordova-ios/blob/master/RELEASENOTES.md'>RELEASENOTES.md</a>.</p>
+<p>For a full list of changes, refer to the iOS <a href="https://github.com/apache/cordova-ios/blob/master/RELEASENOTES.md">RELEASENOTES.md</a>.</p>
 
-<h2 id='whats_new_in_blackberry'>What&#8217;s new in BlackBerry</h2>
+<h2 id="whats_new_in_blackberry">What’s new in BlackBerry</h2>
 
 <p>There have been 48 commits to the BlackBerry platform since 3.0.0. Many performance and stability improvements were introduced. Other notable changes include:</p>
 
 <ul>
-<li><a href='https://issues.apache.org/jira/browse/CB-4876'>CB-4876</a> Removal of playbook implementation</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-4876">CB-4876</a> Removal of playbook implementation</li>
 
-<li><a href='https://issues.apache.org/jira/browse/CB-4812'>CB-4812</a> Support for &#8220;default&#8221; value in the orientation preference</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-4812">CB-4812</a> Support for “default” value in the orientation preference</li>
 
-<li><a href='https://issues.apache.org/jira/browse/CB-4544'>CB-4544</a> Adds a &#8211;query flag to query the user for their password when we need it</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-4544">CB-4544</a> Adds a –query flag to query the user for their password when we need it</li>
 
-<li><a href='https://issues.apache.org/jira/browse/CB-4563'>CB-4563</a> Migrated blackberry.app parameters to preferences</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-4563">CB-4563</a> Migrated blackberry.app parameters to preferences</li>
 
-<li><a href='https://issues.apache.org/jira/browse/CB-4344'>CB-4344</a> Auto-detect started simulator</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-4344">CB-4344</a> Auto-detect started simulator</li>
 
-<li><a href='https://issues.apache.org/jira/browse/CB-4342'>CB-4342</a> Detect USB connected device</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-4342">CB-4342</a> Detect USB connected device</li>
 
-<li><a href='https://issues.apache.org/jira/browse/CB-4076'>CB-4076</a> Modified config-parser to default to the uri attribute</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-4076">CB-4076</a> Modified config-parser to default to the uri attribute</li>
 </ul>
 
-<h2 id='whats_new_in_windows_phone_7__8'>What&#8217;s new in Windows Phone 7 &amp; 8</h2>
+<h2 id="whats_new_in_windows_phone_7__8">What’s new in Windows Phone 7 &amp; 8</h2>
 
 <p>Defects closed:</p>
 
 <ul>
-<li><a href='https://issues.apache.org/jira/browse/CB-3177'>CB-3177</a> Remove <code>&lt;plugin&gt;</code> support in config.xml and remove deprecation notice in WP8</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-3177">CB-3177</a> Remove <code>&lt;plugin&gt;</code> support in config.xml and remove deprecation notice in WP8</li>
 
-<li><a href='https://issues.apache.org/jira/browse/CB-3176'>CB-3176</a> Remove <code>&lt;plugin&gt;</code> support in config.xml and remove deprecation notice in WP7</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-3176">CB-3176</a> Remove <code>&lt;plugin&gt;</code> support in config.xml and remove deprecation notice in WP7</li>
 
-<li><a href='https://issues.apache.org/jira/browse/CB-4385'>CB-4385</a> Tooling scripts fail when there are spaces in the path name</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-4385">CB-4385</a> Tooling scripts fail when there are spaces in the path name</li>
 
-<li><a href='https://issues.apache.org/jira/browse/CB-4350'>CB-4350</a> Bad errors when trying to add win* platforms on mac</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-4350">CB-4350</a> Bad errors when trying to add win* platforms on mac</li>
 
-<li><a href='https://issues.apache.org/jira/browse/CB-4421'>CB-4421</a> WP8 Project - XHRHelper.HandleCommand failing with &#8216;System.InvalidOperationException</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-4421">CB-4421</a> WP8 Project - XHRHelper.HandleCommand failing with ‘System.InvalidOperationException</li>
 
-<li><a href='https://issues.apache.org/jira/browse/CB-4807'>CB-4807</a> WP7 + 8 cannot handle parsing config.xml with namespaces</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-4807">CB-4807</a> WP7 + 8 cannot handle parsing config.xml with namespaces</li>
 
-<li><a href='https://issues.apache.org/jira/browse/CB-4526'>CB-4526</a> Windows Phone 7+8 <code>build</code> script with no flags should call <code>clean</code> first</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-4526">CB-4526</a> Windows Phone 7+8 <code>build</code> script with no flags should call <code>clean</code> first</li>
 
-<li><a href='https://issues.apache.org/jira/browse/CB-4850'>CB-4850</a> Apache Cordova Apache Cordova</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-4850">CB-4850</a> Apache Cordova Apache Cordova</li>
 
-<li><a href='https://issues.apache.org/jira/browse/CB-4850'>CB-4850</a> WP7 startup optimization</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-4850">CB-4850</a> WP7 startup optimization</li>
 </ul>
 
 <p>Other changes include:</p>
@@ -191,7 +192,7 @@ cordova platform update android</code></
 <li>Added hash removal to injected js for backbone + jQuery Mobile routes</li>
 </ul>
 
-<h2 id='whats_new_in_windows_8'>What&#8217;s new in Windows 8</h2>
+<h2 id="whats_new_in_windows_8">What’s new in Windows 8</h2>
 
 <p>Windows 8 support has been added to cordova-cli, so you can now run:</p>
 
@@ -227,19 +228,20 @@ cordova platform update android</code></
 <li>org.apache.cordova.network-information</li>
 </ul>
 
-<h2 id='whats_new_in_firefox_os'>What&#8217;s new in Firefox OS</h2>
+<h2 id="whats_new_in_firefox_os">What’s new in Firefox OS</h2>
 
 <p>Firefox OS support has been added to cordova-cli, so you can run:</p>
 
 <pre><code>cordova platform add firefoxos</code></pre>
 
-<p>Firefox OS support is still in the very early phases of development. We will continue to work towards adding support for all of cordova&#8217;s APIs. Currently, Firefox OS support only two plugins:</p>
+<p>Firefox OS support is still in the very early phases of development. We will continue to work towards adding support for all of cordova’s APIs. Currently, Firefox OS support only two plugins:</p>
 
 <ul>
 <li>org.apache.cordova.vibration</li>
 
 <li>org.apache.cordova.device</li>
 </ul>
+
     </div>
 </div>
 

Modified: cordova/site/public/index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/index.html?rev=1534372&r1=1534371&r2=1534372&view=diff
==============================================================================
--- cordova/site/public/index.html (original)
+++ cordova/site/public/index.html Mon Oct 21 21:08:46 2013
@@ -98,8 +98,46 @@
   <h2>News <a href="/rss.xml" style="font-size:12pt; margin-left:10px">Subscribe</a></h2>
   <ul class="posts">
     
+      <li><span>21 Oct 2013</span> &raquo; <a href="http://cordova.apache.org/news/2013/10/21/cordova-registry.html">Cordova's Plugin Registry</a>
+      
+<p>Cordova 3.0 saw a major shift towards plugins. As part of this shift, we’re focusing on making plugins easy to use and, equally importantly, easy to discover. App developers want to know what plugins are available to them, and plugin developers want their plugins to be visible to the community.</p>
+
+<p>Our solution, which has been alluded to in previous posts, is the <a href="http://plugins.cordova.io/">Cordova plugin registry</a>. Using the Cordova CLI, app developers can add plugins to their projects with a single command.</p>
+
+<p>From anywhere within an app’s directory, plugins can be added to a project with</p>
+
+<pre><code>cordova plugin add [PLUGIN_ID]</code></pre>
+
+<p>where PLUGIN_ID is the id (typically reverse-domain style) shown on the plugin registry website. You can also download a specific version of a plugin:</p>
+
+<pre><code>cordova plugin add [PLUGIN_ID]@[VERSION]</code></pre>
+
+<p>How do these plugins get there? Using plugman, plugin developers can easily send their plugins out into the world to be discovered by app developers.</p>
+
+<p>First, if you don’t have a plugman account, you need to create one.</p>
+
+<pre><code>plugman adduser</code></pre>
+
+<p>Then, you’re free to publish!</p>
+
+<pre><code>plugman publish [PATH_TO_YOUR_PLUGIN]</code></pre>
+
+<p>There’s more you can do (such as search for a plugin by keyword)—you can find more information using <code>plugman --help</code>.</p>
+
+<p>For general plugin development help, you can find a guide <a href="http://cordova.apache.org/docs/en/3.1.0/guide_hybrid_plugins_index.md.html#Plugin%20Development%20Guide">here</a>.</p>
+
+<p>All of Cordova’s plugins (which were bundled with core Cordova prior to 3.0) can be found in the registry.</p>
+
+<p>Also, there are already some third-party plugins available and ready to use. Google has contributed multiple plugins to the registry, allowing app developers to use some <a href="http://developer.chrome.com/apps/api_index.html">Chrome Apps APIs</a>, such as identity and socket, in their Cordova applications.</p>
+
+<p>Other great examples include an NFC plugin by Chariot Solutions, an iOS keychain plugin by prominent Cordova contributor Shazron Abdullah, and a spinner/loader plugin by Wizcorp—and the list keeps growing.</p>
+
+<p>Cordova’s new plugin registry makes it easier than ever to discover and contribute plugins. Whether you want to peruse what’s available or add to that list, check it out <a href="http://plugins.cordova.io/">here</a>!</p>
+
+    
       <li><span>10 Oct 2013</span> &raquo; <a href="http://cordova.apache.org/news/2013/10/10/plugins-release.html">Plugins Release: October 10th, 2013</a>
-      <p>Today we are doing a release for the plugins that have been updated since our last release. We are also excited to announce three new plugins that have recently been added to our registry.</p>
+      
+<p>Today we are doing a release for the plugins that have been updated since our last release. We are also excited to announce three new plugins that have recently been added to our registry.</p>
 
 <p>The new plugins include:</p>
 
@@ -130,21 +168,26 @@
 
 <li>cordova-plugin-vibration</li>
 </ul>
-<br />
-<p>These plugins have been updated on our registry at <a href='http://plugins.cordova.io'>plugins.cordova.io</a>.</p>
-<br />
+
+<p><br /></p>
+
+<p>These plugins have been updated on our registry at <a href="http://plugins.cordova.io">plugins.cordova.io</a>.</p>
+
+<p><br /></p>
+
     
       <li><span>02 Oct 2013</span> &raquo; <a href="http://cordova.apache.org/blog/releases/2013/10/02/cordova-31.html">Apache Cordova 3.1</a>
-      <p>The <a href='http://cordova.apache.org/'>Apache Cordova</a> team has just released Cordova 3.1.0. Hurray! Most notable changes include:</p>
+      
+<p>The <a href="http://cordova.apache.org/">Apache Cordova</a> team has just released Cordova 3.1.0. Hurray! Most notable changes include:</p>
 
 <ul>
 <li>Initial (alpha) support for Firefox OS.</li>
 
 <li>Windows 8 support for CLI project.</li>
 
-<li>Unified <a href='http://cordova.apache.org/docs/en/3.1.0/guide_appdev_whitelist_index.md.html'>whitelist syntax</a> on iOS and Android</li>
+<li>Unified <a href="http://cordova.apache.org/docs/en/3.1.0/guide_appdev_whitelist_index.md.html">whitelist syntax</a> on iOS and Android</li>
 
-<li><a href='http://cordova.apache.org/docs/en/3.1.0/'>Documentation</a> translated into several languages (<a href='http://cordova.apache.org/docs/fr/3.1.0/index.html'>fr</a> <a href='http://cordova.apache.org/docs/zh/3.1.0/index.html'>zh</a> <a href='http://cordova.apache.org/docs/de/3.1.0/index.html'>de</a> <a href='http://cordova.apache.org/docs/it/3.1.0/index.html'>it</a> <a href='http://cordova.apache.org/docs/ja/3.1.0/index.html'>ja</a> <a href='http://cordova.apache.org/docs/ko/3.1.0/index.html'>ko</a> <a href='http://cordova.apache.org/docs/ru/3.1.0/index.html'>ru</a> <a href='http://cordova.apache.org/docs/es/3.1.0/index.html'>es</a>)</li>
+<li><a href="http://cordova.apache.org/docs/en/3.1.0/">Documentation</a> translated into several languages (<a href="http://cordova.apache.org/docs/fr/3.1.0/index.html">fr</a> <a href="http://cordova.apache.org/docs/zh/3.1.0/index.html">zh</a> <a href="http://cordova.apache.org/docs/de/3.1.0/index.html">de</a> <a href="http://cordova.apache.org/docs/it/3.1.0/index.html">it</a> <a href="http://cordova.apache.org/docs/ja/3.1.0/index.html">ja</a> <a href="http://cordova.apache.org/docs/ko/3.1.0/index.html">ko</a> <a href="http://cordova.apache.org/docs/ru/3.1.0/index.html">ru</a> <a href="http://cordova.apache.org/docs/es/3.1.0/index.html">es</a>)</li>
 </ul>
 
 <p>To upgrade a 3.0 project (replace <code>android</code> with the platform you want to update):</p>
@@ -153,20 +196,8 @@
 cd my_project
 cordova platform update android</code></pre>
 
-<p>For non-CLI projects or for pre-3.0 projects, refer to the <a href='http://cordova.apache.org/docs/en/3.1.0/guide_platforms_index.md.html'>upgrade guides</a>.</p>
-    
-      <li><span>01 Oct 2013</span> &raquo; <a href="http://cordova.apache.org/news/2013/10/01/plugins-release.html">Plugins Release: October 1st, 2013</a>
-      <p>Today we are doing a plugin release in preparation for Apache Cordova 3.1.0, which is scheduled to be released later this week.</p>
-
-<p>The main change for this release is removing &#8216;core&#8217; from the plugin ID fields. This was done to make installing plugins simpler in 3.1.0. We are switching over to using plugin IDs and our <a href='http://plugins.cordova.io/'>plugin registry</a> for plugin installation instead of directly installing from the plugin git urls.</p>
-
-<p>These plugins are compatible with Cordova 3.0.0. Feel free to upgrade your current plugins if you can&#8217;t wait for 3.1.0 next week. Keep in mind that after you install these updated plugins, if you decide to remove these plugins from your project, you will have to reference the new IDs instead of the old ones that our docs show.</p>
-
-<p>E.g. To update your camera plugin:</p>
+<p>For non-CLI projects or for pre-3.0 projects, refer to the <a href="http://cordova.apache.org/docs/en/3.1.0/guide_platforms_index.md.html">upgrade guides</a>.</p>
 
-<pre><code>cordova plugin rm org.apache.cordova.core.camera
-cordova plugin add org.apache.cordova.camera</code></pre>
-<br />
     
 
   </ul>

Modified: cordova/site/public/news/2013/09/06/last-week.html
URL: http://svn.apache.org/viewvc/cordova/site/public/news/2013/09/06/last-week.html?rev=1534372&r1=1534371&r2=1534372&view=diff
==============================================================================
--- cordova/site/public/news/2013/09/06/last-week.html (original)
+++ cordova/site/public/news/2013/09/06/last-week.html Mon Oct 21 21:08:46 2013
@@ -67,29 +67,31 @@
     <div class="meta">Posted by: <a href="https://twitter.com/GrieveAndrew">Andrew Grieve</a></div>
     <p class="meta">06 Sep 2013</p>
     <div class="post">
-    <p>Last week Cordova saw 39 commits come in, <code>plugman</code> reached version <code>0.11.0</code>, and <code>CLI</code> reached <code>3.0.9</code>.</p>
+    
+<p>Last week Cordova saw 39 commits come in, <code>plugman</code> reached version <code>0.11.0</code>, and <code>CLI</code> reached <code>3.0.9</code>.</p>
 
-<p><code>plugman</code> now has initial support for Windows Phone, plugin URLs can now <a href='https://issues.apache.org/jira/browse/CB-4622'>specify a git hash and subdirectory</a>, and <code>&lt;engine&gt;</code> tags <a href='https://issues.apache.org/jira/browse/CB-4494'>are now enforced</a>. There was also good progress made towards launching our <a href='https://issues.apache.org/jira/browse/CB-4489'>Plugin Registry</a>. <!--more--></p>
+<p><code>plugman</code> now has initial support for Windows Phone, plugin URLs can now <a href="https://issues.apache.org/jira/browse/CB-4622">specify a git hash and subdirectory</a>, and <code>&lt;engine&gt;</code> tags <a href="https://issues.apache.org/jira/browse/CB-4494">are now enforced</a>. There was also good progress made towards launching our <a href="https://issues.apache.org/jira/browse/CB-4489">Plugin Registry</a>. <!--more--></p>
 
 <p><em>Other Notable Changes:</em></p>
 
 <ul>
-<li><code>&lt;lib-file&gt;</code> <a href='https://issues.apache.org/jira/browse/CB-4430'>can now be used</a> by plugins to add <code>.jar</code> files on Android.</li>
+<li><code>&lt;lib-file&gt;</code> <a href="https://issues.apache.org/jira/browse/CB-4430">can now be used</a> by plugins to add <code>.jar</code> files on Android.</li>
 
-<li><code>cordova plugin rm</code> now doesn&#8217;t choke when a file is already deleted</li>
+<li><code>cordova plugin rm</code> now doesn’t choke when a file is already deleted</li>
 
-<li><code>cordova platform ls</code> now shows both installed and <a href='https://issues.apache.org/jira/browse/CB-3904'>available-to-install</a> platforms</li>
+<li><code>cordova platform ls</code> now shows both installed and <a href="https://issues.apache.org/jira/browse/CB-3904">available-to-install</a> platforms</li>
 
-<li><code>cordova-plugin-camera</code> data-URIs <a href='https://issues.apache.org/jira/browse/CB-4656'>now work again on Android</a></li>
+<li><code>cordova-plugin-camera</code> data-URIs <a href="https://issues.apache.org/jira/browse/CB-4656">now work again on Android</a></li>
 
-<li><code>cordova-plugin-device-orientation</code> <a href='https://issues.apache.org/jira/browse/CB-3687'>got BB10 support</a></li>
+<li><code>cordova-plugin-device-orientation</code> <a href="https://issues.apache.org/jira/browse/CB-3687">got BB10 support</a></li>
 
-<li><code>cordova-plugin-file</code>&#8217;s DirectoryEntry.copy() <a href='https://issues.apache.org/jira/browse/CB-4514'>is now recursive</a>.</li>
+<li><code>cordova-plugin-file</code>’s DirectoryEntry.copy() <a href="https://issues.apache.org/jira/browse/CB-4514">is now recursive</a>.</li>
 
 <li><code>cordova-plugin-geolocation</code> got Win8 support</li>
 
-<li><code>cordova-plugin-vibrate</code> <a href='https://issues.apache.org/jira/browse/CB-4661'>added a missing permission</a> for Android.</li>
+<li><code>cordova-plugin-vibrate</code> <a href="https://issues.apache.org/jira/browse/CB-4661">added a missing permission</a> for Android.</li>
 </ul>
+
     </div>
 </div>
 

Modified: cordova/site/public/news/2013/09/13/last-week.html
URL: http://svn.apache.org/viewvc/cordova/site/public/news/2013/09/13/last-week.html?rev=1534372&r1=1534371&r2=1534372&view=diff
==============================================================================
--- cordova/site/public/news/2013/09/13/last-week.html (original)
+++ cordova/site/public/news/2013/09/13/last-week.html Mon Oct 21 21:08:46 2013
@@ -67,21 +67,23 @@
     <div class="meta">Posted by: <a href="https://twitter.com/GrieveAndrew">Andrew Grieve</a></div>
     <p class="meta">13 Sep 2013</p>
     <div class="post">
-    <p>Last week Cordova saw 83 commits come in from 24 different authors. No releases were made, but attention was spent on <a href='https://issues.apache.org/jira/issues/?jql=project%20%3D%20CB%20AND%20component%20%3D%20FirefoxOS'>adding Firefox OS support</a>, translating docs, and fixing bugs. <!--more--></p>
+    
+<p>Last week Cordova saw 83 commits come in from 24 different authors. No releases were made, but attention was spent on <a href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20CB%20AND%20component%20%3D%20FirefoxOS">adding Firefox OS support</a>, translating docs, and fixing bugs. <!--more--></p>
 
 <p><em>Other Notable Changes:</em></p>
 
 <ul>
 <li>FileTransfer on wp7 now supports basic authentication</li>
 
-<li>BlackBerry <a href='https://issues.apache.org/jira/browse/CB-4732'>no longer validates buildId</a> and <a href='https://issues.apache.org/jira/browse/CB-4785'>&#8211;no-build works again</a></li>
+<li>BlackBerry <a href="https://issues.apache.org/jira/browse/CB-4732">no longer validates buildId</a> and <a href="https://issues.apache.org/jira/browse/CB-4785">–no-build works again</a></li>
 
 <li><code>cordova serve</code> now serves all platforms at the same time (via /android/www, /ios/www, etc)</li>
 
 <li><code>cordova plugin ls</code> now takes ~50ms instead of ~700ms to run</li>
 
-<li>Plugin URLs <a href='https://issues.apache.org/jira/browse/CB-4770'>are now optional</a> within <code>&lt;dependency&gt;</code> tags. The registry will be used when only an ID is given.</li>
+<li>Plugin URLs <a href="https://issues.apache.org/jira/browse/CB-4770">are now optional</a> within <code>&lt;dependency&gt;</code> tags. The registry will be used when only an ID is given.</li>
 </ul>
+
     </div>
 </div>
 

Modified: cordova/site/public/news/2013/10/01/plugins-release.html
URL: http://svn.apache.org/viewvc/cordova/site/public/news/2013/10/01/plugins-release.html?rev=1534372&r1=1534371&r2=1534372&view=diff
==============================================================================
--- cordova/site/public/news/2013/10/01/plugins-release.html (original)
+++ cordova/site/public/news/2013/10/01/plugins-release.html Mon Oct 21 21:08:46 2013
@@ -67,17 +67,20 @@
     <div class="meta">Posted by: <a href="https://twitter.com/stevesgill">Steve Gill</a></div>
     <p class="meta">01 Oct 2013</p>
     <div class="post">
-    <p>Today we are doing a plugin release in preparation for Apache Cordova 3.1.0, which is scheduled to be released later this week.</p>
+    
+<p>Today we are doing a plugin release in preparation for Apache Cordova 3.1.0, which is scheduled to be released later this week.</p>
 
-<p>The main change for this release is removing &#8216;core&#8217; from the plugin ID fields. This was done to make installing plugins simpler in 3.1.0. We are switching over to using plugin IDs and our <a href='http://plugins.cordova.io/'>plugin registry</a> for plugin installation instead of directly installing from the plugin git urls.</p>
+<p>The main change for this release is removing ‘core’ from the plugin ID fields. This was done to make installing plugins simpler in 3.1.0. We are switching over to using plugin IDs and our <a href="http://plugins.cordova.io/">plugin registry</a> for plugin installation instead of directly installing from the plugin git urls.</p>
 
-<p>These plugins are compatible with Cordova 3.0.0. Feel free to upgrade your current plugins if you can&#8217;t wait for 3.1.0 next week. Keep in mind that after you install these updated plugins, if you decide to remove these plugins from your project, you will have to reference the new IDs instead of the old ones that our docs show.</p>
+<p>These plugins are compatible with Cordova 3.0.0. Feel free to upgrade your current plugins if you can’t wait for 3.1.0 next week. Keep in mind that after you install these updated plugins, if you decide to remove these plugins from your project, you will have to reference the new IDs instead of the old ones that our docs show.</p>
 
 <p>E.g. To update your camera plugin:</p>
 
 <pre><code>cordova plugin rm org.apache.cordova.core.camera
 cordova plugin add org.apache.cordova.camera</code></pre>
-<br /><!--more-->
+
+<p><br /></p>
+<!--more-->
 <p><em>Other Notable Changes:</em></p>
 
 <ul>
@@ -87,16 +90,19 @@ cordova plugin add org.apache.cordova.ca
 
 <li>Fixed warnings that arose with XCode 5</li>
 
-<li><a href='https://issues.apache.org/jira/browse/CB-4847'>CB-4847</a> iOS 7 microphone access requires user permission (media plugin)</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-4847">CB-4847</a> iOS 7 microphone access requires user permission (media plugin)</li>
 
-<li><a href='https://issues.apache.org/jira/browse/CB-4799'>CB-4799</a> Fix incorrect JS references within native code for iOS &amp; Android (media plugin)</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-4799">CB-4799</a> Fix incorrect JS references within native code for iOS &amp; Android (media plugin)</li>
 
-<li><a href='https://issues.apache.org/jira/browse/CB-4806'>CB-4806</a> Update splashscreen image bounds for iOS 7 (splashscreen plugin)</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-4806">CB-4806</a> Update splashscreen image bounds for iOS 7 (splashscreen plugin)</li>
 
-<li><a href='https://issues.apache.org/jira/browse/CB-4593'>CB-4593</a> Added vibration support for BB10 (vibration plugin)</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-4593">CB-4593</a> Added vibration support for BB10 (vibration plugin)</li>
 </ul>
-<br />
+
+<p><br /></p>
+
 <p>You can check out the individual release notes in each of the plugin repos for more details.</p>
+
     </div>
 </div>
 

Modified: cordova/site/public/news/2013/10/10/plugins-release.html
URL: http://svn.apache.org/viewvc/cordova/site/public/news/2013/10/10/plugins-release.html?rev=1534372&r1=1534371&r2=1534372&view=diff
==============================================================================
--- cordova/site/public/news/2013/10/10/plugins-release.html (original)
+++ cordova/site/public/news/2013/10/10/plugins-release.html Mon Oct 21 21:08:46 2013
@@ -67,7 +67,8 @@
     <div class="meta">Posted by: <a href="https://twitter.com/stevesgill">Steve Gill</a></div>
     <p class="meta">10 Oct 2013</p>
     <div class="post">
-    <p>Today we are doing a release for the plugins that have been updated since our last release. We are also excited to announce three new plugins that have recently been added to our registry.</p>
+    
+<p>Today we are doing a release for the plugins that have been updated since our last release. We are also excited to announce three new plugins that have recently been added to our registry.</p>
 
 <p>The new plugins include:</p>
 
@@ -98,9 +99,13 @@
 
 <li>cordova-plugin-vibration</li>
 </ul>
-<br />
-<p>These plugins have been updated on our registry at <a href='http://plugins.cordova.io'>plugins.cordova.io</a>.</p>
-<br /><!--more-->
+
+<p><br /></p>
+
+<p>These plugins have been updated on our registry at <a href="http://plugins.cordova.io">plugins.cordova.io</a>.</p>
+
+<p><br /></p>
+<!--more-->
 <p>E.g. To update your camera plugin:</p>
 
 <pre><code>cordova plugin rm org.apache.cordova.camera
@@ -109,24 +114,27 @@ cordova plugin add org.apache.cordova.ca
 <p><em>Notable Changes:</em></p>
 
 <ul>
-<li><a href='https://issues.apache.org/jira/browse/CB-4950'>CB-4950</a> Remove the dependence on concrete component android.webkit.WebView. (contacts)</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-4950">CB-4950</a> Remove the dependence on concrete component android.webkit.WebView. (contacts)</li>
 
-<li><a href='https://issues.apache.org/jira/browse/CB-5020'>CB-5020</a> File plugin should execute on a separate thread (file)</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-5020">CB-5020</a> File plugin should execute on a separate thread (file)</li>
 
 <li>Fixed file-transfer issues for windows 8 (file-transfer)</li>
 
-<li><a href='https://issues.apache.org/jira/browse/CB-4926'>CB-4926</a> Fixes inappbrowser plugin loading for windows8 (inappbrowser)</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-4926">CB-4926</a> Fixes inappbrowser plugin loading for windows8 (inappbrowser)</li>
 
-<li><a href='https://issues.apache.org/jira/browse/CB-4928'>CB-4928</a> plugin-media doesn&#8217;t load on windows8 (media)</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-4928">CB-4928</a> plugin-media doesn’t load on windows8 (media)</li>
 
-<li><a href='https://issues.apache.org/jira/browse/CB-4806'>CB-4806</a> (Re-fix) Update splashscreen image bounds for iOS 7 (splashscreen)</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-4806">CB-4806</a> (Re-fix) Update splashscreen image bounds for iOS 7 (splashscreen)</li>
 
-<li><a href='https://issues.apache.org/jira/browse/CB-4934'>CB-4934</a> plugin-splashscreen should not show by default on Windows8 (splashscreen)</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-4934">CB-4934</a> plugin-splashscreen should not show by default on Windows8 (splashscreen)</li>
 
-<li><a href='https://issues.apache.org/jira/browse/CB-4929'>CB-4929</a> plugin-splashscreen not loading proxy windows8 (splashscreen)</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-4929">CB-4929</a> plugin-splashscreen not loading proxy windows8 (splashscreen)</li>
 </ul>
-<br />
+
+<p><br /></p>
+
 <p>You can check out the individual release notes in each of the plugin repos for more details.</p>
+
     </div>
 </div>