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

Arch Related Projects

+

+

There are a few Arch-based projects or communities that have sprung up + over the years. Here's a list of the ones we know about.

+ + + + + + + + + + + + + + + + + + + + + +
user-contributions.orgA website belongs to members wanting to give a little something to the free software community
ArchStatsAn opt-in system that tracks which packages each user has installed, hardware specs, etc
Archie Live CDA live CD (and live CD build scripts) based on Arch
ArchPPCArch packages optimized for PPC
Hardware DetectionHardware detection scripts for Arch (deprecated in favor of udev's auto-detection)
AEGISArch Environmental/Geographical Information Systems (AEGIS) Project
+
+ If you have an Arch related project you would like linked, please open a Bug Ticket with the category "web site", and a relevant description. +
+

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