]> git.wh0rd.org - nano-editor.git/blame_incremental - who.php
who: add some separators between the groups
[nano-editor.git] / who.php
... / ...
CommitLineData
1<?php include "top.php"; ?>
2<title>GNU nano: Who's who</title>
3<table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" HEIGHT="70%" NOSAVE >
4<tr VALIGN=TOP NOSAVE>
5<td HEIGHT="70%" NOSAVE>
6
7&nbsp;
8<table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" NOSAVE >
9<tr NOSAVE>
10<td NOSAVE>
11<center><b>Current Maintainer</b></center>
12</td>
13</tr>
14</table>
15
16<table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" NOSAVE >
17<tr NOSAVE>
18<td><center>Benno Schulenberg</center></td>
19</tr>
20</table>
21
22&nbsp;
23<table BORDER=0 CELLSPACING=0 COLS=4 WIDTH="100%" NOSAVE >
24<tr NOSAVE>
25<td NOSAVE>
26<center><b>Former Maintainers</b></center>
27</td>
28</tr>
29</table>
30
31<table BORDER=0 CELLSPACING=0 COLS=2 WIDTH="100%" NOSAVE >
32<tr NOSAVE>
33<td><center>&nbsp;</center></td>
34<td><center>David Lawrence Ramsey</center></td>
35<td><center>Chris Allegretta</center></td>
36<td><center>&nbsp;</center></td>
37</tr>
38</table>
39
40&nbsp;
41<table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" NOSAVE >
42<tr NOSAVE>
43<td NOSAVE>
44<center><b>Original Author</b></center>
45</td>
46</tr>
47</table>
48
49<table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" NOSAVE >
50<tr NOSAVE>
51<td><center>Chris Allegretta</center></td>
52</tr>
53</table>
54
55&nbsp;
56<table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" NOSAVE >
57<tr NOSAVE>
58<td NOSAVE>
59<center><b>Early Co-Developers</b></center>
60</td>
61</tr>
62</table>
63
64<table BORDER=0 CELLSPACING=0 COLS=3 WIDTH="100%" NOSAVE >
65<tr ALIGN=CENTER NOSAVE>
66<td><center>Jordi Mallach</center></td>
67<td><center>David Benbennick</center></td>
68<td><center>Rocco Corsi</center></td>
69</tr>
70<tr ALIGN=CENTER NOSAVE>
71<td><center>Mike Frysinger</center></td>
72<td><center>Adam Rogoyski</center></td>
73<td><center>Rob Siemborski</center></td>
74</tr>
75</table>
76
77&nbsp;
78<table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" NOSAVE >
79<tr NOSAVE>
80<td NOSAVE>
81<center><b>Contributors of Code and Fixes</b></center>
82</td>
83</tr>
84</table>
85
86<table BORDER=0 CELLSPACING=0 COLS=5 WIDTH="100%" NOSAVE >
87<tr ALIGN=CENTER NOSAVE>
88<td>Ken Tyler</td>
89<td>Sven Guckes</td>
90<td>Bill Soudan</td>
91<td>Christian Weisgerber</td>
92<td>Kamil Dudka</td>
93</tr>
94<tr ALIGN=CENTER NOSAVE>
95<td>Mark Majeres</td>
96<td>Joshua Jensen</td>
97<td>Ryan Krebs</td>
98<td>Big Gaute</td>
99<td>Albert Chin</td>
100</tr>
101</table>
102</td>
103</tr>
104</table>
105<?php include "bottom.php"; ?>