]> git.wh0rd.org - nano-editor.git/blob - download.php
ce4cb986c22175b9c58cc6faa471207ec96d6c7c
[nano-editor.git] / download.php
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></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></tr>
52
53 <tr>
54 <td>All versions:</td>
55 <td NOSAVE>
56 <center><a href="/dist">The branches</a></center>
57 </td>
58
59 <tr></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></tr>
85
86 <tr NOSAVE>
87 <td>Debian GNU/Linux binaries:</td>
88 <td><a href="https://packages.debian.org/stable/editors/nano">stable</a>
89 | <a href="https://packages.debian.org/testing/editors/nano">testing</a>
90 | <a href="https://packages.debian.org/unstable/editors/nano">unstable</a></td>
91 </tr>
92
93 <!--
94 <tr>
95 <td>WinNT/9x binary, .zip format.</td>
96 <td><a href="/dist/v<?php include "stable-branch"; ?>/NT/nano-<?php include "stable-version"; ?>.zip">nano-<?php include "stable-version"; ?>.zip</a></td>
97 </tr>
98 -->
99
100 </table></center>
101
102 </td>
103 </tr>
104 </table>
105 <?php include "bottom.php"; ?>
106