Fixed a bug with pkgmaint page
[archweb_dev-nj.git] / templates / devel / projects.html
blobc669d048430f20a5110e0e48e88c6f1974a426e8
1 {% extends "base.html" %}
3 {% block content %}
4 <div class="box">
5 <h2 class="title">Arch Related Projects</h2>
6 <br /><br />
7 <p>There are a few Arch-based projects or communities that have sprung up
8 over the years. Here's a list of the ones we know about.</p>
9 <table cellspacing="20">
10 <tr>
11 <td><a href="http://user-contributions.org/home/index.php">user-contributions.org</a></td>
12 <td>A website belongs to members wanting to give a little something to the free software community</td>
13 </tr><tr>
14 <td><a href="http://www.archlinux.org/~simo/archstats/">ArchStats</a></td>
15 <td>An opt-in system that tracks which packages each user has installed, hardware specs, etc</td>
16 </tr><tr>
17 <td><a href="http://archie.dotsrc.org/">Archie Live CD</a></td>
18 <td>A live CD (and live CD build scripts) based on Arch</td>
19 </tr>
20 <tr>
21 <td><a href="http://www.archlinuxppc.org/">ArchPPC</a></td>
22 <td>Arch packages optimized for PPC</td>
23 </tr><tr>
24 <td><a href="http://user-contributions.org/projects/hwd/hwd.html">Hardware Detection</a></td>
25 <td>Hardware detection scripts for Arch <span style="font-size:x-small">(deprecated in favor of udev's auto-detection)</span></td>
26 </tr><tr>
27 <td><a href="http://arch-egis.berlios.de/">AEGIS</a></td>
28 <td>Arch Environmental/Geographical Information Systems (AEGIS) Project</td>
29 </tr>
30 </table>
31 <br />
32 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.
33 </div>
34 <br /><br />
35 {% endblock %}