]> git.wh0rd.org - nano-editor.git/blob - contact.php
harmonize some whitespace
[nano-editor.git] / contact.php
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>
24 For any other issues please email the nano-devel list (see below).
25 </blockquote>
26
27 <br>
28 <blockquote>
29 Mailing lists for GNU nano:<br>
30 <ul>
31 <li>
32 nano-devel: <a href="https://lists.gnu.org/mailman/listinfo/nano-devel">
33 https://lists.gnu.org/mailman/listinfo/nano-devel
34 </a>
35 <li>
36 info-nano: <a href="https://lists.gnu.org/mailman/listinfo/info-nano">
37 https://lists.gnu.org/mailman/listinfo/info-nano
38 </a>
39 <li>
40 help-nano: <a href="https://lists.gnu.org/mailman/listinfo/help-nano">
41 https://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"; ?>