Rename configurable directory variables and convert them to globals
authorJacob Bachmeyer <jcb@gnu.org>
Wed, 2 Nov 2022 02:57:26 +0000 (21:57 -0500)
committerJacob Bachmeyer <jcb@gnu.org>
Wed, 2 Nov 2022 02:57:26 +0000 (21:57 -0500)
commit727cdf0d259e7e2ff640a7e0a09bac7c90d8e30c
tree34a154d6d7e84905630d6aae9677fe25239bc458
parentf35a065c9dc70b5ba23a4ac8148a055eb545d2f1
Rename configurable directory variables and convert them to globals

Uploads arrive in Inbox_dir and are atomically transferred to Scratch_dir
for processing.  Uploaded files to be published are copied to Stage_dir
and atomically transferred to locations underneath Public_dir, while files
withdrawn from publication are atomically transferred to locations
underneath Archive_dir.  The new variable names better describe the
purposes of these directories.

These variables are also converted from file-scope lexicals to true global
variables, with access scoped lexically using Perl's "our" feature.
gatekeeper.pl