]> git.wh0rd.org - nano-editor.git/blob - download.php
remove the unneeded and invalid 'cols' attribute from tables
[nano-editor.git] / download.php
1 <?php include "top.php"; ?>
2 <html>
3 <head><title>GNU nano: Download</title>
4 </head>
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 <center><b>Downloading GNU nano</b></center>
14 </td>
15 </tr>
16 </table></center>
17
18 <br>
19
20 <center><table BORDER=0 WIDTH="80%">
21 <tr BGCOLOR="#440077">
22 <td><font color="#FFFFFF">Description</font></td>
23 <td><font color="#FFFFFF">Links</font></td>
24 </tr>
25
26 <tr>
27 <td>The source code xzipped:</td>
28 <td>
29 <a href="/dist/v<?php include "last-branch"; ?>/nano-<?php include "last-version"; ?>.tar.xz">nano-<?php include "last-version"; ?>.tar.xz</a>
30 </td>
31 </tr>
32 <tr>
33 <td>Its signature:</td>
34 <td>
35 <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>
36 </td>
37 </tr>
38
39 <tr><td>&nbsp;</td><td>&nbsp;</td></tr>
40
41 <tr>
42 <td>The source code gzipped:</td>
43 <td>
44 <a href="/dist/v<?php include "last-branch"; ?>/nano-<?php include "last-version"; ?>.tar.gz">nano-<?php include "last-version"; ?>.tar.gz</a>
45 </td>
46 </tr>
47 <tr>
48 <td>Its signature:</td>
49 <td>
50 <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>
51 </td>
52 </tr>
53
54 <tr><td>&nbsp;</td><td>&nbsp;</td></tr>
55
56 <tr>
57 <td>All versions:</td>
58 <td>
59 <a href="/dist">The branches</a>
60 </td>
61
62 <tr><td>&nbsp;</td><td>&nbsp;</td></tr>
63
64 <tr>
65 <td>All versions in GNU archives:</td>
66 <td>
67 <a href="https://ftpmirror.gnu.org/nano/">A mirror of GNU</a>
68 </td>
69
70 <tr><td>&nbsp;</td><td>&nbsp;</td></tr>
71
72 <tr>
73 <td>Archlinux binaries:</td>
74 <td><a href="https://www.archlinux.org/packages/?repo=Core&q=nano">packages</a>
75 </tr>
76
77 <tr>
78 <td>Debian GNU/Linux binaries:</td>
79 <td><a href="https://packages.debian.org/stable/editors/nano">stable</a>
80 | <a href="https://packages.debian.org/testing/editors/nano">testing</a>
81 | <a href="https://packages.debian.org/unstable/editors/nano">unstable</a></td>
82 </tr>
83
84 <tr>
85 <td>Fedora builds:</td>
86 <td><a href="https://apps.fedoraproject.org/packages/nano">overview</a>
87 </tr>
88
89 <tr>
90 <td>Gentoo status:</td>
91 <td><a href="https://packages.gentoo.org/packages/app-editors/nano">versions</a>
92 </tr>
93
94 <tr>
95 <td>Opensuse binaries:</td>
96 <td><a href="https://software.opensuse.org/package/nano">packages</a>
97 </tr>
98
99 <!--
100 <tr>
101 <td>WinNT/9x binary, .zip format.</td>
102 <td><a href="/dist/v<?php include "last-branch"; ?>/NT/nano-<?php include "last-version"; ?>.zip">nano-<?php include "last-version"; ?>.zip</a></td>
103 </tr>
104 -->
105
106 </table></center>
107
108 </td>
109 </tr>
110 </table>
111 <?php include "bottom.php"; ?>
112