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

weitingchen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 793fa13  Add downloads page and remove releases page (#25)
793fa13 is described below

commit 793fa130e4908172ecbc6193be00fe8f56e99c30
Author: Wei-Ting Chen <[email protected]>
AuthorDate: Wed Sep 11 20:04:39 2024 +0800

    Add downloads page and remove releases page (#25)
---
 _includes/footer_custom.html |  2 +-
 downloads.md                 | 43 +++++++++++++++++++++++++++++++++++++++++++
 release.md                   | 17 -----------------
 3 files changed, 44 insertions(+), 18 deletions(-)

diff --git a/_includes/footer_custom.html b/_includes/footer_custom.html
index 5dcab39..58c6c2a 100644
--- a/_includes/footer_custom.html
+++ b/_includes/footer_custom.html
@@ -8,5 +8,5 @@ Apache Gluten, Gluten, Apache, the Apache feather logo, and the 
Apache Gluten pr
 
   <p class="text-small text-grey-dk-100 mb-0"><a 
href="https://privacy.apache.org/policies/privacy-policy-public.html";>Privacy 
Policy</a></p>
 
-  <p class="text-small text-grey-dk-100 mb-0">© Intel Corporation.  Intel, the 
Intel logo, and other Intel marks are trademarks of Intel Corporation or its 
subsidiaries. All other marks mentioned may be trademarks or registered 
trademarks of their respective owners.</p>
+  <p class="text-small text-grey-dk-100 mb-0">©Intel Corporation.  Intel, the 
Intel logo, and other Intel marks are trademarks of Intel Corporation or its 
subsidiaries. All other marks mentioned may be trademarks or registered 
trademarks of their respective owners.</p>
 {%- endif -%}
diff --git a/downloads.md b/downloads.md
new file mode 100644
index 0000000..87efb35
--- /dev/null
+++ b/downloads.md
@@ -0,0 +1,43 @@
+---
+layout: page
+title: Downloads
+nav_order: 5
+permalink: /downloads/
+---
+
+# Download Apache Gluten (incubating)
+
+[Gluten](https://github.com/apache/incubator-gluten) is a plugin for Apache 
Spark to double SparkSQL's performance.
+
+## Instructions
+
+Please select a version of Gluten to download from the list below; we 
recommend opting for the latest release.
+
+Please ensure the integrity of the release by verifying the corresponding 
SHA-512 hashes, signatures, and the project release 
[KEYS](https://downloads.apache.org/incubator/gluten/KEYS).
+
+Instructions for verifying the SHA-512 hashes and signatures can be found in 
the provided [guidelines](https://www.apache.org/dyn/closer.cgi#verify).
+
+## The Latest Apache Official Release
+
+Please be aware that the binary file was compiled on CentOS7 using an Intel 
Xeon Gold 6252 processor with static linking.
+While it may operate on most operating systems and Intel SKYLAKE or later 
platforms, performance is not guaranteed. 
+For the best performance and platform support, we recommend compiling from 
source code yourself.
+
+| Version | Date | Source | Binary | Release Notes |
+|---------|------|--------|--------|---------------|
+| 1.2.0 | Sept. 3 2024 | 
[source](https://www.apache.org/dyn/closer.lua/incubator/gluten/1.2.0-incubating/apache-gluten-1.2.0-incubating-src.tar.gz)([sha512](https://www.apache.org/dyn/closer.lua/incubator/gluten/1.2.0-incubating/apache-gluten-1.2.0-incubating-src.tar.gz.sha512),[signature](https://www.apache.org/dyn/closer.lua/incubator/gluten/1.2.0-incubating/apache-gluten-1.2.0-incubating-src.tar.gz.asc))
 | 
[spark32-binary](https://www.apache.org/dyn/closer.lua/incubator/gluten/apache 
[...]
+
+
+## All Archived Releases
+
+| Version | Date | Source | Binary | Release Notes |
+|---------|------|--------|--------|---------------|
+| 1.1.1(non-Apache release) | Mar. 2 2024 | 
[source](https://github.com/apache/incubator-gluten/archive/refs/tags/v1.1.1.tar.gz)
 | [binary 
location](https://github.com/apache/incubator-gluten/releases/tag/v1.1.1) | 
[release notes](https://github.com/apache/incubator-gluten/releases/tag/v1.1.1) 
|
+| 1.1.0(non-Apache release) | Nov. 30 2023 | 
[source](https://github.com/apache/incubator-gluten/archive/refs/tags/v1.1.0.tar.gz)
 | [binary 
location](https://github.com/apache/incubator-gluten/releases/tag/v1.1.0) | 
[release notes](https://github.com/apache/incubator-gluten/releases/tag/v1.1.0) 
|
+| 1.0.0(non-Apache release) | Jul. 13 2023 | 
[source](https://github.com/apache/incubator-gluten/archive/refs/tags/v1.0.0.tar.gz)
 | [binary 
location](https://github.com/apache/incubator-gluten/releases/tag/v1.0.0) | 
[release notes](https://github.com/apache/incubator-gluten/releases/tag/v1.0.0) 
|
+| 0.5.0(non-Apache release) | Apr. 7 2023 | 
[source](https://github.com/apache/incubator-gluten/archive/refs/tags/0.5.0.tar.gz)
 | [binary 
location](https://github.com/apache/incubator-gluten/releases/tag/0.5.0) | 
[release notes](https://github.com/apache/incubator-gluten/releases/tag/0.5.0) |
+
+
+# License
+
+The software licensed under [Apache License 
2.0](http://www.apache.org/licenses/LICENSE-2.0).
diff --git a/release.md b/release.md
deleted file mode 100644
index 42c18ba..0000000
--- a/release.md
+++ /dev/null
@@ -1,17 +0,0 @@
----
-layout: page
-title: Gluten Releases
-nav_order: 5
-permalink: /releases/
----
-
-[Gluten](https://github.com/apache/incubator-gluten) is a plugin for Apache 
Spark to double SparkSQL's performance.
-
-## Latest release for velox backend
-
-* 
[Gluten-1.1.1](https://github.com/apache/incubator-gluten/releases/tag/v1.1.1) 
(Mar. 2 2024, non-Apache release)
-
-## Archived releases
-* 
[Gluten-1.1.0](https://github.com/apache/incubator-gluten/releases/tag/v1.1.0) 
(Nov. 30 2023, non-Apache release)
-* 
[Gluten-1.0.0](https://github.com/apache/incubator-gluten/releases/tag/v1.0.0) 
(Jul. 13 2023, non-Apache release)
-* 
[Gluten-0.5.0](https://github.com/apache/incubator-gluten/releases/tag/0.5.0) 
(Apr. 7 2023, non-Apache release)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to