]> git.wh0rd.org - nano-editor.git/blame - download.php
initial commit
[nano-editor.git] / download.php
CommitLineData
1b1bdcd3
MF
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<center><table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" NOSAVE >
10<tr NOSAVE>
11<td NOSAVE>
12<center><b>Download GNU nano</b></center>
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>
25<a href="http://www.nano-editor.org/dist/v<?php include "stable-branch"; ?>/nano-<?php include "stable-version"; ?>.tar.gz">nano-<?php include "stable-version"; ?>.tar.gz</a>
26</td>
27
28<td>Source file in tar.gz format.</td>
29</tr>
30
31<tr>
32<td><a href="http://www.nano-editor.org/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>
33
34<td>Binary RPM for i386 platform (RH 8.0).</td>
35</tr>
36
37<tr>
38<td><a href="http://www.nano-editor.org/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>
39
40<td>Binary RPM for x86_64 platform (glibc2.4+).</td>
41</tr>
42
43<tr NOSAVE>
44<td NOSAVE><a href="http://www.nano-editor.org/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>
45
46<td>Source RPM for any RPM system.</td>
47</tr>
48
49<tr NOSAVE>
50<td><a href="http://packages.debian.org/stable/editors/nano">stable</a>
51| <a href="http://packages.debian.org/testing/editors/nano">testing</a>
52| <a href="http://packages.debian.org/unstable/editors/nano">unstable</a></td>
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> |
68<a href="http://www.sunfreeware.com/programlist.html#nano">
692.6</a>
70&nbsp;
71&nbsp;
72intel:
73<a href="http://www.sunfreeware.com/programlistintel10.html#nano">
7410</a> |
75<a href="http://www.sunfreeware.com/programlistintel9.html#nano">
769</a> |
77<a href="http://www.sunfreeware.com/programlistintel8.html#nano">
788</a>
79
80<td>Solaris binaries.</td>
81</tr>
82<tr>
83<td><a href="http://www.nano-editor.org/dist/v<?php include "stable-branch"; ?>/NT/nano-<?php include "stable-version"; ?>.zip">nano-<?php include "stable-version"; ?>.zip</a></td>
84
85<td>WinNT/9x binary, .zip format.</td>
86</tr>
87
88</table></center>
89
90<center><table BORDER=0 COLS=1 WIDTH="100%" BGCOLOR="#440077" NOSAVE >
91<tr NOSAVE>
92<td NOSAVE>
93<center>&nbsp;<font color="#FFFFFF"><font size=-1>Other Nano Sites and
94Archives</font></font></center>
95</td>
96</tr>
97</table></center>
98
99<center><table BORDER=0 COLS=3 WIDTH="100%" NOSAVE >
100<tr NOSAVE>
101<td>
102<center><a href="http://savannah.gnu.org/projects/nano">
103nano@Savannah</a></center>
104</td>
105
106<td NOSAVE>
107<center><a href="http://www.gnu.org/software/nano">nano@GNU</a> (<a href="ftp://ftp.gnu.org/pub/gnu/nano">ftp</a>)</center>
108</td>
109
110<td NOSAVE>
111<center><a href="http://www.nano-editor.org/dist">Older Versions</a></center>
112</td>
113
114</table></center>
115
116<center>
117<p><font size=-1>
118</font></center>
119</td>
120</tr>
121</table>
122<?php include "bottom.php"; ?>
123