[tutorial thomashartman1@gmail.com**20080617042118] move ./templates/getstarted.st ./templates/home.st hunk ./src/Main.hs 41 - [ (exactdir "" [withBaseTemplate "getstarted" id] ) - , (exactdir "basic-url-handling" [withTemplate "basic-url-handling" id] ) - - + [ (exactdir "tutorial/home" [withBaseTemplate "home" id] ) + , (exactdir "tutorial/start-tutorial" [withBaseTemplate "start-tutorial" id] ) + , (exactdir "tutorial/basic-url-handling" [withBaseTemplate "basic-url-handling" id] ) + , (dir "" [withBaseTemplate "home" id]) + + , (exactdir "tutorial" [withBaseTemplate "home" id] ) + , (exactdir "" [withBaseTemplate "home" id] ) hunk ./templates/home.st 11 -dabble in haskell and would like to use the worlds greatest language for your next web project, +have programmed in haskell and would like to use the world's greatest language for your next web project, hunk ./templates/home.st 16 -

Start The Tutorial.

- - +

Start The Tutorial.

addfile ./templates/start-tutorial.st hunk ./templates/start-tutorial.st 1 - +Starting the tutorial...