aboutsummaryrefslogtreecommitdiff
path: root/backend/data/enwiki/README.md
AgeCommit message (Collapse)Author
2022-06-19Add code/file for adding manually-picked alt-namesTerry Truong
2022-06-14Fix bugs in web-img generationTerry Truong
Also adjust image-reviewing script to allow skiping some user-choices
2022-06-08Update READMEs, refactor getEnwikiImgData.pyTerry Truong
2022-06-03Adjust enwiki dump-index-db and lookup script to include wiki-idsTerry 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-07Update README line breaksTerry Truong
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.