]> git.wh0rd.org - nano-editor.git/blobdiff - git.php
add a <meta> description tag in the <head> section of the main page
[nano-editor.git] / git.php
diff --git a/git.php b/git.php
index 2ce1b06245b1a5c1239b4d305d6ea79eba749519..160f29b80bacfb45585d97a9973c9b66dcb13ead 100644 (file)
--- a/git.php
+++ b/git.php
@@ -1,34 +1,30 @@
-<?php include "top.php"; ?>
-<title>nano: Source-code Status</title>
+<?php $title="Source code";  include "top.php"; ?>
+
 <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>
+
+<br>
+<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>
+
 <?php include "bottom.php"; ?>