|
From: Jinjing Wang <nfjinjing <at> gmail.com>
Subject: [ANN] panda blog engine Newsgroups: gmane.comp.lang.haskell.cafe Date: 2008-09-20 16:39:00 GMT (41 weeks, 1 day, 6 hours and 30 minutes ago) 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 |
|
|