]> git.wh0rd.org - nano-editor.git/blame - git.php
overview: some spelling and punctuation fixes and layout adjustments
[nano-editor.git] / git.php
CommitLineData
1b1bdcd3 1<?php include "top.php"; ?>
50070c05 2<title>nano: Source-code Status</title>
1b1bdcd3
MF
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>
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!
50070c05
BS
15For those of you who want the bleeding-edge
16version of 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"; ?>