]> git.wh0rd.org - nano-editor.git/blame_incremental - download.php
add a link for the xz compressed file
[nano-editor.git] / download.php
... / ...
CommitLineData
1<?php include "top.php"; ?>
2<html>
3<head><title>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>Downloading 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="/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
31<tr>
32<td>
33<a href="/dist/v<?php include "stable-branch"; ?>/nano-<?php include "stable-version"; ?>.tar.gz">nano-<?php include "stable-version"; ?>.tar.gz</a>
34</td>
35
36<td>Source file in tar.gz format.</td>
37</tr>
38
39<!--
40<tr>
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>
42
43<td>Binary RPM for i386 platform (RH 8.0).</td>
44</tr>
45
46<tr>
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>
48
49<td>Binary RPM for x86_64 platform (glibc2.4+).</td>
50</tr>
51
52<tr NOSAVE>
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>
54
55<td>Source RPM for any RPM system.</td>
56</tr>
57-->
58<tr NOSAVE>
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>
62
63<td>Debian GNU/Linux binaries.</td>
64</tr>
65
66<!--
67<tr>
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>
69
70<td>WinNT/9x binary, .zip format.</td>
71</tr>
72-->
73
74</table></center>
75
76<br>
77<center><table BORDER=0 COLS=1 WIDTH="100%" BGCOLOR="#440077" NOSAVE >
78<tr NOSAVE>
79<td NOSAVE>
80<center>&nbsp;<font color="#FFFFFF"><font size=-1>
81Other Nano Archives</font></font></center>
82</td>
83</tr>
84</table></center>
85
86<center><table BORDER=0 COLS=3 WIDTH="100%" NOSAVE >
87<tr NOSAVE>
88<td>
89<center><a href="https://ftp.gnu.org/pub/gnu/nano/">
90nano@GNU (http)</a> </center>
91</td>
92
93<td NOSAVE>
94<center><a href="ftp://ftp.gnu.org/pub/gnu/nano/">
95nano@GNU (ftp)</a> </center>
96</td>
97
98<td NOSAVE>
99<center><a href="/dist">Older Versions</a></center>
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