You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2011/05/24 12:58:20 UTC

svn commit: r1126972 - in /incubator/libcloud/site/trunk: content/libcloud/news.mdtext lib/view.pm templates/blocks/menu.html

Author: tomaz
Date: Tue May 24 10:58:20 2011
New Revision: 1126972

URL: http://svn.apache.org/viewvc?rev=1126972&view=rev
Log:
Update links in the news file and add link to news page in the sidebar.

Modified:
    incubator/libcloud/site/trunk/content/libcloud/news.mdtext
    incubator/libcloud/site/trunk/lib/view.pm
    incubator/libcloud/site/trunk/templates/blocks/menu.html

Modified: incubator/libcloud/site/trunk/content/libcloud/news.mdtext
URL: http://svn.apache.org/viewvc/incubator/libcloud/site/trunk/content/libcloud/news.mdtext?rev=1126972&r1=1126971&r2=1126972&view=diff
==============================================================================
--- incubator/libcloud/site/trunk/content/libcloud/news.mdtext (original)
+++ incubator/libcloud/site/trunk/content/libcloud/news.mdtext Tue May 24 10:58:20 2011
@@ -5,15 +5,15 @@ title: News
 2011
 
 * 2011-05-10 - [Community voting for graduating to the Top Level Project has started](http://mail-archives.apache.org/mod_mbox/incubator-libcloud/201105.mbox/%3CBANLkTimouwpSUkw-BVPV_KnpbfFgU6yqeQ@mail.gmail.com%3E)
-* 2011-02-15 - Libcloud [sprint will be held at PyCon 2011 in Atlanta](http://mail-archives.apache.org/mod_mbox/incubator-libcloud/201102.mbox/%3CAANLkTimwn5Dm372VYZ4YVcgKQqbVVwxyo8=DMFtHoTwg@mail.gmail.com%3E)
-* 2011-01-17 - Version [0.4.2 is released](/libcloud/downloads.html)
+* 2011-02-15 - [Libcloud sprint will be held at PyCon 2011 in Atlanta](http://mail-archives.apache.org/mod_mbox/incubator-libcloud/201102.mbox/%3CAANLkTimwn5Dm372VYZ4YVcgKQqbVVwxyo8=DMFtHoTwg@mail.gmail.com%3E)
+* 2011-01-17 - [Version 0.4.2 is released](/libcloud/downloads.html)
 
 2010
 
-* 2010-10-12 - Version [0.4.0 is released](/libcloud/downloads.html)
-* 2010-05-10 - Version [0.3.1 is released](/libcloud/downloads.html)
-* 2010-02-02 - Version [0.2.0 (first public release) is released](/libcloud/downloads.html)
+* 2010-10-12 - [Version 0.4.0 is released](/libcloud/downloads.html)
+* 2010-05-10 - [Version 0.3.1 is released](/libcloud/downloads.html)
+* 2010-02-02 - [Version 0.2.0 (first public release) is released](/libcloud/downloads.html)
 
 2009
 
-* 2009-11-01 - Libcloud enters [Apache Incubator](http://incubator.apache.org/projects/libcloud.html)
+* 2009-11-01 - [Libcloud enters Apache Incubator](http://incubator.apache.org/projects/libcloud.html)

Modified: incubator/libcloud/site/trunk/lib/view.pm
URL: http://svn.apache.org/viewvc/incubator/libcloud/site/trunk/lib/view.pm?rev=1126972&r1=1126971&r2=1126972&view=diff
==============================================================================
--- incubator/libcloud/site/trunk/lib/view.pm (original)
+++ incubator/libcloud/site/trunk/lib/view.pm Tue May 24 10:58:20 2011
@@ -46,7 +46,7 @@ sub basic {
     read_text_file($filepath, \%args);
     $args{path} =~ s/\.mdtext$/\.html/;
     $args{breadcrumbs} = _breadcrumbs($args{path});
-    
+
     my $template_path = "templates/$args{template}";
     my $rendered = Dotiac::DTL->new($template_path)->render(\%args);
     return ($rendered, 'html', \%args);
@@ -100,7 +100,7 @@ sub exports {
     my %args = @_;
     my $template = "content$args{path}";
     $args{breadcrumbs} = breadcrumbs($args{path});
-    
+
     my $page_path = $template;
     $page_path =~ s/\.[^.]+$/.page/;
     if (-d $page_path) {
@@ -109,7 +109,7 @@ sub exports {
             $args{$1} = {};
             read_text_file $f, $args{$1};
         }
-        
+
         $args{table_compute} = `xsltproc $page_path/compute-providers-matrix.xsl $page_path/compute-providers-matrix.xml`;
 
     }

Modified: incubator/libcloud/site/trunk/templates/blocks/menu.html
URL: http://svn.apache.org/viewvc/incubator/libcloud/site/trunk/templates/blocks/menu.html?rev=1126972&r1=1126971&r2=1126972&view=diff
==============================================================================
--- incubator/libcloud/site/trunk/templates/blocks/menu.html (original)
+++ incubator/libcloud/site/trunk/templates/blocks/menu.html Tue May 24 10:58:20 2011
@@ -1,5 +1,6 @@
 <h2><a href="index.html">home</a></h2>
 <h2><a href="about.html">about</a></h2>
+<h2><a href="news.html">news</a></h2>
 <h2><a href="getting-started.html">getting started</a></h2>
 <h2><a href="whos-using.html">who's using libcloud?</a></h2>
 <h2><a href="devinfo.html">developer information</a></h2>