1 <?php include "top.php"; ?>
3 <head><title>GNU 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 GNU nano</b></center>
20 <center><table BORDER=0 WIDTH="80%" NOSAVE >
21 <tr BGCOLOR="#440077" NOSAVE>
22 <td NOSAVE><font color="#FFFFFF">Description</font></td>
23 <td><font color="#FFFFFF">Links</font></td>
27 <td>The source code xzipped:</td>
29 <a href="/dist/v<?php include "last-branch"; ?>/nano-<?php include "last-version"; ?>.tar.xz">nano-<?php include "last-version"; ?>.tar.xz</a>
33 <td>Its signature:</td>
35 <a href="/dist/v<?php include "last-branch"; ?>/nano-<?php include "last-version"; ?>.tar.xz.asc">nano-<?php include "last-version"; ?>.tar.xz.asc</a>
39 <tr><td> </td><td> </td></tr>
42 <td>The source code gzipped:</td>
44 <a href="/dist/v<?php include "last-branch"; ?>/nano-<?php include "last-version"; ?>.tar.gz">nano-<?php include "last-version"; ?>.tar.gz</a>
47 <td>Its signature:</td>
49 <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>
53 <tr><td> </td><td> </td></tr>
56 <td>All versions:</td>
58 <a href="/dist">The branches</a>
61 <tr><td> </td><td> </td></tr>
64 <td>All versions in GNU archives:</td>
66 <a href="https://ftpmirror.gnu.org/nano/">A mirror of GNU</a>
69 <tr><td> </td><td> </td></tr>
72 <td>Archlinux binaries:</td>
73 <td><a href="https://www.archlinux.org/packages/?repo=Core&q=nano">packages</a>
77 <td>Debian GNU/Linux binaries:</td>
78 <td><a href="https://packages.debian.org/stable/editors/nano">stable</a>
79 | <a href="https://packages.debian.org/testing/editors/nano">testing</a>
80 | <a href="https://packages.debian.org/unstable/editors/nano">unstable</a></td>
84 <td>Fedora builds:</td>
85 <td><a href="https://apps.fedoraproject.org/packages/nano">overview</a>
89 <td>Gentoo status:</td>
90 <td><a href="https://packages.gentoo.org/packages/app-editors/nano">versions</a>
94 <td>Opensuse binaries:</td>
95 <td><a href="https://software.opensuse.org/package/nano">packages</a>
100 <td>WinNT/9x binary, .zip format.</td>
101 <td><a href="/dist/v<?php include "last-branch"; ?>/NT/nano-<?php include "last-version"; ?>.zip">nano-<?php include "last-version"; ?>.zip</a></td>
110 <?php include "bottom.php"; ?>