]> git.wh0rd.org - nano-editor.git/blame - download.php
tweaks and rearrangement of items
[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>
50070c05 12<center><b>Downloading 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
50070c05 31<!--
1b1bdcd3 32<tr>
e4b8cef1 33<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
34
35<td>Binary RPM for i386 platform (RH 8.0).</td>
36</tr>
37
38<tr>
e4b8cef1 39<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
40
41<td>Binary RPM for x86_64 platform (glibc2.4+).</td>
42</tr>
43
44<tr NOSAVE>
e4b8cef1 45<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
46
47<td>Source RPM for any RPM system.</td>
48</tr>
50070c05 49-->
1b1bdcd3 50<tr NOSAVE>
e4b8cef1
MF
51<td><a href="https://packages.debian.org/stable/editors/nano">stable</a>
52| <a href="https://packages.debian.org/testing/editors/nano">testing</a>
53| <a href="https://packages.debian.org/unstable/editors/nano">unstable</a></td>
1b1bdcd3
MF
54
55<td>Debian GNU/Linux binaries.</td>
56</tr>
57
58<tr>
59<td>
60sparc:
61<a href="http://www.sunfreeware.com/programlistsparc10.html#nano">
6210</a> |
63<a href="http://www.sunfreeware.com/programlistsparc9.html#nano">
649</a> |
65<a href="http://www.sunfreeware.com/programlistsparc8.html#nano">
668</a> |
67<a href="http://www.sunfreeware.com/programlistsparc7.html#nano">
687</a> |
1b1bdcd3
MF
69&nbsp;
70&nbsp;
71intel:
72<a href="http://www.sunfreeware.com/programlistintel10.html#nano">
7310</a> |
74<a href="http://www.sunfreeware.com/programlistintel9.html#nano">
759</a> |
76<a href="http://www.sunfreeware.com/programlistintel8.html#nano">
778</a>
78
79<td>Solaris binaries.</td>
80</tr>
50070c05
BS
81
82<!--
1b1bdcd3 83<tr>
e4b8cef1 84<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
85
86<td>WinNT/9x binary, .zip format.</td>
87</tr>
50070c05 88-->
1b1bdcd3
MF
89
90</table></center>
91
50070c05 92<br>
1b1bdcd3
MF
93<center><table BORDER=0 COLS=1 WIDTH="100%" BGCOLOR="#440077" NOSAVE >
94<tr NOSAVE>
95<td NOSAVE>
50070c05
BS
96<center>&nbsp;<font color="#FFFFFF"><font size=-1>
97Other Nano Archives</font></font></center>
1b1bdcd3
MF
98</td>
99</tr>
100</table></center>
101
102<center><table BORDER=0 COLS=3 WIDTH="100%" NOSAVE >
103<tr NOSAVE>
104<td>
50070c05 105<center><a href="https://ftp.gnu.org/pub/gnu/nano/">
8f9d60c7 106nano@GNU (http)</a> </center>
1b1bdcd3
MF
107</td>
108
109<td NOSAVE>
8f9d60c7 110<center><a href="ftp://ftp.gnu.org/pub/gnu/nano/">
50070c05 111nano@GNU (ftp)</a> </center>
1b1bdcd3
MF
112</td>
113
114<td NOSAVE>
e4b8cef1 115<center><a href="/dist">Older Versions</a></center>
1b1bdcd3
MF
116</td>
117
118</table></center>
119
120<center>
121<p><font size=-1>
122</font></center>
123</td>
124</tr>
125</table>
126<?php include "bottom.php"; ?>
127