Actually I went to the happydoc download site and the latest file is called
"HappyDoc_dos_path_bug_01.tar.gz"
Somehow I think this will fix it.

I am running it now against Webware 7 w/ Funformkit and Cheetah

-Aaron
----- Original Message -----
From: "Tavis Rudd" <[EMAIL PROTECTED]>
To: "Aaron Held" <[EMAIL PROTECTED]>
Cc: "Webware Discuss" <[EMAIL PROTECTED]>
Sent: Friday, May 17, 2002 12:15 PM
Subject: Re: Re[2]: [Webware-discuss] Generated class docs?


> On May 17, 2002 08:33 am, Aaron Held wrote:
> > There are some minor bugs that I see, such as using a '\' for the URL path
> > rather then a '/', so use IE until I can rerun the docs on Linux. (And a
> > newer version of Webkit)
>
> You can convert the backslashes fairly easily using a tool that comes with
> Cheetah:
>
> $ python
> >>> from Cheetah.FileUtils import *
> >>> happydocDirectory = "?????"
> >>> files = findFiles(happydocDirectory, ["*html"])
> >>> replaceRegexInFiles(files, r'(?<=[a-zA-Z_0-9])\\(?=[a-zA-Z_0-9])', '/')
> # a fairly braindead regex should work fine
>
> Cheers,
> Tavis
>
>
> _______________________________________________________________
>
> Hundreds of nodes, one monster rendering program.
> Now that's a super model! Visit http://clustering.foundries.sf.net/
> _______________________________________________
> Webware-discuss mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/webware-discuss
>


_______________________________________________________________

Hundreds of nodes, one monster rendering program.
Now that�s a super model! Visit http://clustering.foundries.sf.net/
_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to