]> git.wh0rd.org - nano-editor.git/blobdiff - git.php
harmonize some whitespace
[nano-editor.git] / git.php
diff --git a/git.php b/git.php
index e42b90a442de724dddb5cfca5afc26dc82dd5567..3e1bed69da2ed7d120224f3d1861dc18ca11f448 100644 (file)
--- a/git.php
+++ b/git.php
@@ -1,27 +1,28 @@
 <?php include "top.php"; ?>
-<title>GNU nano: CVS and Current 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>SVN Status</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>
+<br>
+<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 using the
-<A href="https://git.savannah.gnu.org/cgit/nano.git/tree/README.GIT">
-instructions located in the git repository</A> for the latest info.
+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.
 <p>
-All activity is currently in the trunk <A HREF=
-"https://git.savannah.gnu.org/cgit/nano.git/tree/">
-tree</A>.  The stable
-branches see releases only if severe usability bugs are found in
-trunk.
+All activity happens in the <A HREF=
+"http://git.savannah.gnu.org/cgit/nano.git/log/">
+master branch</A>.
 <p>
 <center>
 
@@ -33,4 +34,5 @@ trunk.
 </td>
 </tr>
 </table>
+
 <?php include "bottom.php"; ?>