]> git.wh0rd.org - nano-editor.git/blame_incremental - overview2.0.php
remove the unneeded and invalid 'cols' attribute from tables
[nano-editor.git] / overview2.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"><b>2.0 release</b></A>)
17(<A HREF="overview1.2.php">1.2 release</A>)
18(<A HREF="overview1.0.php">1.0 release</A>)
19</center>
20</td>
21</tr>
22</table></center>
23
24<blockquote>The 2.0 release of GNU nano is a major leap forward in usability
25and features, building on the 1.3 branch.
26<br><br>
27The following improvements and
28features are available in version 2.0:
29<br>&nbsp;
30<table BORDER=0 CELLSPACING=0 WIDTH="100%">
31<tr>
32<td>
33<UL>
34<li>
35<font>UTF-8 support.</font></li>
36
37<li>
38<font>Improved color syntax highlighting.</font></li>
39
40<li>
41<font>Copy text without cutting it.</font></li>
42
43<li>
44<font>Verbatim input mode.</font></li>
45
46<li>
47<font>Repeat last seach without confirmation (Meta-W).</font></li>
48
49</td>
50</UL>
51<td>
52<UL>
53
54<li>
55<font>Spell check/replace selected text only.</font></li>
56
57<li>
58<font>Indent marked text.</font></li>
59
60<li>
61<font>Move to beginning/end of paragraph.</font></li>
62
63<li>
64<font>Search within the file browser.</font></li>
65
66<li>
67<font>Auto-conversion of mixed file format</font></li>
68
69</UL>
70</td>
71</tr>
72</table>
73
74</blockquote>
75</td>
76</tr>
77</table>
78<?php include "bottom.php"; ?>
79