From 9e7994ad4cadc91d91648716bc121022dc113495 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 27 Jun 2019 13:20:31 +0200 Subject: update footer, rename design to princiles --- principles.html.j2 | 149 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 149 insertions(+) create mode 100644 principles.html.j2 (limited to 'principles.html.j2') diff --git a/principles.html.j2 b/principles.html.j2 new file mode 100644 index 00000000..95f51a1f --- /dev/null +++ b/principles.html.j2 @@ -0,0 +1,149 @@ +{% extends "common/base.j2" %} +{% block body_content %} + + + + + + +
+
+
+

GNU Taler: Design Principles

+
+
+
+
+

When designing GNU Taler, we had the following design principles in mind.

+ +

1. Free Software implementation (+)

+ + +

2. Protect the privacy of buyers (+)

+ + +

3. Enable the state to tax income and crack down on illegal business activities (+)

+ + +

4. Prevent payment fraud (+)

+ + +

5. Only disclose the minimal amount of information nec- +essary (+)

+ + +

6. Be usable (+)

+ + +

7. Be efficient (+)

+ + +

8. Avoid single points of failure (+)

+ + +

9. Foster competition (+)

+ + +
+
+ +
+
+
+ +{% endblock body_content %} -- cgit v1.2.3