]> git.wh0rd.org - nano-editor.git/blame - git.php
add a direct link to nano's git repo, just like for the website repo
[nano-editor.git] / git.php
CommitLineData
5704db4e 1<?php $title="Source code"; include "top.php"; ?>
563ba55f 2
563ba55f 3<br>
bb38e363
BS
4<center><b>Source Code</b></center>
5
1b1bdcd3 6<blockquote>
d4c769b8
BS
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>.
9It can be browsed on the web at
10<a href="https://git.savannah.gnu.org/cgit/nano.git/log/">https://git.savannah.gnu.org/cgit/nano.git/log/</a>.
11
1b1bdcd3 12<p>
d4c769b8 13To build and run the bleeding-edge version of GNU nano,
bb38e363 14read the
4ac69f5d 15<a href="https://git.savannah.gnu.org/cgit/nano.git/tree/README.hacking">
bb38e363 16instructions</a> located in the git repository itself.
e670b1a4 17
1b1bdcd3 18<p>
e670b1a4
BS
19The source code of this website is available from
20<a href="https://git.wh0rd.org/nano-editor.git">https://git.wh0rd.org/nano-editor.git</a>.
50070c05 21
d4c769b8
BS
22<p>
23
98ba3ec9 24<br>
bb38e363 25<center>
955d4096 26<a href="/"><img src="withnano.png" alt="edited with nano" border="0"></a>
1b1bdcd3 27</center>
98ba3ec9
BS
28
29<br>
30<center>
4ac69f5d 31See the <a href="state.php">current versions</a> in some distros.
98ba3ec9
BS
32</center>
33
50070c05 34</blockquote>
bb38e363 35
1b1bdcd3 36<?php include "bottom.php"; ?>