]> 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 26306bb9830d688740ef171fce491db0ea7b85e2..aa345266fad9238c911a8326911f7c1bab53e599 100644 (file)
--- a/git.php
+++ b/git.php
@@ -1,30 +1,37 @@
 <?php $title="Source code";  include "top.php"; ?>
 
-<table BORDER=0 CELLSPACING=0 WIDTH="100%">
-<tr VALIGN=TOP>
-<td>
-
 <br>
 <center><b>Source Code</b></center>
 
 <blockquote>
-You can browse nano's
-<a href="https://git.savannah.gnu.org/cgit/nano.git/log/">source code</a>
-on the web.
+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>
-If you want to build and run the bleeding-edge version of GNU nano,
+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">
+<a href="https://git.savannah.gnu.org/cgit/nano.git/tree/README.hacking">
 instructions</a> located in the git repository itself.
+
 <p>
+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>
-</blockquote>
 
-</td>
-</tr>
-</table>
+<br>
+<center>
+See the <a href="state.php">current versions</a> in some distros.
+</center>
+
+</blockquote>
 
 <?php include "bottom.php"; ?>