aboutsummaryrefslogtreecommitdiff
path: root/backend/data/enwiki
AgeCommit message (Collapse)Author
2022-06-22Refactor backend scriptsTerry Truong
2022-06-22Update backend READMEs, rename some files for consistencyTerry Truong
2022-06-19Add code/file for adding manually-picked alt-namesTerry Truong
2022-06-19Make manual enwiki-desc-associations more flexibleTerry Truong
Also enable getEnwikiImgData.py to skip already-processed wiki-ids
2022-06-15Separate node-wiki_id association from 'descs' tableTerry 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-05Add script for downloading enwiki info-box imagesTerry Truong
2022-06-03Add script for downloading img license infoTerry Truong
2022-06-03Add script for extracting enwiki infobox-image namesTerry Truong
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.