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