]> git.wh0rd.org - nano-editor.git/commitdiff
remove the nonexistent attribute 'nosave'
authorBenno Schulenberg <bensberg@telfort.nl>
Fri, 23 Aug 2019 08:07:51 +0000 (10:07 +0200)
committerBenno Schulenberg <bensberg@telfort.nl>
Sun, 25 Aug 2019 09:30:22 +0000 (11:30 +0200)
16 files changed:
bottom.php
contact.php
docs.php
download.php
git.php
index.php
news.php
overview1.0.php
overview1.2.php
overview2.0.php
overview2.2.php
overview2.4.php
overview2.6.php
screenshots.php
top.php
who.php

index ab1775aaea5fefb94ce240927eb1775a18e7b375..27d732619392e2f93f50f9b78953159c3459dc38 100644 (file)
@@ -1,41 +1,41 @@
-<table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" HEIGHT="18%" NOSAVE >
-<tr NOSAVE>
-<td NOSAVE>
+<table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" HEIGHT="18%">
+<tr>
+<td>
 <hr>
-<table BORDER=0 CELLSPACING=0 WIDTH="100%" NOSAVE >
-<tr NOSAVE>
-<td WIDTH="3%" BGCOLOR="#440077" NOSAVE><b><tt><font color="#FFFFFF">^G</font></tt></b></td>
+<table BORDER=0 CELLSPACING=0 WIDTH="100%">
+<tr>
+<td WIDTH="3%" BGCOLOR="#440077"><b><tt><font color="#FFFFFF">^G</font></tt></b></td>
 
-<td WIDTH="20%" NOSAVE><tt><font color="#440077">&nbsp;<a href="download.php">Get
+<td WIDTH="20%"><tt><font color="#440077">&nbsp;<a href="download.php">Get
 Nano</a></font></tt></td>
 
-<td WIDTH="3%" BGCOLOR="#440077" NOSAVE><b><tt><font color="#FFFFFF">^O</font></tt></b></td>
+<td WIDTH="3%" BGCOLOR="#440077"><b><tt><font color="#FFFFFF">^O</font></tt></b></td>
 
-<td WIDTH="20%" NOSAVE><tt><font color="#440077">&nbsp;<a href="overview2.6.php">Overview</a></font></tt></td>
+<td WIDTH="20%"><tt><font color="#440077">&nbsp;<a href="overview2.6.php">Overview</a></font></tt></td>
 
-<td WIDTH="3%" BGCOLOR="#440077" NOSAVE><b><tt><font color="#FFFFFF">^N</font></tt></b></td>
+<td WIDTH="3%" BGCOLOR="#440077"><b><tt><font color="#FFFFFF">^N</font></tt></b></td>
 
-<td WIDTH="20%" NOSAVE><tt><font color="#440077">&nbsp;<a href="news.php">News</a></font></tt></td>
+<td WIDTH="20%"><tt><font color="#440077">&nbsp;<a href="news.php">News</a></font></tt></td>
 
-<td WIDTH="3%" BGCOLOR="#440077" NOSAVE><b><tt><font color="#FFFFFF">^V</font></tt></b></td>
+<td WIDTH="3%" BGCOLOR="#440077"><b><tt><font color="#FFFFFF">^V</font></tt></b></td>
 
-<td NOSAVE><tt><font color="#440077">&nbsp;<a href="git.php">VCS (git)</a></font></tt></td>
+<td><tt><font color="#440077">&nbsp;<a href="git.php">VCS (git)</a></font></tt></td>
 </tr>
 
-<tr NOSAVE>
-<td WIDTH="3%" BGCOLOR="#440077" NOSAVE><b><tt><font color="#FFFFFF">^S</font></tt></b></td>
+<tr>
+<td WIDTH="3%" BGCOLOR="#440077"><b><tt><font color="#FFFFFF">^S</font></tt></b></td>
 
-<td WIDTH="20%" NOSAVE><tt><font color="#440077">&nbsp;<a href="screenshots.php">Screenshots</a></font></tt></td>
+<td WIDTH="20%"><tt><font color="#440077">&nbsp;<a href="screenshots.php">Screenshots</a></font></tt></td>
 
