]> git.wh0rd.org - nano-editor.git/blame_incremental - git.php
remove the GNU marker where it does not apply any more
[nano-editor.git] / git.php
... / ...
CommitLineData
1<?php include "top.php"; ?>
2<title>nano: development repository</title>
3
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>
7
8<table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" NOSAVE >
9<tr NOSAVE>
10<td NOSAVE>
11<center><b>Development tree</b></center>
12</td>
13</tr>
14</table>
15
16<blockquote>
17Nano's source tree has been migrated to git!
18For those of you who want the most bleeding-edge
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.
22<p>
23All activity is in the master branch. See <A HREF=
24"http://git.savannah.gnu.org/cgit/nano.git/log/">
25the log</A>.
26<p>
27
28<center>
29<A HREF="/">
30<img src="withnano.png" border=0></A>
31</center>
32</blockquote>
33
34</td>
35</tr>
36</table>
37<?php include "bottom.php"; ?>