The latest version of hsp is 0.10.0-0.

hsp

Version 0.2 revision 0 uploaded by GwernBranwen.

Package meta

Synopsis
Haskell Server Pages is a library for writing dynamic server-side web pages.
Description

Haskell Server Pages (HSP) is an extension of vanilla Haskell, targetted at the task of writing dynamic server-side web pages. Features include:

  • Embedded XML syntax

  • A (low-to-mid-level) programming model for writing dynamic web pages

  • A runtime system, in the guise of a server utility, with support for:

o session (through cookies) and application (through the server) state

o interfacing to the HTTP request-response model

o on-request compilation of pages (using hs-plugins)

  • A cgi-handler utility for use where the server can't be used (i.e. if you have no control over the resident web server). Supports everything the server does except application state and setting outgoing headers (plus it is atm considerably slower to respond).

You will also want hspr, the runtime utilities package. Consists of (the source for) a server utility hspr and a cgi-handler hspr-cgi.

For details on usage, please see the website, and the author's thesis.

Author
Niklas Broberg
Bug reports
n/a
Category
Language
Copyright
n/a
Homepage
http://www.cs.chalmers.se/~d00nibro/hsp/
Maintainer
Niklas Broberg <nibro@cs.chalmers.se>
Package URL
n/a
Stability
Experimental

Components