Alive CMS
Alive CMS is an open source Content Management System for the Django web application framework and I wrote it because I needed one and I wanted to experiment with the concepts you find in it. I wanted a simple yet powerful tool to make and maintain web sites. Alive CMS is simple: adding or editing content doesn't require knowledge of HTML only the use of web forms and a web based word processor. Alive CMS is powerful: it is also a framework that allows programmers to create new content types, the look & feel is highly customizable by someone with web design skills. Templates and styles are bundled as “skins” and once a skin is created, changing to it is very easy.
The main concepts themselves are not new, I merely interpreted them the way I like. Some core concepts (more details in the concepts section):
In it's current incarnation Alive CMS is not very complete and a work in progress. That means that I probably will change how things work, it also means that there is no regression test suite. Very likely I will add new content types over time.
You might think: Can I use it? Well you can and obviously I use it, this site is running on it. But you might find that it currently has some rough edges and if you look for guaranted smooth sailing you are currently probably better of looking elswhere. If you like exploring the new, this might be just for you.
Does it sounds interesting? Download Alive CMS, install Django and Alive CMS (it's a Django project, so it's just unpacking the archive in a suitable place, like your home directory) and try it out. There's always the chance you like to play with it!
Paulus