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/06/03 22:22:13 UTC

svn commit: r790426 - in /websites/production/libcloud: ./ content/

Author: tomaz
Date: Fri Jun  3 20:22:12 2011
New Revision: 790426

Log:
Publishing merge to libcloud site by tomaz

Modified:
    websites/production/libcloud/   (props changed)
    websites/production/libcloud/content/about.html
    websites/production/libcloud/content/community-resources.html
    websites/production/libcloud/content/contributing.html
    websites/production/libcloud/content/credits.html
    websites/production/libcloud/content/devinfo.html
    websites/production/libcloud/content/downloads.html
    websites/production/libcloud/content/driver-features.html
    websites/production/libcloud/content/getting-started.html
    websites/production/libcloud/content/index.html
    websites/production/libcloud/content/news.html
    websites/production/libcloud/content/security.html
    websites/production/libcloud/content/sitemap.html
    websites/production/libcloud/content/supported_providers.html
    websites/production/libcloud/content/whos-using.html

Propchange: websites/production/libcloud/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Fri Jun  3 20:22:12 2011
@@ -1 +1 @@
-/websites/staging/libcloud/trunk:787380-790312
+/websites/staging/libcloud/trunk:787380-790425

Modified: websites/production/libcloud/content/about.html
==============================================================================
--- websites/production/libcloud/content/about.html (original)
+++ websites/production/libcloud/content/about.html Fri Jun  3 20:22:12 2011
@@ -5,6 +5,7 @@
   <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
   <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" type="text/javascript"></script>
   <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.min.js" type="text/javascript"></script>
+  <script src="/js/jquery.boxy.js" type="text/javascript"></script>
   <script src="js/libcloud.js" type="text/javascript"></script>
   <link rel="stylesheet" href="css/screen.css" type="text/css">
   <link rel="stylesheet" href="css/libcloud.css" type="text/css">
@@ -62,7 +63,7 @@
 
 <h3>Need help?</h3>
 <div id="help">
-    <a href="http://webchat.freenode.net/?channels=libcloud&uio=d4">#libloud @ freenode</a><br /><a
+    <a href="http://webchat.freenode.net/?channels=libcloud&uio=d4">#libcloud @ freenode</a><br /><a
         href="mailto:users-subscribe@libcloud.apache.org">users@libcloud.apache.org</a>
 </div>
 
@@ -91,7 +92,7 @@ you need to use version prior to <strong
     href="/security.html">Security</a> | <a
     href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a> |
 <a href="http://www.apache.org/foundation/thanks.html">Thanks</a> | <a
-    href="/credits.html">Credits</a><br /><br />
+    href="/credits.html">Credits</a> | <a href="/sitemap.html">Sitemap</a><br /><br />
 
 Copyright © 2009-2011, <a href="http://apache.org/">The Apache Software Foundation</a><br />
 Apache Libcloud, Libcloud, Apache, the Apache feather, and the Apache Libcloud

Modified: websites/production/libcloud/content/community-resources.html
==============================================================================
--- websites/production/libcloud/content/community-resources.html (original)
+++ websites/production/libcloud/content/community-resources.html Fri Jun  3 20:22:12 2011
@@ -5,6 +5,7 @@
   <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
   <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" type="text/javascript"></script>
   <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.min.js" type="text/javascript"></script>
+  <script src="/js/jquery.boxy.js" type="text/javascript"></script>
   <script src="js/libcloud.js" type="text/javascript"></script>
   <link rel="stylesheet" href="css/screen.css" type="text/css">
   <link rel="stylesheet" href="css/libcloud.css" type="text/css">
@@ -62,7 +63,7 @@
 
 <h3>Need help?</h3>
 <div id="help">
-    <a href="http://webchat.freenode.net/?channels=libcloud&uio=d4">#libloud @ freenode</a><br /><a
+    <a href="http://webchat.freenode.net/?channels=libcloud&uio=d4">#libcloud @ freenode</a><br /><a
         href="mailto:users-subscribe@libcloud.apache.org">users@libcloud.apache.org</a>
 </div>
 
@@ -109,7 +110,7 @@
     href="/security.html">Security</a> | <a
     href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a> |
 <a href="http://www.apache.org/foundation/thanks.html">Thanks</a> | <a
-    href="/credits.html">Credits</a><br /><br />
+    href="/credits.html">Credits</a> | <a href="/sitemap.html">Sitemap</a><br /><br />
 
 Copyright © 2009-2011, <a href="http://apache.org/">The Apache Software Foundation</a><br />
 Apache Libcloud, Libcloud, Apache, the Apache feather, and the Apache Libcloud

Modified: websites/production/libcloud/content/contributing.html
==============================================================================
--- websites/production/libcloud/content/contributing.html (original)
+++ websites/production/libcloud/content/contributing.html Fri Jun  3 20:22:12 2011
@@ -1,10 +1,11 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <html>
 <head>
-  <title>Apache Libcloud Python library - </title>
+  <title>Apache Libcloud Python library - Contributing</title>
   <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
   <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" type="text/javascript"></script>
   <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.min.js" type="text/javascript"></script>
