exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit d103d7b1634bb24c73d51cb4f3fb4f24239dafde
parent 827f65d997243fcb3e65a99dc2f373615ae74f68
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu, 20 Jul 2023 17:10:36 +0200

-new man page

Diffstat:
Mcontrib/Makefile.am | 10+++++-----
Rcontrib/pp-v0.rst -> contrib/exchange-pp-v0.rst | 0
Rcontrib/tos-bfh-v0.rst -> contrib/exchange-tos-bfh-v0.rst | 0
Rcontrib/tos-v0.rst -> contrib/exchange-tos-v0.rst | 0
Rcontrib/locale/de/LC_MESSAGES/tos-v0.po -> contrib/locale/de/LC_MESSAGES/exchange-tos-v0.po | 0
Mcontrib/taler-terms-generator.in | 2+-
Mdoc/Makefile.am | 1+
Msrc/exchange/exchange.conf | 8++++----
8 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/contrib/Makefile.am b/contrib/Makefile.am @@ -13,11 +13,11 @@ dist_tmplpkgdata_DATA = \ persona-kyc-failed.en.must \ persona-provider-failure.en.must -termsdir=$(datadir)/taler/exchange/ +termsdir=$(datadir)/taler/terms/ terms_DATA = \ - tos-v0.rst \ - tos-bfh-v0.rst \ - pp-v0.rst + exchange-tos-v0.rst \ + exchange-tos-bfh-v0.rst \ + exchange-pp-v0.rst install-exec-local: pwd @@ -44,7 +44,7 @@ CLEANFILES = \ taler-terms-generator EXTRA_DIST = \ - locale/de/LC_MESSAGES/tos-v0.po \ + locale/de/LC_MESSAGES/exchange-tos-v0.po \ taler-bank-manage-testing \ taler-nexus-prepare \ taler-terms-generator.in \ diff --git a/contrib/pp-v0.rst b/contrib/exchange-pp-v0.rst diff --git a/contrib/tos-bfh-v0.rst b/contrib/exchange-tos-bfh-v0.rst diff --git a/contrib/tos-v0.rst b/contrib/exchange-tos-v0.rst diff --git a/contrib/locale/de/LC_MESSAGES/tos-v0.po b/contrib/locale/de/LC_MESSAGES/exchange-tos-v0.po diff --git a/contrib/taler-terms-generator.in b/contrib/taler-terms-generator.in @@ -88,7 +88,7 @@ EOF # defaults AUTHOR="GNU Taler team" -VERSION="tos-v0" +VERSION="exchange-tos-v0" OUTPUT="%termsdir%" PAPER="a4" COPYRIGHT="2014-2023 Taler Systems SA (GPLv3+ or GFDL 1.3+)" diff --git a/doc/Makefile.am b/doc/Makefile.am @@ -42,6 +42,7 @@ man_MANS = \ prebuilt/man/taler-helper-auditor-purses.1\ prebuilt/man/taler-helper-auditor-reserves.1\ prebuilt/man/taler-helper-auditor-wire.1 \ + prebuilt/man/taler-terms-generator.1 \ prebuilt/man/taler-unified-setup.1 info_TEXINFOS = \ diff --git a/src/exchange/exchange.conf b/src/exchange/exchange.conf @@ -120,13 +120,13 @@ WIREWATCH_IDLE_SLEEP_INTERVAL = 1 s SIGNKEY_LEGAL_DURATION = 2 years # Directory with our terms of service. -TERMS_DIR = $DATADIR/exchange/ +TERMS_DIR = $DATADIR/terms/ # Etag / filename for the terms of service. -TERMS_ETAG = tos-v0 +TERMS_ETAG = exchange-tos-v0 # Directory with our privacy policy. -PRIVACY_DIR = $DATADIR/exchange/ +PRIVACY_DIR = $DATADIR/terms/ # Etag / filename for the privacy policy. -PRIVACY_ETAG = pp-v0 +PRIVACY_ETAG = exchange-pp-v0