You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2011/11/09 14:43:45 UTC

svn commit: r1199753 - /libcloud/site/trunk/content/index.mdtext

Author: tomaz
Date: Wed Nov  9 13:43:45 2011
New Revision: 1199753

URL: http://svn.apache.org/viewvc?rev=1199753&view=rev
Log:
CMS commit to libcloud by tomaz

Modified:
    libcloud/site/trunk/content/index.mdtext

Modified: libcloud/site/trunk/content/index.mdtext
URL: http://svn.apache.org/viewvc/libcloud/site/trunk/content/index.mdtext?rev=1199753&r1=1199752&r2=1199753&view=diff
==============================================================================
--- libcloud/site/trunk/content/index.mdtext (original)
+++ libcloud/site/trunk/content/index.mdtext Wed Nov  9 13:43:45 2011
@@ -4,14 +4,15 @@ title: Apache Libcloud is a standard Pyt
 
 Apache Libcloud is a standard Python library that abstracts away differences among multiple cloud provider APIs. 
 
-The current version allows users to manage three different cloud resources:
+The current version allows users to manage four different cloud resources:
 
 * Cloud Servers - services such as Amazon EC2 and Rackspace CloudServers (**libcloud.compute.\***)
 * Cloud Storage - services such as Amazon S3 and Rackspace CloudFiles (**libcloud.storage.\***)
 * Load Balancers as a Service, LBaaS (**libcloud.loadbalancer.\***)
+* DNS as A Service, DNSaaS (**libcloud.dns.\***)
 
 <a href="supported_providers.html"><img src="images/providers.png" style="display: block; margin: 0 auto;"/></a>
 
-Compute part of the library is the oldest one and it currently supports more than **24** different providers.
+Compute part of the library is the oldest one and it currently supports more than **26** different providers.
 
 For a full list of the supported providers functionality, please see the [Supported Providers](supported_providers.html) page.