[more updates to homepage, docs page, and community page jeremy@seereason.com**20110919184608 Ignore-this: c2b5416316a54958ede3390c64fc66e ] hunk ./Main.hs 347 -
Happstack is a Haskell web framework. Happstack is designed so that developers can prototype quickly, deploy painlessly, scale massively, operate reliably, and change easily. Happstack is supported on GNU/Linux, OS X, FreeBSD, and Windows environments.
+Happstack is a fast and flexible Haskell web framework. Happstack is designed so that developers can prototype quickly, deploy painlessly, scale massively, operate reliably, and change easily. Happstack is supported on GNU/Linux, OS X, FreeBSD, and Windows environments.
hunk ./Main.hs 350 -At the core of Happstack is happstack-server. happstack-server is a fast, lightweight, self-contained HTTP server with built-in HTML templating support using blaze-html. happstack-server is database agnostic and can be used with any of your favorite database libraries from hackage. happstack-server is extensively documented in The Happstack Crashcourse.
+At the core of Happstack is happstack-server. happstack-server is a fast and simple HTTP server with built-in support for templating (via blaze-html), request routing, form-decoding, cookies, file-uploads, etc. happstack-server is all you need to create a simple website.
+ +happstack-server is database agnostic and can be used with any of your favorite database libraries from hackage. happstack-server is extensively documented in The Happstack Crashcourse.
hunk ./Main.hs 359 -The haddock documentation for Happstack can be found here.
-The Happstack Crash Course is the most complete resource for learning Happstack. New sections are added regularly, so check back often.
- {- -The classic happstack tutorial is also still available. This is currently the best resource to learn about using the MACID state system and HStringTemplate. Soon to be replaced by the Happstack Crash Course.
Crash course section of web-routes
-Happstack type-safe routing and URLs using web-routes and the Regular library
-The guestbook demo, included with happstack, is a complete, cabalized web application which demonstrates the Happstack MACID database, HSP templating, and HStringTemplate. There is currently no separate tutorial, but the code is heavily commented for instructive purposes.
+The guestbook demo, included with Happstack, is a complete, cabalized web application which demonstrates using MACID database, HSP templating, and HStringTemplate. There is currently no separate tutorial, but the code is heavily commented for instructive purposes.
hunk ./Main.hs 503 + $ export PATH=~/.cabal/bin:$PATHNOTE: the command may issue a bunch of errors about getDirectoryContents, but it still works. Those errors are fixed darcs.
happstack-imageboard implements a simple 4chan-like imageboard. It demonstrates acid-state, ixset, digestive-functors, HSX, jmacro, web-routes, cookies, AJAX, uploads, image resizing, and more. It is available via:
+darcs get http://src.seereason.com/examples/happstack-imageboard/Text.Html.This tutorial demonstrates building a simple pasteboard application by using Happstack with sqlite and Text.Html.
You can also post questions on stackoverflow with the happstack tag.
+ hunk ./theme/theme.css 211 + +.package-name +{ + font-family: monospace; +} +