]> git.wh0rd.org - nano-editor.git/blobdiff - docs.php
remove some unneeded enveloping tables
[nano-editor.git] / docs.php
index 40553d3bba8a9cba4158272902336f3f25fc7561..a0f229641038a711c4f863fcbcbb1d1213ede935 100644 (file)
--- a/docs.php
+++ b/docs.php
@@ -1,10 +1,4 @@
-<?php include "top.php"; ?>
-
-<title>GNU nano: Documentation</title>
-
-<table BORDER=0 CELLSPACING=0 WIDTH="100%" HEIGHT="70%">
-<tr VALIGN=TOP>
-<td>
+<?php $title="Documentation";  include "top.php"; ?>
 
 <br>
 <center><b>Documentation</b></center>
@@ -41,6 +35,13 @@ Description
 <td>The full nano manual in HTML format.</td>
 </tr>
 
+<tr>
+<td>
+<center><a href="/dist/latest/nano.pdf">The manual as PDF</a></center>
+</td>
+<td>The full nano manual in PDF format.</td>
+</tr>
+
 <tr>
 <td>
 <center><a href="/dist/latest/nano.1.html">Man Page</a></center>
@@ -76,9 +77,6 @@ Description
 <td>General description of noteworthy things in each release.</td>
 </tr>
 
-</table>
-</td>
-</tr>
 </table>
 
 <?php include "bottom.php"; ?>