-<td WIDTH="3%" BGCOLOR="#440077" NOSAVE><b><tt><font color="#FFFFFF">^D</font></tt></b></td>
+<td WIDTH="3%" BGCOLOR="#440077"><b><tt><font color="#FFFFFF">^D</font></tt></b></td>
 
-<td WIDTH="20%" NOSAVE><tt><font color="#440077">&nbsp;<a href="docs.php">Documentation</a></font></tt></td>
+<td WIDTH="20%"><tt><font color="#440077">&nbsp;<a href="docs.php">Documentation</a></font></tt></td>
 
-<td WIDTH="3%" BGCOLOR="#440077" NOSAVE><b><tt><font color="#FFFFFF">^W</font></tt></b></td>
+<td WIDTH="3%" BGCOLOR="#440077"><b><tt><font color="#FFFFFF">^W</font></tt></b></td>
 
-<td WIDTH="20%" NOSAVE><tt><font color="#440077">&nbsp;<a href="who.php">Who</a></font></tt></td>
+<td WIDTH="20%"><tt><font color="#440077">&nbsp;<a href="who.php">Who</a></font></tt></td>
 
-<td WIDTH="3%" BGCOLOR="#440077" NOSAVE><b><tt><font color="#FFFFFF">^C</font></tt></b></td>
+<td WIDTH="3%" BGCOLOR="#440077"><b><tt><font color="#FFFFFF">^C</font></tt></b></td>
 
 <td><tt><font color="#440077">&nbsp;<a href="contact.php">Contact</a></font></tt></td>
 </tr>
index 172806fb91bbab06f1cbe903bd544a46fba4f2df..95e2b6f248d060288d0b09198fc93dac7a0bc0f1 100644 (file)
@@ -1,11 +1,11 @@
 <?php include "top.php"; ?>
 <title>GNU nano: Bug Reports and Mailing Lists</title>
-<table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" HEIGHT="70%" NOSAVE >
-<tr VALIGN=TOP NOSAVE>
-<td HEIGHT="70%" NOSAVE><font color="#440077"></font>
-<table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" NOSAVE >
-<tr NOSAVE>
-<td NOSAVE>
+<table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" HEIGHT="70%">
+<tr VALIGN=TOP>
+<td HEIGHT="70%"><font color="#440077"></font>
+<table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%">
+<tr>
+<td>
 <center><font color="#440077"><b>Reporting Bugs / Mailing Lists</b></font></center>
 </td>
 </tr>
index d5bd8e418caa225a2c71cff2300956db80fce20b..8416d67081e9e9429b5a4da89f83a70f9394b75e 100644 (file)
--- a/docs.php
+++ b/docs.php
@@ -1,21 +1,21 @@
 <?php include "top.php"; ?>
 <title>GNU nano: Documentation</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%" HEIGHT="70%">
+<tr VALIGN=TOP>
+<td HEIGHT="70%">
 
-<table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" NOSAVE >
-<tr NOSAVE>
-<td NOSAVE>
+<table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%">
+<tr>
+<td>
 <center><b>Documentation</b></center>
 </td>
 </tr>
 </table>
 
-<table BORDER=0 COLS=2 WIDTH="100%" NOSAVE >
-<tr BGCOLOR="#440077" NOSAVE>
-<td WIDTH="25%" NOSAVE>
+<table BORDER=0 COLS=2 WIDTH="100%">
+<tr BGCOLOR="#440077">
+<td WIDTH="25%">
 <center><font color="#FFFFFF">Document Name</font></center>
 </td>
 <td>
index 4639298aa29f5f6cff6f8d94eb51bddedad52211..38dd88c766c80991198edad7888e59b3ca4b808d 100644 (file)
@@ -3,13 +3,13 @@
 <head><title>GNU nano: Download</title>
 </head>
 <body>
-<table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" HEIGHT="70%" NOSAVE >
-<tr VALIGN=TOP NOSAVE>
-<td NOSAVE>
+<table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" HEIGHT="70%">
+<tr VALIGN=TOP>
+<td>
 
