C:\robert\C\ - (C++ code)
slideshow-list.cpp # creates slideshow-list from "previews.html"
slideshow.cpp # creates slide.bat file for calling slide-one.cpp with every picture name
slide-one.cpp # C++ code to construct an HTML page for every picture on website
# with cross-references like People, Animals (via MS Access database)
href.cpp # updates "previews.html" from Database, displays # of pictures
grouper.cpp # handles "Groups:" section including pointer, as used on top of this page
common.cpp # utils such as chop(), chopSpaces(), filenameOnly(), dirsOnly()
C:\robert\BAT\ - (*.BAT files)
grouper.BAT # calls C++ code to modify "Groups" section near top of manually edited HTML files
matcher.BAT # handles the existing manually edited *.HTML files (many photos per page)
# - eg. previews.HTML or big-sur.HTML
slidem.BAT # handles generation of HTML files (1 big photo per page), eg.
# zfirst.HTML
slide.BAT #
C:\robertbody\ - (*.BAT files)
goall.BAT # triggers every single go.BAT -- re-generate every HTML file
go-one.BAT # can this be part of the above file?
C:\robertbody\XYZ\ - (*.BAT files and Text files) ... examples given for C:\robertbody\california
go.BAT # top level BAT file involving a hierarchy of about 7 C++ executables
# and other BAT files like slide.BAT, matcher.BAT, etc
groups_header.txt # list of components for "Groups:" list
|