Markdoc - interesting project, a simple wiki with a special feature: it is not edited via the web, but via a DVCS like Mercurial or Git. So simply normal text editors, Markdown as the format and a DVCS for versioning, rsync for distributing the generated - static! - content to the server and done. And it is written in Python.