]> git.wh0rd.org - nano-editor.git/blame - docs.php
note the release of 3.2
[nano-editor.git] / docs.php
CommitLineData
1b1bdcd3 1<?php include "top.php"; ?>
0e4d2f77 2<title>GNU nano: Documentation</title>
1b1bdcd3
MF
3<table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" HEIGHT="70%" NOSAVE >
4<tr VALIGN=TOP NOSAVE>
5<td HEIGHT="70%" NOSAVE>
6<table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" NOSAVE >
7<tr NOSAVE>
8<td NOSAVE>
9<center><b>Documentation</b></center>
10</td>
11</tr>
12</table>
13
14<table BORDER=0 COLS=2 WIDTH="100%" NOSAVE >
15<tr BGCOLOR="#440077" NOSAVE>
16<td WIDTH="25%" NOSAVE>
17<center><font color="#FFFFFF">Document Name</font></center>
18</td>
19
20<td>
21<font color="#FFFFFF">Description</font>
22</td>
23</tr>
24
25<tr NOSAVE>
26<td>
4cec5a4f 27<center><a href="/dist/v<?php include "last-branch"; ?>/faq.html">The nano FAQ</a></center>
1b1bdcd3
MF
28</td>
29
0e4d2f77 30<td NOSAVE>Frequently asked questions about GNU nano.</td>
1b1bdcd3
MF
31</tr>
32
33<tr>
34<td>
4cec5a4f 35<center><a href="/dist/v<?php include "last-branch"; ?>/nano.html">Online Manual</a></center>
1b1bdcd3
MF
36</td>
37
38<td>HTML version of the nano (.texi) online manual.</td>
39</tr>
40
41<tr>
42<td>
4cec5a4f 43<center><a href="/dist/v<?php include "last-branch"; ?>/nano.1.html">Man Page</a></center>
1b1bdcd3
MF
44</td>
45
46<td>nano.1 man page in HTML format.</td>
47</tr>
48
49<tr>
50<td>
4cec5a4f 51<center><a href="/dist/v<?php include "last-branch"; ?>/nanorc.5.html">Nanorc Man Page</a></center>
1b1bdcd3
MF
52</td>
53
54<td>nanorc.5 man page in HTML format.</td>
55</tr>
56
57<tr>
58<td>
4cec5a4f 59<center><a href="/dist/v<?php include "last-branch"; ?>/README">README</a></center>
1b1bdcd3
MF
60</td>
61
62<td>Read it!</td>
63</tr>
64
65<tr>
66<td>
4cec5a4f 67<center><a href="/dist/v<?php include "last-branch"; ?>/ChangeLog">ChangeLog</a></center>
1b1bdcd3
MF
68</td>
69
50070c05 70<td>(Fairly technical) list of changes between releases.</td>
1b1bdcd3
MF
71</tr>
72
73<tr>
74<td>
4cec5a4f 75<center><a href="/dist/v<?php include "last-branch"; ?>/NEWS">NEWS</a></center>
1b1bdcd3
MF
76</td>
77
50070c05 78<td>General description of noteworthy things in each new release.</td>
1b1bdcd3
MF
79</tr>
80
81<tr>
82<td>
4cec5a4f 83<center><a href="/dist/v<?php include "last-branch"; ?>/TODO">TODO List</a></center>
1b1bdcd3
MF
84</td>
85
86<td>Informal list of requests for features in new versions.</td>
87</tr>
88</table>
89</td>
90</tr>
91</table>
92<?php include "bottom.php"; ?>