You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ag...@apache.org on 2013/09/13 22:24:50 UTC

svn commit: r1523081 - in /cordova/site/public: blog/index.html index.html news/2013/09/13/ news/2013/09/13/last-week.html rss.xml

Author: agrieve
Date: Fri Sep 13 20:24:49 2013
New Revision: 1523081

URL: http://svn.apache.org/r1523081
Log:
Last week in cordova blog post.


Added:
    cordova/site/public/news/2013/09/13/
    cordova/site/public/news/2013/09/13/last-week.html
Modified:
    cordova/site/public/blog/index.html
    cordova/site/public/index.html
    cordova/site/public/rss.xml

Modified: cordova/site/public/blog/index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/blog/index.html?rev=1523081&r1=1523080&r2=1523081&view=diff
==============================================================================
--- cordova/site/public/blog/index.html (original)
+++ cordova/site/public/blog/index.html Fri Sep 13 20:24:49 2013
@@ -67,6 +67,11 @@
 <ul class="posts">
   
     <li>
+    <span>13 Sep 2013</span> &raquo;
+    <a href="http://cordova.apache.org/news/2013/09/13/last-week.html">Last Week in Cordova: FirefoxOS, Translations, bug fixes</a>
+    </li>
+  
+    <li>
     <span>06 Sep 2013</span> &raquo;
     <a href="http://cordova.apache.org/news/2013/09/06/last-week.html">Last Week in Cordova</a>
     </li>

Modified: cordova/site/public/index.html
URL: http://svn.apache.org/viewvc/cordova/site/public/index.html?rev=1523081&r1=1523080&r2=1523081&view=diff
==============================================================================
--- cordova/site/public/index.html (original)
+++ cordova/site/public/index.html Fri Sep 13 20:24:49 2013
@@ -98,6 +98,9 @@
   <h2>News <a href="/rss.xml" style="font-size:12pt; margin-left:10px">Subscribe</a></h2>
   <ul class="posts">
     
+      <li><span>13 Sep 2013</span> &raquo; <a href="http://cordova.apache.org/news/2013/09/13/last-week.html">Last Week in Cordova: FirefoxOS, Translations, bug fixes</a>
+      <p>Last week Cordova saw 83 commits come in from 24 different authors. No releases were made, but attention was spent on <a href='https://issues.apache.org/jira/issues/?jql=project%20%3D%20CB%20AND%20component%20%3D%20FirefoxOS'>adding Firefox OS support</a>, translating docs, and fixing bugs.</p>
+    
       <li><span>06 Sep 2013</span> &raquo; <a href="http://cordova.apache.org/news/2013/09/06/last-week.html">Last Week in Cordova</a>
       <p>Last week Cordova saw 39 commits come in, <code>plugman</code> reached version <code>0.11.0</code>, and <code>CLI</code> reached <code>3.0.9</code>.</p>
 
@@ -106,9 +109,6 @@
       <li><span>12 Aug 2013</span> &raquo; <a href="http://cordova.apache.org/blog/2013/08/12/crowdintranslation.html">Apache Cordova Is Looking for a Few Good Translators</a>
       <p>Apache Cordova is going global! Apache Cordova is already being used by developers all over the world and now, we are proud to announce, the Apache Cordova documentation will be translated into a number of languages. But we need your help! With the support of <a href='http://crowdin.net/project/cordova'>Crowdin</a>, a translation and localization management platform, translators can login to the easy-to-use tooling and provide as much or as little translation assistance as they would like. If you know another language please support Cordova and contribute.</p>
     
-      <li><span>23 Jul 2013</span> &raquo; <a href="http://cordova.apache.org/blog/releases/2013/07/23/cordova-3.html">Apache Cordova 3.0</a>
-      <p>It went live on Friday! Snapshot available on our <a href='https://www.apache.org/dist/cordova/'>download page</a> but before downloading please read on to find out whats new including for more ways to work with Cordova!</p>
-    
 
   </ul>
   

