]> git.wh0rd.org - nano-editor.git/blame_incremental - git.php
note the release of 6.3
[nano-editor.git] / git.php
... / ...
CommitLineData
1<?php $title="Source code"; include "top.php"; ?>
2
3<br>
4<center><b>Source Code</b></center>
5
6<blockquote>
7You can browse nano's
8<a href="https://git.savannah.gnu.org/cgit/nano.git/log/">source code</a>
9on the web.
10<p>
11If you want to build and run the bleeding-edge version of GNU nano,
12read the
13<a href="https://git.savannah.gnu.org/cgit/nano.git/tree/README.GIT">
14instructions</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<a href="state.php">Current versions</a> in distros.
25</center>
26
27</blockquote>
28
29<?php include "bottom.php"; ?>