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/11/04 03:07:31 UTC

svn commit: r798011 - in /websites/production/libcloud: ./ content/ content/css/ content/docs/ content/js/

Author: tomaz
Date: Fri Nov  4 02:07:30 2011
New Revision: 798011

Log:
Publishing merge to libcloud site by tomaz

Added:
    websites/production/libcloud/content/css/jquery.tweet.css
      - copied unchanged from r798010, websites/staging/libcloud/trunk/content/css/jquery.tweet.css
    websites/production/libcloud/content/docs/components.html
      - copied unchanged from r798010, websites/staging/libcloud/trunk/content/docs/components.html
    websites/production/libcloud/content/docs/using-libcloud-in-multi-threaded-and-async-environments.html
      - copied unchanged from r798010, websites/staging/libcloud/trunk/content/docs/using-libcloud-in-multi-threaded-and-async-environments.html
    websites/production/libcloud/content/js/jquery.tweet.js
      - copied unchanged from r798010, websites/staging/libcloud/trunk/content/js/jquery.tweet.js
    websites/production/libcloud/content/js/twitter.js
      - copied unchanged from r798010, websites/staging/libcloud/trunk/content/js/twitter.js
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/css/libcloud.css
    websites/production/libcloud/content/devinfo.html
    websites/production/libcloud/content/docs/compute-base-api.html
    websites/production/libcloud/content/docs/compute-deployment.html
    websites/production/libcloud/content/docs/compute-overview.html
    websites/production/libcloud/content/docs/debugging.html
    websites/production/libcloud/content/docs/index.html
    websites/production/libcloud/content/downloads.html
    websites/production/libcloud/content/driver-features.html
    websites/production/libcloud/content/europython-libcloud-sprint.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/testing.html
    websites/production/libcloud/content/upgrade-notes-0-6.html
    websites/production/libcloud/content/upgrade-notes.html
    websites/production/libcloud/content/whos-using.html

Propchange: websites/production/libcloud/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Fri Nov  4 02:07:30 2011
@@ -1 +1 @@
-/websites/staging/libcloud/trunk:787380-797918
+/websites/staging/libcloud/trunk:787380-798010

Modified: websites/production/libcloud/content/about.html
==============================================================================
--- websites/production/libcloud/content/about.html (original)
+++ websites/production/libcloud/content/about.html Fri Nov  4 02:07:30 2011
@@ -7,9 +7,12 @@
   <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.min.js" type="text/javascript"></script>
   <script src="/js/clearlink.js" type="text/javascript"></script>
   <script src="/js/libcloud.js" type="text/javascript"></script>
+  <script src="/js/jquery.tweet.js" type="text/javascript"></script>
+  <script src="/js/twitter.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">
   <link rel="stylesheet" href="/css/code.css" type="text/css">
+  <link rel="stylesheet" href="/css/jquery.tweet.css" type="text/css">
   <link rel="icon" type="image/png" href="/images/favicon.png"/>
 </head>
 <body>
@@ -61,17 +64,17 @@
         href="mailto:users-subscribe@libcloud.apache.org">users@libcloud.apache.org</a>
 </div>
 
-<h3>Links</h3>
-<div id="twitter-logo">
-  <a href="http://www.twitter.com/libcloud"><img src="http://twitter-badges.s3.amazonaws.com/follow_me-a.png" alt="Follow libcloud on Twitter"/></a>
-</div>
+<h3>What's going on</h3>
+<div id="twitter"></div>
 
+<h3>Links</h3>
 <div id="apache-logo">
   <a href="http://www.apache.org/"><img src="images/apache_logo.gif" alt="Apache
       Software Foundation" /></a>
 </div>
 
 
+
     </div>
     
 

Modified: websites/production/libcloud/content/community-resources.html
==============================================================================
--- websites/production/libcloud/content/community-resources.html (original)
+++ websites/production/libcloud/content/community-resources.html Fri Nov  4 02:07:30 2011
@@ -7,9 +7,12 @@
   <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.min.js" type="text/javascript"></script>
   <script src="/js/clearlink.js" type="text/javascript"></script>
   <script src="/js/libcloud.js" type="text/javascript"></script>
+  <script src="/js/jquery.tweet.js" type="text/javascript"></script>
+  <script src="/js/twitter.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">
   <link rel="stylesheet" href="/css/code.css" type="text/css">
+  <link rel="stylesheet" href="/css/jquery.tweet.css" type="text/css">
   <link rel="icon" type="image/png" href="/images/favicon.png"/>
 </head>
 <body>
@@ -61,17 +64,17 @@
         href="mailto:users-subscribe@libcloud.apache.org">users@libcloud.apache.org</a>
 </div>
 
-<h3>Links</h3>
-<div id="twitter-logo">
-  <a href="http://www.twitter.com/libcloud"><img src="http://twitter-badges.s3.amazonaws.com/follow_me-a.png" alt="Follow libcloud on Twitter"/></a>
-</div>
+<h3>What's going on</h3>
+<div id="twitter"></div>
 
+<h3>Links</h3>
 <div id="apache-logo">
   <a href="http://www.apache.org/"><img src="images/apache_logo.gif" alt="Apache
       Software Foundation" /></a>
 </div>
 
 
+
     </div>
     
 

Modified: websites/production/libcloud/content/contributing.html
==============================================================================
--- websites/production/libcloud/content/contributing.html (original)
+++ websites/production/libcloud/content/contributing.html Fri Nov  4 02:07:30 2011
@@ -7,9 +7,12 @@
   <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.min.js" type="text/javascript"></script>
   <script src="/js/clearlink.js" type="text/javascript"></script>
   <script src="/js/libcloud.js" type="text/javascript"></script>