Added: cordova/site/public/news/2013/09/13/last-week.html
URL: http://svn.apache.org/viewvc/cordova/site/public/news/2013/09/13/last-week.html?rev=1523081&view=auto
==============================================================================
--- cordova/site/public/news/2013/09/13/last-week.html (added)
+++ cordova/site/public/news/2013/09/13/last-week.html Fri Sep 13 20:24:49 2013
@@ -0,0 +1,164 @@
+<!DOCTYPE html>
+<html>
+<head>
+    <link rel="SHORTCUT ICON" href="http://cordova.apache.org/favicon.ico"/>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+    <meta name = "format-detection" content = "telephone=no">
+    <meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width" />
+    <!-- Original Jekyll
+    <meta name="viewport" content="width=device-width">
+    -->
+    <title>Last Week in Cordova: FirefoxOS, Translations, bug fixes</title>
+    <!-- syntax highlighting CSS -->
+    <link rel="stylesheet" href="http://cordova.apache.org/css/syntax.css">
+    <!-- Custom CSS -->
+    <link rel="stylesheet" href="http://cordova.apache.org/css/main.css">
+
+    <!-- Cordova CSS -->
+    <link rel="stylesheet" type="text/css" href="http://cordova.apache.org/css/master.css">
+    <script src="http://cordova.apache.org/js/smooth.pack.js" type="text/javascript"></script>
+    <script type="text/javascript">
+      var _gaq = _gaq || [];
+      _gaq.push(['_setAccount', 'UA-94271-30']);
+      _gaq.push(['_trackPageview']);
+      (function() {
+        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+      })();
+    </script>
+</head>
+
+<body>
+
+    <a class="scroll-point pt-top" name="top">
+</a>
+<div id="header">
+    <div class="wrap">
+        <a class="logo" href="http://cordova.apache.org/#top"></a>
+        <div class="menu">
+            <a href="http://cordova.apache.org/#about">About</a>
+            <a href="http://cordova.apache.org/#news">News</a>
+            <a href="http://cordova.apache.org/#contribute">Contribute</a>
+            <a href="http://cordova.apache.org/#mailing-list">Mailing List</a>
+            <a href="http://cordova.apache.org/#download">Download</a>
+            <a href="http://cordova.apache.org/#links">Quick Links</a>
+        </div>
+        <form class="menu-dropdown">
+            <select onchange="location = this.options[this.selectedIndex].value;">
+                <option value="http://cordova.apache.org/#about">About</option>
+                <option value="http://cordova.apache.org/#news">News</option>
+                <option value="http://cordova.apache.org/#contribute">Contribute</option>
+                <option value="http://cordova.apache.org/#mailing-list">Mailing List</option>
+                <option value="http://cordova.apache.org/#download">Download</option>
+                <option value="http://cordova.apache.org/#links">Quick Links</option>
+            </select>
+        </form>
+    </div>
+    <div class="shadow"></div>
+</div> <!-- /header -->
+<div class="header-placeholder"></div>
+
+
+        <div class="site">
+    <h2>Last Week in Cordova: FirefoxOS, Translations, bug fixes</h2>
+    <div class="meta">Posted by: <a href="https://twitter.com/GrieveAndrew">Andrew Grieve</a></div>
+    <p class="meta">13 Sep 2013</p>
+    <div class="post">
+    <p>Last week Cordova saw 83 commits come in from 24 different authors. No releases were made, but attention was spent on <a href='https://issues.apache.org/jira/issues/?jql=project%20%3D%20CB%20AND%20component%20%3D%20FirefoxOS'>adding Firefox OS support</a>, translating docs, and fixing bugs. <!--more--></p>
+
+<p><em>Other Notable Changes:</em></p>
+
+<ul>
+<li>FileTransfer on wp7 now supports basic authentication</li>
+
+<li>BlackBerry <a href='https://issues.apache.org/jira/browse/CB-4732'>no longer validates buildId</a> and <a href='https://issues.apache.org/jira/browse/CB-4785'>&#8211;no-build works again</a></li>
+
+<li><code>cordova serve</code> now serves all platforms at the same time (via /android/www, /ios/www, etc)</li>
+
+<li><code>cordova plugin ls</code> now takes ~50ms instead of ~700ms to run</li>
+
+<li>Plugin URLs <a href='https://issues.apache.org/jira/browse/CB-4770'>are now optional</a> within <code>&lt;dependency&gt;</code> tags. The registry will be used when only an ID is given.</li>
+</ul>
+    </div>
+</div>
+
+
+
+    <a class="scroll-point" name="links"></a>
+<hr/>
+
+<div class="wrap quick-links-pane">
+    <h2 class="icon icon-quick-links">Quick Links</h2>
+    <br/>
+    <ul class="quick-links-header">
+        <li>General</li>
+        <li>Development</li>
+        <li class="last">Apache Software Foundation</li>
+    </ul>
+    <div class="clear"></div>
+</div>
+
+<div class="grid">
+    <div class="wrap">
+        <div class="list-container">
+            <ul class="list quick-links">
+                <li class="corner"></li>
+                <li><a href="http://cordova.apache.org/index.html#about">About Cordova<span></span></a></li>
+
+                
+                <li><a href="http://projects.apache.org/projects/cordova.html">Apache Project Page<span></span></a></li>
+                
+                <li><a href="http://www.apache.org/licenses/LICENSE-2.0">License<span></span></a></li>
+                
+
+                <li><a href="http://cordova.apache.org/artwork.html">Artwork<span></span></a></li>
+            </ul>
+
+            <ul class="list quick-links">
+                <li class="corner"></li>
+                <li><a href="http://cordova.apache.org/index.html#download">Download<span></span></a></li>
+                <li><a href="http://cordova.apache.org/docs/en/3.0.0/">Documentation<span></span></a></li>
+
+                
+                <li><a href="https://git-wip-us.apache.org/repos/asf">Source Code<span></span></a></li>
+                
+                <li><a href="https://issues.apache.org/jira/browse/CB">Issue Tracker<span></span></a></li>
+                
+                <li><a href="http://wiki.apache.org/cordova/">Wiki<span></span></a></li>
+                
+
+                <li><a href="http://cordova.apache.org/index.html#mailing-list">Mailing List<span></span></a></li>
+            </ul>
+
+            <ul class="list quick-links last">
+                <li class="corner"></li>
+                
+                <li><a href="http://www.apache.org/">About ASF<span></span></a></li>
+                
+                <li><a href="http://www.apache.org/foundation/thanks.html">Thanks<span></span></a></li>
+                
+                <li><a href="http://www.apache.org/foundation/sponsorship.html">Become a Sponsor<span></span></a></li>
+                
+                <li><a href="http://www.apache.org/security/">Security<span></span></a></li>
+                
+            </ul>
+
+            <div class="clear"></div>
+        </div>
+    </div>
+</div>
+
+
+    <hr/>
+<div id="footer">
+    <p>Copyright © 2012, 2013 The Apache Software Foundation, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br/>
+           Apache and the Apache feather logos are trademarks of The Apache Software Foundation.
+    </p>
+    <a class="closing" href="#top"></a>
+</div>
+
+</body>
+</html>

