aboutsummaryrefslogtreecommitdiff
path: root/backend/data/pickedImgs/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'backend/data/pickedImgs/README.md')
-rw-r--r--backend/data/pickedImgs/README.md16
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).