]> git.wh0rd.org - nano-editor.git/blame_incremental - git.php
add a direct link to nano's git repo, just like for the website repo
[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>.
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
12<p>
13To build and run the bleeding-edge version of GNU nano,
14read the
15<a href="https://git.savannah.gnu.org/cgit/nano.git/tree/README.hacking">
16instructions</a> located in the git repository itself.
17
18<p>
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>.
21
22<p>
23
24<br>
25<center>
26<a href="/"><img src="withnano.png" alt="edited with nano" border="0"></a>
27</center>
28
29<br>
30<center>
31See the <a href="state.php">current versions</a> in some distros.
32</center>
33
34</blockquote>
35
36<?php include "bottom.php"; ?>