summaryrefslogtreecommitdiff
path: root/bibliography.html.j2
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-03-06 22:46:23 +0100
committerChristian Grothoff <christian@grothoff.org>2017-03-06 22:46:23 +0100
commitf5ee921ef0b112bf21568f5c112b7806e6c24c23 (patch)
tree65d46a47c04b0dcdb443cde677e38b505fe06152 /bibliography.html.j2
parent26da65e92d23af9c0b76e440ed34ba222a386f0b (diff)
downloadwww-f5ee921ef0b112bf21568f5c112b7806e6c24c23.tar.gz
www-f5ee921ef0b112bf21568f5c112b7806e6c24c23.tar.bz2
www-f5ee921ef0b112bf21568f5c112b7806e6c24c23.zip
fixing #4941: add bibliography page
Diffstat (limited to 'bibliography.html.j2')
-rw-r--r--bibliography.html.j234
1 files changed, 34 insertions, 0 deletions
diff --git a/bibliography.html.j2 b/bibliography.html.j2
new file mode 100644
index 00000000..88b02884
--- /dev/null
+++ b/bibliography.html.j2
@@ -0,0 +1,34 @@
+{% extends "common/base.j2" %}
+{% block body_content %}
+<div class="container">
+<h1>{{ _("GNU Taler Bibliography")}}</h1>
+
+<h2>Blind Signatures for Untraceable Payments</h2>
+<p>
+<a href="{{ url('papers/chaum-blind-signatures.pdf') }}"><img border=0 align=right alt="PDF" width=32 height=32 src="{{ url('images/pdf.svg') }}"></a>
+{{_("by")}} David Chaum<br>
+CRYPTO '82<br>
+</p>
+
+<h2>The One-More-RSA-Inversion Problems and the Security of Chaum's Blind Signature Scheme</h2>
+<p>
+<a href="{{ url('papers/bellare_blindsigs_proof.pdf') }}"><img border=0 align=right alt="PDF" width=32 height=32 src="{{ url('images/pdf.svg') }}"></a>
+{{_("by")}} M. Bellare, C. Namprempre, D. Pointcheval {{ _("and") }} M. Semanko<br>
+Financial Cryptography '01<br>
+</p>
+
+<h2>Enabling Secure Web Payments with GNU Taler</h2>
+<p>
+<a href="{{ url('papers/taler2016space.pdf') }}"><img border=0 align=right width=32 height=32 alt="PDF" src="{{ url('images/pdf.svg') }}"></a>
+{{_("by")}} Jeff Burdges, Florian Dold, Christian Grothoff {{ _("and") }} Marcello Stanisci<br>
+SPACE 2016<br>
+</p>
+
+<h2>Refreshing Coins for Giving Change and Refunds in Chaum-style Anonymous Payment Systems</h2>
+<p>
+{{_("by")}} Florian Dold, Sree Harsha Totakura, Benedikt M&uuml;ller, Jeff Burdges {{ _("and") }} Christian Grothoff<br>
+<em>{{_("available upon request")}}</em><br>
+</p>
+
+</div>
+{% endblock body_content %}