]> git.wh0rd.org - nano-editor.git/blob - git.php
wipe GNU from ASCII-art logo
[nano-editor.git] / git.php
1 <?php include "top.php"; ?>
2 <title>GNU nano: CVS and Current Status</title>
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>
9 <center><b>SVN Status</b></center>
10 </td>
11 </tr>
12 </table>
13 <blockquote>
14 Nano's source tree has been migrated to git!
15 For those of you who want the most bleeding-edge
16 version of nano, check out the repository for nano using the
17 <A href="https://git.savannah.gnu.org/cgit/nano.git/tree/README.GIT">
18 instructions located in the git repository</A> for the latest info.
19 <p>
20 All activity is currently in the trunk <A HREF=
21 "https://git.savannah.gnu.org/cgit/nano.git/tree/">
22 tree</A>. The stable
23 branches see releases only if severe usability bugs are found in
24 trunk.
25 <p>
26 <center>
27
28 <A HREF="/">
29 <img src="withnano.png" border=0></A>
30 </center>
31
32 </blockquote>
33 </td>
34 </tr>
35 </table>
36 <?php include "bottom.php"; ?>