# 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] "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]