]> git.wh0rd.org - nano-editor.git/blob - who.php
beh, typo
[nano-editor.git] / who.php
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 <table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" NOSAVE >
7 <tr NOSAVE>
8 <td NOSAVE>
9 <center><b>Nano Core Development Team</b></center>
10 </td>
11 </tr>
12 </table>
13
14 <table BORDER=0 CELLSPACING=0 COLS=5 WIDTH="100%" NOSAVE >
15 <tr NOSAVE>
16 <td><center>Chris Allegretta</center></td>
17
18 <td><center>David Lawrence Ramsey</center></td>
19
20 <td><center>Benno Schulenberg</center></td>
21
22 </tr>
23 <tr ALIGN=CENTER NOSAVE>
24
25 <td><center>Rocco Corsi</center></td>
26
27 <td><center>Jordi Mallach</center></td>
28
29 <td><center>Adam Rogoyski</center></td>
30
31 </tr>
32 <tr ALIGN=CENTER NOSAVE>
33
34 <td><center>Rob Siemborski</center></td>
35
36 <td><center>Mike Frysinger</center></td>
37
38 <td><center>David Benbennick</center></td>
39
40 <td>&nbsp;</td>
41 </tr>
42 </table>
43
44
45 &nbsp;
46 <table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" NOSAVE >
47 <tr NOSAVE>
48 <td NOSAVE>
49 <center><b>Code, Bug, Translation and Other Contributors</b></center>
50 </td>
51 </tr>
52 </table>
53
54 <table BORDER=0 CELLSPACING=0 COLS=5 WIDTH="100%" NOSAVE >
55 <tr ALIGN=CENTER NOSAVE>
56 <td NOSAVE>Ken Tyler</td>
57
58 <td>Sven Guckes</td>
59
60 <td>Florian K&ouml;nig</td>
61
62 <td>Pauli Virtanen</td>
63
64 <td>Daniele Medri</td>
65 </tr>
66
67 <tr ALIGN=CENTER NOSAVE>
68 <td NOSAVE>Clement Laforet</td>
69
70 <td>Tedi Heriyanto</td>
71
72 <td>Bill Soudan</td>
73
74 <td>Christian Weisgerber</td>
75
76 <td>Erik Andersen</td>
77 </tr>
78
79 <tr ALIGN=CENTER NOSAVE>
80 <td NOSAVE>Mark Majeres</td>
81
82 <td>Joshua Jensen</td>
83
84 <td>Ryan Krebs</td>
85
86 <td>Big Gaute</td>
87
88 <td>Albert Chin</td>
89 </tr>
90 </table>
91 </td>
92 </tr>
93 </table>
94 <?php include "bottom.php"; ?>