]> git.wh0rd.org - nano-editor.git/blobdiff - contact.php
add a line break
[nano-editor.git] / contact.php
index de30ed73b8787bb1dbb6654c47f2e095b0b5f53f..1d7a29828b7db02ba1fb7b7b4231c137f06fec92 100644 (file)
@@ -1,40 +1,37 @@
-<?php include "top.php"; ?>
-<title>GNU nano: Mailing Lists and E-Mail</title>
-<table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" HEIGHT="70%" NOSAVE >
-<tr VALIGN=TOP NOSAVE>
-<td HEIGHT="70%" NOSAVE><font color="#440077"></font>
-<table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" NOSAVE >
-<tr NOSAVE>
-<td NOSAVE>
-<center><font color="#440077"><b>Mailing Lists and Email</b></font></center>
-</td>
-</tr>
-</table>
+<?php $title="Reporting bugs";  include "top.php"; ?>
 
-<blockquote>Please use the Savannah project for nano to report bugs or features:
-<P>
-<UL>
-<LI><A HREF="https://savannah.gnu.org/bugs/?group=nano">Bug reports</A></LI>
-<LI><A HREF="https://savannah.gnu.org/patch/?group=nano">Patches for submission</A></LI>
-</UL>
-For other issues pleas email the nano-devel list (listed below).
+<br>
+<center><b>Reporting Bugs</b></center>
+
+<blockquote>Please use nano's pages on Savannah for:
+<p>
+<ul>
+<li><a href="https://savannah.gnu.org/bugs/?group=nano">Bug reports</a></li>
+<br>
+<li><a href="https://savannah.gnu.org/bugs/?group=nano">Feature requests</a></li>
+<br>
+<li><a href="https://savannah.gnu.org/patch/?group=nano">Submitting patches</a></li>
+</ul>
+For any other issues please email the nano-devel list (see below).
 </blockquote>
 
+<br><br>
+<center><b>Mailing Lists</b></center>
 
 <blockquote>
-Mailing lists for nano:<br>
-nano-devel: <a href="http://mail.gnu.org/mailman/listinfo/nano-devel">
-http://mail.gnu.org/mailman/listinfo/nano-devel
-</a>
-<br>info-nano: <a href="http://mail.gnu.org/mailman/listinfo/info-nano">
-http://mail.gnu.org/mailman/listinfo/info-nano
-</a>
-<br>help-nano: <a href="http://mail.gnu.org/mailman/listinfo/help-nano">
-http://mail.gnu.org/mailman/listinfo/help-nano
-</a>
+<ul>
+<li>When you have questions about how to do things with nano:<br>
+<a href="https://lists.gnu.org/mailman/listinfo/help-nano">
+https://lists.gnu.org/mailman/listinfo/help-nano</a></li>
+<br>
+<li>When you want to discuss technical details of the editor:<br>
+<a href="https://lists.gnu.org/mailman/listinfo/nano-devel">
+https://lists.gnu.org/mailman/listinfo/nano-devel</a></li>
+<br>
+<li>When you wish to receive an announcement of each new release:<br>
+<a href="https://lists.gnu.org/mailman/listinfo/info-nano">
+https://lists.gnu.org/mailman/listinfo/info-nano</a></li>
+</ul>
 </blockquote>
-</td>
-</tr>
-</table>
-<?php include "bottom.php"; ?>
 
+<?php include "bottom.php"; ?>