+  <script src="/js/jquery.boxy.js" type="text/javascript"></script>
   <script src="js/libcloud.js" type="text/javascript"></script>
   <link rel="stylesheet" href="css/screen.css" type="text/css">
   <link rel="stylesheet" href="css/libcloud.css" type="text/css">
@@ -21,7 +22,7 @@
 
     <div id="banner" class="span-24 last">
       
-      <h2></h2>
+      <h2>Contributing</h2>
       
     </div>
 
@@ -62,7 +63,7 @@
 
 <h3>Need help?</h3>
 <div id="help">
-    <a href="http://webchat.freenode.net/?channels=libcloud&uio=d4">#libloud @ freenode</a><br /><a
+    <a href="http://webchat.freenode.net/?channels=libcloud&uio=d4">#libcloud @ freenode</a><br /><a
         href="mailto:users-subscribe@libcloud.apache.org">users@libcloud.apache.org</a>
 </div>
 
@@ -100,7 +101,7 @@
     href="/security.html">Security</a> | <a
     href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a> |
 <a href="http://www.apache.org/foundation/thanks.html">Thanks</a> | <a
-    href="/credits.html">Credits</a><br /><br />
+    href="/credits.html">Credits</a> | <a href="/sitemap.html">Sitemap</a><br /><br />
 
 Copyright © 2009-2011, <a href="http://apache.org/">The Apache Software Foundation</a><br />
 Apache Libcloud, Libcloud, Apache, the Apache feather, and the Apache Libcloud

Modified: websites/production/libcloud/content/credits.html
==============================================================================
--- websites/production/libcloud/content/credits.html (original)
+++ websites/production/libcloud/content/credits.html Fri Jun  3 20:22:12 2011
@@ -5,6 +5,7 @@
   <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
   <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" type="text/javascript"></script>
   <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.min.js" type="text/javascript"></script>
+  <script src="/js/jquery.boxy.js" type="text/javascript"></script>
   <script src="js/libcloud.js" type="text/javascript"></script>
   <link rel="stylesheet" href="css/screen.css" type="text/css">
   <link rel="stylesheet" href="css/libcloud.css" type="text/css">
@@ -62,7 +63,7 @@
 
 <h3>Need help?</h3>
 <div id="help">
-    <a href="http://webchat.freenode.net/?channels=libcloud&uio=d4">#libloud @ freenode</a><br /><a
+    <a href="http://webchat.freenode.net/?channels=libcloud&uio=d4">#libcloud @ freenode</a><br /><a
         href="mailto:users-subscribe@libcloud.apache.org">users@libcloud.apache.org</a>
 </div>
 
@@ -112,7 +113,7 @@ JIRA</a>.</p>
     href="/security.html">Security</a> | <a
     href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a> |
 <a href="http://www.apache.org/foundation/thanks.html">Thanks</a> | <a
-    href="/credits.html">Credits</a><br /><br />
+    href="/credits.html">Credits</a> | <a href="/sitemap.html">Sitemap</a><br /><br />
 
 Copyright © 2009-2011, <a href="http://apache.org/">The Apache Software Foundation</a><br />
 Apache Libcloud, Libcloud, Apache, the Apache feather, and the Apache Libcloud

Modified: websites/production/libcloud/content/devinfo.html
==============================================================================
--- websites/production/libcloud/content/devinfo.html (original)
+++ websites/production/libcloud/content/devinfo.html Fri Jun  3 20:22:12 2011
@@ -5,6 +5,7 @@
   <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
   <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" type="text/javascript"></script>
   <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.min.js" type="text/javascript"></script>
+  <script src="/js/jquery.boxy.js" type="text/javascript"></script>
   <script src="js/libcloud.js" type="text/javascript"></script>
   <link rel="stylesheet" href="css/screen.css" type="text/css">
   <link rel="stylesheet" href="css/libcloud.css" type="text/css">
@@ -62,7 +63,7 @@
 
 <h3>Need help?</h3>
 <div id="help">
-    <a href="http://webchat.freenode.net/?channels=libcloud&uio=d4">#libloud @ freenode</a><br /><a
+    <a href="http://webchat.freenode.net/?channels=libcloud&uio=d4">#libcloud @ freenode</a><br /><a
         href="mailto:users-subscribe@libcloud.apache.org">users@libcloud.apache.org</a>
 </div>
 
@@ -114,7 +115,7 @@
     href="/security.html">Security</a> | <a
     href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a> |
 <a href="http://www.apache.org/foundation/thanks.html">Thanks</a> | <a
-    href="/credits.html">Credits</a><br /><br />
+    href="/credits.html">Credits</a> | <a href="/sitemap.html">Sitemap</a><br /><br />
 
 Copyright © 2009-2011, <a href="http://apache.org/">The Apache Software Foundation</a><br />
 Apache Libcloud, Libcloud, Apache, the Apache feather, and the Apache Libcloud

