aboutsummaryrefslogtreecommitdiff
path: root/template/livingstandards.html.j2
blob: 86ceabd3dd66ed83c12c19c1360c68470dc85c01 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{% extends "common/base.j2" %}
{% block body_content %}
  <div class="container-fluid">
    <div class="container">
      <article>
        <div class="row">
          <div class="container text-center">
            <h1>Living Standards</h1>
            <section>
              <p>
                {% trans %}
                On this page you can find links to our technical specifications.
                {% endtrans %}
              </p>
            </section>
          </div>
        </div>
        <ul>
          <li><b>LSD0000</b>: The Distributed Hash Table</li>
          <li><b>LSD0001</b>: <a href="https://lsd.gnunet.org/lsd0001">The GNU Name System</a></li>
          <li><b>LSD0002</b>: <a href="https://lsd.gnunet.org/lsd0002">re:claimID</a></li>
          <li><b>LSD0003</b>: <a href="https://lsd.gnunet.org/lsd0003">Byzantine Fault Tolerant Set Reconciliation</a></li>
        </ul>
      </article>
    </div>
  </div>
{% endblock body_content %}