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