You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2020/07/08 14:00:35 UTC

[shardingsphere-elasticjob-lite] branch master updated: #987, add download page

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

zhangyonglun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere-elasticjob-lite.git


The following commit(s) were added to refs/heads/master by this push:
     new c51b739  #987, add download page
     new 1d3fa1e  Merge pull request #995 from tuohai666/master
c51b739 is described below

commit c51b7395838e563dfd3d34e141657309ce37384f
Author: tuohai666 <zh...@apache.org>
AuthorDate: Wed Jul 8 21:56:43 2020 +0800

    #987, add download page
---
 docs/content/blog/_index.cn.md       |  4 +--
 docs/content/blog/_index.en.md       |  4 +--
 docs/content/downloads/_index.cn.md  | 62 ++++++++++++++++++++++++++++++++++++
 docs/content/downloads/_index.en.md  | 62 ++++++++++++++++++++++++++++++++++++
 docs/content/faq/_index.cn.md        |  4 +--
 docs/content/faq/_index.en.md        |  4 +--
 docs/content/powered-by/_index.cn.md |  4 +--
 docs/content/powered-by/_index.en.md |  4 +--
 8 files changed, 136 insertions(+), 12 deletions(-)

diff --git a/docs/content/blog/_index.cn.md b/docs/content/blog/_index.cn.md
index b5f671e..3c34546 100644
--- a/docs/content/blog/_index.cn.md
+++ b/docs/content/blog/_index.cn.md
@@ -1,7 +1,7 @@
 +++
-pre = "<b>8. </b>"
+pre = "<b>9. </b>"
 title = "博客"
-weight = 8
+weight = 9
 chapter = true
 +++
 
diff --git a/docs/content/blog/_index.en.md b/docs/content/blog/_index.en.md
index 02b2a5c..576cda3 100644
--- a/docs/content/blog/_index.en.md
+++ b/docs/content/blog/_index.en.md
@@ -1,7 +1,7 @@
 +++
-pre = "<b>8. </b>"
+pre = "<b>9. </b>"
 title = "Blog"
-weight = 8
+weight = 9
 chapter = true
 +++
 
