+*** TODO Augment ~bklog~
+Also, either the ~bklog~ script needs to be augmented or a new script
+written in order to handle the case of handling an image file coming
+in via stdin. Currently, ~bklog~ can't properly handle the stdout
+produced by a command such as:
+
+: raspistill -o -
+
+Even if a helper script is written that outputs jpg images via stdout,
+~bklog~ currently has no way of knowing how to partition the stream of
+stdout into separate files.
+
+Since ~raspistill~ produces a single image and then should be
+terminated, it is appropriate to use ~cron~ to call a simple script to
+run regularly (ex: every 5 minutes) and to pipe the output to a script
+that uses ~age~ to encrypt against a recipient. Code from ~bklog~ can
+be reused to do this. It is probably not appropriate to try and
+augment ~bklog~ to handle this method of being called since it was
+written with the intention of handling continuous streams of stdout.
+
+** TODO Create automatic setup scripts for logging
+Date Created: 2021-01-25T00:21Z
+
+Create bash scripts that automatically set up a ~ninfacyzga-1~ device
+to automatically run executables in ~exec/~ according to procedures
+described in ~doc/~.
+
+*** TODO Create setup script for location logging
+Date Created: 2021-01-25T00:24Z
+
+Setting up location logging script using ~bklog~ via ~cron~ job.
+
+*** TODO Create setup script for time tracking
+Date Created: 2021-01-25T00:25Z
+
+Setting up time tracking via ~chrony~.
+
+** TODO Use ~age --version~ in creating ~VERSION~ output files
+~age~ as of ~beta7~ outputs its version using the ~--version~ option.
+