index.html 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. <html>
  2. <head>
  3. <title>GNUnet - GNUnet Manuals and Handbooks</title>
  4. <meta charset="utf-8">
  5. <meta name="keywords" content="gnunet,GNUnet,Manual,Manuals,preview,developer-preview,unofficial,GNU">
  6. <meta name="description" content="The GNUnet Manuals">
  7. <link href="style.css" rel="stylesheet">
  8. <meta name="viewport" content="width=device-width, initial-scale=1">
  9. </head>
  10. <body>
  11. <center>
  12. <h1>GNUnet - GNUnet Manuals and Handbooks</h1>
  13. </center>
  14. <blockquote><address>
  15. GNUnet e.V.<br/>
  16. Fakult&auml;t f&uuml;r Informatik -- I8<br/>
  17. Technische Universit&auml;t M&uuml;nchen<br/>
  18. Boltzmannstra&szlig;e 3<br/>
  19. 85748 Garching<br/>
  20. GERMANY<br/>
  21. </address></blockquote>
  22. <p>The following handbooks and manuals are available:</p>
  23. <ul>
  24. <li><a href="/handbook/gnunet.html">GNUnet Reference Manual</li>
  25. <li><a href="/tutorial/tutorial.html">GNUnet C Tutorial</li>
  26. <li><a href="/doxygen/html">GNUnet Doxygen</li>
  27. <li><a href="https://rest.gnunet.org/">REST API</a></li>
  28. <li><a href="https://bib.gnunet.org/">Bibliography</a></li>
  29. </ul>
  30. <div id="footer">
  31. <div class="unprintable">
  32. <p>Please send general FSF &amp; GNU inquiries to
  33. <a href="mailto:gnu@gnu.org">&lt;gnu@gnu.org&gt;</a>.
  34. There are also <a href="https://gnunet.org/en/contact/">other
  35. ways to contact</a>
  36. us. Broken links and other corrections or suggestions can be sent
  37. to <a href="mailto:gnunet-developers@gnu.org">&lt;gnunet-developers@gnu.org&gt;</a>.</p>
  38. </div>
  39. <p>Copyright &copy; 2001 - 2020 GNUnet e.V.</p>
  40. <p>
  41. <a rel="license" href="http://creativecommons.org/licenses/by-nd/4.0/">
  42. <img alt="Creative Commons License"
  43. style="border-width:0"
  44. src="https://i.creativecommons.org/l/by-nd/4.0/88x31.png" />
  45. </a>
  46. <br />
  47. This page is licensed under a
  48. <a rel="license"
  49. href="http://creativecommons.org/licenses/by-nd/4.0/">
  50. Creative Commons Attribution-NoDerivatives 4.0 International License
  51. </a>. Individual Manuals are licensed under the licenses mentioned within
  52. the books (GNU Free Documentation License, GNU General Public License).
  53. </p>
  54. </div>
  55. </body>
  56. </html>