summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2019-10-27 20:34:02 +0100
committerSlávek Banko <[email protected]>2019-10-27 20:34:02 +0100
commita4e890eac03cfeb782ce2133e9cec7fe90271873 (patch)
treeda3714b6d98727e40fb5fbd671d521adcb87d1e5
parent1e6f5da3107c5b2fe720b3a7ff6cf52c6adb8b18 (diff)
downloadwebsite-core-a4e890eac03cfeb782ce2133e9cec7fe90271873.tar.gz
website-core-a4e890eac03cfeb782ce2133e9cec7fe90271873.zip
Delete the mirrors.php file that appears to be an unused
older version of the contributors.php file. Signed-off-by: Slávek Banko <[email protected]>
-rw-r--r--mirrors.php54
1 files changed, 0 insertions, 54 deletions
diff --git a/mirrors.php b/mirrors.php
deleted file mode 100644
index c38478f..0000000
--- a/mirrors.php
+++ /dev/null
@@ -1,54 +0,0 @@
-<?php
- include("tde-head-and-foot.php");
- doHeader("TDE Team", "Development", "TDE Team");
-?>
-
- The Trinity Development Team would like to thank everyone listed below for their assistance. These individuals have 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">Timothy Pearson</td><td>Project administrator<br>Primary developer<br>Build farm administrator<br>Debian/Ubuntu packaging maintainer</td></tr>
-<tr><td class="tmain">Sl&aacute;vek Banko</td><td>SRU development, management, and builds</td></tr>
-<tr><td class="tmain">Francois Andriot</td><td>Redhat/Fedora packaging 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>
-<tr><td class="tmain">Michele Calgaro</td><td>Developer<br>Documentation reviewer<br>Debian/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>Mike Bird (Yosemite Network)</td><td><a href="http://tde-mirror.yosemite.net/trinity/">Mirror 1 [United States]</a><a href="rsync://tde-mirror.yosemite.net/trinity/"><image src="media/rsync_logo.jpg" width=30 border=0></a></td></tr>
-<tr><td><a href="http://www.mirrorservice.org/">UK Mirror Service</a></td><td><a href="http://www.mirrorservice.org/sites/trinitydesktop.org/trinity/">Mirror 2 [United Kingdom]</a><a href="rsync://rsync.mirrorservice.org/trinitydesktop.org/trinity/"><image src="media/rsync_logo.jpg" width=30 border=0></a></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 valign=top><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>
-<tr><td><a href="http://blogs.fau.de/ftp/">Friedrich-Alexander-Universit&auml;t Erlangen-N&uuml;rnberg</a></td><td><a href="http://ftp.fau.de/trinity/">Mirror 8 [Germany]</a><a href="rsync://ftp.fau.de/trinity/"><image src="media/rsync_logo.jpg" width=30 border=0></a></td></tr>
-</table>
-<p>
-<a href="/mirrorstatus.php">Active mirror list</a>
-
-
-<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">E. Liddell</td><td>Design</td></tr>
-<tr><td class="tmain">Timothy Pearson</td><td>Maintenance</td></tr>
-</table>
-<p>
-
-<p>
-<a href="./past_contributors.php">Past Contributors</a><BR>Gone, but not forgotten...thank you for your previous support!
-<p>
-
-<?php
- doFooter();
-?>