You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltacloud.apache.org by lu...@apache.org on 2010/12/17 00:43:26 UTC

svn commit: r1050233 - in /incubator/deltacloud/trunk/site: lib/news.rb output/index.html

Author: lutter
Date: Thu Dec 16 23:43:26 2010
New Revision: 1050233

URL: http://svn.apache.org/viewvc?rev=1050233&view=rev
Log:
site: add roadmap to news; trim old items off news

Modified:
    incubator/deltacloud/trunk/site/lib/news.rb
    incubator/deltacloud/trunk/site/output/index.html

Modified: incubator/deltacloud/trunk/site/lib/news.rb
URL: http://svn.apache.org/viewvc/incubator/deltacloud/trunk/site/lib/news.rb?rev=1050233&r1=1050232&r2=1050233&view=diff
==============================================================================
--- incubator/deltacloud/trunk/site/lib/news.rb (original)
+++ incubator/deltacloud/trunk/site/lib/news.rb Thu Dec 16 23:43:26 2010
@@ -1,11 +1,10 @@
 module NewsHelper
   def all_news
     [
-      %Q(<a href="http://watzmann.net/blog/2010/10/deltacloud-at-apachecon.html">Deltacloud meetup</a> at ApacheCon on 11/4 at 8pm),
+      %Q(<a href="roadmap.html">Roadmap</a> posted.),
+      %Q(<a href="http://watzmann.net/blog/2010/10/deltacloud-at-apachecon.html">Deltacloud meetup</a> at ApacheCon on 11/4 at 8pm.),
       %Q(Deltacloud Core <a href="http://watzmann.net/blog/2010/07/deltacloud-apache-incubator.html">moved to Apache Incubator</a>.),
-      %Q(Deltacloud now <a href="./drivers.html#providers">supports GoGrid</a>!),
-      %Q(We've introduced <a href="./api.html#h4_1">Hardware Profiles</a> to the API.),
-      %Q(Deltacloud <a href="http://press.redhat.com/2009/09/03/introducing-deltacloud/">announced</a> at 2009 Red Hat Summit!),
+      %Q(Deltacloud now <a href="./drivers.html#providers">supports GoGrid</a>!)
     ]
   end
 

Modified: incubator/deltacloud/trunk/site/output/index.html
URL: http://svn.apache.org/viewvc/incubator/deltacloud/trunk/site/output/index.html?rev=1050233&r1=1050232&r2=1050233&view=diff
==============================================================================
--- incubator/deltacloud/trunk/site/output/index.html (original)
+++ incubator/deltacloud/trunk/site/output/index.html Thu Dec 16 23:43:26 2010
@@ -114,19 +114,16 @@
             </h2>
             <ul>
               <li>
-                <a href="http://watzmann.net/blog/2010/10/deltacloud-at-apachecon.html">Deltacloud meetup</a> at ApacheCon on 11/4 at 8pm
+                <a href="roadmap.html">Roadmap</a> posted.
               </li>
               <li>
-                Deltacloud Core <a href="http://watzmann.net/blog/2010/07/deltacloud-apache-incubator.html">moved to Apache Incubator</a>.
-              </li>
-              <li>
-                Deltacloud now <a href="./drivers.html#providers">supports GoGrid</a>!
+                <a href="http://watzmann.net/blog/2010/10/deltacloud-at-apachecon.html">Deltacloud meetup</a> at ApacheCon on 11/4 at 8pm.
               </li>
               <li>
-                We've introduced <a href="./api.html#h4_1">Hardware Profiles</a> to the API.
+                Deltacloud Core <a href="http://watzmann.net/blog/2010/07/deltacloud-apache-incubator.html">moved to Apache Incubator</a>.
               </li>
               <li>
-                Deltacloud <a href="http://press.redhat.com/2009/09/03/introducing-deltacloud/">announced</a> at 2009 Red Hat Summit!
+                Deltacloud now <a href="./drivers.html#providers">supports GoGrid</a>!
               </li>
             </ul>
           </div>