Modified: cordova/site/public/rss.xml
URL: http://svn.apache.org/viewvc/cordova/site/public/rss.xml?rev=1523081&r1=1523080&r2=1523081&view=diff
==============================================================================
--- cordova/site/public/rss.xml (original)
+++ cordova/site/public/rss.xml Fri Sep 13 20:24:49 2013
@@ -5,8 +5,8 @@
         <description>Apache Cordova - Apache Cordova is a set of device APIs that allow a web mobile app developer to access native device function from JavaScript.</description>
         <atom:link href="http://cordova.apache.org/rss.xml" rel="self" type="application/rss+xml" />
         <link>http://cordova.apache.org/rss.xml</link>
-        <lastBuildDate>Fri, 06 Sep 2013 12:00:12 -0400</lastBuildDate>
-        <pubDate>Fri, 06 Sep 2013 12:00:12 -0400</pubDate>
+        <lastBuildDate>Fri, 13 Sep 2013 12:25:07 -0400</lastBuildDate>
+        <pubDate>Fri, 13 Sep 2013 12:25:07 -0400</pubDate>
         <ttl>1800</ttl>
         <image>
             <url>http://cordova.apache.org</url>
@@ -19,6 +19,28 @@
 
 
         <item>
+                <title>Last Week in Cordova: FirefoxOS, Translations, bug fixes</title>
+                <description>&lt;p&gt;Last week Cordova saw 83 commits come in from 24 different authors. No releases were made, but attention was spent on &lt;a href='https://issues.apache.org/jira/issues/?jql=project%20%3D%20CB%20AND%20component%20%3D%20FirefoxOS'&gt;adding Firefox OS support&lt;/a&gt;, translating docs, and fixing bugs. &lt;!--more--&gt;&lt;/p&gt;
+
+&lt;p&gt;&lt;em&gt;Other Notable Changes:&lt;/em&gt;&lt;/p&gt;
+
+&lt;ul&gt;
+&lt;li&gt;FileTransfer on wp7 now supports basic authentication&lt;/li&gt;
+
+&lt;li&gt;BlackBerry &lt;a href='https://issues.apache.org/jira/browse/CB-4732'&gt;no longer validates buildId&lt;/a&gt; and &lt;a href='https://issues.apache.org/jira/browse/CB-4785'&gt;&amp;#8211;no-build works again&lt;/a&gt;&lt;/li&gt;
+
+&lt;li&gt;&lt;code&gt;cordova serve&lt;/code&gt; now serves all platforms at the same time (via /android/www, /ios/www, etc)&lt;/li&gt;
+
+&lt;li&gt;&lt;code&gt;cordova plugin ls&lt;/code&gt; now takes ~50ms instead of ~700ms to run&lt;/li&gt;
+
+&lt;li&gt;Plugin URLs &lt;a href='https://issues.apache.org/jira/browse/CB-4770'&gt;are now optional&lt;/a&gt; within &lt;code&gt;&amp;lt;dependency&amp;gt;&lt;/code&gt; tags. The registry will be used when only an ID is given.&lt;/li&gt;
+&lt;/ul&gt;</description>
+                <link>http://cordova.apache.org/news/2013/09/13/last-week.html</link>
+                <guid>http://cordova.apache.org/news/2013/09/13/last-week</guid>
+                <pubDate>Fri, 13 Sep 2013</pubDate>
+        </item>
+
+        <item>
                 <title>Last Week in Cordova</title>
                 <description>&lt;p&gt;Last week Cordova saw 39 commits come in, &lt;code&gt;plugman&lt;/code&gt; reached version &lt;code&gt;0.11.0&lt;/code&gt;, and &lt;code&gt;CLI&lt;/code&gt; reached &lt;code&gt;3.0.9&lt;/code&gt;.&lt;/p&gt;