# Maps a calendar day (MM-DD — the sanctoral cycle repeats every civil year # regardless of weekday, unlike the temporal cycle) to the saint-id(s) # celebrated that day. This indirection is the whole point: to move a saint # to a different day, edit this mapping. The saint's own record # (data/calendar/saints/.yml) never changes — it's the same record # whichever day points at it. # # A small, growable subset, not a full year — see the plan discussion this # came out of. Each entry's rank is verified directly against Divinum # Officium (see the saint's own file for which one) rather than # reconstructed from memory, unlike data/calendar/temporal-categories.yml's # privileged-day lists. `example-confessor` is deliberately NOT mapped to # any day here — it's fictional, kept only to document the record shape. days: # January — first month of the pre-1955 pull (see the saint files' own # comments for source/verification detail per entry). Deliberately # excludes: pure octave-continuation days (In Octava S. Stephani, the # several "die infra Octavam Epiphaniae" days, etc. — not sanctoral, # out of scope per the Non-goals discussion) and fixed-date feasts of # the Lord/BMV (Circumcision Jan 1, Epiphany Jan 6 — temporal, not # sanctoral, and not modeled by this app at all yet, a separate gap). "01-05": [st-telesphorus] "01-11": [st-hyginus] "01-14": [st-felix-presbyter] "01-15": [st-maurus-abbot] "01-16": [st-marcellus-i] "01-17": [st-anthony-abbot] "01-18": [chair-of-st-peter-at-rome, st-prisca] "01-19": [st-paul-the-hermit, ss-marius-martha-audifax-and-abachum] "01-20": [ss-fabian-and-sebastian] "01-21": [st-agnes] "01-22": [ss-vincent-and-anastasius] "01-23": [st-hilary-of-poitiers, st-emerentiana] "01-24": [st-timothy] "01-25": [conversion-of-st-paul] "01-26": [st-polycarp] "01-27": [st-john-chrysostom] "01-28": [st-agnes-secunda] # February — 2/12 of the pre-1955 pull. Same exclusions as January (pure # octave/temporal continuations, fixed Lord/BVM feasts: Purification # Feb 2), plus two new ones found this month: the generic, non-saint # "Sanctae Mariae Sabbato" Saturday votive (Feb 3, whenever that date # falls on a Saturday — St. Blaise's own record ignores it, see his # file), and Feb 29's leap-year redirect of the Vigil of St. Matthias # (a real but not-yet-modeled leap-day date-shift, see st-matthias.yml). "02-01": [st-ignatius-of-antioch] "02-03": [st-blaise] "02-05": [st-agatha] "02-06": [st-dorothea] "02-07": [st-romuald] "02-09": [st-apollonia] "02-10": [st-scholastica] "02-14": [st-valentine] "02-15": [ss-faustinus-and-jovita] "02-18": [st-simeon] "02-22": [chair-of-st-peter-at-antioch] "02-23": [vigil-of-st-matthias] "02-24": [st-matthias] # March — 3/12 of the pre-1955 pull. Same exclusions as before (fixed # BVM feast: Annunciation Mar 25). St. Benedict's own day (Mar 21, # Duplex I. classis, the highest rank in this set so far) has no # unique propers in the source at all — see st-benedict.yml. "03-04": [st-lucius-i] "03-07": [st-thomas-aquinas] "03-09": [st-frances-of-rome] "03-10": [forty-holy-martyrs] "03-12": [st-gregory-the-great] "03-19": [st-joseph] "03-21": [st-benedict] # April — 4/12 of the pre-1955 pull. St. Robert/St. Catherine of Siena # (Apr 29) is a genuine monastic-calendar reassignment, not a mistake — # see st-robert.yml. St. Francis of Paola's native date (Apr 2) often # transfers due to Holy Week; that's the existing transfer machinery, # not something recorded specially here. "04-02": [st-francis-of-paola] "04-11": [st-leo-i] "04-14": [ss-tiburtius-valerian-and-maximus] "04-17": [st-anicetus] "04-22": [ss-soter-and-caius] "04-23": [st-george] "04-25": [st-mark] "04-26": [ss-cletus-and-marcellinus] "04-28": [st-vitalis] "04-29": [st-robert, st-catherine-of-siena] "04-30": [st-peter-martyr] # May — 5/12 of the pre-1955 pull. Same exclusions as before: fixed # feasts of the Lord (Finding of the Holy Cross May 3), and movable # ones (Ascension, Trinity Sunday, Corpus Christi — all skipped as # primary, since they're temporal, not sanctoral). Two stubs this month # (Ss. Alexander/Eventius/Theodulus/Juvenal, St. Pudentiana) are # genuinely un-winnable in any year, not just an artifact of which year # was checked — see their own files. "05-01": [ss-philip-and-james] "05-02": [st-athanasius] "05-03": [ss-alexander-eventius-theodulus-and-juvenal] "05-04": [st-monica] "05-06": [st-john-before-the-latin-gate] "05-07": [st-stanislaus] "05-08": [apparition-of-st-michael] "05-09": [st-gregory-nazianzen] "05-12": [ss-nereus-achilleus-domitilla-and-pancras] "05-14": [st-boniface] "05-16": [st-ubald] "05-19": [st-peter-celestine, st-pudentiana] "05-22": [st-romanus-abbot] "05-25": [st-urban-i] "05-26": [st-eleutherius] "05-27": [st-john-i] "05-30": [st-felix-i] "08-09": [vigil-of-st-lawrence] "08-10": [st-lawrence] "08-15": [assumption] "08-28": [st-augustine] "09-08": [nativity-bvm] "09-29": [st-michael] "11-01": [all-saints] "12-08": [immaculate-conception]