]> git.wh0rd.org - nano-editor.git/blobdiff - git.php
simplify the layout of the download page
[nano-editor.git] / git.php
diff --git a/git.php b/git.php
index efd485ae7744df536fba4debbd19e26e1922362f..8a30da364efa8517547f47495ace80becb3a0ed7 100644 (file)
--- a/git.php
+++ b/git.php
@@ -1,36 +1,33 @@
 <?php include "top.php"; ?>
-<title>nano: development repository</title>
-
+<title>nano: Source-code Status</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>
+<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 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>