mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
update readme to better map to compute/storage naming
This commit is contained in:
parent
b3a25e8808
commit
f8768f9cd2
1 changed files with 7 additions and 7 deletions
14
README.rdoc
14
README.rdoc
|
@ -93,18 +93,18 @@ It will return an {excon}[http://github.com/geemus/excon] response, which has #h
|
|||
Play around and use the console to explore or check out the {getting started guide}[http://wiki.github.com/geemus/fog/getting-started-with-fog] for more details.
|
||||
|
||||
You should try out the (varying) support fog has for:
|
||||
* {AWS}[http://aws.amazon.com] [{EC2}[http://aws.amazon.com/ec2], {ELB}[http://aws.amazon.com/elasticloadbalancing], {S3}[http://aws.amazon.com/s3], {SimpleDB}[http://aws.amazon.com/simpledb]]
|
||||
* {Blue Box Group}[http://www.blueboxgrp.com] [{Blocks}[http://www.blueboxgrp.com/blocks]]
|
||||
* {AWS}[http://aws.amazon.com] [{Compute}[http://aws.amazon.com/ec2], {ELB}[http://aws.amazon.com/elasticloadbalancing], {Storage}[http://aws.amazon.com/s3], {SimpleDB}[http://aws.amazon.com/simpledb]]
|
||||
* {Blue Box Group}[http://www.blueboxgrp.com] [{Compute}[http://www.blueboxgrp.com/blocks]]
|
||||
* {Google}[http://www.google.com] [{Storage}[http://code.google.com/apis/storage]]
|
||||
* {Rackspace}[http://www.rackspace.com] [{Files}[http://www.rackspacecloud.com/cloud_hosting_products/files], {Servers}[http://www.rackspacecloud.com/cloud_hosting_products/servers]]
|
||||
* {Slicehost}[http://www.slicehost.com]
|
||||
* {Rackspace}[http://www.rackspace.com] [{Compute}[http://www.rackspacecloud.com/cloud_hosting_products/servers], {Storage}[http://www.rackspacecloud.com/cloud_hosting_products/files]]
|
||||
* {Slicehost}[http://www.slicehost.com] [{Compute}[http://www.slicehost.com]]
|
||||
* {Terremark}[http://www.terremark.com] [{vCloud Express}[http://vcloudexpress.terremark.com]]
|
||||
|
||||
There are also the basics of these providers (that could use your love):
|
||||
* {GoGrid}[http://www.gogrid.com]
|
||||
* {Linode}[http://www.linode.com]
|
||||
* {GoGrid}[http://www.gogrid.com] [{Compute}[http://www.gogrid.com]]
|
||||
* {Linode}[http://www.linode.com] [{Compute}[http://www.linode.com]]
|
||||
* Local [Files]
|
||||
* {New Servers}[http://www.newservers.com]
|
||||
* {New Servers}[http://www.newservers.com] [{Compute}[http://www.newservers.com]]
|
||||
|
||||
Enjoy, and let me know what I can do to continue improving fog!
|
||||
|
||||
|
|
Loading…
Reference in a new issue