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