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