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