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