-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathteam.html
More file actions
45 lines (45 loc) · 1.26 KB
/
team.html
File metadata and controls
45 lines (45 loc) · 1.26 KB
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
---
layout: base
title: Team List
---
<header>The following is a list of developers with commit privileges that have directly contributed to the project in one way or another.</header>
<br>
<table class="table">
<tbody>
<tr class="a">
<th>Name</th>
<th>Email</th>
<th>Organization URL</th>
<th>Roles</th>
<th>Time Zone</th>
</tr>
<tr class="b">
<td>Greg L. Turnquist</td>
<td>gregturn at mindspring.com</td>
<td><a class="externalLink" href="http://harris.com">http://harris.com</a></td>
<td>Project Founder</td>
<td>-4</td>
</tr>
<tr class="b">
<td>Dariusz Suchojad</td>
<td>dsuch at gefira.pl</td>
<td><a class="externalLink" href="http://gefira.pl">http://gefira.pl</a></td>
<td>Project Contributor</td>
<td>+2</td>
</tr>
<tr class="a">
<td>Russ Miles</td>
<td>russ at russmiles.com</td>
<td><a class="externalLink" href="http://russmiles.com">http://russmiles.com</a></td>
<td>Project Contributor</td>
<td>+1</td>
</tr>
<tr class="b">
<td>Mark Pollack</td>
<td>mark.pollack at springsource.com</td>
<td><a class="externalLink" href="http://springsource.com">http://springsource.com</a></td>
<td>Project Sponsor</td>
<td>-4</td>
</tr>
</tbody>
</table>