]> git.wh0rd.org - nano-editor.git/blob - screenshots.php
point to a GNU mirror instead of to the main site
[nano-editor.git] / screenshots.php
1 <?php include "top.php"; ?>
2 <title>GNU nano: Screenshots</title>
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>
16
17 <LI>2.x era
18 <UL>
19 <LI>
20 Modern version with colorized text and menu entries<br>
21 <img src="nano-2.5.0.png" alt="screenshot">
22 </LI>
23 </UL>
24 </LI>
25
26 <LI>1.x era
27 <UL>
28 <LI>
29 Color syntax highlighting support<br>
30 <img src="colorsyntax.png" alt="screenshot">
31 </LI>
32 <LI>
33 Switching between multiple file buffers with Meta-&lt; and Meta-&gt;<br>
34 <img src="multibuffer.png" alt="screenshot">
35 </LI>
36 </UL>
37 </LI>
38
39 <LI>pre-1.0 era
40 <UL>
41 <LI>
42 Default (basic) nano setup<br>
43 <img src="nanodefault2.png" alt="screenshot">
44 </LI>
45 </UL>
46 </LI>
47
48 </UL>
49 </blockquote>
50
51 </td>
52 </tr>
53 </table>
54 <?php include "bottom.php"; ?>