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 20:01:56 UTC

[incubator-sdap-website] branch downloads-page created (now 359d999)

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

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


      at 359d999  Downloads page w/ links to v1.0.0

This branch includes the following new commits:

     new 359d999  Downloads page w/ links to v1.0.0

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-sdap-website] 01/01: Downloads page w/ links to v1.0.0

Posted by rk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 359d9994d70e6e89bca8a2fbfee127463739bf6c
Author: rileykk <ri...@jpl.nasa.gov>
AuthorDate: Wed Jan 18 12:01:44 2023 -0800

    Downloads page w/ links to v1.0.0
---
 source/_includes/header.html |  4 ++-
 source/css/style.css         | 42 +++++++++++++++++++++++
 source/downloads.html        | 81 ++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 126 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/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..afd9803
--- /dev/null
+++ b/source/downloads.html
@@ -0,0 +1,81 @@
+---
+---
+
+{% 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>
+    <tr>
+        <td rowspan="3">2023-01-18</td>
+        <td rowspan="3">v1.0.0</td>
+        <td>Ingester</td>
+        <td>
+            <a href="https://www.apache.org/dyn/closer.lua/incubator/sdap/1.0.0-incubating/apache-sdap-ingester-1.0.0-incubating-src.tar.gz">
+                [source] apache-sdap-ingester-1.0.0-incubating-src.tar.gz
+            </a>
+            <a href="https://www.apache.org/dyn/closer.lua/incubator/sdap/1.0.0-incubating/apache-sdap-ingester-1.0.0-incubating-src.tar.gz.asc">
+                [signature] apache-sdap-ingester-1.0.0-incubating-src.tar.gz
+            </a>
+            <a href="https://www.apache.org/dyn/closer.lua/incubator/sdap/1.0.0-incubating/apache-sdap-ingester-1.0.0-incubating-src.tar.gz.sha512">
+                [checksum] apache-sdap-ingester-1.0.0-incubating-src.tar.gz
+            </a>
+        </td>
+    </tr>
+    <tr>
+        <td>Nexus</td>
+        <td>
+            <a href="https://www.apache.org/dyn/closer.lua/incubator/sdap/1.0.0-incubating/apache-sdap-nexus-1.0.0-incubating-src.tar.gz">
+                [source] apache-sdap-nexus-1.0.0-incubating-src.tar.gz
+            </a>
+            <a href="https://www.apache.org/dyn/closer.lua/incubator/sdap/1.0.0-incubating/apache-sdap-nexus-1.0.0-incubating-src.tar.gz.asc">
+                [signature] apache-sdap-nexus-1.0.0-incubating-src.tar.gz
+            </a>
+            <a href="https://www.apache.org/dyn/closer.lua/incubator/sdap/1.0.0-incubating/apache-sdap-nexus-1.0.0-incubating-src.tar.gz.sha512">
+                [checksum] apache-sdap-nexus-1.0.0-incubating-src.tar.gz
+            </a>
+        </td>
+    </tr>
+    <tr>
+        <td>Nexus Proto</td>
+        <td>
+            <a href="https://www.apache.org/dyn/closer.lua/incubator/sdap/1.0.0-incubating/apache-sdap-nexusproto-1.0.0-incubating-src.tar.gz">
+                [source] apache-sdap-nexusproto-1.0.0-incubating-src.tar.gz
+            </a>
+            <a href="https://www.apache.org/dyn/closer.lua/incubator/sdap/1.0.0-incubating/apache-sdap-nexusproto-1.0.0-incubating-src.tar.gz.asc">
+                [signature] apache-sdap-nexusproto-1.0.0-incubating-src.tar.gz
+            </a>
+            <a href="https://www.apache.org/dyn/closer.lua/incubator/sdap/1.0.0-incubating/apache-sdap-nexusproto-1.0.0-incubating-src.tar.gz.sha512">
+                [checksum] apache-sdap-nexusproto-1.0.0-incubating-src.tar.gz
+            </a>
+        </td>
+    </tr>
+    </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