Introducing Blogsum
2009-08-10 19:16:13 by jdixon
This is an in-development version of blogsum. The goal is a simple, secure blogging application that doesn't come with useless knobs or hurdles.
The anti-wordpress.
Add a comment:
This is an in-development version of blogsum. The goal is a simple, secure blogging application that doesn't come with useless knobs or hurdles.
The anti-wordpress.
Add a comment:
Comments
at 2009-11-24 01:53:11, dumpfbacke wrote in to say...
had this before, called blosxom ;-)
at 2009-11-24 02:19:10, Jason Dixon wrote in to say...
That was one of the first projects I looked at. While the file-based design was initially attractive, the code was hideous. And when you think about it, sqlite is the best of both worlds. It's file-based, so it's easily moved between systems and backed up. And it's SQL so I don't have to worry about recreating a new model (i.e. MVC) or storage design.