diff options
author | eliott <eliott@cactuswax.net> | 2007-12-29 18:42:50 -0800 |
---|---|---|
committer | eliott <eliott@cactuswax.net> | 2007-12-29 18:42:50 -0800 |
commit | 8fcdf0c2cde1c3cff98be4572a0e9e3a1d910901 (patch) | |
tree | aa49de02aa64dfade956dbd9e79f09bf7fc06f13 /templates/public/projects.html | |
parent | 45454908dfa2c925c4689d74fc84c4c2055257ab (diff) |
Moved some templates around
Diffstat (limited to 'templates/public/projects.html')
-rw-r--r-- | templates/public/projects.html | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/templates/public/projects.html b/templates/public/projects.html deleted file mode 100644 index c669d048..00000000 --- a/templates/public/projects.html +++ /dev/null @@ -1,36 +0,0 @@ -{% extends "base.html" %} - -{% block content %} -<div class="box"> - <h2 class="title">Arch Related Projects</h2> - <br /><br /> - <p>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.</p> - <table cellspacing="20"> - <tr> - <td><a href="http://user-contributions.org/home/index.php">user-contributions.org</a></td> - <td>A website belongs to members wanting to give a little something to the free software community</td> - </tr><tr> - <td><a href="http://www.archlinux.org/~simo/archstats/">ArchStats</a></td> - <td>An opt-in system that tracks which packages each user has installed, hardware specs, etc</td> - </tr><tr> - <td><a href="http://archie.dotsrc.org/">Archie Live CD</a></td> - <td>A live CD (and live CD build scripts) based on Arch</td> - </tr> - <tr> - <td><a href="http://www.archlinuxppc.org/">ArchPPC</a></td> - <td>Arch packages optimized for PPC</td> - </tr><tr> - <td><a href="http://user-contributions.org/projects/hwd/hwd.html">Hardware Detection</a></td> - <td>Hardware detection scripts for Arch <span style="font-size:x-small">(deprecated in favor of udev's auto-detection)</span></td> - </tr><tr> - <td><a href="http://arch-egis.berlios.de/">AEGIS</a></td> - <td>Arch Environmental/Geographical Information Systems (AEGIS) Project</td> - </tr> - </table> - <br /> - If you have an Arch related project you would like linked, 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 %} - |