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