From 5cc266bed46566df1595a75e40cae66b3aa3ffcd Mon Sep 17 00:00:00 2001 From: Zach DeCook Date: Wed, 6 May 2026 20:29:16 -0400 Subject: Minor updates for initialization --- .gitmodules | 7 ++++--- Open-English-Bible | 2 +- getplan.sh | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.gitmodules b/.gitmodules index fe83e83..90b431c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,12 +1,13 @@ [submodule "usfm2gmi"] path = usfm2gmi url = https://git.sr.ht/~earboxer/usfm2gmi -[submodule "Open-English-Bible"] - path = Open-English-Bible - url = https://github.com/openenglishbible/Open-English-Bible [submodule "bible-passage-reference-parser-python"] path = bible-passage-reference-parser-python url = https://gitlab.com/rseal/bible-passage-reference-parser-python [submodule "American-Standard-Version-Bible"] path = American-Standard-Version-Bible url = https://github.com/openbibleinfo/American-Standard-Version-Bible +[submodule "Open-English-Bible"] + path = Open-English-Bible + url = https://github.com/openenglishbible/Open-English-Bible + shallow = true diff --git a/Open-English-Bible b/Open-English-Bible index 36ca2f4..94a7a78 160000 --- a/Open-English-Bible +++ b/Open-English-Bible @@ -1 +1 @@ -Subproject commit 36ca2f4ca0e19e9d66599f8e0d3bf446f2600397 +Subproject commit 94a7a785e0354e455af4fc97d010347f992eb838 diff --git a/getplan.sh b/getplan.sh index 41bbd5f..d22db92 100644 --- a/getplan.sh +++ b/getplan.sh @@ -1,5 +1,5 @@ #!/bin/sh -doas apk add cmd:pdf2txt.py +sudo apk add cmd:pdf2txt.py wget -o - https://v1.whc.life/assets/site/pdf/YearBiblePlan.pdf pdf2txt.py YearBiblePlan.pdf | sed 's/\(Jan\|Feb\|Mar\|Apr\|May\|June\|July\|Aug\|Sept\|Octo\|Nov\|Dec\)/#\1/g' | uniq |tr '\n' '\t' | tr '#' '\n' |sed 's/ *\t\t\+/\t/g' | sed 's/–/-/g' >newplan.tsv rm YearBiblePlan.pdf -- cgit 1.4.1