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 2013/12/31 03:10:08 UTC

svn commit: r1554351 [23/25] - in /libcloud/site/trunk: ./ content/ content/scripts/ content/source/ lib/ scripts/ source/ source/_assets/ source/_assets/css/ source/_assets/css/extern/ source/_assets/css/extern/syntax/ source/_assets/js/ source/_asset...

Added: libcloud/site/trunk/source/_site/security.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/source/_site/security.html?rev=1554351&view=auto
==============================================================================
--- libcloud/site/trunk/source/_site/security.html (added)
+++ libcloud/site/trunk/source/_site/security.html Tue Dec 31 02:10:00 2013
@@ -0,0 +1,226 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <meta name="robots" content="noindex">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+    
+      <meta name="description" content="See a list of known vulnerabilities which have been fixed and find information on how to report a new vulnerability">
+    
+
+    <meta name="author" content="The Apache Software Foundation">
+
+    
+      <meta name="keywords" content="python,libcloud,cloud,cloud computing,rackspace,amazon ec2,cloudfiles,openstack,cloudstack" />
+    
+
+    
+      <title>Security | 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='http://fonts.googleapis.com/css?family=Open+Sans:400,400italic' rel='stylesheet' type='text/css'>
+    <link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
+
+    <!-- Facebook OpenGraph tags -->
+    <meta content="Apache Libcloud" property="og:site_name">
+    
+      <meta content="Security" property="og:title">
+    
+
+    
+
+    
+      <meta content="See a list of known vulnerabilities which have been fixed and find information on how to report a new vulnerability" property="og:description">
+    
+
+    
+      <meta content="website" property="og:type">
+    
+
+    
+      <meta content="https://libcloud.apache.org/security.html" property="og:url">
+    
+    
+
+    
+
+    <link href='/assets/global-e4f3505795f6b1b834af1a38c26ff423.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-2 sidebar-nav visible-lg">
+    <ul class="list-unstyled nav">
+      
+        <li><a href="#security-vulnerabilities">Security Vulnerabilities</a></li>
+<li><a href="#reporting-a-vulnerability">Reporting a Vulnerability</a></li>
+<li><a href="#how-are-vulnerabilities-handled">How are Vulnerabilities Handled</a></li>
+<li><a href="#errors-and-omissions">Errors and Omissions</a></li>
+
+      
+    </ul>
+  </div>
+  <div class="col-lg-8 col-lg-offset-3">
+    <h1>Security</h1>
+
+<p><a name="security-vulnerabilities" id="security-vulnerabilities"><h2 class="anchor">Security Vulnerabilities</h2></a></p>
+
+<p><a name="CVE-2012-3446"><h3 class="anchor">[CVE-2012-3446] Possible SSL MITM due to invalid regular expression used to validate the target server hostname</h3></a></p>
+
+<p><strong>Severity</strong>: Medium<br>
+<strong>Affected Versions</strong>: Apache Libcloud 0.4.2 to 0.11.1 (version prior to 0.4.2
+don&#39;t preform any target SSL certificate validation)<br>
+<strong>Description</strong>:</p>
+
+<p>When establishing a secure (SSL / TLS) connection to a target server an
+invalid regular expression has been used for performing the hostname
+verification. Subset instead of the full target server hostname has been
+marked as an acceptable match for the given hostname.</p>
+
+<p>For example, certificate with a hostname field of <code>aexample.com</code> was considered
+a valid certificate for domain <code>example.com</code>.</p>
+
+<p><strong>Mitigation</strong>:</p>
+
+<p>This vulnerability has been fixed in version 0.11.1 so all the users should
+upgrade to version 0.11.1 or higher.</p>
+
+<p><strong>Credits</strong>:</p>
+
+<p>This issue was discovered by researchers from the University of Texas at Austin
+(Martin Georgiev, Suman Jana and Vitaly Shmatikov).</p>
+
+<p><a name="CVE-2010-4340"><h3 class="anchor">[CVE-2010-4340] SSL MITM vulnerability</h3></a></p>
+
+<p><strong>Severity</strong>: Medium<br>
+<strong>Affected versions</strong>: All the versions prior to <strong>0.4.2</strong><br>
+<strong>Description</strong>:</p>
+
+<p>Python SSL library doesn&#39;t validate a host SSL certificate and as a
+consequence, versions prior to <strong>0.4.2</strong> are vulnerable to a man-in-the-middle
+attack.</p>
+
+<p><strong>Mitigation</strong>:</p>
+
+<p>This vulnerability has been fixed in the version 0.4.2. You are strongly
+encouraged to upgrade to this version and set
+<code>libcloud.security.VERIFY_SSL_CERT</code> variable to <code>True</code>.</p>
+
+<p><a name="reporting-a-vulnerability" id="reporting-a-vulnerability"><h2 class="anchor">Reporting a Vulnerability</h2></a></p>
+
+<div class="alert alert-info">Please do <strong>not</strong> report security
+issues using our public JIRA instance. Use the private mailing list
+described bellow.</div>
+
+<p>If you believe you found a security issue or a vulnerability, please send a
+description of it to our private mailing list at
+<a href="mailto:security@libcloud.apache.org">security@libcloud.apache.org</a>.</p>
+
+<p>You are also encouraged to encrypt this email using PGP. Keys of our developers
+can be found at <a href="https://www.apache.org/dist/libcloud/KEYS">https://www.apache.org/dist/libcloud/KEYS</a>.</p>
+
+<p>Once you&#39;ve submitted an issue, you should receive an acknowledgment from one
+our of team members in 48 hours or less. If further action is necessary, you
+may receive additional follow-up emails.</p>
+
+<p><a name="how-are-vulnerabilities-handled" id="how-are-vulnerabilities-handled"><h2 class="anchor">How are vulnerabilities handled?</h2></a></p>
+
+<p>We follow a standard Apache Software Foundation vulnerability handling process
+which is described at
+<a href="http://www.apache.org/security/committers.html#vulnerability-handling">http://www.apache.org/security/committers.html#vulnerability-handling</a>.</p>
+
+<p><a name="errors-and-omissions" id="errors-and-omissions"><h2 class="anchor">Errors and Omissions</h2></a></p>
+
+<p>Please report any errors or omissions to
+<a href="mailto:security@libcloud.apache.org">security@libcloud.apache.org</a>.</p>
+
+  </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-2013 <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-f231c5aa42368234e7b37273ecf12e55.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/source/_site/sitemap.xml
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/source/_site/sitemap.xml?rev=1554351&view=auto
==============================================================================
--- libcloud/site/trunk/source/_site/sitemap.xml (added)
+++ libcloud/site/trunk/source/_site/sitemap.xml Tue Dec 31 02:10:00 2013
@@ -0,0 +1,223 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<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>
+    </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>
+    </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>
+    </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>
+    </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>
+    </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>
+    </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>
+    </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>
+    </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>
+    </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>
+    </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>
+    </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>
+    </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>
+    </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>
+    </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>
+    </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>
+    </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>
+    </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>
+    </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>
+    </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>
+    </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>
+    </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>
+    </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>
+    </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>
+    </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>
+    </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>
+    </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>
+    </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>
+    </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>
+    </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>
+    </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>
+    </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>
+    </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>
+    </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>
+    </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>
+    </url>
+    <url>
+        <loc>https://libcloud.apache.org/blog/2013/12/31/welcome-to-the-new-website.html</loc>
+        <lastmod>2013-12-31T02:38:24+01:00</lastmod>
+    </url>
+    <url>
+        <loc>https://libcloud.apache.org/community-resources.html</loc>
+        <lastmod>2013-12-29T20:34:47+01:00</lastmod>
+    </url>
+    <url>
+        <loc>https://libcloud.apache.org/blog/blog/</loc>
+        <lastmod>2013-12-31T02:38:24+01:00</lastmod>
+    </url>
+    <url>
+        <loc>https://libcloud.apache.org/community.html</loc>
+        <lastmod>2013-12-29T20:34:47+01:00</lastmod>
+    </url>
+    <url>
+        <loc>https://libcloud.apache.org/about.html</loc>
+        <lastmod>2013-12-29T20:34:47+01:00</lastmod>
+    </url>
+    <url>
+        <loc>https://libcloud.apache.org/gsoc.html</loc>
+        <lastmod>2013-12-29T20:34:47+01:00</lastmod>
+    </url>
+    <url>
+        <loc>https://libcloud.apache.org/credits.html</loc>
+        <lastmod>2013-12-29T20:34:47+01:00</lastmod>
+    </url>
+    <url>
+        <loc>https://libcloud.apache.org/downloads.html</loc>
+        <lastmod>2013-12-29T20:34:47+01:00</lastmod>
+    </url>
+    <url>
+        <loc>https://libcloud.apache.org/</loc>
+        <lastmod>2013-12-31T02:38:24+01:00</lastmod>
+    </url>
+    <url>
+        <loc>https://libcloud.apache.org/whois-using.html</loc>
+        <lastmod>2013-12-29T20:34:47+01:00</lastmod>
+    </url>
+    <url>
+        <loc>https://libcloud.apache.org/media.html</loc>
+        <lastmod>2013-12-29T20:34:47+01:00</lastmod>
+    </url>
+    <url>
+        <loc>https://libcloud.apache.org/security.html</loc>
+        <lastmod>2013-12-29T20:34:47+01:00</lastmod>
+    </url>
+    <url>
+        <loc>https://libcloud.apache.org/gsoc-2012.html</loc>
+        <lastmod>2013-12-29T20:34:47+01:00</lastmod>
+    </url>
+    <url>
+        <loc>https://libcloud.apache.org/getting-started.html</loc>
+        <lastmod>2013-12-29T20:34:47+01:00</lastmod>
+    </url>
+</urlset>
\ No newline at end of file

Added: libcloud/site/trunk/source/_site/whois-using.html
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/source/_site/whois-using.html?rev=1554351&view=auto
==============================================================================
--- libcloud/site/trunk/source/_site/whois-using.html (added)
+++ libcloud/site/trunk/source/_site/whois-using.html Tue Dec 31 02:10:00 2013
@@ -0,0 +1,302 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <meta name="robots" content="noindex">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+    
+      <meta name="description" content="See which companies, organizations and projects are using Libcloud and learn from their usage.">
+    
+
+    <meta name="author" content="The Apache Software Foundation">
+
+    
+      <meta name="keywords" content="python,libcloud,cloud,cloud computing,rackspace,amazon ec2,cloudfiles,openstack,cloudstack" />
+    
+
+    
+      <title>Who's Using Libcloud? | 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='http://fonts.googleapis.com/css?family=Open+Sans:400,400italic' rel='stylesheet' type='text/css'>
+    <link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
+
+    <!-- Facebook OpenGraph tags -->
+    <meta content="Apache Libcloud" property="og:site_name">
+    
+      <meta content="Who's Using Libcloud?" property="og:title">
+    
+
+    
+
+    
+      <meta content="See which companies, organizations and projects are using Libcloud and learn from their usage." property="og:description">
+    
+
+    
+      <meta content="website" property="og:type">
+    
+
+    
+      <meta content="https://libcloud.apache.org/whois-using.html" property="og:url">
+    
+    
+
+    
+
+    <link href='/assets/global-e4f3505795f6b1b834af1a38c26ff423.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>Who&#39;s Using Libcloud?</h1>
+
+<p>This page includes a non-exhaustive list of projects, companies and
+organizations which are using Libcloud.</p>
+
+<h2>Projects</h2>
+
+<p><strong>Name:</strong> mist.io<br>
+<strong>Website:</strong> <a href="https://github.com/mistio/mist.io">https://github.com/mistio/mist.io</a><br>
+<strong>Description:</strong> Mist.io is an open source software and a hosted service that
+helps you manage and monitor your servers across several cloud from any web
+device.  </p>
+
+<p><strong>Name:</strong> Dewpoint<br>
+<strong>Website:</strong> <a href="https://github.com/secondstory/dewpoint">https://github.com/secondstory/dewpoint</a><br>
+<strong>Description:</strong> A command line tool for cloud computing.  </p>
+
+<p><strong>Name:</strong> felicity<br>
+<strong>Website:</strong> <a href="https://github.com/mig5/felicity">https://github.com/mig5/felicity</a><br>
+<strong>Description:</strong> A Python script for performing backups to different clouds.  </p>
+
+<p><strong>Name:</strong> Frigg<br>
+<strong>Website:</strong> <a href="https://github.com/mig5/frigg">https://github.com/mig5/frigg</a><br>
+<strong>Description:</strong> Script for provisioning a server and installing
+<a href="http://aegirproject.org/">Aegir</a> on it.  </p>
+
+<p><strong>Name:</strong> fusefs-cloudstorage<br>
+<strong>Website:</strong> <a href="https://github.com/novel/fusefs-cloudstorage">https://github.com/novel/fusefs-cloudstorage</a><br>
+<strong>Description:</strong> FUSE-based filesystem for accessing cloud storage such as
+Rackspace CloudFiles and Amazon S3.</p>
+
+<p><strong>Name:</strong> Kraftwerk<br>
+<strong>Website:</strong> <a href="https://github.com/jokull/kraftwerk">https://github.com/jokull/kraftwerk</a><br>
+<strong>Description:</strong> Command line utility that enables easier deployment and commissioning of cloud servers.</p>
+
+<p><strong>Name:</strong> lc-tools<br>
+<strong>Website:</strong> <a href="http://novel.github.com/lc-tools/">http://novel.github.com/lc-tools/</a><br>
+<strong>Description:</strong> A set of command line tools for controlling various clouds.</p>
+
+<p><strong>Name:</strong> OOI Cyberinfrastructure<br>
+<strong>Website:</strong> <a href="http://ci.oceanobservatories.org/">http://ci.oceanobservatories.org/</a><br>
+<strong>Description:</strong> Interfacing with a wide variety of software packages and computational resource providers.  </p>
+
+<p><strong>Name:</strong> overmind<br>
+<strong>Website:</strong> <a href="https://github.com/tobami/overmind">https://github.com/tobami/overmind</a><br>
+<strong>Description:</strong> A complete server provisioning and configuration management application.  </p>
+
+<p><strong>Name:</strong> rackspace-monitoring<br>
+<strong>Website:</strong> <a href="https://github.com/racker/rackspace-monitoring">https://github.com/racker/rackspace-monitoring</a><br>
+<strong>Description:</strong> Library for Rackspace Cloud Monitoring API built on the libcloud framework.</p>
+
+<p><strong>Name:</strong> rocket<br>
+<strong>Website:</strong> <a href="https://github.com/ssimasanti/rockets">https://github.com/ssimasanti/rockets</a><br>
+<strong>Description:</strong> Cloud server management tool using fabric, libcloud and Django CLI.  </p>
+
+<p><strong>Name:</strong> Silver Lining<br>
+<strong>Website:</strong> <a href="http://cloudsilverlining.org/">http://cloudsilverlining.org/</a><br>
+<strong>Description:</strong> Application for painless and simple deployment of Python and
+PHP applications to the Ubuntu based cloud servers.  </p>
+
+<p><strong>Name:</strong> madelon<br>
+<strong>Website:</strong> <a href="https://github.com/mig5/madelon">https://github.com/mig5/madelon</a><br>
+<strong>Description:</strong> libcloud-api wrapper to provision a server &amp; run puppet
+manifests on it.<br>
+<strong>Source code:</strong> <a href="https://github.com/mig5/madelon">https://github.com/mig5/madelon</a>  </p>
+
+<p><strong>Name:</strong> CeleryManagement<br>
+<strong>Website:</strong> <a href="http://bmbouter.github.com/CeleryManagement/">http://bmbouter.github.com/CeleryManagement/</a><br>
+<strong>Description:</strong> Allows users to manage and in dynamic mode automatically
+provision celery works on the cloud.<br>
+<strong>Source code:</strong> <a href="https://github.com/bmbouter/CeleryManagement">https://github.com/bmbouter/CeleryManagement</a></p>
+
+<p><strong>Name:</strong> provision<br>
+<strong>Website:</strong> <a href="https://github.com/genforma/provision">https://github.com/genforma/provision</a><br>
+<strong>Description:</strong> Provision enables users to deploy customized nodes, either via
+shell commands, or as a Python library.<br>
+<strong>Source code:</strong> <a href="https://github.com/genforma/provision">https://github.com/genforma/provision</a></p>
+
+<p><strong>Name:</strong> Salt Cloud<br>
+<strong>Website:</strong> <a href="http://saltstack.org">http://saltstack.org</a><br>
+<strong>Description:</strong> Salt Cloud is a cloud provisioning system that makes extensive
+use of libcloud to  provision and manage cloud vms. It is primarily used to
+automate the setup of cloud vms and make them check back into Salt.<br>
+<strong>Source code:</strong> <a href="https://github.com/saltstack/salt-cloud">https://github.com/saltstack/salt-cloud</a></p>
+
+<p><strong>Name:</strong> File Syncer<br>
+<strong>Website:</strong> <a href="https://file-syncer.readthedocs.org/en/latest/">https://file-syncer.readthedocs.org/en/latest/</a><br>
+<strong>Description:</strong> Python program which synchronizes files from a local directory
+to one of the cloud object storage providers supported by Libcloud and
+vice-versa.<br>
+<strong>Source code:</strong> <a href="https://github.com/Kami/python-file-syncer/">https://github.com/Kami/python-file-syncer/</a></p>
+
+<p><strong>Name:</strong> depot<br>
+<strong>Website:</strong> <a href="https://github.com/coderanger/depot">https://github.com/coderanger/depot</a><br>
+<strong>Description:</strong> Allows you to manage package repositories in the cloud.<br>
+<strong>Source code:</strong> <a href="https://github.com/coderanger/depot">https://github.com/coderanger/depot</a></p>
+
+<p><strong>Name:</strong> wonton<br>
+<strong>Website:</strong> <a href="https://github.com/rackerlabs/wonton">https://github.com/rackerlabs/wonton</a><br>
+<strong>Description:</strong> Gevent-based, multithreaded tool for bulk transferring objects
+from Amazon S3 to Rackspace Cloud Files or vice versa.<br>
+<strong>Source code:</strong> <a href="https://github.com/rackerlabs/wonton">https://github.com/rackerlabs/wonton</a></p>
+
+<p><strong>Name:</strong> fabric-maestro<br>
+<strong>Website:</strong> <a href="https://github.com/ehazlett/fabric-maestro">https://github.com/ehazlett/fabric-maestro</a><br>
+<strong>Description:</strong> Maestro is a Fabric based toolkit for managing systems. There
+is also integration with cloud providers via Apache Libcloud.<br>
+<strong>Source code:</strong> <a href="https://github.com/ehazlett/fabric-maestro">https://github.com/ehazlett/fabric-maestro</a></p>
+
+<p><strong>Name:</strong> Nimrod Toolkit<br>
+<strong>Website:</strong> <a href="http://www.messagelab.monash.edu.au/Nimrod">http://www.messagelab.monash.edu.au/Nimrod</a><br>
+<strong>Description:</strong> A toolkit for scheduling and distributing embarrassingly
+parallel parameter driven sweeps across heterogeneous compute resources.</p>
+
+<h2>Companies and Organizations</h2>
+
+<p><strong>Name:</strong> Rackspace<br>
+<strong>Website:</strong> <a href="http://www.rackspace.com/">http://www.rackspace.com/</a></p>
+
+<p><strong>Name:</strong> SixSq<br>
+<strong>Website:</strong> <a href="http://sixsq.com/">http://sixsq.com/</a></p>
+
+<p><strong>Name:</strong> CloudControl<br>
+<strong>Website:</strong> <a href="https://www.cloudcontrol.com/">https://www.cloudcontrol.com/</a></p>
+
+<p><strong>Name:</strong> mist.io<br>
+<strong>Website:</strong> <a href="https://mist.io">https://mist.io</a>  </p>
+
+<p><strong>Name:</strong> Cloudkick<br>
+<strong>Website:</strong> <a href="https://www.cloudkick.com">https://www.cloudkick.com</a><br>
+<strong>Reference:</strong> <a href="https://www.cloudkick.com/blog/2009/jul/23/libcloud-announced/">Announcing libcloud</a></p>
+
+<p><strong>Name:</strong> GlobalRoute<br>
+<strong>Website:</strong> <a href="http://globalroute.net">http://globalroute.net/</a></p>
+
+<p><strong>Name:</strong> Server Density<br>
+<strong>Website:</strong> <a href="http://www.serverdensity.com/">http://www.serverdensity.com/</a><br>
+<strong>Reference:</strong> <a href="http://blog.boxedice.com/2010/03/04/using-vcloud-and-amazon-cloudwatch-with-libcloud/">Using vCloud and Amazon CloudWatch with libcloud</a></p>
+
+<p><strong>Name:</strong> CollabNet<br>
+<strong>Website:</strong> <a href="http://www.collab.net/">http://www.collab.net/</a><br>
+<strong>Reference:</strong> <a href="http://www.itnewsonline.com/showprnstory.php?storyid=215128">CollabNet Automates Build, Test And DevOps In The Cloud With New Version Of CollabNet Lab Management</a></p>
+
+<p><strong>Name:</strong> Salt Stack<br>
+<strong>Website:</strong> <a href="http://saltstack.com/">http://saltstack.com/</a>  </p>
+
+<p><strong>Name:</strong> Monash eScience and Grid Engineering Laboratory<br>
+<strong>Website:</strong> <a href="http://www.messagelab.monash.edu.au">http://www.messagelab.monash.edu.au</a>  </p>
+
+<p><strong>Name:</strong> Scalr<br>
+<strong>Website:</strong> <a href="http://www.scalr.com/">http://www.scalr.com/</a></p>
+
+<p><strong>Name:</strong> DivvyCloud<br>
+<strong>Website:</strong> <a href="http://www.divvycloud.com/">http://www.divvycloud.com/</a></p>
+
+<h2>Not Listed?</h2>
+
+<p>If you or someone you know is using Libcloud, but is not listed on this page,
+please <a href="https://libcloud.readthedocs.org/en/latest/developer_information.html#mailing-lists">let us know</a>.</p>
+
+  </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-2013 <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-f231c5aa42368234e7b37273ecf12e55.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/source/about.md
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/source/about.md?rev=1554351&view=auto
==============================================================================
--- libcloud/site/trunk/source/about.md (added)
+++ libcloud/site/trunk/source/about.md Tue Dec 31 02:10:00 2013
@@ -0,0 +1,125 @@
+---
+layout: page_with_sidebar
+title: About
+description: Libcloud is a Python library for interacting with many of the popular cloud service providers using a uniform API
+---
+
+<a name="about" id="about"><h1 class="anchor">About</h1></a>
+
+Libcloud is a Python library for interacting with many of the popular cloud
+service providers using a uniform API. It was created to make it easy for
+developers to build products that work between any of the services that it
+supports.
+
+Resource you can manage with Libcloud are divided in the following categories:
+
+* Cloud Servers and Block Storage - services such as Amazon EC2 and Rackspace
+  CloudServers
+* Cloud Object Storage and CDN - services such as Amazon S3 and Rackspace
+  CloudFiles
+* Load Balancers as a Service - services such as Amazon Elastic Load Balancer
+  and GoGrid LoadBalancers
+* DNS as a Service - services such as Amazon Route 53 and Zerigo
+
+For more information about the features and supported providers, please refer
+to the [documentation][9].
+
+<a name="history" id="history"><h2 class="anchor">History</h2></a>
+
+Libcloud was originally developed and open-source in 2009 by folks at
+[Cloudkick][4]. It was developed to solve a problem of talking to multiple
+different cloud provider APIs.
+
+Later that year, the project joined Apache Incubator and in May of 2011,
+the project graduated from the incubator to a top level project.
+
+For a full timeline of the events and other important dates, please see the
+"Important Milestones and Dates" section bellow.
+
+<a name="supported-python-versions" id="supported-python-versions"><h2 class="anchor">Supported Python Versions</h2></a>
+
+Libcloud supports the following Python version:
+
+* Python 2.5,
+* Python 2.6,
+* Python 2.7,
+* PyPy,
+* Python 3 (since 0.7.1)
+
+Support for Python 2.4 has been dropped in **Libcloud 0.4.0**.
+
+<a name="release-schedule" id="release-schedule"><h2 class="anchor">Release Schedule</h2></a>
+
+We don't follow a regular releases schedule as you might know it from other
+projects such as Ubuntu.
+
+Here are the guidelines we follow when scheduling and preparing a release:
+
+1. Normal (stable) release - We prepare and get the release out as soon as
+enough changes accumulate in trunk.
+2. Bug fix release - It depends on the severity of a bug and how many users
+it affects. If it affects a lot of users or a big chunk of the code we try
+to prepare and get the release out as soon as possible.
+3. Security fix release - We prepare and get the release out as soon as
+possible.
+
+<a name="similar-libs-other-langs" id="similar-libs-other-langs"><h2 class="anchor">Similar Libraries in Other Languages</h2></a>
+
+As noted above, Libcloud is a Python library.
+
+If you are looking for a similar library for a different language, you should
+have a look at some of the libraries listed bellow:
+
+* [Apache Jclouds][10] - Java
+* [Apache Deltacloud][13] - Ruby, HTTP
+* [Fog][11] - Ruby
+* [pkgcloud][12] - Node.js
+
+If you feel adventures, you should also have a look at [Libcloud REST][20], a
+[Google Summer of Code 2012][21] project which exposes most of the Libcloud
+functionality over HTTP.
+
+<a name="important-milestones-and-dates" id="important-milestones-and-dates"><h2 class="anchor">Important Milestones and Dates</h2></a>
+
+* Summer 2009 - Libcloud development starts at Cloudkick
+* July 23, 2009 - [First open-source version of Libcloud is released by folks
+at Cloudkick][16]
+* November 11th, 2009 - [Project enters Apache Incubator][2]
+* March 22nd, 2011 - [Website has been ported to Apache CMS][15]
+* February 2nd, 2010 - First Apache release (0.2.0) is out
+* May 10th, 2011 - [Community voting for graduation to a Top Level Project has started][17]
+* May 19th, 2011 - [Project graduates to a top level project][3]
+* May 19th, 2011 - [Project gets a chair - Tomaz Muraus][3]
+* May 25, 2011 - [Libcloud 0.5.0 which moves away from compute only and includes
+  support for object storage and load balancer API is released][5]
+* November 5th, 2011 - [Libcloud 0.6.0 which includes support for a new DNS
+  API is released][6]
+* April 2012 - Libcloud participates in GSoC 2012. Student Ilgiz Islamgulov
+  works on "Libcloud REST interface" project.
+* August 30th, 2012 - [Libcloud REST GSoC 2012 project has been successfully
+  completed][18]
+* June 12th, 2011 - [Code repository has moved from SVN to git][19]
+* July 2013 - Work has started on a new and improved documentation which is
+  now hosted on ReadTheDocs
+
+[1]: {{ page.url }}
+[2]: http://incubator.apache.org/projects/libcloud.html
+[3]: https://blogs.apache.org/foundation/entry/the_apache_software_foundation_announces12
+[4]: http://en.wikipedia.org/wiki/Cloudkick
+[5]: http://mail-archives.apache.org/mod_mbox/libcloud-dev/201105.mbox/%3CBANLkTi%3DLqBidHLHUwAJSAWSzd-qSpad%2BdA%40mail.gmail.com%3E
+[6]: http://mail-archives.apache.org/mod_mbox/libcloud-dev/201111.mbox/%3CCAJMHEmKkRPVeLjJ%2BCeTFU0wrW2QbyOz2bd3HVLi3Ydw283oDKQ%40mail.gmail.com%3E
+[7]: http://www.google-melange.com/gsoc/projects/list/google/gsoc2012
+[8]: https://issues.apache.org/jira/browse/LIBCLOUD-159
+[9]: https://libcloud.readthedocs.org/en/latest/
+[10]: http://jclouds.apache.org/
+[11]: http://fog.io/
+[12]: https://github.com/nodejitsu/pkgcloud
+[13]: http://deltacloud.apache.org/
+[14]: http://mail-archives.us.apache.org/mod_mbox/www-announce/201005.mbox/%3CAANLkTilX0aWMhmdZWm-vCF3XjNaOQHrv7MWuj0ogNhRf@mail.gmail.com%3E
+[15]: http://mail-archives.apache.org/mod_mbox/incubator-libcloud/201103.mbox/%3CAANLkTi=aYQQfcZRJW0yz4Fhm8WeHSzDFbGM5tdsOz4sd@mail.gmail.com%3E
+[16]: http://web.archive.org/web/20120517182502/https://www.cloudkick.com/blog/2009/jul/23/libcloud-announced/
+[17]: http://mail-archives.apache.org/mod_mbox/incubator-libcloud/201105.mbox/%3CBANLkTimouwpSUkw-BVPV_KnpbfFgU6yqeQ@mail.gmail.com%3E
+[18]: http://google-opensource.blogspot.com/2012/08/8th-year-of-google-summer-of-code-draws.html
+[19]: http://mail-archives.apache.org/mod_mbox/libcloud-dev/201306.mbox/%3CCAJMHEmLUxAri0Pkw8-sHHb5tF2tH-qxjU7GC1zwVaNbFT%3DrUMg%40mail.gmail.com%3EZ
+[20]: https://github.com/islamgulov/libcloud.rest
+[21]: /gsoc-2012.html

Added: libcloud/site/trunk/source/assets/fonts/glyphicons-halflings-regular.eot
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/source/assets/fonts/glyphicons-halflings-regular.eot?rev=1554351&view=auto
==============================================================================
Binary file - no diff available.

Propchange: libcloud/site/trunk/source/assets/fonts/glyphicons-halflings-regular.eot
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream