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