You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bu...@apache.org on 2013/10/02 19:06:37 UTC

svn commit: r880915 - in /websites/staging/cloudstack/trunk/content: ./ downloads.html

Author: buildbot
Date: Wed Oct  2 17:06:37 2013
New Revision: 880915

Log:
Staging update by buildbot for cloudstack

Modified:
    websites/staging/cloudstack/trunk/content/   (props changed)
    websites/staging/cloudstack/trunk/content/downloads.html

Propchange: websites/staging/cloudstack/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Oct  2 17:06:37 2013
@@ -1 +1 @@
-1528547
+1528562

Modified: websites/staging/cloudstack/trunk/content/downloads.html
==============================================================================
--- websites/staging/cloudstack/trunk/content/downloads.html (original)
+++ websites/staging/cloudstack/trunk/content/downloads.html Wed Oct  2 17:06:37 2013
@@ -204,7 +204,7 @@ Additionally, you can verify the MD5 or 
 
 <div class="page-header">
 
-<h1 id="indicators">Apache CloudStack CloudMonkey 5.0.0</h1>
+<h1 id="indicators">Apache CloudStack CloudMonkey</h1>
 
 </div>
 
@@ -212,10 +212,20 @@ Additionally, you can verify the MD5 or 
 
 </div>
 
-<p>The latest source code release of Apache CloudStack's CloudMonkey CLI tool can be downloaded from here:</p>
-<ul>
-<li><a href="http://www.apache.org/dyn/closer.cgi/cloudstack/releases/cloudmonkey-5.0.0/apache-cloudstack-cloudmonkey-5.0.0-src.tar.bz2">apache-cloudstack-cloudmonkey-5.0.0.src.tar.bz2</a> [ <a href="http://www.apache.org/dist/cloudstack/releases/cloudmonkey-5.0.0/apache-cloudstack-cloudmonkey-5.0.0-src.tar.bz2.asc">PGP</a> ][ <a href="http://www.apache.org/dist/cloudstack/releases/cloudmonkey-5.0.0/apache-cloudstack-cloudmonkey-5.0.0-src.tar.bz2.md5">MD5</a> ][ <a href="http://www.apache.org/dist/cloudstack/releases/cloudmonkey-5.0.0/apache-cloudstack-cloudmonkey-5.0.0-src.tar.bz2.sha">SHA512</a> ]</li>
-</ul>
+<p>Apache CloudStack's CloudMonkey tool is a CLI and shell environment designed for interacting with CloudStack-based clouds.</p>
+<p>CloudMonkey's most current release is 5.0.0.</p>
+<h4 id="source-release">Source Release</h4>
+<p>
+<a href="http://www.apache.org/dyn/closer.cgi/cloudstack/releases/cloudmonkey-5.0.0/apache-cloudstack-cloudmonkey-5.0.0-src.tar.bz2"><button type="button" class="btn btn-primary btn-lg">Get the 5.0.0 Source!</button></a>
+
+<a href="http://www.apache.org/dist/cloudstack/KEYS"><button type="button" class="btn btn-info btn-xs">KEYS</button></a>
+<a href="http://www.apache.org/dist/cloudstack/releases/cloudmonkey-5.0.0/apache-cloudstack-cloudmonkey-5.0.0-src.tar.bz2.asc"><button type="button" class="btn btn-info btn-xs">PGP</button></a>
+<a href="http://www.apache.org/dist/cloudstack/releases/cloudmonkey-5.0.0/apache-cloudstack-cloudmonkey-5.0.0-src.tar.bz2.md5"><button type="button" class="btn btn-info btn-xs">MD5</button></a>
+<a href="http://www.apache.org/dist/cloudstack/releases/cloudmonkey-5.0.0/apache-cloudstack-cloudmonkey-5.0.0-src.tar.bz2.sha"><button type="button" class="btn btn-info btn-xs">SHA</button></a>
+
+</p>
+
+<h4 id="pypi-package">PyPi Package</h4>
 <p>For installing the package from pypi, use:</p>
 <div class="codehilite"><pre>$ <span class="n">pip</span> <span class="n">install</span> <span class="n">cloudmonkey</span>
 </pre></div>