sidebar.html.exp 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. <div class="sidebar">
  2. <div class="ui large left vertical inverted labeled menu">
  3. <div class="item">
  4. <a href="@~/" class="logo">GoAhead Docs</a>
  5. </div>
  6. <div class="item">
  7. <a href="@~/">
  8. <b>General</b>
  9. </a>
  10. <div class="menu">
  11. <a class="item" href="@~/">GoAhead Overview</a>
  12. <a class="item" href="@~/users/features.html">GoAhead Features</a>
  13. <a class="item" href="https://embedthis.com/goahead/download.html">Download</a>
  14. <a class="item" href="@~/licensing/">Licensing</a>
  15. </div>
  16. </div>
  17. <div class="item">
  18. <a href="@~/start/">
  19. <b>Getting Started</b>
  20. </a>
  21. <div class="menu">
  22. <a class="item" href="@~/start/quick.html">Quick Start</a>
  23. <a class="item" href="@~/start/installing.html">Installing GoAhead</a>
  24. <a class="item" href="@~/start/running.html">Running GoAhead</a>
  25. <a class="item" href="@~/start/releaseNotes.html">Release Notes</a>
  26. <a class="item" href="@~/start/faq.html">GoAhead FAQ</a>
  27. <a class="item" href="@~/start/source.html">Building from Source</a>
  28. </div>
  29. </div>
  30. <div class="item">
  31. <a href="@~/users/"><b>User's Guide</b></a>
  32. <div class="menu">
  33. <a class="item" href="@~/users/ports.html">Ports and Binding</a>
  34. <a class="item" href="@~/users/routing.html">Routing Requests</a>
  35. <a class="item" href="@~/users/handlers.html">Request Handlers</a>
  36. <a class="item" href="@~/users/js.html">Embedded Javascript</a>
  37. <a class="item" href="@~/users/jst.html">Javascript Templates</a>
  38. <a class="item" href="@~/users/goactions.html">GoActions</a>
  39. <a class="item" href="@~/users/cgi.html">CGI Programs</a>
  40. <a class="item" href="@~/users/authentication.html">User Authentication</a>
  41. <a class="item" href="@~/users/logFiles.html">Log Files</a>
  42. <a class="item" href="@~/users/ssl.html">Secure Sockets (SSL)</a>
  43. <a class="item" href="@~/users/security.html">Security Considerations</a>
  44. <a class="item" href="@~/users/man.html">Man Pages</a>
  45. </div>
  46. </div>
  47. <div class="item">
  48. <a href="@~/developers/">Developer's Guide</a>
  49. <div class="menu">
  50. <a class="item" href="@~/developers/embedding.html">Embedding GoAhead</a>
  51. <a class="item" href="@~/developers/handlers.html">Creating GoAhead Handlers</a>
  52. <a class="item" href="@~/developers/authstore.html">Creating Password Verifiers</a>
  53. <a class="item" href="@~/developers/migrating.html">Migrating to GoAhead 3</a>
  54. <a class="item" href="@~/developers/rom.html">Serving Pages from ROM</a>
  55. </div>
  56. </div>
  57. <div class="item">
  58. <a href="@~/ref/">Reference Guide</a>
  59. <div class="menu">
  60. <a class="item" href="@~/ref/compatibility.html">Compatibility</a>
  61. <a class="item" href="@~/ref/native.html">API Library</a>
  62. <a class="item" href="@~/ref/architecture.html">GoAhead Architecture</a>
  63. <a class="item" href="@~/standards/http.html">HTTP References</a>
  64. </div>
  65. </div>
  66. <div class="item">
  67. <a href="@~/developers/project.html">Project Resources</a>
  68. <div class="menu">
  69. <a class="item" href="http://goo.gl/IGbiio">Official GoAhead News</a>
  70. <a class="item" href="https://embedthis.com/goahead/">GoAhead Web Site</a>
  71. <a class="item" href="https://github.com/embedthis/goahead">Source Code Repository</a>
  72. <a class="item" href="https://github.com/embedthis/goahead/issues/99">GoAhead Security Alerts</a>
  73. <a class="item" href="https://github.com/embedthis/goahead/issues">Project Issue Database</a>
  74. <a class="item" href="https://github.com/embedthis/goahead/releases">Change Log</a>
  75. <a class="item" href="https://github.com/embedthis/goahead/milestones">Roadmap</a>
  76. <a class="item" href="https://embedthis.com/developers/contributors.html">Contributors Agreement</a>
  77. </div>
  78. </div>
  79. <div class="item">
  80. <b>Links</b>
  81. <div class="menu">
  82. <a class="item" href="https://embedthis.com/">Embedthis Web Site</a>
  83. <a class="item" href="https://embedthis.com/blog/">Embedthis Blog</a>
  84. <a class="item" href="http://twitter.com/embedthat">Twitter</a>
  85. </div>
  86. </div>
  87. </div>
  88. </div>
  89. <@ partial('sidebar-scripts') @>