/* clectio -- tiny, fast, suckless daily readings. * * Computes nothing at runtime: the liturgical calendar, its reading citations * and the scripture text are all compiled in (see gen/ and the Makefile). For a * date it does a table lookup and prints the day and its readings. Configuration * is compile-time (config.h), suckless-style: edit and recompile. * * Public domain. The compiled scripture corpus is NOT part of this program's * licence (see README): the default is the public-domain Latin Vulgate. */ #define _POSIX_C_SOURCE 200809L /* localtime_r, isatty under -std=c99 */ #include "config.h" #include LITURGY /* gen/liturgy_