aboutsummaryrefslogtreecommitdiff
path: root/template/index.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'template/index.html.j2')
-rw-r--r--template/index.html.j2129
1 files changed, 2 insertions, 127 deletions
diff --git a/template/index.html.j2 b/template/index.html.j2
index 365ac67f..d89fcbbf 100644
--- a/template/index.html.j2
+++ b/template/index.html.j2
@@ -230,132 +230,7 @@
230</div> 230</div>
231 231
232 232
233 233<!--<div class="container-fluid">
234<div class="container-fluid">
235 <div class="container">
236 <div class="row">
237 <div class="container text-center">
238 <h1>{{ _("Featured Applications") }}</h1>
239 </div>
240 </div>
241 <div class="row">
242 <div class="col-lg-4">
243 <section>
244 <h3>{{ _("GNU Taler (Alpha)") }}</h3>
245 <p>
246 {% trans %}
247 <a href="https://taler.net/">GNU Taler</a>
248 is a new privacy-preserving electronic payment system.
249 Payments are cryptographically
250 secured and are confirmed within milliseconds with
251 extremely low transaction costs.
252 {% endtrans %}
253 </p>
254 </section>
255 </div>
256 <div class="col-lg-4">
257 <section>
258 <h3>{{ _("The GNU Name System") }}</h3>
259
260 <p>
261 {% trans %}
262 The <a href="https://gnunet.org/en/gns.html">GNU Name System (GNS)</a>
263 is a fully decentralized replacement
264 for the Domain Name System (DNS). Instead of using a
265 hierarchy, GNS uses a directed graph. Naming conventions
266 are similar to DNS, but queries and replies are private even
267 with respect to peers providing the answers. The integrity of
268 records and privacy of look-ups is cryptographically secured.
269 <!-- Too technical: GNS integrates
270 a robust, efficient and instant key revocation mechanism. -->
271 {% endtrans %}
272 </p>
273 </section>
274 </div>
275 <div class="col-lg-4">
276 <section>
277 <h3>{{ _("re:claimID") }}</h3>
278 <p>
279 {% trans %}
280 <a href="https://reclaim-identity.io/">re:claimID</a>
281 is a decentralized Identity Provider (IdP) service built in top of the
282 GNU Name System. It allows users to securely share personal information
283 with websites using standardized protocols (OpenID Connect).
284 {% endtrans %}
285 </p>
286 </section>
287 </div>
288 </div>
289 <div class="row">
290 <div class="col-lg-4">
291 <section>
292 <h3>{{ _("Filesharing (Alpha)") }}</h3>
293 <p>
294 {% trans %}
295 GNUnet <a href="use.html#fs">filesharing</a>
296 is an application that aims to provide
297 censorship-resistant, anonymous filesharing. The publisher is
298 empowered to make a gradual choice between performance and anonymity.
299 {% endtrans %}
300 </p>
301 </section>
302 </div>
303 <div class="col-lg-4">
304 <section>
305 <h3>{{ _("Conversation (Pre-Alpha)") }}</h3>
306 <p>
307 {% trans %}
308 GNUnet conversation is an application that provides secure
309 voice communication in a fully decentralized way by employing
310 GNUnet for routing and transport.
311 {% endtrans %}
312 </p>
313 </section>
314 </div>
315 </div>
316 </div>
317</div>
318
319<div class="container-fluid c_acronym link-white bluebox">
320 <div class="container">
321 <div class="row">
322 <div class="container text-center">
323 <h1>{{ _("Upcoming Applications") }}</h1>
324 </div>
325 </div>
326 <div class="row">
327 <div class="col-lg-6">
328 <section>
329 <h3>{{ _("secushare") }}</h3>
330 <p>
331 {% trans %}
332 <a href="https://secushare.org/">secushare</a>
333 is creating a decentralized social networking
334 application on top of GNUnet. Using overlay
335 multicast and the extensible PSYC protocol, notifications are
336 distributed end-to-end encrypted to authorized recipients only.
337 {% endtrans %}
338 </p>
339 </section>
340 </div>
341 <div class="col-lg-6">
342 <section>
343 <h3>{{ _("pretty Easy privacy") }}</h3>
344 <p>
345 {% trans %}
346 <a href="https://pep.foundation/">pretty Easy privacy</a> (p&#8801;p)
347 is creating a usable end-to-end encrypted e-mail solution using
348 opportunistic key exchange.
349 p&#8801;p will use GNUnet to protect metadata and exploit new
350 cryptographic protocols to verify keys.
351 {% endtrans %}
352 </p>
353 </section>
354 </div>
355 </div>
356 </div>
357</div>
358<div class="container-fluid">
359 <div class="container"> 234 <div class="container">
360 <div class="row"> 235 <div class="row">
361 <div class="container text-center"> 236 <div class="container text-center">
@@ -378,5 +253,5 @@
378 </div> 253 </div>
379 </div> 254 </div>
380</div> 255</div>
381 256-->
382{% endblock body_content %} 257{% endblock body_content %}