aboutsummaryrefslogtreecommitdiff
path: root/backend/data/pickedImgs/README.md
diff options
context:
space:
mode:
authorTerry Truong <terry06890@gmail.com>2022-06-19 00:10:39 +1000
committerTerry Truong <terry06890@gmail.com>2022-06-19 00:11:14 +1000
commitd17b9a09cb8082f43329f64a459ea6d62031ff21 (patch)
treea7309e41e4f8d77c0a60bc45170d308e89c2cd8e /backend/data/pickedImgs/README.md
parent2dc9cb2f46d57180b1f6ed78d214d6a09d591d7a (diff)
Allow for manually adding images from other sources
Diffstat (limited to 'backend/data/pickedImgs/README.md')
-rw-r--r--backend/data/pickedImgs/README.md12
1 files changed, 12 insertions, 0 deletions
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 <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.