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/29 23:38:52 UTC

svn commit: r1128965 [2/2] - in /libcloud/site/trunk: cgi-bin/ content/ content/css/ content/images/ content/js/ content/other/ lib/ templates/ templates/blocks/

Added: libcloud/site/trunk/templates/blocks/quotes.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/templates/blocks/quotes.html?rev=1128965&view=auto
==============================================================================
--- libcloud/site/trunk/templates/blocks/quotes.html (added)
+++ libcloud/site/trunk/templates/blocks/quotes.html Sun May 29 21:38:51 2011
@@ -0,0 +1,36 @@
+<div class="span-6">
+        <blockquote>
+          &#8220;libcloud represents a fundamental change in the way clouds are managed, breaking the barriers of proprietary, closed clouds.  We at Linode believe this is of the utmost importance and fully support this effort.&#8221;
+          <br>
+          <span class="byline">
+            - Christopher S. Aker, <a href="http://www.linode.com">Linode</a>, Founder
+          </span>
+        </blockquote>
+      </div>
+      <div class="span-6">
+        <blockquote>
+          &#8220;Libcloud will make life easier for our customers. We appreciate and support this standardization tool.&#8221;
+          <br>
+          <span class="byline">
+            - Matt Tanase, <a href="http://www.slicehost.com">Slicehost</a>, Founder
+          </span>
+        </blockquote>
+      </div>
+      <div class="span-6">
+        <blockquote>
+          &#8220;I'm excited to see the development of projects, like libcloud, that help make the lives of the cloud computing community easier by offering a standardized way to communicate with their provider of choice.&#8221;
+          <br>
+          <span class="byline">
+            - Bret Piatt, <a href="http://www.rackspace.com">Rackspace</a>, Technical Alliance Manager
+          </span>
+        </blockquote>
+      </div>
+      <div class="span-6 last">
+        <blockquote>
+          &#8220;We believe in an open cloud and are thrilled to see libcloud push the movement forward.&#8221;
+          <br>
+          <span class="byline">
+            - Paul Lancaster, <a href="http://www.gogrid.com">GoGrid</a>, Business Development Manager
+          </span>
+        </blockquote>
+</div>

Added: libcloud/site/trunk/templates/blocks/sidebar.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/templates/blocks/sidebar.html?rev=1128965&view=auto
==============================================================================
--- libcloud/site/trunk/templates/blocks/sidebar.html (added)
+++ libcloud/site/trunk/templates/blocks/sidebar.html Sun May 29 21:38:51 2011
@@ -0,0 +1,7 @@
+{% block menu %}
+{% include "blocks/menu.html" %}
+{% endblock %}
+
+{% block other %}
+{% include "blocks/other.html" %}
+{% endblock %}

Added: libcloud/site/trunk/templates/index.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/templates/index.html?rev=1128965&view=auto
==============================================================================
--- libcloud/site/trunk/templates/index.html (added)
+++ libcloud/site/trunk/templates/index.html Sun May 29 21:38:51 2011
@@ -0,0 +1,3 @@
+{% extends "basic.html" %}
+
+{% block sub_header %}{%include "blocks/quotes.html" %} <hr />{% endblock %}

Added: libcloud/site/trunk/templates/sitemap.xml
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/templates/sitemap.xml?rev=1128965&view=auto
==============================================================================
--- libcloud/site/trunk/templates/sitemap.xml (added)
+++ libcloud/site/trunk/templates/sitemap.xml Sun May 29 21:38:51 2011
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?> 
+<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> 
+  <url>
+    <loc></loc>
+  </url>
+</urlset>