[Mono-docs-list] aspx monodoc beginnings

2003-07-08 Thread John Luke
Hello, Here is the start of an aspx monodoc for those that have xsp to try out. It just uses monodoc --html and some javascript for the links. It likely has the same problems as the cgi one, but is only meant for local testing with xsp. A couple of known problems: no checking for non-monodoc url

[Mono-docs-list] Update on Web based MonoDoc...

2003-07-08 Thread Philippe Desaulniers
Hello, Here it is with modifications after your comments. I've added a helper class 'WwwGenerator', that performs the href prepending. This class will probably prove useful for Tree generation as well, I haven't taken a look at that yet. Added bonus: if someone ever cares about implementing a se

Re: [Mono-docs-list] Web based Monodoc

2003-07-08 Thread Joshua Tauberer
> To alleviate increasing the complexity in browser.cs, I propose adding > a separate class to generate www output. Two other possibilities: Pipe the output of monodoc to xsltproc. This has the advantages of keeping everything out of browser.cs and not having any extra dependencies (xsltproc sh

Re: [Mono-docs-list] Using Monodoc to edit the contents?

2003-07-08 Thread Miguel de Icaza
Hello, > Well one ugly way this could be done: > 1.the edit button for an element is clicked open a new window with the > text > 2. When save is clicked save the edited text > 3. run cvs diff -u between the original and edited text > 4. mail the results somewhere (to a reviewer or a list) Well, I

Re: [Mono-docs-list] Web based Monodoc

2003-07-08 Thread Philippe Desaulniers
Hello, On Tue, 2003-07-08 at 12:46, Miguel de Icaza wrote: > I want to join everyone who has congratulated you on this hack. It is > really nice. Thanks. > I would love to host this on mono.ximian.com, but I have never written > cgi web pages, and I would love someone with cgi experience to exp

Re: [Mono-docs-list] Using Monodoc to edit the contents?

2003-07-08 Thread John Luke
Hello, Well one ugly way this could be done: 1.the edit button for an element is clicked open a new window with the text 2. When save is clicked save the edited text 3. run cvs diff -u between the original and edited text 4. mail the results somewhere (to a reviewer or a list) I know how to do th

Re: [Mono-docs-list] Starting out

2003-07-08 Thread Timothy Parez
Oh, btw, this site doesn't seem to work with IE6 > http://www.nullenvoid.com/mono/wiki IE6 states there's an error in the XML syntax. Mozilla 1.4 (on linux) does load the page but with errors. Tim. ___ Mono-docs-list maillist - [EMAIL PROTECTED] htt

Re: [Mono-docs-list] Starting out

2003-07-08 Thread Timothy Parez
Op di 08-07-2003, om 19:53 schreef John Luke: > Hello, > > To get started I recommend looking at > http://www.nullenvoid.com/gtksharp/wiki/index.php/ApiDocs > it describes how you would go about documenting a class. Thnx I'll do that > Then you simply edit a xml file adding descriptions and xml

[Mono-docs-list] Starting out

2003-07-08 Thread Timothy Parez
Hi, After getting monodoc from CVS I decided to see if I can help document the classes for Mono. What exactly do I need to do to get started? What are the rules ? Thnx. Tim. ___ Mono-docs-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mai

[Mono-docs-list] Using Monodoc to edit the contents?

2003-07-08 Thread Miguel de Icaza
Hey guys, Ben sent me a quick note when he saw the previous monodoc announcement: it would be fantastic if we could "edit" the contents on the web of the documentation. Honestly, I do not know what would be involved in doing this, some random ideas would be: * Editing can only ha

Re: [Mono-docs-list] Web based Monodoc

2003-07-08 Thread Miguel de Icaza
Hello! > I've gotten a web based monodoc to work, if anyone is interested > you can try it out. > > It requires a patch to browser.cs and Makefile.am, I'm including > diffs against the current sources. It also requires a new xsl file > (mono-hrefreplace.xsl), that you'll find attached. > > I've