]> git.wh0rd.org - nano-editor.git/blobdiff - who.php
oof... encode < and >, after correcting permissions in /var/www/nano
[nano-editor.git] / who.php
diff --git a/who.php b/who.php
index 17c14f49c4a2008045eca211279c5dc8d99597eb..79738bc406dec7b98ebb4e8cb12256506092ce0c 100644 (file)
--- a/who.php
+++ b/who.php
@@ -1,71 +1,73 @@
 <?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 WIDTH="100%" HEIGHT="70%">
+<tr VALIGN=TOP>
+<td>
 
 &nbsp;
-<table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" NOSAVE >
-<tr NOSAVE>
-<td NOSAVE>
-<center><b>Current Maintainer</b></center>
+<table BORDER=0 CELLSPACING=0 WIDTH="100%">
+<tr>
+<td>
+<center><b>Original Author</b></center>
 </td>
 </tr>
 </table>
 
-<table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" NOSAVE >
-<tr NOSAVE>
-<td><center>Benno Schulenberg</center></td>
+<table BORDER=0 CELLSPACING=0 WIDTH="100%">
+<tr>
+<td><center>Chris Allegretta</center></td>
 </tr>
 </table>
 
 &nbsp;
-<table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" NOSAVE >
-<tr NOSAVE>
-<td NOSAVE>
-<center><b>Original Author</b></center>
+<table BORDER=0 CELLSPACING=0 WIDTH="100%">
+<tr>
+<td>
+<center><b>Current Maintainer</b></center>
 </td>
 </tr>
 </table>
 
-<table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" NOSAVE >
-<tr NOSAVE>
-<td><center>Chris Allegretta</center></td>
+<table BORDER=0 CELLSPACING=0 WIDTH="100%">
+<tr>
+<td><center>Benno Schulenberg</center></td>
 </tr>
 </table>
 
 &nbsp;
-<table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" NOSAVE >
-<tr NOSAVE>
-<td NOSAVE>
+<table BORDER=0 CELLSPACING=0 WIDTH="100%">
+<tr>
+<td>
 <center><b>Former Maintainers</b></center>
 </td>
 </tr>
 </table>
 
-<table BORDER=0 CELLSPACING=0 COLS=2 WIDTH="60%" NOSAVE >
-<tr ALIGN=CENTER NOSAVE>
+<table ALIGN=CENTER BORDER=0 CELLSPACING=0 WIDTH="60%">
+<tr ALIGN=CENTER>
 <td><center>David Lawrence Ramsey</center></td>
 <td><center>Chris Allegretta</center></td>
 </tr>
 </table>
 
 &nbsp;
-<table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" NOSAVE >
-<tr NOSAVE>
-<td NOSAVE>
+<table BORDER=0 CELLSPACING=0 WIDTH="100%">
+<tr>
+<td>
 <center><b>Early Co-Developers</b></center>
 </td>
 </tr>
 </table>
 
-<table BORDER=0 CELLSPACING=0 COLS=3 WIDTH="80%" NOSAVE >
-<tr ALIGN=CENTER NOSAVE>
+<table ALIGN=CENTER BORDER=0 CELLSPACING=0 WIDTH="80%">
+<tr ALIGN=CENTER>
 <td><center>Jordi Mallach</center></td>
 <td><center>David Benbennick</center></td>
 <td><center>Rocco Corsi</center></td>
 </tr>
-<tr ALIGN=CENTER NOSAVE>
+<tr ALIGN=CENTER>
 <td><center>Mike Frysinger</center></td>
 <td><center>Adam Rogoyski</center></td>
 <td><center>Rob Siemborski</center></td>
 </table>
 
 &nbsp;
-<table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" NOSAVE >
-<tr NOSAVE>
-<td NOSAVE>
+<table BORDER=0 CELLSPACING=0 WIDTH="100%">
+<tr>
+<td>
 <center><b>Contributors of Code and Fixes</b></center>
 </td>
 </tr>
 </table>
 
-<table BORDER=0 CELLSPACING=0 COLS=5 WIDTH="100%" NOSAVE >
-<tr ALIGN=CENTER NOSAVE>
+<table BORDER=0 CELLSPACING=0 WIDTH="100%">
+<tr ALIGN=CENTER>
 <td>Ken Tyler</td>
 <td>Sven Guckes</td>
 <td>Bill Soudan</td>
 <td>Christian Weisgerber</td>
 <td>Kamil Dudka</td>
 </tr>
-<tr ALIGN=CENTER NOSAVE>
+<tr ALIGN=CENTER>
 <td>Mark Majeres</td>
 <td>Joshua Jensen</td>
 <td>Ryan Krebs</td>
 <td>Big Gaute</td>
 <td>Albert Chin</td>
 </tr>
+<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>
+
 </td>
 </tr>
 </table>
+
 <?php include "bottom.php"; ?>