]> git.wh0rd.org - nano-editor.git/blob - git.php
add a line break
[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 <br>
10 It 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>
14 To build and run the bleeding-edge version of GNU nano,
15 read the
16 <a href="https://git.savannah.gnu.org/cgit/nano.git/tree/README.hacking">
17 instructions</a> located in the git repository itself.
18
19 <p>
20 The 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>
32 See the <a href="state.php">current versions</a> in some distros.
33 </center>
34
35 </blockquote>
36
37 <?php include "bottom.php"; ?>