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 2014/04/15 20:35:00 UTC

svn commit: r1587674 [3/3] - in /libcloud/site/trunk: generated/ generated/blog/ generated/blog/2010/02/02/ generated/blog/2010/05/11/ generated/blog/2010/10/12/ generated/blog/2011/01/17/ generated/blog/2011/02/15/ generated/blog/2011/05/25/ generated...

Modified: libcloud/site/trunk/generated/blog/page/7/index.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/page/7/index.html?rev=1587674&r1=1587673&r2=1587674&view=diff
==============================================================================
--- libcloud/site/trunk/generated/blog/page/7/index.html (original)
+++ libcloud/site/trunk/generated/blog/page/7/index.html Tue Apr 15 18:34:58 2014
@@ -97,6 +97,116 @@
     
       <div class="post">
   
+    <h2><a href="/blog/2012/05/24/libcloud-0-10-1-released.html">Libcloud 0.10.1 released</a></h2>
+  
+
+  
+    
+  
+  <span class="post-date-author">By Tomaz Muraus <span style="display:none">(<a href="https://plus.google.com/+TomazMuraus?rel=author">Google+</a>)</span>on May 24, 2012</span>
+
+  <div class="post-content">
+    <p>Libcloud team is pleased to announce the release of Libcloud 0.10.1!</p>
+
+<h3>Release highlights</h3>
+
+<p><strong>General</strong></p>
+
+<ul>
+<li>Allow user to specify which IP to use when calling deploy<em>node
+(defaults to &#39;public</em>ips&#39;). Previously it only worked with public IP, now
+user can pass &#39;private_ips&#39; as an argument and SSH client will try to
+connect to the node first private IP address.</li>
+</ul>
+
+<p><strong>Compute</strong></p>
+
+<ul>
+<li>New driver for Joyent cloud (http://www.joyentcloud.com/)</li>
+<li>New driver for VCL cloud (
+http://www.educause.edu/blog/hes8/CloudComputingandtheVirtualCom/167931)</li>
+<li>A lot of improvements and new features in the Brightbox driver</li>
+<li>Support for Vmware vCloud version 1.5</li>
+<li>Modify ParamikoSSHClient to connect to the SSH agent and automatically
+look for private keys in ~/.ssh if the &#39;auth&#39; and &#39;ssh<em>key&#39; argument is not
+specified when calling deploy</em>node.</li>
+<li>Modify IBM driver so it works with IBM Smart Cloud Enterprise</li>
+</ul>
+
+<p><strong>Storage</strong></p>
+
+<ul>
+<li>Support for uploading large files in the CloudFiles driver</li>
+<li>New driver for OpenStack Swift installations based on the CloudFiles
+driver</li>
+</ul>
+
+<p><strong>Bug fixes</strong></p>
+
+<ul>
+<li>Fix a bug in the CloudSigma Las Vegas compute driver</li>
+</ul>
+
+<p>For a full list of changes, please see the CHANGES file
+<a href="https://svn.apache.org/viewvc/libcloud/tags/0.10.1/CHANGES?revision=r1340892&amp;view=markup">https://svn.apache.org/viewvc/libcloud/tags/0.10.1/CHANGES?revision=r1340892&amp;view=markup</a>.</p>
+
+<h3>Download</h3>
+
+<p>Libcloud 0.10.1 can be downloaded from
+http://libcloud.apache.org/downloads.html or installed using pip:</p>
+
+<div class="highlight"><pre><code class="bash">pip install apache-libcloud
+</code></pre></div>
+
+<p>It is possible that the file hasn&#39;t been synced to all the mirrors yet. If
+this is the case, please use the main Apache mirror -
+http://www.apache.org/dist/libcloud</p>
+
+<h3>Upgrading</h3>
+
+<p>If you have installed Libcloud using pip you can also use it to upgrade it:</p>
+
+<div class="highlight"><pre><code class="bash">pip install --upgrade apache-libcloud
+</code></pre></div>
+
+<h3>Upgrade notes</h3>
+
+<p>A page which describes backward incompatible or semi-incompatible changes
+and how to preserve the old behavior when this is possible can be found at
+http://libcloud.apache.org/upgrade-notes.html.</p>
+
+<h3>Documentation</h3>
+
+<p>API documentation can be found at http://libcloud.apache.org/apidocs/0.10.1/</p>
+
+<h3>Bugs / Issues</h3>
+
+<p>If you find any bug or issue, please report it on our issue tracker
+<a href="https://issues.apache.org/jira/browse/LIBCLOUD">https://issues.apache.org/jira/browse/LIBCLOUD</a>. Don&#39;t forget to attach an
+example and / or test which reproduces your problem.</p>
+
+<h3>Thanks</h3>
+
+<p>Thanks to everyone who contributed and made this release possible! Full
+list of people who contributed to this release can be found in the CHANGES
+file <a href="https://svn.apache.org/viewvc/libcloud/tags/0.10.1/CHANGES?revision=r1340892&amp;view=markup">https://svn.apache.org/viewvc/libcloud/tags/0.10.1/CHANGES?revision=r1340892&amp;view=markup</a>.</p>
+
+<p>Source: <a href="http://mail-archives.apache.org/mod_mbox/libcloud-users/201205.mbox/%3CCAJMHEmKtqtkWsTHVYeO-ijytw9caQ4p%2B-ip7And3aPJhKuA8vA%40mail.gmail.com%3E">release announcement</a>.</p>
+
+  </div>
+
+  <div class="row section post-meta">
+    <div class="col-md-12 post-tags">
+      <p>Tags: <a href="/blog/tags/news.html" rel="tag">news</a>, <a href="/blog/tags/release%20announcement.html" rel="tag">release announcement</a></p>
+    </div>
+  </div>
+</div>
+
+    
+  
+    
+      <div class="post">
+  
     <h2><a href="/blog/2012/05/05/website-and-code-svn-repository-moved.html">SVN repositories moved, mailing lists addresses changed</a></h2>
   
 
@@ -386,98 +496,6 @@ four different APIs (cloud servers, load
 
     
   
-    
-      <div class="post">
-  
-    <h2><a href="/blog/2011/12/09/libcloud-0-7-1-released.html">Libcloud 0.7.1 released</a></h2>
-  
-
-  
-    
-  
-  <span class="post-date-author">By Tomaz Muraus <span style="display:none">(<a href="https://plus.google.com/+TomazMuraus?rel=author">Google+</a>)</span>on Dec 09, 2011</span>
-
-  <div class="post-content">
-    <p>Libcloud team is pleased to announce the release of Libcloud 0.7.1!</p>
-
-<p>This release represents another big milestone for us and introduces a
-support for Python 3!</p>
-
-<p>Other notable changes:</p>
-
-<ul>
-<li>New Las Vegas location for the CloudSigma provider</li>
-<li>Improvements to the OpenStack driver</li>
-<li>Improvements to the OpenNebula driver</li>
-<li>Support for Amazon EC2 new &quot;Cluster Compute Eight Extra Large&quot; instance
-size</li>
-</ul>
-
-<p>This release also removes old, deprecated (pre-0.5) paths. If you still
-haven&#39;t updated your code you need to do it now otherwise it won&#39;t work
-with 0.7.1 and future releases.</p>
-
-<p>Script which can help you with the migration from the old style paths to
-the new ones can be found at
-http://libcloud.apache.org/upgrade-notes-0-7.html.</p>
-
-<p>For a full list of changes, please see the CHANGES file
-<a href="https://svn.apache.org/viewvc/libcloud/tags/0.7.1/CHANGES?revision=1210679&amp;view=markup">https://svn.apache.org/viewvc/libcloud/tags/0.7.1/CHANGES?revision=1210679&amp;view=markup</a>.</p>
-
-<h3>Download</h3>
-
-<p>Libcloud 0.7.1 can be downloaded from
-http://libcloud.apache.org/downloads.html or installed using pip:</p>
-
-<div class="highlight"><pre><code class="bash">pip install apache-libcloud
-</code></pre></div>
-
-<p>It is possible that the file hasn&#39;t been synced to all the mirrors yet. If
-this is the case, please use the main Apache mirror -
-http://www.apache.org/dist/libcloud</p>
-
-<h3>Upgrading</h3>
-
-<p>If you have installed Libcloud using pip you can also use it to upgrade it:</p>
-
-<div class="highlight"><pre><code class="bash">pip install --upgrade apache-libcloud
-</code></pre></div>
-
-<h3>Upgrade notes</h3>
-
-<p>A page which describes backward incompatible or semi-incompatible changes
-and how to preserve the old behavior when this is possible can be found at
-http://libcloud.apache.org/upgrade-notes-0-7.html.</p>
-
-<h3>Documentation</h3>
-
-<p>API documentation can be found at http://libcloud.apache.org/apidocs/0.7.1/.</p>
-
-<h3>Bugs / Issues</h3>
-
-<p>If you find any bug or issue, please report it on our issue tracker &lt;
-https://issues.apache.org/jira/browse/LIBCLOUD&gt;. Don&#39;t forget to attach an
-example and / or test which reproduces your problem.</p>
-
-<h3>Thanks</h3>
-
-<p>Thanks to everyone who contributed and made this release possible! Full
-list of people who contributed to this release can be found in the CHANGES
-file <a href="https://svn.apache.org/viewvc/libcloud/tags/0.7.1/CHANGES?revision=1210679&amp;view=markup">https://svn.apache.org/viewvc/libcloud/tags/0.7.1/CHANGES?revision=1210679&amp;view=markup</a>.</p>
-
-<p>Source: <a href="http://mail-archives.apache.org/mod_mbox/libcloud-users/201112.mbox/%3CCAJMHEm+qKuSarmvQZ4H1PVUkv6L3vssjQEHs+3MCtSJ9hfBwOw@mail.gmail.com%3E">release announcement</a>.</p>
-
-  </div>
-
-  <div class="row section post-meta">
-    <div class="col-md-12 post-tags">
-      <p>Tags: <a href="/blog/tags/news.html" rel="tag">news</a>, <a href="/blog/tags/release%20announcement.html" rel="tag">release announcement</a></p>
-    </div>
-  </div>
-</div>
-
-    
-  
 </div>
 
 <p class="navigation">
@@ -502,7 +520,7 @@ file <a href="https://svn.apache.org/vie
   <div class="col-lg-3 col-lg-offset-1">
     <h2>Archive</h1>
     <ul>
-      <li> <a href="/blog/archives/2014/02/"> February 2014</a> &nbsp;(8)</li><li> <a href="/blog/archives/2014/01/"> January 2014</a> &nbsp;(4)</li><li> <a href="/blog/archives/2013/12/"> December 2013</a> &nbsp;(3)</li><li> <a href="/blog/archives/2013/11/"> November 2013</a> &nbsp;(2)</li><li> <a href="/blog/archives/2013/09/"> September 2013</a> &nbsp;(1)</li><li> <a href="/blog/archives/2013/08/"> August 2013</a> &nbsp;(1)</li><li> <a href="/blog/archives/2013/07/"> July 2013</a> &nbsp;(1)</li><li> <a href="/blog/archives/2013/03/"> March 2013</a> &nbsp;(1)</li><li> <a href="/blog/archives/2013/02/"> February 2013</a> &nbsp;(1)</li><li> <a href="/blog/archives/2012/12/"> December 2012</a> &nbsp;(2)</li><li> <a href="/blog/archives/2012/11/"> November 2012</a> &nbsp;(2)</li><li> <a href="/blog/archives/2012/09/"> September 2012</a> &nbsp;(1)</li><li> <a href="/blog/archives/2012/08/"> August 2012</a> &nbsp;(1)</li><li> <a href="/blog/archives/2012/07/"> July 2012</a> &nbsp;(1)</
 li><li> <a href="/blog/archives/2012/05/"> May 2012</a> &nbsp;(2)</li><li> <a href="/blog/archives/2012/04/"> April 2012</a> &nbsp;(1)</li><li> <a href="/blog/archives/2012/02/"> February 2012</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/12/"> December 2011</a> &nbsp;(2)</li><li> <a href="/blog/archives/2011/11/"> November 2011</a> &nbsp;(3)</li><li> <a href="/blog/archives/2011/10/"> October 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/09/"> September 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/07/"> July 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/06/"> June 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/05/"> May 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/02/"> February 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/01/"> January 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2010/10/"> October 2010</a> &nbsp;(1)</li><li> <a href="/blog/archives/2010/05/"> May 2010</a> &nbsp;(1)</li><li> <a href="
 /blog/archives/2010/02/"> February 2010</a> &nbsp;(1)</li>
+      <li> <a href="/blog/archives/2014/04/"> April 2014</a> &nbsp;(1)</li><li> <a href="/blog/archives/2014/02/"> February 2014</a> &nbsp;(8)</li><li> <a href="/blog/archives/2014/01/"> January 2014</a> &nbsp;(4)</li><li> <a href="/blog/archives/2013/12/"> December 2013</a> &nbsp;(3)</li><li> <a href="/blog/archives/2013/11/"> November 2013</a> &nbsp;(2)</li><li> <a href="/blog/archives/2013/09/"> September 2013</a> &nbsp;(1)</li><li> <a href="/blog/archives/2013/08/"> August 2013</a> &nbsp;(1)</li><li> <a href="/blog/archives/2013/07/"> July 2013</a> &nbsp;(1)</li><li> <a href="/blog/archives/2013/03/"> March 2013</a> &nbsp;(1)</li><li> <a href="/blog/archives/2013/02/"> February 2013</a> &nbsp;(1)</li><li> <a href="/blog/archives/2012/12/"> December 2012</a> &nbsp;(2)</li><li> <a href="/blog/archives/2012/11/"> November 2012</a> &nbsp;(2)</li><li> <a href="/blog/archives/2012/09/"> September 2012</a> &nbsp;(1)</li><li> <a href="/blog/archives/2012/08/"> August 2012</a> &nbsp;(1)<
 /li><li> <a href="/blog/archives/2012/07/"> July 2012</a> &nbsp;(1)</li><li> <a href="/blog/archives/2012/05/"> May 2012</a> &nbsp;(2)</li><li> <a href="/blog/archives/2012/04/"> April 2012</a> &nbsp;(1)</li><li> <a href="/blog/archives/2012/02/"> February 2012</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/12/"> December 2011</a> &nbsp;(2)</li><li> <a href="/blog/archives/2011/11/"> November 2011</a> &nbsp;(3)</li><li> <a href="/blog/archives/2011/10/"> October 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/09/"> September 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/07/"> July 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/06/"> June 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/05/"> May 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/02/"> February 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/01/"> January 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2010/10/"> October 2010</a> &nbsp;(1)</li><li> <a href
 ="/blog/archives/2010/05/"> May 2010</a> &nbsp;(1)</li><li> <a href="/blog/archives/2010/02/"> February 2010</a> &nbsp;(1)</li>
     </ul>
   </div>
 </div>

Modified: libcloud/site/trunk/generated/blog/page/8/index.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/page/8/index.html?rev=1587674&r1=1587673&r2=1587674&view=diff
==============================================================================
--- libcloud/site/trunk/generated/blog/page/8/index.html (original)
+++ libcloud/site/trunk/generated/blog/page/8/index.html Tue Apr 15 18:34:58 2014
@@ -97,6 +97,98 @@
     
       <div class="post">
   
+    <h2><a href="/blog/2011/12/09/libcloud-0-7-1-released.html">Libcloud 0.7.1 released</a></h2>
+  
+
+  
+    
+  
+  <span class="post-date-author">By Tomaz Muraus <span style="display:none">(<a href="https://plus.google.com/+TomazMuraus?rel=author">Google+</a>)</span>on Dec 09, 2011</span>
+
+  <div class="post-content">
+    <p>Libcloud team is pleased to announce the release of Libcloud 0.7.1!</p>
+
+<p>This release represents another big milestone for us and introduces a
+support for Python 3!</p>
+
+<p>Other notable changes:</p>
+
+<ul>
+<li>New Las Vegas location for the CloudSigma provider</li>
+<li>Improvements to the OpenStack driver</li>
+<li>Improvements to the OpenNebula driver</li>
+<li>Support for Amazon EC2 new &quot;Cluster Compute Eight Extra Large&quot; instance
+size</li>
+</ul>
+
+<p>This release also removes old, deprecated (pre-0.5) paths. If you still
+haven&#39;t updated your code you need to do it now otherwise it won&#39;t work
+with 0.7.1 and future releases.</p>
+
+<p>Script which can help you with the migration from the old style paths to
+the new ones can be found at
+http://libcloud.apache.org/upgrade-notes-0-7.html.</p>
+
+<p>For a full list of changes, please see the CHANGES file
+<a href="https://svn.apache.org/viewvc/libcloud/tags/0.7.1/CHANGES?revision=1210679&amp;view=markup">https://svn.apache.org/viewvc/libcloud/tags/0.7.1/CHANGES?revision=1210679&amp;view=markup</a>.</p>
+
+<h3>Download</h3>
+
+<p>Libcloud 0.7.1 can be downloaded from
+http://libcloud.apache.org/downloads.html or installed using pip:</p>
+
+<div class="highlight"><pre><code class="bash">pip install apache-libcloud
+</code></pre></div>
+
+<p>It is possible that the file hasn&#39;t been synced to all the mirrors yet. If
+this is the case, please use the main Apache mirror -
+http://www.apache.org/dist/libcloud</p>
+
+<h3>Upgrading</h3>
+
+<p>If you have installed Libcloud using pip you can also use it to upgrade it:</p>
+
+<div class="highlight"><pre><code class="bash">pip install --upgrade apache-libcloud
+</code></pre></div>
+
+<h3>Upgrade notes</h3>
+
+<p>A page which describes backward incompatible or semi-incompatible changes
+and how to preserve the old behavior when this is possible can be found at
+http://libcloud.apache.org/upgrade-notes-0-7.html.</p>
+
+<h3>Documentation</h3>
+
+<p>API documentation can be found at http://libcloud.apache.org/apidocs/0.7.1/.</p>
+
+<h3>Bugs / Issues</h3>
+
+<p>If you find any bug or issue, please report it on our issue tracker &lt;
+https://issues.apache.org/jira/browse/LIBCLOUD&gt;. Don&#39;t forget to attach an
+example and / or test which reproduces your problem.</p>
+
+<h3>Thanks</h3>
+
+<p>Thanks to everyone who contributed and made this release possible! Full
+list of people who contributed to this release can be found in the CHANGES
+file <a href="https://svn.apache.org/viewvc/libcloud/tags/0.7.1/CHANGES?revision=1210679&amp;view=markup">https://svn.apache.org/viewvc/libcloud/tags/0.7.1/CHANGES?revision=1210679&amp;view=markup</a>.</p>
+
+<p>Source: <a href="http://mail-archives.apache.org/mod_mbox/libcloud-users/201112.mbox/%3CCAJMHEm+qKuSarmvQZ4H1PVUkv6L3vssjQEHs+3MCtSJ9hfBwOw@mail.gmail.com%3E">release announcement</a>.</p>
+
+  </div>
+
+  <div class="row section post-meta">
+    <div class="col-md-12 post-tags">
+      <p>Tags: <a href="/blog/tags/news.html" rel="tag">news</a>, <a href="/blog/tags/release%20announcement.html" rel="tag">release announcement</a></p>
+    </div>
+  </div>
+</div>
+
+    
+  
+    
+      <div class="post">
+  
     <h2><a href="/blog/2011/11/22/new-committer-hutson-betts-join-our-team.html">New committer Hutson Betts joins our team</a></h2>
   
 
@@ -479,35 +571,6 @@ file
 
     
   
-    
-      <div class="post">
-  
-    <h2><a href="/blog/2011/09/01/libcloud-on-floss-weekly.html">Episode about Libcloud on FLOSS Weekly podcast</a></h2>
-  
-
-  
-    
-  
-  <span class="post-date-author">By Tomaz Muraus <span style="display:none">(<a href="https://plus.google.com/+TomazMuraus?rel=author">Google+</a>)</span>on Sep 01, 2011</span>
-
-  <div class="post-content">
-    <p>Tomaz Muraus has been guest on a <a href="http://twit.tv/show/floss-weekly/">FLOSS weekly podcast</a> where he talked
-about Apache Libcloud.</p>
-
-<p>For a recording and show notes, please see the official show page -
-<a href="http://twit.tv/show/floss-weekly/181">FLOSS Weekly 181</a>.</p>
-
-  </div>
-
-  <div class="row section post-meta">
-    <div class="col-md-12 post-tags">
-      <p>Tags: <a href="/blog/tags/news.html" rel="tag">news</a>, <a href="/blog/tags/podcasts.html" rel="tag">podcasts</a></p>
-    </div>
-  </div>
-</div>
-
-    
-  
 </div>
 
 <p class="navigation">
@@ -532,7 +595,7 @@ about Apache Libcloud.</p>
   <div class="col-lg-3 col-lg-offset-1">
     <h2>Archive</h1>
     <ul>
-      <li> <a href="/blog/archives/2014/02/"> February 2014</a> &nbsp;(8)</li><li> <a href="/blog/archives/2014/01/"> January 2014</a> &nbsp;(4)</li><li> <a href="/blog/archives/2013/12/"> December 2013</a> &nbsp;(3)</li><li> <a href="/blog/archives/2013/11/"> November 2013</a> &nbsp;(2)</li><li> <a href="/blog/archives/2013/09/"> September 2013</a> &nbsp;(1)</li><li> <a href="/blog/archives/2013/08/"> August 2013</a> &nbsp;(1)</li><li> <a href="/blog/archives/2013/07/"> July 2013</a> &nbsp;(1)</li><li> <a href="/blog/archives/2013/03/"> March 2013</a> &nbsp;(1)</li><li> <a href="/blog/archives/2013/02/"> February 2013</a> &nbsp;(1)</li><li> <a href="/blog/archives/2012/12/"> December 2012</a> &nbsp;(2)</li><li> <a href="/blog/archives/2012/11/"> November 2012</a> &nbsp;(2)</li><li> <a href="/blog/archives/2012/09/"> September 2012</a> &nbsp;(1)</li><li> <a href="/blog/archives/2012/08/"> August 2012</a> &nbsp;(1)</li><li> <a href="/blog/archives/2012/07/"> July 2012</a> &nbsp;(1)</
 li><li> <a href="/blog/archives/2012/05/"> May 2012</a> &nbsp;(2)</li><li> <a href="/blog/archives/2012/04/"> April 2012</a> &nbsp;(1)</li><li> <a href="/blog/archives/2012/02/"> February 2012</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/12/"> December 2011</a> &nbsp;(2)</li><li> <a href="/blog/archives/2011/11/"> November 2011</a> &nbsp;(3)</li><li> <a href="/blog/archives/2011/10/"> October 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/09/"> September 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/07/"> July 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/06/"> June 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/05/"> May 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/02/"> February 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/01/"> January 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2010/10/"> October 2010</a> &nbsp;(1)</li><li> <a href="/blog/archives/2010/05/"> May 2010</a> &nbsp;(1)</li><li> <a href="
 /blog/archives/2010/02/"> February 2010</a> &nbsp;(1)</li>
+      <li> <a href="/blog/archives/2014/04/"> April 2014</a> &nbsp;(1)</li><li> <a href="/blog/archives/2014/02/"> February 2014</a> &nbsp;(8)</li><li> <a href="/blog/archives/2014/01/"> January 2014</a> &nbsp;(4)</li><li> <a href="/blog/archives/2013/12/"> December 2013</a> &nbsp;(3)</li><li> <a href="/blog/archives/2013/11/"> November 2013</a> &nbsp;(2)</li><li> <a href="/blog/archives/2013/09/"> September 2013</a> &nbsp;(1)</li><li> <a href="/blog/archives/2013/08/"> August 2013</a> &nbsp;(1)</li><li> <a href="/blog/archives/2013/07/"> July 2013</a> &nbsp;(1)</li><li> <a href="/blog/archives/2013/03/"> March 2013</a> &nbsp;(1)</li><li> <a href="/blog/archives/2013/02/"> February 2013</a> &nbsp;(1)</li><li> <a href="/blog/archives/2012/12/"> December 2012</a> &nbsp;(2)</li><li> <a href="/blog/archives/2012/11/"> November 2012</a> &nbsp;(2)</li><li> <a href="/blog/archives/2012/09/"> September 2012</a> &nbsp;(1)</li><li> <a href="/blog/archives/2012/08/"> August 2012</a> &nbsp;(1)<
 /li><li> <a href="/blog/archives/2012/07/"> July 2012</a> &nbsp;(1)</li><li> <a href="/blog/archives/2012/05/"> May 2012</a> &nbsp;(2)</li><li> <a href="/blog/archives/2012/04/"> April 2012</a> &nbsp;(1)</li><li> <a href="/blog/archives/2012/02/"> February 2012</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/12/"> December 2011</a> &nbsp;(2)</li><li> <a href="/blog/archives/2011/11/"> November 2011</a> &nbsp;(3)</li><li> <a href="/blog/archives/2011/10/"> October 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/09/"> September 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/07/"> July 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/06/"> June 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/05/"> May 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/02/"> February 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/01/"> January 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2010/10/"> October 2010</a> &nbsp;(1)</li><li> <a href
 ="/blog/archives/2010/05/"> May 2010</a> &nbsp;(1)</li><li> <a href="/blog/archives/2010/02/"> February 2010</a> &nbsp;(1)</li>
     </ul>
   </div>
 </div>

Modified: libcloud/site/trunk/generated/blog/page/9/index.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/page/9/index.html?rev=1587674&r1=1587673&r2=1587674&view=diff
==============================================================================
--- libcloud/site/trunk/generated/blog/page/9/index.html (original)
+++ libcloud/site/trunk/generated/blog/page/9/index.html Tue Apr 15 18:34:58 2014
@@ -97,6 +97,35 @@
     
       <div class="post">
   
+    <h2><a href="/blog/2011/09/01/libcloud-on-floss-weekly.html">Episode about Libcloud on FLOSS Weekly podcast</a></h2>
+  
+
+  
+    
+  
+  <span class="post-date-author">By Tomaz Muraus <span style="display:none">(<a href="https://plus.google.com/+TomazMuraus?rel=author">Google+</a>)</span>on Sep 01, 2011</span>
+
+  <div class="post-content">
+    <p>Tomaz Muraus has been guest on a <a href="http://twit.tv/show/floss-weekly/">FLOSS weekly podcast</a> where he talked
+about Apache Libcloud.</p>
+
+<p>For a recording and show notes, please see the official show page -
+<a href="http://twit.tv/show/floss-weekly/181">FLOSS Weekly 181</a>.</p>
+
+  </div>
+
+  <div class="row section post-meta">
+    <div class="col-md-12 post-tags">
+      <p>Tags: <a href="/blog/tags/news.html" rel="tag">news</a>, <a href="/blog/tags/podcasts.html" rel="tag">podcasts</a></p>
+    </div>
+  </div>
+</div>
+
+    
+  
+    
+      <div class="post">
+  
     <h2><a href="/blog/2011/07/04/libcloud-0-5-2-released.html">Libcloud 0.5.2 released</a></h2>
   
 
@@ -331,50 +360,6 @@ please refer to the <a href="http://mail
 
     
   
-    
-      <div class="post">
-  
-    <h2><a href="/blog/2011/01/17/libcloud-0-4-2-released.html">Libcloud 0.4.2 released</a></h2>
-  
-
-  
-    
-  
-  <span class="post-date-author">By Jerry Chen on Jan 17, 2011</span>
-
-  <div class="post-content">
-    <p>The Apache Software Foundation and the Apache Libcloud Project are
-pleased to announce the release and immediate availability of version
-0.4.2 of Apache Libcloud (&quot;libcloud&quot;).</p>
-
-<p>Apache Libcloud is a pure python client library for interacting with
-many of the popular cloud server providers. It was created to make it
-easy for developers to build products that work between any of the
-services that it supports.</p>
-
-<p>Apache Libcloud is available for download from:
-<a href="http://incubator.apache.org/libcloud/downloads.html">http://incubator.apache.org/libcloud/downloads.html</a>.</p>
-
-<p>Major changes since the previous release:</p>
-
-<ul>
-<li>New drivers for CloudSigma, Brightbox, Rackspace UK</li>
-<li>Improvements to deployment capabilities</li>
-<li>libcloud.security module for SSL certificate verification, see
-http://wiki.apache.org/incubator/LibcloudSSL</li>
-</ul>
-
-  </div>
-
-  <div class="row section post-meta">
-    <div class="col-md-12 post-tags">
-      <p>Tags: <a href="/blog/tags/news.html" rel="tag">news</a>, <a href="/blog/tags/release%20announcement.html" rel="tag">release announcement</a>, <a href="/blog/tags/security%20release.html" rel="tag">security release</a></p>
-    </div>
-  </div>
-</div>
-
-    
-  
 </div>
 
 <p class="navigation">
@@ -399,7 +384,7 @@ http://wiki.apache.org/incubator/Libclou
   <div class="col-lg-3 col-lg-offset-1">
     <h2>Archive</h1>
     <ul>
-      <li> <a href="/blog/archives/2014/02/"> February 2014</a> &nbsp;(8)</li><li> <a href="/blog/archives/2014/01/"> January 2014</a> &nbsp;(4)</li><li> <a href="/blog/archives/2013/12/"> December 2013</a> &nbsp;(3)</li><li> <a href="/blog/archives/2013/11/"> November 2013</a> &nbsp;(2)</li><li> <a href="/blog/archives/2013/09/"> September 2013</a> &nbsp;(1)</li><li> <a href="/blog/archives/2013/08/"> August 2013</a> &nbsp;(1)</li><li> <a href="/blog/archives/2013/07/"> July 2013</a> &nbsp;(1)</li><li> <a href="/blog/archives/2013/03/"> March 2013</a> &nbsp;(1)</li><li> <a href="/blog/archives/2013/02/"> February 2013</a> &nbsp;(1)</li><li> <a href="/blog/archives/2012/12/"> December 2012</a> &nbsp;(2)</li><li> <a href="/blog/archives/2012/11/"> November 2012</a> &nbsp;(2)</li><li> <a href="/blog/archives/2012/09/"> September 2012</a> &nbsp;(1)</li><li> <a href="/blog/archives/2012/08/"> August 2012</a> &nbsp;(1)</li><li> <a href="/blog/archives/2012/07/"> July 2012</a> &nbsp;(1)</
 li><li> <a href="/blog/archives/2012/05/"> May 2012</a> &nbsp;(2)</li><li> <a href="/blog/archives/2012/04/"> April 2012</a> &nbsp;(1)</li><li> <a href="/blog/archives/2012/02/"> February 2012</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/12/"> December 2011</a> &nbsp;(2)</li><li> <a href="/blog/archives/2011/11/"> November 2011</a> &nbsp;(3)</li><li> <a href="/blog/archives/2011/10/"> October 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/09/"> September 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/07/"> July 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/06/"> June 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/05/"> May 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/02/"> February 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/01/"> January 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2010/10/"> October 2010</a> &nbsp;(1)</li><li> <a href="/blog/archives/2010/05/"> May 2010</a> &nbsp;(1)</li><li> <a href="
 /blog/archives/2010/02/"> February 2010</a> &nbsp;(1)</li>
+      <li> <a href="/blog/archives/2014/04/"> April 2014</a> &nbsp;(1)</li><li> <a href="/blog/archives/2014/02/"> February 2014</a> &nbsp;(8)</li><li> <a href="/blog/archives/2014/01/"> January 2014</a> &nbsp;(4)</li><li> <a href="/blog/archives/2013/12/"> December 2013</a> &nbsp;(3)</li><li> <a href="/blog/archives/2013/11/"> November 2013</a> &nbsp;(2)</li><li> <a href="/blog/archives/2013/09/"> September 2013</a> &nbsp;(1)</li><li> <a href="/blog/archives/2013/08/"> August 2013</a> &nbsp;(1)</li><li> <a href="/blog/archives/2013/07/"> July 2013</a> &nbsp;(1)</li><li> <a href="/blog/archives/2013/03/"> March 2013</a> &nbsp;(1)</li><li> <a href="/blog/archives/2013/02/"> February 2013</a> &nbsp;(1)</li><li> <a href="/blog/archives/2012/12/"> December 2012</a> &nbsp;(2)</li><li> <a href="/blog/archives/2012/11/"> November 2012</a> &nbsp;(2)</li><li> <a href="/blog/archives/2012/09/"> September 2012</a> &nbsp;(1)</li><li> <a href="/blog/archives/2012/08/"> August 2012</a> &nbsp;(1)<
 /li><li> <a href="/blog/archives/2012/07/"> July 2012</a> &nbsp;(1)</li><li> <a href="/blog/archives/2012/05/"> May 2012</a> &nbsp;(2)</li><li> <a href="/blog/archives/2012/04/"> April 2012</a> &nbsp;(1)</li><li> <a href="/blog/archives/2012/02/"> February 2012</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/12/"> December 2011</a> &nbsp;(2)</li><li> <a href="/blog/archives/2011/11/"> November 2011</a> &nbsp;(3)</li><li> <a href="/blog/archives/2011/10/"> October 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/09/"> September 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/07/"> July 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/06/"> June 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/05/"> May 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/02/"> February 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2011/01/"> January 2011</a> &nbsp;(1)</li><li> <a href="/blog/archives/2010/10/"> October 2010</a> &nbsp;(1)</li><li> <a href
 ="/blog/archives/2010/05/"> May 2010</a> &nbsp;(1)</li><li> <a href="/blog/archives/2010/02/"> February 2010</a> &nbsp;(1)</li>
     </ul>
   </div>
 </div>

Added: libcloud/site/trunk/generated/blog/tags/apachecon.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/tags/apachecon.html?rev=1587674&view=auto
==============================================================================
--- libcloud/site/trunk/generated/blog/tags/apachecon.html (added)
+++ libcloud/site/trunk/generated/blog/tags/apachecon.html Tue Apr 15 18:34:58 2014
@@ -0,0 +1,198 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+    
+
+    <meta name="author" content="The Apache Software Foundation">
+
+    
+      <meta name="keywords" content="python,libcloud,cloud,cloud computing,rackspace,amazon ec2,cloudfiles,openstack,cloudstack" />
+    
+
+    
+      <title>Tag Archive | Apache Libcloud</title>
+    
+
+    <!-- fav icons -->
+    <link rel="shortcut icon" href="/images/favicon.png" />
+    <link rel="apple-touch-icon" href="/images/apple-touch-icon.png" />
+    <link rel="apple-touch-icon-precomposed" href="/images/apple-touch-icon.png" />
+
+    <link href="/blog/atom.xml" type="application/atom+xml" rel="alternate" title="Apache Libcloud Blog Feed" />
+
+    <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,400italic' rel='stylesheet' type='text/css'>
+    <link href='https://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
+
+    <!-- Facebook OpenGraph tags -->
+    <meta content="Apache Libcloud" property="og:site_name">
+    
+      <meta content="Tag Archive" property="og:title">
+    
+
+    
+
+    
+
+    
+      <meta content="website" property="og:type">
+    
+
+    
+      <meta content="https://libcloud.apache.org/blog/tags/apachecon.html" property="og:url">
+    
+    
+
+    
+
+    <link href='/assets/global-899d738a400f63ec0a604e4d3f5e880f.css' rel='stylesheet' type='text/css' />
+
+  </head>
+
+  <body data-spy="scroll" data-target=".sidebar-nav" data-offset="80">
+    <nav class="navbar navbar-fixed-top navbar-inverse" role="navigation">
+      <div class="container">
+        <div class="navbar-header">
+          <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
+            <span class="sr-only">Toggle navigation</span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+          </button>
+          <a class="navbar-brand" href="/index.html"><img src="/images/libcloud_logo.png" class="navbar-logo" /> Apache Libcloud</a>
+        </div>
+        <div class="collapse navbar-collapse navbar-ex1-collapse">
+          <ul class="nav navbar-nav">
+            
+            
+              <li ><a href="/" >Home</a></li>
+            
+              <li ><a href="/about.html" >About</a></li>
+            
+              <li ><a href="/getting-started.html" >Quick Start</a></li>
+            
+              <li ><a href="https://libcloud.readthedocs.org/en/latest/" target="_blank">Documentation</a></li>
+            
+              <li ><a href="/downloads.html" >Downloads</a></li>
+            
+              <li ><a href="/community.html" >Community</a></li>
+            
+              <li ><a href="/blog/" >Blog</a></li>
+            
+          </ul>
+        </div><!-- /.navbar-collapse -->
+      </div><!-- /.container -->
+    </nav>
+
+    <div class="container main-container">
+      <div class="row section page-content">
+  <div class="col-lg-8 col-lg-offset-2">
+    <h1>Tag: apachecon</h1>
+
+
+
+  
+    <div class="post">
+  
+    <h2><a href="/blog/2014/04/15/libcloud-at-apachecon.html">ApacheCon and CloudStack Collaboration conference presnetations</a></h2>
+  
+
+  
+    
+  
+  <span class="post-date-author">By Tomaz Muraus <span style="display:none">(<a href="https://plus.google.com/+TomazMuraus?rel=author">Google+</a>)</span>on Apr 15, 2014</span>
+
+  <div class="post-content">
+    <p>Last week <a href="http://events.linuxfoundation.org/events/apachecon-north-america">ApacheCon North America</a> and <a href="http://events.linuxfoundation.org/events/cloudstack-collaboration-conference-north-america">CloudStack Collaboration
+Conference</a> took place in Denver, Colorado.</p>
+
+<div class="imginline">
+  <a href="http://events.linuxfoundation.org/events/apachecon-north-america" target="_blank">
+  <img src="/images/apachecon_denver.png" class="img-responsive inline" />
+  </a>
+</div>
+
+<p>During that week multiple presentations about Libcloud took place. In
+this post I&#39;m including links to the slides of some of those
+presentations:</p>
+
+<ul>
+<li><a href="http://www.slideshare.net/sebastiengoasguen/apache-libcloud">Apache Libcloud by Sebastien Goasguen</a> - Sebastien had a great introductory
+presentation about Libcloud. His presentation also included a great demo
+of using Libcloud&#39;s deploy_node functionality to deploy a Worpdress blog on
+Exoscale.</li>
+<li><a href="https://www.mist.io">Mobile, multi-cloud management on top of libcloud by Dimitris Moraitis</a> -
+Dimitris presented how they utilize Libcloud at <a href="https://www.mist.io">mist.io</a>.</li>
+</ul>
+
+<div class="imginline">
+  <img src="/images/posts/sacon.jpg" class="img-responsive inline" />
+  <p>Sebastien delivering his talk.</p>
+</div>
+
+<p><em>I was also supposed to deliver a presentation about Libcloud&#39;s history,
+evolution and lessons learned, but due to severe tonsillitis which has been
+strecthing for over 3 weeks, I sadly had to cancel my talk.</em></p>
+
+  </div>
+
+  <div class="row section post-meta">
+    <div class="col-md-12 post-tags">
+      <p>Tags: <a href="/blog/tags/conferences.html" rel="tag">conferences</a>, <a href="/blog/tags/apachecon.html" rel="tag">apachecon</a>, <a href="/blog/tags/ccna.html" rel="tag">ccna</a>, <a href="/blog/tags/presentations.html" rel="tag">presentations</a></p>
+    </div>
+  </div>
+</div>
+
+  
+
+
+  </div>
+</div>
+
+
+      <hr />
+
+      <footer>
+        <div class="row">
+          <div class="col-lg-12 text-center">
+            <div class="footer-links">
+  <p><a href="http://www.apache.org/licenses/">License</a> | <a
+  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> | <a href="/media.html">Media</a>
+</div>
+
+<div class="footer-text">
+  <p class="">Copyright &copy; 2009-2014 <a href="https://www.apache.org/" target="_blank">The Apache Software Foundation</a></p>
+  <p class="">Apache Libcloud, Libcloud, Apache, the Apache feather, and the Apache Libcloud project logo are trademarks of the Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.</p>
+</div>
+
+          </div>
+        </div>
+      </footer>
+
+    </div><!-- /.container -->
+
+    <!-- JavaScript -->
+    <script src='/assets/global-2b5e609eaa526df91bc4fc0d12c4f5e8.js' type='text/javascript'></script>
+
+
+    
+
+    <script type="text/javascript">
+  var _gaq = _gaq || [];
+  _gaq.push(['_setAccount', 'UA-23580482-1']);
+  _gaq.push(['_trackPageview']);
+
+  (function() {
+    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+  })();
+</script>
+
+  </body>
+</html>

Added: libcloud/site/trunk/generated/blog/tags/ccna.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/tags/ccna.html?rev=1587674&view=auto
==============================================================================
--- libcloud/site/trunk/generated/blog/tags/ccna.html (added)
+++ libcloud/site/trunk/generated/blog/tags/ccna.html Tue Apr 15 18:34:58 2014
@@ -0,0 +1,198 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+    
+
+    <meta name="author" content="The Apache Software Foundation">
+
+    
+      <meta name="keywords" content="python,libcloud,cloud,cloud computing,rackspace,amazon ec2,cloudfiles,openstack,cloudstack" />
+    
+
+    
+      <title>Tag Archive | Apache Libcloud</title>
+    
+
+    <!-- fav icons -->
+    <link rel="shortcut icon" href="/images/favicon.png" />
+    <link rel="apple-touch-icon" href="/images/apple-touch-icon.png" />
+    <link rel="apple-touch-icon-precomposed" href="/images/apple-touch-icon.png" />
+
+    <link href="/blog/atom.xml" type="application/atom+xml" rel="alternate" title="Apache Libcloud Blog Feed" />
+
+    <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,400italic' rel='stylesheet' type='text/css'>
+    <link href='https://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
+
+    <!-- Facebook OpenGraph tags -->
+    <meta content="Apache Libcloud" property="og:site_name">
+    
+      <meta content="Tag Archive" property="og:title">
+    
+
+    
+
+    
+
+    
+      <meta content="website" property="og:type">
+    
+
+    
+      <meta content="https://libcloud.apache.org/blog/tags/ccna.html" property="og:url">
+    
+    
+
+    
+
+    <link href='/assets/global-899d738a400f63ec0a604e4d3f5e880f.css' rel='stylesheet' type='text/css' />
+
+  </head>
+
+  <body data-spy="scroll" data-target=".sidebar-nav" data-offset="80">
+    <nav class="navbar navbar-fixed-top navbar-inverse" role="navigation">
+      <div class="container">
+        <div class="navbar-header">
+          <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
+            <span class="sr-only">Toggle navigation</span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+          </button>
+          <a class="navbar-brand" href="/index.html"><img src="/images/libcloud_logo.png" class="navbar-logo" /> Apache Libcloud</a>
+        </div>
+        <div class="collapse navbar-collapse navbar-ex1-collapse">
+          <ul class="nav navbar-nav">
+            
+            
+              <li ><a href="/" >Home</a></li>
+            
+              <li ><a href="/about.html" >About</a></li>
+            
+              <li ><a href="/getting-started.html" >Quick Start</a></li>
+            
+              <li ><a href="https://libcloud.readthedocs.org/en/latest/" target="_blank">Documentation</a></li>
+            
+              <li ><a href="/downloads.html" >Downloads</a></li>
+            
+              <li ><a href="/community.html" >Community</a></li>
+            
+              <li ><a href="/blog/" >Blog</a></li>
+            
+          </ul>
+        </div><!-- /.navbar-collapse -->
+      </div><!-- /.container -->
+    </nav>
+
+    <div class="container main-container">
+      <div class="row section page-content">
+  <div class="col-lg-8 col-lg-offset-2">
+    <h1>Tag: ccna</h1>
+
+
+
+  
+    <div class="post">
+  
+    <h2><a href="/blog/2014/04/15/libcloud-at-apachecon.html">ApacheCon and CloudStack Collaboration conference presnetations</a></h2>
+  
+
+  
+    
+  
+  <span class="post-date-author">By Tomaz Muraus <span style="display:none">(<a href="https://plus.google.com/+TomazMuraus?rel=author">Google+</a>)</span>on Apr 15, 2014</span>
+
+  <div class="post-content">
+    <p>Last week <a href="http://events.linuxfoundation.org/events/apachecon-north-america">ApacheCon North America</a> and <a href="http://events.linuxfoundation.org/events/cloudstack-collaboration-conference-north-america">CloudStack Collaboration
+Conference</a> took place in Denver, Colorado.</p>
+
+<div class="imginline">
+  <a href="http://events.linuxfoundation.org/events/apachecon-north-america" target="_blank">
+  <img src="/images/apachecon_denver.png" class="img-responsive inline" />
+  </a>
+</div>
+
+<p>During that week multiple presentations about Libcloud took place. In
+this post I&#39;m including links to the slides of some of those
+presentations:</p>
+
+<ul>
+<li><a href="http://www.slideshare.net/sebastiengoasguen/apache-libcloud">Apache Libcloud by Sebastien Goasguen</a> - Sebastien had a great introductory
+presentation about Libcloud. His presentation also included a great demo
+of using Libcloud&#39;s deploy_node functionality to deploy a Worpdress blog on
+Exoscale.</li>
+<li><a href="https://www.mist.io">Mobile, multi-cloud management on top of libcloud by Dimitris Moraitis</a> -
+Dimitris presented how they utilize Libcloud at <a href="https://www.mist.io">mist.io</a>.</li>
+</ul>
+
+<div class="imginline">
+  <img src="/images/posts/sacon.jpg" class="img-responsive inline" />
+  <p>Sebastien delivering his talk.</p>
+</div>
+
+<p><em>I was also supposed to deliver a presentation about Libcloud&#39;s history,
+evolution and lessons learned, but due to severe tonsillitis which has been
+strecthing for over 3 weeks, I sadly had to cancel my talk.</em></p>
+
+  </div>
+
+  <div class="row section post-meta">
+    <div class="col-md-12 post-tags">
+      <p>Tags: <a href="/blog/tags/conferences.html" rel="tag">conferences</a>, <a href="/blog/tags/apachecon.html" rel="tag">apachecon</a>, <a href="/blog/tags/ccna.html" rel="tag">ccna</a>, <a href="/blog/tags/presentations.html" rel="tag">presentations</a></p>
+    </div>
+  </div>
+</div>
+
+  
+
+
+  </div>
+</div>
+
+
+      <hr />
+
+      <footer>
+        <div class="row">
+          <div class="col-lg-12 text-center">
+            <div class="footer-links">
+  <p><a href="http://www.apache.org/licenses/">License</a> | <a
+  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> | <a href="/media.html">Media</a>
+</div>
+
+<div class="footer-text">
+  <p class="">Copyright &copy; 2009-2014 <a href="https://www.apache.org/" target="_blank">The Apache Software Foundation</a></p>
+  <p class="">Apache Libcloud, Libcloud, Apache, the Apache feather, and the Apache Libcloud project logo are trademarks of the Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.</p>
+</div>
+
+          </div>
+        </div>
+      </footer>
+
+    </div><!-- /.container -->
+
+    <!-- JavaScript -->
+    <script src='/assets/global-2b5e609eaa526df91bc4fc0d12c4f5e8.js' type='text/javascript'></script>
+
+
+    
+
+    <script type="text/javascript">
+  var _gaq = _gaq || [];
+  _gaq.push(['_setAccount', 'UA-23580482-1']);
+  _gaq.push(['_trackPageview']);
+
+  (function() {
+    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+  })();
+</script>
+
+  </body>
+</html>

Added: libcloud/site/trunk/generated/blog/tags/conferences.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/tags/conferences.html?rev=1587674&view=auto
==============================================================================
--- libcloud/site/trunk/generated/blog/tags/conferences.html (added)
+++ libcloud/site/trunk/generated/blog/tags/conferences.html Tue Apr 15 18:34:58 2014
@@ -0,0 +1,198 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+    
+
+    <meta name="author" content="The Apache Software Foundation">
+
+    
+      <meta name="keywords" content="python,libcloud,cloud,cloud computing,rackspace,amazon ec2,cloudfiles,openstack,cloudstack" />
+    
+
+    
+      <title>Tag Archive | Apache Libcloud</title>
+    
+
+    <!-- fav icons -->
+    <link rel="shortcut icon" href="/images/favicon.png" />
+    <link rel="apple-touch-icon" href="/images/apple-touch-icon.png" />
+    <link rel="apple-touch-icon-precomposed" href="/images/apple-touch-icon.png" />
+
+    <link href="/blog/atom.xml" type="application/atom+xml" rel="alternate" title="Apache Libcloud Blog Feed" />
+
+    <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,400italic' rel='stylesheet' type='text/css'>
+    <link href='https://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
+
+    <!-- Facebook OpenGraph tags -->
+    <meta content="Apache Libcloud" property="og:site_name">
+    
+      <meta content="Tag Archive" property="og:title">
+    
+
+    
+
+    
+
+    
+      <meta content="website" property="og:type">
+    
+
+    
+      <meta content="https://libcloud.apache.org/blog/tags/conferences.html" property="og:url">
+    
+    
+
+    
+
+    <link href='/assets/global-899d738a400f63ec0a604e4d3f5e880f.css' rel='stylesheet' type='text/css' />
+
+  </head>
+
+  <body data-spy="scroll" data-target=".sidebar-nav" data-offset="80">
+    <nav class="navbar navbar-fixed-top navbar-inverse" role="navigation">
+      <div class="container">
+        <div class="navbar-header">
+          <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
+            <span class="sr-only">Toggle navigation</span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+          </button>
+          <a class="navbar-brand" href="/index.html"><img src="/images/libcloud_logo.png" class="navbar-logo" /> Apache Libcloud</a>
+        </div>
+        <div class="collapse navbar-collapse navbar-ex1-collapse">
+          <ul class="nav navbar-nav">
+            
+            
+              <li ><a href="/" >Home</a></li>
+            
+              <li ><a href="/about.html" >About</a></li>
+            
+              <li ><a href="/getting-started.html" >Quick Start</a></li>
+            
+              <li ><a href="https://libcloud.readthedocs.org/en/latest/" target="_blank">Documentation</a></li>
+            
+              <li ><a href="/downloads.html" >Downloads</a></li>
+            
+              <li ><a href="/community.html" >Community</a></li>
+            
+              <li ><a href="/blog/" >Blog</a></li>
+            
+          </ul>
+        </div><!-- /.navbar-collapse -->
+      </div><!-- /.container -->
+    </nav>
+
+    <div class="container main-container">
+      <div class="row section page-content">
+  <div class="col-lg-8 col-lg-offset-2">
+    <h1>Tag: conferences</h1>
+
+
+
+  
+    <div class="post">
+  
+    <h2><a href="/blog/2014/04/15/libcloud-at-apachecon.html">ApacheCon and CloudStack Collaboration conference presnetations</a></h2>
+  
+
+  
+    
+  
+  <span class="post-date-author">By Tomaz Muraus <span style="display:none">(<a href="https://plus.google.com/+TomazMuraus?rel=author">Google+</a>)</span>on Apr 15, 2014</span>
+
+  <div class="post-content">
+    <p>Last week <a href="http://events.linuxfoundation.org/events/apachecon-north-america">ApacheCon North America</a> and <a href="http://events.linuxfoundation.org/events/cloudstack-collaboration-conference-north-america">CloudStack Collaboration
+Conference</a> took place in Denver, Colorado.</p>
+
+<div class="imginline">
+  <a href="http://events.linuxfoundation.org/events/apachecon-north-america" target="_blank">
+  <img src="/images/apachecon_denver.png" class="img-responsive inline" />
+  </a>
+</div>
+
+<p>During that week multiple presentations about Libcloud took place. In
+this post I&#39;m including links to the slides of some of those
+presentations:</p>
+
+<ul>
+<li><a href="http://www.slideshare.net/sebastiengoasguen/apache-libcloud">Apache Libcloud by Sebastien Goasguen</a> - Sebastien had a great introductory
+presentation about Libcloud. His presentation also included a great demo
+of using Libcloud&#39;s deploy_node functionality to deploy a Worpdress blog on
+Exoscale.</li>
+<li><a href="https://www.mist.io">Mobile, multi-cloud management on top of libcloud by Dimitris Moraitis</a> -
+Dimitris presented how they utilize Libcloud at <a href="https://www.mist.io">mist.io</a>.</li>
+</ul>
+
+<div class="imginline">
+  <img src="/images/posts/sacon.jpg" class="img-responsive inline" />
+  <p>Sebastien delivering his talk.</p>
+</div>
+
+<p><em>I was also supposed to deliver a presentation about Libcloud&#39;s history,
+evolution and lessons learned, but due to severe tonsillitis which has been
+strecthing for over 3 weeks, I sadly had to cancel my talk.</em></p>
+
+  </div>
+
+  <div class="row section post-meta">
+    <div class="col-md-12 post-tags">
+      <p>Tags: <a href="/blog/tags/conferences.html" rel="tag">conferences</a>, <a href="/blog/tags/apachecon.html" rel="tag">apachecon</a>, <a href="/blog/tags/ccna.html" rel="tag">ccna</a>, <a href="/blog/tags/presentations.html" rel="tag">presentations</a></p>
+    </div>
+  </div>
+</div>
+
+  
+
+
+  </div>
+</div>
+
+
+      <hr />
+
+      <footer>
+        <div class="row">
+          <div class="col-lg-12 text-center">
+            <div class="footer-links">
+  <p><a href="http://www.apache.org/licenses/">License</a> | <a
+  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> | <a href="/media.html">Media</a>
+</div>
+
+<div class="footer-text">
+  <p class="">Copyright &copy; 2009-2014 <a href="https://www.apache.org/" target="_blank">The Apache Software Foundation</a></p>
+  <p class="">Apache Libcloud, Libcloud, Apache, the Apache feather, and the Apache Libcloud project logo are trademarks of the Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.</p>
+</div>
+
+          </div>
+        </div>
+      </footer>
+
+    </div><!-- /.container -->
+
+    <!-- JavaScript -->
+    <script src='/assets/global-2b5e609eaa526df91bc4fc0d12c4f5e8.js' type='text/javascript'></script>
+
+
+    
+
+    <script type="text/javascript">
+  var _gaq = _gaq || [];
+  _gaq.push(['_setAccount', 'UA-23580482-1']);
+  _gaq.push(['_trackPageview']);
+
+  (function() {
+    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+  })();
+</script>
+
+  </body>
+</html>

Added: libcloud/site/trunk/generated/blog/tags/presentations.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/blog/tags/presentations.html?rev=1587674&view=auto
==============================================================================
--- libcloud/site/trunk/generated/blog/tags/presentations.html (added)
+++ libcloud/site/trunk/generated/blog/tags/presentations.html Tue Apr 15 18:34:58 2014
@@ -0,0 +1,198 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+    
+
+    <meta name="author" content="The Apache Software Foundation">
+
+    
+      <meta name="keywords" content="python,libcloud,cloud,cloud computing,rackspace,amazon ec2,cloudfiles,openstack,cloudstack" />
+    
+
+    
+      <title>Tag Archive | Apache Libcloud</title>
+    
+
+    <!-- fav icons -->
+    <link rel="shortcut icon" href="/images/favicon.png" />
+    <link rel="apple-touch-icon" href="/images/apple-touch-icon.png" />
+    <link rel="apple-touch-icon-precomposed" href="/images/apple-touch-icon.png" />
+
+    <link href="/blog/atom.xml" type="application/atom+xml" rel="alternate" title="Apache Libcloud Blog Feed" />
+
+    <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,400italic' rel='stylesheet' type='text/css'>
+    <link href='https://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
+
+    <!-- Facebook OpenGraph tags -->
+    <meta content="Apache Libcloud" property="og:site_name">
+    
+      <meta content="Tag Archive" property="og:title">
+    
+
+    
+
+    
+
+    
+      <meta content="website" property="og:type">
+    
+
+    
+      <meta content="https://libcloud.apache.org/blog/tags/presentations.html" property="og:url">
+    
+    
+
+    
+
+    <link href='/assets/global-899d738a400f63ec0a604e4d3f5e880f.css' rel='stylesheet' type='text/css' />
+
+  </head>
+
+  <body data-spy="scroll" data-target=".sidebar-nav" data-offset="80">
+    <nav class="navbar navbar-fixed-top navbar-inverse" role="navigation">
+      <div class="container">
+        <div class="navbar-header">
+          <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
+            <span class="sr-only">Toggle navigation</span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+            <span class="icon-bar"></span>
+          </button>
+          <a class="navbar-brand" href="/index.html"><img src="/images/libcloud_logo.png" class="navbar-logo" /> Apache Libcloud</a>
+        </div>
+        <div class="collapse navbar-collapse navbar-ex1-collapse">
+          <ul class="nav navbar-nav">
+            
+            
+              <li ><a href="/" >Home</a></li>
+            
+              <li ><a href="/about.html" >About</a></li>
+            
+              <li ><a href="/getting-started.html" >Quick Start</a></li>
+            
+              <li ><a href="https://libcloud.readthedocs.org/en/latest/" target="_blank">Documentation</a></li>
+            
+              <li ><a href="/downloads.html" >Downloads</a></li>
+            
+              <li ><a href="/community.html" >Community</a></li>
+            
+              <li ><a href="/blog/" >Blog</a></li>
+            
+          </ul>
+        </div><!-- /.navbar-collapse -->
+      </div><!-- /.container -->
+    </nav>
+
+    <div class="container main-container">
+      <div class="row section page-content">
+  <div class="col-lg-8 col-lg-offset-2">
+    <h1>Tag: presentations</h1>
+
+
+
+  
+    <div class="post">
+  
+    <h2><a href="/blog/2014/04/15/libcloud-at-apachecon.html">ApacheCon and CloudStack Collaboration conference presnetations</a></h2>
+  
+
+  
+    
+  
+  <span class="post-date-author">By Tomaz Muraus <span style="display:none">(<a href="https://plus.google.com/+TomazMuraus?rel=author">Google+</a>)</span>on Apr 15, 2014</span>
+
+  <div class="post-content">
+    <p>Last week <a href="http://events.linuxfoundation.org/events/apachecon-north-america">ApacheCon North America</a> and <a href="http://events.linuxfoundation.org/events/cloudstack-collaboration-conference-north-america">CloudStack Collaboration
+Conference</a> took place in Denver, Colorado.</p>
+
+<div class="imginline">
+  <a href="http://events.linuxfoundation.org/events/apachecon-north-america" target="_blank">
+  <img src="/images/apachecon_denver.png" class="img-responsive inline" />
+  </a>
+</div>
+
+<p>During that week multiple presentations about Libcloud took place. In
+this post I&#39;m including links to the slides of some of those
+presentations:</p>
+
+<ul>
+<li><a href="http://www.slideshare.net/sebastiengoasguen/apache-libcloud">Apache Libcloud by Sebastien Goasguen</a> - Sebastien had a great introductory
+presentation about Libcloud. His presentation also included a great demo
+of using Libcloud&#39;s deploy_node functionality to deploy a Worpdress blog on
+Exoscale.</li>
+<li><a href="https://www.mist.io">Mobile, multi-cloud management on top of libcloud by Dimitris Moraitis</a> -
+Dimitris presented how they utilize Libcloud at <a href="https://www.mist.io">mist.io</a>.</li>
+</ul>
+
+<div class="imginline">
+  <img src="/images/posts/sacon.jpg" class="img-responsive inline" />
+  <p>Sebastien delivering his talk.</p>
+</div>
+
+<p><em>I was also supposed to deliver a presentation about Libcloud&#39;s history,
+evolution and lessons learned, but due to severe tonsillitis which has been
+strecthing for over 3 weeks, I sadly had to cancel my talk.</em></p>
+
+  </div>
+
+  <div class="row section post-meta">
+    <div class="col-md-12 post-tags">
+      <p>Tags: <a href="/blog/tags/conferences.html" rel="tag">conferences</a>, <a href="/blog/tags/apachecon.html" rel="tag">apachecon</a>, <a href="/blog/tags/ccna.html" rel="tag">ccna</a>, <a href="/blog/tags/presentations.html" rel="tag">presentations</a></p>
+    </div>
+  </div>
+</div>
+
+  
+
+
+  </div>
+</div>
+
+
+      <hr />
+
+      <footer>
+        <div class="row">
+          <div class="col-lg-12 text-center">
+            <div class="footer-links">
+  <p><a href="http://www.apache.org/licenses/">License</a> | <a
+  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> | <a href="/media.html">Media</a>
+</div>
+
+<div class="footer-text">
+  <p class="">Copyright &copy; 2009-2014 <a href="https://www.apache.org/" target="_blank">The Apache Software Foundation</a></p>
+  <p class="">Apache Libcloud, Libcloud, Apache, the Apache feather, and the Apache Libcloud project logo are trademarks of the Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners.</p>
+</div>
+
+          </div>
+        </div>
+      </footer>
+
+    </div><!-- /.container -->
+
+    <!-- JavaScript -->
+    <script src='/assets/global-2b5e609eaa526df91bc4fc0d12c4f5e8.js' type='text/javascript'></script>
+
+
+    
+
+    <script type="text/javascript">
+  var _gaq = _gaq || [];
+  _gaq.push(['_setAccount', 'UA-23580482-1']);
+  _gaq.push(['_trackPageview']);
+
+  (function() {
+    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+  })();
+</script>
+
+  </body>
+</html>

Added: libcloud/site/trunk/generated/images/posts/sacon.jpg
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/images/posts/sacon.jpg?rev=1587674&view=auto
==============================================================================
Binary file - no diff available.

Propchange: libcloud/site/trunk/generated/images/posts/sacon.jpg
------------------------------------------------------------------------------
    svn:mime-type = image/jpeg

Modified: libcloud/site/trunk/generated/index.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/index.html?rev=1587674&r1=1587673&r2=1587674&view=diff
==============================================================================
--- libcloud/site/trunk/generated/index.html (original)
+++ libcloud/site/trunk/generated/index.html Tue Apr 15 18:34:58 2014
@@ -228,19 +228,19 @@
         <h3>Latest Blog Posts</h3>
         
           
-            <p><a href="/blog/2014/02/21/libcloud-0-14-and-ikoula.html">Libcloud 0.14.0 and the new Ikoula driver</a>
+            <p><a href="/blog/2014/04/15/libcloud-at-apachecon.html">ApacheCon and CloudStack Collaboration conference presnetations</a>
           
         
           
-            <p><a href="/blog/2014/02/18/libcloud-0-14-and-google-cloud-platform.html">Libcloud 0.14 and Google Cloud Platform</a>
+            <p><a href="/blog/2014/02/21/libcloud-0-14-and-ikoula.html">Libcloud 0.14.0 and the new Ikoula driver</a>
           
         
           
-            <p><a href="/blog/2014/02/17/sebastien-goasguen-joins-our-team.html">Sebastien Goasguen (sebgoa) joins our team</a>
+            <p><a href="/blog/2014/02/18/libcloud-0-14-and-google-cloud-platform.html">Libcloud 0.14 and Google Cloud Platform</a>
           
         
           
-            <p><a href="/blog/2014/02/14/call-for-participation-in-gsoc-2014.html">Call for Participation in Google Summer of Code 2014</a>
+            <p><a href="/blog/2014/02/17/sebastien-goasguen-joins-our-team.html">Sebastien Goasguen (sebgoa) joins our team</a>
           
         
 

Modified: libcloud/site/trunk/generated/sitemap.xml
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/generated/sitemap.xml?rev=1587674&r1=1587673&r2=1587674&view=diff
==============================================================================
--- libcloud/site/trunk/generated/sitemap.xml (original)
+++ libcloud/site/trunk/generated/sitemap.xml Tue Apr 15 18:34:58 2014
@@ -2,286 +2,290 @@
 <urlset xmlns='http://www.sitemaps.org/schemas/sitemap/0.9'>
     <url>
         <loc>https://libcloud.apache.org/blog/2010/02/02/libcloud-0-2-0-released.html</loc>
-        <lastmod>2010-02-02T00:00:00+01:00</lastmod>
+        <lastmod>2010-02-02T00:00:00-08:00</lastmod>
     </url>
     <url>
         <loc>https://libcloud.apache.org/blog/2010/05/11/libcloud-0-3-1-released.html</loc>
-        <lastmod>2010-05-11T00:00:00+02:00</lastmod>
+        <lastmod>2010-05-11T00:00:00-07:00</lastmod>
     </url>
     <url>
         <loc>https://libcloud.apache.org/blog/2010/10/12/libcloud-0-4-0-released.html</loc>
-        <lastmod>2010-10-12T00:00:00+02:00</lastmod>
+        <lastmod>2010-10-12T00:00:00-07:00</lastmod>
     </url>
     <url>
         <loc>https://libcloud.apache.org/blog/2011/01/17/libcloud-0-4-2-released.html</loc>
-        <lastmod>2011-01-17T00:00:00+01:00</lastmod>
+        <lastmod>2011-01-17T00:00:00-08:00</lastmod>
     </url>
     <url>
         <loc>
             https://libcloud.apache.org/blog/2011/02/15/libcloud-sprint-will-be-held-at-pycon-2011.html
         </loc>
-        <lastmod>2011-02-15T00:00:00+01:00</lastmod>
+        <lastmod>2011-02-15T00:00:00-08:00</lastmod>
     </url>
     <url>
         <loc>https://libcloud.apache.org/blog/2011/05/25/libcloud-0-5-0-released.html</loc>
-        <lastmod>2011-05-25T00:00:00+02:00</lastmod>
+        <lastmod>2011-05-25T00:00:00-07:00</lastmod>
     </url>
     <url>
         <loc>
             https://libcloud.apache.org/blog/2011/06/06/libcloud-sprint-will-be-held-at-europython-2011.html
         </loc>
-        <lastmod>2011-06-06T00:00:00+02:00</lastmod>
+        <lastmod>2011-06-06T00:00:00-07:00</lastmod>
     </url>
     <url>
         <loc>https://libcloud.apache.org/blog/2011/07/04/libcloud-0-5-2-released.html</loc>
-        <lastmod>2011-07-04T00:00:00+02:00</lastmod>
+        <lastmod>2011-07-04T00:00:00-07:00</lastmod>
     </url>
     <url>
         <loc>https://libcloud.apache.org/blog/2011/09/01/libcloud-on-floss-weekly.html</loc>
-        <lastmod>2011-09-01T00:00:00+02:00</lastmod>
+        <lastmod>2011-09-01T00:00:00-07:00</lastmod>
     </url>
     <url>
         <loc>https://libcloud.apache.org/blog/2011/10/19/libcloud-0-6-0-beta1-released.html</loc>
-        <lastmod>2011-10-19T00:00:00+02:00</lastmod>
+        <lastmod>2011-10-19T00:00:00-07:00</lastmod>
     </url>
     <url>
         <loc>https://libcloud.apache.org/blog/2011/11/09/libcloud-0-6-1-released.html</loc>
-        <lastmod>2011-11-09T00:00:00+01:00</lastmod>
+        <lastmod>2011-11-09T00:00:00-08:00</lastmod>
     </url>
     <url>
         <loc>https://libcloud.apache.org/blog/2011/11/17/libcloud-0-6-2-released.html</loc>
-        <lastmod>2011-11-17T00:00:00+01:00</lastmod>
+        <lastmod>2011-11-17T00:00:00-08:00</lastmod>
     </url>
     <url>
         <loc>
             https://libcloud.apache.org/blog/2011/11/22/new-committer-hutson-betts-join-our-team.html
         </loc>
-        <lastmod>2011-11-22T00:00:00+01:00</lastmod>
+        <lastmod>2011-11-22T00:00:00-08:00</lastmod>
     </url>
     <url>
         <loc>https://libcloud.apache.org/blog/2011/12/09/libcloud-0-7-1-released.html</loc>
-        <lastmod>2011-12-09T00:00:00+01:00</lastmod>
+        <lastmod>2011-12-09T00:00:00-08:00</lastmod>
     </url>
     <url>
         <loc>
             https://libcloud.apache.org/blog/2011/12/30/2011-in-retrospect-and-happy-new-year-from-libcloud-team.html
         </loc>
-        <lastmod>2011-12-30T00:00:00+01:00</lastmod>
+        <lastmod>2011-12-30T00:00:00-08:00</lastmod>
     </url>
     <url>
         <loc>https://libcloud.apache.org/blog/2012/02/08/libcloud-0-8-0-released.html</loc>
-        <lastmod>2012-02-08T00:00:00+01:00</lastmod>
+        <lastmod>2012-02-08T00:00:00-08:00</lastmod>
     </url>
     <url>
         <loc>https://libcloud.apache.org/blog/2012/04/01/libcloud-0-9-1-released.html</loc>
-        <lastmod>2012-04-01T00:00:00+02:00</lastmod>
+        <lastmod>2012-04-01T00:00:00-07:00</lastmod>
     </url>
     <url>
         <loc>
             https://libcloud.apache.org/blog/2012/05/05/website-and-code-svn-repository-moved.html
         </loc>
-        <lastmod>2012-05-05T00:00:00+02:00</lastmod>
+        <lastmod>2012-05-05T00:00:00-07:00</lastmod>
     </url>
     <url>
         <loc>https://libcloud.apache.org/blog/2012/05/24/libcloud-0-10-1-released.html</loc>
-        <lastmod>2012-05-24T00:00:00+02:00</lastmod>
+        <lastmod>2012-05-24T00:00:00-07:00</lastmod>
     </url>
     <url>
         <loc>https://libcloud.apache.org/blog/2012/07/30/libcloud-0-11-0-released.html</loc>
-        <lastmod>2012-07-30T00:00:00+02:00</lastmod>
+        <lastmod>2012-07-30T00:00:00-07:00</lastmod>
     </url>
     <url>
         <loc>https://libcloud.apache.org/blog/2012/08/22/libcloud-0-11-1-released.html</loc>
-        <lastmod>2012-08-22T00:00:00+02:00</lastmod>
+        <lastmod>2012-08-22T00:00:00-07:00</lastmod>
     </url>
     <url>
         <loc>https://libcloud.apache.org/blog/2012/09/25/libcloud-0-11-3-released.html</loc>
-        <lastmod>2012-09-25T00:00:00+02:00</lastmod>
+        <lastmod>2012-09-25T00:00:00-07:00</lastmod>
     </url>
     <url>
         <loc>
             https://libcloud.apache.org/blog/2012/11/16/new-committer-ilgiz-islamgulov-joins-the-team.html
         </loc>
-        <lastmod>2012-11-16T00:00:00+01:00</lastmod>
+        <lastmod>2012-11-16T00:00:00-08:00</lastmod>
     </url>
     <url>
         <loc>https://libcloud.apache.org/blog/2012/11/19/libcloud-0-11-4-released.html</loc>
-        <lastmod>2012-11-19T00:00:00+01:00</lastmod>
+        <lastmod>2012-11-19T00:00:00-08:00</lastmod>
     </url>
     <url>
         <loc>
             https://libcloud.apache.org/blog/2012/12/26/2012-in-retrospect-and-happy-new-year-from-libcloud-team.html
         </loc>
-        <lastmod>2012-12-26T00:00:00+01:00</lastmod>
+        <lastmod>2012-12-26T00:00:00-08:00</lastmod>
     </url>
     <url>
         <loc>
             https://libcloud.apache.org/blog/2012/12/28/new-committer-mahendra-maheshwara-joins-our-team.html
         </loc>
-        <lastmod>2012-12-28T00:00:00+01:00</lastmod>
+        <lastmod>2012-12-28T00:00:00-08:00</lastmod>
     </url>
     <url>
         <loc>https://libcloud.apache.org/blog/2013/02/18/libcloud-0-12-1-released.html</loc>
-        <lastmod>2013-02-18T00:00:00+01:00</lastmod>
+        <lastmod>2013-02-18T00:00:00-08:00</lastmod>
     </url>
     <url>
         <loc>https://libcloud.apache.org/blog/2013/03/21/libcloud-0-12-3-released.html</loc>
-        <lastmod>2013-03-21T00:00:00+01:00</lastmod>
+        <lastmod>2013-03-21T00:00:00-07:00</lastmod>
     </url>
     <url>
         <loc>https://libcloud.apache.org/blog/2013/07/01/libcloud-0-13-0-released.html</loc>
-        <lastmod>2013-07-01T00:00:00+02:00</lastmod>
+        <lastmod>2013-07-01T00:00:00-07:00</lastmod>
     </url>
     <url>
         <loc>
             https://libcloud.apache.org/blog/2013/08/04/new-committer-john-carr-joins-our-team.html
         </loc>
-        <lastmod>2013-08-04T00:00:00+02:00</lastmod>
+        <lastmod>2013-08-04T00:00:00-07:00</lastmod>
     </url>
     <url>
         <loc>https://libcloud.apache.org/blog/2013/09/05/libcloud-0-13-1-released.html</loc>
-        <lastmod>2013-09-05T00:00:00+02:00</lastmod>
+        <lastmod>2013-09-05T00:00:00-07:00</lastmod>
     </url>
     <url>
         <loc>https://libcloud.apache.org/blog/2013/11/21/libcloud-0-14-0-beta3-released.html</loc>
-        <lastmod>2013-11-21T00:00:00+01:00</lastmod>
+        <lastmod>2013-11-21T00:00:00-08:00</lastmod>
     </url>
     <url>
         <loc>
             https://libcloud.apache.org/blog/2013/11/25/new-committers-brian-curtin-joins-our-team.html
         </loc>
-        <lastmod>2013-11-25T00:00:00+01:00</lastmod>
+        <lastmod>2013-11-25T00:00:00-08:00</lastmod>
     </url>
     <url>
         <loc>
             https://libcloud.apache.org/blog/2013/12/28/2013-in-retrospect-and-a-happy-new-year-from-the-libcloud-team.html
         </loc>
-        <lastmod>2013-12-28T00:00:00+01:00</lastmod>
+        <lastmod>2013-12-28T00:00:00-08:00</lastmod>
     </url>
     <url>
         <loc>
             https://libcloud.apache.org/blog/2013/12/29/new-low-volume-announce-mailing-list.html
         </loc>
-        <lastmod>2013-12-29T00:00:00+01:00</lastmod>
+        <lastmod>2013-12-29T00:00:00-08:00</lastmod>
     </url>
     <url>
         <loc>https://libcloud.apache.org/blog/2013/12/31/libcloud-0-13-3-released.html</loc>
-        <lastmod>2013-12-31T00:00:00+01:00</lastmod>
+        <lastmod>2013-12-31T00:00:00-08:00</lastmod>
     </url>
     <url>
         <loc>
             https://libcloud.apache.org/blog/2014/01/01/quick-update-about-0-13-3-release-and-digitalocean-vulnerability.html
         </loc>
-        <lastmod>2014-01-01T00:00:00+01:00</lastmod>
+        <lastmod>2014-01-01T00:00:00-08:00</lastmod>
     </url>
     <url>
         <loc>https://libcloud.apache.org/blog/2014/01/22/libcloud-0-14-0-released.html</loc>
-        <lastmod>2014-01-22T00:00:00+01:00</lastmod>
+        <lastmod>2014-01-22T00:00:00-08:00</lastmod>
     </url>
     <url>
         <loc>https://libcloud.apache.org/blog/2014/01/23/welcome-to-the-new-website.html</loc>
-        <lastmod>2014-01-23T00:00:00+01:00</lastmod>
+        <lastmod>2014-01-23T00:00:00-08:00</lastmod>
     </url>
     <url>
         <loc>
             https://libcloud.apache.org/blog/2014/01/27/libcloud-0-14-and-the-new-exoscale-driver.html
         </loc>
-        <lastmod>2014-01-27T00:00:00+01:00</lastmod>
+        <lastmod>2014-01-27T00:00:00-08:00</lastmod>
     </url>
     <url>
         <loc>https://libcloud.apache.org/blog/2014/02/04/libcloud-0-14-and-rackspace.html</loc>
-        <lastmod>2014-02-04T00:00:00+01:00</lastmod>
+        <lastmod>2014-02-04T00:00:00-08:00</lastmod>
     </url>
     <url>
         <loc>
             https://libcloud.apache.org/blog/2014/02/07/new-committer-alex-gaynor-joins-our-team.html
         </loc>
-        <lastmod>2014-02-07T00:00:00+01:00</lastmod>
+        <lastmod>2014-02-07T00:00:00-08:00</lastmod>
     </url>
     <url>
         <loc>https://libcloud.apache.org/blog/2014/02/08/libcloud-0-14-1-released.html</loc>
-        <lastmod>2014-02-08T00:00:00+01:00</lastmod>
+        <lastmod>2014-02-08T00:00:00-08:00</lastmod>
     </url>
     <url>
         <loc>https://libcloud.apache.org/blog/2014/02/11/libcloud-0-14-1-and-cloudsigma.html</loc>
-        <lastmod>2014-02-11T00:00:00+01:00</lastmod>
+        <lastmod>2014-02-11T00:00:00-08:00</lastmod>
     </url>
     <url>
         <loc>
             https://libcloud.apache.org/blog/2014/02/14/call-for-participation-in-gsoc-2014.html
         </loc>
-        <lastmod>2014-02-14T00:00:00+01:00</lastmod>
+        <lastmod>2014-02-14T00:00:00-08:00</lastmod>
     </url>
     <url>
         <loc>
             https://libcloud.apache.org/blog/2014/02/17/sebastien-goasguen-joins-our-team.html
         </loc>
-        <lastmod>2014-02-17T00:00:00+01:00</lastmod>
+        <lastmod>2014-02-17T00:00:00-08:00</lastmod>
     </url>
     <url>
         <loc>
             https://libcloud.apache.org/blog/2014/02/18/libcloud-0-14-and-google-cloud-platform.html
         </loc>
-        <lastmod>2014-02-18T00:00:00+01:00</lastmod>
+        <lastmod>2014-02-18T00:00:00-08:00</lastmod>
     </url>
     <url>
         <loc>https://libcloud.apache.org/blog/2014/02/21/libcloud-0-14-and-ikoula.html</loc>
-        <lastmod>2014-02-21T00:00:00+01:00</lastmod>
+        <lastmod>2014-02-21T00:00:00-08:00</lastmod>
+    </url>
+    <url>
+        <loc>https://libcloud.apache.org/blog/2014/04/15/libcloud-at-apachecon.html</loc>
+        <lastmod>2014-04-15T00:00:00-07:00</lastmod>
     </url>
     <url>
         <loc>https://libcloud.apache.org/media.html</loc>
-        <lastmod>2014-02-03T15:28:32+01:00</lastmod>
+        <lastmod>2014-02-03T06:28:32-08:00</lastmod>
     </url>
     <url>
         <loc>https://libcloud.apache.org/credits.html</loc>
-        <lastmod>2014-02-17T14:07:09+01:00</lastmod>
+        <lastmod>2014-02-17T05:07:09-08:00</lastmod>
     </url>
     <url>
         <loc>https://libcloud.apache.org/gsoc-2014.html</loc>
-        <lastmod>2014-02-25T12:35:00+01:00</lastmod>
+        <lastmod>2014-02-25T03:35:00-08:00</lastmod>
     </url>
     <url>
         <loc>https://libcloud.apache.org/whois-using.html</loc>
-        <lastmod>2014-01-23T11:40:20+01:00</lastmod>
+        <lastmod>2014-01-23T02:40:20-08:00</lastmod>
     </url>
     <url>
         <loc>https://libcloud.apache.org/gsoc.html</loc>
-        <lastmod>2014-02-02T13:55:02+01:00</lastmod>
+        <lastmod>2014-02-02T04:55:02-08:00</lastmod>
     </url>
     <url>
         <loc>https://libcloud.apache.org/community-resources.html</loc>
-        <lastmod>2014-01-23T11:40:20+01:00</lastmod>
+        <lastmod>2014-01-23T02:40:20-08:00</lastmod>
     </url>
     <url>
         <loc>https://libcloud.apache.org/community.html</loc>
-        <lastmod>2014-02-27T00:46:04+01:00</lastmod>
+        <lastmod>2014-02-26T15:46:04-08:00</lastmod>
     </url>
     <url>
         <loc>https://libcloud.apache.org/security.html</loc>
-        <lastmod>2014-01-23T11:40:20+01:00</lastmod>
+        <lastmod>2014-01-23T02:40:20-08:00</lastmod>
     </url>
     <url>
         <loc>https://libcloud.apache.org/getting-started.html</loc>
-        <lastmod>2014-01-23T11:40:20+01:00</lastmod>
+        <lastmod>2014-01-23T02:40:20-08:00</lastmod>
     </url>
     <url>
         <loc>https://libcloud.apache.org/gsoc-2012.html</loc>
-        <lastmod>2014-02-28T22:27:08+01:00</lastmod>
+        <lastmod>2014-02-28T13:27:08-08:00</lastmod>
     </url>
     <url>
         <loc>https://libcloud.apache.org/downloads.html</loc>
-        <lastmod>2014-02-16T13:38:58+01:00</lastmod>
+        <lastmod>2014-02-16T04:38:58-08:00</lastmod>
     </url>
     <url>
         <loc>https://libcloud.apache.org/</loc>
-        <lastmod>2014-03-17T14:16:23+01:00</lastmod>
+        <lastmod>2014-04-15T11:33:18-07:00</lastmod>
     </url>
     <url>
         <loc>https://libcloud.apache.org/about.html</loc>
-        <lastmod>2014-01-23T11:40:20+01:00</lastmod>
+        <lastmod>2014-01-23T02:40:20-08:00</lastmod>
     </url>
     <url>
         <loc>https://libcloud.apache.org/blog/blog/</loc>
-        <lastmod>2014-02-21T15:48:10+01:00</lastmod>
+        <lastmod>2014-04-15T11:33:18-07:00</lastmod>
     </url>
 </urlset>
\ No newline at end of file

Added: libcloud/site/trunk/source/_posts/2014-04-15-libcloud-at-apachecon.md
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/source/_posts/2014-04-15-libcloud-at-apachecon.md?rev=1587674&view=auto
==============================================================================
--- libcloud/site/trunk/source/_posts/2014-04-15-libcloud-at-apachecon.md (added)
+++ libcloud/site/trunk/source/_posts/2014-04-15-libcloud-at-apachecon.md Tue Apr 15 18:34:58 2014
@@ -0,0 +1,45 @@
+---
+layout: post
+title: ApacheCon and CloudStack Collaboration conference presnetations
+author: Tomaz Muraus
+tags:
+  - conferences
+  - apachecon
+  - ccna
+  - presentations
+---
+
+Last week [ApacheCon North America][1] and [CloudStack Collaboration
+Conference][2] took place in Denver, Colorado.
+
+<div class="imginline">
+  <a href="http://events.linuxfoundation.org/events/apachecon-north-america" target="_blank">
+  <img src="/images/apachecon_denver.png" class="img-responsive inline" />
+  </a>
+</div>
+
+During that week multiple presentations about Libcloud took place. In
+this post I'm including links to the slides of some of those
+presentations:
+
+* [Apache Libcloud by Sebastien Goasguen][3] - Sebastien had a great introductory
+  presentation about Libcloud. His presentation also included a great demo
+  of using Libcloud's deploy_node functionality to deploy a Worpdress blog on
+  Exoscale.
+* [Mobile, multi-cloud management on top of libcloud by Dimitris Moraitis][5] -
+  Dimitris presented how they utilize Libcloud at [mist.io][5].
+
+<div class="imginline">
+  <img src="/images/posts/sacon.jpg" class="img-responsive inline" />
+  <p>Sebastien delivering his talk.</p>
+</div>
+
+*I was also supposed to deliver a presentation about Libcloud's history,
+evolution and lessons learned, but due to severe tonsillitis which has been
+strecthing for over 3 weeks, I sadly had to cancel my talk.*
+
+[1]: http://events.linuxfoundation.org/events/apachecon-north-america
+[2]: http://events.linuxfoundation.org/events/cloudstack-collaboration-conference-north-america
+[3]: http://www.slideshare.net/sebastiengoasguen/apache-libcloud
+[4]: http://www.slideshare.net/mistio/mobile-multicloud-managementmistio-presentation-apache-con
+[5]: https://www.mist.io

Added: libcloud/site/trunk/source/images/posts/sacon.jpg
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/source/images/posts/sacon.jpg?rev=1587674&view=auto
==============================================================================
Binary file - no diff available.

Propchange: libcloud/site/trunk/source/images/posts/sacon.jpg
------------------------------------------------------------------------------
    svn:mime-type = image/jpeg