]> git.wh0rd.org - nano-editor.git/blame - screenshots.php
add a screenshot of the 3.2 version
[nano-editor.git] / screenshots.php
CommitLineData
1b1bdcd3 1<?php include "top.php"; ?>
0e4d2f77 2<title>GNU nano: Screenshots</title>
1b1bdcd3
MF
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>
2b541daf 16
42235942
BS
17<LI>3.x era
18 <br>
19 Modern version showing its undo support:<br>
20 <img src="nano-3.2.png" alt="screenshot">
21 <br>
22</LI>
23
2b541daf 24<LI>2.x era
42235942
BS
25 <br>
26 Modern version with a colorized interface:<br>
2b541daf 27 <img src="nano-2.5.0.png" alt="screenshot">
42235942 28 <br>
1b1bdcd3 29</LI>
2b541daf
MF
30
31<LI>1.x era
42235942
BS
32 <br>
33 Showing support for syntax highlighting:<br>
2b541daf 34 <img src="colorsyntax.png" alt="screenshot">
42235942
BS
35 <br>
36 Switching between multiple file buffers with Meta-&lt; and Meta-&gt;:<br>
2b541daf 37 <img src="multibuffer.png" alt="screenshot">
42235942 38 <br>
1b1bdcd3 39</LI>
2b541daf 40
42235942
BS
41<LI>before 1.0
42 <br>
43 Default (basic) nano setup:<br>
2b541daf 44 <img src="nanodefault2.png" alt="screenshot">
42235942 45 <br>
1b1bdcd3 46</LI>
2b541daf 47
1b1bdcd3
MF
48</UL>
49</blockquote>
2b541daf 50
1b1bdcd3
MF
51</td>
52</tr>
53</table>
54<?php include "bottom.php"; ?>