Skip to content

Commit

Permalink
[INLONG-476][Website] Change download page type js -> md (apache#479)
Browse files Browse the repository at this point in the history
  • Loading branch information
bluewang committed Jul 21, 2022
1 parent 939c1f1 commit 86f8457
Show file tree
Hide file tree
Showing 29 changed files with 82 additions and 660 deletions.
2 changes: 1 addition & 1 deletion docs/data_node/extract_node/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ The following table shows the version mapping between InLong<sup>®</sup> Extrac
We need several steps to setup a Flink cluster with the provided connector.

1. Setup a Flink cluster with version 1.13.5 and Java 8+ installed.
2. Download and the Sort Connectors jars from the [Downloads](/download/main) page (or [build yourself](../../quick_start/how_to_build.md)).
2. Download and the Sort Connectors jars from the [Downloads](/download) page (or [build yourself](../../quick_start/how_to_build.md)).
3. Put the Sort Connectors jars under `FLINK_HOME/lib/`.
4. Restart the Flink cluster.

Expand Down
2 changes: 1 addition & 1 deletion docs/data_node/load_node/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ The following table shows the version mapping between InLong<sup>®</sup> Load N
We need several steps to setup a Flink cluster with the provided connector.

1. Setup a Flink cluster with version 1.13.5 and Java 8+ installed.
2. Download and decompress the Sort Connectors jars from the [Downloads](/download/main) page (or [build yourself](../../quick_start/how_to_build.md)).
2. Download and decompress the Sort Connectors jars from the [Downloads](/download) page (or [build yourself](../../quick_start/how_to_build.md)).
3. Put the Sort Connectors jars under `FLINK_HOME/lib/`.
4. Restart the Flink cluster.

Expand Down
28 changes: 2 additions & 26 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
],
},
{
to: '/downloads',
to: '/download',
position: 'right',
label: 'DOWNLOAD',
},
Expand Down Expand Up @@ -258,35 +258,11 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
},
],
[
'@docusaurus/plugin-content-docs',
'@docusaurus/plugin-content-pages',
{
id: 'download',
path: 'download',
routeBasePath: 'download',
editUrl: ({locale, versionDocsDirPath, docPath}) => {
if (locale !== 'en') {
return `https://github.com/apache/inlong-website/edit/master/i18n/${locale}/${docPath}`;
}
return `https://github.com/apache/inlong-website/edit/master/${versionDocsDirPath}/${docPath}`;
},
sidebarPath: require.resolve('./sidebarsDevelopment.js'),
async sidebarItemsGenerator({ defaultSidebarItemsGenerator, ...args }) {
const sidebarItems = await defaultSidebarItemsGenerator(args);
const gen = (item) => item.id
?.match(/release-([\d|\.]+)/)?.[1]
?.split('.')
return sidebarItems.sort((a, b) => {
let i = 0;
const arr1 = gen(a);
const arr2 = gen(b);
while (true) {
const s1 = arr1?.[i];
const s2 = arr2?.[i++];
if (s1 === s2) continue;
return s2 - s1 || 1;
}
});
},
},
],
]
Expand Down
36 changes: 36 additions & 0 deletions download/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
title: Download
---

## Current version 1.2.0
You can download the latest version here.

