[more of same thomashartman1@gmail.com**20080925130456] hunk ./src/AppStateSetBased.hs 130 - , blurb = "I'm currently living in poland, doing a haskel sabbatical\n\ - \The last project I did was an attempted relaunch of the opensource ripplepay project." + , blurb = "I'm currently living in poland, doing a software sabbatical where I'm basically just \ + \learning stuff and releasing some open source software I've been wanting to do. \n\ + \The last project I did was some work for the ripplepay project." hunk ./src/Controller.hs 8 +import qualified Data.Set as S +import Data.Maybe hunk ./src/Controller.hs 79 - consultants <- query ListUsers + consultants :: [String] <- return . map username + =<< return . filter (isJust . consultantprofile) . S.toList + =<< query AskDatastore hunk ./templates/home.st 34 -

MACID, the HAppS storage engine, is no vanilla serialization layer that will +

MACID, the HAppS storage mechanism, is no vanilla serialization layer that will hunk ./templates/mainusermenu.st 1 -[("/tutorial/consultantprofile","advertise as consultant") +[("/tutorial/consultantprofile","consultant profile") hunk ./templates/viewconsultantprofile.st 8 - +$! hunk ./templates/viewconsultantprofile.st 11 - +!$ hunk ./todo 4 + + in missing happs docu, change "i'm currently available link" to use mailto.