[Mono-docs-list] GUI RSS aggregator using C#, mono, glade, gtk

David Watson david@watson.cc
Thu, 05 Feb 2004 14:55:45 -0500


I have put together an RSS aggregator in C# based on the monologue 
RSS.NET code and using glade-sharp and gtk-sharp to build a 2 paned 
interface consisting of a tree view and a gtkhtml view. It's ~350 lines 
of C# code. You can see a screenshot here:

http://www.davidwatson.org/media/media/images/tech/aggravator/640/aggravator-1.jpg

I thought this might make a good sample for the docs as it demonstrates 
how to connect real live web data to GUI components - a common task 
these days. I wasn't sure where to start or whether it had already been 
done. I searched around and found syndigator and straw but it wasn't 
clear to me that anyone had done this with mono.

Let me know what you think. I'd like to make a contribution to mono.

Thanks,
David