summaryrefslogtreecommitdiffstats
path: root/templates/public/irc.html
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2010-03-02 01:49:37 +0100
committerDan McGee <dan@archlinux.org>2010-04-19 05:40:01 +0200
commitc4ddff2f485834e420cd0e67d5942ec5e1fc4e25 (patch)
tree563d7a1f8ec61eeddb15a25a6a6da6c73acea537 /templates/public/irc.html
parentad33813bc14621911ea057b0143493a99048f4cb (diff)
downloadarchweb-c4ddff2f485834e420cd0e67d5942ec5e1fc4e25.tar.gz
archweb-c4ddff2f485834e420cd0e67d5942ec5e1fc4e25.tar.xz
Remove IRC Channels
And link to wiki instead. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/public/irc.html')
-rw-r--r--templates/public/irc.html72
1 files changed, 0 insertions, 72 deletions
diff --git a/templates/public/irc.html b/templates/public/irc.html
deleted file mode 100644
index ea44ede..0000000
--- a/templates/public/irc.html
+++ /dev/null
@@ -1,72 +0,0 @@
-{% extends "base.html" %}
-{% block title %}Arch Linux - IRC Channels{% endblock %}
-{% 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>#archlinux64</strong></td>
- <td>x86_64 specific discussion channel, mostly in English</td>
- </tr><tr>
- <td><strong>#archlinux-bugs</strong></td>
- <td>Bug-centric discussion</td>
- </tr><tr>
- <td><strong>#archlinux-offtopic</strong></td>
- <td>Random offtopic discussions.</td>
- </tr><tr>
- <td><strong>#archlinux-pacman</strong></td>
- <td>Pacman development and discussion</td>
- </tr><tr>
- <td><strong>#archlinux-br</strong></td>
- <td>Discussion (Brazilian)</td>
- </tr><tr>
- <td><strong>#archlinux-cr</strong></td>
- <td>Discussion (Costa Rica)</td>
- </tr><tr>
- <td><strong>#archlinux.de</strong></td>
- <td>Discussion (German)</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>#archlinuxfr</strong></td>
- <td>Discussion (French)</td>
- </tr><tr>
- <td><strong>#archlinux-gaelic</strong></td>
- <td>Discussion (Gaelic)</td>
- </tr><tr>
- <td><strong>#archlinux.hu</strong></td>
- <td>Discussion (Hungarian)</td>
- </tr><tr>
- <td><strong>#archlinux.it</strong></td>
- <td>Discussion (Italian)</td>
- </tr><tr>
- <td><strong>#archlinux-pl</strong></td>
- <td>Discussion (Polish)</td>
- </tr><tr>
- <td><strong>#archlinux.ro</strong></td>
- <td>Discussion (Romanian)</td>
- </tr><tr>
- <td><strong>#archlinux.se</strong></td>
- <td>Discussion (Swedish)</td>
- </tr><tr>
- <td><strong>#archlinux.tr</strong></td>
- <td>Discussion (Turkish)</td>
- </tr><tr>
- <td><strong>#archlinux.org.uk</strong></td>
- <td>Discussion (United Kingdom)</td>
- </tr>
- </table>
-</div>
-<br /><br />
-{% endblock %}
-