From 39a548fd2629f3b6383990264b2e331b3aea99fb Mon Sep 17 00:00:00 2001 From: eliott Date: Sat, 3 Nov 2007 03:45:10 -0400 Subject: Initial import for public release... Special Note Prior to git import, approx 90% of the code was done by Judd Vinet. Thanks Judd! --- templates/public/moreforums.html | 78 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 templates/public/moreforums.html (limited to 'templates/public/moreforums.html') diff --git a/templates/public/moreforums.html b/templates/public/moreforums.html new file mode 100644 index 0000000..f8a1362 --- /dev/null +++ b/templates/public/moreforums.html @@ -0,0 +1,78 @@ +{% extends "base.html" %} + +{% block content %} +
+

More Arch Forums

+

+

+ Our main forum is located at bbs.archlinux.org. + However, there are other locale-specific forums available. +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Brazilianhttp://forum.archlinux-br.org
Czechhttp://forum.archlinux.cz/
Danishhttp://forum.archlinux.dk/
Dutchhttp://arch-forum.nl/
Frenchhttp://forums.archlinuxfr.org
Frenchhttp://forums.archlinux.fr
Germanhttp://forum.archlinux.de
Hungarianhttp://archlinux.hu/forum/
Italianhttp://www.archlinux.it/forum/
Polishhttp://forum.arch-linux.pl
Russianhttp://archlinux.org.ru/forum/
Spanishhttp://www.archlinux.com.ar/foros/
Swedenhttp://forum.archlinux.se/ +
Turkishhttp://forum.linux-sevenler.org/index.php/board,65.0.html
Ukrainianhttp://archlinux.org.ua/
+
+ If you have a forum you would like linked, please open a Bug Ticket with the category "web site", and a relevant description. +
+

+{% endblock %} + -- cgit v1.2.3-24-g4f1b