]> git.wh0rd.org - nano-editor.git/blobdiff - who.php
add a line break
[nano-editor.git] / who.php
diff --git a/who.php b/who.php
index 0feb0a5dd6095731232876693e7e1f27fb826771..5a07377af931c8f328d2c9a17e243dc6034f5a80 100644 (file)
--- a/who.php
+++ b/who.php
@@ -1,94 +1,76 @@
-<?php include "top.php"; ?>
-<title>GNU nano: Who's who</title>
-<table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" HEIGHT="70%" NOSAVE >
-<tr VALIGN=TOP NOSAVE>
-<td HEIGHT="70%" NOSAVE>
-<table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" NOSAVE >
-<tr NOSAVE>
-<td NOSAVE>
-<center><b>Nano Core Development Team</b></center>
-</td>
-</tr>
-</table>
+<?php $title="Who's who";  include "top.php"; ?>
+
+<br><br>
+<center><b>Original Author</b></center>
 
-<table BORDER=0 CELLSPACING=0 COLS=5 WIDTH="100%" NOSAVE >
-<tr NOSAVE>
+<table border=0 width="100%">
+<tr>
 <td><center>Chris Allegretta</center></td>
+</tr>
+</table>
 
-<td><center>David Lawrence Ramsey</center></td>
+<br><br>
+<center><b>Current Maintainer</b></center>
 
+<table border=0 width="100%">
+<tr>
 <td><center>Benno Schulenberg</center></td>
-
 </tr>
-<tr ALIGN=CENTER NOSAVE>
-
-<td><center>Rocco Corsi</center></td>
+</table>
 
-<td><center>Jordi Mallach</center></td>
-
-<td><center>Adam Rogoyski</center></td>
+<br><br>
+<center><b>Former Maintainers</b></center>
 
+<table align="center" border=0 width="60%">
+<tr align="center">
+<td><center>David Lawrence Ramsey</center></td>
+<td><center>Chris Allegretta</center></td>
 </tr>
-<tr ALIGN=CENTER NOSAVE>
+</table>
 
-<td><center>Rob Siemborski</center></td>
-
-<td><center>Mike Frysinger</center></td>
+<br><br>
+<center><b>Early Co-Developers</b></center>
 
+<table align="center" border=0 width="80%">
+<tr align="center">
+<td><center>Jordi Mallach</center></td>
 <td><center>David Benbennick</center></td>
-
-<td>&nbsp;</td>
+<td><center>Rocco Corsi</center></td>
 </tr>
-</table>
-
-
-&nbsp;
-<table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" NOSAVE >
-<tr NOSAVE>
-<td NOSAVE>
-<center><b>Code, Bug, Translation and Other Contributors</b></center>
-</td>
+<tr align="center">
+<td><center>Mike Frysinger</center></td>
+<td><center>Adam Rogoyski</center></td>
+<td><center>Rob Siemborski</center></td>
 </tr>
 </table>
 
-<table BORDER=0 CELLSPACING=0 COLS=5 WIDTH="100%" NOSAVE >
-<tr ALIGN=CENTER NOSAVE>
-<td NOSAVE>Ken Tyler</td>
+<br><br>
+<center><b>Contributors of Code and Fixes</b></center>
 
+<table border=0 width="100%">
+<tr align="center">
+<td>Ken Tyler</td>
 <td>Sven Guckes</td>
-
-<td>Florian K&ouml;nig</td>
-
-<td>Pauli Virtanen</td>
-
-<td>Daniele Medri</td>
-</tr>
-
-<tr ALIGN=CENTER NOSAVE>
-<td NOSAVE>Clement Laforet</td>
-
-<td>Tedi Heriyanto</td>
-
 <td>Bill Soudan</td>
-
 <td>Christian Weisgerber</td>
-
-<td>Erik Andersen</td>
+<td>Kamil Dudka</td>
 </tr>
-
-<tr ALIGN=CENTER NOSAVE>
-<td NOSAVE>David Lawrence Ramsey</td>
-
+<tr align="center">
+<td>Mark Majeres</td>
 <td>Joshua Jensen</td>
-
 <td>Ryan Krebs</td>
-
 <td>Big Gaute</td>
-
 <td>Albert Chin</td>
 </tr>
-</table>
-</td>
+<tr align="center">
+<td>Faissal Bensefia</td>
+<td>Mahyar Abbaspour</td>
+<td>Mike Scalora</td>
+<td>Sumedh Pendurkar</td>
+<td>Rishabh Dave</td>
 </tr>
 </table>
+
+<br>
+
 <?php include "bottom.php"; ?>