Author: tomaz
Date: Wed Nov 9 13:44:39 2011
New Revision: 798373
Log:
Publishing merge to libcloud site by tomaz
Modified:
websites/production/libcloud/ (props changed)
websites/production/libcloud/content/index.html
Propchange: websites/production/libcloud/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Wed Nov 9 13:44:39 2011
@@ -1 +1 @@
-/websites/staging/libcloud/trunk:787380-798369
+/websites/staging/libcloud/trunk:787380-798371
Modified: websites/production/libcloud/content/index.html
==============================================================================
--- websites/production/libcloud/content/index.html (original)
+++ websites/production/libcloud/content/index.html Wed Nov 9 13:44:39 2011
@@ -118,14 +118,15 @@
<h2 id="apache_libcloud">Apache Libcloud</h2>
<p>Apache Libcloud is a standard Python library that abstracts away
differences among multiple cloud provider APIs. </p>
-<p>The current version allows users to manage three different cloud
resources:</p>
+<p>The current version allows users to manage four different cloud
resources:</p>
<ul>
<li>Cloud Servers - services such as Amazon EC2 and Rackspace CloudServers
(<strong>libcloud.compute.*</strong>)</li>
<li>Cloud Storage - services such as Amazon S3 and Rackspace CloudFiles
(<strong>libcloud.storage.*</strong>)</li>
<li>Load Balancers as a Service, LBaaS
(<strong>libcloud.loadbalancer.*</strong>)</li>
+<li>DNS as A Service, DNSaaS (<strong>libcloud.dns.*</strong>)</li>
</ul>
<p><a href="supported_providers.html"><img src="images/providers.png"
style="display: block; margin: 0 auto;"/></a></p>
-<p>Compute part of the library is the oldest one and it currently supports
more than <strong>24</strong> different providers.</p>
+<p>Compute part of the library is the oldest one and it currently supports
more than <strong>26</strong> different providers.</p>
<p>For a full list of the supported providers functionality, please see the <a
href="supported_providers.html">Supported Providers</a> page.</p>
</div>