commit d13d6eee5e8216b7160912d2d005a397b6d977e8
parent 468eb743aec2b7838857d6c60f80a3530cb1b250
Author: Antoine A <>
Date: Tue, 23 Dec 2025 13:54:39 +0100
cyclos: register man pages and manual
Diffstat:
4 files changed, 22 insertions(+), 3 deletions(-)
diff --git a/conf.py b/conf.py
@@ -975,7 +975,7 @@ man_pages = [
"GNU Taler contributors",
5,
),
- (
+ (
"manpages/taler-magnet-bank.1",
"taler-magnet-bank",
"implementation of Magnet Bank Taler adapter",
@@ -989,6 +989,20 @@ man_pages = [
"GNU Taler contributors",
5,
),
+ (
+ "manpages/taler-cyclos.1",
+ "taler-cyclos",
+ "implementation of Cyclos Taler adapter",
+ "GNU Taler contributors",
+ 1,
+ ),
+ (
+ "manpages/taler-cyclos.conf.5",
+ "taler-cyclos.conf",
+ "Cyclos adapter configuration file",
+ "GNU Taler contributors",
+ 5,
+ ),
]
# If true, show URL addresses after external links.
diff --git a/index.rst b/index.rst
@@ -66,6 +66,7 @@ Documentation Overview
taler-directory-manual
taler-mailbox-manual
taler-magnet-bank-manual
+ taler-cyclos-manual
libeufin/index
depolymerization/index
design-documents/index
diff --git a/taler-developer-manual.rst b/taler-developer-manual.rst
@@ -49,6 +49,8 @@ overview:
* taler-magnet-bank: implementation of the "bank" API using the Magnet Bank API.Allows an exchange to interact with Magnet Bank.
+* taler-cyclos: implementation of the "bank" API using the Cyclos API. Allows an exchange to interact with a Cyclos network.
+
* depolymerization: implementation of the "bank" API on top of
blockchains, specifically Bitcoin and Ethereum. Allows an exchange
to interact with crypto-currencies.
diff --git a/taler-exchange-manual.rst b/taler-exchange-manual.rst
@@ -177,9 +177,11 @@ components:
(2) For production, **libeufin**'s ``libeufin-nexus`` component
implements a wire adapter towards the traditional SEPA banking
system with IBAN accounts using the EBICS protocol.
- (3) For production, **talet-magnet-bank** component
+ (3) **taler-magnet-bank** component
implements a wire adapter towards the Magnet Bank API.
- (4) To use GNU Taler with blockchains, the **Depolymerization**
+ (4) **taler-cyclos** component
+ implements a wire adapter towards the Cyclos API.
+ (5) To use GNU Taler with blockchains, the **Depolymerization**
component provides a wire gateway API that runs on top of
blockchains like Bitcoin and Ethereum.