[add more section headers, tweak layout a bit Jeremy Shaw **20100519172300 Ignore-this: 2418e0487e022f9e550f0d480e25c191 ] hunk ./Dir.lhs 21 -

Source code for the app is here.

+

[Source code for the app is here.]

hunk ./Dir2.lhs 21 -

Source code for the app is here.

+

[Source code for the app is here.]

hunk ./Dirs.lhs 21 -

Source code for the app is here.

+

[Source code for the app is here.]

hunk ./HelloWorld.lhs 18 +

Your first app!

+ hunk ./HelloWorld.lhs 30 -

Source code for the app is here.

+

[Source code for the app is here.]

hunk ./HelloWorld.lhs 61 +

How it works

+ +

Listening for HTTP requests

+ hunk ./HelloWorld.lhs 71 +

Configuring the HTTP listener

+ hunk ./HelloWorld.lhs 93 +

Processing a Request

+ hunk ./HelloWorld.lhs 103 +

Setting the HTTP response code

hunk ./HelloWorld.lhs 113 +

Creating a Response

+ hunk ./HelloWorld.lhs 126 + +

Next: routing incoming requests

hunk ./Makefile 13 -RouteFilters.lhs: Dir.lhs Dir2.lhs Dirs.lhs +RouteFilters.html: Dir.lhs Dir2.lhs Dirs.lhs hunk ./blog.css 3 - margin: auto; - width: 35em; + font-family: Georgia, Serif; + margin-left: 20em; + width: 30em; + line-height: 120%; hunk ./blog.css 18 +h2 +{ + /* font-family: Georgia, Serif; */ + font-family: 'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif; + font-weight: normal; + color: #c60; + letter-spacing:.1em; + } + +h3 +{ + /* font-family: Georgia, Serif; */ + font-family: 'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif; + font-weight: normal; + color: #c60; + letter-spacing:.2em; + } + hunk ./blog.css 44 +.source-code +{ + font-size: small; + color: #444444; + } +