-<center><table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" NOSAVE >
-<tr NOSAVE>
-<td NOSAVE>
+<center><table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%">
+<tr>
+<td>
 <center><b>Downloading GNU nano</b></center>
 </td>
 </tr>
@@ -17,9 +17,9 @@
 
 <br>
 
-<center><table BORDER=0 WIDTH="80%" NOSAVE >
-<tr BGCOLOR="#440077" NOSAVE>
-<td NOSAVE><font color="#FFFFFF">Description</font></td>
+<center><table BORDER=0 WIDTH="80%">
+<tr BGCOLOR="#440077">
+<td><font color="#FFFFFF">Description</font></td>
 <td><font color="#FFFFFF">Links</font></td>
 </tr>
 
@@ -55,7 +55,7 @@
 
 <tr>
 <td>All versions:</td>
-<td NOSAVE>
+<td>
 <a href="/dist">The branches</a>
 </td>
 
 
 <tr><td>&nbsp;</td><td>&nbsp;</td></tr>
 
-<tr NOSAVE>
+<tr>
 <td>Archlinux binaries:</td>
 <td><a href="https://www.archlinux.org/packages/?repo=Core&q=nano">packages</a>
 </tr>
 
-<tr NOSAVE>
+<tr>
 <td>Debian GNU/Linux binaries:</td>
 <td><a href="https://packages.debian.org/stable/editors/nano">stable</a>
 | <a href="https://packages.debian.org/testing/editors/nano">testing</a>
 | <a href="https://packages.debian.org/unstable/editors/nano">unstable</a></td>
 </tr>
 
-<tr NOSAVE>
+<tr>
 <td>Fedora builds:</td>
 <td><a href="https://apps.fedoraproject.org/packages/nano">overview</a>
 </tr>
 
-<tr NOSAVE>
+<tr>
 <td>Gentoo status:</td>
 <td><a href="https://packages.gentoo.org/packages/app-editors/nano">versions</a>
 </tr>
 
-<tr NOSAVE>
+<tr>
 <td>Opensuse binaries:</td>
 <td><a href="https://software.opensuse.org/package/nano">packages</a>
 </tr>
diff --git a/git.php b/git.php
index a8578d182b4d6e05b2bd0b02f89c31f7d614876f..27e336561a6bb9738abc4f5e6fbe331f3091979d 100644 (file)
--- a/git.php
+++ b/git.php
@@ -1,11 +1,11 @@
 <?php include "top.php"; ?>
 <title>nano: Source-code Status</title>
-<table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" HEIGHT="70%" NOSAVE >
-<tr VALIGN=TOP NOSAVE>
-<td HEIGHT="70%" NOSAVE><b></b>
-<table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" NOSAVE >
-<tr NOSAVE>
-<td NOSAVE>
+<table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" HEIGHT="70%">
+<tr VALIGN=TOP>
+<td HEIGHT="70%"><b></b>
+<table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%">
+<tr>
+<td>
 <center><b>Current Status of the Source Code</b></center>
 </td>
 </tr>
index 18961d16f317e6d0d4c612e9eb4c553794d84090..6d60b472f9036b887d02c907e8986286d34c5e8c 100644 (file)
--- a/index.php
+++ b/index.php
@@ -1,8 +1,8 @@
 <?php include "top.php"; ?>
 <title>GNU nano</title>
-<table  BORDER=0 CELLSPACING=0 BORDER COLS=1 WIDTH="100%" HEIGHT="70%" NOSAVE >
-<tr NOSAVE>
-<td HEIGHT="70%" NOSAVE>
+<table  BORDER=0 CELLSPACING=0 BORDER COLS=1 WIDTH="100%" HEIGHT="70%">
+<tr>
+<td HEIGHT="70%">
 <center>
 <pre>
                    :::                           The                 
index e28dcc1c3724e8e82fa1a5d60a51158dcb741c0e..dc759ff3780289483ced2abdf4ab0481fb1d96bf 100644 (file)
--- a/news.php
+++ b/news.php
@@ -1,11 +1,11 @@
 <?php include "top.php"; ?>
 <title>GNU nano: News</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>