diff --git a/docs/content/downloads/_index.cn.md b/docs/content/downloads/_index.cn.md
new file mode 100644
index 0000000..6a3d42e
--- /dev/null
+++ b/docs/content/downloads/_index.cn.md
@@ -0,0 +1,62 @@
++++
+pre = "<b>6. </b>"
+title = "下载"
+weight = 6
+chapter = true
++++
+
+## 最新版本
+
+ElasticJob的发布版包括源码包及其对应的二进制包。由于下载内容分布在镜像服务器上,所以下载后应该进行GPG或SHA-512校验,以此来保证内容没有被篡改。
+
+**ElasticJob**
+
+| 版本 | 发布日期 | 说明 | 下载 |
+| - | - | - | - |
+| 3.0.0-alpha | Jul -, 2020  | 源码 | [[src]]() [[asc]]() [[sha512]]() |
+|             |              | ElasticJob-Lite 二进制包 | [[tar]]() [[asc]]() [[sha512]]() |
+|             |              | ElasticJob-Lite-Console 二进制包 | [[tar]]() [[asc]]() [[sha512]]() |
+
+## 全部版本
+
+全部版本请到[Archive repository](https://archive.apache.org/dist/shardingsphere/)查看。
+
+## 校验版本
+
+[PGP签名文件](https://downloads.apache.org/shardingsphere/KEYS)
+
+使用PGP或SHA签名验证下载文件的完整性至关重要。可以使用GPG或PGP验证PGP签名。请下载KEYS以及发布的asc签名文件。建议从主发布目录而不是镜像中获取这些文件。
+
+```shell
+gpg -i KEYS
+```
+
+or
+
+```shell
+pgpk -a KEYS
+```
+
+or
+
+```shell
+pgp -ka KEYS
+```
+
+要验证二进制文件或源代码,您可以从主发布目录下载相关的asc文件,并按照以下指南进行操作。
+
+```shell
+gpg --verify apache-shardingsphere-********.asc apache-shardingsphere-*********
+```
+
+or
+
+```shell
+pgpv apache-shardingsphere-********.asc
+```
+
+or
+
+```shell
+pgp apache-shardingsphere-********.asc
+```
diff --git a/docs/content/downloads/_index.en.md b/docs/content/downloads/_index.en.md
new file mode 100644
index 0000000..ec35599
--- /dev/null
+++ b/docs/content/downloads/_index.en.md
@@ -0,0 +1,62 @@
++++
+pre = "<b>6. </b>"
+title = "Downloads"
+weight = 6
+chapter = true
++++
+
+## Latest releases
+
+ElasticJob 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.
+
+**ElasticJob**
+
+| Version | Release date | Description | Downloads |
+| - | - | - | - |
+| 3.0.0-alpha | Jul -, 2020  | Source codes | [[src]]() [[asc]]() [[sha512]]() |
+|             |              | ElasticJob-Lite Binary Distribution | [[tar]]() [[asc]]() [[sha512]]() |
+|             |              | ElasticJob-Lite-Console Binary Distribution | [[tar]]() [[asc]]() [[sha512]]() |
+
+## All releases
+
+Find all releases in the [Archive repository](https://archive.apache.org/dist/shardingsphere/).
+
+## Verify the releases
+
+[PGP signatures KEYS](https://downloads.apache.org/shardingsphere/KEYS)
+
+It is essential that you verify the integrity of the downloaded files using the PGP or SHA signatures. The PGP signatures can be verified using GPG or PGP. Please download the KEYS as well as the asc signature files for relevant distribution. It is recommended to get these files from the main distribution directory and not from the mirrors.
+
+```shell
+gpg -i KEYS
+```
+
+or
+
+```shell
+pgpk -a KEYS
+```
+
+or
+
+```shell
+pgp -ka KEYS
+```
+
+To verify the binaries/sources you can download the relevant asc files for it from main distribution directory and follow the below guide.
+
+```shell
+gpg --verify apache-shardingsphere-********.asc apache-shardingsphere-*********
+```
+
+or
+
+```shell
+pgpv apache-shardingsphere-********.asc
+```
+
+or
+
+```shell
+pgp apache-shardingsphere-********.asc
+```
diff --git a/docs/content/faq/_index.cn.md b/docs/content/faq/_index.cn.md
index 30add21..e51175e 100644
--- a/docs/content/faq/_index.cn.md
+++ b/docs/content/faq/_index.cn.md
@@ -1,7 +1,7 @@
 +++
-pre = "<b>7. </b>"
+pre = "<b>8. </b>"
 title = "FAQ"
-weight = 7
+weight = 8
 chapter = true
 +++
 
diff --git a/docs/content/faq/_index.en.md b/docs/content/faq/_index.en.md
index 1fb203a..44f168f 100644
--- a/docs/content/faq/_index.en.md
+++ b/docs/content/faq/_index.en.md
@@ -1,7 +1,7 @@
 +++
-pre = "<b>7. </b>"
+pre = "<b>8. </b>"
 title = "FAQ"
-weight = 7
+weight = 8
 chapter = true
 +++
 
diff --git a/docs/content/powered-by/_index.cn.md b/docs/content/powered-by/_index.cn.md
index b2cc24d..5454178 100644
--- a/docs/content/powered-by/_index.cn.md
+++ b/docs/content/powered-by/_index.cn.md
@@ -1,7 +1,7 @@
 +++
-pre = "<b>6. </b>"
+pre = "<b>7. </b>"
 title = "采用公司"
-weight = 6
+weight = 7
 chapter = true
 +++
 
diff --git a/docs/content/powered-by/_index.en.md b/docs/content/powered-by/_index.en.md
index 4372bab..4243fda 100644
--- a/docs/content/powered-by/_index.en.md
+++ b/docs/content/powered-by/_index.en.md
@@ -1,7 +1,7 @@
 +++
-pre = "<b>6. </b>"
+pre = "<b>7. </b>"
 title = "Powered By"
-weight = 6
+weight = 7
 chapter = true
 +++