]> git.wh0rd.org - nano-editor.git/blobdiff - git.php
remove some unneeded enveloping tables
[nano-editor.git] / git.php
diff --git a/git.php b/git.php
index e42b90a442de724dddb5cfca5afc26dc82dd5567..02acf73c22896c3ebb8b8106bbfeac7112f42bac 100644 (file)
--- a/git.php
+++ b/git.php
@@ -1,36 +1,29 @@
-<?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>
-</td>
-</tr>
-</table>
+<?php $title="Source code";  include "top.php"; ?>
+
+<br>
+<center><b>Source Code</b></center>
+
 <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.
+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 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.
+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>
+
+<br>
 <center>
+<a href="/"><img src="withnano.png" alt="edited with nano" border="0"></a>
+</center>
 
-<A HREF="/">
-<img src="withnano.png" border=0></A>
+<br>
+<center>
+<a href="state.php">Current versions</a> in distros.
 </center>
 
 </blockquote>
-</td>
-</tr>
-</table>
+
 <?php include "bottom.php"; ?>