| 1 | <?php include "top.php"; ?> |
| 2 | <title>GNU nano: Documentation</title> |
| 3 | |
| 4 | <table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" HEIGHT="70%"> |
| 5 | <tr VALIGN=TOP> |
| 6 | <td> |
| 7 | |
| 8 | <table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%"> |
| 9 | <tr> |
| 10 | <td> |
| 11 | <center><b>Documentation</b></center> |
| 12 | </td> |
| 13 | </tr> |
| 14 | </table> |
| 15 | |
| 16 | <table BORDER=0 COLS=2 WIDTH="100%"> |
| 17 | <tr BGCOLOR="#440077"> |
| 18 | <td WIDTH="25%"> |
| 19 | <center><font color="#FFFFFF">Document Name</font></center> |
| 20 | </td> |
| 21 | <td> |
| 22 | <font color="#FFFFFF">Description</font> |
| 23 | </td> |
| 24 | </tr> |
| 25 | |
| 26 | <tr> |
| 27 | <td> |
| 28 | <center><a href="/dist/latest/faq.html">The nano FAQ</a></center> |
| 29 | </td> |
| 30 | <td>Frequently asked questions about GNU nano.</td> |
| 31 | </tr> |
| 32 | |
| 33 | <tr> |
| 34 | <td> |
| 35 | <center><a href="/dist/latest/cheatsheet.html">Shortcuts</a></center> |
| 36 | </td> |
| 37 | <td>An overview of nano's command keystrokes.</td> |
| 38 | </tr> |
| 39 | |
| 40 | <tr> |
| 41 | <td> |
| 42 | <center><a href="/dist/latest/nano.html">Online Manual</a></center> |
| 43 | </td> |
| 44 | <td>The full nano manual in HTML format.</td> |
| 45 | </tr> |
| 46 | |
| 47 | <tr> |
| 48 | <td> |
| 49 | <center><a href="/dist/latest/nano.1.html">Man Page</a></center> |
| 50 | </td> |
| 51 | <td>The nano.1 man page in HTML format.</td> |
| 52 | </tr> |
| 53 | |
| 54 | <tr> |
| 55 | <td> |
| 56 | <center><a href="/dist/latest/nanorc.5.html">Nanorc Man Page</a></center> |
| 57 | </td> |
| 58 | <td>The nanorc.5 man page in HTML format.</td> |
| 59 | </tr> |
| 60 | |
| 61 | <tr> |
| 62 | <td> |
| 63 | <center><a href="/dist/latest/README">README</a></center> |
| 64 | </td> |
| 65 | <td>Read it!</td> |
| 66 | </tr> |
| 67 | |
| 68 | <tr> |
| 69 | <td> |
| 70 | <center><a href="/dist/latest/ChangeLog">ChangeLog</a></center> |
| 71 | </td> |
| 72 | <td>(Fairly technical) list of changes between releases.</td> |
| 73 | </tr> |
| 74 | |
| 75 | <tr> |
| 76 | <td> |
| 77 | <center><a href="/dist/latest/NEWS">NEWS</a></center> |
| 78 | </td> |
| 79 | <td>General description of noteworthy things in each release.</td> |
| 80 | </tr> |
| 81 | |
| 82 | </table> |
| 83 | </td> |
| 84 | </tr> |
| 85 | </table> |
| 86 | <?php include "bottom.php"; ?> |