aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorng0 <ng0@infotropique.org>2017-10-29 22:21:18 +0000
committerng0 <ng0@infotropique.org>2017-10-29 22:21:18 +0000
commite7881821079fe8a4e8c25a137eaff8ed2894fb8f (patch)
tree5885d4d46f8308f109d47f48fed5c354953077cc /doc
parent231eff3a8969a36d9d326019c002c69fd9156eaf (diff)
downloadgnunet-e7881821079fe8a4e8c25a137eaff8ed2894fb8f.tar.gz
gnunet-e7881821079fe8a4e8c25a137eaff8ed2894fb8f.zip
developer
Diffstat (limited to 'doc')
-rw-r--r--doc/documentation/chapters/developer.texi11
1 files changed, 7 insertions, 4 deletions
diff --git a/doc/documentation/chapters/developer.texi b/doc/documentation/chapters/developer.texi
index 514a5549a..df187f39b 100644
--- a/doc/documentation/chapters/developer.texi
+++ b/doc/documentation/chapters/developer.texi
@@ -24,8 +24,9 @@ writing extensions
24In particular, the architecture specifies that a peer consists of many 24In particular, the architecture specifies that a peer consists of many
25processes communicating via protocols. Processes can be written in almost 25processes communicating via protocols. Processes can be written in almost
26any language. 26any language.
27C and Java APIs exist for accessing existing services and for writing 27C and Java @footnote{As well as Guile} APIs exist for accessing existing
28extensions. It is possible to write extensions in other languages by 28services and for writing extensions.
29It is possible to write extensions in other languages by
29implementing the necessary IPC protocols. 30implementing the necessary IPC protocols.
30 31
31GNUnet can be extended and improved along many possible dimensions, and 32GNUnet can be extended and improved along many possible dimensions, and
@@ -98,8 +99,9 @@ following links:
98@end itemize 99@end itemize
99 100
100In addition to the GNUnet Reference Documentation you are reading, 101In addition to the GNUnet Reference Documentation you are reading,
101the GNUnet server contains various resources for GNUnet 102the GNUnet server at @uref{https://gnunet.org} contains
102developers and those who aspire to become regular contributors. 103various resources for GNUnet developers and those
104who aspire to become regular contributors.
103They are all conveniently reachable via the "Developer" 105They are all conveniently reachable via the "Developer"
104entry in the navigation menu. Some additional tools (such as static 106entry in the navigation menu. Some additional tools (such as static
105analysis reports) require a special developer access to perform certain 107analysis reports) require a special developer access to perform certain
@@ -211,6 +213,7 @@ testing and evaluation
211Qt-based GNUnet GUI (is it depreacated?) 213Qt-based GNUnet GUI (is it depreacated?)
212@item @command{gnunet-cocoa} 214@item @command{gnunet-cocoa}
213cocoa-based GNUnet GUI (is it depreacated?) 215cocoa-based GNUnet GUI (is it depreacated?)
216@item @command{gnunet-guile}
214 217
215@end table 218@end table
216 219