it is working well for us. the university isn't allowing the dynamic site to be accessed by the students, so only faculty have access currently, and I have scripted wget to pull down the static copy every couple hours to update the static version.
it's a cludge, but it's easier than fighting the system :) Jeff Painter On Tue, 16 Aug 2005, Stephane Vaucher wrote: > Actually that's very cool, > > thanks, > sv > > On Mon, 15 Aug 2005, Jeffery Painter wrote: > > > > > well, as usual... I posted before I needed to... ha! > > > > in case anyone else wants to do this some time, here is the exact syntax I > > managed to get out what I wanted. > > > > wget --mirror --convert-links \ > > --html-extension -o statweb.log \ > > http://localhost:8080/statweb/servlet/statweb > > > > The main thing is the --html-extension renames the generated velocity > > templates nicely, and convert-links will enable all the href's to point to > > local copies... > > > > sorry for the bother. > > > > Jeff Painter > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
