]> git.wh0rd.org - nano-editor.git/blob - git.php
efd485ae7744df536fba4debbd19e26e1922362f
[nano-editor.git] / git.php
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>
17 Nano's source tree has been migrated to git!
18 For those of you who want the most bleeding-edge
19 version of nano, check out the repository for nano. See the
20 <A href="http://git.savannah.gnu.org/cgit/nano.git/tree/README.GIT">
21 instructions</A> located in the repository itself for the latest info.
22 <p>
23 All activity is in the master branch. See <A HREF=
24 "http://git.savannah.gnu.org/cgit/nano.git/log/">
25 the 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"; ?>