Modified: websites/production/libcloud/content/downloads.html
==============================================================================
--- websites/production/libcloud/content/downloads.html (original)
+++ websites/production/libcloud/content/downloads.html Fri Jun  3 20:22:12 2011
@@ -5,6 +5,7 @@
   <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
   <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" type="text/javascript"></script>
   <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.min.js" type="text/javascript"></script>
+  <script src="/js/jquery.boxy.js" type="text/javascript"></script>
   <script src="js/libcloud.js" type="text/javascript"></script>
   <link rel="stylesheet" href="css/screen.css" type="text/css">
   <link rel="stylesheet" href="css/libcloud.css" type="text/css">
@@ -62,7 +63,7 @@
 
 <h3>Need help?</h3>
 <div id="help">
-    <a href="http://webchat.freenode.net/?channels=libcloud&uio=d4">#libloud @ freenode</a><br /><a
+    <a href="http://webchat.freenode.net/?channels=libcloud&uio=d4">#libcloud @ freenode</a><br /><a
         href="mailto:users-subscribe@libcloud.apache.org">users@libcloud.apache.org</a>
 </div>
 
@@ -175,7 +176,7 @@ gpg: Signature made Wed Oct  6 15:31:35 
     href="/security.html">Security</a> | <a
     href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a> |
 <a href="http://www.apache.org/foundation/thanks.html">Thanks</a> | <a
-    href="/credits.html">Credits</a><br /><br />
+    href="/credits.html">Credits</a> | <a href="/sitemap.html">Sitemap</a><br /><br />
 
 Copyright © 2009-2011, <a href="http://apache.org/">The Apache Software Foundation</a><br />
 Apache Libcloud, Libcloud, Apache, the Apache feather, and the Apache Libcloud

Modified: websites/production/libcloud/content/driver-features.html
==============================================================================
--- websites/production/libcloud/content/driver-features.html (original)
+++ websites/production/libcloud/content/driver-features.html Fri Jun  3 20:22:12 2011
@@ -5,6 +5,7 @@
   <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
   <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" type="text/javascript"></script>
   <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.min.js" type="text/javascript"></script>
+  <script src="/js/jquery.boxy.js" type="text/javascript"></script>
   <script src="js/libcloud.js" type="text/javascript"></script>
   <link rel="stylesheet" href="css/screen.css" type="text/css">
   <link rel="stylesheet" href="css/libcloud.css" type="text/css">
@@ -62,7 +63,7 @@
 
 <h3>Need help?</h3>
 <div id="help">
-    <a href="http://webchat.freenode.net/?channels=libcloud&uio=d4">#libloud @ freenode</a><br /><a
+    <a href="http://webchat.freenode.net/?channels=libcloud&uio=d4">#libcloud @ freenode</a><br /><a
         href="mailto:users-subscribe@libcloud.apache.org">users@libcloud.apache.org</a>
 </div>
 
@@ -99,7 +100,7 @@
     href="/security.html">Security</a> | <a
     href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a> |
 <a href="http://www.apache.org/foundation/thanks.html">Thanks</a> | <a
-    href="/credits.html">Credits</a><br /><br />
+    href="/credits.html">Credits</a> | <a href="/sitemap.html">Sitemap</a><br /><br />
 
 Copyright © 2009-2011, <a href="http://apache.org/">The Apache Software Foundation</a><br />
 Apache Libcloud, Libcloud, Apache, the Apache feather, and the Apache Libcloud

Modified: websites/production/libcloud/content/getting-started.html
==============================================================================
--- websites/production/libcloud/content/getting-started.html (original)
+++ websites/production/libcloud/content/getting-started.html Fri Jun  3 20:22:12 2011
@@ -5,6 +5,7 @@
   <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
   <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" type="text/javascript"></script>
   <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.min.js" type="text/javascript"></script>
+  <script src="/js/jquery.boxy.js" type="text/javascript"></script>
   <script src="js/libcloud.js" type="text/javascript"></script>
   <link rel="stylesheet" href="css/screen.css" type="text/css">
   <link rel="stylesheet" href="css/libcloud.css" type="text/css">
@@ -62,7 +63,7 @@
 
 <h3>Need help?</h3>
 <div id="help">
-    <a href="http://webchat.freenode.net/?channels=libcloud&uio=d4">#libloud @ freenode</a><br /><a
+    <a href="http://webchat.freenode.net/?channels=libcloud&uio=d4">#libcloud @ freenode</a><br /><a
         href="mailto:users-subscribe@libcloud.apache.org">users@libcloud.apache.org</a>
 </div>
 
@@ -189,7 +190,7 @@ or install an SSH Key.</p>
     href="/security.html">Security</a> | <a
     href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a> |
 <a href="http://www.apache.org/foundation/thanks.html">Thanks</a> | <a
-    href="/credits.html">Credits</a><br /><br />
+    href="/credits.html">Credits</a> | <a href="/sitemap.html">Sitemap</a><br /><br />
 
 Copyright © 2009-2011, <a href="http://apache.org/">The Apache Software Foundation</a><br />
 Apache Libcloud, Libcloud, Apache, the Apache feather, and the Apache Libcloud

