--- /dev/null
+* Baltakatei Executable Development
+
+The purpose of this project is to create and maintain executables
+produced by Steven Baltakatei Sandoval.
+
+** Contents
+
+*** ~archive~
+This directory contains files not actively used but useful for
+understanding long-term history of this project.
+
+
+*** ~doc~
+This directory contains documentation about files in this project.
+
+
+*** ~sysutils~
+This directory contains executable utilities meant to change operating
+system settings.
+
+An example executable to be stored here may include:
+
+- A bash script that runs ~apt~ to configure a Debian GNU/Linux
+ machine to compile executable binaries from source.
+- A bash script that appends the last modification date to a file name
+ would go here.
+
+
+*** ~unitproc~
+This directory contains executables meant to process data produced by
+other executables for processing by other executables. It does NOT
+contain executables meant to change operating system settings.
+
+Example executables to be stored here may include:
+
+- A file that belongs here is a python script containing a generally
+ useful function definition meant to be inserted into various larger
+ python scripts.
+- A bash script meant to be regularly run by ~cron~ to perform an
+ ~rsync~ backup of the user's home directory, using option arguments
+ to specify a custom output directory to hold the backup files.
+- A bash script that uses ~inotifywait~ to hash files immediately
+ after they are modified and log the hashes to an option-specified
+ path on disk.