1 <?php include "top.php"; ?>
3 <title>GNU nano: Documentation</title>
5 <table BORDER=0 CELLSPACING=0 WIDTH="100%" HEIGHT="70%">
10 <center><b>Documentation</b></center>
13 <table BORDER=0 WIDTH="100%">
14 <tr BGCOLOR="#440077">
16 <center><font color="#FFFFFF">Document Name</font></center>
19 <font color="#FFFFFF">Description</font>
25 <center><a href="/dist/latest/faq.html">The nano FAQ</a></center>
27 <td>Frequently asked questions about GNU nano.</td>
32 <center><a href="/dist/latest/cheatsheet.html">Shortcuts</a></center>
34 <td>An overview of nano's command keystrokes.</td>
39 <center><a href="/dist/latest/nano.html">Online Manual</a></center>
41 <td>The full nano manual in HTML format.</td>
46 <center><a href="/dist/latest/nano.1.html">Man Page</a></center>
48 <td>The nano.1 man page in HTML format.</td>
53 <center><a href="/dist/latest/nanorc.5.html">Nanorc Man Page</a></center>
55 <td>The nanorc.5 man page in HTML format.</td>
60 <center><a href="/dist/latest/README">README</a></center>
67 <center><a href="/dist/latest/ChangeLog">ChangeLog</a></center>
69 <td>(Fairly technical) list of changes between releases.</td>
74 <center><a href="/dist/latest/NEWS">NEWS</a></center>
76 <td>General description of noteworthy things in each release.</td>
84 <?php include "bottom.php"; ?>