diff options
-rw-r--r-- | doc/.gitignore | 1 | ||||
-rw-r--r-- | doc/documentation/index.html | 31 |
2 files changed, 31 insertions, 1 deletions
diff --git a/doc/.gitignore b/doc/.gitignore index f46d61e70..d3743107e 100644 --- a/doc/.gitignore +++ b/doc/.gitignore @@ -5,7 +5,6 @@ *.toc *.cp *.cps -*.html *~ *.info *.info-1 diff --git a/doc/documentation/index.html b/doc/documentation/index.html new file mode 100644 index 000000000..2481ac46a --- /dev/null +++ b/doc/documentation/index.html @@ -0,0 +1,31 @@ +<title>GNUnet - GNUnet Handbooks</title> +<h2>GNUnet - GNUnet Handbooks</h2> + +<address>GNUnet e.V.</address> +<address></address> + +<p>The following handbooks and manuals are available:</p> + +<ul> +<li><a href="gnunet/index.html">GNUnet Reference Handbook</li> +<li><a href="gnunet-c-tutorial/index.html">GNUnet C Tutorial</li> +</ul> + +<div id="footer"> +<div class="unprintable"> + +<p>Please send general FSF & GNU inquiries to +<a href="mailto:gnu@gnu.org"><gnu@gnu.org></a>. +There are also <a href="/contact/">other ways to contact</a> +the FSF. Broken links and other corrections or suggestions can be sent +to <a href="mailto:gnunet-developers@gnu.org"><gnunet-developers@gnu.org></a>.</p> +</div> + +<p>Copyright © 2001 - 2017 GNUnet e.V.</p> + +<p>This page is licensed under a FIXME License.</p> + +</div> +</div> +</body> +</html> |