Author: tomaz
Date: Sat May 14 18:07:20 2016
New Revision: 1743843
URL: http://svn.apache.org/viewvc?rev=1743843&view=rev
Log:
Add links to the backup and container API to the homepage.
Modified:
libcloud/site/trunk/source/index.html
Modified: libcloud/site/trunk/source/index.html
URL:
http://svn.apache.org/viewvc/libcloud/site/trunk/source/index.html?rev=1743843&r1=1743842&r2=1743843&view=diff
==============================================================================
--- libcloud/site/trunk/source/index.html (original)
+++ libcloud/site/trunk/source/index.html Sat May 14 18:07:20 2016
@@ -94,11 +94,13 @@ javascript_files:
<li>Use the same API to talk to many different providers</li>
<li>More than <a
href="https://libcloud.readthedocs.org/en/latest/supported_providers.html">
30 supported providers</a> total</li>
- <li>Four main APIs:
+ <li>Six main APIs:
<a
href="https://libcloud.readthedocs.org/en/latest/compute/index.html">Compute</a>,
<a
href="https://libcloud.readthedocs.org/en/latest/storage/index.html">Storage</a>,
<a
href="https://libcloud.readthedocs.org/en/latest/loadbalancer/index.html">Load
Balancers</a>,
- <a
href="https://libcloud.readthedocs.org/en/latest/dns/index.html">DNS</a></li>
+ <a
href="https://libcloud.readthedocs.org/en/latest/dns/index.html">DNS</a>,
+ <a
href="https://libcloud.readthedocs.org/en/latest/container/index.html">Container</a>,
+ <a
href="https://libcloud.readthedocs.org/en/latest/backup/index.html">Backup</a></li>
<li>Supports <a href="/about.html#supported-python-versions">Python
2.5, Python 2.6, Python 2.7, PyPy
and Python 3</a></li>
</ul>