]> git.wh0rd.org - nano-editor.git/blobdiff - screenshots.php
note the release of 5.1
[nano-editor.git] / screenshots.php
index 2eb991013fea8be585fbb60b91886b3ec36207ed..00e2cb7589678917c5d980f76b571bbd84e186ea 100644 (file)
@@ -1,11 +1,14 @@
 <?php include "top.php"; ?>
+
 <title>GNU nano: Screenshots</title>
-<table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" HEIGHT="70%" NOSAVE >
-<tr VALIGN=TOP NOSAVE>
-<td HEIGHT="70%" NOSAVE>
-<table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" NOSAVE >
-<tr VALIGN=TOP NOSAVE>
-<td NOSAVE>
+
+<table BORDER=0 CELLSPACING=0 WIDTH="100%" HEIGHT="70%">
+<tr VALIGN=TOP>
+<td>
+<table BORDER=0 CELLSPACING=0 WIDTH="100%">
+<tr VALIGN=TOP>
+<td>
+<br>
 <center><b>Screenshots</b></center>
 </td>
 </tr>
 <blockquote>
 <UL>
 
+<LI>4.x era<br>
+   Modern version showing line numbers and selected text:<br>
+   <img src="nano-4.2.png" alt="screenshot of 4.2"><br><br>
+</LI>
+
 <LI>3.x era<br>
    Modern version showing its undo support:<br>
-   <img src="nano-3.2.png" alt="screenshot">
+   <img src="nano-3.2.png" alt="screenshot of 3.2"><br><br>
 </LI>
-<br>
 
 <LI>2.x era<br>
    Modern version with a colorized interface:<br>
-   <img src="nano-2.5.0.png" alt="screenshot">
+   <img src="nano-2.5.0.png" alt="screenshot of 2.5.0"><br><br>
 </LI>
-<br>
 
 <LI>1.x era<br>
    Showing support for syntax highlighting:<br>
-   <img src="colorsyntax.png" alt="screenshot">
-   <br><br>
+   <img src="colorsyntax.png" alt="screenshot"><br><br>
+
    Switching between multiple file buffers with Meta-&lt; and Meta-&gt;:<br>
-   <img src="multibuffer.png" alt="screenshot">
+   <img src="multibuffer.png" alt="screenshot"><br><br>
 </LI>
-<br>
 
 <LI>before 1.0<br>
    Default (basic) nano setup:<br>
-   <img src="nanodefault2.png" alt="screenshot">
+   <img src="nanodefault2.png" alt="screenshot"><br><br>
 </LI>
-<br>
 
 </UL>
 </blockquote>
@@ -47,4 +51,5 @@
 </td>
 </tr>
 </table>
+
 <?php include "bottom.php"; ?>