summaryrefslogtreecommitdiffstats
path: root/past_contributors.php
blob: 547ab59498342704264892a608817012f0936868 (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
<?php
    include("tde-head-and-foot.php");
    doHeader("Past Contributors to Trinity", "Development", "TDE Team");
?>
<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 
trinity-devel mailing list</a>.</p>


<h3> Trinity Developers</h3>
<table class="table" STYLE="border:1px solid #001c7b;">
<tr STYLE="background-color:#cfe1f6"><td class="th">Name</td><td class="th">Contributing Area(s)</td></tr>
<tr><td class="tmain">Serghei Amelian</td><td>General functionality enhancements<br>CMake build system developer/maintainer</td></tr>
<tr><td class="tmain">"Woodsman"</td><td>Vanilla build testing and repair<br>Slackware build scripts maintainer<br>Documentation reviewer<br>Testing and quality assurance</td></tr>
</table>

<h3>Content Distribution</h3>
<table class="table" STYLE="border:1px solid #001c7b;">
<tr STYLE="background-color:#cfe1f6"><td class="th">Name</td><td class="th">Contributing Area(s)</td></tr>
<tr><td>University of Idaho</td><td>Mirror 1 [United States]</td></tr>
<tr><td>Jens Dunzweiler</td><td>Mirror 2 [Germany]</td></tr>
<tr><td>Inga Muste</td><td>Kubuntu LiveCD mirror</td></tr>
</table>

<h3>Web Team</h3>
<table class="table" STYLE="border:1px solid #001c7b;">
<tr STYLE="background-color:#cfe1f6"><td class="th">Name</td><td class="th">Contributing Area(s)</td></tr>
<tr><td class="tmain">Calvin Morrison</td><td>Website design</td></tr>
<tr><td class="tmain">Inga Muste</td><td>Website design</td></tr>
</table>



<?php
    doFooter();
?>