+  <script src="/js/jquery.tweet.js" type="text/javascript"></script>
+  <script src="/js/twitter.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">
   <link rel="stylesheet" href="/css/code.css" type="text/css">
+  <link rel="stylesheet" href="/css/jquery.tweet.css" type="text/css">
   <link rel="icon" type="image/png" href="/images/favicon.png"/>
 </head>
 <body>
@@ -61,17 +64,17 @@
         href="mailto:users-subscribe@libcloud.apache.org">users@libcloud.apache.org</a>
 </div>
 
-<h3>Links</h3>
-<div id="twitter-logo">
-  <a href="http://www.twitter.com/libcloud"><img src="http://twitter-badges.s3.amazonaws.com/follow_me-a.png" alt="Follow libcloud on Twitter"/></a>
-</div>
+<h3>What's going on</h3>
+<div id="twitter"></div>
 
+<h3>Links</h3>
 <div id="apache-logo">
   <a href="http://www.apache.org/"><img src="images/apache_logo.gif" alt="Apache
       Software Foundation" /></a>
 </div>
 
 
+
     </div>
     
 

Modified: websites/production/libcloud/content/credits.html
==============================================================================
--- websites/production/libcloud/content/credits.html (original)
+++ websites/production/libcloud/content/credits.html Fri Nov  4 02:07:30 2011
@@ -7,9 +7,12 @@
   <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.min.js" type="text/javascript"></script>
   <script src="/js/clearlink.js" type="text/javascript"></script>
   <script src="/js/libcloud.js" type="text/javascript"></script>
+  <script src="/js/jquery.tweet.js" type="text/javascript"></script>
+  <script src="/js/twitter.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">
   <link rel="stylesheet" href="/css/code.css" type="text/css">
+  <link rel="stylesheet" href="/css/jquery.tweet.css" type="text/css">
   <link rel="icon" type="image/png" href="/images/favicon.png"/>
 </head>
 <body>
@@ -61,17 +64,17 @@
         href="mailto:users-subscribe@libcloud.apache.org">users@libcloud.apache.org</a>
 </div>
 
-<h3>Links</h3>
-<div id="twitter-logo">
-  <a href="http://www.twitter.com/libcloud"><img src="http://twitter-badges.s3.amazonaws.com/follow_me-a.png" alt="Follow libcloud on Twitter"/></a>
-</div>
+<h3>What's going on</h3>
+<div id="twitter"></div>
 
+<h3>Links</h3>
 <div id="apache-logo">
   <a href="http://www.apache.org/"><img src="images/apache_logo.gif" alt="Apache
       Software Foundation" /></a>
 </div>
 
 
+
     </div>
     
 

