You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
1.6 KiB
38 lines
1.6 KiB
9 years ago
|
<?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>
|
||
|
</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();
|
||
|
?>
|