]> git.wh0rd.org - nano-editor.git/blob - git.php
add a page that shows badges from Repology for fourteen distros
[nano-editor.git] / git.php
1 <?php $title="Source code"; include "top.php"; ?>
2
3 <table BORDER=0 CELLSPACING=0 WIDTH="100%">
4 <tr VALIGN=TOP>
5 <td>
6
7 <br>
8 <center><b>Source Code</b></center>
9
10 <blockquote>
11 You can browse nano's
12 <a href="https://git.savannah.gnu.org/cgit/nano.git/log/">source code</a>
13 on the web.
14 <p>
15 If you want to build and run the bleeding-edge version of GNU nano,
16 read the
17 <a href="https://git.savannah.gnu.org/cgit/nano.git/tree/README.GIT">
18 instructions</a> located in the git repository itself.
19 <p>
20
21 <br>
22 <center>
23 <a href="/"><img src="withnano.png" alt="edited with nano" border="0"></a>
24 </center>
25
26 <br>
27 <center>
28 <a href="state.php">Current versions</a> in distros.
29 </center>
30
31 </blockquote>
32
33 </td>
34 </tr>
35 </table>
36
37 <?php include "bottom.php"; ?>