donau

Donation authority for GNU Taler (experimental)
Log | Files | Refs | Submodules | README | LICENSE

commit 45f4e7093f437377c9b31aad034fa0be4755cb29
parent b77c7679dda57fafeb8ae67f84f796ba7981a68a
Author: Tanja Lange <tanja@hyperelliptic.org>
Date:   Thu, 23 Jan 2025 12:09:45 +0100

dealing with comment by JL

Diffstat:
Mdoc/usenix-security-2025/paper/implementation2.tex | 8+++++---
1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/doc/usenix-security-2025/paper/implementation2.tex b/doc/usenix-security-2025/paper/implementation2.tex @@ -1,9 +1,10 @@ \section{Implementation}\label{implementation} -This section describes the current implementation of the Donau server, +This section describes the current implementation of the Donau \ifanonymous +server, \else -(available from \url{https://git.taler.net/donau.git}), +server (available from \url{https://git.taler.net/donau.git}), \fi which primarily consists of an HTTP server with a REST API @@ -51,7 +52,8 @@ and the current donated amount for the charity of the current year. \begin{figure*}[h] \includegraphics[width=0.7\textwidth]{donau_flow_issue_receipt} -\caption{Flow of the issue receipt process} \label{fig:donau_flow_issue_receipt} % XXX: this diagram mentions the "check donation limit" function which was removed from the text. -JL +\caption{Flow of the issue receipt process, incl. an optional check on donation limits +per charity} \label{fig:donau_flow_issue_receipt} % XXX: this diagram mentions the "check donation limit" function which was removed from the text. -JL \end{figure*} \subsubsection{\texttt{/batch-issue}}