Finally, after some weeks of using my leisure hours to work on my new and very own blogging system, I can plug this working beta for testing. This is actually the first ‘new’ posting I’m making from my control panel, although I used it to import all my previous messages to the database.
I’m sorry if some of the old postings have been reproduced in the aggregators as new ones, and some links to older postings may be broken as well. Last night I updated my RSS feed and some of the posting titles could have been altered by a dot (‘.’) and screwed the list.
So, what’s new here? Basically, I followed the most common models from existing blogging software and tried to emulate and integrate them to a MySQL database I designed. This database works with only 2 tables: one for the postings and another one for the comments, and all the functionality and interface is written in PHP. Nothing new yet. What I added to my system, that I think is missing elsewhere, is the ability to notify readers when a new comment is posted on a posting that may interest them. Here, it is accomplished in two ways: you can subscribe to the thread when adding a comment, or as a ‘Listener’. As a listener, you don’t need to add a comment to be notified.
Also, the system supports categorization for my postings, meaning that I can have more than one blog working within the same database. For instance, that short message that appears in my ‘Personal Column’ exists in the same database than the other ones, but it belongs to the ‘personal messages’ category, and it won’t appear in the rss feed aggregators take; furthermore, that category could even have it’s own feed.
Well, I think that’s about all. So, please let me know if you think something is not working properly, or if you have any suggestions. All feedback is very welcome.