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.j211
1 files changed, 5 insertions, 6 deletions
diff --git a/template/principles.html.j2 b/template/principles.html.j2
index 683b7449..f3bcde2f 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,7 +41,7 @@
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>
@@ -125,9 +125,8 @@
principle (2). 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 +159,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.