aboutsummaryrefslogtreecommitdiff
path: root/doc/documentation
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/documentation
parent231eff3a8969a36d9d326019c002c69fd9156eaf (diff)
developer
Diffstat (limited to 'doc/documentation')
-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 514a5549a8..df187f39b7 100644
--- a/doc/documentation/chapters/developer.texi
+++ b/doc/documentation/chapters/developer.texi
@@ -24,8 +24,9 @@ writing extensions
In particular, the architecture specifies that a peer consists of many
processes communicating via protocols. Processes can be written in almost
any language.
-C and Java APIs exist for accessing existing services and for writing
-extensions. It is possible to write extensions in other languages by
+C and Java @footnote{As well as Guile} APIs exist for accessing existing
+services and for writing extensions.
+It is possible to write extensions in other languages by
implementing the necessary IPC protocols.
GNUnet can be extended and improved along many possible dimensions, and
@@ -98,8 +99,9 @@ following links:
@end itemize
In addition to the GNUnet Reference Documentation you are reading,
-the GNUnet server contains various resources for GNUnet
-developers and those who aspire to become regular contributors.
+the GNUnet server at @uref{https://gnunet.org} contains
+various resources for GNUnet developers and those
+who aspire to become regular contributors.
They are all conveniently reachable via the "Developer"
entry in the navigation menu. Some additional tools (such as static
analysis reports) require a special developer access to perform certain
@@ -211,6 +213,7 @@ testing and evaluation
Qt-based GNUnet GUI (is it depreacated?)
@item @command{gnunet-cocoa}
cocoa-based GNUnet GUI (is it depreacated?)
+@item @command{gnunet-guile}
@end table