From 9b2ee07ee310b507a17ba363ee63bb074459cb4a Mon Sep 17 00:00:00 2001 From: John Dickinson Date: Mon, 1 Jul 2013 13:40:37 -0700 Subject: [PATCH] small cleanup to associated projects page Change-Id: I5d6d6d6c32b6573474288897f6fa174b6f150183 --- doc/source/associated_projects.rst | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/doc/source/associated_projects.rst b/doc/source/associated_projects.rst index 10e01fbc4e..f5bf9a5118 100644 --- a/doc/source/associated_projects.rst +++ b/doc/source/associated_projects.rst @@ -11,17 +11,15 @@ Application Bindings * `Python-SwiftClient `_ -* Made for Cloud Files, but mostly work with Swift too: +* Unofficial libraries and bindings: - * `CSharp-CloudFiles `_ - * `Java-CloudFiles `_ - * `PHP-CloudFiles `_ - * `Python-CloudFiles `_ - * `Ruby-CloudFiles `_ - -* `RSwift `_ - Unofficial R API bindings. - -* `Go language bindings `_ + * `PHP-opencloud `_ - Official Rackspace PHP bindings that should work for other Swift deployments too. + * `PyRAX `_ - Official Rackspace Python bindings for CloudFiles that should work for other Swift deployments too. + * `openstack.net `_ - Official Rackspace .NET bindings that should work for other Swift deployments too. + * `RSwift `_ - R API bindings. + * `Go language bindings `_ + * `supload `_ - Bash script to upload file to cloud storage based on OpenStack Swift API. + * `SwiftBox `_ - C# library using RestSharp Authentication --------------