]> git.wh0rd.org - nano-editor.git/blobdiff - overview2.2.php
gather the "overview" stuff into a single page, and name it better
[nano-editor.git] / overview2.2.php
diff --git a/overview2.2.php b/overview2.2.php
deleted file mode 100644 (file)
index c0c0465..0000000
+++ /dev/null
@@ -1,74 +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">2.6 release</A>)
-(<A HREF="overview2.4.php">2.4 release</A>)
-(<A HREF="overview2.2.php"><b>2.2 release</b></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>The 2.2 release of GNU nano continues to add some features
-while attempting to provide continuity to users of previous versions.
-When possible we have elected to make new features disabled by default,
-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%">
-<tr>
-<td>
-<UL>
-<li>
-<font>Customizable key bindings.</font></li>
-
-<li>
-<font>Abortable searching (^C after ^W).</font></li>
-
-<li>
-<font>Partial undo/redo support [EXPERIMENTAL].</font></li>
-
-<li>
-<font>Pager support (i.e. reading from stdin).</font></li>
-
-</td>
-</UL>
-<td>
-<UL>
-
-<li>
-<font>Warnings for unwritable files and for external modification since opening.</font></li>
-
-<li>
-<font>"Soft" line wrapping (i.e. display of complete lines).</font></li>
-
-<li>
-<font>More syntax highlighting examples (Fortran, objC, OCaml, Makefiles).</font></li>
-
-<li>
-<font>Faster syntax highlighting for complicated regexes.</font></li>
-
-</UL>
-</td>
-</tr>
-</table>
-
-</blockquote>
-</td>
-</tr>
-</table>
-<?php include "bottom.php"; ?>
-