aboutsummaryrefslogtreecommitdiff
path: root/doc/documentation
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2018-01-08 16:18:18 +0000
committerng0 <ng0@n0.is>2018-01-08 16:18:18 +0000
commit97bf7c2b24c98c1f393f94b539cdbd4d64568d42 (patch)
tree69faa987c84dff15bd03d587a40c54d882e979e7 /doc/documentation
parent805d0505def4d842f17eaceb8152356e1caf0e4c (diff)
downloadgnunet-97bf7c2b24c98c1f393f94b539cdbd4d64568d42.tar.gz
gnunet-97bf7c2b24c98c1f393f94b539cdbd4d64568d42.zip
doc chapter developer: typo fixes, link fix
Diffstat (limited to 'doc/documentation')
-rw-r--r--doc/documentation/chapters/developer.texi14
1 files changed, 8 insertions, 6 deletions
diff --git a/doc/documentation/chapters/developer.texi b/doc/documentation/chapters/developer.texi
index a99f6a481..8be6d790f 100644
--- a/doc/documentation/chapters/developer.texi
+++ b/doc/documentation/chapters/developer.texi
@@ -94,8 +94,9 @@ following links:
94@c ** FIXME: Link to files in source, not online. 94@c ** FIXME: Link to files in source, not online.
95@c ** FIXME: Where is the Java tutorial? 95@c ** FIXME: Where is the Java tutorial?
96@itemize @bullet 96@itemize @bullet
97@item @xref{Top, Introduction,, gnunet-c-tutorial, The GNUnet C Tutorial}
97@c broken link 98@c broken link
98@item @uref{https://gnunet.org/git/gnunet.git/plain/doc/gnunet-c-tutorial.pdf, GNUnet C tutorial} 99@c @item @uref{https://gnunet.org/git/gnunet.git/plain/doc/gnunet-c-tutorial.pdf, GNUnet C tutorial}
99@item GNUnet Java tutorial 100@item GNUnet Java tutorial
100@end itemize 101@end itemize
101 102
@@ -116,7 +117,7 @@ The public subsystems on the GNUnet server that help developers are:
116 117
117@item The version control system (git) keeps our code and enables 118@item The version control system (git) keeps our code and enables
118distributed development. 119distributed development.
119It is pubclicly accessible at @uref{https://gnunet.org/git/}. 120It is publicly accessible at @uref{https://gnunet.org/git/}.
120Only developers with write access can commit code, everyone else is 121Only developers with write access can commit code, everyone else is
121encouraged to submit patches to the 122encouraged to submit patches to the
122@uref{https://lists.gnu.org/mailman/listinfo/gnunet-developers, GNUnet-developers mailinglist}. 123@uref{https://lists.gnu.org/mailman/listinfo/gnunet-developers, GNUnet-developers mailinglist}.
@@ -153,9 +154,11 @@ Details on how to use Gauger are here.
153@item We use @uref{http://junit.org/, junit} to automatically test 154@item We use @uref{http://junit.org/, junit} to automatically test
154@command{gnunet-java}. 155@command{gnunet-java}.
155Automatically generated, current reports on the test suite are here. 156Automatically generated, current reports on the test suite are here.
157@c FIXME: URL.
156 158
157@item We use Cobertura to generate test coverage reports for gnunet-java. 159@item We use Cobertura to generate test coverage reports for gnunet-java.
158Current reports on test coverage are here. 160Current reports on test coverage are here.
161@c FIXME: Likewise.
159 162
160@end itemize 163@end itemize
161 164
@@ -211,9 +214,9 @@ Code to run GNUnet nodes on testbeds for research, development,
211testing and evaluation 214testing and evaluation
212@c ** FIXME: Solve the status and location of gnunet-qt 215@c ** FIXME: Solve the status and location of gnunet-qt
213@item @command{gnunet-qt} 216@item @command{gnunet-qt}
214Qt-based GNUnet GUI (is it depreacated?) 217Qt-based GNUnet GUI (is it deprecated?)
215@item @command{gnunet-cocoa} 218@item @command{gnunet-cocoa}
216cocoa-based GNUnet GUI (is it depreacated?) 219cocoa-based GNUnet GUI (is it deprecated?)
217@item @command{gnunet-guile} 220@item @command{gnunet-guile}
218 221
219@end table 222@end table
@@ -231,8 +234,7 @@ Tool for performance regression analysis
231@item @command{monkey} 234@item @command{monkey}
232Tool for automated debugging of distributed systems 235Tool for automated debugging of distributed systems
233@item @command{libmwmodem} 236@item @command{libmwmodem}
234Library for accessing satellite connection quality 237Library for accessing satellite connection quality reports
235reports
236@item @command{libgnurl} 238@item @command{libgnurl}
237gnURL (feature-restricted variant of cURL/libcurl) 239gnURL (feature-restricted variant of cURL/libcurl)
238@end table 240@end table