aboutsummaryrefslogtreecommitdiff
path: root/template/install-on-netbsd.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'template/install-on-netbsd.html.j2')
-rw-r--r--template/install-on-netbsd.html.j220
1 files changed, 11 insertions, 9 deletions
diff --git a/template/install-on-netbsd.html.j2 b/template/install-on-netbsd.html.j2
index a667b4bd..adf15033 100644
--- a/template/install-on-netbsd.html.j2
+++ b/template/install-on-netbsd.html.j2
@@ -1,8 +1,10 @@
1{% extends "common/base.j2" %} 1{% extends "common/base.j2" %}
2{% block body_content %} 2{% block body_content %}
3<div class="container"> 3<article class="container">
4 4
5 <h2>{{ _("Tutorial: GNUnet on NetBSD 8.0 CURRENT") }}</h2> 5 <header>
6 <h1>{{ _("Tutorial: GNUnet on NetBSD 8.0 CURRENT") }}</h1>
7 </header>
6 8
7 <p> 9 <p>
8 Welcome to the GNUnet tutorial for NetBSD! 10 Welcome to the GNUnet tutorial for NetBSD!
@@ -14,7 +16,7 @@
14 developers, who want to get in touch with GNUnet for the first time. 16 developers, who want to get in touch with GNUnet for the first time.
15 </p> 17 </p>
16 18
17 <h3>{{ _("Requirements") }}</h3> 19 <h2>{{ _("Requirements") }}</h2>
18 20
19 <p> 21 <p>
20 As a bare minimum, we recommend you install <a href="http://pkgsrc.org">pkgsrc</a>. This tutorial assumes you have the CURRENT version checked out. Additionally you might want to install <code>devel/git-base</code> and git clone <a href="http://pkgsrc.org/wip/">pkgsrc-wip</a> into the <code>wip</code> folder in your pkgsrc folder: 22 As a bare minimum, we recommend you install <a href="http://pkgsrc.org">pkgsrc</a>. This tutorial assumes you have the CURRENT version checked out. Additionally you might want to install <code>devel/git-base</code> and git clone <a href="http://pkgsrc.org/wip/">pkgsrc-wip</a> into the <code>wip</code> folder in your pkgsrc folder:
@@ -25,7 +27,7 @@
25 $ git clone git://wip.pkgsrc.org/pkgsrc-wip.git wip 27 $ git clone git://wip.pkgsrc.org/pkgsrc-wip.git wip
26 </code> 28 </code>
27 </p> 29 </p>
28 <h3>{{ _("Installation") }}</h3> 30 <h2>{{ _("Installation") }}</h2>
29 <p> 31 <p>
30 Note: $ stands for commands run as unprivileged user, # for commands run as root user. 32 Note: $ stands for commands run as unprivileged user, # for commands run as root user.
31 </p> 33 </p>
@@ -97,7 +99,7 @@
97 Note that the rc.d file which is installed is not yet functional. 99 Note that the rc.d file which is installed is not yet functional.
98 </p> 100 </p>
99 101
100 <h3>{{_("First steps")}}</h3> 102 <h2>{{_("First steps")}}</h2>
101 <p> 103 <p>
102 Congratulations! GNUnet is now installed! Before starting it you 104 Congratulations! GNUnet is now installed! Before starting it you
103 may create a configuration file. By default GNUnet looks in 105 may create a configuration file. By default GNUnet looks in
@@ -177,7 +179,7 @@
177 </code> 179 </code>
178 </p> 180 </p>
179 181
180 <h3>{{ _("Alternative: Installation from source") }}</h3> 182 <h2>{{ _("Alternative: Installation from source") }}</h2>
181 183
182 <p> 184 <p>
183 The following instructions are only really interesting for developers 185 The following instructions are only really interesting for developers
@@ -219,7 +221,7 @@
219 </ul> 221 </ul>
220 </p> 222 </p>
221 223
222 <h4>{{ _("Get the source code") }}</h4> 224 <h3>{{ _("Get the source code") }}</h3>
223 <p> 225 <p>
224 <code> 226 <code>
225 $ cd ~<br> 227 $ cd ~<br>
@@ -227,7 +229,7 @@
227 </code> 229 </code>
228 </p> 230 </p>
229 231
230 <h4>{{ _("Compile and Install") }}</h4> 232 <h3>{{ _("Compile and Install") }}</h3>
231 <p> 233 <p>
232 You have a choice between two options: 234 You have a choice between two options:
233 build the *production version* or *development version*. If 235 build the *production version* or *development version*. If
@@ -277,5 +279,5 @@
277 <p> 279 <p>
278 This allows you to get more verbose logs when you export GNUNET_FORCE_LOG=";;;;DEBUG" before you run tests. 280 This allows you to get more verbose logs when you export GNUNET_FORCE_LOG=";;;;DEBUG" before you run tests.
279 </p> 281 </p>
280</div> 282</article>
281{% endblock body_content %} 283{% endblock body_content %}