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/index.html | 109 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 109 insertions(+) create mode 100644 templates/public/index.html (limited to 'templates/public/index.html') diff --git a/templates/public/index.html b/templates/public/index.html new file mode 100644 index 0000000..e092e28 --- /dev/null +++ b/templates/public/index.html @@ -0,0 +1,109 @@ +{% extends "base.html" %} + +{% block head %} + + +{% endblock %} + +{% block content_left %} +
+

Welcome to Arch!

+

+ You've reached the website for Arch Linux, a lightweight + and flexible Linux® distribution that tries to Keep It Simple. +

+ Currently we have official packages optimized for the i686 and x86-64 + architectures. We complement our official package sets with a + community-operated package repository + that grows in size and quality each and every day. +

+ Our strong community is diverse and helpful, and we pride ourselves on + the range of skillsets and uses for Arch that stem from it. Please + check out our forums and + mailing lists + to get your feet wet. Also glance through our wiki + if you want to learn more about Arch. +

+ Learn more... +

+
+

+
+ RSS Feed +
+

Latest News

+
+ {% for news in news_updates %} +
+ {{ news.postdate }} +

{{ news.title }}

+

{{ news.content|striptags|truncatewords:60 }}

+
+ {% endfor %} + More News... +

+
+{% endblock %} + +{% block content_right %} + +
+ + + + + + {% for pkg in pkg_updates %} + + + + + {% endfor %} + + + +

Recent Updates

RSS Feed
{{ pkg.pkgname }} {{ pkg.pkgver }}-{{ pkg.pkgrel }}{{ pkg.arch.name }}

More...
+
+
+

Documentation:

+ +

Support Arch:

+ +

Community Links:

+ +

Development:

+ + velocity network - it's about time + We would like to express our thanks to SevenL Networks for their generous contribution +{% endblock %} -- cgit v1.2.3-24-g4f1b