Documentation update
This commit is contained in:
+13
-5
@@ -41,32 +41,37 @@ CONTENTS
|
||||
│ ├── kjv.aff - KJV Spellchecking Description file (hunspell)
|
||||
│ ├── kjv.db - KJV sqlite3 database
|
||||
│ └── kjv.dic - KJV Spellchecking dictionary file (hunspell)
|
||||
│ └── seq.db - Sqlite3 Database with user's ids for sequenced scripture
|
||||
│ └── shortcodes.db - Sqlite3 Database with saved shortcodes for scripture groups.
|
||||
├── 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
|
||||
│ ├── navbar.html - navigation bar added programatically to rich results
|
||||
│ ├── heaven.html - Bible way to heaven, static page /salvation
|
||||
│ ├── on_reading_bible.html - Introduction on good reading practices
|
||||
│ ├── 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
|
||||
│ ├── search_bar.html - Unused
|
||||
│ ├── show.html - Bible verse search landing page /show
|
||||
│ ├── seq.html - Bible sequential verse landing page /seq
|
||||
│ └── 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
|
||||
├── logs - log folder (populated at runtime - there is NO log rotation)
|
||||
├── 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
|
||||
├── kjv-api.sh - runs uwsgi flask app on port 1611
|
||||
├── kjv-api-test.sh - runs uwsgi flask app on port 1612
|
||||
├── README.txt - This document
|
||||
├── styles
|
||||
│ ├── collapsible.css
|
||||
│ ├── header.css
|
||||
│ ├── fonts
|
||||
│ │ ├── Arizonia-Regular.ttf
|
||||
│ │ └── Parisienne-Regular.ttf
|
||||
@@ -75,6 +80,9 @@ CONTENTS
|
||||
│ └── votd.css
|
||||
└── tools
|
||||
└── av1611_dictionary_scraper.py - builds a dictionary json for the 1828 dictionary
|
||||
└── sanity_check.py - Integrated during runtime and also as endpoint testing when run alone.
|
||||
└── search_keywords.txt - endpoint testing queries
|
||||
└── sanity_results.txt - results of running sanity_check.py as a standalone
|
||||
|
||||
AUTHOR
|
||||
======
|
||||
|
||||
Reference in New Issue
Block a user