Commit | Line | Data |
---|---|---|
5704db4e | 1 | <?php $title="Downloads"; include "top.php"; ?> |
563ba55f | 2 | |
082f4e84 | 3 | <table BORDER=0 CELLSPACING=0 WIDTH="100%" HEIGHT="70%"> |
cb81e8d7 BS |
4 | <tr VALIGN=TOP> |
5 | <td> | |
6beb4ce2 | 6 | |
082f4e84 | 7 | <center><table BORDER=0 CELLSPACING=0 WIDTH="100%"> |
cb81e8d7 BS |
8 | <tr> |
9 | <td> | |
563ba55f | 10 | <br> |
0e4d2f77 | 11 | <center><b>Downloading GNU nano</b></center> |
1b1bdcd3 MF |
12 | </td> |
13 | </tr> | |
14 | </table></center> | |
15 | ||
6bf6f892 BS |
16 | <br> |
17 | ||
cb81e8d7 | 18 | <center><table BORDER=0 WIDTH="80%"> |
af998961 MF |
19 | <tr CLASS="inverted"> |
20 | <td>Description</td> | |
21 | <td>Links</td> | |
1b1bdcd3 MF |
22 | </tr> |
23 | ||
5c1c3f5b | 24 | <tr> |
6beb4ce2 | 25 | <td>The source code xzipped:</td> |
5c1c3f5b | 26 | <td> |
4cec5a4f | 27 | <a href="/dist/v<?php include "last-branch"; ?>/nano-<?php include "last-version"; ?>.tar.xz">nano-<?php include "last-version"; ?>.tar.xz</a> |
5c1c3f5b | 28 | </td> |
5c1c3f5b | 29 | </tr> |
6beb4ce2 BS |
30 | <tr> |
31 | <td>Its signature:</td> | |
32 | <td> | |
4cec5a4f | 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> |
6beb4ce2 BS |
34 | </td> |
35 | </tr> | |
36 | ||
97365d3e | 37 | <tr><td> </td><td> </td></tr> |
5c1c3f5b | 38 | |
1b1bdcd3 | 39 | <tr> |
6beb4ce2 | 40 | <td>The source code gzipped:</td> |
1b1bdcd3 | 41 | <td> |
4cec5a4f | 42 | <a href="/dist/v<?php include "last-branch"; ?>/nano-<?php include "last-version"; ?>.tar.gz">nano-<?php include "last-version"; ?>.tar.gz</a> |
1b1bdcd3 | 43 | </td> |
1b1bdcd3 | 44 | </tr> |
df2e31f0 | 45 | <tr> |
6beb4ce2 BS |
46 | <td>Its signature:</td> |
47 | <td> | |
4cec5a4f | 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> |
6beb4ce2 BS |
49 | </td> |
50 | </tr> | |
51 | ||
97365d3e | 52 | <tr><td> </td><td> </td></tr> |
6beb4ce2 BS |
53 | |
54 | <tr> | |
55 | <td>All versions:</td> | |
cb81e8d7 | 56 | <td> |
b243a164 | 57 | <a href="/dist">The branches</a> |
6beb4ce2 BS |
58 | </td> |
59 | ||
97365d3e | 60 | <tr><td> </td><td> </td></tr> |
6beb4ce2 BS |
61 | |
62 | <tr> | |
5cbb5f95 | 63 | <td>All versions in GNU archives:</td> |
6beb4ce2 | 64 | <td> |
5cbb5f95 | 65 | <a href="https://ftpmirror.gnu.org/nano/">A mirror of GNU</a> |
6beb4ce2 | 66 | </td> |
1b1bdcd3 | 67 | |
97365d3e | 68 | <tr><td> </td><td> </td></tr> |
b243a164 | 69 | |
cb81e8d7 | 70 | <tr> |
b243a164 BS |
71 | <td>Archlinux binaries:</td> |
72 | <td><a href="https://www.archlinux.org/packages/?repo=Core&q=nano">packages</a> | |
73 | </tr> | |
6beb4ce2 | 74 | |
cb81e8d7 | 75 | <tr> |
6beb4ce2 | 76 | <td>Debian GNU/Linux binaries:</td> |
e4b8cef1 MF |
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> | |
1b1bdcd3 MF |
80 | </tr> |
81 | ||
cb81e8d7 | 82 | <tr> |
b243a164 BS |
83 | <td>Fedora builds:</td> |
84 | <td><a href="https://apps.fedoraproject.org/packages/nano">overview</a> | |
85 | </tr> | |
86 | ||
cb81e8d7 | 87 | <tr> |
b243a164 BS |
88 | <td>Gentoo status:</td> |
89 | <td><a href="https://packages.gentoo.org/packages/app-editors/nano">versions</a> | |
90 | </tr> | |
91 | ||
cb81e8d7 | 92 | <tr> |
b243a164 BS |
93 | <td>Opensuse binaries:</td> |
94 | <td><a href="https://software.opensuse.org/package/nano">packages</a> | |
95 | </tr> | |
96 | ||
1b1bdcd3 MF |
97 | </table></center> |
98 | ||
1b1bdcd3 MF |
99 | </td> |
100 | </tr> | |
101 | </table> | |
1b1bdcd3 | 102 | |
563ba55f | 103 | <?php include "bottom.php"; ?> |