[Mono-docs-list] GUI RSS aggregator using C#, mono, glade, gtk
John Luke
jluke@users.sourceforge.net
Thu, 05 Feb 2004 15:07:19 -0500
On Thu, 2004-02-05 at 14:55, David Watson wrote:
> 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.
>
Perhaps this could be fit into the docs somehow, maybe as a tutorial in
the monkeyguide. I'm not really sure about that.
There is also my former project http://gtksharprss.sf.net and BLAM!
http://micke.hallendal.net/archives/000104.html which is much better.