Modified: websites/production/libcloud/content/css/libcloud.css
==============================================================================
--- websites/production/libcloud/content/css/libcloud.css (original)
+++ websites/production/libcloud/content/css/libcloud.css Fri Nov  4 02:07:30 2011
@@ -32,7 +32,7 @@ h2 { color:#007bff;}
 #sidebar .accordion { }
 #sidebar h3 { color:#ff5050; margin-bottom:5px; }
 #sidebar h3 a:hover { color:#80bdff; }
-#sidebar #apache-logo { padding: 30px 0 0 0;}
+#sidebar #apache-logo { padding: 10px 0 0 0;}
 #sidebar #apache-logo, #twitter-logo, #get-it, #help { text-align: center; }
 
 div#main { font-size: 120%; }

Modified: websites/production/libcloud/content/devinfo.html
==============================================================================
--- websites/production/libcloud/content/devinfo.html (original)
+++ websites/production/libcloud/content/devinfo.html Fri Nov  4 02:07:30 2011
@@ -7,9 +7,12 @@
   <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.min.js" type="text/javascript"></script>
   <script src="/js/clearlink.js" type="text/javascript"></script>
   <script src="/js/libcloud.js" type="text/javascript"></script>
+  <script src="/js/jquery.tweet.js" type="text/javascript"></script>
+  <script src="/js/twitter.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">
   <link rel="stylesheet" href="/css/code.css" type="text/css">
+  <link rel="stylesheet" href="/css/jquery.tweet.css" type="text/css">
   <link rel="icon" type="image/png" href="/images/favicon.png"/>
 </head>
 <body>
@@ -61,17 +64,17 @@
         href="mailto:users-subscribe@libcloud.apache.org">users@libcloud.apache.org</a>
 </div>
 
-<h3>Links</h3>
-<div id="twitter-logo">
-  <a href="http://www.twitter.com/libcloud"><img src="http://twitter-badges.s3.amazonaws.com/follow_me-a.png" alt="Follow libcloud on Twitter"/></a>
-</div>
+<h3>What's going on</h3>
+<div id="twitter"></div>
 
+<h3>Links</h3>
 <div id="apache-logo">
   <a href="http://www.apache.org/"><img src="images/apache_logo.gif" alt="Apache
       Software Foundation" /></a>
 </div>
 
 
+
     </div>
     
 

Modified: websites/production/libcloud/content/docs/compute-base-api.html
==============================================================================
--- websites/production/libcloud/content/docs/compute-base-api.html (original)
+++ websites/production/libcloud/content/docs/compute-base-api.html Fri Nov  4 02:07:30 2011
@@ -1,7 +1,7 @@
 <!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 - Compute -&gt; Base API</title>
+  <title>Compute -&gt; Base API | Apache Libcloud Documentation</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>
@@ -16,7 +16,7 @@
 <body>
   <div class="container">
     <div id="header" class="span-24 last">
-        
+      
       <h1>Apache Libcloud <span>a unified interface to the cloud</span></h1>
       
     </div>
@@ -34,7 +34,7 @@
 <ul id="menu">
     <li><a href="/index.html">Website home</a></li>
     <li><a href="/docs/index.html">Documentation home</a></li>
-    <li>Components</li>
+    <li><a href="/docs/components.html">Components</a></li>
     <ul>
         <li class="title">Compute</li>
         <ul>
@@ -43,12 +43,17 @@
             <li><a href="compute-deployment.html">Deployment</a></li>
         </ul>
         <li class="title">Storage</li>
+        <ul>
+            <li><a href="storage-overview.html">Storage</a></li>
+            <li><a href="storage-base-api.html">Base API</a></li>
+        </ul>
         <li class="title">Load Balancer</li>
     </ul>
     <li>Other</li>
     <ul>
         <ul>
             <li><a href="debugging.html">Debugging</a></li>
+            <li><a href="using-libcloud-in-multi-threaded-and-async-environments.html">Using Libcloud in multi-threaded and async environments</a></li>
         </ul>
     </ul>
     <li><a href="/apidocs">Generated API docs</a></li>
@@ -75,34 +80,34 @@
 <h3 id="list_nodes">list_nodes</h3>
 
 <p><strong>Method signature</strong>:
-<a href="http://localhost:8000/apidocs/current/libcloud.compute.base.NodeDriver.html#list_nodes">driver.list_nodes()</a><br />
+<a href="/apidocs/current/libcloud.compute.base.NodeDriver.html#list_nodes">driver.list_nodes()</a><br />
 <strong>Description</strong>: Return a list of all the nodes belonging to your account.<br />
 </p>
 <h3 id="list_images">list_images</h3>
 
 <p><strong>Method signature</strong>:
-<a href="http://localhost:8000/apidocs/current/libcloud.compute.base.NodeDriver.html#list_images">driver.list_images()</a><br />
+<a href="/apidocs/current/libcloud.compute.base.NodeDriver.html#list_images">driver.list_images()</a><br />
 <strong>Description</strong>: Return a list of all the available images.</p>
 <h3 id="list_sizes">list_sizes</h3>
 
 <p><strong>Method signature</strong>:
-<a href="http://localhost:8000/apidocs/current/libcloud.compute.base.NodeDriver.html#list_sizes">driver.list_sizes()</a><br />
+<a href="/apidocs/current/libcloud.compute.base.NodeDriver.html#list_sizes">driver.list_sizes()</a><br />
 <strong>Description</strong>: Return a list of all the available sizes.</p>
 <h3 id="list_locations">list_locations</h3>
 
 <p><strong>Method signature</strong>:
-<a href="http://localhost:8000/apidocs/current/libcloud.compute.base.NodeDriver.html#list_locations">driver.list_locations()</a><br />
+<a href="/apidocs/current/libcloud.compute.base.NodeDriver.html#list_locations">driver.list_locations()</a><br />
 <strong>Description</strong>: Return a list of all the available locations.</p>
 <h3 id="create_node">create_node</h3>
 
 <p><strong>Method signature</strong>:
-<a href="http://localhost:8000/apidocs/current/libcloud.compute.base.NodeDriver.html#create_node">driver.create_node(name, size, image)</a><br />
+<a href="/apidocs/current/libcloud.compute.base.NodeDriver.html#create_node">driver.create_node(name, size, image)</a><br />
 <strong>Description</strong>: Create a new node instance.</p>
 <p>Keep in mind that a lot drivers also take additional optional keyword arguments
 which are documented in the each driver API docs page.</p>
 <h3 id="deploy_node">deploy_node</h3>
 
-<p><strong>Method signature</strong>: <a href="http://localhost:8000/apidocs/current/libcloud.compute.base.NodeDriver.html#deploy_node">driver.deploy_node(name, size, image,
+<p><strong>Method signature</strong>: <a href="/apidocs/current/libcloud.compute.base.NodeDriver.html#deploy_node">driver.deploy_node(name, size, image,
 deploy)</a><br />
 <strong>Description</strong>: Create a new node instance and run a deployment script on it.
 More about deployment functionality can be found on the <a href="/docs/compute-deployment.html">Deployment
@@ -110,14 +115,14 @@ page</a>.</p>
 <h3 id="reboot_node">reboot_node</h3>
 
 <p><strong>Method signature</strong>:
-<a href="http://localhost:8000/apidocs/current/libcloud.compute.base.NodeDriver.html#reboot_node">driver.reboot_node(node)</a>, 
-<a href="http://localhost:8000/apidocs/current/libcloud.compute.base.Node.html#reboot">node.reboot()</a><br />
+<a href="/apidocs/current/libcloud.compute.base.NodeDriver.html#reboot_node">driver.reboot_node(node)</a>, 
+<a href="/apidocs/current/libcloud.compute.base.Node.html#reboot">node.reboot()</a><br />
 <strong>Description</strong>: Restart a node.</p>
 <h3 id="destroy_node">destroy_node</h3>
 
 <p><strong>Method signature</strong>:
-<a href="http://localhost:8000/apidocs/current/libcloud.compute.base.NodeDriver.html#destroy_node">driver.destroy_node(node)</a>,
-<a href="http://localhost:8000/apidocs/current/libcloud.compute.base.Node.html#destroy">node.destroy()</a><br />
+<a href="/apidocs/current/libcloud.compute.base.NodeDriver.html#destroy_node">driver.destroy_node(node)</a>,
+<a href="/apidocs/current/libcloud.compute.base.Node.html#destroy">node.destroy()</a><br />
 <strong>Description</strong>: Destroy a running or stopped node. This operation will in most cases also
 destroy all the data (disk, snapshots, etc.) associated with this node so
 be careful when you use it.</p>

Modified: websites/production/libcloud/content/docs/compute-deployment.html
==============================================================================
--- websites/production/libcloud/content/docs/compute-deployment.html (original)
+++ websites/production/libcloud/content/docs/compute-deployment.html Fri Nov  4 02:07:30 2011
@@ -1,7 +1,7 @@
 <!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 - Compute -&gt; Deployment</title>
+  <title>Compute -&gt; Deployment | Apache Libcloud Documentation</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>
@@ -16,7 +16,7 @@
 <body>
   <div class="container">
     <div id="header" class="span-24 last">
-        
+      
       <h1>Apache Libcloud <span>a unified interface to the cloud</span></h1>
       
     </div>
@@ -34,7 +34,7 @@
 <ul id="menu">
     <li><a href="/index.html">Website home</a></li>
     <li><a href="/docs/index.html">Documentation home</a></li>
-    <li>Components</li>
+    <li><a href="/docs/components.html">Components</a></li>
     <ul>
         <li class="title">Compute</li>
         <ul>
@@ -43,12 +43,17 @@
             <li><a href="compute-deployment.html">Deployment</a></li>
         </ul>
         <li class="title">Storage</li>
+        <ul>
+            <li><a href="storage-overview.html">Storage</a></li>
+            <li><a href="storage-base-api.html">Base API</a></li>
+        </ul>
         <li class="title">Load Balancer</li>
     </ul>
     <li>Other</li>
     <ul>
         <ul>
             <li><a href="debugging.html">Debugging</a></li>
+            <li><a href="using-libcloud-in-multi-threaded-and-async-environments.html">Using Libcloud in multi-threaded and async environments</a></li>
         </ul>
     </ul>
     <li><a href="/apidocs">Generated API docs</a></li>
@@ -129,7 +134,8 @@ tool so it shouldn't be used as such.</p
 
 <span class="c"># deploy_node takes the same base keyword arguments as create_node.</span>
 <span class="n">node</span> <span class="o">=</span> <span class="n">conn</span><span class="o">.</span><span class="n">deploy_node</span><span class="p">(</span><span class="n">name</span><span class="o">=</span><span class="s">&#39;test&#39;</span><span class="p">,</span> <span class="n">image</span><span class="o">=</span><span class="n">image</span><span class="p">,</span> <span class="n">size</span><span class="o">=</span><span class="n">size</span><span class="p">,</span> <span class="n">deploy</span><span class="o">=</span><span class="n">script</span><span class="p">,</span>
-                        <span class="n">ssh_key</span><span class="o">=</span><span class="n">key_path</span><span class="p">,</span> <span class="n">ex_keyname</span><span class="o">=</span><span class="n">key_name</span><span class="p">)</span>
+                        <span class="n">ssh_username</span><span class="o">=</span><span class="s">&#39;ubuntu&#39;</span><span class="p">,</span> <span class="n">ssh_key</span><span class="o">=</span><span class="n">key_path</span><span class="p">,</span>
+                        <span class="n">ex_keyname</span><span class="o">=</span><span class="n">key_name</span><span class="p">)</span>
 <span class="c"># &lt;Node: uuid=..., name=test, state=3, public_ip=[&#39;1.1.1.1&#39;], provider=EC2 ...&gt;</span>
 <span class="c"># the node is now booted, with puppet installed.</span>
 </pre></div>

Modified: websites/production/libcloud/content/docs/compute-overview.html
==============================================================================
--- websites/production/libcloud/content/docs/compute-overview.html (original)
+++ websites/production/libcloud/content/docs/compute-overview.html Fri Nov  4 02:07:30 2011
@@ -1,7 +1,7 @@
 <!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 - Compute -&gt; Overview</title>
+  <title>Compute -&gt; Overview | Apache Libcloud Documentation</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>
@@ -16,7 +16,7 @@
 <body>
   <div class="container">
     <div id="header" class="span-24 last">
-        
+      
       <h1>Apache Libcloud <span>a unified interface to the cloud</span></h1>
       
     </div>
@@ -34,7 +34,7 @@
 <ul id="menu">
     <li><a href="/index.html">Website home</a></li>
     <li><a href="/docs/index.html">Documentation home</a></li>
-    <li>Components</li>
+    <li><a href="/docs/components.html">Components</a></li>
     <ul>
         <li class="title">Compute</li>
         <ul>
@@ -43,12 +43,17 @@
             <li><a href="compute-deployment.html">Deployment</a></li>
         </ul>
         <li class="title">Storage</li>
+        <ul>
+            <li><a href="storage-overview.html">Storage</a></li>
+            <li><a href="storage-base-api.html">Base API</a></li>
+        </ul>
         <li class="title">Load Balancer</li>
     </ul>
     <li>Other</li>
     <ul>
         <ul>
             <li><a href="debugging.html">Debugging</a></li>
+            <li><a href="using-libcloud-in-multi-threaded-and-async-environments.html">Using Libcloud in multi-threaded and async environments</a></li>
         </ul>
     </ul>
     <li><a href="/apidocs">Generated API docs</a></li>

Modified: websites/production/libcloud/content/docs/debugging.html
==============================================================================
--- websites/production/libcloud/content/docs/debugging.html (original)
+++ websites/production/libcloud/content/docs/debugging.html Fri Nov  4 02:07:30 2011
@@ -1,7 +1,7 @@
 <!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 - Debugging</title>
+  <title>Debugging | Apache Libcloud Documentation</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>
@@ -16,7 +16,7 @@
 <body>
   <div class="container">
     <div id="header" class="span-24 last">
-        
+      
       <h1>Apache Libcloud <span>a unified interface to the cloud</span></h1>
       
     </div>
@@ -34,7 +34,7 @@
 <ul id="menu">
     <li><a href="/index.html">Website home</a></li>
     <li><a href="/docs/index.html">Documentation home</a></li>
-    <li>Components</li>
+    <li><a href="/docs/components.html">Components</a></li>
     <ul>
         <li class="title">Compute</li>
         <ul>
@@ -43,12 +43,17 @@
             <li><a href="compute-deployment.html">Deployment</a></li>
         </ul>
         <li class="title">Storage</li>
+        <ul>
+            <li><a href="storage-overview.html">Storage</a></li>
+            <li><a href="storage-base-api.html">Base API</a></li>
+        </ul>
         <li class="title">Load Balancer</li>
     </ul>
     <li>Other</li>
     <ul>
         <ul>
             <li><a href="debugging.html">Debugging</a></li>
+            <li><a href="using-libcloud-in-multi-threaded-and-async-environments.html">Using Libcloud in multi-threaded and async environments</a></li>
         </ul>
     </ul>
     <li><a href="/apidocs">Generated API docs</a></li>

Modified: websites/production/libcloud/content/docs/index.html
==============================================================================
--- websites/production/libcloud/content/docs/index.html (original)
+++ websites/production/libcloud/content/docs/index.html Fri Nov  4 02:07:30 2011
@@ -1,7 +1,7 @@
 <!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 - Home</title>
+  <title>Home | Apache Libcloud Documentation</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>
@@ -16,7 +16,7 @@
 <body>
   <div class="container">
     <div id="header" class="span-24 last">
-        
+      
       <h1>Apache Libcloud <span>a unified interface to the cloud</span></h1>
       
     </div>
@@ -34,7 +34,7 @@
 <ul id="menu">
     <li><a href="/index.html">Website home</a></li>
     <li><a href="/docs/index.html">Documentation home</a></li>
-    <li>Components</li>
+    <li><a href="/docs/components.html">Components</a></li>
     <ul>
         <li class="title">Compute</li>
         <ul>
@@ -43,12 +43,17 @@
             <li><a href="compute-deployment.html">Deployment</a></li>
         </ul>
         <li class="title">Storage</li>
+        <ul>
+            <li><a href="storage-overview.html">Storage</a></li>
+            <li><a href="storage-base-api.html">Base API</a></li>
+        </ul>
         <li class="title">Load Balancer</li>
     </ul>
     <li>Other</li>
     <ul>
         <ul>
             <li><a href="debugging.html">Debugging</a></li>
+            <li><a href="using-libcloud-in-multi-threaded-and-async-environments.html">Using Libcloud in multi-threaded and async environments</a></li>
         </ul>
     </ul>
     <li><a href="/apidocs">Generated API docs</a></li>

Modified: websites/production/libcloud/content/downloads.html
==============================================================================
--- websites/production/libcloud/content/downloads.html (original)
+++ websites/production/libcloud/content/downloads.html Fri Nov  4 02:07:30 2011
@@ -7,9 +7,12 @@
   <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.min.js" type="text/javascript"></script>
   <script src="/js/clearlink.js" type="text/javascript"></script>
   <script src="/js/libcloud.js" type="text/javascript"></script>
+  <script src="/js/jquery.tweet.js" type="text/javascript"></script>
+  <script src="/js/twitter.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">
   <link rel="stylesheet" href="/css/code.css" type="text/css">
+  <link rel="stylesheet" href="/css/jquery.tweet.css" type="text/css">
   <link rel="icon" type="image/png" href="/images/favicon.png"/>
 </head>
 <body>
@@ -61,17 +64,17 @@
         href="mailto:users-subscribe@libcloud.apache.org">users@libcloud.apache.org</a>
 </div>
 
-<h3>Links</h3>
-<div id="twitter-logo">
-  <a href="http://www.twitter.com/libcloud"><img src="http://twitter-badges.s3.amazonaws.com/follow_me-a.png" alt="Follow libcloud on Twitter"/></a>
-</div>
+<h3>What's going on</h3>
+<div id="twitter"></div>
 
+<h3>Links</h3>
 <div id="apache-logo">
   <a href="http://www.apache.org/"><img src="images/apache_logo.gif" alt="Apache
       Software Foundation" /></a>
 </div>
 
 
+
     </div>
     
 

Modified: websites/production/libcloud/content/driver-features.html
==============================================================================
--- websites/production/libcloud/content/driver-features.html (original)
+++ websites/production/libcloud/content/driver-features.html Fri Nov  4 02:07:30 2011
@@ -7,9 +7,12 @@
   <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.min.js" type="text/javascript"></script>
   <script src="/js/clearlink.js" type="text/javascript"></script>
   <script src="/js/libcloud.js" type="text/javascript"></script>
+  <script src="/js/jquery.tweet.js" type="text/javascript"></script>
+  <script src="/js/twitter.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">
   <link rel="stylesheet" href="/css/code.css" type="text/css">
+  <link rel="stylesheet" href="/css/jquery.tweet.css" type="text/css">
   <link rel="icon" type="image/png" href="/images/favicon.png"/>
 </head>
 <body>
@@ -61,17 +64,17 @@
         href="mailto:users-subscribe@libcloud.apache.org">users@libcloud.apache.org</a>
 </div>
 
-<h3>Links</h3>
-<div id="twitter-logo">
-  <a href="http://www.twitter.com/libcloud"><img src="http://twitter-badges.s3.amazonaws.com/follow_me-a.png" alt="Follow libcloud on Twitter"/></a>
-</div>
+<h3>What's going on</h3>
+<div id="twitter"></div>
 
+<h3>Links</h3>
 <div id="apache-logo">
   <a href="http://www.apache.org/"><img src="images/apache_logo.gif" alt="Apache
       Software Foundation" /></a>
 </div>
 
 
+
     </div>
     
 

Modified: websites/production/libcloud/content/europython-libcloud-sprint.html
==============================================================================
--- websites/production/libcloud/content/europython-libcloud-sprint.html (original)
+++ websites/production/libcloud/content/europython-libcloud-sprint.html Fri Nov  4 02:07:30 2011
@@ -7,9 +7,12 @@
   <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.min.js" type="text/javascript"></script>
   <script src="/js/clearlink.js" type="text/javascript"></script>
   <script src="/js/libcloud.js" type="text/javascript"></script>
+  <script src="/js/jquery.tweet.js" type="text/javascript"></script>
+  <script src="/js/twitter.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">
   <link rel="stylesheet" href="/css/code.css" type="text/css">
+  <link rel="stylesheet" href="/css/jquery.tweet.css" type="text/css">
   <link rel="icon" type="image/png" href="/images/favicon.png"/>
 </head>
 <body>
@@ -61,17 +64,17 @@
         href="mailto:users-subscribe@libcloud.apache.org">users@libcloud.apache.org</a>
 </div>
 
-<h3>Links</h3>
-<div id="twitter-logo">
-  <a href="http://www.twitter.com/libcloud"><img src="http://twitter-badges.s3.amazonaws.com/follow_me-a.png" alt="Follow libcloud on Twitter"/></a>
-</div>
+<h3>What's going on</h3>
+<div id="twitter"></div>
 
+<h3>Links</h3>
 <div id="apache-logo">
   <a href="http://www.apache.org/"><img src="images/apache_logo.gif" alt="Apache
       Software Foundation" /></a>
 </div>
 
 
+
     </div>
     
 

Modified: websites/production/libcloud/content/getting-started.html
==============================================================================
--- websites/production/libcloud/content/getting-started.html (original)
+++ websites/production/libcloud/content/getting-started.html Fri Nov  4 02:07:30 2011
@@ -7,9 +7,12 @@
   <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.min.js" type="text/javascript"></script>
   <script src="/js/clearlink.js" type="text/javascript"></script>
   <script src="/js/libcloud.js" type="text/javascript"></script>
+  <script src="/js/jquery.tweet.js" type="text/javascript"></script>
+  <script src="/js/twitter.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">
   <link rel="stylesheet" href="/css/code.css" type="text/css">
+  <link rel="stylesheet" href="/css/jquery.tweet.css" type="text/css">
   <link rel="icon" type="image/png" href="/images/favicon.png"/>
 </head>
 <body>
@@ -61,17 +64,17 @@
         href="mailto:users-subscribe@libcloud.apache.org">users@libcloud.apache.org</a>
 </div>
 
-<h3>Links</h3>
-<div id="twitter-logo">
-  <a href="http://www.twitter.com/libcloud"><img src="http://twitter-badges.s3.amazonaws.com/follow_me-a.png" alt="Follow libcloud on Twitter"/></a>
-</div>
+<h3>What's going on</h3>
+<div id="twitter"></div>
 
+<h3>Links</h3>
 <div id="apache-logo">
   <a href="http://www.apache.org/"><img src="images/apache_logo.gif" alt="Apache
       Software Foundation" /></a>
 </div>
 
 
+
     </div>
     
 

Modified: websites/production/libcloud/content/index.html
==============================================================================
--- websites/production/libcloud/content/index.html (original)
+++ websites/production/libcloud/content/index.html Fri Nov  4 02:07:30 2011
@@ -7,9 +7,12 @@
   <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.min.js" type="text/javascript"></script>
   <script src="/js/clearlink.js" type="text/javascript"></script>
   <script src="/js/libcloud.js" type="text/javascript"></script>
+  <script src="/js/jquery.tweet.js" type="text/javascript"></script>
+  <script src="/js/twitter.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">
   <link rel="stylesheet" href="/css/code.css" type="text/css">
+  <link rel="stylesheet" href="/css/jquery.tweet.css" type="text/css">
   <link rel="icon" type="image/png" href="/images/favicon.png"/>
 </head>
 <body>
@@ -96,17 +99,17 @@
         href="mailto:users-subscribe@libcloud.apache.org">users@libcloud.apache.org</a>
 </div>
 
-<h3>Links</h3>
-<div id="twitter-logo">
-  <a href="http://www.twitter.com/libcloud"><img src="http://twitter-badges.s3.amazonaws.com/follow_me-a.png" alt="Follow libcloud on Twitter"/></a>
-</div>
+<h3>What's going on</h3>
+<div id="twitter"></div>
 
+<h3>Links</h3>
 <div id="apache-logo">
   <a href="http://www.apache.org/"><img src="images/apache_logo.gif" alt="Apache
       Software Foundation" /></a>
 </div>
 
 
+
     </div>
     
 

Modified: websites/production/libcloud/content/news.html
==============================================================================
--- websites/production/libcloud/content/news.html (original)
+++ websites/production/libcloud/content/news.html Fri Nov  4 02:07:30 2011
@@ -7,9 +7,12 @@
   <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.min.js" type="text/javascript"></script>
   <script src="/js/clearlink.js" type="text/javascript"></script>
   <script src="/js/libcloud.js" type="text/javascript"></script>
+  <script src="/js/jquery.tweet.js" type="text/javascript"></script>
+  <script src="/js/twitter.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">
   <link rel="stylesheet" href="/css/code.css" type="text/css">
+  <link rel="stylesheet" href="/css/jquery.tweet.css" type="text/css">
   <link rel="icon" type="image/png" href="/images/favicon.png"/>
 </head>
 <body>
@@ -61,17 +64,17 @@
         href="mailto:users-subscribe@libcloud.apache.org">users@libcloud.apache.org</a>
 </div>
 
-<h3>Links</h3>
-<div id="twitter-logo">
-  <a href="http://www.twitter.com/libcloud"><img src="http://twitter-badges.s3.amazonaws.com/follow_me-a.png" alt="Follow libcloud on Twitter"/></a>
-</div>
+<h3>What's going on</h3>
+<div id="twitter"></div>
 
+<h3>Links</h3>
 <div id="apache-logo">
   <a href="http://www.apache.org/"><img src="images/apache_logo.gif" alt="Apache
       Software Foundation" /></a>
 </div>
 
 
+
     </div>
     
 

Modified: websites/production/libcloud/content/security.html
==============================================================================
--- websites/production/libcloud/content/security.html (original)
+++ websites/production/libcloud/content/security.html Fri Nov  4 02:07:30 2011
@@ -7,9 +7,12 @@
   <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.min.js" type="text/javascript"></script>
   <script src="/js/clearlink.js" type="text/javascript"></script>
   <script src="/js/libcloud.js" type="text/javascript"></script>
+  <script src="/js/jquery.tweet.js" type="text/javascript"></script>
+  <script src="/js/twitter.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">
   <link rel="stylesheet" href="/css/code.css" type="text/css">
+  <link rel="stylesheet" href="/css/jquery.tweet.css" type="text/css">
   <link rel="icon" type="image/png" href="/images/favicon.png"/>
 </head>
 <body>
@@ -61,17 +64,17 @@
         href="mailto:users-subscribe@libcloud.apache.org">users@libcloud.apache.org</a>
 </div>
 
-<h3>Links</h3>
-<div id="twitter-logo">
-  <a href="http://www.twitter.com/libcloud"><img src="http://twitter-badges.s3.amazonaws.com/follow_me-a.png" alt="Follow libcloud on Twitter"/></a>
-</div>
+<h3>What's going on</h3>
+<div id="twitter"></div>
 
+<h3>Links</h3>
 <div id="apache-logo">
   <a href="http://www.apache.org/"><img src="images/apache_logo.gif" alt="Apache
       Software Foundation" /></a>
 </div>
 
 
+
     </div>
     
 

Modified: websites/production/libcloud/content/sitemap.html
==============================================================================
--- websites/production/libcloud/content/sitemap.html (original)
+++ websites/production/libcloud/content/sitemap.html Fri Nov  4 02:07:30 2011
@@ -7,9 +7,12 @@
   <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.min.js" type="text/javascript"></script>
   <script src="/js/clearlink.js" type="text/javascript"></script>
   <script src="/js/libcloud.js" type="text/javascript"></script>
+  <script src="/js/jquery.tweet.js" type="text/javascript"></script>
+  <script src="/js/twitter.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">
   <link rel="stylesheet" href="/css/code.css" type="text/css">
+  <link rel="stylesheet" href="/css/jquery.tweet.css" type="text/css">
   <link rel="icon" type="image/png" href="/images/favicon.png"/>
 </head>
 <body>
@@ -61,17 +64,17 @@
         href="mailto:users-subscribe@libcloud.apache.org">users@libcloud.apache.org</a>
 </div>
 
-<h3>Links</h3>
-<div id="twitter-logo">
-  <a href="http://www.twitter.com/libcloud"><img src="http://twitter-badges.s3.amazonaws.com/follow_me-a.png" alt="Follow libcloud on Twitter"/></a>
-</div>
+<h3>What's going on</h3>
+<div id="twitter"></div>
 
+<h3>Links</h3>
 <div id="apache-logo">
   <a href="http://www.apache.org/"><img src="images/apache_logo.gif" alt="Apache
       Software Foundation" /></a>
 </div>
 
 
+
     </div>
     
 

Modified: websites/production/libcloud/content/supported_providers.html
==============================================================================
--- websites/production/libcloud/content/supported_providers.html (original)
+++ websites/production/libcloud/content/supported_providers.html Fri Nov  4 02:07:30 2011
@@ -7,9 +7,12 @@
   <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.min.js" type="text/javascript"></script>
   <script src="/js/clearlink.js" type="text/javascript"></script>
   <script src="/js/libcloud.js" type="text/javascript"></script>
+  <script src="/js/jquery.tweet.js" type="text/javascript"></script>
+  <script src="/js/twitter.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">
   <link rel="stylesheet" href="/css/code.css" type="text/css">
+  <link rel="stylesheet" href="/css/jquery.tweet.css" type="text/css">
   <link rel="icon" type="image/png" href="/images/favicon.png"/>
 </head>
 <body>
@@ -61,17 +64,17 @@
         href="mailto:users-subscribe@libcloud.apache.org">users@libcloud.apache.org</a>
 </div>
 
-<h3>Links</h3>
-<div id="twitter-logo">
-  <a href="http://www.twitter.com/libcloud"><img src="http://twitter-badges.s3.amazonaws.com/follow_me-a.png" alt="Follow libcloud on Twitter"/></a>
-</div>
+<h3>What's going on</h3>
+<div id="twitter"></div>
 
+<h3>Links</h3>
 <div id="apache-logo">
   <a href="http://www.apache.org/"><img src="images/apache_logo.gif" alt="Apache
       Software Foundation" /></a>
 </div>
 
 
+
     </div>
     
 

Modified: websites/production/libcloud/content/testing.html
==============================================================================
--- websites/production/libcloud/content/testing.html (original)
+++ websites/production/libcloud/content/testing.html Fri Nov  4 02:07:30 2011
@@ -7,9 +7,12 @@
   <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.min.js" type="text/javascript"></script>
   <script src="/js/clearlink.js" type="text/javascript"></script>
   <script src="/js/libcloud.js" type="text/javascript"></script>
+  <script src="/js/jquery.tweet.js" type="text/javascript"></script>
+  <script src="/js/twitter.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">
   <link rel="stylesheet" href="/css/code.css" type="text/css">
+  <link rel="stylesheet" href="/css/jquery.tweet.css" type="text/css">
   <link rel="icon" type="image/png" href="/images/favicon.png"/>
 </head>
 <body>
@@ -61,17 +64,17 @@
         href="mailto:users-subscribe@libcloud.apache.org">users@libcloud.apache.org</a>
 </div>
 
-<h3>Links</h3>
-<div id="twitter-logo">
-  <a href="http://www.twitter.com/libcloud"><img src="http://twitter-badges.s3.amazonaws.com/follow_me-a.png" alt="Follow libcloud on Twitter"/></a>
-</div>
+<h3>What's going on</h3>
+<div id="twitter"></div>
 
+<h3>Links</h3>
 <div id="apache-logo">
   <a href="http://www.apache.org/"><img src="images/apache_logo.gif" alt="Apache
       Software Foundation" /></a>
 </div>
 
 
+
     </div>
     
 

Modified: websites/production/libcloud/content/upgrade-notes-0-6.html
==============================================================================
--- websites/production/libcloud/content/upgrade-notes-0-6.html (original)
+++ websites/production/libcloud/content/upgrade-notes-0-6.html Fri Nov  4 02:07:30 2011
@@ -7,9 +7,12 @@
   <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.min.js" type="text/javascript"></script>
   <script src="/js/clearlink.js" type="text/javascript"></script>
   <script src="/js/libcloud.js" type="text/javascript"></script>
+  <script src="/js/jquery.tweet.js" type="text/javascript"></script>
+  <script src="/js/twitter.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">
   <link rel="stylesheet" href="/css/code.css" type="text/css">
+  <link rel="stylesheet" href="/css/jquery.tweet.css" type="text/css">
   <link rel="icon" type="image/png" href="/images/favicon.png"/>
 </head>
 <body>
@@ -61,17 +64,17 @@
         href="mailto:users-subscribe@libcloud.apache.org">users@libcloud.apache.org</a>
 </div>
 
-<h3>Links</h3>
-<div id="twitter-logo">
-  <a href="http://www.twitter.com/libcloud"><img src="http://twitter-badges.s3.amazonaws.com/follow_me-a.png" alt="Follow libcloud on Twitter"/></a>
-</div>
+<h3>What's going on</h3>
+<div id="twitter"></div>
 
+<h3>Links</h3>
 <div id="apache-logo">
   <a href="http://www.apache.org/"><img src="images/apache_logo.gif" alt="Apache
       Software Foundation" /></a>
 </div>
 
 
+
     </div>
     
 

Modified: websites/production/libcloud/content/upgrade-notes.html
==============================================================================
--- websites/production/libcloud/content/upgrade-notes.html (original)
+++ websites/production/libcloud/content/upgrade-notes.html Fri Nov  4 02:07:30 2011
@@ -7,9 +7,12 @@
   <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.min.js" type="text/javascript"></script>
   <script src="/js/clearlink.js" type="text/javascript"></script>
   <script src="/js/libcloud.js" type="text/javascript"></script>
+  <script src="/js/jquery.tweet.js" type="text/javascript"></script>
+  <script src="/js/twitter.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">
   <link rel="stylesheet" href="/css/code.css" type="text/css">
+  <link rel="stylesheet" href="/css/jquery.tweet.css" type="text/css">
   <link rel="icon" type="image/png" href="/images/favicon.png"/>
 </head>
 <body>
@@ -61,17 +64,17 @@
         href="mailto:users-subscribe@libcloud.apache.org">users@libcloud.apache.org</a>
 </div>
 
-<h3>Links</h3>
-<div id="twitter-logo">
-  <a href="http://www.twitter.com/libcloud"><img src="http://twitter-badges.s3.amazonaws.com/follow_me-a.png" alt="Follow libcloud on Twitter"/></a>
-</div>
+<h3>What's going on</h3>
+<div id="twitter"></div>
 
+<h3>Links</h3>
 <div id="apache-logo">
   <a href="http://www.apache.org/"><img src="images/apache_logo.gif" alt="Apache
       Software Foundation" /></a>
 </div>
 
 
+
     </div>
     
 

Modified: websites/production/libcloud/content/whos-using.html
==============================================================================
--- websites/production/libcloud/content/whos-using.html (original)
+++ websites/production/libcloud/content/whos-using.html Fri Nov  4 02:07:30 2011
@@ -7,9 +7,12 @@
   <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.min.js" type="text/javascript"></script>
   <script src="/js/clearlink.js" type="text/javascript"></script>
   <script src="/js/libcloud.js" type="text/javascript"></script>
+  <script src="/js/jquery.tweet.js" type="text/javascript"></script>
+  <script src="/js/twitter.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">
   <link rel="stylesheet" href="/css/code.css" type="text/css">
+  <link rel="stylesheet" href="/css/jquery.tweet.css" type="text/css">
   <link rel="icon" type="image/png" href="/images/favicon.png"/>
 </head>
 <body>
@@ -61,17 +64,17 @@
         href="mailto:users-subscribe@libcloud.apache.org">users@libcloud.apache.org</a>
 </div>
 
-<h3>Links</h3>
-<div id="twitter-logo">
-  <a href="http://www.twitter.com/libcloud"><img src="http://twitter-badges.s3.amazonaws.com/follow_me-a.png" alt="Follow libcloud on Twitter"/></a>
-</div>
+<h3>What's going on</h3>
+<div id="twitter"></div>
 
+<h3>Links</h3>
 <div id="apache-logo">
   <a href="http://www.apache.org/"><img src="images/apache_logo.gif" alt="Apache
       Software Foundation" /></a>
 </div>
 
 
+
     </div>