This is an automated email from the ASF dual-hosted git repository. djwang pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cloudberry-site.git
commit 8b2292a1232db3672598613e9004ce7455306f0b Author: Dianjin Wang <[email protected]> AuthorDate: Thu Nov 28 17:50:41 2024 +0800 Rename the name and remove the old zh translation Rename the old name to Apache Cloudberry and remove the zh support for the src/community page. --- src/consts/community.tsx | 199 --------------------------------------------- src/consts/homeContent.tsx | 16 ++-- 2 files changed, 8 insertions(+), 207 deletions(-) diff --git a/src/consts/community.tsx b/src/consts/community.tsx index 46d2a8a3..5ea09702 100644 --- a/src/consts/community.tsx +++ b/src/consts/community.tsx @@ -227,205 +227,6 @@ let COMMUNITY_PAGE: CommunityPageConfig = { ], }; -// zh language -if (isZhLangrage()) { - COMMUNITY_PAGE = { - headerCard: { - titleText: "因你而社区。现在加入我们吧。", - subText: - "Cloudberry Database 由一群数据库专家负责维护。我们相信开源和社区的力量。社区参与形式多样,由你来探索;保持追踪,获取最新社区动态。", - }, - cardWraps: [ - { - title: "参与进来", - cardLines: [ - { - style: { height: 216 }, - cards: [ - { - icon: <SlackIcon fill="#fff" />, - title: "Slack", - content: - "Slack 是全球社区成员实时交流互动平台,敬请阅读《Slack 使用指南》了解详情。", - link: { text: "参与互动", href: "/community/slack" }, - }, - { - icon: <WechatIcon fill="#fff" />, - title: "微信群", - content: - "中文用户可请求加入微信交流群,参与日常聊天和社区讨论。", - link: { - text: "加入微信群", - href: "/community/wechat", - }, - }, - { - icon: <EventsIcon fill="#fff" />, - title: "活动", - content: - "订阅活动日历,追踪更多社区活动,如 Meetup、网络研讨会、会议等。", - link: { - text: "订阅日历", - href: "/community/events", - }, - }, - ], - }, - { - style: { height: 216 }, - cards: [ - { - icon: <ReportBugsIcon fill="#fff" />, - title: "反馈问题", - content: - "如发现 Cloudberry Database 内核中的任何问题,欢迎在 GitHub 上提交 Issue 反馈。只要眼睛多,Bug 无处躲。", - link: { - text: "在 GitHub 上报告 Issue", - href: "https://github.com/cloudberrydb/cloudberrydb/issues", - }, - }, - { - icon: <ForDevIcon fill="#fff" />, - title: "分享点子 / 提功能需求", - content: - "在 GitHub Discussions 上分享你的好想法、提出新的功能需求,共同塑造 Cloudberry Database 的良好体验。", - link: { - text: "分享点子", - href: "https://github.com/apache/cloudberry/discussions/new?category=ideas-feature-requests", - }, - }, - { - icon: <ShareNewIdeasIcon fill="#fff" />, - title: "开发者:参与贡献", - content: - "加入贡献者团队,无论富有经验还是新人,都希望你在这里发挥你的特长和能力。", - link: { - text: "查看贡献指南", - href: "/contribute", - }, - }, - ], - }, - ], - }, - { - title: "获取帮助", - cardLines: [ - { - style: { height: 182 }, - cards: [ - { - style: { width: 474 }, - title: "项目文档", - content: - "项目文档是一个知识库,Cloudberry Database 大部分的用法和故障排除方法都能从这里找到答案。", - link: { text: "查看文档", href: "/docs" }, - }, - { - style: { width: 474 }, - title: "Q&A 问答", - content: - "在运行或开发 Cloudberry Database 时遇到问题,你可以在 GitHub Discussions 上发帖请求帮助。", - link: { - text: "请求帮助", - href: "https://github.com/apache/cloudberry/discussions/categories/q-a", - }, - }, - ], - }, - ], - }, - { - title: "追踪动态", - cardLines: [ - { - style: { height: 195 }, - cards: [ - { - style: { width: 474 }, - title: "博客", - content: - "博客频道包含团队和社区的定期博客文章,如社区月报、版本新闻、原理详解、活动通知等。", - link: { text: "阅读最新文章", href: "/blog" }, - }, - { - title: "Twitter", - style: { width: 474 }, - content: - "欢迎关注我们的 X(原 Twitter)帐号 @cloudberrydb,获取新闻和动态。", - link: { - text: "关注我们", - href: "https://x.com/ASFCloudberry", - }, - }, - ], - }, - { - style: { height: 176 }, - cards: [ - { - title: "官方通告", - content: - "我们在 GitHub Discussions 通告频道发布团队和产品相关的动态与更新。", - link: { - text: "保持追踪", - href: "https://github.com/apache/cloudberry/discussions/categories/announcements", - }, - }, - { - title: "微信公众号", - content: "中文博客和新闻通告发布渠道。", - link: { text: "扫码关注", href: "/community/wechat" }, - }, - { - title: "Youtube", - content: - "欢迎订阅 CloudberryDB Youtube 频道,第一时间查看我们发布的视频。", - link: { - text: "现在观看", - href: "https://youtube.com/@ApacheCloudberry", - }, - }, - ], - }, - ], - }, - { - title: "指南与策略", - cardLines: [ - { - style: { height: 182 }, - cards: [ - { - title: "社区成员守则", - content: - "共同努力,为每个社区成员构建一个开放、友好、多样化、包容和健康的空间。", - link: { text: "了解详情", href: "/community/coc" }, - }, - { - title: "品牌指南", - content: "介绍如何下载、规范使用项目标志、名称和字体。", - link: { - text: "查看指南", - href: "/community/brand", - }, - }, - { - title: "安全策略", - content: "查看安全策略了解如何向官方报告安全问题。", - link: { - text: "了解安全策略", - href: "/community/security", - }, - }, - ], - }, - ], - }, - ], - }; -} - let LINK_NAV_CONFIG = COMMUNITY_PAGE.cardWraps.map((item) => { return { label: item.title, diff --git a/src/consts/homeContent.tsx b/src/consts/homeContent.tsx index 2c1ac71e..57639b0e 100644 --- a/src/consts/homeContent.tsx +++ b/src/consts/homeContent.tsx @@ -4,7 +4,7 @@ import DockerSvg from "/img/home/try-it-out/docker.svg"; import SystemSvg from "/img/home/try-it-out/system.svg"; let TIPS_CONTENT = ( - <LinkWithBaseUrl href="https://github.com/cloudberrydb/cloudberrydb"> + <LinkWithBaseUrl href="https://github.com/apache/cloudberry"> <span>If you like Apache Cloudberry (Incubating), give it a star on GitHub! </span> <img src="/img/home/hcard/star.svg" alt="" /> </LinkWithBaseUrl> @@ -57,42 +57,42 @@ let OUR_ROADMAP = { lightIcon: "/img/home/feature/hesc-light.png", title: "Streaming Support", content: - "Cloudberry Database is compatible with Greenplum Database, but with a newer PostgreSQL 14.4 kernel and more advanced features Greenplum doesn't support.", + "Apache Cloudberry is compatible with Greenplum Database, but with a newer PostgreSQL 14.4 kernel and more advanced features Greenplum doesn't support.", }, { icon: "/img/home/feature/sac.png", lightIcon: "/img/home/feature/sac-light.png", title: "AI/ML ", content: - "Inheriting the rich analytical features from PostgreSQL and Greenplum Database, Cloudberry Database leverages them to the data platform, and seamlessly integrates the mainstream ETL and BI tools.", + "Inheriting the rich analytical features from PostgreSQL and Greenplum Database, Apache Cloudberry leverages them to the data platform, and seamlessly integrates the mainstream ETL and BI tools.", }, { icon: "/img/home/feature/cuwmt.png", lightIcon: "/img/home/feature/cuwmt-light.png", title: "Strong Analytical Capability", content: - "Cloudberry Database has done a lot of work to speed up the query performance, including supporting parallel query execution, aggregation pushdown and supporting RuntimeFilter, and more.", + "Apache Cloudberry has done a lot of work to speed up the query performance, including supporting parallel query execution, aggregation pushdown and supporting RuntimeFilter, and more.", }, { icon: "/img/home/feature/p14i.png", lightIcon: "/img/home/feature/p14i-light.png", title: "Features and Enhancements", content: - "Cloudberry Database has a newer PostgreSQL 14.4 kernel inside to let users enjoy more with the backend global community.", + "Apache Cloudberry has a newer PostgreSQL 14.4 kernel inside to let users enjoy more with the backend global community.", }, { icon: "/img/home/feature/mef.png", lightIcon: "/img/home/feature/mef-light.png", title: "Kernel Upgrade", content: - "Cloudberry Database supports password security policy, transparent data encryption (TDE) and more encryption algorithms besides the AES algorithm.", + "Apache Cloudberry supports password security policy, transparent data encryption (TDE) and more encryption algorithms besides the AES algorithm.", }, { icon: "/img/home/feature/muc.png", lightIcon: "/img/home/feature/muc-light.png", title: "Utilities and Ecosystem", content: - "Cloudberry Database can be used in different scenarios, including batch processing data warehouse offline, building data warehouse in real-time, and more.", + "Apache Cloudberry can be used in different scenarios, including batch processing data warehouse offline, building data warehouse in real-time, and more.", }, ], }; @@ -133,7 +133,7 @@ let TRY_IT_OUT = { the <LinkWithBaseUrl className="active-color" - href="https://cloudberry.apache.org/bootcamp/#cloudberrydb-sandbox" + href="https://cloudberry.apache.org/bootcamp/#cloudberry-sandbox" > {" "} bootcamp{" "} --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
