]> git.wh0rd.org - nano-editor.git/blobdiff - overview1.0.php
gather the "overview" stuff into a single page, and name it better
[nano-editor.git] / overview1.0.php
diff --git a/overview1.0.php b/overview1.0.php
deleted file mode 100644 (file)
index 627da88..0000000
+++ /dev/null
@@ -1,80 +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">1.2 release</A>)
-(<A HREF="overview1.0.php"><b>1.0 release</b></A>)
-</center>
-</td>
-</tr>
-</table></center>
-
-<blockquote>The nano project was started because of a few problems with
-the otherwise wonderfully easy-to-use and friendly Pico text editor.&nbsp;
-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%">
-<tr>
-<td>
-<li>
-<font>Autoconf support.</font></li>
-
-<li>
-<font>Truly free license (GNU GPL).&nbsp;</font></li>
-
-<li>
-<font>Goto-line# command without a flag.&nbsp;</font></li>
-
-<li>
-<font>Case-sensitive search function.&nbsp;</font></li>
-
-<li>
-<font>Interactive search and replace.&nbsp;</font></li>
-
-<li>
-<font>2/3 - 1/8 size of Pico binary.</font></li>
-</td>
-
-<td>
-<li>
-<font>Slang and ncurses support.</font></li>
-
-<li>
-<font>Autoindent abillity.</font></li>
-
-<li>
-<font>Displayed tab width option.&nbsp;</font></li>
-
-<li>
-<font>Regular expression search and replace.&nbsp;</font></li>
-
-<li>
-<font>Toggles for command-line flags via Meta keys.&nbsp;</font></li>
-
-<li>
-<font>Tab completion when reading/writing files.</font>&nbsp;</li>
-</td>
-</tr>
-</table>
-
-<p>The main disadvantage is a lack of mailer integration, but this is also
-a strength.&nbsp;</blockquote>
-</td>
-</tr>
-</table>
-<?php include "bottom.php"; ?>
-