aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorng0 <ng0@infotropique.org>2017-09-26 09:16:00 +0000
committerng0 <ng0@infotropique.org>2017-09-26 09:16:00 +0000
commitfce0277df0380f3758749c84222f0d76b612385b (patch)
tree2418f0b6ad1e491bb993c7d533419a43d0188f45
parent1d178e1c8b1f37f8e7c93eaabc5b86559bcb0709 (diff)
downloadgnunet-fce0277df0380f3758749c84222f0d76b612385b.tar.gz
gnunet-fce0277df0380f3758749c84222f0d76b612385b.zip
this was supposed to be in the previous commit.
-rw-r--r--doc/gnunet-c-tutorial.texi27
1 files changed, 27 insertions, 0 deletions
diff --git a/doc/gnunet-c-tutorial.texi b/doc/gnunet-c-tutorial.texi
index 3ff822795..3a4200d7c 100644
--- a/doc/gnunet-c-tutorial.texi
+++ b/doc/gnunet-c-tutorial.texi
@@ -112,6 +112,14 @@ latest development version things can be broken, functionality can be changed or
112can fail. You should only use the development version if you know that you require a 112can fail. You should only use the development version if you know that you require a
113certain feature or a certain issue has been fixed since the last release. 113certain feature or a certain issue has been fixed since the last release.
114 114
115@menu
116* Obtaining a stable version::
117* Installing Build Tool Chain and Dependencies::
118* Obtaining the latest version from Git::
119* Compiling and Installing GNUnet::
120* Common Issues - Check your GNUnet installation::
121@end menu
122
115@node Obtaining a stable version 123@node Obtaining a stable version
116@section Obtaining a stable version 124@section Obtaining a stable version
117 125
@@ -309,6 +317,14 @@ the programmer.
309@node First Steps with GNUnet 317@node First Steps with GNUnet
310@chapter First Steps with GNUnet 318@chapter First Steps with GNUnet
311 319
320@menu
321* Configure your peer::
322* Start a peer::
323* Monitor a peer::
324* Starting Two Peers by Hand::
325* Starting Peers Using the Testbed Service::
326@end menu
327
312@node Configure your peer 328@node Configure your peer
313@section Configure your peer 329@section Configure your peer
314 330
@@ -592,6 +608,17 @@ network.
592@node Developing Applications 608@node Developing Applications
593@chapter Developing Applications 609@chapter Developing Applications
594 610
611@menu
612* gnunet-ext::
613* Adapting the Template::
614* Writing a Client Application::
615* Writing a Service::
616* Interacting directly with other Peers using the CORE Service::
617* Storing peer-specific data using the PEERSTORE service::
618* Using the DHT::
619* Debugging with gnunet-arm::
620@end menu
621
595@node gnunet-ext 622@node gnunet-ext
596@section gnunet-ext 623@section gnunet-ext
597To develop a new peer-to-peer application or to extend GNUnet we provide 624To develop a new peer-to-peer application or to extend GNUnet we provide