]> git.wh0rd.org - nano-editor.git/blob - git.php
add a link to the source code of the website
[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
16 <p>
17 The 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>.
19
20 <br>
21 <center>
22 <a href="/"><img src="withnano.png" alt="edited with nano" border="0"></a>
23 </center>
24
25 <br>
26 <center>
27 See the <a href="state.php">current versions</a> in some distros.
28 </center>
29
30 </blockquote>
31
32 <?php include "bottom.php"; ?>