From 6d5b83910fdd87391d9699416abb4251425d6819 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Wed, 20 Jan 2021 00:47:18 -0500 Subject: taler-config-generate(1): delete manpage MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * conf.py (man_pages): Remove ‘taler-config-generate’. * manpages/taler-config-generate.1.rst: Delete file. This commit completes the "move" of this manpage to developers-manual. --- conf.py | 3 -- manpages/taler-config-generate.1.rst | 97 ------------------------------------ 2 files changed, 100 deletions(-) delete mode 100644 manpages/taler-config-generate.1.rst diff --git a/conf.py b/conf.py index c850a097..4cf0dd39 100644 --- a/conf.py +++ b/conf.py @@ -282,9 +282,6 @@ man_pages = [ "GNU Taler contributors", 1), ("manpages/taler-auditor.1", "taler-auditor", "audit exchange", "GNU Taler contributors", 1), - ("manpages/taler-config-generate.1", "taler-config-generate", - "tool to simplify Taler configuration generation", - "GNU Taler contributors", 1), ("manpages/taler-exchange-aggregator.1", "taler-exchange-aggregator", "aggregate deposits into wire transfers", "GNU Taler contributors", 1), diff --git a/manpages/taler-config-generate.1.rst b/manpages/taler-config-generate.1.rst deleted file mode 100644 index 5c9b813a..00000000 --- a/manpages/taler-config-generate.1.rst +++ /dev/null @@ -1,97 +0,0 @@ -taler-config-generate(1) -######################## - -.. only:: html - - Name - ==== - - **taler-config-generate** - tool to simplify Taler configuration - generation - -Synopsis -======== - -**taler-config-generate** -[**-C** *CURRENCY* | **––currency=**\ ‌\ *CURRENCY*] -[**-c** *FILENAME* | **––config=**\ ‌\ *FILENAME*] -[**-e** | **––exchange**] -[**-f** *AMOUNT* | *––wirefee=*\ ‌\ *AMOUNT*] -[**-h** | **––help**] -[**-J** *JSON* | **––wire-json-exchange=**\ ‌\ *JSON*] -[**-j** *JSON* | **––wire-json-merchant=**\ ‌\ *JSON*] -[**-L** *LOGLEVEL* | **––loglevel=**\ ‌\ *LOGLEVEL*] -[**-m** | **––merchant**] -[**-t** | **––trusted**] -[**-v** | **––version**] -[**-w** *WIREFORMAT* | **––wire** *WIREFORMAT*] -[**––bank-uri**] -[**––exchange-bank-account**] -[**––merchant-bank-account**] - -Description -=========== - -**taler-config-generate** can be used to generate configuration files -for the Taler exchange or Taler merchants. - -**-C** *CURRENCY* \| **––currency=**\ ‌\ *CURRENCY* - Which currency should we use in the configuration. - -**-c** *FILENAME* \| **––config=**\ ‌\ *FILENAME* - Location where to write the generated configuration. Existing file - will be updated, not overwritten. - -**-e** \| **––exchange** - Generate configuration for a Taler exchange. - -**-f** *AMOUNT* \| *-wirefee=*\ ‌\ *AMOUNT* - Setup wire transfer fees for the next 5 years for the exchange (for - all wire methods). - -**-h** \| **––help** - Shows this man page. - -**-J** *JSON* \| **––wire-json-exchange=**\ ‌\ *JSON* - Wire configuration to use for the exchange. - -**-j** *JSON* \| **––wire-json-merchant=**\ ‌\ *JSON* - Wire configuration to use for the merchant. - -**-L** *LOGLEVEL* \| **––loglevel=**\ ‌\ *LOGLEVEL* - Use LOGLEVEL for logging. Valid values are DEBUG, INFO, WARNING and - ERROR. - -**-m** \| **––merchant** - Generate configuration for a Taler merchant. - -**-t** \| **––trusted** - Setup current exchange as trusted with current merchant. Generally - only useful when configuring for testcases. - -**-v** \| **––version** - Print version information. - -**-w** *WIREFORMAT* \| **––wire** *WIREFORMAT* - Specifies which wire format to use (i.e. “test” or “sepa”) - -**––bank-uri** - Alternative to specify wire configuration to use for the exchange and - merchant for the “test” wire method. Only useful if WIREFORMAT was - set to “test”. Specifies the URI of the bank. - -**––exchange-bank-account** - Alternative to specify wire configuration to use for the exchange for - the “test” wire method. Only useful if WIREFORMAT was set to “test”. - Specifies the bank account number of the exchange. - -**––merchant-bank-account** - Alternative to specify wire configuration to use for the merchant for - the “test” wire method. Only useful if WIREFORMAT was set to “test”. - Specifies the bank account number of the merchant. - -Bugs -==== - -Report bugs by using https://bugs.taler.net/ or by sending electronic -mail to . -- cgit v1.2.3