]> git.wh0rd.org - nano-editor.git/blobdiff - overview2.4.php
gather the "overview" stuff into a single page, and name it better
[nano-editor.git] / overview2.4.php
diff --git a/overview2.4.php b/overview2.4.php
deleted file mode 100644 (file)
index 51e0e26..0000000
+++ /dev/null
@@ -1,57 +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"><b>2.4 release</b></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 and features are available in GNU nano version 2.4:
-<br><br>
-
-<table BORDER=0 CELLSPACING=0 WIDTH="100%">
-<tr>
-<td>
-
-<UL>
-<li>The ability to give different colours to titlebar, statusbar and help lines.</li>
-<li>Linter support, for automatically putting the cursor on syntax errors.</li>
-<li>Formatter support, for normalizing the layout of a text instead of the spelling.</li>
-<li>The undo/redo system has reached a usable state and is enabled by default.</li>
-<br>
-<li>No longer finds "ghosts" of certain UTF-8 characters.</li>
-<li>Makes the mouse usable again for clicking on shortcuts.</li>
-<li>Fixes several syntax colouring issues.</li>
-<li>Adds more syntax highlighting examples (autoconf, changelogs, elisp, Go, guile, javascript,
-json, PO files, postgresql, texinfo).</li>
-</UL>
-
-</td>
-</tr>
-</table>
-
-</blockquote>
-</td>
-</tr>
-</table>
-<?php include "bottom.php"; ?>