]> git.wh0rd.org - nano-editor.git/blame_incremental - who.php
add a screenshot of the 4.2 version
[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>Original Author</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>Chris Allegretta</center></td>
19</tr>
20</table>
21
22&nbsp;
23<table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" NOSAVE >
24<tr NOSAVE>
25<td NOSAVE>
26<center><b>Current Maintainer</b></center>
27</td>
28</tr>
29</table>
30
31<table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" NOSAVE >
32<tr NOSAVE>
33<td><center>Benno Schulenberg</center></td>
34</tr>
35</table>
36
37&nbsp;
38<table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" NOSAVE >
39<tr NOSAVE>
40<td NOSAVE>
41<center><b>Former Maintainers</b></center>
42</td>
43</tr>
44</table>
45
46<table ALIGN=CENTER BORDER=0 CELLSPACING=0 COLS=2 WIDTH="60%" NOSAVE >
47<tr ALIGN=CENTER NOSAVE>
48<td><center>David Lawrence Ramsey</center></td>
49<td><center>Chris Allegretta</center></td>
50</tr>
51</table>
52
53&nbsp;
54<table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" NOSAVE >
55<tr NOSAVE>
56<td NOSAVE>
57<center><b>Early Co-Developers</b></center>
58</td>
59</tr>
60</table>
61
62<table ALIGN=CENTER BORDER=0 CELLSPACING=0 COLS=3 WIDTH="80%" NOSAVE >
63<tr ALIGN=CENTER NOSAVE>
64<td><center>Jordi Mallach</center></td>
65<td><center>David Benbennick</center></td>
66<td><center>Rocco Corsi</center></td>
67</tr>
68<tr ALIGN=CENTER NOSAVE>
69<td><center>Mike Frysinger</center></td>
70<td><center>Adam Rogoyski</center></td>
71<td><center>Rob Siemborski</center></td>
72</tr>
73</table>
74
75&nbsp;
76<table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" NOSAVE >
77<tr NOSAVE>
78<td NOSAVE>
79<center><b>Contributors of Code and Fixes</b></center>
80</td>
81</tr>
82</table>
83
84<table BORDER=0 CELLSPACING=0 COLS=5 WIDTH="100%" NOSAVE >
85<tr ALIGN=CENTER NOSAVE>
86<td>Ken Tyler</td>
87<td>Sven Guckes</td>
88<td>Bill Soudan</td>
89<td>Christian Weisgerber</td>
90<td>Kamil Dudka</td>
91</tr>
92<tr ALIGN=CENTER NOSAVE>
93<td>Mark Majeres</td>
94<td>Joshua Jensen</td>
95<td>Ryan Krebs</td>
96<td>Big Gaute</td>
97<td>Albert Chin</td>
98</tr>
99<tr ALIGN=CENTER NOSAVE>
100<td>Faissal Bensefia</td>
101<td>Mahyar Abbaspour</td>
102<td>Mike Scalora</td>
103<td>Sumedh Pendurkar</td>
104<td>Rishabh Dave</td>
105</tr>
106</table>
107
108</td>
109</tr>
110</table>
111<?php include "bottom.php"; ?>