From 107214eea9a22bc0e144ea0eb256d7c9fa73a38c Mon Sep 17 00:00:00 2001 From: C-xC-c <58750933+C-xC-c@users.noreply.github.com> Date: Sun, 12 Jan 2020 13:09:45 +0000 Subject: [PATCH] Create upload.org --- Docs/upload.org | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Docs/upload.org diff --git a/Docs/upload.org b/Docs/upload.org new file mode 100644 index 0000000..5e3c77d --- /dev/null +++ b/Docs/upload.org @@ -0,0 +1,15 @@ +* /Upload +The flag console is the preferred way for adding and modifying flags +in the database. It provides controls for adding, deleting and +renaming flags, all of which are visible before being committed by +someone with with password, which is set using the =staging-password= +section in =appsettings.json=. Changes may be unstaged on an +individual basis, but committed changes must be done all at once. + +Flags have several hard-coded requirements for being uploaded using +the console. The image must be 16 by 11 pixels in size, be a PNG file +and have a valid PNG header. Names of files must be under 100 +characters in length, and not contain either "," or +"||". Additionally, you cannot name a flag "Empty, or there were +errors. Please re-set your flags." as this is used, well, when someone +hasn't set their flags right.