aboutsummaryrefslogtreecommitdiff
path: root/backend/data/eol
diff options
context:
space:
mode:
authorTerry Truong <terry06890@gmail.com>2022-05-04 01:17:06 +1000
committerTerry Truong <terry06890@gmail.com>2022-05-04 01:17:06 +1000
commit90a5e15bb824b84e5bb60337d6a57a1394090dc6 (patch)
tree661ea356c8d83b74d16f19d3555b0a1d3eb6eb56 /backend/data/eol
parentec29e5731136c74a1991e2f93b5e233747f2a230 (diff)
Add scripts for obtaining/sending/displaying wikipedia descriptions
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.
Diffstat (limited to 'backend/data/eol')
-rw-r--r--backend/data/eol/README.md20
1 files changed, 10 insertions, 10 deletions
diff --git a/backend/data/eol/README.md b/backend/data/eol/README.md
index 3ce9799..d863099 100644
--- a/backend/data/eol/README.md
+++ b/backend/data/eol/README.md
@@ -1,15 +1,15 @@
Downloaded Files
================
-- imagesList.tgz
- Obtained from https://opendata.eol.org/dataset/images-list on 24/04/2022
- Listed as being last updated on 05/02/2020
-- vernacularNames.csv
- Obtained from https://opendata.eol.org/dataset/vernacular-names on 24/04/2022
- Listed as being last updated on 27/10/2020
+- imagesList.tgz:
+ Obtained from https://opendata.eol.org/dataset/images-list on 24/04/2022.
+ Listed as being last updated on 05/02/2020.
+- vernacularNames.csv:
+ Obtained from https://opendata.eol.org/dataset/vernacular-names on 24/04/2022.
+ Listed as being last updated on 27/10/2020.
Generated Files
===============
-- imagesList/
- Obtained by extracting imagesList.tgz
-- imagesList.db
- Represents data from eol/imagesList/*, and is created by genImagesListDb.sh
+- imagesList/:
+ Obtained by extracting imagesList.tgz.
+- imagesList.db:
+ Represents data from eol/imagesList/*, and is created by genImagesListDb.sh.