You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2017/05/12 17:44:02 UTC

svn commit: r1794999 [2/3] - in /cordova/site/public: blog/index.html feed.xml news/2017/05/01/plugins-release.html news/2017/05/04/cordova-7.html news/2017/05/12/ news/2017/05/12/tools-release.html sitemap.xml static/js/index.js static/js/plugins.js

Added: cordova/site/public/news/2017/05/12/tools-release.html
URL: http://svn.apache.org/viewvc/cordova/site/public/news/2017/05/12/tools-release.html?rev=1794999&view=auto
==============================================================================
--- cordova/site/public/news/2017/05/12/tools-release.html (added)
+++ cordova/site/public/news/2017/05/12/tools-release.html Fri May 12 17:44:02 2017
@@ -0,0 +1,312 @@
+<!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 just released a small update to our tools!cordova@7.0.1cordova-lib@7.0.1cordova-create@1.1.1With this release, creating a new cordova app with our default...">
+
+    <title>
+        
+            
+                Tools Released! - Apache Cordova
+            
+        
+    </title>
+
+    <link rel="SHORTCUT ICON" href="/favicon.ico"/>
+
+    
+
+    
+    
+
+    <link rel="canonical" href="https://cordova.apache.org/news/2017/05/12/tools-release.html">
+
+    <!-- CSS -->
+    <link rel="stylesheet" type="text/css" href="/static/css/main.css">
+    <link rel="stylesheet" type="text/css" href="/static/css/lib/syntax.css">
+    <!-- Algolia Search CSS -->
+    <link rel="stylesheet" href="https://cdn.jsdelivr.net/docsearch.js/1/docsearch.min.css" />
+
+    <!-- Fonts -->
+    <!-- For attribution information, see www/attributions.html -->
+    <link href='https://fonts.googleapis.com/css?family=Raleway:700,400,300,700italic,400italic,300italic' rel='stylesheet' type='text/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>
+
+    <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>
+
+</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/">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>
+                        <li>
+                            <form class="navbar-form navbar-right" id="header-search-form" role="search">
+                                <div class="input-group">
+                                    
+                                        
+                                    
+                                    <input id="header-search-field" type="text" placeholder="Search '7.x' docs..." class="form-control hidden-xs" autocomplete="off">
+                                </div>
+                            </form>
+                        </li>
+                    </ul>
+                </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">Tools Released!</div>
+        <div class="author">By:
+            
+              <a href="https://twitter.com/stevesgill">Steve Gill</a>
+            
+        </div>
+        <div class="date">12 May 2017</div>
+    </header>
+    <section>
+        <div>
+            <p>We just released a small update to our tools!</p>
+
+<ul>
+<li><a href="https://www.npmjs.org/package/cordova">cordova@7.0.1</a></li>
+<li><a href="https://www.npmjs.org/package/cordova-lib">cordova-lib@7.0.1</a></li>
+<li><a href="https://www.npmjs.com/package/cordova-create">cordova-create@1.1.1</a></li>
+</ul>
+
+<p>With this release, creating a new cordova app with our default template will include a <code>package.json</code> file by default.</p>
+
+<p>To update your cordova CLI:</p>
+<div class="highlight"><pre><code class="language-" data-lang="">npm install -g cordova@latest
+</code></pre></div>
+<p>Please report any issues you find at <a href="http://issues.cordova.io/">issues.cordova.io</a>!</p>
+
+<!--more-->
+
+<h1>Changes include:</h1>
+
+<h2>cordova-lib</h2>
+
+<ul>
+<li><a href="https://issues.apache.org/jira/browse/CB-12773">CB-12773</a>: fixed incorrect plugin version fetching issue</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-12769">CB-12769</a>: updated <code>cordova-create</code> dependency to 1.1.1</li>
+<li><a href="https://issues.apache.org/jira/browse/CB-12757">CB-12757</a>: if there&#39;s a plugin dependency in <code>package.json</code>, use that one for <code>config.xml</code></li>
+</ul>
+
+<h2>cordova-cli</h2>
+
+<ul>
+<li><a href="https://issues.apache.org/jira/browse/CB-12769">CB-12769</a>: Updated <code>cordova-lib</code> dependency to 7.0.1.</li>
+</ul>
+
+<h2>cordova-create</h2>
+
+<ul>
+<li><a href="https://issues.apache.org/jira/browse/CB-12765">CB-12765</a> default app <code>cordova-app-hello-world</code> is now treated like a template</li>
+</ul>
+
+        </div>
+    </section>
+    <footer>
+        <div class="row">
+            <div class="col-sm-6">
+                
+                    <a href="/news/2017/05/04/cordova-7.html">Previous</a>
+                    <br>
+                    <br>
+                    <a class="title" href="/news/2017/05/04/cordova-7.html">Apache Cordova 7.0.0</a>
+                    <div class="date"> 04 May 2017 - By Audrey So </div>
+                    <p class="content">
+                        We are happy to announce that Apache Cordova 7.0.0 has been released!...
+                    </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">
+        <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>
+                    <li><a href="/contribute/nightly_builds.html">Nightly builds</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.
+    <br/>
+    "Raleway" font used under license. For details see the <a href="/attributions/">attributions page</a>.
+</p>
+
+    </div>
+</footer>
+
+
+    <script defer type="text/javascript" src="/static/js/index.js"></script>
+    <script defer type="text/javascript" src="/static/js/twitter.js"></script>
+    
+    
+
+
+
+    
+
+
+<script type="text/javascript" src="https://cdn.jsdelivr.net/docsearch.js/1/docsearch.min.js"></script>
+<script type="text/javascript">
+    docsearch({
+        apiKey: '0a916ab198bd93d031aa70611271e42e',
+        indexName: 'cordova',
+        inputSelector: '#header-search-field',
+        algoliaOptions: { 'facetFilters': ["version:  7.x", "language: en"] }
+    });
+</script>
+
+</body>
+</html>

