HTML indexer proof-of-concept
- With a Python virtualenv in hand, install requirements from
requirements.txt. - Run
python -m hindex -i input/jargon-4.4.7/html -o out/datawhereinput/jargon-4.4.7/htmlis a directory tree of HTML files. A structure of JSON files – one index file and several sub-index files – are created underout/data. - Have a web server serve the
out/directory.live-serverorservefrom npm work great, butpython -m http.servershould do in a pinch.