Sitemask
Sitemask is a static website templating tool built using Python. It allows you to
create one or more themes for your HTML files and apply them before deployment. I often
prefer this approach because then the files I have checked into CVS or Subversion are the
actual files, not a server-side include.
Sitemask leaves begin/end theme tags in the HTML files so that it can later update
or yank the theme out. If you view the source for this website, and see "@sm-theme"
comments, that means I'm still using Sitemask on my own system.
Overview
A quick introduction/background on Sitemask is available here..
Downloads
|