This is an automated email from the ASF dual-hosted git repository.
ovilia pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/echarts-www.git
The following commit(s) were added to refs/heads/master by this push:
new b192751 feat: remove older versions from download
b192751 is described below
commit b1927511f9df4adbfdc8fccdc9fc8a16d01cc89f
Author: Ovilia <[email protected]>
AuthorDate: Thu Mar 17 17:48:29 2022 +0800
feat: remove older versions from download
---
_jade/components/download.jade | 2 ++
_jade/en/download.jade | 2 ++
js/download.js | 76 ------------------------------------------
3 files changed, 4 insertions(+), 76 deletions(-)
diff --git a/_jade/components/download.jade b/_jade/components/download.jade
index 4dd2a82..32485bd 100644
--- a/_jade/components/download.jade
+++ b/_jade/components/download.jade
@@ -27,6 +27,8 @@ block content
th 从镜像网站下载源码
th 从 GitHub 下载编译产物
+ a(href="https://archive.apache.org/dist/echarts/") 查看历史版本
+
.checksum
p <strong>注意:</strong>如果从镜像网站下载,请检查 <a
href="https://www.apache.org/dev/release-signing#sha-checksum">SHA-512</a>
并且检验确认 <a href="https://www.apache.org/dev/release-signing#openpgp">OpenPGP</a>
与 <a href="https://www.apache.org">Apache 主站</a>的签名一致。链接在上面的 Source 旁。这个 <a
href="https://www.apache.org/dist/echarts/KEYS">KEYS</a>
文件包含了用于签名发布版的公钥。如果可能的话,建议使用<a
href="https://www.apache.org/dev/release-signing#web-of-trust">可信任的网络(web of
trust)</a>确认 KEYS 的同一性。
diff --git a/_jade/en/download.jade b/_jade/en/download.jade
index 8239b14..e594832 100644
--- a/_jade/en/download.jade
+++ b/_jade/en/download.jade
@@ -39,6 +39,8 @@ block content
th Download Source from a Mirror
th Dist files on GitHub
+ a(href="https://archive.apache.org/dist/echarts/") View
Archived Versions
+
.checksum
p <strong>Note:</strong> when downloading from a mirror
please check the <a
href="https://www.apache.org/dev/release-signing#sha-checksum">SHA-512</a> and
verify the <a
href="https://www.apache.org/dev/release-signing#openpgp">OpenPGP</a>
compatible signature from the main <a href="https://www.apache.org">Apache
site</a>. Links are provided above (next to the release download link). This <a
href="https://www.apache.org/dist/echarts/KEYS">KEYS</a> file contains the pub
[...]
diff --git a/js/download.js b/js/download.js
index 707e16c..962f50e 100644
--- a/js/download.js
+++ b/js/download.js
@@ -4,82 +4,6 @@
publishedAt: '2022-03-07T00:00:00Z',
prerelease: false,
name: '5.3.1'
- }, {
- publishedAt: '2022-01-27T00:00:00Z',
- prerelease: false,
- name: '5.3.0'
- }, {
- publishedAt: '2021-11-01T00:00:00Z',
- prerelease: false,
- name: '5.2.2'
- }, {
- publishedAt: '2021-09-21T00:00:00Z',
- prerelease: false,
- name: '5.2.1'
- }, {
- publishedAt: '2021-09-01T00:00:00Z',
- prerelease: false,
- name: '5.2.0'
- }, {
- publishedAt: '2021-06-09T00:00:00Z',
- prerelease: false,
- name: '5.1.2'
- }, {
- publishedAt: '2021-04-27T00:00:00Z',
- prerelease: false,
- name: '5.1.1'
- }, {
- publishedAt: '2021-04-15T00:00:00Z',
- prerelease: false,
- name: '5.1.0'
- }, {
- publishedAt: '2021-02-06T00:00:00Z',
- prerelease: false,
- name: '5.0.2'
- }, {
- publishedAt: '2021-01-16T00:00:00Z',
- prerelease: false,
- name: '5.0.1'
- }, {
- publishedAt: '2020-12-02T00:00:00Z',
- prerelease: false,
- name: '5.0.0'
- }, {
- publishedAt: '2020-09-01T00:00:00Z',
- prerelease: false,
- name: '4.9.0'
- }, {
- publishedAt: '2020-05-25T00:00:00Z',
- prerelease: false,
- name: '4.8.0'
- }, {
- publishedAt: '2020-03-19T00:00:00Z',
- prerelease: false,
- name: '4.7.0'
- }, {
- publishedAt: '2019-12-30T00:00:00Z',
- prerelease: false,
- name: '4.6.0'
- }, {
- publishedAt: '2019-11-18T16:00:00Z',
- prerelease: false,
- name: '4.5.0'
- }, {
- publishedAt: '2019-10-15T01:12:00Z',
- prerelease: false,
- name: '4.4.0'
- }, {
- publishedAt: '2019-09-16T15:57:00Z',
- prerelease: false,
- name: '4.3.0'
- }, {
- publishedAt: '2019-03-21T10:27:59Z',
- prerelease: false,
- name: '4.2.1'
- }, {
- publishedAt: '2018-08-04T12:55:30Z',
- prerelease: false,
- name: '4.1.0'
}];
var table = document.getElementById('download-table');
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]