-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathcredits.html
54 lines (53 loc) · 1.44 KB
/
credits.html
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<h4>
The MilkyTracker experience is brought to you by the following people:
</h4>
<table>
<tr>
<td><em>pailes</em></td><td>main code</td>
</tr>
<tr>
<td><em>Deltafire</em></td><td>maintainer</td>
</tr>
<tr>
<td><em>kenet</em></td><td>graphics</td>
</tr>
<tr>
<td><em>raina</em></td><td>website, documentation maintenance and additional graphics</td>
</tr>
<tr>
<td><em>m0d</em></td><td>Website & forum hosting</td>
</tr>
<tr>
<td><em>Kmuland</em></td><td>promotion, support and additional web graphics</td>
</tr>
<tr>
<td><em>Strobe</em></td><td>IRC channel administration, demo videos, <?php
$strobe = array ("swedeing up the place", "winning compos");
$credit = $strobe[(rand(0, count($strobe)-1))];
echo $credit;?></td>
</tr>
</table>
<h4>
Acknowledgements
</h4>
<p>
Thanks to the following people for their contribution to the project:
Varthall / <a href="http://www.uprough.net/">Up Rough</a> for the AmigaOS port,
tarzeau for Debian and Ubuntu packaging,
ehaupt for FreeBSD port,
Gary P. Scavone for RtAudio and RtMidi,
kruze, idc, Rez et al. for the fonts,
svenzzon for his nice example tune,
Valerio for the quick reference printouts,
syphus for constructive criticism,
Flasch,
setrodox,
jix,
Evil-Ville,
Spot,
the entire Titan crew for support
and everybody who donated or dropped a letter.
</p>
<p>
Special greetings to everyone at <a href="?community">#MilkyTracker</a> for making it a daily active channel.
</p>