This site has very little content except for a collection of small files that I need to have statically served to the web for some period of time as a matter of convenience to me, i.e., this site is simply a small file staging area for the web. This site is developed and tested on my private home computer server (which only serves to my LAN web so there is no external access) and then uploaded to SourceForge (currently as of 2019-10-15) via a standard rsync method, e.g.,

rsync -av --delete --no-p --no-g --chmod=ugo=rwX \
/home/irwin/public_html/file_staging/htdocs/ \
airwin@frs.sourceforge.net:/home/user-web/airwin/htdocs/

The list of files in this staging area is documented in the Manifest file which was produced by running "ls -lh" to determine fundamental metadata for the files in this directory, cutting and pasting that result to Manifest, editing that file, and annotating that result. Then iterating on "ls -h" and editing the metadata for the Manifest file within that file until metadata consistency is achieved. Therefore, if I have referred you to this extremely obscure site, then that is the first file you should check to find your desired documented file within this staging area.