Haskell Content Management System
I've been thinking about web development with Haskell for years, but I've never come up with a good simple basis for such.
While talking to pesco, malcolm, and Si\ today on IRC... suddenly it coalesced.
Pesco was talking about creating a graph structure and generating pages from that. Malcolm said that HaXml has a Haskell2Xml typeclass, you can make a 'ShowXml' instance for any datatype. So, maybe I can build a Data.Graph where each node is an instance of Haskell2Xml?
How would hswebforms fit into that?