Re: [Mono-docs-list] Monodoc aspx .1 -- Beter version

2003-07-12 Thread Ben Maurer
Ok, I have made a better version. New instructions: 1. install the xml patch in the parent thread 2. install the attached patch 3. cd monodoc; ./autogen.sh; make install 4. cd /xsp/path/bin/; ln -s /usr/lib/monodoc/Mono.Website.Handlers.dll . 5. Use the following f

[Mono-docs-list] Monodoc aspx .1

2003-07-12 Thread Ben Maurer
Hello everyone, After a long day of hacking, I have finished up a beta version of a web based monodoc. Here are the things that we can do so far: * View pages from all providers * View images * Navigate links One issue that I know about is that in the url root:/monohb, only if

[Mono-docs-list] monkeyguide treeview.html update

2003-07-12 Thread John Luke
Hello, Here is an update for monkeyguide/html/en/gnome/bindings/gtk-sharp/treeview.html to use the new easy way. John Index: treeview.html === RCS file: /cvs/public/monkeyguide/html/en/gnome/bindings/gtk-sharp/treeview.html,v retriev

[Mono-docs-list] Re: SourceID in monodoc does not work under xsp

2003-07-12 Thread Miguel de Icaza
Hello, > I have been trying to get MonkeyGuide to work with monodoc aspx. > However, the SourceID is making this task next to impossible. > > The source id is assigned from a static int field, which is incremented > every time a help source is loaded. However, the fact that a tree might > be load

[Mono-docs-list] SourceID in monodoc does not work under xsp

2003-07-12 Thread Ben Maurer
Hello, I have been trying to get MonkeyGuide to work with monodoc aspx. However, the SourceID is making this task next to impossible. The source id is assigned from a static int field, which is incremented every time a help source is loaded. However, the fact that a tree might be loaded multiple t

Re: [Mono-docs-list] monkeyguide trivial patch revised

2003-07-12 Thread Markus Bertheau
Index: html/en/gnome/bindings/glade/glade.html === RCS file: /mono/monkeyguide/html/en/gnome/bindings/glade/glade.html,v retrieving revision 1.11 diff -u -r1.11 glade.html --- html/en/gnome/bindings/glade/glade.html 11 Jun 2003 17:

[Mono-docs-list] monkeyguide trivial patch

2003-07-12 Thread Markus Bertheau
Index: html/en/gnome/bindings/glade/glade.html === RCS file: /mono/monkeyguide/html/en/gnome/bindings/glade/glade.html,v retrieving revision 1.11 diff -u -r1.11 glade.html --- html/en/gnome/bindings/glade/glade.html 11 Jun 2003 17:

[Mono-docs-list] New Monodoc Html Schema

2003-07-12 Thread Johannes Roith
Hello, everybody! I have been working with BenM, to clean up the Html for the Mono Handbook a bit, and it resulted in a superset of XHtml, described here: http://www.jroith.de/scheme.html It is planned, that this will replace the current Html in the future. We are still uncertain, what to do ab

[Mono-docs-list] Patch to render "overview" pages for each provider

2003-07-12 Thread Ben Maurer
In preperation for ASPX monodoc, I am working on making the navigation around monodoc easier when just viewing the pages, not the tree menu. The attached patch will allow a user to get an overview of all the available helpsources, and for the ECMA provider to get a list of sources. Is this patch O