Monsti is a simple CMS designed to efficiently manage multiple small websites.
- Fast; thanks to Go, a statically typed compiled language
- Low armortized (i.e. for many hosted sites) resource usage
- No database required; configuration and data is stored in human readable files
- Internationalization ready (Included languages: de, en)
- Simple web frontend
- Separation of code, configuration and presentation
- Developer friendly: Includes a HTTPd; Go templates; use configuration files to build new node types and queries
- Administrator friendly: Syslog; init script; Makefile target for basic Debian packaging (via fpm, other distributions should be easy); respecting the filesystem hierarchy
Monsti is still under development and unstable.
Website: http://www.monsti.org/ Code: http://www.gitorious.org/monsti | http://github.com/monsti