You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sdap.apache.org by rk...@apache.org on 2023/01/18 21:27:52 UTC

[incubator-sdap-website] branch asf-site updated: [SDAP-431] Downloads page w/ links to v1.0.0 (#5)

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

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


The following commit(s) were added to refs/heads/asf-site by this push:
     new a829633  [SDAP-431] Downloads page w/ links to v1.0.0 (#5)
a829633 is described below

commit a8296330b0c491cd319053dc62cdcfbfa52b842d
Author: Riley Kuttruff <72...@users.noreply.github.com>
AuthorDate: Wed Jan 18 13:27:46 2023 -0800

    [SDAP-431] Downloads page w/ links to v1.0.0 (#5)
    
    * Downloads page w/ links to v1.0.0
    
    * Turned release table entries into a template for ease of updating
    
    Co-authored-by: rileykk <ri...@jpl.nasa.gov>
---
 source/_includes/header.html  |  4 +++-
 source/_includes/release.html | 44 +++++++++++++++++++++++++++++++++++++++++++
 source/css/style.css          | 42 +++++++++++++++++++++++++++++++++++++++++
 source/downloads.html         | 38 +++++++++++++++++++++++++++++++++++++
 4 files changed, 127 insertions(+), 1 deletion(-)

diff --git a/source/_includes/header.html b/source/_includes/header.html
index 5320133..a662abf 100644
--- a/source/_includes/header.html
+++ b/source/_includes/header.html
@@ -13,7 +13,8 @@
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.2.0/gh-fork-ribbon.min.css" />
     <!--[if lt IE 9]>
     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.2.0/gh-fork-ribbon.ie.min.css" />
-    <![endif]--> 
+    <![endif]-->
+
   </head>
   <body>
     <a class="github-fork-ribbon" href="https://github.com/apache?utf8=✓&q=incubator-sdap&type=&language=" title="Fork me on GitHub" target="_blank" >Fork me on GitHub</a> 
@@ -34,6 +35,7 @@
           <div class="navbar-right">
             <ul class="nav navbar-nav">
               <li><a href="{{ site.baseurl }}/docs">Docs</a></li>
+              <li><a href="{{ site.baseurl }}/downloads">Downloads</a></li>
               <li><a href="{{ site.baseurl }}/blog">Blog</a></li>
               <li><a href="{{ site.baseurl }}/team">Team &amp; Community</a></li>
               <li><a href="{{ site.baseurl }}/resources">Resources</a></li>
diff --git a/source/_includes/release.html b/source/_includes/release.html
new file mode 100644
index 0000000..3eeea8f
--- /dev/null
+++ b/source/_includes/release.html
@@ -0,0 +1,44 @@
+<tr>
+        <td rowspan="3">{{ include.date }}</td>
+        <td rowspan="3">v{{ include.version }}</td>
+        <td>Ingester</td>
+        <td>
+            <a href="https://www.apache.org/dyn/closer.lua/incubator/sdap/{{ include.version }}-incubating/apache-sdap-ingester-{{ include.version }}-incubating-src.tar.gz">
+                [source] apache-sdap-ingester-{{ include.version }}-incubating-src.tar.gz
+            </a>
+            <a href="https://www.apache.org/dyn/closer.lua/incubator/sdap/{{ include.version }}-incubating/apache-sdap-ingester-{{ include.version }}-incubating-src.tar.gz.asc">
+                [signature] apache-sdap-ingester-{{ include.version }}-incubating-src.tar.gz
+            </a>
+            <a href="https://www.apache.org/dyn/closer.lua/incubator/sdap/{{ include.version }}-incubating/apache-sdap-ingester-{{ include.version }}-incubating-src.tar.gz.sha512">
+                [checksum] apache-sdap-ingester-{{ include.version }}-incubating-src.tar.gz
+            </a>
+        </td>
+    </tr>
+    <tr>
+        <td>Nexus</td>
+        <td>
+            <a href="https://www.apache.org/dyn/closer.lua/incubator/sdap/{{ include.version }}-incubating/apache-sdap-nexus-{{ include.version }}-incubating-src.tar.gz">
+                [source] apache-sdap-nexus-{{ include.version }}-incubating-src.tar.gz
+            </a>
+            <a href="https://www.apache.org/dyn/closer.lua/incubator/sdap/{{ include.version }}-incubating/apache-sdap-nexus-{{ include.version }}-incubating-src.tar.gz.asc">
+                [signature] apache-sdap-nexus-{{ include.version }}-incubating-src.tar.gz
+            </a>
+            <a href="https://www.apache.org/dyn/closer.lua/incubator/sdap/{{ include.version }}-incubating/apache-sdap-nexus-{{ include.version }}-incubating-src.tar.gz.sha512">
+                [checksum] apache-sdap-nexus-{{ include.version }}-incubating-src.tar.gz
+            </a>
+        </td>
+    </tr>
+    <tr>
+        <td>Nexus Proto</td>
+        <td>
+            <a href="https://www.apache.org/dyn/closer.lua/incubator/sdap/{{ include.version }}-incubating/apache-sdap-nexusproto-{{ include.version }}-incubating-src.tar.gz">
+                [source] apache-sdap-nexusproto-{{ include.version }}-incubating-src.tar.gz
+            </a>
+            <a href="https://www.apache.org/dyn/closer.lua/incubator/sdap/{{ include.version }}-incubating/apache-sdap-nexusproto-{{ include.version }}-incubating-src.tar.gz.asc">
+                [signature] apache-sdap-nexusproto-{{ include.version }}-incubating-src.tar.gz
+            </a>
+            <a href="https://www.apache.org/dyn/closer.lua/incubator/sdap/{{ include.version }}-incubating/apache-sdap-nexusproto-{{ include.version }}-incubating-src.tar.gz.sha512">
+                [checksum] apache-sdap-nexusproto-{{ include.version }}-incubating-src.tar.gz
+            </a>
+        </td>
+    </tr>
\ No newline at end of file
diff --git a/source/css/style.css b/source/css/style.css
index 02c5cbb..047a6ac 100644
--- a/source/css/style.css
+++ b/source/css/style.css
@@ -64,4 +64,46 @@ blockquote {
 .slider-transback {
     background:#7f7f7f;
     background:rgba(0,0,0,0.7);
+}
+
+table {
+    border-collapse: collapse;
+    display: block;
+    margin-bottom: 1rem
+}
+
+table thead tr {
+    border-bottom: 2px solid black;
+}
+
+table tr {
+    background-color: transparent;
+    border-top: 1px solid black;
+}
+
+table td,table th {
+    border: 1px solid black;
+    padding: 0.75rem;
+}
+
+table th {
+    background-color: inherit;
+    color: inherit;
+    font-weight: inherit
+}
+
+table td {
+    color: inherit
+}
+
+/*.version-table {*/
+/*    width: 100%*/
+/*}*/
+
+.version-table hr {
+    margin: 10px 0
+}
+
+.version-table a{
+    display: block;
 }
\ No newline at end of file
diff --git a/source/downloads.html b/source/downloads.html
new file mode 100644
index 0000000..3fd78c0
--- /dev/null
+++ b/source/downloads.html
@@ -0,0 +1,38 @@
+---
+---
+
+{% include header.html %}
+
+<h1>Download Apache SDAP (incubating) releases</h1>
+
+<p>The table below contains links to download the Apache SDAP (incubating) module source distributions as well as their signature and checksum files from ASF mirrors.</p>
+
+<h2>SDAP</h2>
+
+<table class="version-table">
+    <thead>
+    <tr>
+        <th>Date</th>
+        <th>Version</th>
+        <th>Module</th>
+        <th>Source Distribution</th>
+    </tr>
+    </thead>
+    <tbody>
+    {% include release.html date="2023-01-18" version="1.0.0" %}
+    </tbody>
+</table>
+
+<h2>Instructions</h2>
+
+<p>To download, build and deploy Apache SDAP (incubating):</p>
+
+<ol>
+    <li>Download the source distributions, signatures and checksums for the version of SDAP you wish to use from the table above.</li>
+    <li><a href="https://www.apache.org/info/verification.html">Verify</a> the downloaded release artifacts.</li>
+    <li>Ensure you have <a href="https://www.docker.com/">Docker</a> installed and running.</li>
+    <li>Use the <a href="https://incubator-sdap-nexus.readthedocs.io/en/latest/build.html">build guide</a> to build the SDAP components.</li>
+    <li>Use the <a href="https://incubator-sdap-nexus.readthedocs.io/en/latest/quickstart.htmll">quickstart guide</a> to deploy the SDAP components.</li>
+</ol>
+
+{% include footer.html %}
\ No newline at end of file