darcsden :: dbp -> housetab-multi -> browse

a webapp to manage expenses between a group of friends. NOTE: this is really out of date and may not work. see housetab-snaphttp://housetab.org

root

readme

this should be cabal install'able with the exception of needing a very current
 version of happstack, and happstack-auth, a library originally written by 
mightybyte that I forked to add some features. 

You can grab happstack from http://patch-tag.com/r/mae/happstack (we need 0.4.5, 
currently that is the darcs version, but it could be released to hackage soon).

happstack-auth is available at http://github.com/dbpatterson/happstack-auth .

we also depends on a sendmail clone existing somewhere in the $PATH - I use ssmpt. 

If you want to look at the data interactively, start ./bin/run-interactive.sh, then:
import Happstack.State
import HouseTab.State
control <- startInteractive
... do whatever you want to do, using query/update
stopInteractive control