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