]> git.wh0rd.org - nano-editor.git/blob - contact.php
remove two slashes that are not valid in HTML4
[nano-editor.git] / contact.php
1 <?php $title="Reporting bugs"; include "top.php"; ?>
2
3 <table BORDER=0 CELLSPACING=0 WIDTH="100%" HEIGHT="70%">
4 <tr VALIGN=TOP>
5 <td>
6
7 <br>
8 <center><b>Reporting Bugs</b></center>
9
10 <blockquote>Please use nano's pages on Savannah for:
11 <P>
12 <UL>
13 <LI><A HREF="https://savannah.gnu.org/bugs/?group=nano">Bug reports</A></LI>
14 <LI><A HREF="https://savannah.gnu.org/bugs/?group=nano">Feature requests</A></LI>
15 <LI><A HREF="https://savannah.gnu.org/patch/?group=nano">Submitting patches</A></LI>
16 </UL>
17 For any other issues please email the nano-devel list (see below).
18 </blockquote>
19
20 <br><br>
21 <center><b>Mailing Lists</b></center>
22
23 <blockquote>
24 <ul>
25 <li>When you want to discuss technical details of the editor:<br>
26 <a href="https://lists.gnu.org/mailman/listinfo/nano-devel">
27 https://lists.gnu.org/mailman/listinfo/nano-devel
28 </a>
29 <li>When you wish to receive an announcement of each new release:<br>
30 <a href="https://lists.gnu.org/mailman/listinfo/info-nano">
31 https://lists.gnu.org/mailman/listinfo/info-nano
32 </a>
33 <li>When you have questions about how to do things with nano:<br>
34 <a href="https://lists.gnu.org/mailman/listinfo/help-nano">
35 https://lists.gnu.org/mailman/listinfo/help-nano
36 </a>
37 </ul>
38 </blockquote>
39
40 </td>
41 </tr>
42 </table>
43
44 <?php include "bottom.php"; ?>