diff options
| -rw-r--r-- | NOTICE | 9 | ||||
| -rw-r--r-- | internal/config/config.go | 2 |
2 files changed, 10 insertions, 1 deletions
@@ -17,6 +17,15 @@ The 1962 calendar data in internal/caldata/tridentine-calendar.ini was bootstrapped with reference to Divinum Officium (https://divinumofficium.com) and the Missal1962 / tridentine_calendar projects, and is lectio's own. +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. + Scripture corpora — deuterocanon -------------------------------- The deuterocanonical books added to the Vulgate (vul) and Douay-Rheims (drb) diff --git a/internal/config/config.go b/internal/config/config.go index ec50e0c..b29c16c 100644 --- a/internal/config/config.go +++ b/internal/config/config.go @@ -63,7 +63,7 @@ const configHeader = `# lectio configuration (INI). Full-line comments only (# o // Version is lectio's release version, shared by every binary's // -v/--version output (lectio, lectio-ui, lectio-web). -const Version = "0.35.0" +const Version = "0.36.0" // validVersions are the five scripture versions lectio understands. var validVersions = map[string]bool{ |
