]> git.wh0rd.org - nano-editor.git/blobdiff - git.php
encode an ampersand in a URL: & => %26
[nano-editor.git] / git.php
diff --git a/git.php b/git.php
index 3e1bed69da2ed7d120224f3d1861dc18ca11f448..583008bc422b5712768ab4a3983777141a4a2118 100644 (file)
--- a/git.php
+++ b/git.php
@@ -1,36 +1,28 @@
-<?php include "top.php"; ?>
+<?php $title="Source code";  include "top.php"; ?>
 
-<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>
+<tr VALIGN=TOP>
 <td>
+
 <br>
-<center><b>Current Status of the Source Code</b></center>
-</td>
-</tr>
-</table>
+<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>