aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNils Gillmann <ng0@n0.is>2018-10-10 08:39:24 +0000
committerNils Gillmann <ng0@n0.is>2018-10-10 08:39:24 +0000
commitd1aeab21b715da956723462612051d50cad6d5f7 (patch)
tree0d584fb74417c6f19be570dae30b453a63535e8c
parente1a8af41114c7a6702b740e4dba5ad073db3337d (diff)
downloadgnunet-d1aeab21b715da956723462612051d50cad6d5f7.tar.gz
gnunet-d1aeab21b715da956723462612051d50cad6d5f7.zip
contributing: Adjust note on prefered test languages. Remove footnote section as it is prefered to not have footnotes at all.
Signed-off-by: Nils Gillmann <ng0@n0.is>
-rw-r--r--doc/documentation/chapters/contributing.texi9
1 files changed, 3 insertions, 6 deletions
diff --git a/doc/documentation/chapters/contributing.texi b/doc/documentation/chapters/contributing.texi
index a92df45c3..ed1c19b30 100644
--- a/doc/documentation/chapters/contributing.texi
+++ b/doc/documentation/chapters/contributing.texi
@@ -85,11 +85,6 @@ URLs break in the PDF output when they contain linebreaks.
85@c We do this and the other thing. This is done by foo. 85@c We do this and the other thing. This is done by foo.
86@c @end example 86@c @end example
87 87
88@item Use @@footnote@{@} instead of putting an @@*ref@{@} to the
89footnote on a collected footnote-page.
90In a 200+ pages handbook it's better to have footnotes accessible
91without having to skip over to the end.
92
93@end itemize 88@end itemize
94 89
95@node Contributing testcases 90@node Contributing testcases
@@ -99,7 +94,9 @@ In the core of gnunet, we restrict new testcases to a small subset
99of languages, in order of preference: 94of languages, in order of preference:
100@enumerate 95@enumerate
101@item C 96@item C
102@item Bash (preferable portable without too much specifics to Bash) 97@item Portable Shell Scripts
98@item Bash Scripts
99@c Nim ?
103@item Python (@geq{}3.6) 100@item Python (@geq{}3.6)
104@end enumerate 101@end enumerate
105 102