]> git.wh0rd.org - nano-editor.git/blobdiff - download.php
fix a misformatted list item
[nano-editor.git] / download.php
index d4dc7629cb2888b491c637776b109af8a201df55..83749a0096c6527b297281aab8a97e964007fc7d 100644 (file)
@@ -1,15 +1,16 @@
 <?php include "top.php"; ?>
-<html>
-<head><title>GNU nano: Download</title>
-</head>
+
+<title>GNU nano: Download</title>
+
 <body>
-<table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" HEIGHT="70%" NOSAVE >
-<tr VALIGN=TOP NOSAVE>
-<td NOSAVE>
+<table BORDER=0 CELLSPACING=0 WIDTH="100%" HEIGHT="70%">
+<tr VALIGN=TOP>
+<td>
 
-<center><table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" NOSAVE >
-<tr NOSAVE>
-<td NOSAVE>
+<center><table BORDER=0 CELLSPACING=0 WIDTH="100%">
+<tr>
+<td>
+<br>
 <center><b>Downloading GNU nano</b></center>
 </td>
 </tr>
@@ -17,9 +18,9 @@
 
 <br>
 
-<center><table BORDER=0 WIDTH="80%" NOSAVE >
-<tr BGCOLOR="#440077" NOSAVE>
-<td NOSAVE><font color="#FFFFFF">Description</font></td>
+<center><table BORDER=0 WIDTH="80%">
+<tr BGCOLOR="#440077">
+<td><font color="#FFFFFF">Description</font></td>
 <td><font color="#FFFFFF">Links</font></td>
 </tr>
 
@@ -44,6 +45,7 @@
 <a href="/dist/v<?php include "last-branch"; ?>/nano-<?php include "last-version"; ?>.tar.gz">nano-<?php include "last-version"; ?>.tar.gz</a>
 </td>
 </tr>
+<tr>
 <td>Its signature:</td>
 <td>
 <a href="/dist/v<?php include "last-branch"; ?>/nano-<?php include "last-version"; ?>.tar.gz.asc">nano-<?php include "last-version"; ?>.tar.gz.asc</a>
 
 <tr>
 <td>All versions:</td>
-<td NOSAVE>
+<td>
 <a href="/dist">The branches</a>
 </td>
 
 <tr><td>&nbsp;</td><td>&nbsp;</td></tr>
 
 <tr>
-<td>Older versions at GNU:</td>
+<td>All versions in GNU archives:</td>
 <td>
-<a href="https://ftp.gnu.org/pub/gnu/nano/">GNU archive</a>
+<a href="https://ftpmirror.gnu.org/nano/">A mirror of GNU</a>
 </td>
 
-<!--
-<tr>
-<td>Binary RPM for i386 platform (RH 8.0):</td>
-<td><a href="/dist/v<?php include "last-branch"; ?>/RPMS/nano-<?php include "last-version"; ?>-1.i386.rpm">nano-<?php include "last-version"; ?>-1.i386.rpm</a></td>
-</tr>
-
-<tr>
-<td>Binary RPM for x86_64 platform (glibc2.4+).</td>
-<td><a href="/dist/v<?php include "last-branch"; ?>/RPMS/nano-<?php include "last-version"; ?>-1.x86_64.rpm">nano-<?php include "last-version"; ?>-1.x86_64.rpm</a></td>
-</tr>
-
-<tr NOSAVE>
-<td>Source RPM for any RPM system.</td>
-<td NOSAVE><a href="/dist/v<?php include "last-branch"; ?>/RPMS/nano-<?php include "last-version"; ?>-1.src.rpm">nano-<?php include "last-version"; ?>-1.src.rpm</a></td>
-</tr>
--->
-
 <tr><td>&nbsp;</td><td>&nbsp;</td></tr>
 
-<tr NOSAVE>
+<tr>
 <td>Archlinux binaries:</td>
 <td><a href="https://www.archlinux.org/packages/?repo=Core&q=nano">packages</a>
 </tr>
 
-<tr NOSAVE>
+<tr>
 <td>Debian GNU/Linux binaries:</td>
 <td><a href="https://packages.debian.org/stable/editors/nano">stable</a>
 | <a href="https://packages.debian.org/testing/editors/nano">testing</a>
 | <a href="https://packages.debian.org/unstable/editors/nano">unstable</a></td>
 </tr>
 
-<tr NOSAVE>
+<tr>
 <td>Fedora builds:</td>
 <td><a href="https://apps.fedoraproject.org/packages/nano">overview</a>
 </tr>
 
-<tr NOSAVE>
+<tr>
 <td>Gentoo status:</td>
 <td><a href="https://packages.gentoo.org/packages/app-editors/nano">versions</a>
 </tr>
 
-<tr NOSAVE>
+<tr>
 <td>Opensuse binaries:</td>
 <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>
-<?php include "bottom.php"; ?>
 
+<?php include "bottom.php"; ?>