| Release | Date | Link | Crypto files |
|:----------------------:|:------------:|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|
| InLong Source Code | Jun 20, 2022 | [apache-inlong-1.2.0-incubating-src.tar.gz](https://downloads.apache.org/inlong/1.2.0-incubating/apache-inlong-1.2.0-incubating-src.tar.gz) | [[ASC](https://downloads.apache.org/inlong/1.2.0-incubating/apache-inlong-1.2.0-incubating-src.tar.gz.asc)] [[SHA512](https://downloads.apache.org/inlong/1.2.0-incubating/apache-inlong-1.2.0-incubating-src.tar.gz.sha512)] |
| InLong Binary file | Jun 20, 2022 | [apache-inlong-1.2.0-incubating-bin.tar.gz](https://downloads.apache.org/inlong/1.2.0-incubating/apache-inlong-1.2.0-incubating-bin.tar.gz) | [[ASC](https://downloads.apache.org/inlong/1.2.0-incubating/apache-inlong-1.2.0-incubating-src.tar.gz.asc)] [[SHA512](https://downloads.apache.org/inlong/1.2.0-incubating/apache-inlong-1.2.0-incubating-src.tar.gz.sha512)] |
| Connector Binary file | Jun 20, 2022 | [apache-inlong-1.2.0-incubating-sort-connectors.tar.gz](https://downloads.apache.org/inlong/1.2.0-incubating/apache-inlong-1.2.0-incubating-sort-connectors.tar.gz) | [[ASC](https://downloads.apache.org/inlong/1.2.0-incubating/apache-inlong-1.2.0-incubating-src.tar.gz.asc)] [[SHA512](https://downloads.apache.org/inlong/1.2.0-incubating/apache-inlong-1.2.0-incubating-src.tar.gz.sha512)] |


## Release Integrity
You must [verify](https://www.apache.org/info/verification.html) the integrity of the downloaded files.
We provide OpenPGP signatures for every release file. This signature should be matched against the [KEYS](https://downloads.apache.org/incubator/inlong/KEYS) file which contains the OpenPGP keys of InLong's Release Managers.
We also provide <code>SHA-512</code> checksums for every release file. After you download the file, you should calculate a checksum for your download, and make sure it is the same as ours.


## Older releases
You can download previous versions of InLong here.

| version | Date | Release notes | Link | Crypto files |
|:-------:|:-------------------:|:------------------------------------------:|:-----------------------------------------------------------------------------------------------------------------------------------------------------------:|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|
| 1.1.0 | Apr 24, 2022 | [release-1.1.0](/download/release-1.1.0) | [apache-inlong-1.1.0-incubating-src.tar.gz](https://archive.apache.org/dist/incubator/inlong/1.1.0-incubating/apache-inlong-1.1.0-incubating-src.tar.gz) | [[ASC](https://archive.apache.org/dist/incubator/inlong/1.1.0-incubating/apache-inlong-1.1.0-incubating-src.tar.gz.asc)] [[SHA512](https://archive.apache.org/dist/incubator/inlong/1.1.0-incubating/apache-inlong-1.1.0-incubating-src.tar.gz.sha512)] |
| 1.0.0 | Feb 17, 2022 | [release-1.0.0](/download/release-1.0.0) | [apache-inlong-1.0.0-incubating-src.tar.gz](https://archive.apache.org/dist/incubator/inlong/1.0.0-incubating/apache-inlong-1.0.0-incubating-src.tar.gz) | [[ASC](https://archive.apache.org/dist/incubator/inlong/1.0.0-incubating/apache-inlong-1.0.0-incubating-src.tar.gz.asc)] [[SHA512](https://archive.apache.org/dist/incubator/inlong/1.0.0-incubating/apache-inlong-1.0.0-incubating-src.tar.gz.sha512)] |
| 0.12.0 | Dec 22, 2021 | [release-0.12.0](/download/release-0.12.0) | [apache-inlong-0.12.0-incubating-src.tar.gz](https://archive.apache.org/dist/incubator/inlong/0.12.0-incubating/apache-inlong-0.12.0-incubating-src.tar.gz) | [[ASC](https://archive.apache.org/dist/incubator/inlong/0.12.0-incubating/apache-inlong-0.12.0-incubating-src.tar.gz.asc)] [[SHA512](https://archive.apache.org/dist/incubator/inlong/0.12.0-incubating/apache-inlong-0.12.0-incubating-src.tar.gz.sha512)] |
| 0.11.0 | Nov 5, 2021 | [release-0.11.0](/download/release-0.11.0) | [apache-inlong-0.11.0-incubating-src.tar.gz](https://archive.apache.org/dist/incubator/inlong/0.11.0-incubating/apache-inlong-0.11.0-incubating-src.tar.gz) | [[ASC](https://archive.apache.org/dist/incubator/inlong/0.11.0-incubating/apache-inlong-0.11.0-incubating-src.tar.gz.asc)] [[SHA512](https://archive.apache.org/dist/incubator/inlong/0.11.0-incubating/apache-inlong-0.11.0-incubating-src.tar.gz.sha512)] |
| 0.10.0 | Sept 11, 2021 | [release-0.10.0](/download/release-0.10.0) | [apache-inlong-0.10.0-incubating-src.tar.gz](https://archive.apache.org/dist/incubator/inlong/0.10.0-incubating/apache-inlong-0.10.0-incubating-src.tar.gz) | [[ASC](https://archive.apache.org/dist/incubator/inlong/0.10.0-incubating/apache-inlong-0.10.0-incubating-src.tar.gz.asc)] [[SHA512](https://archive.apache.org/dist/incubator/inlong/0.10.0-incubating/apache-inlong-0.10.0-incubating-src.tar.gz.sha512)] |
| 0.9.0 | July 11, 2021 | [release-0.9.0](/download/release-0.9.0) | [apache-inlong-0.9.0-incubating-src.tar.gz](https://archive.apache.org/dist/incubator/inlong/0.9.0-incubating/apache-inlong-0.9.0-incubating-src.tar.gz) | [[ASC](https://archive.apache.org/dist/incubator/inlong/0.9.0-incubating/apache-inlong-0.9.0-incubating-src.tar.gz.asc)] [[SHA512](https://archive.apache.org/dist/incubator/inlong/0.9.0-incubating/apache-inlong-0.9.0-incubating-src.tar.gz.sha512)] |
| 0.8.0 | March. 4th, 2021 | [release-0.8.0](/download/release-0.8.0) | [apache-tubemq-0.8.0-incubating-src.tar.gz](https://archive.apache.org/dist/incubator/tubemq/0.8.0-incubating/apache-tubemq-0.8.0-incubating-src.tar.gz) | [[PGP](https://archive.apache.org/dist/incubator/tubemq/0.8.0-incubating/apache-tubemq-0.8.0-incubating-src.tar.gz.asc)] [[SHA512](https://archive.apache.org/dist/incubator/tubemq/0.8.0-incubating/apache-tubemq-0.8.0-incubating-src.tar.gz.sha512)] |
| 0.7.0 | December. 4th, 2020 | [release-0.7.0](/download/release-0.7.0) | [apache-tubemq-0.7.0-incubating-src.tar.gz](https://archive.apache.org/dist/incubator/tubemq/0.7.0-incubating/apache-tubemq-0.7.0-incubating-src.tar.gz) | [[PGP](https://archive.apache.org/dist/incubator/tubemq/0.7.0-incubating/apache-tubemq-0.7.0-incubating-src.tar.gz.asc)] [[SHA512](https://archive.apache.org/dist/incubator/tubemq/0.8.0-incubating/apache-tubemq-0.7.0-incubating-src.tar.gz.sha512)] |
| 0.6.0 | October. 21th, 2020 | [release-0.6.0](/download/release-0.6.0) | [apache-tubemq-0.6.0-incubating-src.tar.gz](https://archive.apache.org/dist/incubator/tubemq/0.6.0-incubating/apache-tubemq-0.6.0-incubating-src.tar.gz) | [[PGP](https://archive.apache.org/dist/incubator/tubemq/0.6.0-incubating/apache-tubemq-0.6.0-incubating-src.tar.gz.asc)] [[SHA512](https://archive.apache.org/dist/incubator/tubemq/0.8.0-incubating/apache-tubemq-0.6.0-incubating-src.tar.gz.sha512)] |
| 0.5.0 | August. 4th, 2020 | [release-0.5.0](/download/release-0.5.0) | [apache-tubemq-0.5.0-incubating-src.tar.gz](https://archive.apache.org/dist/incubator/tubemq/0.5.0-incubating/apache-tubemq-0.5.0-incubating-src.tar.gz) | [[PGP](https://archive.apache.org/dist/incubator/tubemq/0.5.0-incubating/apache-tubemq-0.5.0-incubating-src.tar.gz.asc)] [[SHA512](https://archive.apache.org/dist/incubator/tubemq/0.8.0-incubating/apache-tubemq-0.5.0-incubating-src.tar.gz.sha512)] |
| 0.3.0 | June. 6th, 2020 | [release-0.3.0](/download/release-0.3.0) | [apache-tubemq-0.3.0-incubating-src.tar.gz](https://archive.apache.org/dist/incubator/tubemq/0.3.0-incubating/apache-tubemq-0.3.0-incubating-src.tar.gz) | [[PGP](https://archive.apache.org/dist/incubator/tubemq/0.3.0-incubating/apache-tubemq-0.3.0-incubating-src.tar.gz.asc)] [[SHA512](https://archive.apache.org/dist/incubator/tubemq/0.8.0-incubating/apache-tubemq-0.3.0-incubating-src.tar.gz.sha512)] |
Loading

0 comments on commit 86f8457

Please sign in to comment.