Modified: websites/production/libcloud/content/index.html
==============================================================================
--- websites/production/libcloud/content/index.html (original)
+++ websites/production/libcloud/content/index.html Fri Jun  3 20:22:12 2011
@@ -5,6 +5,7 @@
   <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
   <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" type="text/javascript"></script>
   <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.min.js" type="text/javascript"></script>
+  <script src="/js/jquery.boxy.js" type="text/javascript"></script>
   <script src="js/libcloud.js" type="text/javascript"></script>
   <link rel="stylesheet" href="css/screen.css" type="text/css">
   <link rel="stylesheet" href="css/libcloud.css" type="text/css">
@@ -97,7 +98,7 @@
 
 <h3>Need help?</h3>
 <div id="help">
-    <a href="http://webchat.freenode.net/?channels=libcloud&uio=d4">#libloud @ freenode</a><br /><a
+    <a href="http://webchat.freenode.net/?channels=libcloud&uio=d4">#libcloud @ freenode</a><br /><a
         href="mailto:users-subscribe@libcloud.apache.org">users@libcloud.apache.org</a>
 </div>
 
@@ -127,7 +128,7 @@
     href="/security.html">Security</a> | <a
     href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a> |
 <a href="http://www.apache.org/foundation/thanks.html">Thanks</a> | <a
-    href="/credits.html">Credits</a><br /><br />
+    href="/credits.html">Credits</a> | <a href="/sitemap.html">Sitemap</a><br /><br />
 
 Copyright © 2009-2011, <a href="http://apache.org/">The Apache Software Foundation</a><br />
 Apache Libcloud, Libcloud, Apache, the Apache feather, and the Apache Libcloud

Modified: websites/production/libcloud/content/news.html
==============================================================================
--- websites/production/libcloud/content/news.html (original)
+++ websites/production/libcloud/content/news.html Fri Jun  3 20:22:12 2011
@@ -5,6 +5,7 @@
   <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
   <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" type="text/javascript"></script>
   <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.min.js" type="text/javascript"></script>
+  <script src="/js/jquery.boxy.js" type="text/javascript"></script>
   <script src="js/libcloud.js" type="text/javascript"></script>
   <link rel="stylesheet" href="css/screen.css" type="text/css">
   <link rel="stylesheet" href="css/libcloud.css" type="text/css">
@@ -62,7 +63,7 @@
 
 <h3>Need help?</h3>
 <div id="help">
-    <a href="http://webchat.freenode.net/?channels=libcloud&uio=d4">#libloud @ freenode</a><br /><a
+    <a href="http://webchat.freenode.net/?channels=libcloud&uio=d4">#libcloud @ freenode</a><br /><a
         href="mailto:users-subscribe@libcloud.apache.org">users@libcloud.apache.org</a>
 </div>
 
@@ -102,7 +103,7 @@
     href="/security.html">Security</a> | <a
     href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a> |
 <a href="http://www.apache.org/foundation/thanks.html">Thanks</a> | <a
-    href="/credits.html">Credits</a><br /><br />
+    href="/credits.html">Credits</a> | <a href="/sitemap.html">Sitemap</a><br /><br />
 
 Copyright © 2009-2011, <a href="http://apache.org/">The Apache Software Foundation</a><br />
 Apache Libcloud, Libcloud, Apache, the Apache feather, and the Apache Libcloud

Modified: websites/production/libcloud/content/security.html
==============================================================================
--- websites/production/libcloud/content/security.html (original)
+++ websites/production/libcloud/content/security.html Fri Jun  3 20:22:12 2011
@@ -5,6 +5,7 @@
   <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
   <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" type="text/javascript"></script>
   <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.min.js" type="text/javascript"></script>
+  <script src="/js/jquery.boxy.js" type="text/javascript"></script>
   <script src="js/libcloud.js" type="text/javascript"></script>
   <link rel="stylesheet" href="css/screen.css" type="text/css">
   <link rel="stylesheet" href="css/libcloud.css" type="text/css">
@@ -62,7 +63,7 @@
 
 <h3>Need help?</h3>
 <div id="help">
-    <a href="http://webchat.freenode.net/?channels=libcloud&uio=d4">#libloud @ freenode</a><br /><a
+    <a href="http://webchat.freenode.net/?channels=libcloud&uio=d4">#libcloud @ freenode</a><br /><a
         href="mailto:users-subscribe@libcloud.apache.org">users@libcloud.apache.org</a>
 </div>
 
@@ -98,7 +99,7 @@ our private mailing list: <a href="mailt
     href="/security.html">Security</a> | <a
     href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a> |
 <a href="http://www.apache.org/foundation/thanks.html">Thanks</a> | <a
-    href="/credits.html">Credits</a><br /><br />
+    href="/credits.html">Credits</a> | <a href="/sitemap.html">Sitemap</a><br /><br />
 
 Copyright © 2009-2011, <a href="http://apache.org/">The Apache Software Foundation</a><br />
 Apache Libcloud, Libcloud, Apache, the Apache feather, and the Apache Libcloud

