提交 cd1a78d4 编写于 作者: E edisonxiang

hide some irc channels

上级 2abc5c28
......@@ -4,14 +4,18 @@ id = "irc"
+++
IRC or Internet Relay Chat, is often used as a real-time communication capability with open source projects.
We sincerely invite anyone wanting to ask questions or talk about all things about openEuler to the irc channels.
openEuler uses [freenode.net](https://freenode.net/) to provide free and open source communities.
IRC software can be found for all operating systems.
The IRC clients comparison chart on Wikipedia can help you pick one for your operating system.
You don't have to have a complex setup to use IRC.
You can use the web client for [freenode.net](https://freenode.net/),
which doesn't require any download or setup.
Just pick a nickname and join openEuler IRC channels.
### openEuler IRC Channels
......
......@@ -3,4 +3,5 @@ channelname = "#openeuler-community"
description = "Coordination of community activity"
link = "https://webchat.freenode.net/#openeuler-community"
weight = 2
visible = true
+++
......@@ -3,4 +3,5 @@ channelname = "#openeuler-dev"
description = "General and cross-project development discussion"
link = "https://webchat.freenode.net/#openeuler-dev"
weight = 3
visible = false
+++
......@@ -3,4 +3,5 @@ channelname = "#openeuler-doc"
description = "Documentation team discussion"
link = "https://webchat.freenode.net/#openeuler-doc"
weight = 4
visible = true
+++
......@@ -3,4 +3,5 @@ channelname = "#openeuler-infra"
description = "Developer community infrastructure and continuous integration testing"
link = "https://webchat.freenode.net/#openeuler-infra"
weight = 5
visible = true
+++
......@@ -3,4 +3,5 @@ channelname = "#openeuler-meeting"
description = "Team meetings"
link = "https://webchat.freenode.net/#openeuler-meeting"
weight = 6
visible = false
+++
......@@ -3,4 +3,5 @@ channelname = "#openeuler-operator"
description = "openEuler operators discussion channel"
link = "https://webchat.freenode.net/#openeuler-operator"
weight = 7
visible = false
+++
......@@ -3,4 +3,5 @@ channelname = "#openeuler-user"
description = "openEuler users discussion channel"
link = "https://webchat.freenode.net/#openeuler-user"
weight = 8
visible = false
+++
......@@ -3,4 +3,5 @@ channelname = "#openeuler"
description = "General discussion and support"
link = "https://webchat.freenode.net/#openeuler"
weight = 1
visible = true
+++
......@@ -4,13 +4,15 @@ id = "irc"
+++
IRC全称为Internet Relay Chat,凭借强大的实时通信能力,在开源项目中被大量使用。
我们真诚地邀请任何想问问题或谈论有关openEuler的人加入IRC频道参与讨论。
openEuler使用[freenode.net](https://freenode.net/)提供免费和开源的沟通和交流。
IRC软件可用于所有操作系统。
维基百科上有IRC客户端的对比,您可以根据您的操作系统选择一个。
使用IRC不需要复杂的配置。如果您不想下载和安装软件,
您可以使用Web客户端[freenode.net](https://freenode.net/)
IRC软件可用于所有操作系统,维基百科上有IRC客户端的对比,您可以根据您的操作系统选择一个
使用IRC不需要复杂的配置。如果您不想下载和安装软件,您可以使用Web客户端[freenode.net](https://freenode.net/)
只需选择一个昵称就可以加入openEuler IRC频道。
### openEuler IRC频道
......
......@@ -3,4 +3,5 @@ channelname = "#openeuler-community"
description = "社区活动协调交流"
link = "https://webchat.freenode.net/#openeuler-community"
weight = 2
visible = true
+++
......@@ -3,4 +3,5 @@ channelname = "#openeuler-dev"
description = "基本和跨项目的开发讨论"
link = "https://webchat.freenode.net/#openeuler-dev"
weight = 3
visible = false
+++
......@@ -3,4 +3,5 @@ channelname = "#openeuler-doc"
description = "文档团队讨论"
link = "https://webchat.freenode.net/#openeuler-doc"
weight = 4
visible = true
+++
......@@ -3,4 +3,5 @@ channelname = "#openeuler-infra"
description = "开发人员社区基础设施和持续集成测试讨论"
link = "https://webchat.freenode.net/#openeuler-infra"
weight = 5
visible = true
+++
......@@ -3,4 +3,5 @@ channelname = "#openeuler-meeting"
description = "团队会议频道"
link = "https://webchat.freenode.net/#openeuler-meeting"
weight = 6
visible = false
+++
......@@ -3,4 +3,5 @@ channelname = "#openeuler-operator"
description = "openEuler运维人员讨论频道"
link = "https://webchat.freenode.net/#openeuler-operator"
weight = 7
visible = false
+++
......@@ -3,4 +3,5 @@ channelname = "#openeuler-user"
description = "openEuler用户讨论频道"
link = "https://webchat.freenode.net/#openeuler-user"
weight = 8
visible = false
+++
......@@ -3,4 +3,5 @@ channelname = "#openeuler"
description = "基本讨论和支持"
link = "https://webchat.freenode.net/#openeuler"
weight = 1
visible = true
+++
......@@ -9,6 +9,7 @@
<tbody>
{{ range where $.Page.Site.Pages "Type" "ircs" }}
{{ if .Params }}
{{ if .Params.visible }}
<tr>
<td>
<a href="{{ .Params.link}}">{{ .Params.channelname }}</a>
......@@ -19,6 +20,7 @@
</tr>
{{ end }}
{{ end }}
{{ end }}
</tbody>
</table>
</div>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册