Prepaid bar tab payment system for hackerspaces https://revbank.nl
  • Perl 97%
  • Prolog 2.8%
  • Shell 0.2%
Find a file
Juerd Waalboer db5cfbf0c0
All checks were successful
Test / test (push) Successful in 52s
products: Actually do what's documented re beginning with ;
Also: add unit test for aliases (new-style).
2026-03-03 01:52:31 +01:00
.forgejo/workflows Switch CI to Forgejo Actions 2025-09-05 20:23:14 +02:00
contrib v10.6.1: require Perl 5.36+ 2025-09-05 00:00:09 +02:00
data v12.0.0: change alias delimiter 2026-03-02 23:52:09 +01:00
lib products: Actually do what's documented re beginning with ; 2026-03-03 01:52:31 +01:00
mkdocs Update mkdocs config 2025-09-20 21:58:28 +02:00
plugins sumup: add convenient donation to round up to minimum 2026-02-19 17:43:47 +01:00
t products: Actually do what's documented re beginning with ; 2026-03-03 01:52:31 +01:00
.gitignore Update .gitignore: add mkdocs output 2025-09-19 22:14:06 +02:00
INSTALLING.md Documentation formatting 2025-10-07 00:36:35 +02:00
LICENSE Update LICENSE to anyosi v2 2025-05-07 00:59:46 +02:00
Makefile.PL Remove references to GitHub. 2025-09-05 00:10:16 +02:00
README.md Make docs link stand out 2025-09-07 01:57:33 +02:00
revbank products: Actually do what's documented re beginning with ; 2026-03-03 01:52:31 +01:00
UPGRADING.md v12.0.0: change alias delimiter 2026-03-02 23:52:09 +01:00

revbank - Banking for hackerspace visitors

Installing RevBank

For new installations, refer to INSTALLING.md.

Upgrading RevBank

When upgrading from a previous version, please refer to the file UPGRADING.md because there might be incompatible changes that require your attention.

Using RevBank (for end users)

Type help.

Exiting revbank

Exiting is not supported because it's designed to run continuously on its main terminal. But if you run it from a shell, you can probably stop it using ctrl+Z and then kill the process (e.g. kill %1). RevBank does not keep any files open, so it's safe to kill when idle.

Documentation

End-user documentation is provided through the help command, which has been proven to suffice.

For administrators, the RevBank administrator guide is provided to describe the inner workings in more detail.

https://revbank.nl/docs/

The documents are also available in the source repository as .md and .pod files. The POD files can be read with perldoc in a terminal.