]> git.wh0rd.org - nano-editor.git/blob - download.php
d4dc7629cb2888b491c637776b109af8a201df55
[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 COLS=1 WIDTH="100%" HEIGHT="70%" NOSAVE >
7 <tr VALIGN=TOP NOSAVE>
8 <td NOSAVE>
9
10 <center><table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" NOSAVE >
11 <tr NOSAVE>
12 <td NOSAVE>
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%" NOSAVE >
21 <tr BGCOLOR="#440077" NOSAVE>
22 <td NOSAVE><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 <td>Its signature:</td>
48 <td>
49 <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>
50 </td>
51 </tr>
52
53 <tr><td>&nbsp;</td><td>&nbsp;</td></tr>
54
55 <tr>
56 <td>All versions:</td>
57 <td NOSAVE>
58 <a href="/dist">The branches</a>
59 </td>
60
61 <tr><td>&nbsp;</td><td>&nbsp;</td></tr>
62
63 <tr>
64 <td>Older versions at GNU:</td>
65 <td>
66 <a href="https://ftp.gnu.org/pub/gnu/nano/">GNU archive</a>
67 </td>
68
69 <!--
70 <tr>
71 <td>Binary RPM for i386 platform (RH 8.0):</td>
72 <td><a href="/dist/v<?php include "last-branch"; ?>/RPMS/nano-<?php include "last-version"; ?>-1.i386.rpm">nano-<?php include "last-version"; ?>-1.i386.rpm</a></td>
73 </tr>
74
75 <tr>
76 <td>Binary RPM for x86_64 platform (glibc2.4+).</td>
77 <td><a href="/dist/v<?php include "last-branch"; ?>/RPMS/nano-<?php include "last-version"; ?>-1.x86_64.rpm">nano-<?php include "last-version"; ?>-1.x86_64.rpm</a></td>
78 </tr>
79
80 <tr NOSAVE>
81 <td>Source RPM for any RPM system.</td>
82 <td NOSAVE><a href="/dist/v<?php include "last-branch"; ?>/RPMS/nano-<?php include "last-version"; ?>-1.src.rpm">nano-<?php include "last-version"; ?>-1.src.rpm</a></td>
83 </tr>
84 -->
85
86 <tr><td>&nbsp;</td><td>&nbsp;</td></tr>
87
88 <tr NOSAVE>
89 <td>Archlinux binaries:</td>
90 <td><a href="https://www.archlinux.org/packages/?repo=Core&q=nano">packages</a>
91 </tr>
92
93 <tr NOSAVE>
94 <td>Debian GNU/Linux binaries:</td>
95 <td><a href="https://packages.debian.org/stable/editors/nano">stable</a>
96 | <a href="https://packages.debian.org/testing/editors/nano">testing</a>
97 | <a href="https://packages.debian.org/unstable/editors/nano">unstable</a></td>
98 </tr>
99
100 <tr NOSAVE>
101 <td>Fedora builds:</td>
102 <td><a href="https://apps.fedoraproject.org/packages/nano">overview</a>
103 </tr>
104
105 <tr NOSAVE>
106 <td>Gentoo status:</td>
107 <td><a href="https://packages.gentoo.org/packages/app-editors/nano">versions</a>
108 </tr>
109
110 <tr NOSAVE>
111 <td>Opensuse binaries:</td>
112 <td><a href="https://software.opensuse.org/package/nano">packages</a>
113 </tr>
114
115 <!--
116 <tr>
117 <td>WinNT/9x binary, .zip format.</td>
118 <td><a href="/dist/v<?php include "last-branch"; ?>/NT/nano-<?php include "last-version"; ?>.zip">nano-<?php include "last-version"; ?>.zip</a></td>
119 </tr>
120 -->
121
122 </table></center>
123
124 </td>
125 </tr>
126 </table>
127 <?php include "bottom.php"; ?>
128