|
|
|
<?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>
|
|
|
|
</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 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>
|
|
|
|
<tr><td>Nathaniel Taylor</td><td><a href="http://mirror.ntmm.org/trinity/">Mirror 3 [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 4 [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 6 [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 7 [United Kingdom] <font color=red>[Not syncing]</font></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();
|
|
|
|
?>
|