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