diff options
author | 2023-05-02 01:25:19 -0700 | |
---|---|---|
committer | 2023-05-02 01:25:19 -0700 | |
commit | 367f32f969f1ada40755e08c69944d9ee535c33b (patch) | |
tree | 0331601c9404f55dd138ff076493ad60fb179d09 | |
parent | IRC channels: Add Libera.chat webchat links. (diff) | |
download | www-367f32f969f1ada40755e08c69944d9ee535c33b.tar.gz www-367f32f969f1ada40755e08c69944d9ee535c33b.tar.bz2 www-367f32f969f1ada40755e08c69944d9ee535c33b.zip |
irc.yaml: Minor tweaks to IRC channel descriptions.
Signed-off-by: Matthew Marchese <maffblaster@gentoo.org>
-rw-r--r-- | _data/irc.yaml | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/_data/irc.yaml b/_data/irc.yaml index cd30ab2..b18ddb5 100644 --- a/_data/irc.yaml +++ b/_data/irc.yaml @@ -1,7 +1,7 @@ --- primary: - name: "gentoo" - description: "Issues with your installation, got a problem with Xorg? Give #gentoo a try!" + description: "General support questions, including but not limited to: the installation process, init systems, or a particular Gentoo tool? Ask here first." - name: "gentoo-dev" description: "Discussion about the active development of Gentoo Linux, requires voice (+v)." - name: "gentoo-groupcontacts" @@ -14,7 +14,7 @@ arch: - name: "gentoo-amd64" description: "Gentoo Linux/AMD64" - name: "gentoo-amd64-dev" - description: "Gentoo Linux/AMD64 Developer Channel" + description: "Gentoo Linux/AMD64 developer channel" - name: "gentoo-arm" description: "Gentoo Linux/ARM" - name: "gentoo-hppa" @@ -41,41 +41,41 @@ general: - name: "gentoo-base" description: "Gentoo Base System Project" - name: "gentoo-bugday" - description: "Gentoo BugDay Events, Gentoo Bug Fixing" + description: "Gentoo BugDay Events, Gentoo bug fixing" - name: "gentoo-bugs" - description: "Real-time Gentoo New Bug information" + description: "Real-time Gentoo new bug notification channel" - name: "gentoo-chromium" - description: "Discussion about Chromium, Google Chrome and related packages" + description: "Discussion about Chromium, Google Chrome, and related packages" - name: "gentoo-cluster" description: "Gentoo Linux/Clustering" - name: "gentoo-council" description: "Gentoo Council" - name: "gentoo-commits" - description: "Real-time Gentoo Git commit information" + description: "Real-time Gentoo git commit notification channel" - name: "gentoo-comrel" description: "The Community Relations project" - name: "gentoo-db" - description: "Database-related Packages and Discussion." + description: "Database-related packages and discussion" - name: "gentoo-desktop" - description: "Developers & Users, all things desktop" + description: "Developers & users: all things desktop" - name: "gentoo-dev-help" - description: "Ebuild Writers' Workplace" + description: "Ebuild writers' workplace" - name: "gentoo-doc" - description: "Gentoo Documentation Development" + description: "Gentoo Documentation development (also see #gentoo-wiki)." - name: "gentoo-dotnet" - description: "Gentoo Dotnet Development" + description: "Gentoo Dotnet development" - name: "gentoo-elections" description: "Discussion about elections of Gentoo Council and Board of Trustees of Gentoo Foundation" - name: "gentoo-embedded" description: "Embedded Gentoo Linux" - name: "gentoo-events" - description: "Planning and Real-Time Chat during Gentoo public events" + description: "Planning and real-time chat during Gentoo public events" - name: "gentoo-forums" description: "Gentoo Forums related chat" - name: "gentoo-games" - description: "Gentoo Linux native gaming discussion (no Cedega/Wine)" + description: "Gentoo Linux native gaming discussion (no Proton/Wine)" - name: "gentoo-guis" - description: "Gentoo GUIs Project" + description: "Gentoo GUIs project" - name: "gentoo-guru" description: "GURU project" - name: "gentoo-hardened" @@ -121,7 +121,7 @@ general: - name: "gentoo-pms" description: "Discussion about Package Manager Specification" - name: "gentoo-portage" - description: "Gentoo Portage Development" + description: "Gentoo Portage development" - name: "gentoo-pr" description: "The Public Relations project" - name: "gentoo-proxy-maint" @@ -129,11 +129,11 @@ general: - name: "gentoo-prefix" description: "The Gentoo Prefix project" - name: "gentoo-python" - description: "Gentoo Python discussion/support" + description: "Gentoo Python discussion and support" - name: "gentoo-qa" description: "Gentoo Quality Assurance" - name: "gentoo-qt" - description: "Gentoo Qt Project" + description: "Gentoo Qt project" - name: "gentoo-releng" description: "Gentoo Release Engineering internal discussion" - name: "gentoo-ruby" @@ -147,7 +147,7 @@ general: - name: "gentoo-server" description: "Server related chat" - name: "gentoo-soc" - description: "Our participation in the Google Summer of Code" + description: "Discussions related to participation in the Google Summer of Code" - name: "gentoo-systemd" description: "Discussion about systemd" - name: "gentoo-tex" @@ -157,7 +157,7 @@ general: - name: "gentoo-trustees" description: "The Trustees of the Gentoo Foundation" - name: "gentoo-vbox" - description: "Support and development channel for virtualbox on gentoo" + description: "Support and development channel for virtualbox on Gentoo" - name: "gentoo-vdr" description: "Gentoo VDR and DVB related chat" - name: "gentoo-vim" @@ -165,13 +165,13 @@ general: - name: "gentoo-virtualization" description: "Discussion about virtualization (KVM, Linux-VServer, OpenStack, OpenVZ, QEMU, VirtualBox, VMware, Xen, etc.)" - name: "gentoo-voip" - description: "Voice over IP related Discussion" + description: "Voice over IP related discussion" - name: "gentoo-vps" description: "Gentoo Virtual Private Server related chat" - name: "gentoo-web" - description: "Everything web- and webapp related (on Gentoo of course)" + description: "Everything web and webapp related (on Gentoo of course)" - name: "gentoo-wiki" - description: "Gentoo Wiki discussion" + description: "Discussion on new or existing wiki documentation (not to be used for Handbook support)" - name: "gentoo-wine" description: "Support and development channel for Wine and related applications" - name: "gentoo-www" |