]> git.wh0rd.org - nano-editor.git/blame - download.php
beside Debian add links for Arch, Fedora, Gentoo and Opensuse
[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>
6beb4ce2 9
1b1bdcd3
MF
10<center><table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" NOSAVE >
11<tr NOSAVE>
12<td NOSAVE>
50070c05 13<center><b>Downloading nano</b></center>
1b1bdcd3
MF
14</td>
15</tr>
16</table></center>
17
6beb4ce2 18<center><table BORDER=0 WIDTH="80%" NOSAVE >
1b1bdcd3 19<tr BGCOLOR="#440077" NOSAVE>
6beb4ce2
BS
20<td NOSAVE><font color="#FFFFFF"><font size=-1>Description</font></font></td>
21<td><font color="#FFFFFF"><font size=-1>Links</font></font></td>
1b1bdcd3
MF
22</tr>
23
5c1c3f5b 24<tr>
6beb4ce2 25<td>The source code xzipped:</td>
5c1c3f5b
BS
26<td>
27<a href="/dist/v<?php include "stable-branch"; ?>/nano-<?php include "stable-version"; ?>.tar.xz">nano-<?php include "stable-version"; ?>.tar.xz</a>
28</td>
5c1c3f5b 29</tr>
6beb4ce2
BS
30<tr>
31<td>Its signature:</td>
32<td>
33<a href="/dist/v<?php include "stable-branch"; ?>/nano-<?php include "stable-version"; ?>.tar.xz.asc">nano-<?php include "stable-version"; ?>.tar.xz.asc</a>
34</td>
35</tr>
36
b243a164 37<tr><td>&nbsp;</td>td>&nbsp;</td></tr>
5c1c3f5b 38
1b1bdcd3 39<tr>
6beb4ce2 40<td>The source code gzipped:</td>
1b1bdcd3 41<td>
e4b8cef1 42<a href="/dist/v<?php include "stable-branch"; ?>/nano-<?php include "stable-version"; ?>.tar.gz">nano-<?php include "stable-version"; ?>.tar.gz</a>
1b1bdcd3 43</td>
1b1bdcd3 44</tr>
6beb4ce2
BS
45<td>Its signature:</td>
46<td>
47<a href="/dist/v<?php include "stable-branch"; ?>/nano-<?php include "stable-version"; ?>.tar.gz.asc">nano-<?php include "stable-version"; ?>.tar.gz.asc</a>
48</td>
49</tr>
50
b243a164 51<tr><td>&nbsp;</td>td>&nbsp;</td></tr>
6beb4ce2
BS
52
53<tr>
54<td>All versions:</td>
55<td NOSAVE>
b243a164 56<a href="/dist">The branches</a>
6beb4ce2
BS
57</td>
58
b243a164 59<tr><td>&nbsp;</td>td>&nbsp;</td></tr>
6beb4ce2
BS
60
61<tr>
62<td>Older versions at GNU:</td>
63<td>
64<a href="https://ftp.gnu.org/pub/gnu/nano/">GNU archive</a>
65</td>
1b1bdcd3 66
50070c05 67<!--
1b1bdcd3 68<tr>
6beb4ce2 69<td>Binary RPM for i386 platform (RH 8.0):</td>
e4b8cef1 70<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
71</tr>
72
73<tr>
1b1bdcd3 74<td>Binary RPM for x86_64 platform (glibc2.4+).</td>
6beb4ce2 75<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
76</tr>
77
78<tr NOSAVE>
1b1bdcd3 79<td>Source RPM for any RPM system.</td>
6beb4ce2 80<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 81</tr>
50070c05 82-->
6beb4ce2 83
b243a164
BS
84<tr><td>&nbsp;</td>td>&nbsp;</td></tr>
85
86<tr NOSAVE>
87<td>Archlinux binaries:</td>
88<td><a href="https://www.archlinux.org/packages/?repo=Core&q=nano">packages</a>
89</tr>
6beb4ce2 90
1b1bdcd3 91<tr NOSAVE>
6beb4ce2 92<td>Debian GNU/Linux binaries:</td>
e4b8cef1
MF
93<td><a href="https://packages.debian.org/stable/editors/nano">stable</a>
94| <a href="https://packages.debian.org/testing/editors/nano">testing</a>
95| <a href="https://packages.debian.org/unstable/editors/nano">unstable</a></td>
1b1bdcd3
MF
96</tr>
97
b243a164
BS
98<tr NOSAVE>
99<td>Fedora builds:</td>
100<td><a href="https://apps.fedoraproject.org/packages/nano">overview</a>
101</tr>
102
103<tr NOSAVE>
104<td>Gentoo status:</td>
105<td><a href="https://packages.gentoo.org/packages/app-editors/nano">versions</a>
106</tr>
107
108<tr NOSAVE>
109<td>Opensuse binaries:</td>
110<td><a href="https://software.opensuse.org/package/nano">packages</a>
111</tr>
112
50070c05 113<!--
1b1bdcd3 114<tr>
1b1bdcd3 115<td>WinNT/9x binary, .zip format.</td>
6beb4ce2 116<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 117</tr>
50070c05 118-->
1b1bdcd3
MF
119
120</table></center>
121
1b1bdcd3
MF
122</td>
123</tr>
124</table>
125<?php include "bottom.php"; ?>
126