]> git.wh0rd.org - nano-editor.git/blobdiff - docs.php
move another two disallowed breaks
[nano-editor.git] / docs.php
index 77b28971ab43f401b15211c91f69548c81b9039e..1572909cce455573eed8c1c75e804c19eb68b1b8 100644 (file)
--- a/docs.php
+++ b/docs.php
@@ -1,92 +1,84 @@
 <?php include "top.php"; ?>
 <?php include "top.php"; ?>
+
 <title>GNU nano: Documentation</title>
 <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>
 <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>
+<table BORDER=0 WIDTH="100%">
+<tr BGCOLOR="#440077">
+<td WIDTH="25%">
 <center><font color="#FFFFFF">Document Name</font></center>
 </td>
 <center><font color="#FFFFFF">Document Name</font></center>
 </td>
-
 <td>
 <font color="#FFFFFF">Description</font>
 </td>
 </tr>
 
 <td>
 <font color="#FFFFFF">Description</font>
 </td>
 </tr>
 
-<tr NOSAVE>
+<tr>
 <td>
 <td>
-<center><a href="/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>
-
-<td NOSAVE>Frequently asked questions about GNU nano.</td>
+<td>Frequently asked questions about GNU nano.</td>
 </tr>
 
 <tr>
 <td>
 </tr>
 
 <tr>
 <td>
-<center><a href="/dist/v<?php include "stable-branch"; ?>/nano.html">Online Manual</a></center>
+<center><a href="/dist/latest/cheatsheet.html">Shortcuts</a></center>
 </td>
 </td>
-
-<td>HTML version of the nano (.texi) online manual.</td>
+<td>An overview of nano's command keystrokes.</td>
 </tr>
 
 <tr>
 <td>
 </tr>
 
 <tr>
 <td>
-<center><a href="/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>
-
-<td>nano.1 man page in HTML format.</td>
+<td>The full nano manual in HTML format.</td>
 </tr>
 
 <tr>
 <td>
 </tr>
 
 <tr>
 <td>
-<center><a href="/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>
-
-<td>nanorc.5 man page in HTML format.</td>
+<td>The nano.1 man page in HTML format.</td>
 </tr>
 
 <tr>
 <td>
 </tr>
 
 <tr>
 <td>
-<center><a href="/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>
-
-<td>Read it!</td>
+<td>The nanorc.5 man page in HTML format.</td>
 </tr>
 
 <tr>
 <td>
 </tr>
 
 <tr>
 <td>
-<center><a href="/dist/v<?php include "stable-branch"; ?>/ChangeLog">ChangeLog</a></center>
+<center><a href="/dist/latest/README">README</a></center>
 </td>
 </td>
-
-<td>(Fairly technical) list of changes between releases.</td>
+<td>Read it!</td>
 </tr>
 
 <tr>
 <td>
 </tr>
 
 <tr>
 <td>
-<center><a href="/dist/v<?php include "stable-branch"; ?>/NEWS">NEWS</a></center>
+<center><a href="/dist/latest/ChangeLog">ChangeLog</a></center>
 </td>
 </td>
-
-<td>General description of noteworthy things in each new release.</td>
+<td>(Fairly technical) list of changes between releases.</td>
 </tr>
 
 <tr>
 <td>
 </tr>
 
 <tr>
 <td>
-<center><a href="/dist/v<?php include "stable-branch"; ?>/TODO">TODO List</a></center>
+<center><a href="/dist/latest/NEWS">NEWS</a></center>
 </td>
 </td>
-
-<td>Informal list of requests for features in new versions.</td>
+<td>General description of noteworthy things in each release.</td>
 </tr>
 </tr>
+
 </table>
 </td>
 </tr>
 </table>
 </table>
 </td>
 </tr>
 </table>
+
 <?php include "bottom.php"; ?>
 <?php include "bottom.php"; ?>