]> git.wh0rd.org - nano-editor.git/blobdiff - screenshots.php
remove the nonexistent attribute 'nosave'
[nano-editor.git] / screenshots.php
index 85ed4ab059444cf579c35314db0b3c7bf964d13f..b26b4df7e464943a32742cd536957e2b77c090c6 100644 (file)
@@ -1,11 +1,11 @@
 <?php include "top.php"; ?>
-<title>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>
+<title>GNU nano: Screenshots</title>
+<table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" HEIGHT="70%">
+<tr VALIGN=TOP>
+<td HEIGHT="70%">
+<table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%">
+<tr VALIGN=TOP>
+<td>
 <center><b>Screenshots</b></center>
 </td>
 </tr>
 
 <blockquote>
 <UL>
-<LI>
-pre-1.0 era:
-<UL>
-<LI>
-<A HREF="nanodefault2.png">Default (basic) nano setup</A>.
+
+<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>
-</UL>
-</UL>
-<UL>
-<LI>
-1.x era:
-<UL>
-<LI>
-<A HREF="colorsyntax.png">Color syntax </A> highlighting support
+<br>
+
+<LI>3.x era<br>
+   Modern version showing its undo support:<br>
+   <img src="nano-3.2.png" alt="screenshot of 3.2">
 </LI>
-<LI>
-Switching between <A HREF="multibuffer.png">multiple file
-buffers</A> with Meta-&lt; and Meta-&gt;
+<br>
+
+<LI>2.x era<br>
+   Modern version with a colorized interface:<br>
+   <img src="nano-2.5.0.png" alt="screenshot of 2.5.0">
 </LI>
-</UL>
-</UL>
-<UL>
-<LI>
-2.x era:
-<UL>
-<LI>
-Modern version with colorized <A HREF="nano-2.5.0.png">text and menu entries</A>.
+<br>
+
+<LI>1.x era<br>
+   Showing support for syntax highlighting:<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">
 </LI>
-</UL>
+<br>
+
+<LI>before 1.0<br>
+   Default (basic) nano setup:<br>
+   <img src="nanodefault2.png" alt="screenshot">
+</LI>
+<br>
+
 </UL>
 </blockquote>
+
 </td>
 </tr>
 </table>