summaryrefslogtreecommitdiff
path: root/template/principles.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'template/principles.html.j2')
-rw-r--r--template/principles.html.j223
1 files changed, 10 insertions, 13 deletions
diff --git a/template/principles.html.j2 b/template/principles.html.j2
index 683b7449..8d1e5de4 100644
--- a/template/principles.html.j2
+++ b/template/principles.html.j2
@@ -1,6 +1,6 @@
{% extends "common/base.j2" %}
{% block body_content %}
-
+<main id="maincontent">
<script>
function expand(n) {
var x = document.getElementById(n);
@@ -41,23 +41,21 @@
For countries, Free/Libre
software means GNU Taler can not compromise sovereignty by imposing
restrictions or requirements. And for exchange operators, transparency is crucial to satisfy
- <a href="https://en.wikipedia.org/wiki/Kerckhoffs's_principle">Kerckhoff's principle</a>
+ <a href="https://en.wikipedia.org/wiki/Kerckhoffs's_principle">Kerckhoffs's principle</a>
and to establish public confidence.
{% endtrans %}
</p>
<p>
{% trans %}
- Customers benefit from Free/Libre Software
- because anyone is free to modify the wallet software support additional platforms.
- The source code must be available and make it easy to verify that
- user-hostile features such as tracking or telemetry are absent.
+ Customers benefit from Free/Libre Software because anyone is free to modify the wallet software to support additional platforms.
+ The source code must be available and make it easy to verify that user-hostile features such as tracking or telemetry are absent.
{% endtrans %}
</p>
</div>
</div>
<div class="row">
<div class="col-lg-12">
- <h2>{{ _("2. Protect the privacy of buyers") }}</h2>
+ <h2 id="privacy">{{ _("2. Protect the privacy of buyers") }}</h2>
<!-- From https://www.pixabay.com/ -->
<img style="width:20vw;float:left;padding:15px" src="{{ url_static('images/2-buyer-privacy.png') }}" alt="{{_("You deserve some privacy")}}">
<p>
@@ -122,12 +120,11 @@
<p>
{% trans %}
The privacy of buyers is given particular priority as part of
- principle (2). However, other parties - such as merchants - also
+ <a href="#privacy">principle #2</a>. However, other parties - such as merchants - also
must have data protection.
- Generally, GNU Taler must collect the minimum information necessary:
- data that is not collected or is no longer stored can not be
- compromised.
+ Generally, GNU Taler must only collect the minimum information necessary:
+ Data that is not collected or is no longer stored cannot be compromised.
{% endtrans %}
</p>
</div>
@@ -160,7 +157,7 @@
{% trans %}
GNU Taler must be designed to be efficient.
Quite simply, efficiency means fewer things to break, and it means more
- transactions per second and lowers our environmental impact. Efficiency
+ transactions per second and lower environmental impact. Efficiency
is also critical for GNU Taler to be used for micropayments.
Therefore certain expensive primitives, such as proof-of-work,
must not be used by GNU Taler.
@@ -211,6 +208,6 @@
</div>
</div>
</div>
-</div>
+
{% endblock body_content %}