diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-27 14:02:49 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-27 14:02:49 +0200 |
| commit | 78825639eab3c84d84a60fbd1f1781bcfa332044 (patch) | |
| tree | 75135a3e67d263a048470198e12e4573dc59e63a /internal/caldata/tridentine-calendar.ini | |
| parent | 58b748340059a02e696f6a7168f81114ac0f99e9 (diff) | |
| download | lectio-78825639eab3c84d84a60fbd1f1781bcfa332044.tar.gz lectio-78825639eab3c84d84a60fbd1f1781bcfa332044.zip | |
feat(caldata,cli): embed 1962 EF calendar + form-aware Stack; --liturgy computes EF
caldata.Tridentine()/Base(form); Stack(form,dir,use); runLiturgy drops the EF
guard and uses the form's base; rankLabel shows I-IV class; display omits OF
cycles + strips ef- slug prefix for EF.
Diffstat (limited to 'internal/caldata/tridentine-calendar.ini')
| -rw-r--r-- | internal/caldata/tridentine-calendar.ini | 112 |
1 files changed, 112 insertions, 0 deletions
diff --git a/internal/caldata/tridentine-calendar.ini b/internal/caldata/tridentine-calendar.ini new file mode 100644 index 0000000..f3e9111 --- /dev/null +++ b/internal/caldata/tridentine-calendar.ini @@ -0,0 +1,112 @@ +; General Roman Calendar of 1962 (Extraordinary Form) — universal sanctoral. +; The temporal cycle (seasons, Sundays, Easter/Christmas/Epiphany, Ascension, +; Pentecost, Trinity, Corpus Christi, Sacred Heart, Christ the King) is computed +; by internal/calendar (temporalEF) and is NOT listed here. +; Ranks use the 1960 Code of Rubrics: class-1..class-4 + commemoration. +; INITIAL coverage; ranks/membership refined against the missalemeum oracle. +; Bootstrapped with reference to Divinum Officium / Missal1962 — see NOTICE. + +[layer] +id = tridentine +name = General Roman Calendar of 1962 +type = universal + +; --- I class --- + +[immaculate-conception] +date = 12-08 +rank = class-1 +colour = white +name.en = The Immaculate Conception of the Blessed Virgin Mary +name.la = In Conceptione Immaculata Beatae Mariae Virginis + +[st-joseph] +date = 03-19 +rank = class-1 +colour = white +name.en = Saint Joseph, Spouse of the Blessed Virgin Mary +name.la = Sancti Joseph Sponsi Beatae Mariae Virginis + +[annunciation] +date = 03-25 +rank = class-1 +colour = white +name.en = The Annunciation of the Blessed Virgin Mary +name.la = In Annuntiatione Beatae Mariae Virginis + +[nativity-john-baptist] +date = 06-24 +rank = class-1 +colour = white +name.en = The Nativity of Saint John the Baptist + +[peter-and-paul] +date = 06-29 +rank = class-1 +colour = red +name.en = Saints Peter and Paul, Apostles + +[assumption] +date = 08-15 +rank = class-1 +colour = white +name.en = The Assumption of the Blessed Virgin Mary +name.la = In Assumptione Beatae Mariae Virginis + +[st-michael] +date = 09-29 +rank = class-1 +colour = white +name.en = The Dedication of Saint Michael the Archangel + +[all-saints] +date = 11-01 +rank = class-1 +colour = white +name.en = All Saints + +; --- II class --- + +[purification] +date = 02-02 +rank = class-2 +colour = white +name.en = The Purification of the Blessed Virgin Mary + +[st-lawrence] +date = 08-10 +rank = class-2 +colour = red +name.en = Saint Lawrence, Martyr + +[nativity-bvm] +date = 09-08 +rank = class-2 +colour = white +name.en = The Nativity of the Blessed Virgin Mary + +[exaltation-of-the-cross] +date = 09-14 +rank = class-2 +colour = red +name.en = The Exaltation of the Holy Cross + +[st-andrew] +date = 11-30 +rank = class-2 +colour = red +name.en = Saint Andrew, Apostle + +; --- III class --- + +[conversion-of-paul] +date = 01-25 +rank = class-3 +colour = white +name.en = The Conversion of Saint Paul the Apostle + +[st-lucy] +date = 12-13 +rank = class-3 +colour = red +name.en = Saint Lucy, Virgin and Martyr |
