[tutorial: tweaks to generating .html
jeremy@n-heptane.com**20080322005019] {
hunk ./tutorial/Makefile 4
- HsColour -css $^ -o$@
+ HsColour -css $^ -o$@ -lit
hunk ./tutorial/SimpleSite1.lhs 1
+
+
+
+404 No More!, Part I
+
+
+
+
+404 No More!
+ This post shows a simple way to use the Reader Monad Transformer to:
+
+ - Ensure that all the internal links in your web app are valid.
+ - Ensure that when a component is used multiple times, each instance gets a unique set of URLs.
+
+
+First some header stuff.
+
hunk ./tutorial/SimpleSite1.lhs 28
-404 No More!
- This post shows a simple way to use the Reader Monad Transformer to:
-
- - Ensure that all the internal links in your web app are valid.
- - Ensure that when a component is used multiple times, each instance gets a unique set of URLs.
-
-
-
}