From 79f00ef686e0597cb197ed67ba1462aa60a530bb Mon Sep 17 00:00:00 2001 From: Ismael Carnales Date: Fri, 30 Oct 2009 16:56:21 -0200 Subject: "imported" public app files from archweb_pub --- templates/public/moreforums.html | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 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..91ab420 --- /dev/null +++ b/templates/public/moreforums.html @@ -0,0 +1,37 @@ +{% extends "base.html" %} +{% block title %}Arch Linux - International Communities{% endblock %} +{% block content %} +
+

International Communities

+

+

+ www.archlinux.org 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. +

+

+ Please note that the official Wiki + also supports internationalized content. In addition, we have a forum 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. +

+ + {% for forum in forum_list %} + + + + + {% endfor %} +
{{ forum.language }}{{ forum.name }}
+
+ If you host a community you would like linked on this page, please open a + Bug Ticket with the category "web + site", and a relevant description. +
+

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