]> git.wh0rd.org - nano-editor.git/blobdiff - screenshots.php
remove some unneeded enveloping tables
[nano-editor.git] / screenshots.php
index 8be9d529218257f3d2f14a8d6c2e00d1b171f8dc..e5c758baef739c3f7951dff580ecfd984593daee 100644 (file)
@@ -1,54 +1,46 @@
-<?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>
+<?php $title="Screenshots";  include "top.php"; ?>
+
+<br>
 <center><b>Screenshots</b></center>
-</td>
-</tr>
-</table>
+<br>
 
 <blockquote>
 <UL>
 
-<LI>2.x era
- <UL>
-  <LI>
-   Modern version with colorized text and menu entries<br>
-   <img src="nano-2.5.0.png" alt="screenshot">
-  </LI>
- </UL>
+<LI>5.x era<br>
+   With <tt>--indicator</tt> and <tt>--nohelp</tt> and a highlighted search match:<br>
+   <img src="nano-5.7.png" alt="screenshot of 5.7"><br><br>
+</LI>
+
+<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 of 3.2"><br><br>
+</LI>
+
+<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"><br><br>
 </LI>
 
-<LI>1.x era
- <UL>
-  <LI>
-   Color syntax highlighting support<br>
-   <img src="colorsyntax.png" alt="screenshot">
-  </LI>
-  <LI>
-   Switching between multiple file buffers with Meta-&lt; and Meta-&gt;<br>
-   <img src="multibuffer.png" alt="screenshot">
-  </LI>
- </UL>
+<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"><br><br>
 </LI>
 
-<LI>pre-1.0 era
- <UL>
-  <LI>
-   Default (basic) nano setup<br>
-   <img src="nanodefault2.png" alt="screenshot">
-  </LI>
- </UL>
+<LI>before 1.0<br>
+   Default (basic) nano setup:<br>
+   <img src="nanodefault2.png" alt="screenshot"><br><br>
 </LI>
 
 </UL>
 </blockquote>
 
-</td>
-</tr>
-</table>
 <?php include "bottom.php"; ?>