Modified: websites/production/libcloud/content/sitemap.html
==============================================================================
--- websites/production/libcloud/content/sitemap.html (original)
+++ websites/production/libcloud/content/sitemap.html Fri Jun  3 20:22:12 2011
@@ -5,6 +5,7 @@
   <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
   <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" type="text/javascript"></script>
   <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.min.js" type="text/javascript"></script>
+  <script src="/js/jquery.boxy.js" type="text/javascript"></script>
   <script src="js/libcloud.js" type="text/javascript"></script>
   <link rel="stylesheet" href="css/screen.css" type="text/css">
   <link rel="stylesheet" href="css/libcloud.css" type="text/css">
@@ -62,7 +63,7 @@
 
 <h3>Need help?</h3>
 <div id="help">
-    <a href="http://webchat.freenode.net/?channels=libcloud&uio=d4">#libloud @ freenode</a><br /><a
+    <a href="http://webchat.freenode.net/?channels=libcloud&uio=d4">#libcloud @ freenode</a><br /><a
         href="mailto:users-subscribe@libcloud.apache.org">users@libcloud.apache.org</a>
 </div>
 
@@ -78,7 +79,7 @@
 <ul>
 <li><a href="/about.html">About</a></li>
 <li><a href="/community-resources.html">Community resources</a></li>
-<li><a href="/contributing.html" /></li>
+<li><a href="/contributing.html">Contributing</a></li>
 <li><a href="/credits.html">Credits</a></li>
 <li><a href="/devinfo.html">Developer Information</a></li>
 <li><a href="/downloads.html">Downloads</a></li>
@@ -87,7 +88,6 @@
 <li><a href="/index.html">Apache Libcloud is a standard Python library that abstracts away differences among multiple cloud provider APIs</a></li>
 <li><a href="/news.html">News</a></li>
 <li><a href="/security.html">Security updates and reports</a></li>
-<li><a href="/supported_providers.html">Supported providers</a></li>
 <li><a href="/whos-using.html">Projects and companies using libcloud</a></li>
 </ul>
 
@@ -98,7 +98,7 @@
     href="/security.html">Security</a> | <a
     href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a> |
 <a href="http://www.apache.org/foundation/thanks.html">Thanks</a> | <a
-    href="/credits.html">Credits</a><br /><br />
+    href="/credits.html">Credits</a> | <a href="/sitemap.html">Sitemap</a><br /><br />
 
 Copyright © 2009-2011, <a href="http://apache.org/">The Apache Software Foundation</a><br />
 Apache Libcloud, Libcloud, Apache, the Apache feather, and the Apache Libcloud

Modified: websites/production/libcloud/content/supported_providers.html
==============================================================================
--- websites/production/libcloud/content/supported_providers.html (original)
+++ websites/production/libcloud/content/supported_providers.html Fri Jun  3 20:22:12 2011
@@ -1,10 +1,11 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <html>
 <head>
-  <title>Apache Libcloud Python library - Supported providers</title>
+  <title>Apache Libcloud Python library - Supported Providers and Features</title>
   <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
   <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" type="text/javascript"></script>
   <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.min.js" type="text/javascript"></script>
+  <script src="/js/jquery.boxy.js" type="text/javascript"></script>
   <script src="js/libcloud.js" type="text/javascript"></script>
   <link rel="stylesheet" href="css/screen.css" type="text/css">
   <link rel="stylesheet" href="css/libcloud.css" type="text/css">
@@ -21,7 +22,7 @@
 
     <div id="banner" class="span-24 last">
       
-      <h2>Supported providers</h2>
+      <h2>Supported Providers and Features</h2>
       
     </div>
 
@@ -62,7 +63,7 @@
 
 <h3>Need help?</h3>
 <div id="help">
-    <a href="http://webchat.freenode.net/?channels=libcloud&uio=d4">#libloud @ freenode</a><br /><a
+    <a href="http://webchat.freenode.net/?channels=libcloud&uio=d4">#libcloud @ freenode</a><br /><a
         href="mailto:users-subscribe@libcloud.apache.org">users@libcloud.apache.org</a>
 </div>
 
@@ -73,108 +74,480 @@
 
     <div id="main" class="span-16 last">
       
-      <h2 id="compute">Compute</h2>
+<h2>Compute</h2>
+
 <table id="python-support-table" class="support-table" cellpadding="0" cellspacing="0" border="0">
