[Haskell-cafe] on Happstack - embedded HTML

2010-01-12 Thread Günther Schmidt

Hi,

I'm just introducing myself to Happstack. I come across an example page 
where HTML and haskell code is mixed.


Is this how happstack produces html, it's haskell code embedded in HTML?

Günther


___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] on Happstack - embedded HTML

2010-01-12 Thread MightyByte
The example you came across is probably using HSP [1] to generate
HTML.  Happstack isn't tied to a specific method of generating HTML.
You could use HSP or other libraries such as html-minimalist [2],
xhtml [3], HStringTemplate [4], or even plain old manual construction
of strings.

[1] http://www.cs.chalmers.se/~d00nibro/hsp/
[2] http://hackage.haskell.org/package/html-minimalist
[3] http://hackage.haskell.org/package/xhtml
[4] http://hackage.haskell.org/package/HStringTemplate

2010/1/12 Günther Schmidt gue.schm...@web.de:
 Hi,

 I'm just introducing myself to Happstack. I come across an example page
 where HTML and haskell code is mixed.

 Is this how happstack produces html, it's haskell code embedded in HTML?

 Günther


 ___
 Haskell-Cafe mailing list
 Haskell-Cafe@haskell.org
 http://www.haskell.org/mailman/listinfo/haskell-cafe

___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] on Happstack - embedded HTML

2010-01-12 Thread Niklas Broberg
 [1] http://www.cs.chalmers.se/~d00nibro/hsp/

Oops. Seeing this link was a rather painful reminder that I ought to
update that page. Last update was 2005, HSP has evolved quite a lot
since then...

The best way to get info on HSP in its current state is probably to
check out some of the stuff that Jeremy Shaw has written. I'm sure he
can give you better pointers than me. :-)

Cheers,

/Niklas
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe