]> git.wh0rd.org - nano-editor.git/blame - screenshots.php
kak -- missed a file
[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>
22 <img src="nano-4.2.png" alt="screenshot of 4.2">
23</LI>
24<br>
25
2c4e335d 26<LI>3.x era<br>
42235942 27 Modern version showing its undo support:<br>
8c311a18 28 <img src="nano-3.2.png" alt="screenshot of 3.2">
42235942 29</LI>
2c4e335d 30<br>
42235942 31
2c4e335d 32<LI>2.x era<br>
42235942 33 Modern version with a colorized interface:<br>
8c311a18 34 <img src="nano-2.5.0.png" alt="screenshot of 2.5.0">
1b1bdcd3 35</LI>
2c4e335d 36<br>
2b541daf 37
2c4e335d 38<LI>1.x era<br>
42235942 39 Showing support for syntax highlighting:<br>
2b541daf 40 <img src="colorsyntax.png" alt="screenshot">
2c4e335d 41 <br><br>
42235942 42 Switching between multiple file buffers with Meta-&lt; and Meta-&gt;:<br>
2b541daf 43 <img src="multibuffer.png" alt="screenshot">
1b1bdcd3 44</LI>
2c4e335d 45<br>
2b541daf 46
2c4e335d 47<LI>before 1.0<br>
42235942 48 Default (basic) nano setup:<br>
2b541daf 49 <img src="nanodefault2.png" alt="screenshot">
1b1bdcd3 50</LI>
2c4e335d 51<br>
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"; ?>