-        <tr>
-          <th>provider</th>
-          <th><a href="driver-features.html#list">list</a></th>
-          <th><a href="driver-features.html#reboot">reboot</a></th>
-          <th><a href="driver-features.html#create">create</a></th>
-          <th><a href="driver-features.html#destroy">destroy</a></th>
-          <th><a href="driver-features.html#images">images</a></th>
-          <th><a href="driver-features.html#sizes">sizes</a></th>
-          <th><a href="driver-features.html#deploy">deploy</a></th>
-        </tr>
-        <tr><th><a href="http://www.bluebox.net/solutions" title="Bluebox"
-                   >Bluebox</a></th>
-           <td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td></td></tr>
-       <tr><th><a href="http://www.brightbox.co.uk/" title="Brightbox"
-                   >Brightbox</a></th>
-            <td>y</td><td></td><td>y</td><td>y</td><td>y</td><td>y</td><td></td></tr>
-        <tr><th><a href="http://www.cloudsigma.com/" title="CloudSigma"
-                   >CloudSigma</a></th>
-            <td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td></td></tr>
-        <tr><th><a href="http://www.dreamhost.com/hosting-vps.html"
-                    title="Dreamhost">Dreamhost</a></th>
-            <td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td></td></tr>
-        <tr><th><a href="http://aws.amazon.com/" title="EC2-AP Northeast"
-                   >EC2-AP Northeast</a></th>
-            <td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td></tr>
-        <tr><th><a href="http://aws.amazon.com/" title="EC2-AP Southeast"
-                   >EC2-AP Southeast</a></th>
-            <td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td></tr>
-        <tr><th><a href="http://aws.amazon.com/" title="EC2-US East"
-                   >EC2-US East</a></th>
-            <td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td></tr>
-        <tr><th><a href="http://aws.amazon.com/" title="EC2-US West"
-                   >EC2-US West</a></th>
-            <td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td></tr>
-        <tr><th><a href="http://aws.amazon.com/" title="EC2-EU West"
-                   >EC2-EU West</a></th>
-            <td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td></tr>
-        <tr><th><a href="http://www.enomaly.com/" title="enomaly ECP"
-                   >enomaly ECP</a></th>
-            <td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td></tr>
-    <tr><th><a href="http://www.elastichosts.com" title="ElasticHosts"
-                   >ElasticHosts</a></th>
-            <td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td></tr>
-     <tr><th><a href="http://www.eucalyptus.com/" title="Eucalyptus"
-                   >Eucalyptus</a></th>
-            <td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td></td></tr>
-        <tr><th><a href="http://www.gandi.net/hosting/vps#main-nav" title="Gandi.net">Gandi.net</a></th>
-            <td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td></tr>
-        <tr><th><a href="http://www.gogrid.com/" title="gogrid"
-                   >GoGrid</a></th>
-            <td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td></tr>
-        <tr><th><a
-                    href="http://www-935.ibm.com/services/us/igs/cloud-development/"
-                    title="IBM Cloud">IBM Cloud</a></th>
-            <td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td></td></tr>
-        <tr><th><a href="http://www.linode.com/" title="linode"
-                   >Linode</a></th>
-           <td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td></tr>
-        <tr><th><a href="http://www.nimbusproject.org/" title="Nimbus Cloud"
-                   >Linode</a></th>
-            <td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td></tr>
-        <tr><th><a href="http://www.opennebula.org/" title="OpenNebula"
-                   >OpenNebula</a></th>
-           <td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td></td></tr>
-        <tr><th><a href="http://www.openstack.org/" title="OpenStack"
-                   >OpenStack</a></th>
-           <td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td></tr>
-       <tr><th><a href="http://www.opsource.net/Services/Cloud-Hosting" title="OpSource Cloud">OpSource
-            Cloud</a></th>
-            <td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td></tr>
-        <tr><th><a href="http://www.rackspacecloud.com" title="Rackspace"
-                   >Rackspace</a></th>
-            <td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td></tr>
-        <tr><th><a href="http://www.rackspace.co.uk" title="Rackspace UK"
-                   >Rackspace UK</a></th>
-            <td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td></tr>
-        <tr><th><a href="http://rimuhosting.com/" title="RimuHosting"
-                   >RimuHosting</a></th>
-            <td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td></td></tr>
-        <tr><th><a href="http://www.slicehost.com/" title="slicehost"
-                   >Slicehost</a></th>
-            <td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td></tr>
-        <tr><th><a href="http://softlayer.com/" title="SoftLayer"
-                   >SoftLayer</a></th>
-            <td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td></tr>
-        <tr><th><a href="http://www.terremark.com/default.aspx"
-                    title="Terremark">Terremark</a></th>
-            <td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td></tr>
-        <tr><th><a
-                    href="http://www.vmware.com/appliances/deploy/vcloud-express.html"
-                    title="vCloud">vCloud</a></th>
-            <td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td></tr>
-        <tr><th><a href="http://www.voxel.net/" title="Voxel"
-                   >Voxel</a></th>
-            <td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td></td></tr>
-        <tr><th><a href="http://vps.net/" title="vps.net"
-                   >VPS.net</a></th>
-            <td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td><td></td></tr>
-      </table>
-      
+    <tr>
+        <th>provider</th>
+        <th><a href="driver-features.html#list">list</a></th>
+        <th><a href="driver-features.html#reboot">reboot</a></th>
+        <th><a href="driver-features.html#create">create</a></th>
+        <th><a href="driver-features.html#destroy">destroy</a></th>
+        <th><a href="driver-features.html#images">images</a></th>
+        <th><a href="driver-features.html#sizes">sizes</a></th>
+        <th><a href="driver-features.html#deploy">deploy</a></th>
+    </tr>
+
+    <tr>
+        <th><a href="http://www.bluebox.net/solutions" title="Bluebox">Bluebox</a></th>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td></td>
+    </tr>
+
+    <tr>
+        <th><a href="http://www.brightbox.co.uk/" title="Brightbox">Brightbox</a></th>
+        <td>y</td>
+        <td></td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td></td>
+    </tr>
+
+    <tr>
+        <th><a href="http://www.cloudsigma.com/" title="CloudSigma">CloudSigma</a></th>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td></td>
+    </tr>
+
+    <tr>
+        <th><a href="http://www.dreamhost.com/hosting-vps.html" title="Dreamhost">Dreamhost</a></th>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td></td>
+    </tr>
+
+    <tr>
+        <th><a href="http://aws.amazon.com/" title="EC2-AP Northeast">EC2-AP Northeast</a></th>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+    </tr>
+
+    <tr>
+        <th><a href="http://aws.amazon.com/" title="EC2-AP Southeast">EC2-AP Southeast</a></th>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+    </tr>
+
+    <tr>
+        <th><a href="http://aws.amazon.com/" title="EC2-US East">EC2-US East</a></th>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+    </tr>
+
+    <tr>
+        <th><a href="http://aws.amazon.com/" title="EC2-US West">EC2-US West</a></th>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+    </tr>
+
+    <tr>
+        <th><a href="http://aws.amazon.com/" title="EC2-EU West">EC2-EU West</a></th>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+    </tr>
+
+    <tr>
+        <th><a href="http://www.enomaly.com/" title="enomaly ECP">enomaly ECP</a></th>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+    </tr>
+
+    <tr>
+        <th><a href="http://www.elastichosts.com/" title="ElasticHosts">ElasticHosts</a></th>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+    </tr>
+
+    <tr>
+        <th><a href="http://www.eucalyptus.com/" title="Eucalyptus">Eucalyptus</a></th>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td></td>
+    </tr>
+
+    <tr>
+        <th><a href="http://www.gandi.net/hosting/vps#main-nav" title="Gandi.net">Gandi.net</a></th>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+    </tr>
+
+    <tr>
+        <th><a href="http://www.gogrid.com/" title="GoGrid">GoGrid</a></th>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+    </tr>
+
+    <tr>
+        <th><a href="http://www-935.ibm.com/services/us/igs/cloud-development/" title="IBM Cloud">IBM Cloud</a></th>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td></td>
+    </tr>
+
+    <tr>
+        <th><a href="http://www.linode.com/" title="Linode">Linode</a></th>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+    </tr>
+
+    <tr>
+        <th><a href="http://www.nimbusproject.org/" title="Nimbus">Nimbus</a></th>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+    </tr>
+
+    <tr>
+        <th><a href="http://www.opennebula.org/" title="OpenNebula">OpenNebula</a></th>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td></td>
+    </tr>
+
+    <tr>
+        <th><a href="http://www.openstack.org/" title="OpenStack">OpenStack</a></th>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+    </tr>
+
+    <tr>
+        <th><a href="http://www.opsource.net/Services/Cloud-Hosting" title="OpSource Cloud">OpSource Cloud</a></th>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+    </tr>
+
+    <tr>
+        <th><a href="http://www.rackspacecloud.com/" title="Rackspace US">Rackspace US</a></th>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+    </tr>
+
+    <tr>
+        <th><a href="http://www.rackspace.co.uk/" title="Rackspace UK">Rackspace UK</a></th>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+    </tr>
+
+    <tr>
+        <th><a href="http://rimuhosting.com/" title="RimuHosting">RimuHosting</a></th>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td></td>
+    </tr>
+
+    <tr>
+        <th><a href="http://www.slicehost.com/" title="Slicehost">Slicehost</a></th>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+    </tr>
+
+    <tr>
+        <th><a href="http://softlayer.com/" title="SoftLayer">SoftLayer</a></th>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+    </tr>
+
+    <tr>
+        <th><a href="http://www.terremark.com/default.aspx" title="Terremark">Terremark</a></th>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+    </tr>
+
+    <tr>
+        <th><a href="http://www.vmware.com/appliances/deploy/vcloud-express.html" title="vCloud">vCloud</a></th>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+    </tr>
+
+    <tr>
+        <th><a href="http://www.voxel.net/" title="Voxel">Voxel</a></th>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td></td>
+    </tr>
+
+    <tr>
+        <th><a href="http://vps.net/" title="VPS.net">VPS.net</a></th>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td></td>
+    </tr>
+
+</table>
+
+<h2>Storage</h2>
+<table id="python-support-table" class="support-table" cellpadding="0" cellspacing="0" border="0">
+    <tr>
+        <th>provider</th>
+        <th><a href="driver-features.html">list containers</a></th>
+        <th><a href="driver-features.html">list objects</a></th>
+        <th><a href="driver-features.html">create container</a></th>
+        <th><a href="driver-features.html">delete container</a></th>
+        <th><a href="driver-features.html">upload object</a></th>
+        <th><a href="driver-features.html">streaming object upload</a></th>
+        <th><a href="driver-features.html">download object</a></th>
+        <th><a href="driver-features.html">streaming object download</a></th>
+        <th><a href="driver-features.html">delete object</a></th>
+    </tr>
+
+    <tr>
+        <th><a href="http://www.rackspace.com/cloud/cloud_hosting_products/files/" title="CloudFiles US">CloudFiles US</a></th>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+    </tr>
+
+    <tr>
+        <th><a href="http://www.rackspace.co.uk/cloud-hosting/cloud-products/cloud-files/" title="CloudFiles UK">CloudFiles UK</a></th>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+    </tr>
+
+    <tr>
+        <th><a href="http://aws.amazon.com/s3/" title="Amazon S3 US (West)">Amazon S3 US (West)</a></th>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td></td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+    </tr>
+
+    <tr>
+        <th><a href="http://aws.amazon.com/s3/" title="Amazon S3 US (East)">Amazon S3 US (East)</a></th>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td></td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+    </tr>
+
+    <tr>
+        <th><a href="http://aws.amazon.com/s3/" title="Amazon S3 EU (West)">Amazon S3 EU (West)</a></th>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td></td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+    </tr>
+
+    <tr>
+        <th><a href="http://aws.amazon.com/s3/" title="Amazon S3 Asia (South East)">Amazon S3 Asia (South East)</a></th>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td></td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+    </tr>
+
+    <tr>
+        <th><a href="http://aws.amazon.com/s3/" title="Amazon S3 Asia (North East)">Amazon S3 Asia (North East)</a></th>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td></td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+    </tr>
+
+</table>
+
+<h2>Load-balancers</h2>
+<table id="python-support-table" class="support-table" cellpadding="0" cellspacing="0" border="0">
+    <tr>
+        <th>provider</th>
+        <th><a href="driver-features.html">create</a></th>
+        <th><a href="driver-features.html">list members</a></th>
+        <th><a href="driver-features.html">attach member</a></th>
+        <th><a href="driver-features.html">detach member</a></th>
+        <th><a href="driver-features.html">attach compute node</a></th>
+    </tr>
+
+    <tr>
+        <th><a href="http://www.rackspace.com/cloud/cloud_hosting_products/loadbalancers/" title="Rackspace US">Rackspace US</a></th>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+    </tr>
+
+    <tr>
+        <th><a href="http://www.gogrid.com/cloud-hosting/load-balancers.php" title="GoGrid">GoGrid</a></th>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+        <td>y</td>
+    </tr>
+
+</table>
+
     </div>
 
     <div id="footer" class="span-24">
