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