diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-28 09:30:22 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-28 09:30:22 +0200 |
| commit | 6641ce335de522e6d51c47ad9d14f69726650592 (patch) | |
| tree | ff56e36d12b46698bd41a26e650df99436ed3f22 /NOTICE | |
| parent | 70b805018f0ae0d8424c3c7de8f1169476385a35 (diff) | |
| download | lectio-6641ce335de522e6d51c47ad9d14f69726650592.tar.gz lectio-6641ce335de522e6d51c47ad9d14f69726650592.zip | |
fix(of): canonical OT ferial week numbering + CR-sourced ferial lectionary
The Ordinary Form ferial lectionary had two linked defects, both from harvesting
niedziela.pl by date: (1) post-Pentecost Ordinary-Time ferial WEEK NUMBERS were
one too high (temporal.go counted back from Christ the King using the weekday
itself, not its preceding Sunday, so a ferial took the next week's number), and
(2) ~17 ferial keys held a SAINT's readings (stored when a saint displaced the
ferial on the queried date, e.g. week 22 smeared with a Marian Prov 8/John 2),
plus 16 weekday slots were missing entirely.
- temporal.go: number a span-2 ferial from its preceding Sunday. Verified
388/388 ferial-week agreement with calapi across 2026-2028.
- scripts/genlect-of-cr.py: regenerate the Ordinary-Time ferial lectionary
(first/psalm/gospel, both years, all 34 weeks) from catholic-resources.org
(Fr. Felix Just, S.J.), which is keyed by liturgical position (immune to
by-date contamination) and complete. Citations only; text still rendered from
the public-domain corpora. of-lectionary.ini OT ferials now 408 (was 392).
Fixes ~17 contaminated entries + 16 gaps + the week-numbering audit item. Psalms
already share modern numbering, so no conversion. Adds TestOFOrdinaryTimeFerialWeek.
Credits catholic-resources.org in NOTICE. Bumps to 0.40.0.
Diffstat (limited to 'NOTICE')
| -rw-r--r-- | NOTICE | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -24,10 +24,12 @@ Lectionary data (reading citations) ----------------------------------- The Mass reading CITATIONS (scripture references, not the text) in internal/caldata/tridentine-lectionary.ini (Extraordinary Form) and -internal/caldata/of-lectionary.ini (Ordinary Form Sundays & solemnities) were -compiled from, respectively, missalemeum.com (Divinum Officium data) and -niedziela.pl. Only the references were taken; the reading TEXT is rendered from -the public-domain corpora below — no copyrighted translation is redistributed. +internal/caldata/of-lectionary.ini (Ordinary Form) were compiled from +missalemeum.com (Divinum Officium data, EF), niedziela.pl (OF Sundays), and +catholic-resources.org (Fr. Felix Just, S.J. — the Ordinary Form weekday/ferial +lectionary of Ordinary Time, scripts/genlect-of-cr.py). Only the references were +taken; the reading TEXT is rendered from the public-domain corpora below — no +copyrighted translation is redistributed. OF sanctoral calendar --------------------- |
