]> git.wh0rd.org - nano-editor.git/blobdiff - download.php
bring some air into two short lists, and show help-nano as first item
[nano-editor.git] / download.php
index 38dd88c766c80991198edad7888e59b3ca4b808d..44767c6b6b535d4ed67c32a072ecdb01fbb19c43 100644 (file)
@@ -1,15 +1,13 @@
-<?php include "top.php"; ?>
-<html>
-<head><title>GNU nano: Download</title>
-</head>
-<body>
-<table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" HEIGHT="70%">
+<?php $title="Downloads";  include "top.php"; ?>
+
+<table BORDER=0 CELLSPACING=0 WIDTH="100%">
 <tr VALIGN=TOP>
 <td>
 
 <tr VALIGN=TOP>
 <td>
 
-<center><table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%">
+<center><table BORDER=0 CELLSPACING=0 WIDTH="100%">
 <tr>
 <td>
 <tr>
 <td>
+<br>
 <center><b>Downloading GNU nano</b></center>
 </td>
 </tr>
 <center><b>Downloading GNU nano</b></center>
 </td>
 </tr>
@@ -18,9 +16,9 @@
 <br>
 
 <center><table BORDER=0 WIDTH="80%">
 <br>
 
 <center><table BORDER=0 WIDTH="80%">
-<tr BGCOLOR="#440077">
-<td><font color="#FFFFFF">Description</font></td>
-<td><font color="#FFFFFF">Links</font></td>
+<tr CLASS="inverted">
+<td>Description</td>
+<td>Links</td>
 </tr>
 
 <tr>
 </tr>
 
 <tr>
@@ -83,7 +81,7 @@
 
 <tr>
 <td>Fedora builds:</td>
 
 <tr>
 <td>Fedora builds:</td>
-<td><a href="https://apps.fedoraproject.org/packages/nano">overview</a>
+<td><a href="https://src.fedoraproject.org/rpms/nano">overview</a>
 </tr>
 
 <tr>
 </tr>
 
 <tr>
 <td><a href="https://software.opensuse.org/package/nano">packages</a>
 </tr>
 
 <td><a href="https://software.opensuse.org/package/nano">packages</a>
 </tr>
 
-<!--
-<tr>
-<td>WinNT/9x binary, .zip format.</td>
-<td><a href="/dist/v<?php include "last-branch"; ?>/NT/nano-<?php include "last-version"; ?>.zip">nano-<?php include "last-version"; ?>.zip</a></td>
-</tr>
--->
-
 </table></center>
 
 </td>
 </tr>
 </table>
 </table></center>
 
 </td>
 </tr>
 </table>
-<?php include "bottom.php"; ?>
 
 
+<?php include "bottom.php"; ?>