]> git.wh0rd.org - nano-editor.git/blame - git.php
prefix the title of each page with "nano — "
[nano-editor.git] / git.php
CommitLineData
5704db4e 1<?php $title="Source code"; include "top.php"; ?>
563ba55f 2
082f4e84 3<table BORDER=0 CELLSPACING=0 WIDTH="100%" HEIGHT="70%">
cb81e8d7 4<tr VALIGN=TOP>
c0e77d9d 5<td>
bb38e363 6
563ba55f 7<br>
bb38e363
BS
8<center><b>Source Code</b></center>
9
1b1bdcd3 10<blockquote>
bb38e363
BS
11You can browse nano's
12<a href="https://git.savannah.gnu.org/cgit/nano.git/log/">source code</a>
13on the web.
1b1bdcd3 14<p>
bb38e363
BS
15If you want to build and run the bleeding-edge version of GNU nano,
16read the
17<a href="https://git.savannah.gnu.org/cgit/nano.git/tree/README.GIT">
18instructions</a> located in the git repository itself.
1b1bdcd3 19<p>
50070c05 20
bb38e363
BS
21<center>
22<a href="/"><img src="withnano.png" border=0></a>
1b1bdcd3 23</center>
50070c05 24</blockquote>
bb38e363 25
1b1bdcd3
MF
26</td>
27</tr>
28</table>
563ba55f 29
1b1bdcd3 30<?php include "bottom.php"; ?>