]> git.wh0rd.org - nano-editor.git/blame - download.php
remove the GNU marker where it does not apply any more
[nano-editor.git] / download.php
CommitLineData
1b1bdcd3
MF
1<?php include "top.php"; ?>
2<html>
0858df66 3<head><title>nano: Download</title>
1b1bdcd3
MF
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<center><table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" NOSAVE >
10<tr NOSAVE>
11<td NOSAVE>
0858df66 12<center><b>Download nano</b></center>
1b1bdcd3
MF
13</td>
14</tr>
15</table></center>
16
17<center><table BORDER=0 WIDTH="100%" NOSAVE >
18<tr BGCOLOR="#440077" NOSAVE>
19<td NOSAVE><font color="#FFFFFF"><font size=-1>Filename (main site)</font></font></td>
20<td><font color="#FFFFFF"><font size=-1>Description</font></font></td>
21</tr>
22
23<tr>
24<td>
e4b8cef1 25<a href="/dist/v<?php include "stable-branch"; ?>/nano-<?php include "stable-version"; ?>.tar.gz">nano-<?php include "stable-version"; ?>.tar.gz</a>
1b1bdcd3
MF
26</td>
27
28<td>Source file in tar.gz format.</td>
29</tr>
30
31<tr>
e4b8cef1 32<td><a href="/dist/v<?php include "stable-branch"; ?>/RPMS/nano-<?php include "stable-version"; ?>-1.i386.rpm">nano-<?php include "stable-version"; ?>-1.i386.rpm</a></td>
1b1bdcd3
MF
33
34<td>Binary RPM for i386 platform (RH 8.0).</td>
35</tr>
36
37<tr>
e4b8cef1 38<td><a href="/dist/v<?php include "stable-branch"; ?>/RPMS/nano-<?php include "stable-version"; ?>-1.x86_64.rpm">nano-<?php include "stable-version"; ?>-1.x86_64.rpm</a></td>
1b1bdcd3
MF
39
40<td>Binary RPM for x86_64 platform (glibc2.4+).</td>
41</tr>
42
43<tr NOSAVE>
e4b8cef1 44<td NOSAVE><a href="/dist/v<?php include "stable-branch"; ?>/RPMS/nano-<?php include "stable-version"; ?>-1.src.rpm">nano-<?php include "stable-version"; ?>-1.src.rpm</a></td>
1b1bdcd3
MF
45
46<td>Source RPM for any RPM system.</td>
47</tr>
48
49<tr NOSAVE>
e4b8cef1
MF
50<td><a href="https://packages.debian.org/stable/editors/nano">stable</a>
51| <a href="https://packages.debian.org/testing/editors/nano">testing</a>
52| <a href="https://packages.debian.org/unstable/editors/nano">unstable</a></td>
1b1bdcd3
MF
53
54<td>Debian GNU/Linux binaries.</td>
55</tr>
56
57<tr>
58<td>
59sparc:
60<a href="http://www.sunfreeware.com/programlistsparc10.html#nano">
6110</a> |
62<a href="http://www.sunfreeware.com/programlistsparc9.html#nano">
639</a> |
64<a href="http://www.sunfreeware.com/programlistsparc8.html#nano">
658</a> |
66<a href="http://www.sunfreeware.com/programlistsparc7.html#nano">
677</a> |
1b1bdcd3
MF
68&nbsp;
69&nbsp;
70intel:
71<a href="http://www.sunfreeware.com/programlistintel10.html#nano">
7210</a> |
73<a href="http://www.sunfreeware.com/programlistintel9.html#nano">
749</a> |
75<a href="http://www.sunfreeware.com/programlistintel8.html#nano">
768</a>
77
78<td>Solaris binaries.</td>
79</tr>
80<tr>
e4b8cef1 81<td><a href="/dist/v<?php include "stable-branch"; ?>/NT/nano-<?php include "stable-version"; ?>.zip">nano-<?php include "stable-version"; ?>.zip</a></td>
1b1bdcd3
MF
82
83<td>WinNT/9x binary, .zip format.</td>
84</tr>
85
86</table></center>
87
88<center><table BORDER=0 COLS=1 WIDTH="100%" BGCOLOR="#440077" NOSAVE >
89<tr NOSAVE>
90<td NOSAVE>
91<center>&nbsp;<font color="#FFFFFF"><font size=-1>Other Nano Sites and
92Archives</font></font></center>
93</td>
94</tr>
95</table></center>
96
97<center><table BORDER=0 COLS=3 WIDTH="100%" NOSAVE >
98<tr NOSAVE>
99<td>
e4b8cef1 100<center><a href="https://savannah.gnu.org/projects/nano">
1b1bdcd3
MF
101nano@Savannah</a></center>
102</td>
103
104<td NOSAVE>
e4b8cef1 105<center><a href="https://www.gnu.org/software/nano">nano@GNU</a> (<a href="ftp://ftp.gnu.org/pub/gnu/nano">ftp</a>)</center>
1b1bdcd3
MF
106</td>
107
108<td NOSAVE>
e4b8cef1 109<center><a href="/dist">Older Versions</a></center>
1b1bdcd3
MF
110</td>
111
112</table></center>
113
114<center>
115<p><font size=-1>
116</font></center>
117</td>
118</tr>
119</table>
120<?php include "bottom.php"; ?>
121