aboutsummaryrefslogtreecommitdiff
path: root/backend/data/genEnwikiNameData.py
AgeCommit message (Collapse)Author
2022-07-11Make backend dev server script serve the image filesTerry Truong
Previously, image files in backend/data/img were moved to, or symlinked from, public/. This needed to be changed before each build, otherwise vite would end up copying gigabytes of images.
2022-06-22Refactor backend scriptsextended-dbTerry Truong
2022-06-22Update backend READMEs, rename some files for consistencyTerry Truong
2022-06-15Separate node-wiki_id association from 'descs' tableTerry Truong
2022-06-15Add 'src' field to 'names' tableTerry Truong
2022-06-08Avoid some redundant enwiki-generated alt-namesTerry Truong
2022-05-28Convert from python "...".format() to f"..."Terry Truong
2022-05-26Add some enwiki redirect data as alt-namesTerry Truong