提交 dd59b8a6 编写于 作者: E edisonxiang

add irc framework

上级 d6d092d3
......@@ -76,7 +76,7 @@ paginate = 10
[[menu.main]]
identifier = "irc"
name = "IRC"
url = "/news.html"
url = "/community/irc.html"
parent = "community"
weight = 9
......@@ -199,7 +199,7 @@ paginate = 10
[[languages.zh.menu.main]]
identifier = "irc"
name = "IRC"
url = "/zh/news.html"
url = "/zh/community/irc.html"
parent = "community"
weight = 9
......
+++
title = "IRC"
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
{{< ircs >}}
### Others You May Want To Know
If you want to start a new IRC channel,
please contact with the infrastructure team in [#openeuler-infra](https://webchat.freenode.net/#openeuler)
or send email to <infra@openeuler.org> to ensure it gets registered appropriately.
Many IRC channels are logged and recordings are publicly accessible.
If you're concerned about privacy, you may consider not to write sensitive data in these channels.
+++
channelname = "#openeuler-dev"
description = "General and cross-project development discussion"
link = "https://webchat.freenode.net/#openeuler"
weight = 2
+++
+++
channelname = "#openeuler"
description = "General discussion and support"
link = "https://webchat.freenode.net/#openeuler"
weight = 1
+++
+++
title = "IRC"
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
{{< ircs "IRC频道" "描述" >}}
### Others You May Want To Know
If you want to start a new IRC channel,
please contact with the infrastructure team in [#openeuler-infra](https://webchat.freenode.net/#openeuler)
or send email to <infra@openeuler.org> to ensure it gets registered appropriately.
Many IRC channels are logged and recordings are publicly accessible.
If you're concerned about privacy, you may consider not to write sensitive data in these channels.
+++
channelname = "#openeuler-dev"
description = "基本和跨项目的开发讨论"
link = "https://webchat.freenode.net/#openeuler"
weight = 2
+++
+++
channelname = "#openeuler"
description = "基本讨论和支持"
link = "https://webchat.freenode.net/#openeuler"
weight = 1
+++
<div class="container">
<div class="divirc">
{{ .Content }}
</div>
</div>
<div class="table-responsive">
<table class="table table-bordered table-striped">
<thead>
<tr>
<th><span>{{ default "IRC Channel" (.Get 0) }}</span></th>
<th><span>{{ default "Description" (.Get 1) }}</span></th>
</tr>
</thead>
<tbody>
{{ range where $.Page.Site.Pages "Type" "ircs" }}
{{ if .Params }}
<tr>
<td>
<a href="{{ .Params.link}}">{{ .Params.channelname }}</a>
</td>
<td>
{{ .Params.description }}
</td>
</tr>
{{ end }}
{{ end }}
</tbody>
</table>
</div>
......@@ -393,7 +393,6 @@ footer .notice span {
margin-left: 10px;
}
html {
min-width: 1280px;
max-width: 1920px;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册