5
0
Fork
You've already forked bylaws
0
The bylaws and standing rules of Foulab
  • HTML 49%
  • Typst 47.6%
  • Makefile 3.4%
Find a file
2026年05月19日 22:14:45 -04:00
bylaws.html add Bylaws as adopted by the membership on 2025年10月28日 2025年11月01日 20:26:01 -04:00
bylaws.pdf add Bylaws as adopted by the membership on 2025年10月28日 2025年11月01日 20:26:01 -04:00
bylaws.typ add Bylaws as adopted by the membership on 2025年10月28日 2025年11月01日 20:26:01 -04:00
Makefile Initial commit: explain repository and add makefile 2025年10月28日 23:45:39 -04:00
README.md Initial commit: explain repository and add makefile 2025年10月28日 23:45:39 -04:00
standing-rules.html Add standing rule as adopted at the May 2026 meeting 2026年05月19日 22:14:45 -04:00
standing-rules.pdf Add standing rule as adopted at the May 2026 meeting 2026年05月19日 22:14:45 -04:00
standing-rules.typ Add standing rule as adopted at the May 2026 meeting 2026年05月19日 22:14:45 -04:00

This repository contains a historical record of Foulab's bylaws and standing rules, as adopted by the membership.

These documents are written with Typst so they can be easily rendered to formats like PDF or HTML.

To generate the rendered PDF and HTML documents, install make and Typst and run:

# all formats
make all
# PDF only
make pdf
# HTML only
make html
# remove generated files
make clean