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


On Mon, 15 Aug 2005, Jeffery Painter wrote:

> 
> I have a situation and I'm looking for someone elses input. I have created 
> a Turbine project which now needs to be converted into a static site 
> periodically... long story of why that doesn't need to be gone into at 
> the moment :)
> 
> Basically I need an easy way to take a Turbine project and then generate a 
> static version of the site via some type of automated script or crawler... 
> 
> I was playing with wget but I'm not quite sure if it is the best way 
> to do this.
> 
> Any ideas?
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to