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/08 17:36:07 UTC

[1/3] git commit: Add more information to the readme and rename a file to README.rst.

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 <to...@apache.org>
Authored: Sun Dec 8 17:11:03 2013 +0100
Committer: Tomaz Muraus <to...@apache.org>
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 <de...@libcloud.apache.org>,
-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 <de...@libcloud.apache.org>,
+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>


[3/3] git commit: Update MANIFEST.in.

Posted by to...@apache.org.
Update MANIFEST.in.


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/c4c9fdd6
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/c4c9fdd6
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/c4c9fdd6

Branch: refs/heads/trunk
Commit: c4c9fdd6198e00c93145a51f6bd9604c4602a111
Parents: 1d63bd4
Author: Tomaz Muraus <to...@apache.org>
Authored: Sun Dec 8 17:15:35 2013 +0100
Committer: Tomaz Muraus <to...@apache.org>
Committed: Sun Dec 8 17:15:35 2013 +0100

----------------------------------------------------------------------
 MANIFEST.in | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/c4c9fdd6/MANIFEST.in
----------------------------------------------------------------------
diff --git a/MANIFEST.in b/MANIFEST.in
index 72c786d..e833ba6 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -4,8 +4,7 @@ include DISCLAIMER
 include example_*.py
 include CONTRIBUTORS
 include CHANGES
-include RELEASING
-include README
+include README.rst
 include tox.ini
 include libcloud/data/pricing.json
 prune libcloud/test/secrets.py


[2/3] git commit: Migrate CONTRIBUTING.md file to reST format.

Posted by to...@apache.org.
Migrate CONTRIBUTING.md file to reST format.


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/1d63bd45
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/1d63bd45
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/1d63bd45

Branch: refs/heads/trunk
Commit: 1d63bd4519470a920c82dd2822bc028612df7922
Parents: 45fb9af
Author: Tomaz Muraus <to...@apache.org>
Authored: Sun Dec 8 17:13:52 2013 +0100
Committer: Tomaz Muraus <to...@apache.org>
Committed: Sun Dec 8 17:13:52 2013 +0100

----------------------------------------------------------------------
 CONTRIBUTING.md  | 6 ------
 CONTRIBUTING.rst | 9 +++++++++
 2 files changed, 9 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/1d63bd45/CONTRIBUTING.md
----------------------------------------------------------------------
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
deleted file mode 100644
index 8318e38..0000000
--- a/CONTRIBUTING.md
+++ /dev/null
@@ -1,6 +0,0 @@
-# Contributing to Libcloud
-
-We welcome contributions of any kind (ideas, code, tests, documentation,
-examples, ...). For more information on how to contribute, please see
-guidelines in [our
-documentation](https://libcloud.readthedocs.org/en/latest/development.html#contributing)

http://git-wip-us.apache.org/repos/asf/libcloud/blob/1d63bd45/CONTRIBUTING.rst
----------------------------------------------------------------------
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
new file mode 100644
index 0000000..53aeb91
--- /dev/null
+++ b/CONTRIBUTING.rst
@@ -0,0 +1,9 @@
+Contributing to Libcloud
+========================
+
+We welcome contributions of any kind (ideas, code, tests, documentation,
+examples, ...).
+
+For more information on how to contribute, please see the "Contributing"
+chapter in our documentation
+<https://libcloud.readthedocs.org/en/latest/development.html#contributing>