For some time, I wanted a blog engine that I can * use plain text * never lose my data * configurable at ease * write in any format I want * never care about database schema * them-able without caring about programming logic
panda doesn't do all of it, and is worse at these: * no web interface, except for comments * requires a virtual host, or at least be able to start a lighttpd instance * need to : troubleshoot fcgi processes ( kill them ); use SCM to manage resources; don't hate OOP (for hacking, sorry about that) those being said, * demo: http://jinjing.blog.easymic.com * code: http://github.com/nfjinjing/panda/tree/master Cheers, - jinjing _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
