diff options
author | ng0 <ng0@infotropique.org> | 2017-10-25 19:03:06 +0000 |
---|---|---|
committer | ng0 <ng0@infotropique.org> | 2017-10-25 19:03:06 +0000 |
commit | 27ee4969b3bad09bd5230c267416350c495dd642 (patch) | |
tree | ebdb4f501747d806af0367ee7e8ac3452cabe879 /doc | |
parent | 3621e1ccac016448744c7ac9bfb80f6290245a1f (diff) |
fix
Diffstat (limited to 'doc')
-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> |