Document cards export.

This commit is contained in:
Dominik Pantůček 2023-04-23 18:58:38 +02:00
parent 6658b1ebcf
commit f3653cf4ef

View file

@ -17,8 +17,26 @@ questionable.
### Members Info Printer ### Members Info Printer
Export Modules
--------------
These modules generate export files for other systems.
### Cards ### Cards
(import cards)
Exports files with card information for BrmDoor.
(cards-export mb cards desfire)
* ```mb``` - mbase structure
* ```cards``` - file path for generic cards
* ```desfire``` - file path for desfire cards
Generates two files with cards information for all active members. The
file format is compatible with BrmDoor project.
### Web Static ### Web Static
(import web-static) (import web-static)