You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by an...@apache.org on 2016/03/09 20:53:34 UTC

svn commit: r1734303 [1/3] - in /cordova/site/public: ./ announcements/2016/03/02/ announcements/2016/03/03/ announcements/2016/03/04/ blog/ docs/en/6.x/cordova-cli/ docs/en/6.x/guide/cli/ docs/en/dev/cordova-cli/ docs/en/dev/cordova/storage/ docs/en/d...

Author: an-selm
Date: Wed Mar  9 19:53:34 2016
New Revision: 1734303

URL: http://svn.apache.org/viewvc?rev=1734303&view=rev
Log:
Added browser 4.1.0 release blog post

Added:
    cordova/site/public/announcements/2016/03/04/
    cordova/site/public/announcements/2016/03/04/cordova-browser-4.1.0.html
Modified:
    cordova/site/public/announcements/2016/03/02/ios-4.1.0.html
    cordova/site/public/announcements/2016/03/03/docs-improvement.html
    cordova/site/public/blog/index.html
    cordova/site/public/docs/en/6.x/cordova-cli/index.html
    cordova/site/public/docs/en/6.x/guide/cli/index.html
    cordova/site/public/docs/en/dev/cordova-cli/index.html
    cordova/site/public/docs/en/dev/cordova/storage/storage.html
    cordova/site/public/docs/en/dev/guide/cli/index.html
    cordova/site/public/docs/en/dev/guide/platforms/win8/plugin.html
    cordova/site/public/feed.xml
    cordova/site/public/sitemap.xml
    cordova/site/public/static/js/index.js
    cordova/site/public/static/js/plugins.js

Modified: cordova/site/public/announcements/2016/03/02/ios-4.1.0.html
URL: http://svn.apache.org/viewvc/cordova/site/public/announcements/2016/03/02/ios-4.1.0.html?rev=1734303&r1=1734302&r2=1734303&view=diff
==============================================================================
--- cordova/site/public/announcements/2016/03/02/ios-4.1.0.html (original)
+++ cordova/site/public/announcements/2016/03/02/ios-4.1.0.html Wed Mar  9 19:53:34 2016
@@ -122,7 +122,8 @@
 <p>To upgrade:</p>
 <div class="highlight"><pre><code class="language-text" data-lang="text">npm install -g cordova
 cd my_project
-cordova platform update ios@4.1.0
+cordova platform rm ios
+cordova platform add ios@4.1.0
 </code></pre></div>
 <p>To add it explicitly:</p>
 <div class="highlight"><pre><code class="language-text" data-lang="text">cordova platform add ios@4.1.0

Modified: cordova/site/public/announcements/2016/03/03/docs-improvement.html
URL: http://svn.apache.org/viewvc/cordova/site/public/announcements/2016/03/03/docs-improvement.html?rev=1734303&r1=1734302&r2=1734303&view=diff
==============================================================================
--- cordova/site/public/announcements/2016/03/03/docs-improvement.html (original)
+++ cordova/site/public/announcements/2016/03/03/docs-improvement.html Wed Mar  9 19:53:34 2016
@@ -168,6 +168,26 @@
             </div>
             <div class="col-sm-6">
                 
+                    <a href="/announcements/2016/03/04/cordova-browser-4.1.0.html">Next</a>
+                    <br>
+                    <br>
+                    <a class="title" href="/announcements/2016/03/04/cordova-browser-4.1.0.html">Cordova Browser 4.1.0</a>
+                    <div class="date"> 04 Mar 2016 - By Vladimir Kotikov </div>
+                    <p class="content">
+                        <!--
+                            NOTE:
+                                the markdownify filter is used here
+                                because posts are rendered in sequence;
+                                that is, the next post's content isn't
+                                yet rendered at the time that this post
+                                is being rendered, so page.next.excerpt
+                                is still in Markdown and not HTML
+
+                            Reference: https://github.com/jekyll/jekyll/issues/2860
+                        -->
+                        We are happy to announce that Cordova Browser 4.1.0 has been released....
+                    </p>
+                
             </div>
         </div>
     </footer>

