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