[Haskell] Ann: Halipeto 1.1 (web page templates)

andrew cooke andrew at acooke.org
Fri Feb 13 10:50:00 EST 2004


Hi,

Halipeto generates web pages from templates (much like JSP, Zope TAL etc).
 It's written in Haskell (with a ghc extension) and is available from
http://www.acooke.org/jara/halipeto

An example site generated using Halipeto, containing some Pancito images,
is at http://www.acooke.org/pancito - the code for that site is included
in the Halipeto download as an example.

Some details:

- The design makes it easy to call Haskell functions from the XHTML
template files.

- Only static pages are generated.  There is no integration with a web
server (maybe someone would like to do this? ;o)

- XML code is from HaXml (thanks very much!).

- Currently a simple text (file/directory) database is used, but care has
been taken (the IO monad is threaded through the code) to allow
intergration of an SQL backend.

Cheers,
Andrew

-- 
personal web site: http://www.acooke.org/andrew
personal mail list: http://www.acooke.org/andrew/compute.html


More information about the Haskell mailing list