aboutsummaryrefslogtreecommitdiff
path: root/doc/gnunet-c-tutorial.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/gnunet-c-tutorial.texi')
-rw-r--r--doc/gnunet-c-tutorial.texi53
1 files changed, 1 insertions, 52 deletions
diff --git a/doc/gnunet-c-tutorial.texi b/doc/gnunet-c-tutorial.texi
index 87ae71e1e..69a4c6478 100644
--- a/doc/gnunet-c-tutorial.texi
+++ b/doc/gnunet-c-tutorial.texi
@@ -3,6 +3,7 @@
3@setfilename gnunet-c-tutorial.info 3@setfilename gnunet-c-tutorial.info
4@documentencoding UTF-8 4@documentencoding UTF-8
5@settitle GNUnet C Tutorial 5@settitle GNUnet C Tutorial
6@exampleindent 2
6@c %**end of header 7@c %**end of header
7 8
8@c including 'version.texi' makes makeinfo throw errors. 9@c including 'version.texi' makes makeinfo throw errors.
@@ -73,7 +74,6 @@ team: @uref{https://gnunet.org/contact_information}
73 74
74@menu 75@menu
75 76
76* Vocabulary:: Vocabulary used throughout this document
77* Installing GNUnet:: Installing GNUnet 77* Installing GNUnet:: Installing GNUnet
78* Introduction to GNUnet Architecture:: Introduction to GNUnet Architecture 78* Introduction to GNUnet Architecture:: Introduction to GNUnet Architecture
79* First Steps with GNUnet:: First Steps with GNUnet 79* First Steps with GNUnet:: First Steps with GNUnet
@@ -82,8 +82,6 @@ team: @uref{https://gnunet.org/contact_information}
82@detailmenu 82@detailmenu
83 --- The Detailed Node Listing --- 83 --- The Detailed Node Listing ---
84 84
85Vocabulary
86
87Installing GNUnet 85Installing GNUnet
88 86
89* Obtaining a stable version:: 87* Obtaining a stable version::
@@ -116,55 +114,6 @@ Developing Applications
116@end detailmenu 114@end detailmenu
117@end menu 115@end menu
118 116
119@node Vocabulary
120@chapter Vocabulary
121
122@menu
123* Words and characters::
124* Technical Assumptions::
125@end menu
126
127@node Words and characters
128@section Words and characters
129
130Throughout this document we use certain words and characters.
131
132@enumerate
133@item
134@c ``@command{#}'' in example code blocks describes commands you execute as root.
135``@command{#}'' in example code blocks describes commands, ie comments.
136
137@example
138# Do the foobar thing:
139$ make foobar
140@end example
141
142@item
143Dollarsign ``@command{$}'' in example code blocks describes commands you execute as
144unprivileged users.
145
146@example
147$ cd foo; ./configure --example-switch
148@end example
149
150@item
151Backslash ``@command{\}'' describes linebreaks.
152
153@example
154./configure --foo --bar --baz \
155 --short-loop
156@end example
157
158...expands to @code{./configure --foo --bar --baz --short-loop}
159
160@end enumerate
161
162@node Technical Assumptions
163@section Technical Assumptions
164
165@c Is it really assuming Bash (ie Bash extensions of POSIX being used)?
166The shell on GNU systems is assumed to be Bash.
167
168@node Installing GNUnet 117@node Installing GNUnet
169@chapter Installing GNUnet 118@chapter Installing GNUnet
170 119