]> git.wh0rd.org - nano-editor.git/blobdiff - git.php
remove a few excess blank lines from the news page
[nano-editor.git] / git.php
diff --git a/git.php b/git.php
index efd485ae7744df536fba4debbd19e26e1922362f..2ce1b06245b1a5c1239b4d305d6ea79eba749519 100644 (file)
--- a/git.php
+++ b/git.php
@@ -1,36 +1,33 @@
 <?php include "top.php"; ?>
-<title>nano: development repository</title>
-
-<table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" HEIGHT="70%" NOSAVE >
-<tr VALIGN=TOP NOSAVE>
-<td HEIGHT="70%" NOSAVE><b></b>
-
-<table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" NOSAVE >
-<tr NOSAVE>
-<td NOSAVE>
-<center><b>Development tree</b></center>
+<title>nano: Source-code Status</title>
+<table BORDER=0 CELLSPACING=0 WIDTH="100%" HEIGHT="70%">
+<tr VALIGN=TOP>
+<td>
+<table BORDER=0 CELLSPACING=0 WIDTH="100%">
+<tr>
+<td>
+<center><b>Current Status of the Source Code</b></center>
 </td>
 </tr>
 </table>
-
 <blockquote>
 Nano's source tree has been migrated to git!
-For those of you who want the most bleeding-edge
-version of nano, check out the repository for nano.  See the
+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 repository itself for the latest info.
+instructions</A> located in the git repository itself.
 <p>
-All activity is in the master branch.  See <A HREF=
+All activity happens in the <A HREF=
 "http://git.savannah.gnu.org/cgit/nano.git/log/">
-the log</A>.
+master branch</A>.
 <p>
-
 <center>
+
 <A HREF="/">
 <img src="withnano.png" border=0></A>
 </center>
-</blockquote>
 
+</blockquote>
 </td>
 </tr>
 </table>