| 1 | <?php include "top.php"; ?> |
| 2 | <title>nano: Documentation</title> |
| 3 | <table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" HEIGHT="70%" NOSAVE > |
| 4 | <tr VALIGN=TOP NOSAVE> |
| 5 | <td HEIGHT="70%" NOSAVE> |
| 6 | <table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" NOSAVE > |
| 7 | <tr NOSAVE> |
| 8 | <td NOSAVE> |
| 9 | <center><b>Documentation</b></center> |
| 10 | </td> |
| 11 | </tr> |
| 12 | </table> |
| 13 | |
| 14 | <table BORDER=0 COLS=2 WIDTH="100%" NOSAVE > |
| 15 | <tr BGCOLOR="#440077" NOSAVE> |
| 16 | <td WIDTH="25%" NOSAVE> |
| 17 | <center><font color="#FFFFFF">Document Name</font></center> |
| 18 | </td> |
| 19 | |
| 20 | <td> |
| 21 | <font color="#FFFFFF">Description</font> |
| 22 | </td> |
| 23 | </tr> |
| 24 | |
| 25 | <tr NOSAVE> |
| 26 | <td> |
| 27 | <center><a href="/dist/v<?php include "stable-branch"; ?>/faq.html">The nano FAQ</a></center> |
| 28 | </td> |
| 29 | |
| 30 | <td NOSAVE>Frequently asked questions about nano.</td> |
| 31 | </tr> |
| 32 | |
| 33 | <tr> |
| 34 | <td> |
| 35 | <center><a href="/dist/v<?php include "stable-branch"; ?>/nano.html">Online Manual</a></center> |
| 36 | </td> |
| 37 | |
| 38 | <td>HTML version of the nano (.texi) online manual.</td> |
| 39 | </tr> |
| 40 | |
| 41 | <tr> |
| 42 | <td> |
| 43 | <center><a href="/dist/v<?php include "stable-branch"; ?>/nano.1.html">Man Page</a></center> |
| 44 | </td> |
| 45 | |
| 46 | <td>nano.1 man page in HTML format.</td> |
| 47 | </tr> |
| 48 | |
| 49 | <tr> |
| 50 | <td> |
| 51 | <center><a href="/dist/v<?php include "stable-branch"; ?>/nanorc.5.html">Nanorc Man Page</a></center> |
| 52 | </td> |
| 53 | |
| 54 | <td>nanorc.5 man page in HTML format.</td> |
| 55 | </tr> |
| 56 | |
| 57 | <tr> |
| 58 | <td> |
| 59 | <center><a href="/dist/v<?php include "stable-branch"; ?>/README">README</a></center> |
| 60 | </td> |
| 61 | |
| 62 | <td>Read it!</td> |
| 63 | </tr> |
| 64 | |
| 65 | <tr> |
| 66 | <td> |
| 67 | <center><a href="/dist/v<?php include "stable-branch"; ?>/ChangeLog">ChangeLog</a></center> |
| 68 | </td> |
| 69 | |
| 70 | <td>(Fairly technical) list of changes between releases.</td> |
| 71 | </tr> |
| 72 | |
| 73 | <tr> |
| 74 | <td> |
| 75 | <center><a href="/dist/v<?php include "stable-branch"; ?>/NEWS">NEWS</a></center> |
| 76 | </td> |
| 77 | |
| 78 | <td>General description of noteworthy things in each new release.</td> |
| 79 | </tr> |
| 80 | |
| 81 | <tr> |
| 82 | <td> |
| 83 | <center><a href="/dist/v<?php include "stable-branch"; ?>/TODO">TODO List</a></center> |
| 84 | </td> |
| 85 | |
| 86 | <td>Informal list of requests for features in new versions.</td> |
| 87 | </tr> |
| 88 | </table> |
| 89 | </td> |
| 90 | </tr> |
| 91 | </table> |
| 92 | <?php include "bottom.php"; ?> |