Bluetrait 2
Michael Dale
I've decided to rewrite Bluetrait.
It's had a good run.
Getnews (the blog script that I wrote before Bluetrait) was aimed at providing a very basic blog with commenting support. It did this well, but a lot of it was hardcoded to my domain/style so it wasn't really useful for anyone else.
I wrote Bluetrait 1 as to allow others to easily use/install it. It had/has a very basic template type system. Over the revisions it has been slowly upgraded and now includes:
It has worked well on my site for almost 3 years! But it has some limitations that are starting to annoy me. The biggest problem I currently have with it is the way the CMS side works.
There is no way to categories pages and as my project page grows it is becoming an issue.
So I'm going to take what I've learnt with Bluetrait 1 and rewrite it.
I'm aiming to make Bluetrait 2 able to cope with all kinds of content for example:
The idea is that the core of Bluetrait will have a section that allows people to design their own plugins which allows the system to handle any kind of data output.
Bluetrait 2 will also require PHP 5 as I'm using the PDO database class to allow for almost any kind of database (mysql, sql lite etc).
So the coding has started. Plugin support is almost done. I don't expect to have anything finished this year, hopefully early next year.