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