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

ulyssesyou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-kyuubi-website.git


The following commit(s) were added to refs/heads/master by this push:
     new cd44c1b  refector download (#22)
cd44c1b is described below

commit cd44c1be4a53855fbcb851b6bfb7b7e21e86bca8
Author: ulysses <[email protected]>
AuthorDate: Tue Oct 26 11:52:01 2021 +0800

    refector download (#22)
---
 layouts/custompage/release.html | 19 ++++++++++++-------
 layouts/release/single.html     | 23 -----------------------
 src/release/1.3.0-incubating.md |  2 ++
 src/release/1.3.1-incubating.md |  4 +++-
 src/releases.md                 | 22 ----------------------
 5 files changed, 17 insertions(+), 53 deletions(-)

diff --git a/layouts/custompage/release.html b/layouts/custompage/release.html
index 1ffa7db..671fc46 100644
--- a/layouts/custompage/release.html
+++ b/layouts/custompage/release.html
@@ -14,11 +14,16 @@
 {{partial "header.html" .}}
 <div class="container">
 
-  <h1>Download</h1>
+  <h1>Download Apache Kyuubi (Incubating)</h1>
 
-  <p>Kyuubi is released as source code tarballs with corresponding binary
-    tarballs for convenience. The downloads are distributed via mirror sites
-    and should be checked for tampering using GPG or SHA-512.</p>
+  <ol>
+    <li>
+      <p>Choose a Kyuubi version to download</p>
+    </li>
+    <li>
+      <p>Verify this with corresponding checksums, signatures and <a 
href="https://downloads.apache.org/incubator/kyuubi/KEYS";>project release 
KEYS</a>. Here is <a href="https://www.apache.org/dyn/closer.cgi#verify";>Verify 
Instructions</a>.</p>
+    </li>
+  </ol>
 
   <p>
   <table class="table table-striped">
@@ -37,16 +42,16 @@
       <td>{{dateFormat "2006 Jan 2 " .Date}}</td>
       <td>
         <a 
href="https://www.apache.org/dyn/closer.lua/incubator/kyuubi/kyuubi-{{.File.BaseFileName}}/apache-kyuubi-{{.File.BaseFileName}}-source.tgz";>source</a>
-        (<a 
href="https://downloads.apache.org/incubator/kyuubi/kyuubi-{{.File.BaseFileName}}/apache-kyuubi-{{.File.BaseFileName}}-source.tgz.sha512";>checksum</a>
+        (<a 
href="https://downloads.apache.org/incubator/kyuubi/kyuubi-{{.File.BaseFileName}}/apache-kyuubi-{{.File.BaseFileName}}-source.tgz.sha512";>checksums</a>,
         <a 
href="https://downloads.apache.org/incubator/kyuubi/kyuubi-{{.File.BaseFileName}}/apache-kyuubi-{{.File.BaseFileName}}-source.tgz.asc";>signature</a>)
       </td>
       <td>
         <a 
href="https://www.apache.org/dyn/closer.lua/incubator/kyuubi/kyuubi-{{.File.BaseFileName}}/apache-kyuubi-{{.File.BaseFileName}}-bin.tgz";>binary</a>
-        (<a 
href="https://downloads.apache.org/incubator/kyuubi/kyuubi-{{.File.BaseFileName}}/apache-kyuubi-{{.File.BaseFileName}}-bin.tgz.sha512";>checksum</a>
+        (<a 
href="https://downloads.apache.org/incubator/kyuubi/kyuubi-{{.File.BaseFileName}}/apache-kyuubi-{{.File.BaseFileName}}-bin.tgz.sha512";>checksums</a>,
         <a 
href="https://downloads.apache.org/incubator/kyuubi/kyuubi-{{.File.BaseFileName}}/apache-kyuubi-{{.File.BaseFileName}}-bin.tgz.asc";>signature</a>)
       </td>
       <td>
-        <a href="/release/{{.File.BaseFileName }}.html">Announcement</a>
+        <a href="/release/{{.File.BaseFileName }}.html">release notes</a>
       </td>
     </tr>
   {{end}}
diff --git a/layouts/release/single.html b/layouts/release/single.html
index 08e11f4..e68b114 100644
--- a/layouts/release/single.html
+++ b/layouts/release/single.html
@@ -19,28 +19,5 @@
     {{.Content}}
     <small>{{dateFormat "2006 Jan 2 " .Date}}</small>
   </div>
-  <div class="col-md-4">
-      <p>
-          <a 
href="https://www.apache.org/dyn/closer.lua/incubator/kyuubi/KEYS"; class="btn 
btn-primary">KEYS</a>
-          <a href="https://www.apache.org/dyn/closer.cgi#verify"; class="btn 
btn-primary">Verify Instructions</a>
-      </p>
-      <p>
-        <a 
href="https://www.apache.org/dyn/closer.lua/incubator/kyuubi/kyuubi-{{.File.BaseFileName}}/apache-kyuubi-{{.File.BaseFileName}}-bin.tgz";
 class="btn btn-success">Binary Download</a>
-        (
-          <a 
href="https://downloads.apache.org/incubator/kyuubi/kyuubi-{{.File.BaseFileName}}/apache-kyuubi-{{.File.BaseFileName}}-bin.tgz.sha512";>checksum</a>
-          <a 
href="https://downloads.apache.org/incubator/kyuubi/kyuubi-{{.File.BaseFileName}}/apache-kyuubi-{{.File.BaseFileName}}-bin.tgz.asc";>signature</a>
-        )
-      </p>
-      <p>
-        <a 
href="https://www.apache.org/dyn/closer.lua/incubator/kyuubi/kyuubi-{{.File.BaseFileName}}/apache-kyuubi-{{.File.BaseFileName}}-source.tgz";
 class="btn btn-warning">Source Download</a>
-        (
-          <a 
href="https://downloads.apache.org/incubator/kyuubi/kyuubi-{{.File.BaseFileName}}/apache-kyuubi-{{.File.BaseFileName}}-source.tgz.sha512";>checksum</a>
-          <a 
href="https://downloads.apache.org/incubator/kyuubi/kyuubi-{{.File.BaseFileName}}/apache-kyuubi-{{.File.BaseFileName}}-source.tgz.asc";>signature</a>
-        )
-      </p>
-      <p>
-        <a href="{{.Site.BaseURL}}/docs/r{{.File.BaseFileName }}" class="btn 
btn-primary">Documentation</a>
-      </p>
-  </div>
 </div>
 {{partial "footer.html" .}}
diff --git a/src/release/1.3.0-incubating.md b/src/release/1.3.0-incubating.md
index 7df40f5..06ab413 100644
--- a/src/release/1.3.0-incubating.md
+++ b/src/release/1.3.0-incubating.md
@@ -20,6 +20,8 @@ _wpas_done_all: '1'
   limitations under the License. See accompanying LICENSE file.
 -->
 
+To download Apache Kyuubi (Incubating) 1.3.0-incubating, visit the [downloads 
page](https://kyuubi.apache.org/releases.html).
+
 # Highlight
 
 - Fully verified with the latest Spark 3.0/3.1
diff --git a/src/release/1.3.1-incubating.md b/src/release/1.3.1-incubating.md
index 93cbe2d..6d33829 100644
--- a/src/release/1.3.1-incubating.md
+++ b/src/release/1.3.1-incubating.md
@@ -24,7 +24,9 @@ Hi all,
 
 Apache Kyuubi (Incubating) 1.3.1-incubating is now released. It is a 
maintenance release containing stability fixes which is based on branch-1.3. 
Mainly fix some issues of the event log.
 
-Apache Kyuubi (Incubating) is a distributed multi-tenant JDBC server for 
large-scale data processing and analytics, built on top of Apache Spark and 
designed to support more engines (i.e. Flink). Please refer to 
https://kyuubi.apache.org/ to learn more.
+Apache Kyuubi (Incubating) is a distributed multi-tenant JDBC server for 
large-scale data processing and analytics, built on top of Apache Spark and 
designed to support more engines (i.e. Apache Flink). Please refer to [Apache 
Kyuubi (Incubating)](https://kyuubi.apache.org/) to learn more.
+
+To download Apache Kyuubi (Incubating) 1.3.1-incubating, visit the [downloads 
page](https://kyuubi.apache.org/releases.html).
 
 
 # Highlight
diff --git a/src/releases.md b/src/releases.md
index b0f86a3..5b7f287 100644
--- a/src/releases.md
+++ b/src/releases.md
@@ -18,28 +18,6 @@ type: custompage
   limitations under the License. See accompanying LICENSE file.
 -->
 
-## To verify Kyuubi releases using GPG:
-
-1.  Download the release apache-kyuubi-X.Y.Z-incubating-source.tgz from a 
[mirror
-    site](https://www.apache.org/dyn/closer.lua/incubator/kyuubi/).
-2.  Download the signature file apache-kyuubi-X.Y.Z-incubating-source.tgz.asc 
from
-    [Apache](https://www.apache.org/dyn/closer.lua/incubator/kyuubi/).
-3.  Download the [Kyuubi
-    KEYS](https://www.apache.org/dyn/closer.lua/incubator/kyuubi/KEYS) file.
-4.  gpg --import KEYS
-5.  gpg --verify apache-kyuubi-X.Y.Z-incubating-source.tgz.asc
-
-## To perform a quick check using SHA-512:
-
-1.  Download the release apache-kyuubi-X.Y.Z-incubating-source.tgz from a 
[mirror
-    site](https://www.apache.org/dyn/closer.lua/incubator/kyuubi/).
-2.  Download the checksum apache-kyuubi-X.Y.Z-incubating-source.tgz.sha512 from
-    [Apache](https://www.apache.org/dyn/closer.lua/incubator/kyuubi/).
-3.  shasum -a 512 apache-kyuubi-X.Y.Z-incubating-source.tgz
-
-All releases of Kyuubi are available from the [Apache release
-archive](https://archive.apache.org/dist/incubator/kyuubi/) site.
-
 ## License
 
 _The software licensed under [Apache License 
2.0](http://www.apache.org/licenses/LICENSE-2.0)._

Reply via email to