Bulk-convert the bible-plan TSV into Matins reading data

Converts all ~369 non-blank rows of the user's own scripture-reading
plan TSV into data/hours/bible-plan/*.yml, mapping each row's day label
to this app's (temporalId, weekday) or Dec25-Jan13 calendarDate scheme.
Fixes a few source TSV typos in the process (chapter-range and
trailing-colon citations); status stays explicitly `missing` pending the
separate Vulgate/Douay-Rheims import.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-16 19:20:18 -04:00
parent 2cc856ed92
commit d8d18fe31a
367 changed files with 4343 additions and 9 deletions
+51 -9
View File
@@ -34,12 +34,13 @@ across every hour and content type in this app.
2. **Minimal-proof-done, bulk content pending** — mechanism is built and trusted (a proof 2. **Minimal-proof-done, bulk content pending** — mechanism is built and trusted (a proof
date/entry already resolves correctly end-to-end); what's left is authoring/importing more date/entry already resolves correctly end-to-end); what's left is authoring/importing more
content in that same shape across the rest of the calendar: content in that same shape across the rest of the calendar:
- Matins: convert the rest of the user's ~390-row bible-plan TSV (2 proof dates converted - Matins: bible-plan TSV bulk conversion is done (see "Bible-plan TSV — bulk conversion
so far); author patristic/hagiographic readings for every saint where one can be done" below) — not yet spot-verified against a live reference breviary or added to a test
sourced — no longer Duplex+-gated, content is pooled and shown regardless of rank (see table, unlike other content in this project. Still open: author patristic/hagiographic
"Reading-pool redesign"); expand the per-book Matins responsory pool beyond its one readings for every saint where one can be sourced — no longer Duplex+-gated, content is
seeded book (`isa`); once the pre-1955 mechanism gap above is resolved, source those pooled and shown regardless of rank (see "Reading-pool redesign"); expand the per-book
saints' readings too. Matins responsory pool beyond its one seeded book (`isa`); once the pre-1955 mechanism gap
above is resolved, source those saints' readings too.
- The bulk Vulgate (Latin) + Douay-Rheims (English) scripture import into - The bulk Vulgate (Latin) + Douay-Rheims (English) scripture import into
`src/data/scripture/` — long-term project, explicitly deferred; Matins scripture `src/data/scripture/` — long-term project, explicitly deferred; Matins scripture
citations resolve to `missing` text until it lands. citations resolve to `missing` text until it lands.
@@ -1315,9 +1316,6 @@ writeup. `npm test` (359 tests, unchanged — the two proof dates still resolve
content, just via the new pool/distribute path) and `npm run build` both pass. content, just via the new pool/distribute path) and `npm run build` both pass.
**Not done in this pass — explicitly deferred, not silently dropped:** **Not done in this pass — explicitly deferred, not silently dropped:**
- All ~390 rows of the user's own bible-plan TSV — only the two proof
dates' rows are converted so far (both temporal-id-keyed; no
calendar-date-keyed rows for the Dec 25 - Jan 13 stretch yet).
- Full Sunday/feast-calendar patristic-reading authoring — now framed as - Full Sunday/feast-calendar patristic-reading authoring — now framed as
"every saint where a reading can be sourced," not just the ~75 Duplex+ "every saint where a reading can be sourced," not just the ~75 Duplex+
saints that get their own Nocturn 3 slot (see the reading-pool redesign saints that get their own Nocturn 3 slot (see the reading-pool redesign
@@ -1330,6 +1328,50 @@ content, just via the new pool/distribute path) and `npm run build` both pass.
- The bulk Vulgate (Latin) + Douay-Rheims (English) import into - The bulk Vulgate (Latin) + Douay-Rheims (English) import into
`src/data/scripture/` — in scope for the project long-term, explicitly `src/data/scripture/` — in scope for the project long-term, explicitly
deferred past this pass per direct instruction. deferred past this pass per direct instruction.
### Bible-plan TSV — bulk conversion done (2026-08)
All ~369 non-blank rows of the user's own bible-plan TSV (`~/Downloads/bible-plan.tsv`, 390
lines including section headers/blanks) are now converted into `data/hours/bible-plan/*.yml`
— 366 newly generated this pass, plus the 2 proof-date files already authored (`advent-3-tuesday`,
`post-pentecost-15-sunday`). One row (Ascension Thursday) has no readings in the source and
was correctly skipped — an honest gap in the user's own plan, not a conversion miss.
Conversion was mechanical (script, not hand-authored per file): each TSV "Day" label maps to
this app's `(temporalId, weekday)` scheme via the same rules `calendar/temporal-id.ts` uses
(ferias inherit their governing Sunday's id — e.g. "Ash Wednesday" → `quinquagesima`/`wednesday`,
"Nth Sunday after Trinity" → `post-pentecost-(N+1)` per the existing display-label convention),
or to a fixed `calendarDate` for the Dec 25 - Jan 13 stretch per the reading-pool redesign
above. Each `Reading N` column becomes its own `passages` entry; a chapter range like "Isa 36-37"
expands to one passage per chapter, matching the two proof files' own convention. Every
generated file sets `status: { la: missing, en: missing }` explicitly (not inferred), same as
the proof files — correct even where a handful of citations happen to land on already-authored
`src/data/scripture/*.yml` chapters (e.g. `cant-1`, `cant-8`, `sap-4`), since "verified" should
mean a human confirmed the reading, not that text merely happened to resolve.
A handful of book-abbreviation typos in the source TSV were fixed during conversion (not
preserved as authored): "Dt 19-2020" → Dt 19-20, "1 Mach 9-10-11" → 1 Mach 9-11, two
trailing-colon citations ("Mt 7:", "lk 17:") → whole-chapter references. Two day labels were
garbled by an apparent TSV row-merge artifact ("4th Sunday after Easter of 4th Week after
Easter", "Sunday after Ascension of Week after Ascension") — both parsed correctly by matching
just the leading "Nth Sunday after Easter"/"Sunday after Ascension" phrase and ignoring the
trailing garbage; not fixed in the source file itself since it wasn't touched.
One real content question, not a bug: "Sunday after Ascension" 's row has a Gospel reading
(Jn 17) as its third column — the only Sunday row in the whole TSV with one, seemingly
contradicting the design note that the user's plan "never assigns a Gospel on a Sunday" (see
memory `vu-matins-design`). Confirmed with the user (2026-08) to keep it as authored rather
than drop it — read as a deliberate exception for this specific Sunday, not an authoring slip.
`npm test` (359 tests, unchanged — these are new content files, not yet covered by any test
table) and `npm run build` both pass.
**Not done in this pass:**
- No verse text was imported — every row still resolves its scripture citation against
whatever's authored in `src/data/scripture/` (a handful of chapters) and otherwise renders
`missing`, per the deferred bulk Vulgate/Douay-Rheims import above.
- Not yet added to any test table (`tests/hours/matins.test.ts` still only covers the two
original proof dates) — bulk content isn't spot-verified against a live reference breviary
the way individual saints/feasts are elsewhere in this project.
- Seasonal variants of the invitatory antiphon, the ferial hymn, and - Seasonal variants of the invitatory antiphon, the ferial hymn, and
Sunday's own psalmody antiphons — all currently one fixed year-round Sunday's own psalmody antiphons — all currently one fixed year-round
text each, even though the source confirms at least the invitatory text each, even though the source confirms at least the invitatory
@@ -0,0 +1,11 @@
# Bulk-imported from the user's bible-plan TSV, row "Friday of I Advent".
temporalId: advent-1
weekday: friday
readings:
- passages:
- { book: isa, chapter: 12 }
- { book: isa, chapter: 13 }
status: { la: missing, en: missing }
- passages:
- { book: sap, chapter: 5 }
status: { la: missing, en: missing }
@@ -0,0 +1,11 @@
# Bulk-imported from the user's bible-plan TSV, row "Monday of I Advent".
temporalId: advent-1
weekday: monday
readings:
- passages:
- { book: isa, chapter: 4 }
- { book: isa, chapter: 5 }
status: { la: missing, en: missing }
- passages:
- { book: sap, chapter: 1 }
status: { la: missing, en: missing }
@@ -0,0 +1,11 @@
# Bulk-imported from the user's bible-plan TSV, row "Saturday of I Advent".
temporalId: advent-1
weekday: saturday
readings:
- passages:
- { book: isa, chapter: 14 }
- { book: isa, chapter: 15 }
status: { la: missing, en: missing }
- passages:
- { book: sap, chapter: 6 }
status: { la: missing, en: missing }
@@ -0,0 +1,9 @@
# Bulk-imported from the user's bible-plan TSV, row "Sunday of I Advent".
temporalId: advent-1
weekday: sunday
readings:
- passages:
- { book: isa, chapter: 1 }
- { book: isa, chapter: 2 }
- { book: isa, chapter: 3 }
status: { la: missing, en: missing }
@@ -0,0 +1,11 @@
# Bulk-imported from the user's bible-plan TSV, row "Thursday of I Advent".
temporalId: advent-1
weekday: thursday
readings:
- passages:
- { book: isa, chapter: 10 }
- { book: isa, chapter: 11 }
status: { la: missing, en: missing }
- passages:
- { book: sap, chapter: 4 }
status: { la: missing, en: missing }
@@ -0,0 +1,11 @@
# Bulk-imported from the user's bible-plan TSV, row "Tuesday of I Advent".
temporalId: advent-1
weekday: tuesday
readings:
- passages:
- { book: isa, chapter: 6 }
- { book: isa, chapter: 7 }
status: { la: missing, en: missing }
- passages:
- { book: sap, chapter: 2 }
status: { la: missing, en: missing }
@@ -0,0 +1,11 @@
# Bulk-imported from the user's bible-plan TSV, row "Wednesday of I Advent".
temporalId: advent-1
weekday: wednesday
readings:
- passages:
- { book: isa, chapter: 8 }
- { book: isa, chapter: 9 }
status: { la: missing, en: missing }
- passages:
- { book: sap, chapter: 3 }
status: { la: missing, en: missing }
@@ -0,0 +1,11 @@
# Bulk-imported from the user's bible-plan TSV, row "Friday of II Advent".
temporalId: advent-2
weekday: friday
readings:
- passages:
- { book: isa, chapter: 27 }
- { book: isa, chapter: 28 }
status: { la: missing, en: missing }
- passages:
- { book: sap, chapter: 11 }
status: { la: missing, en: missing }
@@ -0,0 +1,11 @@
# Bulk-imported from the user's bible-plan TSV, row "Monday of II Advent".
temporalId: advent-2
weekday: monday
readings:
- passages:
- { book: isa, chapter: 19 }
- { book: isa, chapter: 20 }
status: { la: missing, en: missing }
- passages:
- { book: sap, chapter: 7 }
status: { la: missing, en: missing }
@@ -0,0 +1,11 @@
# Bulk-imported from the user's bible-plan TSV, row "Saturday of II Advent".
temporalId: advent-2
weekday: saturday
readings:
- passages:
- { book: isa, chapter: 29 }
- { book: isa, chapter: 30 }
status: { la: missing, en: missing }
- passages:
- { book: sap, chapter: 12 }
status: { la: missing, en: missing }
@@ -0,0 +1,9 @@
# Bulk-imported from the user's bible-plan TSV, row "Sunday of II Advent".
temporalId: advent-2
weekday: sunday
readings:
- passages:
- { book: isa, chapter: 16 }
- { book: isa, chapter: 17 }
- { book: isa, chapter: 18 }
status: { la: missing, en: missing }
@@ -0,0 +1,11 @@
# Bulk-imported from the user's bible-plan TSV, row "Thursday of II Advent".
temporalId: advent-2
weekday: thursday
readings:
- passages:
- { book: isa, chapter: 25 }
- { book: isa, chapter: 26 }
status: { la: missing, en: missing }
- passages:
- { book: sap, chapter: 10 }
status: { la: missing, en: missing }
@@ -0,0 +1,11 @@
# Bulk-imported from the user's bible-plan TSV, row "Tuesday of II Advent".
temporalId: advent-2
weekday: tuesday
readings:
- passages:
- { book: isa, chapter: 21 }
- { book: isa, chapter: 22 }
status: { la: missing, en: missing }
- passages:
- { book: sap, chapter: 8 }
status: { la: missing, en: missing }
@@ -0,0 +1,11 @@
# Bulk-imported from the user's bible-plan TSV, row "Wednesday of II Advent".
temporalId: advent-2
weekday: wednesday
readings:
- passages:
- { book: isa, chapter: 23 }
- { book: isa, chapter: 24 }
status: { la: missing, en: missing }
- passages:
- { book: sap, chapter: 9 }
status: { la: missing, en: missing }
@@ -0,0 +1,11 @@
# Bulk-imported from the user's bible-plan TSV, row "Friday of III Advent".
temporalId: advent-3
weekday: friday
readings:
- passages:
- { book: isa, chapter: 42 }
- { book: isa, chapter: 43 }
status: { la: missing, en: missing }
- passages:
- { book: sap, chapter: 17 }
status: { la: missing, en: missing }
@@ -0,0 +1,11 @@
# Bulk-imported from the user's bible-plan TSV, row "Monday of III Advent".
temporalId: advent-3
weekday: monday
readings:
- passages:
- { book: isa, chapter: 34 }
- { book: isa, chapter: 35 }
status: { la: missing, en: missing }
- passages:
- { book: sap, chapter: 13 }
status: { la: missing, en: missing }
@@ -0,0 +1,12 @@
# Bulk-imported from the user's bible-plan TSV, row "Saturday of III Advent".
temporalId: advent-3
weekday: saturday
readings:
- passages:
- { book: isa, chapter: 44 }
- { book: isa, chapter: 45 }
status: { la: missing, en: missing }
- passages:
- { book: sap, chapter: 18 }
- { book: sap, chapter: 19 }
status: { la: missing, en: missing }
@@ -0,0 +1,9 @@
# Bulk-imported from the user's bible-plan TSV, row "Sunday of III Advent".
temporalId: advent-3
weekday: sunday
readings:
- passages:
- { book: isa, chapter: 31 }
- { book: isa, chapter: 32 }
- { book: isa, chapter: 33 }
status: { la: missing, en: missing }
@@ -0,0 +1,11 @@
# Bulk-imported from the user's bible-plan TSV, row "Thursday of III Advent".
temporalId: advent-3
weekday: thursday
readings:
- passages:
- { book: isa, chapter: 40 }
- { book: isa, chapter: 41 }
status: { la: missing, en: missing }
- passages:
- { book: sap, chapter: 16 }
status: { la: missing, en: missing }
@@ -0,0 +1,11 @@
# Bulk-imported from the user's bible-plan TSV, row "Wednesday of III Advent".
temporalId: advent-3
weekday: wednesday
readings:
- passages:
- { book: isa, chapter: 38 }
- { book: isa, chapter: 39 }
status: { la: missing, en: missing }
- passages:
- { book: sap, chapter: 15 }
status: { la: missing, en: missing }
@@ -0,0 +1,9 @@
# Bulk-imported from the user's bible-plan TSV, row "Friday of IV Advent".
temporalId: advent-4
weekday: friday
readings:
- passages:
- { book: isa, chapter: 61 }
- { book: isa, chapter: 62 }
- { book: isa, chapter: 63 }
status: { la: missing, en: missing }
@@ -0,0 +1,9 @@
# Bulk-imported from the user's bible-plan TSV, row "Monday of IV Advent".
temporalId: advent-4
weekday: monday
readings:
- passages:
- { book: isa, chapter: 49 }
- { book: isa, chapter: 50 }
- { book: isa, chapter: 51 }
status: { la: missing, en: missing }
@@ -0,0 +1,9 @@
# Bulk-imported from the user's bible-plan TSV, row "Saturday of IV Advent".
temporalId: advent-4
weekday: saturday
readings:
- passages:
- { book: isa, chapter: 64 }
- { book: isa, chapter: 65 }
- { book: isa, chapter: 66 }
status: { la: missing, en: missing }
@@ -0,0 +1,9 @@
# Bulk-imported from the user's bible-plan TSV, row "Sunday of IV Advent".
temporalId: advent-4
weekday: sunday
readings:
- passages:
- { book: isa, chapter: 46 }
- { book: isa, chapter: 47 }
- { book: isa, chapter: 48 }
status: { la: missing, en: missing }
@@ -0,0 +1,9 @@
# Bulk-imported from the user's bible-plan TSV, row "Thursday of IV Advent".
temporalId: advent-4
weekday: thursday
readings:
- passages:
- { book: isa, chapter: 58 }
- { book: isa, chapter: 59 }
- { book: isa, chapter: 60 }
status: { la: missing, en: missing }
@@ -0,0 +1,9 @@
# Bulk-imported from the user's bible-plan TSV, row "Tuesday of IV Advent".
temporalId: advent-4
weekday: tuesday
readings:
- passages:
- { book: isa, chapter: 52 }
- { book: isa, chapter: 53 }
- { book: isa, chapter: 54 }
status: { la: missing, en: missing }
@@ -0,0 +1,9 @@
# Bulk-imported from the user's bible-plan TSV, row "Wednesday of IV Advent".
temporalId: advent-4
weekday: wednesday
readings:
- passages:
- { book: isa, chapter: 55 }
- { book: isa, chapter: 56 }
- { book: isa, chapter: 57 }
status: { la: missing, en: missing }
@@ -0,0 +1,10 @@
# Bulk-imported from the user's bible-plan TSV, row "Jan 1".
calendarDate: "01-01"
readings:
- passages:
- { book: cant, chapter: 8 }
status: { la: missing, en: missing }
- passages:
- { book: rom, chapter: 7 }
- { book: rom, chapter: 8 }
status: { la: missing, en: missing }
@@ -0,0 +1,7 @@
# Bulk-imported from the user's bible-plan TSV, row "Jan 2".
calendarDate: "01-02"
readings:
- passages:
- { book: rom, chapter: 9 }
- { book: rom, chapter: 10 }
status: { la: missing, en: missing }
@@ -0,0 +1,7 @@
# Bulk-imported from the user's bible-plan TSV, row "Jan 3".
calendarDate: "01-03"
readings:
- passages:
- { book: rom, chapter: 11 }
- { book: rom, chapter: 12 }
status: { la: missing, en: missing }
@@ -0,0 +1,7 @@
# Bulk-imported from the user's bible-plan TSV, row "Jan 4".
calendarDate: "01-04"
readings:
- passages:
- { book: rom, chapter: 13 }
- { book: rom, chapter: 14 }
status: { la: missing, en: missing }
@@ -0,0 +1,7 @@
# Bulk-imported from the user's bible-plan TSV, row "Jan 5".
calendarDate: "01-05"
readings:
- passages:
- { book: rom, chapter: 15 }
- { book: rom, chapter: 16 }
status: { la: missing, en: missing }
@@ -0,0 +1,7 @@
# Bulk-imported from the user's bible-plan TSV, row "Jan 7".
calendarDate: "01-07"
readings:
- passages:
- { book: heb, chapter: 1 }
- { book: heb, chapter: 2 }
status: { la: missing, en: missing }
@@ -0,0 +1,7 @@
# Bulk-imported from the user's bible-plan TSV, row "Jan 8".
calendarDate: "01-08"
readings:
- passages:
- { book: heb, chapter: 3 }
- { book: heb, chapter: 4 }
status: { la: missing, en: missing }
@@ -0,0 +1,7 @@
# Bulk-imported from the user's bible-plan TSV, row "Jan 9".
calendarDate: "01-09"
readings:
- passages:
- { book: heb, chapter: 5 }
- { book: heb, chapter: 6 }
status: { la: missing, en: missing }
@@ -0,0 +1,7 @@
# Bulk-imported from the user's bible-plan TSV, row "Jan 10".
calendarDate: "01-10"
readings:
- passages:
- { book: heb, chapter: 7 }
- { book: heb, chapter: 8 }
status: { la: missing, en: missing }
@@ -0,0 +1,7 @@
# Bulk-imported from the user's bible-plan TSV, row "Jan 11".
calendarDate: "01-11"
readings:
- passages:
- { book: heb, chapter: 9 }
- { book: heb, chapter: 10 }
status: { la: missing, en: missing }
@@ -0,0 +1,7 @@
# Bulk-imported from the user's bible-plan TSV, row "Jan 12".
calendarDate: "01-12"
readings:
- passages:
- { book: heb, chapter: 11 }
- { book: heb, chapter: 12 }
status: { la: missing, en: missing }
@@ -0,0 +1,6 @@
# Bulk-imported from the user's bible-plan TSV, row "Jan 13".
calendarDate: "01-13"
readings:
- passages:
- { book: heb, chapter: 13 }
status: { la: missing, en: missing }
@@ -0,0 +1,6 @@
# Bulk-imported from the user's bible-plan TSV, row "Dec 25".
calendarDate: "12-25"
readings:
- passages:
- { book: cant, chapter: 1 }
status: { la: missing, en: missing }
@@ -0,0 +1,6 @@
# Bulk-imported from the user's bible-plan TSV, row "Dec 26".
calendarDate: "12-26"
readings:
- passages:
- { book: cant, chapter: 2 }
status: { la: missing, en: missing }
@@ -0,0 +1,6 @@
# Bulk-imported from the user's bible-plan TSV, row "Dec 27".
calendarDate: "12-27"
readings:
- passages:
- { book: cant, chapter: 3 }
status: { la: missing, en: missing }
@@ -0,0 +1,6 @@
# Bulk-imported from the user's bible-plan TSV, row "Dec 28".
calendarDate: "12-28"
readings:
- passages:
- { book: cant, chapter: 4 }
status: { la: missing, en: missing }
@@ -0,0 +1,10 @@
# Bulk-imported from the user's bible-plan TSV, row "Dec 29".
calendarDate: "12-29"
readings:
- passages:
- { book: cant, chapter: 5 }
status: { la: missing, en: missing }
- passages:
- { book: rom, chapter: 1 }
- { book: rom, chapter: 2 }
status: { la: missing, en: missing }
@@ -0,0 +1,10 @@
# Bulk-imported from the user's bible-plan TSV, row "Dec 30".
calendarDate: "12-30"
readings:
- passages:
- { book: cant, chapter: 6 }
status: { la: missing, en: missing }
- passages:
- { book: rom, chapter: 3 }
- { book: rom, chapter: 4 }
status: { la: missing, en: missing }
@@ -0,0 +1,10 @@
# Bulk-imported from the user's bible-plan TSV, row "Dec 31".
calendarDate: "12-31"
readings:
- passages:
- { book: cant, chapter: 7 }
status: { la: missing, en: missing }
- passages:
- { book: rom, chapter: 5 }
- { book: rom, chapter: 6 }
status: { la: missing, en: missing }
@@ -0,0 +1,15 @@
# Bulk-imported from the user's bible-plan TSV, row "Friday of 2nd Week after Easter".
temporalId: easter-3
weekday: friday
readings:
- passages:
- { book: deut, chapter: 30 }
- { book: deut, chapter: 31 }
- { book: deut, chapter: 32 }
status: { la: missing, en: missing }
- passages:
- { book: act, chapter: 13 }
status: { la: missing, en: missing }
- passages:
- { book: john, chapter: 6, verses: "22-44" }
status: { la: missing, en: missing }
@@ -0,0 +1,14 @@
# Bulk-imported from the user's bible-plan TSV, row "Monday of 2nd Week after Easter".
temporalId: easter-3
weekday: monday
readings:
- passages:
- { book: deut, chapter: 19 }
- { book: deut, chapter: 20 }
status: { la: missing, en: missing }
- passages:
- { book: act, chapter: 9 }
status: { la: missing, en: missing }
- passages:
- { book: john, chapter: 4, verses: "31-54" }
status: { la: missing, en: missing }
@@ -0,0 +1,14 @@
# Bulk-imported from the user's bible-plan TSV, row "Saturday of 2nd Week after Easter".
temporalId: easter-3
weekday: saturday
readings:
- passages:
- { book: deut, chapter: 33 }
- { book: deut, chapter: 34 }
status: { la: missing, en: missing }
- passages:
- { book: act, chapter: 14 }
status: { la: missing, en: missing }
- passages:
- { book: john, chapter: 6, verses: "45-71" }
status: { la: missing, en: missing }
@@ -0,0 +1,10 @@
# Bulk-imported from the user's bible-plan TSV, row "2nd Sunday after Easter".
temporalId: easter-3
weekday: sunday
readings:
- passages:
- { book: deut, chapter: 18 }
status: { la: missing, en: missing }
- passages:
- { book: act, chapter: 8 }
status: { la: missing, en: missing }
@@ -0,0 +1,15 @@
# Bulk-imported from the user's bible-plan TSV, row "Thursday of 2nd Week after Easter".
temporalId: easter-3
weekday: thursday
readings:
- passages:
- { book: deut, chapter: 27 }
- { book: deut, chapter: 28 }
- { book: deut, chapter: 29 }
status: { la: missing, en: missing }
- passages:
- { book: act, chapter: 12 }
status: { la: missing, en: missing }
- passages:
- { book: john, chapter: 6, verses: "1-21" }
status: { la: missing, en: missing }
@@ -0,0 +1,15 @@
# Bulk-imported from the user's bible-plan TSV, row "Tuesday of 2nd Week after Easter".
temporalId: easter-3
weekday: tuesday
readings:
- passages:
- { book: deut, chapter: 21 }
- { book: deut, chapter: 22 }
- { book: deut, chapter: 23 }
status: { la: missing, en: missing }
- passages:
- { book: act, chapter: 10 }
status: { la: missing, en: missing }
- passages:
- { book: john, chapter: 5, verses: "1-24" }
status: { la: missing, en: missing }
@@ -0,0 +1,15 @@
# Bulk-imported from the user's bible-plan TSV, row "Wednesday of 2nd Week after Easter".
temporalId: easter-3
weekday: wednesday
readings:
- passages:
- { book: deut, chapter: 24 }
- { book: deut, chapter: 25 }
- { book: deut, chapter: 26 }
status: { la: missing, en: missing }
- passages:
- { book: act, chapter: 11 }
status: { la: missing, en: missing }
- passages:
- { book: john, chapter: 5, verses: "25-47" }
status: { la: missing, en: missing }
@@ -0,0 +1,14 @@
# Bulk-imported from the user's bible-plan TSV, row "Friday of 3rd Week after Easter".
temporalId: easter-4
weekday: friday
readings:
- passages:
- { book: josh, chapter: 9 }
- { book: josh, chapter: 10 }
status: { la: missing, en: missing }
- passages:
- { book: act, chapter: 20 }
status: { la: missing, en: missing }
- passages:
- { book: john, chapter: 9, verses: "1-23" }
status: { la: missing, en: missing }
@@ -0,0 +1,13 @@
# Bulk-imported from the user's bible-plan TSV, row "Monday of 3rd Week after Easter".
temporalId: easter-4
weekday: monday
readings:
- passages:
- { book: josh, chapter: 2 }
status: { la: missing, en: missing }
- passages:
- { book: act, chapter: 16 }
status: { la: missing, en: missing }
- passages:
- { book: john, chapter: 7, verses: "1-27" }
status: { la: missing, en: missing }
@@ -0,0 +1,14 @@
# Bulk-imported from the user's bible-plan TSV, row "Saturday of 3rd Week after Easter".
temporalId: easter-4
weekday: saturday
readings:
- passages:
- { book: josh, chapter: 11 }
- { book: josh, chapter: 12 }
status: { la: missing, en: missing }
- passages:
- { book: act, chapter: 21 }
status: { la: missing, en: missing }
- passages:
- { book: john, chapter: 9, verses: "24-41" }
status: { la: missing, en: missing }
@@ -0,0 +1,10 @@
# Bulk-imported from the user's bible-plan TSV, row "3rd Sunday after Easter".
temporalId: easter-4
weekday: sunday
readings:
- passages:
- { book: josh, chapter: 1 }
status: { la: missing, en: missing }
- passages:
- { book: act, chapter: 15 }
status: { la: missing, en: missing }
@@ -0,0 +1,14 @@
# Bulk-imported from the user's bible-plan TSV, row "Thursday of 3rd Week after Easter".
temporalId: easter-4
weekday: thursday
readings:
- passages:
- { book: josh, chapter: 7 }
- { book: josh, chapter: 8 }
status: { la: missing, en: missing }
- passages:
- { book: act, chapter: 19 }
status: { la: missing, en: missing }
- passages:
- { book: john, chapter: 8, verses: "28-59" }
status: { la: missing, en: missing }
@@ -0,0 +1,14 @@
# Bulk-imported from the user's bible-plan TSV, row "Tuesday of 3rd Week after Easter".
temporalId: easter-4
weekday: tuesday
readings:
- passages:
- { book: josh, chapter: 3 }
- { book: josh, chapter: 4 }
status: { la: missing, en: missing }
- passages:
- { book: act, chapter: 17 }
status: { la: missing, en: missing }
- passages:
- { book: john, chapter: 7, verses: "28-53" }
status: { la: missing, en: missing }
@@ -0,0 +1,14 @@
# Bulk-imported from the user's bible-plan TSV, row "Wednesday of 3rd Week after Easter".
temporalId: easter-4
weekday: wednesday
readings:
- passages:
- { book: josh, chapter: 5 }
- { book: josh, chapter: 6 }
status: { la: missing, en: missing }
- passages:
- { book: act, chapter: 18 }
status: { la: missing, en: missing }
- passages:
- { book: john, chapter: 8, verses: "1-27" }
status: { la: missing, en: missing }
@@ -0,0 +1,14 @@
# Bulk-imported from the user's bible-plan TSV, row "Friday of 4th Week after Easter".
temporalId: easter-5
weekday: friday
readings:
- passages:
- { book: josh, chapter: 21 }
- { book: josh, chapter: 22 }
status: { la: missing, en: missing }
- passages:
- { book: act, chapter: 27 }
status: { la: missing, en: missing }
- passages:
- { book: john, chapter: 12, verses: "1-28" }
status: { la: missing, en: missing }
@@ -0,0 +1,13 @@
# Bulk-imported from the user's bible-plan TSV, row "Monday of 4th Week after Easter".
temporalId: easter-5
weekday: monday
readings:
- passages:
- { book: josh, chapter: 14 }
status: { la: missing, en: missing }
- passages:
- { book: act, chapter: 23 }
status: { la: missing, en: missing }
- passages:
- { book: john, chapter: 10, verses: "1-23" }
status: { la: missing, en: missing }
@@ -0,0 +1,14 @@
# Bulk-imported from the user's bible-plan TSV, row "Saturday of 4th Week after Easter".
temporalId: easter-5
weekday: saturday
readings:
- passages:
- { book: josh, chapter: 23 }
- { book: josh, chapter: 24 }
status: { la: missing, en: missing }
- passages:
- { book: act, chapter: 28 }
status: { la: missing, en: missing }
- passages:
- { book: john, chapter: 12, verses: "29-50" }
status: { la: missing, en: missing }
@@ -0,0 +1,10 @@
# Bulk-imported from the user's bible-plan TSV, row "4th Sunday after Easter of 4th Week after Easter".
temporalId: easter-5
weekday: sunday
readings:
- passages:
- { book: josh, chapter: 13 }
status: { la: missing, en: missing }
- passages:
- { book: act, chapter: 22 }
status: { la: missing, en: missing }
@@ -0,0 +1,14 @@
# Bulk-imported from the user's bible-plan TSV, row "Thursday of 4th Week after Easter".
temporalId: easter-5
weekday: thursday
readings:
- passages:
- { book: josh, chapter: 19 }
- { book: josh, chapter: 20 }
status: { la: missing, en: missing }
- passages:
- { book: act, chapter: 26 }
status: { la: missing, en: missing }
- passages:
- { book: john, chapter: 11, verses: "30-57" }
status: { la: missing, en: missing }
@@ -0,0 +1,14 @@
# Bulk-imported from the user's bible-plan TSV, row "Tuesday of 4th Week after Easter".
temporalId: easter-5
weekday: tuesday
readings:
- passages:
- { book: josh, chapter: 15 }
- { book: josh, chapter: 16 }
status: { la: missing, en: missing }
- passages:
- { book: act, chapter: 24 }
status: { la: missing, en: missing }
- passages:
- { book: john, chapter: 10, verses: "24-42" }
status: { la: missing, en: missing }
@@ -0,0 +1,14 @@
# Bulk-imported from the user's bible-plan TSV, row "Wednesday of 4th Week after Easter".
temporalId: easter-5
weekday: wednesday
readings:
- passages:
- { book: josh, chapter: 17 }
- { book: josh, chapter: 18 }
status: { la: missing, en: missing }
- passages:
- { book: act, chapter: 25 }
status: { la: missing, en: missing }
- passages:
- { book: john, chapter: 11, verses: "1-29" }
status: { la: missing, en: missing }
@@ -0,0 +1,14 @@
# Bulk-imported from the user's bible-plan TSV, row "Friday after Ascension".
temporalId: easter-6
weekday: friday
readings:
- passages:
- { book: judg, chapter: 8 }
- { book: judg, chapter: 9 }
status: { la: missing, en: missing }
- passages:
- { book: jas, chapter: 5 }
status: { la: missing, en: missing }
- passages:
- { book: john, chapter: 15 }
status: { la: missing, en: missing }
@@ -0,0 +1,14 @@
# Bulk-imported from the user's bible-plan TSV, row "Rogation Monday".
temporalId: easter-6
weekday: monday
readings:
- passages:
- { book: judg, chapter: 3 }
- { book: judg, chapter: 4 }
status: { la: missing, en: missing }
- passages:
- { book: jas, chapter: 2 }
status: { la: missing, en: missing }
- passages:
- { book: john, chapter: 13, verses: "1-20" }
status: { la: missing, en: missing }
@@ -0,0 +1,11 @@
# Bulk-imported from the user's bible-plan TSV, row "Saturday after Ascension".
temporalId: easter-6
weekday: saturday
readings:
- passages:
- { book: judg, chapter: 10 }
- { book: judg, chapter: 11 }
status: { la: missing, en: missing }
- passages:
- { book: john, chapter: 16 }
status: { la: missing, en: missing }
@@ -0,0 +1,11 @@
# Bulk-imported from the user's bible-plan TSV, row "5th Sunday after Easter".
temporalId: easter-6
weekday: sunday
readings:
- passages:
- { book: judg, chapter: 1 }
- { book: judg, chapter: 2 }
status: { la: missing, en: missing }
- passages:
- { book: jas, chapter: 1 }
status: { la: missing, en: missing }
@@ -0,0 +1,14 @@
# Bulk-imported from the user's bible-plan TSV, row "Rogation Tuesday".
temporalId: easter-6
weekday: tuesday
readings:
- passages:
- { book: judg, chapter: 5 }
- { book: judg, chapter: 6 }
status: { la: missing, en: missing }
- passages:
- { book: jas, chapter: 3 }
status: { la: missing, en: missing }
- passages:
- { book: john, chapter: 13, verses: "21-38" }
status: { la: missing, en: missing }
@@ -0,0 +1,14 @@
# Bulk-imported from the user's bible-plan TSV, row "Rogation Wednesday".
temporalId: easter-6
weekday: wednesday
readings:
- passages:
- { book: judg, chapter: 7 }
- { book: judg, chapter: 8 }
status: { la: missing, en: missing }
- passages:
- { book: jas, chapter: 4 }
status: { la: missing, en: missing }
- passages:
- { book: john, chapter: 14 }
status: { la: missing, en: missing }
@@ -0,0 +1,15 @@
# Bulk-imported from the user's bible-plan TSV, row "Friday of Low Sunday Week".
temporalId: easter-octave
weekday: friday
readings:
- passages:
- { book: deut, chapter: 13 }
- { book: deut, chapter: 14 }
- { book: deut, chapter: 15 }
status: { la: missing, en: missing }
- passages:
- { book: act, chapter: 6 }
status: { la: missing, en: missing }
- passages:
- { book: john, chapter: 3, verses: "19-36" }
status: { la: missing, en: missing }
@@ -0,0 +1,14 @@
# Bulk-imported from the user's bible-plan TSV, row "Monday of Low Sunday Week".
temporalId: easter-octave
weekday: monday
readings:
- passages:
- { book: deut, chapter: 2 }
- { book: deut, chapter: 3 }
status: { la: missing, en: missing }
- passages:
- { book: act, chapter: 2 }
status: { la: missing, en: missing }
- passages:
- { book: john, chapter: 1, verses: "1-28" }
status: { la: missing, en: missing }
@@ -0,0 +1,14 @@
# Bulk-imported from the user's bible-plan TSV, row "Saturday of Low Sunday Week".
temporalId: easter-octave
weekday: saturday
readings:
- passages:
- { book: deut, chapter: 16 }
- { book: deut, chapter: 17 }
status: { la: missing, en: missing }
- passages:
- { book: act, chapter: 7 }
status: { la: missing, en: missing }
- passages:
- { book: john, chapter: 4, verses: "1-30" }
status: { la: missing, en: missing }
@@ -0,0 +1,10 @@
# Bulk-imported from the user's bible-plan TSV, row "Low Sunday".
temporalId: easter-octave
weekday: sunday
readings:
- passages:
- { book: deut, chapter: 1 }
status: { la: missing, en: missing }
- passages:
- { book: act, chapter: 1 }
status: { la: missing, en: missing }
@@ -0,0 +1,15 @@
# Bulk-imported from the user's bible-plan TSV, row "Thursday of Low Sunday Week".
temporalId: easter-octave
weekday: thursday
readings:
- passages:
- { book: deut, chapter: 10 }
- { book: deut, chapter: 11 }
- { book: deut, chapter: 12 }
status: { la: missing, en: missing }
- passages:
- { book: act, chapter: 5 }
status: { la: missing, en: missing }
- passages:
- { book: john, chapter: 3, verses: "1-18" }
status: { la: missing, en: missing }
@@ -0,0 +1,15 @@
# Bulk-imported from the user's bible-plan TSV, row "Tuesday of Low Sunday Week".
temporalId: easter-octave
weekday: tuesday
readings:
- passages:
- { book: deut, chapter: 4 }
- { book: deut, chapter: 5 }
- { book: deut, chapter: 6 }
status: { la: missing, en: missing }
- passages:
- { book: act, chapter: 3 }
status: { la: missing, en: missing }
- passages:
- { book: john, chapter: 1, verses: "29-51" }
status: { la: missing, en: missing }
@@ -0,0 +1,15 @@
# Bulk-imported from the user's bible-plan TSV, row "Wednesday of Low Sunday Week".
temporalId: easter-octave
weekday: wednesday
readings:
- passages:
- { book: deut, chapter: 7 }
- { book: deut, chapter: 8 }
- { book: deut, chapter: 9 }
status: { la: missing, en: missing }
- passages:
- { book: act, chapter: 4 }
status: { la: missing, en: missing }
- passages:
- { book: john, chapter: 2 }
status: { la: missing, en: missing }
@@ -0,0 +1,10 @@
# Bulk-imported from the user's bible-plan TSV, row "Easter Friday".
temporalId: easter-sunday
weekday: friday
readings:
- passages:
- { book: ezra, chapter: 10 }
status: { la: missing, en: missing }
- passages:
- { book: hag, chapter: 2, verses: "20-23" }
status: { la: missing, en: missing }
@@ -0,0 +1,11 @@
# Bulk-imported from the user's bible-plan TSV, row "Easter Monday".
temporalId: easter-sunday
weekday: monday
readings:
- passages:
- { book: ezra, chapter: 3 }
- { book: ezra, chapter: 4 }
status: { la: missing, en: missing }
- passages:
- { book: hag, chapter: 1, verses: "12-15" }
status: { la: missing, en: missing }
@@ -0,0 +1,7 @@
# Bulk-imported from the user's bible-plan TSV, row "Easter Saturday".
temporalId: easter-sunday
weekday: saturday
readings:
- passages:
- { book: ezra, chapter: 10 }
status: { la: missing, en: missing }
@@ -0,0 +1,11 @@
# Bulk-imported from the user's bible-plan TSV, row "Easter Sunday".
temporalId: easter-sunday
weekday: sunday
readings:
- passages:
- { book: ezra, chapter: 1 }
- { book: ezra, chapter: 2 }
status: { la: missing, en: missing }
- passages:
- { book: hag, chapter: 1, verses: "1-11" }
status: { la: missing, en: missing }
@@ -0,0 +1,10 @@
# Bulk-imported from the user's bible-plan TSV, row "Easter Thursday".
temporalId: easter-sunday
weekday: thursday
readings:
- passages:
- { book: ezra, chapter: 9 }
status: { la: missing, en: missing }
- passages:
- { book: hag, chapter: 2, verses: "20-23" }
status: { la: missing, en: missing }
@@ -0,0 +1,11 @@
# Bulk-imported from the user's bible-plan TSV, row "Easter Tuesday".
temporalId: easter-sunday
weekday: tuesday
readings:
- passages:
- { book: ezra, chapter: 5 }
- { book: ezra, chapter: 6 }
status: { la: missing, en: missing }
- passages:
- { book: hag, chapter: 2, verses: "1-9" }
status: { la: missing, en: missing }
@@ -0,0 +1,11 @@
# Bulk-imported from the user's bible-plan TSV, row "Easter Wednesday".
temporalId: easter-sunday
weekday: wednesday
readings:
- passages:
- { book: ezra, chapter: 7 }
- { book: ezra, chapter: 8 }
status: { la: missing, en: missing }
- passages:
- { book: hag, chapter: 2, verses: "10-19" }
status: { la: missing, en: missing }
@@ -0,0 +1,13 @@
# Bulk-imported from the user's bible-plan TSV, row "Friday of I Lent".
temporalId: lent-1
weekday: friday
readings:
- passages:
- { book: exod, chapter: 15 }
- { book: exod, chapter: 16 }
- { book: exod, chapter: 17 }
status: { la: missing, en: missing }
- passages:
- { book: jer, chapter: 11 }
- { book: jer, chapter: 12 }
status: { la: missing, en: missing }
@@ -0,0 +1,13 @@
# Bulk-imported from the user's bible-plan TSV, row "Monday of I Lent".
temporalId: lent-1
weekday: monday
readings:
- passages:
- { book: exod, chapter: 3 }
- { book: exod, chapter: 4 }
- { book: exod, chapter: 5 }
status: { la: missing, en: missing }
- passages:
- { book: jer, chapter: 3 }
- { book: jer, chapter: 4 }
status: { la: missing, en: missing }
@@ -0,0 +1,13 @@
# Bulk-imported from the user's bible-plan TSV, row "Saturday of I Lent".
temporalId: lent-1
weekday: saturday
readings:
- passages:
- { book: exod, chapter: 18 }
- { book: exod, chapter: 19 }
- { book: exod, chapter: 20 }
status: { la: missing, en: missing }
- passages:
- { book: jer, chapter: 13 }
- { book: jer, chapter: 14 }
status: { la: missing, en: missing }
@@ -0,0 +1,12 @@
# Bulk-imported from the user's bible-plan TSV, row "Sunday of I Lent".
temporalId: lent-1
weekday: sunday
readings:
- passages:
- { book: exod, chapter: 1 }
- { book: exod, chapter: 2 }
status: { la: missing, en: missing }
- passages:
- { book: jer, chapter: 1 }
- { book: jer, chapter: 2 }
status: { la: missing, en: missing }
@@ -0,0 +1,13 @@
# Bulk-imported from the user's bible-plan TSV, row "Thursday of I Lent".
temporalId: lent-1
weekday: thursday
readings:
- passages:
- { book: exod, chapter: 12 }
- { book: exod, chapter: 13 }
- { book: exod, chapter: 14 }
status: { la: missing, en: missing }
- passages:
- { book: jer, chapter: 9 }
- { book: jer, chapter: 10 }
status: { la: missing, en: missing }
@@ -0,0 +1,13 @@
# Bulk-imported from the user's bible-plan TSV, row "Tuesday of I Lent".
temporalId: lent-1
weekday: tuesday
readings:
- passages:
- { book: exod, chapter: 6 }
- { book: exod, chapter: 7 }
- { book: exod, chapter: 8 }
status: { la: missing, en: missing }
- passages:
- { book: jer, chapter: 5 }
- { book: jer, chapter: 6 }
status: { la: missing, en: missing }
@@ -0,0 +1,13 @@
# Bulk-imported from the user's bible-plan TSV, row "Wednesday of I Lent".
temporalId: lent-1
weekday: wednesday
readings:
- passages:
- { book: exod, chapter: 9 }
- { book: exod, chapter: 10 }
- { book: exod, chapter: 11 }
status: { la: missing, en: missing }
- passages:
- { book: jer, chapter: 7 }
- { book: jer, chapter: 8 }
status: { la: missing, en: missing }
@@ -0,0 +1,13 @@
# Bulk-imported from the user's bible-plan TSV, row "Friday of II Lent".
temporalId: lent-2
weekday: friday
readings:
- passages:
- { book: exod, chapter: 36 }
- { book: exod, chapter: 37 }
- { book: exod, chapter: 38 }
status: { la: missing, en: missing }
- passages:
- { book: jer, chapter: 25 }
- { book: jer, chapter: 26 }
status: { la: missing, en: missing }
@@ -0,0 +1,13 @@
# Bulk-imported from the user's bible-plan TSV, row "Monday of II Lent".
temporalId: lent-2
weekday: monday
readings:
- passages:
- { book: exod, chapter: 24 }
- { book: exod, chapter: 25 }
- { book: exod, chapter: 26 }
status: { la: missing, en: missing }
- passages:
- { book: jer, chapter: 17 }
- { book: jer, chapter: 18 }
status: { la: missing, en: missing }
@@ -0,0 +1,11 @@
# Bulk-imported from the user's bible-plan TSV, row "Saturday of II Lent".
temporalId: lent-2
weekday: saturday
readings:
- passages:
- { book: exod, chapter: 39 }
- { book: exod, chapter: 40 }
status: { la: missing, en: missing }
- passages:
- { book: jer, chapter: 27 }
status: { la: missing, en: missing }
@@ -0,0 +1,13 @@
# Bulk-imported from the user's bible-plan TSV, row "Sunday of II Lent".
temporalId: lent-2
weekday: sunday
readings:
- passages:
- { book: exod, chapter: 21 }
- { book: exod, chapter: 22 }
- { book: exod, chapter: 23 }
status: { la: missing, en: missing }
- passages:
- { book: jer, chapter: 15 }
- { book: jer, chapter: 16 }
status: { la: missing, en: missing }
@@ -0,0 +1,13 @@
# Bulk-imported from the user's bible-plan TSV, row "Thursday of II Lent".
temporalId: lent-2
weekday: thursday
readings:
- passages:
- { book: exod, chapter: 33 }
- { book: exod, chapter: 34 }
- { book: exod, chapter: 35 }
status: { la: missing, en: missing }
- passages:
- { book: jer, chapter: 23 }
- { book: jer, chapter: 24 }
status: { la: missing, en: missing }

Some files were not shown because too many files have changed in this diff Show More