aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorng0 <ng0@infotropique.org>2017-08-20 23:22:45 +0000
committerng0 <ng0@infotropique.org>2017-08-20 23:22:45 +0000
commitcd24fb1e0bb871e44327d9537969d81455ef4008 (patch)
treec70ce3f364ad701bd65aa4f86e9a924d7117c0c5
parentd0afb770f34c2fb1aa2c13df69003caf2baa4e2d (diff)
downloadgnunet-cd24fb1e0bb871e44327d9537969d81455ef4008.tar.gz
gnunet-cd24fb1e0bb871e44327d9537969d81455ef4008.zip
doc: dev: mail.gnu.org became lists.gnu.org.
-rw-r--r--doc/chapters/developer.texi11
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/chapters/developer.texi b/doc/chapters/developer.texi
index 8b7954836..1ca854cba 100644
--- a/doc/chapters/developer.texi
+++ b/doc/chapters/developer.texi
@@ -97,16 +97,18 @@ advertisements for bogus websites.
97 97
98This developer handbook is intended as first introduction to GNUnet for new 98This developer handbook is intended as first introduction to GNUnet for new
99developers that want to extend the GNUnet framework. After the introduction, 99developers that want to extend the GNUnet framework. After the introduction,
100each of the GNUnet subsystems (directories in the src/ tree) is (supposed to 100each of the GNUnet subsystems (directories in the @file{src/} tree) is (supposed to
101be) covered in its own chapter. In addition to this documentation, GNUnet 101be) covered in its own chapter. In addition to this documentation, GNUnet
102developers should be aware of the services available on the GNUnet server to 102developers should be aware of the services available on the GNUnet server to
103them. 103them.
104 104
105New developers can have a look a the GNUnet tutorials for C and java available 105New developers can have a look a the GNUnet tutorials for C and java available
106in the src/ directory of the repository or under the following links: 106in the @file{src/} directory of the repository or under the following links:
107 107
108@c ** FIXME: Link to files in source, not online.
109@c ** FIXME: Where is the Java tutorial?
108@itemize @bullet 110@itemize @bullet
109@item GNUnet C tutorial 111@item @uref{https://gnunet.org/git/gnunet.git/plain/doc/gnunet-c-tutorial.pdf, GNUnet C tutorial}
110@item GNUnet Java tutorial 112@item GNUnet Java tutorial
111@end itemize 113@end itemize
112 114
@@ -123,8 +125,7 @@ The public subsystems on the GNUnet server that help developers are:
123@item The Version control system keeps our code and enables distributed 125@item The Version control system keeps our code and enables distributed
124development. Only developers with write access can commit code, everyone else 126development. Only developers with write access can commit code, everyone else
125is encouraged to submit patches to the 127is encouraged to submit patches to the
126@uref{http://mail.gnu.org/mailman/listinfo/gnunet-developers, developer 128@uref{https://lists.gnu.org/mailman/listinfo/gnunet-developers, GNUnet-developers mailinglist}.
127mailinglist}.
128@item The GNUnet bugtracking system is used to track feature requests, open bug 129@item The GNUnet bugtracking system is used to track feature requests, open bug
129reports and their resolutions. Anyone can report bugs, only developers can 130reports and their resolutions. Anyone can report bugs, only developers can
130claim to have fixed them. 131claim to have fixed them.