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