Acknowledgments
This site uses a modified version of a CSS stylesheet originally created by web designer
Andreas Viklund.
Generating html for use with CSS stylesheets
When one creates a website with a stylesheet, all of the html (or php) pages are nearly identical.
If the main menu or format is changed, all of the html pages have to be changed as well.
A script to generate all of the html pages with their specific and non-specific content is needed.
I made a python script called
make.py to handle this, while writing the specific content source (including keywords, title, etc) in files with the ".con" extension.