Skip to content
This repository was archived by the owner on Sep 30, 2020. It is now read-only.

Commit d909d9a

Browse files
committed
Move and add moar IRC channels.
All team channels were moved to a new section called "Team Channels". Added a bunch more community project channels. Removed the defunct rust-infra channel.
1 parent 4a47d23 commit d909d9a

File tree

1 file changed

+37
-9
lines changed

1 file changed

+37
-9
lines changed

en-US/community.md

Lines changed: 37 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,7 @@ to ask questions about contributing to Rust.
7272

7373
- [#rust][rust_irc] is for all things Rust
7474
- [#rust-beginners][beginners_irc] is a space for those new to Rust, lower traffic than #rust
75-
- [#rust-internals][internals_irc] is for discussion of other Rust implementation topics
76-
- [#rustc][rustc_irc] is the home of the [compiler team][compiler_team]
77-
- [#rust-libs][libs_irc] is the home of the [libraries team][library_team]
78-
- [#rust-tools][tools_irc] is the home of the [tools and infrastructure team][tool_team]
79-
- [#rust-lang][lang_irc] is the home of the [language team][language_team]
80-
- [#rust-community][community_irc] is the home of the [community team][community_team]
75+
- [#rust-internals][internals_irc] is for discussion of working on the Rust project itself
8176

8277
### International channels
8378

@@ -88,19 +83,39 @@ to ask questions about contributing to Rust.
8883
- [#rust-ru][ru_irc] для общих дискуссий о Rust на русском языке
8984
- [Rust中文][cn_org] Rust 语言中文 Chat 社区(非IRC频道)
9085

86+
### Team channels
87+
88+
- [#cargo][cargo_irc] is for discussion of Cargo, Rust's package manager and home of the [cargo team][cargo_team]
89+
- [#rust-community][community_irc] is the home of the [community team][community_team]
90+
- [#rustc][rustc_irc] is the home of the [compiler team][compiler_team]
91+
- [#rust-dev-tools][dev_tools_irc] is the home of the [developer tools team][dev_tools_team]
92+
- [#rust-docs][docs_irc] is the home of the [documentation team][doc_team]
93+
- [#rust-infra][infra_irc] is the home of the [infrastructure team][infra_team]
94+
- [#rust-lang][lang_irc] is the home of the [language team][language_team]
95+
- [#rust-libs][libs_irc] is the home of the [libraries team][library_team]
96+
- [#rust-mods][mod_irc] is the irc channel for the [moderation team][mod_team]
97+
- [#rust-style][style_irc] is the home of the [style strike team][style_team]
98+
9199
### Topical channels
92100

93-
- [#cargo][cargo_irc] is for discussion of Cargo, Rust's package manager
94101
- [#rust-bots][bots_irc] notifications about Rust from a selection of bots
95-
- [#rust-docs][docs_irc] is the home of the unoffical documentation team
96102
- [#rust-crypto][crypto_irc] is for discussion of cryptography in Rust
97103
- [#rust-embedded][embedded_irc] is for people doing embedded software in Rust
98104
- [#rust-gamedev][gamedev_irc] is for people doing game development in Rust
105+
- [#rust-geo][rustgeo_irc] is for discussion on GeoRust, geospatial tools written in Rust
106+
- [#rust-machine-learning][machine_learning_irc] is for people doing machine learning in Rust
99107
- [#rust-networking][networking_irc] is for people doing computer networking and development in Rust
100108
- [#rust-offtopic][offtopic_irc] is for general chit-chat amongst Rustaceans
101109
- [#rust-osdev][osdev_irc] is for people doing OS development in Rust
102110
- [#rust-webdev][webdev_irc] is for people doing web development in Rust
111+
- [#hyper][hyper_irc] is for discussion on Hyper, a popular Rust http library
112+
- [#iron][iron_irc] is for discussion on Iron, the extensible Rust web framework
113+
- [#nom][nom_irc] is for discussion on Nom, a Rust parser combinator library
114+
- [#redox][redox_irc] is for discussion on Redox, the operating system written in Rust
115+
- [#rocket][rocket_irc] is for discussion on Rocket, a popular Rust http framework
116+
- [#serde][serde_irc] if for discussion on Serde, a popular Rust serialization library
103117
- [#servo][servo_irc] is for discussion of Servo, the browser engine written in Rust
118+
- [#xi][xi_irc] is for discussion of Xi, the text editor written in Rust
104119

105120
[IRC]: https://en.wikipedia.org/wiki/Internet_Relay_Chat
106121
[beginners_irc]: https://chat.mibbit.com/?server=irc.mozilla.org&channel=%23rust-beginners
@@ -125,9 +140,22 @@ to ask questions about contributing to Rust.
125140
[rust_irc]: https://chat.mibbit.com/?server=irc.mozilla.org&channel=%23rust
126141
[rustc_irc]: https://chat.mibbit.com/?server=irc.mozilla.org&channel=%23rustc
127142
[servo_irc]: https://chat.mibbit.com/?server=irc.mozilla.org&channel=%23servo
128-
[tools_irc]: https://chat.mibbit.com/?server=irc.mozilla.org&channel=%23rust-tools
129143
[webdev_irc]: https://chat.mibbit.com/?server=irc.mozilla.org&channel=%23rust-webdev
130144
[docs_irc]: https://chat.mibbit.com/?server=irc.mozilla.org&channel=%23rust-docs
145+
[xi_irc]: https://chat.mibbit.com/?server=irc.mozilla.org&channel=%23xi
146+
[dev_tools_irc]: https://chat.mibbit.com/?server=irc.mozilla.org&channel=%23rust-dev-tools
147+
[style_irc]: https://chat.mibbit.com/?server=irc.mozilla.org&channel=%23style
148+
[style_team]: team.html#Style-team
149+
[mod_irc]: https://chat.mibbit.com/?server=irc.mozilla.org&channel=%23mods
150+
[machine_learning_irc]: https://chat.mibbit.com/?server=irc.mozilla.org&channel=%23rust-machine-learning
151+
[hyper_irc]: https://chat.mibbit.com/?server=irc.mozilla.org&channel=%23hyper
152+
[iron_irc]: https://chat.mibbit.com/?server=irc.mozilla.org&channel=%23iron
153+
[redox_irc]: https://chat.mibbit.com/?server=irc.mozilla.org&channel=%23redox
154+
[nom_irc]: https://chat.mibbit.com/?server=irc.mozilla.org&channel=%23nom
155+
[infra_irc]: https://chat.mibbit.com/?server=irc.mozilla.org&channel=%23infra
156+
[rustgeo_irc]: https://chat.mibbit.com/?server=irc.mozilla.org&channel=%23rust-geo
157+
[rocket_irc]: https://chat.mibbit.com/?server=irc.mozilla.org&channel=%23rocket
158+
[serde_irc]: https://chat.mibbit.com/?server=irc.mozilla.org&channel=%23serde
131159

132160
## Discussion Forums
133161

0 commit comments

Comments
 (0)