]> git.wh0rd.org - nano-editor.git/blob - overview1.0.php
use bold to make it clearer to which release on overview page refers
[nano-editor.git] / overview1.0.php
1 <?php include "top.php"; ?>
2 <title>GNU nano: Overview</title>
3 <body>
4 &nbsp;
5 <table BORDER=0 CELLSPACING=0 COLS=1 HEIGHT="70%" NOSAVE >
6 <tr VALIGN=TOP NOSAVE>
7 <td NOSAVE>
8 <center><table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" NOSAVE >
9 <tr NOSAVE>
10 <td NOSAVE>
11 <center><b>Overview</b></center><br>
12 <center>
13 (<A HREF="overview.php">2.2 release</A>)
14 (<A HREF="overview2.0.php">2.0 release</A>)
15 (<A HREF="overview1.2.php">1.2 release</A>)
16 (<A HREF="overview1.0.php"><b>1.0 release</b></A>)
17 </center>
18 </td>
19 </tr>
20 </table></center>
21
22 <blockquote>The nano project was started because of a few problems with
23 the otherwise wonderfully easy-to-use and friendly Pico text editor.&nbsp;
24 GNU nano aims to emulate Pico while providing extra functionality.&nbsp;
25 <br><br>
26 Features of GNU nano:
27 <br>&nbsp;
28 <table BORDER=0 CELLSPACING=0 WIDTH="100%" NOSAVE >
29 <tr NOSAVE>
30 <td NOSAVE>
31 <li>
32 <font>Autoconf support.</font></li>
33
34 <li>
35 <font>Truly free license (GNU GPL).&nbsp;</font></li>
36
37 <li>
38 <font>Goto-line# command without a flag.&nbsp;</font></li>
39
40 <li>
41 <font>Case-sensitive search function.&nbsp;</font></li>
42
43 <li>
44 <font>Interactive search and replace.&nbsp;</font></li>
45
46 <li>
47 <font>2/3 - 1/8 size of Pico binary.</font></li>
48 </td>
49
50 <td NOSAVE>
51 <li>
52 <font>Slang and ncurses support.</font></li>
53
54 <li>
55 <font>Autoindent abillity.</font></li>
56
57 <li>
58 <font>Displayed tab width option.&nbsp;</font></li>
59
60 <li>
61 <font>Regular expression search and replace.&nbsp;</font></li>
62
63 <li>
64 <font>Toggles for command-line flags via Meta keys.&nbsp;</font></li>
65
66 <li>
67 <font>Tab completion when reading/writing files.</font>&nbsp;</li>
68 </td>
69 </tr>
70 </table>
71
72 <p>The main disadvantage is a lack of mailer integration, but this is also
73 a strength.&nbsp;</blockquote>
74 </td>
75 </tr>
76 </table>
77 <?php include "bottom.php"; ?>
78