summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--conf.py7
-rw-r--r--manpages/taler-exchange-kyc-aml-pep-trigger.1.rst35
2 files changed, 42 insertions, 0 deletions
diff --git a/conf.py b/conf.py
index 56df6565..49f59281 100644
--- a/conf.py
+++ b/conf.py
@@ -560,6 +560,13 @@ man_pages = [
1,
),
(
+ "manpages/taler-exchange-kyc-aml-pep-trigger.1",
+ "taler-exchange-kyc-aml-pep-trigger",
+ "Taler KYC_AML_TRIGGER example",
+ "GNU Taler contributors",
+ 1,
+ ),
+ (
"manpages/taler.conf.5",
"taler.conf",
"Taler configuration file",
diff --git a/manpages/taler-exchange-kyc-aml-pep-trigger.1.rst b/manpages/taler-exchange-kyc-aml-pep-trigger.1.rst
new file mode 100644
index 00000000..566fdcab
--- /dev/null
+++ b/manpages/taler-exchange-kyc-aml-pep-trigger.1.rst
@@ -0,0 +1,35 @@
+taler-exchange-kyc-aml-pep-trigger(1)
+#####################################
+
+.. only:: html
+
+ Name
+ ====
+
+ **taler-exchange-kyc-aml-pep-trigger** - helper script to trigger AML if KYC attributes indicate a politically exposed person
+
+Synopsis
+========
+
+**taler-exchange-kyc-aml-pep-trigger**
+
+
+Description
+===========
+
+**taler-exchange-kyc-aml-pep-trigger** is a trivial shell script to illustrate how to trigger an AML process when the KYC process sets the "PEP" flag in the attribute data.
+
+The script is mostly an example (or starting point) for
+writing programs for the KYC_AML_TRIGGER option of the
+exchange.
+
+See Also
+========
+
+taler.conf(5)
+
+Bugs
+====
+
+Report bugs by using https://bugs.taler.net or by sending electronic
+mail to <taler@gnu.org>.