Updated Branches: refs/heads/trunk 5f687665a -> c4c9fdd61
Add more information to the readme and rename a file to README.rst. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/45fb9af0 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/45fb9af0 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/45fb9af0 Branch: refs/heads/trunk Commit: 45fb9af0039a58ba2e3c66969b75594fca1af5ed Parents: 5f68766 Author: Tomaz Muraus <[email protected]> Authored: Sun Dec 8 17:11:03 2013 +0100 Committer: Tomaz Muraus <[email protected]> Committed: Sun Dec 8 17:13:29 2013 +0100 ---------------------------------------------------------------------- README | 27 --------------------------- README.rst | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+), 27 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/45fb9af0/README ---------------------------------------------------------------------- diff --git a/README b/README deleted file mode 100644 index e32ba3c..0000000 --- a/README +++ /dev/null @@ -1,27 +0,0 @@ -Apache Libcloud - a unified interface into the cloud -==================================================== - -Apache Libcloud is a Python library which hides differences between different -cloud provider APIs and allows you to manage different cloud resources -through a unified and easy to use API. - -Resource you can manage with Libcloud are divided in the following categories: - -* 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.*) - -Apache libcloud is an Apache project, see <http://libcloud.apache.org> for -more information. - -For API documentation and examples, see: -<http://libcloud.apache.org/getting-started.html> - -Feedback -======== - -Please send feedback to the mailing list at <[email protected]>, -or the JIRA at <https://issues.apache.org/jira/browse/LIBCLOUD>. http://git-wip-us.apache.org/repos/asf/libcloud/blob/45fb9af0/README.rst ---------------------------------------------------------------------- diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..e8dd7b3 --- /dev/null +++ b/README.rst @@ -0,0 +1,36 @@ +Apache Libcloud - a unified interface into the cloud +==================================================== + +Apache Libcloud is a Python library which hides differences between different +cloud provider APIs and allows you to manage different cloud resources +through a unified and easy to use API. + +Resource you can manage with Libcloud are divided in the following categories: + +* Cloud Servers and Block Storage - services such as Amazon EC2 and Rackspace + Cloud Servers (``libcloud.compute.*``) +* Cloud Object Storage and CDN - 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.*``) + +Apache Libcloud is an Apache project, see <http://libcloud.apache.org> for +more information. + +Documentation +============= + +Documentation can be found at https://libcloud.readthedocs.org. + +Feedback +======== + +Please send feedback to the mailing list at <[email protected]>, +or the JIRA at <https://issues.apache.org/jira/browse/LIBCLOUD>. + +Contributing +============ + +For information on how to contribute, please see the Contributing +chapter in our documentation +<https://libcloud.readthedocs.org/en/latest/development.html#contributing>