@@ -182,7 +555,7 @@
     href="/security.html">Security</a> | <a
     href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a> |
 <a href="http://www.apache.org/foundation/thanks.html">Thanks</a> | <a
-    href="/credits.html">Credits</a><br /><br />
+    href="/credits.html">Credits</a> | <a href="/sitemap.html">Sitemap</a><br /><br />
 
 Copyright © 2009-2011, <a href="http://apache.org/">The Apache Software Foundation</a><br />
 Apache Libcloud, Libcloud, Apache, the Apache feather, and the Apache Libcloud

Modified: websites/production/libcloud/content/whos-using.html
==============================================================================
--- websites/production/libcloud/content/whos-using.html (original)
+++ websites/production/libcloud/content/whos-using.html Fri Jun  3 20:22:12 2011
@@ -5,6 +5,7 @@
   <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
   <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" type="text/javascript"></script>
   <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.min.js" type="text/javascript"></script>
+  <script src="/js/jquery.boxy.js" type="text/javascript"></script>
   <script src="js/libcloud.js" type="text/javascript"></script>
   <link rel="stylesheet" href="css/screen.css" type="text/css">
   <link rel="stylesheet" href="css/libcloud.css" type="text/css">
@@ -62,7 +63,7 @@
 
 <h3>Need help?</h3>
 <div id="help">
-    <a href="http://webchat.freenode.net/?channels=libcloud&uio=d4">#libloud @ freenode</a><br /><a
+    <a href="http://webchat.freenode.net/?channels=libcloud&uio=d4">#libcloud @ freenode</a><br /><a
         href="mailto:users-subscribe@libcloud.apache.org">users@libcloud.apache.org</a>
 </div>
 
@@ -125,7 +126,7 @@
     href="/security.html">Security</a> | <a
     href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a> |
 <a href="http://www.apache.org/foundation/thanks.html">Thanks</a> | <a
-    href="/credits.html">Credits</a><br /><br />
+    href="/credits.html">Credits</a> | <a href="/sitemap.html">Sitemap</a><br /><br />
 
 Copyright © 2009-2011, <a href="http://apache.org/">The Apache Software Foundation</a><br />
 Apache Libcloud, Libcloud, Apache, the Apache feather, and the Apache Libcloud