mirror of https://github.com/apache/jclouds.git
Improve README blurb
Make first sentence more direct, correct grammar errors, and alphabetize providers.
This commit is contained in:
parent
bf06b51788
commit
cd1de16668
|
@ -1,7 +1,11 @@
|
|||
jclouds
|
||||
======
|
||||
jclouds is an open source library that helps you get started in the cloud and reuse your java and clojure development skills. Our api allows you freedom to use portable abstractions or cloud-specific features. We test support of 30 cloud providers and cloud software stacks, including Amazon, GoGrid, Ninefold, vCloud, OpenStack, and Azure.
|
||||
We offer several API abstractions as java and clojure libraries. The following are the most mature:
|
||||
jclouds allows provisioning and control of cloud resources, including blobstore
|
||||
and compute, from Java and Clojure. Our API gives allows developers to use
|
||||
both portable abstractions and cloud-specific features. We test support of 30
|
||||
cloud providers and cloud software stacks, including Amazon, Azure, GoGrid,
|
||||
Ninefold, OpenStack, and vCloud. jclouds is licensed under the Apache License,
|
||||
Version 2.0
|
||||
|
||||
Features
|
||||
--------
|
||||
|
|
12
README.txt
12
README.txt
|
@ -1,11 +1,11 @@
|
|||
Overview:
|
||||
|
||||
jclouds is an open source library that helps you get started in the cloud
|
||||
and reuse your java and clojure development skills. Our api allows you to
|
||||
freedom to use portable abstractions or cloud-specific features. We have
|
||||
two abstractions at the moment: compute and blobstore. compute helps you
|
||||
bootstrap machines in the cloud. blobstore helps you manage key-value
|
||||
data.
|
||||
jclouds allows provisioning and control of cloud resources, including blobstore
|
||||
and compute, from Java and Clojure. Our API gives allows developers to use
|
||||
both portable abstractions and cloud-specific features. We test support of 30
|
||||
cloud providers and cloud software stacks, including Amazon, Azure, GoGrid,
|
||||
Ninefold, OpenStack, and vCloud. jclouds is licensed under the Apache License,
|
||||
Version 2.0
|
||||
|
||||
our current version is 1.4.2
|
||||
our next maintenance version is 1.4.2-SNAPSHOT
|
||||
|
|
Loading…
Reference in New Issue