1 <?php include "top.php"; ?>
2 <title>GNU nano: Documentation</title>
3 <table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" HEIGHT="70%" NOSAVE >
5 <td HEIGHT="70%" NOSAVE>
6 <table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" NOSAVE >
9 <center><b>Documentation</b></center>
14 <table BORDER=0 COLS=2 WIDTH="100%" NOSAVE >
15 <tr BGCOLOR="#440077" NOSAVE>
16 <td WIDTH="25%" NOSAVE>
17 <center><font color="#FFFFFF">Document Name</font></center>
21 <font color="#FFFFFF">Description</font>
27 <center><a href="http://www.nano-editor.org/dist/v<?php include "stable-branch"; ?>/faq.html">The nano FAQ</a></center>
30 <td NOSAVE>Frequently asked questions about GNU nano.</td>
35 <center><a href="http://www.nano-editor.org/dist/v<?php include "stable-branch"; ?>/nano.html">Online Manual</a></center>
38 <td>HTML version of the nano (.texi) online manual.</td>
43 <center><a href="http://www.nano-editor.org/dist/v<?php include "stable-branch"; ?>/nano.1.html">Man Page</a></center>
46 <td>nano.1 man page in HTML format.</td>
51 <center><a href="http://www.nano-editor.org/dist/v<?php include "stable-branch"; ?>/nanorc.5.html">Nanorc Man Page</a></center>
54 <td>nanorc.5 man page in HTML format.</td>
59 <center><a href="http://www.nano-editor.org/dist/v<?php include "stable-branch"; ?>/README">README</a></center>
67 <center><a href="http://www.nano-editor.org/dist/v<?php include "stable-branch"; ?>/ChangeLog">ChangeLog</a></center>
70 <td>(Fairly technical) list of changed between releases.</td>
75 <center><a href="http://www.nano-editor.org/dist/v<?php include "stable-branch"; ?>/NEWS">NEWS</a></center>
78 <td>General description of new in each new release.</td>
83 <center><a href="http://www.nano-editor.org/dist/v<?php include "stable-branch"; ?>/TODO">TODO List</a></center>
86 <td>Informal list of requests for features in new versions.</td>
92 <?php include "bottom.php"; ?>