]> git.wh0rd.org - nano-editor.git/blame_incremental - git.php
add a line break
[nano-editor.git] / git.php
... / ...
CommitLineData
1<?php $title="Source code"; include "top.php"; ?>
2
3<br>
4<center><b>Source Code</b></center>
5
6<blockquote>
7Nano's source code is clonable from
8<a href="https://git.savannah.gnu.org/git/nano.git">https://git.savannah.gnu.org/git/nano.git</a>.
9<br>
10It can be browsed on the web at
11<a href="https://git.savannah.gnu.org/cgit/nano.git/log/">https://git.savannah.gnu.org/cgit/nano.git/log/</a>.
12
13<p>
14To build and run the bleeding-edge version of GNU nano,
15read the
16<a href="https://git.savannah.gnu.org/cgit/nano.git/tree/README.hacking">
17instructions</a> located in the git repository itself.
18
19<p>
20The source code of this website is available from
21<a href="https://git.wh0rd.org/nano-editor.git">https://git.wh0rd.org/nano-editor.git</a>.
22
23<p>
24
25<br>
26<center>
27<a href="/"><img src="withnano.png" alt="edited with nano" border="0"></a>
28</center>
29
30<br>
31<center>
32See the <a href="state.php">current versions</a> in some distros.
33</center>
34
35</blockquote>
36
37<?php include "bottom.php"; ?>