about fpc-sitegen
fpc-sitegen is a simple tool I use to convert SAD files to, in this case, static HTML pages. It comes with a very simple format for creating templates, for an example see here.
fpc-sitegen is, as the name suggest, written in 100% freepascal. It is licensed under the BSD 3-Clause license.
additions to the sad format
a few additions to the sad format are made, or planned, to make it more usable for creating static websites: * {$insert <insert name>} – paste a textfile at the position of the switch. "insert name" means the specified when using the "-d" cli flag.
* [planned] {$list} and {$end-list} – format the contained text as a list.
* [planned] {$e} – signal the start of a new list element.
links
* Source Code on GitHub