diff options
| author | Terry Truong <terry06890@gmail.com> | 2022-06-22 01:42:41 +1000 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2022-06-22 09:39:44 +1000 |
| commit | e78c4df403e5f98afa08f7a0841ff233d5f6d05b (patch) | |
| tree | f13dbf91228550075644be9766b4546eb20f1e1f /backend/data/pickedImgs/README.md | |
| parent | ae1467d2ab35a03eb2d7bf3e5ca1cf4634b23443 (diff) | |
Update backend READMEs, rename some files for consistency
Diffstat (limited to 'backend/data/pickedImgs/README.md')
| -rw-r--r-- | backend/data/pickedImgs/README.md | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/backend/data/pickedImgs/README.md b/backend/data/pickedImgs/README.md index 52fc608..dfe192b 100644 --- a/backend/data/pickedImgs/README.md +++ b/backend/data/pickedImgs/README.md @@ -1,12 +1,10 @@ -This directory is used for adding additional, manually-picked images, -to the server's dataset, overriding any from eol and enwiki. If used, -it is expected to contain image files, and a metadata.txt file that -holds metadata. +This directory holds additional image files to use for tree-of-life nodes, +on top of those from EOL and Wikipedia. Possible Files ============== -- Image files -- metadata.txt <br> - Contains lines with the format filename|url|license|artist|credit. - The filename should be a tree-of-life node name, with an image - extension. Other fields correspond to those in the 'images' table. +- (Image files) +- imgData.txt <br> + Contains lines with the format `filename|url|license|artist|credit`. + The filename should consist of a node name, with an image extension. + Other fields correspond to those in the `images` table (see ../README.md). |
