]> 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 1b90fcd923a97c603a85696d3d87c627db0228d6..5a07377af931c8f328d2c9a17e243dc6034f5a80 100644 (file)
--- a/who.php
+++ b/who.php
-<?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>
+<?php $title="Who's who";  include "top.php"; ?>
 
-&nbsp;
-<table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" NOSAVE >
-<tr NOSAVE>
-<td NOSAVE>
-<center><b>Current Maintainer</b></center>
-</td>
-</tr>
-</table>
+<br><br>
+<center><b>Original Author</b></center>
 
-<table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" NOSAVE >
-<tr NOSAVE>
-<td><center>Benno Schulenberg</center></td>
+<table border=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>
-</td>
-</tr>
-</table>
+<br><br>
+<center><b>Current Maintainer</b></center>
 
-<table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" NOSAVE >
-<tr NOSAVE>
-<td><center>Chris Allegretta</center></td>
+<table border=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>
+<br><br>
 <center><b>Former Maintainers</b></center>
-</td>
-</tr>
-</table>
 
-<table ALIGN=CENTER BORDER=0 CELLSPACING=0 COLS=2 WIDTH="60%" NOSAVE >
-<tr ALIGN=CENTER NOSAVE>
+<table align="center" border=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>
+<br><br>
 <center><b>Early Co-Developers</b></center>
-</td>
-</tr>
-</table>
 
-<table ALIGN=CENTER BORDER=0 CELLSPACING=0 COLS=3 WIDTH="80%" NOSAVE >
-<tr ALIGN=CENTER NOSAVE>
+<table align="center" border=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>
 </tr>
 </table>
 
-&nbsp;
-<table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" NOSAVE >
-<tr NOSAVE>
-<td NOSAVE>
+<br><br>
 <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 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>
-</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"; ?>