summaryrefslogtreecommitdiffstats
path: root/templates/public/irc.html
diff options
context:
space:
mode:
authoreliott <eliott@cactuswax.net>2007-12-30 03:42:50 +0100
committereliott <eliott@cactuswax.net>2007-12-30 03:42:50 +0100
commit8fcdf0c2cde1c3cff98be4572a0e9e3a1d910901 (patch)
treeaa49de02aa64dfade956dbd9e79f09bf7fc06f13 /templates/public/irc.html
parent45454908dfa2c925c4689d74fc84c4c2055257ab (diff)
downloadarchweb-8fcdf0c2cde1c3cff98be4572a0e9e3a1d910901.tar.gz
archweb-8fcdf0c2cde1c3cff98be4572a0e9e3a1d910901.tar.xz
Moved some templates around
Diffstat (limited to 'templates/public/irc.html')
-rw-r--r--templates/public/irc.html42
1 files changed, 0 insertions, 42 deletions
diff --git a/templates/public/irc.html b/templates/public/irc.html
deleted file mode 100644
index f69be87..0000000
--- a/templates/public/irc.html
+++ /dev/null
@@ -1,42 +0,0 @@
-{% 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)</td>
- </tr><tr>
- <td><strong>#archlinux.it</strong></td>
- <td>Discussion (Italian)</td>
- </tr>
- </table>
-</div>
-<br /><br />
-{% endblock %}
-