a haskell program for generating a static news page
a script to generate a static news page that is suitable for rendering in any browser as well as text-based browsers like elinks or lynx.
this program selects some stock tickers and news rss feeds and presents them as a simple, validated xhtml file. while this task is more or less trivial, i have listed the code below as it includes some hints on using HXT and Text.XHtml, for which documentation and working examples are still not numerous enough.
the code is under a bsd license if you wish to use it yourself.
last update 2010-12-04