]> git.wh0rd.org - nano-editor.git/blame - download.php
add a link for the xz compressed file
[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
5c1c3f5b
BS
23<tr>
24<td>
25<a href="/dist/v<?php include "stable-branch"; ?>/nano-<?php include "stable-version"; ?>.tar.xz">nano-<?php include "stable-version"; ?>.tar.xz</a>
26</td>
27
28<td>Source file in tar.xz format.</td>
29</tr>
30
1b1bdcd3
MF
31<tr>
32<td>
e4b8cef1 33<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
34</td>
35
36<td>Source file in tar.gz format.</td>
37</tr>
38
50070c05 39<!--
1b1bdcd3 40<tr>
e4b8cef1 41<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
42
43<td>Binary RPM for i386 platform (RH 8.0).</td>
44</tr>
45
46<tr>
e4b8cef1 47<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
48
49<td>Binary RPM for x86_64 platform (glibc2.4+).</td>
50</tr>
51
52<tr NOSAVE>
e4b8cef1 53<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
54
55<td>Source RPM for any RPM system.</td>
56</tr>
50070c05 57-->
1b1bdcd3 58<tr NOSAVE>
e4b8cef1
MF
59<td><a href="https://packages.debian.org/stable/editors/nano">stable</a>
60| <a href="https://packages.debian.org/testing/editors/nano">testing</a>
61| <a href="https://packages.debian.org/unstable/editors/nano">unstable</a></td>
1b1bdcd3
MF
62
63<td>Debian GNU/Linux binaries.</td>
64</tr>
65
50070c05 66<!--
1b1bdcd3 67<tr>
e4b8cef1 68<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
69
70<td>WinNT/9x binary, .zip format.</td>
71</tr>
50070c05 72-->
1b1bdcd3
MF
73
74</table></center>
75
50070c05 76<br>
1b1bdcd3
MF
77<center><table BORDER=0 COLS=1 WIDTH="100%" BGCOLOR="#440077" NOSAVE >
78<tr NOSAVE>
79<td NOSAVE>
50070c05
BS
80<center>&nbsp;<font color="#FFFFFF"><font size=-1>
81Other Nano Archives</font></font></center>
1b1bdcd3
MF
82</td>
83</tr>
84</table></center>
85
86<center><table BORDER=0 COLS=3 WIDTH="100%" NOSAVE >
87<tr NOSAVE>
88<td>
50070c05 89<center><a href="https://ftp.gnu.org/pub/gnu/nano/">
8f9d60c7 90nano@GNU (http)</a> </center>
1b1bdcd3
MF
91</td>
92
93<td NOSAVE>
8f9d60c7 94<center><a href="ftp://ftp.gnu.org/pub/gnu/nano/">
50070c05 95nano@GNU (ftp)</a> </center>
1b1bdcd3
MF
96</td>
97
98<td NOSAVE>
e4b8cef1 99<center><a href="/dist">Older Versions</a></center>
1b1bdcd3
MF
100</td>
101
102</table></center>
103
104<center>
105<p><font size=-1>
106</font></center>
107</td>
108</tr>
109</table>
110<?php include "bottom.php"; ?>
111