Added: cordova/site/public/announcements/2016/03/04/cordova-browser-4.1.0.html
URL: http://svn.apache.org/viewvc/cordova/site/public/announcements/2016/03/04/cordova-browser-4.1.0.html?rev=1734303&view=auto
==============================================================================
--- cordova/site/public/announcements/2016/03/04/cordova-browser-4.1.0.html (added)
+++ cordova/site/public/announcements/2016/03/04/cordova-browser-4.1.0.html Wed Mar  9 19:53:34 2016
@@ -0,0 +1,268 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <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" />
+    <meta name="description" content="We are happy to announce that Cordova Browser 4.1.0 has been released. It will be the default Browser version after the next cordova-cli release.To upgrade:n...">
+
+    <title>
+        
+            
+                Cordova Browser 4.1.0 - Apache Cordova
+            
+        
+    </title>
+
+    <link rel="SHORTCUT ICON" href="/favicon.ico"/>
+    <link rel="canonical" href="https://cordova.apache.org/announcements/2016/03/04/cordova-browser-4.1.0.html">
+
+    <!-- CSS -->
+    <link rel="stylesheet" type="text/css" href="/static/css/main.css">
+
+    
+    <link rel="stylesheet" type="text/css" href="/static/js/lib/prettify/prettify.css">
+    
+
+    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
+    <!--[if lt IE 9]>
+        <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
+        <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
+    <![endif]-->
+    <script type="text/javascript">
+        var disqus_developer = 1; // this would set it to developer mode
+    </script>
+
+    <!-- JS -->
+    <script defer type="text/javascript" src="/static/js/lib/jquery-2.1.1.min.js"></script>
+    <script defer type="text/javascript" src="/static/js/lib/bootstrap.min.js"></script>
+    <script defer type="text/javascript" src="/static/js/lib/ZeroClipboard.js"></script>
+</head>
+
+<body>
+    <header>
+    <a class="scroll-point pt-top" name="top"></a>
+    <nav class="navbar navbar-inverse navbar-fixed-top">
+        <div class="container-fluid">
+            <div class="navbar-header">
+                <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
+                    <span class="sr-only">Toggle navigation</span>
+                    <span class="icon-bar"></span>
+                    <span class="icon-bar"></span>
+                    <span class="icon-bar"></span>
+                </button>
+                <a class="navbar-brand" href="/"><img id="logo_top" src="/static/img/cordova-logo-newbrand.svg"/></a>
+            </div>
+            <div id="navbar" class="navbar-collapse collapse">
+                <div class="nav_bar_center">
+                    <ul class="nav navbar-nav">
+                        <li >
+                            <a href="/docs/en/latest/guide/overview/">Documentation</a>
+                        </li>
+                        <li >
+                            <a href="/plugins">Plugins</a>
+                        </li>
+                        <li class="active">
+                            <a href="/blog" id="blog_button">Blog<span class="badge" id="new_blog_count"></span></a>
+                        </li>
+                        <li >
+                            <a href="/contribute">Contribute</a>
+                        </li>
+                        <li>
+                            <a href="/#getstarted">Get Started</a>
+                        </li>
+                    </ul>
+                    <form action="https://www.google.com/search" method="GET" class="navbar-form navbar-right" id="header-search-form" role="search">
+                        <div class="input-group">
+                            <input type="text" name="q" class="form-control hidden-sm" placeholder="Site-wide Search">
+                            <span class="input-group-btn">
+                                <button type="submit" class="btn search-button">
+                                    <span class="glyphicon glyphicon-search" aria-hidden="true"></span>
+                                </button>
+                            </span>
+                        </div>
+                        <input type="hidden" name="q" value="site:cordova.apache.org">
+                    </form>
+                </div>
+            </div><!--/.navbar-collapse -->
+        </div>
+    </nav>
+    <div id="_fixed_navbar_spacer" style="padding-top:50px"></div>
+</header>
+
+    <div class="page container">
+    <div class="blog">
+    <h1 class="blogHeader">
+    Blog
+    <span class="rss">
+        <img src="/static/img/subscribe.png"><a href="/feed.xml">RSS Feed</a>
+    </span>
+</h1>
+
+<div class="post">
+    <header>
+        <div class="title">Cordova Browser 4.1.0</div>
+        <div class="author">By:
+            
+              <a href="https://github.com/vladimir-kotikov">Vladimir Kotikov</a>
+            
+        </div>
+        <div class="date">04 Mar 2016</div>
+    </header>
+    <section>
+        <div>
+            <p>We are happy to announce that <code class="prettyprint">Cordova Browser 4.1.0</code> has been released. It will be the default <strong>Browser</strong> version after the next <code class="prettyprint">cordova-cli</code> release.</p>
+
+<p>To upgrade:</p>
+<div class="highlight"><pre><code class="language-text" data-lang="text">npm install -g cordova
+cd my_project
+cordova platform update browser@4.1.0
+</code></pre></div>
+<p>To add it explicitly:</p>
+<div class="highlight"><pre><code class="language-text" data-lang="text">cordova platform add browser@4.1.0
+</code></pre></div>
+<!--more-->
+
+<h2>What&#39;s new in Browser platform</h2>
+
+<ul>
+<li><a href="https://issues.apache.org/jira/browse/CB-10788">CB-10755</a> Updated checked in node_modules</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-10650">CB-10650</a> Non-index content.src causes Splashscreen to be not displayed on browser</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-9836">CB-9836</a> Add .gitattributes to prevent CRLF line endings in repos</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-9669">CB-9669</a> Browser exec should have more failsafes </li>
+<li>Update to use new &#39;express&#39; implementation of cordova-serve.</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-9658">CB-9658</a> Improve &#39;cordova run browser&#39; when browser not installed.</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-9654">CB-9654</a> &#39;cordova run browser&#39; -&gt; duplicate &#39;CTRL + C&#39; messages.</li>
+</ul>
+
+        </div>
+    </section>
+    <footer>
+        <div class="row">
+            <div class="col-sm-6">
+                
+                    <a href="/announcements/2016/03/03/docs-improvement.html">Previous</a>
+                    <br>
+                    <br>
+                    <a class="title" href="/announcements/2016/03/03/docs-improvement.html">Significant Documentation Updates</a>
+                    <div class="date"> 03 Mar 2016 - By Raghav Katyal </div>
+                    <p class="content">
+                        We are happy to announce that we have made significant content updates...
+                    </p>
+                
+            </div>
+            <div class="col-sm-6">
+                
+            </div>
+        </div>
+    </footer>
+    <div class="disqus">
+        <div id="disqus_thread"></div>
+<script type="text/javascript">
+    /* * * CONFIGURATION VARIABLES * * */
+    var disqus_shortname = 'cordovablogs';
+
+    /* * * DON'T EDIT BELOW THIS LINE * * */
+    (function() {
+        var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
+        dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
+        (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
+    })();
+</script>
+<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript>
+
+    </div>
+</div>
+
+</div>
+
+</div>
+
+    <div class="blue-divider"></div>
+<footer>
+    <div class="container" id="footer">
+        <div class="row">
+            <div class="col-sm-9">
+                <h1>More Resources</h1>
+                <div class="row">
+                    <div class="col-sm-4">
+                        <h2>General</h2>
+                        <ul class="nav">
+                            <li>
+                                <a target="_blank" href="https://projects.apache.org/project.html?cordova">Apache Project Page</a>
+                            </li>
+                            <li>
+                                <a href="https://dist.apache.org/repos/dist/release/cordova/">Source Distribution</a>
+                            </li>
+                            <li>
+                                <a target="_blank" href="http://www.apache.org/licenses/LICENSE-2.0">License</a>
+                            </li>
+                            <li>
+                                <a href="/artwork">Artwork</a>
+                            </li>
+                        </ul>
+                    </div>
+                    <div class="col-sm-4">
+                        <h2>Development</h2>
+                        <ul class="nav">
+                            <li><a target="_blank" href="https://github.com/apache?utf8=%E2%9C%93&amp;query=cordova-">Source Code</a></li>
+                            <li><a target="_blank" href="https://issues.apache.org/jira/browse/CB/">Issue Tracker</a></li>
+                            <li><a target="_blank" href="http://stackoverflow.com/questions/tagged/cordova">Stack Overflow</a></li>
+                            <li><a href="/contact">Mailing List</a></li>
+                        </ul>
+                    </div>
+                    <div class="col-sm-4">
+                        <h2>Apache Software Foundation</h2>
+                        <ul class="nav">
+                            <li>
+                                <a target="_blank" href="http://www.apache.org/">About ASF</a>
+                            </li>
+                            <li>
+                                <a target="_blank" href="http://www.apache.org/foundation/sponsorship.html">Become a Sponsor</a>
+                            </li>
+                            <li>
+                                <a target="_blank" href="http://www.apache.org/foundation/thanks.html">Thanks</a>
+                            </li>
+                            <li>
+                                <a target="_blank" href="http://www.apache.org/security/">Security</a>
+                            </li>
+                        </ul>
+                    </div>
+                </div>
+            </div>
+            <div class="col-sm-3">
+                <h1>Contribute</h1>
+                <p style="padding-top:20px"><strong>Help Cordova move forward!</strong></p>
+                <p>Report bugs, improve the docs, or contribute to the code.</p>
+                <a href="/contribute" class="btn btn-lg btn-primary">
+                    Learn More
+                </a>
+                <p style="padding-top:20px"> <a href="https://twitter.com/apachecordova" class="twitter-follow-button" data-show-count="false">Follow @apachecordova</a></p>
+                <script async defer src="https://slack.cordova.io/slackin.js"></script>
+            </div>
+        </div>
+        <p class="copyright_text">
+            Copyright &copy; 2012, 2013, 2015 The Apache Software Foundation, Licensed under the <a target="_blank" href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br/>
+            Apache and the Apache feather logos are <a target="_blank" href="http://www.apache.org/foundation/marks/list/">trademarks</a> of The Apache Software Foundation.
+        </p>
+        <a class="closing" href="#top"></a>
+    </div>
+</footer>
+
+<script defer type="text/javascript" src="/static/js/lib/prettify/prettify.js"></script>
+<script defer type="text/javascript" src="/static/js/index.js"></script>
+<script defer type="text/javascript" src="/static/js/twitter.js"></script>
+
+    <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/blog/index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/blog/index.html?rev=1734303&r1=1734302&r2=1734303&view=diff
==============================================================================
--- cordova/site/public/blog/index.html (original)
+++ cordova/site/public/blog/index.html Wed Mar  9 19:53:34 2016
@@ -106,7 +106,39 @@
             
             <li>
                 <header>
-                    <div class="adorner" blogTime="Thu, 03 Mar 2016 00:00:00 -0800"></div>
+                    <div class="adorner" blogTime="Fri, 04 Mar 2016 00:00:00 +0300"></div>
+                    <h2 class="title">
+                        <a href="/announcements/2016/03/04/cordova-browser-4.1.0.html">Cordova Browser 4.1.0</a>
+                    </h2>
+                    <div class="details">
+                        <span class="date">04 Mar 2016</span>
+                        - by
+                        <span class="author">
+                            
+                                <a href="https://github.com/vladimir-kotikov">Vladimir Kotikov</a>
+                            
+                        </span>
+                        <a class="comment" href="/announcements/2016/03/04/cordova-browser-4.1.0.html#disqus_thread"></a>
+                    </div>
+                </header>
+                <section class="post-excerpt">
+                    <p><p>We are happy to announce that <code class="prettyprint">Cordova Browser 4.1.0</code> has been released. It will be the default <strong>Browser</strong> version after the next <code class="prettyprint">cordova-cli</code> release.</p>
+
+<p>To upgrade:</p>
+<div class="highlight"><pre><code class="language-text" data-lang="text">npm install -g cordova
+cd my_project
+cordova platform update browser@4.1.0
+</code></pre></div>
+<p>To add it explicitly:</p>
+<div class="highlight"><pre><code class="language-text" data-lang="text">cordova platform add browser@4.1.0
+</code></pre></div></p>
+                    <div><a href="/announcements/2016/03/04/cordova-browser-4.1.0.html">More...</a></div>
+                </section>
+            </li>
+            
+            <li>
+                <header>
+                    <div class="adorner" blogTime="Thu, 03 Mar 2016 00:00:00 +0300"></div>
                     <h2 class="title">
                         <a href="/announcements/2016/03/03/docs-improvement.html">Significant Documentation Updates</a>
                     </h2>
@@ -130,7 +162,7 @@
             
             <li>
                 <header>
-                    <div class="adorner" blogTime="Wed, 02 Mar 2016 00:00:00 -0800"></div>
+                    <div class="adorner" blogTime="Wed, 02 Mar 2016 00:00:00 +0300"></div>
                     <h2 class="title">
                         <a href="/announcements/2016/03/02/ios-4.1.0.html">Cordova iOS 4.1.0</a>
                     </h2>
@@ -155,7 +187,8 @@
 <p>To upgrade:</p>
 <div class="highlight"><pre><code class="language-text" data-lang="text">npm install -g cordova
 cd my_project
-cordova platform update ios@4.1.0
+cordova platform rm ios
+cordova platform add ios@4.1.0
 </code></pre></div>
 <p>To add it explicitly:</p>
 <div class="highlight"><pre><code class="language-text" data-lang="text">cordova platform add ios@4.1.0
@@ -166,7 +199,7 @@ cordova platform update ios@4.1.0
             
             <li>
                 <header>
-                    <div class="adorner" blogTime="Wed, 02 Mar 2016 00:00:00 -0800"></div>
+                    <div class="adorner" blogTime="Wed, 02 Mar 2016 00:00:00 +0300"></div>
                     <h2 class="title">
                         <a href="/announcements/2016/03/02/cordova-android-5.1.1.html">Cordova Android 5.1.1</a>
                     </h2>
@@ -200,7 +233,7 @@ cordova platform update android@5.1.1
             
             <li>
                 <header>
-                    <div class="adorner" blogTime="Tue, 16 Feb 2016 00:00:00 -0800"></div>
+                    <div class="adorner" blogTime="Tue, 16 Feb 2016 00:00:00 +0300"></div>
                     <h2 class="title">
                         <a href="/announcements/2016/02/16/osx-4.0.0.html">Cordova OSX 4.0.0</a>
                     </h2>
@@ -227,7 +260,7 @@ cordova platform update android@5.1.1
             
             <li>
                 <header>
-                    <div class="adorner" blogTime="Tue, 09 Feb 2016 00:00:00 -0800"></div>
+                    <div class="adorner" blogTime="Tue, 09 Feb 2016 00:00:00 +0300"></div>
                     <h2 class="title">
                         <a href="/news/2016/02/09/plugins-release.html">Plugins Release</a>
                     </h2>
@@ -270,7 +303,7 @@ cordova plugin add cordova-plugin-media@
             
             <li>
                 <header>
-                    <div class="adorner" blogTime="Thu, 04 Feb 2016 00:00:00 -0800"></div>
+                    <div class="adorner" blogTime="Thu, 04 Feb 2016 00:00:00 +0300"></div>
                     <h2 class="title">
                         <a href="/news/2016/02/04/plugins-release.html">cordova-plugin-inappbrowser Plugin Release</a>
                     </h2>
@@ -304,7 +337,7 @@ cordova plugin add cordova-plugin-inappb
             
             <li>
                 <header>
-                    <div class="adorner" blogTime="Thu, 04 Feb 2016 00:00:00 -0800"></div>
+                    <div class="adorner" blogTime="Thu, 04 Feb 2016 00:00:00 +0300"></div>
                     <h2 class="title">
                         <a href="/announcements/2016/02/04/cordova-windows-4.3.1.html">Apache Cordova Windows 4.3.1</a>
                     </h2>
@@ -340,7 +373,7 @@ cordova platform update windows@4.3.1
             
             <li>
                 <header>
-                    <div class="adorner" blogTime="Thu, 28 Jan 2016 00:00:00 -0800"></div>
+                    <div class="adorner" blogTime="Thu, 28 Jan 2016 00:00:00 +0300"></div>
                     <h2 class="title">
                         <a href="/news/2016/01/28/tools-release.html">Cordova 6.0.0 Released!</a>
                     </h2>
@@ -398,7 +431,7 @@ cordova platform update windows@4.3.1
             
             <li>
                 <header>
-                    <div class="adorner" blogTime="Sun, 24 Jan 2016 00:00:00 -0800"></div>
+                    <div class="adorner" blogTime="Sun, 24 Jan 2016 00:00:00 +0300"></div>
                     <h2 class="title">
                         <a href="/announcements/2016/01/24/cordova-android-5.1.0.html">Cordova Android 5.1.0</a>
                     </h2>
@@ -441,7 +474,7 @@ cordova platform update android@5.1.0
             
             <li>
                 <header>
-                    <div class="adorner" blogTime="Tue, 19 Jan 2016 00:00:00 -0800"></div>
+                    <div class="adorner" blogTime="Tue, 19 Jan 2016 00:00:00 +0300"></div>
                     <h2 class="title">
                         <a href="/news/2016/01/19/plugins-release.html">Plugins Release</a>
                     </h2>
@@ -493,7 +526,7 @@ cordova plugin add cordova-plugin-camera
             
             <li>
                 <header>
-                    <div class="adorner" blogTime="Mon, 18 Jan 2016 00:00:00 -0800"></div>
+                    <div class="adorner" blogTime="Mon, 18 Jan 2016 00:00:00 +0300"></div>
                     <h2 class="title">
                         <a href="/announcements/2016/01/18/cordova-windows-4.3.0.html">Apache Cordova Windows 4.3.0</a>
                     </h2>
@@ -529,7 +562,7 @@ cordova platform update windows@4.3.0
             
             <li>
                 <header>
-                    <div class="adorner" blogTime="Fri, 08 Jan 2016 00:00:00 -0800"></div>
+                    <div class="adorner" blogTime="Fri, 08 Jan 2016 00:00:00 +0300"></div>
                     <h2 class="title">
                         <a href="/announcements/2016/01/08/cordova-ubuntu-4.3.2.html">Cordova Ubuntu 4.3.2</a>
                     </h2>
@@ -561,7 +594,7 @@ cordova platform update ubuntu@4.3.2
             
             <li>
                 <header>
-                    <div class="adorner" blogTime="Fri, 18 Dec 2015 00:00:00 -0800"></div>
+                    <div class="adorner" blogTime="Fri, 18 Dec 2015 00:00:00 +0300"></div>
                     <h2 class="title">
                         <a href="/announcements/2015/12/18/cordova-ios-4.0.1.html">Cordova iOS 4.0.1</a>
                     </h2>
@@ -593,7 +626,7 @@ cordova platform update ios@4.0.1
             
             <li>
                 <header>
-                    <div class="adorner" blogTime="Mon, 14 Dec 2015 00:00:00 -0800"></div>
+                    <div class="adorner" blogTime="Mon, 14 Dec 2015 00:00:00 +0300"></div>
                     <h2 class="title">
                         <a href="/news/2015/12/14/plugins-release.html">Plugins Release</a>
                     </h2>
@@ -632,7 +665,7 @@ cordova plugin add cordova-plugin-wkwebv
             
             <li>
                 <header>
-                    <div class="adorner" blogTime="Tue, 08 Dec 2015 00:00:00 -0800"></div>
+                    <div class="adorner" blogTime="Tue, 08 Dec 2015 00:00:00 +0300"></div>
                     <h2 class="title">
                         <a href="/news/2015/12/08/wkwebview-engine-plugin-release.html">Plugins Release</a>
                     </h2>
@@ -669,7 +702,7 @@ cordova plugin add cordova-plugin-wkwebv
             
             <li>
                 <header>
-                    <div class="adorner" blogTime="Tue, 08 Dec 2015 00:00:00 -0800"></div>
+                    <div class="adorner" blogTime="Tue, 08 Dec 2015 00:00:00 +0300"></div>
                     <h2 class="title">
                         <a href="/announcements/2015/12/08/cordova-ios-4.0.0.html">Cordova iOS 4.0.0</a>
                     </h2>
@@ -724,7 +757,7 @@ cordova platform update ios@4.0.0
             
             <li>
                 <header>
-                    <div class="adorner" blogTime="Tue, 24 Nov 2015 00:00:00 -0800"></div>
+                    <div class="adorner" blogTime="Tue, 24 Nov 2015 00:00:00 +0300"></div>
                     <h2 class="title">
                         <a href="/news/2015/11/24/tools-release.html">Tools Release</a>
                     </h2>
@@ -763,7 +796,7 @@ cordova platform update ios@4.0.0
             
             <li>
                 <header>
-                    <div class="adorner" blogTime="Tue, 24 Nov 2015 00:00:00 -0800"></div>
+                    <div class="adorner" blogTime="Tue, 24 Nov 2015 00:00:00 +0300"></div>
                     <h2 class="title">
                         <a href="/news/2015/11/24/plugins-release.html">Plugins Release</a>
                     </h2>
@@ -841,7 +874,7 @@ cordova plugin add cordova-plugin-camera
             
             <li>
                 <header>
-                    <div class="adorner" blogTime="Fri, 20 Nov 2015 00:00:00 -0800"></div>
+                    <div class="adorner" blogTime="Fri, 20 Nov 2015 00:00:00 +0300"></div>
                     <h2 class="title">
                         <a href="/announcements/2015/11/20/security.html">CVE annoucements for Cordova-Android</a>
                     </h2>
@@ -874,7 +907,7 @@ Cordova-Android 3.x due to security issu
             
             <li>
                 <header>
-                    <div class="adorner" blogTime="Wed, 11 Nov 2015 00:00:00 -0800"></div>
+                    <div class="adorner" blogTime="Wed, 11 Nov 2015 00:00:00 +0300"></div>
                     <h2 class="title">
                         <a href="/announcements/2015/11/11/cordova-windows-4.2.0.html">Apache Cordova Windows 4.2.0</a>
                     </h2>
@@ -912,7 +945,7 @@ cordova platform update windows@4.2.0
             
             <li>
                 <header>
-                    <div class="adorner" blogTime="Mon, 09 Nov 2015 00:00:00 -0800"></div>
+                    <div class="adorner" blogTime="Mon, 09 Nov 2015 00:00:00 +0300"></div>
                     <h2 class="title">
                         <a href="/announcements/2015/11/09/cordova-android-5.0.0.html">Cordova Android 5.0.0</a>
                     </h2>
@@ -959,7 +992,7 @@ cordova platform update android@5.0.0
             
             <li>
                 <header>
-                    <div class="adorner" blogTime="Fri, 06 Nov 2015 00:00:00 -0800"></div>
+                    <div class="adorner" blogTime="Fri, 06 Nov 2015 00:00:00 +0300"></div>
                     <h2 class="title">
                         <a href="/news/2015/11/06/tools-release.html">Tools Release: November 6th, 2015</a>
                     </h2>
@@ -1010,7 +1043,7 @@ cordova platform update android@5.0.0
             
             <li>
                 <header>
-                    <div class="adorner" blogTime="Mon, 02 Nov 2015 00:00:00 -0800"></div>
+                    <div class="adorner" blogTime="Mon, 02 Nov 2015 00:00:00 +0300"></div>
                     <h2 class="title">
                         <a href="/announcements/2015/11/02/cordova-ios-3.9.2.html">Apache Cordova iOS 3.9.2</a>
                     </h2>
@@ -1041,7 +1074,7 @@ cordova platform update ios@3.9.2
             
             <li>
                 <header>
-                    <div class="adorner" blogTime="Tue, 22 Sep 2015 00:00:00 -0700"></div>
+                    <div class="adorner" blogTime="Tue, 22 Sep 2015 00:00:00 +0300"></div>
                     <h2 class="title">
                         <a href="/news/2015/09/22/tools-release.html">Tools Release 5.3.3</a>
                     </h2>
@@ -1082,7 +1115,7 @@ cordova platform update ios@3.9.2
             
             <li>
                 <header>
-                    <div class="adorner" blogTime="Mon, 21 Sep 2015 00:00:00 -0700"></div>
+                    <div class="adorner" blogTime="Mon, 21 Sep 2015 00:00:00 +0300"></div>
                     <h2 class="title">
                         <a href="/news/2015/09/21/file-transfer-release.html">cordova-plugin-file-transfer release: September 21, 2015</a>
                     </h2>
@@ -1118,7 +1151,7 @@ cordova plugin add cordova-plugin-file-t
             
             <li>
                 <header>
-                    <div class="adorner" blogTime="Wed, 09 Sep 2015 00:00:00 -0700"></div>
+                    <div class="adorner" blogTime="Wed, 09 Sep 2015 00:00:00 +0300"></div>
                     <h2 class="title">
                         <a href="/news/2015/09/09/tools-release.html">Tools Release: September 9th, 2015</a>
                     </h2>
@@ -1160,7 +1193,7 @@ cordova plugin add cordova-plugin-file-t
             
             <li>
                 <header>
-                    <div class="adorner" blogTime="Tue, 08 Sep 2015 00:00:00 -0700"></div>
+                    <div class="adorner" blogTime="Tue, 08 Sep 2015 00:00:00 +0300"></div>
                     <h2 class="title">
                         <a href="/news/2015/09/08/cpr-readonly.html">Cordova Plugins Registry becomes immutable</a>
                     </h2>
@@ -1191,7 +1224,7 @@ cordova plugin add cordova-plugin-file-t
             
             <li>
                 <header>
-                    <div class="adorner" blogTime="Sat, 05 Sep 2015 00:00:00 -0700"></div>
+                    <div class="adorner" blogTime="Sat, 05 Sep 2015 00:00:00 +0300"></div>
                     <h2 class="title">
                         <a href="/announcements/2015/09/05/cordova-blackberry-3.8.0.html">Apache Cordova BlackBerry 3.8.0</a>
                     </h2>
@@ -1228,7 +1261,7 @@ cordova platform update blackberry10@3.8
             
             <li>
                 <header>
-                    <div class="adorner" blogTime="Tue, 18 Aug 2015 00:00:00 -0700"></div>
+                    <div class="adorner" blogTime="Tue, 18 Aug 2015 00:00:00 +0300"></div>
                     <h2 class="title">
                         <a href="/announcements/2015/08/18/cordova-windows-4.1.0.html">Apache Cordova Windows 4.1.0</a>
                     </h2>
@@ -1272,7 +1305,7 @@ cordova platform update windows@4.1.0
             
             <li>
                 <header>
-                    <div class="adorner" blogTime="Thu, 13 Aug 2015 00:00:00 -0700"></div>
+                    <div class="adorner" blogTime="Thu, 13 Aug 2015 00:00:00 +0300"></div>
                     <h2 class="title">
                         <a href="/news/2015/08/13/tools-release.html">Tools Release: August 13th, 2015</a>
                     </h2>
@@ -1325,7 +1358,7 @@ cordova platform update windows@4.1.0
             
             <li>
                 <header>
-                    <div class="adorner" blogTime="Tue, 04 Aug 2015 00:00:00 -0700"></div>
+                    <div class="adorner" blogTime="Tue, 04 Aug 2015 00:00:00 +0300"></div>
                     <h2 class="title">
                         <a href="/announcements/2015/08/04/cordova-ios-3.9.0.html">Apache Cordova iOS 3.9.0</a>
                     </h2>
@@ -1372,7 +1405,7 @@ cordova platform update ios@3.9.0
             
             <li>
                 <header>
-                    <div class="adorner" blogTime="Tue, 21 Jul 2015 00:00:00 -0700"></div>
+                    <div class="adorner" blogTime="Tue, 21 Jul 2015 00:00:00 +0300"></div>
                     <h2 class="title">
                         <a href="/announcements/2015/07/21/cordova-android-4.1.0.html">Apache Cordova Android 4.1.0</a>
                     </h2>
@@ -1415,7 +1448,7 @@ cordova platform update android@4.1.0
             
             <li>
                 <header>
-                    <div class="adorner" blogTime="Mon, 22 Jun 2015 00:00:00 -0700"></div>
+                    <div class="adorner" blogTime="Mon, 22 Jun 2015 00:00:00 +0300"></div>
                     <h2 class="title">
                         <a href="/news/2015/06/22/plugins-release.html">Plugins Release: June 22, 2015</a>
                     </h2>
@@ -1456,7 +1489,7 @@ cordova platform update android@4.1.0
             
             <li>
                 <header>
-                    <div class="adorner" blogTime="Wed, 10 Jun 2015 00:00:00 -0700"></div>
+                    <div class="adorner" blogTime="Wed, 10 Jun 2015 00:00:00 +0300"></div>
                     <h2 class="title">
                         <a href="/news/2015/06/10/tools-release.html">Tools Release: June 10, 2015</a>
                     </h2>
@@ -1506,7 +1539,7 @@ cordova platform update android@4.1.0
             
             <li>
                 <header>
-                    <div class="adorner" blogTime="Thu, 04 Jun 2015 00:00:00 -0700"></div>
+                    <div class="adorner" blogTime="Thu, 04 Jun 2015 00:00:00 +0300"></div>
                     <h2 class="title">
                         <a href="/news/2015/06/04/tools-release.html">Tools Release 4.3.1</a>
                     </h2>
@@ -1552,7 +1585,7 @@ release:</p>
             
             <li>
                 <header>
-                    <div class="adorner" blogTime="Wed, 03 Jun 2015 00:00:00 -0700"></div>
+                    <div class="adorner" blogTime="Wed, 03 Jun 2015 00:00:00 +0300"></div>
                     <h2 class="title">
                         <a href="/announcements/2015/06/03/windows-release.html">Apache Cordova Windows 4.0.0 release</a>
                     </h2>
@@ -1593,7 +1626,7 @@ release:</p>
             
             <li>
                 <header>
-                    <div class="adorner" blogTime="Tue, 26 May 2015 00:00:00 -0700"></div>
+                    <div class="adorner" blogTime="Tue, 26 May 2015 00:00:00 +0300"></div>
                     <h2 class="title">
                         <a href="/announcements/2015/05/26/android-402.html">Apache Cordova Android 4.0.2 and 3.7.2 released</a>
                     </h2>
@@ -1627,7 +1660,7 @@ release:</p>
             
             <li>
                 <header>
-                    <div class="adorner" blogTime="Tue, 21 Apr 2015 00:00:00 -0700"></div>
+                    <div class="adorner" blogTime="Tue, 21 Apr 2015 00:00:00 +0300"></div>
                     <h2 class="title">
                         <a href="/news/2015/04/21/tools-release.html">Tools Release: April 21, 2015</a>
                     </h2>
@@ -1679,7 +1712,7 @@ release:</p>
             
             <li>
                 <header>
-                    <div class="adorner" blogTime="Tue, 21 Apr 2015 00:00:00 -0700"></div>
+                    <div class="adorner" blogTime="Tue, 21 Apr 2015 00:00:00 +0300"></div>
                     <h2 class="title">
                         <a href="/announcements/2015/04/21/plugins-release-and-move-to-npm.html">Plugins Release and Moving plugins to npm: April 21, 2015</a>
                     </h2>
@@ -1727,7 +1760,7 @@ We encourage all third party plugin deve
             
             <li>
                 <header>
-                    <div class="adorner" blogTime="Wed, 15 Apr 2015 00:00:00 -0700"></div>
+                    <div class="adorner" blogTime="Wed, 15 Apr 2015 00:00:00 +0300"></div>
                     <h2 class="title">
                         <a href="/announcements/2015/04/15/cordova-android-4.0.0.html">Apache Cordova Android 4.0.0</a>
                     </h2>
@@ -1762,7 +1795,7 @@ cordova plugin add https://github.com/Mo
             
             <li>
                 <header>
-                    <div class="adorner" blogTime="Mon, 02 Mar 2015 00:00:00 -0800"></div>
+                    <div class="adorner" blogTime="Mon, 02 Mar 2015 00:00:00 +0300"></div>
                     <h2 class="title">
                         <a href="/news/2015/03/02/tools-release.html">Tools Release: March 02, 2015</a>
                     </h2>
@@ -1817,7 +1850,7 @@ This should make it easier developing co
             
             <li>
                 <header>
-                    <div class="adorner" blogTime="Fri, 27 Feb 2015 00:00:00 -0800"></div>
+                    <div class="adorner" blogTime="Fri, 27 Feb 2015 00:00:00 +0300"></div>
                     <h2 class="title">
                         <a href="/announcements/2015/02/27/cordova-windows-3.8.0.html">Apache Cordova Windows 3.8.0</a>
                     </h2>
@@ -1853,7 +1886,7 @@ cordova platform update windows
             
             <li>
                 <header>
-                    <div class="adorner" blogTime="Wed, 25 Feb 2015 00:00:00 -0800"></div>
+                    <div class="adorner" blogTime="Wed, 25 Feb 2015 00:00:00 +0300"></div>
                     <h2 class="title">
                         <a href="/announcements/2015/02/25/cordova-ios-3.8.0.html">Apache Cordova iOS 3.8.0</a>
                     </h2>
@@ -1892,7 +1925,7 @@ cordova platform update ios
             
             <li>
                 <header>
-                    <div class="adorner" blogTime="Tue, 10 Feb 2015 00:00:00 -0800"></div>
+                    <div class="adorner" blogTime="Tue, 10 Feb 2015 00:00:00 +0300"></div>
                     <h2 class="title">
                         <a href="/news/2015/02/10/plugins-release.html">Plugins Release: February 10, 2015</a>
                     </h2>
@@ -1952,7 +1985,7 @@ cordova plugin add org.apache.cordova.ca
             
             <li>
                 <header>
-                    <div class="adorner" blogTime="Fri, 06 Feb 2015 00:00:00 -0800"></div>
+                    <div class="adorner" blogTime="Fri, 06 Feb 2015 00:00:00 +0300"></div>
                     <h2 class="title">
                         <a href="/announcements/2015/02/06/cordova-android-3.7.1.html">Apache Cordova Android 3.7.1</a>
                     </h2>
@@ -1988,7 +2021,7 @@ cordova platform update android@3.7.1
             
             <li>
                 <header>
-                    <div class="adorner" blogTime="Fri, 09 Jan 2015 00:00:00 -0800"></div>
+                    <div class="adorner" blogTime="Fri, 09 Jan 2015 00:00:00 +0300"></div>
                     <h2 class="title">
                         <a href="/news/2015/01/09/tools-release.html">Tools Release: January 09, 2015</a>
                     </h2>
@@ -2030,7 +2063,7 @@ cordova platform update android@3.7.1
             
             <li>
                 <header>
-                    <div class="adorner" blogTime="Tue, 09 Dec 2014 00:00:00 -0800"></div>
+                    <div class="adorner" blogTime="Tue, 09 Dec 2014 00:00:00 +0300"></div>
                     <h2 class="title">
                         <a href="/news/2014/12/09/plugins-release.html">Plugins Release: December 9, 2014</a>
                     </h2>
@@ -2086,7 +2119,7 @@ cordova plugin add org.apache.cordova.ca
             
             <li>
                 <header>
-                    <div class="adorner" blogTime="Tue, 25 Nov 2014 00:00:00 -0800"></div>
+                    <div class="adorner" blogTime="Tue, 25 Nov 2014 00:00:00 +0300"></div>
                     <h2 class="title">
                         <a href="/announcements/2014/11/25/ios-64bit.html">iOS 64-bit apps in Cordova</a>
                     </h2>
@@ -2120,7 +2153,7 @@ version <strong>3.4.1</strong> of <stron
             
             <li>
                 <header>
-                    <div class="adorner" blogTime="Tue, 18 Nov 2014 00:00:00 -0800"></div>
+                    <div class="adorner" blogTime="Tue, 18 Nov 2014 00:00:00 +0300"></div>
                     <h2 class="title">
                         <a href="/blog/2014/11/18/cordova-perf.html">Automating Performance Audits for Cordova apps</a>
                     </h2>
@@ -2161,7 +2194,7 @@ Similar principles can be applied to app
             
             <li>
                 <header>
-                    <div class="adorner" blogTime="Thu, 13 Nov 2014 00:00:00 -0800"></div>
+                    <div class="adorner" blogTime="Thu, 13 Nov 2014 00:00:00 +0300"></div>
                     <h2 class="title">
                         <a href="/news/2014/11/13/tools-release.html">Tools Release: November 13, 2014</a>
                     </h2>
@@ -2203,7 +2236,7 @@ Similar principles can be applied to app
             
             <li>
                 <header>
-                    <div class="adorner" blogTime="Tue, 11 Nov 2014 00:00:00 -0800"></div>
+                    <div class="adorner" blogTime="Tue, 11 Nov 2014 00:00:00 +0300"></div>
                     <h2 class="title">
                         <a href="/news/2014/11/11/windows-cert.html">Critical Update: Windows 3.7.1. Release</a>
                     </h2>
@@ -2246,7 +2279,7 @@ C:\Program Files (x86)\MSBuild\Microsoft
             
             <li>
                 <header>
-                    <div class="adorner" blogTime="Thu, 06 Nov 2014 00:00:00 -0800"></div>
+                    <div class="adorner" blogTime="Thu, 06 Nov 2014 00:00:00 +0300"></div>
                     <h2 class="title">
                         <a href="/announcements/2014/11/06/cordova-wp-windows-3.7.0.html">Apache Cordova Windows &amp; Windows Phone 3.7.0</a>
                     </h2>
@@ -2285,7 +2318,7 @@ cordova platform add wp8@3.7.0
             
             <li>
                 <header>
-                    <div class="adorner" blogTime="Thu, 06 Nov 2014 00:00:00 -0800"></div>
+                    <div class="adorner" blogTime="Thu, 06 Nov 2014 00:00:00 +0300"></div>
                     <h2 class="title">
                         <a href="/announcements/2014/11/06/cordova-ios-3.7.0.html">Apache Cordova iOS 3.7.0</a>
                     </h2>
@@ -2322,7 +2355,7 @@ cordova platform update ios
             
             <li>
                 <header>
-                    <div class="adorner" blogTime="Fri, 17 Oct 2014 00:00:00 -0700"></div>
+                    <div class="adorner" blogTime="Fri, 17 Oct 2014 00:00:00 +0300"></div>
                     <h2 class="title">
                         <a href="/news/2014/10/17/plugins-release.html">Plugins Release: October 17, 2014</a>
                     </h2>
@@ -2378,7 +2411,7 @@ cordova plugin add org.apache.cordova.ca
             
             <li>
                 <header>
-                    <div class="adorner" blogTime="Thu, 16 Oct 2014 00:00:00 -0700"></div>
+                    <div class="adorner" blogTime="Thu, 16 Oct 2014 00:00:00 +0300"></div>
                     <h2 class="title">
                         <a href="/announcements/2014/10/16/cordova-4.html">Apache Cordova CLI 4.0 Release</a>
                     </h2>
@@ -2424,7 +2457,7 @@ cordova platform update android
             
             <li>
                 <header>
-                    <div class="adorner" blogTime="Mon, 22 Sep 2014 00:00:00 -0700"></div>
+                    <div class="adorner" blogTime="Mon, 22 Sep 2014 00:00:00 +0300"></div>
                     <h2 class="title">
                         <a href="/news/2014/09/22/plugins-release.html">Plugins Release: September 22, 2014</a>
                     </h2>
@@ -2481,7 +2514,7 @@ cordova platform update android
             
             <li>
                 <header>
-                    <div class="adorner" blogTime="Mon, 08 Sep 2014 00:00:00 -0700"></div>
+                    <div class="adorner" blogTime="Mon, 08 Sep 2014 00:00:00 +0300"></div>
                     <h2 class="title">
                         <a href="/announcements/2014/09/08/cordova-361.html">Apache Cordova 3.6</a>
                     </h2>
@@ -2535,7 +2568,7 @@ Apologies for the confusion.</p>
             
             <li>
                 <header>
-                    <div class="adorner" blogTime="Wed, 13 Aug 2014 00:00:00 -0700"></div>
+                    <div class="adorner" blogTime="Wed, 13 Aug 2014 00:00:00 +0300"></div>
                     <h2 class="title">
                         <a href="/news/2014/08/13/tools-update.html">Tools Release: August 13, 2014</a>
                     </h2>
@@ -2569,7 +2602,7 @@ Apologies for the confusion.</p>
             
             <li>
                 <header>
-                    <div class="adorner" blogTime="Mon, 11 Aug 2014 00:00:00 -0700"></div>
+                    <div class="adorner" blogTime="Mon, 11 Aug 2014 00:00:00 +0300"></div>
                     <h2 class="title">
                         <a href="/news/2014/08/11/plugins-release.html">Plugins Release: August 11, 2014</a>
                     </h2>
@@ -2635,7 +2668,7 @@ cordova plugin add org.apache.cordova.fi
             
             <li>
                 <header>
-                    <div class="adorner" blogTime="Wed, 06 Aug 2014 00:00:00 -0700"></div>
+                    <div class="adorner" blogTime="Wed, 06 Aug 2014 00:00:00 +0300"></div>
                     <h2 class="title">
                         <a href="/announcements/2014/08/06/android-351-update.html">Apache Cordova Android 3.5.1 Update</a>
                     </h2>
@@ -2663,7 +2696,7 @@ cordova plugin add org.apache.cordova.fi
             
             <li>
                 <header>
-                    <div class="adorner" blogTime="Mon, 04 Aug 2014 00:00:00 -0700"></div>
+                    <div class="adorner" blogTime="Mon, 04 Aug 2014 00:00:00 +0300"></div>
                     <h2 class="title">
                         <a href="/announcements/2014/08/04/android-351.html">Apache Cordova Android 3.5.1</a>
                     </h2>
@@ -2697,7 +2730,7 @@ cordova plugin add org.apache.cordova.fi
             
             <li>
                 <header>
-                    <div class="adorner" blogTime="Thu, 10 Jul 2014 00:00:00 -0700"></div>
+                    <div class="adorner" blogTime="Thu, 10 Jul 2014 00:00:00 +0300"></div>
                     <h2 class="title">
                         <a href="/news/2014/07/10/tools-release.html">Tools Release: July 10, 2014</a>
                     </h2>
@@ -2753,7 +2786,7 @@ npm install -g plugman
             
             <li>
                 <header>
-                    <div class="adorner" blogTime="Tue, 08 Jul 2014 00:00:00 -0700"></div>
+                    <div class="adorner" blogTime="Tue, 08 Jul 2014 00:00:00 +0300"></div>
                     <h2 class="title">
                         <a href="/news/2014/07/08/plugins-release.html">Plugins Release: July 8, 2014</a>
                     </h2>
@@ -2801,7 +2834,7 @@ cordova plugin add org.apache.cordova.co
             
             <li>
                 <header>
-                    <div class="adorner" blogTime="Thu, 12 Jun 2014 00:00:00 -0700"></div>
+                    <div class="adorner" blogTime="Thu, 12 Jun 2014 00:00:00 +0300"></div>
                     <h2 class="title">
                         <a href="/news/2014/06/12/plugins-release.html">Plugins Release: June 12, 2014</a>
                     </h2>
@@ -2869,7 +2902,7 @@ cordova plugin add org.apache.cordova.fi
             
             <li>
                 <header>
-                    <div class="adorner" blogTime="Fri, 23 May 2014 00:00:00 -0700"></div>
+                    <div class="adorner" blogTime="Fri, 23 May 2014 00:00:00 +0300"></div>
                     <h2 class="title">
                         <a href="/announcements/2014/05/23/cordova-350.html">Apache Cordova 3.5.0</a>
                     </h2>
@@ -2912,7 +2945,7 @@ cordova platform update android
             
             <li>
                 <header>
-                    <div class="adorner" blogTime="Wed, 23 Apr 2014 00:00:00 -0700"></div>
+                    <div class="adorner" blogTime="Wed, 23 Apr 2014 00:00:00 +0300"></div>
                     <h2 class="title">
                         <a href="/news/2014/04/23/plugins.release.html">Plugins Release: April 23, 2014</a>
                     </h2>
@@ -2979,7 +3012,7 @@ cordova plugin add org.apache.cordova.fi
             
             <li>
                 <header>
-                    <div class="adorner" blogTime="Wed, 09 Apr 2014 00:00:00 -0700"></div>
+                    <div class="adorner" blogTime="Wed, 09 Apr 2014 00:00:00 +0300"></div>
                     <h2 class="title">
                         <a href="/news/2014/04/09/tools-ios-release.html">Tools Release: April 9, 2014</a>
                     </h2>
@@ -3028,7 +3061,7 @@ npm update -g plugman
             
             <li>
                 <header>
-                    <div class="adorner" blogTime="Wed, 05 Mar 2014 00:00:00 -0800"></div>
+                    <div class="adorner" blogTime="Wed, 05 Mar 2014 00:00:00 +0300"></div>
                     <h2 class="title">
                         <a href="/news/2014/03/05/tools-release.html">Tools Release: March 5, 2014</a>
                     </h2>
@@ -3072,7 +3105,7 @@ npm update -g plugman
             
             <li>
                 <header>
-                    <div class="adorner" blogTime="Mon, 03 Mar 2014 00:00:00 -0800"></div>
+                    <div class="adorner" blogTime="Mon, 03 Mar 2014 00:00:00 +0300"></div>
                     <h2 class="title">
                         <a href="/news/2014/03/03/plugins-release.html">Plugins Release: March 3, 2014</a>
                     </h2>
@@ -3122,7 +3155,7 @@ cordova plugin add org.apache.cordova.fi
             
             <li>
                 <header>
-                    <div class="adorner" blogTime="Thu, 20 Feb 2014 00:00:00 -0800"></div>
+                    <div class="adorner" blogTime="Thu, 20 Feb 2014 00:00:00 +0300"></div>
                     <h2 class="title">
                         <a href="/announcements/2014/02/20/cordova-340.html">Apache Cordova 3.4.0</a>
                     </h2>
@@ -3157,7 +3190,7 @@ cordova platform update android
             
             <li>
                 <header>
-                    <div class="adorner" blogTime="Mon, 10 Feb 2014 00:00:00 -0800"></div>
+                    <div class="adorner" blogTime="Mon, 10 Feb 2014 00:00:00 +0300"></div>
                     <h2 class="title">
                         <a href="/news/2014/02/10/plugins-release.html">Plugins Release: Feb 10, 2014</a>
                     </h2>
@@ -3207,7 +3240,7 @@ cordova platform update android
             
             <li>
                 <header>
-                    <div class="adorner" blogTime="Fri, 31 Jan 2014 00:00:00 -0800"></div>
+                    <div class="adorner" blogTime="Fri, 31 Jan 2014 00:00:00 +0300"></div>
                     <h2 class="title">
                         <a href="/news/2014/01/31/tools-release.html">Tools Release: Jan 31, 2014</a>
                     </h2>
@@ -3251,7 +3284,7 @@ npm update -g plugman
             
             <li>
                 <header>
-                    <div class="adorner" blogTime="Thu, 02 Jan 2014 00:00:00 -0800"></div>
+                    <div class="adorner" blogTime="Thu, 02 Jan 2014 00:00:00 +0300"></div>
                     <h2 class="title">
                         <a href="/news/2014/01/02/plugins-release.html">Plugins Release: Jan 2, 2014</a>
                     </h2>
@@ -3302,7 +3335,7 @@ within plugins themselves. Eventually, d
             
             <li>
                 <header>
-                    <div class="adorner" blogTime="Mon, 16 Dec 2013 00:00:00 -0800"></div>
+                    <div class="adorner" blogTime="Mon, 16 Dec 2013 00:00:00 +0300"></div>
                     <h2 class="title">
                         <a href="/announcements/2013/12/16/cordova-330.html">Apache Cordova 3.3.0</a>
                     </h2>
@@ -3336,7 +3369,7 @@ cordova platform update android
             
             <li>
                 <header>
-                    <div class="adorner" blogTime="Fri, 06 Dec 2013 00:00:00 -0800"></div>
+                    <div class="adorner" blogTime="Fri, 06 Dec 2013 00:00:00 +0300"></div>
                     <h2 class="title">
                         <a href="/announcements/releases/2013/12/06/cordova-330rc1.html">Apache Cordova 3.3.0 RC1</a>
                     </h2>
@@ -3376,7 +3409,7 @@ cordova platform update android
             
             <li>
                 <header>
-                    <div class="adorner" blogTime="Wed, 04 Dec 2013 00:00:00 -0800"></div>
+                    <div class="adorner" blogTime="Wed, 04 Dec 2013 00:00:00 +0300"></div>
                     <h2 class="title">
                         <a href="/news/2013/12/04/plugins-release.html">Plugins Release: Dec 4, 2013</a>
                     </h2>
@@ -3417,7 +3450,7 @@ cordova platform update android
             
             <li>
                 <header>
-                    <div class="adorner" blogTime="Fri, 22 Nov 2013 00:00:00 -0800"></div>
+                    <div class="adorner" blogTime="Fri, 22 Nov 2013 00:00:00 +0300"></div>
                     <h2 class="title">
                         <a href="/announcements/2013/11/22/cordova-320.html">Apache Cordova 3.2.0</a>
                     </h2>
@@ -3454,7 +3487,7 @@ cordova platform update android
             
             <li>
                 <header>
-                    <div class="adorner" blogTime="Fri, 15 Nov 2013 00:00:00 -0800"></div>
+                    <div class="adorner" blogTime="Fri, 15 Nov 2013 00:00:00 +0300"></div>
                     <h2 class="title">
                         <a href="/announcements/2013/11/15/kitkat.html">Action Required: Android KitKat Compatibility</a>
                     </h2>
@@ -3493,7 +3526,7 @@ or to directly apply the fix to
             
             <li>
                 <header>
-                    <div class="adorner" blogTime="Wed, 13 Nov 2013 00:00:00 -0800"></div>
+                    <div class="adorner" blogTime="Wed, 13 Nov 2013 00:00:00 +0300"></div>
                     <h2 class="title">
                         <a href="/announcements/releases/2013/11/13/cordova-320rc1.html">Apache Cordova 3.2.0 RC1</a>
                     </h2>
@@ -3532,7 +3565,7 @@ cordova platform update android
             
             <li>
                 <header>
-                    <div class="adorner" blogTime="Wed, 06 Nov 2013 00:00:00 -0800"></div>
+                    <div class="adorner" blogTime="Wed, 06 Nov 2013 00:00:00 +0300"></div>
                     <h2 class="title">
                         <a href="/blog/releases/2013/11/06/cordova-291.html">Apache Cordova 2.9.1</a>
                     </h2>
@@ -3560,7 +3593,7 @@ cordova platform update android
             
             <li>
                 <header>
-                    <div class="adorner" blogTime="Mon, 28 Oct 2013 00:00:00 -0700"></div>
+                    <div class="adorner" blogTime="Mon, 28 Oct 2013 00:00:00 +0300"></div>
                     <h2 class="title">
                         <a href="/news/2013/10/28/plugins-release.html">CLI, Plugman &amp; Plugins Release: Oct 28, 2013</a>
                     </h2>
@@ -3596,7 +3629,7 @@ cordova platform update android
             
             <li>
                 <header>
-                    <div class="adorner" blogTime="Mon, 21 Oct 2013 00:00:00 -0700"></div>
+                    <div class="adorner" blogTime="Mon, 21 Oct 2013 00:00:00 +0300"></div>
                     <h2 class="title">
                         <a href="/news/2013/10/21/cordova-registry.html">Cordova's Plugin Registry</a>
                     </h2>
@@ -3622,7 +3655,7 @@ cordova platform update android
             
             <li>
                 <header>
-                    <div class="adorner" blogTime="Thu, 10 Oct 2013 00:00:00 -0700"></div>
+                    <div class="adorner" blogTime="Thu, 10 Oct 2013 00:00:00 +0300"></div>
                     <h2 class="title">
                         <a href="/news/2013/10/10/plugins-release.html">Plugins Release: October 10th, 2013</a>
                     </h2>
@@ -3673,7 +3706,7 @@ cordova platform update android
             
             <li>
                 <header>
-                    <div class="adorner" blogTime="Wed, 02 Oct 2013 00:00:00 -0700"></div>
+                    <div class="adorner" blogTime="Wed, 02 Oct 2013 00:00:00 +0300"></div>
                     <h2 class="title">
                         <a href="/blog/releases/2013/10/02/cordova-31.html">Apache Cordova 3.1</a>
                     </h2>
@@ -3718,7 +3751,7 @@ cordova platform update android
             
             <li>
                 <header>
-                    <div class="adorner" blogTime="Tue, 01 Oct 2013 00:00:00 -0700"></div>
+                    <div class="adorner" blogTime="Tue, 01 Oct 2013 00:00:00 +0300"></div>
                     <h2 class="title">
                         <a href="/news/2013/10/01/plugins-release.html">Plugins Release: October 1st, 2013</a>
                     </h2>
@@ -3752,7 +3785,7 @@ cordova plugin add org.apache.cordova.ca
             
             <li>
                 <header>
-                    <div class="adorner" blogTime="Fri, 13 Sep 2013 00:00:00 -0700"></div>
+                    <div class="adorner" blogTime="Fri, 13 Sep 2013 00:00:00 +0300"></div>
                     <h2 class="title">
                         <a href="/news/2013/09/13/last-week.html">Last Week in Cordova: FirefoxOS, Translations, bug fixes</a>
                     </h2>
@@ -3778,7 +3811,7 @@ translating docs, and fixing bugs.</p>
             
             <li>
                 <header>
-                    <div class="adorner" blogTime="Fri, 06 Sep 2013 00:00:00 -0700"></div>
+                    <div class="adorner" blogTime="Fri, 06 Sep 2013 00:00:00 +0300"></div>
                     <h2 class="title">
                         <a href="/news/2013/09/06/last-week.html">Last Week in Cordova</a>
                     </h2>
@@ -3807,7 +3840,7 @@ There was also good progress made toward
             
             <li>
                 <header>
-                    <div class="adorner" blogTime="Mon, 12 Aug 2013 13:45:04 -0700"></div>
+                    <div class="adorner" blogTime="Mon, 12 Aug 2013 23:45:04 +0300"></div>
                     <h2 class="title">
                         <a href="/blog/2013/08/12/crowdintranslation.html">Apache Cordova Is Looking for a Few Good Translators</a>
                     </h2>
@@ -3841,7 +3874,7 @@ like.  If you know another language plea
             
             <li>
                 <header>
-                    <div class="adorner" blogTime="Tue, 23 Jul 2013 11:45:04 -0700"></div>
+                    <div class="adorner" blogTime="Tue, 23 Jul 2013 21:45:04 +0300"></div>
                     <h2 class="title">
                         <a href="/blog/releases/2013/07/23/cordova-3.html">Apache Cordova 3.0</a>
                     </h2>
@@ -3875,7 +3908,7 @@ like.  If you know another language plea
             
             <li>
                 <header>
-                    <div class="adorner" blogTime="Thu, 11 Jul 2013 13:45:04 -0700"></div>
+                    <div class="adorner" blogTime="Thu, 11 Jul 2013 23:45:04 +0300"></div>
                     <h2 class="title">
                         <a href="/blog/2013/07/11/cordova-has-a-blog.html">Apache Cordova Gets an Official Blog</a>
                     </h2>
@@ -3932,7 +3965,7 @@ window.twttr = (function(d, s, id) {
 <script>
     window.onload = function(){
         setTimeout(function(){
-            var lastPostTime = new Date("Thu, 03 Mar 2016 00:00:00 -0800").getTime();
+            var lastPostTime = new Date("Fri, 04 Mar 2016 00:00:00 +0300").getTime();
           setCookie("visitTime", lastPostTime, 365);
         }, 2000);
     };

Modified: cordova/site/public/docs/en/6.x/cordova-cli/index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/6.x/cordova-cli/index.html?rev=1734303&r1=1734302&r2=1734303&view=diff
==============================================================================
--- cordova/site/public/docs/en/6.x/cordova-cli/index.html (original)
+++ cordova/site/public/docs/en/6.x/cordova-cli/index.html Wed Mar  9 19:53:34 2016
@@ -2854,12 +2854,12 @@ cordova build android --release -- --key
 |-- merges/
 | | |-- android/
 | | |-- windows/
-| | -- ios/
+| | |-- ios/
 |-- www/
 |-- platforms/
 | |-- android/
 | |-- windows/
-| -- ios/
+| |-- ios/
 -- plugins/
 </code></pre></div>
 <h4>config.xml</h4>
@@ -3458,17 +3458,17 @@ base of your project.</p>
 <h3>Syntax</h3>
 <div class="highlight"><pre><code class="language-text" data-lang="text">cordova info
 </code></pre></div>
-<h2>cordova serve command</h2>
-
-<h3>Synopsis</h3>
+<h2>cordova serve command
+Synopsis</h3>
 
 <p>Run a local web server for www/ assets using specified <code class="prettyprint">port</code> or default of 8000. Access projects at: <code class="prettyprint">http://HOST_IP:PORT/PLATFORM/www</code></p>
 
 <h3>Syntax</h3>
 <div class="highlight"><pre><code class="language-text" data-lang="text">cordova serve [port]
 </code></pre></div>
-<h2>cordova help command
-Synopsis</h3>
+<h2>cordova help command</h2>
+
+<h3>Synopsis</h3>
 
 <p>Show syntax summary, or the help for a specific command.</p>
 

Modified: cordova/site/public/docs/en/6.x/guide/cli/index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/6.x/guide/cli/index.html?rev=1734303&r1=1734302&r2=1734303&view=diff
==============================================================================
--- cordova/site/public/docs/en/6.x/guide/cli/index.html (original)
+++ cordova/site/public/docs/en/6.x/guide/cli/index.html Wed Mar  9 19:53:34 2016
@@ -2818,7 +2818,7 @@ npm and you can search for them on the <
 <div class="highlight"><pre><code class="language-text" data-lang="text">    $ cordova plugin search camera
 </code></pre></div>
 <p>To add the camera plugin, we will specify the npm package name for the camera plugin:</p>
-<div class="highlight"><pre><code class="language-text" data-lang="text">  $ cordova pluign add cordova-plugin-camera
+<div class="highlight"><pre><code class="language-text" data-lang="text">  $ cordova plugin add cordova-plugin-camera
   Fetching plugin &quot;cordova-plugin-camera@~2.1.0&quot; via npm
   Installing &quot;cordova-plugin-camera&quot; for android
   Installing &quot;cordova-plugin-camera&quot; for ios

Modified: cordova/site/public/docs/en/dev/cordova-cli/index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/dev/cordova-cli/index.html?rev=1734303&r1=1734302&r2=1734303&view=diff
==============================================================================
--- cordova/site/public/docs/en/dev/cordova-cli/index.html (original)
+++ cordova/site/public/docs/en/dev/cordova-cli/index.html Wed Mar  9 19:53:34 2016
@@ -3094,7 +3094,7 @@ www/
 
 <h3>Syntax</h3>
 <div class="highlight"><pre><code class="language-bash" data-lang="bash">cordova <span class="o">{</span>plugin <span class="p">|</span> plugins<span class="o">}</span> <span class="o">[</span>
-    add &lt;plugin-spec&gt; <span class="o">[</span>..<span class="o">]</span> <span class="o">{</span>--searchpath<span class="o">=</span>&lt;directory&gt; <span class="p">|</span> --noregistry <span class="p">|</span> --link <span class="p">|</span> --save <span class="p">|</span> --browserify<span class="o">}</span> <span class="p">|</span>
+    add &lt;plugin-spec&gt; <span class="o">[</span>..<span class="o">]</span> <span class="o">{</span>--searchpath<span class="o">=</span>&lt;directory&gt; <span class="p">|</span> --noregistry <span class="p">|</span> --link <span class="p">|</span> --save <span class="p">|</span> --browserify <span class="p">|</span> --force<span class="o">}</span> <span class="p">|</span>
     <span class="o">{</span>remove <span class="p">|</span> rm<span class="o">}</span> <span class="o">{</span>&lt;pluginid&gt; <span class="p">|</span> &lt;name&gt;<span class="o">}</span> --save <span class="p">|</span>
     <span class="o">{</span>list <span class="p">|</span> ls<span class="o">}</span> <span class="p">|</span>
     search <span class="o">[</span>&lt;keyword&gt;<span class="o">]</span> <span class="p">|</span>
@@ -3139,6 +3139,11 @@ www/
 <td>Compile plugin JS at build time using browserify instead of runtime.</td>
 </tr>
 <tr>
+<td></td>
+<td>--force</td>
+<td><em>Introduced in version 6.1.</em> Forces copying source files from the plugin even if the same file already exists in the target directory.</td>
+</tr>
+<tr>
 <td>remove `<pluginid></td>
 <td><name>` [...]</td>
 <td></td>
@@ -3449,7 +3454,7 @@ See <a href="#cordova-run-command">cordo
 </code></pre></div></li>
 </ul>
 
-<h2>cordova requirements command</h2>
+cordova requirements command</h2>
 
 <h3>Synopsis</h3>
 
@@ -3459,8 +3464,7 @@ otherwise exits with non-zero code.</p>
 
 <p>This can be useful when setting up a machine for building a particular platform.</p>
 
-<h3>Syntax</h3>
-<div class="highlight"><pre><code class="language-text" data-lang="text">cordova requirements android
+<h3>Syntax<div class="highlight"><pre><code class="language-text" data-lang="text">cordova requirements android
 </code></pre></div>
 <h2>cordova info command</h2>
 
@@ -3482,8 +3486,9 @@ base of your project.</p>
 <h3>Syntax</h3>
 <div class="highlight"><pre><code class="language-text" data-lang="text">cordova serve [port]
 </code></pre></div>
-<h2>cordova help command
-Synopsis</h3>
+<h2>cordova help command</h2>
+
+<h3>Synopsis</h3>
 
 <p>Show syntax summary, or the help for a specific command.</p>
 

Modified: cordova/site/public/docs/en/dev/cordova/storage/storage.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/dev/cordova/storage/storage.html?rev=1734303&r1=1734302&r2=1734303&view=diff
==============================================================================
--- cordova/site/public/docs/en/dev/cordova/storage/storage.html (original)
+++ cordova/site/public/docs/en/dev/cordova/storage/storage.html Wed Mar  9 19:53:34 2016
@@ -2659,27 +2659,69 @@
         <div id="page-toc-source">
             <h1>Storage</h1>
 
-<blockquote>
-<p>An overview of storage options for Cordova.</p>
-</blockquote>
-
 <p>Several storage APIs are available for Cordova applications.
-See <a href="http://www.html5rocks.com/en/features/storage">html5rocks</a>, for a more complete overview and examples.</p>
+See html5rocks <a href="http://www.html5rocks.com/en/features/storage">storage overview</a> and
+<a href="http://www.html5rocks.com/en/tutorials/offline/storage/">tutorial</a>, for a more complete overview and
+examples.</p>
+
+<p>Each API offers advantages and disadvantages, which are summarized here. You
+should choose whichever best suits your needs. You can also use several
+different approaches within a single application for different purposes. </p>
 
 <h2>LocalStorage</h2>
 
-<p>Also known as <em>web storage</em>, <em>simple storage</em>, or by its alternate
-<em>session storage</em> interface, this API provides synchronous key/value
-pair storage, and is available in underlying WebView implementations.
-Refer to the <a href="http://www.w3.org/TR/webstorage/">W3C spec</a> for details.</p>
+<p>Local storage provides simple, synchronous key/value pair storage, and is
+supported by the underlying WebView implementations on all Cordova
+platforms.</p>
+
+<h3>Usage Summary</h3>
+
+<p>Local storage can be accessed via <code class="prettyprint">window.localStorage</code>. The following code
+snippet shows the most important methods exposed by the returned <code class="prettyprint">Storage</code> object:  </p>
+<div class="highlight"><pre><code class="language-text" data-lang="text">var storage = window.localStorage;
+var value = storage.getItem(key); // Pass a key name to get its value.
+storage.setItem(key, value) // Pass a key name and its value to add or update that key.
+storage.removeItem(key) // Pass a key name to remove that key from storage.
+</code></pre></div>
+<p>For more information, see:</p>
+
+<ul>
+<li><a href="https://html.spec.whatwg.org/multipage/webstorage.html">W3C: Spec</a></li>
+<li><a href="https://developer.mozilla.org/en-US/docs/Web/API/Storage">MDN: Storage API</a></li>
+<li><a href="https://developer.mozilla.org/en-US/docs/Web/API/Web_Storage_API/Using_the_Web_Storage_API">MDN: Storage Guide</a></li>
+</ul>
+
+<h3>Advantages</h3>
+
+<ul>
+<li>Supported by all Cordova platforms.</li>
+<li>Its simple, synchronous API means it is easy to use.</li>
+</ul>
+
+<h3>Disadvantages</h3>
+
+<ul>
+<li>Only stores strings, so complex data structures have to be serialized,
+and only data that can be serialized can be stored.</li>
+<li>Performs poorly with large amounts of data. In particular:
+
+<ul>
+<li>The lack of indexing means searches require manually iterating all data.</li>
+<li>Storing large or complex items is slow due to the need to serialize/de-serialize.</li>
+<li>Synchronous API means calls will lock up the user interface.</li>
+</ul></li>
+<li>Limited total amount of storage (typically around 5MB).</li>
+<li>iOS stores <code class="prettyprint">localStorage</code> data in a location that may be cleaned out by
+the OS when space is required. </li>
+</ul>
 
 <h2>WebSQL</h2>
 
-<p>This API is available in the underlying WebView.
-The <a href="http://dev.w3.org/html5/webdatabase/">Web SQL Database Specification</a>
-offers more full-featured database tables accessed via SQL queries.</p>
+<p>WebSQL provides an API for storing data in a structured database that can
+be queried using a standard SQL syntax (specifically, <a href="https://www.sqlite.org/">SQLite</a>).
+As such, it provides all the power (and complexity) of SQL.</p>
 
-<p>The following platforms support WebSQL:</p>
+<p>It is supported by the underlying WebView on the following Cordova platforms:</p>
 
 <ul>
 <li>Android</li>
@@ -2687,25 +2729,243 @@ offers more full-featured database table
 <li>iOS</li>
 </ul>
 
+<h3>Usage Summary</h3>
+
+<p>The entry point into creating or opening a database is the <code class="prettyprint">window.openDatabase()</code> method:</p>
+<div class="highlight"><pre><code class="language-text" data-lang="text">var db = window.openDatabase(name, version, displayName, estimatedSize);
+</code></pre></div>
+<ul>
+<li><strong>name</strong> (string): The unique name of the database, as it will be stored in disk.</li>
+<li><strong>version</strong> (string): The version of the database.</li>
+<li><strong>displayName</strong> (string): A human friendly name for the database, which
+the system will use if it needs to describe your database to the user
+(for example, when requesting permission to increase the size of the database).</li>
+<li><strong>estimatedSize</strong> (number): The expected maximum size of the database, in bytes.
+As the database increases in size, the user may be prompted for permission. If
+you make a reasonable first guess, the user is likely to be prompted less often.</li>
+</ul>
+
+<p>The returned <code class="prettyprint">Database</code> object provides a <code class="prettyprint">transaction()</code> method (or <code class="prettyprint">readTransaction()</code>
+to optimize read-only transactions) that let&#39;s you create a failure-safe transaction:</p>
+<div class="highlight"><pre><code class="language-text" data-lang="text">var db = window.openDatabase(name, version, displayName, estimatedSize);
+db.transaction(function (tx) {
+    tx.executeSql(sqlStatement, valueArray, function (tx, result) {
+        console.log(result);
+    }, function (error) {
+        console.log(error);
+    });
+});
+</code></pre></div>
+<p>For more information, see:</p>
+
+<ul>
+<li><a href="http://dev.w3.org/html5/webdatabase/">W3C: Spec</a></li>
+<li><a href="http://www.tutorialspoint.com/html5/html5_web_sql.htm">TutorialsPoint: WebSQL Guide</a></li>
+</ul>
+
+<p>For a good introduction to the SQL language, see:</p>
+
+<ul>
+<li><a href="http://www.w3schools.com/sql/sql_intro.asp">w3schools: Introduction to SQL</a></li>
+</ul>
+
+<h3>Working with database versions</h3>
+
+<p>When opening an existing database, if the specified version does not match
+the version of the database, an exception will be thrown and the database
+will not open. However, if you specify an empty string for the version, the
+database will open regardless of its current version (and you can query the
+current version via <code class="prettyprint">db.version</code>). Be wary, however - if the database is
+being created, it will be created with its version set to an empty string.</p>
+
+<h3>Advantages</h3>
+
+<ul>
+<li>Good performance - data can be indexed to provide fast searches, and
+asynchronous API means it doesn&#39;t lock up the user interface.</li>
+<li>Robustness from using a transactional database model.</li>
+<li>Support for versioning.</li>
+</ul>
+
+<h3>Disadvantages</h3>
+
+<ul>
+<li>Not supported by all Cordova platforms.</li>
+<li>More complex to work with than <em>LocalStorage</em> or <em>IndexedDB</em>.</li>
+<li>The API is deprecated. It is unlikely to ever be supported on platforms
+that don&#39;t currently support it, and it may be removed from platforms that do.</li>
+<li>Imposes a rigid structure that must be defined up-front.</li>
+<li>Limited total amount of storage (typically around 5MB).</li>
+</ul>
+
 <h2>IndexedDB</h2>
 
-<p>This API is available in the underlying WebView.
-<a href="http://www.w3.org/TR/IndexedDB/">Indexed DB</a> offers more features
-than LocalStorage but fewer than WebSQL.</p>
+<p>The goal of the IndexedDB API is to combine the strengths of the LocalStorage
+and WebSQL APIs, while avoiding their weaknesses. IndexedDB lets you store
+arbitrary JavaScript objects (provided they are supported by the <a href="http://w3c.github.io/html/infrastructure.html#safe-passing-of-structured-data">structured clone algorithm</a>),
+indexed with a key. It provides some of the benefits of SQL tables, without
+constraining the structure or needing to define it up front.</p>
+
+<p>IndexedDB provides a simple and easy to understand data model, much like LocalStorage.
+But unlike LocalStorage, you can create multiple databases, with multiple stores per
+database, and its asynchronous API and search indexes provide performance benefits.  </p>
 
-<p>The following platforms support IndexedDB:</p>
+<p>IndexedDB is supported by the underlying WebView on the following Cordova platforms:</p>
 
 <ul>
 <li>BlackBerry 10</li>
-<li>Windows Phone 8</li>
-<li>Windows 8</li>
+<li>Windows (with some limitations)</li>
+<li>Android (4.4 and above)</li>
+</ul>
+
+<h3>Windows Limitations</h3>
+
+<p>Windows platform support for IndexedDB is incomplete. For example, it lacks
+the following features:</p>
+
+<ul>
+<li>Not available in web workers.</li>
+<li>Doesn&#39;t support array keyPaths.</li>
+<li>Doesn&#39;t support array keys.</li>
+<li>Doesn&#39;t support object lookup via compound index.</li>
+</ul>
+
+<h3>Usage Summary</h3>
+
+<ul>
+<li>IndexedDB works asynchronously - you request a particular database
+operation, then get notified of the result via a DOM event.</li>
+<li>When you make a request, you get a request object, which provides <code class="prettyprint">onerror</code>
+and <code class="prettyprint">onsuccess</code> events, as well as properties such as <code class="prettyprint">result</code>, <code class="prettyprint">error</code>
+and <code class="prettyprint">readyState</code>. </li>
+</ul>
+
+<p>The following code snippet demonstrates some simple usage of IndexedDB:</p>
+<div class="highlight"><pre><code class="language-text" data-lang="text">var db;
+var databaseName = &#39;myDB&#39;;
+var databaseVersion = 1;
+var openRequest = window.indexedDB.open(databaseName, databaseVersion); 
+openRequest.onerror = function (event) {
+    console.log(openRequest.errorCode);
+};
+openRequest.onsuccess = function (event) {
+    // Database is open and initialized - we&#39;re good to proceed.
+    db = openRequest.result;
+    displayData();
+};
+openRequest.onupgradeneeded = function (event) {
+    // This is either a newly created database, or a new version number
+    // has been submitted to the open() call.
+    var db = event.target.result;
+    db.onerror = function () {
+        console.log(db.errorCode);
+    };
+
+    // Create an object store and indexes. A key is a data value used to organize
+    // and retrieve values in the object store. The keyPath option identifies where
+    // the key is stored. If a key path is specified, the store can only contain
+    // JavaScript objects, and each object stored must have a property with the
+    // same name as the key path (unless the autoIncrement option is true).
+    var store = db.createObjectStore(&#39;customers&#39;, { keyPath: &#39;customerId&#39; });
+
+    // Define the indexes we want to use. Objects we add to the store don&#39;t need
+    // to contain these properties, but they will only appear in the specified
+    // index of they do.
+    //
+    // syntax: store.createIndex(indexName, keyPath[, parameters]);
+    //
+    // All these values could have duplicates, so set unique to false
+    store.createIndex(&#39;firstName&#39;, &#39;firstName&#39;, { unique: false });
+    store.createIndex(&#39;lastName&#39;, &#39;lastName&#39;, { unique: false });
+    store.createIndex(&#39;street&#39;, &#39;street&#39;, { unique: false });
+    store.createIndex(&#39;city&#39;, &#39;city&#39;, { unique: false });
+    store.createIndex(&#39;zipCode&#39;, &#39;zipCode&#39;, { unique: false });
+    store.createIndex(&#39;country&#39;, &#39;country&#39;, { unique: false });
+
+    // Once the store is created, populate it
+    store.transaction.oncomplete = function (event) {
+        // The transaction method takes an array of the names of object stores
+        // and indexes that will be in the scope of the transaction (or a single
+        // string to access a single object store). The transaction will be
+        // read-only unless the optional &#39;readwrite&#39; parameter is specified.
+        // It returns a transaction object, which provides an objectStore method
+        // to access one of the object stores that are in the scope of this
+        //transaction.
+        var customerStore = db.transaction(&#39;customers&#39;, &#39;readwrite&#39;).objectStore(&#39;customers&#39;);
+        customers.forEach(function (customer) {
+            customerStore.add(customer);
+        });
+    };
+};
+
+function displayData() {
+}
+</code></pre></div>
+<p>For more information, see:</p>
+
+<ul>
+<li><a href="http://www.w3.org/TR/IndexedDB/">W3C: Spec</a></li>
+<li><a href="https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API">MDN: IndexedDB API Reference</a></li>
+<li><a href="https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API/Basic_Concepts_Behind_IndexedDB">MDN: IndexedDB Basic Concepts</a></li>
+<li><a href="https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API/Using_IndexedDB">MDN: Using IndexedDB Guide</a></li>
+</ul>
+
+<h3>Advantages</h3>
+
+<ul>
+<li>Good performance - asynchronous API won&#39;t block the UI, and indexing provides
+good search performance.</li>
+<li>Simple data model easier to learn than SQL.</li>
+<li>More flexible structure than WebSQL.</li>
+<li>Multiple databases and object stores provides more structure than LocalStorage.</li>
+<li>Robustness from using a transactional database model.</li>
+<li>Support for versioning.</li>
+</ul>
+
+<h3>Disadvantages</h3>
+
+<ul>
+<li>Not supported on iOS.</li>
+<li>Complex API with nested callbacks.</li>
+<li>Limited total amount of storage (typically around 5MB).</li>
 </ul>
 
 <h2>Plugin-Based Options</h2>
 
-<p>In addition to the storage APIs listed above, the
-<a href="https://github.com/apache/cordova-plugin-file/blob/master/README.md">File API</a> allows you to cache data on the local file system.  Other
-<a href="/plugins">Cordova plugins</a> provide similar storage options.</p>
+<h3>FileSystem API</h3>
+
+<p>The FileSystem API was a W3C spec that was implemented by Chrome, but not other
+browsers. It provides APIs to store and retrieve data on the local file system,
+and is described in some detail in an excellent <a href="http://www.html5rocks.com/en/tutorials/file/filesystem/">html5rocks article</a>.
+While the API is not supported natively by any Cordova platform, the <a href="https://github.com/apache/cordova-plugin-file/blob/master/README.md">File plugin</a>
+provides an extensive implementation that is available across all Cordova platforms.</p>
+
+<h3>SQLite Plugin</h3>
+
+<p>The SQLite plugin provides an API virtually identical to WebSQL described above.
+The main differences are:</p>
+
+<ul>
+<li>It is available with support for the Windows platform.</li>
+<li>It effectively has no size limitations.</li>
+</ul>
+
+<p>It is available in the following variations:</p>
+
+<ul>
+<li><strong><a href="https://github.com/litehelpers/Cordova-sqlite-storage/blob/core-master/README.md">cordova-sqlite-storage</a></strong> - core version that relies
+on native SQLite implementation. As such, it is only available for iOS
+and Android platforms. </li>
+<li><strong><a href="https://github.com/litehelpers/cordova-sqlite-ext/blob/ext-master/README.md">cordova-sqlite-ext</a></strong> - extended version with additional
+features including support for Windows and REGEXP support on Android and iOS.</li>
+<li><strong><a href="https://github.com/litehelpers/Cordova-sqlite-enterprise-free/blob/evfree-ext-rc/README.md">cordova-sqlite-evfree</a></strong> - similar to <em>cordova-sqlite-ext</em>
+but with improved memory handling. Available under GPL v3 or commercial license.</li>
+</ul>
+
+<h3>Other Plugins</h3>
+
+<p>Search <a href="/plugins">Cordova plugins</a> for other plugins that provide
+alternative storage options.</p>
 
 
         </div>

Modified: cordova/site/public/docs/en/dev/guide/cli/index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/dev/guide/cli/index.html?rev=1734303&r1=1734302&r2=1734303&view=diff
==============================================================================
--- cordova/site/public/docs/en/dev/guide/cli/index.html (original)
+++ cordova/site/public/docs/en/dev/guide/cli/index.html Wed Mar  9 19:53:34 2016
@@ -2833,7 +2833,7 @@ npm and you can search for them on the <
 <div class="highlight"><pre><code class="language-text" data-lang="text">    $ cordova plugin search camera
 </code></pre></div>
 <p>To add the camera plugin, we will specify the npm package name for the camera plugin:</p>
-<div class="highlight"><pre><code class="language-text" data-lang="text">  $ cordova pluign add cordova-plugin-camera
+<div class="highlight"><pre><code class="language-text" data-lang="text">  $ cordova plugin add cordova-plugin-camera
   Fetching plugin &quot;cordova-plugin-camera@~2.1.0&quot; via npm
   Installing &quot;cordova-plugin-camera&quot; for android
   Installing &quot;cordova-plugin-camera&quot; for ios



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