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/index.html | 174 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 174 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..2e0d005 --- /dev/null +++ b/templates/public/index.html @@ -0,0 +1,174 @@ +{% 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.category.category }}

More...
+
+
+
+

Package Repositories

+ + {% for repo in repos %} + + + + + {% endfor %} + +
+
+
+

Releases

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
2007.08-2Don't Panic2007-10-07
2007.08.1Don't Panic2007-09-10
2007.08Don't Panic2007-08-05
2007.05Duke2007-05-17
0.8Voodoo2007-03-31
0.7.2Gimmick2006-05-23
0.7.1Noodle2006-01-05
0.7Wombat2005-01-24
0.6Widget2004-03-01
0.5Nova2003-07-21
0.4Dragon2002-12-18
0.3Firefly2002-08-07
0.2Vega2002-04-17
0.1Homer2002-03-11
+
+
+

Documentation:

+ +

Support Arch:

+ +

Community Links:

+ +

Development:

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