summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-06-27 16:22:27 +0200
committerChristian Grothoff <christian@grothoff.org>2019-06-27 16:22:27 +0200
commit0c166c7824a666dfa147bf44182bfaef78c09d98 (patch)
tree6839dfc0c26f6102cd91292cfd6935469119ca3f
parent625cd044f277e6a48f0063c0c80fbec19228754b (diff)
downloadwww-0c166c7824a666dfa147bf44182bfaef78c09d98.tar.gz
www-0c166c7824a666dfa147bf44182bfaef78c09d98.tar.bz2
www-0c166c7824a666dfa147bf44182bfaef78c09d98.zip
img
-rw-r--r--images/life-safer.jpgbin0 -> 803370 bytes
-rw-r--r--images/life-safer.medium.jpgbin0 -> 305571 bytes
-rw-r--r--principles.html.j211
3 files changed, 6 insertions, 5 deletions
diff --git a/images/life-safer.jpg b/images/life-safer.jpg
new file mode 100644
index 00000000..0105be65
--- /dev/null
+++ b/images/life-safer.jpg
Binary files differ
diff --git a/images/life-safer.medium.jpg b/images/life-safer.medium.jpg
new file mode 100644
index 00000000..a5ff9314
--- /dev/null
+++ b/images/life-safer.medium.jpg
Binary files differ
diff --git a/principles.html.j2 b/principles.html.j2
index 55e49568..0c8c7d86 100644
--- a/principles.html.j2
+++ b/principles.html.j2
@@ -134,14 +134,15 @@ Approaches such as proof-of-work are ruled out by this requirement. Efficiency i
</div>
<div class="row">
<div class="col-lg-6">
- <!-- IMAGE. -->
+ <p><img style="width:40vw" src="../images/life-safer.medium.png" alt="Life Safers"></a></p>
</div>
<div class="col-lg-6">
- <h2>8. Avoid single points of failure</a></h2>
+ <h2>8. Fault-tolerant design</a></h2>
<p>
-While the design we present later is rather centralized, avoiding single
-points of failure is still a goal. This manifests in architectural choices such
-as the isolation of certain components, and auditing procedures.
+ Taler should tolerate failure of individual components and systems,
+ including malicious operators compromising core secrets.
+ This manifests in architectural choices such
+ as the isolation of certain components, and auditing procedures.
</p>
</div>
</div>