]> git.wh0rd.org - nano-editor.git/blobdiff - docs.php
note the release of 5.4
[nano-editor.git] / docs.php
index 594d2456f58acf53fc3ab61c3dd93dc6ada71741..40553d3bba8a9cba4158272902336f3f25fc7561 100644 (file)
--- a/docs.php
+++ b/docs.php
@@ -1,92 +1,84 @@
 <?php include "top.php"; ?>
+
 <title>GNU nano: Documentation</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 NOSAVE>
-<td NOSAVE>
+
+<table BORDER=0 CELLSPACING=0 WIDTH="100%" HEIGHT="70%">
+<tr VALIGN=TOP>
+<td>
+
+<br>
 <center><b>Documentation</b></center>
-</td>
-</tr>
-</table>
+<br>
 
-<table BORDER=0 COLS=2 WIDTH="100%" NOSAVE >
-<tr BGCOLOR="#440077" NOSAVE>
-<td WIDTH="25%" NOSAVE>
-<center><font color="#FFFFFF">Document Name</font></center>
+<table BORDER=0 WIDTH="100%">
+<tr CLASS="inverted">
+<td WIDTH="25%">
+<center>Document Name</center>
 </td>
-
 <td>
-<font color="#FFFFFF">Description</font>
+Description
 </td>
 </tr>
 
-<tr NOSAVE>
+<tr>
 <td>
-<center><a href="http://www.nano-editor.org/dist/v<?php include "stable-branch"; ?>/faq.html">The nano FAQ</a></center>
+<center><a href="/dist/latest/faq.html">The nano FAQ</a></center>
 </td>
-
-<td NOSAVE>Frequently asked questions about GNU nano.</td>
+<td>Frequently asked questions about GNU nano.</td>
 </tr>
 
 <tr>
 <td>
-<center><a href="http://www.nano-editor.org/dist/v<?php include "stable-branch"; ?>/nano.html">Online Manual</a></center>
+<center><a href="/dist/latest/cheatsheet.html">Shortcuts</a></center>
 </td>
-
-<td>HTML version of the nano (.texi) online manual.</td>
+<td>An overview of nano's command keystrokes.</td>
 </tr>
 
 <tr>
 <td>
-<center><a href="http://www.nano-editor.org/dist/v<?php include "stable-branch"; ?>/nano.1.html">Man Page</a></center>
+<center><a href="/dist/latest/nano.html">Online Manual</a></center>
 </td>
-
-<td>nano.1 man page in HTML format.</td>
+<td>The full nano manual in HTML format.</td>
 </tr>
 
 <tr>
 <td>
-<center><a href="http://www.nano-editor.org/dist/v<?php include "stable-branch"; ?>/nanorc.5.html">Nanorc Man Page</a></center>
+<center><a href="/dist/latest/nano.1.html">Man Page</a></center>
 </td>
-
-<td>nanorc.5 man page in HTML format.</td>
+<td>The nano.1 man page in HTML format.</td>
 </tr>
 
 <tr>
 <td>
-<center><a href="http://www.nano-editor.org/dist/v<?php include "stable-branch"; ?>/README">README</a></center>
+<center><a href="/dist/latest/nanorc.5.html">Nanorc Man Page</a></center>
 </td>
-
-<td>Read it!</td>
+<td>The nanorc.5 man page in HTML format.</td>
 </tr>
 
 <tr>
 <td>
-<center><a href="http://www.nano-editor.org/dist/v<?php include "stable-branch"; ?>/ChangeLog">ChangeLog</a></center>
+<center><a href="/dist/latest/README">README</a></center>
 </td>
-
-<td>(Fairly technical) list of changed between releases.</td>
+<td>Read it!</td>
 </tr>
 
 <tr>
 <td>
-<center><a href="http://www.nano-editor.org/dist/v<?php include "stable-branch"; ?>/NEWS">NEWS</a></center>
+<center><a href="/dist/latest/ChangeLog">ChangeLog</a></center>
 </td>
-
-<td>General description of new&nbsp; in each new release.</td>
+<td>(Fairly technical) list of changes between releases.</td>
 </tr>
 
 <tr>
 <td>
-<center><a href="http://www.nano-editor.org/dist/v<?php include "stable-branch"; ?>/TODO">TODO List</a></center>
+<center><a href="/dist/latest/NEWS">NEWS</a></center>
 </td>
-
-<td>Informal list of requests for features in new versions.</td>
+<td>General description of noteworthy things in each release.</td>
 </tr>
+
 </table>
 </td>
 </tr>
 </table>
+
 <?php include "bottom.php"; ?>