]> git.wh0rd.org - nano-editor.git/blame - download.php
add a line break
[nano-editor.git] / download.php
CommitLineData
5704db4e 1<?php $title="Downloads"; include "top.php"; ?>
563ba55f 2
563ba55f 3<br>
0e4d2f77 4<center><b>Downloading GNU nano</b></center>
6bf6f892
BS
5<br>
6
69165b37 7<center><table border=0 id="download">
f48717bc 8<tr class="inverted">
af998961
MF
9<td>Description</td>
10<td>Links</td>
1b1bdcd3
MF
11</tr>
12
5c1c3f5b 13<tr>
6beb4ce2 14<td>The source code xzipped:</td>
5c1c3f5b 15<td>
4cec5a4f 16<a href="/dist/v<?php include "last-branch"; ?>/nano-<?php include "last-version"; ?>.tar.xz">nano-<?php include "last-version"; ?>.tar.xz</a>
5c1c3f5b 17</td>
5c1c3f5b 18</tr>
6beb4ce2
BS
19<tr>
20<td>Its signature:</td>
21<td>
4cec5a4f 22<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
23</td>
24</tr>
25
97365d3e 26<tr><td>&nbsp;</td><td>&nbsp;</td></tr>
5c1c3f5b 27
1b1bdcd3 28<tr>
6beb4ce2 29<td>The source code gzipped:</td>
1b1bdcd3 30<td>
4cec5a4f 31<a href="/dist/v<?php include "last-branch"; ?>/nano-<?php include "last-version"; ?>.tar.gz">nano-<?php include "last-version"; ?>.tar.gz</a>
1b1bdcd3 32</td>
1b1bdcd3 33</tr>
df2e31f0 34<tr>
6beb4ce2
BS
35<td>Its signature:</td>
36<td>
4cec5a4f 37<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
38</td>
39</tr>
40
97365d3e 41<tr><td>&nbsp;</td><td>&nbsp;</td></tr>
6beb4ce2
BS
42
43<tr>
44<td>All versions:</td>
cb81e8d7 45<td>
afec57e9 46<a href="/dist/">The branches</a>
6beb4ce2
BS
47</td>
48
97365d3e 49<tr><td>&nbsp;</td><td>&nbsp;</td></tr>
6beb4ce2
BS
50
51<tr>
5cbb5f95 52<td>All versions in GNU archives:</td>
6beb4ce2 53<td>
5cbb5f95 54<a href="https://ftpmirror.gnu.org/nano/">A mirror of GNU</a>
6beb4ce2 55</td>
1b1bdcd3 56
97365d3e 57<tr><td>&nbsp;</td><td>&nbsp;</td></tr>
b243a164 58
afec57e9
BS
59<tr>
60<td>Additional syntax files:</td>
61<td><a href="/more-syntaxes/">more syntaxes</a>
62</tr>
63
64<tr><td>&nbsp;</td><td>&nbsp;</td></tr>
65
cb81e8d7 66<tr>
b243a164 67<td>Archlinux binaries:</td>
c1e8f4d8 68<td><a href="https://www.archlinux.org/packages/?repo=Core&q=nano">packages</a>
b243a164 69</tr>
6beb4ce2 70
cb81e8d7 71<tr>
6beb4ce2 72<td>Debian GNU/Linux binaries:</td>
e4b8cef1
MF
73<td><a href="https://packages.debian.org/stable/editors/nano">stable</a>
74| <a href="https://packages.debian.org/testing/editors/nano">testing</a>
75| <a href="https://packages.debian.org/unstable/editors/nano">unstable</a></td>
1b1bdcd3
MF
76</tr>
77
cb81e8d7 78<tr>
b243a164 79<td>Fedora builds:</td>
fdfcd9bc 80<td><a href="https://src.fedoraproject.org/rpms/nano">overview</a>
b243a164
BS
81</tr>
82
cb81e8d7 83<tr>
b243a164
BS
84<td>Gentoo status:</td>
85<td><a href="https://packages.gentoo.org/packages/app-editors/nano">versions</a>
86</tr>
87
cb81e8d7 88<tr>
b243a164
BS
89<td>Opensuse binaries:</td>
90<td><a href="https://software.opensuse.org/package/nano">packages</a>
91</tr>
92
1b1bdcd3
MF
93</table></center>
94
563ba55f 95<?php include "bottom.php"; ?>