You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@age.apache.org by ey...@apache.org on 2021/10/24 07:53:30 UTC

[incubator-age-website] branch asf-site updated: Adding CheckSum and signature to downloads

This is an automated email from the ASF dual-hosted git repository.

eya pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-age-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 27a75e0  Adding CheckSum and signature to downloads
27a75e0 is described below

commit 27a75e0d267a0205378982254650e94b92d8f28e
Author: eyab <ba...@gmail.com>
AuthorDate: Sun Oct 24 00:45:13 2021 -0700

    Adding CheckSum and signature to downloads
---
 .DS_Store  | Bin 0 -> 6148 bytes
 index.html |  63 +++++++++++++++++++++++++++++++++++++++++++++++++++++++------
 2 files changed, 57 insertions(+), 6 deletions(-)

diff --git a/.DS_Store b/.DS_Store
new file mode 100644
index 0000000..5008ddf
Binary files /dev/null and b/.DS_Store differ
diff --git a/index.html b/index.html
index 08559c1..2dcbe3a 100644
--- a/index.html
+++ b/index.html
@@ -51,12 +51,7 @@
 
        <p class="sidebar--section">
           <span class="emph">DOWNLOAD</span> <br />
-          <a class="sidebar-link external-link" target="_blank" href="https://archive.apache.org/dist/incubator/age/0.5.0.rc0/apache-age-0.5.0-incubating-src.tar.gz">Download Apache AGE 0.5.0</a>
-          <br/>
-          <a class="sidebar-link external-link" target="_blank" href="https://archive.apache.org/dist/incubator/age/0.4.0.rc0/apache-age-0.4.0-incubating-src.tar.gz">Download Apache AGE 0.4.0</a>
-          <br/>
-          <a class="sidebar-link external-link" target="_blank" href="https://archive.apache.org/dist/incubator/age/0.3.0.rc0/apache-age-0.3.0-incubating.tar.gz ">Download Apache AGE 0.3.0</a>
-          <br/>
+           <span id="sidebar-versions" class="sidebar-item"> <a class="sidebar-link" href="#" onclick="handleClick(this)">Versions</a></span> <br />
         </p>
 
 
@@ -910,6 +905,62 @@ make html
           </div>
         </div>
 
+
+        <!--
+          *
+          * DOWNLOAD
+          *
+        -->
+
+ <div class="main-item" id="main-versions">
+          <div class="heading"><h1>Apache AGE Versions</h1></div>
+          <div class="main-body">
+            <div class="heading center"><h2></h2></div>
+            <table class="center">
+              <thead>
+                <tr><th scope="col">Version</th><th scope="col">CheckSum & Signature</th></tr>
+              </thead>
+              <tbody>
+                <tr>
+                  <td><a class="sidebar-link external-link" target="_blank" href="https://archive.apache.org/dist/incubator/age/0.5.0.rc0/apache-age-0.5.0-incubating-src.tar.gz">Download Apache AGE 0.5.0</a></td> 
+                 <td><a class="sidebar-link external-link" target="_blank" href="https://downloads.apache.org/incubator/age/0.5.0.rc0/apache-age-0.5.0-incubating-src.tar.gz.sha512">CheckSum</a> & <a class="sidebar-link external-link" target="_blank" href="https://downloads.apache.org/incubator/age/0.5.0.rc0/apache-age-0.5.0-incubating-src.tar.gz.asc">Signature</a>
+                  </td>
+                </tr>
+
+                <tr>
+                  <td><a class="sidebar-link external-link" target="_blank" href="https://archive.apache.org/dist/incubator/age/0.4.0.rc0/apache-age-0.4.0-incubating-src.tar.gz">Download Apache AGE 0.4.0</a> 
+                   </td>  
+                  <td><a class="sidebar-link external-link" target="_blank" href="https://downloads.apache.org/incubator/age/0.4.0.rc0/apache-age-0.4.0-incubating-src.tar.gz.sha512">CheckSum</a> & <a class="sidebar-link external-link" target="_blank" href="https://downloads.apache.org/incubator/age/0.4.0.rc0/apache-age-0.4.0-incubating-src.tar.gz.asc">Signature</a>
+                  </td>
+               </tr>
+
+
+                <tr>
+                  <td><a class="sidebar-link external-link" target="_blank" href="https://archive.apache.org/dist/incubator/age/0.3.0.rc0/apache-age-0.3.0-incubating.tar.gz ">Download Apache AGE 0.3.0</a>
+                  </td>  
+                  <td><a class="sidebar-link external-link" target="_blank" href="https://downloads.apache.org/incubator/age/0.3.0.rc0/apache-age-0.3.0-incubating.tar.gz.sha512">CheckSum</a> & <a class="sidebar-link external-link" target="_blank" href="https://downloads.apache.org/incubator/age/0.3.0.rc0/apache-age-0.3.0-incubating.tar.gz.asc
+                    ">Signature</a>
+                  </td>
+                </tr>
+
+              </tbody>
+            </table>
+          </div>
+        </div>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
         <!--
           *
           * COMMUNITY