]> git.wh0rd.org - nano-editor.git/commitdiff
reword the Source and Contact pages
authorBenno Schulenberg <bensberg@telfort.nl>
Fri, 4 Oct 2019 11:37:52 +0000 (13:37 +0200)
committerBenno Schulenberg <bensberg@telfort.nl>
Fri, 4 Oct 2019 11:37:52 +0000 (13:37 +0200)
contact.php
docs.php
git.php

index ee427e38b94c994f5a4bcd995320d66d84f9e957..1d41c4bfc7b2ff6113a45442dbb15e48db873ec0 100644 (file)
@@ -1,18 +1,13 @@
 <?php include "top.php"; ?>
 
-<title>GNU nano: Bug Reports and Mailing Lists</title>
+<title>GNU nano: Reporting Bugs</title>
 
 <table BORDER=0 CELLSPACING=0 WIDTH="100%" HEIGHT="70%">
 <tr VALIGN=TOP>
-<td><font color="#440077"></font>
-<table BORDER=0 CELLSPACING=0 WIDTH="100%">
-<tr>
 <td>
+
 <br>
-<center><font color="#440077"><b>Reporting Bugs / Mailing Lists</b></font></center>
-</td>
-</tr>
-</table>
+<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 GNU 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>
index 185602e4b136deeb466bef2d72f4fa3703d6c2ca..1572909cce455573eed8c1c75e804c19eb68b1b8 100644 (file)
--- a/docs.php
+++ b/docs.php
@@ -6,14 +6,9 @@
 <tr VALIGN=TOP>
 <td>
 
-<table BORDER=0 CELLSPACING=0 WIDTH="100%">
-<tr>
-<td>
 <br>
 <center><b>Documentation</b></center>
-</td>
-</tr>
-</table>
+<br>
 
 <table BORDER=0 WIDTH="100%">
 <tr BGCOLOR="#440077">
diff --git a/git.php b/git.php
index 3e1bed69da2ed7d120224f3d1861dc18ca11f448..524a937aff364f0e204d17f9302095bfb33bbde6 100644 (file)
--- a/git.php
+++ b/git.php
@@ -1,36 +1,30 @@
 <?php include "top.php"; ?>
 
-<title>nano: Source-code Status</title>
+<title>GNU nano: Source code</title>
 
 <table BORDER=0 CELLSPACING=0 WIDTH="100%" HEIGHT="70%">
 <tr VALIGN=TOP>
 <td>
-<table BORDER=0 CELLSPACING=0 WIDTH="100%">
-<tr>
-<td>
+
 <br>
-<center><b>Current Status of the Source Code</b></center>
-</td>
-</tr>
-</table>
+<center><b>Source Code</b></center>
+
 <blockquote>
-Nano's source tree has been migrated to git!
-For those of you who want the bleeding-edge version
-of GNU nano, check out nano's repository using the
-<A href="http://git.savannah.gnu.org/cgit/nano.git/tree/README.GIT">
-instructions</A> located in the git repository itself.
+You can browse nano's
+<a href="https://git.savannah.gnu.org/cgit/nano.git/log/">source code</a>
+on the web.
 <p>
-All activity happens in the <A HREF=
-"http://git.savannah.gnu.org/cgit/nano.git/log/">
-master branch</A>.
+If you want to build and run the bleeding-edge version of GNU nano,
+read the
+<a href="https://git.savannah.gnu.org/cgit/nano.git/tree/README.GIT">
+instructions</a> located in the git repository itself.
 <p>
-<center>
 
-<A HREF="/">
-<img src="withnano.png" border=0></A>
+<center>
+<a href="/"><img src="withnano.png" border=0></a>
 </center>
-
 </blockquote>
+
 </td>
 </tr>
 </table>