]> git.wh0rd.org - nano-editor.git/blame - download.php
elide a symlink
[nano-editor.git] / download.php
CommitLineData
1b1bdcd3
MF
1<?php include "top.php"; ?>
2<html>
0e4d2f77 3<head><title>GNU nano: Download</title>
1b1bdcd3
MF
4</head>
5<body>
6<table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" HEIGHT="70%" NOSAVE >
7<tr VALIGN=TOP NOSAVE>
8<td NOSAVE>
6beb4ce2 9
1b1bdcd3
MF
10<center><table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" NOSAVE >
11<tr NOSAVE>
12<td NOSAVE>
0e4d2f77 13<center><b>Downloading GNU nano</b></center>
1b1bdcd3
MF
14</td>
15</tr>
16</table></center>
17
6bf6f892
BS
18<br>
19
6beb4ce2 20<center><table BORDER=0 WIDTH="80%" NOSAVE >
1b1bdcd3 21<tr BGCOLOR="#440077" NOSAVE>
97365d3e
BS
22<td NOSAVE><font color="#FFFFFF">Description</font></td>
23<td><font color="#FFFFFF">Links</font></td>
1b1bdcd3
MF
24</tr>
25
5c1c3f5b 26<tr>
6beb4ce2 27<td>The source code xzipped:</td>
5c1c3f5b 28<td>
4cec5a4f 29<a href="/dist/v<?php include "last-branch"; ?>/nano-<?php include "last-version"; ?>.tar.xz">nano-<?php include "last-version"; ?>.tar.xz</a>
5c1c3f5b 30</td>
5c1c3f5b 31</tr>
6beb4ce2
BS
32<tr>
33<td>Its signature:</td>
34<td>
4cec5a4f 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>
6beb4ce2
BS
36</td>
37</tr>
38
97365d3e 39<tr><td>&nbsp;</td><td>&nbsp;</td></tr>
5c1c3f5b 40
1b1bdcd3 41<tr>
6beb4ce2 42<td>The source code gzipped:</td>
1b1bdcd3 43<td>
4cec5a4f 44<a href="/dist/v<?php include "last-branch"; ?>/nano-<?php include "last-version"; ?>.tar.gz">nano-<?php include "last-version"; ?>.tar.gz</a>
1b1bdcd3 45</td>
1b1bdcd3 46</tr>
df2e31f0 47<tr>
6beb4ce2
BS
48<td>Its signature:</td>
49<td>
4cec5a4f 50<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
51</td>
52</tr>
53
97365d3e 54<tr><td>&nbsp;</td><td>&nbsp;</td></tr>
6beb4ce2
BS
55
56<tr>
57<td>All versions:</td>
58<td NOSAVE>
b243a164 59<a href="/dist">The branches</a>
6beb4ce2
BS
60</td>
61
97365d3e 62<tr><td>&nbsp;</td><td>&nbsp;</td></tr>
6beb4ce2
BS
63
64<tr>
5cbb5f95 65<td>All versions in GNU archives:</td>
6beb4ce2 66<td>
5cbb5f95 67<a href="https://ftpmirror.gnu.org/nano/">A mirror of GNU</a>
6beb4ce2 68</td>
1b1bdcd3 69
97365d3e 70<tr><td>&nbsp;</td><td>&nbsp;</td></tr>
b243a164
BS
71
72<tr NOSAVE>
73<td>Archlinux binaries:</td>
74<td><a href="https://www.archlinux.org/packages/?repo=Core&q=nano">packages</a>
75</tr>
6beb4ce2 76
1b1bdcd3 77<tr NOSAVE>
6beb4ce2 78<td>Debian GNU/Linux binaries:</td>
e4b8cef1
MF
79<td><a href="https://packages.debian.org/stable/editors/nano">stable</a>
80| <a href="https://packages.debian.org/testing/editors/nano">testing</a>
81| <a href="https://packages.debian.org/unstable/editors/nano">unstable</a></td>
1b1bdcd3
MF
82</tr>
83
b243a164
BS
84<tr NOSAVE>
85<td>Fedora builds:</td>
86<td><a href="https://apps.fedoraproject.org/packages/nano">overview</a>
87</tr>
88
89<tr NOSAVE>
90<td>Gentoo status:</td>
91<td><a href="https://packages.gentoo.org/packages/app-editors/nano">versions</a>
92</tr>
93
94<tr NOSAVE>
95<td>Opensuse binaries:</td>
96<td><a href="https://software.opensuse.org/package/nano">packages</a>
97</tr>
98
50070c05 99<!--
1b1bdcd3 100<tr>
1b1bdcd3 101<td>WinNT/9x binary, .zip format.</td>
4cec5a4f 102<td><a href="/dist/v<?php include "last-branch"; ?>/NT/nano-<?php include "last-version"; ?>.zip">nano-<?php include "last-version"; ?>.zip</a></td>
1b1bdcd3 103</tr>
50070c05 104-->
1b1bdcd3
MF
105
106</table></center>
107
1b1bdcd3
MF
108</td>
109</tr>
110</table>
111<?php include "bottom.php"; ?>
112