[Haskell-cafe] [ANN] panda blog engine
Jinjing Wang
nfjinjing at gmail.com
Sat Sep 20 12:39:00 EDT 2008
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
More information about the Haskell-Cafe
mailing list