]> git.wh0rd.org - nano-editor.git/blobdiff - overview2.6.php
gather the "overview" stuff into a single page, and name it better
[nano-editor.git] / overview2.6.php
diff --git a/overview2.6.php b/overview2.6.php
deleted file mode 100644 (file)
index 52b7a65..0000000
+++ /dev/null
@@ -1,56 +0,0 @@
-<?php include "top.php"; ?>
-
-<title>GNU nano: Overview</title>
-
-<body>
-&nbsp;
-<table BORDER=0 CELLSPACING=0 HEIGHT="70%">
-<tr VALIGN=TOP>
-<td>
-
-<center><table BORDER=0 CELLSPACING=0 WIDTH="100%">
-<tr>
-<td>
-<center><b>Overview</b></center><br>
-<center>
-(<A HREF="overview2.6.php"><b>2.6 release</b></A>)
-(<A HREF="overview2.4.php">2.4 release</A>)
-(<A HREF="overview2.2.php">2.2 release</A>)
-(<A HREF="overview2.0.php">2.0 release</A>)
-(<A HREF="overview1.2.php">1.2 release</A>)
-(<A HREF="overview1.0.php">1.0 release</A>)
-</center>
-</td>
-</tr>
-</table></center>
-
-<blockquote>
-<br>
-The following improvements are available in nano version 2.6:
-<br><br>
-
-<table BORDER=0 CELLSPACING=0 WIDTH="100%">
-<tr>
-<td>
-
-<UL>
-<li>Trailing whitespace can be snipped from justified paragraphs.</li>
-<li>Better feedback when a file is unwritable or a directory inaccessible.</li>
-<li>Bindable functions for deleting a word to the left and to the right.</li>
-<li>A bindable function for saving the current file without prompting for its name.</li>
-<br>
-<li>Commenting/uncommenting lines with a single keystroke (M-3).</li>
-<li>Resizing the window does not exit from help viewer nor file browser.</li>
-<li>On some terminals Ctrl+Left and Ctrl+Right jump to previous and next word.</li>
-<li>A steadier movement of the highlight in the file browser.</li>
-</UL>
-
-</td>
-</tr>
-</table>
-
-</blockquote>
-</td>
-</tr>
-</table>
-<?php include "bottom.php"; ?>