]> git.wh0rd.org - nano-editor.git/blame_incremental - contact.php
harmonize some whitespace
[nano-editor.git] / contact.php
... / ...
CommitLineData
1<?php include "top.php"; ?>
2
3<title>GNU nano: Bug Reports and Mailing Lists</title>
4
5<table BORDER=0 CELLSPACING=0 WIDTH="100%" HEIGHT="70%">
6<tr VALIGN=TOP>
7<td><font color="#440077"></font>
8<table BORDER=0 CELLSPACING=0 WIDTH="100%">
9<tr>
10<td>
11<br>
12<center><font color="#440077"><b>Reporting Bugs / Mailing Lists</b></font></center>
13</td>
14</tr>
15</table>
16
17<blockquote>Please use nano's pages on Savannah for:
18<P>
19<UL>
20<LI><A HREF="https://savannah.gnu.org/bugs/?group=nano">Bug reports</A></LI>
21<LI><A HREF="https://savannah.gnu.org/bugs/?group=nano">Feature requests</A></LI>
22<LI><A HREF="https://savannah.gnu.org/patch/?group=nano">Submitting patches</A></LI>
23</UL>
24For any other issues please email the nano-devel list (see below).
25</blockquote>
26
27<br>
28<blockquote>
29Mailing lists for GNU nano:<br>
30<ul>
31<li>
32nano-devel: <a href="https://lists.gnu.org/mailman/listinfo/nano-devel">
33https://lists.gnu.org/mailman/listinfo/nano-devel
34</a>
35<li>
36info-nano: <a href="https://lists.gnu.org/mailman/listinfo/info-nano">
37https://lists.gnu.org/mailman/listinfo/info-nano
38</a>
39<li>
40help-nano: <a href="https://lists.gnu.org/mailman/listinfo/help-nano">
41https://lists.gnu.org/mailman/listinfo/help-nano
42</a>
43</ul>
44</blockquote>
45</td>
46</tr>
47</table>
48
49<?php include "bottom.php"; ?>