]> git.wh0rd.org - nano-editor.git/blobdiff - screenshots.php
encode an accented character
[nano-editor.git] / screenshots.php
index 2eb991013fea8be585fbb60b91886b3ec36207ed..07f206d8fc3e7cd9e6804f498b92e29faf9a34fc 100644 (file)
@@ -1,11 +1,14 @@
 <?php include "top.php"; ?>
 <?php include "top.php"; ?>
+
 <title>GNU nano: Screenshots</title>
 <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>
 <center><b>Screenshots</b></center>
 </td>
 </tr>
 <blockquote>
 <UL>
 
 <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">
+</LI>
+<br>
+
 <LI>3.x era<br>
    Modern version showing its undo support:<br>
 <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">
 </LI>
 <br>
 
 <LI>2.x era<br>
    Modern version with a colorized interface:<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">
 </LI>
 <br>
 
 </LI>
 <br>
 
@@ -47,4 +56,5 @@
 </td>
 </tr>
 </table>
 </td>
 </tr>
 </table>
+
 <?php include "bottom.php"; ?>
 <?php include "bottom.php"; ?>