From 6e6acc15231cc1beffe3946dfb331cb2221306fa Mon Sep 17 00:00:00 2001 From: Tyler Date: Wed, 7 Feb 2024 23:29:58 -0800 Subject: [PATCH] Revert "Preparing for templates" This reverts commit af4e3600bd39d36aa19a2ac7890c3f84c8060953. --- html/find.html | 24 ++++++++++++++++++++++++ html/old_find.html | 24 ------------------------ tools/transcript_parse.py | 12 ------------ 3 files changed, 24 insertions(+), 36 deletions(-) delete mode 100644 html/old_find.html delete mode 100644 tools/transcript_parse.py diff --git a/html/find.html b/html/find.html index e69de29..243dbba 100644 --- a/html/find.html +++ b/html/find.html @@ -0,0 +1,24 @@ +
+Home | Quick Search | +Random Verse | +Verse of the Day
+

Quick Search

+
+
+

+ +
+ + + + + diff --git a/html/old_find.html b/html/old_find.html deleted file mode 100644 index 243dbba..0000000 --- a/html/old_find.html +++ /dev/null @@ -1,24 +0,0 @@ -
-Home | Quick Search | -Random Verse | -Verse of the Day
-

Quick Search

- -
-

- -
- - - - - diff --git a/tools/transcript_parse.py b/tools/transcript_parse.py deleted file mode 100644 index b8565c2..0000000 --- a/tools/transcript_parse.py +++ /dev/null @@ -1,12 +0,0 @@ -#Here we will take the transcript of a sermon, extract references to scripture and store in -# a sqlite database by scripture UID per what's in the kjv.db -# This will write to a new db, sermons.db, with the following table -# key, verse_id, sermon_name, sermon_preacher, sermon_denomination, sermon_link, sermon_timestamp - -# Need to do a study of how scripture is transcoded, as in, is it "matthew fifeteen seven" or "Matthew 15:7" and account -# for those differences. -# This tool is only for populating the database when given - -usage = """Transcript Parser by Tyler Dinsmoor -Usage: python3 transcript_parse.py sermon_transcript.txt [../data/sermons.db] -""" \ No newline at end of file