1 <?php $title="Documentation"; include "top.php"; ?>
4 <center><b>Documentation</b></center>
7 <table BORDER=0 WIDTH="100%">
10 <center>Document Name</center>
19 <center><a href="/dist/latest/faq.html">The nano FAQ</a></center>
21 <td>Frequently asked questions about GNU nano.</td>
26 <center><a href="/dist/latest/cheatsheet.html">Shortcuts</a></center>
28 <td>An overview of nano's command keystrokes.</td>
33 <center><a href="/dist/latest/nano.html">Online Manual</a></center>
35 <td>The full nano manual in HTML format.</td>
40 <center><a href="/dist/latest/nano.pdf">The manual as PDF</a></center>
42 <td>The full nano manual in PDF format.</td>
47 <center><a href="/dist/latest/nano.1.html">Man Page</a></center>
49 <td>The nano.1 man page in HTML format.</td>
54 <center><a href="/dist/latest/nanorc.5.html">Nanorc Man Page</a></center>
56 <td>The nanorc.5 man page in HTML format.</td>
61 <center><a href="/dist/latest/README">README</a></center>
68 <center><a href="/dist/latest/ChangeLog">ChangeLog</a></center>
70 <td>(Fairly technical) list of changes between releases.</td>
75 <center><a href="/dist/latest/NEWS">NEWS</a></center>
77 <td>General description of noteworthy things in each release.</td>
82 <?php include "bottom.php"; ?>