Well, I have a really really basic blogging platform developed for the new site. I’m still working on adding alot of critical features. Basically, as of right now, it just displays my posts and thats all. I’m currently working on a comment system. I would use some of the code that can be found around the interwebs, but I find that this is a really good learning process if I do it on my own. I might just look at other code for reference and to get a good idea of how things work. I may implement some of the modules found elsewhere for other functions. Right now, I just want a ‘almost’ fully home rolled solution. The built in admin interface is the shiznit. Saved me alot of time and allowed me to focus on other concepts. Once I have something decent going I’ll need to figure out how to migrate the posts from here.
I’ll be installing django and mod_python on the server tomorrow and maybe rolling out my ’something like a’ personal CMS.