]> git.wh0rd.org - nano-editor.git/blame - download.php
remove some unneeded enveloping tables
[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
cb81e8d7 7<center><table BORDER=0 WIDTH="80%">
af998961
MF
8<tr CLASS="inverted">
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>
b243a164 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
cb81e8d7 59<tr>
b243a164 60<td>Archlinux binaries:</td>
c1e8f4d8 61<td><a href="https://www.archlinux.org/packages/?repo=Core&q=nano">packages</a>
b243a164 62</tr>
6beb4ce2 63
cb81e8d7 64<tr>
6beb4ce2 65<td>Debian GNU/Linux binaries:</td>
e4b8cef1
MF
66<td><a href="https://packages.debian.org/stable/editors/nano">stable</a>
67| <a href="https://packages.debian.org/testing/editors/nano">testing</a>
68| <a href="https://packages.debian.org/unstable/editors/nano">unstable</a></td>
1b1bdcd3
MF
69</tr>
70
cb81e8d7 71<tr>
b243a164 72<td>Fedora builds:</td>
fdfcd9bc 73<td><a href="https://src.fedoraproject.org/rpms/nano">overview</a>
b243a164
BS
74</tr>
75
cb81e8d7 76<tr>
b243a164
BS
77<td>Gentoo status:</td>
78<td><a href="https://packages.gentoo.org/packages/app-editors/nano">versions</a>
79</tr>
80
cb81e8d7 81<tr>
b243a164
BS
82<td>Opensuse binaries:</td>
83<td><a href="https://software.opensuse.org/package/nano">packages</a>
84</tr>
85
1b1bdcd3
MF
86</table></center>
87
563ba55f 88<?php include "bottom.php"; ?>