aboutsummaryrefslogtreecommitdiff
path: root/backend/data/enwiki/genDescData.py
AgeCommit message (Collapse)Author
2022-06-22Refactor backend scriptsTerry Truong
2022-06-22Update backend READMEs, rename some files for consistencyTerry Truong
2022-05-17Improve enwiki description extractionTerry Truong
Adjust enwiki code to handle single dump file, and add scripts for 'convenient' page-content lookup.
2022-05-04Add scripts for obtaining/sending/displaying wikipedia descriptionsTerry Truong
Add backend/data/enwiki/ directory containing scripts and instructive READMEs. Adjust some other scripts to generate 'eol_ids' sqlite table separate from 'names'. Make server respond to /data/desc requests, and have client TileInfo component display response data. Also adjust .gitignore entries to be root-relative.