A lightweight template solution that assembles your static or dynamic site given a template file (with common site design) and content files (with varying contents). The assembled site does not need php or other interpreter to display corresponding pages at each request thus saving your server performance for other activity.
The tool itself consists of one (1) php script that does all the work based on given parameter file. A generic parameter file may only contain three (3) parameters (source and target folders and template filename) to produce the result site.
Additional functionality like creating your own macros and entities substituted at build time is available.
Download the script (GPL) and consult documentation (that includes introduction, tutorial and parameters reference) at http://opensb.sourceforge.net/
.