1 <?php include "top.php"; ?>
3 <title>GNU nano: Download</title>
6 <table BORDER=0 CELLSPACING=0 WIDTH="100%" HEIGHT="70%">
10 <center><table BORDER=0 CELLSPACING=0 WIDTH="100%">
14 <center><b>Downloading GNU nano</b></center>
21 <center><table BORDER=0 WIDTH="80%">
22 <tr BGCOLOR="#440077">
23 <td><font color="#FFFFFF">Description</font></td>
24 <td><font color="#FFFFFF">Links</font></td>
28 <td>The source code xzipped:</td>
30 <a href="/dist/v<?php include "last-branch"; ?>/nano-<?php include "last-version"; ?>.tar.xz">nano-<?php include "last-version"; ?>.tar.xz</a>
34 <td>Its signature:</td>
36 <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>
40 <tr><td> </td><td> </td></tr>
43 <td>The source code gzipped:</td>
45 <a href="/dist/v<?php include "last-branch"; ?>/nano-<?php include "last-version"; ?>.tar.gz">nano-<?php include "last-version"; ?>.tar.gz</a>
49 <td>Its signature:</td>
51 <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>
55 <tr><td> </td><td> </td></tr>
58 <td>All versions:</td>
60 <a href="/dist">The branches</a>
63 <tr><td> </td><td> </td></tr>
66 <td>All versions in GNU archives:</td>
68 <a href="https://ftpmirror.gnu.org/nano/">A mirror of GNU</a>
71 <tr><td> </td><td> </td></tr>
74 <td>Archlinux binaries:</td>
75 <td><a href="https://www.archlinux.org/packages/?repo=Core&q=nano">packages</a>
79 <td>Debian GNU/Linux binaries:</td>
80 <td><a href="https://packages.debian.org/stable/editors/nano">stable</a>
81 | <a href="https://packages.debian.org/testing/editors/nano">testing</a>
82 | <a href="https://packages.debian.org/unstable/editors/nano">unstable</a></td>
86 <td>Fedora builds:</td>
87 <td><a href="https://apps.fedoraproject.org/packages/nano">overview</a>
91 <td>Gentoo status:</td>
92 <td><a href="https://packages.gentoo.org/packages/app-editors/nano">versions</a>
96 <td>Opensuse binaries:</td>
97 <td><a href="https://software.opensuse.org/package/nano">packages</a>
106 <?php include "bottom.php"; ?>