]> git.wh0rd.org - nano-editor.git/blame_incremental - download.php
note the release of 2.8.6
[nano-editor.git] / download.php
... / ...
CommitLineData
1<?php include "top.php"; ?>
2<html>
3<head><title>GNU nano: Download</title>
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>
9
10<center><table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" NOSAVE >
11<tr NOSAVE>
12<td NOSAVE>
13<center><b>Downloading GNU nano</b></center>
14</td>
15</tr>
16</table></center>
17
18<br>
19
20<center><table BORDER=0 WIDTH="80%" NOSAVE >
21<tr BGCOLOR="#440077" NOSAVE>
22<td NOSAVE><font color="#FFFFFF">Description</font></td>
23<td><font color="#FFFFFF">Links</font></td>
24</tr>
25
26<tr>
27<td>The source code xzipped:</td>
28<td>
29<a href="/dist/v<?php include "last-branch"; ?>/nano-<?php include "last-version"; ?>.tar.xz">nano-<?php include "last-version"; ?>.tar.xz</a>
30</td>
31</tr>
32<tr>
33<td>Its signature:</td>
34<td>
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>
36</td>
37</tr>
38
39<tr><td>&nbsp;</td><td>&nbsp;</td></tr>
40
41<tr>
42<td>The source code gzipped:</td>
43<td>
44<a href="/dist/v<?php include "last-branch"; ?>/nano-<?php include "last-version"; ?>.tar.gz">nano-<?php include "last-version"; ?>.tar.gz</a>
45</td>
46</tr>
47<td>Its signature:</td>
48<td>
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>
50</td>
51</tr>
52
53<tr><td>&nbsp;</td><td>&nbsp;</td></tr>
54
55<tr>
56<td>All versions:</td>
57<td NOSAVE>
58<a href="/dist">The branches</a>
59</td>
60
61<tr><td>&nbsp;</td><td>&nbsp;</td></tr>
62
63<tr>
64<td>All versions in GNU archives:</td>
65<td>
66<a href="https://ftpmirror.gnu.org/nano/">A mirror of GNU</a>
67</td>
68
69<tr><td>&nbsp;</td><td>&nbsp;</td></tr>
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>
75
76<tr NOSAVE>
77<td>Debian GNU/Linux binaries:</td>
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>
81</tr>
82
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
98<!--
99<tr>
100<td>WinNT/9x binary, .zip format.</td>
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>
102</tr>
103-->
104
105</table></center>
106
107</td>
108</tr>
109</table>
110<?php include "bottom.php"; ?>
111