summaryrefslogtreecommitdiffstats
path: root/past_contributors.php
blob: 3c8b935dc20517d77554738870fecc23ec6e7109 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<?php
    include("tde-head-and-foot.php");
    doHeader("Past Contributors to Trinity", "Development", "TDE Team");
?>
<style>
table { border:1px solid #001c7b; }
thead { background-color:#cfe1f6; }
th { font-weight:normal; text-align:left; }
td { border-top:1pt solid #cfe1f6; padding-top: 3px; padding-bottom: 0px; padding-right: 2ex; }
</style>

<p>The Trinity Development Team would like to thank everyone listed below for their help. These 
individuals have, in the past, freely offered their time and effort to make Trinity better. Without their 
support Trinity would not exist in its current form.</p>
<p>If we have forgotten to add your name to the list, please contact us via <a href="mailinglist.php">the 
tde-devels mailing list</a>.</p>


<h3> Trinity Developers</h3>
<table>
<thead>
<tr><th>Name</th><th>Contributing Area(s)</th></tr>
</thead>
<tbody>
<tr><td>Serghei Amelian</td><td>General functionality enhancements<br>CMake build system developer/maintainer</td></tr>
<tr><td>"Woodsman"</td><td>Vanilla build testing and repair<br>Slackware build scripts maintainer<br>Documentation reviewer<br>Testing and quality assurance</td></tr>
<tr><td>Gregory Guy</td><td>CMake conversions<br/>General cleaning<br/>Bugfixes and general improvements</td></tr>
</tbody>
</table>

<h3>Content Distribution</h3>
<table>
<thead>
<tr><th>Name</th><th>Contributing Area(s)</th></tr>
</thead>
<tbody>
<tr><td>University of Idaho</td><td>Mirror [United States]</td></tr>
<tr><td>Jens Dunzweiler</td><td>Mirror [Germany]</td></tr>
<tr><td>Inga Muste</td><td>Kubuntu LiveCD mirror</td></tr>
<tr><td>Nathaniel Taylor</td><td><a href="http://mirror.ntmm.org/trinity/">Mirror [Sweden]</a><a href="rsync://mirror.ntmm.org"><image src="media/rsync_logo.jpg" width=30 border=0></a></td></tr>
<tr><td><a href="http://www.dotriver.eu/">DotRiver</a></td><td><a href="http://depot-trinity.dotriver.eu/">Mirror [France]</a><br><a href="http://ftp.rezopole.net/tde/">Mirror 5 [France] <font color=red>[Last sync 1/20/2012]</font></a></td></tr>
<tr><td>Ivan Ganchev</td><td><a href="http://bg1.mirror.trinitydesktop.org/trinity/">Mirror [Bulgaria]</a></td></tr>
<tr><td><a href="http://www.netlinux.org.uk/">NetLinux</a></td><td><a href="http://trinity.netlinux.org.uk/">Mirror [United Kingdom] <font color=red>[Not syncing]</font></a></td></tr>
<tr><td>Worlio</td><td><a href="https://files.worlio.com/mirrors/trinity/">Mirror [United States (Florida)]</a><a href="rsync://files.worlio.com/trinity"><image src="media/rsync_logo.jpg" width=30 border=0></a></td></tr>
<tr><td>Michael (Internet Design Alliance)</td><td><a href="http://tde-mirror-01.inet-design.com/trinity/">Mirror [United States]</a><a href="rsync://tde-mirror-01.inet-design.com/trinity/"><image src="media/rsync_logo.jpg" width=30 border=0></a></td></tr>
</tbody>
</table>

<h3>Web Team</h3>
<table>
<thead>
<tr><th>Name</th><th>Contributing Area(s)</th></tr>
</thead>
<tbody>
<tr><td>Calvin Morrison</td><td>Website design</td></tr>
<tr><td>Inga Muste</td><td>Website design</td></tr>
</tbody>
</table>


<?php
    doFooter();
?>