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