[Mono-list] Class Library Development
Miguel de Icaza
miguel@ximian.com
13 Jul 2001 14:36:25 -0400
> I have heard someone say that they are putting together a list of who is
> working on what class within the library and I had an idea. When I was a php
> programmer I really liked the way they created their documentation
> (http://www.php.net/manual/en/). Its a large hierarchy of documentation and
> user supplied comments. I think that it would be really great if we could
> use something similar during the development.
That sounds great. Just tell me how to set this up.
Paolo checked in his `status' pages yesterday, and Sean volunteered to
get those scripts integrated into the web site.
Here is the current `sample' status XML file that we are using to
generate the (yet unpublished) web pages:
<maintainers>
<person email="miguel@ximian.com" name="Miguel de Icaza">
<class name="System.Object"/>
<assembly name="mscorlib"/>
</person>
<person email="fejj@ximian.com" name="Jeffrey Stedfast">
<class name="System.String"/>
</person>
<person email="jbarn@httcb.net" name="John Barnette">
<class name="System.Collections.Hashtable"/>
</person>
<person email="iain@ximian.com" name="Iain">
<class name="System.Collections.Queue"/>
</person>
<person email="bob@thestuff.net" name="Bob Smith">
<class name="System.Math"/>
</person>
<person email="joe@ximian.com" name="Joe Shaw">
<class name="System.Array"/>
</person>
<person email="marcins@zipworld.com.au" name="Marcin Szczepanski">
<class name="System.StringBuilder"/>
</person>
</maintainers>