[Mono-docs-list] Image support in Monodoc.

Miguel de Icaza miguel@ximian.com
25 Jun 2003 02:17:18 -0400


Hey guys,

   I have added image support to Monodoc.  It currently only returns a
sample image, but this can be fixed.  The most important bit is that we
get the URL to the image printed out on the standard output.

   This information can be used to "fix" the urls we pass.  For example,
in MonoHB we should change dynamically references to say, about.png to
be: source-id:NNNN:image:about.png

   Notice that the contents of the <img src="..."> change has to be done
dynamically: we should not do this at compile time, because the
source-id numbers are assigned at runtime, not at compile time.

Miguel.
-- 
Miguel de Icaza <miguel@ximian.com>