forked from dustinrue/ControlPlane
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Credits.html
105 lines (92 loc) · 2.54 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title></title>
<style type="text/css">
* {
font: 12px Helvetica;
}
h2 {
border-top: 1px dotted black;
font-size: 15px;
font-weight: bold;
padding-top: 0.5em;
}
h3 {
margin-left: 1em;
margin-bottom: 0;
}
.name {
font: 14px Helvetica;
}
.localiser {
margin-left: 2em;
margin-top: 0;
margin-bottom: 0;
}
</style>
</head>
<body>
<!-- ===================================================== -->
<h2>Primary Developer</h2>
<a class="name" href="mailto:[email protected]">David Symonds</a><br/>
<a class="name" href="mailto:[email protected]">Dustin Rue</a>
<!-- ===================================================== -->
<h2>Major Contributors</h2>
<a class="name" href="mailto:[email protected]">Mark Wallis</a>
<ul>
<li>NetworkLink and Power evidence source</li>
<li>FirewallRule, Unmount and VPN actions</li>
<li>Mac OS X 10.5 (Leopard) fixes</li>
</ul>
<a class="name" href="mailto:[email protected]">Rodrigo Damazio</a>
<ul>
<li>Light evidence source</li>
</ul>
<!-- ===================================================== -->
<h2>Localisation Team</h2>
<h3>Danish (da)</h3>
<p class="localiser">
<a class="name" href="mailto:[email protected]">Niels Danielsen</a>
</p>
<h3>German (de)</h3>
<p class="localiser">
<a class="name" href="mailto:[email protected]">Christoph Schmitz</a>
</p>
<h3>French (fr)</h3>
<p class="localiser">
<a class="name" href="mailto:[email protected]">Pierre Andrews</a>
</p>
<h3>Italian (it)</h3>
<p class="localiser">
<a class="name" href="mailto:[email protected]">Massimo Peri</a>
</p>
<p class="localiser">
<a class="name" href="mailto:[email protected]">Alessandro Calzavara</a>
</p>
<!--
<h3>Dutch (nl)</h3>
<p class="localiser">
<a class="name" href="mailto:[email protected]">Derk Roesink</a>
</p>
-->
<h3>Brazilian Portuguese (pt_BR)</h3>
<p class="localiser">
<a class="name" href="mailto:[email protected]">Mentor Muniz Neto</a>
</p>
<!-- ===================================================== -->
<h2>Small Patches</h2>
<p>Patches from:
</p><p>
Charlie Groves, Ronald Leroux, Shyru (https://github.com/Shyru)
</p>
<!-- ===================================================== -->
<h2>Extras</h2>
<p>Finally, many useful ideas, fixes and feedback from:
</p><p>
Adam Hudson, Dan Cutting, Ken Manly, Jeff Lawson, Oliver Gunasekara, Rodney Campbell,
Edward Martin, Jonathan Ragan-Kelley, Sven-S. Porst, Randy Gobbel,
Tomislav Filipčić, Anthony Collins.
</p>
</body>
</html>