Commit | Line | Data |
---|---|---|
1b1bdcd3 | 1 | <?php include "top.php"; ?> |
563ba55f | 2 | |
bb38e363 | 3 | <title>GNU nano: Source code</title> |
563ba55f | 4 | |
082f4e84 | 5 | <table BORDER=0 CELLSPACING=0 WIDTH="100%" HEIGHT="70%"> |
cb81e8d7 | 6 | <tr VALIGN=TOP> |
c0e77d9d | 7 | <td> |
bb38e363 | 8 | |
563ba55f | 9 | <br> |
bb38e363 BS |
10 | <center><b>Source Code</b></center> |
11 | ||
1b1bdcd3 | 12 | <blockquote> |
bb38e363 BS |
13 | You can browse nano's |
14 | <a href="https://git.savannah.gnu.org/cgit/nano.git/log/">source code</a> | |
15 | on the web. | |
1b1bdcd3 | 16 | <p> |
bb38e363 BS |
17 | If you want to build and run the bleeding-edge version of GNU nano, |
18 | read the | |
19 | <a href="https://git.savannah.gnu.org/cgit/nano.git/tree/README.GIT"> | |
20 | instructions</a> located in the git repository itself. | |
1b1bdcd3 | 21 | <p> |
50070c05 | 22 | |
bb38e363 BS |
23 | <center> |
24 | <a href="/"><img src="withnano.png" border=0></a> | |
1b1bdcd3 | 25 | </center> |
50070c05 | 26 | </blockquote> |
bb38e363 | 27 | |
1b1bdcd3 MF |
28 | </td> |
29 | </tr> | |
30 | </table> | |
563ba55f | 31 | |
1b1bdcd3 | 32 | <?php include "bottom.php"; ?> |