From 39b270b51d35a56d6ecd2c9405e27042b930c03f Mon Sep 17 00:00:00 2001
From: Monty Taylor
Date: Sat, 23 Sep 2017 09:33:13 -0500
Subject: [PATCH] Add gophercloud to the list of SDKs
Also, Split SDK list into openstack and multi-cloud: OpenStack specific
SDKs and multi-cloud abstraction SDKs are different beasts. Let's group
them for clarity. Also, reindented because tracking div opens and closes
was confusing since some of the divs didn't indent.
Change-Id: I2df85822ede469589e9a56ca3772828e576e549c
---
www/templates/sdk_list.tmpl | 1144 +++++++++++++++++++----------------
1 file changed, 618 insertions(+), 526 deletions(-)
diff --git a/www/templates/sdk_list.tmpl b/www/templates/sdk_list.tmpl
index 419f5e639..a215f837f 100644
--- a/www/templates/sdk_list.tmpl
+++ b/www/templates/sdk_list.tmpl
@@ -9,9 +9,19 @@
you can use the APIs or one of the other known SDKs.
-
+
+
OpenStack Specific SDKs
+
+
+ SDKs that specifically target OpenStack. These will give the
+ deepest support for using OpenStack specific features, but won't
+ help write applications that work on both OpenStack as well as
+ other clouds.
+
+
+
-
+
-
- Python
-
-
+
+ Python
+
+
-
-
-
-
-
-
-
-
-
+
+
Multi-cloud SDKs
+
+
+ SDKs that provide a multi-cloud abstraction layer and include
+ support for OpenStack. These SDKs are excellent for writing
+ applications that need to consume more than one type of cloud
+ provider, but may expose a more limited set of features.
+
+
+
+
+
+
+
+
+
+
+
+
+
+