Commit | Line | Data |
---|---|---|
1b1bdcd3 | 1 | <?php include "top.php"; ?> |
563ba55f | 2 | |
0e4d2f77 | 3 | <title>GNU nano: Documentation</title> |
bc9427ba | 4 | |
082f4e84 | 5 | <table BORDER=0 CELLSPACING=0 WIDTH="100%" HEIGHT="70%"> |
cb81e8d7 | 6 | <tr VALIGN=TOP> |
c0e77d9d | 7 | <td> |
bc9427ba | 8 | |
563ba55f | 9 | <br> |
1b1bdcd3 | 10 | <center><b>Documentation</b></center> |
bb38e363 | 11 | <br> |
1b1bdcd3 | 12 | |
082f4e84 | 13 | <table BORDER=0 WIDTH="100%"> |
af998961 | 14 | <tr CLASS="inverted"> |
cb81e8d7 | 15 | <td WIDTH="25%"> |
af998961 | 16 | <center>Document Name</center> |
1b1bdcd3 | 17 | </td> |
1b1bdcd3 | 18 | <td> |
af998961 | 19 | Description |
1b1bdcd3 MF |
20 | </td> |
21 | </tr> | |
22 | ||
bc9427ba | 23 | <tr> |
1b1bdcd3 | 24 | <td> |
bc9427ba | 25 | <center><a href="/dist/latest/faq.html">The nano FAQ</a></center> |
1b1bdcd3 | 26 | </td> |
bc9427ba | 27 | <td>Frequently asked questions about GNU nano.</td> |
1b1bdcd3 MF |
28 | </tr> |
29 | ||
29e14396 BS |
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 | ||
1b1bdcd3 MF |
37 | <tr> |
38 | <td> | |
bc9427ba | 39 | <center><a href="/dist/latest/nano.html">Online Manual</a></center> |
1b1bdcd3 | 40 | </td> |
bc9427ba | 41 | <td>The full nano manual in HTML format.</td> |
1b1bdcd3 MF |
42 | </tr> |
43 | ||
44 | <tr> | |
45 | <td> | |
bc9427ba | 46 | <center><a href="/dist/latest/nano.1.html">Man Page</a></center> |
1b1bdcd3 | 47 | </td> |
bc9427ba | 48 | <td>The nano.1 man page in HTML format.</td> |
1b1bdcd3 MF |
49 | </tr> |
50 | ||
51 | <tr> | |
52 | <td> | |
bc9427ba | 53 | <center><a href="/dist/latest/nanorc.5.html">Nanorc Man Page</a></center> |
1b1bdcd3 | 54 | </td> |
bc9427ba | 55 | <td>The nanorc.5 man page in HTML format.</td> |
1b1bdcd3 MF |
56 | </tr> |
57 | ||
58 | <tr> | |
59 | <td> | |
bc9427ba | 60 | <center><a href="/dist/latest/README">README</a></center> |
1b1bdcd3 | 61 | </td> |
1b1bdcd3 MF |
62 | <td>Read it!</td> |
63 | </tr> | |
64 | ||
65 | <tr> | |
66 | <td> | |
bc9427ba | 67 | <center><a href="/dist/latest/ChangeLog">ChangeLog</a></center> |
1b1bdcd3 | 68 | </td> |
50070c05 | 69 | <td>(Fairly technical) list of changes between releases.</td> |
1b1bdcd3 MF |
70 | </tr> |
71 | ||
72 | <tr> | |
73 | <td> | |
bc9427ba | 74 | <center><a href="/dist/latest/NEWS">NEWS</a></center> |
1b1bdcd3 | 75 | </td> |
bc9427ba | 76 | <td>General description of noteworthy things in each release.</td> |
1b1bdcd3 MF |
77 | </tr> |
78 | ||
1b1bdcd3 MF |
79 | </table> |
80 | </td> | |
81 | </tr> | |
82 | </table> | |
563ba55f | 83 | |
1b1bdcd3 | 84 | <?php include "bottom.php"; ?> |