aboutsummaryrefslogtreecommitdiff
path: root/template/gnurl.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'template/gnurl.html.j2')
-rw-r--r--template/gnurl.html.j231
1 files changed, 28 insertions, 3 deletions
diff --git a/template/gnurl.html.j2 b/template/gnurl.html.j2
index a193ae4d..7d5a7365 100644
--- a/template/gnurl.html.j2
+++ b/template/gnurl.html.j2
@@ -4,6 +4,15 @@
4 4
5 <header> 5 <header>
6 <h1>gnurl (libgnurl)</h1> 6 <h1>gnurl (libgnurl)</h1>
7 <a href="#motivation">motivation</a>
8 <a href="#rename">rename</a>
9 <a href="#using">using</a>
10 <a href="#gotchas">gotchas</a>
11 <a href="#source">source</a>
12 <a href="#downloads">downloads</a>
13 <a href="#building">building</a>
14 <a href="#reporting">reporting</a>
15 <a href="#maintainer">maintainer</a>
7 </header> 16 </header>
8 17
9 <div class="container"> 18 <div class="container">
@@ -23,7 +32,15 @@
23 libgnurl. 32 libgnurl.
24 {% endtrans %} 33 {% endtrans %}
25 </p> 34 </p>
26 <h3>{{_("Motivation") }}</h3> 35 <h3>{{ _("About gnurl") }}</h3>
36 <p>
37 {% trans %}
38 Large parts of the following 6 paragraphs are old and need
39 to be rewritten.
40 {% endtrans %}
41 </p>
42 <a name="motivation"></a>
43 <h4>{{_("Motivation") }}</h4>
27 <p> 44 <p>
28 {% trans %} 45 {% trans %}
29 cURL supports many crypto backends. GNUnet requires the use of 46 cURL supports many crypto backends. GNUnet requires the use of
@@ -76,7 +93,8 @@
76 really be trivially fixed by the cURL developers. 93 really be trivially fixed by the cURL developers.
77 {% endtrans %} 94 {% endtrans %}
78 </p> 95 </p>
79 <h3>{{_("Rename to fix") }}</h3> 96 <a name="rename"></a>
97 <h4>{{_("Rename to fix") }}</h4>
80 <p> 98 <p>
81 {% trans %} 99 {% trans %}
82 How does forking fix it? Easy. First, we can get rid of all of the 100 How does forking fix it? Easy. First, we can get rid of all of the
@@ -96,7 +114,8 @@
96 release. 114 release.
97 {% endtrans %} 115 {% endtrans %}
98 </p> 116 </p>
99 <h3>{{_("Using libgnurl") }}</h3> 117 <a name="using"></a>
118 <h4>{{_("Using libgnurl") }}</h4>
100 <p> 119 <p>
101 {% trans %} 120 {% trans %}
102 Projects that use cURL only for HTTP/HTTPS and that would work 121 Projects that use cURL only for HTTP/HTTPS and that would work
@@ -110,6 +129,7 @@
110 no additions to the original curl source have been written. 129 no additions to the original curl source have been written.
111 {% endtrans %} 130 {% endtrans %}
112 </p> 131 </p>
132 <a name="gotchas"></a>
113 <h4>{{_("Gotchas") }}</h4> 133 <h4>{{_("Gotchas") }}</h4>
114 <p> 134 <p>
115 {% trans %} 135 {% trans %}
@@ -123,6 +143,7 @@
123 143
124 <div class="row container"> 144 <div class="row container">
125 <div class="col-md"> 145 <div class="col-md">
146 <a name="source"></a>
126 <h3>{{ _("Source Code") }}</h3> 147 <h3>{{ _("Source Code") }}</h3>
127 <p> 148 <p>
128 {% trans %} 149 {% trans %}
@@ -144,6 +165,7 @@
144 </p> 165 </p>
145 </div> 166 </div>
146 <div class="col-md"> 167 <div class="col-md">
168 <a name="downloads"></a>
147 <h3>{{ _("Downloads") }}</h3> 169 <h3>{{ _("Downloads") }}</h3>
148 <p> 170 <p>
149 {% trans %} 171 {% trans %}
@@ -162,6 +184,7 @@
162 184
163 <div class="row container"> 185 <div class="row container">
164 <div class="col-md"> 186 <div class="col-md">
187 <a name="building"></a>
165 <h3>{{ _("Building gnurl") }}</h3> 188 <h3>{{ _("Building gnurl") }}</h3>
166 <p> 189 <p>
167 {% trans %} 190 {% trans %}
@@ -315,6 +338,7 @@
315 338
316 <div class="row container"> 339 <div class="row container">
317 <div class="col-md"> 340 <div class="col-md">
341 <a name="reporting"></a>
318 <h3>{{ _("Reporting Bugs") }}</h3> 342 <h3>{{ _("Reporting Bugs") }}</h3>
319 <p> 343 <p>
320 {% trans %} 344 {% trans %}
@@ -326,6 +350,7 @@
326 </p> 350 </p>
327 </div> 351 </div>
328 <div class="col-md"> 352 <div class="col-md">
353 <a name="maintainer"></a>
329 <h3>{{ _("Maintainer and Cryptographic signatures") }}</h3> 354 <h3>{{ _("Maintainer and Cryptographic signatures") }}</h3>
330 <p> 355 <p>
331 {% trans %} 356 {% trans %}