[tweakies thomashartman1@gmail.com**20081004080314] hunk ./src/Controller.hs 48 -fileservedir d = dir d [ fileServe [] d ] hunk ./src/Controller.hs 50 + hunk ./src/Controller.hs 148 - -staticfiles = [ haskellFile [withRequest colorize] - , fileservedir "src" - , fileservedir "static" ] +staticfiles = [ fileservedir "templates" + , fileservedir "static" + , ifHaskellFile [withRequest colorize] + --, fileservedir "src" + ] hunk ./src/Controller.hs 168 - haskellFile = spsIf endsInHS + ifHaskellFile = spsIf endsInHS hunk ./src/Controller.hs 174 +fileservedir d = dir d [ fileServe [] d ] + hunk ./src/ControllerBasic.hs 112 - - , dir "templates" [fileServe [] "templates"] - hunk ./src/ControllerBasic.hs 137 - liftIO $ do templates <- directoryGroup "templates" + liftIO $ do templates <- directoryGroupSafer "templates" hunk ./templates/gettingstarted.st 19 +$! hunk ./templates/gettingstarted.st 26 + hunk ./templates/gettingstarted.st 30 - +!$ hunk ./templates/maciddatasafety.st 23 -
When migrating macid data to a new schema, you are also going to want to be extra cautious. +
When migrating macid data to a new schema, you are also going to want to be extra cautious. hunk ./templates/runtutoriallocally.st 27 -find .cabal | grep -i happs-tutorial should show you a tar file. Or you can just download the tar file from + +
find ~/.cabal | grep -i happs-tutorial + +
should show you a tar file. Or you can just download the tar file from