aboutsummaryrefslogtreecommitdiff
path: root/doc/documentation/chapters/contributing.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/documentation/chapters/contributing.texi')
-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