[more of same thomashartman1@gmail.com**20080906145026] hunk ./src/View.hs 76 + , "start-happs-on-boot" hunk ./templates/home.st 23 + +
As I just said a second ago, +the best way to learn how to use use HAppS with this tutorial is to actually install and run it in a +local environment. + +
So if you can, do that first. + +
Getting on with the tutorial proper, our first lesson examines the +main function in a HAppS program. +The second lesson explains how to do basic url handling. +The third lesson covers using templates.
+ +More lessons are planned. This is a work in progress. Stay tuned.
+ +$!Lesson 2 is using templates !$ + +$!
Lesson 3 is managing state
!$ + + + + + + + hunk ./templates/overview.st 1 -The best way to learn how to use use HAppS with this tutorial is to actually install and run it in a -local environment. - -
So if you can, do that first. - -
Getting on with the tutorial proper, our first lesson examines the -main function in a HAppS program. - -
The second lesson explains how to do basic url handling.
- -The third lesson covers using templates.
- -More lessons are planned. This is a work in progress. Stay tuned.
- -$!Lesson 2 is using templates !$ - -$!
Lesson 3 is managing state
!$ - - - - - - - - rmfile ./templates/overview.st hunk ./templates/prerequisites.st 17 - + hunk ./templates/run-tutorial-locally.st 35 - - +Next up is the HAppS server main function.
hunk ./templates/tableofcontents.st 5 -