update readme, add favicon

This commit is contained in:
2023-01-18 15:26:43 -08:00
parent 414f09c827
commit 98768d9399
2 changed files with 42 additions and 10 deletions
+42 -10
View File
@@ -30,16 +30,48 @@ Visiting the base directory will show the user-facing documentation via web brow
CONTENTS
========
app.py - main flask program
install/ - folder containing sample configurations
kjv.db - King James Bible database
index.html - root document help file - user-facing documentation
INSTALL.txt - detailed installation instructions
kjv-api.sh - script that properly runs flask through uwsgi
kjv-api-test.sh - script that properly runs flask through uwsgi on port 1612 and global listening
README.txt - this file
.
├── app.py - main program
├── data
│   ├── 1828_Webster_KJV.json - Dictionary
│   ├── kjv.aff - KJV Spellchecking Description file (hunspell)
│   ├── kjv.db - KJV sqlite3 database
│   └── kjv.dic - KJV Spellchecking dictionary file (hunspell)
├── favicon.ico
├── html
│   ├── dictionary.html - dictionary search landing page /define
│   ├── find.html - unified search bar landing page /find
│   ├── header.html - navigation bar added programatically to rich results
│   ├── heaven.html - Bible way to heaven, static page /salvation
│   ├── index.html - / landing page with unified search bar
│   ├── reader.html - not yet implemented Bible browser end point
│   ├── reading_plan.html - not yet implemented Bible reading plan generator
│   ├── response.html - Template for rich verse responses
│   ├── search.html - Bible keyword search landing page /search
│   ├── show.html - Bible verse search landing page /show
│   └── votd.html - Matty's test VOTD rich landing page
├── install
│   ├── apache.site.conf.example - example installation configuration
│   └── kjv-api.service - example systemd service file
├── INSTALL.txt - installation instructions
├── js
│   └── collapsible.js - js for the definition drop-down menu used in unified search
├── kjv-api.sh - runs flask app on port 1611
├── kjv-api-test.sh - runs flask app on port 1612
├── media
│   └── kjv_background.jpg - Matty's test rich media
├── README.txt - This document
├── styles
│   ├── collapsible.css
│   ├── fonts
│   │   ├── Arizonia-Regular.ttf
│   │   └── Parisienne-Regular.ttf
│   ├── human_readable.css
│   ├── search_rich.css
│   └── votd.css
└── tools
└── av1611_dictionary_scraper.py - builds a dictionary json for the 1828 dictionary
AUTHOR
======
Copyright Tyler R Dinsmoor 2023
Copyright Tyler R Dinsmoor & Matty Sneederson 2023
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB