[thelist] How to implement static page generator?

Jay Blanchard thelist at lists.evolt.org
Fri Mar 8 09:03:01 2002


<snip>
If I change, for instance, my menu structure so it has one
extra link in it, how will I be able to get my program to
regenerate all the static files?
</snip>

Use an include file for the menu. Anytime you change the menu it will be
included on all the pages properly, archived or not.


Jay