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.
64 lines
3.0 KiB
64 lines
3.0 KiB
<?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();
|
|
?>
|