Alexis Lee alexis@turton.com writes:
My way, it would be 7. It would also be easier to get extra candy in, like a datestamp on every file. (You'd have to split tail into tail1 and tail2, then cat tail1 >> product.html; date >> product.html; cat tail2
product.html)
Any scripting language offering regexps would make it fairly easy to build the site from templates and external files. 6 pages would need 9 files (6 content, 1 template, 1 build script, 1 Makefile). This is more or less how I build my website at http://mjr.towers.org.uk/
I don't see how you arrived at a total 7 files unless you're doing some nasty things in the content ones?