index.html 1.5 KB

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. title: "Developer's Guide",
  3. crumbs: [],
  4. }
  5. <h1>Developers's Guide</h1>
  6. <p>The Developers's Guide has sections on the following topics</p>
  7. <table title="Developers's Guide" class="ui table segment">
  8. <thead>
  9. <tr>
  10. <th>Topic</th>
  11. <th>Description</th>
  12. </tr>
  13. </thead>
  14. <tbody>
  15. <tr>
  16. <td><a href="embedding.html">Embedding GoAhead</a></td>
  17. <td>Embedding GoAhead in applications</td>
  18. </tr>
  19. <tr>
  20. <td><a href="handlers.html">GoAhead Handlers</a></td>
  21. <td>Extending GoAhead via Handlers</td>
  22. </tr>
  23. <tr>
  24. <td><a href="authstore.html">Password Store Verifiers</a></td>
  25. <td>Using custom password stores</td>
  26. </tr>
  27. <tr>
  28. <td><a href="migrating.html">Migrating</a></td>
  29. <td>Migrating from earlier versions to GoAhead 3</td>
  30. </tr>
  31. <tr>
  32. <td><a href="rom.html">ROM Content</a></td>
  33. <td>Converting files into C code and serving pages from ROM</td>
  34. </tr>
  35. </tbody>
  36. </table>