A statistics blog system inspired by bashblog.
- posts written in the reStructuredText markup language
- a build script written in the Tcl programming language
- a simple HTTP server written in the Tcl programming language
- support for generating an RSS feed
- support for generating a sitemap
- Tcl >= 8.6
- docutils == 0.20.1
Build all posts, the RSS feed file, and the sitemap file:
$ ./build
Start a local HTTP server, listening on the port 8000:
$ ./run