taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 251872fbf56bfd3bc306b077d72941132a9d2b12
parent 4b91ddafc2338b7eaf2ea6f7609c45183303bb5f
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun,  4 Aug 2024 21:39:04 +0200

more man pages

Diffstat:
Mconf.py | 7+++++++
Mmanpages/taler-mdb-network-check.sh.1.rst | 4++--
Amanpages/taler-mdb-qr-show.1.rst | 70++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 79 insertions(+), 2 deletions(-)

diff --git a/conf.py b/conf.py @@ -603,6 +603,13 @@ man_pages = [ 1, ), ( + "manpages/taler-mdb-qr-show.1", + "taler-mdb-qr-show", + "show text encoded as QR code on the framebuffer", + "GNU Taler contributors", + 1, + ), + ( "manpages/taler-mdb-show.sh.1", "taler-mdb-show.sh", "render informational status images on vending machines' displays", diff --git a/manpages/taler-mdb-network-check.sh.1.rst b/manpages/taler-mdb-network-check.sh.1.rst @@ -16,8 +16,8 @@ Synopsis [**-c** *FILENAME*] [**-f** *FAIL_HELPER*] [**-h**] -[**--**] -[*PROGRAM*] +**--** +*PROGRAM* Description =========== diff --git a/manpages/taler-mdb-qr-show.1.rst b/manpages/taler-mdb-qr-show.1.rst @@ -0,0 +1,70 @@ +taler-mdb-qr-show(1) +#################### + +.. only:: html + + Name + ==== + + **taler-mdb-qr-show** - Show QR code on the framebuffer + + +Synopsis +======== + +**taler-mdb** +[**-c** *FILENAME* | **--config=**\ ‌\ *FILENAME*] +[**-d** *DELAY* | **--delay=**\ ‌\ *DELAY*] +[**-c** *FILENAME* | **--config=**\ ‌\ *FILENAME*] +[**-h** | **--help**] +[**-i** | **--backlight-invert**] +[**-L** _*LOGLEVEL* | **--log=**\ \ *LOGLEVEL*] +[**-l** _*FILENAME* | **--logfile=**\ \ *FILENAME*] +[**-v** | **--version**] +*URL* +**--** +*PROGRAM* + + +Description +=========== + +**taler-mdb-qr-show** is a command-line tool to show a QR code on a framebuffer display. The URL or text to be encoded in the QR code must be given as the last argument. After the QR code has been shown for the specified *DELAY*, the next *PROGRAM* from the command line will be executed. + +Its options are as follows: + +**-c** *FILENAME* \| **--config=**\ ‌\ *FILENAME* + Use the configuration and other resources for the Sync commands + to operate from *FILENAME*. + +**-d** *DELAY* \| **--delay=**\ ‌\ *DELAY* + How long should we display the QR code before running *PROGRAM*. + to operate from *FILENAME*. + +**-h** \| **--help** + Print short help on options. + +**-i** \| **--backlight-invert** + Invert the bit for turning on/off the backlight. + +**-L** *LOGLEVEL* \| **--log=**\ \ *LOGLEVEL* + Configure logging to use *LOGLEVEL*. + +**-l** *FILENAME* \| **--logfile=**\ \ *FILENAME* + Configure logging to write logs to *FILENAME*. + +**-v** \| **–version** + Print version information. + + +See Also +======== + +taler-mdb(1), taler.conf(5). + + +Bugs +==== + +Report bugs by using https://bugs.taler.net or by sending electronic +mail to <taler@gnu.org>.