]> git.wh0rd.org - nano-editor.git/blame_incremental - overview2.0.php
overview: some spelling and punctuation fixes and layout adjustments
[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 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.
23<br><br>
24The following improvements and
25features are available in version 2.0:
26<br>&nbsp;
27<table BORDER=0 CELLSPACING=0 WIDTH="100%" NOSAVE >
28<tr NOSAVE>
29<td NOSAVE>
30<UL>
31<li>
32<font>UTF-8 support.</font></li>
33
34<li>
35<font>Improved color syntax highlighting.</font></li>
36
37<li>
38<font>Copy text without cutting it.</font></li>
39
40<li>
41<font>Verbatim input mode.</font></li>
42
43<li>
44<font>Repeat last seach without confirmation (Meta-W).</font></li>
45
46</td>
47</UL>
48<td NOSAVE>
49<UL>
50
51<li>
52<font>Spell check/replace selected text only.</font></li>
53
54<li>
55<font>Indent marked text.</font></li>
56
57<li>
58<font>Move to beginning/end of paragraph.</font></li>
59
60<li>
61<font>Search within the file browser.</font></li>
62
63<li>
64<font>Auto-conversion of mixed file format</font></li>
65
66</UL>
67</td>
68</tr>
69</table>
70
71</blockquote>
72</td>
73</tr>
74</table>
75<?php include "bottom.php"; ?>
76