]> git.wh0rd.org - nano-editor.git/blame - git.php
add a link to the source code of the website
[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>
bb38e363
BS
7You can browse nano's
8<a href="https://git.savannah.gnu.org/cgit/nano.git/log/">source code</a>
9on the web.
1b1bdcd3 10<p>
bb38e363
BS
11If you want to build and run the bleeding-edge version of GNU nano,
12read the
4ac69f5d 13<a href="https://git.savannah.gnu.org/cgit/nano.git/tree/README.hacking">
bb38e363 14instructions</a> located in the git repository itself.
e670b1a4 15
1b1bdcd3 16<p>
e670b1a4
BS
17The source code of this website is available from
18<a href="https://git.wh0rd.org/nano-editor.git">https://git.wh0rd.org/nano-editor.git</a>.
50070c05 19
98ba3ec9 20<br>
bb38e363 21<center>
955d4096 22<a href="/"><img src="withnano.png" alt="edited with nano" border="0"></a>
1b1bdcd3 23</center>
98ba3ec9
BS
24
25<br>
26<center>
4ac69f5d 27See the <a href="state.php">current versions</a> in some distros.
98ba3ec9
BS
28</center>
29
50070c05 30</blockquote>
bb38e363 31
1b1bdcd3 32<?php include "bottom.php"; ?>