There are two database file types.
- A CSV database featuring English quotations
- A JSON version featuring Latin quotations.
- Developed for use on Win10 and Linux
- Contains English translations
- Feast database must be within 100 records long.
- Number of feast days <= 100
feast_t feast_dbArray[100];
- Each record needs to be within 100 chars long
csvToStruct_feast( feast_db_struct, 100, filePath );
- I made a standalone CSV file for static feast days.
- Note: Feast days that designate the Liturgical calendar are embedded into the code. Adding those days are redundant.
- The user may add their own additional days.
- Edit the printf-time/database/csv/feast.csv file.
- Note: January starts at month 0, not 1.
- Developed for use on a Linux OS
- Contains Latin translations
- Requires:
json-cfrom the Debian repos or manually install from Github.
## Install json-c on Debian Linux
sudo apt install -y build-essential gcc libgtk-3-dev libjson-c-dev libjson-c-docSome links used to look up the feast day for different saints.