]> git.wh0rd.org - nano-editor.git/blobdiff - cvs.php
remove obsolete files
[nano-editor.git] / cvs.php
diff --git a/cvs.php b/cvs.php
deleted file mode 100644 (file)
index e222302..0000000
--- a/cvs.php
+++ /dev/null
@@ -1,34 +0,0 @@
-<?php include "top.php"; ?>
-<title>GNU nano: CVS and Current Status</title>
-<table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" HEIGHT="70%" NOSAVE >
-<tr VALIGN=TOP NOSAVE>
-<td HEIGHT="70%" NOSAVE><b></b>
-<table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" NOSAVE >
-<tr NOSAVE>
-<td NOSAVE>
-<center><b>CVS&nbsp;and Status</b></center>
-</td>
-</tr>
-</table>
-<blockquote>
-<b>Nano is in CVS!</b> For those of you who want the most bleeding-edge
-version of nano, check out the CVS repository for nano at 
-<a href="https://savannah.gnu.org/cvs/?group_id=1025">
-https://savannah.gnu.org/cvs/?group_id=1025</a>.
-<p>
-All activity is currently in the 1.3 (unstable) tree.  There may be 
-another 1.2 (stable) release but a 1.4 release is probably more likely 
-to happen first, barring the discovery a major security hole or 
-data-corrupting bug in the 1.2.x tree.
-<p>
-<center>
-
-<A HREF="https://www.nano-editor.org">
-<img src="withnano.png" border=0></A>
-</center>
-
-</blockquote>
-</td>
-</tr>
-</table>
-<?php include "bottom.php"; ?>