]> git.wh0rd.org - nano-editor.git/blob - git.php
note the release of 6.4
[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 You can browse nano's
8 <a href="https://git.savannah.gnu.org/cgit/nano.git/log/">source code</a>
9 on the web.
10 <p>
11 If you want to build and run the bleeding-edge version of GNU nano,
12 read the
13 <a href="https://git.savannah.gnu.org/cgit/nano.git/tree/README.hacking">
14 instructions</a> located in the git repository itself.
15 <p>
16
17 <br>
18 <center>
19 <a href="/"><img src="withnano.png" alt="edited with nano" border="0"></a>
20 </center>
21
22 <br>
23 <center>
24 See the <a href="state.php">current versions</a> in some distros.
25 </center>
26
27 </blockquote>
28
29 <?php include "bottom.php"; ?>