Bloogers Blog

email-addthis printer-addthis favorites-addthis facebook-addthis digg-addthis | Share

11 Oct 2006 06:47:51
Category: All About Me

I'm not sure if I'll actually carry through with this idea, but I've been thinking about making a PHP5 blog system using SQLite and GOOP Gallery 3.0.

It is way more work than I could possibly do alone. And I doubt this post will attract any interested parties.

The software for webGENEIus is written PHP 4 style and uses SQLite. But it was a rush job. I wanted to see how long it would take me to put together a basic blog from scratch. So as you can imagine the API is horrible.

Now I'd like to put something together that is well... better formed.

Here's some ideas:

Bloogers will be simple: single user administration and login. I don't trust SQLite to store other people's passwords.

It will have all the basic features of a blog: ping, post, edit, create, rss, atom. Will have anonymous comment posting that is moderated with open and close dates and captcha for security.

Modules can be added to extend core functionality.

Will utilize front controller design.

What are your thoughts?