1 <?php include "top.php"; ?>
3 <head><title>nano: Download</title>
6 <table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" HEIGHT="70%" NOSAVE >
9 <center><table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" NOSAVE >
12 <center><b>Downloading nano</b></center>
17 <center><table BORDER=0 WIDTH="100%" NOSAVE >
18 <tr BGCOLOR="#440077" NOSAVE>
19 <td NOSAVE><font color="#FFFFFF"><font size=-1>Filename (main site)</font></font></td>
20 <td><font color="#FFFFFF"><font size=-1>Description</font></font></td>
25 <a href="/dist/v<?php include "stable-branch"; ?>/nano-<?php include "stable-version"; ?>.tar.xz">nano-<?php include "stable-version"; ?>.tar.xz</a>
28 <td>Source file in tar.xz format.</td>
33 <a href="/dist/v<?php include "stable-branch"; ?>/nano-<?php include "stable-version"; ?>.tar.gz">nano-<?php include "stable-version"; ?>.tar.gz</a>
36 <td>Source file in tar.gz format.</td>
41 <td><a href="/dist/v<?php include "stable-branch"; ?>/RPMS/nano-<?php include "stable-version"; ?>-1.i386.rpm">nano-<?php include "stable-version"; ?>-1.i386.rpm</a></td>
43 <td>Binary RPM for i386 platform (RH 8.0).</td>
47 <td><a href="/dist/v<?php include "stable-branch"; ?>/RPMS/nano-<?php include "stable-version"; ?>-1.x86_64.rpm">nano-<?php include "stable-version"; ?>-1.x86_64.rpm</a></td>
49 <td>Binary RPM for x86_64 platform (glibc2.4+).</td>
53 <td NOSAVE><a href="/dist/v<?php include "stable-branch"; ?>/RPMS/nano-<?php include "stable-version"; ?>-1.src.rpm">nano-<?php include "stable-version"; ?>-1.src.rpm</a></td>
55 <td>Source RPM for any RPM system.</td>
59 <td><a href="https://packages.debian.org/stable/editors/nano">stable</a>
60 | <a href="https://packages.debian.org/testing/editors/nano">testing</a>
61 | <a href="https://packages.debian.org/unstable/editors/nano">unstable</a></td>
63 <td>Debian GNU/Linux binaries.</td>
68 <td><a href="/dist/v<?php include "stable-branch"; ?>/NT/nano-<?php include "stable-version"; ?>.zip">nano-<?php include "stable-version"; ?>.zip</a></td>
70 <td>WinNT/9x binary, .zip format.</td>
77 <center><table BORDER=0 COLS=1 WIDTH="100%" BGCOLOR="#440077" NOSAVE >
80 <center> <font color="#FFFFFF"><font size=-1>
81 Other Nano Archives</font></font></center>
86 <center><table BORDER=0 COLS=3 WIDTH="100%" NOSAVE >
89 <center><a href="https://ftp.gnu.org/pub/gnu/nano/">
90 nano@GNU (http)</a> </center>
94 <center><a href="ftp://ftp.gnu.org/pub/gnu/nano/">
95 nano@GNU (ftp)</a> </center>
99 <center><a href="/dist">Older Versions</a></center>
110 <?php include "bottom.php"; ?>