]> git.wh0rd.org - nano-editor.git/blame_incremental - git.php
note the release of 4.5
[nano-editor.git] / git.php
... / ...
CommitLineData
1<?php include "top.php"; ?>
2
3<title>nano: Source-code Status</title>
4
5<table BORDER=0 CELLSPACING=0 WIDTH="100%" HEIGHT="70%">
6<tr VALIGN=TOP>
7<td>
8<table BORDER=0 CELLSPACING=0 WIDTH="100%">
9<tr>
10<td>
11<br>
12<center><b>Current Status of the Source Code</b></center>
13</td>
14</tr>
15</table>
16<blockquote>
17Nano's source tree has been migrated to git!
18For those of you who want the bleeding-edge version
19of GNU nano, check out nano's repository using the
20<A href="http://git.savannah.gnu.org/cgit/nano.git/tree/README.GIT">
21instructions</A> located in the git repository itself.
22<p>
23All activity happens in the <A HREF=
24"http://git.savannah.gnu.org/cgit/nano.git/log/">
25master branch</A>.
26<p>
27<center>
28
29<A HREF="/">
30<img src="withnano.png" border=0></A>
31</center>
32
33</blockquote>
34</td>
35</tr>
36</table>
37
38<?php include "bottom.php"; ?>