aboutsummaryrefslogtreecommitdiff
path: root/backend/data/enwiki
AgeCommit message (Collapse)Author
2022-06-03Adjust enwiki dump-index-db and lookup script to include wiki-idsTerry Truong
2022-05-28Convert from python "...".format() to f"..."Terry Truong
2022-05-26Fix missed space-to-underscore conversion in lookupPage.pyTerry Truong
2022-05-26Add some enwiki redirect data as alt-namesTerry 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.