summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2010-03-01 18:55:09 -0600
committerDan McGee <dan@archlinux.org>2010-04-18 23:14:53 -0500
commit1709def7f196e863de990ce3d55de63f7a349268 (patch)
treec3cc4ab24dfaabb078f2dbcec52adb6f30271c1d /templates
parent94b735a181cef2a42d19a2bde55d48727a0ce35a (diff)
downloadarchweb-1709def7f196e863de990ce3d55de63f7a349268.tar.gz
archweb-1709def7f196e863de990ce3d55de63f7a349268.zip
Remove International Communities
Add link to wiki instead. Also remove AltForum model and associated dealings. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates')
-rw-r--r--templates/public/index.html2
-rw-r--r--templates/public/moreforums.html37
2 files changed, 1 insertions, 38 deletions
diff --git a/templates/public/index.html b/templates/public/index.html
index e80909d9..3310cae4 100644
--- a/templates/public/index.html
+++ b/templates/public/index.html
@@ -114,7 +114,7 @@
<li><a href="http://planet.archlinux.org">Planet Arch</a></li>
<li><a href="/static/magazine/">Magazines</a></li>
<li><a href="/projects/">Arch-Based Projects</a></li>
- <li><a href="/moreforums/">International Communities</a></li>
+ <li><a href="http://wiki.archlinux.org/index.php/International_Communities">International Communities</a></li>
<li><a href="http://wiki.archlinux.org/index.php/Arch_Linux_Press_Review">Press</a></li>
</ul>
<h3>Development:</h3>
diff --git a/templates/public/moreforums.html b/templates/public/moreforums.html
deleted file mode 100644
index 91ab4209..00000000
--- a/templates/public/moreforums.html
+++ /dev/null
@@ -1,37 +0,0 @@
-{% extends "base.html" %}
-{% block title %}Arch Linux - International Communities{% endblock %}
-{% block content %}
-<div class="box">
- <h2 class="title">International Communities</h2>
- <br /><br />
- <p>
- <a href="http://www.archlinux.org/">www.archlinux.org</a> is the home of
- the official Arch Linux website, forums, and wiki. However, several
- unofficial community-run sites are available for international users who
- would rather communicate in their own language. You can find a list of
- these communities below.
- </p>
- <p>
- Please note that the official <a href="http://wiki.archlinux.org/">Wiki</a>
- also supports internationalized content. In addition, we have <a
- href="http://bbs.archlinux.org/viewforum.php?id=30">a forum</a> where
- you can post in your native language. These tools can be used in addition
- to, in parallel with, or as a part of the international communities listed
- below.
- </p>
- <table cellspacing="20">
- {% for forum in forum_list %}
- <tr>
- <td width="200">{{ forum.language }}</td>
- <td><a href="{{ forum.url }}">{{ forum.name }}</a></td>
- </tr>
- {% endfor %}
- </table>
- <br />
- If you host a community you would like linked on this page, 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 %}
-