aboutsummaryrefslogtreecommitdiff
path: root/doc/gnunet.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/gnunet.texi')
-rw-r--r--doc/gnunet.texi80
1 files changed, 75 insertions, 5 deletions
diff --git a/doc/gnunet.texi b/doc/gnunet.texi
index 035ade80e..cbceccbb3 100644
--- a/doc/gnunet.texi
+++ b/doc/gnunet.texi
@@ -5,6 +5,7 @@
5@setfilename gnunet.info 5@setfilename gnunet.info
6@documentencoding UTF-8 6@documentencoding UTF-8
7@settitle GNUnet Reference Manual 7@settitle GNUnet Reference Manual
8@exampleindent 2
8@c %**end of header 9@c %**end of header
9 10
10@include version.texi 11@include version.texi
@@ -58,11 +59,12 @@ Edition @value{EDITION} @*
58@insertcopying 59@insertcopying
59@end titlepage 60@end titlepage
60 61
62@summarycontents
61@contents 63@contents
62@c ********************************************************************* 64
63@node Top 65@node Top
64@top Contributing to GNUnet 66@top Contributing to GNUnet
65@c ********************************************************************* 67
66 68
67This document describes GNUnet version @value{VERSION}. 69This document describes GNUnet version @value{VERSION}.
68 70
@@ -105,6 +107,7 @@ in the respective authors file or section, please do let us know.
105@menu 107@menu
106 108
107* Philosophy:: About GNUnet 109* Philosophy:: About GNUnet
110* Vocabulary:: Vocabulary
108* GNUnet Installation Handbook:: How to install GNUnet 111* GNUnet Installation Handbook:: How to install GNUnet
109* Using GNUnet:: Using GNUnet 112* Using GNUnet:: Using GNUnet
110* GNUnet Developer Handbook:: Developing GNUnet 113* GNUnet Developer Handbook:: Developing GNUnet
@@ -134,10 +137,75 @@ Philosophy
134* Backup of Identities and Egos:: 137* Backup of Identities and Egos::
135* Revocation:: 138* Revocation::
136 139
137Installation 140Vocabulary
141
142* Words and characters::
143* Technical Assumptions::
144
145GNUnet Installation Handbook
138 146
139* Dependencies:: 147* Dependencies::
140* External dependencies:: 148* Pre-installation notes::
149* Generic installation instructions::
150* Build instructions for Ubuntu 12.04 using Git::
151* Build Instructions for Microsoft Windows Platforms::
152* Build instructions for Debian 7.5::
153* Installing GNUnet from Git on Ubuntu 14.4::
154* Build instructions for Debian 8::
155* Outdated build instructions for previous revisions::
156* Portable GNUnet::
157* The graphical configuration interface::
158* How to start and stop a GNUnet peer::
159
160Using GNUnet
161
162* Checking the Installation::
163* First steps - File-sharing::
164* First steps - Using the GNU Name System::
165* First steps - Using GNUnet Conversation::
166* First steps - Using the GNUnet VPN::
167* File-sharing::
168* The GNU Name System::
169* Using the Virtual Public Network::
170
171GNUnet Developer Handbook
172
173* Developer Introduction::
174* Code overview::
175* System Architecture::
176* Subsystem stability::
177* Naming conventions and coding style guide::
178* Build-system::
179* Developing extensions for GNUnet using the gnunet-ext template::
180* Writing testcases::
181* GNUnet's TESTING library::
182* Performance regression analysis with Gauger::
183* GNUnet's TESTBED Subsystem::
184* libgnunetutil::
185* The Automatic Restart Manager (ARM)::
186* GNUnet's TRANSPORT Subsystem::
187* NAT library::
188* Distance-Vector plugin::
189* SMTP plugin::
190* Bluetooth plugin::
191* WLAN plugin::
192* The ATS Subsystem::
193* GNUnet's CORE Subsystem::
194* GNUnet's CADET subsystem::
195* GNUnet's NSE subsystem::
196* GNUnet's HOSTLIST subsystem::
197* GNUnet's IDENTITY subsystem::
198* GNUnet's NAMESTORE Subsystem::
199* GNUnet's PEERINFO subsystem::
200* GNUnet's PEERSTORE subsystem::
201* GNUnet's SET Subsystem::
202* GNUnet's STATISTICS subsystem::
203* GNUnet's Distributed Hash Table (DHT)::
204* The GNU Name System (GNS)::
205* The GNS Namecache::
206* The REVOCATION Subsystem::
207* GNUnet's File-sharing (FS) Subsystem::
208* GNUnet's REGEX Subsystem::
141 209
142@end detailmenu 210@end detailmenu
143@end menu 211@end menu
@@ -146,6 +214,8 @@ Installation
146@include chapters/philosophy.texi 214@include chapters/philosophy.texi
147@c ********************************************************************* 215@c *********************************************************************
148 216
217@include chapters/vocabulary.texi
218
149@c ********************************************************************* 219@c *********************************************************************
150@include chapters/installation.texi 220@include chapters/installation.texi
151@c ********************************************************************* 221@c *********************************************************************
@@ -156,9 +226,9 @@ Installation
156 226
157@c ********************************************************************* 227@c *********************************************************************
158@include chapters/developer.texi 228@include chapters/developer.texi
229@c @include gnunet-c-tutorial.texi
159@c ********************************************************************* 230@c *********************************************************************
160 231
161
162@c ********************************************************************* 232@c *********************************************************************
163@node GNU Free Documentation License 233@node GNU Free Documentation License
164@appendix GNU Free Documentation License 234@appendix GNU Free Documentation License