[Mono-docs-list] aspx monodoc beginnings

Miguel de Icaza miguel@ximian.com
10 Jul 2003 14:27:37 -0400


Hello,

> Here is a slightly updated and cleaned up version.
> It now consists of 3 files:
> monodoc.aspx
> monodoc.js
> monodoc.css

I like this plan, but it has a little problem: it will not work with
Javascript less clients (like Lynx), maybe we should do this on the
--www option command line?

Something like:

	monodoc --www-link-prefix "monodoc.aspx?blah" --www

Now, another idea, is: since we are using .aspx, why not directly
"link" monodoc, instead of spawning it?  That way we could avoid
completely the security issues around a url containing characters that
might be escaped by the shell.

Just use "browser.exe" as an assembly to link with.

Miguel.