]> git.wh0rd.org - nano-editor.git/blame - screenshots.php
another attempt, after correcting the permissions on the server
[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
8c311a18
BS
20<LI>4.x era<br>
21 Modern version showing line numbers and selected text:<br>
4392bdff 22 <img src="nano-4.2.png" alt="screenshot of 4.2"><br><br>
8c311a18 23</LI>
8c311a18 24
2c4e335d 25<LI>3.x era<br>
42235942 26 Modern version showing its undo support:<br>
4392bdff 27 <img src="nano-3.2.png" alt="screenshot of 3.2"><br><br>
42235942
BS
28</LI>
29
2c4e335d 30<LI>2.x era<br>
42235942 31 Modern version with a colorized interface:<br>
4392bdff 32 <img src="nano-2.5.0.png" alt="screenshot of 2.5.0"><br><br>
1b1bdcd3 33</LI>
2b541daf 34
2c4e335d 35<LI>1.x era<br>
42235942 36 Showing support for syntax highlighting:<br>
4392bdff
BS
37 <img src="colorsyntax.png" alt="screenshot"><br><br>
38
42235942 39 Switching between multiple file buffers with Meta-&lt; and Meta-&gt;:<br>
4392bdff 40 <img src="multibuffer.png" alt="screenshot"><br><br>
1b1bdcd3 41</LI>
2b541daf 42
2c4e335d 43<LI>before 1.0<br>
42235942 44 Default (basic) nano setup:<br>
4392bdff 45 <img src="nanodefault2.png" alt="screenshot"><br><br>
1b1bdcd3 46</LI>
2b541daf 47
1b1bdcd3
MF
48</UL>
49</blockquote>
2b541daf 50
1b1bdcd3
MF
51</td>
52</tr>
53</table>
f3338261 54
1b1bdcd3 55<?php include "bottom.php"; ?>