[Mono-announce-list] Monodoc 0.1

Miguel de Icaza miguel@ximian.com
05 Feb 2003 14:36:59 -0500


Monodoc 0.1, by Miguel de Icaza, Duncan Mak.

* What is this

        This is a preliminary release of the Mono Documentation
        Browser, a tool that can be used to browse the API
        documentation that is provided with Mono.

        The current release contains two major components:

                * Base class libraries documentation.

                * Gtk# documentation.

        The current release contains documentation that was extracted
        from the ECMA specification, so it is not a complete set of
        documents for all the classes in .NET

        The Gtk# documentation has no contents, but it will be useful
        for those trying to use Gtk# to have at least a place where to
        lookup types, methods, properties, parameters, return types
        with the same tool.

* The release

        The source code is not being released, only a binary of the
        documentation browser that requires the latest version of Mono
        and Gtk#.

        The binaries are cross-platform, so they should work on any
        Mono platform with Gtk 2.x.  In addition, the GtkHTML widget
        from GNOME CVS HEAD is required (cvs co gtkhtml, on the gnome
        cvs repository).

        Those interested in the source code for Monodoc can download
        it from the Mono Anonymous CVS repository (for more details
        see: http://www.go-mono.com/anoncvs.html).

* Availability

        http://www.go-mono.com/archive/monodoc-0.1.tar.gz

Miguel.