summaryrefslogtreecommitdiff
path: root/template/bibliography.html.j2
diff options
context:
space:
mode:
authorng0 <ng0@taler.net>2019-09-02 10:54:27 +0000
committerng0 <ng0@taler.net>2019-09-02 10:54:27 +0000
commitcf9958da7c7a8d8522937d7c4706c7ab2fc5fd73 (patch)
treebb7e353e8493205875ce2b2df538854c8db6ad11 /template/bibliography.html.j2
parentbd9bfe737deddf63ae931e1f2990632d0698a952 (diff)
downloadwww-cf9958da7c7a8d8522937d7c4706c7ab2fc5fd73.tar.gz
www-cf9958da7c7a8d8522937d7c4706c7ab2fc5fd73.tar.bz2
www-cf9958da7c7a8d8522937d7c4706c7ab2fc5fd73.zip
Adjust repository layout (resolves #5596), add sitemap.xml generator.
Diffstat (limited to 'template/bibliography.html.j2')
-rw-r--r--template/bibliography.html.j241
1 files changed, 41 insertions, 0 deletions
diff --git a/template/bibliography.html.j2 b/template/bibliography.html.j2
new file mode 100644
index 00000000..5026a71b
--- /dev/null
+++ b/template/bibliography.html.j2
@@ -0,0 +1,41 @@
+{% 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>Digital cash and privacy: What are the alternatives to Libra?</h2>
+<p>
+<a href="https://www.media.mit.edu/posts/digital-cash-and-privacy-what-are-the-alternatives-to-libra/"><img border=0 align=right alt="HTML" width=32 height=32 src="{{ url('images/html.svg') }}"></a>
+{{_("by")}} Christian Grothoff {{ _("and") }} Alex Pentland<br>
+MIT Media Lab, 2019<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 %}