From d17b9a09cb8082f43329f64a459ea6d62031ff21 Mon Sep 17 00:00:00 2001 From: Terry Truong Date: Sun, 19 Jun 2022 00:10:39 +1000 Subject: Allow for manually adding images from other sources --- backend/data/pickedImgs/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 backend/data/pickedImgs/README.md (limited to 'backend/data/pickedImgs/README.md') diff --git a/backend/data/pickedImgs/README.md b/backend/data/pickedImgs/README.md new file mode 100644 index 0000000..52fc608 --- /dev/null +++ b/backend/data/pickedImgs/README.md @@ -0,0 +1,12 @@ +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. + +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. -- cgit v1.2.3