You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltacloud.apache.org by lu...@apache.org on 2011/04/29 00:33:20 UTC

svn commit: r1097646 - in /incubator/deltacloud/trunk/site: content/download.mdown output/download.html

Author: lutter
Date: Thu Apr 28 22:33:20 2011
New Revision: 1097646

URL: http://svn.apache.org/viewvc?rev=1097646&view=rev
Log:
site (download): link to official Apache download directory

Modified:
    incubator/deltacloud/trunk/site/content/download.mdown
    incubator/deltacloud/trunk/site/output/download.html

Modified: incubator/deltacloud/trunk/site/content/download.mdown
URL: http://svn.apache.org/viewvc/incubator/deltacloud/trunk/site/content/download.mdown?rev=1097646&r1=1097645&r2=1097646&view=diff
==============================================================================
--- incubator/deltacloud/trunk/site/content/download.mdown (original)
+++ incubator/deltacloud/trunk/site/content/download.mdown Thu Apr 28 22:33:20 2011
@@ -3,15 +3,20 @@ title: Deltacloud - Download
 extension: html
 filter: markdown
 ---
+
 Download
 ========
+
+Official releases can be downloaded from the
+[Apache website](http://www.apache.org/dist/incubator/deltacloud/)
+
 ### Deltacloud Core ###
 
 Deltacloud Core provides the API server and drivers necessary for connecting
 to the cloud providers.
 
-Presently, it is packaged as a Ruby gem. You can install it by typing the
-following command:
+We also make Ruby gems of each release available. You can install it by
+typing the following command:
 
     $ sudo gem install deltacloud-core
 

Modified: incubator/deltacloud/trunk/site/output/download.html
URL: http://svn.apache.org/viewvc/incubator/deltacloud/trunk/site/output/download.html?rev=1097646&r1=1097645&r2=1097646&view=diff
==============================================================================
--- incubator/deltacloud/trunk/site/output/download.html (original)
+++ incubator/deltacloud/trunk/site/output/download.html Thu Apr 28 22:33:20 2011
@@ -44,13 +44,16 @@
       <div class='container' id='content-deltacloud'>
         <h1>Download</h1>
         
+        <p>Official releases can be downloaded from the
+        <a href="http://www.apache.org/dist/incubator/deltacloud/">Apache website</a></p>
+        
         <h3>Deltacloud Core</h3>
         
         <p>Deltacloud Core provides the API server and drivers necessary for connecting
         to the cloud providers.</p>
         
-        <p>Presently, it is packaged as a Ruby gem. You can install it by typing the
-        following command:</p>
+        <p>We also make Ruby gems of each release available. You can install it by
+        typing the following command:</p>
         
         <pre><code>$ sudo gem install deltacloud-core&#x000A;</code></pre>