]> git.wh0rd.org - nano-editor.git/blobdiff - git.php
add a line break
[nano-editor.git] / git.php
diff --git a/git.php b/git.php
index 8a30da364efa8517547f47495ace80becb3a0ed7..aa345266fad9238c911a8326911f7c1bab53e599 100644 (file)
--- a/git.php
+++ b/git.php
@@ -1,34 +1,37 @@
-<?php include "top.php"; ?>
-<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>Current Status of the Source Code</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 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 git repository itself.
+Nano's source code is clonable from
+<a href="https://git.savannah.gnu.org/git/nano.git">https://git.savannah.gnu.org/git/nano.git</a>.
+<br>
+It can be browsed on the web at
+<a href="https://git.savannah.gnu.org/cgit/nano.git/log/">https://git.savannah.gnu.org/cgit/nano.git/log/</a>.
+
+<p>
+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.hacking">
+instructions</a> located in the git repository itself.
+
 <p>
-All activity happens in the <A HREF=
-"http://git.savannah.gnu.org/cgit/nano.git/log/">
-master branch</A>.
+The source code of this website is available from
+<a href="https://git.wh0rd.org/nano-editor.git">https://git.wh0rd.org/nano-editor.git</a>.
+
 <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>
+See the <a href="state.php">current versions</a> in some distros.
 </center>
 
 </blockquote>
-</td>
-</tr>
-</table>
+
 <?php include "bottom.php"; ?>