aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Marchese <maffblaster@gentoo.org>2023-05-02 01:24:25 -0700
committerMatthew Marchese <maffblaster@gentoo.org>2023-05-02 01:24:25 -0700
commitfe7c63bc855251715d9d608b844eb8231317f842 (patch)
treea1558f3fb630ebc24ca66bce817855914e2b7c16
parentREADME.md: Mention required Docker deps. (diff)
downloadwww-fe7c63bc855251715d9d608b844eb8231317f842.tar.gz
www-fe7c63bc855251715d9d608b844eb8231317f842.tar.bz2
www-fe7c63bc855251715d9d608b844eb8231317f842.zip
IRC channels: Add Libera.chat webchat links.
Signed-off-by: Matthew Marchese <maffblaster@gentoo.org>
-rw-r--r--_includes/partials/irc-channel.html2
-rw-r--r--get-involved/irc-channels/index.html6
2 files changed, 4 insertions, 4 deletions
diff --git a/_includes/partials/irc-channel.html b/_includes/partials/irc-channel.html
index b7e6dba..9b7ba49 100644
--- a/_includes/partials/irc-channel.html
+++ b/_includes/partials/irc-channel.html
@@ -1,6 +1,6 @@
<tr>
<th>
- <a href="irc://irc.gentoo.org/{{ channel.name }}"><tt>#{{ channel.name }}</tt></a>
+ <a href="irc://irc.gentoo.org/{{ channel.name }}"><tt>#{{ channel.name }}</tt></a> (<a href="https://web.libera.chat/#{{ channel.name }}"><tt>webchat</tt>)
</th>
<td>
{{ channel.description }}
diff --git a/get-involved/irc-channels/index.html b/get-involved/irc-channels/index.html
index 50ad2a4..965c137 100644
--- a/get-involved/irc-channels/index.html
+++ b/get-involved/irc-channels/index.html
@@ -56,13 +56,13 @@ nav2-weight: 10
</ul>
<p>
The channel is staffed by the <a href="https://wiki.gentoo.org/wiki/Project:Ops">Operators team</a>;
- if there are any problems, please contact them in <a href="irc://irc.gentoo.org/gentoo-ops"><tt>#gentoo-ops</tt></a>.
+ if there are any problems, please contact them in <a href="irc://irc.gentoo.org/gentoo-ops"><tt>#gentoo-ops</tt></a> (<a href="https://web.libera.chat/#gentoo-ops">webchat</a>).
</p>
</div>
<div class="col-xs-12 col-md-3">
- <a href="irc://irc.gentoo.org/gentoo" role="button" class="btn btn-primary btn-block"><i class="fa fa-fw fa-comments-o"></i> Join <tt>#gentoo</tt> in a local client</a>
- <a href="http://web.libera.chat/#gentoo" role="button" class="btn btn-primary btn-block"><i class="fa fa-fw fa-comments-o"></i> Join <tt>#gentoo</tt> via webchat</a>
+ <a href="irc://irc.gentoo.org/gentoo" role="button" class="btn btn-primary btn-block"><i class="fa fa-fw fa-comments-o"></i> Join <tt>#gentoo</tt> via local IRC client</a>
+ <a href="https://web.libera.chat/#gentoo" role="button" class="btn btn-primary btn-block"><i class="fa fa-fw fa-comments-o"></i> Join <tt>#gentoo</tt> via IRC webchat</a>
</div>
</div>
</div>