Skip to content

akx/hindex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hindex

HTML indexer proof-of-concept

usage

  • With a Python virtualenv in hand, install requirements from requirements.txt.
  • Run python -m hindex -i input/jargon-4.4.7/html -o out/data where input/jargon-4.4.7/html is a directory tree of HTML files. A structure of JSON files – one index file and several sub-index files – are created under out/data.
  • Have a web server serve the out/ directory. live-server or serve from npm work great, but python -m http.server should do in a pinch.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published