[Haskell-cafe] [OT] A nice organized collection of threads in Haskell-Cafe

Vimal j.vimal at gmail.com
Fri Dec 7 10:15:33 EST 2007


Hi,
I am working on a product to analyze posts made in Forums, Usenet and
discussion mailing lists like Haskell-Cafe. For this, I require the
messages to be accessible in this format:

<forum> (* example: Haskell-cafe *)
 [  list of -
 <thread>
   [ list of -
     <post>
     </post>
   ]
 </thread>
 ]
</forum>

as XML.

However, I find that that the messages (in haskell-cafe/usenet)
themselves aren't organized in this fashion.

I would like to know if there is any way in which I can get the
archives in this fashion.

Thanks,
-- 
~Vimal
RLE :)
encode = map (length &&& head) . group
decode = concatMap (uncurry replicate)


More information about the Haskell-Cafe mailing list