Generateing HTML Program Listings
The code on this page is what I use to generate the HTML code listings found on my web pages. This code isn't very attractive, but people are always asking me how I make these pages. Now you know the uguly truth. :)
- fndMissing.pl
- This handy little script reads in the index HTML files and finds examples not listed.
- allFndMissing.pl
- This little script runs fndMissing.pl against all source directories.
- allGenHTML.sh
- This is the main driver script, should be a makefile. It drives the genHTML.sh script.
- genHTML.sh
- This little script converts source code trees into HTML sites.
- genSimpleIdx.sh
- This scritp generates simple, text only, index files for collections of examples.