]> git.wh0rd.org - nano-editor.git/blame - download.php
note the release of 2.9.0
[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>
6beb4ce2
BS
47<td>Its signature:</td>
48<td>
4cec5a4f 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>
6beb4ce2
BS
50</td>
51</tr>
52
97365d3e 53<tr><td>&nbsp;</td><td>&nbsp;</td></tr>
6beb4ce2
BS
54
55<tr>
56<td>All versions:</td>
57<td NOSAVE>
b243a164 58<a href="/dist">The branches</a>
6beb4ce2
BS
59</td>
60
97365d3e 61<tr><td>&nbsp;</td><td>&nbsp;</td></tr>
6beb4ce2
BS
62
63<tr>
5cbb5f95 64<td>All versions in GNU archives:</td>
6beb4ce2 65<td>
5cbb5f95 66<a href="https://ftpmirror.gnu.org/nano/">A mirror of GNU</a>
6beb4ce2 67</td>
1b1bdcd3 68
97365d3e 69<tr><td>&nbsp;</td><td>&nbsp;</td></tr>
b243a164
BS
70
71<tr NOSAVE>
72<td>Archlinux binaries:</td>
73<td><a href="https://www.archlinux.org/packages/?repo=Core&q=nano">packages</a>
74</tr>
6beb4ce2 75
1b1bdcd3 76<tr NOSAVE>
6beb4ce2 77<td>Debian GNU/Linux binaries:</td>
e4b8cef1
MF
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>
1b1bdcd3
MF
81</tr>
82
b243a164
BS
83<tr NOSAVE>
84<td>Fedora builds:</td>
85<td><a href="https://apps.fedoraproject.org/packages/nano">overview</a>
86</tr>
87
88<tr NOSAVE>
89<td>Gentoo status:</td>
90<td><a href="https://packages.gentoo.org/packages/app-editors/nano">versions</a>
91</tr>
92
93<tr NOSAVE>
94<td>Opensuse binaries:</td>
95<td><a href="https://software.opensuse.org/package/nano">packages</a>
96</tr>
97
50070c05 98<!--
1b1bdcd3 99<tr>
1b1bdcd3 100<td>WinNT/9x binary, .zip format.</td>
4cec5a4f 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>
1b1bdcd3 102</tr>
50070c05 103-->
1b1bdcd3
MF
104
105</table></center>
106
1b1bdcd3
MF
107</td>
108</tr>
109</table>
110<?php include "bottom.php"; ?>
111