This is an automated email from the ASF dual-hosted git repository. liyang pushed a commit to branch doc5.0 in repository https://gitbox.apache.org/repos/asf/kylin.git
commit cf1689fb90f2dc68ac255a2445a904e266874884 Author: jlf <[email protected]> AuthorDate: Tue Oct 22 17:08:46 2024 +0800 add i18n community.mdx and download.md --- .../current/community.mdx | 42 ++++++++++++++++++++++ .../current/download.md | 21 +++++++++++ 2 files changed, 63 insertions(+) diff --git a/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/community.mdx b/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/community.mdx new file mode 100644 index 0000000000..5f4e09495d --- /dev/null +++ b/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/community.mdx @@ -0,0 +1,42 @@ +--- +sidebar_position: 70 +last_update: + date: 10/21/2024 + author: Jiang Longfei +--- + +# 社区 + +### 源码仓库和 JIRA + - [Kylin 未解决的 issues](https://issues.apache.org/jira/issues/?filter=12352458) + - [源码仓库](https://github.com/apache/kylin/tree/kylin5) + +### 邮件订阅 +|订阅|取消订阅| +|-----|-----| +|[用户邮件订阅](mailto:[email protected]) | [取消订阅](mailto:[email protected])| +|[开发者邮件订阅](mailto:[email protected]) | [取消订阅](mailto:[email protected])| +|[Issues 邮件订阅](mailto:[email protected]) | [取消订阅](mailto:[email protected])| +|[Commits 邮件订阅](mailto:[email protected]) | [取消订阅](mailto:[email protected])| + + +- [用户订阅列表](https://lists.apache.org/[email protected]) +- [开发者订阅列表](https://lists.apache.org/[email protected]) + +### PMC & Committers +import Community from '@site/src/components/committers/community.tsx'; + +<Community /> + +### 其他贡献者 +|Name|Github|Main Contributions| +|-----|-----|-----| +|Rui Feng|[fengrui129](https://github.com/fengrui129)|Website Design, Kylin Logo| +|Luffy Xiao|[luffy-xiao](http://github.com/luffy-xiao)|Kylin Web application, REST service| +|Kejia Wang|[Kejia-Wang](https://github.com/Kejia-Wang)|Web application, Website| +|Yue Yang||Web application UI design| + +### 支持 + <li>感谢<a href="https://www.ebayinc.com/"> eBay Inc </a>将该项目捐赠给开源社区,并在<a href="http://www.ebaytechblog.com/2014/10/20/announcing-kylin-extreme-olap-engine-for-big-data/"> eBay Techblog </a>上宣布。</li> + <li>感谢<a href="https://www.jetbrains.com/"> JetBrains </a>为我们提供了<a href="https://www.jetbrains.com/idea/"> IntelliJ IDEA </a>的免费许可证。</li> + <li>感谢 Vikash Agarwal([email protected]),他的文章<a href="http://www.drdobbs.com/windows/odbc-driver-development/184416434?pgno=5"> DBC驱动程序开发 </a>和示例代码介绍了如何从头开始编写ODBC驱动程序的基本方法。</li> diff --git a/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/download.md b/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/download.md new file mode 100644 index 0000000000..e121e8dcb4 --- /dev/null +++ b/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/download.md @@ -0,0 +1,21 @@ +--- +sidebar_position: 1 +last_update: + date: 10/21/2024 + author: Jiang Longfei +--- + +# 下载 Apache Kylin + +### v5.0.0-GA +- 这是 Kylin 5.X 的第一个正式版本,具有新功能/改进和错误修复。 +- 有关此版本的更多信息,请查看[版本注释](release_notes.md)和[概述](overview.md) +- 源码下载: [apache-kylin-5.0.0-GA-source-release.zip](https://github.com/apache/kylin/releases/download/kylin-5.0.0/apache-kylin-5.0.0-source-release.zip) \[[asc](https://github.com/apache/kylin/releases/download/kylin-5.0.0/apache-kylin-5.0.0-source-release.zip.asc)\] \[[sha256](https://github.com/apache/kylin/releases/download/kylin-5.0.0/apache-kylin-5.0.0-source-release.zip.sha256)\] +- 安装包下载: [apache-kylin-5.0.0-GA-bin.tar.gz](https://github.com/apache/kylin/releases/download/kylin-5.0.0/apache-kylin-5.0.0-bin.tar.gz) \[[asc](https://github.com/apache/kylin/releases/download/kylin-5.0.0/apache-kylin-5.0.0-bin.tar.gz.asc)\] \[[sha256](https://github.com/apache/kylin/releases/download/kylin-5.0.0/apache-kylin-5.0.0-bin.tar.gz.sha256)\] + + +### Dockerhub预览 + +在个人电脑中体验 Kylin 5, +我们建议在dockerhub中拉出docker镜像并检查[独立镜像](https://hub.docker.com/r/apachekylin/apache-kylin-standalone). +