+<table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" HEIGHT="70%">
+<tr VALIGN=TOP>
+<td HEIGHT="70%">
+<table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%">
+<tr>
+<td>
 
 <center><b>News</b></center>
 </td>
index 9755e23d8ebab0e0a334515034891d56e77588af..34f2e13e98551b257dca736b3dbca84e11229a75 100644 (file)
@@ -2,12 +2,12 @@
 <title>GNU nano: Overview</title>
 <body>
 &nbsp;
-<table BORDER=0 CELLSPACING=0 COLS=1 HEIGHT="70%" NOSAVE >
-<tr VALIGN=TOP NOSAVE>
-<td NOSAVE>
-<center><table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" NOSAVE >
-<tr NOSAVE>
-<td NOSAVE>
+<table BORDER=0 CELLSPACING=0 COLS=1 HEIGHT="70%">
+<tr VALIGN=TOP>
+<td>
+<center><table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%">
+<tr>
+<td>
 <center><b>Overview</b></center><br>
 <center>
 (<A HREF="overview2.6.php">2.6 release</A>)
@@ -27,9 +27,9 @@ GNU nano aims to emulate Pico while providing extra functionality.&nbsp;
 <br><br>
 Features of GNU nano:
 <br>&nbsp;
-<table BORDER=0 CELLSPACING=0 WIDTH="100%" NOSAVE >
-<tr NOSAVE>
-<td NOSAVE>
+<table BORDER=0 CELLSPACING=0 WIDTH="100%">
+<tr>
+<td>
 <li>
 <font>Autoconf support.</font></li>
 
@@ -49,7 +49,7 @@ Features of GNU nano:
 <font>2/3 - 1/8 size of Pico binary.</font></li>
 </td>
 
-<td NOSAVE>
+<td>
 <li>
 <font>Slang and ncurses support.</font></li>
 
index a1ae20ed6d1968a6cc608a32cb2f041995043cca..198122d7f0d8fba77ae80181e852eef3ce997d7c 100644 (file)
@@ -2,12 +2,12 @@
 <title>GNU nano: Overview</title>
 <body>
 &nbsp;
-<table BORDER=0 CELLSPACING=0 COLS=1 HEIGHT="70%" NOSAVE >
-<tr VALIGN=TOP NOSAVE>
-<td NOSAVE>
-<center><table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" NOSAVE >
-<tr NOSAVE>
-<td NOSAVE>
+<table BORDER=0 CELLSPACING=0 COLS=1 HEIGHT="70%">
+<tr VALIGN=TOP>
+<td>
+<center><table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%">
+<tr>
+<td>
 <center><b>Overview</b></center><br>
 <center>
 (<A HREF="overview2.6.php">2.6 release</A>)
@@ -26,9 +26,9 @@ the goal of a 'compatible but enhanced' Pico clone.
 <br><br>
 The following new and changed features are available in version 1.2:
 <br>&nbsp;
-<table BORDER=0 CELLSPACING=0 WIDTH="100%" NOSAVE >
-<tr NOSAVE>
-<td NOSAVE>
+<table BORDER=0 CELLSPACING=0 WIDTH="100%">
+<tr>
+<td>
 <li>
 <font>More Pico compatible by default.</font></li>
 
@@ -52,7 +52,7 @@ The following new and changed features are available in version 1.2:
 
 </td>
 
-<td NOSAVE>
+<td>
 <li>
 <font>Append/prepend from write file menu.</font></li>
 
index 6ed424a06e5cc76a8706d61113aa3985e4d761ea..7616a91fb6048075c6099b1f365cab6521be7e79 100644 (file)
@@ -2,12 +2,12 @@
 <title>GNU nano: Overview</title>
 <body>
 &nbsp;
-<table BORDER=0 CELLSPACING=0 COLS=1 HEIGHT="70%" NOSAVE >
-<tr VALIGN=TOP NOSAVE>
-<td NOSAVE>
-<center><table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" NOSAVE >
-<tr NOSAVE>
-<td NOSAVE>
+<table BORDER=0 CELLSPACING=0 COLS=1 HEIGHT="70%">
+<tr VALIGN=TOP>
+<td>
+<center><table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%">
+<tr>
+<td>
 <center><b>Overview</b></center><br>
 <center>
 (<A HREF="overview2.6.php">2.6 release</A>)
