evorepo/templates/public/irc.html
eliott 39a548fd26 Initial import for public release...
Special Note
  Prior to git import, approx 90% of the code was done by Judd Vinet. Thanks Judd!
2007-11-03 03:45:10 -04:00

40 lines
1.0 KiB
HTML

{% extends "base.html" %}
{% block content %}
<div class="box">
<h2 class="title">IRC Channels</h2>
<br /><br />
<p>You can find Arch-related discussion on the following IRC channels.
All channels are on <strong>irc.freenode.net</strong></p>
<table cellspacing="20">
<tr>
<td><strong>#archlinux</strong></td>
<td>The main discussion channel, mostly in English</td>
</tr><tr>
<td><strong>#archlinux-bugs<strong></td>
<td>Bug-centric discussion</td>
</tr><tr>
<td><strong>#archlinuxfr</strong></td>
<td>Discussion (French)</td>
</tr><tr>
<td><strong>#archlinux.de</strong></td>
<td>Discussion (German)</td>
</tr><tr>
<td><strong>#archlinux.se</strong></td>
<td>Discussion (Swedish)</td>
</tr><tr>
<td><strong>#archlinux.dk</strong></td>
<td>Discussion (Danish)</td>
</tr><tr>
<td><strong>#archlinux-es</strong></td>
<td>Discussion (Spanish)</td>
</tr><tr>
<td><strong>#archlinux.br</strong></td>
<td>Discussion (Brazilian Community)</td>
</tr>
</table>
</div>
<br /><br />
{% endblock %}