]> git.wh0rd.org - nano-editor.git/blame - docs.php
remove the invalid height attribute from all tables
[nano-editor.git] / docs.php
CommitLineData
5704db4e 1<?php $title="Documentation"; include "top.php"; ?>
bc9427ba 2
0bf067b4 3<table BORDER=0 CELLSPACING=0 WIDTH="100%">
cb81e8d7 4<tr VALIGN=TOP>
c0e77d9d 5<td>
bc9427ba 6
563ba55f 7<br>
1b1bdcd3 8<center><b>Documentation</b></center>
bb38e363 9<br>
1b1bdcd3 10
082f4e84 11<table BORDER=0 WIDTH="100%">
af998961 12<tr CLASS="inverted">
cb81e8d7 13<td WIDTH="25%">
af998961 14<center>Document Name</center>
1b1bdcd3 15</td>
1b1bdcd3 16<td>
af998961 17Description
1b1bdcd3
MF
18</td>
19</tr>
20
bc9427ba 21<tr>
1b1bdcd3 22<td>
bc9427ba 23<center><a href="/dist/latest/faq.html">The nano FAQ</a></center>
1b1bdcd3 24</td>
bc9427ba 25<td>Frequently asked questions about GNU nano.</td>
1b1bdcd3
MF
26</tr>
27
29e14396
BS
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
1b1bdcd3
MF
35<tr>
36<td>
bc9427ba 37<center><a href="/dist/latest/nano.html">Online Manual</a></center>
1b1bdcd3 38</td>
bc9427ba 39<td>The full nano manual in HTML format.</td>
1b1bdcd3
MF
40</tr>
41
42<tr>
43<td>
bc9427ba 44<center><a href="/dist/latest/nano.1.html">Man Page</a></center>
1b1bdcd3 45</td>
bc9427ba 46<td>The nano.1 man page in HTML format.</td>
1b1bdcd3
MF
47</tr>
48
49<tr>
50<td>
bc9427ba 51<center><a href="/dist/latest/nanorc.5.html">Nanorc Man Page</a></center>
1b1bdcd3 52</td>
bc9427ba 53<td>The nanorc.5 man page in HTML format.</td>
1b1bdcd3
MF
54</tr>
55
56<tr>
57<td>
bc9427ba 58<center><a href="/dist/latest/README">README</a></center>
1b1bdcd3 59</td>
1b1bdcd3
MF
60<td>Read it!</td>
61</tr>
62
63<tr>
64<td>
bc9427ba 65<center><a href="/dist/latest/ChangeLog">ChangeLog</a></center>
1b1bdcd3 66</td>
50070c05 67<td>(Fairly technical) list of changes between releases.</td>
1b1bdcd3
MF
68</tr>
69
70<tr>
71<td>
bc9427ba 72<center><a href="/dist/latest/NEWS">NEWS</a></center>
1b1bdcd3 73</td>
bc9427ba 74<td>General description of noteworthy things in each release.</td>
1b1bdcd3
MF
75</tr>
76
1b1bdcd3
MF
77</table>
78</td>
79</tr>
80</table>
563ba55f 81
1b1bdcd3 82<?php include "bottom.php"; ?>