|
<?php
/* this is an easier version tracking tool */ include "reserved/VERSIONS.inc";
/* include files needed in this page */ include "reserved/newshelper.inc";
?> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>The GNU Netcat -- Official homepage -- News</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta name="keywords" content="nc, netcat, network, networking, connect, listen, tunnel, tcp, udp, ipv6"> <meta name="Author" content="Giovanni Giacobbi"> <link rel="stylesheet" type="text/css" href="/netcat.css"> <link rel="shortcut icon" href="/favicon.ico"> <link rel="icon" type="image/png" href="/favicon.ico"> </head>
<body bgcolor="#ffffff">
<?php
/* include the common parts of the web site */ include "reserved/header.inc";
?> <!-- Main Body -->
<div align="center"><h1>Latest News</h1></div>
<table border="0" cellpadding="0" cellspacing="0" width="500"> <tr> <td width="10"></td> <td width="470" colspan="2" class="maintext"> <!-- Reset indent, backup=3 -->
<!-- news helper -->
<?php
/* include the dynamically generated news file */ include "reserved/NEWS.inc";
?>
<!-- Restore indent, backup=0 --> </td> <td width="10"></td> </tr> </table>
<?php
/* include the navigation bar with the latest release info */ include "reserved/navbar.inc";
?>
</body> </html>
|