]> git.wh0rd.org - nano-editor.git/blame - git.php
adjust some titles and text for the new release
[nano-editor.git] / git.php
CommitLineData
1b1bdcd3 1<?php include "top.php"; ?>
0858df66
BS
2<title>nano: development repository</title>
3
1b1bdcd3
MF
4<table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" HEIGHT="70%" NOSAVE >
5<tr VALIGN=TOP NOSAVE>
6<td HEIGHT="70%" NOSAVE><b></b>
0858df66 7
1b1bdcd3
MF
8<table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" NOSAVE >
9<tr NOSAVE>
10<td NOSAVE>
0858df66 11<center><b>Development tree</b></center>
1b1bdcd3
MF
12</td>
13</tr>
14</table>
0858df66 15
1b1bdcd3
MF
16<blockquote>
17Nano's source tree has been migrated to git!
18For those of you who want the most bleeding-edge
0858df66
BS
19version of nano, check out the repository for nano. See the
20<A href="http://git.savannah.gnu.org/cgit/nano.git/tree/README.GIT">
21instructions</A> located in the repository itself for the latest info.
1b1bdcd3 22<p>
0858df66
BS
23All activity is in the master branch. See <A HREF=
24"http://git.savannah.gnu.org/cgit/nano.git/log/">
25the log</A>.
1b1bdcd3 26<p>
1b1bdcd3 27
0858df66 28<center>
e4b8cef1 29<A HREF="/">
1b1bdcd3
MF
30<img src="withnano.png" border=0></A>
31</center>
1b1bdcd3 32</blockquote>
0858df66 33
1b1bdcd3
MF
34</td>
35</tr>
36</table>
37<?php include "bottom.php"; ?>