[Mono-list] Testing rss feed.

Miguel de Icaza miguel@ximian.com
27 May 2002 09:50:48 -0400


> >     The little C# programs used to generate the RSS feed should be
> > available now on CVS and AnonCVS (and should be on tomorrows nightly
> > snapshots).
> >
> 
> Whereabouts in the CVS , I would be really interested in seeing this.

It lives in module `mono', in:

	mono/doc/web/rss.cs 
	mono/doc/web/mono-rss.cs

The former is the RSS class, the later is the tool for parsing our
`index' file (that comes in the funky text-file-that-later-becomes-web-
page format).

rss.cs is part of a little set of libraries I was building to maintain
my new web page with Mono.

Miguel.