From b156b9f069babf4860943dd54541120b8cf3e455 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 16 Oct 2021 18:45:45 +0200 Subject: add trisquel --- core/api-exchange.rst | 10 +++++++--- frags/installing-trisquel.rst | 4 ++++ manpages/taler.conf.5.rst | 10 ++++++++++ taler-exchange-manual.rst | 4 ++++ taler-merchant-manual.rst | 6 ++++++ 5 files changed, 31 insertions(+), 3 deletions(-) create mode 100644 frags/installing-trisquel.rst diff --git a/core/api-exchange.rst b/core/api-exchange.rst index 1aae8e75..59edb2a0 100644 --- a/core/api-exchange.rst +++ b/core/api-exchange.rst @@ -15,9 +15,9 @@ @author Christian Grothoff -============================= -The Exchange RESTful JSON API -============================= +======================== +The Exchange RESTful API +======================== The API specified here follows the :ref:`general conventions ` for all details not specified in the individual requests. @@ -1702,6 +1702,10 @@ denomination. // the ``/kyc-check/$PAYMENT_TARGET_UUID`` endpoint. payment_target_uuid: Integer; + // True if the KYC check for the merchant has been + // satisfied. + kyc_ok: boolean; + // Timestamp when the deposit was received by the exchange. exchange_timestamp: Timestamp; diff --git a/frags/installing-trisquel.rst b/frags/installing-trisquel.rst new file mode 100644 index 00000000..4ca8bcc5 --- /dev/null +++ b/frags/installing-trisquel.rst @@ -0,0 +1,4 @@ +To install the GNU Taler Trisquel packages, first ensure that you have +the right Trisquel distribution. Packages are currently available for +Trisquel GNU/Linux 10.0. Simply follow the same instructions provided +for Ubuntu 20.04 LTS (Focal Fossa). diff --git a/manpages/taler.conf.5.rst b/manpages/taler.conf.5.rst index 7d7f5b86..79ca6d7a 100644 --- a/manpages/taler.conf.5.rst +++ b/manpages/taler.conf.5.rst @@ -178,6 +178,16 @@ KYC_MODE Set to "NONE" to disable KYC for this exchange (but check with your lawyer first). Set to "OAUTH2" to use OAuth2 for KYC. +KYC_WITHDRAW_LIMIT + Maximum amount that can be withdrawn in + KYC_WITHDRAW_PERIOD without needing KYC. + Only used if KYC_MODE is not "NONE". + +KYC_WITHDRAW_PERIOD + The time period over which transactions + are considered for the KYC_WITHDRAW_LIMIT. + Only used if KYC_MODE is not "NONE". + EXCHANGE KYC OAUTH2 OPTIONS --------------------------- diff --git a/taler-exchange-manual.rst b/taler-exchange-manual.rst index ef0d501a..7054b3dc 100644 --- a/taler-exchange-manual.rst +++ b/taler-exchange-manual.rst @@ -332,6 +332,10 @@ offline signing and the terms of service. Sample configuration files for the HTTP reverse proxy can be found in ``/etc/taler-exchange/``. +Installing the GNU Taler binary packages on Trisquel +---------------------------------------------------- + +.. include:: frags/installing-trisquel.rst Installing the GNU Taler binary packages on Ubuntu -------------------------------------------------- diff --git a/taler-merchant-manual.rst b/taler-merchant-manual.rst index d5b9fcc7..b076684e 100644 --- a/taler-merchant-manual.rst +++ b/taler-merchant-manual.rst @@ -357,6 +357,12 @@ Installing the GNU Taler binary packages on Debian .. include:: frags/apt-install-taler-merchant.rst +Installing the GNU Taler binary packages on Trisquel +---------------------------------------------------- + +.. include:: frags/installing-trisquel.rst + + Installing the GNU Taler binary packages on Ubuntu -------------------------------------------------- -- cgit v1.2.3