]> git.wh0rd.org - nano-editor.git/blobdiff - contact.php
import screenshots from checkout
[nano-editor.git] / contact.php
index c41d044c861129f1f6a712f85253a50df7f0d6fb..1d41c4bfc7b2ff6113a45442dbb15e48db873ec0 100644 (file)
@@ -1,15 +1,13 @@
 <?php include "top.php"; ?>
-<title>nano: Bug Reports and Mailing Lists</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>Reporting Bugs / Mailing Lists</b></font></center>
-</td>
-</tr>
-</table>
+
+<title>GNU nano: Reporting Bugs</title>
+
+<table BORDER=0 CELLSPACING=0 WIDTH="100%" HEIGHT="70%">
+<tr VALIGN=TOP>
+<td>
+
+<br>
+<center><b>Reporting Bugs</b></center>
 
 <blockquote>Please use nano's pages on Savannah for:
 <P>
 For any other issues please email the nano-devel list (see below).
 </blockquote>
 
-<br>
+<br><br>
+<center><b>Mailing Lists</b></center>
+
 <blockquote>
-Mailing lists for nano:<br>
 <ul>
-<li>
-nano-devel: <a href="https://lists.gnu.org/mailman/listinfo/nano-devel">
+<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>
-info-nano: <a href="https://lists.gnu.org/mailman/listinfo/info-nano">
+<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>
-help-nano: <a href="https://lists.gnu.org/mailman/listinfo/help-nano">
+<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>
 </ul>
 </blockquote>
+
 </td>
 </tr>
 </table>
-<?php include "bottom.php"; ?>
 
+<?php include "bottom.php"; ?>