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