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/09 04:14:16 UTC

[shardingsphere-elasticjob-lite] branch master updated: Update download page (#1002)

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

zhangliang 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 601d782   Update download page (#1002)
601d782 is described below

commit 601d782ad581c57efe92d46d9c9597bb415ad431
Author: Liang Zhang <te...@163.com>
AuthorDate: Thu Jul 9 12:14:06 2020 +0800

     Update download page (#1002)
    
    * Update readme
    
    * Update download page
---
 README_ZH.md                        |  2 +-
 docs/content/downloads/_index.cn.md | 32 ++++++++++++++++++--------------
 docs/content/downloads/_index.en.md | 19 +++++++++++--------
 docs/content/overview/_index.cn.md  |  2 +-
 4 files changed, 31 insertions(+), 24 deletions(-)

diff --git a/README_ZH.md b/README_ZH.md
index 384a5b7..082a2af 100644
--- a/README_ZH.md
+++ b/README_ZH.md
@@ -8,7 +8,7 @@ ElasticJob 是一个分布式调度解决方案,由 2 个相互独立的子项
 
 ElasticJob Lite 定位为轻量级无中心化解决方案,使用 jar 的形式提供分布式任务的协调服务。
 
-ElasticJob 已于 2020 年 5 月 28 日成为 [Apache ShardingSphere](https://shardingsphere.apache.org/)的子项目。
+ElasticJob 已于 2020 年 5 月 28 日成为 [Apache ShardingSphere](https://shardingsphere.apache.org/) 的子项目。
 欢迎通过[邮件列表](mailto:dev@shardingsphere.apache.org)参与讨论。
 
 [![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)
diff --git a/docs/content/downloads/_index.cn.md b/docs/content/downloads/_index.cn.md
index 6a3d42e..8d8e760 100644
--- a/docs/content/downloads/_index.cn.md
+++ b/docs/content/downloads/_index.cn.md
@@ -7,56 +7,60 @@ chapter = true
 
 ## 最新版本
 
-ElasticJob的发布版包括源码包及其对应的二进制包。由于下载内容分布在镜像服务器上,所以下载后应该进行GPG或SHA-512校验,以此来保证内容没有被篡改。
+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]]() |
+| 3.0.0-alpha | Coming soon  | 源码 | [[src]]() [[asc]]() [[sha512]]() |
+|             |              | ElasticJob Lite 二进制包 | [[tar]]() [[asc]]() [[sha512]]() |
+|             |              | ElasticJob Lite Console 二进制包 | [[tar]]() [[asc]]() [[sha512]]() |
 
 ## 全部版本
 
-全部版本请到[Archive repository](https://archive.apache.org/dist/shardingsphere/)查看。
+全部版本请到 [Archive repository](https://archive.apache.org/dist/shardingsphere/) 查看。
 
 ## 校验版本
 
 [PGP签名文件](https://downloads.apache.org/shardingsphere/KEYS)
 
-使用PGP或SHA签名验证下载文件的完整性至关重要。可以使用GPG或PGP验证PGP签名。请下载KEYS以及发布的asc签名文件。建议从主发布目录而不是镜像中获取这些文件。
+使用 PGP 或 SHA 签名验证下载文件的完整性至关重要。
+可以使用 GPG 或 PGP 验证 PGP 签名。
+请下载 KEYS 以及发布的 asc 签名文件。
+建议从主发布目录而不是镜像中获取这些文件。
 
 ```shell
 gpg -i KEYS
 ```
 
-or
+或者
 
 ```shell
 pgpk -a KEYS
 ```
 
-or
+或者
 
 ```shell
 pgp -ka KEYS
 ```
 
-要验证二进制文件或源代码,您可以从主发布目录下载相关的asc文件,并按照以下指南进行操作。
+要验证二进制文件或源代码,您可以从主发布目录下载相关的 asc 文件,并按照以下指南进行操作。
 
 ```shell
-gpg --verify apache-shardingsphere-********.asc apache-shardingsphere-*********
+gpg --verify apache-shardingsphere-elasticjob-********.asc apache-shardingsphere-elasticjob-*********
 ```
 
-or
+或者
 
 ```shell
-pgpv apache-shardingsphere-********.asc
+pgpv apache-shardingsphere-elasticjob-********.asc
 ```
 
-or
+或者
 
 ```shell
-pgp apache-shardingsphere-********.asc
+pgp apache-shardingsphere-elasticjob-********.asc
 ```
diff --git a/docs/content/downloads/_index.en.md b/docs/content/downloads/_index.en.md
index ec35599..f9fdbbd 100644
--- a/docs/content/downloads/_index.en.md
+++ b/docs/content/downloads/_index.en.md
@@ -7,15 +7,16 @@ 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 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]]() |
+| 3.0.0-alpha | Coming soon  | Source codes | [[src]]() [[asc]]() [[sha512]]() |
+|             |              | ElasticJob Lite Binary Distribution | [[tar]]() [[asc]]() [[sha512]]() |
+|             |              | ElasticJob Lite Console Binary Distribution | [[tar]]() [[asc]]() [[sha512]]() |
 
 ## All releases
 
@@ -25,7 +26,9 @@ Find all releases in the [Archive repository](https://archive.apache.org/dist/sh
 
 [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.
+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
@@ -46,17 +49,17 @@ 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-*********
+gpg --verify apache-shardingsphere-********.asc apache-shardingsphere-elasticjob-*********
 ```
 
 or
 
 ```shell
-pgpv apache-shardingsphere-********.asc
+pgpv apache-shardingsphere-elasticjob-********.asc
 ```
 
 or
 
 ```shell
-pgp apache-shardingsphere-********.asc
+pgp apache-shardingsphere-elasticjob-********.asc
 ```
diff --git a/docs/content/overview/_index.cn.md b/docs/content/overview/_index.cn.md
index d439543..b56581c 100644
--- a/docs/content/overview/_index.cn.md
+++ b/docs/content/overview/_index.cn.md
@@ -15,7 +15,7 @@ ElasticJob 是一个分布式调度解决方案,由 2 个相互独立的子项
 
 ElasticJob Lite 定位为轻量级无中心化解决方案,使用 jar 的形式提供分布式任务的协调服务。
 
-ElasticJob 已于 2020 年 5 月 28 日成为 [Apache ShardingSphere](https://shardingsphere.apache.org/)的子项目。
+ElasticJob 已于 2020 年 5 月 28 日成为 [Apache ShardingSphere](https://shardingsphere.apache.org/) 的子项目。
 欢迎通过[邮件列表](mailto:dev@shardingsphere.apache.org)参与讨论。
 
 [![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)