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