From 012ad74fc948d4da16a033b1cffb6d3ef458f7f4 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 13 Mar 2020 15:24:48 +0100 Subject: new commands --- conf.py | 8 +++++- manpages/taler-exchange-aggregator.1.rst | 9 +++--- manpages/taler-exchange-closer.1.rst | 47 ++++++++++++++++++++++++++++++++ manpages/taler-exchange-transfer.1.rst | 47 ++++++++++++++++++++++++++++++++ 4 files changed, 106 insertions(+), 5 deletions(-) create mode 100644 manpages/taler-exchange-closer.1.rst create mode 100644 manpages/taler-exchange-transfer.1.rst diff --git a/conf.py b/conf.py index 456e9c0f..51a848ba 100644 --- a/conf.py +++ b/conf.py @@ -280,7 +280,13 @@ man_pages = [ "tool to simplify Taler configuration generation", "GNU Taler contributors", 1), ("manpages/taler-exchange-aggregator.1", "taler-exchange-aggregator", - "aggregate and execute exchange transactions", "GNU Taler contributors", + "aggregate deposits into wire transfers", "GNU Taler contributors", + 1), + ("manpages/taler-exchange-closer.1", "taler-exchange-closer", + "close idle reserves", "GNU Taler contributors", + 1), + ("manpages/taler-exchange-transfer.1", "taler-exchange-transfer", + "execute wire transfers", "GNU Taler contributors", 1), ("manpages/taler-exchange-benchmark.1", "taler-exchange-benchmark", "measure exchange performance", "GNU Taler contributors", 1), diff --git a/manpages/taler-exchange-aggregator.1.rst b/manpages/taler-exchange-aggregator.1.rst index 8f9afaaf..e76e129c 100644 --- a/manpages/taler-exchange-aggregator.1.rst +++ b/manpages/taler-exchange-aggregator.1.rst @@ -6,7 +6,7 @@ taler-exchange-aggregator(1) Name ==== - **taler-exchange-aggregator** - aggregate and execute exchange transactions + **taler-exchange-aggregator** - aggregate deposits into wire transfers Synopsis ======== @@ -18,8 +18,9 @@ Synopsis Description =========== -**taler-exchange-aggregator** is a command line tool to run pending -transactions from the Taler exchange. +**taler-exchange-aggregator** is a command line tool to run aggregate deposits +to the same merchant into larger wire transfers. The actual transfers are then +done by **taler-exchange-transfer**. **-d** *DIRNAME* \| **--exchange-dir=**\ ‌\ *DIRNAME* Use the configuration and other resources for the exchange to operate @@ -37,7 +38,7 @@ transactions from the Taler exchange. See Also ======== -taler-exchange-dbinit(1), taler-exchange-keyup(1), +taler-exchange-transfer(1), taler-exchange-closer(1), taler-exchange-httpd(1), taler.conf(5). Bugs diff --git a/manpages/taler-exchange-closer.1.rst b/manpages/taler-exchange-closer.1.rst new file mode 100644 index 00000000..a1ab67c3 --- /dev/null +++ b/manpages/taler-exchange-closer.1.rst @@ -0,0 +1,47 @@ +taler-exchange-closer(1) +############################ + +.. only:: html + + Name + ==== + + **taler-exchange-closer** - close idle reserves + +Synopsis +======== + +**taler-exchange-closer** +[**-d** *DIRNAME* | **--exchange-dir=**\ ‌\ *DIRNAME*] +[**-h** | **--help**] [**-t** | **--test**] [**-v** | **--version**] + +Description +=========== + +**taler-exchange-closer** is a command line tool to run close +reserves that have been idle for too long, causing transfers +to the originating bank account to be scheduled. + +**-d** *DIRNAME* \| **--exchange-dir=**\ ‌\ *DIRNAME* + Use the configuration and other resources for the exchange to operate + from *DIRNAME*. + +**-h** \| **--help** + Print short help on options. + +**-t** \| **--test** + Run in test mode and exit when idle. + +**-v** \| **--version** + Print version information. + +See Also +======== + +taler-exchange-transfer(1), taler-exchange-httpd(1), taler.conf(5). + +Bugs +==== + +Report bugs by using https://gnunet.org/bugs/ or by sending electronic +mail to . diff --git a/manpages/taler-exchange-transfer.1.rst b/manpages/taler-exchange-transfer.1.rst new file mode 100644 index 00000000..78427a2d --- /dev/null +++ b/manpages/taler-exchange-transfer.1.rst @@ -0,0 +1,47 @@ +taler-exchange-transfer(1) +############################ + +.. only:: html + + Name + ==== + + **taler-exchange-transfer** - execute scheduled wire transfers + +Synopsis +======== + +**taler-exchange-transfer** +[**-d** *DIRNAME* | **--exchange-dir=**\ ‌\ *DIRNAME*] +[**-h** | **--help**] [**-t** | **--test**] [**-v** | **--version**] + +Description +=========== + +**taler-exchange-transfer** is a command line tool to actually execute scheduled wire transfers (using the bank/wire gateway). +The transfers are prepared by the **taler-exchange-aggregator** and **taler-exchange-closer** tools. + +**-d** *DIRNAME* \| **--exchange-dir=**\ ‌\ *DIRNAME* + Use the configuration and other resources for the exchange to operate + from *DIRNAME*. + +**-h** \| **--help** + Print short help on options. + +**-t** \| **--test** + Run in test mode and exit when idle. + +**-v** \| **--version** + Print version information. + +See Also +======== + +taler-exchange-aggregator(1), taler-exchange-closer(1), +taler-exchange-httpd(1), taler.conf(5). + +Bugs +==== + +Report bugs by using https://gnunet.org/bugs/ or by sending electronic +mail to . -- cgit v1.2.3