Skip to content

Commit

Permalink
Add info about and button to join Gitter channel
Browse files Browse the repository at this point in the history
Mention that IRC is legacy and hardly used anymore. Add link to Freenode
web chat for convenience.
  • Loading branch information
dregad committed Apr 3, 2018
1 parent 88a0ec0 commit 61ec0e7
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions development.php
Expand Up @@ -70,14 +70,20 @@
<div class=" col-sm-8 col-md-8">
<h1>Communication</h1>

<p>Sometimes its just easier to get help or discuss matters in real time. The #mantisbt channel on
irc.freenode.net is where MantisBT developers hang out.</p>
<p>Sometimes it is just easier to get help or discuss matters in real time...</p>
<p>Nowadays, the MantisBT developers hang out on <a href="https://gitter.im">Gitter</a>
and can be contacted there.
The legacy <a href="http://webchat.freenode.net/?channels=%23mantisbt">#mantisbt</a> channel
on <a href="http://freenode.net">Freenode</a> still exists, but it is hardly used anymore.
</p>
<a type="button" class="btn btn-warning" href="https://gitter.im/mantisbt/mantisbt" onclick="ga('send', 'event', 'Development', 'Join Gitter');">
Join MantisBT Gitter Channel
</a>
<a type="button" class="btn btn-warning" href="irc://irc.freenode.net/mantisbt" onclick="ga('send', 'event', 'Development', 'Join #mantisbt IRC');">
Join #mantisbt IRC
</a>

<br><br>

</div>
</div>

Expand Down

0 comments on commit 61ec0e7

Please sign in to comment.