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