]> git.wh0rd.org - nano-editor.git/blob - git.php
add a direct link to nano's git repo, just like for the website repo
[nano-editor.git] / git.php
1 <?php $title="Source code"; include "top.php"; ?>
2
3 <br>
4 <center><b>Source Code</b></center>
5
6 <blockquote>
7 Nano'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 It 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>
13 To build and run the bleeding-edge version of GNU nano,
14 read the
15 <a href="https://git.savannah.gnu.org/cgit/nano.git/tree/README.hacking">
16 instructions</a> located in the git repository itself.
17
18 <p>
19 The 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>
31 See the <a href="state.php">current versions</a> in some distros.
32 </center>
33
34 </blockquote>
35
36 <?php include "bottom.php"; ?>