Add libcloud to developer.openstack.org
Despite being the 2nd most popular SDK based on the user survey coming out next week, libcloud was not listed on developer.openstack.org This patch adds it, with appropriate resource links. Change-Id: I5b64b68bf22aedaf1f76b82539882a1755c92e2d
This commit is contained in:
parent
61b94863ba
commit
65f72231b3
168
www/index.html
168
www/index.html
@ -358,6 +358,96 @@
|
||||
</dl>
|
||||
</div>
|
||||
</div>
|
||||
<div class="span-24" id="python">
|
||||
<h3 class="lang-name">
|
||||
Python
|
||||
</h3>
|
||||
<div class="span-6 prepend-1">
|
||||
<p>
|
||||
<a class="roundedButton" href="https://libcloud.apache.org/">
|
||||
Get SDK Now
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
<div class="span-3">
|
||||
<dl>
|
||||
<dt>
|
||||
SDK
|
||||
</dt>
|
||||
<dd>
|
||||
<a href="https://libcloud.apache.org/">
|
||||
libcloud
|
||||
</a>
|
||||
</dd>
|
||||
</dl>
|
||||
</div>
|
||||
<div class="span-4 prepend-1">
|
||||
<dl>
|
||||
<dt>
|
||||
Docs and Resources
|
||||
</dt>
|
||||
<dd>
|
||||
<a class="link" href="https://libcloud.readthedocs.org/en/latest/compute/drivers/openstack.html" target="_top">
|
||||
Getting Started Guide
|
||||
</a>
|
||||
</dd>
|
||||
<dd>
|
||||
<a class="link" href="https://libcloud.readthedocs.org/en/latest/" target="_top">
|
||||
SDK Reference Manual
|
||||
</a>
|
||||
</dd>
|
||||
<dd>
|
||||
<a class="link" href="https://git-wip-us.apache.org/repos/asf?p=libcloud.git;a=blob;f=CHANGES.rst" target="_top">
|
||||
Release Notes
|
||||
</a>
|
||||
</dd>
|
||||
</dl>
|
||||
</div>
|
||||
<div class="span-6 prepend-1">
|
||||
<dl>
|
||||
<dt>
|
||||
Community Links
|
||||
</dt>
|
||||
<dd>
|
||||
<strong>
|
||||
Twitter:
|
||||
</strong>
|
||||
<a href="https://twitter.com/libcloud">
|
||||
@libcloud
|
||||
</a>
|
||||
</dd>
|
||||
<dd>
|
||||
<strong>
|
||||
IRC:
|
||||
</strong>
|
||||
<a href="irc://irc.freenode.net/libcloud">
|
||||
#libcloud
|
||||
</a>
|
||||
on freenode
|
||||
</dd>
|
||||
<dd>
|
||||
<strong>
|
||||
Mailing List:
|
||||
</strong>
|
||||
<a href="https://libcloud.apache.org/community.html">
|
||||
Register
|
||||
</a>
|
||||
|
|
||||
<a href="https://issues.apache.org/jira/browse/LIBCLOUD">
|
||||
Archive
|
||||
</a>
|
||||
</dd>
|
||||
<dd>
|
||||
<strong>
|
||||
Report Issues:
|
||||
</strong>
|
||||
<a href="https://issues.apache.org/jira/browse/LIBCLOUD">
|
||||
Issue Tracker
|
||||
</a>
|
||||
</dd>
|
||||
</dl>
|
||||
</div>
|
||||
</div>
|
||||
<div class="span-24" id="ruby">
|
||||
<h3 class="lang-name">
|
||||
Ruby
|
||||
@ -604,84 +694,6 @@
|
||||
</dl>
|
||||
</div>
|
||||
</div>
|
||||
<div class="span-24" id="python">
|
||||
<h3 class="lang-name">
|
||||
Python
|
||||
</h3>
|
||||
<div class="span-6 prepend-1">
|
||||
<p>
|
||||
Work In Progress
|
||||
</p>
|
||||
</div>
|
||||
<div class="span-3">
|
||||
<dl>
|
||||
<dt>
|
||||
SDK
|
||||
</dt>
|
||||
<dd>
|
||||
Python
|
||||
</dd>
|
||||
</dl>
|
||||
</div>
|
||||
<div class="span-4 prepend-1">
|
||||
<dl>
|
||||
<dt>
|
||||
Docs and Resources
|
||||
</dt>
|
||||
<dd>
|
||||
<a class="link" href="https://wiki.openstack.org/wiki/SDK-Development/PythonOpenStackSDK" target="_top">
|
||||
Wiki
|
||||
</a>
|
||||
</dd>
|
||||
<dd>
|
||||
<a class="link" href="https://github.com/stackforge/python-openstacksdk" target="_top">
|
||||
Source Code
|
||||
</a>
|
||||
</dd>
|
||||
<dd>
|
||||
<a class="link" href="https://blueprints.launchpad.net/unifiedsdk" target="_top">
|
||||
Blueprints
|
||||
</a>
|
||||
</dd>
|
||||
</dl>
|
||||
</div>
|
||||
<div class="span-6 prepend-1">
|
||||
<dl>
|
||||
<dt>
|
||||
Community Links
|
||||
</dt>
|
||||
<dd>
|
||||
<strong>
|
||||
IRC:
|
||||
</strong>
|
||||
<a href="irc://irc.freenode.net/openstack-sdks">
|
||||
#openstack-sdks
|
||||
</a>
|
||||
on freenode
|
||||
</dd>
|
||||
<dd>
|
||||
<strong>
|
||||
Mailing List:
|
||||
</strong>
|
||||
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev">
|
||||
Register
|
||||
</a>
|
||||
|
|
||||
<a href="http://lists.openstack.org/pipermail/openstack-dev/">
|
||||
Archive
|
||||
</a>
|
||||
</dd>
|
||||
<dd>
|
||||
<strong>
|
||||
Report Issues:
|
||||
</strong>
|
||||
<a href="https://bugs.launchpad.net/unifiedsdk">
|
||||
Issue Tracker
|
||||
</a>
|
||||
</dd>
|
||||
</dl>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="span-24" id="cli">
|
||||
<h2>
|
||||
|
Loading…
x
Reference in New Issue
Block a user