From e78c4df403e5f98afa08f7a0841ff233d5f6d05b Mon Sep 17 00:00:00 2001 From: Terry Truong Date: Wed, 22 Jun 2022 01:42:41 +1000 Subject: Update backend READMEs, rename some files for consistency --- backend/data/pickedImgs/README.md | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'backend/data/pickedImgs') 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
- 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
+ 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). -- cgit v1.2.3