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