1.1 KiB
1.1 KiB
HackerBase Modules
This file contains documentation of all exported symbols of all modules used. Modules are grouped according to their specificity to this project.
Functional Modules
These modules are specific to this project and their generic usage is questionable.
Members Fees Computation
Members Payments Processor
Members Info Printer
Cards
Web Static
(import web-static)
This module implements JendaSAP-compatible DokuWiki static files export.
(gen-web-static-member mr [dir])
mr
- member structuredir
- optional output directory
For given member mr
Generates the following files in given
directory dir
which defaults to current directory:
- nick.id - contains member id
- nick.balance - total current balance
- nick.misc - whole member file
- nick.log - git log of the member file
All four files use members' nick as base name.
(gen-web-static mb dir)
mb
- mbase instancedir
- path to destination directory
Generates static web files for all members in given mbase mb
and
stores them in the destination directory dir
.