]> git.wh0rd.org - nano-editor.git/blob - screenshots.php
07f206d8fc3e7cd9e6804f498b92e29faf9a34fc
[nano-editor.git] / screenshots.php
1 <?php include "top.php"; ?>
2
3 <title>GNU nano: Screenshots</title>
4
5 <table BORDER=0 CELLSPACING=0 WIDTH="100%" HEIGHT="70%">
6 <tr VALIGN=TOP>
7 <td>
8 <table BORDER=0 CELLSPACING=0 WIDTH="100%">
9 <tr VALIGN=TOP>
10 <td>
11 <br>
12 <center><b>Screenshots</b></center>
13 </td>
14 </tr>
15 </table>
16
17 <blockquote>
18 <UL>
19
20 <LI>4.x era<br>
21 Modern version showing line numbers and selected text:<br>
22 <img src="nano-4.2.png" alt="screenshot of 4.2">
23 </LI>
24 <br>
25
26 <LI>3.x era<br>
27 Modern version showing its undo support:<br>
28 <img src="nano-3.2.png" alt="screenshot of 3.2">
29 </LI>
30 <br>
31
32 <LI>2.x era<br>
33 Modern version with a colorized interface:<br>
34 <img src="nano-2.5.0.png" alt="screenshot of 2.5.0">
35 </LI>
36 <br>
37
38 <LI>1.x era<br>
39 Showing support for syntax highlighting:<br>
40 <img src="colorsyntax.png" alt="screenshot">
41 <br><br>
42 Switching between multiple file buffers with Meta-&lt; and Meta-&gt;:<br>
43 <img src="multibuffer.png" alt="screenshot">
44 </LI>
45 <br>
46
47 <LI>before 1.0<br>
48 Default (basic) nano setup:<br>
49 <img src="nanodefault2.png" alt="screenshot">
50 </LI>
51 <br>
52
53 </UL>
54 </blockquote>
55
56 </td>
57 </tr>
58 </table>
59
60 <?php include "bottom.php"; ?>