You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by ol...@apache.org on 2013/01/29 23:07:34 UTC

git commit: add download binaries links

Updated Branches:
  refs/heads/master 14dd1d193 -> c7f9c869d


add download binaries links


Project: http://git-wip-us.apache.org/repos/asf/incubator-helix/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-helix/commit/c7f9c869
Tree: http://git-wip-us.apache.org/repos/asf/incubator-helix/tree/c7f9c869
Diff: http://git-wip-us.apache.org/repos/asf/incubator-helix/diff/c7f9c869

Branch: refs/heads/master
Commit: c7f9c869ddf5b4a466c12d0a9562df9746447baf
Parents: 14dd1d1
Author: olivier lamy <ol...@apache.org>
Authored: Tue Jan 29 23:07:28 2013 +0100
Committer: olivier lamy <ol...@apache.org>
Committed: Tue Jan 29 23:07:28 2013 +0100

----------------------------------------------------------------------
 src/site/xdoc/download.xml.vm |   38 +++++++++++++++++++++++++++++++++--
 1 files changed, 35 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/c7f9c869/src/site/xdoc/download.xml.vm
----------------------------------------------------------------------
diff --git a/src/site/xdoc/download.xml.vm b/src/site/xdoc/download.xml.vm
index 7b366d1..ee024d8 100644
--- a/src/site/xdoc/download.xml.vm
+++ b/src/site/xdoc/download.xml.vm
@@ -43,7 +43,9 @@ under the License.
       It is good practice to <a href="#Verifying_Releases">verify the integrity</a> of the distribution files.</p>
     </section>
 
-    <section name="Current Releases">
+    <section name="Current Release">
+      <p>Release date: ?</p>
+      <p><a href="releasenotes/release-${currentRelease}.html">Release notes</a></p>
       <a name="mirror"/>
       <subsection name="Mirror">
 
@@ -93,8 +95,6 @@ under the License.
 
       </subsection>
       <subsection name="${currentRelease} Sources">
-        <p>Release date: ?</p>
-        <p><a href="releasenotes/release-${currentRelease}.html">Release notes</a></p>
         <table>
           <thead>
             <tr>
@@ -116,6 +116,38 @@ under the License.
           </tbody>
         </table>
       </subsection>
+      <subsection name="${currentRelease} Binaries">
+        <table>
+          <thead>
+            <tr>
+              <th>Artifact</th>
+              <th>Signatures</th>
+            </tr>
+          </thead>
+          <tbody>
+            <tr>
+              <td>
+                <a href="[preferred]incubator/helix/${currentRelease}/binaries/helix-core-${currentRelease}-pkg.tar">helix-${currentRelease}-pkg.tar</a>
+              </td>
+              <td>
+                <a href="http://www.apache.org/dist/incubator/helix/${currentRelease}/binaries/helix-core-${currentRelease}-pkg.tar.asc">asc</a>
+                <a href="http://www.apache.org/dist/incubator/helix/${currentRelease}/binaries/helix-core-${currentRelease}-pkg.tar.md5">md5</a>
+                <a href="http://www.apache.org/dist/incubator/helix/${currentRelease}/binaries/helix-core-${currentRelease}-pkg.tar.sha1">sha1</a>
+              </td>
+            </tr>
+            <tr>
+              <td>
+                <a href="[preferred]incubator/helix/${currentRelease}/binaries/helix-admin-webapp-${currentRelease}-pkg.tar">helix-${currentRelease}-pkg.tar</a>
+              </td>
+              <td>
+                <a href="http://www.apache.org/dist/incubator/helix/${currentRelease}/binaries/helix-admin-webapp-${currentRelease}-pkg.tar.asc">asc</a>
+                <a href="http://www.apache.org/dist/incubator/helix/${currentRelease}/binaries/helix-admin-webapp-${currentRelease}-pkg.tar.md5">md5</a>
+                <a href="http://www.apache.org/dist/incubator/helix/${currentRelease}/binaries/helix-admin-webapp-${currentRelease}-pkg.tar.sha1">sha1</a>
+              </td>
+            </tr>
+          </tbody>
+        </table>
+      </subsection>
     </section>
 
 <!--    <section name="Older Releases">