]> git.wh0rd.org - nano-editor.git/blame - svn.php
initial commit
[nano-editor.git] / svn.php
CommitLineData
1b1bdcd3
MF
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>
14Nano's source tree has been migrated to subversion.
15For those of you who want the most bleeding-edge
16version of nano, check out the repository for nano using the
17instructions at
18<A href="http://svn.savannah.gnu.org/viewvc/trunk/nano/README.SVN?root=nano&view=markup">
19the current copy</A> of the subversion access document for
20the latest info.
21<p>
22All activity is currently in the trunk (unstable) tree. The stable
23branches see releases only if severe usability bugs are found in
24those branches.
25<p>
26<center>
27
28<A HREF="http://www.nano-editor.org">
29<img src="withnano.png" border=0></A>
30</center>
31
32</blockquote>
33</td>
34</tr>
35</table>
36<?php include "bottom.php"; ?>