@@ -27,9 +27,9 @@ and features, building on the 1.3 branch.
 The following improvements and
 features are available in version 2.0:
 <br>&nbsp;
-<table BORDER=0 CELLSPACING=0 WIDTH="100%" NOSAVE >
-<tr NOSAVE>
-<td NOSAVE>
+<table BORDER=0 CELLSPACING=0 WIDTH="100%">
+<tr>
+<td>
 <UL>
 <li>
 <font>UTF-8 support.</font></li>
@@ -48,7 +48,7 @@ features are available in version 2.0:
 
 </td>
 </UL>
-<td NOSAVE>
+<td>
 <UL>
 
 <li>
index aa1b457b669633c930f13022a97bc467a3fb99b0..3b57bb9943537b7569e865f178b34132d022b8c9 100644 (file)
@@ -2,12 +2,12 @@
 <title>GNU nano: Overview</title>
 <body>
 &nbsp;
-<table BORDER=0 CELLSPACING=0 COLS=1 HEIGHT="70%" NOSAVE >
-<tr VALIGN=TOP NOSAVE>
-<td NOSAVE>
-<center><table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" NOSAVE >
-<tr NOSAVE>
-<td NOSAVE>
+<table BORDER=0 CELLSPACING=0 COLS=1 HEIGHT="70%">
+<tr VALIGN=TOP>
+<td>
+<center><table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%">
+<tr>
+<td>
 <center><b>Overview</b></center><br>
 <center>
 (<A HREF="overview2.6.php">2.6 release</A>)
@@ -28,9 +28,9 @@ as .nanorc and aliasing allows one to easily enable desired settings permanently
 <br><br>
 The following improvements and features are available in version 2.2:
 <br>&nbsp;
-<table BORDER=0 CELLSPACING=0 WIDTH="100%" NOSAVE >
-<tr NOSAVE>
-<td NOSAVE>
+<table BORDER=0 CELLSPACING=0 WIDTH="100%">
+<tr>
+<td>
 <UL>
 <li>
 <font>Customizable key bindings.</font></li>
@@ -46,7 +46,7 @@ The following improvements and features are available in version 2.2:
 
 </td>
 </UL>
-<td NOSAVE>
+<td>
 <UL>
 
 <li>
index 44d0eb8569b548606286ac6ddc4780f6f4825975..17fa4f8ea5591d09b6da9a3dddc6edf7ce176b2d 100644 (file)
@@ -4,13 +4,13 @@
 
 <body>
 &nbsp;
-<table BORDER=0 CELLSPACING=0 COLS=1 HEIGHT="70%" NOSAVE>
-<tr VALIGN=TOP NOSAVE>
-<td NOSAVE>
+<table BORDER=0 CELLSPACING=0 COLS=1 HEIGHT="70%">
+<tr VALIGN=TOP>
+<td>
 
-<center><table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" NOSAVE>
-<tr NOSAVE>
-<td NOSAVE>
+<center><table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%">
+<tr>
+<td>
 <center><b>Overview</b></center><br>
 <center>
 (<A HREF="overview2.6.php">2.6 release</A>)
@@ -29,9 +29,9 @@
 The following improvements and features are available in GNU nano version 2.4:
 <br><br>
 
-<table BORDER=0 CELLSPACING=0 WIDTH="100%" NOSAVE >
-<tr NOSAVE>
-<td NOSAVE>
+<table BORDER=0 CELLSPACING=0 WIDTH="100%">
+<tr>
+<td>
 
 <UL>
 <li>The ability to give different colours to titlebar, statusbar and help lines.</li>
index 60d167a52815cded3c565ddeae897ba3d223b92d..372e4479b318a0f3f53fec317758f1d55454c028 100644 (file)
@@ -4,13 +4,13 @@
 
 <body>
 &nbsp;
