1 <?php $title="Downloads"; include "top.php"; ?>
3 <table BORDER=0 CELLSPACING=0 WIDTH="100%">
7 <center><table BORDER=0 CELLSPACING=0 WIDTH="100%">
11 <center><b>Downloading GNU nano</b></center>
18 <center><table BORDER=0 WIDTH="80%">
25 <td>The source code xzipped:</td>
27 <a href="/dist/v<?php include "last-branch"; ?>/nano-<?php include "last-version"; ?>.tar.xz">nano-<?php include "last-version"; ?>.tar.xz</a>
31 <td>Its signature:</td>
33 <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>
37 <tr><td> </td><td> </td></tr>
40 <td>The source code gzipped:</td>
42 <a href="/dist/v<?php include "last-branch"; ?>/nano-<?php include "last-version"; ?>.tar.gz">nano-<?php include "last-version"; ?>.tar.gz</a>
46 <td>Its signature:</td>
48 <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>
52 <tr><td> </td><td> </td></tr>
55 <td>All versions:</td>
57 <a href="/dist">The branches</a>
60 <tr><td> </td><td> </td></tr>
63 <td>All versions in GNU archives:</td>
65 <a href="https://ftpmirror.gnu.org/nano/">A mirror of GNU</a>
68 <tr><td> </td><td> </td></tr>
71 <td>Archlinux binaries:</td>
72 <td><a href="https://www.archlinux.org/packages/?repo=Core&q=nano">packages</a>
76 <td>Debian GNU/Linux binaries:</td>
77 <td><a href="https://packages.debian.org/stable/editors/nano">stable</a>
78 | <a href="https://packages.debian.org/testing/editors/nano">testing</a>
79 | <a href="https://packages.debian.org/unstable/editors/nano">unstable</a></td>
83 <td>Fedora builds:</td>
84 <td><a href="https://apps.fedoraproject.org/packages/nano">overview</a>
88 <td>Gentoo status:</td>
89 <td><a href="https://packages.gentoo.org/packages/app-editors/nano">versions</a>
93 <td>Opensuse binaries:</td>
94 <td><a href="https://software.opensuse.org/package/nano">packages</a>
103 <?php include "bottom.php"; ?>