]> git.wh0rd.org - nano-editor.git/blobdiff - overview1.2.php
gather the "overview" stuff into a single page, and name it better
[nano-editor.git] / overview1.2.php
diff --git a/overview1.2.php b/overview1.2.php
deleted file mode 100644 (file)
index 4978b71..0000000
+++ /dev/null
@@ -1,85 +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">2.2 release</A>)
-(<A HREF="overview2.0.php">2.0 release</A>) 
-(<A HREF="overview1.2.php"><b>1.2 release</b></A>)
-(<A HREF="overview1.0.php">1.0 release</A>) 
-</center>
-</td>
-</tr>
-</table></center>
-
-<blockquote>The 1.2 release of GNU nano attempts to move even closer to 
-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%">
-<tr>
-<td>
-<li>
-<font>More Pico compatible by default.</font></li>
-
-<li>
-<font>Smooth scrolling (-S flag).</font></li>
-
-<li>
-<font>Bracket matching (Meta-]).</font></li>
-
-<li>
-<font>.nanorc support.</font></li>
-
-<li>
-<font>Color syntax highlighting.</font></li>
-
-<li>
-<font>Search and replace history editing.</font></li>
-
-<li>
-<font>Customizable quoting string (-Q flag).</font></li>
-
-</td>
-
-<td>
-<li>
-<font>Append/prepend from write file menu.</font></li>
-
-<li>
-<font>Write selected text to file (^O after ^^).</font></li>
-
-<li>
-<font>Multiple file buffers (-F flag).</font></li>
-
-<li>
-<font>Mac/Dos/NoConvert file format (-M, -D, -N).</font></li>
-
-<li>
-<font>Saved search/replace history (-H flag).</font></li>
-
-<li>
-<font>Backup files (-B flag).</font></li>
-
-<li>
-<font>Insert output of command (^X after ^R).</font></li>
-</td>
-</tr>
-</table>
-
-</blockquote>
-</td>
-</tr>
-</table>
-<?php include "bottom.php"; ?>
-