]> git.wh0rd.org - nano-editor.git/blame - docs.php
unencode an ampersand in a URL
[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
7eb9b95e
BS
42<tr>
43<td>
44<center><a href="/dist/latest/nano.pdf">The manual as PDF</a></center>
45</td>
46<td>The full nano manual in PDF format.</td>
47</tr>
48
1b1bdcd3
MF
49<tr>
50<td>
bc9427ba 51<center><a href="/dist/latest/nano.1.html">Man Page</a></center>
1b1bdcd3 52</td>
bc9427ba 53<td>The nano.1 man page in HTML format.</td>
1b1bdcd3
MF
54</tr>
55
56<tr>
57<td>
bc9427ba 58<center><a href="/dist/latest/nanorc.5.html">Nanorc Man Page</a></center>
1b1bdcd3 59</td>
bc9427ba 60<td>The nanorc.5 man page in HTML format.</td>
1b1bdcd3
MF
61</tr>
62
63<tr>
64<td>
bc9427ba 65<center><a href="/dist/latest/README">README</a></center>
1b1bdcd3 66</td>
1b1bdcd3
MF
67<td>Read it!</td>
68</tr>
69
70<tr>
71<td>
bc9427ba 72<center><a href="/dist/latest/ChangeLog">ChangeLog</a></center>
1b1bdcd3 73</td>
50070c05 74<td>(Fairly technical) list of changes between releases.</td>
1b1bdcd3
MF
75</tr>
76
77<tr>
78<td>
bc9427ba 79<center><a href="/dist/latest/NEWS">NEWS</a></center>
1b1bdcd3 80</td>
bc9427ba 81<td>General description of noteworthy things in each release.</td>
1b1bdcd3
MF
82</tr>
83
1b1bdcd3
MF
84</table>
85</td>
86</tr>
87</table>
563ba55f 88
1b1bdcd3 89<?php include "bottom.php"; ?>