From 8fcdf0c2cde1c3cff98be4572a0e9e3a1d910901 Mon Sep 17 00:00:00 2001 From: eliott Date: Sat, 29 Dec 2007 18:42:50 -0800 Subject: Moved some templates around --- templates/devel/irc.html | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 templates/devel/irc.html (limited to 'templates/devel/irc.html') diff --git a/templates/devel/irc.html b/templates/devel/irc.html new file mode 100644 index 00000000..f69be873 --- /dev/null +++ b/templates/devel/irc.html @@ -0,0 +1,42 @@ +{% extends "base.html" %} + +{% block content %} +
+

IRC Channels

+

+

You can find Arch-related discussion on the following IRC channels. + All channels are on irc.freenode.net

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
#archlinuxThe main discussion channel, mostly in English
#archlinux-bugsBug-centric discussion
#archlinuxfrDiscussion (French)
#archlinux.deDiscussion (German)
#archlinux.seDiscussion (Swedish)
#archlinux.dkDiscussion (Danish)
#archlinux-esDiscussion (Spanish)
#archlinux.brDiscussion (Brazilian)
#archlinux.itDiscussion (Italian)
+
+

+{% endblock %} + -- cgit v1.2.3-54-g00ecf