-<table BORDER=0 CELLSPACING=0 COLS=1 HEIGHT="70%" NOSAVE>
-<tr VALIGN=TOP NOSAVE>
-<td NOSAVE>
+<table BORDER=0 CELLSPACING=0 COLS=1 HEIGHT="70%">
+<tr VALIGN=TOP>
+<td>
 
-<center><table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" NOSAVE>
-<tr NOSAVE>
-<td NOSAVE>
+<center><table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%">
+<tr>
+<td>
 <center><b>Overview</b></center><br>
 <center>
 (<A HREF="overview2.6.php"><b>2.6 release</b></A>)
@@ -29,9 +29,9 @@
 The following improvements are available in nano version 2.6:
 <br><br>
 
-<table BORDER=0 CELLSPACING=0 WIDTH="100%" NOSAVE >
-<tr NOSAVE>
-<td NOSAVE>
+<table BORDER=0 CELLSPACING=0 WIDTH="100%">
+<tr>
+<td>
 
 <UL>
 <li>Trailing whitespace can be snipped from justified paragraphs.</li>
index 28dd953876cbabf39cf3b7fcd7f9bdffcf55f1da..b26b4df7e464943a32742cd536957e2b77c090c6 100644 (file)
@@ -1,11 +1,11 @@
 <?php include "top.php"; ?>
 <title>GNU nano: Screenshots</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 VALIGN=TOP NOSAVE>
-<td NOSAVE>
+<table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" HEIGHT="70%">
+<tr VALIGN=TOP>
+<td HEIGHT="70%">
+<table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%">
+<tr VALIGN=TOP>
+<td>
 <center><b>Screenshots</b></center>
 </td>
 </tr>
diff --git a/top.php b/top.php
index 6fcbc2c6bf28921a5182b75f708fdcad6885f061..f5a51d9a032e6b0cec50ccac031f5946cbfcd8ff 100644 (file)
--- a/top.php
+++ b/top.php
@@ -7,16 +7,16 @@
 </head>
 <body text="#440077" bgcolor="#FFFFFF" link="#440077" vlink="#51188E" alink="#FF0000">
 
-<table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" HEIGHT="8%" NOSAVE >
-<tr NOSAVE>
-<td HEIGHT="8%" NOSAVE>
-<table BORDER=0 CELLSPACING=0 COLS=3 WIDTH="100%" BGCOLOR="#440077" NOSAVE >
-<tr NOSAVE>
-<td NOSAVE>
+<table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" HEIGHT="8%">
+<tr>
+<td HEIGHT="8%">
+<table BORDER=0 CELLSPACING=0 COLS=3 WIDTH="100%" BGCOLOR="#440077">
+<tr>
+<td>
 <A HREF="/">
 <font color="#FFFFFF">The GNU nano homepage</font></A></td>
 
-<td NOSAVE>
+<td>
 <center><font color="#FFFFFF">Latest Version 
 <?php include "last-version"; ?>
 </font></center>
diff --git a/who.php b/who.php
index 4ad8865da6350a3d0f3d720fbba5a1a86d29a9fb..a65b79a1f675039ac8cb230ca4bd3e214bd91a91 100644 (file)
--- a/who.php
+++ b/who.php
@@ -1,71 +1,71 @@
 <?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%" HEIGHT="70%">
+<tr VALIGN=TOP>
+<td HEIGHT="70%">
 
 &nbsp;
-<table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" NOSAVE >
-<tr NOSAVE>
-<td NOSAVE>
+<table BORDER=0 CELLSPACING=0 COLS=1 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>
+<table BORDER=0 CELLSPACING=0 COLS=1 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>
+<table BORDER=0 CELLSPACING=0 COLS=1 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>
+<table BORDER=0 CELLSPACING=0 COLS=1 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 COLS=1 WIDTH="100%">
+<tr>
+<td>
 <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 CELLSPACING=0 COLS=2 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 COLS=1 WIDTH="100%">
+<tr>
+<td>
 <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 CELLSPACING=0 COLS=3 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 COLS=1 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 COLS=5 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 NOSAVE>
+<tr ALIGN=CENTER>
 <td>Faissal Bensefia</td>
 <td>Mahyar Abbaspour</td>
 <td>Mike Scalora</td>