Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update chat page with Libera Chat info and URIs #815

Merged
merged 1 commit into from
Jun 10, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 3 additions & 11 deletions views/site/chat.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,13 @@
<div class="site-chat content">
<h1>Live Chat</h1>
<p>To get near-instant help or support with the Yii Framework you can join either Slack or IRC channel.</p>

<p>
Please note that the chats are community effort and that people are not always available or able to help.<br>
When asking a question, please <strong>be patient and stay for a while</strong> so that people have a chance to respond
when they can.
</p>

<h2>Slack</h2>

<p>
We have a Slack channel:
<a href="<?= Url::to(['go/slack']) ?>">yii.slack.com</a>.
Expand All @@ -24,16 +22,10 @@

<h2>IRC</h2>
<p>
Our IRC channel is on the <a href="http://freenode.net/">Freenode IRC network</a>. If you already have
an IRC client installed, simply click on <a href="irc://irc.freenode.net/yii">#yii on the Freenode IRC network</a>.
Our IRC channel is on the <a href="https://libera.chat/">Libera Chat IRC network</a>. If you already have
an IRC client installed, simply click on <a href="ircs://irc.libera.chat:6697/yii">#yii on the Libera Chat IRC network</a>.
Otherwise feel free to use the web-based IRC client below to join the channel and start the chat.
</p>

<p>
We have two bots in the channel: <a href="<?= Yii::getAlias('@web/wiki/369/') ?>" target="_blank">MrFisk</a> and Gillette, which post
documentation references about the code we talk about.
</p>

<iframe title="IRC Client" src="https://kiwiirc.com/nextclient/#irc://irc.freenode.net/#yii" width="100%" height="480" style="border:1px solid silver;"></iframe>
<iframe title="IRC Client" src="https://kiwiirc.com/nextclient/#ircs://irc.libera.chat:6697/yii" width="100%" height="480" style="border:1px solid silver;"></iframe>
</div>
</div>