]> git.wh0rd.org - nano-editor.git/blame - overview2.0.php
some edits that were made on the server to get the release out
[nano-editor.git] / overview2.0.php
CommitLineData
1b1bdcd3
MF
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>
12(<A HREF="overview.php">2.2 release</A>)
13(<A HREF="overview2.0.php">2.0 release</A>)
14(<A HREF="overview1.2.php">1.2 release</A>)
15(<A HREF="overview1.0.php">1.0 release</A>)
16</center>
17</td>
18</tr>
19</table></center>
20
21<blockquote>The 2.0 release of GNU nano is a major leap forward in usability
22and features, building on the 1.3 branch. The following improvemens and
23features are available in version 2.0 include:
24<br>&nbsp;
25<table BORDER=0 CELLSPACING=0 WIDTH="100%" NOSAVE >
26<tr NOSAVE>
27<td NOSAVE>
28<UL>
29<li>
30<font>UTF-8 support.</font></li>
31
32<li>
33<font>Improved color syntax highlighting.</font></li>
34
35<li>
36<font>Copy text without cutting..</font></li>
37
38<li>
39<font>Verbatim input mode.</font></li>
40
41<li>
42<font>Repeat last seach w/o confirmation (Meta-W)</font></li>
43
44</td>
45</UL>
46<td NOSAVE>
47<UL>
48
49<li>
50<font>Spell check/replace selected text only</font></li>
51
52<li>
53<font>Indent marked text</font></li>
54
55<li>
56<font>Move to beginning/end of paragraph</font></li>
57
58<li>
59<font>Search within the file browser</font></li>
60
61<li>
62<font>Mixed file format auto-conversion</font></li>
63
64
65</UL>
66</td>
67</tr>
68</table>
69
70</blockquote>
71</td>
72</tr>
73</table>
74<?php include "bottom.php"; ?>
75