]> git.wh0rd.org - nano-editor.git/blob - cvs.php
initial commit
[nano-editor.git] / cvs.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>CVS&nbsp;and Status</b></center>
10 </td>
11 </tr>
12 </table>
13 <blockquote>
14 <b>Nano is in CVS!</b> For those of you who want the most bleeding-edge
15 version of nano, check out the CVS repository for nano at
16 <a href="http://savannah.gnu.org/cvs/?group_id=1025">
17 http://savannah.gnu.org/cvs/?group_id=1025</a>.
18 <p>
19 All activity is currently in the 1.3 (unstable) tree. There may be
20 another 1.2 (stable) release but a 1.4 release is probably more likely
21 to happen first, barring the discovery a major security hole or
22 data-corrupting bug in the 1.2.x tree.
23 <p>
24 <center>
25
26 <A HREF="http://www.nano-editor.org">
27 <img src="withnano.png" border=0></A>
28 </center>
29
30 </blockquote>
31 </td>
32 </tr>
33 </table>
34 <?php include "bottom.php"; ?>