No description
Find a file
2023-03-20 19:39:40 +01:00
.gitignore Port last bits and pieces of orig tool. 2023-03-16 19:53:54 +01:00
ansi.scm Destroyed, students, suspended predicates and base info. 2023-03-19 07:53:48 +01:00
brmsaptool.scm New ids. 2023-03-20 19:23:08 +01:00
brmsaptool.sh Add skeleton of members base. 2023-03-14 23:04:10 +01:00
command-line.scm Improve command-line syntax. 2023-03-14 21:10:18 +01:00
configuration.scm Ignore invalid markers. 2023-03-20 13:59:08 +01:00
dictionary.scm Dictionary reduce, prepare members-base usage. 2023-03-16 11:24:04 +01:00
listing.scm Update actual dependencies. 2023-03-20 12:36:55 +01:00
Makefile IDs stats. 2023-03-20 18:34:48 +01:00
member-file.scm IDs stats. 2023-03-20 18:34:48 +01:00
member-record.scm New member format ~E. 2023-03-20 15:00:24 +01:00
members-base-stats.gp Fix handling joined in the base. 2023-03-19 19:32:56 +01:00
members-base.scm Highlight suspended title. 2023-03-20 19:26:39 +01:00
month.scm Fix month computation. 2023-03-19 19:06:22 +01:00
period.scm Period errors reporting. 2023-03-20 14:55:37 +01:00
primes.scm IDs stats. 2023-03-20 18:34:48 +01:00
progress.scm Finish new progress. 2023-03-20 16:34:44 +01:00
README.md Add README skeleton. 2023-03-20 19:39:40 +01:00
testing.scm Finish the build infrastructure for separate linking. 2023-03-14 14:50:10 +01:00
utils.scm Finish utils split out. 2023-03-14 23:17:12 +01:00

BrmBuro

Brmlab Bureacratic system.

License

ISC License

Copyright 2023 Brmlab, z.s. Dominik Pantůček dominik.pantucek@trustica.cz

Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Features

  • members base management
    • member files parsing and validation
    • member ids validation
    • generating new member id
    • per-month statistics of active, suspended, destroyed and student members
    • detailed member information
    • querying members by id or nick

Requirements

There are no runtime requirements, it is possible to build binary that requires only libc.

Build requirements:

  • Chicken Scheme 5
  • make (tested with GNU make)

It is possible to run the main tool as script with Chicken Scheme interpreter and POSIX-compatible shell for the purpose of development.

Development requirements:

  • POSIX shell

Functional Modules

Support Modules