summaryrefslogtreecommitdiffstats
path: root/templates/public/moreforums.html
diff options
context:
space:
mode:
authoreliott <eliott@cactuswax.net>2007-11-03 08:45:10 +0100
committereliott <eliott@cactuswax.net>2007-11-03 08:45:10 +0100
commit39a548fd2629f3b6383990264b2e331b3aea99fb (patch)
treef68c3156dad5f7814473ceff2461679ddf11a2e8 /templates/public/moreforums.html
downloadarchweb-39a548fd2629f3b6383990264b2e331b3aea99fb.tar.gz
archweb-39a548fd2629f3b6383990264b2e331b3aea99fb.tar.xz
Initial import for public release...
Special Note Prior to git import, approx 90% of the code was done by Judd Vinet. Thanks Judd!
Diffstat (limited to 'templates/public/moreforums.html')
-rw-r--r--templates/public/moreforums.html78
1 files changed, 78 insertions, 0 deletions
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 %}
+<div class="box">
+ <h2 class="title">More Arch Forums</h2>
+ <br /><br />
+ <p>
+ Our main forum is located at <a href="http://bbs.archlinux.org">bbs.archlinux.org</a>.
+ However, there are other locale-specific forums available.
+ </p>
+ <table cellspacing="20">
+ <tr>
+ <td width="200">Brazilian</td>
+ <td><a href="http://forum.archlinux-br.org/">http://forum.archlinux-br.org</a></td>
+ </tr>
+ <tr>
+ <td>Czech</td>
+ <td><a href="http://forum.archlinux.cz/">http://forum.archlinux.cz/</a></td>
+ </tr>
+ <tr>
+ <td>Danish</td>
+ <td><a href="http://forum.archlinux.dk">http://forum.archlinux.dk/</a></td>
+ </tr>
+ <tr>
+ <td>Dutch</td>
+ <td><a href="http://arch-forum.nl/">http://arch-forum.nl/</a></td>
+ </tr>
+ <tr>
+ <td>French</td>
+ <td><a href="http://forums.archlinuxfr.org/">http://forums.archlinuxfr.org</a></td>
+ </tr>
+ <tr>
+ <td>French</td>
+ <td><a href="http://forums.archlinux.fr/">http://forums.archlinux.fr</a></td>
+ </tr>
+ <tr>
+ <td>German</td>
+ <td><a href="http://forum.archlinux.de/">http://forum.archlinux.de</a></td>
+ </tr>
+ <tr>
+ <td>Hungarian</td>
+ <td><a href="http://archlinux.hu/forum/">http://archlinux.hu/forum/</a></td>
+ </tr>
+ <tr>
+ <td>Italian</td>
+ <td><a href="http://www.archlinux.it/forum/">http://www.archlinux.it/forum/</a></td>
+ </tr>
+ <tr>
+ <td>Polish</td>
+ <td><a href="http://forum.arch-linux.pl">http://forum.arch-linux.pl</a></td>
+ </tr>
+ <tr>
+ <td>Russian</td>
+ <td><a href="http://archlinux.org.ru/forum/">http://archlinux.org.ru/forum/</a></td>
+ </tr>
+ <tr>
+ <td>Spanish</td>
+ <td><a href="http://www.archlinux.com.ar/foros/">http://www.archlinux.com.ar/foros/</a></td>
+ </tr>
+ <tr>
+ <td>Sweden</td>
+ <td><a href="http://forum.archlinux.se/">http://forum.archlinux.se/</a>
+ </tr>
+ <tr>
+ <td>Turkish</td>
+ <td><a href="http://forum.linux-sevenler.org/index.php/board,65.0.html">http://forum.linux-sevenler.org/index.php/board,65.0.html</a></td>
+ </tr>
+ <tr>
+ <td>Ukrainian</td>
+ <td><a href="http://archlinux.org.ua/">http://archlinux.org.ua/</a></td>
+ </tr>
+ </table>
+ <br />
+ If you have a forum you would like linked, please open a <a href="http://bugs.archlinux.org/">Bug Ticket</a> with the category "web site", and a relevant description.
+</div>
+<br /><br />
+{% endblock %}
+