From 8e570011f6c6fe9968b5b3b73f6dfc9a46f67686 Mon Sep 17 00:00:00 2001 From: lihengwei Date: Tue, 14 Nov 2023 15:19:12 +0800 Subject: [PATCH] feat: adjust readme.txt Signed-off-by: lihengwei --- README.md | 29 ++++++++++++++++++++++------- 1 file changed, 22 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 305afb6b..7d8d1bda 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,14 @@ # infrastructure +# 基础设施 ### Brief Introduction +### 简介 This repository houses the scripts for community infrastructure. You are welcome to join us. Your contribution will be appreciated. +此存储库包含社区基础结构的脚本。欢迎您加入我们。您的贡献将不胜感激。 ### Structure +### 结构 ``` |__environment --Houses the scripts of basic infrastructure. |__mail --Houses the scripts of the mailing list system. @@ -15,33 +19,44 @@ This repository houses the scripts for community infrastructure. You are welcome |__meetbot --Houses the meetbot Dockerfile and deployment YAML file. ``` - Currently, all systems are running in containers managed by HUAWEICLOUD Cloud Container Engine (CCE). Your contribution to the infrastructure resources in our community is highly appreciated. +目前,所有系统均运行在华为云容器引擎(CCE)管理的容器中。非常感谢您对我们社区的基础设施资源的贡献。 ### Mail +### 邮件 Our mailing list system is based on (Mailman + Exim4 + Postgres). Thanks go to [maxking](https://github.com/maxking/docker-mailman) and [inifum](https://github.com/infinum/exim4-docker). Most of our Docker files are built on their versions. +我们的邮件列表系统基于(Mailman + Exim4 + Postgres)。感谢 maxking 和 inifum。我们的大多数 Docker 文件都是基于其版本构建的。 ### Meeting +### 会议 + - Time 17:00-18:00, Tuesday, Beijing Time; 9:00-10:00 am, Tuesday, UTC. - +- 时间: + 北京时间周二17:00-18:00;上午 9:00-10:00,星期二,UTC。 - Channels - +- 频道 IRC will be used to hold the weekly meeting. If you consider other meeting channels like Zoom, please propose it to [mailing list](infra@openeuler.org) in advance. - - The channel https://webchat.freenode.net/#openeuler-meeting is used. + IRC 将用于召开每周会议。如果您考虑其他会议渠道,如Zoom,请提前将其建议到邮件列表。 + + The channel https://webchat.freenode.net/#openeuler-meeting is used. + 使用通道 https://webchat.freenode.net/#openeuler-meeting。 - Meeting archive - +- 会议档案 You can find the archive at http://meetings.openeuler.org/openeuler-meeting/. + 您可以在 http://meetings.openeuler.org/openeuler-meeting/ 找到存档。 ### License -All codes are under the Apache v2.0 license. +### 许可证 +All codes are under the Apache v2.0 license. +所有代码均在 Apache v2.0 许可下。 ### Reference +### 参考 test 2202-10-09 test 2202-10-09 23:59 -- Gitee