]> git.wh0rd.org - nano-editor.git/blame_incremental - download.php
beside Debian add links for Arch, Fedora, Gentoo and Opensuse
[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
10<center><table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" NOSAVE >
11<tr NOSAVE>
12<td NOSAVE>
13<center><b>Downloading nano</b></center>
14</td>
15</tr>
16</table></center>
17
18<center><table BORDER=0 WIDTH="80%" NOSAVE >
19<tr BGCOLOR="#440077" NOSAVE>
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>
22</tr>
23
24<tr>
25<td>The source code xzipped:</td>
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>
29</tr>
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
37<tr><td>&nbsp;</td>td>&nbsp;</td></tr>
38
39<tr>
40<td>The source code gzipped:</td>
41<td>
42<a href="/dist/v<?php include "stable-branch"; ?>/nano-<?php include "stable-version"; ?>.tar.gz">nano-<?php include "stable-version"; ?>.tar.gz</a>
43</td>
44</tr>
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
51<tr><td>&nbsp;</td>td>&nbsp;</td></tr>
52
53<tr>
54<td>All versions:</td>
55<td NOSAVE>
56<a href="/dist">The branches</a>
57</td>
58
59<tr><td>&nbsp;</td>td>&nbsp;</td></tr>
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>
66
67<!--
68<tr>
69<td>Binary RPM for i386 platform (RH 8.0):</td>
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>
71</tr>
72
73<tr>
74<td>Binary RPM for x86_64 platform (glibc2.4+).</td>
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>
76</tr>
77
78<tr NOSAVE>
79<td>Source RPM for any RPM system.</td>
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>
81</tr>
82-->
83
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>
90
91<tr NOSAVE>
92<td>Debian GNU/Linux binaries:</td>
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>
96</tr>
97
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
113<!--
114<tr>
115<td>WinNT/9x binary, .zip format.</td>
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>
117</tr>
118-->
119
120</table></center>
121
122</td>
123</tr>
124</table>
125<?php include "bottom.php"; ?>
126