1 <?php include "top.php"; ?>
3 <head><title>nano: Download</title>
6 <table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" HEIGHT="70%" NOSAVE >
10 <center><table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" NOSAVE >
13 <center><b>Downloading nano</b></center>
18 <center><table BORDER=0 WIDTH="80%" NOSAVE >
19 <tr BGCOLOR="#440077" NOSAVE>
20 <td NOSAVE><font color="#FFFFFF"><font size=-1>Description</font></font></td>
21 <td><font color="#FFFFFF"><font size=-1>Links</font></font></td>
25 <td>The source code xzipped:</td>
27 <a href="/dist/v<?php include "stable-branch"; ?>/nano-<?php include "stable-version"; ?>.tar.xz">nano-<?php include "stable-version"; ?>.tar.xz</a>
31 <td>Its signature:</td>
33 <a href="/dist/v<?php include "stable-branch"; ?>/nano-<?php include "stable-version"; ?>.tar.xz.asc">nano-<?php include "stable-version"; ?>.tar.xz.asc</a>
40 <td>The source code gzipped:</td>
42 <a href="/dist/v<?php include "stable-branch"; ?>/nano-<?php include "stable-version"; ?>.tar.gz">nano-<?php include "stable-version"; ?>.tar.gz</a>
45 <td>Its signature:</td>
47 <a href="/dist/v<?php include "stable-branch"; ?>/nano-<?php include "stable-version"; ?>.tar.gz.asc">nano-<?php include "stable-version"; ?>.tar.gz.asc</a>
54 <td>All versions:</td>
56 <center><a href="/dist">The branches</a></center>
62 <td>Older versions at GNU:</td>
64 <a href="https://ftp.gnu.org/pub/gnu/nano/">GNU archive</a>
69 <td>Binary RPM for i386 platform (RH 8.0):</td>
70 <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>
74 <td>Binary RPM for x86_64 platform (glibc2.4+).</td>
75 <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>
79 <td>Source RPM for any RPM system.</td>
80 <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>
87 <td>Debian GNU/Linux binaries:</td>
88 <td><a href="https://packages.debian.org/stable/editors/nano">stable</a>
89 | <a href="https://packages.debian.org/testing/editors/nano">testing</a>
90 | <a href="https://packages.debian.org/unstable/editors/nano">unstable</a></td>
95 <td>WinNT/9x binary, .zip format.</td>
96 <td><a href="/dist/v<?php include "stable-branch"; ?>/NT/nano-<?php include "stable-version"; ?>.zip">nano-<?php include "stable-version"; ?>.zip</a></td>
105 <?php include "bottom.php"; ?>