Commit | Line | Data |
---|---|---|
1b1bdcd3 | 1 | <?php include "top.php"; ?> |
0e4d2f77 | 2 | <title>GNU nano: Screenshots</title> |
cb81e8d7 BS |
3 | <table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" HEIGHT="70%"> |
4 | <tr VALIGN=TOP> | |
c0e77d9d | 5 | <td> |
cb81e8d7 BS |
6 | <table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%"> |
7 | <tr VALIGN=TOP> | |
8 | <td> | |
1b1bdcd3 MF |
9 | <center><b>Screenshots</b></center> |
10 | </td> | |
11 | </tr> | |
12 | </table> | |
13 | ||
14 | <blockquote> | |
15 | <UL> | |
2b541daf | 16 | |
8c311a18 BS |
17 | <LI>4.x era<br> |
18 | Modern version showing line numbers and selected text:<br> | |
19 | <img src="nano-4.2.png" alt="screenshot of 4.2"> | |
20 | </LI> | |
21 | <br> | |
22 | ||
2c4e335d | 23 | <LI>3.x era<br> |
42235942 | 24 | Modern version showing its undo support:<br> |
8c311a18 | 25 | <img src="nano-3.2.png" alt="screenshot of 3.2"> |
42235942 | 26 | </LI> |
2c4e335d | 27 | <br> |
42235942 | 28 | |
2c4e335d | 29 | <LI>2.x era<br> |
42235942 | 30 | Modern version with a colorized interface:<br> |
8c311a18 | 31 | <img src="nano-2.5.0.png" alt="screenshot of 2.5.0"> |
1b1bdcd3 | 32 | </LI> |
2c4e335d | 33 | <br> |
2b541daf | 34 | |
2c4e335d | 35 | <LI>1.x era<br> |
42235942 | 36 | Showing support for syntax highlighting:<br> |
2b541daf | 37 | <img src="colorsyntax.png" alt="screenshot"> |
2c4e335d | 38 | <br><br> |
42235942 | 39 | Switching between multiple file buffers with Meta-< and Meta->:<br> |
2b541daf | 40 | <img src="multibuffer.png" alt="screenshot"> |
1b1bdcd3 | 41 | </LI> |
2c4e335d | 42 | <br> |
2b541daf | 43 | |
2c4e335d | 44 | <LI>before 1.0<br> |
42235942 | 45 | Default (basic) nano setup:<br> |
2b541daf | 46 | <img src="nanodefault2.png" alt="screenshot"> |
1b1bdcd3 | 47 | </LI> |
2c4e335d | 48 | <br> |
2b541daf | 49 | |
1b1bdcd3 MF |
50 | </UL> |
51 | </blockquote> | |
2b541daf | 52 | |
1b1bdcd3 MF |
53 | </td> |
54 | </tr> | |
55 | </table> | |
56 | <?php include "bottom.php"; ?> |