Modified: cordova/site/public/sitemap.xml
URL: http://svn.apache.org/viewvc/cordova/site/public/sitemap.xml?rev=1794999&r1=1794998&r2=1794999&view=diff
==============================================================================
--- cordova/site/public/sitemap.xml (original)
+++ cordova/site/public/sitemap.xml Fri May 12 17:44:02 2017
@@ -4,6 +4,11 @@
 <!-- posts -->
 
 <url>
+    <loc>https://cordova.apache.org/news/2017/05/12/tools-release.html</loc>
+</url>
+
+
+<url>
     <loc>https://cordova.apache.org/news/2017/05/04/cordova-7.html</loc>
 </url>
 

Modified: cordova/site/public/static/js/index.js
URL: http://svn.apache.org/viewvc/cordova/site/public/static/js/index.js?rev=1794999&r1=1794998&r2=1794999&view=diff
==============================================================================
--- cordova/site/public/static/js/index.js (original)
+++ cordova/site/public/static/js/index.js Fri May 12 17:44:02 2017
@@ -77,141 +77,142 @@ function checkNotification() {
     var dates = [];
     if (lastVisit != "") {
         
-        dates.push('Thu, 04 May 2017 00:00:00 -0700');
-        dates.push('Thu, 04 May 2017 00:00:00 -0700');
-        dates.push('Mon, 01 May 2017 00:00:00 -0700');
-        dates.push('Fri, 28 Apr 2017 00:00:00 -0700');
-        dates.push('Wed, 26 Apr 2017 00:00:00 -0700');
-        dates.push('Wed, 05 Apr 2017 00:00:00 -0700');
-        dates.push('Thu, 30 Mar 2017 00:00:00 -0700');
-        dates.push('Tue, 07 Mar 2017 00:00:00 -0800');
-        dates.push('Mon, 13 Feb 2017 00:00:00 -0800');
-        dates.push('Wed, 01 Feb 2017 00:00:00 -0800');
-        dates.push('Fri, 27 Jan 2017 00:00:00 -0800');
-        dates.push('Mon, 23 Jan 2017 00:00:00 -0800');
-        dates.push('Thu, 05 Jan 2017 00:00:00 -0800');
-        dates.push('Mon, 12 Dec 2016 00:00:00 -0800');
-        dates.push('Wed, 07 Dec 2016 00:00:00 -0800');
-        dates.push('Fri, 02 Dec 2016 00:00:00 -0800');
-        dates.push('Mon, 07 Nov 2016 00:00:00 -0800');
-        dates.push('Tue, 25 Oct 2016 00:00:00 -0700');
-        dates.push('Mon, 24 Oct 2016 00:00:00 -0700');
-        dates.push('Mon, 24 Oct 2016 00:00:00 -0700');
-        dates.push('Mon, 24 Oct 2016 00:00:00 -0700');
-        dates.push('Tue, 04 Oct 2016 00:00:00 -0700');
-        dates.push('Sat, 01 Oct 2016 00:00:00 -0700');
-        dates.push('Wed, 14 Sep 2016 00:00:00 -0700');
-        dates.push('Mon, 22 Aug 2016 00:00:00 -0700');
-        dates.push('Fri, 12 Aug 2016 00:00:00 -0700');
-        dates.push('Wed, 27 Jul 2016 00:00:00 -0700');
-        dates.push('Wed, 13 Jul 2016 00:00:00 -0700');
-        dates.push('Wed, 13 Jul 2016 00:00:00 -0700');
-        dates.push('Mon, 11 Jul 2016 00:00:00 -0700');
-        dates.push('Sat, 02 Jul 2016 00:00:00 -0700');
-        dates.push('Thu, 23 Jun 2016 00:00:00 -0700');
-        dates.push('Tue, 14 Jun 2016 00:00:00 -0700');
-        dates.push('Fri, 03 Jun 2016 00:00:00 -0700');
-        dates.push('Tue, 24 May 2016 00:00:00 -0700');
-        dates.push('Wed, 27 Apr 2016 00:00:00 -0700');
-        dates.push('Wed, 20 Apr 2016 00:00:00 -0700');
-        dates.push('Tue, 05 Apr 2016 00:00:00 -0700');
-        dates.push('Mon, 04 Apr 2016 00:00:00 -0700');
-        dates.push('Mon, 04 Apr 2016 00:00:00 -0700');
-        dates.push('Wed, 23 Mar 2016 00:00:00 -0700');
-        dates.push('Tue, 22 Mar 2016 00:00:00 -0700');
-        dates.push('Sat, 12 Mar 2016 00:00:00 -0800');
-        dates.push('Fri, 04 Mar 2016 00:00:00 -0800');
-        dates.push('Thu, 03 Mar 2016 00:00:00 -0800');
-        dates.push('Wed, 02 Mar 2016 00:00:00 -0800');
-        dates.push('Wed, 02 Mar 2016 00:00:00 -0800');
-        dates.push('Tue, 16 Feb 2016 00:00:00 -0800');
-        dates.push('Tue, 09 Feb 2016 00:00:00 -0800');
-        dates.push('Thu, 04 Feb 2016 00:00:00 -0800');
-        dates.push('Thu, 04 Feb 2016 00:00:00 -0800');
-        dates.push('Thu, 28 Jan 2016 00:00:00 -0800');
-        dates.push('Sun, 24 Jan 2016 00:00:00 -0800');
-        dates.push('Tue, 19 Jan 2016 00:00:00 -0800');
-        dates.push('Mon, 18 Jan 2016 00:00:00 -0800');
-        dates.push('Fri, 08 Jan 2016 00:00:00 -0800');
-        dates.push('Fri, 08 Jan 2016 00:00:00 -0800');
-        dates.push('Fri, 18 Dec 2015 00:00:00 -0800');
-        dates.push('Mon, 14 Dec 2015 00:00:00 -0800');
-        dates.push('Tue, 08 Dec 2015 00:00:00 -0800');
-        dates.push('Tue, 08 Dec 2015 00:00:00 -0800');
-        dates.push('Tue, 24 Nov 2015 00:00:00 -0800');
-        dates.push('Tue, 24 Nov 2015 00:00:00 -0800');
-        dates.push('Fri, 20 Nov 2015 00:00:00 -0800');
-        dates.push('Wed, 11 Nov 2015 00:00:00 -0800');
-        dates.push('Mon, 09 Nov 2015 00:00:00 -0800');
-        dates.push('Fri, 06 Nov 2015 00:00:00 -0800');
-        dates.push('Mon, 02 Nov 2015 00:00:00 -0800');
-        dates.push('Tue, 22 Sep 2015 00:00:00 -0700');
-        dates.push('Mon, 21 Sep 2015 00:00:00 -0700');
-        dates.push('Wed, 09 Sep 2015 00:00:00 -0700');
-        dates.push('Tue, 08 Sep 2015 00:00:00 -0700');
-        dates.push('Sat, 05 Sep 2015 00:00:00 -0700');
-        dates.push('Tue, 18 Aug 2015 00:00:00 -0700');
-        dates.push('Thu, 13 Aug 2015 00:00:00 -0700');
-        dates.push('Tue, 04 Aug 2015 00:00:00 -0700');
-        dates.push('Tue, 21 Jul 2015 00:00:00 -0700');
-        dates.push('Mon, 22 Jun 2015 00:00:00 -0700');
-        dates.push('Wed, 10 Jun 2015 00:00:00 -0700');
-        dates.push('Thu, 04 Jun 2015 00:00:00 -0700');
-        dates.push('Wed, 03 Jun 2015 00:00:00 -0700');
-        dates.push('Tue, 26 May 2015 00:00:00 -0700');
-        dates.push('Tue, 21 Apr 2015 00:00:00 -0700');
-        dates.push('Tue, 21 Apr 2015 00:00:00 -0700');
-        dates.push('Wed, 15 Apr 2015 00:00:00 -0700');
-        dates.push('Mon, 02 Mar 2015 00:00:00 -0800');
-        dates.push('Fri, 27 Feb 2015 00:00:00 -0800');
-        dates.push('Wed, 25 Feb 2015 00:00:00 -0800');
-        dates.push('Tue, 10 Feb 2015 00:00:00 -0800');
-        dates.push('Fri, 06 Feb 2015 00:00:00 -0800');
-        dates.push('Fri, 09 Jan 2015 00:00:00 -0800');
-        dates.push('Tue, 09 Dec 2014 00:00:00 -0800');
-        dates.push('Tue, 25 Nov 2014 00:00:00 -0800');
-        dates.push('Tue, 18 Nov 2014 00:00:00 -0800');
-        dates.push('Thu, 13 Nov 2014 00:00:00 -0800');
-        dates.push('Tue, 11 Nov 2014 00:00:00 -0800');
-        dates.push('Thu, 06 Nov 2014 00:00:00 -0800');
-        dates.push('Thu, 06 Nov 2014 00:00:00 -0800');
-        dates.push('Fri, 17 Oct 2014 00:00:00 -0700');
-        dates.push('Thu, 16 Oct 2014 00:00:00 -0700');
-        dates.push('Mon, 22 Sep 2014 00:00:00 -0700');
-        dates.push('Mon, 08 Sep 2014 00:00:00 -0700');
-        dates.push('Wed, 13 Aug 2014 00:00:00 -0700');
-        dates.push('Mon, 11 Aug 2014 00:00:00 -0700');
-        dates.push('Wed, 06 Aug 2014 00:00:00 -0700');
-        dates.push('Mon, 04 Aug 2014 00:00:00 -0700');
-        dates.push('Thu, 10 Jul 2014 00:00:00 -0700');
-        dates.push('Tue, 08 Jul 2014 00:00:00 -0700');
-        dates.push('Thu, 12 Jun 2014 00:00:00 -0700');
-        dates.push('Fri, 23 May 2014 00:00:00 -0700');
-        dates.push('Wed, 23 Apr 2014 00:00:00 -0700');
-        dates.push('Wed, 09 Apr 2014 00:00:00 -0700');
-        dates.push('Wed, 05 Mar 2014 00:00:00 -0800');
-        dates.push('Mon, 03 Mar 2014 00:00:00 -0800');
-        dates.push('Thu, 20 Feb 2014 00:00:00 -0800');
-        dates.push('Mon, 10 Feb 2014 00:00:00 -0800');
-        dates.push('Fri, 31 Jan 2014 00:00:00 -0800');
-        dates.push('Thu, 02 Jan 2014 00:00:00 -0800');
-        dates.push('Mon, 16 Dec 2013 00:00:00 -0800');
-        dates.push('Fri, 06 Dec 2013 00:00:00 -0800');
-        dates.push('Wed, 04 Dec 2013 00:00:00 -0800');
-        dates.push('Fri, 22 Nov 2013 00:00:00 -0800');
-        dates.push('Fri, 15 Nov 2013 00:00:00 -0800');
-        dates.push('Wed, 13 Nov 2013 00:00:00 -0800');
-        dates.push('Wed, 06 Nov 2013 00:00:00 -0800');
-        dates.push('Mon, 28 Oct 2013 00:00:00 -0700');
-        dates.push('Mon, 21 Oct 2013 00:00:00 -0700');
-        dates.push('Thu, 10 Oct 2013 00:00:00 -0700');
-        dates.push('Wed, 02 Oct 2013 00:00:00 -0700');
-        dates.push('Tue, 01 Oct 2013 00:00:00 -0700');
-        dates.push('Fri, 13 Sep 2013 00:00:00 -0700');
-        dates.push('Fri, 06 Sep 2013 00:00:00 -0700');
-        dates.push('Mon, 12 Aug 2013 13:45:04 -0700');
-        dates.push('Tue, 23 Jul 2013 11:45:04 -0700');
-        dates.push('Thu, 11 Jul 2013 13:45:04 -0700');
+        dates.push('Fri, 12 May 2017 00:00:00 +0100');
+        dates.push('Thu, 04 May 2017 00:00:00 +0100');
+        dates.push('Thu, 04 May 2017 00:00:00 +0100');
+        dates.push('Mon, 01 May 2017 00:00:00 +0100');
+        dates.push('Fri, 28 Apr 2017 00:00:00 +0100');
+        dates.push('Wed, 26 Apr 2017 00:00:00 +0100');
+        dates.push('Wed, 05 Apr 2017 00:00:00 +0100');
+        dates.push('Thu, 30 Mar 2017 00:00:00 +0100');
+        dates.push('Tue, 07 Mar 2017 00:00:00 +0000');
+        dates.push('Mon, 13 Feb 2017 00:00:00 +0000');
+        dates.push('Wed, 01 Feb 2017 00:00:00 +0000');
+        dates.push('Fri, 27 Jan 2017 00:00:00 +0000');
+        dates.push('Mon, 23 Jan 2017 00:00:00 +0000');
+        dates.push('Thu, 05 Jan 2017 00:00:00 +0000');
+        dates.push('Mon, 12 Dec 2016 00:00:00 +0000');
+        dates.push('Wed, 07 Dec 2016 00:00:00 +0000');
+        dates.push('Fri, 02 Dec 2016 00:00:00 +0000');
+        dates.push('Mon, 07 Nov 2016 00:00:00 +0000');
+        dates.push('Tue, 25 Oct 2016 00:00:00 +0100');
+        dates.push('Mon, 24 Oct 2016 00:00:00 +0100');
+        dates.push('Mon, 24 Oct 2016 00:00:00 +0100');
+        dates.push('Mon, 24 Oct 2016 00:00:00 +0100');
+        dates.push('Tue, 04 Oct 2016 00:00:00 +0100');
+        dates.push('Sat, 01 Oct 2016 00:00:00 +0100');
+        dates.push('Wed, 14 Sep 2016 00:00:00 +0100');
+        dates.push('Mon, 22 Aug 2016 00:00:00 +0100');
+        dates.push('Fri, 12 Aug 2016 00:00:00 +0100');
+        dates.push('Wed, 27 Jul 2016 00:00:00 +0100');
+        dates.push('Wed, 13 Jul 2016 00:00:00 +0100');
+        dates.push('Wed, 13 Jul 2016 00:00:00 +0100');
+        dates.push('Mon, 11 Jul 2016 00:00:00 +0100');
+        dates.push('Sat, 02 Jul 2016 00:00:00 +0100');
+        dates.push('Thu, 23 Jun 2016 00:00:00 +0100');
+        dates.push('Tue, 14 Jun 2016 00:00:00 +0100');
+        dates.push('Fri, 03 Jun 2016 00:00:00 +0100');
+        dates.push('Tue, 24 May 2016 00:00:00 +0100');
+        dates.push('Wed, 27 Apr 2016 00:00:00 +0100');
+        dates.push('Wed, 20 Apr 2016 00:00:00 +0100');
+        dates.push('Tue, 05 Apr 2016 00:00:00 +0100');
+        dates.push('Mon, 04 Apr 2016 00:00:00 +0100');
+        dates.push('Mon, 04 Apr 2016 00:00:00 +0100');
+        dates.push('Wed, 23 Mar 2016 00:00:00 +0000');
+        dates.push('Tue, 22 Mar 2016 00:00:00 +0000');
+        dates.push('Sat, 12 Mar 2016 00:00:00 +0000');
+        dates.push('Fri, 04 Mar 2016 00:00:00 +0000');
+        dates.push('Thu, 03 Mar 2016 00:00:00 +0000');
+        dates.push('Wed, 02 Mar 2016 00:00:00 +0000');
+        dates.push('Wed, 02 Mar 2016 00:00:00 +0000');
+        dates.push('Tue, 16 Feb 2016 00:00:00 +0000');
+        dates.push('Tue, 09 Feb 2016 00:00:00 +0000');
+        dates.push('Thu, 04 Feb 2016 00:00:00 +0000');
+        dates.push('Thu, 04 Feb 2016 00:00:00 +0000');
+        dates.push('Thu, 28 Jan 2016 00:00:00 +0000');
+        dates.push('Sun, 24 Jan 2016 00:00:00 +0000');
+        dates.push('Tue, 19 Jan 2016 00:00:00 +0000');
+        dates.push('Mon, 18 Jan 2016 00:00:00 +0000');
+        dates.push('Fri, 08 Jan 2016 00:00:00 +0000');
+        dates.push('Fri, 08 Jan 2016 00:00:00 +0000');
+        dates.push('Fri, 18 Dec 2015 00:00:00 +0000');
+        dates.push('Mon, 14 Dec 2015 00:00:00 +0000');
+        dates.push('Tue, 08 Dec 2015 00:00:00 +0000');
+        dates.push('Tue, 08 Dec 2015 00:00:00 +0000');
+        dates.push('Tue, 24 Nov 2015 00:00:00 +0000');
+        dates.push('Tue, 24 Nov 2015 00:00:00 +0000');
+        dates.push('Fri, 20 Nov 2015 00:00:00 +0000');
+        dates.push('Wed, 11 Nov 2015 00:00:00 +0000');
+        dates.push('Mon, 09 Nov 2015 00:00:00 +0000');
+        dates.push('Fri, 06 Nov 2015 00:00:00 +0000');
+        dates.push('Mon, 02 Nov 2015 00:00:00 +0000');
+        dates.push('Tue, 22 Sep 2015 00:00:00 +0100');
+        dates.push('Mon, 21 Sep 2015 00:00:00 +0100');
+        dates.push('Wed, 09 Sep 2015 00:00:00 +0100');
+        dates.push('Tue, 08 Sep 2015 00:00:00 +0100');
+        dates.push('Sat, 05 Sep 2015 00:00:00 +0100');
+        dates.push('Tue, 18 Aug 2015 00:00:00 +0100');
+        dates.push('Thu, 13 Aug 2015 00:00:00 +0100');
+        dates.push('Tue, 04 Aug 2015 00:00:00 +0100');
+        dates.push('Tue, 21 Jul 2015 00:00:00 +0100');
+        dates.push('Mon, 22 Jun 2015 00:00:00 +0100');
+        dates.push('Wed, 10 Jun 2015 00:00:00 +0100');
+        dates.push('Thu, 04 Jun 2015 00:00:00 +0100');
+        dates.push('Wed, 03 Jun 2015 00:00:00 +0100');
+        dates.push('Tue, 26 May 2015 00:00:00 +0100');
+        dates.push('Tue, 21 Apr 2015 00:00:00 +0100');
+        dates.push('Tue, 21 Apr 2015 00:00:00 +0100');
+        dates.push('Wed, 15 Apr 2015 00:00:00 +0100');
+        dates.push('Mon, 02 Mar 2015 00:00:00 +0000');
+        dates.push('Fri, 27 Feb 2015 00:00:00 +0000');
+        dates.push('Wed, 25 Feb 2015 00:00:00 +0000');
+        dates.push('Tue, 10 Feb 2015 00:00:00 +0000');
+        dates.push('Fri, 06 Feb 2015 00:00:00 +0000');
+        dates.push('Fri, 09 Jan 2015 00:00:00 +0000');
+        dates.push('Tue, 09 Dec 2014 00:00:00 +0000');
+        dates.push('Tue, 25 Nov 2014 00:00:00 +0000');
+        dates.push('Tue, 18 Nov 2014 00:00:00 +0000');
+        dates.push('Thu, 13 Nov 2014 00:00:00 +0000');
+        dates.push('Tue, 11 Nov 2014 00:00:00 +0000');
+        dates.push('Thu, 06 Nov 2014 00:00:00 +0000');
+        dates.push('Thu, 06 Nov 2014 00:00:00 +0000');
+        dates.push('Fri, 17 Oct 2014 00:00:00 +0100');
+        dates.push('Thu, 16 Oct 2014 00:00:00 +0100');
+        dates.push('Mon, 22 Sep 2014 00:00:00 +0100');
+        dates.push('Mon, 08 Sep 2014 00:00:00 +0100');
+        dates.push('Wed, 13 Aug 2014 00:00:00 +0100');
+        dates.push('Mon, 11 Aug 2014 00:00:00 +0100');
+        dates.push('Wed, 06 Aug 2014 00:00:00 +0100');
+        dates.push('Mon, 04 Aug 2014 00:00:00 +0100');
+        dates.push('Thu, 10 Jul 2014 00:00:00 +0100');
+        dates.push('Tue, 08 Jul 2014 00:00:00 +0100');
+        dates.push('Thu, 12 Jun 2014 00:00:00 +0100');
+        dates.push('Fri, 23 May 2014 00:00:00 +0100');
+        dates.push('Wed, 23 Apr 2014 00:00:00 +0100');
+        dates.push('Wed, 09 Apr 2014 00:00:00 +0100');
+        dates.push('Wed, 05 Mar 2014 00:00:00 +0000');
+        dates.push('Mon, 03 Mar 2014 00:00:00 +0000');
+        dates.push('Thu, 20 Feb 2014 00:00:00 +0000');
+        dates.push('Mon, 10 Feb 2014 00:00:00 +0000');
+        dates.push('Fri, 31 Jan 2014 00:00:00 +0000');
+        dates.push('Thu, 02 Jan 2014 00:00:00 +0000');
+        dates.push('Mon, 16 Dec 2013 00:00:00 +0000');
+        dates.push('Fri, 06 Dec 2013 00:00:00 +0000');
+        dates.push('Wed, 04 Dec 2013 00:00:00 +0000');
+        dates.push('Fri, 22 Nov 2013 00:00:00 +0000');
+        dates.push('Fri, 15 Nov 2013 00:00:00 +0000');
+        dates.push('Wed, 13 Nov 2013 00:00:00 +0000');
+        dates.push('Wed, 06 Nov 2013 00:00:00 +0000');
+        dates.push('Mon, 28 Oct 2013 00:00:00 +0000');
+        dates.push('Mon, 21 Oct 2013 00:00:00 +0100');
+        dates.push('Thu, 10 Oct 2013 00:00:00 +0100');
+        dates.push('Wed, 02 Oct 2013 00:00:00 +0100');
+        dates.push('Tue, 01 Oct 2013 00:00:00 +0100');
+        dates.push('Fri, 13 Sep 2013 00:00:00 +0100');
+        dates.push('Fri, 06 Sep 2013 00:00:00 +0100');
+        dates.push('Mon, 12 Aug 2013 21:45:04 +0100');
+        dates.push('Tue, 23 Jul 2013 19:45:04 +0100');
+        dates.push('Thu, 11 Jul 2013 21:45:04 +0100');
     }
     var new_blog_count = 0;
     for(var i = 0; i < dates.length ; i++) {



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