man.html 1.1 KB

12345678910111213141516171819202122232425262728293031
  1. {
  2. title: 'Manual Pages',
  3. crumbs: [
  4. { "User's Guide": '../users/' },
  5. ],
  6. }
  7. <h1>Manual Pages</h1>
  8. <p>This GoAhead distribution provides manual pages that can be viewed (on Unix-like systems) using the systems
  9. <strong>man</strong> command. Text copies of the pages are included below:</p>
  10. <table title="Man Pages" class="ui table segment">
  11. <thead>
  12. <tr>
  13. <th>Topic</th>
  14. <th>Description</th>
  15. </tr>
  16. </thead>
  17. <tbody>
  18. <tr>
  19. <td><a href="../man/goahead.html">goahead</a></td>
  20. <td>GoAhead web server program</td>
  21. </tr>
  22. <tr>
  23. <td><a href="../man/gopass.html">gopass</a></td>
  24. <td>Utility program to manage user authorization and passwords.</td>
  25. </tr>
  26. <tr>
  27. <td><a href="../man/webcomp.html">webcomp</a></td>
  28. <td>Program to compile web pages into C code for serving from ROM.</td>
  29. </tr>
  30. </tbody>
  31. </table>